@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');
html {
  scroll-behavior: smooth;
}
body{
     font-family: 'DINPro Medium';
    overflow-x:hidden; 
}

.fixed-btn{position: fixed;right:-93px;top: 50%;transform: rotate(90deg);}
.fixed-btn .btn{font-size: 18px;padding: 13px 19px; background-color: rgb(231, 183, 57); border-color: rgb(231, 183, 57);}
.fixed-btn .btn:hover{background:#7d003c; background-color: rgb(231, 183, 57); border-color: rgb(231, 183, 57);}
.fixed-btn{right:-40px;}
.fixed-btn .btn{border-width:2px;font-size: 18px;padding: 6px 10px;}

@media only screen and (max-width:767px){
.fixed-btn{right:-45px;}
.fixed-btn .btn{border-width:2px;font-size: 18px;padding: 6px 10px;}
}

h1,h2, h3, h4, h5, h6 {
      font-family: 'DINPro Bold';
  font-weight: bold;
}



@font-face {
    font-family: 'DINPro Light';
    font-style: normal;
    font-weight: normal;
    src: local('DINPro Light'), url('../fonts/DINPro-Light tr.woff') format('woff');
}

@font-face {
    font-family: 'DINPro Medium';
    font-style: normal;
    font-weight: normal;
    src: local('DINPro Medium'), url('../fonts/DINPro-Medium tr.woff') format('woff');
}

@font-face {
    font-family: 'DINPro Bold';
    font-style: normal;
    font-weight: normal;
    src: local('DINPro Bold'), url('../fonts/DINPro-Bold tr.woff') format('woff');
}

@font-face {
    font-family: 'DINPro Black';
    font-style: normal;
    font-weight: normal;
    src: local('DINPro Black'), url('../fonts/DINPro-Black tr.woff') format('woff');
}

/*****Museo- 700 FONT FACE****/
@font-face {
font-family: 'Museo 300';
font-style: normal;
font-weight: normal;
src: local('Museo 300'), url('../fonts/Museo300-Regular.woff') format('woff');
}


@font-face {
font-family: 'Museo 700';
font-style: normal;
font-weight: normal;
src: local('Museo 700'), url('../fonts/Museo700-Regular.woff') format('woff');
}


@font-face {
    font-family: 'museo_sans700';
    src: url('../fonts/museosans_700-webfont.woff2') format('woff2'),
         url('../fonts/museosans_700-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.font-go{ font-family:'gotham_bookregular' !important;}

.font-dinlight{   font-family: 'DINPro Medium'  !important;}


.font-dinmed   {    font-family: 'DINPro Medium' !important; }


@font-face {
    font-family: 'gotham_bookregular';
    src: url('../fonts/gotham-book_4-webfont.woff2') format('woff2'),
         url('../fonts/gotham-book_4-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'gotham_mediumregular';
    src: url('../fonts/gotham-medium_2-webfont.woff2') format('woff2'),
         url('../fonts/gotham-medium_2-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'gotham_boldregular';
    src: url('../fonts/gotham-bold_3-webfont.woff2') format('woff2'),
         url('../fonts/gotham-bold_3-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.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; 
}
.image_pr{padding-right: 0px;}
.text_block_padding{margin-top: 80px; padding: 0px 65px;}
a{cursor: pointer;}
.h1_white{color: #fff !important;}
.fa-ul{margin: 0px 0px 0px 35px !important; text-align: unset !important; line-height: 3rem;}
.fa-li{left: -3em !important;}
.navbar{font-family: 'Josefin Sans', sans-serif;}
.desktop_unique{display: block !important;}
.mobile_unique{display: none !important;}

.bg-gradient{/*background: #FFEFBA;
background: -webkit-linear-gradient(to right, #FFFFFF, #FFEFBA);  
background: linear-gradient(to right, #FFFFFF, #FFEFBA); */
    background-color: rgba(255 254 254 / 91%);
}

.cont-lineone {
    width: 65px;
    height: 5px;
    background-color: #e7b739;
    position: relative;
    top: -31px;
    left: -13px;
}

.cont-line {
    width: 65px;
    height: 5px;
    background-color: #e7b739;
    position: relative;
    top: 0px;
    margin: 30px auto 50px;
}
.bg-img{ background:url(../images/bg-img.jpg) no-repeat;
    background-size: cover;
   height: 100vh;
    padding-top:6em;
    padding-bottom: 5em;}

/*

.bg-img{ background:url(../images/bg-50-off.jpg) no-repeat;
    background-size: cover;
   height: 100vh;
    padding-top:6em;
    padding-bottom: 5em;}
*/


.banner-caption {
  margin-top: 152px;
    background: rgba(10,11,6,0.6);
    width: 78%;
    border-radius: 10px;
    padding: 32px 0px 24px 0px;
}
.banner-caption p{    color:#ddddd7 !important;} 
.head_first {
    color: #ddddd7 !important;
    font-size: 2em !important;
    font-weight: 700;
    font-family: 'DINPro Bold';
    margin-left: 39px;
    line-height: 40px;
    margin-bottom: 10px;
 
}
.warrnty-list{}
.warrnty-list ul{    margin-left: 16px}
.warrnty-list ul li{     color: #5f635e !important;margin-bottom:10px; font-family: 'DINPro Light';    /* font-family: 'DINPro Medium';*/}
.hero-banner {
    background:url(../images/hair-transplant.jpg) no-repeat;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background-color: #f8f9fa;
  background-size: cover;
    height: 100vh;

}

.hero-content {
  flex: 1 1 50%;
  max-width: 600px;
}

.hero-content h1 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #111;
}

.hero-content p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #444;
}

.cta-button {
  display: inline-block;
  background-color: #007bff;
  color: #fff;
  padding: 14px 24px;
  font-size: 16px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  margin-bottom: 20px;
}

.cta-button:hover {
  background-color: #0056b3;
   color: #fff;
}

.trust-icons {
  display: flex;
  gap: 16px;
  font-size: 14px;
  flex-wrap: wrap;
}

.hero-image {
  flex: 1 1 45%;
  text-align: center;
}

.hero-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

@media(min-width: 768px) {
  .col-1-5 {
    width: 20%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  
.hero-banner {
    padding: 20px;
  background-size: contain;
  }

  .hero-content, .hero-image {
    flex: 1 1 100%;
    text-align: center;
  }

  .trust-icons {
    justify-content: center;
  }
}
.col-1-5 {}


.key-highlights {
  margin: 20px 0px 0px 0px;
  display: block;
  border: 1px solid #ececec;
  padding: 20px 12px;
  min-height: 146px;
}
.icon-high {
  text-align: center;
  margin: 0px 0px 12px 0px;
  padding: 0px;
}
.icon-high .fa {
  font-size: 45px;
  color: #034f6d;
  opacity: .9;
}
.key-highlights p {

margin: 0px;
  color: #212529;
  font-size: 15.4px !important;
}


.top_menu {
    overflow: hidden;
    position: fixed;
    width: 100%;
    background: rgb(56,70,80,0.4);
    z-index: 99999;
    top: 0px;
}

.top_menu .top_inner {


    overflow: hidden;


    margin-bottom: 5px;
}
.top_menu .float-left a:last-child {
    margin-right: 0;
}
.top_menu .float-left a {
    line-height: 30px;
    display: inline-block;
    color: #fff;
        margin-top: 6px;
    font-size: 12px;
    margin-right: 20px;
    transition: all 300ms linear 0s;
}
.header_socila {
    margin-bottom: 0rem;
        margin-top: 5px;
}
.header_socila li {
    display: inline-block;
    margin-right: 10px;
}
.header_socila li a {
    color: #fff;
    line-height: 20px;
    display: inline-block;
    font-size: 0.7rem;
}
.top_menu .fab {
    color: #fff;
    width: 22px;
    text-align: center;
    height: 22px;
    padding: 4px;
    border-radius: 50%;
    border: 1px solid #a0a5a0;
}
.top_menu .fab:hover {
  color: #ccc;
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.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: 220px;
    color: #fff;
    text-align: center;
    width: 95%;    
}
.carousal_heading{
    color: #191616;
    font-size: 55px;
    font-weight: 700;
    z-index: -1;    
}
.carousal_subtitle{
    color: #e7b739;
    font-size: 24px;
    line-height: 3rem;    
}

.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;
}

.modal-title {
    font-size: 1.34em;
    line-height: 1.2;
    position: relative;
}
.cross-icon {
    color: #46360b;
    right: 166px;
    position: absolute;
    font-size: 34px;
    top: 17px;
    font-weight: bold;
}
.fade:not(.show){opacity: .9;}

.font-sizetxt{font-size: 12px !important;}

.modal-open .modal{    z-index: 99999999999999;}
#modal-hair .blink{
    color: #ff1515;
    animation: blink 1s linear infinite;
  }
@keyframes blink{
0%{opacity: 0;}
50%{opacity: .5;}
100%{opacity: 1;}
}

feedback-whatsapp {
    position: fixed;
    top: 26%;
    right: -2px;
    z-index: 9999;
}

#feedback-whatsapp {
    position: fixed;
    top: auto;
    right: 7px;
    z-index: 9999;
    bottom: 10%;
}
#feedback-tab-whatsapp {
    color: #fff;
    cursor: pointer;
    z-index: 9999;
    /* background-color: #4AC959; */
    /* border-radius: 50% !important; */
    /* border: 2px solid #fff; */
    /* padding: 8px; */
    letter-spacing: 0px;
    margin-top: 60px;
}
/*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 .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: 1px solid #92a819 !important;
    padding: 10px 30px;
}
.popup_form_title {
    background: #e7b739;
    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*/



/*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:0.96em;
}
.nav_padding{
    padding-left: 20px;
    padding-right: 20px;    
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
    margin-right: 5px;
}
.nav-link {
    display: block;
    padding: 6px 20px;
    font-size: 0.82rem;
    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: #232121!important;
    color: #e7b739;
    border-radius: 0rem;
    padding: 2px 1px;
    border-bottom: 2px solid #e7b739;
}
.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*/



.head_h1 {
    color: #50493d !important;
    font-size: 2.2rem;
    font-weight: 600;
    padding: 10px 0px 10px 0;
    text-align: center;
    font-family: 'DINPro Medium';
}
.grey_bg{
    background: #f1f1f1;
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.grey_bg p{font-size: 0.95rem;
    line-height: 24px;
    font-weight: 700;}

.plain_bg{
    padding-top: 5rem;
    padding-bottom: 5rem;

}
.plain_bg p{color: #989083; font-size: 0.9rem;}

/*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: 25px;
    margin-top: 35px;
}

.owl-nav .owl-prev {
  left: -30px;
}

.owl-nav .owl-next {
  right: -30px;
}
/*MOBILE ONLY END*/
.arrow_bg {
    border: 1px solid #fff;
    padding: 10px;
    background: #e7b739;
    color: #fff;
}

.mr-leftt{margin-left: 40px;}

 
.mr_top{margin-top: 3rem!important;}
.sub_head1{ box-shadow: 0 8px 25px #d4cfcf;
  padding: 20px 30px;
  width: 75%;
  position: absolute;
  right: 45px;
  bottom: -93px;
  background: #f3e9d0;
  font-size: 0.9rem;
  line-height: 2rem;}
.mar_80{margin-top: 60px}
/*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.65rem .75rem !important;
    font-size: 0.8rem !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*/



/*LOCATION COLOR*/
.location_hair a{
    color: #393c3f;
}
.center_treatments{
  background: #fff;
  padding: 20px 12px;
  text-decoration: none;
  box-shadow: 0 6px 20px #d4cfcf;  
}
.center_treatments:hover{
  background: #e7b739;
  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: #e7b739;
}
.center_treatments:hover .arrow_bg {
    background: #fff;
    color: #e7b739;
}


/*FOOTER SECTION CODE START HERE*/
footer a{color: #69500d;}
footer p{color: #69500d; }
.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{


    font-size: 0.9rem;
    color: #d0c7b9;
    background:#e7b739;
}
.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;
        font-family: "DINPro Medium", sans-serif;
  
}
.youtube_icon{
   background: transparent;
    color: #fff;
    padding: 5px 10px 5px 10px;
    border-radius: 50%;
    border: 2px solid #fff;
    margin-left: 6px;
}
.facebook_icon{
   background: transparent;
    color: #fff;
    padding: 5px 10px 5px 10px;
    border-radius: 50%;
    border: 2px solid #fff;
    margin-left: 6px;
}
.twitter_icon{
   background: transparent;
    color: #fff;
    padding: 5px 10px 5px 10px;
    border-radius: 50%;
    border: 2px solid #fff;
    margin-left: 6px;
}
.instagram_icon {
    background: transparent;
    color: #fff;
    padding: 5px 10px 5px 10px;
    border-radius: 50%;
    border: 2px solid #fff;
    margin-left: 6px;
}
.linkedin_icon {
    background: transparent;
    color: #fff;
    padding: 5px 10px 5px 10px;
    border-radius: 50%;
    border: 2px solid #fff;
    margin-left: 6px;
}
.pinterest_icon {
    background: transparent;
    color: #fff;
    padding: 5px 10px 5px 10px;
    border-radius: 50%;
    border: 2px solid #fff;
    margin-left: 6px;
}
.instagram_icon:hover {
    background: #bc2a8d;
    color: #fff;
}
.youtube_icon:hover{background: #FF0000; color:#fff;}
.facebook_icon:hover{background: #4267B2; color:#fff;}
.twitter_icon:hover{background: #bc2a8d; color:#fff;}
.pinterest_icon:hover {
    background: #c8232c;
    color: #fff;
}
.linkedin_icon:hover {
    background: #0e76a8;
    color: #fff;
}
.mobile_img{float: right;}
/*FOOTER SECTION CODE END HERE*/

@media only screen and (max-width: 600px) {
  .col-1-5 {  width: 100%;  text-align: center;  margin: 0 auto;}
  
.bg-gradient {  background-color: rgba(233,233,233,0.9);}
.hero-banner {
    padding: 20px;
  background-size: contain;
  }


.bg-img { background-position: right; height: 66vh;}
.banner-caption{width: auto; margin-top: 60px;padding: 20px 0px 14px 0px;}
.head_first {padding-top:0px;     font-size: 1.4rem !important;     margin-left: 28px; line-height: 32px;}
  .head_first br{display: none;}
  .cont-lineone {top:auto; left: auto; margin-left: 12px;}
.desktop_unique{display: none !important;}
.mobile_unique{display: block !important;}
.image_pr{padding-right: 15px;}
.text_block_padding{padding: 20px;}
.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: 1.4rem; }
.head_h1 br{display: none;}
.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;}

.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*/

 .fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0.5rem !important;
}
.sub_head1 {
    box-shadow: 0 13px 5px #d4cfcf;
    padding: 18px 14px;
    width: 100%;
    position: initial;
    right: 89px;
    bottom: -254px;
    background: #f3e9d0;
    font-size: 0.8rem;
    line-height: 2rem;
    /* margin-bottom: 122px; */
}
.mr_top{margin-top: 0rem!important;}
.owl-nav .owl-prev {
  left: 8px;
}

.owl-nav .owl-next {
  right: 8px;
}
.li_text{font-size: 0.75rem !important;}
.mar_80 {
    margin-top: 30px;
}
}

@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;
}
  
}

