﻿.map-container {
    overflow: hidden;
}

.contact-details-container h5 {
    font-weight: bold;
    margin-bottom: 4px;
}

.contact-details-container label {
    color: #000000;
    font-size: 13px;
}

.contact-details-container > .one-half {
    padding-left: 0px;
}

    .contact-details-container > .one-half:not(:first-child) {
        margin-left: -18px;
        width: 53%;
    }

.contact span {
    width: 30px;
    display: inline-block;
}

.required-field {
    border-color: red !important;
}

@media only screen and (max-width : 870px) {
    .one-half {
        width: 100% !important;
    }
    .map-container {
        height:300px;
    }
}

@media only screen and (max-width : 480px) {
    .contact-2 .info-box .info a {
        letter-spacing: 3px;
    }
}