#contact-us-banner .banner-text-wrapper-contact {
    display: flex;
    padding: 12% 2%;
    justify-content: space-between;
    align-items: center;
}

#contact-us-banner {
    position: relative;
    z-index: 1;
    background-color: #FFFFFF;
}

#contact-us-banner h3 {
    font-family: Gilroy-SemiBold;
    color: #CDB47A;
    letter-spacing: 5.6px;
    font-size: 1.5vw;
}


#contact-us-banner h2 {
    color: var(--primary-900, #282621);
    font-family: Playfair Display;
    font-size: 3.8vw;
    font-weight: 400;
    padding-right: 3%;
}

.adress-box-contact {
    display: flex;
    align-items: center;
    justify-content: start;
    padding-bottom: 7%;
    flex-wrap: wrap;
    gap: 1.3vw;
}

.adress-box-contact .left-adress-box {
    width: 32%;
    border: 1px solid var(--primary-100, #D4D4D3);
    padding: 2% 2%;
    height: auto;
    min-height: 24vw;
}

.adress-box-contact .right-adress-box {
    width: 32%;
    border: 1px solid var(--primary-100, #D4D4D3);
    padding: 2% 2%;
    min-height: 24vw;
}

.adress-box-contact h5 {
    font-size: 1vw;
    font-family: Gilroy-Regular;
    color: var(--primary-600, #696764);
    letter-spacing: 2px;
    margin-bottom: 5%;
    line-height: inherit;
    text-transform: uppercase;
}

#contact-form-wrapper .contact-subtext a:hover {
    text-decoration: underline;
}

.adress-box-contact h4 {
    font-size: 1.2vw;
    font-family: 'Gilroy-Regular';
    color: var(--primary-600, #696764);
    letter-spacing: 2.4px;
    margin-bottom: 1%;
    text-transform: uppercase;
    font-weight: 600;
}

.adress-box-contact p {
    font-size: 1.05vw;
    font-family: Gilroy-Regular;
    color: var(--secondary-900, #A69163);
    margin-bottom: 3%;
    width: 95%;
}

.adress-box-contact p a {
    font-size: 1.05vw;
    font-family: Gilroy-Regular;
    color: var(--secondary-900, #A69163);
    text-decoration: unset;
}

.adress-box-contact p a:hover {
    text-decoration: underline;
}

#contact-us-banner .container {
    max-width: 92% !important;
}


.contact-section#contact-form-wrapper {
    position: relative;
    z-index: 1;
    width: 100%;
    background: url(../image/Contact-us-form-bg.png) center center / cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

#contact-form-wrapper .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

#contact-form-wrapper .contact-content {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 5% 2%;
    color: #fff;
    padding-bottom: 7%;
}

#contact-form-wrapper .contact-title {
    font-size: 3.35vw;
    font-weight: 400;
    line-height: 1.2;
    font-family: 'Playfair Display';
}

#contact-form-wrapper .contact-subtext {
    font-size: 1.05vw;
    margin-top: 2%;
    margin-bottom: 4%;
    color: var(--primary-200, #BEBEBC);
    font-family: 'Gilroy-Regular';
}

#contact-form-wrapper .contact-subtext a {
    font-size: 1.05vw;
    margin-top: 2%;
    margin-bottom: 4%;
    color: var(--primary-200, #BEBEBC);
    font-family: 'Gilroy-Regular';
    text-decoration: unset;
}


#contact-form-wrapper .form-control::placeholder {
    color: var(--primary-100, #D4D4D3);
    font-family: 'Gilroy-Regular';
    font-size: 1.2vw;
    letter-spacing: 2.4px;
    text-transform: uppercase;
}

#contact-form-wrapper .form-control:focus {
    background-color: unset;
    color: var(--primary-100, #D4D4D3);
    font-family: 'Gilroy-Regular';
    font-size: 1.2vw;
}

#contact-form-wrapper .contact-subtext a.number {
    /* text-decoration: underline; */
}

#contact-form-wrapper .form-control {
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    font-size: 1.2 vw;
    padding: 0.8vw 0;
    margin-bottom: 1vw;
    font-family: 'Gilroy-Regular';
    padding-left: 5px;
}

#contact-form-wrapper .contact-content .col-md-6.mb-4 input {
    width: 85%;
}

#contact-form-wrapper .contact-content .col-md-6.mb-4.second-box-input input {
    margin-left: 15%;
}

#contact-form-wrapper .form-control:focus {
    box-shadow: none;
    border-color: #d1b470;
}

#contact-form-wrapper label {
    font-size: 1vw;
    color: #fff;
    margin-bottom: 1%;
}

#contact-form-wrapper .form-check-label {
    font-size: 1vw;
    color: #fff;
    color: var(--primary-100, #D4D4D3);
    font-family: Gilroy-Regular;
    margin-bottom: 0px;
    padding-bottom: 0px;
    margin-top: 0.3vw;
    padding-left: 1%;
}

#contact-form-wrapper .btn-submit {
    border-radius: 38px;
    background: linear-gradient(82deg, #CDB47A 1.39%, #AA8D4A 94.88%);
    color: var(--secondary-0, #FAF7F2);
    font-size: 1.2vw;
    padding: 1.9% 3%;
    transition: all 0.3s ease;
    margin-top: 3%;
}

#contact-form-wrapper .btn-submit:hover img.img-fluid {
    transform: rotate(45deg);
}

#contact-form-wrapper .btn-submit img.img-fluid {
    width: 1.7vw;
    position: relative;
    left: 0.25vw;
    top: -0.15vw;
    transition: 0.2s linear;
}

#contact-form-wrapper textarea#your-message {
    height: 4vw;
}

#contact-form-wrapper .form-check-input {
    margin: 0px;
}

/* Checkbox */
#contact-form-wrapper .form-check-input {
    width: 1.3vw;
    height: 1.3vw;
    border: 1px solid var(--primary-100, #D4D4D3);
    margin-right: 0.8%;
    border-radius: 1px !important;
    background-color: transparent;
}

#contact-form-wrapper .form-check-input:checked {
    background-color: #c5a25b;
    border: 1px solid var(--primary-100, #D4D4D3);
}

section#thank-you-page-wrapper {
    background-color: #fff;
    position: relative;
    z-index: 1;
    height: 81vh;
    font-family: 'Gilroy-Regular';
    display: flex;
}

section#thank-you-page-wrapper h1 {
    padding-bottom: 1%;
    font-size: 4.5vw;
    font-weight: 600;
}

section#thank-you-page-wrapper a.thn-btn {
    border-radius: 38px;
    background: linear-gradient(82deg, #CDB47A 1.39%, #AA8D4A 94.88%);
    color: var(--secondary-0, #FAF7F2);
    font-size: 1.5vw;
    padding: 1.3% 2%;
    transition: all 0.3s ease;
    margin-top: 5%;
    text-decoration: unset;
}

section#thank-you-page-wrapper p.last-child-p {
    padding-bottom: 2%;
}

span.error {
    font-size: 0.9vw;
    color: red !important;
    font-family: 'Gilroy-Regular';
    letter-spacing: 0.5px;
    font-weight: 400;
}

div.error {
    font-family: 'Gilroy-Regular';
    font-size: 0.9vw;
    letter-spacing: 0.5px;
    font-weight: 400;
    color: red !important;
}

div#your-surname-error {
    margin-left: 15%;
}

.form-check-input.me-2.error {
    margin-bottom: 10% !important;
}

#contact-form-wrapper .form-check-label {
    position: relative;
}

div#privacyCheck-error {
    position: absolute;
    font-size: 0.9vw;
    bottom: 0px;
}

.adress-details-wrapper {
    margin-bottom: 5%;
}

.flex {
    display: flex;
    justify-content: space-between;
}

.flex .adress-details-wrapper {
    width: 48%;
}

.right-adress-box.min-height-div {
    min-height: auto;
}

@media (max-width: 767px) {
    #contact-us-banner .banner-text-wrapper-contact {
        display: block;
        padding-left: 0px;
    }

    div#privacyCheck-error {
        position: absolute;
        font-size: 4vw;
        bottom: 0px;
    }

    div#your-surname-error {
        margin-left: 0%;
    }

    span.error {
        font-size: 4vw;
    }

    .error {
        font-size: 4vw;
    }

    #contact-us-banner h3 {
        letter-spacing: 3px;
        font-size: 5vw;
    }

    #contact-us-banner h2 {
        font-size: 8vw;
    }



    .adress-box-contact {
        display: block;
        padding-bottom: 15%;
    }

    .adress-box-contact .left-adress-box {
        width: 100%;
        padding: 7% 7%;
        min-height: auto;
        margin-bottom: 8%;
    }

    .adress-box-contact .right-adress-box {
        width: 100%;
        padding: 7% 7%;
        min-height: auto;
        margin-bottom: 8%;
    }

    .adress-box-contact h5 {
        font-size: 4vw;
        letter-spacing: 1px;
        margin-bottom: 10%;
    }

    .adress-box-contact h4 {
        font-size: 4.5vw;
        letter-spacing: 1.4px;
        margin-bottom: 3.5%;
    }

    .adress-box-contact p {
        font-size: 4vw;
        margin-bottom: 10%;
        width: 100%;
    }

    .adress-box-contact p a {
        font-size: 4vw;
        margin-bottom: 10%;
        width: 100%;
        text-decoration: unset;
    }

    .adress-box-contact p a:hover {
        text-decoration: underline;
    }

    #contact-us-banner .container {
        max-width: 97% !important;
        padding: 2% 3%;
        margin: 0px;
    }

    #contact-form-wrapper .contact-content {
        width: 97% !important;
        max-width: 97% !important;
        margin: auto;
        padding: 10% 3%;
        color: #fff;
        padding-bottom: 7%;
    }

    #contact-form-wrapper .contact-title {
        font-size: 8vw;
    }

    #contact-form-wrapper .contact-subtext {
        font-size: 4vw;
    }

    #contact-form-wrapper .contact-subtext a {
        font-size: 4vw;
        white-space: nowrap;
    }

    section#contact-form-wrapper .col-lg-6.col-md-12.mb-5.mb-lg-0 {
        margin-bottom: 5% !important;
    }

    #contact-form-wrapper .contact-content .col-md-6.mb-4.second-box-input input {
        margin-left: 0%;
    }

    #contact-form-wrapper .contact-content .col-md-6.mb-4 input {
        width: 100%;
        padding: 2vw 0;
    }

    #contact-form-wrapper .form-control::placeholder {
        font-size: 4vw;
        letter-spacing: 1.4px;
    }

    #contact-form-wrapper .form-control {
        font-size: 4vw;
    }

    #contact-form-wrapper .form-control:focus {
        font-size: 4vw;
    }

    #contact-form-wrapper .form-check-input {
        width: 5.3vw;
        height: 5.3vw;
    }

    #contact-form-wrapper .form-check-label {
        font-size: 4vw;
        color: #fff;
        margin-top: 1.3vw;
        padding-left: 1%;
    }

    #contact-form-wrapper .btn-submit {
        border-radius: 38px;
        font-size: 4vw;
        padding: 2.9% 8%;
        margin-top: 3%;
        margin-bottom: 10%;
    }

    #contact-form-wrapper .btn-submit img.img-fluid {
        width: 6vw;
        left: 1.25vw;
        top: -0.5vw;
        transition: 0.2s linear;
    }

    #contact-form-wrapper textarea#your-message {
        height: 9vw;
    }

    #contact-form-wrapper .form-check-input {
        /* margin: 0px !important; */
    }

    section#thank-you-page-wrapper h1 {
        padding-bottom: 1%;
        font-size: 9.5vw;
        font-weight: 600;
    }

    section#thank-you-page-wrapper p {
        font-size: 5.5vw;
        padding-top: 0%;
        margin-bottom: 3%;
    }

    section#thank-you-page-wrapper a.thn-btn {
        font-size: 4.5vw;
        padding: 4.3% 7%;
    }

    section#thank-you-page-wrapper p.last-child-p {
        padding-bottom: 4%;
    }
    div.error {
        font-size: 4vw;
    }
    .flex {
        display: block;
    }

}