.customer{
    padding-left: 18px;
    margin-top: 44px;   
}
.customer-name {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #252525;
  margin-right: 12px;
}
span.time-ago {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #a2a2a2;
  margin-left: 8px;
}
div.full-conversation{
  border: 1px, solid, #CCCCCC;
  position: relative;
  margin: 12px 0px 12px 0px;     
}
.query-title{
  font:'Raleway', sans-serif, 26px, 600, #252525;
  padding:2px 15px;
  border-left: 3px solid #46A2E0;  
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.description-border{
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  padding-left: 10px;
}
.description{
  border-bottom: 1px solid #CCCCCC;
  padding:8px 0px;
}
.askme-conv{
  background-color: #F2FAFF;
  padding: 15px;
  border: 1px solid #46A2E0;
  font-size: 15px;
  line-height: 25px;
  font-size: 15px;
}
.askme_all_conversation
{
  max-height: 400px;
  overflow-x: auto; 
}
span.open-conversation{
  cursor:pointer;
  font:'Raleway', sans-serif, 15px, 400 ,#a2a2a2;
  padding-left: 18px;
}
.customer{
  padding-left: 0px;
  padding-top:8px;
  margin-top: 20px;
}
label{
  font: 'Raleway', sans-serif, 18px, 600, #252525;
}
div.full-conversation{
  padding: 0px 18px;
  position: relative;
  margin:12px 0px 12px 0px;       
}
.reply{
  padding: 18px 0px;          
}
div.textarea{
  position: relative;
  margin-top:12px;
  display:block;
  border:1px solid #CCCCCC;
}     
div.textarea::before{
  border-top:1px solid #CCCCCC;
  border-left:1px solid #CCCCCC;
  border-bottom:0px;
  border-right:0px;
  width:12px;
  height:12px;
  position:absolute;
  top:-7px;
  left:10px;
  content:' ';
  background-color:#fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}    
textarea{
  font:'Raleway', sans-serif, 15px, 400,#252525;
  border:0px;
}
input[type='submit']{
  width: 112px;
  height: 48px;
  background-color:#3F51B5;
  .no-bdr;
  font: 'Raleway', sans-serif, 18px, 500, #fff; 
}
input[type='submit']::hover{
  background-color :#2d3e9d;
}
