@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,700&display=swap');

@font-face {
    font-family: 'Mencken';
    src: url('../fonts/MenckenStdText-Regular.woff2') format('woff2'),
        url('../fonts/MenckenStdText-Regular.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Haas';
    src: url('../fonts/NeueHaasDisplay-Light.woff2') format('woff2'),
        url('../fonts/NeueHaasDisplay-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Haas';
    src: url('../fonts/NeueHaasDisplay-Roman.woff2') format('woff2'),
        url('../fonts/NeueHaasDisplay-Roman.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Haas';
    src: url('../fonts/NeueHaasDisplay-Mediu.woff2') format('woff2'),
        url('../fonts/NeueHaasDisplay-Mediu.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Haas';
    src: url('../fonts/NeueHaasDisplay-Bold.woff2') format('woff2'),
        url('../fonts/NeueHaasDisplay-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Haas';
    src: url('../fonts/NeueHaasDisplay-Black.woff2') format('woff2'),
        url('../fonts/NeueHaasDisplay-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

html body {
    font-family: 'Neue Haas';
    font-size: 18px;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.header-top form input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    -webkit-text-fill-color: #fff !important;
    transition: background-color 5000s ease-in-out 0s !important;
}

form input:-webkit-autofill {
    appearance: none !important;
    background-image: none !important;
}

input[type="file"]::-webkit-file-upload-button {
    cursor: pointer;
}

input[type="file"]::-moz-file-upload-button {
    cursor: pointer;
}

input[type="file"]::-ms-file-upload-button {
    cursor: pointer;
}

input[type="file"]::-o-file-upload-button {
    cursor: pointer;
}

input[type="file"] {
    cursor: pointer;
}

*::-moz-selection {
    color: #fff;
    background: #001D4A;
}

*::selection {
    color: #fff;
    background: #001D4A;
}

*::-moz-selection {
    color: #fff;
    background: #001D4A;
}

*::-webkit-selection {
    color: #fff;
    background: #001D4A;
}

*::-ms-selection {
    color: #fff;
    background: #001D4A;
}

*::-webkit-input-placeholder {
    color: #999999;
    opacity: 0.5;
}

*:-moz-placeholder {
    color: #999999;
    opacity: 0.5;
}

*::-moz-placeholder {
    color: #999999;
    opacity: 0.5;
}

*:-ms-input-placeholder {
    color: #999999;
    opacity: 0.5;
}

a,
div a:hover,
div a:active,
div a:focus,
button {
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

a,
span,
div a:hover,
div a:active,
button {
    text-decoration: none;
}

*::after,
*::before,
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

body ul {
    margin: 0;
    padding: 0;
}

a {
    outline: none;
    color: #555;
}

.entry-content p a {
    text-underline-position: under;
    display: inline-block;
}

a:hover {
    color: #000;
}

body p a,
body p a:focus,
body .entry-content.default-page p a {
    color: #EC9C00;
}

body p a:hover,
body .entry-content.default-page p a:hover {
    color: #EC9C00;
    text-decoration: none !important;
}

body .clearfix,
body .clear {
    clear: both;
    line-height: 100%;
}

body .clearfix {
    height: auto;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

div input,
div select,
div textarea,
div button,
a,
button,
ul,
ul li,
ol,
li {
    font-family: 'Neue Haas';
    list-style: none;
}

body p {
    font-family: 'Neue Haas';
    margin: 0 0 15px !important;
    line-height: 180%;
}

body p:empty {
    display: none;
}

body p:last-child {
    margin: 0 !important;
}

body .text-white p {
    color: #fff;
}

body .text-white p a {
    color: #fff;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    font-family: 'Mencken' !important;
    line-height: 120%;
    margin: 0 0 15px !important;
}

body h1:last-child,
body h2:last-child,
body h3:last-child,
body h4:last-child,
body h5:last-child,
body h6:last-child {
    margin-bottom: 0 !important;
}

img {
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;

    height: auto;
    display: block;
}

a {
    outline: none;
    cursor: pointer;
}

input:-internal-autofill-selected,
input:-webkit-autofill {
    background: transparent !important;
    box-shadow: none !important;
    color: inherit !important;
}

form input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]),
form select,
form textarea {
    font-family: 'Neue Haas';
    border: 1px solid transparent;
    background-color: #F3F7FC;
    border-radius: 5px;
    color: #333;
    font-size: 16px;
    height: 56px;
    padding: 0 15px;
    width: 100%;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
}

.form-main-enq .input-field input.wpcf7-not-valid:not([type="submit"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]),
.form-main-enq .input-field textarea.wpcf7-not-valid {
    border-color: #ff0000;
}

form textarea {
    resize: none;
    height: 105px;
    padding: 15px;
    display: block;
}

form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

form select::-ms-expand {
    display: none;
}

form .wpcf7-not-valid-tip {
    font-size: 14px;
    line-height: normal;
    color: #ff0000;
}

body .elementor-widget-button {
    flex-shrink: 0;
}

body.no-scroll {
    overflow: hidden;
}

body .container {
    width: 100%;
    max-width: 1470px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    margin: 0 auto;
    overflow: visible;
}

.section-gapping {
    padding-top: 85px;
    padding-bottom: 85px;
}

/*************************/

body.ehf-header.error404,
body.ehf-header.single-post {
    padding-top: 202px;
}

body.ehf-header #masthead {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    transition: all 0.5s ease 0s;
}

body.ehf-header.error404 #masthead,
body.ehf-header.single-post #masthead {
    background-color: #001D4A;
    padding-bottom: 30px;
}

body #masthead .main-logo,
body #masthead .header-bottom>.e-con-inner {
    transition: all 0.5s ease 0s;
}

body.sticky #masthead .main-header .header-top {
    display: none;
}

body.sticky #masthead {
    background-color: #001D4A;
    padding-bottom: 0 !important;
}

#masthead .main-logo img {
    max-width: 222px;
    transition: all 0.5s ease 0s;
}

body.sticky #masthead .main-logo {
    top: 7px;
}

body.sticky #masthead .main-logo img {
    max-width: 140px;
}

body.sticky #masthead .header-bottom>.e-con-inner {
    padding: 45px 0 !important;
}

.header-contact {
    display: flex;
    align-items: center;
    gap: 30px;
}

.header-contact::after {
    display: none;
}

.header-contact li {
    letter-spacing: 0.5px;
}

.header-contact .phone-icon {
    position: relative;
    padding-left: 25px;
    margin-left: 15px;
}

.header-contact .chat-txt {
    position: relative;
    padding-left: 35px;
    font-family: "Poppins", sans-serif;
}

.header-contact .phone-icon::before,
.header-contact .chat-txt::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url(../images/sprite.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
}

.header-contact .chat-txt::before {
    background-position: 0 -40px;
    width: 26px;
    height: 24px;
    top: 5px;
    bottom: auto;
}

.hfe-search-layout-text form.hfe-search-button-wrapper {
    width: 100%;
    max-width: 217px;
    margin-left: auto;
}

.header-top form .hfe-search-form__container input[type="search"]:not([type="submit"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]) {
    background-color: transparent;
    border-color: #fff;
    height: auto;
    color: #DDDDDD;
    font-family: "Poppins", sans-serif;
    padding: 0 35px 0 10px;
    margin: 0;
}

.hfe-search-layout-text form.hfe-search-button-wrapper .search-error {
    background-color: #fff;
    color: #ff0000;
    line-height: normal;
    font-size: 15px;
    text-align: left;
    padding: 2px 5px;
    border-radius: 5px;
    position: absolute;
    top: 105%;
}

.header-top form .hfe-search-form__container button#clear {
    position: absolute;
    visibility: visible !important;
    background-image: url(../images/sprite.png);
    background-position: 0 -99px;
    background-repeat: no-repeat;
    border-radius: 0;
    width: 13px;
    height: 14px;
    padding: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 10px;
    outline: none;
}

.header-top form .hfe-search-form__container button#clear i {
    display: none;
}

.main-header .header-bottom .main-logo {
    margin: 0 auto;
    transform: translateX(-50%);
}

.main-menu nav {
    width: 100% !important;
}

.main-menu nav ul.hfe-nav-menu {
    display: block;
    margin: 0;
    text-align: right;
    width: 100%;
}

.main-menu nav ul.hfe-nav-menu::before,
.main-menu nav ul.hfe-nav-menu::after {
    display: none;
}

.main-menu nav ul.hfe-nav-menu>li {
    float: left;
    margin: 0;
    vertical-align: middle;
    padding-left: 20px;
    padding-right: 20px;
}

.main-menu nav ul.hfe-nav-menu>li:nth-child(n+4) {
    display: inline-block;
    float: none;
    padding-left: 15px;
    padding-right: 15px;
}

.main-menu nav ul.hfe-nav-menu>li:last-child {
    padding-right: 0;
}

.main-menu nav ul.hfe-nav-menu>li:first-child {
    padding-left: 0;
}

.hfe-nav-menu .sub-arrow .fa {
    display: none;
}

.hfe-nav-menu .sub-arrow {
    border-left: 2px solid !important;
    border-bottom: 2px solid !important;
    border-right: none !important;
    border-top: none !important;
    width: 10px;
    height: 10px;
    rotate: -45deg;
    margin-top: -14px;
    transition: all 0.5s ease 0s;
    padding: 0 !important;
    margin-left: 10px;
}

.hfe-nav-menu .sub-menu .sub-arrow {
    border-color: #333;
    rotate: -135deg;
}

.hfe-nav-menu .sub-menu a:hover .sub-arrow {
    border-color: #fff;
}

#masthead .hfe-nav-menu .hfe-has-submenu-container>a,
#masthead .hfe-nav-menu .menu-item>a {
    border-bottom: 2px solid transparent;
}

#masthead .hfe-nav-menu .sub-menu .hfe-has-submenu-container>a,
#masthead .hfe-nav-menu .sub-menu .menu-item>a {
    border: none;
}

#masthead .hfe-nav-menu .menu-item:hover .hfe-has-submenu-container>a,
#masthead .hfe-nav-menu .current-menu-parent>.hfe-has-submenu-container>a,
#masthead .hfe-nav-menu .current-menu-item>.hfe-has-submenu-container>a,
#masthead .hfe-nav-menu .current-page-parent>.hfe-has-submenu-container>a,
#masthead .hfe-nav-menu .current-menu-item>a,
#masthead .hfe-nav-menu .menu-item:hover>a {
    border-bottom-color: #EC9C02;
}

#masthead .hfe-nav-menu ul.sub-menu li.current-menu-parent>.hfe-has-submenu-container a,
#masthead .hfe-nav-menu ul.sub-menu li.current_page_item>a {
    background-color: #001D4A;
    color: #fff;
}

footer#colophon {
    clear: both;
    background-color: #fff;
}

.footer-top .elementor-heading-title {
    position: relative;
    padding-bottom: 15px;
}

.footer-top .elementor-heading-title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 31px;
    height: 2px;
    background-color: #EC9C00;
}

.main-banner {
    height: 850px;
    overflow: hidden;
    position: relative;
}

.main-banner.inner-banner {
    height: 640px;
}

.main-banner .banner-video {
    height: 100%;
    position: relative;
}

.main-banner .banner-video::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #001D4A;
    background: linear-gradient(180deg, rgba(0, 29, 74, 1) 0%, rgba(0, 29, 74, 0) 100%);
    z-index: 1;
}

.main-banner.inner-banner .banner-video::before {
    background: linear-gradient(180deg, rgba(0, 29, 74, 1) 0%, rgba(0, 29, 74, 0.3) 100%);
}

.main-banner .banner-video .elementor-open-inline,
.main-banner .banner-video .elementor-open-inline iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-banner .banner-video .elementor-custom-embed-play {
    z-index: 1;
}

.main-banner .banner-content {
    right: 0;
    margin: auto;
}

.counter-boxs .elementor-counter-number-wrapper {
    font-family: 'Mencken';
}

.main-banner .play-icon .elementor-button {
    background-color: transparent;
    border-radius: 0;
    background-image: url(../images/play-icon.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 150px;
    height: 150px;
    font-size: 0;
    padding: 0;
}

.main-banner .play-icon .elementor-button:hover {
    opacity: 0.8;
}

.main-banner .banner-video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-banner.inner-banner .inner-content {
    position: absolute;
    left: 0;
    top: 260px;
    z-index: 1;
    right: 0;
}

.inner-banner-content .elementor-heading-title {
    text-align: center;
    color: #fff;
    font-size: 80px;
    font-weight: 500;
}

.inner-banner-content p {
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

.environment-txt p {
    font-weight: inherit;
}

.property-item a,
.property-item.light-bg .inner {
    background-color: #F0F5FA;
    display: block;
}

.property-item a:hover {
    background-color: #001D4A;
}

.property-item .property-img {
    height: 315px;
    position: relative;
}

.property-img .qp-favorite {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.property-img .qp-favorite img {
    width: auto;
    height: auto;
}

.property-item .property-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.property-img .price {
    color: #fff;
    font-size: 70px;
    position: absolute;
    left: 15px;
    right: 15px;
    text-align: center;
    bottom: 10px;
    line-height: normal;
    font-weight: 300;
}

.property-item .property-overlay {
    padding: 20px;
    text-align: center;
}

.property-item .property-overlay h3 {
    font-size: 30px;
    color: #001D4A;
    margin-bottom: 15px !important;
    line-height: 1 !important;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.property-overlay .community-city {
    margin-bottom: 0 !important;
    color: #333333;
}

.property-specs {
    display: flex;
    gap: 10px;
    color: #333333;
    justify-content: center;
    flex-wrap: wrap;
}

.property-specs span {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}

.property-specs span:not(:last-child) {
    padding-right: 10px;
}

.property-specs span:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 15px;
    background-color: #333;
}

.property-specs span img {
    flex-shrink: 0;
}

.property-specs span .fas {
    color: #EC9C02;
}

.property-item a:hover .property-specs span i {
    color: #EC9C00;
    ;
}

.property-item .property-overlay .price {
    font-family: 'Neue Haas';
    font-size: 40px;
    font-weight: 300;
    line-height: 1;
    margin: 10px 0;
    color: #EC9C02;
}

.property-item a:hover .property-overlay h3,
.property-item a:hover .property-specs,
.property-item a:hover .community-city,
.property-item a:hover .property-overlay .price {
    color: #fff;
}

.testimonial-slider .testimonial-item {
    background-color: #fff;
    border: 1px solid #EEEEEE;
    padding: 30px;
}

.testimonial-author .author-info {
    flex: 1 1 0;
    line-height: 1;
}

.author-info .author-name {
    display: block;
    margin-bottom: 10px;
}

.testimonial-item .testimonial-stars {
    color: #EC9C02;
    font-size: 22px;
    letter-spacing: 2px;
    margin-top: 2px;
}

.testimonial-item .testimonial-text p {
    font-style: italic;
}

.testimonial-item .testimonial-job-title {
    display: block;
    font-weight: 600;
}

.author-info .author-name {
    display: block;
}

.swiper .swiper-pagination {
    gap: 13px;
    padding: 0 15px;
    margin-top: 35px;
    justify-content: center !important;
    position: static;
    flex-wrap: wrap;
}

.swiper-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    border-radius: 50px;
    background-color: rgb(0 29 74 / 20%);
    display: block;
    opacity: 1;
    margin: 0;
}

.swiper-pagination .swiper-pagination-bullet:hover,
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #001D4A;
}

.newsletter-box .elementor-widget-heading {
    flex: none;
    width: 390px;
}

.newsletter-box .elementor-widget-shortcode {
    flex: 1 1 0;
}

.newsletter-box .new-epic-wrap {
    display: block;
}

.new-epic-wrap .field-group {
    width: 100%;
    display: flex;
    gap: 15px;
}

.field-group .submit-btn {
    position: relative;
    width: 165px;
}

.newsletter-box .epicwin-subscription .submit-btn input[type="submit"] {
    width: 100%;
    background-color: #001D4A;
    font-size: 18px !important;
    font-family: 'Neue Haas';
    font-weight: 500;
    padding: 15px;
    height: 56px;
    line-height: normal;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.newsletter-box .epicwin-subscription .submit-btn input[type="submit"]:hover {
    background-color: #333 !important;
}

.epicwin-subscription .field-group .label-wrapper {
    gap: 15px;
    flex: 1 1 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.epicwin-subscription .field-group .label-wrapper input[type="text"] {
    margin: 0;
    border-radius: 5px !important;
    background-color: #fff !important;
}

.epicwin-subscription .field-group .label-wrapper input[type="text"].input-error {
    border-color: #ff0000;
}

.epicwin-subscription .submit-btn .loading {
    position: absolute;
    top: 18px;
    background-color: #fff;
    border-radius: 50px;
    padding: 2px;
    right: 10px;
}

.new-epic-wrap .consent-wrap {
    margin: 0;
    font-size: 18px;
    color: #333;
}

.new-epic-wrap .consent-wrap label {
    display: inline-flex;
    color: #333;
}

.new-epic-wrap .consent-wrap label a {
    color: #001D4A;
    font-weight: 500;
}

.new-epic-wrap .consent-wrap label a:hover {
    color: #fff;
}

.new-epic-wrap .consent-wrap label input[type="checkbox"] {
    width: 16px;
    height: 16px;
    margin: 6px 7px 0 0;
}

.elementor-counter-title {
    text-align: center;
}

.new-epic-wrap .epic_results:empty {
    display: none;
}

.new-epic-wrap .epic_results {
    border: 1px solid;
    text-align: center;
    padding: 5px;
    line-height: normal;
    margin-top: 5px;
    background-color: #fff;
}

.promo-carousel .promo-inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    background-color: #fff;
    box-shadow: 0 0 30px 5px rgba(238, 238, 238, 0.65);
    margin: 30px;
}

.promo-inner .promo-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height:576px;
}

.promo-inner .promo-content {
    padding: 50px;
    text-align: center;
}

.promo-content .fusion-responsive-typography-calculated,
.quick-review h2 {
    font-size: 30px;
    font-weight: normal;
}

.promo-inner .promo-content .promo-text {
    font-size: 18px;
}

html body .swiper-button-prev,
html body .swiper-button-next,
.tours-slider-arrows .swiper .elementor-swiper-button {
    left: -30px;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: 2px solid #999;
    color: #999;
    padding-right: 2px;
    z-index: 1;
    margin: 0;
}

.tours-slider-arrows .swiper .elementor-swiper-button svg {
    fill: #999 !important;
}

html body .swiper-button-next,
.tours-slider-arrows .swiper .elementor-swiper-button.elementor-swiper-button-next {
    padding-left: 2px;
    padding-right: 0;
    left: auto;
    right: -30px;
}

html body .swiper-button-prev::after,
html body .swiper-button-next::after {
    font-size: 18px;
    font-weight: bold;
}

html body .swiper-button-prev:hover,
html body .swiper-button-next:hover,
.tours-slider-arrows .swiper .elementor-swiper-button:hover {
    border-color: #001D4A;
    color: #001D4A;
}

.tours-slider-arrows .swiper .elementor-swiper-button:hover svg {
    fill: #001D4A !important;
}

.hfe-scroll-to-top-wrap .hfe-scroll-to-top-button {
    background: transparent;
    padding: 0;
}

.hfe-scroll-to-top-wrap .hfe-scroll-to-top-button img {
    width: 30px;
    height: 50px;
}

.hfe-scroll-to-top-wrap .hfe-scroll-to-top-button:hover {
    opacity: 0.8;
}

.banner-bottom .elementor-widget-button {
    max-width: 180px !important;
    width: 100%;
}

.banner-bottom .elementor-widget-button .elementor-button {
    width: 100%;
}

.promo-content .promo-button {
    margin-top: 25px;
}

.promo-button .promo-btn {
    background-color: #001D4A;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 5px;
    min-height: 54px;
    padding: 0 27px;
    font-size: 18px;
    font-weight: 500;
}

.promo-button .promo-btn:hover {
    background-color: #EB9B01;
    color: #fff;
}

.review-slider .ti-widget-container .ti-reviews-container .ti-reviews-container-wrapper {
    margin: 0 !important;
}

.review-slider .ti-widget-container .ti-reviews-container .ti-reviews-container-wrapper .ti-review-item {
    background-color: #fff;
    border: 1px solid #EEEEEE;
    flex: 0 0 calc(33.33% - 50px);
    max-width: calc(33.33% - 50px);
    padding: 30px;
    margin: 0 25px;
    transform: none;
}

.review-slider .ti-widget-container .ti-reviews-container .ti-reviews-container-wrapper .ti-review-item:hover {
    background-color: #001D4A;
}

.review-slider .ti-widget-container .ti-reviews-container .ti-reviews-container-wrapper .ti-review-item .ti-inner {
    padding: 0 !important;
}

.review-slider .ti-reviews-container-wrapper .ti-review-item .ti-inner .ti-review-text-container {
    font-size: 16px;
    color: #333333;
    font-style: italic;
    line-height: 170%;
}

.review-slider .ti-reviews-container-wrapper .ti-review-item:hover .ti-inner .ti-review-text-container {
    color: #fff;
}

.ti-platform-icon.ti-with-tooltip,
.ti-review-header::before {
    display: none;
}

.review-slider .ti-widget.ti-goog .ti-review-header {
    padding: 0;
    margin-top: 30px;
}

.review-slider .ti-widget.ti-goog .ti-review-header .ti-profile-img img {
    width: 66px !important;
    height: 66px !important;
    border-radius: 10px !important;
    object-fit: none;
    object-position: center;
}

.review-slider .ti-widget-container .ti-reviews-container .ti-reviews-container-wrapper .ti-review-item:hover .ti-name,
.review-slider .ti-widget-container .ti-reviews-container .ti-reviews-container-wrapper .ti-review-item:hover .ti-date {
    color: #fff !important;
}

.review-slider .ti-widget-container .ti-reviews-container .ti-controls {
    position: static;
    display: block;
}

.review-slider .ti-widget-container .ti-reviews-container .ti-controls-line {
    display: none !important;
}

.review-slider .ti-widget-container .ti-reviews-container .ti-controls .ti-next,
.review-slider .ti-widget-container .ti-reviews-container .ti-controls .ti-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -50px;
    margin: auto;
    z-index: 1;
    width: 34px;
    height: 34px;
    border: 2px solid #999999;
    border-radius: 0;
    background-color: #fff !important;
}

.review-slider .ti-widget-container .ti-reviews-container .ti-controls .ti-next {
    right: -50px;
    left: auto;
}

.review-slider .ti-widget-container .ti-reviews-container .ti-controls .ti-next::before,
.review-slider .ti-widget-container .ti-reviews-container .ti-controls .ti-prev::before {
    border-color: #999;
}

.review-slider .ti-widget-container .ti-reviews-container .ti-controls .ti-next:hover,
.review-slider .ti-widget-container .ti-reviews-container .ti-controls .ti-prev:hover {
    background-color: #fff !important;
    box-shadow: none !important;
    outline: none !important;
    border-color: #001D4A;
}

.review-slider .ti-widget-container .ti-reviews-container .ti-controls .ti-next:hover::before,
.review-slider .ti-widget-container .ti-reviews-container .ti-controls .ti-prev:hover::before {
    border-color: #001D4A !important;
}

.review-slider .ti-widget.ti-goog {
    padding: 0 15px;
}

.label-wrapper .field-error {
    background-color: #fff;
    display: inline-block !important;
    border-radius: 3px;
    line-height: normal;
    padding: 3px 5px;
    margin-top: 3px;
}

.testimonial-author {
    display: flex;
    gap: 15px;
    margin-top: 50px;
}

.testimonial-author .author-image {
    flex-shrink: 0;
    width: 66px;
    height: 66px;
    border-radius: 5px;
    overflow: hidden;
}

.post-content h3.elementor-heading-title,
.responsibilities-boxs .elementor-image-box-title {
    font-family: 'Neue Haas' !important;
}

.about-section .about-top-section {
    display: block;
}

.about-section .about-top-section .elementor-widget-image {
    float: right;
    width: 670px;
    margin-left: 55px;
    margin-bottom: 15px;
}

.e-n-accordion .e-n-accordion-item,
.faq-accordion .faq-item {
    box-shadow: 0 0 30px 5px rgb(221 221 221 / 65%);
    background-color: #fff;
    border-radius: 10px;
}

.e-n-accordion .e-n-accordion-item .e-n-accordion-item-title {
    position: relative;
}

.e-n-accordion .e-n-accordion-item .e-n-accordion-item-title::before,
.faq-accordion .faq-item .faq-question::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 26px;
    background-color: #001D4A;
    width: 5px;
    bottom: 0;
    margin: auto;
}

.e-n-accordion .e-n-accordion-item .e-con-full {
    margin-top: -15px;
}

.e-n-accordion .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-icon,
.faq-item .faq-question .faq-toggle {
    width: 26px;
    height: 26px;
    background-color: rgb(0 29 74 / 20%);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.netzero-boxs .box {
    min-height: 330px;
    justify-content: center;
    cursor: pointer;
}

.netzero-boxs .box .hover-box {
    opacity: 0;
    visibility: hidden;
    bottom: 0;
    right: 0;
    transition: all 0.5s ease 0s;
}

.netzero-boxs .box:hover .hover-box {
    opacity: 1;
    visibility: visible;
}

.warranty-section>.e-con-inner {
    position: relative;
}

.warranty-section>.e-con-inner::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 10%;
    bottom: 0;
    border-left: 2px dashed rgb(17 17 17 / 50%);
    width: 2px;
}

.warranty-section h3.elementor-heading-title::before {
    content: "";
    position: absolute;
    top: 10px;
    right: -57px;
    width: 14px;
    height: 14px;
    background-color: #EC9C02;
    border-radius: 50px;
}

.warranty-section .right-warranty h3.elementor-heading-title::before {
    right: auto;
    left: -57px;
}

.warranty-section ul {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.warranty-section ul::after {
    display: none;
}

.warranty-section ul li {
    position: relative;
}

.warranty-section ul li::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background-color: #001D4A;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.procedures-box .elementor-image-box-wrapper {
    border: 1px solid #333;
    border-radius: 150px;
    padding: 15px;
}

.procedures-box .elementor-image-box-wrapper .elementor-image-box-content {
    position: relative;
}

.procedures-box .elementor-image-box-wrapper .elementor-image-box-title {
    font-family: 'Neue Haas' !important;
    margin-bottom: 5px !important;
}

.procedures-box .elementor-image-box-wrapper .elementor-image-box-img {
    width: 168px;
    height: 168px;
    background-color: #001D4A;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 50%;
    position: relative;
    margin-bottom: 0 !important;
}

.procedures-box .box-left::before,
.procedures-box .box-left .elementor-image-box-wrapper::before {
    content: "";
    position: absolute;
    right: 0;
    top: -12px;
    background-image: url(../images/arrow-icon.jpg);
    background-position: 4px 0;
    background-repeat: no-repeat;
    background-color: #fff;
    width: 32%;
    height: 175px;
}

.procedures-box .box-left .elementor-image-box-wrapper::before {
    background-color: transparent;
    width: 55px;
    height: 24px;
    top: 0;
    bottom: 0;
    margin: auto;
    rotate: 115deg;
    right: -38px;
    z-index: 2;
}

.procedures-box .box-left::after {
    content: "";
    position: absolute;
    right: -9px;
    width: 1px;
    height: 138px;
    background-color: #333;
    top: 33px;
    rotate: 27deg;
    z-index: 1;
}

.procedures-box .box-right::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -7px;
    height: 165px;
    background-color: #fff;
    width: 30%;
}

.procedures-box .box-right::after {
    content: "";
    position: absolute;
    left: 30%;
    bottom: -7px;
    border-radius: 50px;
    width: 15px;
    height: 15px;
    background-color: #EB9B01;
}

.responsibilities-boxs .elementor-image-box-title {
    margin-bottom: 5px !important;
}

.flex-ul ul {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.flex-ul ul::after {
    display: none;
}

.why-chose-pacese-wrap .elementor-image-box-wrapper .elementor-image-box-content {
    width: 50%;
}

body div#page .tab-wrap-con .e-n-tabs-heading {
    width: 355px;
    gap: 0;
    flex: none;
    height: 800px;
    overflow-y: auto;
    overflow-x: hidden;
    justify-content: flex-start;
    padding-right: 15px;
}

body div#page .tab-wrap-con .e-n-tabs-heading::-webkit-scrollbar {
  width: 10px;
  height: 100%;
}

body div#page .tab-wrap-con .e-n-tabs-heading::-webkit-scrollbar-track {
  background: #000;
  border-radius: 10px;
}

body div#page .tab-wrap-con .e-n-tabs-heading::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

body div#page .tab-wrap-con .e-n-tabs-heading::-webkit-scrollbar-thumb:hover {
  background: #555;
}

body div#page .tab-wrap-con .e-n-tabs-heading button span {
    line-height: 243%;
    font-family: 'Mencken';
    width: 100%;
}

body div#page .tab-wrap-con .e-n-tabs-heading button {
    width: 100%;
    padding: 1px 10px 1px 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    box-shadow: 0 0 1px 1.5px rgba(255, 255, 255, 1);
    background-color: #F2F3F6;
    position: relative;
}

body div#page .tab-wrap-con .e-n-tabs-heading button[aria-selected="true"] {
    background-color: #E6E8ED;
}

body div#page .home-model-tabs-wrapper .home-model-tabs-titles .home-model-tab-title.active:before,
body div#page .tab-wrap-con .e-n-tabs-heading button[aria-selected="true"]:before {
    content: "";
    height: 100%;
    width: 10px;
    background-color: #001D4A;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

body div#page .home-model-tabs-wrapper .home-model-tabs-titles .home-model-tab-title.active:after,
body div#page .tab-wrap-con .e-n-tabs-heading button[aria-selected="true"]:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 27px solid transparent;
    border-left: 13px solid #E6E8ED;
    border-bottom: 27px solid transparent;
    position: absolute;
    left: auto;
    right: -13px;
    top: -1px;
    bottom: 0;
}

body div#page .tab-wrap-con .e-n-tabs-content {
    padding-left: 30px;
    flex: 1 1 0;
}

body div#page .tab-wrap-con .e-n-tabs-content .elementor-widget-text-editor strong {
    font-weight: 600;
    margin-top: 30px;
    display: block;
}

body div#page .tab-wrap-con .e-n-tabs-content .elementor-widget-text-editor ul {
    padding-left: 17px;
    margin-top: -3px;
}

body div#page .tab-wrap-con .e-n-tabs-content .elementor-widget-text-editor ul li {
    list-style: disc;
}

body div#page .tab-wrap-con .e-n-tabs-content .elementor-widget-image,
body div#page .tab-wrap-con .e-n-tabs-content video.elementor-video {
    margin-top: 30px;
    text-align: left;
}

body div#page .tab-wrap-con .e-n-tabs.e-activated {
    align-items: flex-start;
}

.procedures-box .elementor-image-box-wrapper .elementor-image-box-content a {
    border-bottom: 1px solid;
}

.procedures-box .elementor-image-box-wrapper .elementor-image-box-content a:hover {
    color: #001d4a;
}

section#content .contact-details-box>.e-con-inner>div {
    position: relative;
}

section#content .contact-details-box>.e-con-inner>div::after {
    content: "";
    height: 9px;
    background: #EC9C02;
    max-width: 285px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    position: absolute;
}

.contact-details-box ul li {
    font-family: 'Neue Haas';
    margin: 0 0 15px;
    line-height: 180%;
    color: #333;
    position: relative;
    padding-left: 35px;
}

.contact-details-box ul li a:hover {
    color: #ec9c02;
}

.contact-details-box ul li::after {
    content: "";
    background: url(../images/sprite-img.webp) no-repeat 0 0;
    width: 25px;
    position: absolute;
    left: 0;
    height: 30px;
    top: 0;
}

.contact-details-box ul li.phone-no::after {
    background-position: 0 -45px;
}

.contact-details-box ul li.email-id::after {
    background-position: 0 -95px;
}

section#content .chat-block {
    clip-path: polygon(14% 0, 100% 0, 100% 100%, 0% 100%);
}

.team-members .team-title {
    text-align: center;
    font-weight: 500;
    color: #001D4A;
    border-bottom: 2px solid #EB9A00;
    padding-bottom: 10px;
    margin-bottom: 30px !important;
    font-size: 30px;
}

.team-members-container {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.team-members .team-members-container.regina-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.team-members .team-members-container.saskatoon-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.team-members-container .team-member-card {
    box-shadow: 0px 0px 30px 5px rgba(0, 29, 74, 0.05);
    padding: 22px;
    border-radius: 10px;
    width: 257px;
    text-align: center;
}

.team-members .team-members-container .team-member-card{
    width: 100%;
}

.team-members-container .team-member-name {
    font-size: 25px;
    color: #001D4A;
    margin: 0 !important;
    font-weight: 500;
}

.team-members-container .team-member-location {
    margin: 0 !important;
    font-size: 18px;
    line-height: 180%;
}

.team-members-container .team-member-appointment-link {
    font-family: 'Neue Haas';
    margin: 0 0 15px !important;
    line-height: 180%;
    color: #333;
    font-size: 18px;
}

.team-members-container .team-member-card .team-member-image {
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px auto 10px;
    border-radius: 50%;
    overflow: hidden;
}

.team-members-container .team-member-card:hover {
    background: #001D4A;
}

.team-members-container .team-member-card:hover .team-member-name,
.team-members-container .team-member-card:hover .team-member-location {
    color: #fff;
}

.team-members-container .team-member-card:hover .team-member-appointment-link {
    color: #EB9A00;
    border-bottom: 1px solid;
}

section#content .contact-form-set::before {
    left: auto;
    right: 0;
    width: 65%;
}

div#page .hbspt-form form label {
    color: #001D4A;
    font-family: 'Neue Haas';
    line-height: 180%;
    font-weight: 500;
}

div#page .hbspt-form form label .hs-form-required {
    color: red;
}

div#page .hbspt-form form .hs-input {
    background-color: #f2f3f6;
    margin: 0;
    color: #333 !important;
    resize: none;
}

div#page .hbspt-form form textarea.hs-input {
    height: 146px;
}

div#page .hbspt-form form .hs-form-field {
    margin-bottom: 13px;
}

div#page .hbspt-form form .hs-input.error,
div#page .hbspt-form form .hs-input.invalid {
    border-color: red;
}

div#page .hbspt-form form .hs-error-msgs label {
    font-weight: normal;
    color: red;
}

div#page .hbspt-form form .hs-submit input.hs-button {
    border: 0;
    min-width: 135px;
    font-size: 18px !important;
    font-family: 'Neue Haas';
    font-weight: 500;
    padding: 15px;
    height: 56px;
    line-height: normal;
    display: inline-flex;
    margin-top: 10px;
}

div#page .hbspt-form form select.hs-input {
    background-image: url(../images/select-arrow.webp);
    background-repeat: no-repeat;
    background-position: 98% center;
}

.blog-layout {
    display: flex;
    gap: 60px;
}

.blog-layout .blog-posts-container {
    flex: 1 1 0;
}

.blog-layout aside.blog-sidebar {
    flex: none;
    width: 450px;
}

.blog-layout aside.blog-sidebar .sidebar {
    display: flex;
    flex-direction: column;
    gap: 40px;
    position: sticky;
    top: 140px;
}

aside.blog-sidebar .sidebar-widget h3 {
    color: #001D4A;
    font-size: 30px;
    font-weight: normal;
}

aside.blog-sidebar .sidebar-widget.sidebar-search h3 {
    display: none;
}

aside.blog-sidebar .sidebar-search .search-field label {
    width: 100%;
    margin: 0;
}

aside.blog-sidebar .sidebar-search .search-field label input[type="search"] {
    width: 100%;
    border-color: #D3D9E2;
    border-radius: 0;
    background-color: #F2F3F6;
    font-size: 18px;
    color: #333;
}

aside.blog-sidebar .sidebar-search .search-field label input[type="search"]::-webkit-input-placeholder {
    color: #B9C2D0;
    opacity: 1;
}

aside.blog-sidebar .sidebar-search .search-field label input[type="search"]:-moz-placeholder {
    color: #B9C2D0;
    opacity: 1;
}

aside.blog-sidebar .sidebar-search .search-field label input[type="search"]::-moz-placeholder {
    color: #B9C2D0;
    opacity: 1;
}

aside.blog-sidebar .sidebar-search .search-field label input[type="search"]:-ms-input-placeholder {
    color: #B9C2D0;
    opacity: 1;
}

.sidebar-categories ul,
.blog-single-main .fusion-text ul {
    display: flex;
    flex-direction: column;
}

.sidebar-categories ul::after,
.blog-single-main .fusion-text ul::after {
    display: none;
}

.sidebar-categories ul li a,
.blog-single-main .fusion-text ul li {
    border-bottom: 1px solid #EEEEEE;
    display: block;
    position: relative;
    padding: 13px 15px 13px 22px;
    font-size: 18px;
    color: #333333;
}

.sidebar-categories ul li a::before,
.blog-single-main .fusion-text ul li:before {
    content: "";
    position: absolute;
    left: 5px;
    width: 6px;
    height: 6px;
    background-color: #EB9B01;
    bottom: 0;
    top: 0;
    margin: auto;
    border-radius: 5px;
}

.sidebar-categories ul li a:hover,
.sidebar-categories ul li.current-cat a {
    color: #001D4A;
}

.blog-posts-container .post-thumbnail {
    margin-bottom: 15px;
}

.blog-posts-container .post-content .entry-meta {
    font-size: 16px;
    color: #EB9B01;
    font-weight: 500;
}

.blog-posts-container .post-content h2 {
    line-height: 0 !important;
}

.blog-posts-container .post-content h2 a {
    font-size: 30px;
    color: #001D4A;
    font-family: 'Mencken';
    font-weight: 400;
    line-height: normal;
    display: inline-block;
}

.blog-posts-container .post-content h2 a:hover {
    color: #EB9B01;
}

.blog-posts-container .post-content .entry-excerpt {
    margin-bottom: 20px;
}

.blog-posts-container .post-content .entry-excerpt p {
    font-size: 18px;
}

.post-content .read-more-button {
    display: inline-flex;
    min-height: 54px;
    background-color: #001D4A;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    color: #fff;
    padding: 0 20px;
    font-size: 18px;
    font-weight: 500;
}

.post-content .read-more-button:hover {
    background-color: #EB9B01;
    color: #fff;
}

.blog-layout .blog-posts-container article:not(:last-child),
.blog-single-main .post-content>.fusion-fullwidth:not(:first-child) {
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #EEEEEE;
    display: block;
    width: 100%;
}

.blog-pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.blog-pagination .page-numbers {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #001D4A;
    color: #001D4A;
    font-size: 18px;
}

.blog-pagination .page-numbers.prev,
.blog-pagination .page-numbers.next {
    border: none !important;
    background-color: transparent !important;
    width: auto;
    color: #333333 !important;
}

.blog-pagination .page-numbers.dots {
    border: none !important;
    background-color: transparent !important;
    width: auto;
    color: #001D4A !important;
}

.blog-pagination .page-numbers:hover,
.blog-pagination .page-numbers.current {
    background-color: #001D4A;
    color: #fff;
}

.sidebar-search .searchform .fusion-search-form-content .search-button input[type="submit"] {
    font-size: 0 !important;
    background-image: url(../images/sprite.png);
    background-position: 9px -136px;
    background-repeat: no-repeat;
}

.sidebar-search .searchform .fusion-search-form-content .search-button input[type="submit"]:hover {
    opacity: 0.7;
}

.blog-single-wrapper .blog-single-main {
    flex: 1 1 0;
}

.blog-single-main h1.entry-title {
    color: #001D4A;
    font-size: 50px;
    font-weight: normal;
}

.blog-single-main .fusion-fullwidth {
    display: block;
    padding: 0;
}

.blog-single-main .fusion-fullwidth .fusion-builder-row {
    margin: 0 !important;
}

.blog-single-main .fusion-fullwidth .fusion-builder-row .fusion-column-wrapper {
    margin: 0;
}

.blog-single-main .fusion-text:not(:last-child) {
    margin-bottom: 25px;
}

.blog-single-main .fusion-text p {
    font-size: 18px;
}

.blog-single-main .related-posts {
    width: 100%;
    max-width: 930px;
}

.blog-single-main article.single-post .fusion-text p>strong {
    font-family: 'Mencken';
    font-weight: normal;
    font-size: 30px;
    display: inline-block;
    text-align: left;
}

.blog-single-main article.single-post .fusion-text p>span {
    font-weight: 500;
    font-size: 22px;
}

.blog-single-main .fusion-text ul {
    gap: 15px;
}

.blog-single-main .fusion-text ul li {
    border: none;
    padding: 0 0 0 22px;
}

.blog-single-main .fusion-text ul li:before {
    bottom: auto;
    top: 10px;
}

.blog-single-main .fusion-text ul li strong {
    color: #333333 !important;
}

.blog-single-main .post-content>.fusion-fullwidth:last-child {
    margin-bottom: 0 !important;
}

.blog-single-main article.single-post .post-meta {
    border-bottom: 1px solid #EEEEEE;
    padding: 10px 0;
}

.blog-single-main article.single-post .post-meta {
    border-bottom: 1px solid #EEEEEE;
    padding: 10px 0;
    font-size: 18px;
    color: #666666;
    font-weight: 500;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.blog-single-main article.single-post .post-meta .child-single-navigation {
    margin-left: auto;
    display: flex;
    gap: 20px;
}

.blog-single-main article.single-post .post-meta .child-single-navigation a {
    font-weight: normal;
    color: #333333;
    position: relative;
    padding-left: 12px;
}

.blog-single-main article.single-post .post-meta .child-single-navigation a[rel="next"] {
    padding-right: 12px;
    padding-left: 0;
}

.blog-single-main article.single-post .post-meta .child-single-navigation a::before {
    content: "";
    position: absolute;
    border-left: 1px solid;
    border-bottom: 1px solid;
    width: 8px;
    height: 8px;
    rotate: 45deg;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.blog-single-main article.single-post .post-meta .child-single-navigation a[rel="next"]::before {
    left: auto;
    right: 0;
    rotate: 225deg;
}

.blog-single-main article.single-post .post-meta .child-single-navigation a:hover {
    color: #EB9B01;
}

.fusion-theme-sharing-box.fusion-sharing-box h4 {
    margin: 0 !important;
    font-size: 20px;
    color: #333333;
    font-family: 'Neue Haas' !important;
    font-weight: 500;
}

.fusion-sharing-box .fusion-social-networks .fusion-social-network-icon {
    color: #777777 !important;
}

.fusion-sharing-box .fusion-social-networks .fusion-social-network-icon:hover {
    color: #001D4A !important;
}

.fusion-theme-sharing-box.fusion-sharing-box {
    padding-top: 15px;
    padding-bottom: 15px;
    min-height: 60px;
}

.related-posts .fusion-title {
    margin: 0 0 15px !important;
}

.related-posts .fusion-title h2 {
    font-size: 30px;
    color: #001D4A;
}

.blog-single-main .related-posts .fusion-carousel-title,
.blog-single-main .related-posts .fusion-carousel-meta {
    display: none;
}

.blog-single-main .fusion-image-element {
    text-align: center;
}

.fusion-builder-row .fusion-layout-column {
    width: 100%;
}

.blog-single-main .fusion-fullwidth:not(:first-child) .fusion-builder-row>.fusion-layout-column:last-child {
    margin-bottom: 0;
}

.realtors-review-slider .elementor-shortcode {
    position: relative;
}

.realtors-review-slider .elementor-shortcode .realtor-review-slider {
    width: 85%;
    max-width: 1240px;
    margin: 0 auto;
}

.realtor-review-slider .review-text {
    position: relative;
    background-color: #fff;
    border-radius: 20px;
    padding: 45px 45px 65px;
    box-shadow: -20px -20px 0 0px #EC9C02;
    margin: 20px 0 65px 20px;
}

.realtor-review-slider .review-text::before {
    content: "";
    position: absolute;
    left: 10%;
    top: 100%;
    border-top: 65px solid #FFF;
    border-left: 75px solid transparent;
}

.realtor-review-slider .review-text p {
    margin: 0 !important;
    font-style: italic;
}

.realtor-review-slider .review-text p::before {
    content: "";
    display: inline-block;
    background-image: url(../images/sprite.png);
    background-position: 0 -290px;
    background-repeat: no-repeat;
    width: 76px;
    height: 58px;
    margin-right: 25px;
    vertical-align: bottom;
}

.realtors-review-slider .elementor-shortcode .swiper-button-prev,
.realtors-review-slider .elementor-shortcode .swiper-button-next {
    cursor: pointer;
    width: 45px;
    height: 46px;
    border: none;
    background-color: transparent;
    background-image: url(../images/sprite.png);
    background-position: 0 -382px;
    background-repeat: no-repeat;
    left: -15px;
    opacity: 0.5;
    padding: 0;
    box-shadow: 0 0 23px rgba(0, 0, 0, 0.65);
}

.realtors-review-slider .elementor-shortcode .swiper-button-next {
    right: -15px;
    left: auto;
    rotate: 180deg;
}

.realtors-review-slider .elementor-shortcode .swiper-button-prev::after,
.realtors-review-slider .elementor-shortcode .swiper-button-next::after {
    display: none;
}

.realtors-review-slider .elementor-shortcode .swiper-button-prev:hover,
.realtors-review-slider .elementor-shortcode .swiper-button-next:hover {
    opacity: 1;
}

.realtors-review-slider .elementor-shortcode .swiper-pagination {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
    z-index: 1;
}

.realtors-review-slider .elementor-shortcode .swiper-pagination .swiper-pagination-bullet {
    background-color: rgba(255, 255, 255, 0.2);
}

.realtors-review-slider .elementor-shortcode .swiper-pagination .swiper-pagination-bullet:hover,
.realtors-review-slider .elementor-shortcode .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #EC9C02;
}

.realtor-form-sec::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    width: 72%;
    background-color: #EC9C02;
    margin: auto;
    height: 11px;
    top: auto;
}

.faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 27px;
}

.faq-accordion .faq-item .faq-question {
    padding: 23px 15px 23px 45px;
    position: relative;
    cursor: pointer;
    display: flex;
    gap: 15px;
    color: #EB9900;
    font-weight: 500;
    font-size: 22px;
    align-items: center;
    line-height: normal;
}

.faq-item .faq-question .faq-toggle {
    margin-left: auto;
    color: #001D4A;
}

.faq-item .faq-answer {
    padding: 0 45px 30px;
    margin-top: -10px;
}

.faq-item .faq-answer p {
    font-size: 18px;
}

.faq-load-more {
    text-align: center;
    margin-top: 10px;
}

.faq-load-more a {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 18px;
    color: #001D4A;
}

.faq-load-more a:hover {
    color: #EB9900;
}

.dot-ul ul, .dot-ul ol {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 15px;
    padding: 0;
}

.dot-ul ol {
    padding-left: 20px;
}

.dot-ul ul li, .dot-ul ol li {
    position: relative;
    padding-left: 15px;
    font-size: 18px;
}

.dot-ul ol li {
    list-style: auto;
    padding: 0;
}

.dot-ul ul li::before {
    content: "";
    position: absolute;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: #EB9B01;
    border-radius: 5px;
    top: 12px;
}

iframe#lwmap {
    min-height: 640px;
    display: block;
}

.time-icon p {
    position: relative;
    padding-left: 35px;
}

.time-icon p::before,
.address-icon ul li::before {
    content: "";
    position: absolute;
    left: 0;
    background-image: url(../images/sprite.png);
    background-position: 0 -206px;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    top: 4px;
}

.address-icon ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.address-icon ul li {
    position: relative;
    padding-left: 40px;
}

.address-icon ul li::before {
    background-position: 0 -251px;
}

.address-icon ul li:nth-child(2):before {
    background-position: -50px -251px;
}

.tours-iframe iframe {
    width: 100%;
    height: 670px;
    display: block;
}

.tours-slider-arrows .swiper-slide .swiper-slide-inner .swiper-slide-image {
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

.gallery-section .e-n-tabs-heading button.e-n-tab-title:not(:last-child)::before,
.steps-tabs .e-n-tabs-heading button.e-n-tab-title:not(:last-child)::before,
#find-your-home #fyh-buttons a:not(:last-child)::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 56px;
    width: 1px;
    background-color: rgb(0 29 74 / 10%);
    margin: auto;
}

.gallery-section .e-n-tabs-heading button.e-n-tab-title,
.steps-tabs .e-n-tabs-heading button.e-n-tab-title {
    font-family: 'Mencken';
}

.gallery-section .e-n-tabs-content .fusion-recent-works ul.fusion-filters {
    border-bottom: 1px solid rgb(0 29 74 / 30%);
    border-top: none;
    line-height: normal;
    margin-bottom: 60px;
    display: flex !important;
    justify-content: space-between;
    gap: 15px;
    padding: 0 30px;
    overflow-x: auto;
    white-space: nowrap;
}

ul.fusion-filters::-webkit-scrollbar {
    height: 6px;
}

ul.fusion-filters::-webkit-scrollbar-track {
    background: #f1f1f1;
}

ul.fusion-filters::-webkit-scrollbar-thumb {
    background: #666;
}

ul.fusion-filters::-webkit-scrollbar-thumb:hover {
    background: #333;
}

.gallery-section .e-n-tabs-content .fusion-recent-works ul.fusion-filters .fusion-filter {
    float: none;
    margin: 0;
    text-align: center;
}

.gallery-section .e-n-tabs-content .fusion-recent-works ul.fusion-filters .fusion-filter a {
    border: none;
    border-bottom: 4px solid transparent;
    padding: 30px 20px;
    color: #001D4A;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
}

.gallery-section .e-n-tabs-content .fusion-recent-works ul.fusion-filters .fusion-filter.fusion-active a,
.gallery-section .e-n-tabs-content .fusion-recent-works ul.fusion-filters .fusion-filter a:hover {
    border-color: #EC9C02;
}

.fusion-loading-container {
    text-align: center;
}

.footer-top .hfe-nav-menu .menu-item.current-page-ancestor a.hfe-menu-item {
    color: #EC9C02;
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
    display: none;
}

.resorces-box::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100px;
    width: 6px;
    background-color: #EC9C02;
    margin: auto;
    left: 0;
}

.resorces-box .icon,
.resorces-box .resorces-btn {
    flex: none;
}

.warranty-section.quick-section>.e-con-inner::before {
    top: 0;
    border-left-style: solid;
}

.warranty-section.quick-section>.e-con-inner::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    width: 14px;
    height: 14px;
    border-radius: 10px;
    background-color: #EC9C02;
}

.quick-section .quick-img::before {
    content: "";
    position: absolute;
    left: -44px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #EC9C02;
    z-index: 1;
    width: 18px;
    height: 18px;
    border: 4px solid #fff;
    box-shadow: -1px -1px 0 1px rgb(17 17 17 / 50%);
    rotate: -45deg;
}

.quick-section .right-warranty .quick-img::before {
    left: auto;
    right: -44px;
    rotate: 135deg;
}

.quick-section a {
    text-decoration: underline;
}

.steps-tabs .e-n-tabs-heading button.e-n-tab-title {
    line-height: normal;
}

.steps-tabs .e-n-tabs-heading {
    margin-bottom: 50px;
}

.steps-tabs .e-n-tabs-heading button.e-n-tab-title:not(:last-child)::before,
#find-your-home #fyh-buttons a:not(:last-child)::before {
    height: 100%;
}

.regina-section #filters {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin: 0 0 60px;
}

.regina-section #filters::before,
.regina-section #filters::after {
    display: none;
}

.regina-section #filters .f-list {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.regina-section #filters .f-list p {
    color: #001D4A;
    font-weight: 500;
    font-size: 16px;
}

.regina-section #filters .f-list p input[type="text"],
.regina-section #filters .f-list p select {
    border-color: transparent;
    border-radius: 10px;
    background-color: rgb(0 29 74 / 5%);
    padding: 15px;
    width: 100%;
    font-weight: 400;
    height: 60px;
}

.regina-section #filters>div {
    padding: 0;
}

.btn-filter #filterButton {
    background-color: #001D4A;
    color: #fff;
    padding: 0;
    height: 60px;
    font-size: 18px;
    font-weight: 500;
    width: 100%;
    border: none;
    border-radius: 10px;
    outline: none;
    margin-top: 28px;
}

.btn-filter #filterButton:hover {
    color: #fff;
    background-color: #EC9C02;
}

.regina-section #filters .f-list p select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/sprite.png);
    background-position: right -457px;
    background-repeat: no-repeat;
    cursor: pointer;
}

#find-your-home #fyh-buttons {
    margin-bottom: 50px;
    background-color: rgb(0 29 74 / 5%);
}

#find-your-home #fyh-buttons a {
    background-color: transparent;
    border-radius: 0;
    border: none;
    font-size: 30px;
    font-family: 'Mencken';
    text-transform: capitalize;
    letter-spacing: 0;
    color: #001D4A;
    position: relative;
    flex: 1 1 0;
}

#find-your-home #fyh-buttons a.current,
#find-your-home #fyh-buttons a:hover {
    background-color: #001D4A;
    color: #fff;
}

.property-item {
    margin-bottom: 35px;
}

#fyh-list .property-item .inner,
.favorite.property-item .inner {
    background-color: #F0F5FA;
    height: 100%;
}

.latest-properties-boxs .elementor-image-box-content {
    padding: 0 20px 20px;
}

.btn-full {
    width: 100%;
}

.btn-full .elementor-button {
    width: 100%;
}

.table-div {
    overflow-x: auto;
}

.table-div table th {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 20px 15px;
    font-size: 20px;
    font-weight: 500;
    white-space: nowrap;
    background-color: #001D4A;
    color: #fff;
}

.table-div table td {
    border-bottom: 1px solid rgb(221 221 221 / 50%);
    background-color: #F2F3F6;
    padding: 10px 15px;
    font-size: 18px;
    white-space: nowrap;
}

.table-div table tbody tr:last-child td {
    border-bottom: none;
}

.table-div table th:not(:last-child),
.table-div table td:not(:last-child) {
    border-right: 1px solid rgb(221 221 221 / 50%);
}

#cf-filter .fusion-responsive-typography-calculated,
.similar-properties .elementor-heading-title {
    text-align: center;
    margin-bottom: 50px !important;
    font-weight: normal;
    text-transform: capitalize;
}

.list-banner.inner-content .container {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}

.list-banner.inner-content .container::before,
.list-banner.inner-content .container::after {
    display: none;
}

.list-banner .inner-banner-content {
    flex: 1 1 0;
}

.list-banner .banner-img {
    float: none;
    width: 100%;
    max-width: 570px;
    border: 10px solid rgba(255, 255, 255, 0.3);
}

.list-banner .inner-banner-content .elementor-heading-title {
    text-align: left;
    font-size: 50px;
    line-height: 130% !important;
    text-transform: uppercase;
}

.list-banner .inner-banner-content h3 {
    font-size: 30px;
    font-family: 'Neue Haas' !important;
    font-weight: 300;
    color: #fff;
    margin: 0 !important;
}

.list-banner .inner-banner-content p {
    text-align: left;
}

ul.banner-icon {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
}

ul.banner-icon li {
    border-radius: 50%;
    width: 53px;
    height: 53px;
    background-color: rgba(255, 255, 255, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.banner-icon li:first-child{
    cursor: pointer;
}

.property-features {
    background-color: #F2F3F6;
    padding: 40px 0;
}

.property-features .feature {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    text-align: center;
}

.property-features .feature .box {
    padding: 20px 15px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    cursor: pointer;
}
.property-features .feature .box::before,
.property-features .feature .box:first-child::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    width: 1px;
    background-color: #D3D8E2;
    box-shadow: 1px 0 0 0px #fff;
}

.property-features .feature .box:first-child::after {
    right: auto;
    left: 0;
}

.property-features .feature .box .icon {
    margin-bottom: 20px;
    max-height: 45px;
}

.property-features .feature .box h3 {
    font-weight: 400;
    font-size: 25px;
    color: #001D4A;
    margin-bottom: 5px !important;
}

.property-features .feature .box p {
    color: #333333;
    font-size: 18px;
}

.community-section .mobile-view {
    display: none;
    margin-bottom: 15px;
}

.community-section p {
    font-size: 18px;
}

body .btn {
    background-color: #001D4A;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    padding: 15px 30px;
    line-height: normal;
    border: none;
    outline: none;
    box-shadow: none !important;
}

body .btn:hover,
body .btn-secondary {
    background-color: #EC9C02;
    color: #fff;
}

body .btn-secondary:hover {
    background-color: #001D4A;
    color: #fff;
}

.similar-section {
    background-color: #001D4A;
}

.similar-properties .elementor-heading-title {
    color: #fff;
}

.qp-cta {
    display: grid;
    gap: 50px;
    align-items: center;
    grid-template-columns: repeat(2, 1fr);
}

.appointment-right .team-members-container {
    justify-content: end;
    flex-wrap: nowrap;
}

.appointment-left h3 {
    line-height: 160% !important;
    color: #001D4A;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 35px !important;
}

.btn-inline {
    margin: 0 !important;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.modal-content .modal-title {
    font-size: 30px;
    font-weight: 500;
}

.modal-description {
    font-size: 18px;
}

body .modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    overflow: hidden;
}

body .modal.active {
    display: flex;
}

body .modal .modal-content {
    background: #fff;
    padding: 25px;
    border-radius: 0;
    max-width: 660px;
    width: 90%;
    position: relative;
    box-shadow: none;
    border: none;
}

body .modal .close-modal {
    background-color: transparent;
    color: #fff;
    width: 35px;
    height: 35px;
    position: absolute;
    right: -35px;
    top: -35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    line-height: normal;
    font-size: 27px;
    cursor: pointer;
    font-weight: bold;
    border: 3px solid #fff;
}

body .modal .close-modal:hover {
    border-color: #EC9C02;
    color: #EC9C02;
}

.modal-title {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 24px;
}

.modal-description {
    margin-bottom: 20px;
    font-size: 16px;
    color: #555;
}

.modal .hubspot-box {
    max-height: calc(100vh - 150px);
    overflow-y: auto;
    overflow-x: hidden;
}

.popup-section .elementor-widget-button {
    transform: translateX(-50%);
    width: 100%;
}

.qp-floorplan-links {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.qp-floorplan-links .box .floorplan-link {
    display: flex;
    align-items: center;
    gap: 20px;
    color: #001D4A;
    font-size: 22px;
    font-family: 'Mencken';
    box-shadow: 0 0 30px 5px rgb(221 221 221 / 50%);
    background-color: #fff;
    border-radius: 10px;
    padding: 25px;
}

.qp-floorplan-links .box .floorplan-link:hover {
    background-color: #001D4A;
    color: #fff;
}

.qp-floorplan-links .box .floorplan-link img {
    margin: 0;
    flex-shrink: 0;
}

#floorplan-options {
    display: grid;
    gap: 25px;
    grid-template-columns: repeat(3, 1fr);
}

#floorplan-options {
    gap: 1px;
}

#floorplan-buttons .floorplan-button {
    text-align: center;
    margin-bottom: 25px;
}

.appointment-section .fusion-tabs .nav-tabs li .tab-link {
    border: none !important;
    margin: 0 !important;
}

.appointment-section .fusion-tabs .nav-tabs li .tab-link .fusion-tab-heading {
    font-weight: 400;
}

.appointment-section .fusion-tabs .nav-tabs li.active .tab-link .fusion-tab-heading,
.appointment-section .fusion-tabs .nav-tabs li .tab-link:hover .fusion-tab-heading {
    color: #fff;
}

.appointment-section .fusion-tabs .nav-tabs li.active .tab-link,
.appointment-section .fusion-tabs .nav-tabs li .tab-link:focus,
.appointment-section .fusion-tabs .nav-tabs li .tab-link:hover {
    background-color: #EC9C02 !important;
}

#floorplan-options .floorplan-title {
    text-align: center;
    padding: 15px;
    background-color: #F2F3F6;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
}

#floorplan-options .floorplan-title.current,
#floorplan-options .floorplan-title:hover {
    background-color: #001D4A;
    color: #fff;
}

#floorplan-images .floorplan-image {
    display: none;
}

#floorplan-images .floorplan-image.current {
    display: block;
}

.fusion-tabs .tab-pane,
.appointment-content {
    font-size: 18px;
}

.appointment-section .fusion-tabs .tab-pane {
    padding: 0 10px 20px !important;
}

.video-section {
    height: 720px;
}

.video-section .elementor-wrapper {
    height: 100%;
    width: 100%;
}

.hubspot-box iframe {
    width: 100%;
    min-height: 400px;
}

#iframeModal .modal-content,
#content-modal .modal-content {
    max-width: 1440px;
}

#iframeModal .modal-content .hubspot-box iframe {
    min-height: 600px;
}

#modal-overview {
    gap: 25px;
    flex-direction: column;
}

#content-modal .modal-content .modal-body,
#content-modal .modal-content .modal-body #modal-overview>div,
#modal-floorplan .col-xs-12 {
    padding: 0;
}

.request-btn {
    position: sticky;
    bottom: -86px;
    left: 0;
    right: 0;
    z-index: 1;
}

body.no-scroll .request-btn {
    z-index: 999;
}

.quick-review .grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0px 40px;
}

.quick-review .grid-3>div,
.quick-content div {
    font-size: 18px;
}

.quick-review .grid-3>div {
    border-top: 1px solid #EEEEEE;
    line-height: normal;
    padding: 10px 0;
}


#qp-favorites {
    margin-top: 50px;
}

.favorite-wrap.inner {
    position: relative;
}

#no-results {
    display: none;
}

.favorite-wrap .fav-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.favorite-wrap .remove-favorite {
    background-color: #001D4A;
    color: #fff;
    border-radius: 0;
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    font-weight: 700;
    justify-content: center;
    cursor: pointer;
}

.favorite-wrap .remove-favorite:hover {
    background-color: #EC9C02;
    color: #001D4A;
}

.property-overlay .fav-actions {
    margin-top: 15px;
}

.home-showcase-slider {
    overflow: hidden;
}

.home-showcase-slider .home-modal-slider h3 {
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    color: #001D4A;
    background-color: #F0F5FA;
    padding: 27px 15px;
}

.home-modal-slider .home-modal-img {
    height: 280px;
}

.home-modal-slider .home-modal-img {
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fbfbfb;
}

.swiper-nav-buttons {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: center;
    gap: 8px;
    margin-top: 30px;
}

html body .swiper-nav-buttons .swiper-button-prev,
html body .swiper-nav-buttons .swiper-button-next {
    position: static;
}

.home-modal-slider {
    cursor: pointer;
}

.home-model-gallery-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
}

.home-model-gallery-modal.active {
    display: block;
}

.home-model-gallery-modal .modal-content {
    position: relative;
    width: 80%;
    max-width: 900px;
    margin: 50px auto;
    background: #fff;
    padding: 20px;
}

.home-model-gallery-modal img {
    width: 100%;
    display: block;
}

.gallery-thumbs {
    margin-top: 10px;
}

.gallery-thumbs .swiper-slide img {
    cursor: pointer;
    width: 100%;
}

body #homeModelModal.modal .modal-content {
    max-width: 975px;
    padding: 10px;
    max-height: calc(100vh - 90px);
}

#glightbox-body h4.gslide-title,
#homeModelTitle {
    font-size: 50px;
    color: #001D4A;
    text-align: center;
    line-height: 1;
    margin: 0 !important;
    font-weight: 500;
}


#glightbox-body .ginner-container {
    width: 90%;
    max-width: 975px;
    background-color: #fff;
    padding: 10px;
    height: auto;
}

#glightbox-body .ginner-container .gslide-media {
    box-shadow: none;
    transform: none !important;
}

#glightbox-body .ginner-container .gslide-media img {
    max-height: 100% !important;
    width: auto;
    height: auto;
    max-width: 100% !important;
}

#glightbox-body .gclose {
    opacity: 1;
    padding: 0;
}

#glightbox-body .gslide-description {
    position: static;
    background: transparent;
    padding: 0;
}

.home-modal-footer {
    position: relative;
}

.home-modal-footer #homeModelFooter {
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 60px;
    height: 60px;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    background-color: rgb(116 121 129 / 20%);
    display: flex;
    padding: 10px;
}

.home-modal-footer #homeModelTitle {
    padding: 15px 65px;
}

#glightbox-body .gprev, 
#glightbox-body .gnext {
    top: 0;
    bottom: 0;
    margin: auto;
    box-shadow: none !important;
    outline: none !important;
}

.blog-single-wrapper .blog-pagination.search-pagination {
    justify-content: center;
    margin-top: 25px;
}

.email-id .btn {
    margin-left: 10px;
    padding: 10px 20px;
    font-size: 16px;
}

.email-id .btn:hover {
    color: #fff;
}

.load-more-container {
    text-align: center;
}

.load-more-container .btn-secondary:hover {
    background-color: #fff;
    color: #001D4A;
}

.blog-posts-container .no-results {
    padding: 0 15px;
    width: 100%;
    text-align: center;
}

.no-result {
    text-align: center;
    font-size: 18px;
}

.email-id .btn-link {
    text-decoration: underline;
}

.faq-accordion .faq-category-title {
    font-size: 30px;
    margin-bottom: -15px !important;
    font-family: 'Neue Haas' !important;
    font-weight: 500;
}



/***************************--30-1-2026--*****************************/

.post-content .referral-title-content p {
    margin: 0 0 3px !important;
}
.referral-how-box figure.elementor-image-box-img {
    min-height: 103px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.referral.box-wrap-con ul {
    margin: 10px 0;
}
.referral.box-wrap-con ul li {
    font-size: 18px;
    padding-left: 40px;
    margin-top: 12px;
    position: relative;
}
.referral.box-wrap-con ul li::before {
    content: "";
    background: url(../images/right-tick.png) no-repeat 0 0;
    width: 26px;
    height: 26px;
    position: absolute;
    left: 0;
    top: 0;
}
.referral.box-wrap-con  .elementor-image-box-wrapper {
    justify-content: space-between;
}
.referral.box-wrap-con .elementor-image-box-content {
    font-size: 20px;
    max-width: 572px;
}
.referral.box-wrap-con .elementor-image-box-content a {
    font-weight: 500;
    color: #001D49;
}
.referral.box-wrap-con .elementor-image-box-content a:hover {
    color:#eb9a02;
}

body .referral-form-modal .modal-content {
    max-width: 925px;
}

body.ilightbox-noscroll {
    overflow-y: hidden;
}
.property-features .feature .box {
padding: 20px 15px;
position: relative;
display: flex;
flex-direction: column;
justify-content: flex-start;
}

.gslide-description .gdesc-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    position: relative;
    padding: 22px 55px !important;
}

.custom-glightbox-counter {
    font-size: 23px;
    font-weight: 500;
    color: #001d4a;
    white-space: nowrap;
    margin-left: auto;
    position: absolute;
    top: 55%;
    right: 0;
    transform: translateY(-49%);
}

/* Wrapper must be relative (already is, but safe) */
.fusion-image-wrapper {
    position: relative;
}

/* PLUS icon */
.fusion-image-wrapper::after {
    content: "+";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    font-size: 48px;
    font-weight: 300;
    color: #fff;
    opacity: 0;
    z-index: 5;
    transition: all 0.3s ease;
    pointer-events: none;
}

/* Dark overlay (optional but recommended) */
/* .fusion-image-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 4;
} */

/* Hover effect */
.fusion-image-wrapper:hover::after {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

/* .fusion-image-wrapper:hover::before {
    opacity: 1;
} */

.glightbox-container .gslide {
    width: auto !important;
}
div#glightbox-body.glightbox-clean .goverlay {
    background: rgba(0,0,0,.72);
}
div#glightbox-body.glightbox-clean .gclose, 
div#glightbox-body.glightbox-clean .gnext, 
div#glightbox-body.glightbox-clean .gprev {
    background-color: #EC9C02;
    padding: 12px 20px 12px 20px;
}
div#glightbox-body.glightbox-clean .gclose {
    height: auto;
}
div#glightbox-body.glightbox-clean .gclose path, 
div#glightbox-body.glightbox-clean .gnext path, 
div#glightbox-body.glightbox-clean .gprev path {
    fill: #fff;
}
div#glightbox-body.glightbox-clean .gclose:hover, 
div#glightbox-body.glightbox-clean .gnext:hover, 
div#glightbox-body.glightbox-clean .gprev:hover {
    background-color:#001D4A ;
}

.list-banner .inner-banner-content p.detail-notice {
    font-weight: normal;
    margin: -10px 0 0 0!important;
    line-height: 120%;
}

#fyh-list {
    position: relative;
    transition: opacity 0.3s ease;
}

#fyh-list.loading {
    opacity: 0.4;
    pointer-events: none;
}

#fyh-list.loading::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,0.6);
    z-index: 5;
}

.property-item .property-overlay .qp-city.city {
    font-size: 16px;
    text-transform: capitalize;
    color: #333333;
    font-family: 'Neue Haas';
    font-weight: 400;
}
.property-item .property-overlay .property-links {
    display: flex;
    justify-content: center;
    text-align: center;
}
.property-item .property-overlay .property-links a {
    color: #EC9C00;
    border-bottom: 1px solid;
    line-height: 110%;
    margin: 5px 10px 0;
    display: inline-block;
    background: transparent!important;
    position: relative;
    z-index: 8;
}
.property-item .property-overlay .property-links a:hover {
    color: #001b48;
}

.home-tabs-wrapper .feature {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    text-align: center;
}

.home-tab-content,
.home-model-tab-content {
    display: none;
}

.home-tab-content.active,
.home-model-tab-content.active {
    display: block;
}

.home-model-tab-title {
    cursor: pointer;
}

.home-model-tab-title.active {
    font-weight: bold;
}


.tab-wrap-con .property-features {
    margin-bottom: 50px;
    transition: all 0.5s ease 0s;
}
.tab-wrap-con .container {
    transition: all 0.5s ease 0s;
}
.property-features.home-tabs-wrapper.sticky + .container {
    padding-top: 240px;
}
.property-features.home-tabs-wrapper.sticky .container {
    max-width: 1200px;
}
.property-features.home-tabs-wrapper.sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 120px;
    z-index: 99;
    padding: 10px 0;
    box-shadow: 0 0 6px #bbbbbb;
}
.property-features.sticky .feature .box .icon {
    margin-bottom: 10px;
    max-height: 35px;
}
.property-features.home-tabs-wrapper.sticky .box.home-tab {
    padding: 10px 10px;
}
.property-features.sticky .feature .box h3 {
    font-size: 18px;
}
.property-features .feature .box:hover {
    background: #e6e8ed;
}
.property-features .feature .box.active {
    background: #001b48;
}
.property-features .feature .box.active h3 {
    color: #FFF;
}
.property-features .feature .box.active img {
    filter: brightness(100);
}
body div#page .home-model-tabs-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
body div#page .home-model-tabs-wrapper .home-model-tabs-titles {
    width: 25%;
    padding-right: 15px;
}
body div#page .home-model-tabs-content {
    display: block;
    width: 75%;
    padding-left: 30px;
}
body div#page .home-model-tabs-wrapper .home-model-tabs-titles .home-model-tab-title {
    width: 100%;
    padding: 1px 10px 1px 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    box-shadow: 0 0 1px 1.5px rgba(255, 255, 255, 1);
    background-color: #F2F3F6;
    position: relative;
    font-weight: 400;
    font-size: 20px;
    text-transform: capitalize;
    line-height: 49px;
    font-family: 'Mencken';
    color: #001d4a;
}
.home-model-tab-content .home-slide img {
/*
    max-height: 700px;
    width: 100%;
    object-fit: cover;
*/
}
body div#page .home-model-tabs-wrapper .home-model-tabs-titles .home-model-tab-title.active {
    background-color: #E6E8ED;
}
body div#page .home-model-tabs-wrapper .swiper-button-prev, 
body div#page .home-model-tabs-wrapper .swiper-button-next {
    background: #f29e2b;
    border-color: #f29e2b;
    color: #FFF;
}
body div#page .home-model-tabs-wrapper .swiper-button-prev:hover, 
body div#page .home-model-tabs-wrapper .swiper-button-next:hover {
    background:#001d4a;
    border-color:#001d4a;
}
body div#page .home-model-tabs-wrapper .swiper-button-prev {
    left: 10px;
}
body div#page .home-model-tabs-wrapper .swiper-button-next {
    right: 10px;
}
body div#page .home-model-tabs-wrapper .swiper-button-next, body div#page .home-model-tabs-wrapper .swiper-button-prev {
    position: static;
    margin: 20px 5px 0;
}
body div#page .home-model-tabs-wrapper .home-slick-slider {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

/*-21-20-2026*/
div#content main.blog-single-main .fusion-rollover-gallery:before {
    left: 54%;
    top: 54%;
}



