/* @media (min-width: 1025px) {
    #hero {
        background-attachment: fixed;
    }
} */

@media (max-height: 640px) {
    #properties .swiper-button-next, .swiper-button-prev  {
        right: 61px;
    }
    /* #hero {
        height: 120vh;
    } */
}

@media (max-width: 768px) {
    #header .navbar {
        height: auto !important;
    }
    #header .calling-info {
        float: none;
        border-left: none;
    }
    .caption-box {
        height: 590px !important;
    }
    .caption-box .caption-content h2 {
        font-size: 26px;
    }
    .caption-box .caption-content h1 {
        font-size: 26px;
    }
    .img-bg {
        height:39vh;
        background-size:auto !important;
    }
    #features .card {
        font-size: 20px;
        height: 390px !important;
    }
    #features .card p{
        font-size: 20px;
    }
    #features-2 .card {
        height: auto;
    }
    /* #hero {
        padding-top: 25%;
    } */
    .caption-box .caption-content {
        padding-top: 1rem!important;
    }
    #clients .cards {
        display: inline-block;
        width: 100%;
        max-width: calc(100% - 20px);
        margin-left: 20px;
    }
    #clients .cards .image {
        width: 100%;
        min-width: 100%;
        min-height: 260px;
        max-height: 260px;
        margin-top: -40px;
        margin-left: -20px;
        max-height: 260px;
    }

    .about {
        margin-top: 18px;
    }

    #properties .swiper-button-next {
        left: 91%;
    }
    #properties .swiper-button-prev {
        left:73%;
    }
    #properties .property-summary {
        margin-bottom: 20px;
    }
}

@media (max-width: 1366px) {
    /* .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover>ul {
        left: -100%;
    } */
}

@media (max-width: 999px) {
    #header .navbar {
        height: auto !important;
    }
    #features .card {
        font-size: 20px;
    }
    #features .card p{
        font-size: 20px;
    }
    #features-2 .card {
        height: auto;
    }
}

@media (max-width: 992px) {
    .breadcrumbs {
        margin-top: 68px;
    }
}


@media (max-width: 992px) {
    .breadcrumbs h2 {
        margin: 0 0 10px 0;
    }
}


@media (max-width: 768px) {
    .breadcrumbs .d-flex {
        display: block !important;
    }

    .breadcrumbs ol {
        display: block;
    }

    .breadcrumbs ol li {
        display: inline-block;
    }
}


@media (max-width: 768px) {
    #about .about-img {
        height: auto;
    }

    #about .about-img img {
        margin-left: 0;
        padding-bottom: 30px;
    }
}


@media (min-width: 769px) {
    #call-to-action .cta-btn-container {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}