/*
Theme Name: moi
Theme URI: https://example.com
Author: MOI Wellness & Aesthetics
Author URI: https://example.com
Description: A custom WordPress theme
Version: 1.0
*/



@font-face {
  font-family: "Poppins-Black";
  src: url("./assets/fonts/Poppins-Black.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins-BlackItalic";
  src: url("./assets/fonts/Poppins-BlackItalic.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins-Bold";
  src: url("./assets/fonts/Poppins-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins-BoldItalic";
  src: url("./assets/fonts/Poppins-BoldItalic.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins-ExtraBold";
  src: url("./assets/fonts/Poppins-ExtraBold.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins-ExtraBoldItalic";
  src: url("./assets/fonts/Poppins-ExtraBoldItalic.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins-ExtraLight";
  src: url("./assets/fonts/Poppins-ExtraLight.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins-ExtraLightItalic";
  src: url("./assets/fonts/Poppins-ExtraLightItalic.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins-Italic";
  src: url("./assets/fonts/Poppins-Italic.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins-Light";
  src: url("./assets/fonts/Poppins-Light.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins-LightItalic";
  src: url("./assets/fonts/Poppins-LightItalic.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins-Medium";
  src: url("./assets/fonts/Poppins-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins-MediumItalic";
  src: url("./assets/fonts/Poppins-MediumItalic.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins-Regular";
  src: url("./assets/fonts/Poppins-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins-SemiBold";
  src: url("./assets/fonts/Poppins-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins-SemiBoldItalic";
  src: url("./assets/fonts/Poppins-SemiBoldItalic.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins-Thin";
  src: url("./assets/fonts/Poppins-Thin.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins-ThinItalic";
  src: url("./assets/fonts/Poppins-ThinItalic.ttf") format("truetype");
}

@font-face {
  font-family: "CALIFB";
  src: url("./assets/fonts/CALIFB.ttf") format("truetype");
}

@font-face {
  font-family: "CALIFI";
  src: url("./assets/fonts/CALIFI.ttf") format("truetype");
}

@font-face {
  font-family: "CALIFR";
  src: url("./assets/fonts/CALIFR.ttf") format("truetype");
}

@font-face {
  font-family: "Italiana-Regular";
  src: url("./assets/fonts/Italiana-Regular.ttf") format("truetype");
}

img{
	max-width: 100%;
}

a {
    text-decoration: none;
}

p {
    line-height: 30px;
}

/*header css*/

/* .header__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
} */
section.page_section {
    margin-top: -150px;
}
.anousment_block ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.anousment_bar .container-fluid {
    padding: 0 60px;
}
.anousment_block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	justify-content:space-between;
}

header.header {
/*     border-top: 4px solid #AF9483; */
    position: relative;
    z-index: 999;
}

.anousment_bar {
    padding: 9px 0px;
/*     background: #fff; */
    z-index: 999;
    position: sticky;
    top: 0px;
/* 	    background: #AF9483; */
/*     box-shadow: 0px 3px 6px #463B345C; */
}
header.header.scrolled {
    position: sticky !IMPORTANT;
    top: 0px;
    left: 0px;
}

header.header.scrolled .logo-menu {
    background: #af9483;
    padding-bottom: 10px;
    border-top: 0.5px solid #ffffff;
}
.anousment_bar.scrolled {
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
}

.social_icon {
    margin-right: 25px;
}

.social_icon ul li {
    margin-right: 10px;
}

.social_icon ul li a{
	display:block;
}

.social_icon ul li a img {
    height: 23px;
}

.social_icon ul li a img:hover {
    filter: opacity(0.5);
}


.header_info ul li {
    margin-right: 20px;
}

.header_info ul li a {
    display: block;
}

.header_info ul li a:hover{
	background: #463B34;
	color: #fff;
}

.logo img {
    height: 82px;
}
.footer_logo.footer_wt img {
    height: 110px;
}

li.light_button a {
    background: #CFBFB5;
    color: #463B34;
}

.header_info ul li a {
    padding: 10px 20px;
    border-radius: 30px;
    text-decoration: none;
    font-family: "Poppins-Regular";
}

.header_info ul li a strong {
    font-family: "Poppins-Bold";
}

li.dark_button a {
    background: #AF9483;
    color: #fff;
}

li.dark_button a img {
    margin-right: 5px;
}

/* .header_menu {
    background: #AF9483;
    box-shadow: 0px 3px 6px #463B345C;
}
 */
div#mega-menu-wrap-primary {
    background: transparent !IMPORTANT;
}

#mega-menu-wrap-primary #mega-menu-primary {
    justify-content: center !IMPORTANT;
    display: flex;
    flex-wrap: wrap;
}

#mega-menu-wrap-primary #mega-menu-primary li a {
    font-family: "Poppins-Medium" !IMPORTANT;
    text-transform: uppercase !IMPORTANT;
    height: auto !important;
    padding: 10px 25px !IMPORTANT;
    min-height: auto;
    line-height: 30px !IMPORTANT;
    font-size: 16px !IMPORTANT;
	color: #000000 !IMPORTANT;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
	padding: 8px 20px !IMPORTANT;
    font-size: 14px !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    background: transparent !IMPORTANT;
    color: #000000;
}

#mega-menu-wrap-primary #mega-menu-primary li a {
    background: transparent !IMPORTANT;
}

#mega-menu-wrap-primary #mega-menu-primary li a:hover {
    color: #af9483 !IMPORTANT;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-current-menu-item > a {
    color: #af9483 !IMPORTANT;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    width: 300px;
    background: #ffffff;
}

.scrolled .anousment_block {
    background: #af9483;
}

header.header.scrolled .logo-menu {
    background: #ffffff;
}

header.header.scrolled ul#mega-menu-primary li a {
    color: #000000 !IMPORTANT;
}

.anousment_bar .container-fluid {
    padding: 0px;
    max-width: 1360px;
}

header.header.scrolled .anousment_bar {
    background: #af9483;
    padding:10px 15px;
}

.header_info_main_block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
@media only screen and (max-width:1440px) and (min-width:991px){
	.logo-menu {
		width: 100%;
		margin: 0 auto;
		overflow-x:hidden;
	}
}

/*header css*/


section.explore-our-service {
  padding: 80px 0px;
  background: #ffffff;
}

.service-title h2 {
  color: #463b34;
  font-family: "CALIFB";
  font-size: 47px;
  margin: 15px 0 70px 0;
}

.service-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.explore-services-inn {
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.explore-services-inn h4 {
  text-align: center;
  color: #ffffff;
  margin: 0;
  font-family: "CALIFB";
  text-shadow: 0px 0px 10px #00000061;
  font-size: 31px;
}

.explore-services-inn {
    position: relative;
}
.explore-services-inn img {
    border-radius: 15px;
}
.explore-overlay {
    position: absolute;
    padding: 20px;
}

section.explore-our-service .col-lg-4 {
    margin-bottom: 25px;
}

.explore-overlay a {
    text-decoration: none;
}

.explore-service-hover-overlay {
    position: absolute;
    background: #00000091;
    height: 100%;
    width: 100%;
    padding: 30px;
    border-radius: 15px;
    display: none;
}
.explore-service-hover-overlay .overlay-content {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    border: 2px solid #986929;
    border-radius: 15px;
    padding: 20px;
}
.explore-services-inn:hover .explore-service-hover-overlay {
    display: block;
}
.explore-services-inn:hover .explore-overlay {
    display:none;
}
.explore-service-hover-overlay .overlay-description p {
    color: #ffffff;
    font-size: 16px;
    margin: 20px 0;
    font-family: "Poppins-Regular";
    text-align: center;
}
.explore-service-hover-overlay a {
    background: #af9483;
    font-size: 16px;
    font-family: "Poppins-Medium";
    color: #ffffff;
	border:1px solid #af9483;
    padding: 12px 20px;
    border-radius: 28px !important;
    transition: all 0.3s ease;
    text-decoration: none;
}
.explore-service-hover-overlay a:hover{
	background: transparent;
	
}

.looking-more-title h3 {
  font-size: 29px;
  text-align: center;
  color: #463b34;
  margin: 0 0 30px 0;
  font-family: "CALIFR";
}

.btn-sec {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
}
.btn-sec .btn-sec-inn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #af9483;
    font-size: 16px;
    font-family: "Poppins-Medium";
    color: #ffffff;
    border-color: #af9483;
    padding: 12px 59px 12px 20px;
    border-radius: 28px !important;
    position: relative;
    transition: all 0.3s ease;
    cursor: pointer;
    text-decoration: none;
}
.btn-sec .btn-sec-inn:hover{
	background:#463b34 !Important;
}
.explor-service-book-now .btn-sec-inn{
	/*     animation: jump 1s infinite; */
    animation: zoomInOut 1.5s ease-in-out infinite;
	background: #463b34;
}
.explor-service-book-now .btn-sec-inn:hover{
	background: #af9483 !Important;
}
/* @keyframes jump {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
} */
@keyframes zoomInOut {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
}


.btn-sec .btn-sec-inn.btn-common::before {
  content: "";
  position: absolute;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  background-size: 40px !Important;
  right: 5px;
	transition:0.5s;
}

.btn-sec .btn-sec-inn.btn-common:hover::before{
	transform: rotate(-45deg);
}

.btn-sec-inn:hover {
  background: #af9483 !important;
  border-color: #af9483 !important;
  color: #ffffff !important;
}
.moi-wellness-img img {
    width: 100%;
    border-radius: 15px;
}
section.moi-wellness {
  background: #f7f4f3;
  padding: 60px 0px;
}
.moi-wellness-content h2 {
  font-size: 47px;
  margin: 0 0 30px 0;
  font-family: "CALIFB";
  color: #463b34;
}
.moi-wellness-content p {
  color: #463b34;
  font-size: 18px;
  margin: 0 0 30px 0;
  font-family: "Poppins-Regular";
}
.btn-sec.book-now {
  justify-content: left;
}
.call-now a {
  background: transparent;
  font-size: 16px;
  font-family: "Poppins-Medium";
  color: #463b34;
  border: 1px solid #af9483;
  border-radius: 28px !important;
  transition: all 0.3s ease;
  cursor: pointer;
  text-decoration: none;
  padding: 12px 20px 12px 20px;
}

.call-now a:hover{
	background:#463B34 !Important;
	color:#fff;
}

.moi-wellness-button {
  display: flex;
  align-items: center;
  grid-gap: 20px;
}
.medical-director-img img {
  width: 100%;
}
section.medical-director {
  background: #ffffff;
  padding: 80px 0;
}
.medical-director-content h2 {
  color: #463b34;
  font-size: 47px;
  margin: 0 0 20px 0;
  font-family: "CALIFB";
}
.medical-director-content p, .medical-director-content ul li {
    color: #463b34;
    font-size: 18px;
    margin: 0 0 15px 0;
    font-family: "Poppins-Regular";
}
/* .medical-director-content {
  margin: 70px 0 0 0;
} */
section.introduction {
    background: #e7dfda;
    padding: 70px 0 150px 0;
}

body{
	color:#463B34;
}
.introduction-title h2 {
  text-align: center;
  margin: 0 0 25px 0;
  font-size: 47px;
  font-family: "CALIFB";
  color:#463B34;
}
.booster-description p {
    color: #463b34;
    font-size: 18px;
    margin: 0 0 40px 0;
    font-family: "Poppins-Regular";
}
.introduction-title {
  position: relative;
}
.introduction-title::after {
  content: "";
  position: absolute;
  width: 263px;
  height: 2px;
  background: transparent
    linear-gradient(90deg, #ffffff 0%, #e7dfda 51%, #ffffff 100%) 0% 0%
    no-repeat padding-box;
  opacity: 1;
  left: 50%;
    transform: translateX(-50%);
}
.introduction-video-img {
/*     height: 800px; */
	height:570px;
    margin-top: -100px;
    border-radius: 22px;
}

.introduction-video-img {
    background-size: cover !important;
    background-position: center center !IMPORTANT;
}

.introduction-video-img img {
    position: relative;
    transform: translate(-50%, -50%);
    right: -50%;
    top: 37%;
}
.introduction-video-img h3 {
    color: #FFFFFF;
    text-align: center;
/*     position: relative;
    transform: translate(-50%, -50%);
    right: -50%;
    top: 50%; */
    font-size: 30px;
	margin:0px 5px;
}
.booster-service-data.d-flex.align-items-center {
    position: relative;
    transform: translate(-50%, -50%);
    right: -50%;
    top: 43%;
    justify-content: center;
}
img.change-place {
    right: -70%;
}
img.moi-mainlogo {
    top: 55%;
}
section.introduction-video {
    background: #ffffff;
}

.slide-buttons button {
    height: 45px;
    width: 45px;
    border: none !IMPORTANT;
    background: #dfd4cd;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: unset !IMPORTANT;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.slide-buttons button:hover {
    opacity: 0.5;
}

.slide-buttons button span {
    display: block;
    height: 25px;
    line-height: 19px;
}

section.testimonial_section {
    margin-bottom: 70px;
}

.connect-sec-map img {
    width: 100%;
}
section.connect-sec {
    background: #F7F4F3;
    padding: 0 0 100px 0;
    margin-top: 330px;
}
.connect-sec-map {
    margin-top: -250px;
}
.connect-with-title h2 {
    color: #463B34;
    margin: 0;
    font-family: "CALIFB";
    font-size: 47px;
}
.connect-with-title {
    text-align: center;
    margin: 50px 0 50px 0;
}
.connect-with-title span {
    color: #463B34;
    margin: 0;
    font-family: "CALIFB";
    font-size: 38px;
}
.connect-member img {
    width: 100%;
    
}
.connect-member:hover img {
  filter: brightness(0.4);
}
.connect-sec .col-lg-3.col-md-6.col-12 {
    padding: 0 10px 20px 0;
}
.connect-member {
  position: relative;
}
.connect-member::after {
  content: "";
  position: absolute;
  border: 2px solid #986929;
  border-radius: 10px;
  width: 230px;
  height: 230px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
.connect-member::before {
  content: "";
    position: absolute;
    width: 45px;
    height: 45px;
    top: 50%;
    left: 50%;
    z-index: 1;
    background-size: contain !important;
    display: none;
    transform: translate(-50%, -50%);
}
.connect-member:hover::after {
  display: block;
}
.connect-member:hover::before {
  display: block;
}
.introduction-video-title h2 {
  text-align: center;
  margin: 50px 0 0 0;
  color: #463B34;
  font-size: 47px;
  font-family: "CALIFR";
  position: relative;
}
.introduction-video-title::before {
  content: "";
  position: absolute;
  border: 1px solid #E7DFDA;
  width: 263px;
  bottom: -20px;
  right: 40%;
}
.introduction-video-title {
  position: relative;
}

.slider-container {
  width: 80%;
  margin: auto;
  overflow: hidden;
  position: relative;
}

.slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.slide {
  width: 100%;
  flex-shrink: 0;
  padding: 20px;
  box-sizing: border-box;
}

.slide p.slide-text {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 15px;
  text-align: center;
  color: #463B34;
  font-family: "Poppins-Regular";
  position: relative;
}

.slide p.slide-text::before {
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  background-size: contain !Important;
  top: -21px;
  left: 0px;
}
button#prevBtn,
button#nextBtn {
  border-radius: 50%;
}
.slide-buttons {
  display: flex;
  justify-content: end;
  grid-gap: 10px;
}
.slide p.slide-text::after {
  content: "";
  position: absolute;
  width: 90px;
  height: 70px;
  bottom: -55px;
  right: 0;
  background-size: contain !Important;
}
.introduction-video .col-lg-9.col-md-12.col-12 {
  margin: auto;
}
.slide .author {
  text-align: center;
  color: #AF9483;
  font-size: 32px;
  font-family: "CALIFB";
}
.slide img {
  display: flex;
  margin: 0 auto;
}

.controls {
  text-align: center;
  margin-top: 10px;
}

.controls button {
  padding: 5px 15px;
  border: none;
  background-color: #ddd;
  cursor: pointer;
  margin: 0 5px;
}

.controls button:hover {
  background-color: #ccc;
}
.swiper.introduction-video-slider {
  margin: 30px 0 0 0;
}

.hero-sec {
  position: relative;
  overflow: hidden;
  padding: 100px 0px 70px 0;
}

.hero-sec .bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.hero-sec-moi-wellness {
  border-radius: 22px;
  padding: 1px;
  text-align: center;
  display: flex;
  justify-content: center;
}
.hero-sec-moi-wellness p {
 	display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff75;
    font-size: 19px;
    color: #382B23;
    padding: 12px 20px;
    border-radius: 32px !important;
    position: relative;
    transition: all 0.3s ease;
    cursor: pointer;
    font-family: "CALIFR";
}

.hero-sec-moi-wellness-title h1 {
  color: #ffffff;
  text-align: center;
  margin: 0 0 20px 0;
  font-size: 82px;
  font-family: "Italiana-Regular";
}

.hero-sec-moi-wellness-title h6 {
  color: #ffffff;
  text-align: center;
  margin: 0 0 20px 0;
  font-size: 30px;
  font-family: "Italiana-Regular";
}

.hero-sec-moi-wellness-title p.transformation {
  color: #ffffff;
  text-align: center;
  margin: 20px 0 0 0;
  font-size: 18px;
  font-family: "Poppins-Italic";
}


.connect-sec-map {
    border-radius: 20px;
}

.connect-sec-map p {
    margin: 0px;
}

.connect-sec-map iframe {
    width: 100%;
    height: 455px;
    border-radius: 20px;
    box-shadow: 0px 0px 20px #af9483;
}


.video_main {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
}

.introduction-video-img {
    position: relative;
    overflow: hidden;
}

.video_main video {
    width: 100%;
    height: 100% !IMPORTANT;
    display: block;
    object-fit: cover !IMPORTANT;
    background: #fff !IMPORTANT;
}

.iframe_block1 {
    width: 100%;
    height: 100%;
}

.introduction-video-img:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(70 59 52/46%);
    width: 100%;
    height: 100%;
}

img.play_icon {
    z-index: 2;
}

img.change-place {
    z-index: 2;
}

.booster-service-data.d-flex.align-items-center {
    z-index: 2;
}

img.moi-mainlogo {
    z-index: 2;
}

.video_main {
    z-index: 2;
}

a.play_pouse_button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.2);
    background: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 48px;
    border-radius: 50%;
    color: #463B34;
    font-size: 29px;
}

a.play_pouse_button {
    display: none;
}

.video_main:hover a.play_pouse_button {
    display: block;
}

/* contact css */

section.contact_section {
    margin: 70px 0px;
}

.contact_form {
    background-size: cover !IMPORTANT;
    border-radius: 25px;
    padding: 55px 20%;
}

.contact_form .introduction-title {
    margin-bottom: 85px;
}

.contact_form .introduction-title h2 {
    color: #fff;
}

.contact_form .introduction-title::after {
    background: linear-gradient(90deg, #FFFFFF, #E7DFDA, #FFFFFF) !important;
    content:'';
}

.input_field input {
    width: 100%;
    height: 48px;
    padding: 10px 20px;
    border-radius: 30px;
    border: none !IMPORTANT;
    outline: none !important;
    font-family: "Poppins-Medium";
	background:#fff;
	color:#000;
}

.input_field textarea {
    width: 100%;
    height: 135px;
    padding: 10px 20px;
    border-radius: 18px;
    border: none ! IMPORTANT;
    font-family: "Poppins-Medium";
	outline:none !Important;
	background:#fff;
	color:#000;
}

.submit_button input {
    background: #AF9483 !IMPORTANT;
    width: 100%;
    height: 50px;
    border-radius: 30px;
    border: none !IMPORTANT;
    font-family: "Poppins-Medium";
    font-size: 17px;
    color: #fff;
}

.contact_form .input_field p {
    margin-bottom: 20px;
}

.contact_form .wpcf7-response-output {
    color: #fff;
}

.submit_button p {
    margin-bottom: 0px;
}

.submit_button p span.wpcf7-spinner {
    position: absolute;
    left: 0px;
}

.submit_button {
    position: relative;
}

.submit_button input:hover {
    background: #000 !important;
}

/* contact css */

img.play_icon {
    cursor: pointer;
}

button.btn-close {
    position: absolute;
    right: -25px;
    top: -25px;
    background: transparent ! IMPORTANT;
    outline: none ! IMPORTANT;
    box-shadow: none;
}

/* footer css */

footer {
    background: #E7DFDA;
    padding: 60px 0px;
    border-bottom: 4px solid #AF9483;
    padding-bottom: 30px;
}

.footer_row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 20px;
}

.address_footer {
    height: 100%;
}

.address_footer p {
    color: #463B34;
    font-size: 22px;
    text-align: center;
    font-family: "Poppins-Medium";
	margin-bottom:0px;
}

.footer_row .call_btn a {
    text-decoration: none;
    color: #463B34;
    font-family: "CALIFR";
    font-size: 42px;
}
.footer_wt {
    width: 35%;
}
.footer_logo.footer_wt {
    width: 30%;
}
.call_btn.footer_wt {
    flex: 1;
    width: auto !IMPORTANT;
    padding-left: 6%;
}

.address_footer.footer_wt {
    border-right: 1px solid #AF94833B;
    border-left: 1px solid #AF94833B;
}

.data_footer p {
    text-decoration: none;
    color: #463B34;
    font-size: 15px;
    font-family: "Poppins-Regular";
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.data_footer p strong {
    font-family: "CALIFR";
    font-size: 20px;
    margin-right: 5px;
}

ul#usefull {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
	flex-wrap:wrap;
}

ul#usefull li a {
    display: block;
    padding: 0px 10px;
    text-decoration: none;
    font-family: "Poppins-SemiBold";
    font-size: 15px;
    border-right: 2px solid #463B34;
    color: #463B34;
}

ul#usefull li:last-child a {
    border: none;
}

.ratting_block {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Poppins-Regular";
    font-size: 15px;
    margin-bottom: 15px;
	color:#463B34;
}

.ratting_block strong {
    margin: 0px 5px;
}

p.copyright_text {
    font-family: "Poppins-Regular";
    color: #463B34;
}

.data_footer .social_icon {
    margin: 0px;
    padding: 0px;
}

.data_footer .social_icon ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.data_footer .social_icon ul li:last-child {
    margin-right: 0px;
}

/* footer css */

section.hero-sec {
    height: calc(0px + 100vh);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -150px;
}
/* contact page css */

section.page_section {
    text-align: center;
    padding: 170px 0px 50px 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 370px;
}
section.page_section .container {
    position: relative;
}
/* section.page_section:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(175 148 131/50%);
} */
.page_title h1 {
    font-family: "Poppins-Bold";
    color: #483c35;
    font-size: 44px;
}
section.contact_page {
    margin: 50px 0px;
}
.contact_inner {
    text-align: center;
    padding: 25px;
    background: #f7f4f3;
    border-radius: 20px;
    height: 100%;
    box-shadow: 0px 0px 20px #f7f4f3;
    transition: 0.5s;
}
.contact_inner img {
    height: 70px;
    margin-bottom: 15px;
}
.contact_inner h3 {font-family: "Poppins-SemiBold";font-size: 21px;margin-bottom: 10px;color: #463b34;}

.contact_inner a {
    color: #463b34;
    text-decoration: none;
    font-size: 19px;
}

.contact_page .col-md-4 {
    margin-bottom: 20px;
}

.contact_inner:hover {
    box-shadow: 0px 0px 11px rgba(0 0 0/19%);
}

.contact_inner a:hover {
    color: #af9483;
}

.contact_form_new {
    padding: 50px;
    background: #ddccc1;
    border-radius: 20px;
    height: 100%;
    box-shadow: 0px 0px 20px #af9483;
    transition: 0.5s;
}
.contact-map-iframe p {
    margin:0;
}
.contact-map-iframe iframe {
    height: 645px;
    width: 100%;
    border-radius: 20px;
}
.contact-map-iframe iframe {
    height: 635px;
    width: 100%;
    border-radius: 20px;
}

.contact_form_new h2 {
    text-align: center;
    margin-bottom: 35px;
    font-family: "CALIFR";
    font-size: 44px;
	color:#463B34;
}

/* contact page css */


/* about us page css  */

section.about_page_section {
    padding: 50px 0px;
}

.about_content.medical-director-content {
    margin: 0px;
}

.about_image {
    padding-right: 40px;
}

.about_image img {
    border-radius: 20px;
    box-shadow: 0px 0px 20px #cfbfb554;
	width:100%;
}

section.vision__section {
    margin: 50px 0px;
}

section.vision__section:nth-child(2) {
    padding: 50px 0px;
}

section.vision__section:nth-child(odd) {
    padding: 50px 0px;
    background: #f7f4f3;
}

section.vision__section:nth-child(odd) .row {
    flex-direction: row-reverse;
}

.vision_image img {
    border-radius: 20px;
    box-shadow: 0px 0px 20px #cfbfb554;
}

/* about us page css */


/* galley page css */

body{
	background-color:#fff !important;
}

@keyframes zoomin {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

.gallery-item {
  display: block;
}

.gallery-item img {
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.2s;
}

.gallery-item:hover img {
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.35);
}

.lightbox-modal .modal-content {
  background-color: var(--lightbox);
}

.lightbox-modal .btn-close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  font-size: 1.25rem;
  z-index: 10;
  filter: invert(1) grayscale(100);
}

.lightbox-modal .modal-body {
  display: flex;
  align-items: center;
  padding: 0;
}

.lightbox-modal .lightbox-content {
  width: 100%;
}

.lightbox-modal .carousel-indicators {
  margin-bottom: 0;
}

.lightbox-modal .carousel-indicators [data-bs-target] {
  background-color: var(--carousel-text) !important;
}

.lightbox-modal .carousel-inner {
  width: 575px;
}

.lightbox-modal .carousel-inner img {
  animation: zoomin 10s linear infinite;
}

.lightbox-modal .carousel-item .carousel-caption {
  right: 0;
  bottom: 0;
  left: 0;
  padding-bottom: 2rem;
  background-color: var(--lightbox);
  color: var(--carousel-text) !important;
}

.lightbox-modal .carousel-control-prev,
.lightbox-modal .carousel-control-next {
  width: auto;
}

.lightbox-modal .carousel-control-prev {
  left: 1.25rem;
}

.lightbox-modal .carousel-control-next {
  right: 1.25rem;
}

@media (min-width: 1400px) {
  .lightbox-modal .carousel-inner {
    max-width: 575px;
  }
}

[data-bs-theme = "dark"] .lightbox-modal .carousel-control-next-icon,
[data-bs-theme = "dark"] .lightbox-modal .carousel-control-prev-icon {
    filter: none;
}

.btn-fullscreen-enlarge,
.btn-fullscreen-exit {
  position: absolute;
  top: 1.25rem;
  right: 3.5rem;
  z-index: 10;
  border: 0;
  background: transparent;
  opacity: .6;
  font-size: 1.25rem;
}

.bi {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.035em;
  fill: currentcolor;
}

a.gallery-item img {
    border-radius: 15px;
}

section.photo-gallery {
    margin: 60px 0px;
}


span.carousel-control-next-icon {
    filter: invert(0) !IMPORTANT;
}

span.carousel-control-prev-icon {
    filter: invert(0) !IMPORTANT;
}

/* gallery page css */

.page-template-reviews .testimonial_section .btn-sec {
    display: none !important;
}


/* blog css */

section.blog__section {
    margin: 50px 0px;
}

.post__inner.blog__inner__blog {
    border: 1px solid #ddd;
    transition: 0.5s;
	height:100%;
}

.post__inner.blog__inner__blog:hover {
    box-shadow: 0px 0px 20px rgba(0 0 0 / 50%);
}

.post__inner {
    border-radius: 15px;
    overflow: hidden;
}

.blog__inner__blog .post-thumbnail img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.post-thumbnail {
    position: relative;
}

.post__details {
    border-radius: 15px;
    margin-top: -15px;
    position: relative;
    z-index: 1;
    background: #fff;
    padding: 15px;
}

.post-category a {
    color: #AF9483;
    font-family: "Poppins-Medium";
    font-size: 15px;
    text-transform: uppercase;
}

h3.post-title, h3.post-title a {
    font-family: "Poppins-SemiBold";
    color: #1d1d1d;
    font-size: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 43px;
}

.blog__inner__blog .post-excerpt {
    color: #1d1d1d;
    font-family: "Poppins-Regular";
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 43px;
}

.post-date {
    margin-top: 15px;
}

.post__date {
    display: flex
;
    justify-content: space-between;
    align-items: baseline;
}

.post__date h5 {
    flex: 1;
    color: #AF9483;
    font-family: "Poppins-Regular";
    font-size: 15px;
    font-weight: normal;
}

.post__date a {
    border: 1px solid #AF9483;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #AF9483;
    transform: rotate(-45deg);
    transition: 0.5s;
}

.post__date a:hover {
    transform: rotate(0deg);
    background: #AF9483;
    color: #fff;
}

.blog__section .col-md-4 {
    margin-bottom: 25px;
}

.pagination {
    justify-content: center;
    align-items: center;
}

.pagination span, .pagination a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px;
    border: 1px solid #AF9483;
    min-width: 40px;
    height: 40px;
    padding: 10px;
    border-radius: 5px;
    color: #AF9483;
}

.pagination span:hover, .pagination a:hover, .pagination .current {
    background: #AF9483;
    color: #fff;
}

article.single__post__section {
    margin: 50px 0px;
}

.single-post-detail .title__block {
    margin: 20px 0px;
}

.title__block h2, .title__block h1, .comments-wrapper.section-inner h2 {
    font-size: 40px;
    font-family: "Poppins-Bold";
}

.single-post-detail .post-meta {
    margin: 0px ! IMPORTANT;
    margin-bottom: 20px ! IMPORTANT;
}

.post-category a {
    color: #AF9483;
    font-family: "Poppins-Medium";
    font-size: 15px;
    text-transform: uppercase;
}

.single-post-detail .post-meta {
    margin: 0px ! IMPORTANT;
    margin-bottom: 20px ! IMPORTANT;
}

.single-post-detail p, .single-post-detail li {
    color: #050306;
    font-family: "Poppins-Regular";
}

.single-post-detail h2, .single-post-detail h3 {
    font-size: 30px;
    font-family: "Poppins-SemiBold";
}


.title__block h2, .title__block h1, .comments-wrapper.section-inner h2 {
    font-size: 40px;
    font-family: "Poppins-Bold";
}

.comment-respond label {
    display: block;
    font-family: "Poppins-Medium";
}


p.form-submit input {
    display: block;
    text-align: center;
    border: 1px solid #AF9483 ! IMPORTANT;
    color: #fff !important;
    padding: 12px 30px;
    border-radius: 30px;
    text-transform: capitalize;
    background: #AF9483 ! IMPORTANT;
    font-weight: normal ! IMPORTANT;
    font-family: "Poppins-Medium";
}

h3#reply-title {
    text-align: center;
    font-size: 40px;
    font-family: "Poppins-Bold";
}

div#respond {
    max-width: 650px;
    margin: 40px auto;
    padding: 0px 15px;
}

p.comment-notes {
    text-align: center;
}

textarea#comment {
    width: 100%;
    height: 125px;
    padding:10px;
}

form#commentform input {
    width: 100%;
    height: 45px;
    padding:10px;
}

form#commentform input#wp-comment-cookies-consent {
    width: auto;
    height: auto;
    padding:10px;
}

.comment-form-cookies-consent label {
    display: inline-block;
}

p.form-submit input {
    width: auto !IMPORTANT;
    height: auto !IMPORTANT;
    padding: 10px 32px !IMPORTANT;
    font-family: "Poppins-Medium";
}

p.form-submit input:hover {
    background: #fff !IMPORTANT;
    color: #050306 !IMPORTANT;
}

.post-feature-image img {
    height: auto;
}

section.archive-section {
    margin: 50px 0px;
}

header.page-header h1.page-title {
    font-family: "Poppins-SemiBold";
    font-size: 35px;
	color:#463B34;
}

.post-category a:after {
    content: '/';
    padding: 0px 5px;
}

.post-category a:last-child:after {
    display: none;
}

.post-feature-image {
    margin-bottom: 20px;
}

.post-meta span {
    font-family: "Poppins-Regular";
}

/* blog css */


section.policy_section {
    margin: 50px 0px;
}

section.policy_section p, section.policy_section li {
    font-family: "Poppins-Regular";
}

section.policy_section h3, section.policy_section h2, section.policy_section h4 {
    font-family: "Poppins-SemiBold";
}

form#commentform textarea, form#commentform input {
    background: #fff;
    color: #000;
    border: 1px solid #af9483;
}

input#wp-comment-cookies-consent {
    background: #fff !important;
    height: 20px !IMPORTANT;
    width: 20px !IMPORTANT;
    background-color: #fff !IMPORTANT;
}

section.service_list_section {
    margin: 50px 0px;
}

.post-thumbnail img {
    width: 100%;
/*     border-radius: 26px; */
    height: 330px;
    object-fit: cover;
}

.custom-post-item {
    position: relative;
    transition: 0.5s;
}

.service_data_overlay {
    position: absolute;
    padding: 15px;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}

.service_data_overlay h3 {
    color: #fff;
    font-size: 26px;
    line-height: normal !IMPORTANT;
}

.service_data_overlay a {
    background: #8a6e5c;
    color: #fff;
    padding: 10px 30px;
    border-radius: 30px;
    text-decoration: none;
    font-family: "Poppins-Regular";
    display: inline-block;
    margin-top: 7px;
}

.custom-post-item:hover {
    box-shadow: 0px 0px 10px #cfbfb5bd;
    border-radius: 27px;
}

.service_data_overlay a:hover {
    background: #fff;
    color: #8a6e5c;
}

/*service details page start*/
section.Service-type-section, section.explore-service-section {
    padding: 50px 0px;
    background: #f7f4f3;
}
.section-main-title h2 {
    text-align: center;
    margin: 0;
    color: #463B34;
    font-size: 47px;
    font-family: "CALIFR";
    position: relative;
}
.section-main-title {
    margin-bottom: 70px;
}
.section-main-title h2:before {
    content: "";
    position: absolute;
    border: 1px solid #E7DFDA;
    width: 263px;
    bottom: -20px;
    right: 40%;
    margin-top: 20px;
}
.inner-service-type-box {
    text-align: center;
    margin-bottom: 30px;
}
.inner-service-type-box img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    margin-bottom: 10px;
}
.inner-service-type-box p {
    text-align: center;
    margin: 0px;
    font-size: 24px;
    font-family: "CALIFB";
    color: #463b34;
}
.why-choose-section .about_image {
    padding-right: 0 !important;
}
.why-choose-section .about_image img {
    width: 100%;
}
.explore-slide a {
    text-align: center;
    margin: 0px;
    font-size: 31px;
    font-family: "CALIFB";
    color: #463b34;
}
.iframe_block iframe {
    width: 100%;
    height: 510px;
}

.iframe_popup_block .modal-content {
    background: #fff !important;
}

[data-bs-theme=dark] .btn-close {
    filter: unset !important;
}

.btn-close:focus {
    box-shadow: none !IMPORTANT;
}

.service_list_section .explore-services-inn h4 {
    text-shadow: 0px 0px 10px #000000;
}
.service-details-description {
    color: #ffffff;
    font-size: 18px;
    margin: 20px 0 0px 0;
    font-family: "Poppins-Regular";
}
.explore-slide img {
    object-fit: cover;
    width: 100%;
    height: 260px;
}
section.service-intro-section, section.treatment-guide-section {
    margin: 70px 0px;
}
.intro-description p {
    color: #463b34;
    font-size: 18px;
    margin: 0 0 15px 0;
    font-family: "Poppins-Regular";
    line-height: 32px;
}
.common-areas-section .about_image img {
    padding: 0;
    margin: 0;
    width: 100%;
}
.common-areas-section .about_image {
    padding-left: 40px;
}
.common-areas-section{
    background-color:#f5eee9;
}
.treatment-guide-title h2 {
    font-size: 48px;
    margin: 0 0 30px 0;
    font-family: "CALIFB";
    color: #463b34;
    line-height: 60px;
}
.treatment-guide-section .accordion-item, .accordion-button:not(.collapsed), .accordion-button {
    color: #463b34;
    background-color: transparent;
    outline:none;
    box-shadow: none;
}
.treatment-guide-section .accordion-header {
    margin-bottom: 0;
    border-radius: 0px;
    font-family: 'Poppins-Medium';
}
.treatment-guide-section .accordion-header button {
    font-size: 19px;
}
.treatment-guide-section .accordion-header:focus {
    outline:none;
    box-shadow:none;
}
.treatment-guide-section .accordion-button:not(.collapsed) {
    border-bottom: 1px solid #463b34;
}
.treatment-guide-section .accordion-body {
    color: #463b34;
    font-size: 16px;
    font-family: "Poppins-Regular";
}
section.service-detail-cta-section {
    position: relative;
    z-index: 0;
    padding: 60px 0px;
    margin-bottom: 70px;
}
section.service-detail-cta-section:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #ffffff70;
    z-index: -1;
}
.service-detail-cta h2 {
    color: #463b34;
    font-size: 47px;
    margin: 0 0 15px 0;
    font-family: "CALIFB";
}
.service-detail-cta  p {
    color: #463b34;
    font-size: 18px;
    margin: 0 0 30px 0;
    font-family: "Poppins-Regular";
}
.how-it-work-main-title h2  {
    color: #463b34;
    font-size: 47px;
    margin: 0 0 30px 0;
    font-family: "CALIFB";
}
.how-it-work-main-title p {
    color: #463b34;
    font-size: 18px;
    margin: 0 0 15px 0;
    font-family: "Poppins-Regular";
}
.about_page_section h3 {
    font-size: 24px;
    font-family: 'Poppins-Regular';
}
/* leave-review page start */
.leave-review h2 {
    color: #463b34;
    font-family: "CALIFB";
    font-size: 47px;
    margin: 0px 0 30px 0;
}
section.leave-review-section {
    margin: 70px 0px;
}
.leave-review p {
    color: #463b34;
    font-size: 18px;
    margin: 10px 0 30px 0;
    font-family: "Poppins-Regular";
}
.leave-review h3 {
    text-align: center;
    color: #463b34;
    margin: 0;
    font-size: 31px;
    font-family: "CALIFB";
    font-weight: 500;
}
.faceboook-review a img {
    width: 100px;
    margin: 0 auto;
    display: flex;
}
.faceboook-review {
    background: #f5eee9;
    padding: 50px;
    border-radius: 20px;
    opacity: 0.5;
}
.faceboook-review:hover {
    opacity: 1;
}
/* Leave Review Page End */
/* policy page start */
section.policy_section h2 {
    font-size: 24px;
}
section.policy_section h3 {
    font-size: 18px;
}
section.policy_section p, section.policy_section li {
    font-size: 16px;
}
/* policy page end */

/*faqs start*/
section.faq-sec {
    padding: 80px 0px;
}
.faq-sec .heading-txt {
    margin-bottom: 40px;
}
.faq-sec button.accordion-button {
    background: transparent !IMPORTANT;
    font-family: 'Poppins-Medium';
    font-size: 20px;
    color: #4d423a !IMPORTANT;
    padding: 18px 25px !important;
    text-decoration: none;
    text-transform: capitalize;
    letter-spacing: 0;
}
.faq-sec .accordion-item {
    margin-bottom: 15px;
    border: none !IMPORTANT;
    border-radius: 12px !important;
    overflow: hidden;
    box-shadow: 0px 0px 5px #4d423a;
    background: #ffffff;
}
button.accordion-button.px-0 {
    box-shadow: 0px 0px 5px #4d423a;
}
.faq-sec .accordion-body {
    padding: 15px 26px !important;
    color: #463b34;
    margin: 0;
    font-family: 'Poppins-Regular';
}
.faq-sec .accordion-body p{
    margin: 0;
}

/*faqs end*/

/*gallery page start*/
section.gallery-coming-soon-section {
    position: relative;
    z-index: 0;
    background: #f1f1f1;
}
section.gallery-coming-soon-section:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    /*animation: rotate360 2s linear infinite;*/
}

/*@keyframes rotate360 {*/
/*  from {*/
/*    transform: rotate(0deg);*/
/*  }*/
/*  to {*/
/*    transform: rotate(360deg);*/
/*  }*/
/*}*/
/*gallery page end*/



.our_story_title h2 {
    color: #463B34;
    font-size: 47px !IMPORTANT;
    font-family: "CALIFR" !IMPORTANT;
    position: relative;
    margin-bottom: 30px;
}

/* .our_story_content {
    padding: 30px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 0px 20px rgba(0 0 0/20%);
    height: 100%;
} */


.story_image img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0px 0px 20px #cfbfb554;
}

.story_image {
    position: sticky;
    top: 176px;
}

.our_story_section .col-md-7, .our_story_section .col-md-5{
	margin-bottom:25px;
}

section.service_first_section {
    margin: 50px 0px;
}

.first_sec_img {
    text-align: right;
}

.first_sec_img img {
    border-radius: 20px;
    box-shadow: 0px 0px 20px #cfbfb554;
	width:95%;
}

.service_first_section_content h4 {
    font-family: "Poppins-SemiBold";
    font-size: 21px;
}

.about_content.medical-director-content ul li {
    color: rgb(70, 59, 52);
    font-size: 18px;
    font-family: Poppins-Regular;
    margin: 0px 0px 15px;
}

section.section_about_repeater {
    margin: 50px 0px;
}

section.section_about_repeater:nth-child(odd){
	padding:50px 0px;
	background:#f7f4f3;
}

.about_repeater_content, .about_repeater_image {
    position: sticky;
    top: 167px;
}

section.section_about_repeater:nth-child(odd) .row {
    flex-direction: row-reverse;
}

section.section_about_repeater:nth-child(odd) .about_repeater_image {
    text-align: right;
}

section.section_about_repeater:nth-child(odd) .about_repeater_image img {
    width: 88%;
}

.about_repeater_image img {
    border-radius: 25px;
}

section.cta_section_moi {
    margin: 50px 0px;
}

.cta_block_innew {
    background-size: cover;
    padding: 50px 20%;
    color: #fff;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
}

.cta_block_innew h2 {
    color: #ffffff;
    font-size: 47px ! IMPORTANT;
    font-family: "CALIFR" ! IMPORTANT;
    position: relative;
    margin-bottom: 20px;
}

.cta_block_innew p {
    font-size: 18px;
}

.cta_inner_block {
    position: relative;
    z-index: 2;
}

.cta_block_innew:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0 0 0/60%);
}

.about_repeater_content h4 {
    font-family: "Poppins-Regular";
    font-size: 24px;
	line-height:35px;
}

.vision_content p:last-child {
    margin-bottom: 0px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    width: 270px;
    background: #ffffff;
}

@media only screen and (max-width:1440px){
	.footer_row .call_btn a {
		font-size: 32px;
	}
	.call_btn.footer_wt {
		padding-left: 4%;
	}
	
}
@media only screen and (max-width:1200px){
	.section-main-title h2:before {
			width: 195px;
	}
	
   .iframe_block iframe {
        height: 430px;
    }
	.contact_form_new h2 {
		margin-bottom: 30px;
		font-size: 36px;
	}
	.intro-description p {
        font-size: 16px;
        line-height: 24px;
    }
    section.service-intro-section, section.treatment-guide-section {
        margin: 50px 0px;
    }
    .about-service h2{
        font-size:32px;
    }
    .medical-director-content p , .how-it-work-main-title p, .medical-director-content ul li{
        font-size: 16px;
    }
    .treatment-guide-section .accordion-header button {
        font-size: 18px;
    }
    .explore-slide img {
        height: 190px;
    }
    .treatment-guide-title h2, .service-detail-cta h2 {
        font-size: 38px;
        line-height: 46px;
    }
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
		width: 220px;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li a {
		padding: 10px 15px !IMPORTANT;
	}
	
} 
@media only screen and (max-width:1024px){
	.inner-service-type-box a {
			font-size: 24px;
	}
	.section-main-title h2 {
    font-size: 32px;
}
	section.page_section {
			min-height: 200px;
	}
	.page_title h1 {
			font-size: 34px;
	}
	.section-main-title h2:before {
			width: 165px;
			right: 41%;
	}
	.medical-director-content h2  {
			font-size: 32px;
	}
	.about_page_section h3 {
		font-size: 20px;
		line-height: 30px;
	}
	.about_content.medical-director-content h3 {
		text-align: center;
	}
	.treatment-section .about_content.medical-director-content h3 {
		text-align: left;
	}
} 
@media only screen and (max-width:991px){
	.section-main-title h2:before {
			width: 145px;
			right: 40%;
	}
	
	section.page_section {
		padding-top: 172px !Important;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
		width: 175px;
	}
	.iframe_block iframe {
		height: 350px;
	}
	.call_btn.footer_wt {
		padding-left: 4%;
	}
	.post-category a {
		font-size: 14px;
	}
	.contact_form_new h2 {
		font-size: 32px;
		margin-bottom:25px;
	}
	.contact_form_new {
		padding: 30px;
	}
	.contact-map-iframe iframe {
		height: 585px;
	}
	.leave-review h2 {
		font-size: 37px;
		margin: 0px 0 20px 0;
	}
	.leave-review h3 {
		font-size: 26px;
	}
	.leave-review p {
		font-size: 16px;
	}
	section.leave-review-section {
		margin: 50px 0px;
	}
	.faq-sec button.accordion-button {
        font-size: 18px;
    }
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li a {
		padding: 6px 12px !IMPORTANT;
		font-size: 12px !important;
	}
} 
@media only screen and (max-width:768px){
	#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
		width: 40px;
		height: 4px;
		background-color: #000000 !important;
		border-radius: 4px;
		position: absolute;
		transition-property: transform;
		transition-duration: 0.15s;
		transition-timing-function: ease;
	}
}

@media only screen and (max-width:767px){
	.page_title h1 {
			font-size: 28px;
	}
	section.page_section {
			min-height: 150px;
	}
	.medical-director-content h2, .section-main-title h2{
			font-size: 24px;
	}
	.why-choose-section .row {
			flex-flow: column-reverse;
	}
	.section-main-title h2:before {
			width: 130px;
			right: 35%;
	}
	.inner-service-type-box {
			margin-bottom: 20px;
	}
	.explore-slide a {
			font-size: 20px;
	}
	
	.logo-menu {
		position: absolute;
		background: transparent !important;
		border: none !IMPORTANT;
		top: 12px;
		right: 8px;
		padding: 0px !IMPORTANT;
		margin: 0px;
		z-index: 999;
	}

	.logo-menu .container {
		padding: 0px !important;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
		color: #000000 !important;
	}
	
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link{
		color:#fff !important;
	}
	
	.anousment_bar {
		padding-right: 50px !IMPORTANT;
		padding: 10px 15px;
	}

	span.mega-toggle-animated-inner, span.mega-toggle-animated-inner:after, span.mega-toggle-animated-inner:before {
		background: #ffffff ! IMPORTANT;
	}
	
	section.hero-sec {
		padding-top: 110px !IMPORTANT;
		margin: -68px;
	}

	.hero-sec-moi-wellness-title {
		margin-bottom: 50px;
	}
	
	.introduction-video-img img {
		top: 50%;
	}
	section.leave-review-section {
		margin: 30px 0px;
	}
	.leave-review h2 {
		font-size: 28px;
	}
	.faceboook-review {
		padding: 30px;
		margin: 0px 0px 20px;
	}
	section.leave-review-section .col-12 {
		margin-bottom: 10px !important;
	}
	.faq-sec .accordion-body p {
        font-size: 15px;
    }
    .coming-soon-img img {
        height: 200px;
    }
    section.about_page_section.about-service {
        padding: 40px 0px;
    }
    section.service-intro-section, section.treatment-guide-section {
        margin: 40px 0px;
    }
    .intro-description p, .why-choose-section p {
        font-size: 14px;
    }
    section.about_page_section.about-service h2, section.about_page_section.about-service p, .why-choose-section h2, .why-choose-section p {
        text-align: center;
    }
    .common-areas-section .about_image {
        padding-left: 0;
    }
    .treatment-guide-title h2, .service-detail-cta h2 {
        font-size: 26px;
        line-height: 36px;
        text-align: center;
        margin-bottom: 20px;
    }
    .treatment-guide-section .moi-wellness-button {
        margin-bottom: 20px;
        justify-content:center;
    }
    .treatment-guide-section .accordion-header button {
        font-size: 16px;
    }
    .treatment-guide-section .accordion-body {
        font-size: 14px;
    }
    section.service-detail-cta-section {
        padding: 30px 0px;
        margin-bottom: 40px;
    }
	
	.service_first_section .row {
		flex-direction: column-reverse;
	}
	
	.service_first_section_content h4{
		font-size:18px;
	}
	
	.about_content.medical-director-content ul li{
		font-size:15px;
	}
	
	section.section_about_repeater .col-md-6{
		margin-bottom:25px;
	}
	
}
/*service details page end*/

@media only screen and (max-width:1399px) {
    .medical-director-content h2,
    .service-title h2,
    .moi-wellness-content h2,
    .introduction-title h2,
    .connect-with-title h2,
    .connect-with-title span,
    .introduction-video-title h2,
	.how-it-work-main-title h2{
        font-size: 40px;
    }
    .hero-sec-moi-wellness-title h1 {
        font-size: 60px;
    }
    .hero-sec-moi-wellness-title h6 {
        font-size: 25px;
    }
	.logo-menu {
		overflow-x: inherit;
	}
	
	.our_story_title h2, .cta_block_innew h2{
		font-size:40px !Important;
	}
}

/* @media only screen and (min-width:1920px) {
    .hero-sec-moi-wellness-title h1 {
        font-size: 110px;
    }
    .hero-sec-moi-wellness p {
        font-size: 20px;
    }
} */


@media(max-width:1200px){
	.logo img {
		height: 65px;
	}

	.social_icon ul li img {
		height: 20px;
	}

	.header_info ul li a {
		font-size: 12px;
	}

	li.dark_button a img {
		height: 16px;
	}

	#mega-menu-wrap-primary #mega-menu-primary li a {
		font-size: 13px !important;
	}

	.explore-services-inn h4 {
		font-size: 23px;
	}

	.introduction-video-img h3 {
		font-size: 24px;
	}

	img.change-place {
		width: 101px;
	}

	img.moi-mainlogo {
		height: 80px;
	}

	.connect-sec-map iframe {
		height: 350px;
	}

	section.connect-sec {
		margin-top: 210px;
	}

	.connect-sec-map {
		margin-top: -150px;
	}

	.contact_form {
		padding: 50px;
	}

	.footer_logo.footer_wt img {
		height: 90px;
	}

	.address_footer.footer_wt p {
		margin: 0px;
		font-size: 19px;
	}

	.footer_row .call_btn a {
		font-size: 30px;
	}

	.data_footer p strong {
		font-size: 17px;
	}

	.data_footer p {
		font-size: 13px;
	}

	ul#usefull li a {
		font-size: 14px;
	}
	
	.introduction-video-img{
		height: 422px;
	}
}



@media(max-width:992px){
	
	.hero-sec-moi-wellness-title h1 {
		font-size: 43px;
	}

	.hero-sec-moi-wellness-title h6 {
		font-size: 18px;
	}

	.hero-sec-moi-wellness p {
		font-size: 14px;
		padding: 7px 10px;
	}

	.hero-sec-moi-wellness-title p.transformation {
		font-size: 14px;
	}
	
	.moi-wellness-content p {
		font-size: 15px;
		margin-bottom: 14px;
	}
	
	#mega-menu-wrap-primary #mega-menu-primary li a {
		padding: 10px 15px !IMPORTANT;
	}

	.medical-director-content p, .medical-director-content ul li {
		font-size: 15px;
		margin-bottom: 15px;
	}

	.slide p.slide-text{
		font-size: 15px;
	}

	.medical-director-content h2, .service-title h2, .moi-wellness-content h2, .introduction-title h2, .connect-with-title h2, .connect-with-title span, .introduction-video-title h2, .how-it-work-main-title h2 {
		font-size: 30px;
	}

	.moi-wellness-button {
		flex-wrap: wrap;
	}

	.btn-sec .btn-sec-inn, .call-now a {
		font-size: 12px;
	}

	.btn-sec .btn-sec-inn.btn-common::before {
		height: 34px;
		width: 34px;
	}

	.btn-sec .btn-sec-inn {
		padding-right: 47px;
	}

	.introduction-video-img {
		height: 283px;
		border-radius: 15px;
	}

	img.play_icon {
		width: 53px;
	}

	img.change-place {
		width: 66px;
	}

	.introduction-video-img h3 {
		font-size: 18px;
	}

	img.moi-mainlogo {
		height: 45px;
		bottom: 0px;
		top: auto;
		display: none;
	}

	.introduction-video-img {
		position: relative;
	}


	.slide .author {
		font-size: 22px;
	}

	.input_field input {
		height: 40px;
		font-size: 14px;
	}

	.input_field textarea {
		font-size: 14px;
	}

	.submit_button input {
		font-size: 14px;
	}

	.footer_row .call_btn a {
		font-size: 24px;
	}

	.address_footer.footer_wt p, .how-it-work-main-title p {
		font-size: 15px;
	}

	.footer_logo.footer_wt img {
		height: 75px;
	}
	
	.about_image{
		padding-right:0px;
	}
	
	.lightbox-modal .carousel-inner {
		width: 390px;
	}
	section.policy_section h2 {
		font-size: 22px;
	}
	section.policy_section h3 {
		font-size: 16px;
	}
	section.policy_section p, section.policy_section li {
		font-size: 14px;
	}
	
	p {
		line-height: 25px;
	}
	
	.our_story_title h2, .cta_block_innew h2{
		font-size:30px !Important;
	}
	
	.about_repeater_content h4{
		font-size:20px;
		line-height:28px;
	}
}



@media(max-width:768px){
	div#mega-menu-wrap-primary {
		background: transparent !IMPORTANT;
	}

	#mega-menu-wrap-primary .mega-menu-toggle {
		background: transparent !important;
	}
	
	.introduction-video-title::before {
		right: auto;
		left: 50%;
		transform: translateX(-50%);
	}
}

@media(max-width:767px){
	div#mega-menu-wrap-primary {
		background: transparent !IMPORTANT;
	}

	#mega-menu-wrap-primary .mega-menu-toggle {
		background: transparent !important;
	}

	.social_icon {
		display: none;
	}

	.logo img {
		height: 47px;
	}

	.moi-wellness-img {
		margin-bottom: 25px;
	}

	.moi-wellness .row {
		flex-direction: column-reverse;
	}

	.medical-director-content {
		margin-top: 25px;
	}

	img.change-place {
		display: none;
	}

	.introduction-video-img h3 {
		font-size: 16px;
	}

	.introduction-video-img {
		height: 246px;
	}

	.connect-sec-map iframe {
		height: 250px;
	}

	.connect-sec .col-lg-3.col-md-6.col-12 {
		width: 50% !IMPORTANT;
	}

	.connect-member::before {
		height: 27px;
		width: 27px;
	}

	.connect-member::after {
		height: 80%;
		width: 80%;
	}

	.contact_form {
		padding: 25px;
	}

	.footer_row {
		flex-direction: column;
		justify-content: center;
	}

	.footer_wt {
		width: 100% !IMPORTANT;
	}

	.footer_logo.footer_wt {
		border: none !IMPORTANT;
		text-align: center;
		margin-bottom: 10px;
	}

	.address_footer.footer_wt {
		border: none;
		margin-bottom: 10px;
	}

	.call_btn.footer_wt {
		padding: 0px;
	}

	.data_footer p {
		flex-direction: column;
		text-align: center;
		justify-content: center;
	}

	.ratting_block img {
		height: 20px;
	}

	.ratting_block {
		font-size: 14px;
	}

	p.copyright_text {
		margin-bottom: 0px;
	}

	section.explore-our-service {
		padding: 50px 0px;
	}
	
	ul#mega-menu-primary {
		background: #AF9483 !IMPORTANT;
	}
	
	section.hero-sec{
		height:auto;
	}
	
	.contact_form_new {
		padding: 24px;
	}

	.contact_inner img {
		height: 40px;
	}
	.contact_inner h3 {
		font-size: 18px;
	}
	.contact_form_new h2 {
		font-size: 26px;
		margin-bottom: 20px;
	}
	.contact-map-iframe {
		margin-top: 30px;
	}
	
	section.page_section {
		min-height: auto;
	}

	.page_title h1 {
		font-size: 30px;
	}
	
	.about_image {
		margin-bottom: 25px;
	}
	
	section.vision__section .row {
		flex-direction: column-reverse;
	}

	section.vision__section:nth-child(odd) .row {
		flex-direction: column-reverse;
	}

	.vision_image {
		margin-bottom: 25px;
	}
	
	.anousment_bar.scrolled {
		position: static;
	}

	header.header {
		position: sticky;
		top: 0px;
		left: 0px;
	}
	
	h3#reply-title{
		font-size:26px;
	}
	
	section.hero-sec {
		overflow: hidden !IMPORTANT;
		margin-left: 0px !IMPORTANT;
		margin-right: 0px !IMPORTANT;
		margin-bottom: 0px !IMPORTANT;
	}

	.hero-sec .row {
		margin: 0px !IMPORTANT;
	}
	li.light_button {
		display: none;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
		width: 100%;
	}
	.booster-service-data {
		display: none !important;
	}
	.explore-services-inn h4 {
		font-size: 20px;
	}
	.explore-service-hover-overlay .overlay-description p {
		font-size: 14px;
		margin: 15px 0;
	}
	.explore-service-hover-overlay a {
		font-size: 14px;
		padding: 8px 20px;
	}
	
	a.play_pouse_button {
		font-size: 16px;
		height: 30px;
		width: 30px;
		line-height: 30px;
	}
	
	section.section_about_repeater:nth-child(odd) .about_repeater_image img {
		width: 100%;
	}
	
	.cta_block_innew p {
		font-size: 14px;
	}
	
	.cta_block_innew {
		padding: 30px;
	}
	.about_page_section h3 {
		font-size: 18px;
		line-height: 26px;
		text-align: center;
	}
	.how-it-work-main-title h2 {
		font-size: 26px;
		margin-bottom: 15px;
	}
}


@media(max-width:510px){
	
	header.page-header h1.page-title{
		font-size:24px;
		text-align: center;
	}
	
	.medical-director-content h2, .service-title h2, .moi-wellness-content h2, .introduction-title h2, .connect-with-title h2, .connect-with-title span, .introduction-video-title h2 {
		font-size: 26px;
	}
	
	.lightbox-modal .carousel-inner {
		width: 80%;
	}
	
	ul#usefull li {
		margin-bottom: 10px;
	}
	
	 button.btn-close {
        right: 0px;
        top: -34px;
    }
	
	    .iframe_block iframe {
        height: 270px;
    }
	
	.our_story_title h2, .cta_block_innew h2{
		font-size:26px !Important;
	}
	
	.cta_block_innew{
		border-radius:18px;
	}
	
}
#mega-menu-item-722, #mega-menu-item-716 , #mega-menu-item-712 
 {
    display: none !important;
}
.explore-services-inn .link{
	display: none !important;
}
