/*
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

*/

.header-mobile{display:none;}
.menu-logo a {
	width: 250px;
    display: block;
    height: 110px;
    background: url(https://www.pediatricdentistsouthmiami.com/wp-content/uploads/2025/02/bob-pediatric-dentist-logo.jpg.png);
    font-size: 0 !important;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}
.about-section{
    position: relative !important;
    z-index: 111 !important;
}
@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;
    }
    .header-mobile .header-container .phone-icon-mobile {
        display: none;
    }
}




@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;
}
.grecaptcha-badge{visibility: hidden; opacity: 0;}
.elementor-widget-container p{
	margin-bottom: 0px;
	margin-top: 20px;
}
.elementor-widget-container p:first-child{
	margin-top: 0px;
}
.elementor-heading-title {
    line-height: 1.3 !important;
}
.elementor-post__read-more {
    padding: 7px 10px;
    border: 1px solid var(--e-global-color-text);
}
a{
	color:var(--e-global-color-secondary);
}
a:hover{
	color:var(--e-global-color-primary);
}
.text-uppercase .menu-item a {
    text-transform: uppercase !important;
}
.text-uppercase{text-transform: uppercase !important;}

/* .smile-box img{filter: brightness(0) saturate(100%) invert(42%) sepia(96%) saturate(415%) hue-rotate(347deg) brightness(93%) contrast(88%);} */
.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;
}
.office-hours ul li a {
    color:  var(--e-global-color-text);
}
.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;
}


/*for contact us form*/

.cus-row {
    display: flex;
    flex-wrap: wrap;
    vertical-align: middle;
    justify-content: space-between;
    gap: 15px;
}
.cus-row .col-4 {
    width: calc(33.33% - 10px);
}
.cus-row .col-6 {
	width: calc(50% - 10px);
}
.cus-row .col-12 {
    width: 100%;
}
span.wpcf7-spinner {
    display: none;
}

.default-form input[type=date], 
.default-form input[type=email], 
.default-form input[type=number], 
.default-form input[type=password], 
.default-form input[type=search], 
.default-form input[type=tel], 
.default-form input[type=text], 
.default-form input[type=url], 
.default-form select, 
.default-form textarea {
	width: 100%;
    border: 1px solid var(--e-global-color-secondary);
    padding: 10px;
    border-radius: 7px;
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-text-font-family), sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    background: #fff;
    outline: none !important;
}
.default-form textarea {
	height: 150px;
}
.footer.default-form textarea {
    height: 75px;
}
.submit-button {
    margin-top: -30px;
}
.submit-button p {
    text-align: center;
}
.cus-row .submit-button input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background-color: var(--e-global-color-secondary);
     font-family: var(--e-global-typography-text-font-family), sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--e-global-color-5f31cfb);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--e-global-color-accent);
    border-radius: 10px;
    padding: 10px 20px 10px 20px;
    min-width: 130px;
}
.radio-main .wpcf7-list-item {
    margin: 0;
    position: relative;
    width: 50%;
}
.radio-main input {
    position: absolute;
    height: 100%;
    width: 100%;
    visibility: hidden;
}
.radio-main .wpcf7-list-item-label {
    border: 1px solid var( --e-global-color-secondary );
    padding: 15px 10px;
    border-radius: 7px;
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-text-font-family), sans-serif;
    font-size: 15px;
    background: #fff;
    display: inline-block;
    width: 100%;
    text-align: center;
    cursor: pointer;
    outline: none !important;
}
.radio-main label {
    width: 100%;
}
.radio-main input:checked + .wpcf7-list-item-label {
    background: var( --e-global-color-primary );
    color: #fff;
    border-radius: 7px;
}
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;
}
footer.elementor-slideshow__footer.elementor-lightbox-prevent-close {
    display: none;
}
.header-nav {
    position: absolute !important;
    z-index: 9999 !important;
}

.banner-content a{
	color: #fff;
}
.banner-content a:hover{
	color: var(--e-global-color-primery);
}
.gallery-slide-main button.slick-next.slick-arrow{
	right: 5px;
}
.gallery-slide-main button.slick-prev.slick-arrow{
	left: 5px;
}

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, 
.slick-next:before {
    content: "";
    background: url(https://www.pediatricdentistsouthmiami.com/wp-content/uploads/2025/04/services-dropdown-arrow-1.svg) no-repeat;
    height: 20px;
    width: 20px;
    display: block;
    transform: rotate(90deg);
    background-position: center;
    margin-right: -3px;
}
.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;
}




.home-team-outer .slick-track{
	display: flex;
	gap: 40px;
}
.team-item img {
    border: 1px solid #dfdfdf;
    border-radius: 15px;
}
.home-team-outer h3.title {
    text-align: center;
    margin-top: 15px;
    color: var(--e-global-color-66eec8d);
    font-family: var(--e-global-typography-fe1b215-font-family), Sans-serif;
    font-size: var(--e-global-typography-fe1b215-font-size);
    font-weight: 600;
}
.home-team-outer h3.sub-title {
    color: var(--e-global-color-accent);
    text-align: center;
    margin-top: -5px;
    font-family: var(--e-global-typography-fe1b215-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: 400;
    text-transform: uppercase;
}
.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 .home-service-icon img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7454%) hue-rotate(144deg) brightness(115%) contrast(115%);
}
.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;
}
.home-service-card:hover .home-service-title .elementor-heading-title,.home-service-card:hover .home-service-content .elementor-widget-container {
    color:#fff !important;
}
.home-service-card:hover .home-service-description .elementor-widget-container {
    color:#fff !important;
}
.home-service-card:hover .home-service-button span,
.home-service-card:hover .home-service-button svg{
    color:#fff !important;
	fill: #fff !important;
}


.gallery-slide-main{
	padding: 0px;
}
.gallery-slide-main li {
    margin: 0px 10px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}



.ti-widget.ti-goog .ti-footer .ti-profile-img {
    display: none !important;
}

.ti-widget.ti-goog .ti-footer .ti-profile-details .ti-name {
    font-size: 32px !important;
    font-weight: 500;
	color: var(--e-global-color-text);
    font-family: var(--e-global-typography-f4528a6-font-family), Sans-serif !important;
}
body .ti-widget.ti-goog .ti-widget-container .ti-name{
	font-size: 18px !important;
    font-weight: 500;
	color: var(--e-global-color-text);
    font-family: var(--e-global-typography-f4528a6-font-family), Sans-serif !important;
}

.ti-widget.ti-goog .ti-header-write-btn-container .ti-header-write-btn {
    background: var(--e-global-color-accent) !important;
    border: 1px solid var(--e-global-color-accent) !important;
    font-size: 18px !important;
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    padding: 10px 20px !important;
    border-radius: 50px !important;
    font-weight: 500 !important;
}

body .ti-widget.ti-goog .ti-review-item>.ti-inner, 
body .ti-widget.ti-goog .ti-load-more-reviews-container .ti-load-more-reviews-button {
    background: var(--e-global-color-5f31cfb) !important;
    border-radius: 10px !important;
	box-shadow: 0px 0px 10px 0px #00000017;
}
body .ti-widget.ti-goog .ti-controls .ti-next, 
body .ti-widget.ti-goog .ti-controls .ti-prev {
    background: var(--e-global-color-accent) !important;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    padding: 10px;
}
body .ti-widget.ti-goog .ti-controls .ti-prev:after, 
body .ti-widget.ti-goog .ti-controls .ti-prev:before{
	left: 5px !important;
}
body .ti-widget.ti-goog .ti-controls .ti-next:after, 
body .ti-widget.ti-goog .ti-controls .ti-next:before{
	right: 5px !important;
}




.footer-working ul{
	padding: 0px;
}
.footer-working ul li{
	list-style: none;
	display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.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;
}
.header-main.fixed {
    background: #1885c7 !important;
}
.header-main.fixed .sm-header{
    padding-bottom: 0px !important;
}
.header-main.fixed .menu-logo a{
    height: 80px;
    width: 165px;
}
.header-main.fixed .e-con-inner {
    padding-bottom: 0px !important;
}
@media(min-width:1025px){
    .home .header-main {
        position: fixed;
    }
}

/* FORM 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:10px;gap: 0px !important;}
.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-secondary);color:#ffffff;}
:focus{outline:none;box-shadow:none!important;}
input,select,textarea{font-size:1rem!important;font-weight:400;color:#000000;width:100%!important;height:60px!important;background:#ffffff!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"]{font-size:1rem!important;color:#ffffff!important;text-align:center;text-transform:uppercase;line-height:1.1!important;font-weight:normal!important;padding:20px 0px!important;cursor:pointer;margin:0px auto!important;background:var(--e-global-color-secondary)!important;border-color:var(--e-global-color-secondary)!important;width:200px!important;height:auto!important;}
input[type="submit"]:hover{color:#ffffff!important;background:var(--e-global-color-secondary)!important;border-color:#000;}
::-webkit-input-placeholder{color:#000000;}
::-moz-placeholder{color:#000000;}
::-ms-input-placeholder{color:#000000;}
::-moz-placeholder{color:#000000;}

.hm-form-section .medianv-form input[type=radio]:checked ~ label{background:#000;color:#fff;}
.hm-form-section .medianv-form .gfield_radio .gform-field-label{background-color: #fff;color: #000;}
.hm-form-section input[type="submit"]{
    background-color: #000!important;
    color:  #fff!important;
}
.hm-form-section input[type="submit"]:hover{
    background-color: var(--e-global-color-primary)!important;
    color:  var(--e-global-color-secondary)!important;
}
/********************************** End Of Gravity FormsCss **********************************/
.gallery-txt-div{
    display: flex;
    align-items: flex-end !important;
    justify-content: center;
}
.gallery-txt-div .inner-title{
    background: var(--e-global-color-primary)!important;
    border-radius: 25px 25px 0px 25px;
    padding: 10px;
    font-family: 'BubblegumSans';
    font-size: 24px;
    text-align: center;
    color: var(--e-global-color-secondary)!important;
    margin: 0px !important;
}
.gallery-txt-div img{
    height: 200px !important;
    object-fit: contain !important;
}
.masonry-gallery {
    margin: 0;
    list-style: none;
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0px;
}

.masonry-gallery li {
    margin: 0;
    width: 20%;
    float: left;
    position: relative;
    padding: 10px
}

.masonry-gallery li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px 20px 20px 0px;
}

.masonry-gallery li:nth-child(3) {
    width: 40%
}

.masonry-gallery li:first-child,.masonry-gallery li:nth-child(2),.masonry-gallery li:nth-child(4) {
    height: 350px;
    object-fit: cover
}

.masonry-gallery li:nth-child(3) {
    height: 500px;
    object-fit: cover
}

.masonry-gallery li:nth-child(5),.masonry-gallery li:nth-child(6),.masonry-gallery li:nth-child(9) {
    height: 400px;
    object-fit: cover;
    margin-top: -149px
}

.masonry-gallery li:nth-child(7),.masonry-gallery li:nth-child(8) {
    height: 251px;
    object-fit: cover
}

.masonry-gallery li:first-child>a {
    display: none
}

.home-gallery .absolute-content {
    position: absolute;
    top: 17%;
    left: 0%;
    width: 300px;
    background: linear-gradient(0deg, rgb(0 0 0 / 50%), rgb(0 0 0 / 50%)), url(https://www.pediatricdentistsouthmiami.com/wp-content/uploads/2025/02/Layer-49.jpg);
    padding: 30px 0px;
    text-align: center;
    overflow: auto;
    border-radius: 20px 20px 20px 0px;
}

.home-gallery .absolute-content .inner-title {
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 0;
    font-family: 'BubblegumSans'}

.home-gallery .absolute-content .sub-title {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    display: none
}

.home-gallery {
    margin-top: 0;
    background: transparent;
    margin-bottom: 0;
}

.home-gallery .vc_custom_heading {
    color: #fff;
    margin-bottom: 20px;
    font-size: 50px
}



@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: 1340px){
    .homeVideoSlider button.slick-next.slick-arrow {
        right: -10px;
    }
    .homeVideoSlider button.slick-prev.slick-arrow {
        left: -10px;
    }
    
}
@media screen and (max-width: 1024px){
    .menu-logo {
        display: none !important;
    }
	.cus-row .col-4,
	.cus-row .col-6{width: 100%;}
	.cus-row{gap: 5px;}
	
	.slick-prev {
		left: 0px !important;
		z-index: 22;
	}
	.slick-next  {
		right: 0px !important;
		z-index: 22;
	}
	.elementor-widget-container p{
		margin-top: 15px;
	}
	.ti-widget.ti-goog .ti-footer .ti-profile-details .ti-name {
	    font-size: 20px !important;
	}
	.ti-widget.ti-goog .ti-header-write-btn-container .ti-header-write-btn {
	    font-size: 16px !important;
	    padding: 10px 20px !important;
	}
	.submit-button {
	    margin-top: 0px;
	}
    .custom-testimonials .ti-reviews-container-wrapper .ti-review-item {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
	body .doctors-details-card.elementor-element-c618263{
		position: static !important;
	}
    .doctors-details-card{
        position: relative !important;
        right: unset !important;
    }
    .main-banner-slider video{
        height: auto !important;
    }
    #youtube-video {
        width: 100%;
        height: calc((100vw*9)/ 16)
    }
    div#hm-doc-section {
        position: relative;
        background: url(https://www.pediatricdentistsouthmiami.com/wp-content/uploads/2025/03/bg-img-1.jpg);
        background-size: 200% !important;
        background-position: center;
    }
    
    .header-container{padding:10px;background: #1885c7;}
    .header-mobile{display:block;}
    .header-row{display:flex;align-items:center;justify-content:space-between;}
    .header-logo img{max-width:200px;}
    .header-toggle .mobile-button{border:none;background:var(--e-global-color-primary);margin:0px;padding:0px;border-radius:5px;height:40px;width:40px;display:flex;justify-content:center;align-items:center;flex-direction:column;margin-left:auto;}
    .header-toggle .mobile-button span{height:2px;width:20px;background:#02488e;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-secondary);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:#000000;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:13px;color:#000000 !important;display:block;text-align:center;background:var(--e-global-color-primary);padding:6px;}
    .header-contact ul li:nth-child(3) a{background:#fff}
    .header-contact ul li a:hover{background:var(--e-global-color-66eec8d);}
    .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;
    }
	.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: 768px){
    .header-contact ul li a{
        font-size: 12px;
    }
    .header-logo img {
        max-width: 150px;
    }
	.home .header-main {
		position: static;
		background: var(--e-global-color-secondary) !important;
	}
	.banner-content{
		position: relative !important;
		/* background: var(--e-global-color-secondary) !important; */
	}
    .banner-overlay{
        height: auto !important;
    }
    .bnr-boxes{
        position: relative !important;
        right: unset !important;
        top: unset !important;
        bottom: unset !important;
    }
    .bnr-boxes br {
        display: none;
    }
	.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: #32373c !important;
	    color: #fff !important;
	}
	.footer-main li.menu-item a.elementor-item-active, .footer-main li.menu-item a:hover{
	    background: transparent !important;
	    color: #32373c !important;
	}
	.footer-bottom-bar li.menu-item a.elementor-item-active, .footer-bottom-bar li.menu-item a:hover {
	    background: transparent !important;
	    color: #fff !important;
	}
	.cus-row .col-4,
	.cus-row .col-6{width: 100%;}
	.cus-row{gap: 5px;}
	.home-team-outer .slick-track{
		gap: 0px;
	}
	.clear-aligners, .testimonials-main {
	    background-size: 100% auto !important;
	}
	.ti-widget.ti-goog .ti-footer .ti-profile-details .ti-name {
	    font-size: 18px !important;
	}
	.ti-widget.ti-goog .ti-header-write-btn-container .ti-header-write-btn {
	    font-size: 14px !important;
	    padding: 8px 10px !important;
	}
	body .ti-footer.source-Google{
		margin-top: 0px !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;
    }
}
/* @media (max-width:500px){
	.dr-section-img img{min-height:220px !important;background-size:cover !important;}
}
 */
@media (max-width:340px){
	.banner-main-title br{display:none !important;}
}


@media (min-width:769px){
	.service-menu > .sub-menu{
		width:660px !important;
	}
	.service-menu ul.sub-menu li {
    width: 230px !important;
    float:left;
}
	
	.service-menu ul.sub-menu li a{
		padding: 10px 15px !important;
        text-transform: capitalize !important;
        width: 100% !important;
        text-wrap-mode: wrap !important;
        /* min-height: 75px; */
        align-items: center;
        justify-content: space-between;
	}
}
@media (min-width:1367px){
	.service-menu > .sub-menu{
		width:530px !important;
	}
	.service-menu ul.sub-menu li {
        width: 265px !important;
        float:left;
    }
}
@media(max-width:991px){
    .gallery-txt-div img {
        height: 120px !important;
        object-fit: contain !important;
    }
    .gallery-txt-div .inner-title {
        background: var(--e-global-color-primary) !important;
        border-radius: 25px 25px 0px 25px;
        padding: 7px;
        font-family: 'BubblegumSans';
        font-size: 16px;
        text-align: center;
        color: var(--e-global-color-secondary) !important;
        margin: 0px !important;
    }
    .comman-heading,.home-gallery .vc_custom_heading,.home-blog .font-h3,.home-video-sec .font-h3 {
        font-size: 30px;
        line-height: 1.3
    }
    .homeVideoSlider .slick-slide {
        margin-top: 20px;
        margin-bottom: 20px;
        position: relative
    }
    .home-appointment-form .col-4.right {
        width: 100%;
        display: flex;
        justify-content: left;
        margin-top: 30px
    }

    .home-appointment-form .col-8 {
        width: 100%
    }

    .home-gallery .absolute-content {
        width: 178px
    }

    .home-gallery .absolute-content .inner-title {
        font-size: 16px
    }

    .home-gallery .absolute-content .sub-title,.home_tab-section1 .tab-inner1 .wpb_content_element p,.home_tab-section1 .tab-inner1 .tab-right-col ul li,.custom-team-member p {
        font-size: 14px
    }

    .masonry-gallery li:first-child,.masonry-gallery li:nth-child(2),.masonry-gallery li:nth-child(4),.masonry-gallery li:nth-child(5),.masonry-gallery li:nth-child(6),.masonry-gallery li:nth-child(9) {
        height: 200px!important
    }

    .masonry-gallery li:nth-child(3) {
        height: 300px!important
    }

    .masonry-gallery li:nth-child(7),.masonry-gallery li:nth-child(8) {
        height: 140px!important
    }

    .masonry-gallery li:nth-child(5),.masonry-gallery li:nth-child(6),.masonry-gallery li:nth-child(9) {
        margin-top: -100px!important;
        height: 240px!important
    }
    
}
@media (max-width: 767px) {
    .gallery-txt-div img {
        height: 200px !important;
        object-fit: contain !important;
    }
    .gallery-txt-div .inner-title {
        background: var(--e-global-color-primary) !important;
        border-radius: 25px 25px 0px 25px;
        padding:15px;
        font-family: 'BubblegumSans';
        font-size: 20px;
        text-align: center;
        color: var(--e-global-color-secondary) !important;
        margin: 0px !important;
    }
    .masonry-gallery li {
        width:100%
    }

    .masonry-gallery li:first-child,.masonry-gallery li:nth-child(2),.masonry-gallery li:nth-child(4),.masonry-gallery li:nth-child(5),.masonry-gallery li:nth-child(6),.masonry-gallery li:nth-child(9),.masonry-gallery li:nth-child(7),.masonry-gallery li:nth-child(8) {
        height: 100%!important
    }

    .masonry-gallery li:nth-child(3) {
        height: 100%!important;
        width: 100%
    }

    .masonry-gallery li:nth-child(5),.masonry-gallery li:nth-child(6),.masonry-gallery li:nth-child(9) {
        margin-top: 0!important;
        height: 100%!important
    }

    .home-gallery .absolute-content {
        width: 100%;
        max-width: 90%;
        margin: auto;
        position: relative;
        left: 0;
        top: auto;
        display: block;
        bottom: 0;
        margin-bottom: 20px!important;
        margin-top: 10px
    }

    .masonry-gallery {
        float: none
    }

    .home-gallery {
        margin-bottom: 40px
    }
    .homeVideoSlider .slick-slide.slick-current img {
        transform: unset !important;
        filter: brightness(0.6) !important;
    }
    .homeVideoSlider .slick-slide img{
        width: 100% !important;
    }
    .homeVideoSliderItem.slick-slide {
        padding: 0px 10px;
    }
    
}



.homeVideoSlider .slick-dots {
    display: none!important
}
.homeVideoSlider button.slick-arrow {
    height: 40px;
    width: 40px;
    border-radius: 100px;
}
.homeVideoSlider .slick-slide {
    margin-top: 50px;
    margin-bottom: 50px;
    position: relative
}

.homeVideoSlider .slick-slide img {
    transition: .3s ease-in-out;
    filter: brightness(.4);
    border-radius: 15px !important;
    /* height: 240px;
    object-fit: cover; */
}

.homeVideoSlider .slick-slide.slick-current img {
    transform: scale(1.4);
    filter: brightness(1)
}

.homeVideoSlider .slick-slide.slick-current {
    z-index: 99
}

.play-icon {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border: 2px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: .1s ease-in-out
}

.play-icon::after {
    height: 40px;
    width: 40px;
    border: 2px solid #fff;
    content: '';
    display: inline-block;
    z-index: 9;
    position: relative;
    background: #fff;
    clip-path: polygon(0 0,80% 48%,0 100%,0% 100%);
    margin-left: 15px;
    transition: 1s ease-in-out
}

.homeVideoSlider .slick-slide.slick-current .play-icon {
    width: 80px;
    height: 80px
}

    
@media (max-width: 767px) {
    .header-mobile .header-container.sticky {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .header-mobile .header-container.sticky .header-row {
        width: 85%;
        margin-left: 11%;
    }
    .header-mobile .header-container.sticky .phone-icon-mobile {
        display: block;
        order: -1;
        line-height: 1;
        width: 15%;
    }
}