/*
    #faa900
    #005360
*/

.menu{
    height: 92px;
    padding: 9px 0;
/*
    box-shadow: 2px 2px 10px #00000015;
    position: relative;
*/
    z-index: 999;
}
.header-top {
    padding: 5px 0;
}
.header-top button{
    background: #faa900!important;
    border: none;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px!important;
    border-radius: 2px!important;
    padding: 3px 10px;
    color: #fff!important;
    transition:0.5s ease;
    -moz-transition:0.5s ease;
    -webkit-transition:0.5s ease;
}
.header-top button:hover{
     color: #fff!important;
     background: #faa90095!important;
}
.banner .carousel-indicators li{
    border: 2px solid #ffffff90;
    background: #33333325;
}
.banner .carousel-indicators li.active{
    border: 2px solid #ffffff90;
    background: #faa800;
}
.about-sec button{
    background: #005360;
    color: #fff;
    padding: 5px 10px;
    border: none;
    margin-top: 20px;
    transition:0.5s ease;
    -moz-transition:0.5s ease;
    -webkit-transition:0.5s ease;
}
.about-sec button:hover{
    background-color: #faa900!important;
}
.about-sec h3{
    font-size: 24px;
    padding-bottom: 20px;
    margin-top: 0;
    font-weight: 600;
    color: #005360;
}
.serviceBox button{
    background: #005360;
    color: #fff;
    padding: 5px 10px;
    border: none;
    margin-top: 15px;
    transition:0.5s ease;
    -moz-transition:0.5s ease;
    -webkit-transition:0.5s ease;
}
.serviceBox button:hover{
    background: #faa900;
}
.viewall{
    text-align: center;
   
}
.viewall a {
    background: #005360;
    text-align: center;
    color: #fff;
    padding: 10px;
    border-radius: 4px;
}
.viewall a:hover{
    color: #fff;
}
.widget p{
    color: #999;
    font-size: 14px;
}
.widget img{
    padding: 10px;
    width: 255px;
    background: #fff;
}
.footer-nav{
    padding: 8px 20px;
    background: #252525;
}
.footer-nav p{
    font-size: 13px;
    color: #ccc;
    margin: 0;
}
.dev{
    text-align: right
}
.locations p strong{
    color: #005360;
    font-size: 16px;
    padding-bottom: 15px;
    font-family: 'Montserrat', sans-serif!important;
}
.locations p a{
    color: #666666;
}
.form input{
    height: 49px;
}
.banner .carousel-indicators{
    left: 8%;
}
.socialmedia{
    float: right;
}
.socialmedia ul{ margin-bottom: 0; }
.socialmedia ul li { 
    display: inline;
 }
 .socialmedia ul li i{
    font-size: 15px;
    color: #fff;
    padding: 6px 10px;
    transition:0.5s ease;
    -moz-transition:0.5s ease;
    -webkit-transition:0.5s ease;
 }
 .socialmedia ul li i:hover{
    color: #faa900;
 }
 .topheadlft ul{
    padding-top: 3px;
    margin: 0;
    float: right;
 }
 .topheadlft ul li{
    display: inline;
    padding-right: 20px;
    color: #ffffff;
 }
  .topheadlft ul li i{
    color: #faa900!important;
    padding-right: 4px;
  }
 .topheadlft ul li a{
    color: #fff;
    text-decoration: none;
    transition:0.5s ease;
    -moz-transition:0.5s ease;
    -webkit-transition:0.5s ease;
 }
 .topheadlft ul li a:hover{
    color: #faa900;
 }
 .menu .nav li a{
      color: #333!important;
    transition:0.5s ease;
    -moz-transition:0.5s ease;
    -webkit-transition:0.5s ease; 
}
.menu .nav li a:active{
    color: #333!important;
}

.menu .nav li a:hover{
     color: #faa900!important;
}
.icon-box i{
    color: #faa900;

}
#doctors{
    padding-top: 0em!important;
}
#doctors h1{
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    margin-top: 0
}
.dbox{
    text-align: center;
    padding: 15px;
    border-radius: 8px;
     margin: 30px 0 5px 0;
    background-color: #eeeeee;   
    transition:0.5s ease;
    -moz-transition:0.5s ease;
    -webkit-transition:0.5s ease;
}
.dbox h3{
    color: #005360;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 0;
    padding-bottom: 25px;
    margin-bottom: 7px;
    position: relative;
}
.dbox h3:after{
    content: '';
    position: absolute;
    width: 80px;
    height: 1px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 10px;
    background-color: #faa900;
}
.dbox p{
    line-height: 13px;
    font-size: 15px;
}
.dbox p span{
    color: #666;
    font-weight: 600;
}
.dbox p:nth-child(2){
    color: #333;
}
.dbox:hover{
    box-shadow: 2px 10px 6px #00000020;
    transform: translateY(-5px);
}
.gallery {
    display: inline-block;
    text-align: center;
    margin: 10px auto;
    clear: both;
    padding: 0;
    padding: 10px;
    background-color: #ccc;
    border-radius: 5px;
}

.gallery img { /* thumbnails */
    width: 100px;
  height: 75px;
}
.galbox{
    text-align: center;
    margin: 0 0 40px 0;
    position: relative;
    overflow: hidden;
}
.galbox img{
    border: 1px solid #eee;
}
.galbox h3{
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
}
.galbox a{
    width: 100%;
    height: 100%;
}
.galbox:hover img{
    opacity: 0.6;
}
.overlaybox{
    width: 100%;
    height: 100%;
    position: absolute;
    transform: translate( 0, -150px);
    opacity: 0;
    transition:0.5s ease;
    -moz-transition:0.5s ease;
    -webkit-transition:0.5s ease;
}
.overlaybox i{
    color: #faa900;
    font-size: 62px;
    z-index: 999;
  
}
.galbox:hover .overlaybox{
    opacity: 1;
}
.facilities{
    padding: 4em 0;
}
.features{
    padding-bottom: 25px;
}
.features h1{
    margin: 0;
    font-size: 26px;
    font-weight: 500;
    margin-top: 0;
    padding-bottom: 20px;
}
.features ul li{
    line-height: 38px;
    font-size: 16px;
    color: #666;
    font-weight: 400;
    padding-left: 30px;
    position: relative
}
.features ul li i{
    position: absolute;
    left: 0;
    top: 10px;
     color: #005360 ;
}
.beds h2{
     color: #005360 ;
    font-size: 20px;
    padding-bottom: 15px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 0
}
.beds table {
    background: #eee;
    margin-bottom: 40px;
}
.beds table thead tr th{
    border: 1px solid #fff;
    text-align: center;
    color: #fff;
    background: #faa900
}

.beds table tr td {
    border: 1px solid #fff;
    text-align: center;
    padding: 0 30px;

}
.footer-box-one{
    background: #005360
}
.footer-box-two{
     background: #033e47
}
.beds table img{
    width: 150px;
}
#servicepage{
    padding-bottom: 1em;
}
#servicepage p{
    font-size: 15px;
}
#servicepage img{
    float: left;
    border: 1px solid #eee;
}
#servicepage h2{
    color: #005360 ;
    font-size: 20px;
    padding-bottom: 5px;
    margin-top: 25px;
    font-weight: 600;
    text-transform: uppercase;
}
#servicepage ul li{
     font-size: 15px;
    line-height: 26px;
    list-style: square;
    margin-left: 20px;
}
#testimonial{
    padding: 4em 0;
}
.reviewbox{
    padding: 40px;
    background-color: #00000020;
}
.reviewbox{
    border-radius: 20px;
}
.reviewbox p{
    font-size: 14px;
    font-style: italic;
    line-height: 24px;
    color: #000;
    letter-spacing: 0.5px;
}
.reviewbox h3{
    margin: 0%;
    font-size: 18px;
    color: #005360;
    padding-left: 20px;
    padding-top: 10px;
    position: relative;
}
.reviewbox h3::before{
    content: '';
    left: -40px;
    top: 17px;
    position: absolute;
    width: 40px;
    height: 2px;
    background-color: #ffffff90;
}
.mb30{
    margin-bottom: 30px;
}
.doctorspannel .btntabs{
    margin: 20px 0; 
}
.doctorspannel button{
    border: 0;
    margin: 5px 0;
    background: ;
    font-size: 16px!important;
    background: #005360;
    color: #fff;
    border-radius: 0;
    transition:0.5s ease;
    -moz-transition:0.5s ease;
    -webkit-transition:0.5s ease;
}
.doctorspannel button:focus{
    background: #faa900!important;
      color: #fff!important;
}
.doctorspannel button:hover{
    background: #faa900!important;
    color: #fff!important;
    
}





.IMP-Links li{float:left;color:#fff;    border-right: 1px solid #fff;
    padding: 0 5px;}