@media (max-width: 1024px){
     .contact-us .col-4{
        width:100%;
    }
   .address .right {
    border-right: 0px solid var(--heading-color);
}

section.contact-us .col-6.left, section.contact-us .col-6.right{
    width:100%;
}
section.contact-us .main{
    padding: var(--p40) var(--p30);
    margin-top:var(--m20);
}
}
@media (max-width: 980px){
    .contact-us .col-4{
        width:100%;
    }
    .address .right {
    border-right: 0px solid var(--heading-color);
}
.col-12.form {
    padding: 0px;
}

iframe {
    height: 400px;
}
}
@media (max-width: 540px){
    .contact-us .col-4{
        padding:0px;
    }
section.contact-us .main{
    padding: var(--p25) var(--p25);
}
h2.form-head {
    font-size: var(--f26);
}
.address h4{
    font-size: var(--f18);
}
iframe {
    height: 400px;
}
section.contact-us .col-6.left, section.contact-us .col-6.right {
    width: 100%;
    padding: 0px;
}
}
@media (max-width: 360px){
    h2.form-head {
    font-size: var(--f23);
}
iframe {
    height: 350px;
}
.map {
    height: 350px;
}
.address a, .address p{
    font-size:var(--f12);
}
form button.main-btn {
    width: 100%;
}
.form-map {
    height: 350px;
}
}