@media (max-width: 1366px) {
  .contact-page-section .contact-info-box {
    width: 50%;
  }
  .contact-page-section .contact-info-box.col-lg-2.col-md-6.col-sm-12 {
    border-right: 0px solid;
  }
}
@media (max-width: 991px) {
  .address .row {
    justify-content: center;
    gap: 30px 0;
  }

  .contact-map {
    height: 550px;
  }
  section.contact-upper {
    padding-top: 115px;
  }
  .contact-page-section {
    padding-top: 100px;
  }
  .contact-page-section .contact-details {
    padding-right: 0;
    margin-bottom: 30px;
  }
  section.contact-us {
    padding-top: 50px;
  }
  .address .row {
    justify-content: space-evenly;
  }
  .address .row >:first-child{
    border-right: none;
  }
  .address h4 {
    font-size: 20px;
  }
  .address p {
    text-align: center;
  }
  .address .col-md-6 {
    text-align: center;
    width: 50%;
          border-right: none;
  }
  section.contact-us .address.row {
    justify-content: space-evenly;
  }
  .address .right{
    /* border: none; */
  }
}
@media (max-width: 540px) {
      .address .row >:first-child {
        border-right: none;
    }

  .address .col-md-6{
    width: 100%;
  }
  section.faq .head-sec h2 {
    font-size: var(--f28);
  }

  section.faq .col-sm-4 {
    padding: 0;
  }

  .form-map .col-12 {
    padding: 0;
  }

  .form-map .main {
    padding: 20px;
  }

  h2.form-head {
    font-size: var(--f20);
  }

  .form-map .main {
    margin-top: 40px;
  }

  .address h4 {
    font-size: 20px;
  }

  .contact-us .head-sec h2 {
    font-size: 28px;
  }

  .contact-us {
    padding-top: 40px;
  }

  .contact-page-section .contact-info-box {
    width: 100%;
  }
  .contact-form input {
    margin-bottom: 15px;
  }
  .contact-map {
    height: 400px;
  }
  section.contact-upper {
    padding-top: 40px;
  }
  .contact-page-section .col-md-12 {
    padding: 0;
  }

  .contact-page-section .col-md-6 {
    margin-bottom: 30px;
  }
  .contact-page-section .contact-details {
    padding-right: 0;
  }
  .contact-page-section {
    padding-top: 30px;
  }
  .contact-form {
    padding: 20px;
  }
  .contact-page-section .col-md-6 {
    margin-bottom: 30px;
    padding: 0;
  }
}
