.brief-wrap {
    position: relative;
    padding: 80px 0;
}
.gap-32 {
    gap: 32px 0;
}
.brfb-box {
    max-width: 288px;
}
.brfb-box img {
    width: 40px;
    height: 40px;
}
.right-overlay {
    position: absolute;
    left: 56.30%;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.right-overlay:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45));
}
.form-wrap {
    background: #FFFFFF;
    box-shadow: 0px 0px 10.1px rgba(0, 0, 0, 0.14);
    padding: 50px;
}
.date-wrapper {
    position: relative;
    display: inline-flex;
    align-items: center;
    margin-top: 20px;
    flex-direction: column-reverse;
}
.date-wrapper .wpcf7-form-control-wrap {
    position: initial;
}
.custom-date-input {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 68px;
    height: 68px;
    cursor: pointer;
    z-index: 2;
    font-size: 68px;
    margin: 0 auto;
}
.calendar-trigger {
    width: 68px;
    height: 68px;
    cursor: pointer;
    z-index: 1;
}
.apt-book .form-field .wpcf7-form-control-wrap:after {
    content: '';
    position: absolute;
    background: url('../../../assets/img/icons/icon-help-circle.svg');
    width: 16px;
    height: 16px;
    top: 2px;
    right: 12px;
}
.apt-book .form-field.email-icon .wpcf7-form-control-wrap:before {
    content: '';
    position: absolute;
    background: url('../../../assets/img/icons/icon-email.svg');
    width: 20px;
    height: 16px;
    top: 2px;
    left: 13px;
}
.apt-book .form-field input {
    padding: 8px 35px 8px 12px;
}
.apt-book .form-field.email-icon input {
    padding: 8px 35px 8px 40px;
}
.apt-book .btn-submit {
    margin-top: 40px;
}
.form-wrap .heading-4 {
    line-height: var(--f-fs-font-34);
}
@media only screen and (max-width: 1199px) {
    .brief-wrap {
        padding: 70px 0;
    }
}
@media only screen and (max-width: 991px) {
    .form-wrap {
        margin-top: 65px;
    }
    .right-overlay {
        left: 0;
        top: 70%;
    }
}
@media only screen and (max-width: 767px) {
    .brief-wrap {
        padding: 50px 0 150px;
    }
    .brfb-box {
        max-width: 100%;
    }
    .form-wrap {
        padding: 35px 20px;
    }
    .apt-book .btn-submit {
        margin-top: 30px;
    }
    .date-wrapper {
        margin-top: 40px;
    }
}