.contact-us{
   /* margin-top: 120px;*/
    max-width: 1090px;
    padding: 0;
}
.contact-us-p{
    padding: 0 95px;
}
.desktop-res{
    display: flex;
    flex-direction: row-reverse;
}
.contact-us-svg-div{
    width: 50%;
}
.contact-us-svg{
    width:451px;
    height: 451px;
}
.contact-us-btn{
    width: 33%;
}
.map{
    height: 480px;
}
.form{
    padding: 0;
}

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

.contact-us .contact-us-content .col{
    padding: 50px 0;
}




.contact-us-col{
    border-left: 1px solid #E4E4E4;
    padding: 0 40px;
}


.contact-us .contact-us-content .col:last-child .contact-us-col{
    border-left: none;
}
