.contact-container {
    padding: 24px;
    box-shadow: 0px 1px 4px 0px #b7b7b7;
}

.contact-section {
    padding: 15px;
}

.contact-map {
    box-shadow: 0px 1px 4px 0px #b7b7b7;
    overflow: hidden !important;
}

#contact-success {
    margin-top: 10px;
    /*display: none;*/
}

.captcha-err {
    text-align: center;
    width: 100%;
}

#contact-page {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-top:100px
}

.header-map {
    position: relative;
    transform: translateY(-60px);
}


.map-bg {
    background-image: url("../images/isncope-contact-map.jpg");
    height: 60vh;
    box-shadow: inset 0 -50px 50px white;
    opacity: .3;
    cursor: pointer;
    background-size: cover;
    transition: background-position-y .3s ease-in-out;
    position: absolute;
    width: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
}

.map-bg:hover {
    opacity: .6;
    background-position-y: -10%;
}

#contact-page .request-form-container {
    width: 1100px;
    margin: auto;
    /*transform: translateY(-300px);*/
    background-color: #fff;
    max-width: 100%;
    padding: 0;
    box-shadow: 0 10px 80px 10px rgba(0, 0, 0, .22), 18px 18px rgba(141, 208, 255, 0.2);
}

#contact-page .request-form-container h1 {
    padding-top: 30px;
}

#contact-page .request-form-container .row {
    margin: 0;
}

#contact-page .request-form-container .row > div {
    padding-right: 0;
    padding-left: 0;
}

#contact-page #contact-form {
    padding: 35px;
}

.contact-info-container {
    background: url("../images/inscope-contact-us.jpg");
    color: #fff;
    height: 100%;
    padding: 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.contact-info-container a {
    cursor: pointer;
    font-weight: 400;
    color: #fff;
}

.contact-info-container .txt3 a {
    cursor: pointer;
    font-weight: 400;
    color: #dcd4d4;
}

.contact-info-container a.txt2 {
    color: #a7e9fc !important;
}


.contact-info-container a.txt2:hover {
    text-decoration: underline !important;
}


.contact-info-container .p-r-25 {
    padding-right: 25px;
}

.contact-info-container .txt1 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.contact-info-container .txt2 {
    color: #eeeeee;
    font-size: 14px;
}

.contact-info-container .txt3 {
    font-size: 12px;
}

.contact-info-container .p-r-25 {
    padding-right: 25px;
}

.contact-info-container .p-b-15 {
    padding-bottom: 15px;
}

.contact-info-container .social-icons {
    width: 100%;
}

.contact-info-container .social-icons .icon:hover .fab {
    color: #fff;
}

.contact-info-container .txt-blue {
    color: #a7e9fc !important;
}


@media screen and (max-width: 767px) {
    .map-bg {
        height: 40vh;
        background-size: cover;
    }

    #contact-page .request-form-container {
        /*transform: translateY(-140px);*/
    }
}
