@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap");
.schedule-overlay {
    background-color: rgb(44 44 44 / 65%);
    position: fixed;
    z-index: 999999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.schedule-container {
    width: 754px;
    min-height: 421px;
    position: fixed;
    background-color: #fff;
    font-size: 18px;
    font-weight: 500;
}
.schedult-close {
    width: 32px;
    height: 32px;
    background-color: var(--awb-color5);
    border-radius: 50px;
    position: absolute;
    right: 20px;
    top: 15px;
    z-index: 1;
}
.schedult-close:before,
.schedult-close:after {
    position: absolute;
    left: 15px;
    content: " ";
    height: 20px;
    width: 2px;
    background-color: #fff;
    top: 6px;
}
.schedult-close:before {
    transform: rotate(45deg);
}
.schedult-close:after {
    transform: rotate(-45deg);
}
#lead_send {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(255 255 255 / 90%);
    left: 0;
    top: 0;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 14px;
}

.scheduleatour {
    padding: 25px 38px;
}
.scheduleatour h2 {
    font-family: var(--h2_typography-font-family);
    font-size: 23px;
    color: #000;
    font-weight: 400;
    margin-top: 0;
    line-height: 28px;
    margin-bottom: 10px;
}
.scheduleatour p {
    margin-top: 0;
    line-height: 19px;
    color: #000;
    margin-bottom: 30px;
	font-weight: 600;
}
.scheduleatour .footer-btn {
    text-align: right;
    margin-top: 25px;
	display: flex !important;
    justify-content: end;
}
.scheduleatour .loader-container {
    left: 0;
    min-height: auto;
}
.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -.125em;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border;
}
@keyframes spinner-border {
     to {
         transform: rotate(360deg) 
        /* rtl:ignore */
        ;
    }
}
.scheduleatour .footer-btn a,
.scheduleatour .footer-btn button,
.scheduleatour .footer-btn label{
    width: 116px;
    height: 38px;
    background-color: var(--awb-color4);
    display: inline-block;
    text-align: center;
    line-height: 38px;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
	border: 0;
	margin-left: 5px;
	cursor: pointer;
}
.scheduleatour .footer-btn button:disabled, 
.scheduleatour .footer-btn button[disabled],
.scheduleatour .footer-btn label[disabled] {
    background-color: #e0e0e0;
    color: #9b9b9b;
}
.scheduleatour .footer-btn label[disabled]{
    pointer-events: none;
}
.scheduleatour .submit-info {
    font-size: 10px;
    color: #727272;
    line-height: 12px;
    font-weight: 400;
    border-top: 1px solid #9b9b9b;
    padding-top: 12px;
    text-align: left;
}
.schedule-form-section .gform_footer {
    display: none !important;
}
.st-box-container {
    display: flex;
}
.st-box-container .st-box {
    margin-right: 18px;
	max-width: 50%;
    min-height: 214px;
    display: flex;
    flex: 1;
}
.st-box-container .st-box:last-child {
    margin-right: 0;
}
.st-box-container .st-box input[type="radio"],
.dateswiper .swiper-slide input[type="radio"],
.morning-time-container .selection-label input[type="radio"],
.afternoon-time-container .selection-label input[type="radio"],
.morning-time-container .time-container .time input[type="radio"],
.afternoon-time-container .time-container .time input[type="radio"],
.evening-time-container .time-container .time input[type="radio"],
.floor-option .floor-type input[type="radio"],
.floor-option .floor-type input[type="radio"] {
    display: none;
}
.st-box-container .st-box .box,
.dateswiper .swiper-slide .date-box {
    padding: 20px 10px;
    display: inline-block;
    cursor: pointer;
    box-sizing: border-box;
    background-color: #ffffff;
    box-shadow: -1px 1px 3px rgb(0 0 0 / 27%);
    border: 1px solid var(--awb-color5);
	flex: 1; 
}
.dateswiper .swiper-slide .date-box {
    background-color: #ffffff;
    box-shadow: -1px 1px 3px rgb(0 0 0 / 27%);
    border: 1px solid var(--awb-color5);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 120px;
    min-height: 120px;
}
.st-box-container .st-box .box h4,
.dateswiper .swiper-slide .date-box h4 {
    margin-top: 0;
    line-height: 19px;
    color: #000;
    font-size: 16px;
    margin-bottom: 25px;
	font-weight: 700;
}
.dateswiper .swiper-slide .date-box h4 {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 8px;
}
.st-box-container .st-box .box p,
.dateswiper .swiper-slide .date-box p {
    font-size: 14px;
    color: #000;
    line-height: 17px;
    margin-bottom: 0;
    font-weight: 600;
}
.dateswiper .swiper-slide .date-box p {
    font-size: 21px;
}
.st-box-container .st-box input[type="radio"]:checked + label,
.st-box-container .st-box:hover label,
.dateswiper .swiper-slide input[type="radio"]:checked + label,
.dateswiper .swiper-slide:hover label {
    background-color: var(--awb-color5);
	border-color: var(--awb-color5);
}
.st-box-container .st-box input[type="radio"]:checked + label h4,
.st-box-container .st-box input[type="radio"]:checked + label p,
.st-box-container .st-box:hover label h4,
.st-box-container .st-box:hover label p,
.dateswiper .swiper-slide input[type="radio"]:checked + label h4,
.dateswiper .swiper-slide input[type="radio"]:checked + label p,
.dateswiper .swiper-slide:hover label h4,
.dateswiper .swiper-slide:hover label p {
    color: #fff;
}
.dateswiper {
    padding: 0 3px 35px !important;
    display: flex;
}
.dateswiper .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
}
.dateswiper .swiper-pagination-bullet-active {
    background-color: var(--awb-color5);
}
.dateswiper .swiper-pagination {
    left: -3px !important;
/*     bottom: 5px !important; */
	display: flex;
    justify-content: center;
    align-items: center;
    bottom: 10px !important;
}
.err-msg {
    color: #ff0000 !important;
    margin-top: 5px;
}
.scheduleatour .date-range-display {
    color: #727272;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 20px;
}
.morning-time-container,
.afternoon-time-container {
    margin-top: 25px;
    display: flex;
    align-items: center;
}
.afternoon-time-container {
    margin-top: 10px;
}
.morning-time-container .selection-label,
.afternoon-time-container .selection-label {
    margin-right: 25px;
}

@media (max-width: 1024px){
.fusion-menu-element-wrapper .fusion-menu .menu-item[class]:not(.applynowbutton):not(.userwayAccessibilityIcon) .sub-menu[class] {
    width: auto;
}
}
.morning-time-container .selection-label .label-box,
.afternoon-time-container .selection-label .label-box {
    background-color: #fff;
    border: 1px solid var(--awb-color5) ;
    color: #000;
    width: 130px;
    height: 40px;
    display: inline-block;
    font-size: 15.5px;
    line-height: 40px;
    text-align: center;
    font-weight: 600;
    cursor: pointer;
}
.morning-time-container .selection-label .label-box:hover,
.afternoon-time-container .selection-label .label-box:hover {
    background-color: #eaeaea;
    border: 1px solid #eaeaea;
    color: #000000;
}
.morning-time-container .selection-label input[type="radio"]:checked + label,
.afternoon-time-container .selection-label input[type="radio"]:checked + label {
    background-color: var(--awb-color5);
    border: 1px solid var(--awb-color5);
    color: #fff;
}
.morning-time-container .time-container,
.afternoon-time-container .time-container {
    display: flex;
    flex-wrap: wrap;
}
.morning-time-container .time-container .time .time-box,
.afternoon-time-container .time-container .time .time-box {
    background-color: #fff;
    border: 1px solid var(--awb-color5);
    color: #000000;
    width: 150px;
    height: 38px;
    display: inline-block;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    font-weight: 600;
    cursor: pointer;
    margin-right: 15px;
    margin-top: 3px;
    margin-bottom: 10px;
}
.morning-time-container .time-container .time:last-child .time-box,
.afternoon-time-container .time-container .time:last-child .time-box {
    margin-right: 0;
}
.morning-time-container .time-container .time .time-box:hover,
.afternoon-time-container .time-container .time .time-box:hover,
.morning-time-container .time-container .time input[type="radio"]:checked + label,
.afternoon-time-container .time-container .time input[type="radio"]:checked + label,
.floor-option .floor-type .bed-type:hover,
.floor-option .floor-type .bath-type:hover,
.floor-option .floor-type input[type="radio"]:checked + label {
    background-color: var(--awb-color5);
    color: #fff;
}
.morning-time-container .time-container.disabled,
.afternoon-time-container .time-container.disabled {
    pointer-events: none;
}
.morning-time-container .time-container.disabled .time .time-box,
.afternoon-time-container .time-container.disabled .time .time-box {
    background-color: #eaeaea;
    border: 1px solid #eaeaea;
    color: #fff;
}
.form-section .fields-group {
    display: flex;
    margin: 0 -15px;
}
.form-section .fields-group .fields {
    flex: 1;
    padding: 0 15px;
    margin-bottom: 20px;
    position: relative;
    text-align: left;
}
.form-section .fields-group .fields .control,
.form-section .fields-group .fields .control:focus {
    width: 100%;
    border: 0;
    border-bottom: 3px solid #000000;
    padding: 10px 0 8px !important;
    outline: none;
    background-clip: padding-box;
    transition: 0.1s all linear;
    font-size: 14px;
    font-weight: 600 !important;
    height: 42px;
	background-color: #fff;
	color: #000;
}
.form-section .fields-group .fields select.control option:first-child {
    display: none;
}
.form-section .fields-group .fields select.control option {
    font-size: 14px;
    font-weight: 600;
}
.form-section .fields-group .fields .form-item__label {
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    transform-origin: 0 0;
    z-index: 1;
    padding: 10px 15px;
    transition: transform 0.2s;
    transition-timing-function: ease-out;
    color: #000;
    font-size: 14px;
    font-weight: 700;
}
.form-section .fields-group .fields.form-item--input-filled .form-item__label {
    transform: translate3d(3px, -18px, 0) scale3d(0.8, 0.8, 1);
}
.form-section .fields-group .fields p {
    color: #727272;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
    text-align: left;
}
.form-section .fields-group .fields small {
    color: #727272;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    display: block;
	letter-spacing: 0;
}
.floor-option {
    display: flex;
    flex-wrap: wrap;
}
.floor-option .floor-type .bed-type,
.floor-option .floor-type .bath-type {
    background-color: #fff;
    border: 1px solid var(--awb-color5);
    color: #000000;
    width: 68px;
    height: 27px;
    display: inline-block;
    font-size: 10px;
    line-height: 27px;
    text-align: center;
    font-weight: 700;
    cursor: pointer;
    margin-right: 12px;
    margin-top: 3px;
    margin-bottom: 3px;
}
.checkbox-container {
    position: relative;
    padding: 3px 10px 3px 30px;
    cursor: pointer;
    font-size: 10px;
    color: #000;
    font-weight: 700;
    margin-top: 10px;
    display: inline-block;
}
.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkbox-container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    width: 19px;
    height: 19px;
    border: 1px solid #727272;
}
.checkbox-container input:checked ~ .checkmark {
    background-color: var(--awb-color5);
    border-color: var(--awb-color5);
}
.checkbox-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

.dateswiper .swiper-slide .date-box.disabled {
    background-color: #bbbbbb;
    border-color: #787878;
    opacity: 0.2;
    pointer-events: none;
}
.dateswiper .swiper-slide:hover .date-box.disabled h4, 
.dateswiper .swiper-slide:hover .date-box.disabled p {
    color: #000;
}
.dateswiper .swiper-slide:hover .date-box.disabled h4, 
.dateswiper .swiper-slide:hover .date-box.disabled p {
    color: #000;
}
.checkbox-container .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.form-section .fields-group .fields a {
    color: #9b9b9b;
    font-size: 10px;
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
    border-bottom: 1px solid #9b9b9b;
    line-height: 1.2;
}
.thank-you-section {
    min-height: 545px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.thank-you-section .ty-heading {
    font-size: 50px;
    color: #000000;
    line-height: 60px;
    font-family: var(--h2_typography-font-family);
    font-weight: 400;
    margin: 0;
}
.thank-you-section p {
    font-size: 24px;
    color: #000;
    line-height: 30px;
    font-weight: 400;
    margin: 30px 0 60px;
    text-align: center;
    padding: 0 100px;
}
.thank-you-section a {
    width: 155px;
    height: 50px;
    background-color:  var(--awb-color5);
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    line-height: 50px;
    font-weight: 600;
}
.mobile-time-selection-container {
    display: none;
}
.morning-time-container .time-container .time .time-box.disabled, .afternoon-time-container .time-container .time .time-box.disabled {
    background-color: #eaeaea;
    border: 1px solid #eaeaea;
    color: #fff;
    pointer-events: none;
}

@media (max-width: 767px) {
    .schedule-container {
        width: 100%;
        min-height: 100%;
        border-radius: 0;
        display: flex;
        flex-direction: column;
    }
    .scheduleatour {
        text-align: center;
        padding: 15% 5%;
        overflow: auto;
        height: 100vh;
        box-sizing: border-box;
    }
    .st-box-container {
        flex-direction: column;
        align-items: center;
    }
    .st-box-container .st-box {
        margin: 2vw 0;
		text-decoration: none;
		max-width: 100%;
    }
    .st-box-container .st-box .box {
        max-width: 435px;
        min-height: 150px;
        justify-content: center;
        display: flex;
        flex-direction: column;
    }
    .st-box-container .st-box .box h4 {
        margin-bottom: 15px;
    }
    .scheduleatour .footer-btn {
        text-align: center;
    }
    .dateswiper .swiper-slide .date-box {
        min-height: 16vw;
        padding: 5px;
    }
    .dateswiper .swiper-slide .date-box h4 {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .dateswiper .swiper-slide .date-box p {
        font-size: 18px;
    }
    .time-selection-container {
        display: none;
    }
    .mobile-time-selection-container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .morning-time-container,
    .afternoon-time-container {
        flex-wrap: wrap;
        justify-content: center;
        flex: 1;
        margin-bottom: 25px;
    }
    .morning-time-container .selection-label {
        margin-right: 5px;
        margin-left: 5px;
		margin-bottom: 10px;
    }
    .morning-time-container .time-container .time .time-box {
        margin-right: 5px !important;
        margin-left: 5px;
        margin-top: 5px;
    }
    .afternoon-time-container .time-container .time .time-box {
        margin-left: 5px;
        margin-right: 5px !important;
    }
    .morning-time-container .time-container,
    .afternoon-time-container .time-container {
        flex-direction: row;
        justify-content: center;
    }
    .afternoon-time-container {
        width: 320px;
    }
    .form-section .fields-group {
        flex-direction: column;
    }
    .thank-you-section {
        text-align: center;
		min-height: 100vh;
    }
    .thank-you-section .ty-heading {
        font-size: 35px;
    }
    .thank-you-section p {
        font-size: 20px;
        line-height: 26px;
        margin: 30px 10px 60px;
		    padding: 0;
    }
}
@media (max-width: 575px) {
    .dateswiper .swiper-slide .date-box {
        min-height: 60px;
    }
    .dateswiper .swiper-slide .date-box h4 {
        font-size: 12px;
        margin-bottom: 0px;
    }
    .dateswiper .swiper-slide .date-box p {
        font-size: 12px;
    }
}


.spinner-border {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -16px;
}
.loader-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    position: absolute;
    min-height: 100%;
    width: 100%;
}
.dateswiper .swiper-button-next, .dateswiper .swiper-button-prev {
    width: 20px;
    height: 20px;
    top: 99%;
    color: var(--awb-color5);
    font-weight: bold;
}
.dateswiper .swiper-button-next:after, .dateswiper .swiper-button-prev:after {
    background-image: none !important;
    font-size: 12px;
}
.dateswiper .swiper-button-next {
    right: 50%;
    transform: translateX(-50%);
    margin-right: -80px;
}
.dateswiper .swiper-button-prev {
    left: 50%;
    transform: translateX(-50%);
    margin-left: -65px;
}
a{
    text-decoration: none !important;
}

@media only screen and (max-width: 640px){
    .meetelise-chat {
        position: fixed;
        z-index: 999999;
        bottom: 0;
        right: 0;
    }
    #cookie-law-info-bar {
        padding-bottom: 80px !important;
        z-index: 999999;
    }
	#cookie-law-info-bar .cli-bar-message, #cookie-law-info-bar .cli-bar-btn_container {
		font-size: 11px;
		line-height: 16px;
	}
}

.custom-err{
margin-top: -10px;
    display: none;
}

/* faq font styly */
.fusion-faq-shortcode h3 {
    font-family: var(--h4_typography-font-family);
}