/* Google Fonts loaded via header with display=optional for optimal performance */

@font-face {
    font-family: 'Gendy';
    src: url('../fonts/GendyRegular.eot');
    src: url('../fonts/GendyRegular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GendyRegular.woff2') format('woff2'),
        url('../fonts/GendyRegular.woff') format('woff'),
        url('../fonts/GendyRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: optional;
}

@media (min-width: 1400px) {
    .container {
        width: 1320px;
    }
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Plus Jakarta Sans", sans-serif;
}

.w-100 {
    width: 100%;
    height: auto;
}

.w-50 {
    width: 50%;
}

span.red-text {
    color: #DB443D;
}

.font-gendy {
    font-family: "Gendy", sans-serif;
    font-weight: 400;
    font-style: normal;
}

span.blue-text {
    color: #27458C;
}

input::-webkit-input-placeholder,
input::placeholder {
    color: rgba(0, 0, 0, 0.51);
}

.logo-40 {
    height: 40px;
    width: auto;
}

.blue-button {
    padding: 10px 24px;
    border: 2px solid #0DB3C5;
    border-radius: 8px;
    background: #021A47;
    color: #fff;
    font-weight: 500;
    width: auto;
    display: inline-block;
    font-size: 20px;
    line-height: 30px;
}

.blue-button:hover {
    background: #2B498E;
    color: #fff;
}

main {
    margin-top: 96px;
    max-width: 100%;
    overflow: hidden;
}

.navbar-default {
    padding: 0 20px 0 50px;
    height: 96px;
    border: 0;
}

.navbar-header {
    padding: 24px 0;
}

.navbar-collapse {
    float: right;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 0;
    margin-right: 20px;
    display: flex;
    align-items: center;
}

.navbar-default .navbar-nav>li>a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #021A47;
    margin: 0;
    padding: 36px 24px;
}

.navbar-default .navbar-nav>li a:hover,
.navbar-default .navbar-nav>li:hover>a.no-link {
    text-decoration: none;
}

.navbar-default .navbar-nav>li>a.no-link {
    cursor: default;
    pointer-events: none;
}

.navbar-default .navbar-nav>li>a:hover:after,
.navbar-default .navbar-nav>li:hover>a.no-link:after {
    border-bottom: 2px solid #0DB3C5;
    content: "";
    position: absolute;
    bottom: 2px;
    left: 0;
    height: 2px;
    width: calc(100% - 24px);
    margin: 0 auto;
    right: 0;
}

.navbar-default .navbar-nav>li>a>p {
    margin: 0;
}

.navbar-default .navbar-right {
    margin-right: 0;
}

.navbar-default .navbar-right li {
    margin: 24px 5px;
}

.navbar-default .navbar-right li>a,
.navbar-default .navbar-right li>a:hover {
    padding: 10px 24px;
    border: 2px solid #0DB3C5;
    border-radius: 8px;
    background: #021A47;
    color: #fff;
    font-weight: 500;
}

.navbar-default .navbar-right li>a:hover:after {
    content: none;
}

.navbar-default .navbar-right li>a:hover {
    background: #27458c;
}

.dropdown:hover .dropdown-menu ul li a:hover {
    color: #000;
}

/* Full-Screen Mega Menu */
.dropdown-menu {
    position: fixed;
    top: 96px;
    left: 0;
    right: 0;
    width: 100vw;
    margin: 0;
    padding: 0;
    display: none;
    background: transparent;
    border: none;
    z-index: 999;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.collapse {
    transition: height 0.3s ease;
}

/* Mega Menu Content */
.mega-menu-content {
    display: flex;
}

.mega-left {
    background-color: #e7f8fa;
    color: #000;
    padding: 55px;
    width: 25%;
}

.mega-left h3 {
    margin-top: 0;
    color: #2A4089;
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
}

.mega-left p {
    margin: 0 0 20px;
    color: #000000;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
}

.mega-left .blue-button {
    padding: 11px 18px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}

.mega-right {
    background-color: #fff;
    padding: 55px 55px 0;
    width: 75%;
}

.mega-right .row {
    display: flex;
    flex-direction: row;
    flex: 1 1 33.33%;
    flex-wrap: wrap;
}

.no-leftbar .mega-right {
    width: 100%;
    padding: 55px 15% 0;
}

.mega-item a {
    display: flex;
    align-items: flex-start;
    margin-bottom: 50px;
    flex-direction: column;
    gap: 10px;
    min-height: 112px;
}

.mega-item a:hover h4 {
    color: #021A47;
}

.mega-item img {
    width: 70px;
    height: 70px;
    margin-right: 10px;
}

.mega-item h4 {
    margin: 0 0 5px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #2A4089;
}

.mega-item p {
    margin: 0;
    font-size: 14px;
    line-height: 18px;
    color: #666666;
}

/* Toggle Menu Styling */
.navbar-toggle .icon-bar {
    background-color: #333;
}

.navbar-toggle .close-icon {
    font-size: 20px;
    color: #333;
}

/* footer */
#footer {
    padding: 80px 0 0;
    background-color: #fff;
}

#footer .footer-logo {
    margin-left: -10px;
}

.footer-menu .title {
    color: #000929;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin: 0 0 24px;
}

.footer-menu .row {
    margin-bottom: 30px;
}

#footer ul {
    padding: 0;
}

#footer ul li {
    list-style: none;
    margin-bottom: 12px;
}

#footer ul li a {
    color: rgb(0 9 41 / 70%);
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}

#footer ul li a:hover {
    color: rgb(0 9 41 / 100%);
}

/* Navbar Styles */
#footer .footer-dropdown-menu-box {
    background: #021A47;
    padding: 54px 0 0;
}

#footer .footer-dropdown-menu-box .navbar-custom .navbar-nav {
    width: 100%;
}

#footer .footer-dropdown-menu-box .navbar-custom .navbar-nav>li {
    display: inline-block;
    width: 22%;
    margin-right: 3%;
}

#footer .footer-dropdown-menu-box .navbar-custom .navbar-nav>li>a {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    padding: 0;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
}

#footer .footer-dropdown-menu-box .navbar-custom .navbar-nav>li>a:hover,
#footer .footer-dropdown-menu-box .navbar-custom .navbar-nav>li>a:focus,
#footer .footer-dropdown-menu-box .navbar-custom .navbar-nav>li.open>a {
    background-color: transparent;
    color: #fff;
    outline: 0;
}

#footer .footer-dropdown-menu-box .navbar-custom .navbar-nav>li>a span.caret {
    background: url(../img/arrow-blue.svg) no-repeat;
    background-size: contain;
    border: 0;
    width: 33px;
    height: 14px;
    margin-left: 8px;
    transform: rotate(0deg);
    transition: transform 0.1s ease;
}

#footer .footer-dropdown-menu-box .navbar-custom .navbar-nav>li.open>a span.caret {
    transform: rotate(-180deg);
}

#footer .footer-dropdown-menu-box .dropdown-menu-custom {
    display: none;
    padding: 10px 0;
    text-align: left;
    width: 100%;
}

#footer .footer-dropdown-menu-box .dropdown-menu-custom ul li {
    margin: 0;
}

#footer .footer-dropdown-menu-box .dropdown-menu-custom ul li a {
    color: #fff;
    padding: 3px 0;
    display: block;
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
}

#footer .footer-dropdown-menu-box .dropdown-menu-custom ul li a:hover {
    color: #ccc;
}

/* Footer Custom Styles */
#footer .footer-custom {
    background-color: #021A47;
    color: #fff;
    padding: 35px 0px 50px 0;
    text-align: center;
}

#footer .footer-custom hr {
    border-color: rgb(238 238 238 / 20%)
}

#footer .footer-custom ul {
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#footer .footer-custom ul>li a {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    padding: 0;
    text-transform: uppercase;
}

#footer .footer-custom ul>li a:hover {
    text-decoration: underline;
    color: #ccc;
}

#footer .footer-custom a.button {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
}

.fair-housing-logo img {
    width: 80px;
    height: auto;
    aspect-ratio: 217 / 225;
    margin: 15px 0 30px;
}

/* footer Copytight */
#footer .footer-bottom-row {
    margin: 20px auto 7px;
}

#footer .copyright-text p {
    color: rgb(0 9 41 / 50%);
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
}

#footer .social-links {
    float: right;
}

#footer .social-links li {
    margin: 0 15px;
}

#footer .social-links li a {
    color: rgb(0 9 41 / 30%);
    font-size: 22px;
}

/* Font Awesome glyphs in footer (layout-new does not load et-line icon-* fonts). */
#footer .social-links li a .fa {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* landing banner */
.landing-banner {
    padding: 40px 0;
}

.landing-banner h1 {
    font-size: 60px;
    line-height: 70px;
    font-weight: 700;
    color: #000000;
    letter-spacing: -1px;
    margin: 50px 0 5px;
}

.innerpage .landing-banner h1 {
   font-size: 76px;
   line-height: 84px;
   font-weight: 700;
   color: #000000;
   letter-spacing: -1px;
   margin: 0 0 35px;
}

.landing-banner h1 .font-gendy {
    font-size: 70px;
    line-height: 80px;
}

.innerpage .landing-banner h1 .font-gendy {
    font-size: 86px;
   line-height: 94px;
}

.landing-banner h2 {
    font-size: 36px;
    line-height: 58px;
    font-weight: 500;
    color: #000000;
    letter-spacing: -0.5px;
    margin: 0 ;
}

.innerpage .landing-banner h2 {
   margin: 0 0 50px;
}

.landing-banner form.form-inline {
    border-radius: 12px;
    display: flex;
    width: 100%;
    overflow: visible;
    z-index: 999;
    margin-top: 35px;
    position: relative;
    background: rgba(2, 26, 71, 0.75);
    border-radius: 8px;
    border: 1px solid #00E8E5;
    padding: 18px 20px;
}

.landing-banner form.form-inline .form-group {
    width: 100%;
    overflow: hidden;
    margin-bottom: 0;
}

.landing-banner form.form-inline select.form-control {
    height: 58px;
    padding: 0;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    border: 0;
    padding: 16px 40px 16px 20px;
    width: 155px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    cursor: pointer;
    border-radius: 8px 0 0 8px;
    text-overflow: ellipsis;
    border: 1px solid #00C8D7;
    background: #021A47;
}

.landing-banner form.form-inline select:hover,
.landing-banner form.form-inline select:focus {
    outline: 0;
    box-shadow: none;
}

.landing-banner form.form-inline .tooltip-container {
    position: relative;
}

/* Tooltip content */
.landing-banner form.form-inline .tooltip-text {
    visibility: hidden;
    width: 180px;
    /* Adjust based on your needs */
    background-color: #2A4089;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 85%;
    /* Adjust the position */
    left: 60%;
    margin-left: -100px;
    /* Center the tooltip */
    opacity: 0;
    transition: opacity 0.3s;
}

/* Show tooltip when hovering over the select */
.landing-banner form.form-inline select.form-control:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

/* Tooltip content */
select.form-control .tooltip-text {
    visibility: hidden;
    width: 250px;
    /* Adjust based on your needs */
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 120%;
    /* Adjust the position */
    left: 50%;
    margin-left: -125px;
    /* Center the tooltip */
    opacity: 0;
    transition: opacity 0.3s;
}

/* Show tooltip when hovering over the select */
select.form-control:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

.landing-banner form.form-inline .select-option,
.landing-banner .divider {
    position: relative;
}

.landing-banner .divider:before {
    content: "";
    border-left: 1px solid rgb(0 0 0 / 20%);
    z-index: 99;
    position: absolute;
    width: 1px;
    top: 50%;
    left: 0;
    height: 30px;
    transform: translate(0, -50%);
}

.landing-banner form.form-inline .select-option::after {
    content: ' ';
    position: absolute;
    top: 55%;
    right: 16px;
    transform: translateY(-50%);
    display: block;
    height: 16px;
    width: 16px;
    z-index: 99;
    pointer-events: none;
    display: block;
    background: url(../img/downarrow@2x.png ) no-repeat;
    background-size: contain;
}

.landing-banner form.form-inline .form-group .form-control {
    width: 100%;
    height: 58px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #000;
    padding-left: 16px;
    border: 0;
    border-radius: 0 8px 8px 0;
    position: relative;
    padding-right: 45px;
}

.landing-banner form.form-inline .form-group input.search-icon {
    position: absolute;
    top: 34px;
    right: 35px;
    height: 26px;
    width: 26px;
    z-index: 1;
}

.ui-widget-content {
    z-index: 999;
}

.landing-banner .pl-50 {
    padding-left: 50px;
}

/* landing section 2*/
.landing-section2 {
    padding: 10px 0 50px;
}

.landing-section2 .left {
    display: flex;
    gap: 35px;
    flex-direction: column;
}

.landing-section2 .left h2 {
    font-size: 60px;
    line-height: 66px;
    font-weight: 700;
    letter-spacing: -1px;
    color: #021A47;
    margin: 0 10px 0 0;
}

.landing-section2 .left h2 span {
    font-size: 70px;
    line-height: 77px;
}

.landing-section2 .left h3 {
    font-size: 32px;
    line-height: 51px;
    font-weight: 500;
    color: #000;
    margin: 0;
    letter-spacing: -0.5px;
}

.landing-section2 .left .button a {
    padding: 17px 24px;
    border: 2px solid #0DB3C5;
    border-radius: 8px;
    background: #021A47;
    color: #fff;
    font-weight: 700;
    width: 100%;
    display: flex;
    font-size: 32px;
    line-height: 48px;
    justify-content: center;
}

.landing-section2 .left .button a:hover {
    background: #27458c;
}

.landing-section2 .right .row {
    display: flex;
    gap: 12px;
    flex-direction: row;
    padding-left: 20px;
}

.landing-section2 .right h3 {
    font-size: 32px;
    line-height: 48px;
    font-weight: 700;
    letter-spacing: -1px;
    color: #021A47;
    margin: 0 10px 15px 0;
}

.landing-section2 .right p {
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
    color: #000;
    margin: 0;
    letter-spacing: -0.5px;
}

/* landing section 3*/
.landing-section3 {
    box-shadow: 0 4px 0 rgba(232, 249, 247, 0.2);
    margin-bottom: 100px;
}

.landing-section3 .row {
    display: flex;
    align-items: center;
    padding: 60px;
    background: #021A47;
    border-radius: 24px;
}

.landing-section3 h2 {
    margin: -10px 0 15px 0;
    color: #fff;
    font-size: 40px;
    line-height: 52px;
    font-weight: 700;
    letter-spacing: -1px;
}

.landing-section3 h2 span {
    color: #0DB3C5;
}

.landing-section3 p {
    margin: 0;
    color: #fff;
    font-size: 30px;
    line-height: 45px;
    font-weight: 500;
}

.landing-section3 .right {
    padding-right: 50px;
}

/* landing section 4*/
.landing-section4 {
    padding: 45px 0;
}

.landing-section4 h2 {
    margin: 0;
    font-size: 48px;
    line-height: 68px;
    font-weight: 700;
    letter-spacing: -1px;
}

.landing-section4 h2 .font-gendy {
    font-size: 58px;
    line-height: 82px;
}

.landing-section4 h2 .black-text {
    color: #000000;
}

.landing-section4 h3 {
    margin: 0;
    color: #061E4A;
    font-size: 40px;
    line-height: 64px;
    font-weight: 400;
}

.landing-section4 .entry-card {
    padding: 0 15px;
}

.landing-section4 .entry-content {
    text-align: center;
}

.landing-section4 .entry-content h4 {
    text-align: center;
    color: #000929;
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    letter-spacing: -1px;
    margin: 15px 0;
}

.landing-section4 .entry-content p {
    text-align: center;
    color: rgb(0 9 41 / 50%);
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 12px;
}

.landing-section4 .entry-card a:hover .entry-content p {
    color: #000929;
}

.landing-section4 .entry-card .blue-button {
    padding: 7px 24px;
    ;
    font-weight: 700;
    max-width: 245px;
    width: 100%;
}

.landing-section4 .entry-card a:hover .blue-button {
    background: #27458c;
}

/* landing-section5 */
.landing-section5 {
    padding: 30px 0 50px;
}

.landing-section5 h2 {
    margin: 0;
    color: #041C48;
    font-size: 40px;
    line-height: 56px;
    font-weight: 700;
    letter-spacing: -1px;
}

.landing-section5 h2 span {
    font-size: 46px;
    line-height: 64px;
}

.landing-section5 p {
    margin: 0;
    color: #041C48;
    font-size: 40px;
    line-height: 56px;
    font-weight: 400;
}

.landing-section5 .row.boxes {
    position: relative;
    margin-top: 40px;
}

.landing-section5 .row.boxes h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: -1px;
    margin: -20px 50px 0;
    color: #000929;
}

.realestate-supersite {
    text-align: center;
    margin-bottom: 30px;
}

.realestate-supersite .realestate-img {
    aspect-ratio: 145 / 160;
}

.realestate-supersite .realestate-img img {
    width: 85%;
}

/* landing-section6 */
.landing-section6 {
    background: url(../img/banner-bottom.png) no-repeat;
    background-size: cover;
    padding: 74px 0 0;
}

.landing-section6 .left-box {
    background: rgb(0 0 0 / 80%);
    padding: 40px 55px 60px;
}

.landing-section6 h2 {
    margin: 0 0 25px;
    color: #fff;
    font-size: 40px;
    line-height: 56px;
    font-weight: 700;
    letter-spacing: -1px;
}

.landing-section6 .left-box .row {
    margin-bottom: 25px;
    align-items: stretch;
    display: flex;
}

.landing-section6 .left-box .row .col-md-4 {
    border-right: 1px solid #fff;
}

.landing-section6 .left-box .row .col-md-4:last-child {
    border-right: 0 solid #fff;
}

.landing-section6 p {
    margin: 0;
    color: #fff;
    font-size: 20px;
    line-height: 27px;
    font-weight: 500;
}

/* landing-section7 */
.landing-section7 {
    padding: 50px 0 70px;
}

.sign-up-form .center h2 {
    margin: 0 0 5px;
    color: #021A47;
    font-size: 40px;
    line-height: 56px;
    font-weight: 700;
    letter-spacing: -1px;
    text-align: center;
    padding: 0 7%;
}

.sign-up-form .center h2 span {
    font-size: 46px;
    line-height: 64px;
}

.sign-up-form .center h2 i {
    font-weight: 800;
}

.sign-up-form .center p {
    margin: 0 0 35px;
    color: rgb(2 26 71 / 50%);
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    text-align: center;
}

.signup-form {
    background: rgba(2, 26, 71, 0.75);
    border-radius: 8px;
    border: 1px solid #00E8E5;
    padding: 18px 20px;
    max-width: 740px;
    width: 100%;
    margin: 0 auto;
}

.signup-form .form-group {
    width: 100%;
    display: flex;
    margin-bottom: 0;
}

.signup-form .form-control {
    border-radius: 8px 0 0 8px;
    border: 1px solid #00C8D7;
    border-right: 0;
    height: 66px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #000;
    padding-right: 15px;
    width: 80%;
}

.signup-form .submit-btn {
    height: 66px;
    padding: 0;
    background: #021A47;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    border: 1px solid #00C8D7;
    border-radius: 0 8px 8px 0;
    padding: 18px 20px 18px 20px;
    width: 175px;
}

.signup-form .submit-btn:hover {
    background: #27458c;
}

.sign-up-form .center p.signup-text {
    font-size: 14px;
    line-height: 20px;
    margin-top: 12px;
    font-weight: 500;
    color: #9EA3AE;
}

/* How it works */
.inner-top-banner {
    padding: 0;
    background: url(../img/how-it-works-banner.jpg) no-repeat;
    background-size: cover;
    height: calc(100vh - 96px);
}

.inner-top-banner .box {
    margin: 16% 0 0;
    background: #000000D9;
    padding: 25px 40px 60px 35px;
    max-width: 630px;
}

.inner-top-banner .box h2 {
    color: #fff;
    font-size: 40px;
    line-height: 56px;
    font-weight: 700;
    letter-spacing: -1px;
    padding: 0 20px 50px;
}

.inner-top-banner .box p {
    color: #fff;
    font-size: 30px;
    line-height: 42px;
    font-weight: 500;
}

.inner-top-banner .box p span {
    font-size: 34px;
    line-height: 42px;
}

/* innerpage */
.innerpage section {
    padding: 60px 0;
}

.innerpage section h2 {
    margin: 0 0 30px;
    color: #021A47;
    font-size: 60px;
    line-height: 66px;
    font-weight: 700;
    letter-spacing: -1px;
    padding: 0;
}

.innerpage section p {
    color: #000000;
    font-size: 32px;
    line-height: 51px;
    font-weight: 500;
    padding: 0;
}

.innerpage section p span {
    font-size: 35px;
    line-height: 51px;
}

.multiple-properties-section .row {
    display: flex;
    align-items: center;
}

.property-slider .slick-track {
    left: 110px;
}

.property-slider {
    position: relative;
}

.property {
    overflow: hidden;
    transition: transform 0.3s ease;
    background: #fff;
}

.property img {
    width: 100%;
    height: 176px;
    border-radius: 5px;
}

.property-slider .property h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: -1px;
    color: #000;
    margin: 15px 0;
}

.property-slider .property p {
    margin: 0;
    color: #000;
    font-size: 18px;
    line-height: 30px;
    padding-left: 25px;
    position: relative;
}

.property-slider .property p:before {
    content: "";
    background: url(../img/icon-location.svg) no-repeat;
    background-size: cover;
    height: 20px;
    width: 20px;
    position: absolute;
    top: 5px;
    left: 0;
}

.property-slider .slick-list {
    overflow: hidden;
}

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

.property-slider .slick-center .property {
    transform: scale(1.1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.collection-of-ads-section .left img {
    width: 100%;
}

.collection-of-ads-section .right {
    text-align: right;
}

.connect-directly-section .center {
    text-align: center;
}

section.footer-banner-section img {
    width: 100%;
    height: auto;
}

.modal-800{
    max-width: 800px;
    width: 100%;
}
.property-details-popup {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
}
.property-img{
    width: 230px;
    flex: 0 0 230px;
    height: auto;
    border-radius: 12px;
    overflow: hidden;
}
.property-img img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.property-details-popup .property-info {
    flex-wrap: wrap;
    gap: 5px 8px;
    align-content: center;
    display: flex;
}
.property-details-popup .property-info .additional-info {
    height: 20px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    padding: 0 15px;
    position: relative;
    display: flex;
    gap: 3px;
    color: #9A9A9A;
}
.property-details-popup .property-info-left .additional-info {
    text-align: left;
    padding-left: 0;
}
.property-details-popup .additional-info .info-value {
    font-size: 20px;
    font-weight: 600;
    color: #2A4089;
}
.property-details-popup .additional-info p {
    font-size: 20px;
    font-weight: 400;
}
.property-details-popup .additional-info>p {
    margin-bottom: 0;
}
.property-details-popup .additional-info:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 20px;
    border-radius: 50%;
    background: #DB4D44;
    top: 2px;
    left: -10px;
}
.property-details-popup .additional-info:first-of-type:before {
    display: none;
    padding-left: 0;
}
.property-details-popup .additional-info:first-of-type{
    padding-left: 0;
}
.property-details-popup .address-info {
    color: #9A9A9A;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-top: 30px;
}
.property-info-container h2 {
    font-size: 32px;
    color: #2A4089;
    font-weight: 800;
    margin: 0 0 10px;
}
.share-on-social h2{
    font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: normal;
color: #0DB3C5;
margin-bottom: 10px;
}
.share-link{
    font-size: 18px;
font-style: normal;
font-weight: 500;
line-height:  25px;
color: #000;
margin-top: 20px;
margin-bottom: 30px;
}
.share-link a{
    color: #000;
}
/* video popup */
.video-thumbnail {
  position: relative;
  cursor: pointer;
}

.video-thumbnail img {
  width: 100%;
  display: block;
  border-radius: 8px;
}

/* Play Icon */
.play-icon {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 60px;
  color: white;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}

.play-icon img {
    width: 40px;
    height: 40px;
}

/* Modal */
.video-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.85);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.video-modal-content {
  position: relative;
  width: 80%;
  max-width: 900px;
  aspect-ratio: 16 / 9;
}

.video-modal iframe {
  width: 100%;
  height: 100%;
}

/* Close Button */
.close-btn {
  position: absolute;
  top: -40px;
  right: 0;
  font-size: 32px;
  color: white;
  cursor: pointer;
}

.innerpage-content .landing-section3 {
    background: #021A47;
    margin-bottom: 0;
}

section.landing-section3.do-homework .row {
    padding: 0;
    border-radius: inherit;
}

.city-detail-content .landing-banner h1 {
    margin-bottom: 0;
    font-weight: 800;
    font-size: 76px;
    line-height: 84px;
    margin: 0;
}

/* responsive css */
@media only screen and (max-width: 1620px) {
    .navbar-default .navbar-nav>li>a {
        padding: 36px 18px;
    }

    .navbar-default .navbar-right li>a,
    .navbar-default .navbar-right li>a:hover {
        padding: 10px 18px;
    }
}

@media only screen and (max-width: 1520px) {
    .navbar-default .navbar-nav>li>a {
        padding: 36px 14px;
    }

    .navbar-default .navbar-right li>a,
    .navbar-default .navbar-right li>a:hover {
        padding: 10px 14px;
    }
}

@media only screen and (max-width: 1440px) {
    .navbar-brand {
        margin-right: 10px;
    }

    .navbar-default .navbar-nav>li>a {
        padding: 36px 10px;
    }

    .navbar-default .navbar-right li>a,
    .navbar-default .navbar-right li>a:hover {
        padding: 10px 16px;
    }

    .navbar-default .navbar-right li {
        margin: 24px 5px;
    }

    .landing-section6 {
        padding-top: 0;
    }

    .landing-section6 .left-box {
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 1400px) {
    .landing-banner form.form-inline .form-group .form-control {
        width: 100%;
    }

    .inner-top-banner .box {
        margin: 80px 0 0;
    }

    .inner-top-banner .box h2 {
        padding: 0 0 20px;
    }

    .innerpage section h2 {
        font-size: 48px;
        line-height: 56px;
        word-wrap: break-word;
    }

    .innerpage section p {
        font-size: 28px;
        line-height: 40px;
    }

    .innerpage section p span {
        font-size: 30px;
        line-height: 40px;
    }

    .property-slider .slick-track {
        left: 100px;
    }

    .property img {
        height: auto;
    }
}

@media only screen and (max-width: 1300px) {
    .navbar-default {
        padding: 0 20px;
    }

    .navbar-default .navbar-right li {
        margin: 24px 5px;
    }

    .navbar-default .navbar-nav>li>a {
        padding: 36px 10px;
    }

    .navbar-default .navbar-right li>a,
    .navbar-default .navbar-right li>a:hover {
        padding: 10px 16px;
    }

    .landing-banner h1 {
        font-size: 55px;
        margin: 20px 0 5px;
    }

    .landing-banner h1 .font-gendy {
        font-size: 60px;
        line-height: 70px;
    }

    .innerpage .landing-banner h1 {
       font-size: 62px;
    }
    
    .innerpage .landing-banner h1 .font-gendy {
        font-size: 66px;
        line-height: 74px;
    }

    .landing-banner h2 {
        font-size: 34px;
        line-height: 50px;
        margin: 0 0 20px;
    }

    .landing-section2 .right h3 {
        font-size: 28px;
        line-height: 42px;
    }

    .landing-section6 .left-box {
        padding-top: 0;
    }

    .landing-section6 h2 {
        margin: 0;
    }

    .landing-section6 p {
        font-size: 16px;
        line-height: 24px;
    }
}

@media only screen and (max-width: 1270px) {
    .has-searchbar .navbar-default {
        height: auto;
    }

    .has-searchbar .navbar-header {
        padding-bottom: 0;
    }

    .has-searchbar .search-box {
        padding: 0;
        width: calc(100% + 15px);
        margin: 0 -15px 10px;
    }

    .has-searchbar main {
        margin-top: 130px;
    }

    .navbar-default {
        z-index: 99999;
    }

    .navbar-header {
        width: 100%;
    }

    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: -5px;
    }

    .navbar-default .navbar-toggle,
    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        display: block;
        margin: 3px 0;
        padding: 0;
        border: 1px solid #888;
        height: 40px;
        width: 40px;
        background: none;
    }

    .navbar-default .navbar-toggle span {
        text-align: center;
        font-size: 25px;
        line-height: 15px;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #888;
        margin-left: auto;
        margin-right: auto;
    }

    .navbar-default .search-box+.navbar-collapse .navbar-nav>li>a {
        padding: 15px 30px;
    }

    .navbar-default .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-default .navbar-collapse.collapsing {
        display: block !important;
        width: 100vw;
        background: #fff;
        height: 100vh !important;
        z-index: 999;
        position: fixed;
        left: 0;
        top: 90px;
        padding: 0 0 100px;
        overflow-y: scroll !important;
        max-height: 100vh;
        transition: none !important;
    }

    .navbar-default .navbar-collapse.in,
    .navbar-default .navbar-collapse.show {
        display: block !important;
        width: 100vw;
        background: #fff;
        height: 100vh !important;
        z-index: 999;
        position: fixed;
        left: 0;
        top: 90px;
        padding: 0 0 100px;
        overflow-y: scroll !important;
        max-height: 100vh;
    }

    .navbar-default .navbar-collapse.in ul.nav.navbar-nav,
    .navbar-default .navbar-collapse.show ul.nav.navbar-nav {
        width: 100%;
        display: flex;
        flex-direction: column;
        margin: 0;
    }

    .navbar-default .navbar-nav>li>a.no-link {
        cursor: pointer;
        pointer-events: inherit;
    }

    .navbar-default .navbar-nav>li {
        margin: 8px 0;
        border-bottom: 1px solid #ddd;
    }

    .navbar-default .navbar-nav>li>a:hover:after {
        width: 100%;
        border: 0;
    }

    .navbar-default .navbar-nav>li>a,
    .navbar-default .navbar-nav>.open>a,
    .navbar-default .navbar-nav>.open>a:hover,
    .navbar-default .navbar-nav>.open>a:focus {
        padding: 15px 30px;
        color: #021A47;
        background: transparent;
        box-shadow: none;
        position: relative;
    }

    .navbar-default .navbar-nav>li>a:hover:after,
    .navbar-default .navbar-nav>li:hover>a.no-link:after {
        border: 0;
    }

    .navbar-default .navbar-nav>li.dropdown>a:after {
        content: "";
    }

    .navbar-default .navbar-nav>li.dropdown>a:after {
        content: "";
        background: url(../img/arrow-blue-small.svg) no-repeat;
        background-size: contain;
        height: 6px;
        width: 15px;
        display: block;
        position: absolute;
        right: 30px;
        top: 50%;
        z-index: 999999;
        border: 0;
        text-align: inherit;
        left: inherit;
        transform-origin: center;
        transition: transform 0.2s ease;
    }

    .navbar-default .navbar-nav>li.dropdown.open>a:after,
    .navbar-default .navbar-nav>li.dropdown.show>a:after,
    .navbar-default .navbar-nav>li.dropdown>a.dropdown-toggle[aria-expanded="true"]:after,
    .navbar-default .navbar-nav>li.dropdown>a.dropdown-toggle.show:after {
        transform: rotate(180deg);
    }

    /* Logged-in profile row: keep single chevron (Font Awesome); hide mega-menu SVG ::after and any BS4+ .dropdown-toggle::after caret */
    .navbar-default .navbar-nav.navbar-right.logged-in > li.dropdown > a.dropdown-toggle:after,
    .navbar-default .navbar-nav.navbar-right.logged-in > li.dropdown > a.dropdown-toggle::after {
        content: none !important;
        display: none !important;
        background: none !important;
        border: 0 !important;
        width: 0 !important;
        height: 0 !important;
        margin-left: 0 !important;
    }

    .navbar-default .navbar-nav.navbar-right.logged-in > li.dropdown > a.dropdown-toggle[aria-expanded="true"]:after,
    .navbar-default .navbar-nav.navbar-right.logged-in > li.dropdown > a.dropdown-toggle.show:after {
        transform: none !important;
    }

    .navbar-default .navbar-nav.navbar-right.logged-in > li.dropdown.open > a.dropdown-toggle .fa-angle-down,
    .navbar-default .navbar-nav.navbar-right.logged-in > li.dropdown.show > a.dropdown-toggle .fa-angle-down,
    .navbar-default .navbar-nav.navbar-right.logged-in > li.dropdown > a.dropdown-toggle[aria-expanded="true"] .fa-angle-down {
        transform: rotate(180deg);
        transition: transform 0.2s ease;
    }

    .navbar-default .navbar-nav.navbar-right.logged-in .dropdown-menu {
        background: #fff !important;
        border: 1px solid rgba(0, 0, 0, 0.08) !important;
        border-radius: 8px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
        padding: 6px 0 !important;
        margin-top: 8px;
    }

    .navbar-default .navbar-nav.navbar-right.logged-in .dropdown-menu > li > a {
        padding: 12px 16px !important;
        background: transparent !important;
        color: #333 !important;
        text-align: left !important;
        margin: 0 !important;
    }

    .navbar-default .navbar-nav.navbar-right.logged-in .dropdown-menu > li > a.text-red {
        color: #db4d44 !important;
    }

    .navbar-default .navbar-right li {
        padding: 0 30px;
        margin: 0;
    }

    .navbar-default .navbar-right li>a,
    .navbar-default .navbar-right li>a:hover {
        background: #021A47;
        color: #fff;
        text-align: center;
        margin: 15px 0;
    }

    /* Profile row: keep avatar + chevron left-aligned (override text-align:center on .navbar-right li>a) */
    .navbar-default .navbar-nav.navbar-right.logged-in > li.dropdown > a.dropdown-toggle {
        display: flex !important;
        justify-content: flex-start !important;
        align-items: center !important;
        text-align: left !important;
        width: 100%;
        box-sizing: border-box;
    }

    .navbar-default .navbar-nav.navbar-right.logged-in > li.dropdown > a.dropdown-toggle .fa-angle-down {
        margin-left: auto;
    }

    .navbar-nav .dropdown-menu {
        display: none !important;
    }

    .navbar-nav .open .dropdown-menu,
    .navbar-nav .open.show .dropdown-menu,
    .navbar-nav .show .dropdown-menu {
        display: block !important;
    }

    .dropdown-menu {
        top: 0;
    }

    .dropdown:hover .dropdown-menu {
        display: none;
    }

    .dropdown .dropdown-menu {
        position: relative;
        box-shadow: none;
    }

    .mega-menu-content {
        flex-direction: column;
    }

    .mega-left,
    .mega-right {
        width: 100%;
        padding: 30px;
    }

    .mega-right {
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 1200px) {
    #footer .footer-dropdown-menu-box .navbar-custom .navbar-nav>li>a {
        font-size: 18px;
    }

    .property-slider .slick-track {
        left: 80px;
    }
}

@media only screen and (max-width: 1024px) {

    .landing-section2 .left {
        margin-bottom: 50px;
    }

    .landing-section2 .right .row {
        padding-left: 0;
    }

    .landing-section6 .left-box {
        padding: 10px 50px 0;
    }
}

@media only screen and (max-width: 992px) {

    .row.reverce-row {
        display: flex;
        flex-direction: column-reverse;
    }

    .landing-banner form.form-inline {
        width: 100%;
        position: relative;
        margin: 0 0 25px;
    }

    #footer .social-links {
        margin: 10px 0 0;
    }

    #footer .footer-logo {
        margin-bottom: 35px;
    }

    #footer .footer-dropdown-menu-box .navbar-custom .navbar-nav>li {
        display: inline-block;
        width: 100%;
        margin: 0 0 30px;
    }

    #footer .footer-custom ul>li {
        flex: inherit;
    }

    .inner-top-banner {
        height: calc(100vh - 96px);
    }

    .multiple-properties-section .row {
        flex-direction: column;
        gap: 20px;
    }

    .property-slider .slick-track {
        left: 125px;
    }

    .innerpage section {
        padding: 40px 0;
    }

    .collection-of-ads-section .right,
    .connect-directly-section .center {
        text-align: left;
    }

    .collection-of-ads-section img,
    .connect-directly-section img,
    .professionals-available-section img,
    .attractive-information-section img {
        width: 100%;
        height: auto;
    }
    .landing-section3 .row {
        flex-direction: column;
        gap: 30px;
        padding: 50px;
    }
    section.landing-section3.do-homework{
        padding-left: 30px;
        padding-right: 30px;
    }

    .landing-banner .pl-50 {
        padding-left: 15px;
        padding-top: 30px;
    }

}
@media only screen and (max-width: 860px) {
    .modal-800{
        width: auto;
    }
}
@media only screen and (max-width: 767px) {

    .property-details-popup .additional-info p, .property-details-popup .additional-info .info-value, .property-details-popup .address-info, .share-on-social h2, .share-link {
        font-size: 14px !important;
    }

    .property-details-popup .property-info {
        gap: 0px !important;
    }

    .col-xs-12 {
        width: 100%;
    }

    .navbar-header {
        width: 100%;
    }

    .navbar-default {
        padding: 0 20px;
    }

    .navbar-default .navbar-toggle,
    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        margin: 0;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
    }

    .has-searchbar .search-box {
        width: calc(100% + 30px);
    }

    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: 0;
    }

    .navbar-default .navbar-collapse.in,
    .navbar-default .navbar-collapse.show {
        margin: 0;
    }

    .mega-item a {
        margin-bottom: 30px;
        min-height: inherit;
    }

    .navbar-default .navbar-nav>li {
        margin: 0;
    }

    .navbar-default .navbar-right li>a {
        margin: 15px 0;
    }

    .no-leftbar .mega-right {
        padding: 30px;
    }

    main {
        padding: 0 15px;
    }

    .landing-banner .pl-50 {
        padding-left: 15px;
    }

    .landing-banner form.form-inline select.form-control {
        width: 130px;
        font-size: 16px;
    }

    .landing-banner form.form-inline .form-group .form-control {
        font-size: 16px;
    }

    .landing-section3,
    .landing-section6,
    #footer .footer-dropdown-menu-box,
    #footer .footer-custom,
    .inner-top-banner,
    .footer-banner-section {
        margin: 0 -15px;
    }

    .landing-banner h1 {
        font-size: 52px;
        line-height: 68px;
    }

    .landing-banner h1 .font-gendy {
        font-size: 56px;
        line-height: 68px;
    }

    .innerpage  .landing-banner h1 {
        font-size: 52px;
        line-height: 68px;
    }
    .innerpage .landing-banner h1 .font-gendy {
        font-size: 56px;
        line-height: 68px;
    }

    .landing-banner h2,
    .landing-section2 .left h3 {
        font-size: 28px;
        line-height: 40px;
        margin: 0 0 30px;
    }

    .landing-banner form.form-inline .form-group .form-control {
        font-size: 18px;
    }

    .landing-section2 .left h2,
    .landing-section4 h2 {
        font-size: 48px;
        line-height: 56px;
    }

    .landing-section2 .left h2 span,
    .landing-section4 h2 span {
        font-size: 50px;
        line-height: 60px;
    }

    .landing-section2 .right .row {
        gap: 30px;
        flex-direction: column;
    }

    .landing-section3 {
        padding: 30px 15px;
    }

    .landing-section3 .row {
        flex-direction: column;
        gap: 30px;
        padding: 30px;
    }

    .landing-section3 h2 {
        font-size: 36px;
        line-height: 50px;
    }

    .landing-section3 p {
        font-size: 24px;
        line-height: 38px;
    }

    .landing-section3 .right {
        padding-right: 15px;
    }

    .landing-section4 .entry-card {
        padding: 0;
    }

    .landing-section4 h3,
    .landing-section5 p {
        font-size: 30px;
        line-height: 50px;
    }

    .landing-section5 .row.boxes {
        margin-top: 0px;
    }

    .landing-section6 {
        padding: 0;
    }

    .landing-section6 .left-box {
        padding: 30px;
    }

    .landing-section6 h2,
    .sign-up-form .center h2 {
        font-size: 32px;
        line-height: 44px;
    }

    .sign-up-form .center h2 span {
        font-size: 36px;
        line-height: 44px;
    }

    .landing-section6 .left-box .row {
        margin-bottom: 40px;
    }

    #footer {
        padding: 50px 15px 0;
    }

    .footer-menu .row {
        margin-bottom: 0;
    }

    .footer-menu .title {
        margin: 20px 0 10px;
    }

    #footer .footer-dropdown-menu-box {
        padding: 30px 30px 0;
    }

    #footer .footer-custom {
        padding: 0 15px 30px;
        text-align: left;
    }

    #footer .footer-custom ul {
        flex-direction: column;
    }

    #footer .footer-dropdown-menu-box .navbar-custom .navbar-nav>li>a span.caret {
        width: 24px;
        height: 11px;
    }

    #footer .footer-custom ul>li {
        justify-content: left;
    }

    #footer .copyright-text p {
        text-align: center;
    }

    #footer .social-links {
        margin: 10px auto 0;
        display: flex;
        justify-content: center;
        float: none;
    }

    .inner-top-banner .box p,
    .innerpage section p {
        font-size: 24px;
        line-height: 34px;
    }

    .inner-top-banner .box p span,
    .innerpage section p span {
        font-size: 27px;
        line-height: 34px;
    }

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

    .property-slider .slick-track {
        left: 0;
    }
    .property-details-popup{
        flex-direction: column;
    }
    .property-img{
        flex: 0 0 100%;
        width: 100%;
    }
    .innerpage section h2 {
        font-size: 36px;
        line-height: 48px;
    }
    .property-card-map{
        float: unset;
    }
}
