/* Contact Start */
/* Google Embaded Map */
.contact .mapouter {
    position: relative;
    text-align: right;
    height: 450px;
    width: 100%;
}

.contact .gmap_canvas {
    overflow: hidden;
    background: none !important;
    height: 450px;
    width: 100%;
}

.contact .border-left {
    border-left: 2px solid #087194;
    padding-left: 30px;
    margin-left: 30px;
    margin-top: 30px;
    opacity: 1;
}

.contact .box-shadow {
    /* box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px !important; */
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px,
        rgba(0, 0, 0, 0.3) 0px 7px 13px -3px,
        rgba(0, 0, 0, 0.2) 0px -3px 0px inset !important;
}

.contact .asterisk:after {
    content: "*";
    color: red;
    padding-left: 2px;
}

.contact i {
    color: #151616;
}

.contact i h2 {
    color: #151616;
}

.contact h6 {
    color: #087194;
}

.contact i:hover {
    color: #087194 !important;
}

.contact i span:hover {
    color: #087194 !important;
}

.contact .btn {
    background-color: #087194 !important;
    border: none !important;
    color: white;
}

.contact .btn:hover {
    background-color: #087194 !important;
    border: none !important;
    color: white;
}

/* Contact End */


@media only screen and (max-width: 480px) {
    .contact .mapouter {
        position: relative;
        text-align: right;
        height: 250px;
        width: 100%;
    }

    .contact .gmap_canvas {
        overflow: hidden;
        background: none !important;
        height: 250px;
        width: 100%;
    }

    .contact .box-shadow {
        box-shadow: 0, 0, 0, 0;
    }

    .contact .border-left {
        border-left: none !important;
        padding-left: 0px;
        margin-left: 0px;
        margin-top: 0px;
        opacity: 1;
    }
}