/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.1.1.1722840074
Updated: 2024-08-05 06:41:14


*/
/********************************************** Start Homepage Css **********************************************/
.mnv-popup-wrp .dialog-message {
    max-width: 100% !important;
}
.app-popup a {
    cursor: pointer !important;
}
.smile-gallery-media .elementor-main-swiper .swiper-slide {
    border-radius: 10px;
}
.virtual-tour .elementor-widget-container {
    overflow: hidden;
    line-height: 0;
}
.price-table .elementor-price-table__footer .elementor-price-table__button{
	display:none;
}
.home-sv-loop {
    height: auto;
    aspect-ratio: 1 !important;
    position: relative !important;
}
.home-sv-loop:before {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    right: 0;
    top: 0 !important;
    bottom: 0;
    border: 8px solid var( --e-global-color-secondary ) !important;
    border-radius: 50% 50% 50% 50% !important;
    border-right-color: var( --e-global-color-primary ) !important;
	transition: all 0.5s linear !important;
}
.home-sv-loop:hover:before{
/* 	background: #FFFFFF; */
	transform: rotate(360deg);
}
.home-sv-loop:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 0%;
    height: 0%;
    background: #FFF;
    border-radius: 50%;
    z-index: -1;
    border: 8px solid;
    transition: all 0.5s linear;
    opacity: 0;
}
.home-sv-loop:hover:after{
	width: 100%;
    height: 100%;
	opacity: 1;
}
.home-sv-loop:hover img {
    filter: brightness(0) saturate(100%) invert(39%) sepia(23%) saturate(768%) hue-rotate(3deg) brightness(90%) contrast(88%);
}
.home-sv-loop:hover .elementor-heading-title a,
.home-sv-loop:hover .elementor-heading-title{
	color: var( --e-global-color-secondary ) !important;
}
@media (min-width:1024px){
	.video-slider .swiper-slide.swiper-slide-next {
		z-index: 11;
		position: relative;
		transform: scale(1.5);
	}

	.video-slider .swiper.swiper-initialized {
		padding: 70px 0px !important;
	}
}
.video-slider .elementor-custom-embed-play i,.video-slider .elementor-custom-embed-play svg{
	opacity: 1 !important;
	height: 60px !important;
   width: 60px !important;
}
/********************************************** End Homepage Css **********************************************/
.desktop-header ul.elementor-nav-menu ul.sub-menu {
    min-width: 200px !important;
}
.desktop-header ul.elementor-nav-menu > li.menu-item-has-children  a.has-submenu {
    justify-content: space-between !important;
    width: 100% !important;
}
.home-client-logo img {
    mix-blend-mode: multiply;
    filter: contrast(100%) brightness(95%);
}
.header-main.fixed-header .desktop-header:before {
    opacity: 1;
}
body:not(.home) .header-main .desktop-header:before {
    opacity: 1;
}
.gallery-img-wrp .elementor-widget-container:before {
    content: ""'';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000000;
    opacity: 30%;
}
.banner-sub-h1 {
    display: block;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-weight: 400;
}
.bottom-sub .banner-sub-h1{
	margin-top: 10px;
}
.top-sub .banner-sub-h1{
	margin-bottom: 10px;
}

.gellery .elementor-main-swiper.swiper.elementor-thumbnails-swiper{height:auto!important;}
.gellery .elementor-main-swiper{height:100%!important;}
.gellery .elementor-widget-container{display:flex!important;}
.gellery .elementor-swiper{width:50%;}
.gellery .elementor-thumbnails-swiper .swiper-wrapper{transform:unset!important;}
.gellery .swiper-slide{margin:-1px;}
.gellery .elementor-thumbnails-swiper .swiper-slide:not(.swiper-slide-active):after{background-color:rgb(0 166 219 / 69%)!important;}

.thank-you-page-img img{filter: brightness(0) saturate(100%) invert(36%) sepia(36%) saturate(485%) hue-rotate(3deg) brightness(95%) contrast(89%);}
.single-post .blog-single h2{font-size: 30px;}
.single-post .blog-single h3{font-size: 25px;}
.single-post .blog-single h4{font-size: 22px;}
.single-post .blog-single p a{
	color: var(--e-global-color-secondary);
	font-weight: 600;
}
.single-post .blog-single p a:hover{
	color: var(--e-global-color-primary);
}

.single-service .page-content a, .single-service .page-content p a {
    color: var(--e-global-color-secondary)!important;
}
.single-service .page-content a:hover, .single-service .page-content p a:hover {
    color: var(--e-global-color-primary)!important;
}
@media (min-width:767px){
.single-post .blog-single p,
.single-post .blog-single h2,
.single-post .blog-single h3,
.single-post .blog-single h4,
.single-post .blog-single h5{text-align: justify;}
}

:focus {
    outline: none !important;
    box-shadow: none !important;
}
.multiple-step-form .gchoice {
    border: 1px solid #c5c5c5;
    padding: 15px !important;
    align-items: center;
}

.multiple-step-form input[type="radio"] {
    width: 15px !important;
    height: 15px !important;
    padding: 0px !important;
    margin: 0px !important;
    border-radius: 0% !important;
}

.multiple-step-form  input {
    color: #ffffff !important;
    background: none !important;
}

.multiple-step-form .gform-page-footer {
    justify-content: end !important;
}

.multiple-step-form .gform-theme-button {
    font-size: 1rem !important;
    color: #ffffff !important;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.1 !important;
    font-weight: normal !important;
    padding: 15px 0px !important;
    cursor: pointer;
    background: var(--e-global-color-secondary) !important;
    border-color: var(--e-global-color-secondary) !important;
    width: 150px !important;
    height: auto !important;
}
.multiple-step-form input[type="submit"] {  
    margin: 0px !important;
}
.multiple-step-form .gform-theme-button:hover{color:#ffffff!important;background:var(--e-global-color-primary)!important;border-color:var(--e-global-color-primary)!important;}

.multiple-step-form  .gfield_required {
    display: none;
}
.multiple-step-form .gform_fields {
    row-gap: 12px !important;
}
.multiple-step-form .gfield_label
{
	color: #ffffff !important;
}

.multiple-step-form .gform-field-label 
{
	color: #ffffff !important;
}
.header-mobile,
.header-call{display:none;}
.virtual-tour-wrp:before {
    height: 53% !important;
}
.why-choose-us-box {
    overflow: hidden !important;
    position: relative !important;
    flex: 1 0 0% !important;
    display: block !important;
   
    transition: all 0.5s ease-in-out !important;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.why-choose-us-box .why-choose-us-image img{width:100%;height:600px;object-fit:cover;}
.why-choose-us-box .why-choose-us-info{position:absolute;top:110%;left:0%;right:0px;bottom:0%;background:rgb(0 0 0 / 50%);transition:all 0.5s ease-in-out;-webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-ms-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;display:flex;align-items:center;justify-content:center;}
.why-choose-us-box .why-choose-us-info .elementor-widget-container{height:auto!important;}
.why-choose-us-box:hover{flex-grow:2!important;transition:all 0.5s ease-in-out;-webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-ms-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;}
.why-choose-us-box:hover .why-choose-us-info{top:0%;transition:all 0.5s ease-in-out;-webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-ms-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;}



@media (min-width:768px){
    .main-banner-slider video {
        height: 100vh !important;
        object-fit: cover;
        object-position: top;
        -o-object-fit: cover;
        -o-object-position: top;
    }
    .main-banner-slider .e-hosted-video{
        aspect-ratio: unset !important;
    }
    .after-before-slider .swiper-slide {
        opacity: 0.5;
        transform: scale(0.9);
    }
    .after-before-slider .swiper-slide.swiper-slide-next {
        transform:scale(1) !important;
        opacity:1 !important
    }
}

@keyframes pulse-ring {
0% {
    -webkit-transform: scale(0.33);
    transform: scale(0.33);
}
80%, 100% {
    opacity: 0;
}
}
@keyframes neweb {
	0% {
		transform: scale(.5);
	}

	100% {
		transform: scale(0.8);
	}
}

.copyright .medianv img{
    animation: neweb 1.5s alternate infinite ease-in;
	margin-bottom: -9px;
}

.elementor-widget-container p{
	margin-bottom: 0px;
	margin-top: 20px;
}
.elementor-widget-container p:first-child{
	margin-top: 0px;
}
.elementor-post__read-more {
    color: #ffffff !important;
    text-transform: uppercase;
    background: var(--e-global-color-primary);
    box-shadow: 0px 0px 0px 1px #00A6DB !important;
    border: 2px solid #ffffff !important;
    padding: 15px 30px;
	font-size: 14px!important;
}
.elementor-post__read-more:hover{
	background-color: var(--e-global-color-secondary);
	box-shadow: 0px 0px 0px 1px var(--e-global-color-secondary) !important;
}
a{
	color:var(--e-global-color-primary);
}

.sm-box {filter: drop-shadow(0 0 10px rgba(0,0,0,0.15));}

.office-hours ul {
    padding: 0px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5rem;
}
.office-hours ul li {
    list-style: none;
}
.ul-padding-none ul, .ul-padding-none ol {
    padding-left: 20px;
}
.ul-padding-none li{
	padding-bottom: 7px;
}
body .elementor-nav-menu--dropdown .elementor-sub-item {
    border-left: 0px !important;
}

.elementor-nav-menu--dropdown .elementor-item.highlighted{
	background: transparent !important; 
	color: var( --e-global-color-secondary ) !important;
}
ul.elementor-nav-menu--dropdown a, 
ul.elementor-nav-menu--dropdown a:focus, 
ul.elementor-nav-menu--dropdown a:hover, 
.elementor-nav-menu--dropdown .elementor-item:focus{
	border-inline-start: none !important;
}
.menu-item a{cursor:pointer;}
.header-main.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
.elementor-nav-menu .sub-arrow {
    padding: 10px 0px 10px 5px !important;
}
.banner-content a{
	color: #fff;
}
.banner-content a:hover{
	color: var(--e-global-color-primery);
}

button.slick-prev.slick-arrow, 
button.slick-next.slick-arrow {
    font-size: 0px !important;
    padding: 0px !important;
    border: 0px !important;
    background: var(--e-global-color-secondary) !important;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: -30px;
    z-index: 999;
}
button.slick-prev.slick-arrow{
	left: -30px;
}
button.slick-prev.slick-arrow:hover, 
button.slick-next.slick-arrow:hover {
    background: var( --e-global-color-primary ) !important;
}
.slick-prev:before{
    transform: rotate(270deg);
    margin-left: -6px;
}
.h2-heighlight {
    color: var(--e-global-color-primary);
}
.about-section .h2-heighlight {
    color: var(--e-global-color-text);
    display: block;
    font-weight: 400;
    text-transform: capitalize;
}
.h1-tagline,
.h2-tagline{
	color: var(--e-global-color-secondary);
    font-family: var(--e-global-typography-fe1b215-font-family), Sans-serif;
    font-size: var(--e-global-typography-fe1b215-font-size);
    font-weight: var(--e-global-typography-fe1b215-font-weight);
    line-height: var(--e-global-typography-fe1b215-line-height);
}
span.primary {
    color: var(--e-global-color-primary);
}


.home-dr-image.right {
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(0px, -50%);
    height: 100%;
}
.home-dr-image.left {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0px, -50%);
    height: 100%;
}
.team-detail-main {
    position: relative;
}
.home-dr-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: top center;
}
.home-dr-image .elementor-widget-image {
    width: 100%;
    overflow: hidden;
}
.team-item img {
    border: 1px solid #dfdfdf;
    border-radius: 15px;
}
.slick-dots li button {
    width: 15px !important;
    height: 15px !important;
    cursor: pointer !important;
    color: transparent !important;
    background: var(--e-global-color-accent) !important;
    border-radius: 50% !important;
}
.slick-dots li.slick-active button {
    background: var(--e-global-color-secondary) !important;
}
.recent-post .elementor-post__card {
    display: flex !important;
    flex-direction: row !important;
    gap: 15px;
    align-items: center;
}
.recent-post .elementor-post__thumbnail__link {
    width: 200px !important;
    margin: 0px !important;
}
.recent-post .elementor-post__text {
    padding: 10px !important;
}
.home-service-card:hover{
	outline: 2px solid var(--e-global-color-secondary);
    outline-offset: -15px;
	border-radius: 25px!important;
    padding: 0px 25px;
}
.home-service-button li.elementor-icon-list-item {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    row-gap: 5px;
}
.home-service-button li.elementor-icon-list-item .elementor-icon-list-text {
    width: 100%;
    padding: 0 !important;
}
body .ti-widget.ti-goog .ti-controls .ti-next, 
body .ti-widget.ti-goog .ti-controls .ti-prev {
    background: var(--e-global-color-secondary) !important;
    width: 33px;
    height: 33px;
    border-radius: 50px;
    padding: 10px;
    border: 2px solid var(--e-global-color-secondary) !important;
	outline: none !important;
}
body .ti-widget.ti-goog .ti-controls .ti-prev {
    left: -6px !important;
}
body .ti-widget.ti-goog .ti-controls .ti-next {
    right: -6px !important;
}
body .ti-widget.ti-goog .ti-controls .ti-next:hover, 
body .ti-widget.ti-goog .ti-controls .ti-prev:hover {
    background: var( --e-global-color-primary ) !important;
    border: 2px solid var( --e-global-color-primary ) !important;
}
body .ti-widget.ti-goog .ti-review-item>.ti-inner{border-color: var(--e-global-color-secondary)!important;}
body .ti-widget.ti-goog .ti-controls .ti-next:before,body .ti-widget.ti-goog .ti-controls .ti-prev:before,
body .ti-widget.ti-goog .ti-controls .ti-next:after,body .ti-widget.ti-goog .ti-controls .ti-prev:after,
body .ti-widget.ti-goog .ti-controls .ti-next:before,body .ti-widget.ti-goog .ti-controls .ti-prev:before,
body .ti-widget.ti-goog .ti-controls .ti-next:after,body .ti-widget.ti-goog .ti-controls .ti-prev:after{
    border-color: #FFFFFF !important;
}
.sub-h1 {
	font-size: 22px;
	line-height: 33px;
	font-weight: 400;
	display: block;
	padding: 20px 0px;
	padding-bottom:0;
}
 .sub-head {
	display: block;
	font-size: 21px;
	margin-top: 17px;
	text-transform: capitalize;
	margin-bottom: 10px;
}
h1.entry-title {
    display: none;
}

.service-menu > ul.sub-menu.elementor-nav-menu--dropdown{
    column-count: 2 !important;
}
.elementor-tab-title {
    background: var(--e-global-color-secondary);
    border-right: 1px solid #fff !important;
}
.elementor-tab-title.elementor-active {
    background: var(--e-global-color-primary);
}
.elementor-tab-content {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.elementor-tab-content img {
    width: 100%;
}
.elementor-tab-content .cus-row {
    flex-direction: row-reverse;
}
.elementor-tab-content .cus-row{
	gap: 50px;
}
.elementor-tab-content .cus-row .col-6 {
    width: calc(50% - 25px);
}
.elementor-tab-content .tab-bio-readmore {
    display: block;
    width: max-content;
    background-color: var(--e-global-color-accent);
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-accent-font-weight);
    color: #fff;
    border-radius: 50px;
    padding: 10px 20px;
    margin-top: 15px;
    text-transform: uppercase;
}

.custom-cta {
    max-width: 1100px;
    margin: auto;
}
.gallery-card {
    height: 300px !important;
}
.gallery-card.full {
    height: 620px !important;
}
.gallery-card .elementor-element {
    height: 100%;
}
.gallery-card .overlay-text{
    height: auto;
}
@media(min-width:1025px){
    .home .header-main {
        position: fixed;
    }
}

/* FORM CSS */

/**************** Start Footer Css ****************/
.social-media .elementor-icon-list-icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    background: var(--e-global-color-secondary);
    padding-left: 5px;
    margin-right: 10px;
}
.hours-of-operation .elementor-price-list-description {
    text-align: right !important;
    width: 100% !important;
}
.hours-of-operation li.elementor-price-list-item:not(:last-child) {
    border-bottom: 1px solid #ffffff;
    padding-bottom: 10px;
}
.elementor-location-footer .hours-of-operation li.elementor-price-list-item:not(:last-child) {
    border-bottom: 1px solid #00000080;
    padding-bottom: 10px;
}
/**************** End Footer Css ****************/

/********************************** Start Of Gravity Forms Css **********************************/
.medianv-form .gform_fields {
    row-gap: 15px !important;
}
.medianv-form .gfield_radio{display:flex!important;flex-direction: row !important;border:1px solid #a5a5a5;overflow:hidden;border-radius:0px;}
.medianv-form .gchoice{width:50%;position:relative;overflow:hidden;}
.medianv-form .gfield-choice-input{visibility: hidden !important;}
.medianv-form .gfield_radio .gform-field-label{max-width:100%!important;position:absolute;left:0px;right:0px;top:0px;bottom:0px;display:flex!important;flex-direction: row !important;align-items:center;justify-content:center;margin:0px;z-index:1;cursor:pointer;}
.medianv-form input[type=radio]{opacity:0;}
.medianv-form input[type=radio]:checked ~ label{background:var(--e-global-color-primary);color:#ffffff;}
:focus{outline:none;box-shadow:none!important;}
input,select,textarea{font-size:14px!important;font-weight:400;color:#000000;width:100%!important;height:60px!important;padding:10px!important;border:1px solid #a5a5a5!important;border-radius: 10px!important;display:block;}
textarea{padding:15px!important;height:100px!important;}
input[type="checkbox"],input[type="radio"]{width:20px;height:20px;}
input[type="submit"]{text-transform: uppercase !important;font-size:1rem!important;color:#ffffff!important;text-align:center;line-height:1.1!important;font-weight:normal!important;padding: 15px 25px!important;cursor:pointer;margin:0px auto!important;background:var(--e-global-color-secondary)!important;border-color:var(--e-global-color-secondary)!important;min-width:150px!important;width: auto !important; height:50px!important;border-radius: 100px !important;}
.home-req-form input[type="submit"]{text-transform: uppercase !important;font-size:1rem!important;color:#ffffff!important;text-align:center;line-height:1.1!important;font-weight:normal!important;padding: 15px 25px!important;cursor:pointer;margin:0px auto!important;background:var(--e-global-color-secondary)!important;border-color:var(--e-global-color-secondary)!important;width:auto!important;height:50px!important; border-radius: 100px !important;}
.home-req-form input[type="submit"]:hover{color: var(--e-global-color-secondary)!important;background:var(--e-global-color-5f31cfb)!important;border-color:var(--e-global-color-5f31cfb)!important;}
input[type="submit"]:hover{background:var(--e-global-color-primary)!important;border-color:var(--e-global-color-primary)!important;}
::-webkit-input-placeholder{color:#000000;}
::-moz-placeholder{color:#000000;}
::-ms-input-placeholder{color:#000000;}
::-moz-placeholder{color:#000000;}
/********************************** End Of Gravity FormsCss **********************************/





@media screen and (max-width: 1200px) and (min-width: 1025px){
	.header-main-menu .menu-item a {
		margin: 0px 5px !important;
		font-size: 13px !important;
	}
	.top-corner-radius a{
		padding: 16px 14px 14px 14px !important;
		font-size: 14px !important;
	}
	.bottom-corner-radius .elementor-widget-container{
		padding: 14px 14px 16px 14px !important;
		font-size: 14px !important;
	}
	.logo-after img {
		width: 90px !important;
	}
	.logo-after {
		right: -20px !important;
		top: 30px !important;
	}
	.main-logo img {
		width: 170px;
	}
	.price-card::after {
	    height: 75px;
	    width: 75px;
	    top: -30px;
	    left: -30px;
	}
	.dr-special {
	    font-size: 22px;
	    font-family: 'Roboto';
	}

}
@media screen and (max-width: 1200px){
	.banner-sub-h1 {
		font-size: 20px;
		letter-spacing: 1.5px;
	}
}
@media screen and (max-width: 1024px){
	.banner-sub-h1 {
		font-size: 16px;
		letter-spacing: 0.8px;
	}
	.fixed-header .header-call {
        display: block;
    }
	.header-call a {
        width: 40px;
        height: 40px;
        border-radius: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        background: var(--e-global-color-secondary);
        border-radius: 5px;
    }
	.header-call a svg {
        fill: #FFFFFF;
        width: 15px;
        height: 15px;
    }
	
	.header-mobile .mobile-cdcp{background: #fff;padding: 10px;text-align: center;}
	.fixed-header {
    position: fixed !important;
    left: 0px !important;
    right: 0px !important;
    top: 0px !important;
    z-index: 111 !important;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 25%);
    animation: smoothScroll 1s forwards;
}
	@keyframes smoothScroll{
    0%{transform:translateY(-40px);}
    100%{transform:translateY(0px);}
}
    .header-container{padding:10px;}
    .header-mobile{display:block;background:#FFFFFF!important;}
    .header-row{display:flex;align-items:center;justify-content:space-between;}
	.header-logo { line-height: 0; }
    .header-logo img{ max-width: 200px; max-height: 80px; width: auto; height: auto;}
    .header-toggle .mobile-button{border:none;background:var(--e-global-color-secondary);margin:0px;padding:0px;border-radius:5px !important;height:40px;width:40px;display:flex;justify-content:center;align-items:center;flex-direction:column;margin-left:auto;}
	.header-toggle .mobile-button:hover {
		background: var( --e-global-color-primary) !important;
	}
	.header-toggle .mobile-button:hover span {
		background: #FFFFFF !important;
	}
	.header-call a:hover {
		color: #FFFFFF !important;
		background: var( --e-global-color-primary) !important;
	}
	.header-call a:hover svg{
		fill: #FFFFFF !important;
	}
    .header-toggle .mobile-button span{height:2px;width:20px;background:#ffffff;display:block;margin:2px 0px;}
    .header-toggle .mobile-button.button-active span:nth-child(1){transform:translateY(7px) translateX(0) rotate(45deg);-webkit-transform:translateY(7px) translateX(0) rotate(45deg);-moz-transform:translateY(7px) translateX(0) rotate(45deg);-webkit-transition:all .2s ease-in-out;}
    .header-toggle .mobile-button.button-active span:nth-child(2){opacity:0;-webkit-transition:all .2s ease-in-out;}
    .header-toggle .mobile-button.button-active span:nth-child(3){transform:translateY(-5px) translateX(0) rotate(-43deg);-webkit-transform:translateY(-5px) translateX(0) rotate(-43deg);-moz-transform:translateY(-5px) translateX(0) rotate(-43deg);-webkit-transition:all .2s ease-in-out;}
    .header-menu{position:fixed;top:0px;left:-100%;bottom:0px;width:80%;height:100vh;z-index:1111;background:var(--e-global-color-secondary);transition:.3s linear;overflow-x:hidden;border-radius:0px;box-shadow:none;padding:0px;}
    .header-menu.menu-open{left:0px;}
    .header-menu ul{padding:0px;margin:0px;}
    .header-menu ul li{display:flex;justify-content:space-between;align-items:stretch;margin:0px;position:static;border-bottom:1px solid #d7d7d7;}
    .header-menu ul li:last-child{border:none;}
    .header-menu ul li a{color:#ffffff;padding:15px;display:block;width:100%;font-size: 14px;}
    .header-menu ul li a:hover{color:#ffffff;background:none;}
    .header-menu ul li:hover .sub-menu{visibility:hidden;opacity:0;transform:translateY(0px);}
    .header-menu .sub-menu{position:absolute;margin-top:0px;top:0px;bottom:0px;left:auto;right:-100%;width:100%;z-index:11;display:block;background:var(--e-global-color-primary);transform:translateY(0px);transition:all 0.5s ease-in-out;-webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;}
    .header-menu ul li .sub-menu.is-active{opacity:1;visibility:visible;right:0%;}
    .header-menu ul li .sub-menu li{display:flex;}
    .header-menu ul li .sub-menu li .sub-menu.is-active{opacity:1;visibility:visible;right:0%;}
    .header-menu ul li .sub-menu li a{color:#ffffff;padding:15px;}
    .header-menu .sub-click{width:50px;background:var(--e-global-color-primary);display:flex;align-items:center;justify-content:center;}
    .header-menu .sub-click svg{width:15px;fill:#ffffff;transform:rotate(-90deg);-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-o-transform:rotate(-90deg);-ms-transform:rotate(-90deg);}
    .header-menu .sub-close svg{fill:#ffffff;}
    .header-menu .sub-menu .sub-click{position:static;transform:translateY(0%);-webkit-transform:translateY(0%);-moz-transform:translateY(0%);-o-transform:translateY(0%);-ms-transform:translateY(0%);}
    .header-contact{flex-wrap:wrap;gap:10px;margin-top:8px;}
    .header-contact ul{display:flex;flex-wrap:wrap;gap:5px;padding:0px;margin:0px;list-style:none;}
    .header-contact ul li:nth-child(1){width:100%;}
    .header-contact ul li{width:calc(50% - 3px);}
    .header-contact ul li a{font-size:14px;color: #FFFFFF !important;display:block;text-align:center;background: var(--e-global-color-secondary);padding:6px;font-weight: normal;}
	.header-contact ul li:nth-child(3) a:hover{color: #FFFFFF !important;background: var(--e-global-color-secondary) !important;}
    .header-contact ul li:nth-child(3) a{background:var(--e-global-color-primary);color: #fff !important;}
    .header-contact ul li a:hover{background:var(--e-global-color-primary);color: #fff !important;font-weight: normal;}
    .header-contact ul li.mb-req-btn a:hover{background:var(--e-global-color-primary);}
    .header-contact ul li a:focus{background:var(--e-global-color-secondary);color:#ffffff;}
	.header-mobile.fixed {
    position: fixed;
    animation: .3s linear scrolltop;
    z-index: 99999;
    width: 100%;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
	display: block;
    top:0px;

}
	.header-mobile.fixed .header-contact{
		display: none;
	}
	@keyframes scrolltop {
                0% {
                    top: -100px;
                    opacity: .4
                }

                100% {
                    top: 0;
                    opacity: 1
                }
            }
}
/* body .doctor-bio-video.elementor-element-7f19d9f */

@media screen and (max-width: 767px){
	.banner-sub-h1 {
		font-size: 14px;
		letter-spacing: 0.8px;
	}
	.header-mobile .mobile-cdcp{font-size: 15px;}
	.single-post .blog-single h2{font-size: 25px;}
	.single-post .blog-single h4{font-size: 18px;}
	
    .home-banner-slider::before{
        background-color: var(--e-global-color-primary) !important;
    }
    .header-logo img {
        max-width: 150px;
    }
	.home .header-main {
		position: static;
		background: var(--e-global-color-secondary) !important;
	}
	.banner-content{
		position: static !important;
		background: var(--e-global-color-primary) !important;
	}
	.elementor-widget-container p{
		margin-top: 10px;
	}
	.header-nav {
	    position: static !important;
	    z-index: 9999 !important;
	}
	.ti-header.source-Google {
	    display: flex !important;
	    justify-content: left;
	    align-items: center;
	    flex-direction: column;
	    padding-bottom: 80px;
	}
	.elementor-element-0199fb9.your-smile-section {
      flex-direction: column !important;
    }
	.recent-post .elementor-post__thumbnail__link {
	    width: 150px !important;
	}
	li.menu-item a.elementor-item-active, li.menu-item a:hover {
	    background: var(--e-global-color-primary) !important;
	    color: #fff !important;
	}
	
	.cus-row .col-4,
	.cus-row .col-6{width: 100%;}
	.cus-row{gap: 5px;}
	.clear-aligners, .testimonials-main {
	    background-size: 100% auto !important;
	}
	
	.ti-widget.ti-goog .ti-header-write-btn-container .ti-header-write-btn {
	    font-size: 14px !important;
	    padding: 8px 10px !important;
	}
	body .ti-profile-details{
		align-items: center;
	}
    .gallery-card {
        height: auto !important;
    }
    .gallery-card.full {
        height: auto !important;
    }
    .custom-testimonials .ti-reviews-container-wrapper .ti-review-item {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
	.why-choose-us-box{flex:auto!important;width:46%!important;transition: 0.3s ease-in-out !important;}
    .why-choose-us-box .why-choose-us-image img{height:200px;}
    .why-choose-us-box:hover{flex-grow:1!important;}
}
.sub-h1{
	font-size:16px;
}
@media (max-width:767px){
    .header-contact ul li a{
        font-size: 12px;
        padding: 6px 2px;
    }
    .header-mobile.fixed .header-call{
        display: block;
    }
}
@media (max-width:340px){
	.banner-main-title br{display:none !important;}
}

/********************************* Start Of Blog Pages Css***************************************/
.blog-list .elementor-post__read-more{color:#ffffff!important;text-transform:uppercase;background:var(--e-global-color-secondary);padding:8px 13px;display:inline-block;vertical-align:middle;transition:all .3s; border:none !important;box-shadow:none!important;}
.blog-list .elementor-post__read-more:hover,.blog-list .elementor-post__read-more:focus{background:var(--e-global-color-primary) !important;color:background:#fff!important;}
.blog-coming-soon{display:none!important;}
.no-blog-posts .blog-coming-soon{display:block!important;}
.no-blog-posts .blog-list{display:none!important;}
.blog-archive-wrp .elementor-post__title a:hover {
    color: var(--e-global-color-primary) !important;
}
/********************************* End Of Blog Pages Css***************************************/
.team-btn {
    background-color: var( --e-global-color-secondary );
    font-size: 16px;
    font-weight: 400;
    color: #FAF9FA !important;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: var( --e-global-color-primary );
    display: inline-block;
    border-radius: 100px 100px 100px 100px;
    padding: 13px 20px 13px 20px;
    margin: 10px 0px;
	text-transform: uppercase;
}
.team-btn:hover{
	color: #FAF9FA !important;
	background-color: var( --e-global-color-primary );
}
.team-box a{display:block!important;}
.team-member-designation{color:#ffffff;text-align:center;margin-top:15px;}
.home-sv-loop img {
  filter: brightness(0) invert(1);
}


body:not(.elementor-editor-active) .desktop-inner-header div
{ 
	  position:static;
}
.desktop-header .elementor-nav-menu
{ 
	  position:static;
}
.desktop-header ul.elementor-nav-menu .mega-menu 
{
  position:static;
}
	
.desktop-header ul.elementor-nav-menu .mega-menu >  ul.sub-menu {
    width: 100% !important;
    margin: 0px auto !important;
    left: 50% !important;
    transform: translate(-50%, 0px);
}
.desktop-menu .sub-menu a.elementor-item-active,
.desktop-menu .sub-menu a:hover {
    font-weight: 500 !important;
}
.desktop-menu .sub-menu a {
    transition: all 0.5s linear;
}




.desktop-header ul.elementor-nav-menu .mega-menu  ul.sub-menu ul.sub-menu
{
   position:static !important;
	margin:0px !important;
	display:block !important;
	
}
.desktop-header .mega-menu .sub-menu .mega-menu-heading
{
	display: inline-block;
	vertical-align: top;
	width: 33%;
}

.desktop-header .mega-menu .sub-menu .mega-menu-heading > a {
    font-weight: bold !important;
	font-size: 18px;
}
.desktop-header .mega-menu .sub-menu .mega-menu-heading > a .sub-arrow{
	display:none !important;
}

.desktop-header .mega-menu .sub-menu .mega-menu-heading > a {
    background: transparent !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    border-bottom: 1px solid #6d6d6d;
    margin: 5px 0;
}
.desktop-header .mega-menu .sub-menu .mega-menu-heading > a:hover{
	color: var( --e-global-color-secondary ) !important;
}
	
.desktop-header .mega-menu .sub-menu .mega-menu-heading:last-child {
text-align:center;
    width: 100%;
 border-top:2px solid #6d6d6d !important;
display:block;
	margin-top: 5px;
}
.desktop-header .mega-menu .sub-menu .mega-menu-heading:last-child a {
    display: inline-block;
    color: #c20606;
	padding: 8px 20px !important;
	border: none !important;
}
.desktop-header .mega-menu .sub-menu .mega-menu-heading:last-child a:hover{
	background: var( --e-global-color-secondary ) !important;
	color: #FFFFFF !important;
}