.contact-map iframe {
    border: 10px solid#fff;
    width: 100%;
    box-sizing: border-box;
    height: 300px;
    margin: 35px 0;
}
.contact-title {
    font-size: 25px;
    color: #2380B8;
    font-weight: bold;
    padding: 0 0 15px 5px;
    border-bottom: 1px solid #FFFFFF;
    margin: 0 0 30px;
    font-family: 'Quicksand', sans-serif;
}
.contact-title i {
    color: #555555;
    font-size: 23px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 7px 0;
}
.reminder {
    vertical-align: middle;
    display: inline-block;
    margin: 0 0 -2px 10px;
    font-size: 14px;
    color: #444;
    font-weight: normal;
}
/*------------ contact-editor ------------*/
.contact-editor .row{
    display: flex:!important;
}
.contact-editor .col{
    float: left;
}
.contact-editor .col{
    margin: 0 0 5px 15px;
}
.contact-editor i{
    width: 30px;
    height: 30px;
    font-size:18px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    
    
    background: #2380b8;
    border-radius: 10px;
    color: #fff;
    
    position: relative;
    margin: 0 20px 0 0;
}
.contact-editor i:before{
    display: inline-block;
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.contact-editor .tel i:before{
    content: "\e1032";
}
.contact-editor .mail i{
    font-size: 13px;
    line-height: 33px;
}
.contact-editor .mail i:before{
    content: "\e1034";
}
.contact-editor .add i:before{
    content: "\e1026";
}
.contact-editor .col a,
.contact-editor .col span{
    display: inline-block;
    width: calc(100% - 50px);
    vertical-align: middle;
}