  
  :root {
    --color-white: #ffffff;
    --color-black: #000000;
    --color-primary: #875228;
  }
  
  @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
  
  
  :root {
  --font-Poppins: 'Poppins', sans-serif;
  }
  
  
  /*-------------- Owl crousel ---------------*/
  
  .owl-carousel .owl-item img {
    width: auto;
    margin: 0 auto;
    width: auto;
  }
  .sec_small_heading{
    font-size: 16px;
    line-height: 20px;
    color: #875228;
    font-weight: 500;
    font-family: "Jockey One", sans-serif;
    position: relative;
    padding: 0;
    text-transform: capitalize;
    margin-bottom: 0px;
    font-style: italic;
  }
  .sec_main_heading{
    font-size: 32px;
    line-height: 30px;
    font-weight: 500;
    padding: 0;
    margin: 0px;
    font-family: "Jockey One", sans-serif;
    color: #0E0C13;
    text-transform: capitalize;
    letter-spacing: 0px;
  }
  .main_text {
    font-size: 16px;
    line-height: 32px;
    color: #000;
    font-family: var(--font-Poppins);
    font-weight: 400;
  }
  /* SLIDER */
  #slider {
    position: relative;
    z-index: 1;
    padding: 0;
  }
  .homeslider {
      position: relative;
  }
  .slider-image {
      position: relative;
  }
  #slider .main-slider .slider-image img{
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
  .slider-small-img {
      position: absolute;
      top: 3%;
      left: 50%;
      height: auto;
      width: auto;
  }
  .slider-small-img>img {
      width: 100%;
      height: 100%;
      animation: upDawn 2s linear infinite;
  }
  #slider .slide_btn {
    text-align: left;
  }
  .slider-bottom-image {
    width: auto;
    position: absolute;
    bottom: 0;
    left: 3%;
  }
  #slider .slider-content p{
    color: #00000099;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    font-family: var(--font-Poppins);
  }
  #slider .slider-content h1{
    font-size: 42px;
    letter-spacing: 1px;
    line-height: 55px;
    color: #000;
    font-weight: 500;
    margin-bottom: 10px;
    font-family: "Jockey One", sans-serif;
  }
  #slider .slider-content h6{
    font-size: 18px;
    letter-spacing: 0.6px;
    line-height: 30px;
    color: #875228;
    font-weight: 400;
    margin: 0;
    font-family: "Jockey One", sans-serif;
    text-transform: capitalize;
    padding: 0;
  }
  .main-slider {
      position: relative;
  }
  .slider-content {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
  }
  #slider .slider-content .text-content {
    padding: 70px 0px 15% 0px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .rating-section {
      position: absolute;
      right: 11%;
      z-index: 2;
      top: 102px;
  }
  .customer-imgs {
      display: flex;
      margin-bottom: 8px;
  }
  .customer-img {
      width: 46px;
      height: 46px;
      border: 2px solid #FFFFFF;
      border-radius: 7px;
      margin-left: -15px;
      overflow: hidden;
  }
  .customer-img img {
      object-fit: cover;
      width: 100%;
      height: 100%;
  }
  .customer-img:nth-child(1) {
      margin-left: 0;
  }
  .customer-text p {
      font-family: 'Inter';
      font-size: 13px;
      line-height: 18px;
  }
  .rating {
      margin-bottom: 8px;
  }
  .rating i {
      color: #875228;
  }
  .bottom-strip{
    background-color: var(--color-primary);
  }
.bottom-strip ul li img {height: 36px;width: 36px;}
  .bottom-strip ul li{
    list-style: none;
    padding-top: 8px;
  }
  .bottom-strip ul{
    margin-bottom: 0px;
  }
  .bottom-strip ul li span{
    color:#fff;
    padding-top: 10px;
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0%;
  }
  #slider .owl-dots {
    display: block !important;
  }
  #slider .owl-dots {
    display: none !important;
  }
  #slider .owl-carousel button.owl-dot {
    background-color: #fff;
    color: inherit;
    border: none;
    border-radius: 0px;
    width: 22px;
    height: 22px;
    color: var(--color-primary);
    border: 1px solid var(--color-primary);
    padding: 0 !important;
    font: inherit;
    font-size: 12px;
    margin: 9px 11px;
    transform: rotate(45deg);
  }
  #slider .owl-carousel button.owl-dot:nth-child(2){
    width: 18px;
    height: 18px;
    position: relative;
    top: -2px;
  }
  #slider .owl-carousel button.owl-dot:nth-child(2)::after{
    margin: -11px 0px 0px 12px;
    width: 25px;
  }
  #slider .owl-carousel button.owl-dot.active{
    background-color: var(--color-primary);
  }
  #slider .owl-carousel button.owl-dot::after {
    content: "";
    position: absolute;
    left: 0;
    width: 22px;
    height: 3px;
    background-color: var(--color-primary);
    transform: rotate(-45deg);
    top: 0;
    z-index: 1;
    margin: -8px 0px 0px 15px;
  }
  #slider .owl-carousel button.owl-dot:last-child::after{
    width: 0;
  }
  
  /*dermatology*/
  #dermatology .sec_main_heading{
    /* color:var(--color-primary); */
  }
  .dermatology_box{
    text-align: center;
  }
  .dermatology_box .dermatology-image {
    background-color: #F6E4D5;
    padding: 30px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 130px;
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .dermatology-image img {object-fit: contain;height: 100%;}
  .dermatology_box h5{
    color: #0E0C13;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    font-family: "Inter", sans-serif;
  }
  .dermatology_box h5 a{
    color:inherit;
  }
  .dermatology_box p{
    font: 400 14px / 20px Inter;
    color: #00000099;
  }
  .dermatology_box .read-more{
    margin-bottom: 10px;
  }
  .dermatology_box .read-more a{
    color: #0E0C13;
    font-weight: 400;
  }
  .dermatology_box:hover .dermatology-image{
    background-color: #87522882;
  }
  .dermatology_box:hover h5 a{
    color: #875228;
    text-decoration: underline !important;
  }
  .dermatology_box:hover .read-more a{
    color: var(--color-primary);
  }
  .dermatology_box:hover .read-more a{
    position: relative;
  }
  .dermatology_box:hover .read-more a::after {
    content: '';
    position: absolute;
    width: 60%;
    height: 3px;
    right: -15px;
    background: var(--color-primary);
    bottom: -12px;
    margin-bottom: 10px;
  }
  .dermatology_box:hover .read-more a::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    right: -15px;
    background: var(--color-primary);
    bottom: -15px;
    margin-bottom: 10px;
    transform: rotate(45deg);
  }
  /* discount*/
  .dicount-box{
    background-color: #F6E4D5;
    padding: 6% 20% 6%;
    /* position: relative; */
    /* z-index: -1; */
  }
  .dicount-box .sec_small_heading{color:var(--color-white);}
  .dicount-box .sec_main_heading{color: #875228;padding: 30px 0;}
  .dicount-box .main_text {
    color: #875228;
    font-weight: 300;
    font-size: 14px;
    line-height: 28px;
    padding: 0px 50px;
  }
  .dicount-box h6 span {
    color: #875228;
    font: 400 20px / 30px kalam;
  }
  .left-img{
    border: 2px solid #875228c7;
    width: 95%;
    position: relative;
    left: 51px;
    top: 5px;
    z-index: 1;
  }
  .left-img img{
    width: 98%;
    position: relative;
    left: -47px;
    top: -40px;
  }
  /* Circle Play Start */
  .play-circle-wrap {
      height: 215px;
      width: 215px;
      border: 1px solid var(--dim-gray--);
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      left: -41px; 
      top: -31px;
      z-index: 1;
      background: hsl(0 0% 100% / 1);
      opacity: 80%;
  }
  .play-circle {
    --width: 195px;
    --height: 201px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: var(--width, 200px);
    height: var(--height, 200px);
    padding: 20px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
  }
  .play-icon {
    position: absolute;
    background-size: cover;
    width: 100%; /** Fallback */
    height: 100%; /** Fallback */
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    color: #875228;
  }
  .play-icon i {
      color: var(--dark--);
      font-size: 32px;
  }
  .circle-text {
    position: absolute;
    width: 100%;
    height: 100%;
    animation: rotateText 10s linear infinite;
    -webkit-animation: rotateText 10s linear infinite;
  }
  .circle-text .circle-char {
    position: absolute;
    left: 50%;
    transform-origin: 0 calc(var(--width, 150px) / 2);
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    color: #875228;
  }
  @media (min-width: 500px) {
    .circle-text .circle-char {
      font-size: 12px;
    }
  }
  /* Circle Play End */
  @keyframes rotateText {
    0% {
      transform: rotate(360deg);
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
    }
    100% {
      transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
    }
  }
  
  @media (max-width: 500px) {
    .play-circle {
      --width: 300px;
      --height: 300px;
    }
  }
  @media (max-width: 350px) {
    .play-circle {
      --width: 220px;
      --height: 220px;
    }
    .circle-text .circle-char {
      font-size: 0.7em;
    }
  }
  @media (max-width: 230px) {
    .play-circle {
      --width: 150px;
      --height: 150px;
    }
    .circle-text .circle-char {
      font-size: 0.4em;
    }
  }
  /* blgo faq */
  .faqs {
    border:2px solid var(--color-primary);
    padding: 29px 50px;
  }
  .faqs .accordion-item{
    border:none;
    border-bottom: 1px solid #CFCFCF;
  }
  .faqs .accordion-item .accordion-button{
    padding: 1rem 0rem;
  }
  .faqs .accordion-item .accordion-body {
    padding: 1rem 0rem;
    font: 300 13px/20px poppins;
  }
  .faqs .accordion-item .accordion-button{
    font-weight: 400;
    font-size: 18px;
  }
  .faqs .accordion-item .accordion-button:not(.collapsed) {
    color: #000;
    background-color: transparent;
    box-shadow: none;
    padding: 0px;
    font-weight: 400;
    font-size: 18px;
  }
  .accordion-button::after {
    background-image: unset !important;
    height: 10px !important;
    width: 10px !important;
    transform: rotate(45deg) !important;
    background: transparent;
    border: 1px solid #000;
    border-top: 0;
    border-left: 0;
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(225deg) !important;
}
  
    /*************Testimonial***************/
    #testimonial .owl-dots{
      display: none;
    }
    #testimonial .owl-nav{
      display: block !important;
    }
    #testimonial h5.post-title {
      font-size: 20px;
      line-height: 20px;
      color: var(--color-primary);
      font-weight: 400;
      margin-bottom: 0px;
      font-family: var(--font-Poppins);
    }
  
    #testimonial .testibox .content{
      position: relative;
      border:2px solid var(--color-primary);
      padding: 30px;
      margin: 25px auto;
      width: 70%;
    }
    #testimonial .testibox .content .quote{
      position: absolute;
      top: -30px;
      right: 13%;
      width: 70px;
      background-color: #fff;
    }
    #testimonial .testibox .content .quote svg{
      width: 50px;
      height: 55px;
    }
    #testimonial .testibox .content .quote img{
      /* width: 40px; */
    }
    #testimonial .quote i {
      color: var(--color-primary);
      font-size: 40px;
      background: #fff;
      padding: 0px 10px;
    }
    #testimonial .testibox p{
      font-size: 15px;
      line-height: 28px;
      font-weight: 400;
      padding: 0 40px;
    }
    #testimonial .testibox h6{
      font-size: 16px;
      line-height: 28px;
      color: #696969;
      font-weight: 400;
      font-family: var(--font-Poppins);
      margin-bottom: 0px;
    }
    #testimonial .testi-image{
      width: 80px;
      height: auto;
      position: relative;
      border-radius: 50%;
      margin: 0 auto;
      margin-bottom: 20px;
    }
    #testimonial .testi-image img{
      border-radius: 50%;
    }
  
    #testimonial .owl-carousel .owl-nav {
      margin: 0 auto;
      width: 13%;
      margin-top: -100px;
      position: relative;
      margin-bottom: 20px;
    }
    #testimonial .owl-carousel .owl-nav button.owl-prev, #testimonial .owl-carousel .owl-nav button.owl-next{
      background-color: transparent;
      color:#875228a6;
      font-size: 20px;
    }
    #testimonial .owl-carousel .owl-nav button.owl-prev{
      float: left;
      margin-left: -50px;
    }
    #testimonial .owl-carousel .owl-nav button.owl-next{
      float: right;
      margin-right: -50px;
    }
  
    /*****************appoinment***************/
    #appoinment .left_img{
      position: relative;
    }
    #appoinment .left_img .bigimg{
      padding-left: 100px;
    }
    #appoinment .left_img .smallimg{
      position: absolute;
      top:0;
      left: 0;
      transform: translate(0px, 50%);
      width: 400px;
    }
  .app-btn {
      width: auto !important;
      margin: 0 auto;
  }
    #appoinment .wpcf7-submit{
      width: 100%;
      background: var(--color-white);
      font-size: 16px;
      position: relative;
      color: var(--color-primary);
      font-weight: 500;
      border: none;
      border-color: var(--color-primary) !important;
      border-radius: 0px;
      text-transform: capitalize;
      font-family: "Inter", sans-serif;
      position: relative;
      padding: 15px 100px 15px 48px;
    }
    .date-box p{
      position: relative;
    }
    .date-box p:before {
      content: "\f073";
      font-family: 'FontAwesome';
      color: #fff;
      font-size: 16px;
      background: var(--color-primary);
      border-radius: 5px;
      line-height: 32px;
      text-align: center;
      margin-right: 6px;
      position: absolute;
      right: -3px;
      width: 32px;
      height: 32px;
      margin-top: 0;
      top: 36px;
      z-index: 1;
      visibility: hidden;
    }
    .app-btn p{
      position: relative;
    }
    .app-btn p::before {
      content: '';
      background: var(--color-primary);
      position: absolute;
      width: 50px;
      height: 3px;
      right: 32px;
      top: 0;
      bottom: 0;
      margin: auto;
      z-index: 1;
    }
    .app-btn p::after {
      content: '';
      background: var(--color-primary);
      position: absolute;
      width: 10px;
      height: 10px;
      right: 32px;
      top: 0;
      bottom: 0;
      margin: auto;
      transform: rotate(45deg);
    }
    #appoinment .wpcf7-submit::after{
      content: '';
      background-image: url('../images/line.png');
      position: absolute;
      width: 59px;
      height: 18px;
      right: 0;
      margin-right: 15px;
      margin-left: 10px;
      margin-top: 2px;
    }
    #appoinment input[type="text"],#appoinment input[type="email"], #appoinment textarea,#appoinment input[type="date"],#appoinment select{
      background-color: var(--color-primary);
      color:var(--color-white);
      border-radius: 0px;
      box-shadow: 0px 0px 10px 0px hsla(0, 0%, 0%, 0.1);
      margin-bottom: 10px;
      border: 1px solid #ddd;
    }
    #appoinment select {
      height: 46px;
      padding: 10px;
      position: relative;
      overflow: hidden;
      /* -webkit-appearance: none;
      appearance: none; */
    }
    #appoinment select::after {
      content: '\f078';
      font-family: 'FontAwesome';
      font-weight: 900;
      position: absolute;
      color: #fff;
      right: 0;
      margin: 10px;
      top: 0;
      font-size: 20px;
  }
    #appoinment select option{
      color:#ddd;
      background-color: transparent;
    }
    #appoinment .wpcf7 label{
      color:#fff;
      font-family: "Inter", sans-serif;
      font-size: 14px;
      line-height: 1;
    }
   
    /*newsletter*/
    #newsletter .sec_small_heading {
      color:var(--color-black);
      font-weight: 300;
    }
    #newsletter .sec_main_heading {
      text-transform: uppercase;
      font-size: 33px;
      padding-right: 10%;
    }
    #newsletter form{
      position: relative;
    }
    #newsletter input.wpcf7-form-control.has-spinner.wpcf7-submit {
      position: absolute;
      padding: 1px 1px;
      background: var(--color-primary);
      border-radius: 10px;
      margin-top: 7px;
      font-size: 16px;
      line-height: 25px;
      color: #fff;
      font-weight: 400;
      margin-right: 10px;
      z-index: 2;
      right:0;
      padding: 6px 20px;
      text-transform: uppercase;
    }
    #newsletter input[type="email"]::placeholder{
      font-size: 16px;
      line-height: 26px;
      color: #fff;
      font-weight: 400;
    }
    #newsletter input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-email {
      padding: 12px 30px;
      width: 100%;
      position: relative;
      border-radius: 10px;
      background: #000;
      border: 1px solid #000;
      color:#fff;
    }
  
    /* Video */
    div#video {
      position: relative;
    }
    div#video img {
        width: 100%;
    }
    .myVideoBtns {position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 1;display: flex;justify-content: center;align-items: center;}
    .myVideoBtns a {
        height: 121px;
        width: 121px;
        border-radius: 50%;
        background: #FFFFFFAB;
        display: flex;
        margin: 0 auto;
        justify-content: center;
        align-items: center;
        backdrop-filter: blur(3px);
    }
    .myVideoBtns a i {
        color: #875228;
        font-size: 21px;
        animation: zoomInOut 2s linear infinite;
    }
    .modal-contents {
        background-color: #fff;
        margin: auto;
        padding: 6px;
        width: 45%;
        transition: 2s;
        border-radius: 10px;
    }
  .modal-contents button.close-one {
      width: 20px;
      height: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 10px;
      margin-left: auto;
      font-size: 23px;
  }
    .modal-new {
      display: none;
      position: fixed;
      z-index: 999999999999;
      padding-top: 100px;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      overflow: auto;
      background-color: rgba(0, 0, 0, .4);
    }
    .myVideo-inner {
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    /* Offer Banner */
  
    section#offer {background: #875228;position: relative;padding-bottom: 0;display: flex;justify-content: center;align-items: center;height: 448px;margin-top: 334px;}
  
  section#offer img {
      z-index: 2;
      width: 914px;
      height: 686px;
      position: absolute;
      bottom: 0;
      margin-left: 5%;
  }
  
  .offer-content {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      display: flex;
      justify-content: center;
      align-items: center;
  }
  .offer-text h2 {
      margin: 0;
      font-family: Jockey One;
      font-weight: 400;
      font-size: 48px;
      line-height: 1.4;
      color: #fff;
  }
  .offer-text p {
      font-family: Poppins;
      font-weight: 400;
      font-size: 16px;
      line-height: 1.4;
      color: #fff;
      margin-bottom: 26px;
  }
  .offer-text .btn-custom:hover {
      background: #000;
      color: #fff;
  }
  .offer-text {
      padding-right: 17%;
  }
  .offer-border-box {
      position: relative;
      border: 31px solid #F6E4D5;
      width: 584px;
      height: 323px;
      z-index: -1;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-left: -20px;
  }
  .offer-border-box p {
      font-family: Jockey One;
      font-weight: 400;
      font-size: 78px;
      line-height: 100%;
      text-align: right;
      color: #fff;
  }
  
  @keyframes upDawn {
    0%{transform: translateY(0px);}
    50%{transform: translateY(50px);}
    100%{transform: translateY(0px);}
  }
  @keyframes zoomInOut {
    0%{transform: scale(1);}
    50%{transform: scale(2);}
    100%{transform: scale(1);}
  }