.banner-heading-box.other {
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
}
.banner.other {
    /* padding: 250px 0; */
}

.get-in-touch-p-r .get-in-t {
    padding-right: 35px;
}


/* Properties Section */

.properties {
    padding-top: 0;
    /* width: calc(100% - 210px); */
    margin-left: auto;
}

.properties #first-row {
    margin: auto;
    margin-bottom: 150px;
}
.property-box{
    margin-bottom: 100px;
    display: block;
}
.property-box__img-holder {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}

.property-box__img-holder img {
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
}

.property-box img {
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.property-box:hover img {
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -webkit-transform: scale(1.05) rotate(-2deg);
        -ms-transform: scale(1.05) rotate(-2deg);
            transform: scale(1.05) rotate(-2deg);
}

.about-box2__heading2{
    position: absolute;
    bottom: 0;
}
.propertyTitle-box {
    position: relative;
    width: 80%;
}

.properties .col-md-4:nth-child(-n+3) .property-box__img-holder {
    margin-top: 5px;
}

.property-title {
    font-size: 46px;
    font-weight: 600;
}

.property-details {
    /* margin-top: 20px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: start;
    display: flex;
    /* direction: rtl; */

}

.box {
    margin-right: 45px;
}

.box .title {
    color: rgba(81, 83, 80, 60%);
    margin-bottom: 16px;
    /* font-size: 14px; */
    font-size: 12px;
}

.box .description {
    /* font-size: 14px; */
    font-size: 10px;
    font-weight: 500;
    color: rgba(81, 83, 80, 100%);
    /* text-align: right; */
    text-align: left;

}

.end-title {
    text-align: center;
    font-weight: 500;
    font-size: 160px;
    font-family: 'TT Norms';
    letter-spacing: -5px;
}

.nav-projects {
    background-color: rgba(36, 36, 36, 100%);
    min-width: 37%;
    position: fixed;
    bottom: 0;
    z-index: 9999;
    right: 0;
    /* overflow: hidden;
    overflow-x: scroll; */
}

.nav-projects ul {
    padding: 50px 40px 40px 40px;
    list-style: none;
    display: flex;
    align-items: center;
}
.nav-projects ul li:last-child{
    padding-right:20px;
}

.nav-projects ul li {
    display: inline-block;
    margin: 0px 18px;
}

.nav-projects li a {
    /* color: #fff; */
    color: #8B8B8B;
    font-size: 14px;
    /* color: #8B8B8B; */
    position: relative;
}

.nav-projects li.active a {
    color: #8B8B8B;
}

.nav-projects li.active a::before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50px;
    position: absolute;
    top: -10px;
    left: 48%;
    background-color: white;
}

@media(min-width:1920px) {
    .box .title{
        font-size: 14px;
    }
    .box .description{
        font-size: 14px;
    }
    .property-details .box {
        margin-right: 13px;
    }

}


@media(max-width:1599px) {
    /* 1400px to  1599px */
    /* lg-screens */
    .nav-projects {
        /* width: 40%; */
        /* width: 762px; */
        min-width: 692px;
    }
}

@media(max-width:1499px) {
    .box {
        margin-right: 30px;
    }
    .property-title {
        font-size: 42px;
    }
    .property-box__img-holder img {
        height: 300px;
    }
    .nav-projects {
        /* width: 40%; */
        min-width: 752px;
    }
}

@media(max-width:1399px) {
    /* 1200px to  1399px */
    /* full laptops */
    .box {
        margin-right: 25px;
    }
    .box .description {
        font-size: 12px;
    }
    .box .title {
        font-size: 12px;
    }
    .end-title {
        font-size: 100px;
    }
    .property-title {
        font-size: 40px;
    }
    .nav-projects ul {
        padding: 40px 40px 40px 40px;
        list-style: none;
    }
    .nav-projects {
        min-width: 632px;
        /* width: 692px; */
        /* width: 40%; */
        /* width: 812px; */
    }
    .property-box__img-holder img {
        height: 270px;
    }
    .property-box{
        margin-bottom: 60px;
        display: block;
    }
}

@media(max-width:1199px) {
    /* 992px to  1199px */
    /* small laptops */
    .nav-projects ul {
        padding: 30px 20px;
        list-style: none;
    }
    .property-box{
        margin-bottom: 40px;
        display: block;
    }
}

@media(max-width:991px) {
    /* 768px to  991px */
    /* tablets */
    .properties {
        padding-top: 0;
        width: 90%;
        margin-left: auto;
    }
    .property-box{
        margin-bottom: 30px;
        display: block;
    }
}

@media(max-width:767px) {
    /* 540px to  767px */
    /* tablets and bigger mobiles */
}

@media(max-width:539px) {
    /* 360px to  539px */
    /* normal mobiles */
}

@media(max-width:359px) {
    /* 320px to  359px */
    /* small mobile */
}
