
#docSearch .doctor_care {
    height: 100%;
    background: #67c8c7! important;
    border-radius: 0px ! important;
}

.promo-title{
    float:left;
    width:calc(100% - 200px);
    margin-bottom:10px;
}
.promo-share{
    float:left;
    width:200px;
}

.page-title-left{
    float:left;
    width:calc(100% - 500px);
    margin-bottom:0;
    font-size:24px;
}
.page-breakcrumb-right{
    float:left;
    width:500px;
    text-align:right;
    letter-spacing:-0.5px;
}
.page-breakcrumb-right ul li{
    margin-bottom:0px;
}
.bread_contact_banner {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    min-height: 60px;
    background-color: #f2f2f2;
    overflow: visible;
    z-index: 99;
}

#header.sticky-style-2 {
    height: 90px;
    position: relative;
     width: 100%; 
}
 #header.sticky-header:not(.static-sticky).sticky-style-2 {
    height: 50px;
}

.topcrumb ul li.gold a{
    color:#ac8c5e;
}

.content-wrap-60-30{
    padding:60px 0 30px;
}
.content-wrap-40-30{
    padding:40px 0 30px;
}
@media (max-width: 991px) {
    .container_absolute h1 {
        text-align: left;
    }
    .topcrumb{
        text-align: right;
    }
}
 @media (max-width: 767px) {
     .bread_contact_banner{
         min-height: 50px;
     }
     
    .promo-title, .promot-share{
        width:100%;
    }
    .promo-title{
        margin-bottom:15px;
    }
    .sharethis-inline-share-buttons{
        text-align:left! important;
        margin-bottom:30px;
    }
    .content-wrap-60-30{
        padding:30px 0;
    }
    .container_absolute{
        padding:10px 0;
    }
    .container_absolute h1, .topcrumb {
        text-align: center;
    }
     .container_absolute h1{
         margin-bottom:5px;
     }
    .container_absolute {
        position: relative;
        top: auto;
        transform: none;
        left: auto;
        right: auto;
        margin: 5px auto;
    }
    .page-title-left, .page-breakcrumb-right{
        width:100%;
    }
 }

@media (min-width:768px){
    .flex-center-480{
        display:flex;
        align-items:center;
    }
}
@media (max-width: 479px) {
    
}