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

*/
@media (min-width: 1025px){
	/* Display submenu as 2-column grid on hover */
.two-column-menu:hover > .sub-menu {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(180px, 1fr));
  gap: 10px;
  background: #2c5aa0;
  width: max-content;
  z-index: 9999;
}

/* Style individual menu items */
.two-column-menu .sub-menu li {
  white-space: nowrap;
}

.two-column-menu .sub-menu li a {
  color: white !important; /* Match your menu style */
  padding: 8px 12px;
  display: block;
  transition: background 0.3s ease;
}

/* Hover effect */
.two-column-menu .sub-menu li a:hover {
  background: rgba(255, 255, 255, 0.1);
}

.medianv-form .gform_fields {
	gap:15px !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;
}
.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-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;
}

.page-id-1098 .for-only-loadmore .elementor-post{
	display: none;
}
.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;
}
footer.elementor-slideshow__footer.elementor-lightbox-prevent-close {
    display: none;
}
.header-nav {
    position: absolute !important;
    z-index: 9999 !important;
}
.home .header-main {
    position: fixed;
}
.banner-content a{
	color: #fff;
}
.banner-content a:hover{
	color: var(--e-global-color-primery);
}

.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 .home-service-icon img{
	filter: brightness(0) saturate(100%) invert(40%) sepia(93%) saturate(418%) hue-rotate(347deg) brightness(98%) contrast(89%);
}
.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: flex-start;
    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;
}

.nav-outer {
    position: fixed;
    top: 0;
    left: -80%;
    height: 100vh;
    width: 80%;
    z-index: 99999;
    transition: .3s linear;
    padding: 0 0;
    overflow-x: hidden;
}
.nav-outer.menu-open {
    left: 0;
}

.nav-outer .main-navigation ul{
	 list-style: none;
	 padding: 0;
}
.call-btn {
    display: none;
}
@media (max-width: 1025px){
    /* Mobile Menu Start */
	.menu-logo{
		display:none
	}
    .mobile-header.elementor-sticky--effects .call-btn {
        display: block !important;
        height: 40px;
    }
    .mobile-header.elementor-sticky--effects .moblie-logo{
        text-align: center !important;
    }
    .mobile-button {padding: 0 !important;display: flex !important;justify-content: center;align-items: center;flex-direction: column;}
    .nav-outer {position: fixed;top: 0;left: -1000px;height: 100vh;width: 80%;z-index: 9999;background-color: #426AA5;transition: .3s linear;padding: 0 0;overflow-x: hidden;}
    .nav-outer.menu-open {left: 0;}
    .menu{display: block;}
    .nav-outer .main-navigation ul > li {margin-right: 0;}
    .nav-outer .main-navigation ul > li > a {color: #ffffff;}
    .nav-outer .main-navigation ul > li > a {line-height: normal;font-size: 16px;text-transform: uppercase;padding: 10px 20px;border-bottom: 1px solid rgba(255,255,255,.6);width: 100%;display: inline-block;}
    .nav-outer .main-navigation ul > li.cts-button{display: none;}
    .main-navigation .menu li.menu-item-has-children {position: static;display: flex;align-items: center;}
    .main-navigation li.menu-item-has-children .sub-click svg {fill:#fff;transition: .3s linear;height: 25px !important;width: 25px !important;}
    .main-navigation li.menu-item-has-children .sub-click {z-index: 999;background: #000;height: 100%;width: 40px;position: relative;top: 0;transform: unset;right: 0;padding: 10px;display: flex;justify-content: center;align-items: center;transition: .3s all;cursor: pointer;}
    .main-navigation li.menu-item-has-children .sub-click:hover {background: #426AA5;}
    .main-navigation .menu li.menu-item-has-children > .sub-menu a {color: #fff;border-bottom: 1px solid #fff;}
    .main-navigation .menu li.menu-item-has-children > .sub-menu a:hover{color: #fff;}
    .main-navigation .menu li.menu-item-has-children > .sub-menu a:hover svg{fill: #fff;}
    .main-navigation li.menu-item-has-children{position: inherit;}
    .sub-close svg {fill: #fff;}
    .main-navigation .menu li.menu-item-has-children > .sub-menu {position: absolute;top: 0;right: 0;width: 100%;height: 100%;opacity: 0;visibility: hidden;transition: all 0.35s ease-in-out;transform: translateX(100%);top: 0;left: 0;display: block;background: #000;overflow: auto;
    overflow-x: auto;
    overflow-x: hidden;z-index: 9999;}
    .main-navigation .menu li.menu-item-has-children > .sub-menu.is-active {opacity: 1;visibility: visible;transform: translateX(0%);}
    .main-navigation .menu li.menu-item-has-children > a {display: flex;align-items: center;position: relative;justify-content: space-between;}
    .main-navigation .menu li.menu-item-has-children .sub-menu li.menu-item-has-children .sub-menu {left: 0;}
    .menu li,.menu li a{width: 100%;position: static;}
    .main-navigation .menu li.menu-item-has-children > ul .sub-click:hover {background: red;}
    .main-navigation .menu li.menu-item-has-children > ul .sub-click {right: 0;background: #9e1b30;line-height: normal;padding: 7px 10px;border-bottom: 0;margin-top: -1px;}
    .main-navigation .sub-click svg{
			transform: rotate(-90deg) !important;
	}
    .main-navigation .sub-click:hover svg {transform: rotate(-180deg) !important;}
    .main-navigation ul.sub-menu a {padding: 10px 10px;}
    .menu a {display: block;width: 100%;}
    .main-navigation ul li.book{display: none;}
    .header-right .h-outer{display: none;}
	
}


@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';
	}

}
/* body .doctor-bio-video.elementor-element-7f19d9f */

@media screen and (max-width: 768px){
	.home .header-main {
		position: static;
		background: var(--e-global-color-secondary) !important;
	}
    .banner-content {
        position: relative !important;
        background-color: #496ba7 !important;
        background: linear-gradient(180deg, rgba(0, 212, 255, 0) 0, #52555e 100%);
        padding: 20px 15px;
        min-height: unset !important;
        transform: unset !important;
        left: unset !important;
        right: unset !important;
        top: unset !important;
        z-index: 111111 !important;
        bottom: unset !important;
        height: unset !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: #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;
    }
}
/*form*/
.medianv-form .gfield_radio{display:flex;border:1px solid #323232;overflow:hidden;}
.medianv-form .gchoice{width:50%;position:relative;overflow:hidden;}
.medianv-form .gfield_radio .gform-field-label{max-width:100%!important;position:absolute;left:0px;right:0px;top:0px;bottom:0px;display:flex!important;align-items:center;justify-content:center;margin:0px;z-index:1;border: 1px solid #fff;color: #000;background-color: #fff;}
.medianv-form input[type=radio]{opacity:0;}
.medianv-form input[type=radio]:checked ~ label{background:#313d5d;color:#fff;}

.medianv-form .gfield_radio .gchoice:first-child .gform-field-label{
/* 	border-radius: 10px 0px 0px 10px !important;	 */
}
.medianv-form .gfield_radio .gchoice:last-child .gform-field-label{
/* 	border-radius: 0px 10px 10px 0px !important;	 */
}

input,select,textarea{font-weight: 400;color:#000000;width:100%!important;height:55px!important;background:#fff!important;padding:0px 15px!important;border:1px solid #000000;
/* 	border-radius: 10px !important; */
	font-family: "Poppins", Sans-serif;
}
textarea{padding:15px!important;height:100px!important;}
input[type="checkbox"],input[type="radio"]{width:20px;height:20px;}
input[type="submit"] {
    width: max-content !important;
    margin: 0px auto !important;
    padding: 15px 30px !important;
    background: #7cb6d1 !important;
    border: none;
    text-transform: uppercase !important;
    font-weight: 400 !important;
    border-radius: 0px !important;
    height: auto !important;
    letter-spacing: 1px !important;
    font-family: 'Poppins' !important;
    font-size: 16px !important;
}
input[type="submit"]:hover{color:#fff!important;background:#000 !important;}

::-webkit-input-placeholder {
	color: #000;
}
::-moz-placeholder {
	color: #000;
}
::-ms-input-placeholder {
	color: #000;
}
::-moz-placeholder {
	color: #000;
}


.doctor .doctor-slider-container{position:relative;overflow:hidden!important;display:block;padding:0px;margin-bottom:-12px;}
.doctor .doctor-thumbnail-slider{max-width:max-content!important;position:absolute!important;left:0px;right:0px;bottom:-70px!important;margin:0px auto!important;}
.doctor .doctor-thumbnail-slider .elementor-widget-container{width:135px;height:135px!important;border-radius:100%;overflow:hidden;border:5px solid #0082c740;margin:0px auto;cursor:pointer}
.doctor .doctor-thumbnail-slider .elementor-widget-container img{width:100%;height:100%;object-fit:contain;background:#ffffff;}
.doctor .doctor-slider-container .swiper-slide{flex:none!important;width: 140px;}

@media screen and (max-width:767px){
.doctor .doctor-thumbnail-slider .elementor-widget-container{
		height:90px !important;
		width:90px !important;
	}
}