.each_address{
    width: 100%;
    padding-bottom: 40px;
    list-style-type: none;
}
.address_icon i{
    font-size:20px;
    color: #236CD5;

}
.address_icon{
    width: 10%;
    float: left;
}
.address_text {
    width: 80%;
    float: left;
}

.location_frame iframe{
    width: 100%;

}

.contact_form{
    background-color: #e3e4e4;

    /*border:1px solid #e2e2e2;*/
    padding:20px;
}
.contact_form > .form-body > .form-group >  input{
    width: 100%;
    padding:20px 10px;
    border-radius: 5px;
    border:1px solid #CED4DA;
    box-shadow: none;
}
.contact_form > .form-body > .form-group > textarea{
    border:1px solid #CED4DA;
    box-shadow: none;
}
.form-group > label{
    color:#4e4e4e;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 12px;
}
.location_details{
    margin-top: 40px;
}
.each_contact_info{
    width: 100%;
    padding: 10px 0px;
}
.contact_info_icon{
    width: 10%;
    float: left;
}
.contact_info_text{
    width:80%;
    float: left;
}
.contact_info_text span{
    font-size: 14px;
}
.contact_info_icon > i {
    color: #172a66;
    margin-left: 20px;
    font-size: 18px;
}

.about_button{
    margin-top: 0px;
}
.contact_button :hover .white_text{
    color: #172a66;
}
.address_section{
    padding: 0 !important;
}
address_section > ul{
    padding-left: 0 !important;
}
.contact_form{
    /*padding: 0 !important;*/
}

.form_address_section{
    margin-bottom: 30px;
}