.contact-map-sec{
    width: 100%;
    display: block;
    padding: 110px 0 40px;
    margin: 0;
}
.contact-map-sec .map-wrap{
    width: 100%;
    display: block;
}
.contact-map-sec .map-wrap iframe{
    width: 100%;
    height: 630px;
}
.contact-address-sec{
    width: 100%;
    display: block;
    padding: 0 0 110px;
    margin: 0;
}
.contact-address-sec .each-block{
    width: 100%;
    background: #F5F5F5;
    border-radius: 10px;   
    padding: 22px; 
    height: 100%;
    min-height: 165px;
}
.contact-address-sec .each-address{
    position: relative;
}
.contact-address-sec .each-address + .each-address{
    margin-top: 10px;
}
.contact-address-sec .each-address .icon-wrap{
    width: 46px;
    height: 46px;
    background: #5277F7;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.14);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
}
.contact-address-sec .each-address .icon-wrap i{
    font-size: 16px;
    color: #fff;
}
.contact-address-sec .each-address .contact-wrap{
    margin-left: 66px;
}
.contact-address-sec .each-address .contact-wrap h5{
    font-weight: 700;
    font-size: 18px;
    text-transform: capitalize;
    color: #000;
    margin: 0 0 5px;
}
.contact-address-sec .each-address .contact-wrap p{
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: #3C4858;
    margin: 0;
}
.contact-address-sec .each-address .contact-wrap p a{
    color: #3C4858;
}
.contact-address-sec .each-address .contact-wrap p a:hover{
    color: #5277F7;
}
/*====================================================== Responsive ========================================*/
@media only screen and (max-width:1199px){ 
    .contact-map-sec .map-wrap iframe{
        height: 80vh;
    }
}

@media only screen and (max-width:1024px){ 

}

@media only screen and (max-width:991px) {

}
@media only screen and (max-width:840px) {
    .contact-address-sec .col-md-6{
        width: 100%;
    }
    .contact-address-sec .col-md-6 + .col-md-6{
        margin-top: 30px;
    }
    .contact-address-sec .each-block{
        max-width: 450px;
        margin: 0 auto;
        min-height: auto;
    }
}
@media only screen and (max-width:767px) {
    .contact-map-sec{
        padding-top: 50px;
    }
    .contact-map-sec .map-wrap iframe {
        height: 60vh;
    }
    .contact-address-sec{
        padding-bottom: 50px;
    }
}
@media only screen and (max-width:420px) {

}
@media only screen and (max-width:490px) {
    .contact-map-sec .map-wrap iframe {
        height: 50vh;
    }
}
@media only screen and (max-width: 420px){
    .contact-map-sec .map-wrap iframe {
        height: 40vh;
    }    
}
@media screen and (max-width: 375px) {
    .contact-address-sec .each-block{
        padding: 20px 15px;
    }
    .contact-address-sec .each-address .icon-wrap{
        width: 35px;
        height: 35px;
        border-radius: 8px;
    }
    .contact-address-sec .each-address .icon-wrap i{
        font-size: 14px;
    }
    .contact-address-sec .each-address .contact-wrap {
        margin-left: 45px;
    }
}