.hr-contact-section .address {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    position: relative;
    text-align: center;
    background: var(--color-2);
}
.hr-contact-section .phone {
    background: var(--color-3);
}
.hr-contact-section .email {
    background: #f90f4a;
}
.hr-contact-section .address .hricon {
    position: absolute;
    text-align: center;
    top: -42px;
    width: 100%;
}
.hr-contact-section .address .hricon i {
    background: var(--color-2) none repeat scroll 0 0;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
    height: 85px;
    line-height: 85px;
    margin: auto;
    text-align: center;
    top: 0;
    width: 85px;
    border-radius: 100%;
    color: #fff;
    font-size: 30px;
}
.hr-contact-section .address .address-inner {
    padding: 59px 20px 28px;
}
.hr-contact-section .address .address-inner h2 {
    font-family: var(--font-01);
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 24px;
    text-transform: capitalize;
}
.hr-contact-section .address .address-inner p {
    color: #fff;
    line-height: 23px;
    margin-bottom: 18px;
}
.hr-contact-section ul{
    list-style: none;
    padding-left: 0;
}
.hr-contact-section .address .address-inner ul li {
    color: #fff;
    line-height: 23px;
}
.hr-contact-section .address .address-inner ul li a{
    color: #fff;
}
.hr-contact-section .hr-form-group{
    margin-bottom: 27px;
    position: relative;
}
.hr-contact-section .hr-form-group label{
    font-weight: 400;
    color: #000;
}
.hr-contact-section .hr-form-group .required {
    font-size: 14px;
    color: #dc3545;
}
.hr-contact-section .hr-form-group .hr-fill{
    border: 1px solid rgba(153, 153, 153, 0.5);
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 10px;
    height: 55px;
    padding: 0 45px 0 30px;
    color: #444444;
    background-clip: #fff;
    font-size: 16px;
    width: 100%;
}
.hr-map-section{
    overflow: hidden;
}
.hr-map-section .map-div{
    margin-left: -15px;
    margin-right: -15px;
}
.hr-map-section .child-image{
    margin-left: -15px;
    margin-right: -15px;
}
.hr-map-section .child-image img {
    width: 100%;
}
.map-div iframe{
    width: 100%;
    height: 783px;
}
img{
    max-width: 100%;
}
@media(max-width: 767.98px){
    .hr-map-section .child-image img {
        max-width: 100%;
    }
}