/*
Theme Name: Custom Theme
Theme URI: http://technoties.net/
Author: Custom Theme
Author URI: http://technoties.net/
Description: Custom Theme is a modernized take on an ever-popular WordPress layout. the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 1.0
License: GNU General Public License v2 or later

*/
@media (min-width: 1200px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1500px;
    }
}
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body{
	font-family: "Manrope", sans-serif;
}

a{
 color:#000;
}
a:hover {
	text-decoration: none;
}
ul{
  list-style-type:none;
  margin-bottom:0;
}

/*Header Css Start*/
.main-menu ul {
    display: flex
;
    column-gap: 44px;
    justify-content: end;
}

.about-section-even {
	background: #eee;
}
.home-slider-content-wrap {
    top: 49%;
}
.inner-banner {
	height: 350px;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.inner-banner:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	left: 0;
	top: 0;
}
.inner-page-content {
	position: relative;
	z-index: 9;
}
.contact-details-icon svg {
	width: 80px;
	height: 80px;
	fill: var(--c1);
}
.card-description p:last-of-type {
	margin-bottom: 0;
}
.card-image a {
	height: 280px;
}
.object-fit-cover {
	object-fit: cover;
}
.error-svg svg {
	width: 60%;
	height: 600px;
}
.card-link.collapsed i {
	transform: rotate(0deg);
}
.card-link i {
	transform: rotate(180deg);
}
#accordion .card-header {
	background: var(--c1);
}
#accordion .card-header a {
	color: #fff;
}
.card-body p:last-child {
	margin-bottom: 0;
}
.custom-theme-search-result-content {
	flex: 1;
}
.search-submit {
	right: 0;
	top: 0;
}
.alignleft {
	float: left;
	margin-right: 15px;
}
.alignright {
	float: right;
	margin-left: 15px;
}
.btn.btn-primary {
    background: var(--c1);
}

/*comments form css start*/
.comment-author a {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    text-transform: capitalize;
}
.comment-author img {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 100px;
    left: 14px;
}
.comment-body {
    position: relative;
    padding-left: 118px;
}
.comment-meta a {
    font-size: 15px;
    color: #909090;
}
.comment-meta {
    margin-bottom: 12px;
}
.comment-body p {
    font-size: 15px;
}
.reply a {
    color: #fff;
    padding: 7px 24px;
    border-radius: 28px;
    margin: 10px 0;
    display: inline-block;
    background: linear-gradient(250deg, var(--c1) 19%, var(--c1) 100%);
}
.comments-title {
    font-size: 25px;
    margin-bottom: 48px;
}
.comment-list {
    border-bottom: 1px solid #d6cece;
    margin: 22px 0;
    padding-bottom: 18px;
}
#reply-title {
    font-size: 25px;
    margin: 0;
}
#respond :is(input[type="text"],input[type="email"]) {
    width: 100%;
}
#respond :is(.comment-form-author,.comment-form-email) {
    width: 49%;
    float: left;
}

#respond .comment-form-author {
    margin-right: 14px;
}
#respond :is(input[type="text"],input[type="email"],textarea) {
    border: 1px solid #dedede;
    padding: 6px 7px;
}
#respond textarea {
    height: 194px;
}
.comment-notes {
    margin-top: 20px;
}
#commentform a {
    color: #000;
    text-decoration: underline;
    margin: 12px 0px;
    display: inline-block;
}
.comment-form-comment label {
    display: block;
    font-weight: 600;
    color: #000;
    font-style: italic;
}
.comment-form-comment textarea {
    width: 100%;
}
.comment-form-comment input#submit {
    background: var(--gradient);
    border: none;
    padding: 11px 21px;
    color: #fff;
    margin: 6px 11px;
    border-radius: 26px;
}
.form-submit input#submit {
    background: linear-gradient(250deg, var(--c1) 19%, var(--c1) 100%);
    border: none;
    padding: 9px 22px;
    color: #fff;
    border-radius: 100px;
}
.comment::marker {
    content: "";
}
.comment ul.children > li {
    margin-left: 35px;
    margin-top: 13px;
}
.comment ul.children > li .comment-body {
    background: #eee;
    padding: 16px;
    border-radius: 10px;
    padding-left: 112px;
}
.commentlist {
    margin-top: 20px;
}
/*comments form css end*/

.nav-links .nav-previous a {
    text-decoration: underline;
}
.navigation.post-navigation .nav-links {
    display: flex;
    justify-content: space-between;
}
.sidebar-recent-posts .media-body a {
    color: #000000;
}
.custom-theme-single-post .custom-theme-post-image {
    height: 277px;
}
.btn-1:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    right: 0;
    background: #fff;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.btn-1 {
    padding: 10px 20px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    position: relative;
    background: var(--c1);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.btn-1:hover:before {
    transform: scaleY(0);
}
.btn-1:hover {
    color: #fff;
}
.blogs-item .custom-theme-post-item {
    display: flex;
}
.blogs-item .custom-theme-post-item .custom-theme-post-image {
    flex: 1.4;
}
.blogs-item .custom-theme-post-item .custom-theme-post-content {
    flex: 2;
    padding-left: 25px;
}
.custom-theme-post-title a, .custom-theme-post-title {
    color: var(--c1);
    font-size: 1.5rem;
    font-weight: 600;
}
.categories .post-categories li a {
    color: #818181;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    display: flex;
    column-gap: 10px;
    position: relative;
}
.categories .post-categories {padding-left: 13px;margin-bottom: 5px;display: flex;column-gap: 23px;}
.categories .post-categories li a:before {
    width: 7px;
    height: 7px;
    background: var(--c1);
    position: absolute;
    content:"";
    border-radius:100px;
    left: -12px;
    top: 6px;
}
.post-meta span {
    color: #818181;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    position: relative;
}
.post-meta {
    display: flex;
    column-gap: 24px;
    margin-top: 12px;
}
.post-meta span:nth-child(n+2):before {
    position: absolute;
    content: "";
    left: -14px;
    top: 8px;
    width: 4px;
    height: 4px;
    background: #818181;
    border-radius: 100px;
}
.custom-theme-post-title a:hover {
    color: var(--c1);
}
.single-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.single-meta .post-meta {
    margin-top: 0;
}
.custom-theme-post-description p:first-of-type > img {
    width: 100%;
    margin-top: 14px;
    height: auto;
}
.single-meta .post-categories {
    margin-bottom: 0;
}
/* width */
::-webkit-scrollbar {
  width: 6px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #222; 
  border-radius: 0;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--c1); 
}
::selection {
    color: #fff;
    background: var(--c1);
}
.services-item {
    border-bottom: 4px solid var(--c1);
}
.custom-theme-post-description a i {
    vertical-align: middle;
    margin-left: 12px;
}
.service-btn i {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.service-btn {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.service-btn:hover i {
    -webkit-animation-name: hvr-icon-wobble-horizontal;
    animation-name: hvr-icon-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    webkit-transform: translateZ(0);
    transform: translateZ(0);
}


@keyframes hvr-icon-wobble-horizontal {
    
  16.25%   {    
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
    }
  33.3%  {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);}
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);}
  66.6%  {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);}
  83.25% {    
    -webkit-transform: translateX(1px);
    transform: translateX(1px);}
  100%{
    -webkit-transform: translateX(0);
    transform: translateX(0);
      }
}
.scale {
    position: relative;
    overflow: hidden;
}
.scale:hover img {
    transform: scale(1.2) rotate(6deg);
}
.scale img {
    transition: .6s all;
}
#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    z-index: 99999;
}
#preloader .spinner-border {
    animation: 2s linear infinite spinner-border;
    width: 4rem;
    height: 4rem;
    border: .5em solid var(--c1);
    border-right-color: transparent;
    background: #eee;
}

/*Mobile Menu Css Start*/
.mobile-menu-btn .mobile-menu-icon .menu-line {
    height: 2px;
    margin: 5px 0;
    border-radius: 24px;
    transition: .5s;
    background: #000;
}
.mobile-menu-btn .mobile-menu-icon .menu-line.one {
    width: 40px;
}
.mobile-menu-btn .mobile-menu-icon .menu-line.two {
    width: 20px;
}
.mobile-menu-btn .mobile-menu-icon .menu-line.three {
    width: 30px;
}
.mobile-menu-btn:hover .menu-line {
    width: 40px !important;
}

	.mobile-menu-btn {
    cursor: pointer;
    display: none;
}
section.responsive-menu {
    height: 100vh;
    top: 0;
    right: -31%;
    padding: 20px 30px 0 30px;
    width: 30%;
    position: fixed;
    background: rgb(0 0 0 / 62%);
    backdrop-filter: blur(20px);
    transition: all 1s ease-in-out;
    z-index: 9999;
}
.menu-icon {
    align-items: center;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ffffff7d;
    padding-bottom: 20px;
}
.menu-icon .menu-logo {
    width: 35%;
    padding-right: 20px;
}
.menu-close i {
    font-size: 25px;
    color: #fff;
    cursor: pointer;
}
.mobile-menu ul li {
    text-align: right;
    padding-bottom: 15px;
}
.mobile-menu ul li a {
    color: #fff;
    transition: all .2s;
    border-bottom: 2px solid transparent;
}
.mobile-menu {
    padding-top: 40px;
    padding-right: 20px;
}
.responsive-bottom {
    position: absolute;
    bottom: 10px;
    width: 100%;
    left: 0;
}
.responsive-social ul {
    display: flex;
    column-gap: 12px;
    justify-content: center;
}
.responsive-social ul li a {
    color: #fff;
}
section.responsive-menu.active {
    right: 0;
}
/*Mobile Menu Css Start*/

a.menu-logo .menu-title img {
    width: 100%;
}
.service-page-menu ul.menu-style-01 li a {
    background: #eee;
    width: 100%;
    display: table;
    padding: 12px 15px;
    color: #222;
    border-left: 3px solid var(--c1);
    transition: all .7s;
}
.service-page-menu ul.menu-style-01 li {margin: 9px 0;}
.service-page-menu ul.menu-style-01 li a:hover {
    background: var(--c1);
    color: #fff;
}
.service-page-menu ul.menu-style-01 li a:hover i {
    padding-right: 10px;
}
.service-page-menu ul.menu-style-01 li a i {
    transition: all .7s;
}
.contact-details-item .contact-details-icon i {
    color: var(--c1);
    font-size: 35px;
}


header.header .row {
    align-items: center;
}

header.header {
    position: relative;
    padding: 15px 0px;
}
.site-logo {
    width: 60%;
}
.site-logo img {
    width: 100%;
}
.header-navbar ul li.current-menu-item a {
    color: var(--c1);
    border-bottom: 1px solid var(--c1);
}

.header-navbar ul li a:hover {
    color: var(--c1);
    border-bottom: 1px solid var(--c1);
}
.header-navbar ul li a {
    font-size: 14px;
    text-transform: uppercase;
    color: #000000;
    transition: .2s;
    font-weight: 500;
    padding-bottom: 8px;
}
.home-slider-image img {
    width: 86% !important;
    margin-left: 7%;
}
.home-slider-image {
    width: 93%;
    height: 820px;
    margin: 0 auto;
    background: #ebebeb;
    border-radius: 28px;
}
.home-slider-item {
    position: relative;
}
.home-slider-content h1 span {
    font-family: "Playfair Display", serif;
    font-style: italic;
    color: var(--c1);
    text-shadow: #a98bc9 2px 2px 2px;
}
.home-slider-content h1 {
    font-size: 50px;
    color: #333333;
    font-weight: 500;
}
.home-slider-content {
    padding-left: 40px;
}
.header-navbar {
    display: flex
;
    column-gap: 40px;
    justify-content: end;
    align-items: center;
}
.mobile-menu-btn .mobile-menu-icon .menu-line {
    background: var(--c2) !important;
}
.header-box {
    width: 375px;
    background: #fff;
    padding: 12px;
    border-radius: 30px;
    float: right;
    margin-right: 60px;
    margin-top: -170px;
}
.header-box-image {
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
    height: 260px;
}
.header-box-image img {
    width: 100%;
}
.header-box-content h3 {
    font-size: 22px;
    color: var(--c1);
}
a.main-btn i {
    rotate: -45deg;
}
a.main-btn:hover {
    background: var(--c1);
}
a.main-btn {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 15px 20px;
    background: var(--c2);
    color: #fff;
    border-radius: 30px;
    text-align: center;
	transition: .2s;
}
.header-box-btn a {
    display: block;
    margin-top: 60px;
}
.header-box-content {
    padding-top: 40px;
}
.header-review-content h6 {
    color: var(--c1);
    margin: 0;
}
.header-review-content p {
    margin: 0;
}
.header-review {
    display: flex
;
    column-gap: 10px;
    align-items: center;
    margin-top: 30px;
}
.founder-content h4 {
    font-size: 32px;
    font-weight: 300;
    line-height: 55px;
}
.founder-content h4 b {
    font-weight: 600;
}
.founder-content h5 {
    font-size: 17px;
    font-weight: 400;
    margin-top: 30px;
}
.founder-content {
    text-align: center;
    padding: 0px 44px;
}
/* section.section-founder {
    padding: 120px 0px;
    position: sticky;
} */
/* .section-founder {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  background: #fff;
} */
.side-image img {
    width: 100%;
/*     border-radius: 17px; */
}
.side-image.side-image2 {
    margin-top: 0;
}
section.section-side-images .row {
    justify-content: space-between;
    align-items: center;
}
/* section.section-side-images {
    padding: 100px 0px;
    position: relative;
    z-index: 2;
} */
.sticky-wrapper {
  position: relative;
  height: 200vh; /* section-founder (100vh) + side-images (100vh) */
}

.section-founder {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.section-side-images {
  position: absolute;
  top: 100vh; /* start below founder section */
  height: 100vh;
  width: 100%;
  z-index: 1;
}


section.section-aboutus {
    position: relative;
    padding: 80px 0px;
    background: #eee;
}
h4.main-heading2 {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    color: var(--c1);
}
h2.main-heading span {
    color: var(--c1);
    font-family: 'Playfair Display';
    font-style: italic;
}
h2.main-heading {
    font-size: 48px;
    color: #333333;
}
.aboutus-heading p {
    width: 40%;
    color: #333333a6;
    margin: 0;
}
.aboutus-heading {
    margin-bottom: 50px;
}
.about-image {
    width: 100%;
    height: 740px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.about-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-faq #accordion .card-header {
    background: none !important;
    border: none;
	padding: 0;
}
.about-faq #accordion .card-header a {
    color: #fff;
    font-size: 32px;
    padding: 20px 0px;
}

.about-faq .card-body {
    padding: 20px 0 20px 0;
}
.about-faq .card {
    border: none;
    border-bottom: 1px solid #ffffff75;
    border-radius: 0;
    background: no-repeat;
}
.about-faq .card-body p {
    color: #fff;
	font-size: 20px;
}
.about-faq-box {
    padding: 50px 60px;
    background: var(--c1);
    border-radius: 20px;
    height: 740px;
    display: flex
;
    align-items: end;
}
.faq-content {
    text-align: center;
    margin-bottom: 40px;
}





section.section-choose {
    position: relative;
    padding: 80px 0px 0px;
	display: none;
}
.choose-heading {
    text-align: center;
    margin-bottom: 50px;
}
.choose-image-box {
    width: 172%;
    margin-left: -36%;
}
.choose-image {
    width: 100%;
}
.choose-image img {
    width: 100%;
}
.founder-content h5 b {
    color: var(--c1);
}
.choose-icon-image {
    width: 50px;
}
.choose-icon-image img {
    width: 100%;
}
.choose-box-heading h4 {
    font-size: 20px;
    color: var(--c2);
    margin: 0;
}
.choose-box-heading-icon {
    display: flex
;
    align-items: center;
    column-gap: 6px;
    margin-bottom: 20px;
}
.choose-btn a:hover {
    color: var(--c2);
}
.choose-btn a i {
    rotate: -45deg;
    margin-left: 5px;
}
.choose-btn a {
    text-transform: uppercase;
    font-size: 16px;
    color: var(--c1);
    font-weight: 500;
    transition: .3s;
}
.choose-content-box {
    width: 110%;
    margin: 100px 0px;
    position: relative;
    z-index: 2;
}
.choose-box-1, .choose-box-2 {
    margin-left: 100px;
}
.choose-box-3, .choose-box-4 {
    margin: 60px 0px 60px -40px !important;
}
.choose-content p {
    padding-right: 80px;
}
.direction-image-one {
    width: 250px;
    height: 115px;
    position: absolute;
    right: -57%;
    top: 37%;
    z-index: 9;
}
.direction-image-one img {
    width: 100%;
}
.direction-image-one:before {
    position: absolute;
    content: "\f111";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 600;
    color: var(--c1);
    font-size: 12px;
    bottom: -7px;
    right: -4px;
}
.direction-image-one:after {
    animation: ripple 2.5s linear infinite;
    background-color: rgba(255, 255, 255, 0.8);
    animation-play-state: running;
    opacity: 1;
    visibility: visible;
    transition: transform 0.5s, opacity 0.5s, visibility 0.5s;
    border-radius: 100%;
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 2px;
    right: 2px;
    z-index: -1;
	transform-origin: center center;
    transform: translate(50%, 50%);
}
@keyframes ripple {
    0% {
        transform: translate(50%, 50%) scale(0);
        opacity: 1;
    }
    100% {
        transform: translate(50%, 50%) scale(1.7);
        opacity: 0;
    }
}
.direction-image-two {
    width: 250px;
    height: 115px;
    position: absolute;
    right: -57%;
    top: 37%;
    z-index: 9;
}
.direction-image-two img {
    width: 100%;
}
.direction-image-two:before {
    position: absolute;
    content: "\f111";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 600;
    color: var(--c1);
    font-size: 12px;
    bottom: -7px;
    right: -4px;
}
.direction-image-two:after {
    animation: ripple 2.5s linear infinite;
    background-color: rgba(255, 255, 255, 0.8);
    animation-play-state: running;
    opacity: 1;
    visibility: visible;
    transition: transform 0.5s, opacity 0.5s, visibility 0.5s;
    border-radius: 100%;
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 2px;
    right: 2px;
    z-index: -1;
	transform-origin: center center;
    transform: translate(50%, 50%);
}


.direction-image-three {
    width: 250px;
    height: 115px;
    position: absolute;
    left: -85%;
    top: 45%;
    z-index: 9;
}
.direction-image-three img {
    width: 100%;
}
.direction-image-three:before {
    position: absolute;
    content: "\f111";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 600;
    color: var(--c1);
    font-size: 12px;
    bottom: -7px;
    left: -4px;
}
.direction-image-three:after {
    animation: ripple 2.5s 
linear infinite;
    background-color: rgba(255, 255, 255, 0.8);
    animation-play-state: running;
    opacity: 1;
    visibility: visible;
    transition: transform 0.5s, opacity 0.5s, visibility 0.5s;
    border-radius: 100%;
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 2px;
    left: -28px;
    z-index: -1;
    transform-origin: center center;
    transform: translate(50%, 50%);
}

.direction-image-four {
    width: 250px;
    height: 115px;
    position: absolute;
    left: -85%;
    top: 54%;
    z-index: 9;
}
.direction-image-four img {
    width: 100%;
}
.direction-image-four:before {
    position: absolute;
    content: "\f111";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 600;
    color: var(--c1);
    font-size: 12px;
    bottom: -7px;
    left: -4px;
}
.direction-image-four:after {
    animation: ripple 2.5s 
linear infinite;
    background-color: rgba(255, 255, 255, 0.8);
    animation-play-state: running;
    opacity: 1;
    visibility: visible;
    transition: transform 0.5s, opacity 0.5s, visibility 0.5s;
    border-radius: 100%;
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 2px;
    left: -28px;
    z-index: -1;
    transform-origin: center center;
    transform: translate(50%, 50%);
}

section.section-treatments {
    position: relative;
    padding: 100px 0px;
    background: #eee;
}
.treatments-heading {
    margin-bottom: 50px;
}
section.section-treatments .container {
    max-width: 1300px;
}
.treatment-image {
    width: 100%;
    height: 265px;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}
.treatment-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.treatment-heading h3 {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #333;
    margin: 0;
}
.treatment-heading {
    margin-top: -90px;
    background-color: #f9ede7c2;
    width: 100%;
    position: relative;
    text-align: center;
    padding: 14px 10px;
    border-radius: 10px;
    transition: .3s;
}
.treatment-heading {
    background-color: #f9ede7c2;
    width: 90%;
    position: relative;
    text-align: center;
    padding: 16px 10px;
    border-radius: 10px;
    transition: .3s;
    margin: 90px auto 0;
}
.treatment-box:hover .treatment-heading {
    margin: -90px auto 0;
}
.treatment-btn {
    margin-top: 50px;
}
.tbox-2 .treatment-image {
    height: 445px;
}
.tbox-3 .treatment-image {
    height: 430px;
}
section.section-gallery-heading {
    position: relative;
    padding: 100px 0px 0px;
}
.gallery-heading {
    text-align: center;
    margin-bottom: 50px;
}

section.section-gallery {
    position: relative;
}
.gallery-image {
    width: 100%;
    height: 800px;
    position: absolute;
    opacity: 1;
    transition: .3s;
}

.gallery-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gallery-image.g-img3 {
    opacity: 0;
}
.gallery-image.g-img2 {
    opacity: 0;
}
.gallery-image.g-img4 {
    opacity: 0;
}
.gallery-image-title h3 {
    font-size: 24px;
    color: #fff;
    text-align: center;
	transition: .3s;
	z-index: 99;
	position: relative;
}
.image-title-box {
    height: 800px;
    border-right: 1px solid #ffffff59;
}
.image-title-box.g-img-show-4 {
    border: none;
}
.gallery-image.g-img2.active {
    opacity: 1;
}
.gallery-image.g-img3.active {
    opacity: 1;
}
.gallery-image.g-img4.active {
    opacity: 1;
}
.gallery-image-title {
    padding-top: 60px;
}
.image-title-box:hover .gallery-image-title:before {
    top: 0;
}

.gallery-image-title:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 150px;
    background: #ffffff;
    top: -200px;
    z-index: 0;
    transition: .4s;
}
.image-title-box:hover .gallery-image-title h3 {
    color: #333;
}
section.section-gallery {
    overflow: hidden;
}

section.section-testimonials {
    position: relative;
    padding: 100px 0px;
}
.testimonials-heading {
    text-align: center;
    margin-bottom: 50px;
}

.testi-image {
    width: 100%;
    height: 260px;
    position: relative;
}
.testi-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.testi-box {
    background: var(--c1);
}
.testi-name h5 {
    font-size: 14px;
    color: #333333;
    margin-bottom: 9px;
}
.testi-rating h5 {
    font-size: 14px;
    color: #333333;
    margin-bottom: 9px;
}
.testi-name h3 {
    font-size: 20px;
    color: #333333;
    margin: 0;
}
.testi-rating h3 {
    font-size: 20px;
    color: #333333;
    margin: 0;
}
.testi-info {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid #0000002b;
    margin-bottom: 28px;
}
.testi-text p {
    color: #333333;
}
.testi-author h5 {
    font-size: 16px;
    color: #333333;
    font-weight: 700;
    font-style: italic;
    margin: 0;
}
.testi-content {
    padding: 0px 36px;
}
.testi-box {
    background: var(--c1);
    border-radius: 16px;
    overflow: hidden;
    margin-top: 30px;
}
.testi-box.bg-golden {
    background-color: var(--c2);
}
.testi-image.timgh  {
    height: 275px;
}
.testi-box.mt-minus {
    margin-top: 15px;
}
section.section-article {
    position: relative;
    padding: 80px 0px;
    background: #eee;
}
section.section-article .container {
    max-width: 1300px;
}
.mb-50{
	margin-bottom: 50px;
}
.article-main-btn {
    text-align: end;
}
.article-heading p {
    margin: 0;
}
.article-image {
    width: 100%;
    height: 240px;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
}
.article-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.article-content h4 a {
    font-size: 24px;
    color: var(--c1);
    line-height: 34px;
}
.article-btn a i {
    rotate: -45deg;
    margin-left: 5px;
}
.article-btn a:hover {
    color: var(--c2);
}

.article-btn a {
    text-transform: uppercase;
    font-size: 16px;
    color: var(--c1);
    font-weight: 500;
    transition: .3s;
}
.article-content {
    padding: 20px 0px;
}
section.section-newsletter .container {
    max-width: 1300px;
}
section.section-newsletter .row {
    background: #eee;
    padding: 40px;
    border-radius: 20px;
	align-items: center;
}
section.section-newsletter {
    position: relative;
    padding: 80px 0px;
    display: none;
}
.newsletter-heading p {
    margin: 0;
}
.newsletter-input input {
    width: 58%;
    height: 48px;
    border-radius: 50px;
    outline: none;
    padding: 6px 15px;
    border: 1px solid #dc920078;
}
button.news-submit {
    width: 48px;
    height: 48px;
    border-radius: 48px;
    border: none;
    background: var(--c2);
    color: #fff;
}
.newsletter-form {
    text-align: end;
}
footer.footer {
    position: relative;
    padding: 50px 0px;
    background: #ffffff;
}
.footer-about p {
    color: #333333a6;
    width: 66%;
    margin-top: 35px;
    margin-bottom: 0;
}
.footer-menu ul li a:hover {
    color: var(--c1);
}

.footer-menu ul li a {
    font-size: 16px;
    text-transform: uppercase;
    color: #000000;
    transition: .2s;
    font-weight: 500;
}
.footer-menu ul {
    display: flex;
    column-gap: 36px;
    justify-content: end;
}
.footer-contact ul li i {
    color: var(--c1);
    margin-right: 6px;
}
.footer-contact ul li a:hover {
    color: var(--c1);
}
.footer-contact ul {
    display: flex
;
    column-gap: 20px;
}
.footer-contact ul li a {
    font-size: 16px;
    color: #333333;
    transition: .3s;
}
.footer-media ul {
    display: flex
;
    column-gap: 12px;
    justify-content: end;
}
.footer-media ul li a:hover {
    color: var(--c2);
}

.footer-media ul li a {
    color: var(--c1);
    transition: .3s;
    font-size: 18px;
}
.mt-50 {
    margin-top: 50px;
}
footer.footer-bg:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000073;
    top: 0;
    z-index: 0;
}
footer.footer-bg {
    height: 570px;
    position: relative;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 510px;
    overflow: hidden;
}
footer.footer-bg .container {
    padding: 18px 62px;
    max-width: 100%;
    border-top: 1px solid #ffffff75;
    position: relative;
}
.powered-by-text p {
    color: #fff;
    margin: 0;
}
.powered-by-text p a {
    color: var(--c2);
}
.copyright-text p {
    color: #fff;
    margin: 0;
    text-align: end;
}
.about-faq {
    width: 100%;
}
/* .side-image.side-image2 {
    background: var(--c1);
    border-radius: 20px;
} */
.gallery-image:before {
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    background: #0000005e;
    top: 0;
}
.founder-btn {
    margin-top: 40px;
}

.section-image {
    width: 60%;
}
.about-btn {
    margin-top: 50px;
}

section.section-internal {
    position: relative;
    padding: 80px 0px;
}
section.section-internal .row {
    align-items: center;
}

.internal-img {
    width: 85%;
	margin: 0 auto;
}
.internal-img img {
    width: 100%;
}
.internal-content ul li i {
    color: var(--c1);
}
.internal-content ul li {
    line-height: 35px;
    display: flex
;
    align-items: baseline;
    column-gap: 12px;
}
section.section-appointment {
    position: relative;
    padding: 100px 0px;
}
section.section-appointment:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(assets/imgs/beautiful-black-white-minimal-design_23-2149253177.jpg);
    opacity: 24%;
    background-position: center;
    background-size: cover;
}
.appointment-btn {
    margin-top: 60px;
}
.appointment-content h2 {
    margin-bottom: 40px;
}
.appointment-content {
    width: 68%;
    margin: 0 auto;
    text-align: center;
}
span.doctor-sign {
    display: block;
    font-size: 30px;
    font-family: "Allura", cursive;
    color: var(--c1);
    margin-top: 30px;
}
.internal-btn {
    margin-top: 40px;
}
.section-aest .internal-img {
    width: 80%;
    margin: 0 auto;
}
section.section-internal.section-aest {
    padding: 70px 0;
}
.page-id-231 .wrapper {
    overflow: hidden;
}

h3#comments {
    display: none;
}
ol.commentlist {
    display: none;
}

.section-article .blogs-item .custom-theme-post-item {
    display: block;
}
.section-article .custom-theme-post-image{
	width: 100%;
    height: 240px;
    border-radius: 20px;
    overflow: hidden;
}
.section-article .custom-theme-post-image img{
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-article .custom-theme-post-content {
    padding: 20px 0px !important;
}
.contact-form-wrap input {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid var(--c1);
    border-radius: .25rem;
    transition: border-color .15s 
ease-in-out, box-shadow .15s 
ease-in-out;
}

.contact-form-wrap textarea {
    display: block;
    width: 100%;
    height: 140px;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid var(--c1);
    border-radius: .25rem;
    transition: border-color .15s 
ease-in-out, box-shadow .15s 
ease-in-out;
}
input.wpcf7-submit {
    width: 20%;
    background: var(--c1);
    color: #fff;
}
label {
    width: 70%;
}
ul.sub-menu {
    display: block;
    position: absolute;
    z-index: 1;
    background: var(--c2);
    top: 33px;
    width: 260px;
    transform: rotateX(90deg);
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

ul.sub-menu li a {
    display: block;
    padding: 8px 12px;
    transition: .3s;
}

ul.sub-menu li a:hover {
    background: var(--c1);
    color: #fff;
    border-bottom: none;
}

.header-navbar ul li {
    position: relative;
}

.header-navbar ul li:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: rotateX(0deg);
}

ul.sub-menu li ul.sub-menu {
    position: absolute;
    left: 260px;
    top: 0;
    display: block;
    opacity: 0 !important;
    visibility: hidden !important;
    transition: .3s;
}
.header-navbar ul li ul.sub-menu li:hover ul.sub-menu{
	 opacity: 1 !important;
    visibility: visible !important;
}
section.section-price {
    position: relative;
    padding: 100px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
section.section-price:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: var(--c1);
    opacity: 60%;
}
.price-heading h2 {
    color: #333;
}
.price-heading {
    text-align: center;
    margin-bottom: 50px;
}
.cost-box {
    background: var(--c2);
    border-radius: 6px;
    padding: 30px 20px;
    transition: .3s;
}
.cost-title h3 {
    font-size: 20px;
    color: #333;
    font-weight: 600;
    margin-bottom: 20px;
}
.cost-content ul li {
    display: flex;
    justify-content: space-between;
    line-height: 40px;
    border-bottom: 2px dashed var(--c1);
    margin-bottom: 10px;
}
span.service-name {
    font-weight: 800;
}
span.service-price {
    font-size: 20px;
}
.price-heading h2 span {
    color: var(--c2);
}
section.section-price .row {
    justify-content: center;
}
section.gallery .row {
    justify-content: center;
}


.footer-timing h3 {
    font-size: 22px;
    color: var(--c1);
    font-weight: 600;
}
.footer-03 {
    margin-top: 28px;
    text-align: end;
	float: right;
}
.footer-bottom-menu ul {
    display: flex;
    column-gap: 12px;
    align-items: center;
    justify-content: end;
}

.footer-bottom-menu ul li {
    color: #fff;
}
.footer-bottom-menu ul li a {
    color: #fff;
}
.affiliation-heading {
    text-align: center;
    margin-bottom: 50px;
}
.affiliation-heading h2 span {
    color: var(--c2);
}
.affiliation-heading h2 {
    color: #fff;
}
section.section-affiliation:before {
    content: "";
    background: var(--c1);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 54%;
}

section.section-affiliation {
    width: 100%;
    height: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 100px 0px;
}
.aff-image {
    width: 280px;
    margin: 0 auto;
    height: 261px;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    padding: 30px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.aff-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}



section.section-concern-inner .row {
    align-items: center;
}
section.section-concern-inner {
    position: relative;
    padding: 80px 0px;
}
.concern-image img {
    width: 100%;
}
.concern-content p {
    margin: 20px 0px 0px;
}
.concern-btn {
    margin-top: 40px;
}
section.section-develop {
    position: relative;
    padding: 80px 0px;
    /* background-position: center; */
    /* background-size: cover; */
    /* background-repeat: no-repeat; */
    /* background-attachment: fixed; */
    background-image: none !important;
    background-color: #a98bc9;
}
section.section-develop:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #a98bc9;
    opacity: 40%;
    background-image: url(assets/imgs/beautiful-black-white-minimal-design_23-2149253177.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.treatment-box {
    margin-top: 50px;
}
.develop-box {
    background: #ffffff9c;
    padding: 60px 50px;
    backdrop-filter: blur(5px);
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.develop-content {
    text-align: center;
}

.develop-content p {
    margin: 20px 0 40px;
}
.develop-box.treatment-box .develop-content {
    text-align: left;
}
.develop-btn {
    text-align: center;
}
.develop-content h2 {
    text-align: center;
}
.schedule-content p {
    text-align: center;
    padding: 0px 40px;
}
section.section-schedule {
    position: relative;
    padding: 60px 0px 50px;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}
section.section-schedule:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: var(--c2);
    opacity: 66%;
}
section.section-join {
    position: relative;
    padding: 80px 0px;
    background-position: center right;
    background-size: contain;
    background-repeat: no-repeat;
}
.join-btn {
    margin-top: 50px;
}
.join-content p {
    margin-top: 20px;
}
.page-id-327 .concern-image {
    width: 80%;
    margin: 0 auto;
}
.page-id-329 .concern-image {
    width: 60%;
    margin: 0 auto;
}
.develop-content ul li {
    list-style: disc;
    margin-left: 20px;
}
.page-id-337 .develop-content {
    text-align: left;
}
.page-id-345 .develop-content p {
    margin: 16px 0 15px !important;
}
.page-id-345 .develop-btn {
    margin-top: 40px;
}
.aff-image.aff-image-1 img {
    filter: invert(1);
}

section.section-skin {
    position: relative;
    padding: 50px 0px 80px;
}
.skin-box {
    position: relative;
    margin-top: 30px;
    background: var(--c1);
    border-radius: 8px;
    overflow: hidden;
    transition: .3s;
    box-shadow: #a98bc9a3 0px 5px 15px;
}
.skin-box:hover {
    box-shadow: rgb(169 139 201) 0px 5px 15px;
    transform: scale(1.02);
}
.skin-image {
    width: 100%;
    height: 400px;
    position: relative;
}
.skin-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s;
}
.skin-title h3 {
    font-size: 24px;
    color: var(--c2);
    text-align: center;
    padding: 10px 0px;
}


.lang-spanish-image {
    display: none;
}
html.translated-ltr .lang-spanish-image {
    display: block;
}
.event-flyer-image img {
    width: 100%;
}
section.section-event-flyer {
    position: relative;
    padding: 80px 0px;
}
html.translated-ltr .lang-english-image {
    display: none;
}
.membership-agreement iframe {
    width: 100%;
    height: 700px;
}
section.section-membership {
    position: relative;
    background: var(--c2);
    padding: 80px 0px;
}
section.section-price.bg-var2:before {
    background: var(--c2);
}
.bg-var2 .price-heading h2 span {
    color: var(--c1);
}
.bg-var2 .cost-box {
    background: var(--c1);
}
.bg-var2 .cost-content ul li {
    border-bottom: 2px dashed var(--c2);
}
.bg-var2 .cost-title h3 {
    color: var(--c2);
}
.bg-var2 .cost-content ul li {
    border-bottom: 2px dashed var(--c2);
    color: #fff;
}
.develop-btn {
    text-align: center;
    margin-top: 40px;
}
.benefits h4 {
    font-size: 18px;
    font-weight: 700;
}

.benefits h3 {
    font-size: 20px;
    margin-top: 30px;
    color: var(--c1);
}
.benefits {
    text-align: center;
}

.benefits ul li i {
    color: var(--c1);
    margin-right: 7px;
}
.benefits ul li {
    list-style: none;
    margin: 0;
    line-height: 30px;
}
div#hero {
    padding: 80px 0px;
    background: var(--c1);
}
a.mobile_menu_caret{
    display: none !important;
}

.custom-theme-post-description h2 {
    color: var(--c1);
    font-size: 30px;
}
.custom-theme-post-description h3 {
    font-size: 24px;
    color: var(--c1);
}

.custom-theme-post-title a, .custom-theme-post-title {
    color: var(--c1);
    font-size: 36px;
    font-weight: 800;
}

section.section-article .custom-theme-post-title a, .custom-theme-post-title {
    font-size: 20px;
}
.aff-image.img-invert {
    background: #000;
}
.page-id-481 .develop-content p{
    margin: 10px 0px;
}
section.section-cherry-program {
    padding: 10px;
    background: var(--c2);
}
.chery-heading h2 {
    text-align: center;
}

