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

@media  only screen and (max-width:1500px){
  section.download .img{
      top: 63px;
  }
  section.form .grid {
    -ms-grid-columns:repeat(3, 250px);
    grid-template-columns: repeat(3, 250px);
  }
}


@media  only screen and (max-width:1399px){
    section.download h2{
      font-size: 22px;
    }

    section.download{
      margin-top: 0;
    }

    section.form .grid {
      -ms-grid-columns:  repeat(4, 220px);
      grid-template-columns: repeat(4, 220px);
    }

}



@media  only screen and (max-width:1340px){
  section.download .img{
      top: 100px;
  }

  header .navbar .nav-link {
    margin: 10px;
  }
  section.rewind .container-fluid{
    padding: 0 0 0 100px;
  }
}

@media screen and (max-width: 1030px) {
  section.form .grid{
    -ms-grid-columns: repeat(3, 178px);
    grid-template-columns: repeat(3, 178px);
  }

}


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


  section.life .card-img-overlay{
    font-size: 16px !important;
  }
section.slider_1 .arrow{
z-index: 100;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
position: absolute;
left: 120px;
bottom: 70px;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
}
 
}

@media  only screen and (max-width:991px){
  .download-div{
    display: block !important;
  }
  .modal-dialog {
    top: 200px;
  }
  .modal-content {
    background: #000 !important;
  }
  button#btnSubmitContactForm {
    background-color: #014d82 !important;
    border: 1;
    color: #ffffff;
    padding: 5px 20px;
  }
  #myForm_2 {
    display: none;
  }
  .form-mob .btn-enq {
    text-align: center;
    padding: 6px;
    background-color: #014d82;
    font-size: 20px;
  }

  .form-mob .btn-enq a {
    color: #fff;
  }
  
  #myForm {
    /* display: flex !important; */
    /* width: 380px; */
    width: 390px;
    align-items: center;
    /* height: 506px; */
    height: 695px;
    z-index: 9999 !important;
    background-color: #00000047;
  }
  .container-fluid.px-5.modal-dialog {
    /* new add */
    top: 250px;
    left: -2px;
    background-color: #000;
    height: 250px;
    display: flex;
    justify-content: center;
  }
  /* .modal.show .modal-dialog {
    margin-top: 150px;
  } */
  .form h2 {
		text-align: center;
    padding-top: 10px;
	}
  .form .grid {
		grid: none !important;
		display: flex;
		flex-direction: column;
	}
	.btn-sbm {
		display: flex;
		justify-content: center;
	}
  .enq_div {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: end;
  }
  .enq_div h2 {
    padding-left: 90px;
  }
	section.form .grid {
		gap: 15px;
		padding: 10px 0;
	}
  /* section.form{
    display: none;
  }  */
    section.form-mob {
        display: block;
    }
  .arrow_fixed {
    bottom: 22px;
  }
  .arrow_fixed2 {
    display: block;
    position: fixed;
    bottom: 80px;
  }

  section.floor .btn-dark{
    position: static;
  }

  section.life .card-img-overlay{
    font-size: 30px !important;
  }

  section.rewind .container-fluid{
    padding: 0 50px 0 50px;
  }
  section.rewind .line{
    display: none;
  }

  section.rewind .nav-pills .nav-link{
    padding-bottom: 5px;
    font-size: 15px;
  }

.padding{
  padding: 50px 0;
}
section.life {
  background: url("../Images/life-flow-mob-v3.webp") no-repeat;
  /*background-position: center;*/
  /*background-size: cover;*/
}
  section.map .grid p{
    font-size: 12px;
    }

    section.map .pos{
      position: static; 
      }
      
      section.project .line::before {
        position: absolute;
        height: 137%;
        width: 2px;
        background-color: transparent;
        content: " ";
        left: 80px;
        z-index: 1;
        top: -100px;
      }

      section.project .box{
        margin-bottom: 40px;
      }
      section.floor {
        background: url(../Images/plan-mob.webp);
        /*background-position: center;*/
        /*background-repeat: no-repeat;*/
        /*background-size: cover;*/
    }
    img.img-fluid.resize {
        height: 443px;
    }
    .hd-sec2{
        top: 36%;
        left: 25%;
        transform: translate(-18%, -50%);
    }
    .cnt-sec2 {
        position: absolute;
        top: 44%;
        left: 5%;
        right: 5%;
    }
}


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

  section.rewind .container-fluid{
    padding: 0 20px 0 20px;
    }
    section.amni{
      background-size: cover;
      }

      .arrow_fixed2{
        right: 17px;
      }

      .logo-3{
        width: 120px !important;
      }
      .logo-2{
        width: 120px !important;
      }
    
section.rewind .width{
  width: 50px;
}

section.rewind .size1{
    width: 225px;
    left: 15px;
    bottom: 0px;
    z-index: 10;
}

section.rewind .mySwiper{
  padding-bottom: 40px;
}

    section.rewind .nav-pills .nav-link{
      font-size: 14px;
    }

  section.map .grid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  
  section.life .card-img-overlay{
    font-size: 17px !important;
  }
  
  footer .box .container{
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 10px;
      padding-left: 15px;
  }
  
  footer .box .container .vr{
      display: none;
  }
  
  section.plan  .nav-link{
   width: auto;   
  }


  #swiper2 p{
      font-size: 18px;
  }
  #swiper3 p{
      font-size: 18px;
  }
  section.banner .slider {
      height: 100vh;
      -o-object-fit: cover;
         object-fit: cover;
         object-position: 55%;
         -o-object-position: 55%;  
    }
    section.banner h1 , section.banner_1 h1 {
      font-size: 25px;
    } 

    section.banner .card-img-overlay {
      padding-left: 0 !important;
      top: 38%;
    }
    section.banner .btn {
     width: 131px !important;
    }

    /* section.banner .btn {
      width: 190px;
    } */
    section.rewind{
      background-size: cover;
    }

    section.hillside {
      padding: 30px 0;
      overflow: hidden;
    }
    section.hillside_1 {
      padding: 0px 0;
      overflow: hidden;
    }

    section.hillside .content {
      background-color: #f0efd4;
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0);
      position: static;
      width: 100%;
    }

    section.hillside .right {
      position: absolute;
      right: -55px;
      top: 0%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
    }

    .arrow_fixed img{
      width: 50px;
    }
    .arrow_fixed {
      bottom: 20px;
      right: 17px;
    }

    #dialog-content p{
     font-size: 12px;
      }

      #dialog-content .img {
        position: absolute;
        top: -40px;
        left: 40px;
        display: block;
        }
        
        #dialog-content .img2 {
        position: absolute;
        right:0;
        bottom: -20px;
        width: 40px;
        display: block;
        }
    
}

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

  section.download .img{
    left: 10px;
    top: -39px;
  }


.arrow-m{
 -ms-flex-wrap: wrap;
     flex-wrap: wrap;
 gap: 20px;
 left: 32px;
 bottom: 7px;
 margin-bottom: 20px;
  }

  #slider_last-m .swiper-slide img{
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
  }

  section.plan .resize{
    bottom: -460px;
  }

  header .logo-3{
    width: 116px !important;
  }

}

@media  only screen and (max-width:390px){
  section.plan .resize{
    bottom: -420px;
  }
}

@media  only screen and (max-width:375px){
  section.plan .resize{
    bottom: -475px;
  }
}

/* @media  only screen and (min-width:992px){
  section.form-mob {
    display: none;
  }
  #myForm {
    display: block;
    opacity: 1;
  }
  button.btn-close.btn-close-white {
    display: none;
  }
} */