/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 1 version
*/

.form-col p strong {
    font-size: 12px;
    color: #626262;
    font-weight: 700;
    line-height: 1em;
}

.form-col p {
    line-height: 1em;
}

.contact {
    background: rgb(0, 50, 98);
    background: linear-gradient(0deg, rgba(0, 50, 98, 1) 0%, rgba(5, 66, 126, 1) 100%);
    position: relative;
}

.contact-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.contact-form {
    padding: 25px 20px 35px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 50, 98, 0.2);
}

.form-col-btn .btn + p {
    margin-top: 20px;
    font-size: 14px;
    color: #062D49;
}

.contact-overlay {
    position: relative;
    z-index: 1;
}

.contact-top-content p {
    max-width: 940px;
    color: #fff;
}

.contact-top-content {
    margin-bottom: 30px;
    color: #fff;
}

.contact-top-content h2, 
.contact-top-content h3, 
.contact-top-content h4, 
.contact-top-content h5, 
.contact-top-content h6 {
    color: #fff;
}

.contact-right-info {
    padding: 25px 20px 35px;
    background-color: #EDF4FA;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 50, 98, 0.2);
}

.contact-right {
    margin-top: 30px;
}

.contact-right-info-col h6 {
    font-size: 18px;
    color: #062D49;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 12px;
    letter-spacing: 0.02em;
    margin-bottom: 0;
}

.contact-right-info-col p,
.contact-right-info-col a {
    font-size: 16px;
    color: #062D49;
    font-weight: 400;
    padding-left: 22px;
    position: relative;
    display: block;
    border: none;
    letter-spacing: 0.02em;
}

.contact-right-info-col a {
    margin-bottom: 15px;
}

.contact-right-info-col a:last-child {
    margin-bottom: 0;
}

.contact-right-info-col p i,
.contact-right-info-col a i {
    position: absolute;
    left: 0;
    top: 4px;
    color: #91A6BA;
    font-size: 15px;
}

.contact-right-info-col p a {
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: 16px;
    margin-top: 5px;
    font-weight: 700;
    padding-left: 0;
    text-transform: none;
}

.contact-right-info-col {
    padding-bottom: 30px; 
    margin-bottom: 30px;
    border-bottom: 1px solid #91A6BA;
}

.contact-right-info-col:last-child {
    padding-bottom: 0; 
    margin-bottom: 0;
    border-bottom: none;
}

@media(min-width: 768px) {
    .contact-form {
        padding: 40px 70px 50px;
    }

    .contact-right-info h3 {
        font-size: 28px;
    }
    
    .contact-right-info {
        padding: 30px 46px 42px;
    }
}

@media(min-width: 1200px) {
    .contact-flex-area {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .contact-left {
        width: 63%;
        padding-right: 41px;
    }

    .contact-right {
        margin: 0;
        width: 37%;
    }

    .contact-right-info-col a:hover,
    .contact-right-info-col a:hover i {
        color: #B60529;
    }    
}