﻿
.contactbanner {
    position: relative;
    background: url("../img/banner/contactbanner.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    padding: 170px 0 90px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

@media (max-width: 991.98px) {
    .contactbanner {
        padding: 140px 0 60px;
    }
}

.contactbanner.innerbanner::after {
    content: "";
    background: linear-gradient(0deg, #000000 16.31%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.contactus-img {
    position: relative;
}

@media (min-width: 992px) {
    .contactus-img {
        padding-right: 0;
    }
}

@media (min-width: 992px) {
    .contactright-map {
        padding-left: 0;
    }
}

@media (max-width: 991.98px) {
    .contactleft-info {
        text-align: center;
    }
}

.contactinfo-content {
    position: absolute;
    top: 50%;
    background: #c10037;
    padding: 50px;
    right: -80px;
    border-radius: 10px;
    text-align: center;
    color: #ffffff;
    z-index: 1;
    transform: translateY(-50%);
}

@media (max-width: 991.98px) {
    .contactinfo-content {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        right: inherit;
    }
}

@media (max-width: 767.98px) {
    .contactinfo-content {
        right: 110px;
        padding: 20px;
    }
}

@media (max-width: 575.98px) {
    .contactinfo-content {
        top: 100px;
        right: 0;
        padding: 20px;
        position: relative;
    }
}

.contactinfo-content h6 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 800;
}

.google-maps {
    height: 100%;
}

    .google-maps iframe {
        position: relative;
        height: 100%;
        width: 100%;
    }

.contact-hours {
    margin: 0 0 20px;
}

    .contact-hours:last-child {
        margin: 0;
    }

    .contact-hours li {
        font-size: 16px;
        line-height: 27px;
    }

.contactusform-section {
    padding: 0 0 70px;
}

    .contactusform-section .submit-section {
        text-align: right;
    }

@media (max-width: 767.98px) {
    .contactusform-section .submit-section {
        text-align: left;
    }
}

.contact-info {
    text-align: center;
    margin: 0 0 50px;
}

@media (max-width: 991.98px) {
    .contact-info {
        margin: 0 0 30px;
    }
}

@media (max-width: 767.98px) {
    .contact-info {
        margin: 0 0 20px;
    }
}

.contact-info h2 {
    font-weight: 700;
    color: #c10037;
    font-size: 36px;
    margin: 0 0 20px;
}

@media (max-width: 767.98px) {
    .contact-info h2 {
        font-size: 28px;
        margin: 0 0 15px;
    }
}

.contact-info h2 span {
    color: #374b5c;
}

.contact-info p {
    font-size: 18px;
}

@media (max-width: 767.98px) {
    .contactform-img {
        margin: 0 0 30px;
        padding: 20px;
    }
}

.contactus-form textarea, .contactus-form input {
    background: #f9fafc;
    border: 1px solid #e3e3e3;
    border-radius: 8px;
}

    .contactus-form textarea:focus, .contactus-form input:focus {
        background: #f9fafc;
        border: 1px solid #000000;
        border-radius: 8px;
    }

.contactus-form .form-set {
    margin-bottom: 20px;
}

.contactus-form input {
    color: #374b5c;
    font-size: 15px;
    min-height: 52px;
}

    .contactus-form input::placeholder {
        color: #374b5c;
    }

.contactus-form textarea.form-control {
    padding: 15px;
    color: #374b5c;
    font-size: 15px;
    min-height: 153px;
}

.contactus-form textarea::placeholder {
    color: #374b5c;
}

.contactus-info {
    padding: 70px 0;
}
