/* 
 Theme Name:   Enso Dental North Centre
 Theme URI:    https://ensodental.com.au/
 Description:  This is child theme.
 Author:       Shoutout Digital
 Author URI:   https://shoutoutdigital.com.au/
 Template:     generatepress
 Version:      1.0.blog-peg-num
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
--------------------------------------------*/

/** ----------- CSS Reset ---------------- **/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	position: relative;
	line-height: 170%;
	font-family: 'DM Sans', sans-serif;
	font-size: 18px;
	overflow-x: hidden;
	background-color: #EBF6FE;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration: none;
	transition: all ease .4s;
}
.btn a:hover {
	opacity: .4;
	transition: all ease .4s;
}
.btn a {
	opacity: 1;
	transition: all ease .4s;
}

/** ----------- CSS Reset ---------------- **/
.elementor-widget-container p a {
	color: inherit;
	text-decoration: underline;
}

/** ----------- Mega Menu ---------------- **/
.main-menu-header {
	margin-bottom: 40px;
}

.mega-menu-col-3 .main-menu-header,
.mega-menu-col-6 .main-menu-header {
	margin-bottom: 0;
}

.mega-menu-col-6 .main-menu-header {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mega-menu-col-3 .main-menu-header:not(:first-child),
.mega-menu-col-6 .main-menu-header:not(:first-child) {
	border-left: 1px solid #8FB9D7;
	padding-left: 20px;
}

.mega-menu-col-3 .main-menu-header:last-child,
.mega-menu-col-6 .main-menu-header:last-child {
	padding-top: 0;
	padding-bottom: 0;
}

.mega-menu-col-3 .main-menu-header .sub-menu .main-menu-header,
.mega-menu-col-6 .main-menu-header .sub-menu .main-menu-header {
	border-left: 0;
	padding-left: 0;
}

.main-menu-header > a {
	color: #00467F !important;
	font-family: Marcellus !important;
	font-size: 20px !important;
	font-style: normal !important;
	font-weight: 400 !important;
	line-height: normal !important;
}

.main-menu-header a:hover,
.main-menu-header a:hover::before {
	color: #8FB9D7 !important;
	text-decoration: none !important;	
}

.main-menu-header > a:before {
    color: #00467F;
    display: block;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
	padding-bottom: 16px;
}

.main-menu-about > a:before {
	content: '01';
}
.main-menu-dental-problems > a:before {
	content: '01';
}
.main-menu-our-team > a:before {
	content: '01';
}

.main-menu-general-dentistry > a:before {
	content: '01';
}

.main-menu-cosmetic-dentistry > a:before {
	content: '02';
}

.main-menu-restorative-dentistry > a:before {
	content: '03';
}

.main-menu-dental-implants > a:before {
	content: '04';
}

.main-menu-invisalign > a:before {
	content: '05';
}

.main-menu-anxious-patients > a:before {
	content: '06';
}

.main-menu-emergency-dentist > a:before {
	content: '07';
}

.main-menu-preferred-provider > a:before {
	content: '01';
}

.main-menu-government-scheme > a:before {
	content: '02';
}

.main-menu-health-funds > a:before {
	content: '03';
}

.main-menu-anxious-patients {
	padding-top: 0;
	padding-bottom: 0;
}

.mega-menu.mega-menu-col-3 > .sub-menu {
	min-width: 752px !important;
}

.mega-menu.mega-menu-col-6 > .sub-menu {
	min-width: 1300px !important;
	padding: 0 30px !important;
}

.mega-menu.mega-menu-col-3 > .sub-menu > .main-menu-header > a,
.mega-menu.mega-menu-col-6 > .sub-menu > .main-menu-header > a {
	margin-bottom: 54px!important;
    padding-bottom: 0 !important;
}

.mega-menu > .sub-menu > .main-menu-header:hover a {
	text-decoration: none !important;
}

.mega-menu .sub-menu li .sub-menu {
	min-width: auto;
	background-color: transparent !important;
}

.mega-menu > .sub-menu > li:hover > .sub-menu > li > a {
	text-decoration: none;
}

.mega-menu > .sub-menu > li > .sub-menu > li:hover > a {
	color: #00467F !important;
	text-decoration: underline !important;
}

.mega-menu.mega-menu-col-6 > .sub-menu > li > .sub-menu > li:hover > a,
.mega-menu.mega-menu-col-6 > .sub-menu > li > .sub-menu > li:hover > a:before {
	color: #00467F !important;
	text-decoration: underline !important;
}

.mega-menu > .sub-menu > li > .sub-menu > li > a {
	color: #00467F;
	font-family: "DM Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 14px;
}

.mega-menu > .sub-menu > li > .sub-menu > li.current-menu-item > a {
	color: #00467F;
    text-decoration: underline;
}

@media (min-width: 769px) {
	
	.for-landing {
        transform: translateY(100%) !important;
    }
	
    nav .main-nav .mega-menu {
        position: static;
    }

    nav .main-nav .mega-menu > ul {
        position: absolute;
        width: 100%;
        left: 0 !important;
        display: flex;
        flex-wrap: wrap;
    }

    nav .main-nav .mega-menu > ul > li > a {
        font-weight: bold;
    }

    nav .main-nav .mega-menu>ul>li {
        display: inline-block;
        width: 25%;
        vertical-align: top;
    }

    nav .main-nav .mega-menu.mega-menu-col-2>ul>li {
        width: 50%;
    }

    nav .main-nav .mega-menu.mega-menu-col-3>ul>li {
        width: 33.3333%;
    }

    nav .main-nav .mega-menu.mega-menu-col-5>ul>li {
        width: 20%;
    }

    nav .main-nav .mega-menu.mega-menu-col-6>ul>li {
        width: 16.6667%;
    }

    nav .main-nav .mega-menu ul ul {
        background-color: #e9f8fb !important;
        color: inherit;
		padding: 0;
		border-radius:10px;
		border: 0;
    }

    nav .main-nav .mega-menu ul .sub-menu {
        position: static;
        display: block;
        opacity: 1;
        visibility: visible;
        width: 100%;
        box-shadow: 0 0 0;
        left: 0 !important;
        height: auto;
        pointer-events: none;
        transform: scale(1);
		padding: 0;
    }

    nav .main-nav .mega-menu ul.toggled-on .sub-menu {
        pointer-events: auto;
    }

    nav .main-nav .mega-menu .sub-menu .menu-item-has-children .dropdown-menu-toggle {
        display: none;
    }

	.custom-menu-heading {
		width: 100%;
	}

	.main-navigation ul ul {
		background-color: var(--white-color);
		filter: drop-shadow(0px 20px 30px rgba(0,0,0,0.05));
		background-color: #ffffff;
		border: 1px solid #d9e9ec;
	}
	
	li.mega-menu > ul.sub-menu {
		padding: 55px  35px;
		border-radius: 10px;
		top: auto;
		box-shadow: none;
	}

	nav .main-nav .mega-menu.mega-menu-col-6 > ul {
		position: absolute;
		width: 100%;
		min-width: 1186px;
		left: 50% !important;
		display: flex;
		flex-wrap: wrap;
		transform: translateX(-50%);
		height: auto;
	}

	.custom-menu-heading h2 {
		font-size: 48px;
		line-height: 60px;
		margin-bottom: 35px;
		text-align: center;
	}
		span.icon-for-mega {
		display: inline-block;
		width: 70px;
		height: 70px;
		border-radius: 33px 33px 0 0;
		background: #e9f8fb;
		margin: auto !important;
		position: relative;
		text-align: center;
	}

	.icon-for-mega img {
		width: 36px;
		height: 36px;
	}

	span.icon-for-mega img {
		top: 30%;left: auto;position: relative;
	}

	.main-navigation .main-nav ul ul > li > a {
		padding: 0 0 14px 0 !important;
	}

	.main-navigation .main-nav ul ul > li:last-child > a {
		padding: 0 0 0 0 !important;
	}

	.main-navigation .main-nav ul ul > li > ul > li > a {
		padding: 0 0 0 0px !important;
	}

	ul#menu-primary-menu > li > ul > li > a {
		color: #00467F;
	}
	
	.mrg-top-btm {
		margin-top: 50px;
	}
	
	span.spn-heading {
		margin: auto;
		position: relative;
		padding-left: 15px;
		top: 8px;
	}
}

@media screen and (min-width: 1025px) and (max-width: 1659px) {
	nav .main-nav .mega-menu.mega-menu-col-3 > ul {
		left: 0 !important;
	}
}

nav .main-nav .mega-menu.mega-menu-col-3 > ul {
	position: absolute;
	width: 100%;
	left: 50%;
	display: flex;
	flex-wrap: wrap;
	transform: translateX(0%);
	height: auto;
}
/** ----------- Mega menu css end ---------------- **/


/** ----------- Highlight ---------------- **/
.highlight {
	display: inline-block;
	margin: 0 20px;
	height: 50px;
	line-height: 50px;
	position: relative;
	color: #00467F;
	background-color: #FFF708;
	z-index: 0;
}
.highlight::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: -20px;
	background: url('https://ensodental.com.au/wp-content/uploads/2024/01/highlight_before.svg') no-repeat;
	background-size: cover;
	height: 100%;
	width: 21px;
}
.highlight::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: -33px;
	background: url('https://ensodental.com.au/wp-content/uploads/2024/01/highlight_after.svg') no-repeat;
	background-size: cover;
	height: 100%;
	width: 33px;
}
@media screen and (max-width: 767px) {
	.highlight {
		margin: 0 14px;
	}
	
	.flip-card-main {
    grid-template-columns: 1fr !important;
}
}

/** ----------- Elementor Global --------------- **/
.elementor-widget-container ul {
	list-style: disc;
	padding-inline-start: 25px;
}

.elementor-accordion-item ul {
	list-style: disc;
	padding-inline-start: 25px;
}

.elementor-accordion-item ol {
	list-style: numbers;
	padding-inline-start: 25px;
}

/** ----------- Button Hover ---------------- **/
.accent-btn a:hover {
	opacity: .4;
}

/** ----------- Footer ---------------- **/
.footer-widgets,
.site-footer .are-we {
    background-color: #00467F;
    padding: 0 40px;
}
.site-info {
	background-color: #00467F;
}
.site-footer .are-we {
	padding-top: 160px;
}
.site-footer .are-we h2 {
	text-align: center;
}
.site-footer .are-we h2 a:not(:last-child) {
	margin-right: 30px;
}
.site-footer .are-we h2 span {
	margin-right: 40px;
}
.footer-widgets .wrap-icn a,
.footer-widgets .open-hour h2,
.footer-widgets .map-loc h2,
.footer-widgets .wrap-menudf .menu11 h2, 
.footer-widgets .wrap-menudf .menu11 h2 a,
.site-footer .are-we h2 span {
	color: #FFF708;
	font-family: DM Sans;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 34px; /* 170% */
	letter-spacing: 0.4px;
}
.footer-widgets .wrap-icn,
.footer-widgets .wrap-menudf .menu11 h2,
.footer-widgets .open-hour h2,
.footer-widgets .map-loc h2 {
	margin-bottom: 24px;
}
.footer-widgets .menu11 li a,
.footer-widgets .open-hour p,
.site-footer .are-we h2 a,
.site-info .disc a {
	position: relative;
	color: #EBF6FE;
	font-family: DM Sans;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 34px; /* 170% */
	letter-spacing: 0.4px;
	transition: all ease .4s;
}
.footer-widgets .menu11 li a:hover,
.site-footer .are-we h2 a:hover,
.site-info .disc a:hover,
.footer-widgets .wrap-icn a:hover,
.footer-widgets .wrap-menudf .menu11 h2:hover, 
.footer-widgets .wrap-menudf .menu11 h2 a:hover,
.footer-bar a:hover,
.footer-widgets .so-fo .f-cols a:hover,
.footer-widgets .foo-log a:hover {
	opacity: .4;
	transition: all ease .4s;
}
.site-info .disc a {
	display: inline-block;
	margin-right: 36px;
}
.site-info .disc a:not(:last-child)::before {
	content: '';
	display: block;
	position: absolute;
	right: -20px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: 4px;
	height: 4px;
	border-radius: 100px;
	background-color: #EBF6FE;
}
.widget ul li {
	margin-bottom: 16px;
}
.footer-widgets .map-loc iframe {
	height: 300px;
	border-radius: 20px;
}
.footer-widgets .wrap-menudf .menu11 .two-mnu,
.footer-widgets .map-marker,
.footer-widgets .open-hour,
.footer-widgets .map-loc,
.footer-widgets .foo-log {
	margin-bottom: 64px;
}
.site-footer .footer-widgets-container .inner-padding {
	padding: 0;
}
.site-footer .footer-widgets-container .inside-footer-widgets {
	margin: 0;
}
.footer-widget-1 {
	flex: unset!important;
    width: 30%;
    padding-right: 130px;
}
.wrap-menudf {
	display: inline-flex;
    gap: 40px;
    width: 100%;
}
.menu11 {
    width: 33.33333%;
}
.footer-widgets .so-fo {
	margin-top: -40px;
}
.footer-widgets .so-fo .f-cols {
	display: flex;
	gap: 0 16px;
}
.footer-widgets .so-fo .f-cols a {
	display: inline-block;
}
@media screen and (max-width: 767px) {
	.footer-widgets, .site-footer .are-we {
		padding: 0 20px;
	}
	.footer-widget-1 {
		flex: unset!important;
		width: 100%;
		padding-right: 0;
	}
	.menu11 {
		width: 100%;
	}
	.wrap-menudf {
		display: block;
		width: 100%;
	}
	.footer-widgets .wrap-icn a,
	.footer-widgets .open-hour h2,
	.footer-widgets .map-loc h2,
	.footer-widgets .wrap-menudf .menu11 h2, 
	.footer-widgets .wrap-menudf .menu11 h2 a,
	.site-footer .are-we h2 span {
		font-size: 18px;
	}
	.footer-widgets .menu11 li a,
	.footer-widgets .open-hour p,
	.site-footer .are-we h2 a,
	.site-info .disc a {
		font-size: 16px;
	}
	.footer-widgets .wrap-icn,
	.footer-widgets .wrap-menudf .menu11 h2,
	.footer-widgets .open-hour h2,
	.footer-widgets .map-loc h2 {
		margin-bottom: 16px;
	}
	.widget ul li {
		margin-bottom: 8px;
	}
	.footer-widgets .wrap-menudf .menu11 .two-mnu, 
	.footer-widgets .map-marker, 
	.footer-widgets .open-hour, 
	.footer-widgets .map-loc, 
	.footer-widgets .foo-log {
		margin-bottom: 32px;
	}
	.footer-widgets .so-fo {
		margin-top: -20px;
	}
	.footer-widgets .foo-log a img {
		width: 140px;
	}
	.footer-widgets {
		padding-top: 40px;
	}
	.site-footer .are-we h2 span {
		display: block;
		margin: 0;
	}
	.site-footer .are-we h2 a:not(:last-child) {
		margin-right: 24px;
	}
	.site-footer .are-we {
		padding-top: 48px;
	}
	.footer-bar-active .inside-site-info {
		flex-direction: column-reverse;
	}
	.site-info .disc a:not(:last-child)::before {
		display: none;
	}
	.site-info .disc a {
		font-size: 14px;
		display: inline-block;
		margin-right: 20px;
	}
	.site-info .disc {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.footer-bar-active .footer-bar {
		margin-top: 32px;
	}
	.site-footer .are-we h2 {
		text-align: center;
		line-height: 24px;
	}
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
	.footer-widget-1 {
		flex: unset!important;
		width: 100%;
		padding-right: 0;
	}
	.site-footer .are-we {
		padding-top: 80px;
	}
	.footer-widgets .map-loc iframe {
		width: 100%;
	}
	.inside-footer-widgets {
		display: block;
	}
	.inside-footer-widgets>div {
		padding-top: 40px;
	}
	.footer-widgets .foo-log a {
		display: inline-block;
	}
	.flip-card-main {
    grid-template-columns: 1fr !important;
}
}

/** ----------- Landing Page --------------- **/
.landing-page a.fa-phndf {
    position: absolute;
    right: 0;
    line-height: 43px;
    background: #FFF708;
    color: #00467F;
    width: 32px;
    height: 32px;
    text-align: center;
    border-radius: 50px;
    top: -34px;
	display: flex;
    justify-content: center;
}
.landing-page a.fa-phndf04 {
        right: 0px;
        top: -30px !important;
        transform: unset !important;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
    }

.landing-page a.fa-phndf04:before {
	content: 'Call Us Today';
	color: #ffffff;
	font-size: 15px;
	padding-right: 12px;
}

.landing-page a.fa-phndf svg {
    animation-name: trin;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    width: 16px;
    display: inline-block;
}
.landing-page .site-info .copyright-bar {
	display: flex;
	justify-content: space-between!important;
	width: 100%;
}
.landing-page .footer-bar-align-right .copyright-bar .disc {
    margin-right: auto;
}
.landing-page .footer iframe {
	border-radius: 20px;
}
.landing-page .offer .list .elementor-container {
	display: flex;
	gap: 0 30px;
}
.landing-page .offer .list .item {
	width: 32%!important;
	position: relative;
}
.landing-page .offer .list .item .elementor-image-box-img img {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
.landing-page .offer .list .item h3 {
	margin-top: 32px;
	color: #EBF6FE;
	font-family: Marcellus;
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: 48px; /* 120% */
	text-align: left;
}
.landing-page .offer .list .item p {
	margin-top: 16px;
	color: #EBF6FE;
	font-family: "DM Sans";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 34px; /* 170% */
	text-align: left;
}
.landing-page .offer .list .item .discount {
	position: absolute;
	bottom: 30px;
	left: 0;
	display: inline;
	padding: 16px 30px;
	border-radius: 2px 10px 10px 2px;
	background: #FFF708;
}
.landing-page .offer .list .item .discount span {
	color: #066;
	font-family: "DM Sans";
	font-size: 20px;
	font-style: italic;
	font-weight: 500;
	line-height: normal;
}
.landing-page .offer .list .item .arrow-link {
	position: absolute;
	bottom: 30px;
	right: 30px;
	content: '';
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	border-radius: 100px;
	border: 2px #FFF708 solid;
	transition: all ease .4s;
}
.landing-page .offer .list .item .arrow-link:hover {
	background-color: #FFF708;
	transition: all ease .4s;
}
.landing-page .offer .list .item .arrow-link span {
	display: inline;
	width: 20px;
	height: 24px;
}
.landing-page .offer .list .item .arrow-link span svg path {
	transition: all ease .4s;
}
.landing-page .offer .list .item .arrow-link:hover svg path {
	fill: #00467F;
	transition: all ease .4s;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
	.landing-page .site-info .copyright-bar {
		flex-direction: column;
	}
	.landing-page .site-info .copyright-bar .footer-bar {
		margin-top: 24px;
	}
	.landing-page .offer .list .item {
		margin-top: 32px;
		width: 100%!important;
	}
	.landing-page .offer .list .item .elementor-image-box-img img {
		object-fit: cover;
		width: 100%;
	}
	.landing-page .offer .list .item h3 {
		margin-top: 24px;
	}
}
@media screen and (max-width: 767px) {
	.landing-page .site-info .copyright-bar {
		flex-direction: column;
	}
	.landing-page .site-info .copyright-bar .footer-bar {
		margin-top: 24px;
	}
	.landing-page .offer .list .item {
		margin-top: 24px;
		width: 100%!important;
	}
	.landing-page .offer .list .item .elementor-image-box-img img {
		object-fit: cover;
		width: 100%;
		height: 250px;
	}
	.landing-page .offer .list .item h3 {
		margin-top: 20px;
	}
}

@keyframes trin {
    from {
        transform: rotate3d(0, 0, 1, 0deg);
    }

    20%, 32%, 44%, 56%, 68% {
        transform: rotate3d(0, 0, 1, 0deg);
    }

    23%, 35%, 47%, 59%, 71% {
        transform: rotate3d(0,0,1,15deg);
    }

    26%, 38%, 50%, 62%, 74% {
        transform: rotate3d(0,0,1,0deg);
    }

    29%, 41%, 53%, 65%, 77% {
        transform: rotate3d(0,0,1,-15deg);
    }

    80% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

/** ----------- Landing Page Additionals ------------ **/
.page-id-1145 .dentist .inner-item .detail .btn-wrap {
	display: none;
}

/** ----------- Header ---------------- **/
.main-navigation {
	background: #00467f00;
}
.site-header {
	padding: 0 40px;
	background: #00467f00;
}
.darkHeader .site-header {
    background: #00467F;
}
.inside-header {
	padding: 20px 0;
	border-bottom: 4px #EBF6FE solid;
	transition: all ease .4s;
}
.nav-float-right #site-navigation {
	margin-right: 80px;
}
.site-header .book-button.top-links a {
	display: inline-block;
	padding: 16px 32px;
	color: #00467F;
	text-align: center;
	font-family: DM Sans;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	border-radius: 10px;
	background: #FFF708;
}
.site-header .book-button.top-links a:hover {
	opacity: .4;
}
.main-navigation .main-nav .mega-menu-col-3 > .sub-menu > li > ul {
	min-width: auto;
}
.main-navigation .main-nav ul.sub-menu {
	min-width: 250px;
	padding: 30px 20px 40px 30px;
    width: auto;
}
.main-navigation .main-nav ul li a {
	color: #EBF6FE;
	text-align: center;
	font-family: DM Sans;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.main-navigation .main-nav ul li[class*="current-menu-"] > a,
.main-navigation .main-nav ul li:not([class*="current-menu-"]):hover > a {
	color: #FFF708;
}
.main-navigation .main-nav ul ul li a {
	color: #00467F;
	font-size: 16px;
	text-align: left;
}
.main-navigation .main-nav ul ul li:hover a {
	color: #00467F;
	text-decoration: underline;
}
.main-navigation .menu-hidden > a {
	display: none;
} 
header#masthead, .page.landing-page .landing-header {
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
    animation: drop-in 1200ms ease 100ms backwards;
    transition: all ease .4s;
}
.page.landing-page .mob-menu-header-holder.mobmenu {
	display: none!important;
}
.page.landing-page .landing-header .elementor-element-b448d36 > .elementor-element-populated,
.page.landing-page .landing-header .elementor-element-934fa03 > .elementor-element-populated,
.page.landing-page .landing-header .elementor-element-96fdd36 > .elementor-element-populated,
.page.landing-page .landing-header .elementor-element-2ae5928 > .elementor-element-populated {
	transition: all ease .4s;
}
.darkHeader .inside-header, .darkHeader.page.landing-page .landing-header .elementor-element-b448d36 > .elementor-element-populated,
.darkHeader .inside-header, .darkHeader.page.landing-page .landing-header .elementor-element-934fa03 > .elementor-element-populated,
.darkHeader .inside-header, .darkHeader.page.landing-page .landing-header .elementor-element-96fdd36 > .elementor-element-populated,
.darkHeader .inside-header, .darkHeader.page.landing-page .landing-header .elementor-element-2ae5928 > .elementor-element-populated{
    padding: 16px 0;
    border-bottom: 2px #EBF6FE solid;
    transition: all ease .4s;
}
.main-navigation .main-nav>ul { 
	justify-content: center;	
}
/** Special Query for 1440px Primary Header **/ 
@media screen and (max-width: 1440px) {
	.main-navigation {
		margin: 0 auto;
	}
	.main-navigation .main-nav ul li a {
		font-size: 16px;
	}
	.site-header .book-button.top-links a {
		padding: 16px 20px;
		font-size: 16px;
	}
	.main-navigation .main-nav>ul {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		gap: 12px 0;
	}
	.nav-float-right #site-navigation {
		margin-right: 0;
	}
}

/* Mobile Menu */
@media screen and (max-width: 1024px) {
	.mobmenu-right-panel {
		width: 100%!important;
		background-color: #00467F!important;
	}
	.mobmenu-right-panel .mobmenu-right-bt {
		right: 15px !important;
		top: 20px !important;
		background: #ffffff;
		border-radius: 50px;
		width: 30px;
		height: 30px;
	}
	.mob-expand-submenu i, #mobmenuright li a {
		font-size: 16px !important;
	}
	.mobmenu-right-panel .mob-cancel-button {
		color: #00467F!important;
	}
	.mobmenu-right-alignment .mob-cancel-button {
		font-size: 17px !important;
		text-align: center;
		line-height: 31px;
	}
	.mob-menu-header-holder {
		background-color: #00467f00!important;
		border-bottom: 2px #EBF6FE solid;
	}
	.mobmenu .headertext {
		color: #FFF;
		text-decoration: none;
		display: inline-block;
	}
	body.mob-menu-slideout-over {
		padding-top: 0!important;
	}
	.mob-menu-header-holder,
	.mob-menu-header-holder .mob-retina-logo, 
	.mob-menu-header-holder .mobmenur-container {
		transition: all ease .4s!important;
	}
	.darkHeader .mob-menu-header-holder {
		height: 64px;
		background-color: #00467F!important;
		transition: all ease .4s!important;
	}
	.darkHeader .mob-menu-header-holder .mob-retina-logo {
		height: 40px!important;
		transition: all ease .4s!important;
	}
	.darkHeader .mob-menu-header-holder .mobmenur-container {
		top: 5px!important;
		transition: all ease .4s!important;
	}
	.darkHeader .mob-menu-logo-holder {
		height: 50px;
		transition: all ease .4s!important;
	}
}

/** ----------- Why Choose Us ---------------- **/
.why-choose-item .elementor-icon-box-icon {
	margin-top: 30px;
}
.why-choose-item .elementor-icon-box-description {
	margin-top: 24px!important;
}
.why-choose-list .elementor-container {
	gap: 0 60px;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
	.why-choose-list .elementor-container {
		gap: 0 60px;
	}
	.why-choose-list .elementor-column {
		width: 100%!important;
	}
}


/** ----------- Our Services ---------------- **/
.serv-tab .elementor-tabs-wrapper {
	display: flex!important;
	flex-wrap: wrap!important;
	justify-content: center!important;
}
.serv-tab .elementor-tab-desktop-title {
	margin: 0 15px 30px;
	padding: 20px 32px!important;
	border-radius: 10px;
	background: #EBF6FE;
	border: 2px #00467F solid!important;
	transition: all ease .4s;
}
.serv-tab .elementor-tab-desktop-title.elementor-active,
.serv-tab .elementor-tab-desktop-title:hover {
	color: #EBF6FE;
	background: #00467F;
	transition: all ease .4s;
}
.serv-tab .elementor-tab-content {
	margin-top: 80px;
	padding: 0!important;
}
.serv-tab .wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #00467F;
	padding: 95px;
	border-radius: 40px;
}
.serv-tab .wrap .content {
	max-width: 580px;
}
.serv-tab .wrap .content a {
	color: #FFF708;
}
.serv-tab .wrap .content a:hover {
	text-decoration: underline;
}
.serv-tab .wrap .content h2 {
	color: #EBF6FE;
	font-family: "DM Sans";
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 56px; /* 116.667% */
}
.serv-tab .wrap .content h2 {
	margin-bottom: 24px;
}
.serv-tab .wrap .serv-wrap {
	max-width: 550px;
	width: 100%;
}
.serv-tab .wrap .serv-list {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	justify-content: center;
	list-style: none;
	padding-inline-start: 0;
}
.serv-tab .wrap .serv-list .serv-item {
	width: 260px;
	height: 260px;	
	position: relative;
}
.serv-tab .wrap .serv-list .serv-item p {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}
.serv-tab .wrap .serv-list .serv-item a {
	align-items: flex-end;
    border: 2px solid #EBF6FE;
    border-radius: 20px;
    bottom: 0;
    color: white;
	display: flex;
    flex-direction: row;
    height: 100%;
    justify-content: center;
    left: 0;
    transition: all ease .4s;
    opacity: 1;
    overflow: hidden;
    padding-bottom: 20px;
    position: absolute;
    right: 0;
	text-align: center;
    top: 0;
    width: 100%;
    z-index: 1;
}
@media screen and (max-width: 767px) {
	.serv-tab .wrap .serv-list .serv-item a {
		font-size: 12px;
		padding-bottom: 0;
	}
}
.serv-tab .wrap .serv-list .serv-item a:hover {
	transition: all ease .4s;
	opacity: .4;
}
.serv-tab .wrap .serv-list .serv-item .img-wrap {
	padding: 25px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #EBF6FE;
	border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
@media screen and (max-width: 767px) {
	.serv-tab .wrap .serv-list .serv-item .img-wrap {
		padding: 14px 0;
	}
}
.serv-tab .wrap .serv-list .serv-item .img-wrap img {
	height: 140px;
	width: 140px;
}
@media screen and (max-width: 767px) {
	.serv-tab .wrap .serv-list .serv-item .img-wrap img {
		width: 75px;
		height: 75px;
	}
}
.serv-tab .wrap .serv-list .serv-item .title {
	padding: 20px;
	color: #EBF6FE;
	text-align: center;
	font-family: "DM Sans";
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	letter-spacing: 0;
}
.serv-tab .wrap .serv-list .serv-item.double-line a {
	padding-bottom: 0;
}
.serv-tab .wrap .serv-list .serv-item.see-more a::after {
	background: url('https://ensodental.com.au/wp-content/uploads/2024/01/arrow-right.svg') no-repeat center center;
	background-size: cover;
	content: '';
	display: inline-block;
	height: 14px;
	margin-bottom: 8px;
	margin-left: 11px;
	width: 12px;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
	.serv-tab .wrap {
		padding: 64px;
		border-radius: 32px;
		flex-direction: column;
	}
	.serv-tab .wrap .content {
		max-width: 100%;
	}
	.serv-tab .wrap .serv-wrap {
		margin-top: 40px;
		max-width: 100%;
	}
	.serv-tab .elementor-tab-desktop-title {
		margin: 0 8px 16px;
		padding: 16px 24px!important;
		border-radius: 10px;
	}
	.serv-tab .elementor-tab-content {
		margin-top: 64px;
	}
	.serv-tab .wrap .serv-list .serv-item {
		width: 47%;
		height: 260px;
	}
}
@media screen and (max-width: 767px) {
	.serv-tab .wrap {
		padding: 32px 24px;
		border-radius: 24px;
		flex-direction: column;
	}
	.serv-tab .wrap .serv-wrap {
		max-width: 100%;
	}
	.serv-tab .wrap .content {
		max-width: 100%;
	}
	.serv-tab .elementor-tab-content {
		margin-top: 40px;
	}
	.serv-tab .wrap .content h2 {
		font-size: 32px;
		line-height: 32px;
		margin-bottom: 24px;
	}
	.serv-tab .wrap .content p {
		font-size: 18px;
		line-height: 32px; /* 177.778% */
	}
	.serv-tab .wrap .serv-list .serv-item {
		width: 47%;
		height: 140px;
	}
	.serv-tab .wrap .serv-list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 20px 0;
	}
	.serv-tab .wrap .serv-list .serv-item a .title {
		padding: 10px;
		font-size: 12px;
	}
	.serv-tab .wrap .serv-list .serv-item a .img-wrap {
		width: 100%;
	}
	.serv-tab .wrap .serv-list .serv-item a .img-wrap img {
		width: 75px;
	}
	.serv-tab .wrap .serv-list .serv-item a .title {
		display: inline-block;
	}
	.serv-tab .wrap .serv-list .serv-item.see-more a .title::after {
		width: 8px;
		height: 8px;
	}
	.serv-tab .wrap .serv-wrap {
		margin-top: 32px;
	}
	.serv-tab .elementor-tabs-wrapper {
		overflow: scroll!important;
		flex-wrap: nowrap!important;
		justify-content: flex-start!important;
	}
	.serv-tab .elementor-tab-desktop-title {
		margin: 0 8px 30px;
		padding: 12px 18px!important;
		border-radius: 6px;
		border: 2px #00467F solid!important;
		vertical-align: middle;
		text-wrap: nowrap;
	}
	.serv-tab .elementor-tab-mobile-title {
		display: none;
	}
}
.serv-grid .elementor-container {
	display: grid !important;
	grid-gap: 25px;
	grid-template-columns: repeat(4, 1fr);
}

.serv-grid .elementor-container .serv-grid-item {
	width: 100% !important;
}

.serv-grid .serv-grid-item a {
	color: #FFF708;
}


.serv-grid .serv-grid-item a:hover {
	text-decoration: underline;
}

.serv-grid .serv-grid-item .arrow-link {
	position: absolute;
	top: 30px;
	right: 30px;
	content: '';
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	border-radius: 100px;
	border: 2px #FFF708 solid;
	transition: all ease .4s;
	z-index: 1;
}

.serv-grid .serv-grid-item .arrow-link:hover {
	background-color: #FFF708;
	transition: all ease .4s;
}

.serv-grid .serv-grid-item .arrow-link span {
	display: inline;
	width: 20px;
	height: 24px;
}

.serv-grid .serv-grid-item .arrow-link span svg path {
	transition: all ease .4s;
}

.serv-grid .serv-grid-item .arrow-link:hover svg path {
	fill: #00467F;
	transition: all ease .4s;
}

.serv-grid-slider .serv-dashboard-item {
	background: #00467f;
	border-radius: 16px;
	padding: 20px;
	position: relative;
}

.serv-grid-slider .serv-dashboard-item .img-wrap {
	margin-bottom: 24px;
}

.serv-grid-slider .serv-dashboard-item .serv-title {
	font-family: "DM Sans", Sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0px;
	margin-bottom: 8px;
}

.serv-grid-slider .serv-dashboard-item .content {
	font-family: "DM Sans", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0px;
}

@media screen and (max-width: 767px) {
	.serv-grid-slider .slick-track {
		display: flex;
	}
}

@media screen and (max-width: 767px) {
	.serv-dashboard-item {
		height: auto !important;
	}
}

.serv-grid-slider .slick-list {
	margin: 0 -10px;
	padding: 0 10% 0 0;
}

.serv-grid-slider .slick-slide {
	margin: 0 10px;
}

.serv-grid-slider .slick-dots li button:before {
	font-size: 20px;
}

.serv-grid-slider .slick-dots li button:before {
	color: #A8C4DA;
	opacity: 1;
}

.serv-grid-slider .slick-dots li.slick-active button:before {
	color: #00467F;
	opacity: 1;
}

.serv-grid-slider .slick-dots {
	bottom: -60px! important;
	font-size: 0;
	line-height: 0;
}

.serv-grid-slider .arrow {
	position: absolute;
	top: 20px;
	right: 20px;
	content: '';
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	border-radius: 100px;
	border: 2px #FFF708 solid;
	transition: all ease .4s;
	z-index: 1;
}

.serv-grid-slider .arrow .arrow-link {
	height: 25px;
}

.serv-grid-slider .arrow:hover {
	background-color: #FFF708;
	transition: all ease .4s;
}

.serv-grid-slider .arrow span {
	display: inline;
	width: 20px;
	height: 24px;
}

.serv-grid-slider .arrow span svg path {
	transition: all ease .4s;
}

.serv-grid-slider .arrow:hover svg path {
	fill: #00467F;
	transition: all ease .4s;
}

.serv-grid-slider .elementor-widget-container ul {
	padding-inline-start: 0;
}

.serv-details .elementor-container {
	flex-flow: wrap;
	gap: 30px;
	justify-content: flex-start;
}

@media screen and (max-width: 767px) {
	.serv-details .elementor-container {
		flex-flow: wrap;
		gap: 20px;
		justify-content: flex-start;
	}
}

@media screen and (max-width: 1520px) {
	.serv-details .elementor-container {
		justify-content: center;
	}
}

.serv-details .serv-details-item {
	max-width: 460px;
	width: 460px !important;
}

.serv-details .serv-details-item .elementor-image-box-wrapper {
	display: flex;
	align-items: center;
	gap: 24px;
}

.serv-details .serv-details-item .elementor-widget-wrap {
	flex-flow: row;
}

.serv-details .serv-details-item .elementor-image-box-img {
	width: 80px;
	height: 80px;
}

@media screen and (max-width: 767px) {
	.serv-details .serv-details-item .elementor-image-box-img {
		width: 60px;
		height: 60px;
	}
}

.serv-details .serv-details-item .elementor-widget-image-box {
	flex-flow: row;
}

.serv-details .serv-details-item .arrow-link {
	content: '';
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80px;
	height: 80px;
	border-radius: 100px;
	border: 2px #FFF708 solid;
	transition: all ease .4s;
	z-index: 1;
}

@media screen and (max-width: 767px) {
	.serv-details .serv-details-item .arrow-link {
		width: 60px;
		height: 60px;
	}
}

.serv-details .serv-details-item .arrow-link:hover {
	background-color: #FFF708;
	transition: all ease .4s;
}

.serv-details .serv-details-item .arrow-link span {
	display: inline;
	width: 20px;
	height: 24px;
}
.serv-details .serv-details-item .arrow-link span svg path {
	transition: all ease .4s;
}

.serv-details .serv-details-item .arrow-link:hover svg path {
	fill: #00467F;
	transition: all ease .4s;
}

/** ----------- Middle CTA ---------------- **/
.middle-CTA,
.footer-CTA {
	display: flex;
	background-color: #006666;
	border-radius: 40px;
	overflow: hidden;
}
.middle-CTA .locate-wrap,
.footer-CTA .locate-wrap {
	padding: 80px;
	width: 62%;
}
.middle-CTA .cta-img {
	width: 50%;
	background: url('https://ensodental.com.au/wp-content/uploads/2024/01/cta-bg-img.svg') no-repeat;
	display: flex;
    justify-content: center;
	align-items: flex-end;
}
.footer-CTA .cta-img {
	width: 50%;
	background: url('https://ensodental.com.au/wp-content/uploads/2024/01/footer-cta-bg-img.svg') no-repeat;
	display: flex;
    justify-content: center;
	align-items: flex-end;
}
.middle-CTA .cta-img img,
.footer-CTA .cta-img img {
	max-height: 522px;
}
.middle-CTA .locate-wrap h2,
.footer-CTA .locate-wrap h2 {
	color: #FFF;
	font-family: Marcellus;
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: 48px; /* 120% */
	letter-spacing: 0.8px;
}
.middle-CTA .locate-wrap p,
.footer-CTA .locate-wrap p {
	margin-top: 16px;
	color: #FFF;
	font-family: "DM Sans";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 34px; /* 170% */
	letter-spacing: 0.4px;
}
.middle-CTA .locate-wrap .cta-btn,
.footer-CTA .locate-wrap .cta-btn {
	margin-top: 40px;
}
.landing-page #non_landing{
	display: none!important;
}
.middle-CTA .locate-wrap .cta-btn .book-now,
.footer-CTA .locate-wrap .cta-btn .book-now,
.landing-page .middle-CTA .locate-wrap .cta-btn .call,
.landing-page .footer-CTA .locate-wrap .cta-btn .call {
	display: inline-block;
	padding: 16px 32px;
	color: #FFF708;
	text-align: center;
	font-family: "DM Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	border-radius: 10px;
	border: 2px solid #FFF708;
	transition: all ease .4s;
}
.middle-CTA .locate-wrap .cta-btn .book-now:hover,
.footer-CTA .locate-wrap .cta-btn .book-now:hover,
.landing-page .middle-CTA .locate-wrap .cta-btn .call:hover,
.landing-page .footer-CTA .locate-wrap .cta-btn .call:hover {
	color: #00467F;
	background-color: #FFF708;
	transition: all ease .4s;
}
@media screen and (min-width: 1025px) {
	.middle-CTA .cta-img {
		background: url('https://ensodental.com.au/wp-content/uploads/2024/01/cta-bg-img.svg') no-repeat;
		background-position: top left;
		background-size: cover;
		display: flex;
		justify-content: center;
		align-items: flex-end;
	}
	.footer-CTA .cta-img {
		background: url('https://ensodental.com.au/wp-content/uploads/2024/01/footer-cta-bg-img.svg') no-repeat;
		background-position: top left;
		background-size: cover;
		display: flex;
		justify-content: center;
		align-items: flex-end;
	}
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
	.middle-CTA {
		display: flex;
		flex-direction: column;
	}
	.footer-CTA {
		display: flex;
		flex-direction: column-reverse;
	}
	.middle-CTA .locate-wrap,
	.footer-CTA .locate-wrap {
		width: 100%;
	}
	.middle-CTA .cta-img {
		width: 100%;
		background: url(https://ensodental.com.au/wp-content/uploads/2024/01/cta-bg-img.svg) no-repeat;
		background-position: bottom center;
		background-size: cover;
		display: flex;
		justify-content: center;
	}
	.footer-CTA .cta-img {
		width: 100%;
		background: url(https://ensodental.com.au/wp-content/uploads/2024/01/cta-bg-img.svg) no-repeat;
		background-position: bottom center;
		background-size: cover;
		display: flex;
		justify-content: center;
	}
}
@media screen and (max-width: 767px) {
	.middle-CTA {
		display: flex;
		flex-direction: column;
	}
	.footer-CTA {
		display: flex;
		flex-direction: column-reverse;
	}
	.middle-CTA .locate-wrap,
	.footer-CTA .locate-wrap {
		padding: 42px;
		width: 100%;
	}
	.middle-CTA .cta-img {
		width: 100%;
		background: url(https://ensodental.com.au/wp-content/uploads/2024/01/cta-bg-img.svg) no-repeat;
		background-position: bottom center;
		background-size: cover;
		display: flex;
		justify-content: center;
	}
	.footer-CTA .cta-img {
		width: 100%;
		background: url(https://ensodental.com.au/wp-content/uploads/2024/01/cta-bg-img.svg) no-repeat;
		background-position: bottom center;
		background-size: cover;
		display: flex;
		justify-content: center;
	}
	.middle-CTA .locate-wrap h2,
	.footer-CTA .locate-wrap h2 {
		font-size: 32px;
		font-style: normal;
		line-height: 40px; /* 125% */
	}
	.middle-CTA .locate-wrap .cta-btn .book-now,
	.footer-CTA .locate-wrap .cta-btn .book-now {
		padding: 12px 24px;
		font-size: 14px;
		border-radius: 6px;
	}
}

/** ----------- Meet Our Team ---------------- **/
.dentist .team-item {
	margin: 0 40px;
}
.dentist .inner-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.dentist .inner-item .img-wrap {
	max-width: 500px;
}
.dentist .inner-item .detail {
	max-width: 600px;
}
.dentist .inner-item .detail .head {
	padding-bottom: 20px;
	border-bottom: 4px solid #00467F;
}
.dentist .inner-item .detail .head .dentist {
	color: #00467F;
	font-family: Marcellus;
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: 48px; /* 120% */
}
.dentist .inner-item .detail .head .pos {
	margin-top: 8px;
	color: #00467F;
	font-family: "DM Sans";
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 32px; /* 133.333% */
}
.dentist .inner-item .detail .content {
	margin-top: 30px;
	color: #00467F;
	font-family: "DM Sans";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 34px; /* 170% */
}
.dentist .inner-item .detail .btn-wrap {
	margin-top: 40px;
}
.dentist .inner-item .detail .btn-wrap a {
	display: inline-block;
	padding: 16px 32px;
	color: #00467F;
	text-align: center;
	font-family: "DM Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	border-radius: 10px;
	background: #FFF708;
	opacity: 1;
	transition: all ease .4s;
}
.dentist .inner-item .detail .btn-wrap a:hover {
	opacity: .4;
	transition: all ease .4s;
}
.dentist .team-list .slick-prev,
.dentist .team-list .slick-next {
	position: relative;
}
.dentist .team-list .slick-prev {
	position: absolute;
	top: initial!important;
	bottom: -114px;
    right: 0;
    left: -70px;
    margin: 0 auto;
	transition: all ease .4s;
	width: 50px;
	height: 50px;
}
.dentist .team-list .slick-prev:before {
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    display: inline-block;
    background: url(https://ensodental.com.au/wp-content/uploads/2024/01/arrow-left.svg) no-repeat;
    background-position: center center;
    background-size: contain;
    width: 20px;
    height: 20px;
    opacity: 1;
}
.dentist .team-list .slick-prev:after {
	content: '';
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 100px;
	border: 5px #00467F solid;
	transition: all ease .4s;
}
.dentist .team-list .slick-next {
	position: absolute;
	top: initial!important;
	bottom: -114px;
    right: 0;
    left: 70px;
    margin: 0 auto;
	transition: all ease .4s;
	width: 50px;
	height: 50px;
}
.dentist .team-list .slick-prev:hover::after,
.dentist .team-list .slick-next:hover::after {
	background-color: #00467F;
	transition: all ease .4s;
}
.dentist .team-list .slick-prev:hover::before {
	background: url(https://ensodental.com.au/wp-content/uploads/2024/01/arrow-left-hover.svg) no-repeat;
}
.dentist .team-list .slick-next:hover::before {
	background: url(https://ensodental.com.au/wp-content/uploads/2024/01/arrow-right-hover.svg) no-repeat;
}
.dentist .team-list .slick-next:before {
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    display: inline-block;
    background: url(https://ensodental.com.au/wp-content/uploads/2024/01/arrow-right-1.svg) no-repeat;
    background-position: center center;
    background-size: contain;
    width: 20px;
    height: 20px;
    opacity: 1;
}
.dentist .team-list .slick-next:after {
	content: '';
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 100px;
	border: 5px #00467F solid;
	transition: all ease .4s;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
	.dentist .inner-item {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-between;
	}
	.dentist .inner-item .detail {
		margin-top: 40px;
	}
}
@media screen and (max-width: 767px) {
	.dentist .inner-item {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-between;
	}
	.dentist .inner-item .detail {
		margin-top: 40px;
	}
	.dentist .team-item {
		margin: 0 10px;
	}
	.dentist .inner-item .detail .head .dentist {
		font-size: 32px;
		line-height: 32px;
	}
}

/** ----------- Payment Options ---------------- **/
.payment .pay-list .pay-item {
	margin: 0 48px;
}
.payment .pay-list .pay-item a img {
	object-fit: contain;
	width: 140px;
	height: 58px;
}
@media screen and (max-width: 767px) {
	.payment .pay-list .pay-item {
		margin: 0 24px;
	}
	.payment .pay-list .pay-item a img {
		object-fit: contain;
		width: 100px;
		height: 48px;
	}
}
/** ----------- Payment Dashboard ---------------- **/
.payment-dashboard .payment-dashboard-content,
.payment-dashboard .payment-dashboard-link {
	width: auto !important;
}

.payment-dashboard .payment-dashboard-container .elementor-container {
	gap: 136px;
}

@media screen and (max-width: 767px) {
	.payment-dashboard .payment-dashboard-container .elementor-container {
		gap: 40px;
		align-items: center;
		justify-content: center;
	}
}

.payment-dashboard .payment-dashboard-content .elementor-image-box-wrapper {
	gap: 50px;
}

.payment-dashboard .payment-dashboard-content .elementor-image-box-img img {
	min-width: 130px;
}

.payment-dashboard .payment-dashboard-link .arrow-link {
	content: '';
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	border-radius: 100px;
	border: 2px #00467F solid;
	transition: all ease .4s;
}
.payment-dashboard .payment-dashboard-link .arrow-link:hover {
	background-color: #00467F;
	transition: all ease .4s;
}
.payment-dashboard .payment-dashboard-link .arrow-link span {
	display: inline;
	width: 20px;
	height: 24px;
}
.payment-dashboard .payment-dashboard-link .arrow-link span svg path {
	transition: all ease .4s;
}
.payment-dashboard .payment-dashboard-link .arrow-link:hover svg path {
	fill: #EBF6FE;
	transition: all ease .4s;
}

/** ----------- FAQ ---------------- **/
.faq-accor .elementor-accordion-item {
	border-top: none!important;
	border-right: none!important;
	border-bottom: 2px #00467f solid!important;
	border-left: none!important;
}
.faq-accor .elementor-accordion-item .elementor-tab-content {
	border-top: 2px #00467f solid!important;
}
.faq-accor p strong {
	font-weight: bold;
}
.faq-accor ul {
	list-style: disc;
	padding-inline-start: 30px;
}
.faq-accor ul li b,
.faq-accor ul li strong,
.faq-accor ol li b,
.faq-accor ol li strong {
	font-weight: bold;
}

.faq-accor .elementor-tab-content a {
	color: #00467f! important;
	text-decoration: underline !important;
}

/** ----------- BOOK AN APPOINTMENT ---------------- **/
.booking-details .booking-details-container .elementor-container {
	gap: 80px;
}


/** ----------- MEET OUR TEAM DASHBOARD ---------------- **/
.flip-card-main {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
}

/*@media screen and (max-width: 1525px) {
	.flip-card-main {
		grid-template-columns: 1fr;
	}
}*/

.flip-card {
	background-color: transparent;
	width: 700px;
	height: 698px;
	perspective: 1000px;
	-webkit-perspective: 1000px;
}

@media screen and (max-width: 1525px) {
	.flip-card {
		width: auto;
	}
}

@media screen and (max-width: 767px) {
	.flip-card {
		height: 420px;
	}
}

.flip-card-anchor {
	position: absolute;
	width: 100%;
	height: 100%;
}

.flip-card-inner {
	border-radius: 92px 20px 20px 20px;
	  position: relative;
	  width: 100%;
	  height: 100%;
	  text-align: center;
	  transition: transform 0.6s;
	  transform-style: preserve-3d;
	  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	  backface-visibility: hidden;
	  -moz-backface-visibility: hidden;
}

.flip-card:focus {
    	outline: 0;
}

.flip-card:hover .flip-card-inner,
.flip-card:focus .flip-card-inner{
  	transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
	  position: absolute;
	  width: 100%;
	  height: 100%;
}

.flip-card-front {
	background-color: #00467F;
	border-radius: 92px 20px 20px 20px;
	color: black;
	overflow: hidden;
	z-index: 2;
}

.flip-card-front-header {
	border-bottom: 2px solid #EBF6FE;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 30px;
	margin: 0 40px;
	padding: 40px 0;
}

@media screen and (max-width: 767px) {
	.flip-card-front-header {
		justify-content: center;
	}
}

.flip-card-front-header-btn {
	width: 90px;
	height: 90px;
}

@media screen and (max-width: 767px) {
	.flip-card-front-header-btn {
		width: 50px;
		height: 50px;
	}
}

.flip-card-front-header-details {
	display: flex;
	flex-direction: column;
	gap: 16px;
	align-items: start;
}

@media screen and (max-width: 767px) {
	.flip-card-front-header-details {
		gap: 0px;
		align-items: center;
	}
}

.flip-card-front-header-details-name p {
	color: white;
	font-size: 48px;
	font-weight: 500;
	line-height: 48px;
}

@media screen and (max-width: 767px) {
	.flip-card-front-header-details-name p {
		font-size: 21px;
		line-height: 32px;
	}
}

.flip-card-front-header-details-position p {
	color: white;
	font-size: 26px;
	font-weight: 400;
	line-height: 26px;
}

@media screen and (max-width: 767px) {
	.flip-card-front-header-details-position p {
		font-size: 16px;
		line-height: 16px;
	}
}

.flip-card-front-body {
	position: absolute;
    bottom: -10px;
}

.flip-card-back {
	background-color: #FFF708;
	border-radius: 20px 92px 20px 20px;
	color: white;
	transform: rotateY(180deg);
	z-index: 1;
}

.flip-card-back-header {
	border-bottom: 2px solid #00467F;
	margin: 0 40px;
	padding: 40px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media screen and (max-width: 767px) {
	.flip-card-back-header {
		margin: 0 20px;
	}
}

.flip-card-back-header-left {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	gap: 16px;
}

@media screen and (max-width: 767px) {
	.flip-card-back-header-left {
		gap: 0;
	}
}

.flip-card-back-header-title p {
	color: #00467F;
	font-size: 26px;
	font-weight: 400;
	line-height: 26px;
}

@media screen and (max-width: 767px) {
	.flip-card-back-header-title p {
		font-size: 16px;
		line-height: 16px;
	}
}

.flip-card-back-header-name p {
	color: #00467F;
	font-size: 48px;
	font-weight: 500;
	line-height: 48px;
}

@media screen and (max-width: 767px) {
	.flip-card-back-header-name p {
		font-size: 21px;
		line-height: 32px;
	}
}

.flip-card-back-header-right .arrow-link {
	content: '';
	display: flex;
	justify-content: center;
	align-items: center;
	width: 90px;
	height: 90px;
	border-radius: 100px;
	border: 2px #00467F solid;
	transition: all ease .4s;
}

@media screen and (max-width: 767px) {
	.flip-card-back-header-right .arrow-link {
		width: 50px;
		height: 50px;
	}
}

.flip-card-back-header-right .arrow-link:hover {
	background-color: #00467F;
	transition: all ease .4s;
}

.flip-card-back-header-right .arrow-link span {
	display: inline;
	width: 30px;
	height: 30px;
}

@media screen and (max-width: 767px) {
	.flip-card-back-header-right .arrow-link span {
		width: 20px;
		height: 27px;
	}

	.flip-card-back-header-right .arrow-link span svg {
		width: 20px;
		height: 20px;
	}
}

.flip-card-back-header-right .arrow-link span svg path {
	transition: all ease .4s;
}

.flip-card-back-header-right .arrow-link:hover svg path {
	fill: #FFF708;
	transition: all ease .4s;
}

.flip-card-back-content {
	padding: 40px 40px 0;
	text-align: left;
}

@media screen and (max-width: 767px) {
	.flip-card-back-content {
		padding: 20px 20px 0;
	}
}

.flip-card-back-content p {
	color: #00467F;
	font-size: 26px;
	font-weight: 400;
	line-height: 34px;
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
	.flip-card-back-content p {
		font-size: 20px;
	}
}

@media screen and (max-width: 767px) {
	.flip-card-back-content p {
		font-size: 14px;
		line-height: 16px;
	}
}

.flip-card-back-content-list {
	margin-top: 40px;
}

@media screen and (max-width: 1440px) {
	.flip-card-back-content-list {
		margin-top: 20px;
	}
}

.flip-card-back-content-list p:not(:last-child) {
	border-bottom: 1px solid #00467F;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

@media screen and (max-width: 1440px) {
	.flip-card-back-content-list p:not(:last-child) {
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
}

/** ----------- MEET OUR TEAM DETAILS ---------------- **/
.meet-our-team-details .meet-our-team-details-main-container .elementor-container {
	justify-content: space-between;
}
.meet-our-team-details .meet-our-team-details-content {
	max-width: 460px;
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
	.meet-our-team-details-main-container > .elementor-container {
		flex-direction: column !important;
	}
	.meet-our-team-details-content {
		order: 1 !important;
		max-width: 100% !important;
		width: 100% !important;
	}
	.meet-our-team-details-inner-content {
		order: 2 !important;
		width: 100% !important;
	}
}
@media screen and (min-width: 1025px) and (max-width: 1439px) {
	.meet-our-team-individual {
		width: 33.333%;
	}
}
@media screen and (max-width: 767px) {
	.meet-our-team-details-content {
		order: 1 !important;
	}
}
.meet-our-team-details .meet-our-team-details-arrow-container {
	width: 60px !importamt;
	height: 60px !important;
}
.meet-our-team-details .arrow-link {
	content: '';
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	border-radius: 100px;
	border: 2px #00467F solid;
	transition: all ease .4s;
}
.meet-our-team-details .arrow-link:hover {
	background-color: #00467F;
	transition: all ease .4s;
}
.meet-our-team-details .arrow-link span {
	display: inline;
	width: 20px;
	height: 24px;
}
.meet-our-team-details .arrow-link span svg path {
	transition: all ease .4s;
}
.meet-our-team-details .arrow-link:hover svg path {
	fill: #EBF6FE;
	transition: all ease .4s;
}
.meet-our-team-details-footer-title a {
	text-decoration: none !important;
}
@media screen and (max-width: 767px) {
	.meet-our-team-details-footer .elementor-container {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.meet-our-team-details-footer-left {
		width: 70% !important;
	}
	
	.meet-our-team-details-arrow-container {
		width: auto !important;
	}
}

/** ----------- CONTACT US ---------------- **/
.get-in-touch-container > .elementor-container {
	gap: 40px;
}

@media screen and (max-width: 1024px) {
	.get-in-touch-container > .elementor-container {
		flex-direction: column;
	}
	
	.get-in-touch-container > .elementor-container .get-in-touch-details {
		width: 100%;
	}
	
	.get-in-touch-container > .elementor-container .get-in-touch-details .elementor-widget-wrap {
		max-width: 100%;
	}
	
	.get-in-touch-container .get-in-touch-work {
		max-width: 100%;
		min-width: 100%;
		order: 1;
	}
	
	.get-in-touch-container .get-in-touch-map {
		order: 2;
	}
	
	.get-in-touch-container:nth-child(2) {
		margin-bottom: 40px !important;
	}
}

.get-in-touch-container .elementor-container a {
	color: #EBF6FE;
	text-decoration: none;
}

@media screen and (min-width: 1025px) and (max-width: 1200px) {
	.get-in-touch-container .elementor-container a {
		font-size: 12px;
	}
}

.get-in-touch-container .elementor-container a:hover {
    opacity: .4;
    transition: all ease .4s;
}

.get-in-touch-details .elementor-widget-wrap  {
	max-width: 374px;
}

.get-in-touch-details .img {
	height: 40px;
	margin-right: 16px;
	min-width: 40px;
	width: 40px !important;
}

.get-in-touch-details .content {
	width: auto !important;
}

.get-in-touch-map {
	width: 100% !important;
}

.get-in-touch-work {
	margin-left: auto;
	max-width: 374px;
	min-width: 374px;
	width: auto !important;
}

.get-in-touch-work .img {
	height: 40px;
	margin-right: 16px;
	min-width: 40px;
	width: 40px !important;
}

.get-in-touch-work .content {
	width: auto !important;
}

/** ----------- PATIENT OFFERS ---------------- **/
@media screen and (max-width: 1024px) {
	.patient-offers-container .patient-offers-block {
		text-align: center;
		width: 100% !important;
	}
}

@media screen and (max-width: 1024px) {
	.patient-offers-container .patient-offers-block .patient-offers-image-wrapper .elementor-image-box-wrapper {
		text-align: center !important;
	}
}

.patient-offers-container > .elementor-container {
	gap: 30px;
}

@media screen and (max-width: 767px) {
	.patient-offers-container > .elementor-container {
		gap: 80px;
	}
}

.patient-offers-container .patient-offers-discount {
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
}

/** ----------- BLOG DASHBOARD ---------------- **/
.blog-archive-main {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 45px;
}

@media screen and (min-width: 490px) and (max-width: 1023px) {
	.blog-archive-main {
		grid-template-columns: 1fr 1fr;
		grid-gap: 20px;
	}
}

@media screen and (max-width: 489px) {
	.blog-archive-main {
		grid-template-columns: 1fr;
	}
}

.blog-archive-custom {
	background: #D2ECFF;
	border-radius: 20px;
	padding: 20px;
}

.blog-archive-left {
	max-height: 240px;
}

.featured-media {
	position: relative;
}

.featured-media a {
	display: block;
	height: 100%;
	max-height: 240px;
}

.post-up {
	position: absolute;
    top: -1px;
    left: 0;
    background: #D2ECFF;
    padding: 0 15px 15px 0;
    border-radius: 8px 0 8px 0;
}

.post-cat {
	background: #FFF708;
    padding: 8px 15px;
    border-radius: 8px;
    color: #00467F;
	text-align: center;
	font-family: "DM Sans";
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.blog-archive-right {
	margin-top: 32px;	
}

.post-title h2 {
	color: #00467F !important;
	font-family: "DM Sans" !important;
	font-size: 24px !important;
	font-style: normal !important;
	font-weight: 700 !important;
	line-height: normal !important;
}

.post-title h2 a {
	color: #00467F !important;
}

.post-content {
	color: #00467F !important;
	font-family: "DM Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	margin-top: 18px;
}

.latest-post-con {
	margin-top: 24px;
}

.latest-post-con .read-cls a {
    background: #00467F;
	border-radius: 10px;
	color: #EBF6FE;
	text-align: center;
	font-family: "DM Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	padding: 16px 32px;
}

.blog-peg-num {
	width: 100%;
    display: flex;
    align-items: center;
	gap: 18px;
    justify-content: center;
	margin-top: 100px;
}

.page-numbers {
	color: #EBF6FE;
	text-align: center;
	font-family: "DM Sans";
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
	display: flex;
	width: 39px;
	height: 40px;
	padding: 10px 16px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 10px;
	background: #A8C4DA;
}

.page-numbers.current {
	background: #00467F;
}

a.next,
a.prev {
	font-size: 0;
	position: relative;
	visibility: hidden;
}

a.next:after,
a.prev:after {
	background-repeat: no-repeat;
    background-size: 11px 19px;
    content: '';
    width: 11px;
    height: 19px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    visibility: visible;
}

a.next:after {
	background: url('data:image/svg+xml,<svg width="11" height="19" viewBox="0 0 11 19" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.464057 0.467895C0.6099 0.319635 0.783414 0.201958 0.97459 0.121652C1.16577 0.041346 1.37082 0 1.57793 0C1.78503 0 1.99009 0.041346 2.18126 0.121652C2.37244 0.201958 2.54595 0.319635 2.6918 0.467895L10.5359 8.37692C10.683 8.52397 10.7997 8.69892 10.8793 8.89167C10.959 9.08443 11 9.29118 11 9.5C11 9.70882 10.959 9.91557 10.8793 10.1083C10.7997 10.3011 10.683 10.476 10.5359 10.6231L2.6918 18.5321C2.54595 18.6804 2.37244 18.798 2.18126 18.8783C1.99009 18.9587 1.78503 19 1.57793 19C1.37082 19 1.16577 18.9587 0.97459 18.8783C0.783414 18.798 0.6099 18.6804 0.464057 18.5321C0.317013 18.3851 0.200302 18.2101 0.120654 18.0173C0.041007 17.8246 0 17.6178 0 17.409C0 17.2002 0.041007 16.9935 0.120654 16.8007C0.200302 16.6079 0.317013 16.433 0.464057 16.2859L7.21002 9.5L0.464057 2.71406C0.317013 2.56701 0.200302 2.39206 0.120654 2.1993C0.041007 2.00654 0 1.79979 0 1.59098C0 1.38216 0.041007 1.17541 0.120654 0.982651C0.200302 0.789894 0.317013 0.614944 0.464057 0.467895Z" fill="%2300467F"/></svg>');
}

a.prev:after {
	background: url('data:image/svg+xml,<svg width="11" height="19" viewBox="0 0 11 19" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.5359 0.467895C10.3901 0.319635 10.2166 0.201958 10.0254 0.121652C9.83423 0.041346 9.62918 0 9.42207 0C9.21497 0 9.00991 0.041346 8.81874 0.121652C8.62756 0.201958 8.45405 0.319635 8.3082 0.467895L0.464057 8.37692C0.317013 8.52397 0.200301 8.69892 0.120654 8.89167C0.0410064 9.08443 0 9.29118 0 9.5C0 9.70882 0.0410064 9.91557 0.120654 10.1083C0.200301 10.3011 0.317013 10.476 0.464057 10.6231L8.3082 18.5321C8.45405 18.6804 8.62756 18.798 8.81874 18.8783C9.00991 18.9587 9.21497 19 9.42207 19C9.62918 19 9.83423 18.9587 10.0254 18.8783C10.2166 18.798 10.3901 18.6804 10.5359 18.5321C10.683 18.3851 10.7997 18.2101 10.8793 18.0173C10.959 17.8246 11 17.6178 11 17.409C11 17.2002 10.959 16.9935 10.8793 16.8007C10.7997 16.6079 10.683 16.433 10.5359 16.2859L3.78998 9.5L10.5359 2.71406C10.683 2.56701 10.7997 2.39206 10.8793 2.1993C10.959 2.00654 11 1.79979 11 1.59098C11 1.38216 10.959 1.17541 10.8793 0.982651C10.7997 0.789894 10.683 0.614944 10.5359 0.467895Z" fill="%2300467F"/></svg>');
}

/** ----------- SMILE GALLERY ---------------- **/
.smile-gallery-content {
	max-width: 460px;
	min-width: 460px;
}
.smile-gallery-slider {
	min-width: auto;
    max-width: 1140px;
    width: 100% !important;
}
@media screen and (max-width: 1659px) {
	/*.smile-gallery-slider {
		max-width: 100%;
	}*/	
}
@media screen and (max-width: 1659px) {
	/*.smile-gallery-slider > .e-swiper-container {
		margin: 0 !important;
		padding: 0 !important;
		--e-column-margin-right: 0 !important;
		width: 100% !important;
	}	*/
}
.smile-gallery-slider .gallery-list {
	padding-inline-start: 80px !important;
}
.smile-gallery .gallery-list .slick-prev,
.smile-gallery .gallery-list .slick-next {
	position: relative;
}
.smile-gallery .gallery-list .slick-prev {
	position: absolute;
	top: initial!important;
	bottom: -114px;
    right: 0;
    left: -70px;
    margin: 0 auto;
	transition: all ease .4s;
	width: 50px;
	height: 50px;
}
.smile-gallery .gallery-list .slick-prev:before {
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    display: inline-block;
    background: url(https://ensodental.com.au/wp-content/uploads/2024/01/arrow-left.svg) no-repeat;
    background-position: center center;
    background-size: contain;
    width: 20px;
    height: 20px;
    opacity: 1;
}
.smile-gallery .gallery-list .slick-prev:after {
	content: '';
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 100px;
	border: 5px #00467F solid;
	transition: all ease .4s;
}
.smile-gallery .gallery-list .slick-next {
	position: absolute;
	top: initial!important;
	bottom: -114px;
    right: 0;
    left: 70px;
    margin: 0 auto;
	transition: all ease .4s;
	width: 50px;
	height: 50px;
}
.smile-gallery .gallery-list .slick-prev:hover::after,
.smile-gallery .gallery-list .slick-next:hover::after {
	background-color: #00467F;
	transition: all ease .4s;
}
.smile-gallery .gallery-list .slick-prev:hover::before {
	background: url(https://ensodental.com.au/wp-content/uploads/2024/01/arrow-left-hover.svg) no-repeat;
}
.smile-gallery .team-list .slick-next:hover::before {
	background: url(https://ensodental.com.au/wp-content/uploads/2024/01/arrow-right-hover.svg) no-repeat;
}
.smile-gallery .gallery-list .slick-next:before {
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    display: inline-block;
    background: url(https://ensodental.com.au/wp-content/uploads/2024/01/arrow-right-1.svg) no-repeat;
    background-position: center center;
    background-size: contain;
    width: 20px;
    height: 20px;
    opacity: 1;
}
.smile-gallery .gallery-list .slick-next:after {
	content: '';
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 100px;
	border: 5px #00467F solid;
	transition: all ease .4s;
}
.smile-gallery .gallery-list .slick-list {
/* 	padding: 0 30% 0 0; */
	margin: 0 -20px;
}
.smile-gallery .gallery-list .slick-slide {
	background: linear-gradient(0deg, rgba(104, 165, 215, 0.60) 0%, rgba(104, 165, 215, 0.60) 100%), url(<path-to-image>), lightgray 50% / cover no-repeat;
	border-radius: 20px;
	margin: 0 20px;
	max-width: 450px;
	min-width: 450px;
    opacity: 0.6;
}
.smile-gallery .gallery-list .slick-slide.slick-active {
	opacity: 1;
}
.smile-gallery .gallery-list .slick-list {
	margin: 0 -20px;
}
.smile-gallery.main section {
	overflow: hidden;
}
.smile-gallery.main section > .elementor-container {
	flex-direction: row-reverse;
	justify-content: flex-end;
	max-width: 1440px;
}
.smile-gallery.reversed section > .elementor-container {
	justify-content: flex-end;
	padding-left: 80px;
}
@media screen and (max-width: 1659px) {
	.smile-gallery.reversed section > .elementor-container {
		padding-right: 0px;
	}
}
@media screen and (max-width: 1659px) {
	/*.smile-gallery-container > .elementor-container {
		flex-direction: column-reverse !important;
		gap: 40px;
		max-width: 1440px;
	}*/
}
@media screen and (max-width: 1520px) {
	.smile-gallery-container > .elementor-container {
		max-width: 100% !important;
		padding: 0 40px;
	}
}
@media screen and (max-width: 768px) {
	.smile-gallery-container > .elementor-container {
		max-width: 100% !important;
		padding: 0;
	}
}
@media screen and (max-width: 1659px) {
	/*.smile-gallery-content {
		max-width: 100%;
		min-width: auto;
		width: 100% !important;
	}*/
}
.swiper-slide:not(.swiper-slide-active):before {
	content: '';
    background: #68A5D799;
    position: absolute;
	left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    transition: background ease .3s;
}
.smile-gallery .main .elementor-swiper-button {
	right: auto !important;
	left: calc(62% - 80px) !important;
}
.smile-gallery .reversed .elementor-swiper-button {
	left: auto !important;
	right: calc(62% - 80px) !important;
}
.smile-gallery .main .elementor-swiper-button:hover svg {
	background: #00467F;
    transition: background ease .3s;
}
.smile-gallery .main .elementor-swiper-button:hover svg path {
	fill: #EBF6FE;
    transition: fill ease .3s;
}
.smile-gallery .main .elementor-swiper-button svg {
	border: 2px solid #00467F;
	border-radius: 50%;
	width: 86px !important;
	height: 86px !important;
	padding: 25px;
    transition: background ease .3s;
}
.smile-gallery .reversed .elementor-swiper-button:hover svg {
	background: #EBF6FE;
    transition: background ease .3s;
}
.smile-gallery .reversed .elementor-swiper-button:hover svg path {
	fill: #00467F;
    transition: fill ease .3s;
}
.smile-gallery .reversed .elementor-swiper-button svg {
	border: 2px solid #EBF6FE;
	border-radius: 50%;
	width: 86px !important;
	height: 86px !important;
	padding: 25px;
    transition: background ease .3s;
}
.smile-gallery .swiper-slide {
	line-height: 0;
}
.smile-gallery .elementor-swiper-button svg path {
    transition: fill ease .3s;
}
.smile-gallery .main .elementor-swiper-button-prev,
.smile-gallery .reversed .elementor-swiper-button-prev {
	margin-top: 80px;
}
@media screen and (max-width: 1659px) {
	.smile-gallery .main .elementor-swiper-button-prev,
	.smile-gallery .reversed .elementor-swiper-button-prev {
		margin-top: -80px;
		/*left: auto !important;
		right: 10px !important;*/
	}
}
@media screen and (max-width: 767px) {
	.smile-gallery .main .elementor-swiper-button-prev,
	.smile-gallery .reversed .elementor-swiper-button-prev {
		margin-top: -80px;
		/*left: auto !important;
		right: 10px !important;*/
	}
}
.smile-gallery .main .elementor-swiper-button-next,
.smile-gallery .reversed .elementor-swiper-button-next {
	margin-top: -80px;
}
@media screen and (max-width: 1659px) {
	.smile-gallery .main .elementor-swiper-button-next,
	.smile-gallery .reversed .elementor-swiper-button-next {
		margin-top: 80px;
		/*left: auto !important;
		right: 10px !important;*/
	}
}
@media screen and (max-width: 767px) {
	.smile-gallery .main .elementor-swiper-button-next,
	.smile-gallery .reversed .elementor-swiper-button-next {
		margin-top: 80px;
		/*left: auto !important;
		right: 10px !important;*/
	}
}
/** ----------- LEGAL PAGES ---------------- **/
.legal-page .site-header,
.privacy-policy .site-header {
	background: #00467F !important;
}

.legal-page .site-header,
.privacy-policy .inside-header {
	border-bottom: 0 !important;
}

.legal-page .inside-article,
.privacy-policy .inside-article {
	padding: 120px 40px 120px 40px;
}

.legal-page h2,
.privacy-policy h2 {
	color: #00467f;
    font-family: "Marcellus", Sans-serif;
    font-size: 56px;
    font-weight: 400;
	line-height: 56px;
	margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
	.legal-page h2,
	.privacy-policy h2 {
		font-size: 40px;
		line-height: normal;
		letter-spacing: -0.8px;
	}
}

.legal-page p,
.privacy-policy p {
	color: #00467f;
	margin-bottom: 1.5em;
}

a.fa-phndf04 {
    position: absolute;
    right: 110px;
    top: 50%;
    transform: translateY(-50%);
	height: 28px;
}

a.fa-phndf79 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
	right: 65px;
	height: 28px;
}

a.fa-phndf79 img, a.fa-phndf04 img {
    width: 28px;
    height: 28px;
}

/**
 * Till iPad
 */ 

@media only screen and (max-width:1024px) {
	
.flip-card:hover .flip-card-back {
    z-index: 3;
}
	
}

.legal-page .inside-article h1 {
	font-size: 40px !important;
	line-height: 51px !important;
	letter-spacing: -0.8px;
	margin-bottom: 20px;
	color: #00467f;
    font-family: "Marcellus", Sans-serif;
}

.legal-page .inside-article h2 {
    font-size: 35px;
    margin-bottom: 20px;
    line-height: 1.2em;
    font-weight: 400;
    text-transform: none;
}

.legal-page .inside-article ul,
.legal-page .inside-article ol {
	margin: 0 0 1.5em 3em;
}

.legal-page .inside-article ul {
	list-style: disc;
}

.legal-page .inside-article ol {
	list-style: numbered;
}

.legal-page .inside-article ul li,
.legal-page .inside-article ol li {
	color: #00467f;
}

.legal-page .inside-article p {
	margin-bottom: 1.5em;	
}

.legal-page strong {
	font-weight: 700 !important;
}

/*.legal-page a {
	text-decoration: underline;
}*/

.blog-share {
    font-size: 0;
}