.search-field  .apex-item-text{ 
    border: 1px #D6E1E3 solid;
    height: 38px;
    border-radius: 15px;
    box-sizing: border-box;
    
    left: 312px;
    top: 172px;
    background: #F4FAFC;
  
}

.image-as-form-field img{
  width: 40px;
}

.profile-pic img{
  width: 150px;
}

.t-Region-title {
    font-weight: bold;
    padding-left: 5px;
}

.cardBorder{
    border-bottom: 1px solid #D6E1E3;   
    margin-left: auto;
    margin-right: auto;
   
}

.card-icon{
    width: 30px;
    height: 30px;
}

.a-CardView-title {
  font-size: 15px;
}

/*for search button where reset button is available..to match the height of reset button*/
.normal-hot-search-button{

    border-radius: 40px;
    padding: 10px 40px; 
    
}
.normal-hot-button{
    border-radius: 40px;
}

.normal-go-button-hot{
    height: 38px;    
    border-radius: 40px;
    padding: 0px 40px 0px 40px;
   
}
/*
.reset-button {
    background: #FFFFFF;
    border-radius: 40px;
    height: 38px;
    width: 84px;
    color: #0392B2;
    border: 1px solid #0392B2;
}*/

.delete-button {
    background: #FFFFFF;
    border-radius: 40px;
    height: 38px;
    width: 84px;
    color: #CB1100;
    border: 1px solid #CB1100;
}


.t-Button--hot{
    border-radius: 40px;
    /*height: 38px;*/
}


.attachment-btn{
    color: #9A7339;
    background: #FFF5E2;
}



/*----services icons in responsive mode---*/

@media all and (max-width: 1200px) {

.t-Cards--spanHorizontally {
    flex-direction: column;
}

}