:root {
    --b-rad: 0.375rem;
}

@media (max-width: 767px) {
	.row > * {
		padding-right: 20px;
		padding-left: 20px;
	}
}

.btn-sm {
	font-size: 1rem;
}

.fancybox__container {
	z-index: 99803;
}

h1, .h1 {
	font-weight: 400;
	font-size: 3.75rem;
	color: #000;
}
@media (max-width: 991px) {
	h1, .h1 {
		font-size: 2.5rem;
	}
}
h2, .h2 {
	font-weight: 600;
	font-size: 2.5rem;
	color: #000;
}
@media (max-width: 991px) {
	h2, .h2 {
		font-size: 2rem;
	}
}
h3, .h3, .review-short-slider-container-heading {
	font-weight: 400;
	font-size: 1.75rem;
}
p, .p {
	line-height: 1.75rem !important;
}

.form-control,
.form-control:focus,
.form-control:hover {
	background-color: transparent !important;
	border-radius: 0 !important;
	border: none;
	border-bottom: 1px solid #fff;
	padding-left: 0 !important;
	padding-right: 0 !important;
	box-shadow: none;
}
.form-control:is(:-webkit-autofill, :autofill),
.form-control:hover:is(:-webkit-autofill, :autofill),
.form-control:focus:is(:-webkit-autofill, :autofill) {
	-webkit-box-shadow: 0 0 0px 1000px #e8f0fe inset !important;
	padding-left: 5px !important;
}
.form-control option {
	color: #3f3f3f;
}
.form-control.is-valid,
.was-validated .form-control:valid {
	border-color: #dbdbdb;
}
::-ms-input-placeholder {
	color: transparent !important;
}
::placeholder {
	color: transparent !important;
}
div.lead-form form ::-ms-input-placeholder {
	color: #8e959b !important;
}
div.lead-form form ::placeholder {
	color: #8e959b !important;
}

#review {
    margin-top: 2rem;
}

.zl-mobile-nav-buttons-container .fal,
.zl-top-button {
	border-radius: 50%;
}
@media (max-width: 767px) {
	.zl-mobile-nav-buttons-container .fal.fa-times::before {
		left: 3px;
	}
}

.text-white .invalid-feedback {
	color: #dc3545 !important;
}

.constrain-smll {
	margin: 0 auto;
	max-width: 600px;
}

.style-bar {
	fill: #ffffff;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 5;
}
.slider-head-comm .style-bar {
	/*Height of the clearer*/
	bottom: 110px;
}

.zoeken {
	position: fixed;
	top: -100%;
	z-index: 100;
	padding: 9px 0;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	width: 100%;
}
.zoeken.shown {
	top: 0;
	background-color: #fff;
	width: 100%;
}
.zoeken #search-close {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
@media (max-width: 992px) {
	.zoeken .zl_search_container {
		width: 90%;
	}
}

.sfeer {
	height: 80px;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
@media (max-width: 575px) {
	.sfeer {
		height: 56px;
	}
}
.sfeerHoog {
	height: 170px;
}
.sfeer:before {
	background-color: rgba(0,0,0,0.5);
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.btn:not(.btn-sm):not(.btn-scrolldown) {
	font-weight: 700;
	padding: .75rem 1.5rem;
}

.btn-white-line,
.btn-white-line:hover,
.btn-white-line:focus {
	border: 2px solid #fff;
	background: none;
	color: #fff;
}

.btn-header {
	margin-left: 10px;
	display: inline-block;
}
.btn-header > * {
	margin: 0;
}
@media (max-width: 767px) {
	.btn-header {
		transform: translateY(5px);
		float: right;
	}
}

.div-divider.divider-line::after {
    border-top: 1px solid rgba(229, 229, 229, 1);
}

.top-bar {
	background-color: rgba(255,255,255,.25);
    padding: 10px 0;
}
@media (min-width: 768px) {
    .top-bar {
        padding: 0;
    }
    .top-bar .row {
        min-height: 58px;
    }
}
.top-bar p {
	margin-bottom: 0;
}
.top-bar .btn {
	padding: 6px 15px !important;
	font-size: 14px;
}
.top-bar .btn.btn-square {
    padding: 6px 8px !important;
}

header.site-header {
	position: absolute;
	width: 100%;
	z-index: 99;
}

.logo-nav {
	width: 100%;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	background-color: rgba(255,255,255,.1);
}
@media (max-width: 767px) {
	.logo-nav .btn {
		padding: 0.35rem .75rem !important;
	}
}
.zl_layover.zl_layover_goingup .logo-nav {
	position: fixed;
	top: 0;
	z-index: 1000;
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
	background-color: rgba(0,0,0,.75);
}
.logo-nav.stick .logo {
	width: auto;
	height: 35px;
}
.logo-nav:not(.stick) .logo {
	width: 210px;
	margin: 15px 0;
}
@media (max-width: 1399px) {
	.logo-nav:not(.stick) .logo {
		margin-left: 25px;
	}
}
@media (min-width: 576px) and (max-width: 767px) {
	.logo-nav:not(.stick) .logo {
		margin-left: 45px;
	}
}
@media (max-width: 575px) {
	.logo-nav:not(.stick) .logo {
		margin-left: 45px;
	}
}
@media (max-width: 575px) {
	.logo-nav:not(.stick) .logo {
		width: 109px;
		margin-left: 45px;
	}
}

.breadcrumbDiv {
	background: none;
	font-size: 12px;

}
@media (max-width: 767px) {
	.breadcrumbDiv {
		width: 100%;
	}
}
.breadcrumbDiv a,
.breadcrumbDiv i {

}

.slider {
	background-size: cover;
	background-position: center;
	padding: 6rem 0;
	position: relative;
}
.slider-compensate-header {
	padding-top: 12rem;
}
.slider h4 {
	margin: 3rem 0 4rem 0;
}
.slider.text-white .heading-1,
.slider.text-white h1,
.slider.text-white h2,
.slider.text-white h3 {
	color: #fff;
}
.slider-text {
	position: relative;
	min-height: calc(100vh - 12rem);
	display: flex;
}
.slider-text .container {
	margin-top: auto !important;
	margin-bottom: auto !important;
	flex: 0 0 auto;

}

.text-box {
	border-radius: var(--b-rad);
	padding: 35px;
}
@media (max-width: 575px) {
	.text-box {
		padding: 15px;
	}
}

.bg-cta {
	background-image: url('/templates/default/img/general/krul.png');
	background-repeat: no-repeat;
	background-position: left;
}
.bg-cta-custom-img {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.bg-cta .invalid-feedback {
	color: #fff;
	font-weight: bold;
}
.bg-cta .btn-highlight {
	border-color: #fff !important;
	background-color: #fff !important;
}
.bg-cta p {
	font-size: 1.4rem;
}
.bg-cta.text-white h3,
.bg-cta.text-white .h3,
.bg-cta.text-white p,
.bg-cta.text-white .p {
	color: #fff !important;
}

.black {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
}
.black-theme {
	position: relative;
}
.black-theme .container {
	z-index: 2;
}

.bggrey {
	background-color: #f4f4f4;
}

.review-totals-row {
	padding: 0;
}

/*START - Slider*/
#zoslider {
	height: 90vh;
}
@media (max-width: 575px) {
	#zoslider {
		height: 75vh;
	}
}
@media (min-width: 576px) and (max-width: 767px) {
	#zoslider {
		padding-top: 200px;
		height: 400px !important;
	}
}
#zoslider .overlay_content_slide {
	margin: 0;
	max-width: 100%;
	width: 100%;
	position: absolute;
	top: 50% !important;
	transform: translateY(-50%) !important;
	left: 0;
	right: 0;
	text-align: center;
	height: auto;
	padding: 0;
}
#zoslider .overlay_content_slide .h1,
#zoslider .overlay_content_slide p {
	color: #fff;
}
@media (max-width: 575px) {
	#zoslider .overlay_content_slide {
		transform: translateY(-25%) !important;
	}
}
.slider-head-comm #zoslider .overlay_content_slide {
	/*max-width: 50%;
	width: 50%;*/
	text-align: left;
}
.slider-head:not(.slider-head-comm) #zoslider .overlay_content_slide .container {
	max-width: 800px;
}
@media (min-width: 992px) {
	.slider-head-comm .col-12 {
		width: 50%;
	}
}
#zoslider .overlay_content_slide .h1,
#zoslider .overlay_content_slide p {
	text-shadow: 1px 1px 10px #000;
}
@media (max-width: 767px) {
	#zoslider .overlay_content_slide p {
		display: none;
	}
}
#zoslider .overlay_content_slide .sliderContent,
#zoslider .overlay_content_slide .zosliderContent {
	margin: 0;
	padding: 15px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	background-color: rgba(0,0,0,0.5);
	text-align: center;
	max-width: 100%;
}
@media (min-width: 768px) and (max-width: 1199px) {
	#zoslider .overlay_content_slide .sliderContent,
	#zoslider .overlay_content_slide .zosliderContent {
		width: 720px;
	}
}
@media (max-width: 767px) {
	#zoslider .overlay_content_slide .sliderContent,
	#zoslider .overlay_content_slide .zosliderContent {
		width: 100%;
		padding: 5px;
	}
}
#zoslider .overlay_content_slide .zo_slider_price_sort,
#zoslider .overlay_content_slide .zo_slider_price,
#zoslider .overlay_content_slide .zo_slider_objects_city,
#zoslider .overlay_content_slide .btn {
	margin: 0;
	display: inline-block;
}
#zoslider .overlay_content_slide .zo_slider_objects_city {
    font-size: 1.5rem;
    transform: translateY(3px);
}
#zoslider .overlay_content_slide .zo_slider_price_sort,
#zoslider .overlay_content_slide .zo_slider_price {
    font-size: 1.5rem;
    padding: 0 10px;
    font-weight: 500;
    transform: translateY(3px);
}
@media (max-width: 767px) {
    #zoslider .overlay_content_slide .zo_slider_price_sort,
    #zoslider .overlay_content_slide .zo_slider_objects_city,
    #zoslider .overlay_content_slide .zo_slider_price {
        font-size: 1.1rem;
    }
    #zoslider .overlay_content_slide .btn {
        font-size: 0rem !important;
        width: 29px;
        padding: .22rem .5rem;
    }
    #zoslider .overlay_content_slide .btn:after {
        font-size: .75rem !important;
        font-family: "Font Awesome 7 Pro";
        font-weight: 300;
        content: "\f105";
        display: inline-block;
    }
}
.container-slide-content {
    padding: 0 50px 0 50px;
    max-width: 900px;
    -webkit-animation: slide-up 3s forwards; /* Safari 4+ */
    -moz-animation:    slide-up 3s forwards; /* Fx 5+ */
    -o-animation:      slide-up 3s forwards; /* Opera 12+ */
    animation:         slide-up 3s forwards; /* IE 10+, Fx 29+ */
}
@-webkit-keyframes slide-up {
    0%   { opacity: 0; transform: translateY(60px); }
    100% { opacity: 1; transform: translateY(0); }
}
@-moz-keyframes slide-up {
    0%   { opacity: 0; transform: translateY(60px); }
    100% { opacity: 1; transform: translateY(0); }
}
@-o-keyframes slide-up {
    0%   { opacity: 0; transform: translateY(60px); }
    100% { opacity: 1; transform: translateY(0); }
}
@keyframes slide-up {
    0%   { opacity: 0; transform: translateY(60px); }
    100% { opacity: 1; transform: translateY(0); }
}

.btn-scrolldown {
    width: auto;
    height: auto;
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    border-radius: 50%;
    padding: 5px;
    width: 32px;
    height: 32px;
    font-size: 18px;
    background: none;
    border: 2px solid #fff;
}
@media (max-width: 575px) {
    .btn-scrolldown {
        bottom: 30px;
    }
}
.btn-scrolldown .far {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    transition: transform .25s ease-in-out;
    -moz-transition: transform .25s ease-in-out;
    -webkit-transition: transform .25s ease-in-out;
}
.btn-scrolldown:hover .far {
    transform: translate(-50%,-25%);
}
@media (min-width: 992px) {
    .slider-head:not(.slider-head-comm) .review-total-block {
        margin: 0 auto;
    }
    .slider-head-comm .btn-scrolldown {
        left: 15px;
    }
}
.review-total-block {
    font-size: 18px;
    transform: translateY(-25px);
    width: 240px;
}
.review-total-block:hover {
    cursor: pointer;
}
.review-total-block-icon img {
    display: inline-block !important;
    background-color: #fff;
    border-radius: 100px;
    border: 2px solid #fff;
}
.review-total-block-stars {
    color: #ff7e00;
    text-shadow: 0 0 3px rgba(0,0,0,0.75);
}
.review-total-block-total {
    color: #fff;
    text-shadow: 0 0 8px rgba(0,0,0,0.75);
}
.review-total-block-numbers span {
    text-shadow: 0 0 5px rgba(0,0,0,0.75);
    color: #fff;
}
/*END - Slider*/

.zl_object_list_item {
    border-radius: 0.25rem;
    background-color: #fff;
    position: relative;
}
.zl_object_list_item .divider-line {
    position: absolute;
    margin-left: -15px;
    margin-right: -15px;
}

.zl_object_list_item_address {
    padding: 5px 5px 0 5px;
    font-size: 1.25rem;
}
.zl_object_list_item_title {
    padding: 25px 5px 20px 5px;
}

.zl_object_list_item_specs {
    padding: 25px 5px 5px 5px;
}
.zl_object_list_item_specs span {
    font-size: 1rem;
}
.zl_object_list_item_specs span .fal {
    margin-right: 5px;
}
.zl_object_list_item:hover {
    -webkit-box-shadow: 0 0 50px 0 rgba(0,0,0,.12);
    box-shadow: 0 0 50px 0 rgba(0,0,0,.12);
}

#json-objectsfilter {
    background-color: #fff;
    padding: 20px;
    box-shadow: 0px 0px 50px 0px rgba(0,0,0,.15);
    border-radius: 0.25rem;
}
.sorting {
    background-color: #fff;
    padding: 20px;
    box-shadow: 0px 0px 50px 0px rgba(0,0,0,.15);
    border-radius: 0.25rem;
}
.zl_top {
    padding: .35rem 0;
    border-bottom: 1px solid #e5e5e5;
}
.zl_top ul {
    display: inline-block;
    margin-right: 10px;
}
.zl_top ul li {
    list-style-type: none;
    display: inline-block;
    border-right: 1px solid #e5e5e5;
    padding: 0 10px;
}
.zl_top ul li a {
    border-bottom: 2px solid;
}
@media (max-width: 767px) {
    .zl_top {
        padding: .45rem 0;
    }
    .zl_top .fa-location-dot {
        display: none;
    }
    .zl_top ul {
        display: none;
        margin-right: 0px;
    }
    .zl_top ul li {
        border-right: none;
    }
}

.zl_header {
    padding: .65rem 0;
}
.zl_header a.link {
    font-size: 32px;
}
.zl_header a.link strong {
    margin-right: -5px;
    position: relative;
    z-index: 2;
}

#newsContainer {
    margin-bottom: 20px;
}
.newsDivContainer {
    margin: 15px 0;
    padding: 30px;
    border-radius: 0;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    background-color: #fff;
}
.newsDivContainer:not(.newsDivDetail):hover {
    border: 1px solid rgba(149, 157, 165, 0.2);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 4px 8px;
}
ul.navfooter li {
    display: inline-block;
    margin: 0 5px 10px 5px;
}

/*START - NAVMAIN*/
@media (min-width: 1400px) {
    .zl_mz_menu_nav_container {
        max-width: 1340px;
    }
    #zl_mz_menu_nav {
        padding-right: calc(var(--bs-gutter-x)* .5);
        padding-left: calc(var(--bs-gutter-x)* .5);
        top: 58px;
        width: 850px;
        position: fixed;
        z-index: 100;
        transform: translateX(330px);
    }
    .zl_layover.zl_layover_goingup #zl_mz_menu_nav {
        top: 3px;
    }
    .zl_layover #zl_mz_menu_nav {
        top: -100%;
    }
    #zl_mz_menu_nav ul.navmain {
        text-align: right;
        margin: 0;
        padding: 0;
    }
    #zl_mz_menu_nav ul.navmain li.navActive > a {
        font-weight: 600;
    }
    #zl_mz_menu_nav ul.navmain > li > a:not(.zl-mobile-nav-icon-expand):not(.zl-mobile-nav-icon-collapse) {
        display: block;
        text-decoration: none;
        letter-spacing: .085em;
        padding: 26px 22px;
        position: relative;
    }
    #zl_mz_menu_nav ul.navmain > li > a {
        color: #fff;
    }
    #zl_mz_menu_nav ul.navmain > li > a > i {
        transform: translateY(2px);
    }
}
@media (max-width: 1399px) {
    .btn-menu {
        background: none !important;
        top: 75px;
        left: 15px;
        color: #fff;
        position: fixed;
    }
    .zl_layover.zl_layover_goingdown .btn-menu {
        top: -100%;
    }
    .zl_layover.zl_layover_goingup .btn-menu {
        top: 18px;
    }
}
@media (max-width: 767px) {
    .btn-menu {
        top: 62px;
        position: absolute;
    }
}
@media (max-width: 574px) {
    .btn-menu {
        top: 52px;
    }
}
/*END - NAVMAIN*/

.imz-city-list ul li {
    list-style-type: disc;
}
.reviewThumb {
    border-radius: 0;
    box-shadow: rgba(149,157,165,.2) 0px 8px 24px;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

.two-col-filling-image {
    position: relative;
}
.two-col-filling-image-img {
    width: 100%;
    aspect-ratio: 16/9;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
@media (min-width: 992px) {
    .two-col-filling-image-img {
        width: 50%;
        padding: 0;
        height: 100%;
        right: 0;
        position: absolute;
    }
    .two-col-filling-image-img-left {
        left: 0;
        right: auto;
    }
    .two-col-filling-image-txt-lrgst .two-col-filling-image-img {
        width: 33%;
    }
    .two-col-filling-image-text {
        padding-right: 3rem;
    }
    .two-col-filling-image-text-isright {
        padding-left: 3rem;
        padding-right: 0;
    }
}
@media (max-width: 574px) {
    .two-col-filling-image-img {
        margin-left: calc(var(--bs-gutter-x) * -.5);
        width: calc(100% + calc(var(--bs-gutter-x) * 1));
    }
}

.threecol-icon-text {
    position: relative;
    z-index: 10;
    max-width: 1070px;
}
.threecol-icon-text-negmargintop {
    transform: translateY(-100px);
    margin-bottom: -100px;
}
@media (max-width: 767px) {
    .threecol-icon-text-negmargintop {
        transform: translateY(-62px);
        margin-bottom: -62px;
    }
}
.threecol-icon-text-div {
    padding: 15px 7.5px;
}
@media (max-width: 767px) {
    .threecol-icon-text-div {
        padding: 10px 7.5px;
    }
}
.threecol-icon-text-div p {
    margin: 0;
    color: black;
}
@media (max-width: 767px) {
    .threecol-icon-text-div {
        text-align: center;
    }
}
.threecol-icon-text-div .h4 {
    margin: 0;
    font-weight: 700;
    display: inline-block;
    transform: translateY(2px);
}

.threecol-icon-text-div-active .h4,
.threecol-icon-text-div-active p,
.threecol-icon-text-div-active .threecol-icon-text-div-icon {
    color: #fff !important;
}
.threecol-icon-text-div-active .threecol-icon-text-div-icon {
    background-color: #fff !important;
}
.threecol-icon-text-div:not(.threecol-icon-text-div-active) {
    transform: translateY(20px);
}
@media (max-width: 767px) {
    .threecol-icon-text-div:not(.threecol-icon-text-div-active) {
        transform: translateY(10px);
    }
}
.threecol-icon-text-div:hover {
    cursor: pointer;
}
.threecol-icon-text-div:hover:not(.threecol-icon-text-div-active) {
    padding: 25px 7.5px;
    transform: translateY(0);
}
@media (max-width: 767px) {
    .threecol-icon-text-div:hover:not(.threecol-icon-text-div-active) {
        padding: 15px 7.5px;
    }
}
.threecol-icon-text-content {
    padding: 60px 0 30px 0;
    background-color: #fff;
    max-width: 800px;
    margin: 0 auto;
}
@media (max-width: 767px) {
    .threecol-icon-text-content {
        padding: 30px 0 30px 0;
    }
}
.threecol-icon-text-content p:last-child {
    margin: 0;
}
.threecol-icon-text-div-active {
    padding: 25px 7.5px;
    background-color: #fff;
}
@media (max-width: 767px) {
    .threecol-icon-text-div-active {
        padding: 15px 7.5px;
    }
}
.threecol-icon-text-div-icon {
    width: 44px;
    height: 44px;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    margin: 0 5px;
    background-color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}
@media (max-width: 767px) {
    .threecol-icon-text-div-icon {
        width: 32px;
        height: 32px;
        font-size: 18px;
    }
}
.threecol-icon-text-div-icon i {
    transform: translateY(3px);
}
.threecol-icon-text-div-active .threecol-icon-text-div-icon {
    color: #fff;
}

/*OTHER STYLE*/
.threecol-icon-text-contrain {
    max-width: 800px;
    margin: 0 auto;
    background-color: #eeeeee;
    border: 5px solid #fff;
    padding: 20px;
    box-shadow: 0px 0px 50px 0px rgba(0,0,0,.15);
    border-radius: 0.25rem;
}
@media (max-width: 767px) {
    .threecol-icon-text-contrain {
        margin-top: 2rem;
    }
}
.threecol-icon-text-contrain .threecol-icon-text-content {
    padding: 30px;
    max-width: 100%;
    margin: 0 auto;
}

.twocol-icon-title-icon {
    display: block;
    width: 56px;
    height: 56px;
    background-color: #e5e5e5;
    border-radius: 50%;
    position: relative;
    margin-right: 20px;
}
.twocol-icon-title-icon i {
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
    font-size: 32px;
}
.twocol-icon-title-content {
    border-radius: 0.25rem;
    background-color: #f1f1f1;
    padding: 35px;
}
.twocol-icon-title-content .h3 {
    margin: 0;
    color: #3f3f3f;
}
.twocol-icon-title-content p:last-child {
    margin: 0;
}

.circle-div {
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: inline-block;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.circle-div::after {
    border-radius: 50%;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #000 !important;
    left: 0;
    transition: .3s;
    transform: translateX(-100%);
    z-index: 0;
}
.circle-div-large {
    width: 72px;
    height: 72px;
    font-size: 40px;
}
.circle-div-container {
    float: left;
    position: relative;
}
.circle-div-container i {
    position: absolute;
    font-size: 32px;
    z-index: 1;
    color: #fff;
    left: 50%;
    transform: translateX(-50%);
    top: 20px;
}
.circle-div-container:hover .circle-div::after {
    transform: translateX(0);
}

.circle-div-content {
    position: relative;
}
.circle-div-text {
    padding: 10px 0 0 100px;
}
.circle-div-text  .h4{
    margin: 0 0 .75rem 0;
}

.contentLayout ul {
    margin-left: 30px;
    margin-bottom: 1.25rem;
}
.contentLayout ul li {
    margin-bottom: .5rem;
}
.contentLayout ol {
    margin-left: 30px;
}
.contentLayout ol li {
    list-style-type: none;
    position: relative;
    padding-left: 35px;
    font-size: 1.1rem !important;
    margin: 0 0 .85rem 0;
    line-height: 2rem;
}
@media (max-width: 767px) {
    .contentLayout ol li {
        font-size: 1rem !important;
        margin: 0 0 .35rem 0;
        line-height: 1.75rem;

    }
}
.contentLayout ol li:before {
    position: absolute;
    left: 0;
    font-family: "Font Awesome 7 Pro";
    content: "\f00c";
    font-weight: 600;
}
.contentLayout a:not(.btn) {
    font-weight: 400;
    border-bottom: 1px solid transparent;
}
.contentLayout a:not(.btn):hover {
    border-bottom: 1px solid transparent !important;
}

.cta {
    background-color: #252525;
}
.cta p {
    font-size: 1.4rem;
}
.cta p:last-child {
    margin: 0;
}
.cta .contentLayout ol li:before {
    color: #fff !important;
}
.cta .listing ul li {
    list-style-type: none;
    display: inline-block;
    width: 32%;
    position: relative;
    padding: 20px 0 20px 70px;
    font-size: 18px;
}
.cta .listing ul li:before {
    text-align: center;
    font-family: "Font Awesome 7 Pro";
    font-weight: 400;
    content: "\f058";
    width: 55px;
    height: 55px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border-radius: 50%;
    position: absolute;
    font-size: 30px;
    padding-top: 4px;
}
@media (max-width: 767px) {
    .cta .listing ul li {
        width: 100%;
        padding: 25px 0 25px 70px;
        text-align: left;
    }
}

.bg-highlight .text-white {
    color: #fff !important;
}

.flip-div {
    background-color: transparent;
    width: 100%;
    perspective: 1000px;
}
.flip-div ~ .contentLayout .btn {
    display: inline-block;
}

.flip-div-hasclick {
    cursor: pointer;
}

.flip-div-inner {
    position: relative;
    width: 100%;
    position: relative;
    padding-top: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.flip-div:hover .flip-div-inner {
    transform: rotateY(180deg);
}

.flip-div-front, .flip-div-back {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 0.375rem;
}

.flip-div-front {
    background-color: #bbb;
    color: black;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.flip-div-front img {
    opacity: 0;
}

.flip-div-back {
    background-color: #000;
    color: white;
    transform: rotateY(180deg);

}
.flip-div-back-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    padding: 0 15px;
}
.flip-div-back-text h1,
.flip-div-back-text h2,
.flip-div-back-text h3,
.flip-div-back-text h4,
.flip-div-back-text h5,
.flip-div-back-text p {
    margin: 0.5rem;
}

.statements {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #000;
    color: #fff;
}
.statements .circle-div {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    margin: 0 auto 20px auto;
    display: block;
}
.statements svg.quote {
    margin-bottom: 20px;
}

.zl-counter-container {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
}
.zl-counter-container .zl-counter-title {
    color: #fff;
}
.zl-counter-container .zl-counter-div .zl-counter {
    background: none;
    font-size: 6rem;
    width: auto;
    font-weight: 700;
    font-family: "Hind Madurai", sans-serif;
}

.onecol-bgimage {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.onecol-bgimage .bg-highlight {
    border-radius: 0.25rem;
    padding: 35px;
}
.onecol-bgimage ul {
    margin-left: 0;
    margin-right: 0;
}
.onecol-bgimage ul li {
    list-style-type: none;
    display: inline-block;
    width: 48%;
    position: relative;
    padding: 10px 0 10px 55px;
    font-size: 18px;
}
.onecol-bgimage ul li:before {
    text-align: center;
    font-family: "Font Awesome 7 Pro";
    font-weight: 400;
    content: "\e1b3";
    width: 35px;
    height: 35px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border-radius: 50%;
    position: absolute;
    font-size: 30px;
    background-color: #fff;
}
@media (max-width: 767px) {
    .onecol-bgimage ul li {
        width: 100%;
    }
}

.rounded-icon-blocks-stacked div.col-12.col-lg-6.col-xl-4 {
    width: 100%;
}
.rounded-icon-blocks-stacked .div-divider.divider-smll {
    display: block !important;
}

body.leadpage .zl-top-button,
body.leadpage .zl-mobile-nav-buttons-container,
body:not(.leadpage) .leadpage-header .btn {
    display: none !important;
}
@media (max-width: 767px) {
    body.leadpage .btn:not(.btn-search) {
        width: 100%;
    }
}
.zl-top-button::before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.lead-form {
    background-color: #fff !important;
    border-radius: 15px;
    padding: 20px;
}
@media (min-width: 992px){
    .lead-form {
        padding: 35px;
        position: fixed;
        top: 140px;
        z-index: 100;
        width: calc(320px - 12px - 12px);
    }
}
@media (min-width: 1200px){
    .lead-form {
        width: calc(380px - 12px - 12px);
    }
}
@media (min-width: 1400px){
    .lead-form {
        width: calc(440px - 12px - 12px);
    }
}
.lead-form form label {
    display: none;
}
.lead-form form .form-control {
    border-radius: 4px;
    border-width: 1px;
    border-color: #dbdbdb;
    box-shadow: none !important;
}
.lead-form form h3 {
    margin: 0;
}
.lead-form .btn {
    margin: 0;
}
@media (min-width: 992px) {
    .leadpage .zl-btn-scrollto {
        display: none;
    }
}

.leadpage-header {
    padding: 0;
}
.leadpage-header {
    backdrop-filter: blur(20px);
    background-color: rgba(0,0,0,.5);
    position: fixed;
    padding: 20px;
    z-index: 3;
    width: 100%;
}
.leadpage-header .btn {
    float: right;
}
.leadpage-detail h1 {
    width: 80%;
    font-weight: 600;
}
@media (max-width: 767px) {
    .leadpage-detail h1 {
        width: 100%;
    }
}
.leadpage-detail .text-white h1 {
    color: #fff;
}
.leadpage-detail .contentLayout ol li,
.leadpage-detail .contentLayout ul li {
    font-size: 1.1rem !important;
    line-height: 26px !important;
}
.leadpage-detail .contentLayout ol li:before,
.leadpage-detail .contentLayout ul li:before {
    font-size: 1.4rem !important;
}

.leadpage-detail .lead-detail-intro-bg {
    padding: 75px 0 0 0;
}
@media (min-width: 768px) {
    .leadpage-detail .lead-detail-intro-bg {
        padding: 75px 30px 0 30px;
    }
}
@media (min-width: 1200px) {
    .leadpage-detail .lead-detail-intro-bg {
        padding: 105px 30px 0 30px;
    }
}
/*Make H3 style*/
.leadpage-detail .lead-detail-intro-bg p {
    font-size: 1.675rem !important;
}
.leadpage-detail .lead-detail-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    width: 100%;
    padding-top: 75px;
}
.leadpage-detail .lead-detail-intro ul {
    margin: 0;
    padding: 0;
}
.leadpage-detail .lead-detail-intro ul li {
    font-size: 1.25rem !important;
    margin: 0 0 .75rem 0 !important;
    padding: 0 0 0 30px;
    font-weight: 600;
    list-style-type: none;
    position: relative;
}
.leadpage-detail .lead-detail-intro ul li:before {
    content: "\f00c";
    position: absolute;
    font-family: "Font Awesome 7 Pro";
    left: 0;
}
@media (min-width: 992px) {
    .leadpage-detail .lead-detail-text {
        padding: 0 30px 0 0;
    }
}
@media (min-width: 992px) {
    .leadpage-detail.leadpage-detail-withimg .lead-detail-text {
        padding: 0 30px;
    }
}

.slider-head-clearer {
    height: 110px;
}

.column-pic-text {
    background-color: #fff;
}
.column-pic {
    position: relative;
    padding-top: 62.5%;
    border-radius: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
@media (min-width: 992px) and (max-width: 1399px) {
    .slider-head-comm .column-pic {
        padding-top: 50%;
    }
}
.column-text {
    padding: 60px;
}
@media (max-width: 767px) {
    .column-text {
        padding: 25px;
    }
}
.column-text ul {
    width: auto;
}
.column-text ul li {
    list-style-type: none;
    position: relative;
    padding-left: 25px;
}
.column-text ul li::before {
    font-family: "Font Awesome 7 Pro";
    content: "\f00c";
    position: absolute;
    left: 0;
}
.column-text a:not(.btn),
.column-text a:not(.btn):hover {
    position: relative;
    border: none !important;
    padding-bottom: 12px;
}
.column-text a::after {
    content: "";
    height: 2px;
    width: 100%;
    left: 0;
    bottom: 0;
    position: absolute;
    display: block;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    opacity: 1;
}
.column-text a:hover::after {
    opacity: 0;
}
.slider-head-comm .column-pic-text {
    position: absolute;
    width: 35%;
    z-index: 9;
    right: calc(var(--bs-gutter-x)* .5);
    top: 175px;
}
@media (min-width: 992px) and (max-width: 1399px) {
    .slider-head-comm .column-pic-text {
        width: 45%;
    }
}
@media (max-width: 991px) {
    .slider-head-comm .column-pic-text {
        position: relative;
        width: 100%;
        top: 0;
        right: auto;
    }
}
@media (max-width: 574px) {
    .slider-head-comm .column-pic-text {
        transform: translateY(-80px);
    }
}

.zl-top-button,
.zl-mobile-nav-buttons-container .fal.fa-left {
    -webkit-box-shadow: rgba(0,0,0,0.2) 0px 0px 10px;
    -moz-box-shadow: rgba(0,0,0,0.2) 0px 0px 10px;
    box-shadow: rgba(0,0,0,0.2) 0px 0px 10px;
}

.sitemap-bottom ul li,
.sitemap-bottom ul li a:not(.btn):not(.zl-btn-collapse) {
    color: #fff !important;
}
.sitemap-bottom span[class^="zl_sociallogo_"] {
    background-color: #fff;
    width: 32px;
    height: 32px;
    margin-right: 10px;
}

footer {
    background-color: #252525;
    color: #fff;
}
footer img.logo-bottom {
    height: 55px;
}
@media (max-width: 575px) {
    footer img.logo-bottom {
        width: 65%;
        height: auto;
    }
}
@media (max-width: 767px) {
    footer img.logo-bottom {
        margin-bottom: 15px;
    }
}
footer .h3,
footer h3 {
    color: #fff !important;
}
footer .contentLayout a:not(.btn):not(.zl-btn-collapse) {
    border: none !important;
}
footer .contentLayout ul {
    margin: 0;
}
footer .contentLayout ul li {
    list-style-type: none;
}
footer .contentLayout ul li a:not(.btn):not(.zl-btn-collapse) {
    color: #fff !important;
}
footer .social-media {
    background-color: rgba(0,0,0,0.2);
}
footer .social-media .h3 {
    display: inline-block;
    margin: 0;
}
footer .social-media a {
    width: 48px;
    height: 48px;
    display: inline-block;
    border-radius: 0.375rem;
    position: relative;
    margin: 0 5px;
    background-color: rgba(255,255,255,.1);
    text-align: center;
}
footer .social-media a span {
    background-color: #fff;
    top: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
}

.text-box,
.lead-form,
.newsDivContainer,
.column-pic-text {
    -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    -moz-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 15px;
}

.white-theme .logo-nav {
    background-color: rgba(0, 0, 0, .1);
}
.white-theme .top-bar {
    background-color: rgba(0, 0, 0, .25);
}
.white-theme .top-bar {
    background-color: rgba(0, 0, 0, .25);
}
.white-theme .review-totals,
.white-theme .review-totals a,
.white-theme:not(.zl_layover) .logo-nav .navmainDiv ul.navmain > li > a {
    color: #3f3f3f;
}

.gallery-thumb-image {
    padding-top: 62.5%;
    height: auto;
}