@import url('https://fonts.googleapis.com/css2?family=Trirong:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
body{
    font-family: 'Trirong', serif;
    overflow-x:hidden; 
}
h1,h2, h3, h4, h5, h6 {
    font-family: 'Trirong', serif;
}
.otp_input_class{
    padding: 0.4rem .5rem;
    font-size: 0.85rem;
    font-family: "Poppins", sans-serif;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;    
}
.calculate_btn_otp {
    color: #fff;
    background-color: #92a819;
    border: 1px solid #92a819 !important;
    padding: 5px 15px;
    font-size: 0.9rem;
}
.navbar-brand {
    margin-right: 1rem;
    padding-top: 0px;
    padding-bottom: 0px;
}
.breadcrumb {
    background-color: transparent;
}
.breadcrumb a {
    color: #e7b739;
   font-weight: 700;
}
.modal.and.carousel {
  position: fixed; 
}
a{cursor: pointer;}
.h1_white{color: #fff !important;}
.fa-ul{margin: 0px 0px 0px 35px !important; text-align: unset !important;}
.fa-li{left: -3em !important;}
.navbar{font-family: 'Josefin Sans', sans-serif;}
.desktop_unique{display: block !important;}
.mobile_unique{display: none !important;}

.carousel-control-next-icon {
    background-image: url(../images/right_arrow.svg);
    fill: #92a819;    
}
.carousel-control-prev-icon {
    background-image: url(../images/left_arrow.svg);
    fill: #92a819;
}
.width_vw{width: 100vw;}
.carousel-caption {
    position: absolute;
    right: 0%;
    bottom: 20%;
    left: 5%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 155px;
    color: #fff;
    text-align: center;
    width: 95%;    
}
.carousal_heading{
    color: #464444;
    font-size: 55px;
    font-weight: 700;
    z-index: -1;    
}
.carousal_subtitle{
    color: #e7b739;
    font-size: 24px;    
}

.moretext, .moretext1, .moretext2, .moretext3, .moretext4, .moretext5, .moretext6, .moretext7{
  display: none;
}
.moreless-button, .moreless-button1, .moreless-button2, .moreless-button3, .moreless-button4, .moreless-button5, .moreless-button6, .moreless-button7
{

background: #92a819;
border: 1px solid #92a819;
/*border: 1px solid #333;*/
color: #fff !important;
padding: 7px 15px;
text-transform: uppercase;
font-size: 0.78rem;
font-weight: bold;
cursor: pointer;
}

/*IMAGE COMPARISON SLIDER CSS START HERE*/
.comparison-slider-wrapper {
  position: relative;
  width: 100%;
  margin: 20px 0;
  background-color: white;
}
.comparison-slider-wrapper .comparison-slider {
  position: relative;
  width: 100%;
  margin: 0;
  border: 5px white solid;
  box-sizing: border-box;
}
.comparison-slider-wrapper .comparison-slider > img {
  width: 100%;
  height: auto;
  display: block;
}
.comparison-slider-wrapper .comparison-slider .overlay {
 position: absolute;
    /* width: 250px; */
    bottom: 20px;
    right: 20px;
    background-color: #00000054;
    padding: 5px 20px;
    box-sizing: border-box;
    color: #fff;
    font-size: 0.8rem;
}
@media screen and (min-width: 767px) {
  .comparison-slider-wrapper .comparison-slider .overlay {
    display: block;
  }
}
.comparison-slider-wrapper .comparison-slider .resize {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  overflow: hidden;
}
.comparison-slider-wrapper .comparison-slider .resize > img {
  display: block;
}
.comparison-slider-wrapper .comparison-slider .resize .overlay {
  right: auto;
  left: 20px;
  text-align: left;
}
.comparison-slider-wrapper .comparison-slider .divider {
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  left: 50%;
  top: 0;
  bottom: 0;
  margin-left: -1px;
  cursor: ew-resize;
}
.comparison-slider-wrapper .comparison-slider .divider:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: -9px;
  top: 50%;
  margin-top: -10px;
  background-color: white;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
/*.comparison-slider-wrapper .comparison-slider .divider:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  left: -5px;
  top: 50%;
  margin-top: -6px;
  background-color: white;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.comparison-slider-wrapper .comparison-slider .divider.draggable:before {
  width: 30px;
  height: 30px;
  left: -14px;
  margin-top: -15px;
}
.comparison-slider-wrapper .comparison-slider .divider.draggable:after {
  width: 20px;
  height: 20px;
  left: -9px;
  margin-top: -10px;
  background-color: #555;
}*/
.comparison-slider-wrapper .comparison-slider .divider:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    left: -20px;
    top: 50%;
    margin-top: -10px;
    background: #e7b739 url(../images/cd-arrows.svg) no-repeat center center;
    -webkit-transform: rotate(
45deg);
    transform: rotate(
0deg);
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    border-radius: 50%;
    border: 1px solid #fff;
}
.comparison-slider-wrapper .caption {
  position: relative;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  font-size: 12px;
  font-style: italic;
}
/*IMAGE COMPARISON SLIDER CSS END HERE*/

/*MODAL POPUP FORM CSS START HERE*/
#myModal_form .modal-dialog {
    max-width: 450px;
    margin: 30px auto;
}
.calculate_btn {
    color: #fff;
    background-color: #92a819;
    border-color: #92a819;
    padding: 10px 30px;
}
.popup_form_title {
    background: #92a819;
    color: #fff;
}
/*MODAL POPUP FORM CSS END HERE*/

/*CAREERS POPUP FORM CSS START HERE*/
#myModal_form1 .modal-dialog {
    max-width: 450px;
    margin: 30px auto;
}

/*CAREERS POPUP FORM CSS END HERE*/

/*BOOOK AN APPOINTMENT PAGE CSS START HERE*/

#datepicker {
   width: 100%;
    border:unset;
    padding: 0.75rem .75rem;
    color: #737272;
    font-size: 0.87rem;

}
.parallax_appointment {
    background-color: #f1eee9;
    background-image: url(../images/appoinment/parallex-appointment.jpg);
    color: #fff;
    /* font-size: 40px; */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 60px;
}

/*BOOOK AN APPOINTMENT PAGE CSS END HERE*/

/*TOP HEADER CSS START HERE*/
.p_left_right{
    padding-left: 10px;
    padding-right: 10px;
}
#top-header{
    padding-top: 16px;
}
#top-header a{
    color: #1f2532;
    font-size: 0.75rem;
    text-transform: uppercase;
}
.login_div a:hover{
    color: #bd1469 !important;
    text-decoration: none;
}
/*TOP HEADER CSS END HERE*/

/*HEADER CSS START HERE*/
.padding_left_right{
    padding-left: 30px;
    padding-right: 30px;
}
.navbar {
    padding: 0rem 0rem 0rem 1rem;
}
.nav_padding{
    padding-left: 20px;
    padding-right: 20px;    
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 5px;
    padding-left: 5px;
    margin-right: 5px;
}
.nav-link {
    display: block;
    padding: 6px 20px;
    font-size: 0.75rem;
    font-weight: 500;
    color: #1f2532 !important;
    text-transform: uppercase;   
}
.nav-link-number{
    display: block;
    padding: 3px 20px;
    font-size: 0.85rem;
    font-weight: 700;
    color: #92a819 !important;
    text-transform: uppercase;
    text-decoration: none;  
    font-family: 'Trirong', serif;
}
.nav-link-number:hover{
    text-decoration: none;
    color: #1f2532 !important;  
}
.phone_header_icon {
    background: #e7b739;
    color: #fff;
    padding: 5px 10px;
    border-radius: 50%;
    margin-right: 5px;
}
.email_header_icon {
    background: #e7b739;
    color: #fff;
    padding: 5px 10px;
    border-radius: 50%;
    margin-right: 5px;
}
.nav-link-user{
    display: block;
    padding: 3px 20px;
    font-size: 0.9rem;
    font-weight: 700;    
    color: #1f2532 !important;
    text-transform: uppercase;
    text-decoration: none;  
}
.nav-link-user:hover{
    text-decoration: none;
    color: #e7b739 !important; 
}
.nav-link:hover {
    color: #fff!important;
    background: #e7b739;
    border-radius: 1rem;
    padding: 6px 8px;
}
.navbar-nav .nav-item .active {
    color: #fff!important;
    background: #e7b739;
    border-radius: 1rem;
    padding: 3px 8px;
}
.navbar-nav .dropdown-menu .active_submenu {
    color: #16181b;
    text-decoration: none;
    background-color: rgb(255,255,255,0.8);
    border-radius: 1rem;
    margin-bottom: 10px;
}
.trail_btn{
    border: 1px solid #021647;
    color: #021647 !important;
    padding: 8px 20px !important;
    margin-top: 10px;
    border-radius: 0.25rem;
    text-transform: uppercase;
}
.trail_btn:hover{
    border: 1px solid #bd1469;
    color: #bd1469 !important;
}
.font13{font-size: 13px;}
.demo_btn{
    background: #bf3b78;
    color: #fff !important;
    padding: 8px 20px !important;
    margin-top: 10px;
    border-radius: 0.25rem;
    text-transform: uppercase;    
}
.demo_btn:hover{
    background: #a33166;    
}
.bg-light{background: #fff !important;}
.nav_shadow{box-shadow: 0 3px 5px 0 rgba(0,0,0,.1);}
.navbar-light .navbar-toggler {
    color: #000;
    border: unset;
}
.custom_border_right{border-right: 1px solid #1f2532;}
.nav-link-book {
    display: block;
    font-size: 0.75rem;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    color: white;
    background: #92a819; /* default color */

    /* "to left" / "to right" - affects initial color */
    background: linear-gradient(to left, #92a819 50%, #1f2532 50%) right;
    background-size: 200%;
    transition: .5s ease-out;

    padding: 35px 0px;
}
.nav-link-book:hover {
    color: #fff;
    background-position: left;
    text-decoration: none;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 1rem 1rem;
    margin: .125rem 0 0;
    font-size: 0.75rem;
    text-transform: uppercase;
    color: #fff;
    text-align: left;
    list-style: none;
    background-color: #92a819;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}
.dropdown-item {
  margin-bottom: 10px;
  padding: .3rem 0.3rem;
  color: #fff;
  font-weight: 600;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: rgb(255,255,255,0.8);
    border-radius: 1rem;
    margin-bottom: 10px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    margin-top: 10px;
}
.triangle::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin-left: -0.6em;
    bottom: 100%;
    left: 20%;
    box-sizing: border-box;
    border: 1em solid black;
    border-color: transparent #92a819 transparent transparent;
    transform-origin: 0 0;
    transform: rotate(90deg);
}
.triangle2::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin-left: -0.6em;
    bottom: 100%;
    left: 30%;
    box-sizing: border-box;
    border: 1em solid black;
    border-color: transparent #92a819 transparent transparent;
    transform-origin: 0 0;
    transform: rotate(90deg);
}

/*HEADER CSS END HERE*/

/*BANNER CSS START HERE*/
.custom_slider_top{margin-top: 98px;}
 .banner_button  .btn-success {
    color: #fff;
    background-color: #92a819;
    border-color: #92a819;
    /* padding: 21px; */
}
 .banner_button .btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show>.btn-success.dropdown-toggle:focus {
    box-shadow: none;
}
.banner_button .btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #92a819;
    border-color: #92a819;
}
.banner_button .btn {
    margin-top: 15px;
    padding: 1.2rem !important;
    font-size: 1.1rem !important;
    border-radius: 0px !important;
}
/*BANNER CSS END HERE*/

/*APPOINTMENT STRIP SECTION START HERE*/
.appointment {background-color: #7e6f57; padding-top: 2.5rem; padding-bottom: 1.75rem;}
.carousel-caption .appointment {background-color: transparent; padding-top: 2.5rem;}
.appointment h5{color: #fff;
    font-size: 1.48rem;}
 .appointment  a{
    color: #e7b739;
    font-size: 1.45rem;
    font-weight: 700;
    text-decoration: none;
    }

 .appointment  .btn-success {
    color: #fff;
    background-color: #92a819;
    border-color: #92a819;
    /* padding: 21px; */
}
 .appointment .btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show>.btn-success.dropdown-toggle:focus {
    box-shadow: none;
}
.appointment .btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #92a819;
    border-color: #92a819;
}
.appointment .btn {
    margin-top: -11px;
    padding: 1.2rem !important;
    font-size: 1.1rem !important;
    border-radius: 0px !important;
}
/*APPOINTMENT STRIP SECTION END HERE*/

.arrow_custom {
   color: #50493d;
}
.arrow_custom:hover {
   color: #92a819;
}
.arrow_custom_bg{
   color: #fff;
}
.arrow_custom_bg:hover {
   color: #fff;
}
.arrow_bg{
    border: 1px solid #fff;
    padding: 10px;
    background: #92a819;
    color: #fff;
}
.arrow_custom_orange {
    color: #fff;
    margin-left: 50px;
}
.arrow_bg_orange{
  border: 1px solid #e7b739;
    padding: 10px;
    background: #e7b739;
}
.small_title{color: #e7b739; font-size: 0.8rem; text-transform: uppercase;}
.small_title:before {
    display: inline-block;
}
.small_title:before {
    margin-right: 0.5em;
    margin-bottom: 0.3em;
}
.small_title:before {
    content: '';
    border-top: 2px solid;
    width: 3em;
    height: 0em;
}
.head_h1{
    color: #50493d;
    font-size: 2.5rem;
    font-weight: 600;
    padding: 10px 0px 10px 0;
}
.grey_bg{
    background: #f1eee9;
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.grey_bg{font-size: 0.9rem; line-height: 24px;}

.plain_bg{
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.plain_bg p{color: #989083; font-size: 0.9rem; line-height: 24px;}
.bottom-left {
    position: absolute;
    bottom: 53px;
    left: 16px;
    font-size: 1.2rem;
    color: #fff;
    font-weight: 700;
}
.bottom-left1 {
    position: absolute;
    bottom: 15px;
    left: 16px;
    font-size: 1.2rem;
    color: #fff;
    font-weight: 700;
}
.text_block_p{font-size: 1rem;
    font-weight: 500;
    padding: 0.7rem;}
.text_block_a{
   color: #fff;
    font-size: 1.1rem;
    /* list-style: none; */
    text-decoration: none;
}
.text_block_a:hover{
   color: #fff;
   }
.flip-box {
  background-color: transparent;
  width: 340px;
  height: 300px;
  /*border: 1px solid #f1f1f1;*/
  perspective: 1000px;
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-box-front {
  background-color: #bbb;
  color: black;
}

.flip-box-back {
  background-color: #e7b739;
  color: white;
  transform: rotateY(180deg);
}

.offer h6{
    font-size: 1.1rem;
    font-weight: 600;
    padding-bottom: 20px;
    padding-top: 45px;
}
.offer_bg{
    background: #efe9e970;
    padding: 10px;
}

/*MOBILE ONLY*/
.carousel-wrap {
  margin: 0px auto;
  padding: 0 5%;
  width: 100%;
  position: relative;
}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
  position: relative;
  z-index: 100; 
  -webkit-backface-visibility: hidden; 
}

/* end fix */
.owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}

.owl-nav i {
  font-size: 30px;
}

.owl-nav .owl-prev {
  left: -30px;
}

.owl-nav .owl-next {
  right: -30px;
}
/*MOBILE ONLY END*/
figure {
    margin: 0 0 0rem;
}
figure.snip0016 {
  color: #fff;
  position: relative;
  overflow: hidden;
  /*margin: 10px;*/
 /* min-width: 220px;
  max-width: 310px;
  max-height: 220px;
  width: 100%;*/
  background: #000000;
  text-align: left;
}
figure.snip0016 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
figure.snip0016 img {
  max-width: 100%;
  opacity: 1;
  width: 100%;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
figure.snip0016 figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px 3em;
  width: 100%;
  height: 100%;
}
figure.snip0016 figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 100%;
  border-left: 4px solid rgba(255, 255, 255, 0.8);
  content: '';
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
figure.snip0016 h2,
figure.snip0016 p {
  margin: 0 0 5px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s,-webkit-transform 0.35s,-moz-transform 0.35s,-o-transform 0.35s,transform 0.35s;
}
figure.snip0016 h2 {
  word-spacing: -0.15em;
  font-weight: 300;
  text-transform: uppercase;
  -webkit-transform: translate3d(30%, 0%, 0);
  transform: translate3d(30%, 0%, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  font-size: 1.8rem;
}
figure.snip0016 h2 span {
  font-weight: 800;
}
figure.snip0016 p {
  font-weight: 200;
  -webkit-transform: translate3d(0%, 30%, 0);
  transform: translate3d(0%, 30%, 0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
figure.snip0016 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  color: #ffffff;
}
figure.snip0016:hover img {
  opacity: 0.3;
}
figure.snip0016:hover figcaption h2 {
  opacity: 1;
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
figure.snip0016:hover figcaption p {
  opacity: 0.9;
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
figure.snip0016:hover figcaption::before {
  background: rgba(255, 255, 255, 0);
  left: 30px;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.mar_80{margin-top: 80px}
/*our center css start from here*/
.padd_topbot{padding-top: 1.5rem!important; padding-bottom: 1.5rem!important;}
.center .bottom-left {
    position: absolute;
    bottom: 42px;
    left: 40px;
    color: #fff;
    font-weight: 700;
}
.center img{width: 100% !important;}
.center h2{
 /* text-transform: uppercase;*/
  font-size: 1.65rem;
}
.center span{font-weight: 700;}
.center p {font-size: 0.95rem;
    font-weight: 400;
    margin-bottom: 0.5rem;
  }
 .center .border-left {
    border-left: 3px solid #dee2e6!important;
    padding-left: 20px;
}
.center a{font-size: 0.95rem; color: #f9b605;}
.center a:hover{color: #fff; text-decoration: none;}
/*our css end from here*/


.parallax_image {
    background-color: #f1eee9;
    background-image: url(../images/parallex-image.jpg);
    color: #fff;
    /* font-size: 40px; */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* min-height: 450px; */
}

.parallax_image .card {
    background-color: transparent;
    color: #989083;
    background-clip: border-box;
    border: none;
    border-radius: 0rem;
    font-size: 0.9rem;
}
.parallax_image .card-header {
    background-color: #fff;
    border-bottom: none;
    margin-top: 10px;
}
.parallax_image .btn-link {
    font-weight: 700;
    color: #666666;
    text-decoration: none;
    font-size: 1rem;
}
.parallax_image .card-body {
 line-height: 25px;
    }
   

/**/
.img-comp-container {
  position: relative;
  height: 200px;
}

.img-comp-img {
  position: absolute;
  width: auto;
  height: auto;
  overflow:hidden;
  border-right: 2px solid #fff;
}

.img-comp-img img {
  display:block;
  vertical-align:middle;
}
.img-comp-slider {
    position: absolute;
    z-index: 9;
    cursor: ew-resize;
    width: 35px;
    height: 36px;
    background-color: #92a819;
    opacity: 1;
    border-radius: 50%;
    border: 2px solid #fff;
}
.img-comp-slider:before {
    content: "";
    position: absolute;
    bottom: -5%;
    left: 98%;
    font-size: 6px;
    box-sizing: border-box;
    border: 1em solid black;
    border-color: transparent #fff transparent transparent;
    transform-origin: 0 0;
    transform: rotate(180deg);
}
.img-comp-slider:after {
    content: "";
    position: absolute;
    bottom: 33%;
    left: -5%;
    font-size: 6px;
    box-sizing: border-box;
    border: 1em solid black;
    border-color: transparent #fff transparent transparent;
    transform-origin: 0 0;
    transform: rotate(0deg);
}

.read_more  .btn-success {
    color: #fff;
    background-color: #92a819;
    border-color: #92a819;
    /* padding: 21px; */
}
 .read_more .btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show>.btn-success.dropdown-toggle:focus {
    box-shadow: none;
}
.read_more .btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #92a819;
    border-color: #92a819;
}
.read_more .btn {
    padding: 1.2rem !important;
    font-size: 0.8rem !important;
    border-radius: 0rem !important;
}
/**/

.middle_img {
   background-color: #00627e;
   background-image: url(../images/bg-3.jpg);
   color: #fff;
   /* font-size: 40px; */
   background-attachment: fixed;
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
   /* min-height: 450px; */
}
.middle_img h1{color: #fff;}
.middle_img i {font-size: 1.2rem;} 
.middle_img .btn-success {
    color: #fff;
    background-color: #92a819;
    border-color: #92a819;
    /* padding: 21px; */
}
 .middle_img .btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show>.btn-success.dropdown-toggle:focus {
    box-shadow: none;
}
.middle_img .btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #92a819;
    border-color: #92a819;
}
.middle_img .btn {
    padding: 1.5rem !important;
    font-size: 0.8rem !important;
    border-radius: 0rem !important;
    border-radius: 0rem;
    margin-top: 20px;
}  
#demo2 .carousel-indicators {
    position: unset;
    margin-left: 0px;
    margin-right: 0px;
    cursor: pointer;
}
#demo2 .carousel-indicators .active img {
    box-shadow: 0 0 0 5px #fff, 0 0 0 10px #e7b739;
}
#demo2 .carousel-indicators img {
    border-radius: 50%;
}
.mt-40 {
    margin-top: 40px;
}
.testimonials_para {
    margin-top: 30px;
    font-size:1.1rem;
    width: 80%;
}
.custom_hr {
    border-top: 2px solid #e7b739;
    width: 60px;
    margin-top: 6px;
    margin-bottom: 20px;
    color: #1c304b;
}
.name_class {
    margin-bottom: 5px;
    font-weight: 600 !important;
    color: #a8c11b !important;
}
.select_extra{
   height: auto;
    padding: 0.95rem .75rem !important;
    font-size: 0.89rem !important;
    color: #626769 !important;}
.form_section{background: #7e6f57; padding-top: 3rem; padding-bottom: 3rem;}
.form_section h1{color: #fff;}
.form_section .form-control {
    padding: 1.8rem 1rem 1.8rem 1rem;
    font-size: 0.9rem;
    color: #484141;
    background-color: #f7f5f2;
    border: 1px solid #f7f5f2;
    border-radius: 1px;
}

.form_section .form-control:focus {
    box-shadow: 0 0 0 0.1rem rgb(255 235 0 / 45%);
}
.form_section .btn-success {
    color: #fff;
    background-color: #92a819;
    border-color: #92a819;
    /* padding: 21px; */
}
 .form_section .btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show>.btn-success.dropdown-toggle:focus {
    box-shadow: none;
}
.form_section .btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #92a819;
    border-color: #92a819;
}
.form_section .btn {
    width: 100%;
    padding: 1.2rem !important;
    font-size: 0.8rem !important;
    border-radius: none !important;
    border-radius: 0rem;
}
.section_faq{background-image: url(../images/bg-faq.jpg);
    background-repeat: round;}
.section_faq i {font-size: 1.2rem;} 
.section_faq .btn-success {
    color: #fff;
    background-color: #92a819;
    border-color: #92a819;
    /* padding: 21px; */
}
 .section_faq .btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show>.btn-success.dropdown-toggle:focus {
    box-shadow: none;
}
.section_faq .btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #92a819;
    border-color: #92a819;
}
.section_faq .btn {
    padding: 1.5rem !important;
    font-size: 0.8rem !important;
    border-radius: 0rem !important;
    border-radius: 0rem;
    margin-top: 20px;
}  
.location{}
.location h4{font-size: 1.2rem;
    padding: 5px 0px 5px 0px;}
.location p{font-size: 0.9rem;}
.location a{color: #989083;
    text-decoration: none;
    font-size: 1rem;}

/*WHY CHOOSE LOOKSSTUDIO CSS START HERE*/
.why_choose_section p{font-size: 0.85rem;}
.choose_img_bg{
    width: 42%;
    background: #fff;
    border-radius: 50%;
    padding: 10px;
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,.2);
}
.choose_img_bg img{
    padding: 20px;
    margin: 10px;
    box-shadow: 2px 1px 10px 1px rgba(0,0,0,.2);
    border-radius: 50%;
}
/*WHY CHOOSE LOOKSSTUDIO CSS END HERE*/

/*ABOUT US CSS START*/
.about_parallex_new {
    background-color: #f1eee9;
    background-image: url(../images/treatment/parallex-about.jpg);
    color: #fff;
    /* font-size: 40px; */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
   
}
.img_box_col5 {
    background: transparent;
}

.img_box {
    width: 115px;
    height: 115px;
    border-radius: 50%;
    border: 2px solid #fff;
}
.img_box img {
    padding-top: 25px;
}
.img_box_h4{
   color: #fff !important;
    font-size: 1.2rem;
    text-decoration: none;
  }
  .img_box_h4 a:hover{
   color: #e7b739 !important;
 
  }
.color_white{color:#fff;}
.about_background{
  background-image: url(../images/about/hariloss-banner.png);
 padding:112px;
}
.inner .carousel-caption {
    position: absolute;
    right: 0%;
    bottom: 20%;
    left: -4%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 88px;
    color: #fff;
    text-align: center;
    width: 95%;    
}
.inner .carousal_heading{
    color: #464444;
    font-size: 57px;
    font-weight: 700;
    z-index: -1;    
}
.inner .carousal_subtitle{
    color: #e7b739;
    font-size: 24px;    
}

.counter
{
    text-align: center;
}

.counter-count
{
   font-size: 2rem;
    font-weight: bold;
    position: relative;
    color: #000;
    text-align: center;
    display: inline-block;
    padding-bottom: 0rem;
    padding-top: 1.8rem;
}
.counter h3{font-size: 1.2rem !important;}
.counter .border-right {
    border-right: 2px solid #dadad9 !important;
}
.about_para {
   background-color: #f1eee9;
   background-image: url(../images/about/parallex-about.jpg);
   color: #fff;
   /* font-size: 40px; */
   background-attachment: fixed;
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
   /* min-height: 450px; */
}
.about_para h1{color: #fff;}
.about_para i {font-size: 1.2rem;} 
.about_para .btn-success {
    color: #fff;
    background-color: #92a819;
    border-color: #92a819;
    /* padding: 21px; */
}
 .about_para .btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show>.btn-success.dropdown-toggle:focus {
    box-shadow: none;
}
.about_para .btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #92a819;
    border-color: #92a819;
}
.about_para .btn {
    padding: 1.5rem !important;
    font-size: 0.8rem !important;
    border-radius: 0rem !important;
    border-radius: 0rem;
    margin-top: 20px;
}  
/*ABOUT US CSS END*/

/*CASE STUDY CSS START FROM HERE*/
.padd_20{margin-top: 1rem!important;}

.custom_card {
    margin-left: -50px;
    margin-top: 10px;
    z-index: 1;
    position: relative;
    padding: 20px;
    box-shadow: 5px 9px 24px rgba(210,210,210,.49);
    background: #fff;
}
.custom_card h4{font-size: 1.4rem;
    color: #e7b739;}

 .custom_card p{font-size: 0.85rem;padding-top: 5px;
    margin-bottom: 0rem;}   

.custom_card  .btn-success {
color: #fff;
background-color: #92a819;
border-color: #92a819;
/* padding: 21px; */
}
 .custom_card .btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show>.btn-success.dropdown-toggle:focus {
    box-shadow: none;
}
.custom_card .btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #92a819;
    border-color: #92a819;
}
.custom_card .btn {
    padding: 0.4rem !important;
    font-size: 0.8rem !important;
    border-radius: 0px !important;
}
.custom_card span{font-size: 0.8rem; color:#566506;}
/*CASE STUDY CSS END FROM HERE*/

/*PATNER WITH US CSS START FROM HERE*/

.partner_parallax_image {
    background-color: #f1eee9;
    background-image: url(../images/partner-us/partner-parallex.jpg);
    color: #fff;
    /* font-size: 40px; */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* min-height: 450px; */
}
.partner_parallax_image ul
{
    color: #50493d;
    font-size: 1rem;
    line-height: 30px;
    padding-top: 20px;
    text-align: justify;
}
.benifits{}
.benifits ul{
     margin: 0px;
    padding-left: 15px;
    font-size: 0.9rem;
    line-height: 40px;
    color: #6b6760;
  }
.benifits li{list-style: none;}
.benifits .arrow_custom {
   color: #50493d;
}
.benifits .arrow_custom:hover {
   color: #92a819;
}
.benifits .arrow_custom_bg{
   color: #585555;
}
.benifits .arrow_custom_bg:hover {
   color: #92a819;
}
.benifits .arrow_bg {
    border: 1px solid #bbbaba;
    padding: 10px;
    background: #f1efea;
    color: #5a5959ee;
}

/*PATNER WITH US CSS END FROM HERE*/
/*FEMAIL HT CSS START FROM HERE*/
.female_para{padding-top: 5px;
    font-size: 1.1rem;
    color: #ec9108;
    font-weight: 700;
  }
/*FEMAIL HT CSS END FROM HERE*/
/*FAQ SECTION CSS START FROM HERE*/
.faq_page {
    background-color:#f1eee9;
    background-image: url(../images/parallex-image.jpg);
    color: #fff;
    /* font-size: 40px; */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* min-height: 450px; */
}
.faq_page .card {
    background-color: transparent;
    color: #989083;
    background-clip: border-box;
    border: none;
    border-radius: 0rem;
    font-size: 0.9rem;
}
.faq_page .card-header {
    background-color: #fff;
    border-bottom: none;
    margin-top: 10px;
}
.faq_page .btn-link {
    font-weight: 700;
    color: #666666;
    text-decoration: none;
    font-size: 1rem;
    text-align: unset !important;
    padding: 0.5rem 0rem 0.5rem 2rem;
    line-height: 2.5;  
}
.faq_page  .arrow_bg {
    color: #fff;
}
.faq_page .card-body {
 line-height: 25px;
    }
 .faq_page   .card-header {
    padding: 0.1rem;}
/*FAQ SECTION CSS END FROM HERE*/

/*TREATMENT SECION START FROM HERE*/
 .treatment  .btn-success {
    color: #fff;
    background-color: #92a819;
    border-color: #92a819;
    /* padding: 21px; */
}
 .treatment .btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show>.btn-success.dropdown-toggle:focus {
    box-shadow: none;
}
.treatment .btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #92a819;
    border-color: #92a819;
}
.treatment .btn {
    padding: 0.5rem !important;
    font-size: 0.75rem !important;
    border-radius: 0px;
}
.treatment p{font-size: 0.9rem;
    text-align: justify;}
 .treatment h4{font-size: 1.18rem; font-weight: 700;}
 .treatment .border {min-height: 485px;}
 .border:hover {
    -webkit-box-shadow: 0 8px 50px #f0f0f0;
    box-shadow: 0 8px 25px #f0f0f0;
}
/*TREATMENT SECION START FROM HERE*/

/*INNER TRATMENT CSS START FROM HERE*/
.inner-treatment-parallex {
    background-color: #f1eee9;
    background-image: url(../images/treatment/banner-3.jpg);
    color: #fff;
    /* font-size: 40px; */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
.inner-treatment-parallex2 {
    background-color: #f1eee9;
    background-image: url(../images/treatment/com-parallex.jpg);
    color: #fff;
    /* font-size: 40px; */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
   
}
.inner-treatment-parallex2 p{color: #fff; font-size: 0.9rem;}
.inner-treatment-parallex2 h5{color: #ffc11e;}

.inner-treatment li{padding-top: 15px;}
.inner-treatment h5{    
    text-align: center;
    color: #fff;
    background: #92a819;
    padding: 20px;
    font-size: 0.9rem;
    text-transform: uppercase;
  }
 .inner-treatment ul {
    list-style: none;
    line-height: 30px;
    font-size: 0.9rem;
/*    color: #989083;
*/   color: #736f6f;
    line-height: 2rem;
  }
 .inner-treatment .fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0;
    color: #151414  !important;
    line-height: 2rem !important;
  }
  .inner-treatment h4{font-size: 1.1rem; font-weight: 700;}
  .fa_color{
    background: transparent;
    color: #e7b739;
    padding: 5px 7px 5px 7px;
    border-radius: 50%;
    border: 2px solid #e7b739;
  }
  .inner-treatment a{color: #989083;}
  .inner-treatment a:hover{color: #92a819;}
  /*.inner-treatment {color: #e7b739;}*/

/*INNER TRATMENT CSS END FROM HERE*/

/*VIDEO SECTION CSS START FROM HERE*/
.video h3{
    font-size: 1.3rem;
    color: #eaaa00;
    margin-top: 12px;
    margin-bottom: 12px;
  }
.video_inner{
  padding: 10px;
  border: 1px solid #eee;
  background: #fbf7f7;
}
.modal-dialog {
    max-width: 800px;
    margin: 30px auto;
}
.modal-body {
  position:relative;
  padding:0px;
}
.close {
  position:absolute;
  right:-30px;
  top:0;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  opacity:1;
}
.video_img {
  position: relative;
  width: 100%;
  max-width: 400px;
}
.video_img .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  cursor: pointer;
}
/*VIDEO SECTION CSS END FROM HERE*/

/*CASE STUDY SECTION START FROM HERE*/
.case_yellow{
    background-color: rgb(214 165 28 / 89%);
    padding: 10px;
    width: 92%;
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: 16px;
    font-size: 1rem;
    color: #fff;
    font-weight: 700;
  }
.casestudy_bg p{color: #989083;}
.casestudy_bg h1{color: #1b1916;}
.case_study_inner{padding: 35px !important; background: #eee;}
.case_study_inner p{font-size: 0.85rem; text-align: justify;}
.case_lower p{color: #989083;
    font-size: 0.95rem;
    line-height: 24px;s}

/*CASE STUDY SECTION END FROM HERE*/

/*CONTACT PAGE CSS START FROM HERE*/
.location_head_text{
    font-size: 1.3rem;
    color: #f3b000;
} 

.contact_form .form-control {
   height: auto;
   padding: 0.75rem .75rem;
   font-size: 0.85rem;
}
.contact_form  .btn-success {
    color: #fff;
    background-color: #92a819;
    border-color: #92a819;
    /* padding: 21px; */
}
 .contact_form .btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show>.btn-success.dropdown-toggle:focus {
    box-shadow: none;
}
.contact_form .btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #92a819;
    border-color: #92a819;
}
.contact_form .btn {
    margin-top: 15px;
    padding: 0.7rem !important;
    font-size: 1rem !important;
    border-radius: 0px !important;
}
.contact_add .shadow_box{box-shadow: 0 8px 25px #d4cfcf; padding: 25px; background-color: #fff; min-height: 253px;}
.contact_add .shadow_box:hover{box-shadow: 0 8px 25px #383333d6;}
.contact_add h3{font-size: 1.3rem; color: #f3b000;}
.contact_add p{font-size: 0.88rem; margin-bottom: 0rem; margin-top: 0.8rem;}
/*CONTACT PAGE CSS END FROM HERE*/

/*CAREERS PAGE CSS START HERE*/
.font_p{
  color: #989083;
    font-size: 0.9rem !important;
    line-height: 24px;
}
.careers p {
    font-size: 0.88rem;
    margin-bottom: 0rem;
    margin-top: 0.2rem;
}
.careers h3{
  color: #e7b739;
    font-size: 1.4rem;
    margin-bottom: 14px;
}
.careers .shadow_box{box-shadow: 0 8px 25px #d4cfcf; padding: 25px; background-color: #fff;}
.careers .shadow_box:hover{box-shadow: 0 8px 25px #383333d6;}
.careers  .btn-success {
    color: #fff;
    background-color: #92a819;
    border-color: #92a819;
    /* padding: 21px; */
}
 .careers .btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show>.btn-success.dropdown-toggle:focus {
    box-shadow: none;
}
.careers .btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #92a819;
    border-color: #92a819;
}
.careers .btn {
    margin-top: 60px;
    padding: 10px 45px!important;
    font-size: 0.95rem !important;
    border-radius: 0px !important;
}
.careers a {
  text-decoration: unset;
}

/*CAREERS PAGE CSS END HERE*/

/*CENTER-MAIN SECION START FROM HERE*/
 .center_main  .btn-success {
    color: #fff;
    background-color: #92a819;
    border-color: #92a819;
    /* padding: 21px; */
}
 .center_main .btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show>.btn-success.dropdown-toggle:focus {
    box-shadow: none;
}
.center_main .btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #92a819;
    border-color: #92a819;
}
.center_main .btn {
    padding: 0.5rem !important;
    font-size: 0.75rem !important;
    border-radius: 0px;
}
.center_main p{font-size: 0.9rem;
    text-align: justify;  color: #eaab03;
    font-weight: 700;}
 .center_main h4{font-size: 1.18rem; font-weight: 700; margin-bottom: 0.1rem;}
 .center_main span{font-size: 0.8rem;}
 .center_main .border:hover {
    -webkit-box-shadow: 0 8px 50px #f0f0f0;
    box-shadow: 0 8px 25px #f0f0f0;
}
/*CENTER-MAIN  SECION START FROM HERE*/

/*CENTER PAGE CSS START HERE*/
.centers_class .fa-li {
    left: -2.5em !important;
    color: #e7b739;
}
.centers_class .li_text {
  color: #50493d;
}
.centers_class .li_text a {
  color: #50493d;
}
.centers_class ul {
    font-size: 1rem;
}
#centers_section .owl-nav .owl-prev {
    left: 10px;
}
#centers_section .owl-nav .owl-next {
    right: 10px;
}
#centers_section .owl-nav i {
    font-size: 20px;
}
#centers_section .owl-nav > div {
    top: 55%;
}
.center_treatments{
  background: #fff;
  padding: 20px 12px;
  text-decoration: none;
  box-shadow: 0 6px 20px #d4cfcf;  
}
.center_treatments:hover{
  background: #92a819;
  padding: 20px 12px;
  text-decoration: none;
  color: #fff;
  box-shadow: 0 6px 20px #d4cfcf;  
}
.center_treatments a{
  color: #666;
}
.center_treatments:hover a{
  color: #fff;
  text-decoration: none;
}
.center_treatments:hover .arrow_custom_bg {
    color: #92a819;
}
.center_treatments:hover .arrow_bg {
    background: #fff;
    color: #93a91a;
}

#map_section .centers_class{
  background: #92a819;
  color: #fff;  
}
#map_section .centers_class .li_text {
  color: #fff;
  font-size: 0.8rem;
}
#map_section .centers_class ul {
    font-size: 0.8rem;
}
#map_section .nav-tabs .nav-link {
    border: unset;
    border-top-left-radius: unset;
    border-top-right-radius: unset;
    border-radius: 1rem;
    padding: 5px 15px;
    margin: 0px 5px;
    font-size: 0.8rem;
    color: #fff !important;
}
#map_section .nav-tabs .active {
    color: #666 !important;
}
#map_section .nav-tabs {
    border-bottom: unset;
}
#map_section .nav-link:hover {
    color: #fff!important;
    background: #e7b739;
    border-radius: 1rem;
    padding: 5px 15px;
}
/*CENTER PAGE CSS END HERE*/

/*TERMS CSS START FROM HERE*/
.terms h6{color: #efb726; padding-top: 12px; padding-bottom: 12px;}
.terms ul{color: #989083; margin-left: -18px;}
.terms p{text-align: justify;}

/*FOOTER SECTION CODE START HERE*/

/*PATIENT REVIEWS CSS START FROM HERE*/

.patient_reviews h5{font-size: 1.1rem;
    color: #eaaf13;
    margin-bottom: 0.2rem;}
.footer_class{
    background: #50493d;
    color: #d0c7b9;
    padding-top: 50px;
   
}
.patient_reviews hr {
    height: 1px;
    padding: 0px;
    margin-top: 30px;
    margin-bottom: 30px;
    background: #cec9c9;
    border: none;
}
.patient_reviews .bg-gray {
    background: #c0c0c0;
    fill: #c0c0c0;
}
/*PATIENT REVIEWS CSS END FROM HERE*/

/*BEFORE AFTER CSS SECTION START FROM HERE*/
.before_after .orange_patch {
    padding: 20px 0px 5px 0px;
    text-align: center;
    background: #e7b739;
    box-shadow: 2px #fff;
    margin-top: -20px;}
.before_after .wid_img{width:320px; height: 220px;}
.before_after p{margin-top: 10px;}
.before_after a{color: #fff; font-weight: 700;}
.before_after small{font-size: 1rem;}
/*BEFORE AFTER CSS SECTION END FROM HERE*/

/*TREATMENTS PAGE CSS START HERE*/
#treatments_custom_id .col-md-3{
  padding-left: 0px;
}
#treatments_custom_id .nav-pills{
  background: #f1f1f1;
  padding-top: 50px;
  padding-bottom: 60px;
}
#treatments_custom_id .nav-pills .nav-link.active, #treatments_custom_id .nav-pills .show>.nav-link {
    font-size: 0.8rem;
    color: #fff !important;
    background-color: #007bff;
    margin-right: -15px;
    background: #92a819;     
}
#treatments_custom_id .nav-link.active:hover {
    color: #fff;
    background-position: left;
    text-decoration: none;
}
#treatments_custom_id .nav-link:hover {
    border-radius: unset;
    padding: 6px 0px 6px 20px;
}
#treatments_custom_id .nav-link {
    background: #333333;
    color: #fff !important;
    font-size: 0.75rem;
    border-radius: unset;
    letter-spacing: 1px;
    padding: 6px 0px 6px 20px;
}
#treatments_custom_id .tab-content{
  padding-top: 50px;
}
#treatments_custom_id .head_h1 {
    font-size: 2rem;
}
/*TREATMENTS PAGE CSS END HERE*/

/*BLOG PAGE CSS START HERE*/
.blog h3{color: #e7b739}

.blog.plain_bg{
    padding-top: 1rem;
    padding-bottom: 2rem;
}
.blog .plain_bg p{color: #989083; font-size: 0.9rem; line-height: 24px;}
.single-blog {
    transition: all 300ms linear 0s;
    position: relative;
}
.single-blog .thumb {
    overflow: hidden;
}
.single-blog .thumb img {
    width: 100%;
    transition: all 300ms linear 0s;
}
.single-blog:hover img {
    transform: scale(1.1);
}
.single-blog .short_details {
    background: #fff;
    transition: all 300ms linear 0s;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80%;
    padding: 40px;
    transition: all 300ms linear 0s;
}
.single-blog .meta-top {
    margin-bottom: 6px;
}
.single-blog .meta-top a:last-child {
    margin-left: 3px;
}
.single-blog .meta-top a:first-child {
    margin-right: 3px;
}
.single-blog .meta-top a {
    display: inline-block;
    font-size: 11px;
    color: #92a819 !important;
    text-transform: uppercase !important;
    position: relative;
    font-weight: 600;
    transition: all 300ms linear 0s;
    text-decoration: none;
}
.single-blog .short_details a {
    color: #33353b;
    font-weight: 600;
    text-transform: capitalize;
    text-decoration: none;
}
.single-blog .short_details a {
    color: #33353b;
    font-weight: 600;
    text-transform: capitalize;
    text-decoration: none;
}
.single-blog h4 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    font-weight: 600;
    transition: all 300ms linear 0s;
}
.single-blog .meta-bottom {
    margin-bottom: 15px;
}
.single-blog .meta-bottom a {
    display: inline-block;
    color: #797979;
    position: relative;
    font-size: 13px;
    text-transform: uppercase;
    transition: all 300ms linear 0s;
    text-decoration: none;
}

.single-blog .short_details a {
    color: #33353b;
    font-weight: 600;
    text-transform: capitalize;
}
.dark_font {
    color: #0a0a0a !important;
}
.single-blog .short_details a:hover {
    color: #92a819;
}
.single-blog .meta-bottom a:hover {
    color: #92a819;
}
.blog_right_sidebar .single_sidebar_widget {
    background: #fbf9ff;
    padding: 30px;
    margin-bottom: 30px;
}
.button {
  
    display: inline-block;
    border: 1px solid transparent;
    font-size: 15px;
    font-weight: 500;
    padding: 12px 54px;
    border-radius: 4px;
    color: #fff;
    border: 1px solid #e7b739;
    text-transform: uppercase;
    background: #e7b739;
    cursor: pointer;
    transition: all 300ms linear 0s;
}
.blog_right_sidebar .widget_title {
    font-size: 20px;
    margin-bottom: 40px;
    color: #2a2a2a;
}
.list {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.blog_right_sidebar .post_category_widget .cat-list li {
    border-bottom: 1px solid #f0e9ff;
    transition: all 0.3s ease 0s;
    padding-bottom: 0px;
}
.blog_right_sidebar .popular_post_widget .post_item .media-body {
    justify-content: center;
    align-self: center;
    padding-left: 20px;
}
.blog_right_sidebar .popular_post_widget .post_item .media-body a {
    color: #2a2a2a;
}
.blog_right_sidebar .popular_post_widget .post_item .media-body a :hover {
    color: #e7b739;
    
}
.blog_right_sidebar .widget_title::after {
    content: "";
    display: block;
    padding-top: 15px;
    border-bottom: 1px solid #f0e9ff;
}

.blog_right_sidebar .post_category_widget .cat-list li + li {
    padding-top: 15px;
}
.blog_right_sidebar .popular_post_widget .post_item .media-body h3 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 6px;
    transition: all 0.3s linear;
}
.blog_right_sidebar .popular_post_widget .post_item .media-body p {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0px;
}
.blog_right_sidebar .popular_post_widget .post_item + .post_item {
    margin-top: 20px;
}
/*BLOG PAGE CSS END HERE*/

/*BIO INTEGRATED PAGE CSS START HERE*/
.bio_page h5 {
    text-align: center;
    color: #fff;
    background: #92a819;
    padding: 20px;
    font-size: 1.1rem;
    text-transform: uppercase;
}
.bio_page .box_shadow{
  box-shadow: 0px 3px 10px 0px rgba(0,0,0,.2);
}
.bio_page .steps_class .main_img{
    background: #fff;
    border-radius: 50%;
    padding: 15px 30px;
    box-shadow: 6px 0px 15px 0px rgba(0,0,0,.1);
}
.steps_image{
    border: 1px solid #ccc;
    border-radius: 50%;
    padding: 25px;
    margin: 25px;  
}
.step_number{
    background: #92a819;
    color: #fff;
    padding: 5px;
    border-radius: 50%;
    margin: 10px auto;
    width: 15%;
    font-size: 0.8rem;  
}
.step_title{
  font-size: 1.1rem;
}
.bio_steps_div_main::after {
    display: inline-block;
    content: "";
    border-top: .1rem solid #ccc;
    width: 4rem;
    margin: 0 9rem;
    transform: translateY(-1rem);
    position: absolute;
    bottom: 125px;
}    
/*BIO INTEGRATED PAGE CSS END HERE*/


/*PRP PAGE CSS START HERE*/
.prp .steps_class .main_img {
    background: #fff;
    border-radius: 50%;
    padding: 9px 10px;
    box-shadow: 6px 0px 15px 0px rgba(0,0,0,.1);
}
.prp .box_shadow{
  box-shadow: 0px 3px 10px 0px rgba(0,0,0,.2);
}

.steps_image_prp{
    border: 1px solid #ccc;
    border-radius: 50%;
    padding: 20px;
    margin: 13px;  
}
.step_number_prp{
    background: #92a819;
    color: #fff;
    padding: 5px;
    border-radius: 50%;
    margin: 10px auto;
    width: 15%;
    font-size: 0.8rem;  
}
.step_title_prp{
  font-size: 1.1rem;
}
.bio_steps_prp_div_main::after {
    display: inline-block;
    content: "";
    border-top: .1rem solid #ccc;
    width: 3.6rem;
    margin: 0 9rem;
    transform: translateY(-1rem);
    position: absolute;
    bottom: 151px;
}    
/*PRP PAGE CSS END HERE*/

/*FOOTER SECTION CODE START HERE*/
.footer_class{
    background: #50493d;
    color: #d0c7b9;
    padding-top: 50px;
   
}
footer ul, footer li {
    margin: 0;
    padding: 0;
    list-style: none;
}
footer h6{
    font-size: 1.2rem;
    color: #fff;
   margin: 1rem 0 0.8rem;
}
footer ul a {
    font-size: 0.9rem;
    color: #d0c7b9;
    line-height: 2.1rem;
}


footer ul li {
    font-size: 0.95rem;
    color: #d0c7b9;
}
footer ul li::before {
  content: "\2022";
  color: #e7b739;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
 
}
footer a:hover{
	color: #fff;
	text-decoration: none;
}
.b-box{
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 0.9rem;
    color: #d0c7b9;
    background:#3e3930;
}
.btn-outline-secondary {
    color: #fff;
    border-color: #92a819;
    background: #92a819;
}
.btn-outline-secondary:hover {
    color: #fff;
    background-color: #7e6f57;
    border-color: #7e6f57;
}
.form-control {
    padding: 1.375rem .75rem;
    font-size: 0.85rem;
  
}
.youtube_icon{
   background: transparent;
    color: #e7b739;
    padding: 5px 10px 5px 10px;
    border-radius: 50%;
    border: 2px solid #e7b739;
}
.facebook_icon{
   background: transparent;
    color: #e7b739;
    padding: 5px 15px 5px 15px;
    border-radius: 50%;
    border: 2px solid #e7b739;
}
.instagram_icon{
   background: transparent;
    color: #e7b739;
    padding: 5px 12px 5px 12px;
    border-radius: 50%;
    border: 2px solid #e7b739;
}
.linkedin_icon{
   background: transparent;
    color: #e7b739;
    padding: 5px 12px 5px 12px;
    border-radius: 50%;
    border: 2px solid #e7b739;
}
.twitter_icon{
   background: transparent;
    color: #e7b739;
    padding: 5px 12px 5px 12px;
    border-radius: 50%;
    border: 2px solid #e7b739;
}
.pinterest_icon{
   background: transparent;
    color: #e7b739;
    padding: 5px 12px 5px 12px;
    border-radius: 50%;
    border: 2px solid #e7b739;
}
.youtube_icon:hover{background: #FF0000; color:#fff;}
.facebook_icon:hover{background: #4267B2; color:#fff;}
.instagram_icon:hover{background: #bc2a8d; color:#fff;}
.linkedin_icon:hover{background: #0e76a8; color:#fff;}
.twitter_icon:hover{background: #00acee; color:#fff;}
.pinterest_icon:hover{background: #c8232c; color:#fff;}
.mobile_img{float: right;}
/*FOOTER SECTION CODE END HERE*/

@media only screen and (max-width: 600px) {
.desktop_unique{display: none !important;}
.mobile_unique{display: block !important;}
.mobile_logo{
    width: auto;
    height: 80px;    
}
.careers_mobile_heading{font-size: 0.9rem !important;}
.carousel-control-next, .carousel-control-prev {
   bottom: 50%;
}
.carousal_subtitle {
    color: #e7b739;
    font-size: 0.8rem;
}
.carousal_heading {
    color: #464444;
    font-weight: 700;
    font-size: 0.85rem;
}
.banner_button .btn {
margin-top: 6px;
padding: 0.4rem !important;
font-size: 0.75rem !important;
border-radius: 0px !important;
}
.padd_topbot {
    padding-top: 0.8rem!important;
    padding-bottom: 0.8rem!important;
}
.benifits ul {color: #635e56;}
.head_h1 {font-size: 2rem;}
.about_background{padding:15px;}
  .mob_color1{ color: #fff !important;}
  .section_faq {background-repeat: unset;}
  .grey_bg {
  padding-top: 2rem;
  padding-bottom: 2rem;
   }
.plain_bg {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.plain_bg p { font-size: 0.9rem;}
.grey_bg p { font-size: 0.9rem;}
.appointment .btn {
    margin-top: 8px;
    padding: 0.8rem !important;
    font-size: 1rem !important;
    border-radius: 0px !important;
}
.appointment a {
    font-size: 1.1rem;
   }
.appointment {text-align: center;}
.img-comp-img img{
width: 300px;
height: 200px;
}
.mob_center{text-align: center;}
.counter-count{font-size: 1.5rem !important;}
.section_faq {text-align: center;}
.parallax_image .btn-link {font-size: 0.8rem;}    
.middle_img .btn { padding: 0.9rem !important;}
.offer_bg_mob{background: #efe9e970; padding: 10px;}
.offer h6{padding-top: 20px;}     
.section_faq .btn {padding: 0.9rem !important;}
.read_more .btn {padding: 0.9rem !important;}
.counter .border-right {border-right: 0px solid #dadad9 !important;}
.img-comp-slider {margin-left: 20px;}
.img-comp-img {margin-left: 20px;}
/*HEADER CODE START HERE*/
.padd_20{margin-top: 0rem!important;}
.navbar { padding: 0rem 1rem 0rem 1rem;}
.nav-link-user { padding: 0px; }
.custom_border_right{border-right: unset;}
.nav-link-number {
display: block;
padding: 3px 6px;
}
.nav-item {
    margin-bottom: 15px;
}
.triangle::after {
    display: none;
}
.custom_card {
    margin-left: 0px;
    margin-top: -70px;
   }
.inner .carousal_heading {font-size: 20px;}
.inner .carousel-caption {left: -15%; padding-bottom: 30px;}
.inner .carousal_subtitle {font-size: 12px;}
.inner .carousal_heading { font-size: 20px;}
.faq_page .btn-link {
    padding: 0.5rem 0rem 1rem 1.5rem;
    line-height: 2;
}
.contact_add .shadow_box { min-height: 130px;}
/*HEADER CODE END HERE*/
/*BANNER CSS START HERE*/
.custom_slider_top{margin-top: 88px;}
.carousel-caption {
    position: absolute;
    right: 0%;
    bottom: 0%;
    left: 10%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 40px;
    color: #fff;
    text-align: center;
    width: 45%;
}
/*BANNER CSS END HERE*/

/*BLOG CSS START HERE*/
.single-blog .short_details {width: 70%; padding: 25px;}
/*BLOG CSS END HERE*/

/*BIO INTEGRATED PAGE CSS START HERE*/
  .bio_steps_div_main::after {
      display: none;
  }
  .bio_steps_prp_div_main::after {
      display: none;
  }
  .bio_page .mobile_margin{
    margin-top: 0rem !important;
  }    
  /*BIO INTEGRATED PAGE CSS END HERE*/
  #treatments_custom_id .pr-5{padding-right: 1rem !important;}
  #treatments_custom_id .col-md-3{padding-left: 1rem;}
  #treatments_custom_id .nav-pills .nav-link.active, #treatments_custom_id .nav-pills .show>.nav-link {
      margin-right: 0px;  
  }
  #treatments_custom_id .tab-content{
    padding-top: 0px;
  }  
  .inner-treatment-parallex {
    background-color: #f1eee9 !important;
   background-image: unset;
 
}     
.partner_parallax_image {
    background-color: #f1eee9;
    background-image: unset; 
   
}
.parallax_appointment {
    background-color: #f1eee9;
    background-image: unset; 
}
.center h2 {
    /* text-transform: uppercase; */
    font-size: 1.4rem;
}
}

@media only screen and (min-width: 768px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}


/* RESPONSIVE CSS
-------------------------------------------------- */
@media only screen and (max-width: 1366px) {

}

/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
.desktop_unique{display: none !important;}
.mobile_unique{display: block !important;}
.mobile_logo{
    width: auto;
    height: 80px;    
}
}

@media (min-width: 768px) and (max-width: 1024px) {
.desktop_unique{display: none !important;}
.mobile_unique{display: block !important;}
.mobile_logo{
    width: auto;
    height: 80px;    
}
.carousel-control-next, .carousel-control-prev {
   bottom: 50%;
}
.carousal_subtitle {
    color: #e7b739;
    font-size: 0.8rem;
}
.carousal_heading {
    color: #464444;
    font-weight: 700;
    font-size: 0.85rem;
}
.banner_button .btn {
margin-top: 6px;
padding: 0.4rem !important;
font-size: 0.75rem !important;
border-radius: 0px !important;
}
.padd_topbot {
    padding-top: 0.8rem!important;
    padding-bottom: 0.8rem!important;
}
  
}

