.contact-banner {
    height: 550px;
}

.contactForm {
    margin-top: -60px
}

.contactForm .applyForm {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    padding: 20px;
    max-width: 500px;
}

.contactForm__header h2 {
    font-weight: bold;
}

.contact-heading {
    border-left: 10px solid var(--bg-white);
    padding-left: 15px;
    margin-top: 70px;
}

.contact-heading h5 {
    font-weight: bold;
    margin-bottom: 5px
}

.contact-banner .main-heading h1 {
    font-size: 48px;
    line-height: 42px;
    margin-top: 5px;
}

.contactForm .form-control,
.contactForm .form-select {
    height: 46px;
}

.contactAddress-sec {
    background: var(--bg-gray)
}

.contactAddress-sec__content {
    margin-bottom: 40px
}

.contactAddress-sec__content h4 {
    font-weight: bold;
    line-height: 22px;
    color: var(--text-blue);
    margin-bottom: 10px;
}

.contactAddress-sec__content ul li {
    margin-bottom: 10px;
}

.contactAddress-sec__content ul li small {
    display: block
}

.contactAddress-sec__content ul li a {
    color: var(--text-black);
    text-decoration: none;
    font-family: var(--primary-sub-font);
}

.contactAddress-sec__content ul li a:hover {
    color: var(--text-green);
}

.maps iframe {
    height: 400px;
    width: 100%;
    margin: 0;
}

@media only screen and (max-width: 991px) {
    .contact-banner {
        height: auto
    }
    .contactForm {
        margin-top: 50px;
    }
    .contactForm .applyForm {
        max-width: 100%;
    }
}

@media only screen and (max-width: 575px) {
    .contact-banner .main-heading h1 {
        font-size: 36px;
        line-height: 34px;
        margin-top: 5px;
    }
    .contact-heading {
        margin-top: 40px;
    }
    .contactForm .applyForm {
        padding: 0;
    }
    .maps iframe {
        height: 250px
    }
}