.page-appointment .appointment-header {
    margin-bottom: 0;
}

.page-appointment .main-content .row {
    padding: 0;
}

.appointment-cmp {
    font-size: 0;
    line-height: 1;
    letter-spacing: 0;
}

.page-appointment .appointment-cmp .appointment h5 {
    line-height: 1.25;
}

.appointment-form .jq-selectbox__select-text {
    width: 100% !important;
}

.appointment-form .jq-selectbox__trigger {
    display: none;
}

.appointment-form .inline-block > label {
    color: inherit;
}

.appointment-form .with-image .cards-addon {
    display: block;
    width: 10rem;
    position: absolute;
    top: 6.5rem;
    right: 0;
}

.appointment-form .with-image .cards-addon img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
}

@media (max-width: 767px) {

    .appointment-form .with-image .cards-addon {
        left: 0;
        right: auto;
    }
}

.center-form {
    text-align: center;
}

.contact-form .contact-unsuccess, .contact-form .contact-success {
    display: none;
    font-weight: 400;
    font-size: 12px;
    margin: 4px 0 12px;
}

@media (max-width: 767px) {
    .contact-form .contact-unsuccess, .contact-form .contact-success {
        font-size: 4vw;
        margin: 1vw 0 3vw;
    }
}

@media (max-width: 991px) {
    .page-appointment-pageant .appointment-form .inline-block-holder {
        display: flex;
        flex-direction: column;
    }

    .page-appointment-pageant .appointment-form .inline-block-holder > .info-box {
        order: 2;
    }

    .page-appointment-pageant .appointment-form .inline-block-holder > .form-box {
        order: 1;
        padding-top: 2rem;
    }
}

/* CONTACT FORM */
.section-contact-form .col-6,
.section-contact-form .col-12,
.section-contact-form .col-4 {
    padding: 0 15px;
}

.section-contact-form .form-group {
    margin-bottom: 2.0833333333rem;
}

.section-contact-form .form-control {
    border-color: transparent;
    border-width: 2px;
    border-bottom-color: #ccc;
    resize: none;
    line-height: 3.3333333333;
    font-size: 1.25rem;
    padding: 0.4em 0.8em;
    letter-spacing: normal;
    font-weight: 400;
    height: 3.6em;
}

.section-contact-form .form-control::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.9;
}

.section-contact-form .form-control::-moz-placeholder {
    color: inherit;
    opacity: 0.9;
}

.section-contact-form .form-control:-ms-input-placeholder {
    color: inherit;
    opacity: 0.9;
}

.section-contact-form .form-control:-moz-placeholder {
    color: inherit;
    opacity: 0.9;
}

.section-contact-form textarea.form-control {
    line-height: 1.8666666667em;
    height: 5.6em;
}

.section-contact-form .discl {
    font-size: 1rem;
    clear: both;
}

.section-contact-form .g-recaptcha > div {
    margin: 0 auto 20px;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    margin-left: -40px;
}

.section-contact-form .checkout-steps {
    margin-top: 0.8333333333rem;
}

.section-contact-form .checkout-steps label {
    margin-bottom: 0.8333333333rem;
    font-size: 1.25rem;
    display: inline-block;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 3.3333333333;
    position: relative;
}

.section-contact-form .checkout-steps > div {
    border: none;
}

.section-contact-form .checkout-steps > div:last-child {
    border: none;
}

.section-contact-form .checkout-steps input {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    vertical-align: middle;
}

.section-contact-form .checkout-steps .input-text {
    text-transform: none;
    vertical-align: middle;
    letter-spacing: normal;
    line-height: 1;
}

.section-contact-form .checkout-steps input[type=checkbox] + span {
    display: inline-block;
    vertical-align: middle;
    width: 1.6666666667rem;
    margin-right: 0.8333333333rem;
}

.section-contact-form .checkout-steps input[type=checkbox]:checked ~ span i.fa-square-o {
    display: none;
}

.section-contact-form .checkout-steps input[type=checkbox]:checked ~ span i.fa-check-square {
    display: inline;
    vertical-align: middle;
}

.section-contact-form .checkout-steps i {
    font-size: 2.3333333333rem;
}

.section-contact-form .checkout-steps i.fa-square-o {
    display: inline;
    vertical-align: middle;
}

.section-contact-form .checkout-steps i.fa-check-square {
    display: none;
    vertical-align: middle;
}

@media (min-width: 992px) {
    .section-contact-form .contact-form {
        width: 51.6666666667rem;
        padding: 0;
    }

    .section-contact-form .col-6,
    .section-contact-form .col-4 {
        float: left;
    }

    .section-contact-form .col-6 {
        width: 50%;
    }

    .section-contact-form .col-4 {
        width: 33.3333333333%;
    }

    .section-contact-form .contact-form_bottom .text-sm-center {
        width: 40%;
        text-align: left;
    }

    .section-contact-form .contact-form_bottom .text-right {
        width: 20%;
        text-align: right;
    }
}

@media (max-width: 767px) {
    .section-contact-form .contact-form {
        width: 70.6666666667vw;
    }

    .section-contact-form .col-12-xs {
        width: 100%;
    }

    .section-contact-form .form-group {
        margin-bottom: 6.6666666667vw;
    }

    .section-contact-form .form-control {
        font-size: 4vw;
    }

    .section-contact-form textarea.form-control {
        height: 7.4666666667em;
        padding-top: 1.8666666667em;
    }

    .section-contact-form .discl {
        font-size: 2.6666666667vw;
        padding-top: 4vw;
        text-align: left;
    }

    .section-contact-form .btn {
        font-size: 4vw;
        margin-top: 4vw;
    }

    .section-contact-form .g-recaptcha > div {
        margin: 0 auto 5.3333333333vw;
        margin-left: -5.3333333333vw;
    }

    .section-contact-form .checkout-steps {
        margin-top: 2.6666666667vw;
    }

    .section-contact-form .checkout-steps label {
        margin-bottom: 2.6666666667vw;
        font-size: 4vw;
    }

    .section-contact-form .checkout-steps input[type=checkbox] + span {
        width: 5.3333333333vw;
        margin-right: 2.6666666667vw;
    }

    .section-contact-form .checkout-steps i {
        font-size: 7.4666666667vw;
    }
}
/* END CONTACT FORM */

/*EMPLOYEE FORM*/
.text-page.employee-form {
    color: #000;
}

/*END EMPLOYEE FORM*/