.contact-us-ul a, 
.contact-us-ul span {
    font-size: 14px;
    line-height: 20px;
}

.location_image {
    line-height: 0;
}

.iframe-rwd  {
    position: relative;
    padding-bottom: 48.25%;
    height: 0;
    overflow: hidden;
}

.iframe-rwd iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

textarea.floating_input {
    height: 90px;
}

.get-in-touch-fix-block .name-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.loader {
    position: fixed;
    visibility: hidden;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0.8;
    background: url("../../../assets/dashboard/images/Loader.gif") 50% 50% no-repeat rgb(249,249,249);
    background-size: 100px;
}


/* Responsive */
@media only screen and (max-width: 575px) {    
    .get-in-touch-fix-block .name-box {
        grid-template-columns: repeat(1, 1fr);
        gap: 0;
    }
}