@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

@font-face {
    font-family: 'Bastray';
    src: url('../fonts/Bastray-Regular.woff2') format('woff2'),
        url('../fonts/Bastray-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Caslon 540';
    src: url('../fonts/CaslonFiveForty-Roman.woff2') format('woff2'),
        url('../fonts/CaslonFiveForty-Roman.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


* {
    outline: none;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

html.no-scroll {
    overflow: hidden;
}

p:last-child {
    margin-bottom: 0;
}

.sticky_header .header .header-wrap {
    background-color: #0a1630;
}

.header-logo img {
    display: block;
}

.home-banner .elementor-widget-image::before,
.inner-banner .elementor-widget-image::before,
.property-banner .property-image li::before,
.property-banner .single-img::before,
.wrap-blog-image:before {
    content: "";
    background: #000000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.1) 45%, rgba(0, 0, 0, 0.8) 100%);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.bastray-font.elementor-widget-heading .elementor-heading-title {
    font-family: 'Bastray';
}

.elementor-widget-heading .elementor-heading-title {
    font-family: 'Caslon 540';
}

footer .hfe-nav-menu .hfe-menu-item::before {
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 9px;
    background-color: #767676;
    display: inline-flex;
    opacity: 1 !important;
    position: static;
    margin-right: 12px;
}

.newsletter .merged {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}


.newsletter .merged .app {
    flex: 1;
}

.newsletter .merged .sub_buttons input.tnp-submit {
    width: 100%;
    border-radius: 5px;
    float: none;
    padding: 16px 20px;
    display: inline-flex;
}

.newsletter .merged .sub_buttons {
    flex: none;
    width: 165px;
    position: relative;
}

.sub_buttons .loader_wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 18px;
    right: 10px;
    height: 18px;
}

.sub_buttons .loader_wrap #loading {
    position: static;
}

.newsletter .merged .app label {
    display: none;
}

.newsletter .merged .app input[type="text"] {
    width: 100%;
    outline: none;
    box-shadow: none;
    min-height: 60px;
    border: 1px solid;
    border-radius: 5px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.8) !important;
    background-color: #fff;
    padding: 15px 28px;
}

.newsletter .merged .app input[type="text"].error {
    border-color: #ff0000;
}

.epic_final_results,
.error-msg,
span.validation-error {
    position: absolute;
    top: 100%;
    color: #ff0000;
    width: 100%;
    margin-top: 8px;
}

span.validation-error {
    margin-top: 0;
}

.epic_final_results .errors {
    padding: 0;
}

.epic_final_results .error {
    color: #ff0000 !important;
    background-color: #fff;
    width: 100%;
    padding: 5px;
    line-height: normal;
    font-size: 14px;
    border: 1px solid;
    text-align: center;
}

.epic_final_results .success {
    color: green;
    background-color: #fff;
    padding: 5px;
    margin: 0;
    width: 100%;
    line-height: normal;
    font-size: 14px;
    border: 1px solid;
    text-align: center;
}

.address-phone-wrap {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.address-phone-wrap>div {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    max-width: 240px;
    width: 100%;
    display: flex;
    gap: 20px;
}

.address-phone-wrap>div a {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 17px;
}

.address-phone-wrap>div a:hover {
    color: #c71d28;
}

.address-phone-wrap>div::before {
    content: "";
    width: 22px;
    display: inline-flex;
    height: 25px;
    background-image: url(../images/sprite.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    vertical-align: middle;
    flex: none;
    position: relative;
    top: 6px;
}

.address-phone-wrap .wrap-phone::before {
    background-position: 0 -83px;
}

.address-phone-wrap .wrap-email::before {
    background-position: 0 -45px;
}

.address-phone-wrap>div.wrap-business::before {
    background-position: 0 -688px;
    width: 24px;
    top: 3px;
}

.home-blog .elementor-shortcode ul {
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.home-blog .elementor-shortcode ul li {
    background-color: #fff;
    border: 1px solid #A2A2A2;
    padding: 27px;
    box-shadow: 33.243px 33.243px 66.485px 0px rgba(116, 28, 32, 0.11);
}

.home-blog .elementor-shortcode .blog-data-wrap li {
    padding: 20px;
}

.home-blog .blog-post-wrap .image-wrap {
    width: 100%;
    margin-bottom: 38px;
    height: 350px;
    display: block;
}


.home-blog .image-wrap img,
.home-blog .blogimage-wrap img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.blog-date,
.blog-author {
    font-size: 17px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #000;
    padding-left: 35px;
    position: relative;
}

.blog-date::before,
.blog-author::before,
.testimonials .post-wrap li::before,
.testimonials-content-wrap ul.testi-post-wrap li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-image: url(../images/sprite.png);
    background-position: 0 -125px;
    background-repeat: no-repeat;
    width: 25px;
    height: 24px;
}

.blog-author::before {
    background-position: 0 -169px;
}

.blog-meta,
.blog-other .blog-meta-data {
    display: flex;
    gap: 22px;
    margin-bottom: 10px;
}

.content-wrap h3 {
    font-family: "Poppins", sans-serif;
    font-size: 23px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}

.content-wrap .excerpt {
    margin-bottom: 15px;
}

.content-wrap .excerpt p {
    font-size: 18px;
    color: #000;
    font-family: "Poppins", sans-serif;
    line-height: 160%;
    font-weight: 400;
}

.btn-wrap .custom-button {
    font-size: 17px;
    color: #000;
    text-decoration: underline;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
}

.btn-wrap .custom-button:hover,
.blog-other .btn-wrap .custom-button {
    color: #c71d28;
}

.blog-other .btn-wrap .custom-button:hover {
    color: #000;
}

.blog-content-field {
    display: flex;
    gap: 32px;
}

.blog-content-field .blog-img {
    flex: none;
    width: 100%;
    max-width: 249px;
}

.testimonials .post-wrap li {
    border: 1px solid #E2E0E0;
    background: #FFF;
    box-shadow: 0px 24px 44px 0px rgba(0, 0, 0, 0.05);
    padding: 0 28px 28px;
    text-align: center;
    margin-top: 45px;
    position: relative;
}

.testimonials .post-wrap li::before,
.testimonials-content-wrap ul.testi-post-wrap li::before {
    background-position: 0 -254px;
    width: 37px;
    height: 37px;
    left: auto;
    right: 10px;
    top: auto;
    bottom: 10px;
}

.testimonials .post-wrap li .image-wrap {
    width: 90px;
    height: 90px;
    margin: -45px auto 25px;
}

.rating-wrap {
    margin-bottom: 15px;
}

.rating-wrap .star-rating {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.rating-wrap .star-rating .star-with-fill {
    background-image: url(../images/sprite.png);
    background-position: 0 -214px;
    background-repeat: no-repeat;
    width: 19px;
    height: 19px;
}

.content-wrap {
    margin-bottom: 10px;
}

.content-wrap p {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    line-height: 36px;
    font-size: 20px;
    color: #000;
}

.content-field .title-wrap {
    font-size: 22px;
    color: #000;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    line-height: 140%;
}

.content-field .country-wrap {
    font-size: 16px;
    color: #989595;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}

.testimonials .post-wrap {
    padding: 0 50px;
}

.testimonials .post-wrap button[type="button"] span,
.property-image .owl-nav button[type="button"] span {
    display: none;
}

.testimonials .post-wrap button[type="button"],
.property-image .owl-nav button[type="button"] {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -35px;
    width: 67px;
    height: 50px;
    border: 1px solid rgb(0, 0, 0, 0.6) !important;
    background-color: #fff !important;
    border-radius: 0;
}

.testimonials .post-wrap button[type="button"].owl-next,
.property-image .owl-nav button[type="button"].owl-next {
    left: auto;
    right: -35px;
    rotate: 180deg;
}

.testimonials .post-wrap button[type="button"]::before,
.property-image .owl-nav button[type="button"]::before {
    content: "";
    background-image: url(../images/arrow.svg);
    background-position: center center;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    top: 0;
}

.testimonials .post-wrap button[type="button"]:hover,
.property-image .owl-nav button[type="button"]:hover {
    border-color: #c71d28 !important;
    background-color: #c71d28 !important;
}

.testimonials .post-wrap button[type="button"]:hover::before,
.property-image .owl-nav button[type="button"]:hover::before {
    filter: invert(1);
}

.property-search .tab-buttons {
    padding-left: 30px;
    display: flex;
    gap: 4px;
}

.property-search .tab-buttons .tab-btn {
    border-radius: 10px 10px 0 0;
    font-size: 17px;
    padding: 10px 28px;
    font-weight: 400;
}

.property-search .tab-buttons .tab-btn:hover,
.property-search .tab-buttons .tab-btn.active {
    background-color: #fff;
    color: #000000;
}

.property-search form.search-form-home {
    background-color: #fff;
    /* box-shadow: 0px 14px 74px 0px rgb(0 0 0 / 11%); */
    padding: 28px 43px;
    padding: 28px 43px 28px 43px;
    display: flex;
    gap: 14px;
    width: 100%;
    align-items: flex-start;
    border: 1px solid #fff;
}

.property-search form.search-form-home .search-filed {
    display: flex;
    width: 100%;
    gap: 14px;
    flex-wrap: wrap;
}

.search-form-home button[type="submit"],
.search-form-home button[type="button"] {
    font-size: 20px;
    text-transform: uppercase;
    padding: 15px;
    border-radius: 0;
    width: 100%;
    max-width: 268px;
    flex: none;
    font-family: "Poppins", sans-serif;
}

.search-form-home select {
    flex: none;
    width: 100%;
    max-width: 300px;
    background-image: url(../images/sprite.png);
    background-position: right -250px;
    background-repeat: no-repeat;
    background-size: 30px;
    cursor: pointer;
}

.search-form-home select,
.search-form-home input[type="text"],
.advance-search-filed .field-group .range input[type="number"] {
    border: 1px solid #C3C3C3;
    border-radius: 0;
    font-size: 17px;
    color: #8E8E8E !important;
    width: 100%;
    font-family: "Poppins", sans-serif;
    height: 64px;
    box-shadow: none;
}

.advance-search-filed .field-group .range input[type="number"].error {
    border-color: #ff0000;
}

.search-form-home input[type="text"] {
    flex: 1;
}

.prop-wrap .owl-stage-outer {
    padding-bottom: 48px;
}

.prop-wrap .properties,
.buy-sell-section .buy-wrap .properties {
    padding: 16px 20px;
    background-color: #fff;
    box-shadow: 22px 22px 43px 0px rgb(116 28 32 / 11%);
    border: 0.43px solid #A2A2A2;
    min-height: 680px;
}

.content-field .img-price-wrap {
    position: relative;
    margin-bottom: 25px;
}

.content-field .img-price-wrap .price-wrap,
.text-content .price-wrap {
    font-size: 33px;
    font-weight: 700;
    color: #fff;
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.content-field .img-price-wrap .image-wrap {
    height: 280px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

.properties .content-field .title-wrap {
    margin-bottom: 15px;
}

.properties .content-field .title-wrap a {
    font-size: 25px;
    font-weight: 700;
    color: #0A1630;
}

.properties .content-field .title-wrap a:hover {
    color: #C72128;
}

.properties .location-wrap {
    position: relative;
    padding-left: 40px;
    font-size: 20px;
    color: #000;
    margin-bottom: 20px;
    line-height: normal;
}

.properties .location-wrap::before,
.sqr-bed-wrap li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-image: url(../images/sprite.png);
    background-position: 0 -392px;
    background-repeat: no-repeat;
    width: 31px;
    height: 28px;
    margin: auto;
}

ul.sqr-bed-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.sqr-bed-wrap li {
    font-size: 18px;
    color: #000;
    position: relative;
    padding-left: 30px;
    line-height: normal;
}

.sqr-bed-wrap li::before {
    width: 24px;
    height: 24px;
}

.sqr-bed-wrap li.square-wrap::before {
    background-position: 0 -440px;
}

.sqr-bed-wrap li.bed-wrap::before {
    background-position: 0 -484px;
}

.sqr-bed-wrap li.bath-wrap::before {
    background-position: 0 -526px;
}

.properties-listing .prop-wrap .owl-nav {
    display: none !important;
}

.properties-listing .prop-wrap .owl-dots {
    display: flex !important;
    gap: 15px;
    justify-content: center;
    align-items: center;
}

.properties-listing .prop-wrap .owl-dots .owl-dot {
    opacity: 1;
    border-radius: 50%;
}

.properties-listing .prop-wrap .owl-dots .owl-dot:hover,
.properties-listing .prop-wrap .owl-dots .owl-dot.active {
    box-shadow: 0 0 0 2px #C72128;
    cursor: pointer;
}

.properties-listing .prop-wrap .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    display: block;
    background-color: #9C9C9C;
    border-radius: 50px;
    border: 6px solid #fff;
}

.properties-listing .prop-wrap .owl-dots .owl-dot:hover span,
.properties-listing .prop-wrap .owl-dots .owl-dot.active span {
    background-color: #C72128;
}

form.property-form {
    background: #FFF;
    box-shadow: 0px 14px 74px 0px rgba(0, 0, 0, 0.06);
    padding: 16px 20px;
}

.home-banner .property-form select {
    font-size: 13px;
    background-position: right -260px;
    padding-right: 45px !important;
    width: 100%;
    max-width: 100%;
    display: block;
}

.property-form p:not(:last-child) {
    margin-bottom: 15px;
}

.property-form p label {
    font-size: 14px;
    color: #1A1A1A;
    font-weight: normal;
    display: inline-flex;
    margin-bottom: 5px;
    font-family: "Poppins", sans-serif;
}

.property-form p br {
    display: none;
}

.property-form .submit-button-section button[type="submit"] {
    width: 100%;
    max-width: 100%;
    font-size: 14px;
    padding: 9px 10px;
}

.home-banner .property-form input[type="text"] {
    font-size: 14px;
    padding: 0 15px;
    min-height: 40px;
}

.purpose-section {
    display: flex;
    align-items: center;
    gap: 18px;
}

.custom-radio {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
}

.property-form p .custom-radio label {
    margin: 0;
    font-size: 13px;
    color: #0A1630;
    font-weight: 500;
}

.custom-radio input[type="radio"] {
    width: 18px;
    height: 18px;
    opacity: 0;
    position: relative;
    z-index: 1;
}

.custom-radio label::before {
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 4px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #C5C5C5;
}

.custom-radio input[type="radio"]:checked+label::before {
    background-color: #C71D28;
    box-shadow: 0 0 0 1px #C71D28;
}

.social-icon a.elementor-icon:not(.elementor-social-icon-instagram) {
    background-image: url(../images/sprite.png);
    background-position: 13px -560px;
    background-repeat: no-repeat;
}

.social-icon a.elementor-icon.elementor-social-icon-twitter {
    background-position: 9px -600px;
}

.social-icon a.elementor-icon.elementor-social-icon-linkedin {
    background-position: 9px -640px;
}

.social-icon svg.e-fab-facebook,
.social-icon svg.e-fab-twitter,
.social-icon svg.e-fab-linkedin {
    opacity: 0;
}

.newsletter .widget_epicwin_widget>p {
    display: none;
}

.contact-box .cnt-address-phone-wrap {
    display: flex;
    flex-direction: column;
    gap: 33px;
}

.contact-box .cnt-address-phone-wrap>div {
    position: relative;
    padding-left: 63px;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    font-family: "Poppins", sans-serif;
}

.contact-box .cnt-address-phone-wrap>div::before {
    content: "";
    position: absolute;
    left: 0;
    background-color: #C71D28;
    background-image: url(../images/sprite.png);
    background-position: 13px 12px;
    background-repeat: no-repeat;
    width: 48px;
    height: 48px;
    border-radius: 5px;
}

.contact-box .cnt-address-phone-wrap>div.cnt-wrap-phone::before {
    background-position: 13px -69px;
}

.contact-box .cnt-address-phone-wrap>div.cnt-wrap-email::before {
    background-position: 13px -30px;
}

.contact-box .cnt-address-phone-wrap>div.cnt-wrap-business::before {
    background-position: 12px -676px;
}

.contact-box .cnt-address-phone-wrap>div h2 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin: 0 0 5px;
}

.contact-box .cnt-address-phone-wrap>div a {
    color: #000;
}

.contact-box .cnt-address-phone-wrap>div a:hover {
    color: #C71D28;
}

.contact-form-wrap .input-group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}

.contact-form-wrap .input-wrap {
    margin-bottom: 22px;
    width: 100%;
}

.contact-form-wrap .wpcf7-form-control-wrap {
    position: relative;
    display: block;
}

.contact-form-wrap .wpcf7-form-control-wrap input:not([type="submit"]),
.contact-form-wrap .wpcf7-form-control-wrap textarea,
form#epicwin_white_paper_subscription input#sub-news-email-wp {
    outline: none;
    box-shadow: none;
    border-radius: 10px;
    background-color: #F5F5F5;
    border: 1px solid transparent;
    height: 80px;
    padding: 15px 22px;
    width: 100%;
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 400;
    display: block;
}

.contact-form-wrap .wpcf7-form-control-wrap textarea {
    resize: none;
    height: 190px;
}

.contact-form-wrap .wpcf7-form-control-wrap input:not([type="submit"]).wpcf7-not-valid,
form#epicwin_white_paper_subscription input#sub-news-email-wp.wpcf7-not-valid {
    border-color: #ff0000;
}

.contact-form-section .wpcf7 form .wpcf7-response-output {
    border: 1px solid;
    text-align: center;
    color: #dc3232;
    margin: 15px 0 0;
}

.contact-form-section .wpcf7 form.sent .wpcf7-response-output {
    color: green;
}

.recaptcha-wrap {
    margin-bottom: 22px;
}

.recaptcha-wrap .wpcf7-not-valid iframe {
    border: 1px solid transparent;
}

.recaptcha-wrap .wpcf7-not-valid iframe {
    border-color: #ff0000;
}

.submit-wrap p {
    display: inline-flex;
    position: relative;
}

.submit-wrap p input[type="submit"] {
    width: 147px;
    text-transform: uppercase;
    padding: 16px 23px 16px 23px;
}

.submit-wrap p .wpcf7-spinner {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -38px;
}

.contact-box .cnt-address-phone-wrap>div.cnt-wrap-business::before {
    background-position: center;
    background-image: url(../images/hours-icon.png);
}

/*about page*/
.our-team-section {
    background-color: #F7F7F7;
}

ul.our-team-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 25px 20px;
    margin-top: 78px;
}

ul.our-team-wrap li.our-team .cms-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

ul.our-team-wrap li.our-team {
    width: 100%;
    background: #FFF;
    border-radius: 15px;
    padding: 35px 20px 38px;
}

li.our-team .image-wrap {
    width: 196px;
    height: 196px;
    display: block;
}

ul.our-team-wrap li.our-team .read-more {
    text-align: center;
}

ul.our-team-wrap li.our-team .read-more a {
    font-size: 18px;
    font-family: 'Poppins';
    color: #C72128;
    font-weight: 500;
    text-decoration: underline;
}

ul.our-team-wrap li.our-team .read-more a:hover {
    color: #000;
}

.exp-wrap,
.pos-exp-wrap {
    text-align: center;
}

.pos-exp-wrap p {
    line-height: 158%;
}

ul.our-team-wrap li.our-team .cms-content .title-wrap,
.our-team-wrap li.our-team .cms-content .exp-wrap {
    line-height: 128%;
}

ul.our-team-wrap li.our-team .cms-content .title-wrap {
    margin: 9px 0 5px;
    font-size: 18px;
}

.team-field {
    margin-top: 17px;
}

.our-team-wrap li.our-team .cms-content .exp-wrap {
    min-height: auto;
}

.team-field .pos-exp-wrap {
    min-height: auto;
    margin-bottom: 16px;
}

/*blog pages*/

.wrap-blog-image .banner-caption.bread-cumb h2.font-head,
.title-heading>h2:first-child {
    font-family: 'Bastray';
}

.wrap-blog-image {
    height: 598px;
}

.wrap-blog-image img {
    width: 100%;
    height: inherit;
    object-fit: cover;
    object-position: center center;
}

.wrap-blog-image {
    position: relative;
}

.wrap-blog-image .banner-caption.bread-cumb {
    bottom: 63px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 3;
}

.wrap-blog-image .banner-caption.bread-cumb .container>p:last-child {
    text-align: center;
    font-family: "Poppins", Sans-serif;
    font-size: 22px;
    font-weight: normal;
    color: #fff;
}

.wrap-blog-image .banner-caption.bread-cumb h2.font-head {
    font-size: 65px;
    font-weight: 400;
    line-height: 100%;
    color: #FFF;
    font-family: 'Bastray';
    margin-bottom: 0px;
}

.wrap-blog-image .banner-caption.bread-cumb h2.font-text {
    font-size: 70px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 100%;
    color: #fff;
    font-family: 'Caslon 540';
    margin-bottom: 12px;
}

.wrap-blog-image .banner-caption.bread-cumb h2.font-text,
.title-heading>h2:last-child {
    font-family: 'Caslon 540';
}

.single-blog .title-heading>h2:first-child,
.single-post .title-heading>h2:first-child,
.archive .title-heading>h2:first-child,
.search .title-heading>h2:first-child {
    font-size: 65px;
    font-weight: 300;
    text-transform: capitalize;
    color: var(--e-global-color-primary);
    text-align: center;
    margin-bottom: -26px;
}

.single-blog .title-heading>h2:last-child,
.single-post .title-heading>h2:last-child,
.archive .title-heading>h2:last-child,
.search .title-heading>h2:last-child {
    font-size: 60px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 75px;
    color: var(--e-global-color-secondary);
    text-align: center;
    margin-bottom: 71px;
}

.wrapper .title-heading {
    padding-top: 124px;
}

.blog-sidebar,
.archive .container.blog-post-wrap,
.search .container.archive-container {
    display: flex;
}

main#content>.blog-sidebar {
    display: flex;
    max-width: 1330px;
    margin: auto;
    width: 100%;
    padding: 0 15px;
}

main#content .container.single-post-container article {
    max-width: 100%;
    margin-bottom: 0;
}

main#content .container.single-post-container .nv-single-post-wrap>div:last-child {
    padding-bottom: 0;
    margin-top: 0;
}

.container.single-post-container,
.archive .container.blog-post-wrap,
.search .container.archive-container {
    width: 100%;
    max-width: 1330px;
    margin: auto;
}

.blog-sidebar .blog-date::before {
    display: none;
}

.blog-sidebar .blog-date .date-badge {
    width: 88px;
    height: 88px;
    border-radius: 10px;
    border: 3px solid #C72128;
    overflow: hidden;
}

.blog-sidebar .blog-date .date-badge span.day {
    display: flex;
    text-align: center;
    font-family: 'Poppins';
    font-size: 30px;
    color: #000000;
    font-weight: 400;
    line-height: 22px;
    height: 43px;
    align-content: flex-start;
    align-items: center;
    justify-content: center;
}

.blog-sidebar .blog-date .date-badge span.month-year {
    background-color: #C72128;
    color: #FFF;
    display: flex;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    padding: 6px 0 16px;
    align-items: center;
    justify-content: center;
}

.blog-sidebar .blog-date::before {
    display: none;
}

.blog-sidebar .blog-date {
    padding: 0;
    height: max-content;
}

.blogpost-content {
    display: flex;
    flex-wrap: wrap;
    padding-right: 40px;
    gap: 0;
    align-content: flex-start;
}

article .blog-sidebar>.blogpost-content,
.archive .container.blog-post-wrap main.main-content {
    max-width: 68%;
}

.search .container.archive-container .search-results-list .blogpost-content {
    padding-right: 0;
}

.search .container.archive-container .search-results-list {
    padding-right: 40px;
}

.blogpost-content .blog-head {
    padding-left: 20px;
    display: inline-block;
    width: 88%;
    height: min-content;
}

.blogpost-content .blog-head h2 {
    font-family: 'CASLON 540';
    font-size: 30px;
    line-height: 35px;
    color: #172A27;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 0;
}

.blogpost-content .blog-head h2 a {
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    color: inherit;
    font-weight: inherit;
}

.blog-sidebar aside.sidebar,
.container.blog-post-wrap aside.sidebar {
    max-width: 415px;
    width: 100%;
}

.search .container.archive-container .search-results-list {
    max-width: 68%;
}

.search aside.sidebar {
    max-width: 415px;
}

.blogpost-content .blog-head .author-category>div {
    display: inline;
}

.blogpost-content .blog-head .author-category>div a {
    color: #C72128;
}

.blogpost-content .blog-head .author-category>div {
    display: inline;
}

.blogpost-content .blog-head .author-category>div,
.blogpost-content .blog-head .author-category>div a {
    font-size: 16px;
    line-height: 22px;
    color: #000;
    font-family: 'Poppins';
    font-weight: 400;
}

.blogpost-content .blog-head .author-category>div:not(:first-child) {
    margin-left: 15px;
    padding-left: 15px;
    position: relative;
}

.blogpost-content .blog-head .author-category>div:not(:first-child):before {
    content: '';
    width: 2px;
    height: 15px;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.blogpost-content .thumb-content {
    margin-top: 20px;
    width: 100%;
}

.thumb-content .blogpost-thumbnail {
    margin-bottom: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 428px;
    background-color: #d9d9d93b;
}

.thumb-content .blogpost-thumbnail a {
    display: block;
    height: inherit;
}

.thumb-content .blogpost-thumbnail a img,
.thumb-content .blogpost-thumbnail>img {
    object-fit: cover;
    height: inherit;
}

.blogpost-content .thumb-content p.content {
    margin-bottom: 0;
}

.blogpost-content .thumb-content a.read-more {
    background-color: var(--e-global-color-primary);
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0px;
    color: var(--e-global-color-6c4bb39);
    border-radius: 30px 0px 30px 0px;
    padding: 15px 52px 17px 52px;
    margin-top: 32px;
    display: block;
    width: max-content;
}

.blogpost-content .thumb-content a.read-more:hover {
    background-color: #172a27;
    color: #FFF;
}

.widget_search .wp-block-search__inside-wrapper input#wp-block-search__input-1 {
    padding: 20px 25px;
    min-height: 74px;
    border: 1px solid #D9D9D9;
    border-radius: 0;
    box-shadow: none;
}

.widget_search .wp-block-search__inside-wrapper button {
    background-color: #C72128;
    margin: 0;
    border-radius: 0;
    font-size: 0;
    padding: 0 22px;
}

.widget_search .wp-block-search__inside-wrapper button:hover {
    background-color: #000;
}

.widget_search .wp-block-search__inside-wrapper button::before {
    content: '';
    width: 34px;
    height: 34px;
    background-image: url(../images/search-icon.png);
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
}

.widget_search label.wp-block-search__label {
    display: none;
}

.widget.widget_block.widget_search {
    margin-bottom: 60px;
}

.widget.widget_block p {
    margin: 0;
}

.widget.widget_block h2 {
    font-size: 30px;
    line-height: 35px;
    color: #FFFFFF;
    font-weight: 400;
    font-family: 'Caslon 540';
    padding: 20px 24px;
    background-color: #0A1630;
    margin: 0 -18px;
}

.widget.widget_block:not(.widget_search) {
    border: 1px solid #D9D9D9;
    padding: 0 18px;
}

.widget.widget_block:not(.widget_search) .widget_epicwin_white_paper_widget {
    padding-bottom: 40px;
}

.widget.widget_block:nth-child(3) {
    margin-bottom: 0;
}

.widget.widget_block:not(.widget_search).widget_categories {
    border-top: 0;
}

.widget.widget_block:not(.widget_search).widget_categories~.widget.widget_block {
    margin-bottom: 0;
}

.widget.widget_block:not(.widget_search).widget_recent_entries {
    border-top: 0;
    margin-top: 0;
}

.widget.widget_block:not(.widget_search) ul.wp-block-categories-list li.cat-item,
.widget.widget_block:not(.widget_search).widget_recent_entries li {
    margin-top: 0;
    font-family: 'Poppins';
    line-height: 32px;
    font-size: 18px;
    color: #000;
    padding: 18px 15px 14px 38px;
    position: relative;
    margin: 0 -18px;
}

.widget.widget_block:not(.widget_search) ul.wp-block-categories-list li.cat-item:not(:last-child),
.widget.widget_block:not(.widget_search).widget_recent_entries li:not(:last-child) {
    border-bottom: 1px solid #D9D9D9;
}

.widget.widget_block:not(.widget_search) ul.wp-block-categories-list li.cat-item a,
.widget.widget_block:not(.widget_search).widget_recent_entries li a {
    font-family: 'Poppins';
    line-height: 32px;
    font-size: 18px;
    color: #000;
}

.blogpost-content .thumb-content ul li,
.text-content-wrap.bullet-point {
    position: relative;
    padding-left: 30px;
}

.widget.widget_block:not(.widget_search) ul.wp-block-categories-list li.cat-item:before,
.blogpost-content .thumb-content ul li:before,
.text-content-wrap.bullet-point::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 9px;
    background-image: url(../images/bullet-point.png);
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    left: 15px;
    top: 28px;
}

.blogpost-content .thumb-content ul li:before {
    top: 21px;
    left: 0;
}

.text-content-wrap.bullet-point::before {
    top: 14px;
    left: 0;
}

.widget.widget_block:not(.widget_search) ul.wp-block-categories-list li.cat-item a:hover,
.widget.widget_block:not(.widget_search).widget_recent_entries li a:hover,
.widget.widget_block:not(.widget_search) ul.wp-block-categories-list li.cat-item.current-cat a,
.widget.widget_block:not(.widget_search).widget_recent_entries li a.active {
    color: #c71d28;
}

.widget.widget_block:not(.widget_search).widget_recent_entries li {
    margin: 0 -18px;
    padding: 18px 15px 14px 18px;
}

.widget.widget_block:not(.widget_search).widget_recent_entries li a {
    line-height: 35px;
}

.widget.widget_block:not(.widget_search) .widget_epicwin_white_paper_widget .app>p:nth-child(2) {
    padding-top: 12px;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Poppins';
    font-weight: 400;
}

.sub_buttons input#wp_sidebar_button {
    padding: 16px 52px 16px 52px;
}

.blogpost-content .blog-head h2 a:hover,
.blogpost-content .blog-head .author-category>div a,
.post-meta .author {
    color: #C72128;
}

.post-meta .author {
    text-transform: capitalize;

}

.blogpost-content .blog-head .author-category>div a:hover {
    color: #000;
}

form#epicwin_white_paper_subscription .sub_buttons {
    margin-top: 20px;
    position: relative;
    display: flex;
    align-items: center;
}

form#epicwin_white_paper_subscription .sub_buttons .loader_wrap {
    position: static;
    margin: 0 0 0 15px;
}

form#epicwin_white_paper_subscription ul li.footer-email {
    margin-top: 15px;
}

form#epicwin_white_paper_subscription input#sub-news-email-wp {
    height: 60px;
    margin-bottom: 0;
}

aside.sidebar .nv-blog-sidebar div#block-3 {
    border: 0;
    padding: 0;
}

input#sub-news-email-wp.error {
    color: #000 !important;
    margin-bottom: 20px;
}

input#sub-news-email-wp.error,
input.not-valid {
    border: 1px solid red !important;
}

ul.blogpost-wrap li:not(:last-child) {
    margin-bottom: 60px;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 60px;
}

.archive .container.blog-post-wrap main.main-content .blogpost-content,
.search .container.archive-container main.main-content .blogpost-content {
    padding: 0;
}

.archive .container.blog-post-wrap main.main-content {
    padding-right: 40px;
}

.archive section.banner-section .blog-footer-class,
.single-post section.banner-section .blog-footer-class,
.search section.banner-section .blog-footer-class,
.single-blog section.banner-section .blog-footer-class {
    text-align: center;
}

.archive section.banner-section .blog-footer-class .wrap-heading,
.single-post section.banner-section .blog-footer-class .wrap-heading,
.archive section.banner-section .blog-footer-class .wrap-subheading,
.single-post section.banner-section .blog-footer-class .wrap-subheading,
.archive section.banner-section .blog-footer-class .wrap-text,
.single-post section.banner-section .blog-footer-class .wrap-text,
.archive section.banner-section .blog-footer-class .wrap-prop,
.single-post section.banner-section .blog-footer-class .wrap-prop,
.search section.banner-section .blog-footer-class .wrap-prop,
.search section.banner-section .blog-footer-class .wrap-heading,
.search section.banner-section .blog-footer-class .wrap-text,
.search section.banner-section .blog-footer-class .wrap-subheading,
.single-blog section.banner-section .blog-footer-class .wrap-prop,
.single-blog section.banner-section .blog-footer-class .wrap-heading,
.single-blog section.banner-section .blog-footer-class .wrap-text,
.single-blog section.banner-section .blog-footer-class .wrap-subheading {
    padding: 0 15px;
    width: 100%;
    max-width: 1330px;
    margin: auto !important;
}

.archive section.banner-section .blog-footer-class .wrap-heading,
.single-post section.banner-section .blog-footer-class .wrap-heading,
.search section.banner-section .blog-footer-class .wrap-heading,
.single-blog section.banner-section .blog-footer-class .wrap-heading {
    font-size: 65px;
    font-weight: 300;
    color: var(--e-global-color-primary);
    font-family: 'Bastray';
    line-height: 120%;
}

.archive section.banner-section .blog-footer-class .wrap-subheading,
.single-post section.banner-section .blog-footer-class .wrap-subheading,
.search section.banner-section .blog-footer-class .wrap-subheading,
.single-blog section.banner-section .blog-footer-class .wrap-subheading {
    font-size: 60px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 75px;
    color: var(--e-global-color-secondary);
    font-family: 'Caslon 540';
    max-width: 900px;
}

.archive section.banner-section .blog-footer-class .wrap-text,
.single-post section.banner-section .blog-footer-class .wrap-text,
.search section.banner-section .blog-footer-class .wrap-text,
.single-blog section.banner-section .blog-footer-class .wrap-text {
    margin: 14px auto 0 !important;
    max-width: 1100px;
    text-align: center;
    font-family: "Poppins", Sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    color: var(--e-global-color-text);
}

.archive section.banner-section .blog-footer-class .image-wrap,
.single-post section.banner-section .blog-footer-class .image-wrap,
.search section.banner-section .blog-footer-class .image-wrap,
.single-blog section.banner-section .blog-footer-class .image-wrap {
    width: 100%;
    display: block;
    margin-top: 65px;
}

.archive section.banner-section .blog-footer-class .image-wrap img,
.single-post section.banner-section .blog-footer-class .image-wrap img,
.search section.banner-section .blog-footer-class .image-wrap img,
.single-blog section.banner-section .blog-footer-class .image-wrap img {
    width: 100%;
    object-fit: cover;
    margin-bottom: -8px;
}

.archive section.banner-section .blog-footer-class .wrap-prop .wrap-buy,
.single-post section.banner-section .blog-footer-class .wrap-prop .wrap-buy,
.archive section.banner-section .blog-footer-class .wrap-prop .wrap-sell,
.single-post section.banner-section .blog-footer-class .wrap-prop .wrap-sell,
.search section.banner-section .blog-footer-class .wrap-prop .wrap-sell,
.search section.banner-section .blog-footer-class .wrap-prop .wrap-buy,
.single-blog section.banner-section .blog-footer-class .wrap-prop .wrap-buy,
.single-blog section.banner-section .blog-footer-class .wrap-prop .wrap-sell {
    width: max-content;
    display: inline-block;
}

.archive section.banner-section .blog-footer-class .wrap-prop .wrap-buy,
.single-post section.banner-section .blog-footer-class .wrap-prop .wrap-buy,
.search section.banner-section .blog-footer-class .wrap-prop .wrap-buy,
.single-blog section.banner-section .blog-footer-class .wrap-prop .wrap-buy {
    margin-right: 15px;
}

.archive section.banner-section .blog-footer-class .wrap-prop,
.single-post section.banner-section .blog-footer-class .wrap-prop,
.search section.banner-section .blog-footer-class .wrap-prop,
.single-blog section.banner-section .blog-footer-class .wrap-prop {
    padding-top: 40px;
}

.archive section.banner-section,
.single-post section.banner-section,
.search section.banner-section,
.single-blog section.banner-section {
    padding-top: 196px;
}

.archive section.banner-section .blog-footer-class .wrap-prop button,
.single-post section.banner-section .blog-footer-class .wrap-prop button,
.search section.banner-section .blog-footer-class .wrap-prop button,
.single-blog section.banner-section .blog-footer-class .wrap-prop button {
    padding: 16px 35px 15px 35px;
}

.archive section.banner-section .blog-footer-class .wrap-prop .wrap-sell button,
.single-post section.banner-section .blog-footer-class .wrap-prop .wrap-sell button,
.search section.banner-section .blog-footer-class .wrap-prop .wrap-sell button,
.single-blog section.banner-section .blog-footer-class .wrap-prop .wrap-sell button {
    background-color: #FFF;
    color: #000;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #C72128;
}

.archive section.banner-section .blog-footer-class .wrap-prop .wrap-sell button:hover,
.single-post section.banner-section .blog-footer-class .wrap-prop .wrap-sell button:hover,
.search section.banner-section .blog-footer-class .wrap-prop .wrap-sell button:hover,
.single-blog section.banner-section .blog-footer-class .wrap-prop .wrap-sell button:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

.blogpost-content .thumb-content ul li:not(:last-child) {
    margin-bottom: 0px;
}

.blogpost-content .thumb-content p,
.blogpost-content .thumb-content ul li {
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    color: #000;
    font-weight: 400;
    line-height: 32px;
}

.blogpost-content .thumb-content p>strong {
    font-weight: 700;
    margin-bottom: -30px;
    display: block;
}

.blogpost-content .thumb-content ul li {
    line-height: 50px;
}

.blogpost-content .thumb-content ul {
    margin-top: -18px;
}

.widget.widget_block:not(.widget_search) button {
    position: absolute;
    right: 0;
    top: 0;
    background: transparent;
    padding: 0 24px;
    height: 100%;
    font-size: 28px;
    font-weight: 300;
}

.widget.widget_block:not(.widget_search) {
    position: relative;
}

.search .container.archive-container h1.page-title {
    width: 100%;
    flex: 0 0 100%;
}

.search .container.archive-container {
    flex-wrap: wrap;
}

.search .container.archive-container .search-results-list .blog-sidebar:not(:first-child) {
    margin-top: 60px;
    padding-top: 60px;
    border-top: 1px solid #D9D9D9;
}

.search .container.archive-container h1.page-title {
    width: 100%;
    flex: 0 0 100%;
    font-size: 30px;
    font-family: 'Poppins';
    line-height: 100%;
    color: #000;
    font-weight: 500;
}

.search .container.archive-container p {
    font-size: 18px;
    line-height: 120%;
    color: #000;
}

.search .container.archive-container h1.page-title,
.search .container.archive-container p.search-error {
    text-align: center;
    width: 100%;
}

.blogpost-content .thumb-content>p:last-child {
    margin-bottom: 0;
}

form#epicwin_white_paper_subscription ul li.footer-email+.wp_epic_results p.error-msg {
    display: block;
    position: static;
}

.widget.widget_block:not(.widget_search):nth-child(2n) {
    margin-bottom: 70px;
}

form#epicwin_white_paper_subscription .sub_buttons+.wp_epic_final_results .errors p {
    border: 1px solid;
    text-align: center;
    color: #ff0000 !important;
    padding: 0.2em 1em;
    font-family: 'Poppins';
}

form#epicwin_white_paper_subscription .sub_buttons+.wp_epic_final_results .errors {
    padding-top: 15px;
}

form#epicwin_white_paper_subscription .sub_buttons+.wp_epic_final_results p.success {
    border: 1px solid green;
    text-align: center;
    color: green !important;
    padding: 0.2em 1em;
    font-family: 'Poppins';
    margin: 15px 0 0;
    background-color: #FFF;
    float: none;
}

.ehf-header #masthead nav {
    width: auto !important;
}

/*testimonial page*/
ul.testi-post-wrap li {
    padding: 43px 30px 34px;
    box-shadow: 0 9px 19px -15px #00000045;
    border: 1px solid #E2E0E0;
}

ul.testi-post-wrap li:not(:last-child) {
    margin-bottom: 28px;
}

ul.testi-post-wrap li .content-field .testi-image-wrap {
    height: 90px;
    min-width: 90px;
}

ul.testi-post-wrap li .content-field {
    display: flex;
}

ul.testi-post-wrap li .content-field .rating-content-wrap .rating-wrap .star-rating {
    justify-content: flex-start;
}

ul.testi-post-wrap li .content-field .rating-content-wrap {
    padding-left: 40px;
}

ul.testi-post-wrap li .content-field .rating-content-wrap .rating-wrap {
    text-align: left;
    margin-bottom: 21px;
}

ul.testi-post-wrap li .content-field .rating-content-wrap .country-wrap {
    margin-top: -5px;
}

.testimonials-content-wrap ul.testi-post-wrap li {
    position: relative;
}

.testimonials-content-wrap ul.testi-post-wrap li::before {
    width: 37px;
    height: 37px;
    left: auto;
    right: 25px;
    top: auto;
    bottom: 25px;
}

.text-content-wrap.bullet-point {
    padding-left: 30px;
}

.no-banner header#masthead .header-wrap {
    background-color: rgb(10 22 48);
}

input#wp-block-search__input-1::-webkit-search-cancel-button {
    cursor: pointer;
}

form.wp-block-search__button-outside.wp-block-search__text-button.wp-block-search {
    position: relative;
}

.blog-post-wrap .pagination {
    margin-top: 65px;
    text-align: center;
}

.pagination .page-numbers,
.pagination .search-page-number {
    background: #DDDDDD;
    min-width: 35px;
    height: 35px;
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Poppins';
    color: #767676;
    padding: 0 9px;
    font-weight: 400;
    align-items: center;
    justify-content: center;
}

.pagination .search-page-number.current,
.pagination .search-page-number:hover {
    background-color: #0a1630;
    color: #fff;
    cursor: pointer;
}

.pagination .page-numbers:not(.next, .prev),
.pagination .search-page-numbers:not(.next, .prev) {
    width: 38px;
}

.pagination span.page-numbers.current,
.pagination a.page-numbers:hover,
.pagination span.search-page-numbers.current,
.pagination a.search-page-numbers:hover {
    background-color: #C71D28;
    color: #fff;
}

.nv-page-title-wrap {
    margin-top: 120px;
}

.property-banner.inner-banner {
    height: 598px;
    overflow: hidden;
}

.property-banner.inner-banner .property-image,
.property-banner.inner-banner .property-image .owl-stage-outer,
.property-banner.inner-banner .property-image .owl-stage-outer * {
    height: 100%;
}

.property-image .owl-dots {
    display: none;
}

.property-image .owl-nav button[type="button"] {
    background-color: transparent !important;
    left: 100px;
    border-color: #fff !important;
}

.property-image .owl-nav button[type="button"]::before {
    filter: invert(1);
}

.property-image .owl-nav button[type="button"].owl-next {
    left: auto;
    right: 100px;
}

.property-image li,
.property-banner .single-img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.property-banner.inner-banner .property-image .owl-stage-outer img {
    height: auto;
}

.section-gapping {
    padding-top: 120px;
    padding-bottom: 120px;
}

.property-detail .title-wrap {
    margin-bottom: 50px;
}

.property-detail .title-wrap .main-title {
    font-weight: 400;
    font-size: 35px;
    color: #172A27;
    font-family: 'Caslon 540';
    margin: 0;
    text-transform: uppercase;
}

.property-detail .title-wrap .top-title {
    font-size: 55px;
    font-weight: 300;
    color: #C71D28;
    font-family: 'Bastray';
    margin: 0 0 -15px;
    text-transform: capitalize;
}

.property-wrap {
    display: flex;
    justify-content: space-between;
    gap: 35px;
}

.property-wrap .property-sidebar {
    flex: none;
    width: 437px;
}

.property-sidebar .sidebar {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.property-sidebar .sidebar .title {
    font-weight: 400;
    font-size: 40px;
    color: #172A27;
    font-family: 'Caslon 540';
    margin: 0 0 25px;
    padding-bottom: 20px;
    border-bottom: 2px solid #000000;
}

.property-sidebar .sidebar p {
    font-weight: 300;
    color: #000;
    font-size: 20px;
}

.property-sidebar .sidebar p.price {
    color: #C71D28;
    font-weight: 500;
    font-size: 60px;
    line-height: 1;
    margin-bottom: 5px;
}

.property-specs {
    display: flex;
    flex-direction: column;
    border-top: 2px solid #D9D9D9;
}

.property-specs li {
    border-bottom: 2px solid #D9D9D9;
    padding: 7px 5px;
    font-weight: 300;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    font-size: 20px;
    color: #000;
}

.property-specs li strong {
    font-weight: 500;
}

.property-contact img.contact-image {
    display: block;
}

.property-sidebar .sidebar .property-contact p {
    margin-bottom: 15px;
    font-weight: 400;
}

.property-sidebar .sidebar .property-contact p strong {
    font-weight: 500;
}

.property-details-left .property-location {
    margin-top: 65px;
}

.property-details-left .property-location iframe {
    width: 100%;
    height: 430px;
    display: block;
}

.property-description p {
    font-size: 18px;
    color: #000;
}

.property-description p a {
    text-decoration: underline;
}

.property-description p a:hover {
    text-decoration: none;
}

.property-detail .container {
    max-width: 1330px;
}


.property-banner .property-image li,
.single-img {
    position: relative;
}

.mobile-view {
    display: none;
}

.buy-sell-section .properties-shortcode-wrapper {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.buy-sell-section .properties-shortcode-wrapper .buy-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.buy-sell-section .buy-wrap .properties {
    min-height: auto !important;
}

.text-content .price-wrap {
    position: static;
    color: #C71D28;
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 30px;
}

.buy-sell-section ul.sqr-bed-wrap {
    grid-template-columns: repeat(3, 1fr);
}

.pagination {
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 5px;
    flex-wrap: wrap;
}

.buy-sell-section .pagination .page-number {
    background-color: #ddd;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-weight: 500;
}

.buy-sell-section .pagination .page-number:hover,
.buy-sell-section .pagination .page-number.current {
    background-color: #0a1630;
    color: #fff;
}

.no-Properties {
    text-align: center;
}

.search-filed .advance-btn {
    font-size: 0;
    width: 64px;
    height: 64px;
    background-color: #000;
    position: relative;
    transition: all 0.3s;
}

.search-filed .advance-btn:hover {
    background-color: #C71D28;
}

.search-filed .advance-btn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-image: url(/wp-content/uploads/2025/12/plus-search-icon.png);
    background-repeat: no-repeat;
    width: 18px;
    height: 20px;
    transition: all 0.5s ease 0s;
    background-size: contain;
}
.search-filed .advance-btn.advance-show::before {
    background-image: url(/wp-content/uploads/2025/12/minus-search-icon.png);
}
/* 
.search-filed .advance-btn.advance-show::before {
    rotate: 180deg;
} */

.advance-search-filed {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
    background: #fff;
    position: relative;
    padding-bottom: 27px;
    padding-top: 27px;
}
.advance-search-filed .field-group label {
    font-weight: 500;
    font-size: 14px;
}

.advance-search-filed .field-group .range {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.advance-search-filed .field-group .range input[type="number"] {
    font-size: 16px;
    height: 50px;
    box-shadow: none;
}

.advance-search-filed .field-group .error {
    margin: 0;
    color: #ff0000 !important;
    font-size: 12px;
    line-height: normal;
}

.advance-div {
    display: flex;
    flex: 1 1 0;
    gap: 15px;
}
/* Start 9-12-2025 */
/* Remove arrows ONLY from Year Built inputs */
#year_from::-webkit-inner-spin-button,
#year_from::-webkit-outer-spin-button,
#year_to::-webkit-inner-spin-button,
#year_to::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#year_from,
#year_to {
    -moz-appearance: textfield; /* Firefox */
}
/* End 9-12-2025 */

/* 

    font-family: "Poppins", sans-serif;
    font-family: 'Bastray';
    font-family: 'Caslon 540';

*/

/* 09-12-2025 */
body .advance-div {
    position: relative;
}
body .advance-div p.advance-text {
    position: absolute;
    bottom: -44px;
    right: 67px;
}
body .advance-div p.advance-text::before {
    position: absolute;
    content: '';
    background-image: url(/wp-content/uploads/2025/12/arrow-img.png);
    width: 34px;
    height: 30px;
    background-size: contain;
    top: -13px;
    right: -37px;
    background-repeat: no-repeat;
}
.advance-search {
    position: absolute;
    top: calc(100% - 26px);
}
/* 09-12-2025 */