﻿.gmnoprint {
    top: auto !important;
    bottom: 20px;
    z-index: 1000 !important;
}

.validatormsg {
    float: right;
    color: #DB2400;
    font-size: 11px;
}

.captchaval {
    display: inline-block;
    margin-left: 10px;
}

.address {
    white-space: nowrap;
}

@media (max-width: 420px) {
    .address {
        white-space: normal;
    }
}

/* Hero section */

.contact-hero {
    padding: 130px 0 40px;
    background: #ffffff;
}

.contact-hero-row {
    align-items: center;
}

.hero-image-col {
    margin-bottom: 30px;
}

.hero-image-frame {
    position: relative;
    max-width: 520px;
    margin: 0 auto;
}

.hero-image-border {
    position: absolute;
    top: -24px;
    left: -24px;
    right: 24px;
    bottom: 24px;
    background: #DB2400;
    z-index: 0;
}

.hero-image-inner {
    position: relative;
    z-index: 1;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
}

    .hero-image-inner img {
        width: 100%;
        display: block;
    }

.hero-text-col {
    margin-top: 20px;
}

.contact-header {
    max-width: 500px;
    margin: 0 auto 0 40px;
}

.accent-bar {
    width: 44px;
    height: 4px;
    background: #DB2400;
    margin-bottom: 20px;
}

.contact-header h1 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 12px;
    color: #000000;
}

.contact-header p {
    font-size: 13px;
    line-height: 1.6;
    margin: 0;
    color: #444444;
}

/* Main contact area */

.contact-page.bottom-full {
    padding: 40px 0 80px;
    background: #ffffff;
}

.contact-main-row {
    display: flex;
    align-items: stretch;
}

    .contact-main-row > .col-md-9,
    .contact-main-row > .col-md-3 {
        display: flex;
    }

.contact-form-wrapper,
.contact-info-card {
    height: 100%;
}

.section-header {
    margin-bottom: 24px;
}

    .section-header .accent-bar {
        margin-bottom: 16px;
    }

    .section-header h2 {
        font-size: 22px;
        font-weight: 700;
        margin: 0 0 8px;
        color: #000000;
    }

    .section-header p {
        font-size: 13px;
        line-height: 1.6;
        max-width: 380px;
        margin: 0;
        color: #444444;
    }

/* Form */

.contact-form-wrapper {
    margin-top: 20px;
    margin-bottom: 40px;
    border: 1px solid #DB2400;
    padding: 30px 40px;
    background: #ffffff;
}

    .contact-form-wrapper .form-group {
        margin-bottom: 18px;
    }

    .contact-form-wrapper label {
        display: block;
        font-size: 11px;
        font-weight: 600;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        margin-bottom: 4px;
        color: #111111;
    }

.contact-input {
    border-radius: 0;
    border: 1px solid #dddddd;
    font-size: 13px;
    padding: 10px 12px;
    box-shadow: none;
}

    .contact-input:focus {
        outline: none;
        border-color: #DB2400;
        box-shadow: 0 0 0 1px rgba(219, 36, 0, 0.15);
    }

.contact-message {
    min-height: 150px;
    resize: vertical;
}

.contact-input::placeholder {
    color: #aaaaaa;
}

/* Captcha */

.captcha-wrapper {
    margin-top: 8px;
    margin-bottom: 20px;
}

.g-recaptcha {
    display: inline-block;
}

/* Button */

.btn-contact-submit {
    background: #DB2400;
    border-color: #DB2400;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 12px;
    padding: 10px 32px;
    border-radius: 0;
}

    .btn-contact-submit:hover,
    .btn-contact-submit:focus {
        background: #b11c00;
        border-color: #b11c00;
        color: #ffffff;
    }

/* Contact info card */

.contact-info-card {
    border: 1px solid #DB2400;
    padding: 30px 34px;
    background: #ffffff;
    margin-top: 20px;
}

    .contact-info-card h3 {
        font-size: 18px;
        font-weight: 700;
        margin: 0 0 24px;
        color: #000000;
    }

.contact-info-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .contact-info-list li {
        display: flex;
        align-items: flex-start;
        margin-bottom: 24px;
    }

        .contact-info-list li:last-child {
            margin-bottom: 0;
        }

.icon-circle {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid #DB2400;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    flex-shrink: 0;
}

    .icon-circle i {
        color: #DB2400;
        font-size: 15px;
    }

.info-text span,
.info-text a {
    font-size: 13px;
    line-height: 1.5;
    color: #000000;
    display: block;
}

    .info-text a:hover {
        text-decoration: underline;
    }

/* Responsive */

@media (max-width: 991px) {
    .contact-hero {
        padding-top: 180px;
    }

    .contact-header {
        margin: 30px auto 0;
    }

    .contact-info-card {
        margin-top: 40px;
    }

    .contact-form-wrapper {
        padding: 24px 20px;
    }

    .contact-main-row {
        display: block;
    }

        .contact-main-row > .col-md-9,
        .contact-main-row > .col-md-3 {
            display: block;
        }

    .contact-form-wrapper,
    .contact-info-card {
        height: auto;
    }
}

@media (max-width: 767px) {
    .contact-hero {
        padding-top: 150px;
    }

    .hero-image-border {
        top: -18px;
        left: -18px;
        right: 18px;
        bottom: 18px;
    }

    .contact-header {
        text-align: left;
        padding: 0 15px;
    }

    .section-header {
        padding: 0 5px;
    }

    .contact-info-card {
        padding: 24px 22px;
    }
}

.contact-info-list li .info-text {
    background: transparent !important;
    box-shadow: none !important;
}

    .contact-info-list li .info-text::before,
    .contact-info-list li .info-text::after {
        content: none !important;
    }

.contactus-icon {
    padding-top: 25px;
    padding-bottom: 50px;
}
.contact-main-row {
    display: block; 
    align-items: flex-start; 
}

    .contact-main-row > .col-md-9,
    .contact-main-row > .col-md-3 {
        display: block;
    }

.contact-form-wrapper,
.contact-info-card {
    height: auto;
}

@media (min-width: 992px) {
    .contact-main-row {
        display: flex !important;
        align-items: stretch !important;
    }

    .contact-form-wrapper,
    .contact-info-card {
        height: 100% !important;
    }
}