@media (min-width: 1920px) {

    .about_us .about-middle{
        display: flex;
        justify-content: center;
        align-items: center;
        /*border: 1px solid red;*/
    }

    .about_us .about-middle img{
            width: 70%;
  }


.car_sec .property-values-1-counter {
    width: 280px;
    padding: 35px;
}

.explore-cites-sec .explore-single-item .explore-single-slide{
    height: unset;
}

.site-address .site-content {
    display: flex;
    flex-direction: column;
    margin-top: 140px;
}

.site-address {
    margin-top: 0px;
    padding: 80px 0px;
}

.gallery-card .gallery-img{
    max-height:750px !important;
}


.project-highlights .highlights-img img {
    width: 90% !important;
    margin-left: 100px !important;
    margin-top: -160px !important;
    
}

}




@media   (min-width:1720px){
    
    
    /*.banner_sec{*/
    /*    border: 1px solid red;*/
    /*}*/
    
.banner_sec .hero-inner.background-image{
    background-size: cover;
    background-position: unset !important;
    height:100vh;
}

}


@media   (min-width:1600px) {

.header-logo {
    width: 200px;
    margin-left: 70px;
    /* margin-right: 128px; */
}


    .about_us .about-middle{
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .about_us .about-middle img {
        width: 68%;
        margin-top: 20px;
        margin-left: 100px;
    }

  .about_us .title-area.text-left.mb-50.mt-4 {
    width: 80%;
}

.car_sec .property-values-1-counter-wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0px;
    width: 100%;
    padding: 0px 50px;
}

.gallery-card .gallery-img{
    max-height:750px !important;
}

.project-highlights {
    padding: 80px 50px;
}

.project-highlights .highlights-img img {
    width: 85%;
    margin-left: 60px;
    margin-top: -100px;
}


.site-address {
    /* margin-top: -200px; */
    padding: 80px 80px;
}


}


@media  (min-width:1440px){
    
    
    /*.banner_sec{*/
    /*    border: 1px solid red;*/
    /*}*/
    
.banner_sec .hero-inner.background-image{
    background-size: cover;
    background-position: unset !important;
    height:100vh;
}

.project-highlights .highlights-img img {
    width: 90%;
    margin-left: 60px;
    margin-top: -60px;
}

.project-highlights{
    padding: 80px 50px;
}

  .about_us .title-area.text-left.mb-50.mt-4 {
    width: 90%;
}

.about_us .title-area.text-left .sub-title{
    margin-top: 40px;
}

.site-address{
    padding: 50px 50px;
}


}



@media (min-width:300px) and (max-width:575px){
    
    body{
        overflow-x: hidden;
    }
    
    .project-highlights {
    overflow: hidden;
    /*padding: 80px 0px;*/
}

.banner_sec .hero-inner {
    height: 50vh;
}


.hero-inner.hero-style1.background-image {
    background-size:contain;
}

    .banner_sec .hero-inner.hero-style1 {
        margin-top: -95px;
        /* padding: 182px 0 94px; */
    }

        .header-default .header-logo img {
        max-width: 80px;
        margin-top: -20px;
        margin-left: 20px;
    }

    .about_us p {
    text-align: center;
}

.about_us .title-area.text-left.mb-50.mt-4 {
    text-align: center;
}

.plans_sec .blog-card .blog-img {
    margin: 15px;
}

.car_sec .property-values-1-counter {
    width: 155px;
}

.car_sec .property-values-1-counter-wrapper{
    display: grid;
    text-align: center;
    grid-template-columns: repeat(2, 1fr);
}

.car_sec .property-values-1-counter h3 {
    font-size: 16px;
    height: 60px;
}

.gallery-card{
    position: relative;
    margin-top: 30px;
}

.site-address .site-map {
    margin-top: 30px;
}

.footer-wrapper.footer-layout1.footer-new .address-card{
    display: flex;
    flex-direction: column;
    gap: 10px;
    /* align-items: center; */
    justify-content: center;
}

.footer-wrapper.footer-layout1.footer-new .address-card h5{
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #fff;
}

.project-highlights h3 {
    color: #023935;
    text-align: center;
}

.project-highlights h6 {
    text-align: center;
}

.project-highlights p{
    text-align: center;
}

#preloader .txt-loading {
    text-align: center;
    width:120%;
}

section.property-values-sec-1.bg-smoke.overflow-hidden.car_sec.background-image{
    margin-top: 60px;
}

div#about-sec{
    margin-top: -90px;
}

.about_us .shape-mockup
 {
    display: none;
}

.project-highlights .highlights-img img{
    width:100%;
    margin-left: 0px;
    margin-top: 0px;
}

.about_us .about-middle {

     margin-top: unset; 
     margin-left: unset; 
}

.about_us .about-middle img {
    width: 100%;
    text-align: center;
}

.preloader-inner {
    text-align: center;
    position: absolute;
    left: 44%;
    
}

.modal-content {

    width: 100%;
}



}