/*Offers Page Styles*/
.offers-container {
    padding: 40px;
    padding-left: 80px;
    padding-right: 0;
}
.salon-offers {
    background: #FFF9F0;
}
.signature-offers {
    background: url('/wp-content/themes/body-craft/images/signature-offers-background.png');
}
.tabs-container {
    display: flex;
}
.nav-container {
    min-width: 240px;
    max-width: 240px;
    margin-right: 30px;
}
.offers-container h2 {
    margin: 0;
    margin-bottom: 15px;
    font-family: 'Playfair Display';
    color: #B91F41;
    font-weight: 600;
}
.offers-tablinks {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    color: #333333;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 8px;
    padding: 14px 15px;
    border: none;
    cursor: pointer;
    width: 100%;
    margin-bottom: 10px;
    text-align: left;
    line-height: 22px;
    transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
    position: relative;
    z-index: 1 !important;
}
.offers-tablinks:after {
	content: '';
	position: absolute;	
	transition: inherit;
	z-index: -1;
}
.offers-tablinks:hover {
    color: #fff;
    background: transparent;
	transition-delay: 0s;
}
.offers-tablinks:hover:after {
	background: #333333;
	/* transition-delay: 0s; */
}
.offers-tablinks:after {
	top: 0;
	width: 0;
	height: 100%;
    border-radius: 8px;
}
.offers-tablinks:after {
	left: 0;
}
.offers-tablinks:hover:before,
.offers-tablinks:hover:after {
	width: 100%;
}
.clinic-offers .offers-tablinks {
    background-color: #FFF9F5;
}
.offers-tablinks img {
    width: 10px;
    margin-left: 10px;
}
.offers-tablinks.active {
    background-color: #333333;
    font-weight: 500;
    color: #fff;
}
.offers-tabcontent {
    display: none;
}
.offers-tabcontent h2 {
    font-size: 20px;
    margin-top: 0;
}
.offers-tabcontent p {
    font-size: 16px;
    margin-bottom: 20px;
}
.slider-item-container {
    background-size: cover;
    background-position: center center;
    width: 230px;
    height: 305px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.salon-offers .slider-item-container .background-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: 0;
    transition: transform 0.5s ease-in-out;
}
.salon-offers .slider-item-container video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
}
.salon-offers .slider-item-container .slider-item-content {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
}
.salon-offers .slider-item-container:hover .background-image {
    transform: scale(1.1) rotate(2deg);
}
.salon-offers .slider-item-container h3 {
    position: relative;
    z-index: 1;
}
.slider-item-content {
    white-space: normal;
}
.slider-item-content h3 {
    color: #fff;
    font-weight: 500;
    font-size: 22px;
    padding: 18px 30px;
    text-align: center;
}
.salon-offers .slider-item-content h3 {
    font-family: 'Playfair Display';
    font-weight: 400;
}
.slider-item-footer {
    position: absolute;
    height: 48px;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px 0px 10px 10px;
    background: linear-gradient(90deg, #B91F41 4.77%, #E82D56 99.53%);
}
.slider-item-footer p {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}

.slider-item-footer img {
    width: 20px !important;
    margin-bottom: 2px !important;
    margin-left: 10px;
}

.clinic-offers-tabcontent .slider-item-container {
    background-size: cover;
    background-position: center center;
   /* width: 250px;
    height: 295px;*/
    width: 230px;
    height: 305px;
    border-radius: 10px;
    position: relative;
}
.clinic-offers-tabcontent .slider-item-content h3 {
    font-weight: 600;
    font-size: 24px;
    padding: 24px 80px 2px 25px;
    line-height: 1.25em;
    text-align: left;
    font-family: 'Playfair Display';
}
.clinic-offers-tabcontent .slider-item-content h4 {
    font-weight: 500;
    text-decoration: line-through;
    font-size: 15px;
    padding: 5px 80px 17px 25px;
    line-height: 1.35em;
    text-align: left;
    color: #333333;
}
.clinic-offers .slider-item-container video{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
}
.star-shape {
    -webkit-mask: url(/wp-content/themes/body-craft/images/star-shape.svg) no-repeat center;
    mask: url(/wp-content/themes/body-craft/images/star-shape.svg) no-repeat center;
    height: 75px;
    width: 75px;
    margin-left: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.star-shape h5 {
    width: 40px;
	text-align: center;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    margin-bottom: 0;
}
@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}
.clinic-offers-tabcontent .slider-item-container:hover .star-shape {
    animation: float 3s ease-in-out infinite;
}

.signature-offers .slider-item-container {
    border-radius: 15px;
    background: linear-gradient(224deg, #B91F41 13.93%, #E82D56 96.26%);
    /* box-shadow: 0px 0px 30px 21px rgba(185, 31, 65, 0.10); */
    padding: 20px 25px;
	padding-bottom: 125px;
    height: 100%;
    width: 280px;
    position: relative;
    transition: all 0.5s ease-out;  
}
.signature-offers .slider-item-container:hover {
    background-position: 280px;  
}
.signature-offers .slider-item-content h3 {
    font-size: 20px;
    text-align: left;
    line-height: 28px;
    padding: 0;
    margin-bottom: 25px;
}
.signature-offers .pricing-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
	position: absolute;
    width: calc(100% - 50px);
    bottom: 70px;
}
.signature-offers .pricing-container h4 {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 20px;
}
.signature-offers .pricing-container .white-text h4 {
    text-decoration: line-through;
}
.signature-offers .pricing-container .yellow-text h4 {
    color: #F8DA60;
}
.signature-offers .pricing-container .yellow-text h4 span {
    font-weight: 600;
}
.signature-offers .slider-item-button {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    padding: 12px;
    color: #E82D56;
    font-weight: 600;
    font-size: 15px;
	position: absolute;
    width: calc(100% - 50px);
    bottom: 25px;
}
.signature-offers .slider-item-button p {
    color: #E82D56;
    margin-bottom: 0;
    font-size: 14px;
}
.signature-offers .slider-item-button img {
    width: 20px;
    margin-left: 8px;
    filter: invert(42%) sepia(99%) saturate(5104%) hue-rotate(330deg) brightness(92%) contrast(96%);
}
.logo-watermark {
    display: none;
}

/*Slider Styles*/
.offer-slider {
    display: flex;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    white-space: nowrap;
    width: 100%;
}
.content-container {
    overflow: hidden;
}
.offer-slider-item {
    flex: 0 0 230px;
    scroll-snap-align: start;
    margin-right: 25px;
}
.offer-slider-item:last-child {
    margin-right: 0;
}
.offer-slider-item img {
    width: 100%;
    border-radius: 8px;
}
.offer-slider::-webkit-scrollbar {
    height: 0px;
}
.offer-slider::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 30px;
}
.offer-slider::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.offer-slider::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.offer-slider::-webkit-scrollbar-button {
    display: none;
}

.offer-slider-item.offer-slider-item-clinic {
    flex: 0 0 240px;
}
.offer-slider-item.offer-slider-item-signature {
    flex: 0 0 280px;
}



/*Media Queries*/
@media screen and (max-width: 1024px) {
    .offers-container {
        padding-left: 3%;
    }
    .tabs-container {
        display: block;
    }
    .nav-container {
        max-width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .offers-tablinks {
        padding: 15px;
    }
    .offers-container {
        padding-left: 20px;
    }
    .offers-container h2 {
        text-align: center;
        text-transform: uppercase;
        margin-bottom: 25px;
    }
    .nav-container {
        min-width: auto;
        margin-right: 0;
        padding-right: 20px;
        margin-bottom: 40px;
    }
    @keyframes float {
        0%, 100% {
            transform: translateY(0);
        }
        50% {
            transform: translateY(-5px);
        }
    }
    .clinic-offers-tabcontent .slider-item-container .star-shape {
        animation: float 3s ease-in-out infinite;
    }
    .signature-offers .slider-item-container {
        background: linear-gradient(120deg, #B91F41 7.58%, #E82D56 97.43%);
    }
    .logo-watermark {
        display: block;
        position: absolute;
        top: 5px;
        right: 15px;
        width: 50px !important;
        height: auto !important;
    }
    .offer-slider {
        padding-right: 20px;
    }
}

/*Adapt to bodycraft theme style*/
.offers-container.signature-offers {
    margin-bottom: -40px;
    display: none;
}
.page-template-page-tekhne-offer-php .master-wrap {
    padding-top: 0;
}
@media screen and (max-width: 768px) {
    .page-template-page-tekhne-offer-php .mobile-header-inner {
        border-bottom: 2px solid #B91F41;
    }
}







/*New Landing Page*/
.tekhne-container {
    /*width: 100%;*/
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 1200px) {
  .tekhne-container {
    max-width: 1300px;
  }
}
.tekhne-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.tekhne-col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.tekhne-col-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
.tekhne-col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 768px) {
  .tekhne-container {
    padding-right: 25px;
    padding-left: 25px;
  }
  .tekhne-col-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .tekhne-col-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .tekhne-col-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.align-center {
  align-items: center;
}
.hero-section {
    background: linear-gradient(102deg, #FAF0E0 -2.63%, #FFFAF2 94.28%);
}
.header-section .tekhne-col-6:first-of-type {
    text-align: left;
}
.header-section .tekhne-col-6:first-of-type img {
    width: 200px;
}
.header-section {
    padding: 15px 20px;
}
.btn-gradient {
    border-radius: 40px;
    background: var(--Linear, linear-gradient(90deg, #B91F41 4.77%, #E82D56 99.53%));
    padding: 10px 20px;
    border: 0;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-section .tekhne-col-6:last-of-type a {
    text-decoration: none;
    cursor: pointer;
}
.header-section .tekhne-col-6:last-of-type button {
    margin-left: auto;
    cursor: pointer;
}
.hero-section {
    padding: 50px 20px;
}
.hero-section .tekhne-row .tekhne-col-6:first-of-type .wrapper {
    padding-left: 60px;
    margin-top: -20px;
    text-align: left;
}
.hero-star {
    width: 100px;
    margin-left: -70px;
    margin-bottom: -25px;
}
.rotating-hero-image {
    position: absolute;
/*    width: 220px;*/
    width: 350px;
    top: 0;
/*    left: 65px;*/
    left: -5px;
    margin-top: -20px;
/*    animation: rotateAndPause 8s infinite ease;*/
}
.hero-section .tekhne-row .tekhne-col-6:last-of-type .wrapper {
    padding-left: 80px;
    position: relative;
    text-align: right;
}
.hero-section .tekhne-row .tekhne-col-6:last-of-type .wrapper img:last-of-type {
    width: 100%;
    max-width: 450px;
    padding-right: 120px;
    text-align: right;
}
.hero-spark {
    position: absolute;
    right: 10px;
    top: 260px;
    width: 90px;
}
.hero-section h1 {
    font-size: 40px;
    margin-bottom: 40px;
    font-family: gothamBook, sans-serif;
    font-weight: 600;
    text-align: left;
    color: #000;
}
.hero-section p {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.4;
    text-align: left;
    color: #000;
}
@keyframes rotateAndPause {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(90deg);
  }
  30% {
    transform: rotate(90deg);
  }
  40% {
    transform: rotate(150deg);
  }
  50% {
    transform: rotate(150deg);
  }
  60% {
    transform: rotate(240deg);
  }
  70% {
    transform: rotate(240deg);
  }
  80% {
    transform: rotate(300deg);
  }
  90% {
    transform: rotate(300deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


/*Services*/
.services-slider {
    display: flex;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    white-space: nowrap;
    width: 100%;
    padding-right: 40px;
}
.services-slider::-webkit-scrollbar {
    height: 0px;
}
.service-slide {
    overflow: hidden;
}
.service-slide {
    flex: 0 0 360px;
    scroll-snap-align: start;
    margin-right: 25px;
}
.service-slide:last-child {
    margin-right: 0;
}
.service-slide img {
    width: 100%;
    border-radius: 17px 17px 0 0;
}
.services-section .container-left {
    width: calc(1200px + (50% - 1200px / 2));
    margin-left: auto;
}
.services-section {
    padding: 70px 0 45px 20px;
}
.services-section h2 {
    text-align: center;
    font-size: 40px;
    color: #B91F41;
    margin-bottom: 60px;
    font-family: gothamBook, sans-serif;
    font-weight: 600;
}
.service-slide .service-slider-content {
    padding: 10px;
}
.service-slide .service-slider-content .wrapper {
    border: 2px solid #F0E1D8;
    border-bottom: 4px solid #F0E1D8;
    border-radius: 18px;
    background: #fff;
}
.service-slide .service-slider-content h3 {
    padding: 20px;
    padding-top: 26px;
    text-align: center;
    font-size: 28px;
    color: #343A32;
    font-family: 'linotype-didot',serif;
    font-weight: 600;
}


/*Why Choose*/
.why-choose-section {
    padding: 40px 20px;
    position: relative;
}
.why-choose-section h2 {
    text-align: center;
    font-size: 40px;
    color: #B91F41;
    margin-bottom: 50px;
    font-family: gothamBook, sans-serif;
    font-weight: 600;
}
.why-choose-section .tekhne-col-3 {
    text-align: center;
}
.why-choose-section .tekhne-col-3 img {
    background: #FBEAE2;
    border-radius: 50%;
    margin: 0 15px;
    width: 140px;
    margin-bottom: 20px;
}
.why-choose-section .tekhne-col-3 h6 {
    font-size: 22px;
    padding: 0 40px;
    color: #343A32;
    font-weight: 700;
}
.why-choose-section::before {
    content: url(../images/background-stripe-pattern.svg);
    position: absolute;
    z-index: -1;
    width: 100%;
    top: -235px;
}



/*Clients*/
.client-section {
    padding: 40px 20px;
    max-width: 1280px;
    margin: auto;
}
.client-section h2 {
    text-align: center;
    font-size: 40px;
    color: #B91F41;
    margin-bottom: 50px;
    font-family: gothamBook, sans-serif;
    font-weight: 600;
}
.testimonial-slider {
    display: flex;
}
.testimonial-box {
    border-radius: 16px;
    box-shadow: 3px 3px 0px 0px #F0E1D8;
    margin: 0 20px;
    background: #fff;
    padding: 30px 35px;
    text-align: center;
    position: relative;
    min-width: calc(25% - 40px);
}
.testimonial-box h5 {
    font-size: 20px;
    letter-spacing: 4px;
    margin-bottom: 20px;
}
.testimonial-box p {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    width: 100%;
    color: #000;
}
.testimonial-box h6 {
    font-size: 19px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0;
}

/*Salon Offers*/
.salon-offers-section {
    padding: 40px 20px;
    background: #FAF0E0B3;
    padding-top: 200px;
    margin-top: -160px;
}
.salon-offers-section .section-wrapper {
    max-width: 1100px;
    margin: auto;
}
.salon-offers-section h2 {
    text-align: center;
    font-size: 40px;
    color: #B91F41;
    margin-bottom: 50px;
    font-family: gothamBook, sans-serif;
    font-weight: 600;
}
.salon-offers-section .offer-slider {
    justify-content: center;
}


/*Clinic Offers*/
.clinic-offers-section {
    padding: 40px 20px;
    padding-bottom: 65px;
    padding-top: 200px;
    margin-top: -160px;
    background: #FAF0E0B3;
}
.clinic-offers-section .section-wrapper {
    max-width: 1180px;
    margin: auto;
}
.clinic-offers-section h2 {
    text-align: center;
    font-size: 40px;
    color: #B91F41;
    margin-bottom: 50px;
    font-family: gothamBook, sans-serif;
    font-weight: 600;
}
.clinic-offers-section .offer-slider {
    justify-content: space-around;
}
.clinic-offers-section .slider-item-container {
    background-size: cover;
    background-position: center center;
    width: 250px;
    height: 295px;
    border-radius: 10px;
    position: relative;
}
.clinic-offers-section h3 {
    font-weight: 600;
    font-size: 24px;
    padding: 24px 80px 2px 25px;
    line-height: 1.25em;
    text-align: left;
    font-family: 'Playfair Display';
}
.clinic-offers-section h4 {
    font-weight: 500;
    text-decoration: line-through;
    font-size: 15px;
    padding: 5px 80px 17px 25px;
    line-height: 1.35em;
    text-align: left;
    color: #333333;
}

/*Sticky Form*/
.sticky-form-section {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}
.sticky-form-section .form-container {
    width: 100%;
    text-align: center;
    padding: 30px 0 35px;
    border-radius: 20px 20px 0px 0px;
    background: var(--Linear, linear-gradient(90deg, #B91F41 4.77%, #E82D56 99.53%));
}
.sticky-form-section .form-container h2 {
    color: #fff;
    margin-bottom: 20px;
    font-weight: 500;
    font-family: gothamBook, sans-serif;
    font-weight: 600;
    font-size: 22px;
}
.sticky-form-section .feature-cloud {
    background-color: #343A32;
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: #fff;
    font-weight: 500;
    padding: 5px;
}
.sticky-form-section .feature-cloud p {
    color: #fff;
    margin-bottom: 0;
}
.sticky-form-section input::placeholder {
    color: #000;
    font-weight: 600;
}
.sticky-form-section input {
    padding: 12px 18px;
    border: 0;
    border-radius: 8px;
    margin-right: 15px;
}
.sticky-form-section input[type="submit"] {
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    margin-right: 0;
    padding: 12px 40px;
}

/*Footer*/
.footer-section {
    border-top: 1px solid #FFF;
    background: #333;
    padding: 30px 60px;
    padding-bottom: 80px;
    margin-bottom: 135px;
}
.footer-section p {
    color: #fff;
    text-align: right;
    margin-bottom: 10px;
    font-weight: 600;
}
.footer-section p:last-of-type {
    margin-bottom: 0;
}
.footer-section .tekhne-col-6:first-of-type {
    text-align: left;
}
.footer-section .tekhne-row {
    padding-bottom: 30px;
    border-bottom: 2px solid #ccc;
}

@media screen and (max-width: 1340px) {
    .rotating-hero-image {
/*        left: 30px;*/
        left: -15px;
    }
    .why-choose-section .tekhne-col-3 h6 {
        padding: 0 45px;
    }
}
@media screen and (max-width: 1280px) {
    .rotating-hero-image {
        left: 60px;
        width: 200px;
    }
    /* .hero-section p {
        padding-right: 150px;
    } */
    .hero-section .tekhne-row .tekhne-col-6:last-of-type .wrapper img:last-of-type {
        max-width: 430px;
    }
    .hero-spark {
        top: 200px;
    }
    .services-section .container-left {
        width: auto;
        margin-left: auto;
    }
}
@media screen and (max-width: 1220px) {
    .hero-section h1 {
        font-size: 44px;
        margin-bottom: 40px;
    }
    /* .hero-section p {
        padding-right: 120px;
    } */
    .testimonial-box {
        margin: 0;
        margin-right: 24px;
    }
}
@media screen and (max-width: 1160px) {
    .rotating-hero-image {
        left: 20px;
        width: 200px;
    }
    .hero-section h1 {
        font-size: 40px;
        margin-bottom: 30px;
    }
    /* .hero-section p {
        padding-right: 90px;
    } */
    .client-section .tekhne-container {
        padding-right: 0;
        padding-left: 0;
    }
    .client-section {
        padding-right: 0;
    }
    .testimonial-slider {
        display: flex;
        overflow-x: scroll;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        white-space: nowrap;
        width: 100%;
    }
    .testimonial-slider::-webkit-scrollbar {
        height: 0px;
    }
    .testimonial-slide {
        overflow: hidden;
    }
    .testimonial-slide {
        flex: 0 0 300px;
        scroll-snap-align: start;
        padding-bottom: 10px;
    }
    .testimonial-box p {
        white-space: normal;
    }
    .testimonial-box h6 {
        white-space: normal;
    }
    .testimonial-slide:last-child {
        margin-right: 0;
    }
}
@media screen and (max-width: 1100px) {
    .rotating-hero-image {
        left: 60px;
        width: 180px;
    }
    .hero-section .tekhne-row .tekhne-col-6:last-of-type .wrapper img:last-of-type {
        max-width: 350px;
        padding-right: 100px;
    }
    .hero-spark {
        top: 170px;
        width: 80px;
        
    }
    .hero-section h1 {
        font-size: 38px;
        margin-bottom: 20px;
    }
    /* .hero-section p {
        padding-right: 60px;
    } */
    .salon-offers-section .offer-slider {
        justify-content: start;
    }
    .salon-offers-section .tekhne-container {
        padding-right: 0;
        padding-left: 0;
    }
    .salon-offers-section {
        padding-right: 0;
    }
    .clinic-offers-section .offer-slider {
        justify-content: start;
    }
    .clinic-offers-section .tekhne-container {
        padding-right: 0;
        padding-left: 0;
    }
    .clinic-offers-section {
        padding-right: 0;
    }
    .why-choose-section .tekhne-col-3 h6 {
        padding: 0 10px;
    }
}
@media screen and (max-width: 1024px) {
    .tekhne-container {
        padding-right: 0;
        padding-left: 0;
    }
    .service-slide {
        flex: 0 0 265px;
        margin-right: 5px;
    }
    .services-slider {
        padding-right: 10px;
    }
    .testimonial-box {
        min-width: 270px;
    }
}
@media screen and (max-width: 991px) {
    .hero-section .tekhne-row .tekhne-col-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .hero-section .tekhne-row .tekhne-col-6:first-of-type {
        order: 1;
    }
    .hero-section h1 {
        font-size: 46px;
        margin-bottom: 30px;
    }
    .hero-section h1 br {
        display: none;
    }
    .hero-section p {
        font-size: 20px;
        padding-right: 0;
    }
    .hero-section .tekhne-row .tekhne-col-6:last-of-type .wrapper {
        padding-left: 0;
        text-align: center;
    }
    .hero-section .tekhne-row .tekhne-col-6:last-of-type .wrapper img:last-of-type {
        max-width: 300px;
        padding-right: 0;
    }
    .hero-spark {
        top: 200px;
        right: calc(50% - 270px);
        width: 100px;
    }
    .rotating-hero-image {
        left: calc(50% - 250px);
        width: 200px;
    }
}
@media screen and (max-width: 768px) {
    .hero-section .tekhne-row .tekhne-col-6:first-of-type .wrapper {
        padding-left: 0;
        margin-top: 20px;
    }
    .hero-star {
        display: none;
    }
    .why-choose-section::before {
        content: none;
    }
    .why-choose-section .tekhne-col-3 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 40px;
    }
    .header-section .tekhne-col-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .why-choose-section .tekhne-col-3 h6 {
        padding: 0 80px;
    }
    .sticky-form-section .feature-cloud {
        display: none;
    }
    .sticky-form-section .form-container {
        padding: 30px 20px 35px 20px;
        /* width: calc(100% - 40px); */
    }
    .sticky-form-section form {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 10px;
    }
    .sticky-form-section input {
        border-radius: 4px;
        -ms-flex: 0 0 calc(50% - 6px);
        flex: 0 0 calc(50% - 6px);
        max-width: calc(50% - 6px);
        margin-right: 0;
    }
    .sticky-form-section input[type="submit"] {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 14px 40px;
        font-size: 17px;
        border-radius: 6px;
    }
    .footer-section {
        padding: 30px 20px;
        padding-bottom: 80px;
        margin-bottom: 220px;
    }
    .footer-section {
        text-align: center;
    }
    .footer-section .tekhne-col-6:first-of-type {
        margin-bottom: 30px;
        padding-bottom: 15px;
        border-bottom: 2px solid #ccc;
    }
    .footer-section p {
        text-align: center;
    }
    .footer-section .tekhne-row {
        padding-bottom: 0;
        border-bottom: 0;
    }
    .footer-section p {
        margin-bottom: 30px;
    }
    .services-section {
        padding: 50px 0 45px 10px;
    }
    .services-section h2 {
        font-size: 36px;
        margin-bottom: 30px;
    }
    .why-choose-section {
        padding: 0px 20px;
    }
    .why-choose-section h2 {
        font-size: 36px;
        margin-bottom: 40px;
    }
    .client-section h2 {
        font-size: 36px;
    }
    .salon-offers-section {
        padding-top: 185px;
    }
    .salon-offers-section h2 {
        font-size: 36px;
    }
    .clinic-offers-section h2 {
        font-size: 36px;
    }
}
@media screen and (max-width: 680px) {
    .header-section .tekhne-col-6:first-of-type img {
        width: 160px;
    }
    .header-section .tekhne-col-6:last-of-type button {
        font-size: 12px;
    }
    .header-section .tekhne-col-6:last-of-type button img {
        width: 18px;
        margin-right: 5px;
    }
    .btn-gradient {
        font-size: 15px;
    }
    .hero-section .tekhne-row .tekhne-col-6:last-of-type .wrapper img:last-of-type {
        max-width: calc(100% - 180px);
        padding-right: 0;
    }
    .rotating-hero-image {
        left: calc(50% - 200px);
/*        width: 180px;*/
        width: 208px;
    }
    .hero-spark {
        top: 120px;
        right: calc(50% - 140px);
        width: 80px;
    }
    .hero-section h1 {
        font-size: 34px;
        margin-bottom: 26px;
    }
    .hero-section p {
        font-size: 18px;
    }
    .services-section h2 {
        font-size: 32px;
    }
    .service-slide .service-slider-content h3 {
        font-size: 24px;
    }
    .why-choose-section h2 {
        font-size: 32px;
    }
    .why-choose-section .tekhne-col-3 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 40px;
    }
    .why-choose-section .tekhne-col-3 h6 {
        font-size: 18px;
        line-height: 26px;
        padding: 0 10px;
    }
    .why-choose-section .tekhne-col-3 img {
        width: 125px;
    }
    .testimonial-box {
        min-width: 270px;
    }
    .sticky-form-section .form-container h2 {
        font-size: 24px;
        font-weight: 500;
    }
}
@media screen and (max-width: 400px) {
    .rotating-hero-image {
        left: calc(50% - 180px);
/*        width: 155px;*/
        width: 175px;
    }
}

/*Style to adapt previous styles*/
.page-template-page-tekhne-landing-php .desktop-header, .page-template-page-tekhne-landing-php .mobile-header, .page-template-page-tekhne-landing-php .footer.light-black-bg, .page-template-page-tekhne-landing-php .footer-read-more {
    display: none !important;
}
.page-template-page-tekhne-landing-php .master-wrap {
    padding-top: 0 !important;
}
.page-template-page-tekhne-landing-php .header-section .tekhne-col-6:first-of-type img {
    margin-top: -4px;
    padding-bottom: 4px;
}


/*Clinic Landing Page*/
.page-template-page-tekhne-clinic-landing-php .desktop-header, .page-template-page-tekhne-clinic-landing-php .mobile-header, .page-template-page-tekhne-clinic-landing-php .footer.light-black-bg, .page-template-page-tekhne-clinic-landing-php .footer-read-more {
    display: none !important;
}
.page-template-page-tekhne-clinic-landing-php .master-wrap {
    padding-top: 0 !important;
}
.page-template-page-tekhne-clinic-landing-php .header-section .tekhne-col-6:first-of-type img {
    margin-top: -4px;
    padding-bottom: 4px;
}
.tekhne-clinic-landing-page .hero-section {
    padding: 70px 20px;
}
.tekhne-clinic-landing-page .hero-spark, .tekhne-clinic-landing-page .hero-star {
    filter: brightness(0) invert(1);
}
.tekhne-clinic-landing-page .hero-section {
    background-image: url('/wp-content/uploads/clinic-landing-hero-background.jpg');
    background-position: center center;
    background-size: cover;
}
.tekhne-clinic-landing-page .services-section h2 {
    font-family: "DM Serif Display", serif;
    font-weight: 400;
    font-style: normal;
    color: #333333;
}
.tekhne-clinic-landing-page .clinic-offers-section h2 {
    font-family: "DM Serif Display", serif;
    font-weight: 400;
    font-style: normal;
    color: #333333;
}
.tekhne-clinic-landing-page .why-choose-section h2 {
    font-family: "DM Serif Display", serif;
    font-weight: 400;
    font-style: normal;
    color: #333333;
}
.tekhne-clinic-landing-page .client-section h2 {
    font-family: "DM Serif Display", serif;
    font-weight: 400;
    font-style: normal;
    color: #333333;
}
.tekhne-clinic-landing-page .client-section-after {
    background: #FAD3BF;
    height: 250px;
    margin-top: -200px;
}
.tekhne-clinic-landing-page .sticky-form-section .form-container {
    background: #DD857A;
}
@media screen and (max-width: 680px) {
    .tekhne-clinic-landing-page .hero-section h1 {
        font-size: 32px;
    }
    .tekhne-clinic-landing-page .sticky-form-section .form-container h2 {
        font-size: 22px;
        font-weight: 600;
    }
    .tekhne-clinic-landing-page .zcwf_lblLeft .zcwf_col_fld {
        padding: 0px 4px 0px;
    }
    .tekhne-clinic-landing-page .zcwf_row.zcwf_row_4 {
        -ms-flex: 0 0 calc(50% - 8px) !important;
        flex: 0 0 calc(50% - 8px) !important;
        max-width: calc(50% - 8px) !important;
    }
}


/*Big Beauty Landing Page*/
.big-beauty-landing .container {
    max-width: 1280px;
}
.btn-grey {
    background: #333333 !important;
    font-weight: 500;
}
.big-beauty-landing h2 {
    font-family: gothamBook, sans-serif !important;
    color: #333333 !important;
    font-size: 40px !important;
    font-weight: 800 !important;
}
.big-beauty-landing .hero-section {
    background: #FFEAE7;
    margin: 10px 20px;
}
.big-beauty-landing .hero-section .mobile {
    display: none;
}
.big-beauty-landing .hero-section img {
    width: 100%;
}
.top-offers-section {
    padding: 40px 0;
}
.top-offers-section .container {
    max-width: 1220px;
}
.top-offers-section h2 {
    text-align: center;
    font-size: 44px;
    margin-bottom: 50px;
}
.slick-disabled {
    opacity: 0.5;
}
.slick-arrow {
    background: transparent;
    border: none;
    position: absolute;
    top: calc(50% - 40px) !important;
}
.slick-arrow img {
    width: 50px;
}
.slick-prev {
    padding-right: 40px;
    left: 0 !important;
}
.slick-next {
    padding-left: 40px;
    right: 30px !important;
}
.top-offers-slider {
    padding: 0 80px;
}
.top-offers-slider .slider-item-container {
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 360px;
    border-radius: 0;
    position: relative;
}
.top-offers-slider .slider-item-container::before {
    content: " ";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 0;
    opacity: 0.9;
    background: linear-gradient(180deg, rgba(185, 31, 65, 0.00) 37%, #B91F41 77.45%, #B91F41 100%);
}
.top-offers-slider .slider-item-footer {
    position: absolute;
    height: auto;
    text-align: center;
    left: 0;
    bottom: 0;
    display: block;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    background: transparent;
    padding: 20px;
}
.top-offers-slider h3 {
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #fff;
    margin-bottom: 10px;
}
.top-offers-slider p {
    font-weight: 600;
    font-size: 20px;
}
.top-offers-slider .offer-slider-item {
    margin-right: 20px;
    margin-left: 20px;
    width: calc(100% - 40px) !important;
}
.buy-2-get-1-offers {
    padding-bottom: 80px;
}
.buy-2-get-1-offers h2 {
    text-transform: uppercase;
}
.buy-2-get-1-offers .top-offers-slider .slider-item-container::before {
    content: " ";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 0;
    opacity: 0.9;
    background: linear-gradient(180deg, rgba(221, 133, 122, 0.00) 58.17%, #DD857A 78.82%, #DD857A 100%);
}
.buy-2-get-1-offers .top-offers-slider h3 {
    color: #fff;
    font-size: 24px;
    text-transform: capitalize;
    padding-bottom: 0;
    text-align: left;
    border-bottom: 0;
    margin-bottom: 0;
}
.pink-form-section {
    margin-bottom: 20px;
}
.pink-form-section .container {
    max-width: 1220px;
    padding: 40px 80px;
    border-radius: 10px;
    border-top: 1px solid #FFF;
    background: linear-gradient(93deg, #F6B8B1 8.89%, #E49C93 99.67%);
}
.pink-form-section h2 {
    font-size: 46px !important;
    padding-right: 85px;
}
.pink-form-section .tekhne-row {
    align-items: center;
}
.pink-form-section input::placeholder {
    color: #000;
    font-weight: 600;
}
.pink-form-section input {
    padding: 12px 18px;
    border: 0;
    margin-bottom: 25px;
    border-radius: 4px;
    width: calc(100% - 35px);
}
.pink-form-section select {
    padding: 12px 18px;
    border: 0;
    width: calc(100% - 35px);
    border-radius: 4px;
    color: #000;
    font-weight: 600;
}
.pink-form-section input[type="submit"] {
    background-color: #333333;
    margin-bottom: 0;
    color: #fff;
    text-transform: uppercase;
    margin-right: 0;
    width: calc(100% - 35px);
    padding: 12px 40px;
}
.big-offer-reviews .testimonial-box {
    text-align: left;
    border-radius: 16px;
    border: 2px solid var(--clinic, #DD857A);
    background: var(--White, #FFF);
    box-shadow: 5px 5px 0px 0px #DD857A;
    padding: 30px;
    min-width: calc(25% - 40px);
}
.big-offer-reviews .testimonial-box p {
    font-size: 15px;
    margin-bottom: 0;
}
.big-offer-reviews .testimonial-bio {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.big-offer-reviews .testimonial-bio img {
    width: 60px;
    padding-right: 20px;
}
.big-offer-reviews .testimonial-box h3 {
    font-size: 18px;
    color: #000;
    font-weight: 700;
}
.videos-section {
    background: #F9E9E0;
    padding-top: 180px;
    padding-bottom: 60px;
    max-width: 100%;
    margin: auto;
    margin-top: -170px;
}
.videos-section .container {
    max-width: 1220px;
}
.videos-section .testimonial-box {
    text-align: left;
    border-radius: 0;
    padding: 0;
    background: #F9E9E0;
    box-shadow: none;
    margin-bottom: 0;
}
.videos-section .testimonial-box > img {
    box-shadow: 8px 8px 0px 0px #EBD0B8;
    width: 100%;
}
.big-beauty-landing .footer-section {
    border-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.big-beauty-landing .footer-section .row {
    border-bottom: 0;
}
.videos-slider {
    padding: 0 50px 0 40px;
}
.videos-slider .wrapper {
    padding: 0 15px;
}
.videos-slider video {
    width: 100% !important;
    height: auto !important;
    box-shadow: 8px 8px 0px 0px #EBD0B8;
}
.slick-next:before, .slick-prev:before {
    display: none;
}
.videos-slider .slick-prev {
    left: -10px !important;
}
@media screen and (max-width: 1024px) {
    .top-offers-slider {
        padding: 0 60px;
    }
    .top-offers-slider .offer-slider-item {
        margin-right: 10px;
        margin-left: 10px;
    }
    .big-offer-reviews .testimonial-box {
        min-width: 270px !important;
    }
}
@media screen and (max-width: 768px) {
    .big-beauty-landing h2 {
        font-size: 26px !important;
    }
    .top-offers-section .container {
        padding-right: 0;
    }
    .slick-arrow {
        display: none !important;
    }
    .top-offers-slider {
        padding: 0;
    }
    .top-offers-slider .offer-slider-item {
        width: calc(100% - 20px) !important;
    }
    .big-beauty-landing h2 {
        font-size: 36px;
        text-transform: capitalize;
    }
    .pink-form-section .container {
        padding: 40px 25px;
        margin: 0 10px;
        width: calc(100% - 20px);
        padding-left: 20px !important;
        padding-right: 15px !important;
    }
    .big-offer-reviews .testimonial-box {
        padding: 25px;
        margin: 0px 10px;
    }
    .pink-form-section h2 {
        margin-bottom: 25px;
        font-size: 36px !important;
        padding-right: 0;
    }
    .pink-form-section input {
        padding: 15px 18px;
        margin-bottom: 15px !important;
        width: calc(100% - 5px);
    }
    .pink-form-section select {
        padding: 15px 18px;
        margin-bottom: 15px !important;
        width: calc(100% - 5px);
    }
    .pink-form-section input[type="submit"] {
        width: calc(100% - 5px);
        padding: 15px 40px;
    }
    .client-section.big-offer-reviews {
        padding-left: 0;
    }
    .big-beauty-landing .container {
        padding-left: 0;
        padding-right: 0;
    }
    .big-beauty-landing .footer-section {
        padding-bottom: 30px;
    }
    .videos-section {
        padding-left: 10px;
    }
    .videos-slider {
        padding: 0;
        padding-right: 10px;
    }
}
@media screen and (max-width: 500px) {
    .big-beauty-landing .header-section .tekhne-col-6:first-of-type img {
        width: 120px;
    }
    .header-section .tekhne-col-6:last-of-type {
        -ms-flex: 0 0 55%;
        flex: 0 0 55%;
        max-width: 55%;
    }
    .header-section .tekhne-col-6:first-of-type {
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        max-width: 45%;
    }
    .big-beauty-landing .hero-section .desktop {
        display: none;
    }
    .big-beauty-landing .hero-section .mobile {
        display: block;
    }
    .big-beauty-landing .hero-section {
        background: transparent;
        margin: 0;
        padding: 0;
    }
}


/*Style to adapt previous styles*/
.page-template-page-tekhne-big-beauty-landing-php .desktop-header, .page-template-page-tekhne-big-beauty-landing-php .mobile-header, .page-template-page-tekhne-big-beauty-landing-php .footer.light-black-bg, .page-template-page-tekhne-big-beauty-landing-php .footer-read-more {
    display: none !important;
}
.page-template-page-tekhne-big-beauty-landing-php .master-wrap {
    padding-top: 0 !important;
}







/*Form Styles*/
#crmWebToEntityForm {
  background: transparent !important;
  max-width: 800px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: -10px !important;
}
#crmWebToEntityForm .zcwf_title {
    display: none;
}
#crmWebToEntityForm form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#crmWebToEntityForm .zcwf_col_lab {
    width: 100%;
}
#crmWebToEntityForm .zcwf_col_lab label {
    color: #fff;
}
#crmWebToEntityForm .zcwf_col_fld {
    width: 100%;
}
#crmWebToEntityForm .zcwf_col_fld select {
    width: 100%;
    height: 44px;
}
#crmWebToEntityForm .zcwf_col_fld input {
    width: 100%;
    border-radius: 4px;
}
#crmWebToEntityForm .zcwf_row {
  margin: 0;
  margin-bottom: 10px;
}
#crmWebToEntityForm .zcwf_row_4 {
  -ms-flex: 0 0 39%;
  flex: 0 0 39%;
  max-width: 39%;
}
#crmWebToEntityForm .zcwf_row_2 {
  -ms-flex: 0 0 22%;
  flex: 0 0 22%;
  max-width: 22%;
}
#crmWebToEntityForm .zcwf_button {
    border: 0;
    margin-top: -7px;
    height: 48px;
    max-width: calc(50% - 15px);
    margin-right: 0;
}
#crmWebToEntityForm .formsubmit {
    margin-right: 0;
    max-width: 100%;
}

@media screen and (max-width: 768px) {
    #crmWebToEntityForm.zcwf_lblLeft {
        padding: 0 !important;
    }
    #crmWebToEntityForm .zcwf_row {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0;
    }
    .sticky-form-section input {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    #crmWebToEntityForm .zcwf_button {
        font-size: 16px;
        width: 100%;
        max-width: 100%;
        padding: 0;
        margin-left: -50%;
    }
    #crmWebToEntityForm .formsubmit {
        margin-left: 0;
    }
}









/*Memberships Page*/

.memberships-page .container {
    max-width: 1320px !important;
}
.memberships-page .hero-section {
	background: linear-gradient(90deg, #B91F41 4.77%, #E82D56 99.53%);
	text-align: center;
	padding: 80px 20px;
}
.memberships-page .hero-section h1 {
	font-weight: 700;
	color: #fff;
	text-align: center;
	margin-bottom: 15px;
}
.memberships-page .hero-section p {
	color: #fff;
	text-align: center;
	font-size: 17px;
}


.memberships-section {
	padding: 50px 15px;
}
.memberships-section .row {
	justify-content: center;
}
.membership-card {
	border-radius: 20px;
	display: flex;
	align-items: end;
	margin: 18px 14px;
}
.membership-card > img {
	width: 280px;
	height: auto;
}
.membership-card > .wrapper {
	padding: 20px;
	padding-left: 0;
}
.membership-card h3 {
	color: #BB2042;
	font-size: 22px;
	font-weight: 900 !important;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.membership-card ul li {
	font-weight: 600;
	color: #000;
	margin-bottom: 6px;
	display: flex;
	align-items: start;
	line-height: 1.4em;
}
.membership-card ul li img {
	margin-right: 10px;
	margin-top: 6px;
	width: 12px;
	height: auto;
}
.membership-card ul {
	margin-bottom: 20px;
}
.membership-button {
	border-radius: 20px;
	background: #B91F41;
	border: 0;
	color: #fff;
	font-weight: 600;
	padding: 5px 20px 8px;
}
.membership-button img {
	margin-left: 5px;
}
.membership-card p {
	font-weight: 600;
	color: #000;
	font-size: 12px !important;
	margin: 8px 0 0 20px;
	text-decoration: underline;
}


.membership-benefits-section {
	background: #FBEAE2CC;
	padding: 40px 15px 50px;
}
.membership-benefits-section .container {
	max-width: 1000px !important;
	margin: auto;
}
.membership-benefits-section h2 {
	text-align: center;
	font-weight: 800;
	color: #000;
	margin-bottom: 40px;
}
.membership-benefit-box {
	display: flex;
	align-items: start;
    justify-content: center;
	margin-bottom: 20px;
}
.membership-benefit-box > img {
	width: 50px;
	height: auto;
	margin-right: 20px;
}
.membership-benefit-box h4 {
	font-weight: 800;
	color: #B91F41;
	font-size: 18px;
}
.membership-benefit-box p {
	font-weight: 600;
	color: #000;
	max-width: 250px;
	line-height: 1.4em;
}
.black-rounded-button {
	border-radius: 50px;
	background: linear-gradient(88deg, #000 12.37%, #424242 98.31%);
	border: 0;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	padding: 15px 50px 15px;
}
.membership-benefits-section .button-wrapper {
	margin-top: 10px;
	text-align: center !important;
}



.comparison-section {
	padding: 40px 15px;
}
.comparison-section .container {
	max-width: 1000px !important;
}
.comparison-section h2 {
	text-align: center;
	font-weight: 800;
	color: #000;
}
.comparison-section p {
	text-align: center;
	font-weight: 800;
	color: #B91F41;
	max-width: 400px;
	margin: auto;
	margin-bottom: 40px;
}
.comparison-box {
	border-radius: 10px;
	background: #FFF9F0;
	padding: 30px 30px 40px;
	text-align: center;
}
.comparison-box select {
	width: 100%;
	text-align: center;
	border: 0;
	background: transparent;
	color: #B91F41;
	font-weight: 800;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.comparison-content ul li {
	font-weight: 600;
	color: #000;
	border-bottom: 2px solid #999;
	max-width: 140px;
	margin: auto;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.comparison-content ul li:last-of-type {
	border-bottom: 0;
}
.comparison-content h6 {
	color: #B91F41;
	font-weight: 800;
	margin-bottom: 25px;
}

.red-rounded-button {
	border-radius: 20px;
	background: #B91F41;
	border: 0;
	color: #fff;
	font-weight: 600;
	padding: 8px 40px 8px;
}

.spa-membership-section {
	padding: 40px 15px;
}
.spa-membership-section h2 {
	text-align: center;
	font-weight: 800;
	color: #000;
	margin-bottom: 50px;
}
.spa-membership-section .container >.row {
	justify-content: center;
}
.spa-membership-card {
	border-radius: 14px;
	background: linear-gradient(286deg, #B91F41 9.41%, #E82D56 91.91%);
	padding: 25px 30px;
	position: relative;
}
.spa-membership-card h3 {
	color: #FFF;
	font-size: 22px;
	line-height: 1.4em;
	font-weight: 800;
	text-transform: uppercase;
}
.spa-membership-card ul li {
	font-weight: 400;
	color: #fff;
	margin-bottom: 6px;
	display: flex;
	align-items: start;
	line-height: 1.4em;
}
.spa-membership-card ul li img {
	margin-right: 10px;
	margin-top: 6px;
	width: 12px;
	height: auto;
	filter: invert(1);
}
.spa-membership-card .membership-button {
	background: #fff;
	color: #DB2A51;
}
.spa-membership-card p {
	color: #fff;
	margin-bottom: 0;
}
.spa-membership-card .align-center {
	text-align: left;
	align-items: center;
	margin-top: 10px;
}
.spa-membership-watermark {
	position: absolute;
	left: 25%;
	top: 10px;
	width: 90px;
}


.memberships-page .faq-section {
	padding: 60px 15px 10px;
}
.memberships-page .faq-section h2 {
	text-align: center;
	font-weight: 800;
	color: #000;
	margin-bottom: 50px;
}
.memberships-page .accordion:not(.active) {
	display: block;
}
.memberships-page .accordion-item {
	margin-bottom: 10px;
	overflow: hidden;
	border-radius: 5px;
}

.memberships-page .accordion-header {
	padding: 10px 30px;
	color: #000;
	font-weight: 800;
	font-size: 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.memberships-page .accordion-header img {
	width: 15px;
}

.memberships-page .accordion-content {
	padding: 10px 20px;
	display: none;
	border-radius: 10px;
	background: linear-gradient(93deg, #FFD6D1 8.89%, #EFABA2 99.67%);
	color: #000;
	font-weight: 800;
}
.memberships-page .accordion-content p {
	color: #000;
	line-height: 1.5em;
	margin-bottom: 0;
}

/*Memberships Page New*/
.memberships-page a {
    cursor: pointer !important;
}
.memberships-page button {
    cursor: pointer !important;
}
.memberships-hero-section {
    background: #741F31;
	/* padding-bottom: 140px; */
}
.memberships-hero-section .membership-banner-mobile {
    display: none;
}
.memberships-hero-section .membership-banner-desktop {
    display: block;
}
.memberships-hero-section img {
    width: 100% !important;
}
.memberships-hero-section .tekhne-row .tekhne-col-6:last-child img {
    width: 550px;
}
.memberships-hero-section .tekhne-row .tekhne-col-6:first-child {
    padding-top: 140px;
}
.memberships-hero-section h1 {
    font-family: 'Playfair Display';
	color: #fff;
	letter-spacing: 20px;
	font-weight: 600;
	font-size: 60px;
	margin-bottom: 10px;
}
.memberships-hero-section p {
    font-family: 'Playfair Display';
	color: #fff;
	font-size: 20px;
	line-height: 1.4em;
	max-width: 440px;
	margin-bottom: 30px;
}
.memberships-hero-section .membership-button {
	padding: 10px 40px;
    padding-bottom: 14px;
	background: transparent;
	border: 1px solid #fff;
	border-radius: 80px;
    font-family: 'Playfair Display';
	font-weight: 600;
	font-size: 16px;
}
.memberships-divider img {
    width: 100%;
    height: 60px;
    object-fit: cover;
}
.comparison-section-new {
    padding: 80px 15px 0;
}
.comparison-section-new .container {
    max-width: 1000px !important;
}
.comparison-section-new .comparison-box {
	background: #570C20;
	border-radius: 10px 10px 0 0;
    padding: 0;
    min-height: 600px;
    position: relative;
}
.comparison-section-new .comparison-box-header {
	margin-bottom: 35px;
    padding: 30px 30px 0;
    border-bottom: 2px solid #F0D59E;
}
.comparison-section-new .comparison-content {
    padding: 0 30px 100px;
}
.comparison-section-new .tekhne-col-4 {
	padding: 0 !important;
}
.comparison-section-new .comparison-box h3 {
	font-size: 32px;
	font-weight: 600;
	color: #F0D59E;
}
.comparison-section-new .comparison-box h4 {
	font-size: 18px;
	font-weight: 600;
	font-style: italic;
	color: #F0D59E;
}
.comparison-section-new .comparison-box h5 {
	font-size: 18px;
	font-weight: 600;
	font-style: italic;
	color: #F0D59E;
	font-family: 'Playfair Display';
	padding-bottom: 10px;
}
.comparison-section-new .comparison-content ul li {
    font-weight: 500;
	font-style: italic;
    color: #fff;
    border-bottom: 0;
    max-width: 100%;
    margin: auto;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-align: left;
    padding-left: 40px;
    position: relative;
}
.comparison-section-new .comparison-content ul li:before {
	background-image: url('/wp-content/themes/body-craft/images/membership-li.svg');
    background-size: 30px;
    display: inline-block;
    width: 30px; 
    height: 30px;
    content:"";
	margin-bottom: -10px;
	margin-right: 10px;
    position: absolute;
    left: 0;
    top: -6px;
}
.comparison-section-new .comparison-content ul li:last-child {
    margin-bottom: 25px;
}
.comparison-section-new .tekhne-row {
	align-items: end;
    justify-content: center;
}
.comparison-section-new .tekhne-row .tekhne-col-4:nth-child(2) .comparison-content ul li:last-child {
    margin-bottom: 75px;
}
.comparison-section-new .tekhne-row .tekhne-col-4:nth-child(2) .comparison-box {
	background: #A41C4A;
	border-radius: 10px 10px 0 0;
    padding: 0;
}
.comparison-section-new .tekhne-row .tekhne-col-4:nth-child(2) .comparison-box-header {
	background: #C72448;
	border-radius: 10px 10px 0 0;
}
.comparison-section-new .tekhne-row .tekhne-col-4:nth-child(2) .comparison-box {
	min-height: 650px;
}
.membership-join-button {
	padding: 8px 50px;
    padding-bottom: 10px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 80px;
    font-family: 'Playfair Display';
    font-weight: 600;
    font-size: 14px;
	color: #fff;
    position: absolute;
    bottom: 50px;
    left: calc(50% - 78px);
}
.membership-cta-section {
    padding-top: 20px;
}
.membership-cta-section img {
    max-width: 100%;
}
.membership-cta-section .container {
    max-width: 1046px !important;
}
.membership-cta-section .tekhne-row {
	align-items: center;
}
.membership-cta-section .tekhne-row .tekhne-col-6:first-child {
	text-align: center;
}
.membership-cta-section p {
	font-family: 'Playfair Display';
    font-weight: 700;
    font-size: 16px;
	color: #623434;
	line-height: 1.6em;
}
.membership-cta-section .membership-join-button-red {
    padding: 10px 70px;
    padding-bottom: 12px;
    background: #A21D4A;
    border: 1px solid #fff;
    border-radius: 80px;
    font-family: 'Playfair Display';
    font-weight: 600;
    font-size: 16px;
    margin-top: 15px;
    color: #fff;
}
@media screen and (max-width: 768px) {
    .memberships-hero-section .membership-banner-mobile {
        display: block;
    }
    .memberships-hero-section .membership-banner-desktop {
        display: none;
    }
    .membership-benefit-box {
        justify-content: start;
    }
    .membership-cta-section .container {
        text-align: center;
        padding-right: 25px;
        padding-left: 25px;
        padding-bottom: 60px;
    }
    .membership-cta-section .membership-join-button-red {
        margin-top: 40px;
    }
    .comparison-section-new {
        padding: 80px 10px 0;
    }
    .comparison-section-new .comparison-box {
        min-height: 1px !important;
    }
    .comparison-section-new .tekhne-row {
        display: block;
    }
    .comparison-section-new .tekhne-row .tekhne-col-4:nth-child(2) .comparison-content ul li:last-child {
        margin-bottom: 10px;
    }
    .comparison-section-new .comparison-content {
        margin-bottom: 40px;
    }
    .comparison-section-new .tekhne-row .tekhne-col-4:last-child .comparison-content {
        margin-bottom: 0;
    }
}


/*Salon Service Landing Page*/
.salon-service-landing {
    background: #FAF0E0B3;
}

/*Style to adapt previous styles*/
.page-template-page-tekhne-salon-service-landing-php .header-section {
    position: relative;
    z-index: 100;
}
.page-template-page-tekhne-salon-service-landing-php .dark-logo {
    display: none;
}
body.scrolled.page-template-page-tekhne-salon-service-landing-php .dark-logo {
    display: block;
}
body.scrolled.page-template-page-tekhne-salon-service-landing-php .white-logo {
    display: none;
}
body.scrolled.page-template-page-tekhne-salon-service-landing-php .header-section {
    background-color: #fff;
    position: fixed;
    top: 0;
    width: 100%;
}
.page-template-page-tekhne-salon-service-landing-php .desktop-header, .page-template-page-tekhne-salon-service-landing-php .mobile-header, .page-template-page-tekhne-salon-service-landing-php .footer.light-black-bg, .page-template-page-tekhne-salon-service-landing-php .footer-read-more, .page-template-page-tekhne-clinic-service-landing-php .desktop-header, .page-template-page-tekhne-clinic-service-landing-php .mobile-header, .page-template-page-tekhne-clinic-service-landing-php .footer.light-black-bg {
    display: none !important;
}
.page-template-page-tekhne-salon-service-landing-php .master-wrap {
    padding-top: 0 !important;
}
.page-template-page-tekhne-salon-service-landing-php .header-section .tekhne-col-6:first-of-type img {
    margin-top: -4px;
    padding-bottom: 4px;
    z-index: 1000;
    position: relative;
}
.page-template-page-tekhne-salon-service-landing-php .hero-section {
    margin-top: -97px;
    background-image: url('/wp-content/themes/body-craft/images/salon-service-hero-background.png');
    background-position: center;
    background-size: cover;
    height: 550px;
    display: flex;
    align-items: center;
}
.page-template-page-tekhne-salon-service-landing-php .hero-section video {
    position: relative;
}
.page-template-page-tekhne-salon-service-landing-php .hero-section video {
    width: 100%;
    left: 0;
    position: absolute;
    height: 550px;
    object-fit: cover;
    object-position: center;
}
.page-template-page-tekhne-salon-service-landing-php .hero-section .tekhne-row .tekhne-col-6:first-of-type .wrapper {
    padding-left: 0;
    margin-top: 80px;
    position: relative;
}
.page-template-page-tekhne-salon-service-landing-php .hero-section .tekhne-container{
    width: 100%;
}
.page-template-page-tekhne-salon-service-landing-php .hero-section .tekhne-row .tekhne-col-6:first-of-type .wrapper .hero-star {
    width: 100px;
    position: absolute;
    top: -20px;
    left: 430px;
    width: 65px;
    transform: rotateY(180deg);
    filter: brightness(0) invert(1);
}
.page-template-page-tekhne-salon-service-landing-php .hero-section .tekhne-row .tekhne-col-6:first-of-type {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
}
.page-template-page-tekhne-salon-service-landing-php .hero-section h1 {
    color: #fff;
    font-weight: 400;
    font-family: "DM Serif Display", serif;
    margin-bottom: 20px;
}
.page-template-page-tekhne-salon-service-landing-php .hero-section p {
    color: #fff;
    font-weight: 400;
}
.page-template-page-tekhne-salon-service-landing-php .services-section h2 {
    text-align: left;
    font-size: 40px;
    color: #333333;
    margin-bottom: 20px;
    font-family: "DM Serif Display", serif;
    font-weight: 400;
}
.page-template-page-tekhne-salon-service-landing-php .services-section p {
    color: #333333;
    font-size: 18px;
    line-height: 24px;
    font-family: gothamBook, sans-serif;
    font-weight: 600;
}
.page-template-page-tekhne-salon-service-landing-php .services-section .col-7 .col-4 .wrapper {
    margin-bottom: 20px;
}
.page-template-page-tekhne-salon-service-landing-php .service-box h3 {
    position: absolute;
    bottom: 30px;
/*    left: 40px;*/
    font-size: 20px;
    color: #FFF;
}

.page-template-page-tekhne-salon-service-landing-php .videos-section, .page-template-page-tekhne-clinic-service-landing-php .videos-section{
    background: transparent;
}
.page-template-page-tekhne-salon-service-landing-php .videos-slider video {
    /*width: 100% !important;
    height: auto !important;*/
    box-shadow: 8px 8px 0px 0px #EBD0B8;
    border-radius: 8px;
}
.page-template-page-tekhne-salon-service-landing-php .client-section h2, .page-template-page-tekhne-clinic-service-landing-php h2 {
    color: #333333;
    font-family: "DM Serif Display", serif;
    font-weight: 400;
}
.page-template-page-tekhne-salon-service-landing-php .salon-offers-section {
    background: transparent;
}
.page-template-page-tekhne-salon-service-landing-php .salon-offers .slider-item-content h3 {
    font-family: gothamBook, sans-serif;
}
.page-template-page-tekhne-salon-service-landing-php .sticky-form-section .form-container h2 {
    margin-bottom: 0;
}
.page-template-page-tekhne-salon-service-landing-php .sticky-form-section .btn-gradient {
    background: var(--Linear, linear-gradient(90deg, #000000 4.77%, #2f2f2f 99.53%));
    padding: 15px 40px;
}
.page-template-page-tekhne-salon-service-landing-php .client-section, .page-template-page-tekhne-clinic-service-landing-php .client-section{
    padding: 40px 20px 60px;
    max-width: 1170px;
    margin: auto;
}
.page-template-page-tekhne-salon-service-landing-php .why-choose-section h2 {
    color: #000;
    font-family: "DM Serif Display", serif;
    font-weight: 400;
}
/* .page-template-page-tekhne-salon-service-landing-php .videos-slider {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
}
.page-template-page-tekhne-salon-service-landing-php .video-slide {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
} */
.page-template-page-tekhne-salon-service-landing-php .salon-offers-section h2 {
    color: #333333;
    font-family: "DM Serif Display", serif;
    font-weight: 400;
}
.page-template-page-tekhne-salon-service-landing-php .big-offer-reviews .testimonial-box {
    min-width: calc(33.33% - 40px);
}
.page-template-page-tekhne-salon-service-landing-php .footer-section .tekhne-row {
    padding-bottom: 0;
    border-bottom: 0;
}
.page-template-page-tekhne-salon-service-landing-php .footer-section p {
    font-weight: 400;
}
.page-template-page-tekhne-salon-service-landing-php .footer-section {
    padding-bottom: 45px;
    margin-bottom: 104px;
}
.landing-pop-in-open {
    cursor: pointer;
}
.form-container.landing-pop-in-form {
    position: absolute;
    bottom: -170px;
    left: 0;
    z-index: 100;
    transition: bottom 0.5s ease-in-out;
}
.landing-pop-in-active {
    bottom: 0 !important;
}
.sticky-form-section .form-container.landing-pop-in-form h2 {
    margin-bottom: 20px;
}
.page-template-page-tekhne-salon-service-landing-php .sticky-form-section input {
    padding: 12px 25px;
}
.page-template-page-tekhne-salon-service-landing-php #crmWebToEntityForm .zcwf_col_fld input {
    border-radius: 40px;
}
.page-template-page-tekhne-salon-service-landing-php .salon-form-text {
    justify-content: center;
}
.page-template-page-tekhne-salon-service-landing-php .salon-form-text button {
    margin: auto;
}
.page-template-page-tekhne-salon-service-landing-php .slider-item-content h3{
    padding: 18px 10px;
}
.page-template-page-tekhne-salon-service-landing-php .service-box img{
    width: 221px;
    height: 220px;
    object-fit: contain;
}

@media screen and (min-width: 1300px){
    .page-template-page-tekhne-salon-service-landing-php .service-box h3{
        left: 50%;
        transform: translateX(-50%);
        width: 240px;
    }
}

@media screen and (max-width: 768px) {
    .page-template-page-tekhne-salon-service-landing-php.bodycraft-responsive .master-wrap {
        padding-top: 0 !important;
    }
    .page-template-page-tekhne-salon-service-landing-php .hero-section {
        margin-top: -83px;
        height: 250px;
        margin-bottom: 320px;
    }
    .scrolled.page-template-page-tekhne-salon-service-landing-php .hero-section {
        margin-bottom: 403px;
    }
    .page-template-page-tekhne-salon-service-landing-php .hero-section video {
        height: 250px;
    }
    .page-template-page-tekhne-salon-service-landing-php .hero-section .tekhne-row .tekhne-col-6:first-of-type .wrapper {
        margin-top: 0;
    }
    .page-template-page-tekhne-salon-service-landing-php .hero-section .tekhne-container {
        position: absolute;
        top: 300px;
        text-align: center;
        left: 0;
        width: 100%;
        padding: 0 25px;
    }
    .page-template-page-tekhne-salon-service-landing-php .hero-section .tekhne-row .tekhne-col-6:first-of-type {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .page-template-page-tekhne-salon-service-landing-php .hero-section h1 {
        color: #B91F41;
        font-size: 40px;
        text-align: center;
        width: 200px;
        margin: auto;
        margin-bottom: 20px;
    }
    .page-template-page-tekhne-salon-service-landing-php .hero-section .tekhne-row .tekhne-col-6:first-of-type .wrapper .hero-star {
        top: 25px;
        left: 340px;    
        filter: none;
        display: block;
    }
    .page-template-page-tekhne-salon-service-landing-php .hero-section p {
        color: #333;
        font-weight: 600;
        text-align: center;
    }
    .page-template-page-tekhne-salon-service-landing-php .services-section h2 {
        text-align: center;
        font-size: 32px;
    }
    .page-template-page-tekhne-salon-service-landing-php .services-section p {
        text-align: center;
        margin-bottom: 40px;
    }
    .page-template-page-tekhne-salon-service-landing-php .services-section {
        padding: 40px 25px 20px 25px;
    }
    .page-template-page-tekhne-salon-service-landing-php .services-section .col-5 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .page-template-page-tekhne-salon-service-landing-php .services-section .col-7 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .page-template-page-tekhne-salon-service-landing-php .services-section .col-7 .col-4 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .page-template-page-tekhne-salon-service-landing-php .services-section .col-7 .col-4 .wrapper img {
        max-width: 100%;
    }
    .page-template-page-tekhne-salon-service-landing-php .services-section .col-7 .col-4 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .page-template-page-tekhne-salon-service-landing-php .service-box h3 {
        bottom: 30px;
/*        left: 10px;*/
/*        padding: 0 24px 0 15px;*/
        text-align: center;
        left: 50%;
        transform: translateX(-50%);
        width: 150px;
    }
    /* .page-template-page-tekhne-salon-service-landing-php .video-slide {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    } */
    .page-template-page-tekhne-salon-service-landing-php .client-section h2 {
        font-size: 32px;
    }
    .page-template-page-tekhne-salon-service-landing-php .videos-slider .wrapper {
        padding: 0 12px 20px;
    }
    .page-template-page-tekhne-salon-service-landing-php .videos-section .container {
        padding-left: 0;
        padding-right: 0;
    }
    .page-template-page-tekhne-salon-service-landing-php .offer-slider {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-right: 0;
    }
    .page-template-page-tekhne-salon-service-landing-php .offer-slider-item {
        -ms-flex: 0 0 calc(50% - 20px);
        flex: 0 0 calc(50% - 20px);
        max-width: calc(50% - 20px);
        margin-left: 8px;
        margin-right: 8px;
        margin-bottom: 16px;
    }
    .page-template-page-tekhne-salon-service-landing-php .slider-item-container {
        height: 245px;
    }
    .page-template-page-tekhne-salon-service-landing-php .slider-item-container {
        width: 100%;
    }
    .page-template-page-tekhne-salon-service-landing-php .slider-item-content h3 {
        padding: 18px 20px;
    }
    .page-template-page-tekhne-salon-service-landing-php .salon-offers-section {
        padding-right: 5px;
        padding-left: 5px;
    }
    .page-template-page-tekhne-salon-service-landing-php .client-section {
        padding: 40px 0 60px;
    }
    .page-template-page-tekhne-salon-service-landing-php .sticky-form-section .col-8 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .page-template-page-tekhne-salon-service-landing-php .sticky-form-section .col-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        display: flex;
        justify-content: center;
    }
    .page-template-page-tekhne-salon-service-landing-php .sticky-form-section .form-container h2 {
        margin-bottom: 20px;
        font-size: 20px;
    }
    .page-template-page-tekhne-salon-service-landing-php .sticky-form-section .form-container {
        padding: 25px 20px 25px 20px;
    }
    .page-template-page-tekhne-salon-service-landing-php .service-box img {
        width: 177px;
        height: 176px;
        object-fit: contain;
    }
    .page-template-page-tekhne-salon-service-landing-php .sticky-form-section .col-4 a {
        display: flex;
        justify-content: center;
    }
    .page-template-page-tekhne-salon-service-landing-php .footer-section .tekhne-col-6:first-of-type {
        padding-bottom: 0;
        border-bottom: 0;
        text-align: center;
    }
    .page-template-page-tekhne-salon-service-landing-php .footer-section {
        padding-bottom: 95px;
    }
    .form-container.landing-pop-in-form {
        bottom: -400px;
    }
    .zsiq_theme1 div.zsiq_cnt {
        display:none !important
    }
}

/*clinic service landing page*/
.page-template-page-tekhne-clinic-service-landing-php .body-clinic-logo{
    display: flex;
    justify-content: center;
}
.page-template-page-tekhne-clinic-service-landing-php .body-clinic-logo img{
    width: 219px;
}
.page-template-page-tekhne-clinic-service-landing-php .clinic-service-landing video{
    border-radius: 20px;
    height: 535px;
    display: block;
    margin: auto;
}
.page-template-page-tekhne-clinic-service-landing-php .clinic-service-landing {
    background-color: #FAD3BF;
}
/*.page-template-page-tekhne-clinic-service-landing-php .clinic-hero-header {
    display: flex;
    justify-content: center;
    padding-top: 20px;
}*/
.page-template-page-tekhne-clinic-service-landing-php .clinic-hero-headCont {
    position: relative;
}
.page-template-page-tekhne-clinic-service-landing-php .img-star-1 {
    position: absolute;
    left: 16%;
    top: 0px;
}
.page-template-page-tekhne-clinic-service-landing-php .img-star-2 {
    position: absolute;
    right: 16%;
    top: 0px;
}
.page-template-page-tekhne-clinic-service-landing-php .clinic-hero-header h1{
    font-family: "DM Serif Display", serif;
    font-weight: 400;
    font-size: 40px;
    color: #333333;
    margin: 20px 40px 53px 40px;
    text-align: center;
    line-height: 55px;
}
.page-template-page-tekhne-clinic-service-landing-php .clinic-hero-header h1 span{
    display: block;
}
.page-template-page-tekhne-clinic-service-landing-php .salon-offers-section .offer-slider{
    justify-content: center;
}
.page-template-page-tekhne-clinic-service-landing-php .salon-offers-section, .page-template-page-tekhne-clinic-service-landing-php .salon-offers{
    background: none;
}
.page-template-page-tekhne-clinic-service-landing-php .client-section.videos-section h2{
    font-style: italic;
    line-height: 55px;
}
.page-template-page-tekhne-clinic-service-landing-php .videos-slider video{
    filter: drop-shadow(10px 10px 0px rgba(223, 184, 145, 0.5));
    box-shadow: none;
}
/*.page-template-page-tekhne-clinic-service-landing-php .why-choose-section h2{ 
   font-weight: 700;
}
.page-template-page-tekhne-clinic-service-landing-php .salon-offers.salon-offers-section h2{
    font-weight: 700;
}*/
.page-template-page-tekhne-clinic-service-landing-php .slider-item-footer{
   background: #333333; 
}
.page-template-page-tekhne-clinic-service-landing-php .testimonial-box{
    box-shadow: 3px 3px 0px 0px #DD857A;
    border: 2px solid #DD857A;
}
.page-template-page-tekhne-clinic-service-landing-php .hero-section-video iframe {
    border-radius: 20px;
    display: block;
    margin: auto;
    width: 1120px;
    height: 514px;
    border: none;
}
.page-template-page-tekhne-clinic-service-landing-php .sticky-form-section .form-container{
    background: #DD857A;
}
.page-template-page-tekhne-clinic-service-landing-php .btn-gradient{
    background: #000000;
}
.page-template-page-tekhne-clinic-service-landing-php .footer-section .tekhne-row{
    padding-bottom: 0;
    border-bottom: 0;
    justify-content: space-between;
}
.page-template-page-tekhne-clinic-service-landing-php .footer-section{
    padding: 30px 60px 52px 60px;
    margin-bottom: 90px;
}
.page-template-page-tekhne-clinic-service-landing-php .footer-section .clinic-footer-col{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.page-template-page-tekhne-clinic-service-landing-php .footer-section img {
    width: 150px;
}
/*clinic landing/ clinic-service*/
.page-template-page-tekhne-clinic-landing-php .testimonial-box h6, .page-template-page-tekhne-clinic-service-landing-php .testimonial-box h6 {
    margin-bottom: 20px;
}
.page-template-page-tekhne-clinic-landing-php .testimonial-box p{
    margin-bottom: 0;
}
.page-template-page-tekhne-clinic-landing-php .footer-section{
    margin-bottom: 35px;
}
.page-template-page-tekhne-clinic-landing-php .clinic-offers.clinic-offers-section .videos-slider {
    justify-content: center;
    display: flex;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    white-space: nowrap;
    width: 100%;
    padding-right: 35px;
}
.page-template-page-tekhne-clinic-landing-php .clinic-offers.clinic-offers-section .video-slide {
    flex: 0 0 230px;
    scroll-snap-align: start;
    margin-right: 25px;
}
.page-template-page-tekhne-clinic-landing-php .clinic-offers.clinic-offers-section .videos-slider::-webkit-scrollbar{
        display: none;
    }
.page-template-page-tekhne-clinic-landing-php .clinic-offers.clinic-offers-section .videos-slider video {
    border-radius: 15px;
}
.page-template-page-tekhne-clinic-landing-php .sticky-form-section .form-container h2, .page-template-page-tekhne-clinic-service-landing-php .sticky-form-section .form-container h2{
    margin-bottom: 0;
}
.page-template-page-tekhne-clinic-landing-php .salon-form-text, .page-template-page-tekhne-clinic-service-landing-php .salon-form-text{
    justify-content: center;
}
.page-template-page-tekhne-clinic-landing .clinic-offers-section {
    padding-top: 150px;
}
.page-template-page-tekhne-clinic-service-landing-php .salon-form-text button{
    margin: auto;
}

@media screen and (max-width: 768px){
    .page-template-page-tekhne-clinic-service-landing-php .body-clinic-logo img{
        width: 150px;
        height: 54px;
    }
    .page-template-page-tekhne-clinic-service-landing-php .body-clinic-logo{
        margin-bottom: 30px;
    }
    .page-template-page-tekhne-clinic-service-landing-php .hero-section-video iframe{
        width: 100%;
        height: 197px;
    }
    .page-template-page-tekhne-clinic-service-landing-php .hero-section-video{
        margin: 0 20px;
    }
    .page-template-page-tekhne-clinic-service-landing-php .clinic-hero-header h1{
       font-size: 26px;
       line-height: 30px; 
       text-shadow: none;
       font-weight: 400;
       margin: 0px auto 32px auto;
       width: 363px;
    }
    .page-template-page-tekhne-clinic-service-landing-php .clinic-hero-header img{
        width: 41px;
        position: relative;
/*        top: -18px;*/
        top: -30px;
    }
    .page-template-page-tekhne-clinic-service-landing-php .img-star-1{
        left: 3px;
    }
    .page-template-page-tekhne-clinic-service-landing-php .img-star-2{
        right: 3px;
    }
    .page-template-page-tekhne-clinic-service-landing-php .videos-slider {
        padding-right: 0;
    }
    .page-template-page-tekhne-clinic-service-landing-php .videos-section .container {
        padding-right: 0;
    }
    .page-template-page-tekhne-clinic-service-landing-php .salon-offers-section .offer-slider{
        flex-direction: column;
    }
    .page-template-page-tekhne-clinic-service-landing-php .offer-slider-item{
        margin:0 auto;
    }
    .page-template-page-tekhne-clinic-service-landing-php .offer-slider-item:last-child{
        margin-right: auto;
        margin-top: 24px;
    }
    .page-template-page-tekhne-clinic-service-landing-php .why-choose-section h2{
        font-weight: 400;
        font-size: 26px;
        text-shadow: none;
    }
    .page-template-page-tekhne-clinic-service-landing-php .salon-offers.salon-offers-section h2{
        font-weight: 400;
        font-size: 26px;
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }
    .page-template-page-tekhne-clinic-service-landing-php .client-section.videos-section h2,.page-template-page-tekhne-clinic-service-landing-php h2{
        font-size: 26px;
    }
    .page-template-page-tekhne-clinic-landing-php .tekhne-clinic-landing-page .why-choose-section h2{
        margin-top: 35px;
    }
    .page-template-page-tekhne-clinic-service-landing-php .sticky-footer-btn{
        display: flex;
        justify-content: center;
    }
    .page-template-page-tekhne-clinic-service-landing-php .footer-section{
        margin-bottom: 135px;
    }
    .page-template-page-tekhne-clinic-service-landing-php .offer-slider{
        padding-right: 0;
    }
    .page-template-page-tekhne-clinic-service-landing-php .client-section {
        padding: 40px 0 60px;
/*        margin-left: 20px;*/
    }
    .page-template-page-tekhne-clinic-service-landing-php .videos-slider .wrapper {
        padding: 0 12px 20px;
    }
    .page-template-page-tekhne-clinic-service-landing-php .testimonial-box{
        scroll-snap-align: start;
    }
    .page-template-page-tekhne-clinic-service-landing-php .salon-offers-section{
        padding-right: 20px;
    }
    .page-template-page-tekhne-clinic-service-landing-php .clinic-hero-header h1 span{
        display: inline;
    }
    .page-template-page-tekhne-clinic-service-landing-php .footer-section .tekhne-col-6{
        text-align: center;
    }
    .page-template-page-tekhne-clinic-service-landing-php .footer-section .clinic-footer-col{
        flex-direction: column-reverse;
        align-items: center;
        margin: 0 auto;
    }
    .page-template-page-tekhne-clinic-service-landing-php .footer-section .tekhne-col-6:first-of-type{
        margin-bottom: 20px;
    }
    .page-template-page-tekhne-clinic-service-landing-php .footer-section p:last-of-type{
        margin-bottom: 37px;
    }
    .page-template-page-tekhne-clinic-service-landing-php .footer-section p:first-of-type{
        width: 65%;
    }
    .page-template-page-tekhne-clinic-service-landing-php .footer-section p{
        margin-bottom: 0;
    }
    .page-template-page-tekhne-clinic-service-landing-php .footer-section {
        padding: 30px 20px 52px 20px;
    }
/*    clinic landing*/
    .page-template-page-tekhne-clinic-landing-php .clinic-form-text{
        flex-direction: column;
    }
    .page-template-page-tekhne-clinic-landing-php .clinic-form-text button{
        margin: auto;
    }
    .page-template-page-tekhne-clinic-landing-php .footer-section{
        margin-bottom: 110px;
    }
    .page-template-page-tekhne-clinic-landing-php .sticky-form-section .form-container h2,.page-template-page-tekhne-clinic-service-landing-php .sticky-form-section .form-container h2{
        margin-bottom: 20px;
    }
    .page-template-page-tekhne-clinic-landing-php .salon-form-text, .page-template-page-tekhne-clinic-service-landing-php .salon-form-text{
        flex-direction: column;
    }
    .page-template-page-tekhne-clinic-landing-php .clinic-offers.clinic-offers-section .videos-slider{
        justify-content: flex-start;
    }
    .page-template-page-tekhne-clinic-landing-php .service-slide {
        flex: 0 0 298px;
    }
}


@media screen and (max-width: 400px){
.page-template-page-tekhne-clinic-service-landing-php .clinic-hero-header img{
    top: -45px;
}

}

@media screen and (min-width: 1300px){
.page-template-page-tekhne-clinic-landing-php .services-section .container-left{
/*    width: calc(1200px +(50% - 1260px / 2));*/
    margin-left: 5px;
}
.page-template-page-tekhne-salon-service-landing-php .videos-slider video{
    width: 223px !important;
    height: 396px !important;
}
.page-template-page-tekhne-salon-service-landing-php .videos-slider{
    display: flex;
}
.page-template-page-tekhne-clinic-service-landing-php .videos-slider video{
    width: 223px !important;
    height: 396px !important;
}
.page-template-page-tekhne-clinic-landing-php .videos-slider video{
    width: 200px !important;
    height: 355px !important;
}
}
@media screen and (min-width: 1400px){
.page-template-page-tekhne-clinic-landing-php .services-section .container-left{
    margin-left: 25px;
}
}
@media screen and (min-width: 1500px){
.page-template-page-tekhne-clinic-landing-php .services-section .container-left{
    margin-left: 55px;
}
}


@media screen and (max-width: 1160px){
 .page-template-page-tekhne-clinic-service-landing-php .testimonial-slider{
    margin-left: 20px;
 }
}


/*franchise page*/
.page-template-page-tekhne-salon-service-landing-php.page-title-franchises .big-offer-reviews .testimonial-bio {
    justify-content: center;
    text-align: center;
}
.page-template-page-tekhne-salon-service-landing-php.page-title-franchises .testimonial-bio span {
    display: block;
    margin-top: 10px;
}
.page-template-page-tekhne-salon-service-landing-php.page-title-franchises .testimonial-box h5 {
    text-align: center;
}
/*.page-template-page-tekhne-salon-service-landing-php.page-title-franchises .footer-section {
    margin-bottom: 65px;
}*/
.page-template-page-tekhne-salon-service-landing-php.page-title-franchises .service-box img {
    object-fit: cover;
}
.page-template-page-tekhne-salon-service-landing-php.page-title-franchises .big-offer-reviews .testimonial-box p {
    text-align: center;
}
.page-template-page-tekhne-salon-service-landing-php.page-title-franchises .form-container.salon-service-form {
    display: none;
}
.page-template-page-tekhne-salon-service-landing-php.page-title-franchises .form-container.franchise-form {
    display: block!important;
}
.page-template-page-tekhne-salon-service-landing-php.page-title-franchises span.franchise-form-text {
    display: block;
    margin-top: 10px;
}
.page-template-page-tekhne-salon-service-landing-php.page-title-franchises .hero-section{
/*    background-image: url('/wp-content/themes/body-craft/images/franchise_video_background.png');*/
    background-image: none;
    position: relative;
}

@media screen and (min-width: 1200px){
    .page-template-page-tekhne-salon-service-landing-php.page-title-franchises .services-section {
        padding: 70px 0 50px 20px;
    }
    .page-template-page-tekhne-salon-service-landing-php.page-title-franchises .why-choose-section {
        padding: 0px 20px 30px 20px;
    }
    .page-template-page-tekhne-salon-service-landing-php.page-title-franchises .client-section {
        padding: 40px 20px 70px 20px;
    }
    .page-template-page-tekhne-salon-service-landing-php.page-title-franchises .hero-section{
        background-image: none;
        position: relative;
    }
    .page-template-page-tekhne-salon-service-landing-php.page-title-franchises .hero-section:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: "";
        opacity: 85%;
        z-index: 0;
        background: black;
    }
    .page-template-page-tekhne-salon-service-landing-php.page-title-franchises .hero-section video{
        opacity: 0.6;
    }
}

@media screen and (max-width: 767.9px){
.page-template-page-tekhne-salon-service-landing-php.page-title-franchises .services-section {
    padding: 85px 25px 20px 25px;
}
.page-template-page-tekhne-salon-service-landing-php.page-title-franchises .service-box img {
    object-fit: cover;
}
.page-template-page-tekhne-salon-service-landing-php.page-title-franchises span.franchise-form-text{
    display: none;
}
.page-template-page-tekhne-salon-service-landing-php.page-title-franchises .hero-section .tekhne-container{
    top:285px;
}
.page-template-page-tekhne-salon-service-landing-php.page-title-franchises .client-section {
    padding: 0px 0 45px 0;
}
}

@media screen and (max-width: 400px){
   .page-template-page-tekhne-salon-service-landing-php.page-title-franchises .services-section {
    padding: 95px 25px 20px 25px;
} 
}

@media only screen and (max-device-width: 500px) and (-webkit-min-device-pixel-ratio: 2) and (hover: none) and (pointer: coarse) {
  @supports (-webkit-touch-callout: none) {
    .page-template-page-tekhne-salon-service-landing-php.page-title-franchises .big-offer-reviews .testimonial-box {
      min-width: 300px !important;
    }
  }
}



/**************gurgaon landing page******************/
.page-template-page-tekhne-gurgaon-landing-php .desktop-header, .page-template-page-tekhne-gurgaon-landing-php .footer.light-black-bg, .page-template-page-tekhne-gurgaon-landing-php .footer-read-more, .page-template-page-tekhne-gurgaon-landing-php .mobile-header{
    display: none !important;
}
@font-face {

  font-family: 'InterRegular';

  src: url("../fonts/inter/Inter-Regular.ttf") format('truetype');

  font-weight: normal;

  font-style: normal;

  font-display: swap;

}
@font-face {

  font-family: 'RobotoRegular';

  src: url("../fonts/roboto/Roboto-Regular.ttf") format('truetype');

  font-weight: normal;

  font-style: normal;

  font-display: swap;

}
@font-face {

  font-family: 'MontserratMedium';

  src: url("../fonts/montserrat/Montserrat-Medium.ttf") format('truetype');

  font-weight: normal;

  font-style: normal;

  font-display: swap;

}
:root{

  --fontInterRegular: 'InterRegular', sans-serif;
  --fontRobotoRegular: 'RobotoRegular', sans-serif;
  --fontMontserratMedium: 'MontserratMedium', sans-serif;
}
.gur-container{
    background: #F8F4EB;
}
.gur-container section{
    padding-bottom: 100px;
}
/*header with banner section*/
.page-template-page-tekhne-gurgaon-landing-php .master-wrap{
    padding-top: 0 !important;
}
.gur-header{
    padding: 20px 0 105px 0;
}
.gur-banner-sec{
    height: 750px;
/*    background-image: url('../images/gur-banner.png');*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0px -30px;
    position: relative;
/*    margin-bottom: 100px;*/
}
.gur-banner-sec::after {
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 24%, #000000 100%);
    position: absolute;
    top: 360px;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.ticker-sec{
    margin: 65px 0 0px 0;
    display: inline-block;
    background: #29292A;
}
.gur-elite-txt {
    margin-top: 30px;
}
.ticker-sec .ticker-seats{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    background: #29292A;
    color: #ffffff;
}
p.gur-para {
    font-family: 'gothamBook';
    font-style: normal;
    font-weight: 400;
    font-size: 34px;
    line-height: 120%;
    color: #FBEAE2;
    margin-bottom: 35px;
}
.gur-elite-txt h1 {
    font-family: 'DM Serif Display';
    font-style: italic;
    font-weight: 400;
    font-size: 89px;
    line-height: 120%;
    background: conic-gradient(from 0deg at 48.5% 50%, #3F1F0F -28.12deg, #E3A455 26.25deg, #F6DBA6 88.12deg, #FFEBC4 156.58deg, #F0BE79 191.74deg, #8F653B 213.59deg, #673D22 225.95deg, #BA7F3B 255.19deg, #EEBC70 278.6deg, #3F1F0F 331.88deg, #E3A455 386.25deg);
     -webkit-background-clip: text;
         -webkit-text-fill-color: transparent;
    background-clip: text;
    padding-left: 2px;
    text-shadow: 0px 2.7521px 2.7521px rgba(0, 0, 0, 0.08);
}
.gur-para span{
    font-style: italic;
    font-weight: 700;
}
.gur-form .zcwf_lblLeft.crmWebToEntityForm{
    padding: 0 !important;
    margin: 0 !important;
}
.gur-form form{
/*    flex-wrap: nowrap !important;*/
    align-items: flex-end;
}
.gur-form .zcwf_row{
    flex: 0 0 39%;
    max-width: 39%;
}
.gur-form #crmWebToEntityForm {
    max-width: 1500px !important;
}
.gur-form #crmWebToEntityForm .zcwf_row_4 {
    flex: 0 0 33%;
    max-width: 33%;
}
.gur-form .zcwf_row.email-row{
    flex: 0 0 33%;
    max-width: 33%;
}
.gur-form .form-date{
    flex: 0 0 23%;
    max-width: 23%;
    display: flex;
    padding-left: 6px;
}
.gur-form .form-date #date, .gur-form .form-date #month {
    margin-right: 12px;
}
.gur-form .form-date select{
    height: 54px;
    padding: 0 45px 0 20px;
    background: #FAFAFA;
    border-width: 1.30824px 1.30824px 1.30824px 0px;
    border-style: solid;
    border-color: #D9D9D9;
    border-radius: 2.61648px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15.6989px;
    line-height: 31px;
    color: #000000;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
        background-image: url('../images/drop-down.svg');
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
}
/*.zcwf_row.zcwf_row_4.zcwf-name {
    flex: 0 0 50% !important;
    max-width: 50% !important;
}*/
.gur-form .zcwf_row.zcwf_row_2 {
    margin-bottom: 0 !important;
}
.birthdate-cont {
    flex: 0 0 23%;
    max-width: 23%;
}
.gur-form .zcwf_col_lab label {
    font-family: var(--fontInterRegular);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}
.gur-form .zcwf_col_fld {
    margin-top: 0 !important;
    position: relative;
}
.gur-form .zcwf_row.zcwf_row_4, .gur-form .zcwf_row {
    margin-bottom: 0 !important;
}
.gur-form .zcwf_col_fld input {
    height: 54px !important;
    padding-left: 20px;
    border: 1px solid #D9D9D9 !important;
    border-radius: 2px !important;
}
.gur-form .formsubmit.zcwf_button {
    background: linear-gradient(87.68deg, #BE8646 2.68%, #E5A85B 28.13%, #F7DCA8 108.73%);
    border-radius: 4938.4px !important;
    font-family: 'GothamMedium';
    font-style: normal;
    font-weight: 500;
    font-size: 17.8459px;
    line-height: 21px;
    color: #000000;
    border: 1px solid #AE9516 !important;
}
.gur-form .zcwf_col_fld input::placeholder {
    font-family: var(--fontRobotoRegular);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
.gur-form .zcwf_row.zcwf_row_2 {
    margin-bottom: 0 !important;
    flex: 0 0 17% !important;
    max-width: 17% !important;
    position: relative;
    cursor: pointer;
}
.gur-form .zcwf_row.zcwf_row_2 .zcwf_col_fld::before {
    content: url(../images/gur-sparks-solid.svg);
    position: absolute;
    left: 50px;
    top: 5px;
    height: 26px;
    width: 26px;
}
.gur-form .form-checkbox label {
    font-family: var(--fontInterRegular);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #ffffff;
    margin-bottom: 0;
}
 .gur-form .form-checkbox input[type="checkbox"] {
    width: 24px;
    height: 24px;
    margin-right: 16px;
}
.gur-form .form-checkbox {
    display: flex;
    align-items: center;
    margin: 35px 0;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 6px;
}
.ticker-seats span {
    padding: 5px;
    display: inline-block;
    font-family: var(--fontInterRegular);
}
.ticker-numbers {
    display: flex;
    justify-content: space-between;
    background: #29292A;
    padding: 2px;
    perspective: 1000px; /* Adds depth and perspective */
}
.ticker-numbers span {
    color: white;
    font-size: 50px;
    border: 1px solid #545455;
    padding: 0 20px;
    margin-right: 5px;
    font-family: 'gothamMedium';
    box-shadow: 0px 4px 15px black;
    display: inline-block;
    transform-style: preserve-3d; /* Ensures proper 3D rendering */
    transition: transform 1s ease-in-out; /* Smooth transition */
    transform: rotateX(65deg); /* Initial upside down position */
}
.ticker-numbers span:nth-of-type(3) {
    margin-right: 0;
}
.form-container.gur-form {
    position: relative;
    z-index: 2;
}
.gur-form .zcwf_row.zcwf_row_2::after {
    content: url(../images/button-sparks.svg);
    position: absolute;
    right: 54px;
    top: -14px;
    z-index: -1;
    width: 150px;
}
.gur-form .zcwf_row.zcwf_row_2::before {
    content: url(../images/button-sparks.svg);
    position: absolute;
    right: 0px;
    top: -22px;
    z-index: -1;
    width: 150px;
}
/*grand opening section*/
.grand-head {
    background: #b91f41;
}
.grand-opn-con {
    display: flex;
    color: #FBEAE2;
    align-items: center;
    padding: 15px 0;
}
.grand-opn-txt a{
    color: #FBEAE2;
    font-family: 'gothamBook';
}
.grand-opn-txt a:hover{
    color: #FBEAE2;
}
.grand-opn-header h4 {
    font-family: 'GothamBold';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    margin: 0;
    padding-right: 37px;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    padding: 10px 0;
}
.grand-opn-header span {
    text-align: center;
    display: block;
    width: 335px;
}
.grand-opn-txt div {
    font-family: 'GothamBook';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
}
.grand-opn-txt {
    display: flex;
    justify-content: space-between;
    width: 70%;
    padding-left: 37px;
}
.grand-opn-header {
    width: 30%;
}

/*house of expert section*/
p.gur-expert-bigtxt span {
    color: #B91F41;
    font-family: 'DM Serif Display';
    font-style: italic;
}
p.gur-expert-bigtxt {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 49px;
    line-height: 140%;
    color: #333333;
    width: 1220px;
    margin-bottom: 25px;
    text-align: center;
}
p.gur-expert-smalltxt {
    font-family: var(--fontMontserratMedium);
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 29px;
    color: #333333;
    width: 780px;
    text-align: center;
    margin: 0 auto;
}
/*house of experts*/
.house-of-expert h2 {
    font-family: 'DM Serif Display';
    font-style: normal;
    font-weight: 400;
    font-size: 56px;
    line-height: 77px;
    text-align: center;
    color: #333333;
    margin-bottom: 50px;
}
.experts-icons-cont {
    display: flex;
    justify-content: center;
}
.experts-icon {
    margin-right: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.experts-icon:last-child {
    margin-right: 0px;
}
.experts-icon p {
    margin: 16px 0 0 0;
    font-family: var(--fontMontserratMedium);
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 29px;
    color: #333333;
}
/*slider section*/
.expt-slider-cont{
    display: flex;
    margin-right: 20px;
    overflow: scroll;
    margin-left: 130px;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    margin-right: -20px;
    -ms-overflow-style: none;  /* Hide scrollbar in IE and Edge */
    scrollbar-width: none; 
}
.expt-slider-header h2 {
    font-family: 'DM Serif Display';
    font-style: normal;
    font-weight: 400;
    font-size: 56px;
    line-height: 77px;
    margin-bottom: 0;
    color: #333333;
}
.expt-slider-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}
.expt-slider-cont img{
    width: 100%;
}
.expt-slider-cont .expt-txt-img{
    flex: 0 0 396px;
    margin-right: 15px;
    scroll-snap-align: start;
    cursor: default;
}
.expt-slider-cont::-webkit-scrollbar {
    display: none; /* Hide scrollbar for Chrome, Safari, and Opera */
}
.expt-slider-btn {
    display: flex;
    justify-content: flex-end;
    margin: 0 0px 0px 0;
    cursor: pointer;
}
.expt-slider-btn .prev-btn {
    margin-right: 15px;
}
.expt-slider-txt p:first-child{
    margin: 36px 0 8px 0;
}
.expt-slider-txt p:first-child {
    margin: 28px 0 8px 0;
    font-family: 'GothamBook';
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 120%;
    color: #333333;
}
.expt-slider-txt p:nth-child(2) {
    font-family: 'MontserratMedium';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
    width: 300px;
    margin-bottom: 0;
}
.expt-slider-btn .disabled {
    opacity: 0.5;
    pointer-events: none;
}
/*influencer section*/
.page-template-page-tekhne-gurgaon-landing-php .clinic-offers-section{
    padding-top: 70px;
    margin: 0;
    background: #21252B;
    padding-bottom: 70px;
}
.page-template-page-tekhne-gurgaon-landing-php .clinic-offers-section h2 {
    font-size: 56px;
    color: #ffffff;
    font-family: 'DM Serif Display';
    font-weight: 400;
}
.page-template-page-tekhne-gurgaon-landing-php .videos-slider video{
    box-shadow: none;
    filter: drop-shadow(10px 10px 0px rgba(223, 184, 145, 0.5));
}
.page-template-page-tekhne-gurgaon-landing-php .page-template-page-tekhne-clinic-landing-php .clinic-offers.clinic-offers-section .videos-slider video{
    border-radius: unset;
}
/*client reviews*/
.gur-client-reviews .client-section h2{
    color: #333333;
    font-size: 56px;
    font-family: 'DM Serif Display';
    font-weight: 400;
}
.gur-client-reviews .client-section{
    padding: 0 0px 0 0px;
}
.gur-client-reviews .big-offer-reviews .testimonial-box h3{
    font-family: 'gothamBold';
}
/*social*/
.gur-social-cont {
    padding: 0 20px;
    display: flex;
    align-items: center;
}
.gur-social-cont p {
    font-family: 'GothamBook';
    font-style: normal;
    font-weight: 400;
    font-size: 34px;
    line-height: 120%;
    margin: 0 50px 0 0;
    color: #333333;
}
.gur-social-icons img {
    margin-right: 15px;
}
.gur-social .tekhne-container{
    max-width: 1170px;
    margin: auto;
}
/*footer*/
.page-template-page-tekhne-gurgaon-landing-php .page-template-page-tekhne-clinic-service-landing-php .footer-section{
    margin-bottom: 0;
}
.page-template-page-tekhne-gurgaon-landing-php .page-template-page-tekhne-clinic-service-landing-php .footer-section img {
    width: 216px;
}
 .page-template-page-tekhne-gurgaon-landing-php .page-template-page-tekhne-clinic-service-landing-php .footer-section p:last-of-type {
    margin-bottom: 8px;
}
.page-template-page-tekhne-gurgaon-landing-php .page-template-page-tekhne-clinic-service-landing-php .footer-section .clinic-footer-col p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
}
.page-template-page-tekhne-gurgaon-landing-php .clinic-footer-col a {
    color: #ffffff;
}


@media screen and (min-width: 1400px) and (max-width: 1499px){
    .expt-slider-cont{
        margin-left: 90px;
    }
}
@media screen and (min-width: 1300px) and (max-width: 1399px){
    .expt-slider-cont{
        margin-left: 35px;
    }
    .gur-banner-sec{
        background-position: 0px -18px;
    }
}

@media screen and (max-width: 767.9px){ 
  .gur-container section{
    padding: 0 30px 50px 30px;
  }
  .gur-banner-sec::after{
    top: 900px;
    background: black;
  }
  .gur-header{
    padding: 20px 0 70px 0;
  }
  .gur-form form{
    flex-direction: column;
    align-items: flex-start;
  }
  .page-template-page-tekhne-gurgaon-landing-php.bodycraft-responsive .master-wrap{
    padding-top: 0 !important;
  }
  .gur-elite-txt h1{
    font-size: 52px;
    margin: 18px 0 8px 0;
    width: 310px;
  }
  .gur-banner-sec{
    padding: 0 30px;
  }
  .ticker-numbers span{
    font-size: 35px;
  }
  .gur-elite-txt h1{
    background: conic-gradient(from 236deg at 48.5% 50%, #3F1F0F -28.12deg, #E3A455 26.25deg, #F6DBA6 88.12deg, #FFEBC4 156.58deg, #F0BE79 191.74deg, #8F653B 213.59deg, #673D22 225.95deg, #BA7F3B 255.19deg, #EEBC70 278.6deg, #3F1F0F 331.88deg, #E3A455 386.25deg);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }
  .ticker-sec {
    margin: 40px 0 0px 0;
}
.ticker-sec .ticker-seats{
    font-size: 12px;
}
.ticker-numbers span{
    font-size: 24px;
}
.gur-elite-txt {
    margin-top: 20px;
}
.gur-elite-txt img {
    width: 303px;
    height: 97px;
    margin: 18px 0;
}
p.gur-para{
    font-size: 20px;
    width: 350px;
    margin-bottom: 30px;
}
.ticker-numbers span{
    padding: 0 10px;
}
.gur-form .zcwf_col_fld input{
    height: 37px !important;
}
.gur-form .zcwf_row.zcwf_row_4, .gur-form .zcwf_row {
    width: 100%;
}
.gur-form .zcwf_row.zcwf_row_2 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin: 10px 0 0 0 !important;
}
.gur-form .zcwf_row.zcwf_row_4, .gur-form .zcwf_row{
    margin-bottom: 20px !important;
}
.gur-form .zcwf_row.zcwf_row_4.zcwf-name {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}
.gur-form #crmWebToEntityForm .zcwf_row_4, .gur-form .birthdate-cont{
    flex: 0 0 100% !important;
    max-width: 100% !important;
}
.gur-form .form-date select{
    height: 37px;
}
.gur-form .form-checkbox{
    margin-top: 0;
    align-items: flex-start;
    margin: 20px 0 15px 0;
}
.gur-banner-sec{
/*    background-image: url('../images/gur-banner-mobile.png');*/
    background-position: 0 -40px;
    height: 865px;
    margin-bottom: 0px;
}
.gur-header img {
    width: 140px;
}
.gur-form .formsubmit.zcwf_button{
    height: 48px !important;
}
.gur-form .zcwf_row.zcwf_row_2 .zcwf_col_fld::before{
    left: 110px;
}
.gur-form .zcwf_row.zcwf_row_2 {
    position: relative;
}
.gur-form .zcwf_row.zcwf_row_2::before{
    top: -20px;
    left: -10px;
}
.gur-form .zcwf_row.zcwf_row_2::after{
    right: 0;
    top: -18px;
}
.gur-form .form-date select{
    font-size: 14px;
    width: 100%;
}
.gur-form .form-date {
    flex: 0 0 100%;
    max-width: 100%;
    width: 500px;
}
.gur-form .birthdate-cont{
    padding-right: 6px;
}
/*.gur-form .zcwf_row.zcwf_row_2::after{
    display: none;
}*/
.gur-container section.grand-section {
    padding: 0;
}
.grand-opn-con {
    flex-direction: column;
}
.grand-opn-header {
    width: 100%;
    margin-bottom: 22px;
    display: flex;
    justify-content: center;
}
.grand-opn-txt {
    width: 100%;
}
.grand-opn-header h4 {
    font-size: 16px;
    padding: 0 30px;
}
.grand-opn-header h4 {
    font-size: 16px;
    padding: 0;
    display: inline-block;
    margin-left: 30px;
}
.grand-opn-header h4 {
    font-size: 16px;
    padding: 0 0 8px 0;
    display: inline-block;
    margin-left: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    border-right: none;
}
.grand-opn-txt div{
    font-size: 14px;
    margin-right: 15px;
    white-space: nowrap;
}
.grand-opn-txt{
    padding-left: 30px;
}
.grand-opn-header h4{
    font-size: 14px;
    margin-left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
p.gur-expert-bigtxt{
    font-size: 26px;
    width: 305px;
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
    text-align: left;
}
p.gur-expert-bigtxt::before{
    content: url(../images/gur-double-colen.svg);
    position: absolute;
    left: 0px;
    top: -65px;
    z-index: -1;
}
.gur-container section.gur-expert{
    padding-top: 120px;
}
p.gur-expert-smalltxt {
    font-size: 14px;
    width: 290px;
    text-align: left;
    margin: 0;
}
.gur-mobile-img{
    display: block !important;
}
.gur-mobile-img img{
    width: 100%;
}
.expt-slider.mobile{
    display: block !important;
}
.expt-slider.mobile .slick-slide {
    margin: 0 20px 0 0; 
    width: auto;
}
.gur-container section.expt-slider.mobile{
    padding: 0 0px 50px 30px;
}
.expt-slider.mobile .slick-slide img {
    display: block;
    width: 304px;
    height: 290.76px;
}
.expt-slider.mobile .slick-list{
    padding: 0 15% 0 0;
}
.expt-slider.mobile .slick-dots li.slick-active button:before{
    content: url(../images/bar.png);
    opacity: 1;
    width: 79px;
    line-height: 0;
    height: 7px;
    background-color: unset;
}
.expt-slider.mobile .slick-dots li button:before{
    content: url(../images/barlight.png);
    opacity: 1;
    line-height: 0;
}
.expt-slider.mobile li.slick-active {
    width: 79px;
}
.expt-slider.mobile .slick-dots li{
    margin: 0 2px;
}
.expt-slider.mobile .slick-dots li button {
    text-indent: 0;
}
.expt-slider.mobile .slick-dots li button{
    border: 1px solid #F8F4EB !important;
}
.expt-slider.desktop{
    display: none;
}
.expt-slider .slick-dots{
    bottom: -45px;
}
.expt-slider-txt p:first-child {
    font-size: 20px;
    margin: 20px 0 4px 0;
}
.expt-slider-txt p:nth-child(2) {
    font-size: 12px;
    line-height: 17.5px;
}
.page-template-page-tekhne-gurgaon-landing-php .clinic-offers-section h2{
    font-size: 32px;
    padding: 0 30px;
}
.gur-container  section.influencer-sec {
    padding: 0 0px 50px 30px;
    background: #21252B;
}
.page-template-page-tekhne-gurgaon-landing-php .clinic-offers-section{
    padding: 50px 0 0px 0;
}
section.gur-client-reviews {
    padding-top: 50px;
    padding-right: 0;
}
.gur-client-reviews .client-section h2{
    font-size: 32px;
}
.gur-social-cont p{
    font-size: 24px;
}
.gur-social-icons img {
    width: 42px;
}
.gur-social-cont {
    padding: 0 0 0 20px;
}
.page-template-page-tekhne-gurgaon-landing-php .page-template-page-tekhne-clinic-service-landing-php .footer-section .clinic-footer-col p{
    line-height: 30px;
}
.house-of-expert h2{
    font-size: 32px;
    line-height: 44px;
}
.experts-icon:last-child{
    margin-bottom: 0;
}
.experts-icons-cont{
    flex-direction: column;
}
.experts-icon {
    margin: 0 0 40px 0;
}
.experts-icon img{
    width: 200px;
    height: 200px;
}
.expt-slider-header h2{
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 50px;
}
.experts-icon p{
    font-size: 14px;
}
.page-template-page-tekhne-gurgaon-landing-php .big-offer-reviews .testimonial-box {
    min-width: 300px !important;
}
}

@media screen and (max-width: 400px){
   .expt-slider.mobile .slick-list{
    padding: 0 10% 0 0;
} 
.gur-form .zcwf_row.zcwf_row_2 .zcwf_col_fld::before{
    left: 100px;
}
.gur-social-cont p{
    margin: 0 25px 0 0;
}
.gur-banner-sec::after {
    background: black;
    top: 716px;
}
.gur-elite-txt h1{
    background: conic-gradient(from 109deg at 48.5% 50%, #3F1F0F -28.12deg, #E3A455 26.25deg, #F6DBA6 88.12deg, #FFEBC4 156.58deg, #F0BE79 191.74deg, #8F653B 213.59deg, #673D22 225.95deg, #BA7F3B 255.19deg, #EEBC70 278.6deg, #3F1F0F 331.88deg, #E3A455 386.25deg);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.gur-form .form-date select {
    padding: 0 25px 0 20px;
}
}
@media screen and (max-width: 380px){
   .expt-slider.mobile .slick-list{
    padding: 0 7.5% 0 0;
} 
    .gur-banner-sec {
    height: 1028px;
}
.gur-elite-txt h1{
    margin: 0 0 8px 0;
}
.gur-elite-txt {
    margin-top: 20px;
}
p.gur-para{
    margin-bottom: 15px;
}
.gur-elite-txt h1{
    font-size: 37px;
}
p.gur-para{
    font-size: 16px;
}
.gur-banner-sec {
    height: 810px;
}
.gur-elite-txt h1{
    width: 221px;
}
}
@media (min-width:800px ) and (max-width: 1300px){
    .expt-slider-cont{
        margin-left: 20px;
    }
}

@media (min-height:670px ) and (max-height: 700px){
    .ticker-sec {
        margin: 45px 0 0px 0;
    }
    .gur-elite-txt {
        margin-top: 0px;
    }
}
    @media (min-width:768px ) and (max-width: 1200px){
        .gur-elite-txt h1{
            font-size: 70px;
        }
        p.gur-para{
            font-size: 26px;
        }
        .page-template-page-tekhne-gurgaon-landing-php .tekhne-container{
            padding-right: 25px;
            padding-left: 25px;
        }
        .gur-form .zcwf_row.email-row {
            flex: 0 0 33% !important;
            max-width: 33% !important;
        }
        .gur-form .zcwf_row.zcwf_row_2{
            flex: 0 0 37% !important;
            max-width: 37% !important;
        }
        p.gur-expert-bigtxt{
            width: unset;
        }
        .experts-icon{
            margin-right: 20px;
        }
        .expt-slider-cont{
            margin-left: 30px;
        }
    }


     @media (min-width:768px ) and (max-width: 850px){
        .gur-banner-sec{
            background-position: -259px 5px;
        }
        .grand-opn-header h4, .grand-opn-txt div{
            font-size: 11px;
        }
        .page-template-page-tekhne-gurgaon-landing-php .clinic-offers-section .tekhne-container, .page-template-page-tekhne-gurgaon-landing-php .client-section .tekhne-container{
            padding-right: 0;
        }
        .page-template-page-tekhne-gurgaon-landing-php .page-template-page-tekhne-clinic-landing-php .clinic-offers.clinic-offers-section .videos-slider{
            justify-content: flex-start;
        }
        .page-template-page-tekhne-gurgaon-landing-php .page-template-page-tekhne-clinic-service-landing-php .footer-section .tekhne-row{
            justify-content: center;
        }
        .page-template-page-tekhne-gurgaon-landing-php .footer-section .tekhne-col-6:first-of-type{
            text-align: center;
        }
        .page-template-page-tekhne-gurgaon-landing-php .page-template-page-tekhne-clinic-service-landing-php .footer-section .clinic-footer-col{
            margin-top: 30px;
            align-items: center;
        }
     }
     @media screen and (min-width: 1700px){
     .expt-slider-cont{
        margin-left: 230px;
     }
     }

/***************franchise landing page********************/
.page-template-page-tekhne-franchise-landing-php .desktop-header, .page-template-page-tekhne-franchise-landing-php .footer.light-black-bg, .page-template-page-tekhne-franchise-landing-php .footer-read-more, .page-template-page-tekhne-franchise-landing-php .mobile-header{
    display: none !important;
}
.page-template-page-tekhne-franchise-landing-php .master-wrap{
    padding-top: 0 !important;
}
.page-template-page-tekhne-franchise-landing-php section.franchise-landing{
    margin-bottom: 120px;
}
/*header with banner video section*/
.fran-header {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
    padding: 20px 0 0 0;
}
.fran-video-cont{
    margin: -95px 0 115px 0;
    position: relative;
}
.fran-video-cont video {
    height: 750px;
    object-fit: cover;
    object-position: center;
    width: 100%;
}
.fran-video-cont:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 750px;
    content: "";
    z-index: 0;
    background: rgba(46, 46, 46, 1);
}
.fran-video-cont video{
    opacity: 0.6;
}
.page-template-page-tekhne-franchise-landing-php .gur-form #crmWebToEntityForm .zcwf_row_4 {
    flex: 0 0 22%;
    max-width: 22%;
}
.page-template-page-tekhne-franchise-landing-php .gur-form .zcwf_row.email-row {
    flex: 0 0 22%;
    max-width: 22%;
}
.fran-banner-cont h1 {
    font-family: "DM Serif Display", serif;
    font-weight: 400;
    font-size: 48px;
    line-height: 66px;
    text-align: center;
    color: #ffffff;
}
.fran-banner-cont h1 span{
    font-style: italic;
    color: #FFC93F;
}
.fran-banner-cont p.fran-banner-text{
    font-family: gothamBook, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    width: 885px;
    margin: 8px auto 87px auto;
    color: #ffffff;
}
.page-template-page-tekhne-franchise-landing-php .gur-form .zcwf_row.zcwf_row_2 {
    flex: 0 0 14% !important;
    max-width: 14% !important;
}
.page-template-page-tekhne-franchise-landing-php .gur-form form{
    justify-content: center;
}
.fran-banner-cont {
    position: absolute;
    top: 35%;
    width: 100%;
}
.page-template-page-tekhne-franchise-landing-php .form-container.gur-form{
    display: flex;
    justify-content: center;
}
/*bodycraft franchise different section*/
.fran-diff-accord .accordion:not(.active) {
    display: block;
}
.fran-diff-cont img{
    width: 520px;
    height: 840px;
}
.fran-diff-cont {
    display: flex;
    gap: 66px;
}
.fran-diff-accord h3 {
    font-family: 'DM Serif Display';
    font-weight: 400;
    font-size: 38px;
    line-height: 52px;
    color: #000000;
    margin-bottom: 32px;
}
.fran-diff-accord .accordion-header {
    font-family: 'GothamMedium';
}
.fran-diff-accord .accordion-body {
    font-family: 'GothamBook';
    line-height: 27px;
    letter-spacing: -0.25px;
    color: #000000;
    padding: 0px 0 8px 0;
}
.fran-diff-accord .accordion-button {
    padding: 26px 0;
    font-weight: 500;
    font-size: 23px;
    line-height: 32px;
    color: #231F20;
}
.fran-diff-accord .accordion-item {
    border: none;
    border-bottom: 1px solid #8E8E8E;
}
.fran-diff-accord .accordion-button:not(.collapsed) {
    color: #231F20;
    background-color: unset;
    box-shadow: none;
}
.fran-diff-accord .accordion-item:last-of-type{
    border-radius: unset;
}
.fran-diff-accord .accordion-button::after, .fran-diff-accord .accordion-button:not(.collapsed)::after{
    background-image: url('/wp-content/themes/body-craft/images/accord-dropdown.svg');
}
.fran-diff-accord .accordion{
    margin-bottom: 50px;
}
.fran-join-btn a, .fran-mobile a {
    font-family: 'gothamMedium';
    text-decoration: none;
    font-size: 17px;
    background: #B91F41;
    padding: 15px 96px;
    color: #ffffff;
    border-radius: 4938.4px;
    display: inline-block;
    position: relative;
}
.fran-mobile a {
    background: var(--Linear,linear-gradient(90deg,#000 4.77%,#2f2f2f 99.53%));
}
.fran-join-btn a:before, .fran-mobile a:before {
    content: url(../images/gur-sparks-solid.svg);
    position: absolute;
    left: 60px;
    top: 15px;
    height: 26px;
    width: 26px;
}
.fran-join-btn a:hover, .fran-mobile a:hover {
    color: #ffffff;
}
.fran-join-btn:before{
    content: url(../images/button-sparks.svg);
    position: absolute;
    left: -19px;
    top: -13px;
    z-index: -1;
    width: 150px;
}
.fran-join-btn{
    position: relative;
}
/*franchise partner*/
.fran-partner-cont p {
    font-family: 'GothamMedium';
    font-weight: 500;
    font-size: 24px;
    line-height: 140%;
    color: #231F20;
    margin-bottom: 40px;
}
.fran-partner-cont p:last-of-type{
    margin-bottom: 50px;
}
.fran-partner-section .fran-diff-cont {
    flex-direction: row-reverse;
    align-items: center;
}
.fran-why-choose-cont h3, .bdcrft-family-left h3, .fran-reviews-section h3 {
    font-family: 'DM Serif Display';
    font-weight: 400;
    font-size: 44px;
    line-height: 60px;
    color: #333333;
    text-align: center;
    margin-bottom: 60px;
}
.fran-why-choose-cont .row{
    width: 830px;
    margin: 0 auto;
}
.fran-why-choose-cont .col-xl-4{
    text-align: center;
}
.fran-why-choose-cont .col-xl-4:nth-child(2){
    margin-bottom: 60px;
}
.fran-why-choose-cont img{
    margin-bottom: 26px;
    height: 160px;
    width: 160px;
}
.fran-why-choose-cont p {
    font-family: 'GothamMedium';
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    text-transform: capitalize;
    color: #343A32;
    margin: 0 auto;
    width: 200px;
}
/*bodycraft family*/
.bdcrft-family-left h3 {
    text-align: left;
    margin-bottom: 16px;
    width: 420px;
}
.bdcrft-family-left p {
    margin-bottom: 37px;
    font-family: 'GothamBook';
    font-weight: 400;
    font-size: 16px;
    line-height: 166.6%;
    color: #000000;
}
.bdcrft-family-cont {
    display: flex;
    gap: 153px;
}
.bdcrft-family-left {
    min-width: 520px;
}
.timeline-details h5 {
    font-family: 'GothamMedium';
    font-weight: 500;
    font-size: 24px;
    line-height: 140%;
    color: #231F20;
    margin: 20px 0;
}
.timeline-details p {
    font-family: 'GothamBook';
    font-weight: 400;
    font-size: 16px;
    line-height: 166.6%;
    letter-spacing: -0.25px;
    color: #000000;
}
.timeline-details{
    position: relative;
    min-height: 180px;
    display: flex;
    flex-direction: column;
}
/*.timeline-details img {
    position: absolute;
    left: -92px;
    top: 0;
    width: 72px;
    height: 72px;
}*/
.timeline-num {
    position: absolute;
    left: -92px;
    top: 0;
    width: 72px;
    height: 72px;
    font-family: 'DM Serif Display';
    font-weight: 400;
    font-size: 42px;
    line-height: 58px;
    color: #FFFFFF;
    background: #231F20;
    border-radius: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.family-timeline .timeline-details:last-child {
    min-height: 60px;
}
.family-timeline:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -56px;
    border: 1px dashed #646464;
}
.family-timeline {
    position: relative;
}
.timeline-details:last-child p{
    margin-bottom: 0;
}
/*reviews*/
.fran-slider {
    display: flex !important;
    align-items: center;
    gap: 20px;
}
.fran-slider-info p {
    font-family: 'GothamMedium';
    font-weight: 500;
    font-size: 24px;
    line-height: 140%;
    color: #231F20;
    width: 720px;
}
.fran-slider-info h6 {
    font-family: 'DM Serif Display';
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
    color: #B91F41;
}
.fran-reviews-cont .slick-dots{
    top: 86%;
    left: -11%;
}
.fran-reviews-cont .slick-dots li.slick-active button:before{
    content: url(../images/bar.png);
    opacity: 1;
    width: 79px;
    line-height: 0;
    height: 7px;
    background-color: unset;
}
.fran-reviews-cont {
    padding: 0 100px;
}
.fran-reviews-cont .slick-dots li button{
    text-indent: 0;
    border: none !important;
}
.fran-reviews-cont .slick-dots li button:before{
    content: url(../images/barlight.png);
    opacity: 1;
    line-height: 0;
}
.fran-reviews-cont li.slick-active {
    width: 79px;
}
.fran-reviews-cont .slick-dots li {
    margin: 0 2px;
}
.fran-slider-info {
    position: relative;
    top: 75px;
}
.fran-slider-info:before{
    content: url(../images/fran-quotes.svg);
    position: absolute;
    top: -64px;
    left: 0;
}
.slick-slide .fran-slider img{
    width: 322px;
    height: 520px;
}
/*above footer section*/
.fran-winning h1 {
    font-family: 'DM Serif Display';
    font-weight: 400;
    font-size: 48px;
    line-height: 66px;
    text-align: center;
    color: #231F20;
    width: 1000px;
    margin: 0 auto 38px auto;
}
.fran-winning h1 span {
    color: #FFC93F;
}
.fran-winning .fran-join-btn {
    display: flex;
    justify-content: center;
}
.fran-winning .fran-join-btn:before{
    left: 38%;
}
.fran-winning{
    position: relative;
}
.fran-winning:before {
    content: url(../images/red-sparks.svg);
}
.fran-winning:after {
    content: url(../images/red-sparks.svg);
    position: absolute;
    right: 0;
}
.page-template-page-tekhne-franchise-landing-php section.franchise-landing.fran-winning-section{
    margin-bottom: 212px;
}
/*franchise footer*/
.page-template-page-tekhne-franchise-landing-php .page-template-page-tekhne-clinic-service-landing-php .footer-section{
    padding: 32px 60px;
}
.page-template-page-tekhne-franchise-landing-php .page-template-page-tekhne-gurgaon-landing-php .clinic-footer-col a{
    text-decoration: none;
}
.fade-in-image {
    opacity: 0;
    transition: opacity 2s ease-in-out;
  }

.fade-in-image.visible {
    opacity: 1;
  }


@media screen and (min-width: 768px){
.slick-slide .fran-slider img.review-mobile-quotes{
    display: none;
}
}

@media screen and (max-width: 767.9px){
.page-template-page-tekhne-franchise-landing-php section.franchise-landing{
    margin-bottom: 70px;
    padding: 0 25px;
}
.fran-video-cont video{
    height: 1070px;
}
.fran-banner-cont{
    display: flex;
    flex-direction: column;
    padding: 0 30px;
    top: 7%;
}
.fran-videotext{
    height: 570px;
}
.page-template-page-tekhne-franchise-landing-php .gur-form .zcwf_row.zcwf_row_2{
    flex: 0 0 100% !important;
    max-width: 100% !important;
}
.fran-banner-cont h1 {
    font-size: 30px;
    line-height: 46px;
    width: 316px;
    margin: 65px auto 16px auto;
}
.fran-videotext h1 br{
    display: none;
}
.fran-banner-cont p.fran-banner-text{
    width: 334px;
}
.fran-video-cont:before{
    height: 1070px;
}
.fran-video-cont{
    margin: -95px 0 65px 0;
}
.fran-diff-cont img{
    width: 322px;
    height: 520px;
}
.fran-diff-cont {
    flex-direction: column;
    align-items: center;
    gap: 50px;
}
.fran-diff-accord h3{
    font-size: 36px;
    line-height: 46px;
}
.fran-diff-accord .accordion-button{
    font-size: 20px;
    line-height: 140%;
    padding: 24px 0;
}
.fran-diff-accord .accordion-body{
    font-size: 14px;
    line-height: 166.6%;
}
.fran-diff-accord h3{
    margin-bottom: 40px;
}
.fran-diff-accord .accordion-item:first-of-type .accordion-button{
    padding: 0 0 24px 0;
}
.fran-diff-accord .accordion {
    margin-bottom: 0;
}
.fran-join-btn{
    display: none;
}
.fran-mobile {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    border-radius: 20px 20px 0px 0px;
    background: var(--Linear, linear-gradient(90deg, #b91f41 4.77%, #e82d56 99.53%));
    padding: 30px 0;
    text-align: center;
     opacity: 0; /* Start with opacity 0 */
/*    transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out; /* Smooth transition */*/
    visibility: hidden; /* Hidden by default */
    bottom: -100px;
    transition: opacity 0.5s ease-in-out, bottom 0.5s ease-in-out;
}
.fran-mobile.show {
    display: block; /* Ensure block display */
    opacity: 1; /* Full opacity when shown */
    visibility: visible; /* Visible when shown */
    bottom: 0px;
}
.fran-partner-section .fran-diff-cont {
    flex-direction: column;
}
.fran-partner-cont p{
    font-size: 20px;
    margin: 24px 0 16px 0;
}
.fran-partner-cont p:last-of-type {
    margin-bottom: 16px;
}
.fran-line {
    border: 1px solid #8E8E8E;
}
.fran-why-choose-cont h3{
    font-size: 36px;
    line-height: 46px;
}
.fran-why-choose-cont h3, .bdcrft-family-left h3, .fran-reviews-section h3{
    margin-bottom: 40px;
}
.fran-why-choose-cont .row {
    width: 100%;
}
.fran-why-choose-cont img {
    height: 120px;
    width: 120px;
}
.fran-why-choose-cont p {
    width: 170px;
    font-size: 15px;
}
.fran-why-choose-cont .col-xl-4 {
    padding: 0;
}
.fran-why-choose-cont .col-xl-4, .fran-why-choose-cont .col-xl-4:nth-child(2){
    margin-bottom: 50px;
}
.fran-why-choose-cont .col-xl-4:last-child{
    margin-bottom: 0;
}
.bdcrft-family-left h3{
    font-size: 36px;
    text-align: center;
    line-height: 46px;
    margin-bottom: 16px;
}
.bdcrft-family-left {
    min-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.bdcrft-family-cont{
    flex-direction: column;
    gap: 40px;
}
.bdcrft-family-left p{
    font-size: 14px;
    margin-bottom: 0;
}
.family-timeline:before{
    display: none;
}
.timeline-details{
    flex-direction: column-reverse;
    align-items: center;
}
/*.timeline-details img{
    position: unset;
}*/
.timeline-num {
    position: unset;
}
.timeline-details h5, .timeline-details p{
    text-align: center;
}
.timeline-details p{
    margin-bottom: 24px;
}
.fran-slider {
    flex-direction: column;
}
.fran-reviews-section h3{
    font-size: 36px;
    line-height: 46px;
}
.fran-slider-info p{
    width: 100%;
    font-size: 20px;
    text-align: center;
}
.fran-slider-info {
    position: unset;
}
.fran-slider-info h6{
    font-size: 20px;
    text-align: center;
}
.fran-reviews-cont .slick-dots {
    top: unset;
    left: unset;
    bottom: -38px;
}
.fran-reviews-cont{
    padding: 0;
}
.page-template-page-tekhne-franchise-landing-php section.franchise-landing.fran-reviews-section{
    margin-bottom: 103px;
}
.fran-slider-info:before{
    display: none;
}
.slick-slide .fran-slider .fran-slider-info img.review-mobile-quotes{
    width: 73px;
    height: 55px;
    margin: 40px auto 30px auto;
}
.fran-winning:after{
    display: none;
}
.fran-winning h1{
    font-size: 36px;
    line-height: 46px;
    width: 100%;
}
.fran-winning:before{
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
}
.fran-winning .fran-join-btn{
    display: none;
}
.page-template-page-tekhne-franchise-landing-php section.franchise-landing.fran-winning-section{
    margin-bottom: 70px;
}
.page-template-page-tekhne-gurgaon-landing-php.page-template-page-tekhne-franchise-landing-php{
    padding-bottom: 90px;
}
.page-template-page-tekhne-gurgaon-landing-php .page-template-page-tekhne-clinic-service-landing-php .footer-section p:first-of-type{
    width: 100%;
}
.fade-in-image {
    transition: opacity 1.5s ease-in-out;
  }
}

@media (min-width:1200px ) and (max-width: 1500px){
.page-template-page-tekhne-franchise-landing-php .gur-form .zcwf_row.zcwf_row_2 .zcwf_col_fld::before{
    left: 38px;
}
}

@media (min-width: 768px) and (max-width: 1200px){
    .page-template-page-tekhne-franchise-landing-php .gur-form .zcwf_row.email-row, .page-template-page-tekhne-franchise-landing-php .gur-form #crmWebToEntityForm .zcwf_row_4 {
        flex: 0 0 30% !important;
        max-width: 30% !important;
    }
    .fran-banner-cont h1 {
        font-size: 35px;
    }
    .fran-banner-cont p.fran-banner-text {
        width: 700px;
        margin: 8px auto 42px auto;
    }
    .fran-banner-cont{
        top: 28%;
    }
    .page-template-page-tekhne-franchise-landing-php .gur-form .zcwf_row.zcwf_row_2 {
        flex: 0 0 30% !important;
        max-width: 30% !important;
        top: 40px;
    }
    .page-template-page-tekhne-franchise-landing-php .tekhne-container{
        padding: 0 30px;
    }
    .fran-why-choose-cont .row {
        width: 100%;
    }
    .bdcrft-family-left {
        min-width: 470px;
    }
    .bdcrft-family-cont{
        gap: 0;
    }
    .fran-slider-info p{
        width: 100%;
    }
    .fran-reviews-cont {
        padding: 0;
    }
    .fran-slider-info h6{
        font-size: 21px;
    }
    .fran-reviews-cont .slick-dots {
        top: 100%;
        left: 0%;
    }
    .fran-winning h1 {
        font-size: 35px;
        width: 100%;
    }

}


@media (min-width: 768px) and (max-width: 840px){
    .fran-diff-cont, .fran-partner-section .fran-diff-cont {
        flex-direction: column;
        align-items: center;
    }
}

@media (min-width: 840px) and (max-width: 1200px){
    .fran-diff-cont img {
        width: 470px;
        height: 750px;
    }
}

@media screen and (min-width: 1300px){
.fran-join-btn a:hover, .page-template-page-tekhne-franchise-landing-php .fran-submit-btn:hover {
    transform: scale(1.1);
}
.fran-join-btn a, .page-template-page-tekhne-franchise-landing-php .fran-submit-btn{
    transform: scale(1);
    transition: all .2s ease-in;
}
}

/******dehradun form css******/
.page-template-page-tekhne-outlets-landing .gur-form #crmWebToEntityForm .zcwf_row_4{
    flex: 0 0 24%;
    max-width: 24%;
}
.page-template-page-tekhne-outlets-landing .gur-form #crmWebToEntityForm .zcwf_row_4 {
    flex: 0 0 24%;
    max-width: 24%;
}
.page-template-page-tekhne-outlets-landing .gur-form .zcwf_row.email-row {
    flex: 0 0 24%;
    max-width: 24%;
}
.page-template-page-tekhne-outlets-landing .zcwf_row.hear-field {
    flex: 0 0 28%;
    max-width: 28%;
}
.page-template-page-tekhne-outlets-landing .zcwf_row.hear-field select.zcwf_col_fld_slt {
    height: 54px !important;
    color: rgba(0, 0, 0, 0.5);
    font-size: 16px;
    font-family: var(--fontRobotoRegular);
}

@media screen and (max-width: 767.9px) {
 .page-template-page-tekhne-outlets-landing .zcwf_row.hear-field select.zcwf_col_fld_slt{
    height: 37px !important;
 }
 .page-template-page-tekhne-outlets-landing .gur-banner-sec::after{
    top: 850px;
 }
 .page-template-page-tekhne-outlets-landing .gur-banner-sec{
    height: 895px;
 }
}

@media screen and (max-width: 376px) {
 .page-template-page-tekhne-outlets-landing .gur-banner-sec {
    height: 850px;
 }
.page-template-page-tekhne-outlets-landing .gur-banner-sec::after {
    top: 798px;
}
}
