.mapImg{
    width: 40%;
    min-width: 480px;
}
.contactUs{
    display: flex;
    /* margin-bottom: 70px; */
}
.contactIcon{
    width: 21px;
}
.contactInfo{
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.contactTop h1{
    color: #0b4da2;
    font-size: 54px;
    text-transform: uppercase;
    margin-top: 50px;
    font-family: "Arial";
}
.contactTop{
    border-bottom: 1px dashed #ccc;
    padding-bottom: 50px;
}
.contactContent {
    color: #868585;
    margin-left: 30px;
}
.contactMain {
    display: flex;
    width: calc(32.91% + ((100% - 72.91%) / 2) / 2);
    min-width: 524px;
    margin-left: calc(((100% - 72.91%) / 2) / 2);
    padding-bottom: 80px;
}
.contactUs{
    min-width: 1200px;
}
.contactInfoBox{
    width: 100%;
}
.contactCon{
    margin-top: 40px;
}
.contactCon h2{
    color:#0b4da2;
    font-size: 22px;
}
.onlineTitle{
    display: flex;
}
.onlineList{
    display: flex;
    margin-top: 30px;
    justify-content: space-between;
    color: #868585;
}

.onlineBox{
    width: 47%;
}
.onlineInput input{
    width: 100%;
    line-height: 40px;
    border-bottom: 1px solid #f0efef;
}
.asterisk{
    color: #e26660;
}
.pickerBox{
    width: 100%;
}
.distpicker{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.form-group{
    width: 32%;
}
.form-control {
    width: 100%;
    height: 40px;
    border: 0;
    border-bottom: 1px solid #f0efef;
    outline: none;
    color: #868585;
}
.onlineTextAreaBox{
    width: 100%;
}
.onlineTextArea{
    margin-top: 15px;
    width: 100%;
}
.onlineTextArea textarea {
    border: 0;
    outline: none;
    border-bottom: 1px solid #f0efef;
    box-sizing: border-box;
    width: 100%;
    min-height: 75px;
}
.onlineCodeMain{
    display: flex;
    width: 100%;
    align-items: center;
}
.codeInput input{
    width: 100%;
    background: #eef0f2;
    line-height: 50px;
    padding-left: 15px;
    box-sizing: border-box;
}
.codeImg{
    margin-left: 15px;
    cursor: pointer;
}
.changeOne{
    margin-left: 15px;
    color: #1b4e9a;
    cursor: pointer;
}
.onSubmit{
    width: 220px;
    line-height: 50px;
    background: #1b4e9a;
    color: #fff;
    margin: 0 auto;
    margin-top: 25px;
    font-size: 18px;
    cursor: pointer;
}
#allmap{
    width: 100%;
    height: 100%;
}
img{
   width: auto;
}