.page-banner-section.contact-banner{
    background-image: url(../../images/banners/contact-banner-top.png) !important;
    background-position: top !important;
}
.page-banner-section .contacts-block{
    display: inline-flex;
    flex-flow: column;
}
.page-banner-section .contacts-block:not(:last-of-type) {
    margin-bottom: 20px;
}
.page-banner-section .contact-info-block {
    padding-top: 50px;
    border-top: 2px solid #929292;
}

.page-banner-section .contacts-block h5 {
    font-weight: 700;
}
/* .page-banner-section .contacts-block span:first-child {
    font-size: 16px;
    font-weight: normal;
}
.page-banner-section .contacts-block span:last-child {
    font-size: 18px;
    font-weight: 800;
} */

.page-banner-section .hero-text {
    max-width: 300px;
    margin-bottom: 120px;
}

.contact-form-wrap {
    background-color: #fff;
    padding: 30px;
    border-radius: 5px;
    margin-top: 60px;
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
}

@media screen and (min-width: 992px) {
    /* .contact-form-wrap {
        margin-bottom: -80px;
    } */
}

.contact-form-wrap label {
    color: #222;
}

.contact-form-wrap .form-control {
    border-radius: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom-width: 2px;
}
.contact-form-wrap .form-control:focus {
    box-shadow: none;
}

.contact-form-wrap textarea.form-control {
    resize: none;
}

/* .page-banner-section {
    margin-bottom: 80px !important;
} */

#contact-map {
    width: 100%;
    min-height: 500px;
    display: block;
}

.contact-banner-section {
    background-image: url(../../images/banners/contact-banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 150px 0;
}

.contact-banner-section span.text {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    color: #fff;
}

.contact-banner-section span.number {
    font-size: 62px;
    font-weight: 800;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    color: #fff;
}


.header-gap {
    margin-top: var(--top-margin);
}

.service-query-form {
    padding: 30px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 8px 10px rgb(0 0 0 / 9%);
    position: relative;
}

.service-query-link {
    text-align: center;
}
.service-query-link a {
    background: #7f9d3d;
    color: #fff;
    padding: 20px 10px;
    border-radius: 50%;
    width: 180px;
    text-align: center;
    height: 180px;
    font-size: 22px;
    font-weight: 400;
    line-height: 24px;
    display: inline-flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    transition: all 0.2s ease-out;
}

.service-query-link a:hover {
    color: #fff;
    box-shadow: 0px 7px 9px 0px rgb(127 157 61 / 42%) !important;
    border: 5px solid #fff;
}

.service-query-link img {
    height: 32px;
    margin-bottom: 10px;
}

.common-fields {
    margin-bottom: 30px;
}

.service-req-block {
    background: #f5f5f5;
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.delete-req-block {
    border: 0;
    background: #f44336;
    color: #fff;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    position: absolute;
    z-index: 1;
    right: 20px;
    top: 10px;
}
/* .service-req-block:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 12px;
}
.service-req-block:nth-of-type(2n+1):before {
    background: #ccc;
}
.service-req-block:nth-of-type(2n+2):before {
    background: #ccc;
} */
.service-req-block label {
    font-size: 14px;
    color: #757575;
}

.general-form .form-control:focus {
    border-color: #7f9d3d !important;
}

form:not(.general-form) .form-control:focus {
    border-color: #7f9d3d !important;
    box-shadow: 0 0 0 0.2rem rgb(127 157 61 / 25%) !important;
}

form:not(.general-form) .form-control:focus:invalid {
    border-color: #f44336 !important;
    box-shadow: 0 0 0 0.2rem rgb(244 67 54 / 25%) !important;
}

.contact-form-wrap .form-control:focus:invalid {
    border-color: #f44336 !important;
}

@media (max-width: 767px) {
    .service-query-section .section-title-wrap {
        display: inline-flex;
        flex-direction: column;
        align-items: center;
    }
    .tariff-btn {
        margin-top: 15px;
    }
}
@media (min-width: 768px) {
    .tariff-btn {
        position: absolute;
        right: 0;
        top: 0;
    }
}
