@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;
  }
  section.contact-us{
    padding: var(--p80) var(--p12);
  }
}

@media (max-width: 1024px) {
     section.contact-us{
    padding: var(--p60) var(--p12);
  }
     section.contact-us a{
    font-size: 14px;
  }
}
@media (max-width: 980px) {
     section.contact-us{
    padding: var(--p50) var(--p12);
  }
     section.contact-us .address h4{
        font-size: var(--f28);
  }
  section.contact-us .head-sec h2{
    font-size: 30px;
  }
  section.contact-us .address .right{
    width: 50%;
    border: none;
  }
  section.contact-us .form-map .form{
width: 100%;
padding-left: 0;
padding-right: 0;
  }
 section.contact-us .form-map .main{
        padding: var(--p25);
  }
 section.contact-us h2.form-head{
            font-size: var(--f24);
  }
  section.contact-us .form-map {
padding-top: 40px;
  }
  section.contact-us .address .row{
    justify-content: center;
    gap: 20px 0;
  }
section.contact-us .address .right:nth-of-type(1)  {
  border-right: 1px solid var(--heading-color);
}
}
@media (max-width: 991px) {
  .contact-map {
    height: 550px;
  }
}
@media (max-width: 540px) {
    section.contact-us .address .right:nth-of-type(1)  {
  border-right:none;
}
section.contact-us .address h4{
            font-size: var(--f22);
            margin-bottom: 6px;
        }
        section.contact-us .head-sec h2{
    font-size: var(--f24);

}
    section.contact-us .address .right{
        width: 100%;
        border: none;
        padding-left: 0;
        padding-right: 0;
    }
    section.contact-us .address .col-4{
        width: 100%;
        border: none;
        padding-left: 0;
        padding-right: 0;
    }
    section.contact-us .address .row{
        /* display: block; */
        gap: 20px 0;
    }
     section.contact-us{
    padding: var(--p40) var(--p12);
  }
     section.contact-us .form-map{
    
  }
  .contact-page-section .contact-info-box {
    width: 100%;
  }
  .contact-form input {
    margin-bottom: 15px;
  }
  .contact-map {
    height: 400px;
  }
}
