/*====================================================== Responsive =========================*/
@media only screen and (max-width:1680.98px) {
    .banner-slider .item {
        background-position: center left -172px;
    }
}

@media only screen and (max-width:1440.98px) {
    .container {
        max-width: 1140px !important;
    }

    .banner-text {
        max-width: 770px;
    }

    .banner-text h2,
    .inner-banner h1 {
        font-size: 38px !important;
    }

    .loan-part .right-item p {
        font-size: 16px;
    }

    .post-pro-box-big .post-pro-box a.red-btn {
        font-size: 32px;
    }

    .financial-tools-row h4 {
        font-size: 16px;
    }

    .sell-property-mid-item h2 {
        font-size: 36px;
    }

    a.common-btn {
        font-size: 18px;
    }

    .loan-option-sec .main-heading h2,
    .financial-tools .main-heading h2 {
        font-size: 40px;
    }

    .footer-up h4 {
        font-size: 20px;
    }
}


@media only screen and (max-width:1199.98px) {

    .banner-text h2,
    .inner-banner h1 {
        font-size: 32px !important;
    }

    .banner-text p {
        font-size: 20px;
    }

    .banner-slider .item {
        padding: 135px 0 162px;
    }

    .loan-option-sec .main-heading h2,
    .financial-tools .main-heading h2,
    .sell-property-mid-item h2 {
        font-size: 30px;
    }

    .post-pro-box-big .post-pro-box h3 {
        font-size: 38px;
    }

    .post-pro-box-big .post-pro-box p {
        font-size: 24px;
    }

    .loan-part .left-item img {
        max-width: 60px;
    }

    .loan-part .right-item a.apply-btn {
        min-width: 110px;
        font-size: 16px;
    }

    .post-pro-box a.red-btn {
        font-size: 16px;
        padding: 8px 16px 4px;
        min-height: 55px;
        line-height: 22px;
    }

    .post-pro-box {
        padding: 18px 13px 140px;
    }

    .property-info-item-mdl .main-heading h2,
    .property-info-item-right .main-heading h2 {
        font-size: 22px;
    }

    .property-info-item-right .main-heading p {
        font-size: 15px;
    }

    .property-info-item-right .main-heading {
        margin-bottom: 0;
    }

}

@media only screen and (max-width:1080.98px) {

    .loan-slider .item {
        margin: 0 5px;
    }
}

@media only screen and (max-width:1024.98px) {
    .nav_bar .nav_sec ul li+li {
        margin-left: 22px;
    }
}

@media only screen and (max-width:991.98px) {
    header#header {
        top: 15px;
    }

    span.toggle-menu {
        width: auto;
        margin: 0;
        padding: 0;
        display: block;
        cursor: pointer;
        font-size: 22px;
        text-align: right;
    }

    span.toggle-menu svg {
        width: 38px;
    }

    .nav_bar .nav_sec {
        width: 250px;
        height: 100vh;
        float: none;
        position: fixed;
        z-index: 999;
        top: 0;
        right: -250px;
        padding: 60px 0 0;
        background: var(--white);
        display: block;
        -webkit-transition: all 0.8s ease-in-out;
        -moz-transition: all 0.8s ease-in-out;
        -o-transition: all 0.8s ease-in-out;
        transition: all 0.8s ease-in-out;

    }

    .nav_bar .nav_sec ul {
        display: block;
        text-align: left;
    }

    .nav_bar .nav_sec.slidein {
        right: 0;
        z-index: 999;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    .nav_bar .nav_sec .cls-btn {
        width: 32px;
        height: 32px;
        position: absolute;
        top: 15px;
        right: 15px;
        cursor: pointer;
        background: url(images/cross-2.webp) no-repeat center;
        background-size: 75%;
    }

    .nav_bar .nav_sec ul {
        text-align: left;
    }

    .nav_bar .nav_sec ul>li {
        display: block;
        padding-bottom: 0;
        margin: 0;
        padding-right: 0;
    }

    .nav_bar .nav_sec ul>li a {
        padding: 12px 20px;
    }


    .nav_bar .nav_sec img {
        display: inline-block;
        vertical-align: middle;
    }

    .nav_bar .nav_sec ul>li:hover ul {
        display: none;
    }

    .nav_bar .nav_sec ul>li ul {
        width: 100%;
        background: #f2f2f2;
        position: static;
        top: 100%;
        left: 0;
        text-align: left;
        display: none;
        border-radius: 0;
        padding: 0;
    }

    .nav_bar .nav_sec ul li+li {
        margin-left: 0;
    }

    .nav_bar .nav_sec ul li ul li a {
        padding: 6px 35px;
    }

    .nav_bar .nav_sec ul li ul>li:hover>a,
    .nav_bar .nav_sec ul li ul>li.active>a,
    .nav_bar .nav_sec ul li ul>li.current-menu-item>a {
        background: var(--violet);
        color: #FFF;
    }

    .nav_bar .nav_sec ul li .arw-nav {
        right: 15px;
        top: 20px;
    }

    .nav_bar .nav_sec ul li .arw-nav.actv {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .for-desktop-menu {
        display: none;
    }

    .post-pro-box-big .post-pro-box h3 {
        font-size: 30px;
    }

    .post-pro-box-big .post-pro-box {
        padding: 10px 45px 0 45px;
    }

    .post-pro-box-big .post-pro-box a.red-btn {
        font-size: 20px;
        padding: 4px 30px 1px;
    }

    .financial-tools-row {
        gap: 15px;
    }

    .sell-property-box::before,
    .sell-property-box::after {
        width: 260px;
    }

    .sell-property-box {
        padding: 27px 235px;
    }

    .inner-banner {
        padding: 60px 0;
    }

    .banner-text {
        max-width: 600px;
        background: #ffffffbd;
        padding: 30px 20px;
        margin: 0 auto;
        border-radius: 10px;
    }

    .banner-slider .item {
        padding: 70px 0 162px;
    }


    .banner-text p {
        margin: 0;
    }

    .main-heading h1,
    .main-heading h2,
    .footer-up h4 {
        font-size: 26px;
    }

    .main-heading p {
        font-size: 16px;
    }

    .rec-property-item h3 {
        font-size: 18px;
    }

    .fea-local-list .tab-body2 .tab-content2 ul li {
        font-size: 14px;
    }

    .footer-social a+a {
        margin-left: 5px;
    }

    a.top-scroll-arrow {
        width: 35px;
        height: 35px;
    }

    .property-info-item-left {
        max-width: 350px;
        margin: 0 auto;
    }

}

@media only screen and (max-width:840.98px) {

    .sell-property-mid-item h2 {
        font-size: 26px;
    }

    .banner-search-box {
        margin: 40px auto 0;
        position: relative;
        bottom: 0;
        left: 0;
        right: 0;
        width: 96%;
        padding: 20px;
        border-radius: 15px;
    }

    .banner-slider .item {
        padding: 60px 0;
    }

    .property-info-sec {
        padding-top: 40px;
    }
}

@media only screen and (max-width:767.98px) {
    .financial-tools-row {
        grid-template-columns: repeat(3, 1fr);
    }

    .sell-property-box::before,
    .sell-property-box::after {
        display: none;
    }

    .sell-property-box {
        padding: 27px 20px;
    }

    .post-pro-box {
        padding: 18px 13px 100px;
        max-width: 300px;
        margin: 30px auto 0;
    }

    .post-pro-box-big .post-pro-box {
        max-width: 100%;
    }

    .post-pro-tag {
        position: relative;
        right: 0;
        top: 0;
        margin-bottom: 15px;
    }

    .banner-text h2,
    .inner-banner h1 {
        font-size: 26px !important;
    }

    .loan-option-sec .main-heading h2,
    .financial-tools .main-heading h2,
    .sell-property-mid-item h2 {
        font-size: 24px;
    }

    .recommended-featured-properties,
    .projects-sec,
    .review-sec,
    .footer-up {
        padding: 40px 0 40px;
    }

    .projects-sec>div+div {
        margin-top: 40px;
    }

    .footer-link {
        margin: 15px 0;
    }

    .banner-search-box ul {
        gap: 5px 15px;
    }

    .rec-property-item h4,
    .featured-box h3 {
        font-size: 16px;
    }

    .post-pro-box-big .post-pro-box h3 {
        font-size: 22px;
    }

    .post-pro-box-big .post-pro-box p {
        font-size: 18px;
    }

    .post-pro-box-big .post-pro-box a.red-btn {
        font-size: 18px;
        padding: 4px 20px 1px;
        min-height: 45px;
    }

    .post-pro-box-big .post-pro-box {
        padding: 10px 25px 0 25px;
    }

    .financial-tools-item>img {
        height: 80px !important;
        width: 80px !important;
    }

    .main-heading h1,
    .main-heading h2,
    .footer-up h4 {
        font-size: 24px;
    }

    .blog-sec {
        padding: 40px 0;
    }

    .banner-text p {
        font-size: 17px;
    }

    .loan-slider2 .item {
        margin: 0 10px;
    }

    .featured-properties.featured-properties2 {
        margin-top: 40px;
    }
}


@media only screen and (max-width:640.98px) {

    .financial-tools-row {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width:575.98px) {
    .logo img {
        max-width: 120px;
    }

    .postproperty-tag {
        font-size: 12px;
        padding: 6px 6px 6px 10px;
        letter-spacing: 0;
    }

    .nav_bar .each-item {
        gap: 5px;
    }

    .toggle-menu img {
        max-width: 28px !important;
    }

    a.loginDropdown {
        font-size: 13px;
    }

    .login-drawer ul li a {
        font-size: 14px;
        line-height: 24px;
        padding: 5px 15px;
    }

    .rec-property-item {
        margin: 15px 0;
    }

    .inner-banner {
        padding: 40px 0;
    }

    .loan-part {
        flex-direction: column;
    }

    .loan-part .left-item img {
        height: 50px !important;
        object-fit: contain;
    }

    .post-pro-box-big .post-pro-box .left-item {
        text-align: center;
    }

    .post-pro-box-big .post-pro-box .right-item img {
        margin-left: auto;
        max-width: 200px;
        margin: 20px auto 0;
    }

    .post-pro-box-big .post-pro-box {
        padding: 20px 25px 0 25px;
    }

    .financial-tools-item>img {
        height: 50px !important;
        width: 50px !important;
    }

    .financial-tools-item {
        padding: 20px 10px;
    }

    .fea-local-list .tab-body2 .tab-content2 ul li {
        width: 50%;
    }

    .banner-slider .item {
        padding: 40px 0;
    }
}


@media only screen and (max-width:480.98px) {
    .fea-local-list .tab-body2 .tab-content2 ul li {
        width: 100%;
        padding: 0;
    }
}

@media only screen and (max-width:420.98px) {

    .logo img {
        max-width: 100px;
    }
}