@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: var(--awb-color1);
    border-radius: 22px;
    font-size: 16px;
/*     font-family: "Poppins", sans-serif; */
	font-family: var(--body_typography-font-family);
    font-weight: 500;
}
.schedult-close {
    width: 32px;
    height: 32px;
    background-color: #262626;
    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: var(--awb-color1);
    top: 6px;
}
.schedult-close:before {
    transform: rotate(45deg);
}
.schedult-close:after {
    transform: rotate(-45deg);
}

.scheduleatour {
    padding: 25px 38px;
}
.scheduleatour h2 {
/*     font-family: "Playfair Display", serif; */
	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;
}
.scheduleatour .footer-btn {
    text-align: right;
    margin-top: 25px;
    display: flex !important;
    justify-content: end;
}
.scheduleatour .footer-btn a,
.scheduleatour .footer-btn button,
.scheduleatour .footer-btn label{
    width: 116px;
    height: 38px;
    background-color: var(--awb-color4);
    border-radius: 19px;
    display: inline-block;
    text-align: center;
    line-height: 38px;
    text-decoration: none;
    color: var(--awb-color1);
    font-size: 14px !important;
    font-weight: 600;
	border: 0;    
	margin-left: 5px;
    cursor: pointer;
}
.footer-info li {
    font-size: 14px;
}
.d-none{
   display:  none !important;
}
.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;
}
.st-box-container {
    display: flex;
}
.st-box-container .st-box {
    margin-right: 18px;
/*     max-width: 50%; */
    min-height: 214px;
    display: flex;
    flex: 1;
    text-decoration: none;
}
.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 {
	border-radius: 18px;
    padding: 20px 10px;
    display: inline-block;
    cursor: pointer;
    box-sizing: border-box;
    background-color: var(--awb-color1);
    box-shadow: -1px 1px 3px rgb(0 0 0 / 27%);
    border: 1px solid var(--awb-color4);
    flex: 1;
}
.dateswiper .swiper-slide .date-box {
    background-color: var(--awb-color1);
    box-shadow: -1px 1px 3px rgb(0 0 0 / 27%);
    border: 1px solid var(--awb-color4);
    border-radius: 18px;
    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: 13px;
    color: #000;
    line-height: 17px;
    margin-bottom: 0;
}
.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-color4);
}
.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: var(--awb-color1);
}
.dateswiper {
    padding: 0 3px 35px !important;
    display: flex;
	height: auto !important;
}
.dateswiper .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
}
.dateswiper .swiper-pagination-bullet-active {
    background-color: var(--awb-color4);
}
.dateswiper .swiper-pagination {
    left: -3px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 11px !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;
}
.morning-time-container .selection-label .label-box,
.afternoon-time-container .selection-label .label-box {
    background-color: var(--awb-color1);
    border: 1px solid #eaeaea;
    border-radius: 21px;
    color: #eaeaea;
    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-color4);
    border: 1px solid var(--awb-color4);
    color: var(--awb-color5);
}
.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: var(--awb-color1);
    border: 1px solid var(--awb-color4);
    border-radius: 19px;
    color: #000000;
    width: 150px;
    height: 38px;
    display: inline-block;
    font-size: 13px;
    line-height: 38px;
    text-align: center;
    font-weight: 600;
    cursor: pointer;
    margin-right: 15px;
    margin-top: 3px;
    margin-bottom: 3px;
}
.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-color4);
    color: var(--awb-color1);
}
.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: var(--awb-color1);
}
.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;
/*     font-family: "Poppins", sans-serif; */
	font-family: var(--body_typography-font-family);
    height: 42px;
	background-color: var(--awb-color1);
	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;
/*     font-family: "Poppins", sans-serif; */
	font-family: var(--body_typography-font-family);
}
.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: var(--awb-color1);
    border: 1px solid var(--awb-color4);
    border-radius: 19px;
    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;
    border-radius: 3px;
}
.checkbox-container input:checked ~ .checkmark {
    background-color: var(--awb-color4);
    border-color: var(--awb-color4);
}
.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 .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;
}
.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: "Playfair Display", serif; */
	font-family: var(--h1_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-color4);
    color: var(--awb-color5);
    font-size: 14px;
    border-radius: 50px;
    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: var(--awb-color1);
    pointer-events: none;
}
.schedule-form-section[class] .gform_footer[class],
.schedule-form-section .validation_message,
.schedule-form-section .gform_validation_errors {
    display: none !important;
}
.schedule-form-section[class] small {
    font-family: var(--body_typography-font-family) !important;
    font-size: 12px !important;
    margin-bottom: 8px;
    line-height: 14px !important;
    display: inline-block;
    font-weight: 400;
}
@media (max-width: 767px) {
    .schedule-container {
        width: 100%;
        min-height: 100%;
        border-radius: 0;
        display: flex;
        flex-direction: column;
    }
    .scheduleatour {
        /* flex: 1; */
        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;
    }
    .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 {
        border-radius: 2.5vw;
        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;
}
.dateswiper .swiper-button-next, .dateswiper .swiper-button-prev {
    width: 20px;
    height: 20px;
    top: 98%;
    color: var(--awb-color4);
    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;
}
#lead_send {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(255 255 255 / 80%);
    left: 0;
    top: 0;
    z-index: 9;
}

@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;
	}
}

/* mobile cta bar css */
.mobile-cta-bar {
    position: fixed !important;
    bottom: 0;
    width: 100%;
}
.awb-off-canvas-wrap.awb-show {
    z-index: 99999 !important;
}
@media (max-width: 640px){
    .header-menu {
        display: none;
    }
}

/* mobile cta bar styling */
@media (max-width: 640px){
	.mobile-phone-number,
	.mobile-sms-number{
		width: 100%;
	}
	.mobile-phone-number .fusion-li-item,
	.mobile-sms-number .fusion-li-item{
		display: flex;
		justify-content: center;
	}
	.mobile-phone-number .fusion-li-item {
		padding-left: 8px !important;
	}
	.mobile-phone-number a:before,
	.mobile-sms-number a:before{
		content: '';
		background-color: transparent;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
	}
	.mobile-phone-number a,
	.mobile-sms-number a{
		text-decoration: none;
		color: var(--awb-textcolor) !important;
		font-family: var(--body_typography-font-family);
	}
	.mobile-phone-number .icon-wrapper,
	.mobile-sms-number .icon-wrapper{
		margin-right: 8px !important;
		width: auto !important;
	}
	.mobile-phone-number .fusion-li-item .fusion-li-item-content,
	.mobile-sms-number .fusion-li-item .fusion-li-item-content{
		margin-left: 0 !important;
	}
	.schedule-tour-click {
		width: 100%;
		font-family: var(--body_typography-font-family);
	}
	.schedule-tour-click .fusion-li-item {
		display: flex;
		justify-content: center;
		padding-right: 8px !important;
	}
	.schedule-tour-click .fusion-li-item .icon-wrapper {
		display: none;
	}
	.schedule-tour-click .fusion-li-item-content {
		margin-left: 0 !important;
	}
}
/* cookies box styling */
#cookie-law-info-bar {
    background-color: rgb(0 0 0 / 50%) !important;
    color: rgb(0, 0, 0) !important;
    width: 100% !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
    z-index: 999999;
    box-shadow: none;
    height: 100vh !important;
    border-radius: 0;
    margin: 0 !important;
    min-height: 100% !important;
}
#cookie-law-info-bar span {
    background-color: rgb(255, 255, 255) !important;
    color: rgb(0, 0, 0) !important;
    width: 500px !important;
    top: 50% !important;
    left: 50% !important;
    overflow: auto !important;
    padding: 32px 45px !important;
    z-index: 999999;
    box-shadow: 0 -1px 10px 0 rgba(172, 171, 171, 0.3);
    transform: translate(-50%, -50%);
    height: 170px !important;
    border-radius: 5px;
    margin: 0 !important;
    display: block;
    position: fixed;
}
#cookie-law-info-bar .cli-bar-container {
    display: block;
}
#cookie-law-info-bar .cli-bar-container .cli-bar-message {
    font-size: 15px;
    width: 100%;
}
#cookie-law-info-bar .cli-bar-container .cli-bar-btn_container {
    margin-top: 8px;
    margin-left: 0px;
}
#cookie-law-info-bar .cli-bar-container .cli-bar-btn_container .cli_settings_button,
#cookie-law-info-bar .cli-bar-container  #wt-cli-accept-all-btn{
    color: rgb(51, 51, 51) !important;
    background-color: transparent !important;
    font-weight: 500;
    padding: 6px 10px;
    text-decoration: none;
    border: 1px solid #000;
    font-size: 13px;
	font-family: var(--button_typography-font-family);
	line-height: 16px;
}
#cookie-law-info-bar .cli-bar-container  #wt-cli-accept-all-btn {
    background-color: #000 !important;
	color: var(--awb-color1) !important;
}
@media (max-width: 640px){
    #cookie-law-info-bar span {
        width: 300px !important;
        padding: 25px !important;
        height: 150px !important;
    }
    #cookie-law-info-bar .cli-bar-container .cli-bar-message {
        font-size: 11px;
    }
    #cookie-law-info-bar .cli-bar-container .cli-bar-btn_container .cli_settings_button,
	#cookie-law-info-bar .cli-bar-container #wt-cli-accept-all-btn{
        padding:6px 10px;
		font-size: 11px;
    }
    #cookie-law-info-bar .cli-bar-container {
        padding-right: 0 !important;
    }
}

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

.alert {
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-danger {
    color: #721c24;
    font-size: 12px;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}