/* --Start banner--------------- */
.section-banner {
    background: url('../img/contact/banner.webp') no-repeat center bottom/ cover scroll;
    position: relative;
    padding: 180px 0 10px;
    margin-top: 76px;
}

.section-banner .item {
    margin-bottom: 10px;
}

.section-banner .item span {
    font-size: 16px;
    color: #fff;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.section-banner .item h2 {
    font-size: 28px;
    color: #FFFFFF;
    font-family: "Arial", Sans-serif;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
}

@media (min-width: 992px) {
    .section-banner {
        margin-top: 99px;
        padding: 230px 0 20px;

    }

    .section-banner .item span {
        font-size: 18px;
    }

    .section-banner .item h2 {
        font-size: 35px;
    }
}


.section-banner .breadcrumb {
    justify-content: start;
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 10px;
}

@media (min-width: 992px) {
    .section-banner .breadcrumb {
        justify-content: end;
    }
}

.section-banner .breadcrumb .breadcrumb-item {
    display: flex;
    align-content: center;
    position: relative;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: '|';
    color: #fff;
}

.section-banner .breadcrumb .breadcrumb-item a {
    color: #fff;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
}

.section-banner .breadcrumb .breadcrumb-item.active {
    color: #d01d1b;
    font-weight: bolder;
}

/* --End banner--------------- */
/* --Start contact--------------- */
.section-contact {
    padding: 100px 0 10px;
}

.section-contact .item {
    padding: 10px 5px;
    background: #fff;
    box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.15);
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}


.section-contact .item span {
    font-size: 20px;
    text-align: left;
    color: #d01d1b;
    display: block;
    margin-right: 20px;
}

.section-contact .item a {
    color: #000;
}

.section-contact .item h3 {
    color: #000;
    /* display: block; */
    text-align: center;
    font-size: 14px;
    position: static;
    width: auto;

    margin-bottom: 0;
}


.section-contact form {
    padding: 30px 0;
    border: 1px solid #eee;
    margin-bottom: -100px;
    position: relative;
    z-index: 2;
    background: #fff;
}

@media (min-width: 992px) {

    .section-contact form {
        padding: 30px;
    }

    .section-contact .item span {
        margin-right: 0;
        text-align: center;
    }

    .section-contact .item {
        padding: 60px 0 100px;
        justify-content: center;
    }

    .section-contact .item h3 {
        position: absolute;
        top: 60%;
        transform: translateY(-50%);
        width: 90%;
    }
}
.section-contact #captchaApp .captcha-box {
    display: flex;
    align-items: center;
    border: 1px solid #dee2e6;
    border-right: none;
}

    .section-contact #captchaApp .captcha-box button {
        border: none;
        height: 100%;
    }

.section-contact #captchaApp .form-control {
    border-radius: 0 0.375rem 0.375rem 0;
    border-left: none;
}


/* --End contact--------------- */