 body{overflow-x: hidden; background: #f3f3f3;
 font-family: 'Montserrat', sans-serif;}

.navbar {
  margin-bottom: 0;
padding:0 0 6px 0;
}

.navbar-nav {
  margin-top: 0;
  margin-bottom: 0;
    float: right;
    margin-top: 13px
}

.navbar-nav li{padding:13px 10px 10px 10px!important;}
.navbar-nav > li > a {padding:0 0 7px 0!important;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
  transition: all 0.2s ease-in
}



.menu-toggle .menu-close {
  cursor: pointer;
  margin: 0 10px 0 25px;
  width: 50px;
  height: auto;
  position: relative;
  z-index: 99;
  padding: 10px 15px 10px 5px;
}
.menu-toggle .menu-close .bar {
  margin: 8px auto;
  display: block;
  background-color: #907210;
  width: 100%;
  height: 3px;
  transition: all 0.25s linear;
}
.menu-toggle .menu-close.open .bar:nth-child(2) {
  opacity: 0;
}
.menu-toggle .menu-close.open .bar:nth-child(3) {
  transform: rotate(43deg);
  transform-origin: bottom right;
}
.menu-toggle .menu-close.open .bar:nth-child(1) {
  transform: rotate(-43deg);
  transform-origin: top right;
}

.nav-test {

  height: 0;
  transition: 0.25s height linear;
  overflow: hidden;
}
.nav-test.open {
  height: auto;
  background: #dcdcdc;
}

.dropdown-menu {
  height: auto;
  display: block;
  position: static;
  float: none;
  border-radius: 0;
  border: none;
  box-shadow: none;
  background-color: transparent;
  padding: 0;
}
.dropdown-menu > li {
  display: block;
}
.dropdown-menu > li > a {
  padding: 15px;
}



.logo-box{width: 100%; text-align: center;}
.logo-box img{width:auto; height: auto; max-height: 70px; margin:5px auto;}



@media (min-width: 768px) {
  

  .nav-test {
    height: auto;
    position: relative;
    overflow: visible;
  }
 

  .dropdown-menu {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 9999px;
    margin-left: -10000px;
    padding-right: 9999px;
    margin-right: -10000px;
    background-color: #aaa;
    height: 0;
    overflow: hidden;
    transition: 0.25s height linear;
    float: left;
    position: absolute;
  }
  .dropdown-menu > li > a {
    padding: 15px;
    line-height: 20px;
  }

  .dropdown:hover .dropdown-menu {
    height: 100px;
  }

 
} 

.owl-wrapper {
  position: relative;
}

.owl-controls {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.owl-theme .owl-controls .owl-page span {
  background: #fff !important;
}

.owl-img {
  width: 100%;
}

.owl-text-overlay {
  position: absolute;
  text-align: center;
  width: 60%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  background: rgba(0, 0, 0, 0.4);
  padding-bottom: 20px;
  font-family: "Open Sans", sans-serif;
  border-radius: 15px 50px 30px 5px;
}

 .owl-title .big-head{ 
 	color:#fff;
 	text-transform: uppercase;
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 20px;
}

 .owl-title .mid-head{ 
 	color:#fff;
 text-transform: uppercase;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 20px;
}

 .owl-title .short-head{ 
 	color:#fff;
  font-size: 18px; 
  margin-bottom: 20px;
  color:#c2b04f;
}

.owl-theme .owl-controls .owl-page span:active {
  background: #fff !important;
}

/* hide previous and next */
.owl-buttons {
  visibility: hidden;
  display: none;
}
 
 

.abt-bx{width: 100%;margin: 0 0 20px 0; border-radius: 0px; padding:15px 0 0 0 ;}
/*.abt-bx img{width: auto; max-width:100%; margin:0 0 25px 0; border-radius: 20px}*/

.abt-bx img{width: 200px; height: 200px; object-fit: cover; object-position: center;
 margin:0 auto 20px auto; display: block; border-radius: 50%; border:5px solid #fff;}

.box-text{padding: 10px 15px; min-height: 250px}
.box-title{font-size: 20px; font-weight: bold; color:#fff; text-align: center;
 text-transform: capitalize;}
.box-text p{ color:#fff; font-size: 13px; text-align: center; margin-top:10px;}

.doc-sec{ margin-top: 60px; background-color: #c2b04f; padding: 40px 0}
.doc-sec img{ width: auto; max-width: 100%;border:6px solid #fff; border-radius: 50%}
.doc-sec .title{color:#1d1d1d; font-size: 30px; 
	margin-top:30px;margin-bottom: 20px; font-weight: bold;}
.doc-sec p{text-align: justify; color: #fff; font-size: 16px; line-height: 1.3}

.btn{border:2px solid #1d1d1d; color: #000!important; font-size: 13px; text-transform: uppercase;
padding: 6px 15px; transition: all 0.2s ease-in}

.btn:hover{background-color: #1d1d1d; color:#fff!important;}

.navio-sec{background: #fff; padding:60px 0 40px 0;}
.navio-sec img{width:auto; max-width: 100%; margin:0 auto 15px auto;}
.navio-sec .title{font-size: 25px; margin-bottom: 15px; color: #1d1d1d}
.navio-sec .title span{font-weight: bold; color:#a8994a;}
.navio-sec p{text-align: justify; font-size: 15px; line-height: 1.5}

.navio-sec .sub-title{font-size: 18px; font-weight: normal; 
color:#1d1d1d; margin-bottom: 20px; padding-bottom: 8px}

.navio-sec .sub-title span {border-bottom: 2px solid #a8994a; padding-bottom: 8px }

.treatment-sec{background-color: #f6f6f6; padding:50px 0;}

.treatment-sec .title{font-size: 30px; color: #1d1d1d; text-transform: uppercase;
margin-bottom: 30px; font-weight: bold}

.treatment-sec .names{font-size: 20px; font-weight: bold; border-bottom: 2px solid #fff;
padding:8px 16px;}

.treatment-sec p {margin :30px 0 50px 0; color: #fff}

.treat-bx{background:#c2b04f; width:100%; font-size: 16px; width: 100%;
  text-align: center;  margin-bottom: 30px; outline: 1px dashed #fff;
  outline-offset: -5px; text-transform: uppercase; min-height: 140px;
font-weight: bold; color: #fff; padding:60px 15px;}

.faqs {background: #fff; padding:40px 0;}
.faqs .title {font-size: 30px; color: #1d1d1d;  
margin-bottom: 10px; }


.panel-group .panel {
  border-radius: 10px;
  box-shadow: none;
    border : 1px solid #af9a26;
  margin-bottom: 20px
}

.panel-default > .panel-heading {
  padding: 0;
  border-radius: 10px;
color: #403912;
    background-color: #f3ecc4;
  transition: all 0.2s ease-in
}

.panel-default:hover > .panel-heading {background-color: #d6c779 }

.panel-title {
  font-size: 14px;
}

.panel-title > a {
  display: block;
  padding: 15px;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
}

.more-less {
  float: right;
  color: #212121;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #EEEEEE;
}

 .panel-body p{ font-size: 14px; line-height: 1.5; text-align: justify; }


.contact-sec {background: #c2b04f; padding : 40px 0}

.contact-sec .title{font-size: 25px; margin-bottom: 25px; color: #1d1d1d;
text-align: center; font-weight: bold; text-transform: uppercase;}

.contact-sec .details {text-align: center; background: rgba(0,0,0,0.4);
border:2px solid #fff; padding:20px 5px;}

.contact-sec .details p{font-size: 18px; color:#fff1a3;   }
.contact-sec .details p span{font-size: 16px; color: #fff;   font-weight: bold; }



footer   {background: #252525; padding:15px 5px; text-align: center; }
footer p  {font-size: 15px; color: #fff; margin: 0}

@media(max-width: 767px) {

.navbar-nav {float: left}

.owl-title .big-head{ 
  font-size: 30px; 
}

 .owl-title .mid-head{ 
 
  font-size: 20px; 
}

 .owl-title .short-head{ 
   font-size: 14px;  

}


 

  .logo-box{width: 100%;   position: absolute!important;
z-index: 9; top:-60px;}
.logo-box img  {max-height: 60px;  }
}


.why-sec {    background-color: #6b622f;    padding: 40px 0;}


.why-sec p {color:#fff;}

.why-sec ul {margin:20px 0 0 0; padding:0;}
.why-sec ul li{list-style: none; font-size: 15px; color:#fff; font-weight: bold;
margin-bottom: 15px}


.tests {background-color: #f2f2f2; padding:50px 0;}
.tests .names {
    font-size: 20px;
    font-weight: bold; background-color: #6b622f; color:#fff; padding:5px 15px; 
}
.tests p {margin-top: 15px; line-height: 2; margin-bottom: 40px}

 