@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 .col-6.left, section.contact-us .col-6.right {
    width: 100%;
    padding: 0px;
}
.heading .dash-top {
    width: 75px;
    padding: 0px;
    margin-bottom: var(--m10);
}
section.contact-us .main{
    padding: var(--p25) var(--p25);
}

.heading .col-6{
    display:block;
    padding:0px;
    width: 100%;
    font-size: var(--f14);
}
.heading .col-6.dash-top {
    padding-left: 0px;
    display: block;
    width: 75px;
}
.col-12.rev-head{
    padding:0px;
}
.heading {
    margin-bottom: var(--m20);
}
.addr{
     padding:0px;
}
h2.form-head {
    font-size: var(--f26);
}
.address h4{
    font-size: var(--f18);
}
iframe {
    height: 400px;
}
}
@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;
}
}