.swal2-container {
    z-index: 99999999999;
}

.loadpanel {
    z-index: 999999999;
    position: absolute;
}

.dx-radiobutton-icon-checked {
    border-color: var(--green-color);
}

.dx-radiobutton-icon-checked .dx-radiobutton-icon-dot {
    background-color: var(--green-color);
}

.v_calculator_cancel_icon {
    display: flex;
    justify-content: flex-end;
}

.v_calculator_cancel_icon i {
    font-size: 32px;
    cursor: pointer;
}

/* Ventria Club */

.v_vc_box {
    margin: 0 auto;
    width: 100%;
    padding-top: 120px;
    padding-bottom: 120px;
    flex-direction: column;
    display: flex;
}

.v_vc_intro {
    column-gap: 120px;
    justify-content: space-between;
    display: flex;
}

.v_vc_left {
    width: 100%;
    max-width: 640px;
}

.v_vc_left_item {
    margin-top: 40px;
}

.v_vc_left_label {
    font-weight: 500;
    font-size: 22px;
    color: var(--gold-color);
}

.v_vc_left_item ul {
    margin-left: 20px;
}

.v_vc_left_item li {
    margin-top: 10px;
    list-style-type: disc;
}

.v_vc_left_item li a {
    color: var(--green-color);
    text-decoration: underline;
}

.v_vc_left_item li a:hover {
    color: var(--gold-color);
    text-decoration: none;
}

.v_vc_intro figure{
    width: 100%;
    max-width: 560px;
    height: 360px;
    overflow: hidden;
    position: relative;
    box-sizing: content-box;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
}

.v_vc_intro figure img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

/* End Ventria Club */

/* Admission */

.v_admission_box {
    margin: 0 auto;
    width: 100%;
    max-width: 1400px;
    padding: 120px 0;
    flex-direction: column;
    display: flex;
}

.v_admission_row {
    gap: 90px;
    grid-template-columns: auto 1fr;
    display: grid;
    position: relative;
}

.v_admission_left {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    position: relative;
}

.v_admission_left figure {
    width: 100%;
    max-width: 560px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    overflow: hidden;
    position: relative;
    box-sizing: content-box;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
}

.v_admission_left figure img {
    width: 100%;
}

.v_admission_item {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid lightgrey;
    display: flex;
    flex-direction: column;
}

.v_admission_label {
    padding-bottom: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.v_admission_label h5 {
    font-size: 22px;
    font-weight: 500;
    color: var(--gold-color);
}

.v_admission_item ul {
}

.v_admission_item ul li {
    margin-left: 20px;
    list-style-type: disc;
}

.v_admission_btn {
    margin-top: 40px;
}

/* End Admission */

/* Monthly Fee Pricing */

html.fixed{
    overflow: hidden;
}

.v_pricing_box {
    flex-direction: column;
    display: flex;
}

.v_pricing_box2 {
    margin: 0 auto;
    padding-top: 120px;
    padding-bottom: 120px;
    width: 100%;
    flex-direction: column;
    display: flex;
}

.v_bmf_plan {
    position: relative;
}

.v_bmf_plan_item {
    margin-bottom: 120px;
    column-gap: 60px;
    grid-template-columns: 1fr 2fr;
    display: grid;
    align-items: flex-start;
}

.v_bmf_plan_item:last-child{
    margin-bottom: 0;
}

.v_bmf_plan_photo {
    width: 100%;
    max-width: 640px;
    position: relative;
}

.v_bmf_plan_photo .swiper {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.v_bmf_plan_photo .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.v_bmf_plan_photo img {
    width: 100%;
}

.swiper-button {
    bottom: -45px;
    right: 0;
    width: 100%;
    max-width: 640px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    position: absolute;
}

.swiper-button .swiper-button-prev {
    right: 60px;
    color: var(--green-color);
    left: auto;
    width: auto;
    height: auto;
}

.swiper-button .swiper-button-next {
    color: var(--green-color);
    right: 0;
    width: auto;
    height: auto;
}

.swiper-button-next:after, 
.swiper-button-prev:after {
    font-size: 32px;
}

.v_bmf_plan_content {
    width: 100%;
}

.v_bmf_plan_content h4 {
    color: var(--green-color);
}

.v_bmf_room {
    margin-top: 10px;
}

.v_bmf_room_price_item {
    margin-top: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.v_bmf_room_unit {
    line-height: 1;
    font-size: 24px;
    font-family: 'Adobe Garamond Pro', sans-serif;
}

.v_bmf_room_price {
    line-height: 1;
    margin-left: 5px;
    font-size: 24px;
    font-family: 'Adobe Garamond Pro', sans-serif;
}

.v_bmf_plan_details {
    margin-top: 40px;
    background: url(../img/logo_watermark.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.v_bmf_plan_details em {
    color: grey;
}

.v_bmf_plan_details_item {
    margin-top: 20px;
    border-bottom: 1px solid lightgrey;
}

.v_bmf_pdi_btn {
    cursor: pointer;
}

.v_bmf_plan_details_item.active {
    padding-bottom: 10px;
    border-bottom: 1px solid lightgrey;
}

.v_bmf_plan_details_item.active i {
    transform: rotate(180deg);
    transition: all .3s ease-in-out;
}

.v_bmf_plan_details_item.active ul {
    display: block;
}

.v_bmf_plan_details_label {
    padding-bottom: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.v_bmf_plan_details_label h5 {
    font-size: 22px;
}

.v_bmf_plan_details_label i {
    transition: all .3s ease-in-out;
}

.v_bmf_plan_details_label span {
    color: grey;
    font-size: 16px;
}

.v_bmf_plan_details_item ul {
    margin-left: 20px;
    display: none;
}

.v_bmf_plan_details_item ul li {
    list-style-type: disc;
}

.v_pricing_box3 {
    margin: 0 auto;
    padding-top: 120px;
    padding-bottom: 120px;
    width: 100%;
    flex-direction: column;
    display: flex;
}

.v_icp_footnote {
    font-size: 16px;
}

.v_icp_plan {
    margin: 60px 0;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.v_icp_plan_item {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.v_icp_plan_item_inner {
    width: 100%;
    height: 240px;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.v_icp_plan_icon {
    margin-bottom: 10px;
    padding: 20px;
    border-radius: 100px;
    border: 1px solid lightgrey;
}

.v_icp_plan_item_inner img {
    width: 100%;
    max-width: 60px;
}

.v_icp_plan_item_inner h6{
}

/* End Monthly Fee Pricing */

.v_tmf_item {
    width: 100%;
    margin-bottom: 20px;
}

.v_tmf_item p {
    text-decoration: underline;
}

.v_tmf_item:last-child{
    margin-bottom: 0;
}

.v_tmf_item h4 {
}

.v_tmf_item h4:last-child {
    margin-bottom: 0;
}

.v_tmf_price_plan {
    grid-template-columns: 1fr 1fr;
    display: grid;
}

.v_tmf_price_plan_item {
    padding: 20px;
    background-color: rgb(235, 235, 235);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.v_tmf_price_plan_item:nth-child(2){
    background-color: rgb(245, 245, 245);
}

.v_tmf_price_plan_item:nth-child(3){
    background-color: rgb(245, 245, 245);
}

.v_calculator_result_back_btn {
    display: flex;
    align-items: center;
    justify-content: center;
}
