@charset "utf-8";

/* This is My Custom CSS */
/* 
   Author: Company Name,
   Author URL: Company URL,
   
   Site Name: Site Title,   
   Site Description: Site Field,
   Template: Responsive,
   Framework: Bootstrap v4.0.0    
*/
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  color: #000000;
  /* word-break: break-all; */
}

/* HTML Elements */
ul,
ol {
  margin: 0;
  padding: 0;
}

/* HTML Elements ends */

/* Typography CSS starts */
/* titillium-web-400 - Regular */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/titillium-web-v19-latin-regular.woff2') format('woff2'); 
}
/* titillium-web-600 - Semi bold */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/titillium-web-v19-latin-600.woff2') format('woff2'); 
}


body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 600;
}

/* Typography CSS ends */
/* Global CSS */
.clear {
  clear: both;
}

.no-padding {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.no-paddingR {
  padding-right: 0;
}

.no-paddingL {
  padding-left: 0;
}

/* Some Padding Field Changes ( for below media queries written) */
.change-padding {
  padding-right: 15px;
  padding-left: 15px;
}

.change-paddingR {
  padding-right: 0px;
}

.change-paddingL {
  padding-left: 0px;
}

.spl-padding {
  padding-right: 0;
  padding-left: 0;
}

a:hover {
  text-decoration: none;
}

/* Some Padding Field Changes ends */

img {
  max-width: 100%;
}
 
:root {
  --main-bg-color: #F3BA1A;
  --main-white-bg: #ffffff;
  --main-bg-hover: #000000;
  --main-text-color: #000000;
  --white-text-color: #ffffff;
  --main-color-text: #F3BA1A;
 

  --thin-weight: 300;
  --regular-weight: 400;
  --medium-weight: 600;

  --normal-text-size: 18.56px;
  --normal-text-line-he: 29.89px;

  --h1-size: 60px;
  --h2-size: 52px;    
  --h3-size: 35px;
  --h4-size: 24px;
  --h5-size: 20px;
  --h6-size: 18px;

  --sect-padding: 70px 0;
  --sect-small-padding: 43px 0;
}


@media only screen and (min-width: 320px) and (max-width: 767px) {
  .change-padding {
    padding-right: 0px;
    padding-left: 0px;
  }

  .change-paddingR {
    padding-right: 15px;
  }

  .change-paddingL {
    padding-left: 15px;
  }

  .spl-padding {
    padding-right: 15px;
    padding-left: 15px;
  }

  p {
    font-size: 14px;
  }

  :root {
    --h3-size: 20px;
    --h3-weight: 600;
    --h4-size: 20px;
    --h4-weight: 600;
    --h5-size: 20;
    --h5-weight: 600;
    --sect-padding: 30px 0;
  }


}

button:focus {
  outline: none;
  box-shadow: none;
}

.form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: inherit;
}

body{
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
}

/* Section Headings Starts */
h1 {
  font-size: var(--h1-size);
  line-height: 60px;
}

h2 {
  font-size: var(--h2-size);
  line-height: 54px;
}

h3 {
  font-size: var(--h3-size);
}

h4 {
  font-size: var(--h4-size);
}

h5 {
  font-size: var(--h5-size);
}
p{
  font-size: var(--normal-text-size);
  font-weight: var(--thin-weight);
  line-height: var(--normal-text-line-he);
}
.sec-padding{
  padding: var(--sect-padding);
} 
.sect-small-padding{
  padding: var(--sect-small-padding);
}

 
/* Section Heading Starts */
.header-sec-outer .navbar-light{
  background-color: #fff !important;
}
.header-sec-outer .navbar-brand{
  padding: 0;
}
.navbar-brand  img{
  height: 90px;
  width: auto;
}
.conta-icon {
  display: flex;
}
.conta-icon li { 
  list-style: none;
  margin-right: 15px;
}
.conta-icon li:last-child{
  margin-right: 0;
}
 
.conta-icon li a span{
   color: #000;
}
.contact-btn {
  display: flex;
  align-items: center;      
  justify-content: center; 
  gap: 8px;                 
  background: #e4e4e4;
  border-radius: 8px;
  padding: 12px 30px;
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 600;
  transition: background 0.3s ease, color 0.3s ease;
}
.contact-btn:hover {
  background: #fdbc2b;
  text-decoration: none;  
}
.contact-btn img {
  display: block;
  width: 24px; 
  height: 24px;
}
.contact-btn span {
  font-size: 16px;
  color: #000;  
}

/* Section Heading Ends */
 
/* Banner sec Starts */
.banner-sec-outer {
  margin-top: 40px;
}
.banner-left-inner h1{
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  font-size: 54px;
  line-height: 60px;
  color: #000;
}
.banner-left-inner h1 b{
  font-weight: 400; 
}
.banner-left-inner h4{
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  font-size: 24x;
  color: #686868;
}


/* Form Starts */
.form-heading {
    font-family: 'Titillium Web', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    background:  transparent;
    text-align: center;
    padding: 15px 20px; 
    width: 100%;
    margin: 0;
    color: #000;
}

#frmContact {
    border-radius: 27px;
    background: #e4e4e4;
}

#frmContact .row {
    margin: 0;
}

.form-group {
    padding: 5px 20px 10px 20px;
}

/* Phone Number Section */
.phone-number-sec {
    display: flex;
    align-items: center;
    gap: 10px;
}
.phone-number-sec span.select2.select2-container.select2-container--default {
    width: 135px !important;
    max-width: 135px !important;
}
.phone-number-sec .select2-container .select2-selection--single {
    height: 50px;
    border-radius: 12px;
  border: none;
}
.phone-number-sec .input-group-btn {
    margin-right: 15px;
    width: 135px;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da;
    height: 50px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
    padding-left: 10px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
    position: absolute;
    top: 1px;
    right: 1px;
}
/* Dropdown Styling */
.phone-number-sec .select2-dropdown.select2-dropdown--below {
    min-width: 250px !important;
    margin-top: 3px;
  border-top: 1px solid #aaa;
}
#code-dropdown .select2-dropdown.select2-dropdown--below,
#code-dropdown .select2-container--open .select2-dropdown--above {
    width: 100% !important;
    min-width: 300px;
}
.consultation-form .select2-place {
    margin-bottom: 15px;
}
#city-dropdown .select2-search.select2-search--dropdown {
    display: none;
}
.select2-search--dropdown .select2-search__field:focus {
    outline: none;
    box-shadow: none;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #000;
    color: #fff;
}
/* Buttons */
#frmContact .btn {
    font-family: 'Titillium Web', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1px;
    background: linear-gradient(to bottom, #ffd904 0%, #fdbc2b 16%);
    padding: 8px 25px;
    border-radius: 5px;
    color: #000;
    text-decoration: none;
    margin: 10px auto 20px auto;
    display: block;
    text-align: center;
}
.consultation-form .btn:focus,
.form-control:focus {
    outline: none;
    box-shadow: none;
}
.banner-right-inner  .form-control.has-error {
    border-color: red !important;
}
.error {
    display: none !important;
}

/* Blade Grade Starts */
.grade-container h5 {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 400;
}
.blading-grade {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 0;
    margin: 0;
    align-items: center;   
    justify-content: center;
}
.blading-grade li {
    list-style: none;
}
.blading-grade label { 
    padding: 8px 12px;
    display: block;
    position: relative;
    cursor: pointer;
    border-radius: 5px;
    margin-bottom: 0;
    transition: border-color 0.3s ease;
}
.blading-grade label:hover:before {
    background: #fdbc2b;
    border-color: #fdbc2b;
}
.blading-grade label span {
    display: block;
    text-align: center;
    font-size: 14px;
}
.blading-grade li input[type="radio"] {
    display: none;
}
.blading-grade label:before {
    content: "";
    background-color: white;
    border: 1px solid grey;
    border-radius: 50%;
    position: absolute;
    top: -5px;
    right: -5px;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 13px;
    font-size: 12px;
    transition: background 0.3s ease;

    font-family: 'feather' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 14px;
    color: rgba(250, 250, 250, .6);
}
.blading-grade input[type="radio"]:checked + label {
    border-color: #fdbc2b;
}
.blading-grade input[type="radio"]:checked + label:before {
    /* content: "✓"; */
    content: "\e92b";
    background-color: #fdbc2b;
    color: #000;
    border: #fdbc2b;
}
.form-grop {
  padding: 5px 20px 10px 20px;
}
.banner-right-inner .form-control {
  border-radius: 12px;
  border: 1ps solid #fff;
  min-height: 50px;
}
/* Form Ends */


/* Banner Starts */
#before-after-slider {
  max-width: 450px;
}
.banner-left-bottom {
  display: -ms-flexbox !important;
  display: flex !important;
}
.banner-year-locat {
  -ms-flex-item-align: center !important;
  align-self: center !important;
  padding: 0 15px;
  margin-left: 100px;
}
#before-after-slider .carousel-control-prev,
#before-after-slider .carousel-control-next{
  opacity: 1;
}
#before-after-slider .carousel-control-prev span:before,
#before-after-slider .carousel-control-next span:before {
 
  font-family: 'feather' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 50px;
  color: #fbc42e;
}
#before-after-slider .carousel-control-prev span:before{
  content: "\e92f";
}
#before-after-slider .carousel-control-next span:before {
  content: "\e930";
}
#before-after-slider  .carousel-control-prev {
  width: auto;
  bottom: 70px;
  top: inherit;
  left: 30px;
}
#before-after-slider  .carousel-control-next{
   width: auto;
   bottom: 70px;
  top: inherit;
  right: -70px;
}
.google-review-sec {
  text-align: center;
  margin-top: 25px;
  padding-left: 100px;
}
/* Banner Ends */

/* banner-year-locat starts */
.banner-year-locat ul {
  display: inline-block !important;
}
.banner-year-locat ul li{
  margin-bottom: 40px;
}
.banner-year-locat ul li:last-child{
  margin-bottom: 0;
}
.single-box-inn {
  display: -ms-flexbox !important;
  display: flex !important; 
}
.single-box-img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fc0;
  position: relative;
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.single-box-img img {
  width: 28px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.single-box-content {
  -ms-flex-item-align: center !important;
  align-self: center !important;
  margin-left: 15px;
}
.single-box-content h4 {
  margin-bottom: 0;
  font-size: 33px;
  line-height: 40px;
  color: #000;
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: 400;
}
.single-box-content span {
  font-size: 16px;
  line-height: 20px;
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: 400;
}
.banner-year-locat ul li {
  list-style: none;
}
/* banner-year-locat starts */

/* Banner Sec Ends */

/*  Why Choose Hair O Craft Starts  */
.why-choose-us-outer{
    margin-top: 100px;
    /* background: #262626;
    border-radius: 45px;
    padding: 60px 20px 60px 20px; */
    position: relative;
}
.box-why-choose-us {
  background: #262626;
  border-radius: 45px;
  padding: 60px 20px 60px 20px; 
}
.why-choose-us-head{
    text-align: center;
    margin-bottom: 70px;
}
.why-choose-us-head h2{
    font-family: 'Titillium Web', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    color: #fff;
    margin-bottom: 0;
}
.why-choose-us-head h2 b{
    color: #fcbb2b;
}
.why-choose-single {
  text-align: center;
}
.why-choose-single img {
  margin-bottom: 15px;
  height: 74px;
  width: auto;
}
.why-choose-single h4 {
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  color: #fff;
  margin-bottom: 0;
}
.book-consultation {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #fff;
  border-radius: 14px;
  padding: 12px 30px;
  transition: background 0.3s ease, color 0.3s ease;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -25px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.book-consultation span{
  color: #000;
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
}
/*  Why Choose Hair O Craft Ends  */

/* How Hair Transplant Works Starts */
.hair-transplant-works {
  /* margin-top: 100px; */
  margin-bottom: 70px;
}
.hair-transplant-inn{
  text-align: center;
}
.hair-transplant-inn h2{
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  color: #000;
  margin-bottom: 15px;
}
.hair-transplant-inn h2 b{ 
  font-weight: 600;
}
.hair-transplant-inn p{
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  color: #686868;
  line-height: 25px;
  margin-bottom: 0;
}
/* How Hair Transplant Works Ends */


/* Customer Testimonials Starts  */
.customer-testimonials-sec{
  background: #e4e4e4;
  padding-top: 60px;
  padding-bottom: 80px;
  position: relative;
}
.customer-testimonials-inn{
  text-align: center;
}
.customer-testimonials-inn h2{
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  color: #000;
  margin-bottom: 30px;
}
.customer-testimonials-inn h2 b{
  font-weight: 600;
}
.carousel-single-img{
  width: 147px;
  height: 147px;
  border-radius: 50%;
  background: #faba28;
  overflow: hidden;
  margin: 0 auto -73px auto;
}
.carousel-single-img img{
  width: 147px;
  height: 147px;
  object-fit: contain;
  object-position: center bottom;
}
.box-hear-bottm {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  padding-top: 15px;
  padding-bottom: 0;
  align-items: center;
}
.box-hear-bottm h5 {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 600;
  font-size: 19px;
  margin-bottom: 0;
}
.box-hear-bottm h6 {
  font-size: 16px;
   font-weight: 400;
  margin-bottom: 0;
}
.star-out {
  display: -ms-flexbox !important;
  display: flex !important;
   align-items: center;
  justify-content: center;
}
.star-out li {
  list-style: none;
  margin: 0 3px;
 
}
.star-out li img {
  height: 14px;
}
.star-out li:first-child img {
  height: 26px;
}
.carousel-single-box {
  background: #fff;
  padding: 90px 25px 30px 25px;
  border-radius: 24px;
  z-index: -1;
  position: relative;
}
.carousel-single-content {
  border-bottom: 1px solid #8d8d8d;
}
.carousel-single-content p {
  text-align: justify;
  text-justify: inter-word;
  font-size: 17px;
  line-height: 25px;
}
 
/* Customer Testimonials Ends  */


/* FAQ Section Starts  */
.faq-inn-left h2{
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 45px;
  color: #000;
  margin-bottom: 0;
}
.faq-outer .container{
  position: relative;
  padding: 70px 15px;
} 
.faq-outer .card {
  border: none;
  margin-bottom: 20px;
  background: transparent;
}
.faq-inn-right .card:last-child{
  margin-bottom: 0;
}
.faq-outer .card-header {
  background: #e4e4e4;
  border-radius: 15px !important;
  border: none;
  padding: 0;
}
.faq-outer .btn-header-link {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  color: #000;
  display: inline-block;
  width: 100%;
  text-align: left;
  padding: 15px 25px;
}
.faq-outer .btn-header-link:focus{
  outline: none;
  box-shadow: none;
}
.faq-outer .card-body {
  background: #faba28;
  border-radius: 0 0 15px 15px !important;
  padding: 0 25px 15px 25px;
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
}
.faq-outer .card-header.active {
  border-radius: 15px 15px 0 0 !important;
}
.faq-outer .card .card-header .btn-header-link:after {
     content: "";
     background: url(../images/angle-up.webp) no-repeat;
     background-size: contain;
     background-position: center center;
     width: 25px;
     height: 25px;
     display: inline-block;
     position: absolute;
     right: 15px;
     top: 16px; 
}
.faq-outer .card .card-header .btn-header-link.collapsed:after{
   background: url(../images/angle-bottom.webp) no-repeat;
    content: "";
     background-size: contain;
     background-position: center center;
}
.faq-outer .card-header.active{
  background: #faba28;
} 
.faq-inn-left {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.faq-outer .book-consultation {
  left: 15px;
  top: -25px;
  bottom: inherit;
  transform: inherit;
}
/* FAQ Section Ends  */


/* Marquee Container Starts */
.location-outer{
  background: #e4e4e4;
  padding: 70px 0;
}
 

.locations-sec {
  background-color: #fdbc2b;
  padding-top: 10px;
  padding-bottom: 10px;
}
.locations-inn ul {
  text-align: center;
  font-size: 0;
}
.locations-inn ul li {
  display: inline-block;
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 19px;
  color: #000;
  border-right: 1px solid #000;
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 15px;
}
.locations-inn ul li:last-child {
  border-right: 0;
}
.locations-sec li {
  display: inline-block;
}
.simple-marquee-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.simple-marquee-container {
  width: 100%;
  float: left;
  display: inline-block;
  overflow: hidden;
  box-sizing: border-box;
  height: 35px;
  position: relative;
  cursor: pointer;
}
.simple-marquee-container .marquee-sibling {
  padding: 0;
  background: #3d3d3d;
  width: 20%;
  height: 35px;
  line-height: 42px;
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  text-align: center;
  float: left;
  left: 0;
  z-index: 2000;
}
.simple-marquee-container .marquee,
.simple-marquee-container *[class^="marquee"] {
  display: inline-block;
  white-space: nowrap;
  position: absolute
}
.simple-marquee-container .marquee {
  margin-left: 25%
}
.simple-marquee-container .marquee-content-items {
  display: inline-block;
  padding: 5px;
  margin: 0;
  height: 45px;
  position: relative
}
.simple-marquee-container .marquee-content-items li {
  display: inline-block;
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 19px;
  color: #000;
  border-right: 1px solid #000;
  padding-right: 10px;
  padding-left: 10px
}
/* Marquee Container Ends */


/* Footer Starts */
footer{
  padding: 70px 0 25px 0;
  background: #e4e4e4;
}
.footer-logo {
  display: inline-block;
}
.footer-logo img{
  width: 300px;
}
.footer-logo-col p,
.foot-address-sec p{
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  margin-top: 20px;
  margin-bottom: 0;
  line-height: 25px;
}
.foot-address-sec p{
  margin-top: 0;
}
.foot-address-sec h4,
.foot-contact h4{
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.footer-top {
  padding-bottom: 50px;
}
.foot-contact ul li{
  list-style: none;
  margin-bottom: 10px;
}
.foot-contact ul li a {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 30px;
  color: #000;
}
.foot-contact ul li a img {
  margin-right: 10px;
}
.foot-address-sec {
  padding-left: 3%;
}
.social-media {
  margin-top: 25px;
}
.social-media li {
  display: inline-block;
  margin: 0 10px 0 0; 
}
.social-media li a {
  background-color: #ffc22b;
  line-height: inherit !important;
  font-size: inherit !important;
  width: 35px !important;
  display: inline-block;
  height: 35px !important;
  border-radius: 50%;
  position: relative;
}

.social-media li a svg {
  width: 1.2em;
  height: 1.2em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  fill: #000;
}
.social-media li a:hover{
   background-color: #000;
}
.social-media li a:hover svg{
  fill: #ffc22b;
}
.footer-top {
  border-bottom: 1px solid #c0c0c0;
}
.footer-bottom {
  padding-top: 25px;
}
.footer-bottom h6 {
  font-weight: 500;
  margin-bottom: 0;
}
/* Footer Ends */

.no-before-after .banner-left{
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.no-before-after .banner-right-inner{
   
  margin: 40px auto 0 auto;
}
 
/* Google review Starts */
.rating-widget {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    align-items: center;
    background: white;
    padding: 2px 0;
    gap: 8px;
}
.google-logo {
    width: 45px;
    height: 45px;
    position: relative;
}
.rating-content {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.rating-text {
    font-family: 'Titillium Web', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    color: #000; 
    text-align: left;
}
.rating-score {
    display: flex;
    align-items: center;
    gap: 3px;
}
.score-number {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.stars-outer {
    display: flex;
    gap: 2px;
}
.stars i{
  font-size: 14px;
  color: #fbbc04;
}
/* Google review ends */

.locations-sec .container {
  max-width: 100% !important;
}


:root { 
  --star-color: #ccc;
  --star-background: #fbbc04;
}
.stars {
  --percent: calc(var(--rating) / 5 * 100%);
  display: inline-block; 
  font-family: Times;
  font-size: 25px;
  line-height: 20px;
}
.stars:before {
  content: "★★★★★";
  letter-spacing: 0;
  background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
 
.box-hear-right .stars-outer{
  display: -ms-flexbox !important;
  display: flex !important;
  align-items: center;
}
.box-hear-right .stars-outer img{
  height: 28px;
  width: auto;
}
.box-hear-right .stars-outer .stars{
  font-size: 22px;
  line-height: 20px;
}



.swal-form-sucees .swal2-modal {
  border-radius: 15px;
}
.swal-form-sucees .header-outer{
  background: #008000;
  padding: 30px 10px;
} 
.swal-form-sucees .swal2-html-container {
  margin: 0;
  padding: 0;
  border-radius: 15px;
}
.swal-form-sucees .icon-outer {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
}
.swal-form-sucees  .icon-outer img {
  width: auto;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.swal-form-sucees .swal-header {
  padding: 15px 0;
}
.swal-form-sucees .swal-header .modal-title {
  font-size: 30px;
  color: #005e00;
}

.swal-form-sucees  .swal-body p {
  color: #000;
  margin-bottom: 0;
} 
.swal-form-sucees   .swal2-confirm {
  background: linear-gradient(to bottom, #ffd904 0%, #fdbc2b 16%) !important;
    background-color: rgba(0, 0, 0, 0);
  background-color: transparent !important;
  color: #000 !important;
  padding: 6px 20px;
}
.swal-form-sucees .swal2-confirm:focus{
  outline: none;
  box-shadow: none;
}
#frmContact .btn:focus {
  outline: none;
  box-shadow: none;
}

.location-map-left a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.location-map-left a img {
  height: 100%;
  width: auto;
  object-fit: cover;
  object-position: left top;
}

.carousel-single-box .stars-outer .stars {
  font-size: 16px;
}
.box-hear-right .stars-outer img {
  height: 20px; 
}
/* Loader Starts */
.preloader {
  position: fixed;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
/* Loader Ends */

/* Image uploading loader Starts */

.upload-loader {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.upload-loader .loader-spinner {
  width: 50px;
  height: 50px;
  margin: 0 auto 20px;
}
.upload-loader .l-spinner {
  width: 100%;
  height: 100%;
  border: 5px solid #faa61a;
  border-top: 5px solid #333;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  position: relative;
}
 
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
@keyframes pulse {

  0%,
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }

  50% {
    opacity: 0.5;
    transform: translate(-50%, -50%) scale(1.2);
  }
}
.upload-loader .upload-text {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  animation: textPulse 2s ease-in-out infinite;
}
@keyframes textPulse {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.6;
  }
}
.banner-right-inner {
  position: relative;
}
.upload-loader-out {
  position: absolute;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
  border: 1px solid rgba(204, 204, 204, .4);
  left: 0;
  top: 0;
  z-index: 9;
  right: 0;
  border-radius: 27px;
}
.upload-loader {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
}
.book-consultation img {
  height: 30px;
}
/* Image uploading loader Ends */


.compare-table-section {
  padding-top: 50px;
  padding-bottom: 50px;
}
.compare-table-wrapper {
    border-radius: 12px;
    width: 100%;
    background: #FFFFFF; 
}
.compare-table {
    border-radius: 12px;
    width: 100%;
    border-spacing: 0;
    /* border: 1px solid #E8E8E9; */
    border: none;
    box-shadow: 0px 10px 60px rgba(28, 30, 41, 0.05);
}
.compare-table-row {
    /* border-left: 1px solid #E8E8E9;
    border-right: 1px solid #E8E8E9; */
    border: none;
    height: 70px;
    position: relative;
    overflow: hidden;
}
.compare-table-col1 {
    padding: 16px;
    width: 50%;
    /* border-bottom: 1px solid #E8E8E9; */
    border: none;
    text-align: left;
    padding-left: 35px;
}
.compare-table-col3 p{
  margin-bottom: 0;
}
.compare-table-col2 {
    width: 25%;
   /* border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4; */
    /* background: rgba(228, 228, 228, 1); */
    background: #e4e4e4;
    border-radius: 7px !important;
    
}
.compare-table-col2 p{
  margin-bottom: 0;
}
.compare-table-col3 {
    width: 25%;
    /* border-bottom: 1px solid #E8E8E9; */
}
.compare-tableHeaderLight{
    position: relative;
    background: rgba(228, 228, 228, 1);
}

.compare-tableHeaderLight:before {
    /* position: absolute;
    content: '';
   background: #F4F4F4;
    border-top: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    width: calc(100% + 2px);
    height: 15px;
    top: -15px;
    left: -1px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px; */
    
}
.compare-table-row:nth-child(odd)  .compare-table-col2{
   background: rgba(228, 228, 228, .4);
   border-radius:  7px ;
}
.compare-table-row:nth-child(odd) .compare-table-col1,
.compare-table-row:nth-child(odd) .compare-table-col3{
  background: rgba(228, 228, 228, .4); 
  border-radius:  7px ;
}
.compare-table-row:nth-child(even) .compare-table-col1,
.compare-table-row:nth-child(even) .compare-table-col3{
  border-radius: 7px !important;
  /* background: rgba(228, 228, 228, 1); */
  background: #e4e4e4;
}

.compare-table-row:last-child  .compare-table-col2{
  /* border-bottom: 1px solid #e4e4e4; */
}
.compare-table-row:last-child .compare-table-col2{
  position: relative;
}
.compare-table-row:last-child .compare-table-col2:after {
  /* position: absolute;
  content: '';
  background: #F4F4F4;
  border-bottom: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  width: calc(100% + 2px);
  height: 15px;
  bottom: -15px;
  left: -1px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px; */
    
}


.compare-table-col1 p {
    margin-bottom: 0;
      font-weight: 600;
}
.compare-table-gap {
            width: 15px;
            min-width: 15px;
}
.faq-outer-sapphire{
  background: #e4e4e4;
}
.faq-outer-sapphire .card-header{
  background: #fff;
}

.status-mess-sec {
  color: red;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: .3px;
  margin-top: 5px;
  margin-bottom: 0;
}
.status-mess-sec.hide{
  display: none;
}

.banner-right-inner .btn.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.banner-right-inner .btn.disabled:hover{
    opacity: 0.6;
  background: linear-gradient(to bottom, #ffd904 0%, #fdbc2b 16%);
  color: #000;
}


.box-play-bottm{
  text-align: center;
  margin-top: 0;
} 
.box-play-bottm .unveiled-play-btn i{
  font-size: 26px;
  color: #faba28;
  margin-right: 7px;
}
.box-play-bottm .unveiled-play-btn img {
  display: flex;
  height: 30px;
  margin-right: 12px;
  width: 30px !important;
}
.box-play-bottm .unveiled-play-btn {
  background: #333;
  border-radius: 7px;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  padding: 5px 10px;
  cursor: pointer;
}
.box-play-bottm .unveiled-play-btn span{
  color: #fff;
  font-weight: 600;
}

.unveiled-play-btn {
    position: relative;
    z-index: 10;
    cursor: pointer !important;
    pointer-events: auto !important;
    margin-top: -15px;
}

.owl-item {
    pointer-events: auto !important;
}


/* Video Modal Starts */
.testimonial-sec .row {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.unveiled-play-btn{
  cursor: pointer;
}
#videoModal .modal-body{
  display: inherit;
}
#videoModal .close {
  position: absolute;
  top: -20px;
  right: -20px;
  margin: 0;
  padding: 0;
  background: #fff;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  opacity: 1;
  z-index: 999;
}
#videoModal .close:hover{
  opacity: .8;
}
#videoModal .close i {
  font-size: 18px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
#videoModal .modal-body iframe{
  width: 100%;
  height: 450px;
  border-radius: 0;
}
.single-therapy-sec.middle-box {
  background-color: #F3F3F3 !important;
}
#videoModal {
padding-right: 15px;
  padding-left: 15px !important;
}




/* Thank you */

.container.thankyou-outer {
  border-radius: 20px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  max-width: 700px !important;
  width: 100%;
  padding: 50px 40px;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
}
.thankyou-outer .checkmark {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, #F3BA1A 0%, #f0a500 100%);
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: scaleIn 0.5s ease-out 0.2s both;
}
.checkmark svg {
  width: 45px;
  height: 45px;
  stroke: white;
  stroke-width: 3;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  animation: drawCheck 0.5s ease-out 0.4s both;
}
.thankyou-outer h1 {
  font-size: 35px;
  line-height: 35px;
  margin-bottom: 15px;
}
.thankyou-outer h2 {
  font-size: 19px;
  line-height: 15px;
  margin-bottom: 20px;
}
.thankyou-outer p {
  font-size: 20px;
  line-height: 25px;
  color: #333;
}
.thankyou-outer .locations-sec {
  border-radius: 10px;
}

/* Doctors Slider Starts */
/* Insider Knowledge Starts */
.insider-knowledge-sec{
  /* background: #DFDFDF; */
}
.insider-knowledge-text {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.single-insider-img {
  height: 290px;
  border: 1px solid #fff;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  background: #fff;
  overflow: hidden;
}
.single-insider-img {
  background: url('../images/hoc-bg-grad.webp') no-repeat center center;
  background-size: cover;
}
.single-insider-img img{
  height: 290px;
  width: 100%;
  object-fit: cover;
  object-position: top left; 
  transition: all 0.2s; 
}
#insider-knowledge-carousel .item:hover img{
  filter: none;
}
.single-insider-text{
  background: #000;
  border: 3px solid #000;
}
.single-insider-text {
  padding: 24px 5px;
}
.single-insider-text h6{
  color: #fff;
  text-align: center;
}
#insider-knowledge-carousel .owl-prev {
  position: absolute;
  left: -60px;
  top: 50%;
  transform: translateY(-50%);
  background: #F3BA1A;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  opacity: .8;
}

#insider-knowledge-carousel .owl-next{
  position: absolute;
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
  background: #F3BA1A;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  opacity: .8;
}
#insider-knowledge-carousel .owl-prev i,
#insider-knowledge-carousel .owl-next i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: #333;
}
#insider-knowledge-carousel .owl-prev:hover,
#insider-knowledge-carousel .owl-next:hover{
  opacity: 1;
}
/* Insider Knowledge Ends */

/* Doctors Slider Ends */


@media only screen and (min-width:320px) and (max-width :767px) {
   #videoModal .modal-body iframe {
    height: 330px;
  }
  #videoModal .modal.show .modal-dialog {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
  }
  #videoModal  .modal-content {
    margin-top: 40px;
  }

  /* Thank You */
 .container.thankyou-outer{ 
  max-width: 90% !important;
  padding: 25px 20px
}
.thankyou-outer h1 {
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 15px;
}
.thankyou-outer h2 {
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 20px;
}
.thankyou-outer p {
  font-size: 17px;
  line-height: 22px;
  color: #333;
}

}








.banner-left-inner h4{
  color: #000;
}

.clinic-locations-outer {
  background: #e4e4e4;
  padding: 70px 0;
}
.clinic-locations-inn{
  background: #ffffff;
  border-radius: 18px;
  padding: 32px 28px 28px;
  height: 100%;
 
}
.clinic-row-2{
 margin-top: 30px;
}
.clinic-locations-inn a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 13px;
    font-weight: 500;
    background: #fdbc2b;
    color: #000; 
    text-decoration: none;
    padding: 8px 16px;
    border: 1.5px solid #fdbc2b;
    border-radius: 50px;
    transition: background .3s, color .3s, border-color .3s, transform .2s;
}
.clinic-locations-inn a i { font-size: 14px; }
.clinic-locations-inn:hover a {
  background: #fdbc2b;
  color: #333;
  border-color: #fdbc2b;
}
.clinic-locations-inn:hover a i{
  color: #fff;
}
.social-media {
  margin-top: 15px;
}
.foot-contact h4 {
  margin-top: 35px;
}
.cursor {
  color: #ccc;
}
.clinic-locations-inn p {
  margin-bottom: 5px;
}


@media only screen and (min-width: 320px) and (max-width: 480px) {

  .clinic-locations-outer .col-md-6{
    margin-bottom: 20px;
  }

}

@media only screen and (min-width: 320px) and (max-width:992px) {
    .clinic-locations-outer .col-xl-4.col-md-6 {
    margin-bottom: 20px;
}
.clinic-row-2 {
    margin-top: 0;
}

}

.location-slider .owl-nav {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.location-slider .owl-nav .owl-prev{
    position: absolute;
    left: -25px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;     
    background: #F3BA1A !important;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    opacity: .8;
}
.location-slider .owl-nav .owl-next{
  position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    background: #F3BA1A !important;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    opacity: .8;
} 

.btn-outer .main-btn {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 1px;
  background: #ffd904;
  background: -moz-linear-gradient(top,#ffd904 0,#fdbc2b 16%);
  background: -webkit-linear-gradient(top,#ffd904 0,#fdbc2b 16%);
  background: linear-gradient(to bottom,#ffd904 0,#fdbc2b 16%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd904',endColorstr='#fdbc2b',GradientType=0);
  padding: 5px 15px;
  display: inline-block;
  border-radius: 0;
  color: #000;
  text-decoration: none;
  border-radius: 5px;
}
.btn-outer {
  margin-top: 10px;
  display: none;
  font-size: 0;
}