/*--------------------------------------------------------------
# Appointment One
--------------------------------------------------------------*/
.appointment-one {
    position: relative;
    display: block;
    padding: 90px 0 120px;
    z-index: 1;
}

.appointment-one__inner {
    position: relative;
    display: block;
    background-color: rgba(var(--servixa-base-rgb), 10);
    border-radius: var(--servixa-bdr-radius);
    padding: 60px 60px 60px;
    z-index: 1;
}

.appointment-one__bg-shape {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .25;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    z-index: -1;
}

.appointment-one__img {
    position: absolute;
    bottom: 0;
    left: 55px;
    animation: leftRight 4s ease-in-out infinite;
}

.appointment-one__img img {
    width: 430px;
}

.appointment-one__right {
    position: relative;
    display: block;
    margin-left: 50px;
}

.appointment-one__right .section-title {
    margin-bottom: 28px;
}

.appointment-one__right .section-title__tagline {
    color: var(--servixa-white);
}

.appointment-one__right .section-title__tagline-border {
    border: 1px solid var(--servixa-white);
}

.appointment-one__right .section-title__shape-1 > .section-title__circle {
    background-color: var(--servixa-white);
}

.appointment-one__right .section-title__shape-2 > .section-title__circle {
    background-color: var(--servixa-white);
}

.appointment-one__right .section-title__title {
    margin-right: -100px;
    color: var(--servixa-white);
}

.appointment-one__form {
    position: relative;
    display: block;
}

.appointment-one__input-box {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.appointment-one__input-box input[type="text"],
.appointment-one__input-box input[type="email"] {
    height: 60px;
    width: 100%;
    border: 1px solid rgba(var(--servixa-white-rgb), .50);
    background-color: transparent;
    padding-left: 20px;
    padding-right: 20px;
    outline: none;
    font-size: 16px;
    color: var(--servixa-white);
    display: block;
    font-weight: 400;
    border-radius: var(--servixa-bdr-radius);
}

.appointment-one__input-box-icon {
    position: absolute;
    right: 20px;
    bottom: 12px;
}

.appointment-one__input-box-icon span {
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: var(--servixa-white);
}

.appointment-one__input-box .select-box {
    width: 100%;
}

.appointment-one__input-box .nice-select {
    height: 60px;
    width: 100%;
    border: 1px solid rgba(var(--servixa-white-rgb), .50);
    background-color: transparent;
    padding-left: 20px;
    padding-right: 20px;
    outline: none;
    font-size: 16px;
    color: var(--servixa-white);
    display: block;
    font-weight: 400;
    border-radius: var(--servixa-bdr-radius);
    line-height: 60px;
    float: none;
}

.appointment-one__input-box .nice-select:after {
    position: absolute;
    top: 24px;
    right: 20px;
    border-bottom: 4px solid var(--servixa-white);
    border-right: 4px solid var(--servixa-white);
    margin-top: 0px;
    z-index: 10;
    border-left: 4px solid transparent;
    border-top: 4px solid transparent;
}

.appointment-one__input-box.nice-select .option {
    color: var(--servixa-white);
}

.appointment-one__btn-box {
    position: relative;
    display: block;
}

.appointment-one__btn-box .thm-btn {
    border: none;
    background-color: var(--servixa-black);
}

.appointment-one__btn-box .thm-btn > span {
    background-color: var(--servixa-base);
}

.appointment-one__btn-box .thm-btn::before,
.appointment-one__btn-box .thm-btn::after {
    background-color: var(--servixa-white);
}

.appointment-one__btn-box .thm-btn:hover {
    color: var(--servixa-black);
}

.appointment-one__btn-box .thm-btn:hover > span {
    background-color: var(--servixa-black);
    color: var(--servixa-white);
}

#ui-datepicker-div.ui-widget-content {
    background: #fff none repeat scroll 0 0;
    border: 1px solid var(--servixa-black);
    color: #252525;
    font-size: 14px;
    border-radius: 0px;
    width: 270px;
    padding: 5px;
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-header {
    background: var(--servixa-base) none repeat scroll 0 0;
    border: 2px solid var(--servixa-base);
    border-radius: 0;
    color: var(--servixa-white);
    font-weight: 700;
    padding: 5px 0;
    position: relative;
}

.ui-datepicker td a {
    color: var(--servixa-black) !important;
    text-align: center;
    background-image: none !important;
    background: #f5f5f5 !important;
    border: 1px solid #f9f9f9 !important;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid var(--servixa-black) !important;
    background: var(--servixa-black) !important;
    color: var(--servixa-white) !important;
}

.ui-datepicker .ui-datepicker-prev {
    left: 5px;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    border-radius: 30%;
    height: 20px;
    position: absolute;
    top: 7px;
    width: 20px;
    transition: all 500ms ease;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-next {
    right: 5px;
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
    top: 7px;
    background: var(--servixa-white);
    border: none;
}

.ui-datepicker table {
    border-collapse: collapse;
    font-size: 13px;
    margin: 0 0 0.4em;
    width: 100%;
}

.ui-datepicker th {
    border: medium none;
    font-weight: 600;
    padding: 2px 3px;
    text-align: center;
}

.ui-datepicker-calendar .ui-state-default:hover,
.ui-datepicker-calendar .ui-state-default:active {
    background: var(--servixa-black);
    color: var(--servixa-white);
    border-color: var(--servixa-black);
}

#ui-datepicker-div.ui-widget {
    font-family: var(--servixa-font);
}
