.contact-sec .contact-wrp {
    max-width: 1230px;
    margin: 0 auto;
    padding-top: 80px;
}
.contact-sec .contact-details .mail a{
    text-decoration: underline;
}
.contact-sec .contact-details {
    margin-bottom: 70px;
}
.contact-sec .col:not(.col-12) {
    width: 50%;
}
.contact-sec .col-12{
    width: 100%;
}
.contact-sec .from-control {
    width: 100%;
    background-color: transparent;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid var(--black);
    padding: 0 0 10px;
    margin-bottom: 10px;
}
.contact-sec .lbl {
    display: block;
    margin-top: 5px;
}
.contact-sec .row {
    row-gap: 50px;
}
.contact-sec textarea.from-control{
    resize: none;
    border: 1px solid var(--black);
    border-radius: 10px;
    height: 200px;
}
.contact-sec .wpcf7-list-item {
    opacity: 1 !important;
    margin: 0;
}
.contact-sec input[type="checkbox"] {
    appearance: none;
    border: 1px solid var(--content-primary);
    width: 30px;
    height: 30px;
    min-width: 30px;
    border-radius: 100%;
    margin-top: -7px;
    cursor: pointer;
}
.contact-sec input[type="checkbox"]:checked {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
    background-image: url(../images/check-mark.svg);
    background-color: var(--content-primary);
}
.contact-sec .wpcf7-checkbox label {
    display: flex;
    column-gap: 15px;
}
.contact-sec .btn {
    width: 100%;
    border: 0;
    border-bottom: 1px solid var(--content-primary);
    text-align: left;
    padding: 13px 33px 13px 0;
    background-image: url(../images/arrow.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-color: transparent;
    border-radius: 0;
    cursor: pointer;
}
.contact-sec .btn-wrp {
    margin-top: 60px;
}
.contact-sec .wpcf7 form .wpcf7-response-output {
    margin-left: 0;
}
.contact-sec .wpcf7-spinner {
    margin-top: 10px;
}
.contact-sec .from-control:focus-visible {
    outline: 0 !important;
}
.contact-sec .wpcf7-form-control-wrap:not([data-name="checkbox-445"]) .wpcf7-not-valid-tip {
    position: absolute;
    bottom: -74px;
}
@media only screen and (max-width: 767px) {
    .contact-sec .col:not(.col-12) {
        width: 100%;
    }
    .contact-sec .btn-wrp {
        margin-top: 0;
    }
    .contact-sec input[type="checkbox"]{
        width: 24px;
        height: 24px;
        min-width: 24px;
    }
    .contact-sec input[type="checkbox"]{
        margin-top: 0;
    }
    .contact-sec .contact-details {
        margin-bottom: 40px;
    }
    .contact-sec .contact-wrp{
        padding-top: 50px;
    }
}