@media screen and (max-width: 1200px) {
  .form2 input,
  .form2 select {
    width: 200px;
  }
  .form3 input,
  .form3 select {
    width: 170px;
  }
}
@media screen and (max-width: 1100px) {
  header img {
    margin: 0 20px;
    height: 80px;
  }
  header .section2 a {
    font-size: 12px;
  }
  .banner_form {
    width: 30%;
  }
  .about .container {
    max-width: 100%;
  }
  .form2 .container {
    min-width: 100%;
  }
  .form2 button {
    font-size: 12px;
  }
  .form3 .container {
    min-width: 90%;
  }
  [data-aos="fade-right"] {
    transform: translateX(-50px) scale(1); /* prevent unwanted scaling */
  }
  .about .col-6 {
    max-width: 100%;
    box-sizing: border-box;
  }
  .nearby .tab button {
    font-size: 15px;
  }
}
@media screen and (max-width: 900px) {
  header {
    display: none !important;
  }
  .header2 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    vertical-align: middle;
    position: fixed;
    width: 100%;
    height: 80px;
    background-color: rgba(19, 37, 75, 0.9);
    z-index: 99;
  }
  .header2 .primary img {
    height: 60px;
    /* margin-top: 10px; */
    margin-right: 20px;
  }
  .header2 .secondary img {
    height: 60px;
    /* margin-top: 10px; */
    margin-left: 10px;
  }

  .header2 button {
    font-size: 12px;
    background-color: white;
    padding: 5px 7px;
    border: none;
    border-radius: 5px;
    margin-right: 5px;
    outline: none;
  }
  .section_head {
    font-size: 32px;
  }
  .design {
    width: 240px;
  }
  .about .container p {
    font-size: 13px;
  }
  .about button {
    font-size: 13px;
    padding: 5px 8px;
  }
  .about .col-md-5,
  .about .col-md-7 {
    padding-left: 10px;
  }
  .about .col-6 img {
    width: 60px;
    height: 60px;
    padding: 9px;
  }
  .about h3 {
    font-size: 21px;
  }
  .about h4 {
    font-size: 16px;
  }
  .form2 input,
  .form2 select {
    width: 120px;
  }
  .form2 button {
    font-size: 12px;
    padding: 3px 7px;
  }
  .amenities .item img {
    width: 100px;
  }
  .amenities .item h4 {
    font-size: 13px;
  }
  .form3 .container {
    padding: 20px 10px;
  }
  .form3 input,
  .form3 select {
    margin: 3px;
    width: 110px;
  }
  .form3 button {
    font-size: 12px;
    padding: 5px 7px;
  }
  .banner .bg_image {
    height: inherit;
  }
  footer .footer_break {
    flex-direction: column;
  }
}
@media screen and (max-width: 800px) {
  .banner_form {
    display: none;
  }
  .plans h3 {
    margin-top: 30px;
  }
  footer .footer_break {
    flex-direction: column;
  }
  footer {
    height: inherit;
    padding: 50px 60px;
  }
  footer .logo .links {
    max-width: 40%;
  }
  footer .company,
  footer .menu,
  footer .reach {
    margin-top: 40px;
  }
  footer .reach {
    width: 90%;
  }
  footer .copyright {
    margin-bottom: 40px;
    font-size: 14px;
    text-align: left;
    margin-top: 0;
  }
}
@media screen and (max-width: 600px) {
  .banner .bg_image_mob {
    display: block;
  }
  .banner .bg_image {
    display: none;
  }
  .about .container {
    flex-direction: column-reverse;
  }
  .about .col-md-5,
  .about .col-md-7 {
    margin-top: 10px;
  }
  .about .col-6 img {
    margin-right: 10px;
  }

  .plans h3 {
    font-size: 21px;
    margin-top: 50px;
  }
  .plans h4 {
    font-size: 16px;
  }
  .plans button {
    font-size: 14px;
  }
  .nearby .tab {
    margin-top: 15px;
  }
  .nearby .tab button {
    font-size: 15px;
    padding: 10px 13px;
  }
  .nearby .tabcontent {
    height: 300px;
  }
  .form3 .container {
    max-width: 95% !important;
  }
  .form3 input,
  .form3 select {
    margin: 3px 0px;
    font-size: 12px;
    width: 100%;
    border: none;
    border-bottom: 1px solid #bfbfbf;
  }
  .form3 button {
    margin-left: 0px;
    margin-top: 5px;
  }
  .thank .text h3 {
    width: 85%;
    font-size: 40px;
  }
  .thank .text h4 {
    font-size: 16px;
  }
  .master-plan-img-mob {
    display: block;
  }
  .master-plan-img {
    display: none;
  }
  .banner_form {
    display: block;
    width: 100%;
    background-color: #13254b;
    position: inherit;
    height: auto;
    padding-bottom: 20px;
  }
  .banner_form h2 {
    margin-top: 0px;
  }
}
@media screen and (max-width: 600px) {
  .plans-container {
    max-width: 95% !important;
    padding: 10px 10px 25px 10px;
  }
  .plans-cards .glass-caption h3 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 600px) {
  .about-glassy .about-glass {
    grid-template-columns: 1fr;
    padding: 20px;
    gap: 18px;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }
  .about-cta {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  .info_panel {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #04205e;
    z-index: 99;
    text-align: center;
  }
  .info_panel button {
    width: 50%;
    padding: 7px 5px;
    margin: 8px 0;
    border: none;
    background-color: transparent;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    outline: none;
  }
  .about h3 {
    font-size: 16px;
  }
  .about h4 {
    font-size: 14px;
  }
  .modal input {
    width: 95%;
  }
  .modal-content {
    max-width: 100%;
  }
  footer {
    padding: 30px 20px;
  }
  footer li {
    font-size: 12px;
    line-height: 25px;
  }
  .about-stats .stat h3 {
    font-size: 0.8rem;
    font-weight: 600;
  }
  .about-stats .stat h4 {
    font-size: 12px;
  }
  .masterplan-container {
    max-width: 90%;
  }
  .plans .col-md-4 .wrapper {
    margin-bottom: 0px;
  }
  .visit-section .visit-form {
    padding: 0px 30px 0px 30px;
  }
  .amenities-subtext {
    font-size: 14px;
  }
  .about-stats .stat {
    padding: 10px 6px;
  }
  .about-stats .stat img {
    margin-right: 8px;
  }
}
@media screen and (max-width: 400px) {
  .about .col-6 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .about h4 {
    font-size: 13px;
  }
  .plans p {
    width: 90%;
    font: 13px;
  }
  .nearby .tab button {
    font-size: 13px;
    padding: 7px 5px;
  }
}
