.page-id-1391 section.d-flex {
    justify-content: flex-start !important;
}

.page-id-1391 tr.cart-addons-total th {
    color: #191919 !important;
}

.page-id-1391 .cart-addons-total span.woocommerce-Price-amount.amount {
    color: #191919 !important;
}

.page-id-1391 input[type="radio"] {
    accent-color: #1763b9 !important;
}

table.service-table input:checked+.slider {
    background-color: #1763B9 !important;
    background-image: linear-gradient(90deg, #1763B9 45%, #2F87ED 100%) !important;
}

/* Reset counter ONCE at the parent */
.policy-page {
    counter-reset: my-counter;
}

/* Increment counter on each H3 */
.policy-page .elementor-widget-heading h3 {
    counter-increment: my-counter;
    position: relative;
    padding-left: 0;
}

/* Display counter */
.policy-page .elementor-widget-heading h3::before {
    content: counter(my-counter) ". ";
    position: absolute;
    right: calc(100% + 12px);
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
}

body .elementor-widget-woocommerce-checkout-page .woocommerce-checkout .form-row span.error {
    margin-left: 8px;
}

body .elementor-widget-icon-box:hover span.elementor-icon.elementor-animation-grow,body .elementor-widget-icon-box.active span.elementor-icon.elementor-animation-grow {
    scale: 1.1;
    transition: .5s;
}

body .timeline .elementor-icon-box-wrapper .elementor-icon-box-icon span.elementor-icon.elementor-animation-grow {
    border-color: #e7eaef;
    position: relative;
    box-shadow: 0 1px 3px 0 #0000001a;
}

.timeline:before {
    content: " ";
    width: 100%;
    height: 1px;
    position: absolute;
    background-color: #e7eaef;
    top: 50px;
    z-index: 0;
}

input#sf_participants::-webkit-inner-spin-button,
input#sf_participants::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input#sf_participants {
    -moz-appearance: textfield;
}

body .elementor-animation-grow:active,
body .elementor-animation-grow:focus,
body .elementor-animation-grow:hover {
    transform: scale(1);
}

body .timeline .elementor-icon-box-wrapper {
    cursor: pointer;
}

body .timeline .elementor-widget-icon-box:hover .elementor-icon-box-wrapper .elementor-icon-box-icon span.elementor-icon.elementor-animation-grow:before,body .timeline .elementor-widget-icon-box.active .elementor-icon-box-wrapper .elementor-icon-box-icon span.elementor-icon.elementor-animation-grow:before {
    color: #1763B9;
    opacity: .4;
}

body .timeline .elementor-widget-icon-box:hover .elementor-icon-box-wrapper .elementor-icon-box-icon span.elementor-icon.elementor-animation-grow,body .timeline .elementor-widget-icon-box.active .elementor-icon-box-wrapper .elementor-icon-box-icon span.elementor-icon.elementor-animation-grow {
    box-shadow: 0 10px 15px -3px #0000001a;
    fill: #1762B8;
    color: #1762B8;
    border-color: #1762B8;
    background-color: #FFFFFF;
}
body .timeline .elementor-widget-icon-box.active .elementor-icon-box-wrapper .elementor-icon-box-title{
    color: #1762B8;
}
body .timeline .elementor-widget-icon-box .elementor-icon-box-wrapper .elementor-icon-box-icon span.elementor-icon.elementor-animation-grow:before {
    position: absolute;
    top: -55%;
    font-weight: 700;
    opacity: .03;
    color: #191919;
    font-size: 45px;
    left: 50%;
    transform: translateX(-50%);
}

body .timeline .elementor-widget-icon-box:first-child .elementor-icon-box-wrapper .elementor-icon-box-icon span.elementor-icon.elementor-animation-grow:before {
    content: "01";
}

body .timeline .elementor-widget-icon-box:nth-child(2) .elementor-icon-box-wrapper .elementor-icon-box-icon span.elementor-icon.elementor-animation-grow:before {
    content: "02";
}

body .timeline .elementor-widget-icon-box:nth-child(3) .elementor-icon-box-wrapper .elementor-icon-box-icon span.elementor-icon.elementor-animation-grow:before {
    content: "03";
}

body .timeline .elementor-widget-icon-box:last-child .elementor-icon-box-wrapper .elementor-icon-box-icon span.elementor-icon.elementor-animation-grow:before {
    content: "04";
}



.last-section {
    position: relative;
    overflow: hidden;
}

.last-section:before {
    position: absolute;
    width: 396px;
    height: 396px;
    left: -164px;
    top: 384px;
    background: linear-gradient(90deg, #1763B9 30%, #2F87ED 100%);
    filter: blur(125px);
    flex: none;
    order: 3;
    flex-grow: 0;
    z-index: 0;
    content: " ";
    transition: top .5s ease;
}

.last-section:hover:before {

    top: -90px;
}

.last-section>* {
    z-index: 1;
}

.last-section:after {
    position: absolute;
    width: 328px;
    height: 328px;
    left: 1292px;
    top: -90px;
    background: linear-gradient(90deg, #1763B9 30%, #2F87ED 100%);
    filter: blur(125px);
    flex: none;
    order: 4;
    flex-grow: 0;
    z-index: 0;
    content: " ";
    transition: top .5s ease;
}

.last-section:hover:after {
    top: 384px;
}

.icon-box-room {
    transition: background .8s ease;
}

.icon-box-room:hover {
    /* background-image: linear-gradient(90deg, #1763B9 45%, #2F87ED 100%) !important;  */
    cursor: pointer;

}

.icon-box-room:hover:before {
    opacity: 1;
    transition: all .6s ease;
}

.icon-box-room:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg, #1763B9 45%, #2F87ED 100%);
    left: 0;
    top: 0;
    border-radius: 38px;
    z-index: 0;
    opacity: 0;
    transition: opacity .6s ease;
}

.hover-scale.elementor-widget.elementor-widget-image {
    overflow: hidden;
}

.hover-scale.elementor-widget.elementor-widget-image img {
    transition: scale 1s ease;
}

.hover-scale.elementor-widget.elementor-widget-image:hover img {
    scale: 1.1;
    transition: scale 1s ease;
}

.icon-box-room:hover img {
    filter: brightness(0) invert(1);
    transition: all .6s ease;
}


.icon-box-room:hover .icon-box-text,
.icon-box-room:hover .icon-box-text * {
    color: #fff !important;
    fill: #fff !important;
    transition: all .6s ease;
}
.cp_ul {
	margin-bottom: 10px;
}
/* Product Details Page responsive css Start*/

@media only screen and (min-width: 1700px) and (max-width: 1900px) {
    body .elementor-2169 .elementor-element.elementor-element-ae05c92 {
        --content-width: 1192.5px;
    }

    body .elementor-2169 .elementor-element.elementor-element-ae05c92 {
        --display: flex;
        --margin-top: 45px;
        --margin-bottom: 0px;
        --margin-left: 0px;
        --margin-right: 0px;
    }

    body .elementor-2169 .elementor-element.elementor-element-705ee80 {
        --content-width: 1192.5px;
    }

    body .elementor-2169 .elementor-element.elementor-element-705ee80 {
        --gap: 18px 10.8px;
        --row-gap: 18px;
        --column-gap: 10.8px;
        --padding-bottom: 45px;
        --padding-left: 13.5px;
        --padding-right: 13.5px;
    }

    body .elementor-2169 .elementor-element.elementor-element-05ce84d {
        margin: 0px 0px 18px 0px;
    }

    body #wpgs-gallery.wcgs-woocommerce-product-gallery {
        margin-right: 27px;
    }

    body #wpgs-gallery .gallery-navigation-carousel-wrapper {
        margin-top: 6.3px;
    }


    body .elementor-2169 .elementor-element.elementor-element-275d813 {
        --border-radius: 8.1px 8.1px 8.1px 8.1px;
        --margin-bottom: 13.5px;
        --padding-top: 30.6px;
        --padding-bottom: 22.5px;
        --padding-left: 21.6px;
        --padding-right: 21.6px;
    }

    body .elementor-2169 .elementor-element.elementor-element-32209d5 {
        --margin-bottom: 18px;
    }

    body .elementor-2169 .elementor-element.elementor-element-b9fd8b6 {
        --gap: 7.2px 0px;
        --row-gap: 7.2px;
    }

    body .elementor-2169 .elementor-element.elementor-element-d62f297 .elementor-heading-title {
        font-size: 34.2px;
    }

    body .elementor-2169 .elementor-element.elementor-element-d257cef {
        --icon-box-icon-margin: 13.5px;
    }

    body .elementor-2169 .elementor-element.elementor-element-d257cef .elementor-icon-box-description {
        font-size: 14.4px;
    }

    body .elementor-2169 .elementor-element.elementor-element-f119ebb .elementor-button {
        font-size: 14.4px;
        padding: 10.8px 23.4px 10.8px 23.4px;
    }

    body .elementor-2169 .elementor-element.elementor-element-ca7b378 .elementor-heading-title {
        font-size: 11.7px;
    }

    body .elementor-2169 .elementor-element.elementor-element-8e94fa8 {
        margin: 4.5px 0px 0px 0px;
        font-size: 14.4px;
    }

    body .elementor-2169 .elementor-element.elementor-element-1609db3 {
        margin: 11.7px 0px 0px 0px;
    }

    body .elementor-2169 .elementor-element.elementor-element-1609db3 .elementor-heading-title {
        font-size: 11.7px;
    }

    body .elementor-2169 .elementor-element.elementor-element-338dbf1 .elementor-heading-title {
        font-size: 18px;
    }

    body .elementor-2169 .elementor-element.elementor-element-4a184bd {
        --border-radius: 8.1px 8.1px 8.1px 8.1px;
        --margin-bottom: 13.5px;
        --padding-top: 22.5px;
        --padding-bottom: 22.5px;
        --padding-left: 21.6px;
        --padding-right: 21.6px;
    }

    body .elementor-2169 .elementor-element.elementor-element-f4d50f6 .elementor-heading-title {
        font-size: 19.8px;
    }

    body .elementor-2169 .elementor-element.elementor-element-17fdb76 {
        --gap: 0px 11.7px;
        --column-gap: 11.7px;
        --margin-bottom: 13.5px;
    }

    body .feature-table>div {
        padding: 9px;
        padding-left: 0;
    }

    body .elementor-2169 .feature-table>div.elementor-widget-heading h6.elementor-heading-title {
        font-size: 14.4px;
    }

    body .elementor-2169 .elementor-element.elementor-element-fb17913 .elementor-heading-title {
        font-size: 19.8px;
    }

    body .elementor-2169 .elementor-element.elementor-element-5e2e458 {
        --gap: 0px 16.2px;
        --column-gap: 16.2px;
    }

    body .elementor-2169 .elementor-element.elementor-element-5e2e458>div {
        --gap: 9px 0px;
        --row-gap: 9px;
        --border-radius: 8.1px 8.1px 8.1px 8.1px;
        --padding-top: 18px;
        --padding-bottom: 18px;
        --padding-left: 9.9px;
        --padding-right: 9.9px;
    }

    body .elementor-2169 .elementor-element.elementor-element-5e2e458>div img {
        width: 37.8px;
        height: 37.8px;
    }

    body .elementor-2169 .elementor-element.elementor-element-5e2e458>div .elementor-icon-box-title,
    body .elementor-2169 .elementor-element.elementor-element-5e2e458>div .elementor-icon-box-title a {
        font-family: "Inter", Sans-serif;
        font-size: 11.7px;
        font-weight: 500;
        font-style: normal;
        text-transform: none;
    }

    body .booking-wraper {
        padding: 27px 20.7px;
        border-radius: 8.1px;
    }

    body .ph-calendar-container:has(.time-calendar-date-section):before {
        font-size: 19.8px;
        margin-bottom: 10.8px;
    }

    body .time-calendar-date-section {
        box-shadow: 0px 2.7px 23.13px 0px #9696961C !important;
        padding: 21.6px;
        border-radius: 14.4px;
        margin-bottom: 14.4px;
    }

    body .ph-calendar-month {
        height: 15.3px;
        margin-bottom: 18px;
    }

    body .ph-calendar-month .ph-prev,
    body .ph-calendar-month .ph-next {
        padding: 0px 10.8px 0px 10.8px !important;
        height: 15.3px;
        line-height: 17.1px;
    }

    body .ph-calendar-month ul li {
        font-size: 13.5px;
        max-height: 31.5px;
    }

    body .ph-calendar-month span {
        font-size: 14.4px;
        letter-spacing: .13px;
    }

    body .ph-calendar-weekdays {
        padding-top: 14.4px !important;
    }

    body .ph-calendar-weekdays li {
        font-size: 9px;
        width: 28.8px;
    }

    body #ph-calendar-days {
        border-radius: 0 0 4.5px 4.5px;
        /* gap: 12.6px 25.2px; */
        row-gap: 12.6px;
    }

    body .ph-calendar-days .ph-calendar-date {
        font-size: 12.6px;
        width: 27px;
        height: 27px;
    }

    body #ph-calendar-time {
        margin-bottom: 14.4px !important;
    }

    body .ph-next-day-time {
        margin-right: 9px;
    }

    body .ph-prev-day-time {
        margin-left: 9px;
    }

    body .time-picker .ph-calendar-days li {
        font-size: 11.7px !important;
    }

    body .wapf .wapf-wrapper::before {
        font-size: 19.8px;
        margin-bottom: 9px;
        margin-top: 14.4px;
    }

    body .wapf .wapf-field-group::before {
        margin-bottom: 22.5px;
        font-size: 14.4px;
    }

    body .wapf-field-container {
        padding: 0 4.5px 13.5px 4.5px;
    }

    body .wapf-field-row .wapf-field-container {
        padding-bottom: 13.5px;
    }

    body form.cart label {
        font-size: 14.4px;
    }

    body .persons-title label,
    body .wapf-field-label label span {
        font-size: 13.32px;
        margin-bottom: 7.2px;
    }

    body .wapf-field-container .wapf-field-input textarea.wapf-input,
    body .wapf-field-container .wapf-field-input input.wapf-input,
    body input.input-person.shipping-price-related[rule-key="persons-0"] {
        height: 43.2px;
        border-radius: 10.8px !important;
        font-size: 14.4px;
        padding: .45rem .9rem;
    }

    body div#custom-price-breakdown {
        margin-top: 18px;
        padding: 27px 20.7px;
        border-radius: 8.1px;
    }

    body #custom-price-breakdown>div#slt-price {
        margin-bottom: 9px;
    }

    body p#room-charge {
        font-size: 19.8px;
    }

    body div#slt-time-1 p:first-child b {
        font-size: 14.4px;
    }

    body div#slt-time-1>p:not(:first-child) {
        margin-top: 5.4px;
        font-size: 14.4px;
    }

    body .booking-info-wraper {
        margin-top: 13.5px;
    }

    body p#booking_price_text b,
    body #booking_price_text .woocommerce-Price-amount.amount {
        padding: 17.1px 0 0 0;
        font-size: 18px !important;
    }

    div#custom-price-breakdown div#btns {
        margin-top: 17.1px !important;
    }

    body div#btns {
        gap: 12.6px;
    }

    body div#btns button {
        font-size: 14.4px;
    }

    body div#btns button {
        height: 43.2px;
        border-radius: 36px;
    }

    body .elementor-2169 .elementor-element.elementor-element-8a506b7 {
        --content-width: 1192.5px;
    }

    body .elementor-2169 .elementor-element.elementor-element-8a506b7 {
        --padding-top: 67.5px;
        --padding-bottom: 67.5px;
    }

    body .elementor-2169 .elementor-element.elementor-element-a1ab56f {
        margin: 0px 0px 36px 0px;
    }

    body .elementor-2169 .elementor-element.elementor-element-a1ab56f .elementor-heading-title {
        font-size: 43.2px;
    }

    body .elementor-2169 .elementor-element.elementor-element-c8ddbb8 {
        width: var(--container-widget-width, 972px);
        max-width: 972px;
        --container-widget-width: 972px;
    }

    body #vt_room_details {
        border-radius: 54px;
    }

    body #vt_room_details .image-container img {
        height: 540.9px;
    }

    body #vt_room_details button.take-tour {
        width: 154.8px;
        height: 46.8px;
        font-size: 14.4px;
    }

    body #vt_room_details .take-tour .circle {
        left: -12.6px;
        width: 62.1px;
        height: 62.1px;
        box-shadow: 9px 3.6px 12.6px 0px #00000021;
    }

    body #vt_room_details .take-tour .circle svg {
        width: 39.6px;
        height: 39.6px;
    }

    body #vt_room_details span.label {
        width: 90px;
    }

    body #vt_room_details .shortcode-box.active {
        max-height: 1080px;
    }

    body #vt_room_details .shortcode-inner {
        border-radius: 10.8px;
    }

    body #vt_room_details div#master-container.wpvr-cardboard {
        height: 540.9px !important;
    }

    body #vt_room_details .pnlm-controls-container .pnlm-fullscreen-toggle-button {
        background-size: 21.6px;
        background-position: top 9.9px center;
        width: 39.6px;
        height: 39.6px;
    }

    body #wpgs-gallery.wcgs-woocommerce-product-gallery .wcgs-carousel .wcgs-slider-image {
        height: 474.3px;
    }

    body #wpgs-gallery .wcgs-thumb.wcgs-thumb img {
        height: 113.4px;
    }

    body ul#ph-calendar-time li.ph-calendar-date {
        height: 31.5px;
        line-height: 31.5px;
    }
}



@media only screen and (min-width: 1500px) and (max-width: 1700px) {
    body .elementor-2169 .elementor-element.elementor-element-ae05c92 {
        --content-width: 1049.4px;
    }

    body .elementor-2169 .elementor-element.elementor-element-ae05c92 {
        --display: flex;
        --margin-top: 30px;
        --margin-bottom: 0px;
        --margin-left: 0px;
        --margin-right: 0px;
    }

    body .elementor-2169 .elementor-element.elementor-element-cff840c {
        --width: 39%;
    }

    body .elementor-2169 .elementor-element.elementor-element-778850b {
        --width: 60%;
    }

    body .elementor-2169 .elementor-element.elementor-element-705ee80 {
        --content-width: 1049.4px;
    }

    body .elementor-2169 .elementor-element.elementor-element-705ee80 {
        --gap: 15.84px 9.5px;
        --row-gap: 15.84px;
        --column-gap: 9.5px;
        --padding-bottom: 39.6px;
        --padding-left: 11.88px;
        --padding-right: 11.88px;
    }

    body .elementor-2169 .elementor-element.elementor-element-05ce84d {
        margin: 0px 0px 15.84px 0px;
    }

    body #wpgs-gallery.wcgs-woocommerce-product-gallery {
        margin-right: 23.76px;
    }

    body #wpgs-gallery .gallery-navigation-carousel-wrapper {
        margin-top: 5.54px;
    }


    body .elementor-2169 .elementor-element.elementor-element-275d813 {
        --border-radius: 7.13px 7.13px 7.13px 7.13px;
        --margin-bottom: 11.88px;
        --padding-top: 26.93px;
        --padding-bottom: 19.8px;
        --padding-left: 19.01px;
        --padding-right: 19.01px;
    }

    body .elementor-2169 .elementor-element.elementor-element-32209d5 {
        --margin-bottom: 15.84px;
    }

    body .elementor-2169 .elementor-element.elementor-element-b9fd8b6 {
        --gap: 6.34px 0px;
        --row-gap: 6.34px;
    }

    body .elementor-2169 .elementor-element.elementor-element-d62f297 .elementor-heading-title {
        font-size: 30.1px;
    }

    body .elementor-2169 .elementor-element.elementor-element-d257cef {
        --icon-box-icon-margin: 11.88px;
    }

    body .elementor-2169 .elementor-element.elementor-element-d257cef .elementor-icon-box-description {
        font-size: 12.67px;
    }

    body .elementor-2169 .elementor-element.elementor-element-f119ebb .elementor-button {
        font-size: 12.67px;
        padding: 9.5px 20.59px 9.5px 20.59px;
    }

    body .elementor-2169 .elementor-element.elementor-element-ca7b378 .elementor-heading-title {
        font-size: 10.3px;
    }

    body .elementor-2169 .elementor-element.elementor-element-8e94fa8 {
        margin: 3.96px 0px 0px 0px;
        font-size: 12.67px;
    }

    body .elementor-2169 .elementor-element.elementor-element-1609db3 {
        margin: 10.3px 0px 0px 0px;
    }

    body .elementor-2169 .elementor-element.elementor-element-1609db3 .elementor-heading-title {
        font-size: 10.3px;
    }

    body .elementor-2169 .elementor-element.elementor-element-338dbf1 .elementor-heading-title {
        font-size: 15.84px;
    }

    body .elementor-2169 .elementor-element.elementor-element-4a184bd {
        --border-radius: 7.13px 7.13px 7.13px 7.13px;
        --margin-bottom: 11.88px;
        --padding-top: 19.8px;
        --padding-bottom: 19.8px;
        --padding-left: 19.01px;
        --padding-right: 19.01px;
    }

    body .elementor-2169 .elementor-element.elementor-element-f4d50f6 .elementor-heading-title {
        font-size: 17.42px;
    }

    body .elementor-2169 .elementor-element.elementor-element-17fdb76 {
        --gap: 0px 10.3px;
        --column-gap: 10.3px;
        --margin-bottom: 11.88px;
    }

    body .feature-table>div {
        padding: 7.92px;
        padding-left: 0;
    }

    body .elementor-2169 .feature-table>div.elementor-widget-heading h6.elementor-heading-title {
        font-size: 12.67px;
    }

    body .elementor-2169 .elementor-element.elementor-element-fb17913 .elementor-heading-title {
        font-size: 17.42px;
    }

    body .elementor-2169 .elementor-element.elementor-element-5e2e458 {
        --gap: 0px 14.26px;
        --column-gap: 14.26px;
    }

    body .elementor-2169 .elementor-element.elementor-element-5e2e458>div {
        --gap: 7.92px 0px;
        --row-gap: 7.92px;
        --border-radius: 7.13px 7.13px 7.13px 7.13px;
        --padding-top: 15.84px;
        --padding-bottom: 15.84px;
        --padding-left: 8.71px;
        --padding-right: 8.71px;
    }

    body .elementor-2169 .elementor-element.elementor-element-5e2e458>div img {
        width: 33.26px;
        height: 33.26px;
    }

    body .elementor-2169 .elementor-element.elementor-element-5e2e458>div .elementor-icon-box-title,
    body .elementor-2169 .elementor-element.elementor-element-5e2e458>div .elementor-icon-box-title a {
        font-family: "Inter", Sans-serif;
        font-size: 10.3px;
        font-weight: 500;
        font-style: normal;
        text-transform: none;
    }

    body .booking-wraper {
        padding: 23.76px 18.22px;
        border-radius: 7.13px;
    }

    body .ph-calendar-container:has(.time-calendar-date-section):before {
        font-size: 17.42px;
        margin-bottom: 9.5px;
    }

    body .time-calendar-date-section {
        box-shadow: 0px 2.38px 20.35px 0px #9696961C !important;
        padding: 19.01px;
        border-radius: 12.67px;
        margin-bottom: 12.67px;
    }

    body .ph-calendar-month {
        height: 13.46px;
        margin-bottom: 15.84px;
    }

    body .ph-calendar-month .ph-prev,
    body .ph-calendar-month .ph-next {
        padding: 0px 9.5px 0px 9.5px !important;
        height: 13.46px;
        line-height: 15.05px;
    }

    body .ph-calendar-month ul li {
        font-size: 11.88px;
        max-height: 27.72px;
    }

    body .ph-calendar-month span {
        font-size: 12.67px;
        letter-spacing: .11px;
    }

    body .ph-calendar-weekdays {
        padding-top: 12.67px !important;
    }

    body .ph-calendar-weekdays li {
        font-size: 7.92px;
        width: 25.34px;
    }

    body #ph-calendar-days {
        border-radius: 0 0 3.96px 3.96px;
        /* gap: 11.09px 22.18px; */
        row-gap: 11.9px;
    }

    body .ph-calendar-days .ph-calendar-date {
        font-size: 11.09px;
        width: 23.76px;
        height: 23.76px;
    }

    body #ph-calendar-time {
        margin-bottom: 12.67px !important;
    }

    body .ph-next-day-time {
        margin-right: 7.92px;
    }

    body .ph-prev-day-time {
        margin-left: 7.92px;
    }

    body .time-picker .ph-calendar-days li {
        font-size: 10.3px !important;
    }

    body .wapf .wapf-wrapper::before {
        font-size: 17.42px;
        margin-bottom: 7.92px;
        margin-top: 12.67px;
    }

    body .wapf .wapf-field-group::before {
        margin-bottom: 19.8px;
        font-size: 12.67px;
    }

    body .wapf-field-container {
        padding: 0 3.96px 11.88px 3.96px;
    }

    body .wapf-field-row .wapf-field-container {
        padding-bottom: 11.88px;
    }

    body form.cart label {
        font-size: 12.67px;
    }

    body .persons-title label,
    body .wapf-field-label label span {
        font-size: 11.72px;
        margin-bottom: 6.34px;
    }

    body .wapf-field-container .wapf-field-input textarea.wapf-input,
    body .wapf-field-container .wapf-field-input input.wapf-input,
    body input.input-person.shipping-price-related[rule-key="persons-0"] {
        height: 38.02px;
        border-radius: 9.5px !important;
        font-size: 12.67px;
        padding: .4rem .79rem;
    }

    body div#custom-price-breakdown {
        margin-top: 15.84px;
        padding: 23.76px 18.22px;
        border-radius: 7.13px;
    }

    body #custom-price-breakdown>div#slt-price {
        margin-bottom: 7.92px;
    }

    body p#room-charge {
        font-size: 17.42px;
    }

    body div#slt-time-1 p:first-child b {
        font-size: 12.67px;
    }

    body div#slt-time-1>p:not(:first-child) {
        margin-top: 4.75px;
        font-size: 12.67px;
    }

    body .booking-info-wraper {
        margin-top: 11.88px;
    }

    body p#booking_price_text b,
    body #booking_price_text .woocommerce-Price-amount.amount {
        padding: 15.05px 0 0 0;
        font-size: 15.84px !important;
    }

    div#custom-price-breakdown div#btns {
        margin-top: 15.05px !important;
    }

    body div#btns {
        gap: 11.09px;
    }

    body div#btns button {
        font-size: 12.67px;
    }

    body div#btns button {
        height: 38.02px;
        border-radius: 31.68px;
    }

    body .elementor-2169 .elementor-element.elementor-element-8a506b7 {
        --content-width: 1049.4px;
    }

    body .elementor-2169 .elementor-element.elementor-element-8a506b7 {
        --padding-top: 59.4px;
        --padding-bottom: 59.4px;
    }

    body .elementor-2169 .elementor-element.elementor-element-a1ab56f {
        margin: 0px 0px 31.68px 0px;
    }

    body .elementor-2169 .elementor-element.elementor-element-a1ab56f .elementor-heading-title {
        font-size: 38.02px;
    }

    body .elementor-2169 .elementor-element.elementor-element-c8ddbb8 {
        width: var(--container-widget-width, 855.36px);
        max-width: 855.36px;
        --container-widget-width: 855.36px;
    }

    body #vt_room_details {
        border-radius: 47.52px;
    }

    body #vt_room_details .image-container img {
        height: 475.99px;
    }

    body #vt_room_details button.take-tour {
        width: 136.22px;
        height: 41.18px;
        font-size: 12.67px;
    }

    body #vt_room_details .take-tour .circle {
        left: -11.09px;
        width: 54.65px;
        height: 54.65px;
        box-shadow: 7.92px 3.17px 11.09px 0px #00000021;
    }

    body #vt_room_details .take-tour .circle svg {
        width: 34.85px;
        height: 34.85px;
    }

    body #vt_room_details span.label {
        width: 79.2px;
    }

    body #vt_room_details .shortcode-box.active {
        max-height: 950.4px;
    }

    body #vt_room_details .shortcode-inner {
        border-radius: 9.5px;
    }

    body #vt_room_details div#master-container.wpvr-cardboard {
        height: 475.99px !important;
    }

    body #vt_room_details .pnlm-controls-container .pnlm-fullscreen-toggle-button {
        background-size: 19.01px;
        background-position: top 8.71px center;
        width: 34.85px;
        height: 34.85px;
    }

    body #wpgs-gallery.wcgs-woocommerce-product-gallery .wcgs-carousel .wcgs-slider-image {
        height: 400px;
    }

    body #wpgs-gallery .wcgs-thumb.wcgs-thumb img {
        height: 80px;
    }

    body ul#ph-calendar-time li.ph-calendar-date {
        height: 27.72px;
        line-height: 27.72px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    body .elementor-2169 .elementor-element.elementor-element-ae05c92 {
        --content-width: 891.99px;
    }

    body .elementor-2169 .elementor-element.elementor-element-ae05c92 {
        --display: flex;
        --margin-top: 33.66px;
        --margin-bottom: 0px;
        --margin-left: 0px;
        --margin-right: 0px;
    }

    body .elementor-2169 .elementor-element.elementor-element-705ee80 {
        --content-width: 891.99px;
    }

    body .elementor-2169 .elementor-element.elementor-element-705ee80 {
        --gap: 13.46px 8.08px;
        --row-gap: 13.46px;
        --column-gap: 8.08px;
        --padding-bottom: 33.66px;
        --padding-left: 10.10px;
        --padding-right: 10.10px;
    }

    body .elementor-2169 .elementor-element.elementor-element-05ce84d {
        margin: 0px 0px 13.46px 0px;
    }

    body #wpgs-gallery.wcgs-woocommerce-product-gallery {
        margin-right: 20.20px;
    }

    body #wpgs-gallery .gallery-navigation-carousel-wrapper {
        margin-top: 4.71px;
    }


    body .elementor-2169 .elementor-element.elementor-element-275d813 {
        --border-radius: 6.06px 6.06px 6.06px 6.06px;
        --margin-bottom: 10.10px;
        --padding-top: 22.89px;
        --padding-bottom: 16.83px;
        --padding-left: 16.16px;
        --padding-right: 16.16px;
    }

    body .elementor-2169 .elementor-element.elementor-element-32209d5 {
        --margin-bottom: 13.46px;
    }

    body .elementor-2169 .elementor-element.elementor-element-b9fd8b6 {
        --gap: 5.39px 0px;
        --row-gap: 5.39px;
    }

    body .elementor-2169 .elementor-element.elementor-element-d62f297 .elementor-heading-title {
        font-size: 25.59px;
    }

    body .elementor-2169 .elementor-element.elementor-element-d257cef {
        --icon-box-icon-margin: 10.10px;
    }

    body .elementor-2169 .elementor-element.elementor-element-d257cef .elementor-icon-box-description {
        font-size: 10.77px;
    }

    body .elementor-2169 .elementor-element.elementor-element-f119ebb .elementor-button {
        font-size: 10.77px;
        padding: 8.08px 17.50px 8.08px 17.50px;
    }

    body .elementor-2169 .elementor-element.elementor-element-ca7b378 .elementor-heading-title {
        font-size: 8.76px;
    }

    body .elementor-2169 .elementor-element.elementor-element-8e94fa8 {
        margin: 3.37px 0px 0px 0px;
        font-size: 10.77px;
    }

    body .elementor-2169 .elementor-element.elementor-element-1609db3 {
        margin: 8.76px 0px 0px 0px;
    }

    body .elementor-2169 .elementor-element.elementor-element-1609db3 .elementor-heading-title {
        font-size: 8.76px;
    }

    body .elementor-2169 .elementor-element.elementor-element-338dbf1 .elementor-heading-title {
        font-size: 13.46px;
    }

    body .elementor-2169 .elementor-element.elementor-element-4a184bd {
        --border-radius: 6.06px 6.06px 6.06px 6.06px;
        --margin-bottom: 10.10px;
        --padding-top: 16.83px;
        --padding-bottom: 16.83px;
        --padding-left: 16.16px;
        --padding-right: 16.16px;
    }

    body .elementor-2169 .elementor-element.elementor-element-f4d50f6 .elementor-heading-title {
        font-size: 14.81px;
    }

    body .elementor-2169 .elementor-element.elementor-element-17fdb76 {
        --gap: 0px 8.76px;
        --column-gap: 8.76px;
        --margin-bottom: 10.10px;
    }

    body .feature-table>div {
        padding: 6.73px;
        padding-left: 0;
    }

    body .elementor-2169 .feature-table>div.elementor-widget-heading h6.elementor-heading-title {
        font-size: 10.77px;
    }

    body .elementor-2169 .elementor-element.elementor-element-fb17913 .elementor-heading-title {
        font-size: 14.81px;
    }

    body .elementor-2169 .elementor-element.elementor-element-5e2e458 {
        --gap: 0px 12.12px;
        --column-gap: 12.12px;
    }

    body .elementor-2169 .elementor-element.elementor-element-5e2e458>div {
        --gap: 6.73px 0px;
        --row-gap: 6.73px;
        --border-radius: 6.06px 6.06px 6.06px 6.06px;
        --padding-top: 13.46px;
        --padding-bottom: 13.46px;
        --padding-left: 7.40px;
        --padding-right: 7.40px;
    }

    body .elementor-2169 .elementor-element.elementor-element-5e2e458>div img {
        width: 28.27px;
        height: 28.27px;
    }

    body .elementor-2169 .elementor-element.elementor-element-5e2e458>div .elementor-icon-box-title,
    body .elementor-2169 .elementor-element.elementor-element-5e2e458>div .elementor-icon-box-title a {
        font-family: "Inter", Sans-serif;
        font-size: 8.76px;
        font-weight: 500;
        font-style: normal;
        text-transform: none;
    }

    body .booking-wraper {
        padding: 20.20px 15.49px;
        border-radius: 6.06px;
    }

    body .ph-calendar-container:has(.time-calendar-date-section):before {
        font-size: 14.81px;
        margin-bottom: 8.08px;
    }

    body .time-calendar-date-section {
        box-shadow: 0px 2.02px 17.30px 0px #9696961C !important;
        padding: 16.16px;
        border-radius: 10.77px;
        margin-bottom: 10.77px;
    }

    body .ph-calendar-month {
        height: 11.44px;
        margin-bottom: 13.46px;
    }

    body .ph-calendar-month .ph-prev,
    body .ph-calendar-month .ph-next {
        padding: 0px 8.08px 0px 8.08px !important;
        height: 11.44px;
        line-height: 12.79px;
    }

    body .ph-calendar-month ul li {
        font-size: 10.10px;
        max-height: 23.56px;
    }

    body .ph-calendar-month span {
        font-size: 10.77px;
        letter-spacing: .09px;
    }

    body .ph-calendar-weekdays {
        padding-top: 10.77px !important;
    }

    body .ph-calendar-weekdays li {
        font-size: 6.73px;
        width: 21.54px;
    }

    body #ph-calendar-days {
        border-radius: 0 0 3.37px 3.37px;
        /* gap: 9.43px 18.85px; */
        row-gap: 9.43px;
    }

    body .ph-calendar-days .ph-calendar-date {
        font-size: 9.43px;
        width: 20.20px;
        height: 20.20px;
    }

    body #ph-calendar-time {
        margin-bottom: 10.77px !important;
    }

    body .ph-next-day-time {
        margin-right: 6.73px;
    }

    body .ph-prev-day-time {
        margin-left: 6.73px;
    }

    body .time-picker .ph-calendar-days li {
        font-size: 8.76px !important;
    }

    body .wapf .wapf-wrapper::before {
        font-size: 14.81px;
        margin-bottom: 6.73px;
        margin-top: 10.77px;
    }

    body .wapf .wapf-field-group::before {
        margin-bottom: 16.83px;
        font-size: 10.77px;
    }

    body .wapf-field-container {
        padding: 0 3.37px 10.10px 3.37px;
    }

    body .wapf-field-row .wapf-field-container {
        padding-bottom: 10.10px;
    }

    body form.cart label {
        font-size: 10.77px;
    }

    body .persons-title label,
    body .wapf-field-label label span {
        font-size: 9.96px;
        margin-bottom: 5.39px;
    }

    body .wapf-field-container .wapf-field-input textarea.wapf-input,
    body .wapf-field-container .wapf-field-input input.wapf-input,
    body input.input-person.shipping-price-related[rule-key="persons-0"] {
        height: 32.32px;
        border-radius: 8.08px !important;
        font-size: 10.77px;
        padding: .34rem .67rem;
    }

    body div#custom-price-breakdown {
        margin-top: 13.46px;
        padding: 20.20px 15.49px;
        border-radius: 6.06px;
    }

    body #custom-price-breakdown>div#slt-price {
        margin-bottom: 6.73px;
    }

    body p#room-charge {
        font-size: 14.81px;
    }

    body div#slt-time-1 p:first-child b {
        font-size: 10.77px;
    }

    body div#slt-time-1>p:not(:first-child) {
        margin-top: 4.04px;
        font-size: 10.77px;
    }

    body .booking-info-wraper {
        margin-top: 10.10px;
    }

    body p#booking_price_text b,
    body #booking_price_text .woocommerce-Price-amount.amount {
        padding: 12.79px 0 0 0px;
        font-size: 13.46px !important;
    }

    div#custom-price-breakdown div#btns {
        margin-top: 12.79px !important;
    }

    body div#btns {
        gap: 9.43px;
    }

    body div#btns button {
        font-size: 10.77px;
    }

    body div#btns button {
        height: 32.32px;
        border-radius: 26.93px;
    }

    body .elementor-2169 .elementor-element.elementor-element-8a506b7 {
        --content-width: 891.99px;
    }

    body .elementor-2169 .elementor-element.elementor-element-8a506b7 {
        --padding-top: 50.49px;
        --padding-bottom: 50.49px;
    }

    body .elementor-2169 .elementor-element.elementor-element-a1ab56f {
        margin: 0px 0px 26.93px 0px;
    }

    body .elementor-2169 .elementor-element.elementor-element-a1ab56f .elementor-heading-title {
        font-size: 32.32px;
    }

    body .elementor-2169 .elementor-element.elementor-element-c8ddbb8 {
        width: var(--container-widget-width, 727.06px);
        max-width: 727.06px;
        --container-widget-width: 727.06px;
    }

    body #vt_room_details {
        border-radius: 40.39px;
    }

    body #vt_room_details .image-container img {
        height: 404.59px;
    }

    body #vt_room_details button.take-tour {
        width: 115.79px;
        height: 35.00px;
        font-size: 10.77px;
    }

    body #vt_room_details .take-tour .circle {
        left: -9.43px;
        width: 46.45px;
        height: 46.45px;
        box-shadow: 6.73px 2.69px 9.43px 0px #00000021;
    }

    body #vt_room_details .take-tour .circle svg {
        width: 29.62px;
        height: 29.62px;
    }

    body #vt_room_details span.label {
        width: 67.32px;
    }

    body #vt_room_details .shortcode-box.active {
        max-height: 807.84px;
    }

    body #vt_room_details .shortcode-inner {
        border-radius: 8.08px;
    }

    body #vt_room_details div#master-container.wpvr-cardboard {
        height: 404.59px !important;
    }

    body #vt_room_details .pnlm-controls-container .pnlm-fullscreen-toggle-button {
        background-size: 16.16px;
        background-position: top 7.40px center;
        width: 29.62px;
        height: 29.62px;
    }

    body #wpgs-gallery.wcgs-woocommerce-product-gallery .wcgs-carousel .wcgs-slider-image {
        height: 354.77px;
    }

    body #wpgs-gallery .wcgs-thumb.wcgs-thumb img {
        height: 84.82px;
    }

    body ul#ph-calendar-time li.ph-calendar-date {
        height: 23.56px;
        line-height: 23.56px;
    }
}



@media only screen and (max-width:1200px) {
    body #wpgs-gallery.wcgs-woocommerce-product-gallery .wcgs-carousel .wcgs-slider-image {
        height: auto;
    }

    body #wpgs-gallery img {
        height: 100%;
    }

    body #wpgs-gallery .wcgs-thumb.wcgs-thumb img {
        height: auto;
    }

    body #vt_room_details button.take-tour {
        width: 120px;
        height: 35px;
        font-size: 14px;
    }

    body #ph-calendar-days {
        justify-items: center;
    }

    body #vt_room_details .take-tour .circle {
        left: -14px;
        width: 40px;
        height: 40px;
    }

    body #vt_room_details .take-tour .circle svg {
        width: 28px;
        height: 28px;
    }

    body #vt_room_details span.label {
        width: 70px;
    }

    body .feature-table>div {
        padding: 5px;
    }

    body .ph-calendar-container:has(.time-calendar-date-section):before {
        text-align: center;
    }

    body .ph-calendar-container:has(.time-calendar-date-section):before {
        margin-bottom: 15px;
    }

    body .wapf-field-container .wapf-field-input textarea.wapf-input,
    body .wapf-field-container .wapf-field-input input.wapf-input,
    body input.input-person.shipping-price-related[rule-key="persons-0"] {
        height: 40px;
    }
}


@media only screen and (max-width:767px) {
    body #wpgs-gallery.wcgs-woocommerce-product-gallery .wcgs-carousel .wcgs-slider-image {
        height: auto;
    }

    body #wpgs-gallery img {
        height: 100%;
    }

    body #wpgs-gallery .wcgs-thumb.wcgs-thumb img {
        height: auto;
    }

    body .booking-wraper {
        display: grid;
        background: #FFFFFF;
        box-shadow: 0px 0px 0px 0px #0000001A;
        padding: 0;
        border-radius: 9px;
    }

    body #vt_room_details .image-container img {
        height: 220px;
    }

    body div.vt {
        min-height: 220px;
    }

    body #vt_room_details div#master-container.wpvr-cardboard {
        height: 220px !important;
    }

    body #vt_room_details {
        border-radius: 10px;
    }

    body #vt_room_details button.take-tour {
        width: 120px;
        height: 35px;
        font-size: 14px;
    }

    body #vt_room_details .take-tour .circle {
        left: -14px;
        width: 40px;
        height: 40px;
    }

    body #vt_room_details .take-tour .circle svg {
        width: 28px;
        height: 28px;
    }

    body #vt_room_details span.label {
        width: 70px;
    }

    body .feature-table>div {
        padding: 5px;
    }

    body .ph-calendar-container:has(.time-calendar-date-section):before {
        text-align: center;
    }

    body .ph-calendar-container:has(.time-calendar-date-section):before {
        margin-bottom: 15px;
    }

    body .wapf-field-container .wapf-field-input textarea.wapf-input,
    body .wapf-field-container .wapf-field-input input.wapf-input,
    body input.input-person.shipping-price-related[rule-key="persons-0"] {
        height: 40px;
    }

    body div#custom-price-breakdown {
        padding: 20px 15px;
    }

    .timeline:before {
        display: none;
    }
.elementor-147 .m0 p br {
    display: none;
}
.elementor-147 .elementor-element.elementor-element-a290e46.elementor-element h2 {
    font-size: 16px;
    line-height: 1.4;
}
body .timeline .elementor-widget-icon-box:hover .elementor-icon-box-wrapper .elementor-icon-box-icon span.elementor-icon.elementor-animation-grow{
    box-shadow: 0 10px 15px -3px #0000001a;
    fill: #1762B8;
    color: #1762B8;
    border-color: #1762B8;
    background-color: #FFFFFF;
}
}

/* Product Details Page responsive css End*/

/* Main Checkout Page responsive css Start*/

@media only screen and (min-width: 1700px) and (max-width: 1900px) {
    body .elementor-1391 .elementor-element.elementor-element-1f66730 {
        --padding-top: 27px;
        --padding-bottom: 27px;
        max-width: 1152px;
        margin: auto;
    }

    body .e-checkout__column.e-checkout__column-start {
        padding: 36px 27px;
    }

    body div#customer_details:has(#group-payment-options) {
        padding: 27px;
        margin-bottom: 18px;
    }

    body div#group-payment-options h4 {
        font-size: 19.8px;
        margin-bottom: 14.4px;
        margin-top: 7.2px;
    }

    body div#group-payment-options p {
        font-size: 12.6px;
    }

    body section.d-flex {
        gap: 18px;
    }

    body div#group-payment-options label {
        font-size: 14.4px;
        gap: 4.5px;
    }

    body .count-member {
        gap: 18px;
    }

    body div#group-payment-options label {
        font-size: 14.4px;
        gap: 4.5px;
    }

    body .elementor-1391 .elementor-element.elementor-element-cf40f6a .woocommerce #customer_details .form-row .input-text,
    body .elementor-1391 .elementor-element.elementor-element-cf40f6a .woocommerce #customer_details .form-row textarea,
    body .elementor-1391 .elementor-element.elementor-element-cf40f6a .woocommerce form #customer_details select,
    body .elementor-1391 .elementor-element.elementor-element-cf40f6a .woocommerce .e-woocommerce-login-anchor .form-row .input-text,
    body .elementor-1391 .elementor-element.elementor-element-cf40f6a #coupon_code,
    body .elementor-1391 .elementor-element.elementor-element-cf40f6a .select2-container--default .select2-selection--single,
    body .elementor-1391 .elementor-element.elementor-element-cf40f6a .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 43.2px !important;
    }

    body div#group-payment-fields:has(.group-member) {
        display: block !important;
        border-top: 1px solid #dadada6e;
        padding-top: 9px;
        margin-top: 13.5px !important;
    }

    body div#group-members {
        margin-top: 9px !important;
    }

    body .group-member span:first-child {
        font-size: 13.32px;
        margin-bottom: 6.3px;
    }

    body .elementor-1391 .elementor-element.elementor-element-cf40f6a {
        --sections-padding: 14.4px 19.8px 14.4px 19.8px;
        --forms-columns-gap-padding: calc(12.6px / 2);
        --forms-columns-gap-margin: calc(-12.6px / 2);
        --forms-rows-gap: 12.6px;
        --forms-label-spacing: 4.5px;
        --forms-fields-border-radius: 10.8px 10.8px 10.8px 10.8px;
        --forms-fields-padding: 7.2px 14.4px 7.2px 14.4px;
        --forms-buttons-border-radius: 34.2px 34.2px 34.2px 34.2px;
        --order-summary-rows-gap-top: calc(18px / 2);
        --order-summary-rows-gap-bottom: calc(18px / 2);
        --purchase-button-border-radius: 34.2px 34.2px 34.2px 34.2px;
        --purchase-button-padding: 11.7px 16.2px 11.7px 16.2px;
    }

    .elementor-1391 .elementor-element.elementor-element-cf40f6a .woocommerce-billing-fields .form-row label,
    .elementor-1391 .elementor-element.elementor-element-cf40f6a .woocommerce-shipping-fields .form-row label,
    .elementor-1391 .elementor-element.elementor-element-cf40f6a .woocommerce-additional-fields .form-row label,
    .elementor-1391 .elementor-element.elementor-element-cf40f6a .e-woocommerce-login-anchor .form-row label,
    .elementor-1391 .elementor-element.elementor-element-cf40f6a .e-coupon-anchor-description body .elementor-widget-woocommerce-checkout-page {
        font-size: 13px;
    }

    body .elementor-1391 .elementor-element.elementor-element-cf40f6a #customer_details .input-text,
    body .elementor-1391 .elementor-element.elementor-element-cf40f6a #customer_details .form-row textarea,
    body .elementor-1391 .elementor-element.elementor-element-cf40f6a #customer_details .form-row select,
    body .elementor-1391 .elementor-element.elementor-element-cf40f6a .e-woocommerce-login-anchor .input-text,
    body .elementor-1391 .elementor-element.elementor-element-cf40f6a #coupon_code,
    body .elementor-1391 .elementor-element.elementor-element-cf40f6a ::placeholder,
    body .elementor-1391 .elementor-element.elementor-element-cf40f6a .select2-container--default .select2-selection--single,
    body .select2-results__option {
        font-size: 12.6px;
    }

    body .elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .col-1 {
        border-radius: 10.8px;
        padding: 27px;
    }

    body form.checkout.woocommerce-checkout .woocommerce-billing-fields h3 {
        font-size: 25.2px !important;
    }

    body div#cancel_details {
        padding: 27px;
        margin-bottom: 18px;
        border-radius: 10.8px;
    }

    body .elementor-widget-woocommerce-checkout-page .woocommerce h3 {
        font-size: 25.2px;
        margin-bottom: 27px;
    }

    body .e-checkout__column-inner.e-sticky-right-column {
        border-radius: 10.8px;
        padding: 27px;
        margin-top: 36px;
    }

    body div#order_review {
        padding: 13.5px 0px;
    }

    body .elementor-widget-woocommerce-checkout-page .woocommerce .shop_table td,
    body .elementor-widget-woocommerce-checkout-page .woocommerce .shop_table th,
    body .elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tr {
        padding-bottom: 13.5px;
        padding-top: 13.5px;
    }

    body .elementor-1391 .elementor-element.elementor-element-cf40f6a .woocommerce-checkout-review-order-table thead tr th,
    body .elementor-1391 .elementor-element.elementor-element-cf40f6a .woocommerce-checkout-review-order-table tfoot tr th,
    body .elementor-1391 .elementor-element.elementor-element-cf40f6a .woocommerce-checkout-review-order-table tfoot tr td {
        font-size: 14.4px;
    }

    body .elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table .cart_item td.product-name {
        padding-right: 18px;
    }

    body .elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table .cart_item td.product-name:has(dl.variation) svg {
        width: 14.4px;
        height: 14.4px;
    }

    body a#open-extra-popup.edit-svg svg {
        width: 21.6px;
        height: 21.6px;
    }

    body .addon-head div {
        font-size: 14.4px;
    }

    body .elementor-widget-woocommerce-checkout-page .woocommerce .shop_table {
        font-size: 12.6px;
    }

    body .elementor-1391 .elementor-element.elementor-element-cf40f6a .product-name .variation {
        font-size: 11.7px;
    }

    body .elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table td,
    body .elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table th {
        padding-bottom: var(--order-summary-rows-gap-bottom, 13.5px);
        padding-top: var(--order-summary-rows-gap-top, 13.5px);
    }

    body .woocommerce table.shop_table td {
        padding: 8.1px 10.8px;
    }

    body tr.cart-discount *:not(.woocommerce-remove-coupon) {
        font-size: 12.6px !important;
    }

    body tr.cart-discount *:not(.woocommerce-remove-coupon) {
        font-size: 12.6px !important;
    }

    body .elementor-widget-woocommerce-checkout-page .e-coupon-anchor {
        margin-top: var(--sections-secondary-title-spacing, 21.6px);
    }

    body .elementor-widget-woocommerce-checkout-page .woocommerce button.woocommerce-button {
        padding: 0.9rem;
    }

    body .elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .col-1,
    body .elementor-widget-woocommerce-checkout-page .woocommerce .e-checkout__order_review,
    body .elementor-widget-woocommerce-checkout-page .woocommerce .e-coupon-box,
    body .elementor-widget-woocommerce-checkout-page .woocommerce .e-woocommerce-login-section,
    body .elementor-widget-woocommerce-checkout-page .woocommerce .shipping_address,
    body .elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-additional-fields,
    body .elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout #payment {
        margin: var(--sections-margin, 0 0 21.6px 0);
    }

    body .elementor-1391 .elementor-element.elementor-element-cf40f6a .woocommerce #payment #place_order {
        font-size: 14.4px;
    }

    body .elementor-widget-woocommerce-checkout-page .woocommerce-checkout .form-row span.error {
        font-size: 12.6px;
        margin-left: 6.6px;
    }

}

@media only screen and (min-width: 1500px) and (max-width: 1700px) {
    body .elementor-1391 .elementor-element.elementor-element-1f66730 {
        --padding-top: 23.76px;
        --padding-bottom: 23.76px;
        max-width: 1013.76px;
        margin: auto;
    }

    body .e-checkout__column.e-checkout__column-start {
        padding: 31.68px 23.76px;
    }

    body div#customer_details:has(#group-payment-options) {
        padding: 23.76px;
        margin-bottom: 15.84px;
    }

    body div#group-payment-options h4 {
        font-size: 17.42px;
        margin-bottom: 12.67px;
        margin-top: 6.34px;
    }

    body div#group-payment-options p {
        font-size: 11.09px;
    }

    body section.d-flex {
        gap: 15.84px;
    }

    body div#group-payment-options label {
        font-size: 12.67px;
        gap: 3.96px;
    }

    body .count-member {
        gap: 15.84px;
    }

    body div#group-payment-options label {
        font-size: 12.67px;
        gap: 3.96px;
    }

    body .elementor-1391 .elementor-element.elementor-element-cf40f6a .woocommerce #customer_details .form-row .input-text,
    body .elementor-1391 .elementor-element.elementor-element-cf40f6a .woocommerce #customer_details .form-row textarea,
    body .elementor-1391 .elementor-element.elementor-element-cf40f6a .woocommerce form #customer_details select,
    body .elementor-1391 .elementor-element.elementor-element-cf40f6a .woocommerce .e-woocommerce-login-anchor .form-row .input-text,
    body .elementor-1391 .elementor-element.elementor-element-cf40f6a #coupon_code,
    body .elementor-1391 .elementor-element.elementor-element-cf40f6a .select2-container--default .select2-selection--single,
    body .elementor-1391 .elementor-element.elementor-element-cf40f6a .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 38.02px !important;
    }

    body div#group-payment-fields:has(.group-member) {
        display: block !important;
        border-top: 1px solid #dadada6e;
        padding-top: 7.92px;
        margin-top: 11.88px !important;
    }

    body div#group-members {
        margin-top: 7.92px !important;
    }

    body .group-member span:first-child {
        font-size: 11.72px;
        margin-bottom: 5.54px;
    }

    body .elementor-1391 .elementor-element.elementor-element-cf40f6a {
        --sections-padding: 12.67px 17.42px 12.67px 17.42px;
        --forms-columns-gap-padding: calc(11.09px / 2);
        --forms-columns-gap-margin: calc(-11.09px / 2);
        --forms-rows-gap: 11.09px;
        --forms-label-spacing: 3.96px;
        --forms-fields-border-radius: 9.5px 9.5px 9.5px 9.5px;
        --forms-fields-padding: 6.34px 12.67px 6.34px 12.67px;
        --forms-buttons-border-radius: 30.1px 30.1px 30.1px 30.1px;
        --order-summary-rows-gap-top: calc(15.84px / 2);
        --order-summary-rows-gap-bottom: calc(15.84px / 2);
        --purchase-button-border-radius: 30.1px 30.1px 30.1px 30.1px;
        --purchase-button-padding: 10.3px 14.26px 10.3px 14.26px;
    }

    .elementor-1391 .elementor-element.elementor-element-cf40f6a .woocommerce-billing-fields .form-row label,
    .elementor-1391 .elementor-element.elementor-element-cf40f6a .woocommerce-shipping-fields .form-row label,
    .elementor-1391 .elementor-element.elementor-element-cf40f6a .woocommerce-additional-fields .form-row label,
    .elementor-1391 .elementor-element.elementor-element-cf40f6a .e-woocommerce-login-anchor .form-row label,
    .elementor-1391 .elementor-element.elementor-element-cf40f6a .e-coupon-anchor-description body .elementor-widget-woocommerce-checkout-page {
        font-size: 11.44px;
    }

    body .elementor-widget-woocommerce-checkout-page {
        font-size: 12.67px;
    }

    body .elementor-1391 .elementor-element.elementor-element-cf40f6a #customer_details .input-text,
    body .elementor-1391 .elementor-element.elementor-element-cf40f6a #customer_details .form-row textarea,
    body .elementor-1391 .elementor-element.elementor-element-cf40f6a #customer_details .form-row select,
    body .elementor-1391 .elementor-element.elementor-element-cf40f6a .e-woocommerce-login-anchor .input-text,
    body .elementor-1391 .elementor-element.elementor-element-cf40f6a #coupon_code,
    body .elementor-1391 .elementor-element.elementor-element-cf40f6a ::placeholder,
    body .elementor-1391 .elementor-element.elementor-element-cf40f6a .select2-container--default .select2-selection--single,
    body .select2-results__option {
        font-size: 11.09px;
    }

    body .elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .col-1 {
        border-radius: 9.5px;
        padding: 23.76px;
    }

    body form.checkout.woocommerce-checkout .woocommerce-billing-fields h3 {
        font-size: 22.18px !important;
    }

    body div#cancel_details {
        padding: 23.76px;
        margin-bottom: 15.84px;
        border-radius: 9.5px;
    }

    body .elementor-widget-woocommerce-checkout-page .woocommerce h3 {
        font-size: 22.18px;
        margin-bottom: 23.76px;
    }

    body .e-checkout__column-inner.e-sticky-right-column {
        border-radius: 9.5px;
        padding: 23.76px;
        margin-top: 31.68px;
    }

    body div#order_review {
        padding: 11.88px 0px;
    }

    body .elementor-widget-woocommerce-checkout-page .woocommerce .shop_table td,
    body .elementor-widget-woocommerce-checkout-page .woocommerce .shop_table th,
    body .elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tr {
        padding-bottom: 11.88px;
        padding-top: 11.88px;
    }

    body .elementor-1391 .elementor-element.elementor-element-cf40f6a .woocommerce-checkout-review-order-table thead tr th,
    body .elementor-1391 .elementor-element.elementor-element-cf40f6a .woocommerce-checkout-review-order-table tfoot tr th,
    body .elementor-1391 .elementor-element.elementor-element-cf40f6a .woocommerce-checkout-review-order-table tfoot tr td {
        font-size: 12.67px;
    }

    body .elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table .cart_item td.product-name {
        padding-right: 15.84px;
    }

    body .elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table .cart_item td.product-name:has(dl.variation) svg {
        width: 12.67px;
        height: 12.67px;
    }

    body .addon-head div {
        font-size: 12.67px;
    }

    body a#open-extra-popup.edit-svg svg {
        width: 19.01px;
        height: 19.01px;
    }

    body .elementor-widget-woocommerce-checkout-page .woocommerce .shop_table {
        font-size: 11.09px;
    }

    body .elementor-1391 .elementor-element.elementor-element-cf40f6a .product-name .variation {
        font-size: 10.3px;
    }

    body .elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table td,
    body .elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table th {
        padding-bottom: var(--order-summary-rows-gap-bottom, 11.88px);
        padding-top: var(--order-summary-rows-gap-top, 11.88px);
    }

    body .woocommerce table.shop_table td {
        padding: 7.13px 9.5px;
    }

    body tr.cart-discount *:not(.woocommerce-remove-coupon) {
        font-size: 11.09px !important;
    }

    body tr.cart-discount *:not(.woocommerce-remove-coupon) {
        font-size: 11.09px !important;
    }

    body .elementor-widget-woocommerce-checkout-page .e-coupon-anchor {
        margin-top: var(--sections-secondary-title-spacing, 19.01px);
    }

    body .elementor-widget-woocommerce-checkout-page .woocommerce button.woocommerce-button {
        padding: 0.79rem;
    }

    body .elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .col-1,
    body .elementor-widget-woocommerce-checkout-page .woocommerce .e-checkout__order_review,
    body .elementor-widget-woocommerce-checkout-page .woocommerce .e-coupon-box,
    body .elementor-widget-woocommerce-checkout-page .woocommerce .e-woocommerce-login-section,
    body .elementor-widget-woocommerce-checkout-page .woocommerce .shipping_address,
    body .elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-additional-fields,
    body .elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout #payment {
        margin: var(--sections-margin, 0 0 19.01px 0);
    }

    body .elementor-1391 .elementor-element.elementor-element-cf40f6a .woocommerce #payment #place_order {
        font-size: 12.67px;
    }

    body .elementor-widget-woocommerce-checkout-page .woocommerce-checkout .form-row span.error {
        font-size: 11.088px;
        margin-left: 5.5088px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    body .elementor-1391 .elementor-element.elementor-element-1f66730 {
        --padding-top: 20.20px;
        --padding-bottom: 20.20px;
        max-width: 861.70px;
        margin: auto;
    }

    body .e-checkout__column.e-checkout__column-start {
        padding: 26.93px 20.20px;
    }

    body div#customer_details:has(#group-payment-options) {
        padding: 20.20px;
        margin-bottom: 13.46px;
    }

    body div#group-payment-options h4 {
        font-size: 14.81px;
        margin-bottom: 10.77px;
        margin-top: 5.39px;
    }

    body div#group-payment-options p {
        font-size: 9.43px;
    }

    body section.d-flex {
        gap: 13.46px;
    }

    body div#group-payment-options label {
        font-size: 10.77px;
        gap: 3.37px;
    }

    body .count-member {
        gap: 13.46px;
    }

    body div#group-payment-options label {
        font-size: 10.77px;
        gap: 3.37px;
    }

    body .elementor-1391 .elementor-element.elementor-element-cf40f6a .woocommerce #customer_details .form-row .input-text,
    body .elementor-1391 .elementor-element.elementor-element-cf40f6a .woocommerce #customer_details .form-row textarea,
    body .elementor-1391 .elementor-element.elementor-element-cf40f6a .woocommerce form #customer_details select,
    body .elementor-1391 .elementor-element.elementor-element-cf40f6a .woocommerce .e-woocommerce-login-anchor .form-row .input-text,
    body .elementor-1391 .elementor-element.elementor-element-cf40f6a #coupon_code,
    body .elementor-1391 .elementor-element.elementor-element-cf40f6a .select2-container--default .select2-selection--single,
    body .elementor-1391 .elementor-element.elementor-element-cf40f6a .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 32.32px !important;
    }

    body div#group-payment-fields:has(.group-member) {
        display: block !important;
        border-top: 1px solid #dadada6e;
        padding-top: 6.73px;
        margin-top: 10.10px !important;
    }

    body div#group-members {
        margin-top: 6.73px !important;
    }

    body .group-member span:first-child {
        font-size: 9.96px;
        margin-bottom: 4.71px;
    }

    body .elementor-1391 .elementor-element.elementor-element-cf40f6a {
        --sections-padding: 10.77px 14.81px 10.77px 14.81px;
        --forms-columns-gap-padding: calc(9.43px / 2);
        --forms-columns-gap-margin: calc(-9.43px / 2);
        --forms-rows-gap: 9.43px;
        --forms-label-spacing: 3.37px;
        --forms-fields-border-radius: 8.08px 8.08px 8.08px 8.08px;
        --forms-fields-padding: 5.39px 10.77px 5.39px 10.77px;
        --forms-buttons-border-radius: 25.59px 25.59px 25.59px 25.59px;
        --order-summary-rows-gap-top: calc(13.46px / 2);
        --order-summary-rows-gap-bottom: calc(13.46px / 2);
        --purchase-button-border-radius: 25.59px 25.59px 25.59px 25.59px;
        --purchase-button-padding: 8.76px 12.12px 8.76px 12.12px;
    }

    .elementor-1391 .elementor-element.elementor-element-cf40f6a .woocommerce-billing-fields .form-row label,
    .elementor-1391 .elementor-element.elementor-element-cf40f6a .woocommerce-shipping-fields .form-row label,
    .elementor-1391 .elementor-element.elementor-element-cf40f6a .woocommerce-additional-fields .form-row label,
    .elementor-1391 .elementor-element.elementor-element-cf40f6a .e-woocommerce-login-anchor .form-row label,
    .elementor-1391 .elementor-element.elementor-element-cf40f6a .e-coupon-anchor-description body .elementor-widget-woocommerce-checkout-page {
        font-size: 9.724px;
    }

    body .elementor-widget-woocommerce-checkout-page {
        font-size: 10.77px;
    }

    body .elementor-1391 .elementor-element.elementor-element-cf40f6a #customer_details .input-text,
    body .elementor-1391 .elementor-element.elementor-element-cf40f6a #customer_details .form-row textarea,
    body .elementor-1391 .elementor-element.elementor-element-cf40f6a #customer_details .form-row select,
    body .elementor-1391 .elementor-element.elementor-element-cf40f6a .e-woocommerce-login-anchor .input-text,
    body .elementor-1391 .elementor-element.elementor-element-cf40f6a #coupon_code,
    body .elementor-1391 .elementor-element.elementor-element-cf40f6a ::placeholder,
    body .elementor-1391 .elementor-element.elementor-element-cf40f6a .select2-container--default .select2-selection--single,
    body .select2-results__option {
        font-size: 9.43px;
    }

    body .elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .col-1 {
        border-radius: 8.08px;
        padding: 20.20px;
    }

    body form.checkout.woocommerce-checkout .woocommerce-billing-fields h3 {
        font-size: 18.85px !important;
    }

    body div#cancel_details {
        padding: 20.20px;
        margin-bottom: 13.46px;
        border-radius: 8.08px;
    }

    body .elementor-widget-woocommerce-checkout-page .woocommerce h3 {
        font-size: 18.85px;
        margin-bottom: 20.20px;
    }

    body .e-checkout__column-inner.e-sticky-right-column {
        border-radius: 8.08px;
        padding: 20.20px;
        margin-top: 26.93px;
    }

    body div#order_review {
        padding: 10.10px 0px;
    }

    body .elementor-widget-woocommerce-checkout-page .woocommerce .shop_table td,
    body .elementor-widget-woocommerce-checkout-page .woocommerce .shop_table th,
    body .elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tr {
        padding-bottom: 10.10px;
        padding-top: 10.10px;
    }

    body .elementor-1391 .elementor-element.elementor-element-cf40f6a .woocommerce-checkout-review-order-table thead tr th,
    body .elementor-1391 .elementor-element.elementor-element-cf40f6a .woocommerce-checkout-review-order-table tfoot tr th,
    body .elementor-1391 .elementor-element.elementor-element-cf40f6a .woocommerce-checkout-review-order-table tfoot tr td {
        font-size: 10.77px;
    }

    body .elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table .cart_item td.product-name {
        padding-right: 13.46px;
    }

    body .elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table .cart_item td.product-name:has(dl.variation) svg {
        width: 10.77px;
        height: 10.77px;
    }

    body .addon-head div {
        font-size: 10.77px;
    }

    body a#open-extra-popup.edit-svg svg {
        width: 16.16px;
        height: 16.16px;
    }

    body .elementor-widget-woocommerce-checkout-page .woocommerce .shop_table {
        font-size: 9.43px;
    }

    body .elementor-1391 .elementor-element.elementor-element-cf40f6a .product-name .variation {
        font-size: 8.76px;
    }

    body .elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table td,
    body .elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table th {
        padding-bottom: var(--order-summary-rows-gap-bottom, 10.10px);
        padding-top: var(--order-summary-rows-gap-top, 10.10px);
    }

    body .woocommerce table.shop_table td {
        padding: 6.06px 8.08px;
    }

    body tr.cart-discount *:not(.woocommerce-remove-coupon) {
        font-size: 9.43px !important;
    }

    body tr.cart-discount *:not(.woocommerce-remove-coupon) {
        font-size: 9.43px !important;
    }

    body .elementor-widget-woocommerce-checkout-page .e-coupon-anchor {
        margin-top: var(--sections-secondary-title-spacing, 16.16px);
    }

    body .elementor-widget-woocommerce-checkout-page .woocommerce button.woocommerce-button {
        padding: 0.67rem;
    }

    body .elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .col-1,
    body .elementor-widget-woocommerce-checkout-page .woocommerce .e-checkout__order_review,
    body .elementor-widget-woocommerce-checkout-page .woocommerce .e-coupon-box,
    body .elementor-widget-woocommerce-checkout-page .woocommerce .e-woocommerce-login-section,
    body .elementor-widget-woocommerce-checkout-page .woocommerce .shipping_address,
    body .elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-additional-fields,
    body .elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout #payment {
        margin: var(--sections-margin, 0 0 16.16px 0);
    }

    body .elementor-1391 .elementor-element.elementor-element-cf40f6a .woocommerce #payment #place_order {
        font-size: 10.77px;
    }

    body .elementor-widget-woocommerce-checkout-page .woocommerce-checkout .form-row span.error {
        font-size: 9.4248px;
        margin-left: 5px;
    }

}

@media only screen and (max-width:1200px) {
    body .elementor-widget-woocommerce-checkout-page .e-checkout__container {
        grid-template-columns: 1fr;
    }

    body .e-checkout__column.e-checkout__column-start {
        padding: 0px 0px;
    }

    body .e-checkout__column-inner.e-sticky-right-column {
        margin-top: 0;
        margin-bottom: 20px;
    }

    body .elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .col-1 {
        margin-bottom: 0;
    }

    body .elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .form-row,
    body .elementor-widget-woocommerce-checkout-page .woocommerce .e-coupon-box .form-row,
    body .elementor-widget-woocommerce-checkout-page .woocommerce .e-woocommerce-login-anchor .form-row {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }

    body .woocommerce-billing-fields:has(span.error) .form-row,
    body #group-payment-fields:has(span.error) .form-row {
        margin-bottom: 20px !important;
    }
}

@media only screen and (max-width:768px) {
    body div#group-payment-options section.d-flex {
        gap: 5px;
        flex-direction: column;
        align-items: flex-start;
    }

    body .count-member {
        gap: 8px;
        flex-direction: column;
    }

    body .count-member::after {
        margin-left: 0;
        font-size: 14px;
    }

    body .elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .col-1 {
        margin-bottom: 20px;
    }

    body .elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table .cart_item td.product-name:has(dl.variation) {
        width: 80% !important;
        max-width: 80%;
    }

    .elementor-1391 .elementor-element.elementor-element-cf40f6a .product-name .variation.new {
        display: flex !important;
    }

    body table.shop_table.woocommerce-checkout-review-order-table th.product-total:after {
        content: "AMOUNT";
    }

    body .elementor-widget-woocommerce-checkout-page .woocommerce .coupon-container-grid {
        display: grid;
    }

    body .elementor-widget-woocommerce-checkout-page .woocommerce #coupon_code {
        margin-bottom: 0;
        width: calc(100% - 10px);
    }

    body .elementor-widget-woocommerce-checkout-page .e-apply-coupon {
        border-radius: 12px !important;
    }

    body .elementor-1391 .elementor-element.elementor-element-cf40f6a .woocommerce #payment #place_order {
        margin-bottom: 0;
    }

    body .e-coupon-box .elementor-widget-woocommerce-notices {
        margin-top: 10px;
    }

    body .addon-head div {
        font-size: 12px;
    }

    body .addon-head a {
        font-size: 12px;
    }

    body.woocommerce-order-received .case-edit-popup .woocommerce-case-form {
        width: 100% !important;
        margin-left: 0 !important;
        padding-left: 0 !important;
        margin-right: 0 !important;
        padding-right: 0 !important;
    }

    body .woocommerce-error,
    body .woocommerce-info,
    body .woocommerce-message {
        padding: 1em 1em 1em 2.5em;
    }

    body .woocommerce-error::before,
    body .woocommerce-info::before,
    body .woocommerce-message::before {
        left: .75em;
        top: 1em !important;
        transform: translatey(-0%) !important;
    }

    body .case-edit-popup form#case-details-form #parties-wrapper .member-input {
        justify-content: start;
        gap: 10px;
    }

    body .case-edit-popup form#case-details-form #parties-wrapper .member-input input[type="text"] {
        width: calc(100% - 80px);
        order: -1;
    }

    body .case-edit-popup form#case-details-form #parties-wrapper .member-input>div {
        order: -1;
    }

    .case-edit-popup form#case-details-form #parties-wrapper .party-section:not(:first-child) h4 {
        border-top: 1px solid #dadada;
        padding-top: 10px;
        margin-top: 15px;
    }

    .case-edit-popup form#case-details-form #parties-wrapper .party-section h4 {
        font-weight: 600;
    }

    .woocommerce-message button {
        margin-right: 2.5em !important;
    }

    .case-edit-popup form#case-details-form textarea[name="case_description"] {
        height: 70px;
    }
}

body .woocommerce-error::before,
body .woocommerce-info::before,
body .woocommerce-message::before {
    top: 1em !important;
    transform: translatey(-0%) !important;
}

/* Main Checkout Page responsive css End*/

/* Secondary Checkout Page responsive css Start*/



@media only screen and (min-width: 1700px) and (max-width: 1900px) {
    body .child-pay {
        margin-top: 36px;
    }

    .child-pay .woocommerce-billing-fields {
        padding: 0 27px;
    }

    .child-pay .woocommerce-billing-fields .form-wrap {
        padding: 27px;
    }

    .child-pay .elementor-widget-woocommerce-checkout-page .woocommerce h3 {
        font-size: 25.2px;
    }

    .child-pay .saved-cart-item {
        margin-bottom: 18px;
        padding: 27px;
    }

    .child-pay .saved-cart-item .productname {
        font-size: 12.6px;
        margin-top: 9px !important;
    }

    .child-pay .saved-cart-item .main-heading {
        margin-top: 13.5px;
    }

    .child-pay .saved-cart-item .main-heading {
        font-size: 14.4px;
        margin-bottom: 18px;
    }

    .child-pay .saved-cart-item .productname {
        font-size: 12.6px;
    }

    .child-pay .saved-cart-item .date-item {
        margin-bottom: 9px;
        gap: 9px;
        font-size: 11.7px;
    }

    .child-pay .saved-cart-item .heading {
        padding-top: 9px;
        padding-bottom: 9px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .woocommerce-checkout .child-pay #payment div.form-row {
        padding: 0.9em 0 0;
    }

    body .woocommerce-case-form {
        max-width: 810px;
    }

    body .woocommerce-case-form>p {
        font-size: 14.4px;
        margin-bottom: 12.96px;
    }

    body button.button.woocommerce-button[name="save_case_details"] {
        max-width: 198px;
        font-size: 14.4px;
    }

    body .woocommerce-case-form h2 {
        margin-top: 7.2px;
        margin-bottom: 14.4px;
    }

    body .woocommerce-case-form .woocommerce-error,
    body .woocommerce-case-form .woocommerce-info,
    body .woocommerce-case-form .woocommerce-message {
        padding: 0.9em 1.8em 0.9em 3.15em;
    }

    body .woocommerce-case-form .woocommerce-error::before,
    body .woocommerce-case-form .woocommerce-info::before,
    body .woocommerce-case-form .woocommerce-message::before {
        left: 1.35em;
    }

    body .elementor-widget-woocommerce-checkout-page .woocommerce-case-form .woocommerce-message {
        font-size: 14.4px;
    }

    body .woocommerce-case-form .woocommerce-message {
        gap: 14.4px;
    }

    body .woocommerce-case-form>table {
        margin: 18px auto 40.5px auto !important;
    }

    body .woocommerce-case-form>table td {
        padding: 12.6px 13.5px;
        font-size: 14.4px;
    }

    body .woocommerce-case-form form#case-details-form {
        padding: 18px;
    }

    body .woocommerce-case-form form .form-row {
        padding: 2.7px;
        margin: 0 0 5.4px;
    }

    body .case-edit-popup form#case-details-form label {
        font-size: 12.6px;
    }

    body .case-edit-popup form#case-details-form textarea[name="case_title"] {
        height: 43.2px;
        padding: 13.5px 12.6px 7.2px;
    }

    body form#case-details-form .input-text {
        font-size: 12.6px;
    }

    body form#case-details-form input:not([type="radio"]),
    body form#case-details-form textarea {
        height: 43.2px;
        border-radius: 10.8px 10.8px 10.8px 10.8px;
        padding: 7.2px 12.6px;
    }

    body .case-edit-popup form#case-details-form textarea[name="case_description"] {
        height: 97.2px;
        padding: 12.6px;
    }

    body .case-edit-popup form#case-details-form #parties-wrapper {
        padding: 18px;
        margin: 13.5px 0 9px;
    }

    body .party-section:not(:last-child) {
        margin-bottom: 9px;
    }

    body .case-edit-popup form#case-details-form #parties-wrapper h4 {
        font-size: 12.6px;
    }

    body .case-edit-popup form#case-details-form #parties-wrapper .member-input {
        margin-top: 9px;
    }

    body .party-section .member-input {
        gap: 4.5px;
    }

    body .case-edit-popup form#case-details-form #parties-wrapper .member-input label {
        width: 135px;
        font-size: 11.7px;
    }

    body .party-section .member-input button,
    body .arbitrator-input button {
        padding: 6.3px;
        font-size: 18px;
        min-width: 27px;
    }

    body .case-edit-popup form#case-details-form #parties-wrapper .party-section .member-input button,
    body .case-edit-popup form#case-details-form .arbitrator-input button {
        width: 27px;
        height: 27px;
        margin-top: 7.2px;
        letter-spacing: -.3px;
        line-height: 2px;
    }

    body .arbitrator-input {
        display: flex;
        gap: 4.5px;
        margin-bottom: 10.8px;
    }

    body p:has(button[type="submit"]) {
        margin-top: 18px !important;
    }

    body .case-edit-popup form#case-details-form input[type="radio"] {
        width: 11.7px;
    }
}

@media only screen and (min-width: 1500px) and (max-width: 1700px) {
    body .child-pay {
        margin-top: 31.68px;
    }

    .child-pay .woocommerce-billing-fields {
        padding: 0 23.76px;
    }

    .child-pay .woocommerce-billing-fields .form-wrap {
        padding: 23.76px;
    }

    .child-pay .elementor-widget-woocommerce-checkout-page .woocommerce h3 {
        font-size: 22.18px;
    }

    .child-pay .saved-cart-item {
        margin-bottom: 15.84px;
        padding: 23.76px;
    }

    .child-pay .saved-cart-item .productname {
        font-size: 11.09px;
        margin-top: 7.92px !important;
    }

    .child-pay .saved-cart-item .main-heading {
        margin-top: 11.88px;
    }

    .child-pay .saved-cart-item .main-heading {
        font-size: 12.67px;
        margin-bottom: 15.84px;
    }

    .child-pay .saved-cart-item .productname {
        font-size: 11.09px;
    }

    .child-pay .saved-cart-item .date-item {
        margin-bottom: 7.92px;
        gap: 7.92px;
        font-size: 10.3px;
    }

    .child-pay .saved-cart-item .heading {
        padding-top: 7.92px;
        padding-bottom: 7.92px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .woocommerce-checkout .child-pay #payment div.form-row {
        padding: 0.79em 0 0;
    }

    body .woocommerce-case-form {
        max-width: 712.80px;
    }

    body .woocommerce-case-form>p {
        font-size: 12.67px;
        margin-bottom: 11.40px;
    }

    body button.button.woocommerce-button[name="save_case_details"] {
        max-width: 174.24px;
        font-size: 12.67px;
    }

    body .woocommerce-case-form h2 {
        margin-top: 6.34px;
        margin-bottom: 12.67px;
    }

    body .woocommerce-case-form .woocommerce-error,
    body .woocommerce-case-form .woocommerce-info,
    body .woocommerce-case-form .woocommerce-message {
        padding: 0.79em 1.58em 0.79em 2.77em;
    }

    body .woocommerce-case-form .woocommerce-error::before,
    body .woocommerce-case-form .woocommerce-info::before,
    body .woocommerce-case-form .woocommerce-message::before {
        left: 1.188em;
    }

    body .elementor-widget-woocommerce-checkout-page .woocommerce-case-form .woocommerce-message {
        font-size: 12.67px;
    }

    body .woocommerce-case-form .woocommerce-message {
        gap: 12.67px;
    }

    body .woocommerce-case-form>table {
        margin: 15.84px auto 35.64px auto !important;
    }

    body .woocommerce-case-form>table td {
        padding: 11.09px 11.88px;
        font-size: 12.67px;
    }

    body .woocommerce-case-form form#case-details-form {
        padding: 15.84px;
    }

    body .woocommerce-case-form form .form-row {
        padding: 2.38px;
        margin: 0 0 4.75px;
    }

    body .case-edit-popup form#case-details-form label {
        font-size: 11.09px;
    }

    body .case-edit-popup form#case-details-form textarea[name="case_title"] {
        height: 38.02px;
        padding: 11.88px 11.09px 6.34px;
    }

    body form#case-details-form .input-text {
        font-size: 11.09px;
    }

    body form#case-details-form input:not([type="radio"]),
    body form#case-details-form textarea {
        height: 38.02px;
        border-radius: 9.50px 9.50px 9.50px 9.50px;
        padding: 6.34px 11.09px;
    }

    body .case-edit-popup form#case-details-form textarea[name="case_description"] {
        height: 85.54px;
        padding: 11.09px;
    }

    body .case-edit-popup form#case-details-form #parties-wrapper {
        padding: 15.84px;
        margin: 11.88px 0 7.92px;
    }

    body .party-section:not(:last-child) {
        margin-bottom: 7.92px;
    }

    body .case-edit-popup form#case-details-form #parties-wrapper h4 {
        font-size: 11.09px;
    }

    body .case-edit-popup form#case-details-form #parties-wrapper .member-input {
        margin-top: 7.92px;
    }

    body .party-section .member-input {
        gap: 3.96px;
    }

    body .case-edit-popup form#case-details-form #parties-wrapper .member-input label {
        width: 118.80px;
        font-size: 10.30px;
    }

    body .party-section .member-input button,
    body .arbitrator-input button {
        padding: 5.54px;
        font-size: 15.84px;
        min-width: 23.76px;
    }

    body .case-edit-popup form#case-details-form #parties-wrapper .party-section .member-input button,
    body .case-edit-popup form#case-details-form .arbitrator-input button {
        width: 23.76px;
        height: 23.76px;
        margin-top: 6.34px;
    }

    body .arbitrator-input {
        display: flex;
        gap: 3.96px;
        margin-bottom: 9.50px;
    }

    body p:has(button[type="submit"]) {
        margin-top: 15.84px !important;
    }

    body .case-edit-popup form#case-details-form input[type="radio"] {
        width: 10.296px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    body .child-pay {
        margin-top: 26.93px;
    }

    .child-pay .woocommerce-billing-fields {
        padding: 0 20.20px;
    }

    .child-pay .woocommerce-billing-fields .form-wrap {
        padding: 20.20px;
    }

    .child-pay .elementor-widget-woocommerce-checkout-page .woocommerce h3 {
        font-size: 18.85px;
    }

    .child-pay .saved-cart-item {
        margin-bottom: 13.46px;
        padding: 20.20px;
    }

    .child-pay .saved-cart-item .productname {
        font-size: 9.43px;
        margin-top: 6.73px !important;
    }

    .child-pay .saved-cart-item .main-heading {
        margin-top: 10.10px;
    }

    .child-pay .saved-cart-item .main-heading {
        font-size: 10.77px;
        margin-bottom: 13.46px;
    }

    .child-pay .saved-cart-item .productname {
        font-size: 9.43px;
    }

    .child-pay .saved-cart-item .date-item {
        margin-bottom: 6.73px;
        gap: 6.73px;
        font-size: 8.76px;
    }

    .child-pay .saved-cart-item .heading {
        padding-top: 6.73px;
        padding-bottom: 6.73px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .woocommerce-checkout .child-pay #payment div.form-row {
        padding: 0.67em 0 0;
    }

    body .woocommerce-case-form {
        max-width: 605.88px;
    }

    body .woocommerce-case-form>p {
        font-size: 10.77px;
        margin-bottom: 9.69px;
    }

    body button.button.woocommerce-button[name="save_case_details"] {
        max-width: 148.10px;
        font-size: 10.77px;
    }

    body .woocommerce-case-form h2 {
        margin-top: 5.39px;
        margin-bottom: 10.77px;
    }

    body .woocommerce-case-form .woocommerce-error,
    body .woocommerce-case-form .woocommerce-info,
    body .woocommerce-case-form .woocommerce-message {
        padding: 0.67em 1.34em 0.67em 2.35em;
    }

    body .woocommerce-case-form .woocommerce-error::before,
    body .woocommerce-case-form .woocommerce-info::before,
    body .woocommerce-case-form .woocommerce-message::before {
        left: 1.01em;
    }

    body .elementor-widget-woocommerce-checkout-page .woocommerce-case-form .woocommerce-message {
        font-size: 10.77px;
    }

    body .woocommerce-case-form .woocommerce-message {
        gap: 10.77px;
    }

    body .woocommerce-case-form>table {
        margin: 13.46px auto 30.29px auto !important;
    }

    body .woocommerce-case-form>table td {
        padding: 9.43px 10.10px;
        font-size: 10.77px;
    }

    body .woocommerce-case-form form#case-details-form {
        padding: 13.46px;
    }

    body .woocommerce-case-form form .form-row {
        padding: 2.02px;
        margin: 0 0 4.04px;
    }

    body .case-edit-popup form#case-details-form label {
        font-size: 9.43px;
    }

    body .case-edit-popup form#case-details-form textarea[name="case_title"] {
        height: 32.32px;
        padding: 10.10px 9.43px 5.39px;
    }

    body form#case-details-form .input-text {
        font-size: 9.43px;
    }

    body form#case-details-form input:not([type="radio"]),
    body form#case-details-form textarea {
        height: 32.32px;
        border-radius: 8.08px 8.08px 8.08px 8.08px;
        padding: 5.39px 9.43px;
    }

    body .case-edit-popup form#case-details-form textarea[name="case_description"] {
        height: 72.71px;
        padding: 9.43px;
    }

    body .case-edit-popup form#case-details-form #parties-wrapper {
        padding: 13.46px;
        margin: 10.10px 0 6.73px;
    }

    body .party-section:not(:last-child) {
        margin-bottom: 6.73px;
    }

    body .case-edit-popup form#case-details-form #parties-wrapper h4 {
        font-size: 9.43px;
    }

    body .case-edit-popup form#case-details-form #parties-wrapper .member-input {
        margin-top: 6.73px;
    }

    body .party-section .member-input {
        gap: 3.37px;
    }

    body .case-edit-popup form#case-details-form #parties-wrapper .member-input label {
        width: 100.98px;
        font-size: 8.76px;
    }

    body .party-section .member-input button,
    body .arbitrator-input button {
        padding: 4.71px;
        font-size: 13.46px;
        min-width: 20.20px;
    }

    body .case-edit-popup form#case-details-form #parties-wrapper .party-section .member-input button,
    body .case-edit-popup form#case-details-form .arbitrator-input button {
        width: 20.20px;
        height: 20.20px;
        margin-top: 5.39px;
    }

    body .arbitrator-input {
        display: flex;
        gap: 3.37px;
        margin-bottom: 8.08px;
    }

    body p:has(button[type="submit"]) {
        margin-top: 13.46px !important;
    }

    body .case-edit-popup form#case-details-form input[type="radio"] {
        width: 8.7516px;
    }
}


@media only screen and (max-width:1200px) {
    body .child-pay {
        margin-top: 20px;
        flex-direction: column;
    }

    body .child-pay .woocommerce-billing-fields,
    body .child-pay .saved-cart-item {
        max-width: 100%;
        width: 100%;
    }

    body .child-pay .woocommerce-billing-fields {
        padding: 0 0px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width:768px) {

    body .child-pay .saved-cart-item .main-heading,
    body .child-pay .saved-cart-item .heading {
        font-size: 12px;
    }

    body .child-pay .saved-cart-item .productname {
        font-size: 11px;
    }

    body .child-pay .woocommerce-billing-fields .form-wrap,
    body .child-pay .saved-cart-item {
        padding: 15px;
    }

    body .child-pay {
        margin-top: 0;
    }
}

/* Secondary Checkout Page responsive css End*/

/*Popup Css Start*/

@media only screen and (min-width: 1700px) and (max-width: 1900px) {
    body .popup-content {
        width: 900.00px;
        padding: 18.00px;
        min-height: 360.00px;
        padding-right: 18.00px;
    }

    body table.service-table thead th {
        font-size: 14.40px;
    }

    body tr.category-row td {
        font-size: 15.30px;
    }

    body tr.service-row td:first-child,
    body tr.remarks-row td:first-child {
        font-size: 14.40px;
    }

    body table.service-table {
        font-size: 14.40px;
    }

    body span.rem-label {
        font-size: 12.60px !important;
        width: 87.30px;
    }

    body table.service-table textarea,
    body table.service-table textarea::placeholder {
        font-size: 12.60px !important;
    }

    body table.service-table .switch {
        width: 45.00px;
        height: 21.60px;
    }

    body table.service-table input:not(:checked)+.slider {
        font-size: 11.70px;
        line-height: 22.50px;
        padding-right: 9.00px;
    }

    body table.service-table .slider:before {
        height: 16.20px;
        width: 16.20px;
        left: 2.70px;
        bottom: 2.70px;
    }

    body div#extra-services-popup div#btnss button {
        height: 43.20px;
        font-size: 12.60px;
        padding: 9.00px 18.00px;
        letter-spacing: 0.18px;
    }

    body table.service-table th,
    body table.service-table td {
        padding: 9px;
    }

    body table.service-table input.addon-qty:not([type="button"]):not([type="submit"]),
    body .addon-section>p.boldonly {
        font-size: 14.4px;
    }

    body table.service-table input:checked+.slider {
        font-size: 11.7px;
        text-indent: 9px;
        line-height: 22.5px;
    }

    body .popup-contents button,
    body .modal-content button {
        height: 43.2px;
        padding: 9px 18px;
    }

    body #update-booking-modal .modal-content,
    body #update-member-modal .modal-content,
    body #update-order-meta .modal-content,
    body #update-saved-cart .modal-content,
    body #delete-saved-cart .modal-content,
    body #slot-warning-popup .modal-content,
    body #cancel-confirmation-popup .modal-content {
        padding: 18px 27px;
        max-width: 360px;
        font-size: 14.4px;
    }

    body label[for="member-count"] {
        width: 216px;
        margin-bottom: 9px;
        font-size: 14.4px;
    }

    body input#member-count {
        height: 43.2px !important;
        border-radius: 10.8px;
        padding: 7.2px 14.4px;
    }

    body div#room_popup_box {
        min-height: 527.67px;
    }

    body #room_popup_box {
        width: 450px;
        max-width: 100%;
        padding: 18px;
    }

    body table.service-table input:checked+.slider:before {
        transform: translateX(23.4px);
    }

    #room_popup_box .popup_btm_btn .elementor-button {
        font-size: 14.4px;
        height: 43.2px;
    }

    .elementor-kit-97 {
        --e-global-typography-b2ce6af-font-size: 14.4px;
    }

    #room_popup_box .product_title.entry-title {
        font-size: 31.5px;
    }

    body .close-icn {
        right: 13.5px;
        top: 13.5px;
        width: 30.6px;
        height: 30.6px;
    }

    body .close-icn svg {
        width: 18px;
        height: 18px;
    }
}

@media only screen and (min-width: 1500px) and (max-width: 1700px) {
    body .popup-content {
        width: 792.00px;
        padding: 15.84px;
        min-height: 316.80px;
        padding-right: 15.84px;
    }

    body table.service-table thead th {
        font-size: 12.67px;
    }

    body tr.category-row td {
        font-size: 13.46px;
    }

    body tr.service-row td:first-child,
    body tr.remarks-row td:first-child {
        font-size: 12.67px;
    }

    body table.service-table {
        font-size: 12.67px;
    }

    body span.rem-label {
        font-size: 11.09px !important;
        width: 76.82px;
    }

    body table.service-table textarea,
    body table.service-table textarea::placeholder {
        font-size: 11.09px !important;
    }

    body table.service-table .switch {
        width: 39.60px;
        height: 19.01px;
    }

    body table.service-table input:not(:checked)+.slider {
        font-size: 10.30px;
        line-height: 19.80px;
        padding-right: 7.92px;
    }

    body table.service-table .slider:before {
        height: 14.26px;
        width: 14.26px;
        left: 2.38px;
        bottom: 2.38px;
    }

    body div#extra-services-popup div#btnss button {
        height: 38.02px;
        font-size: 11.09px;
        padding: 7.92px 15.84px;
        letter-spacing: 0.16px;
    }

    body table.service-table th,
    body table.service-table td {
        padding: 7.92px;
    }

    body table.service-table input.addon-qty:not([type="button"]):not([type="submit"]),
    body .addon-section>p.boldonly {
        font-size: 12.67px;
    }

    body table.service-table input:checked+.slider {
        font-size: 10.30px;
        text-indent: 7.92px;
        line-height: 19.80px;
    }

    body .popup-contents button,
    body .modal-content button {
        height: 38.02px;
        padding: 7.92px 15.84px;
    }

    body #update-booking-modal .modal-content,
    body #update-member-modal .modal-content,
    body #update-order-meta .modal-content,
    body #update-saved-cart .modal-content,
    body #delete-saved-cart .modal-content,
    body #slot-warning-popup .modal-content,
    body #cancel-confirmation-popup .modal-content {
        padding: 15.84px 23.76px;
        max-width: 316.8px;
        font-size: 12.67px;
    }

    body label[for="member-count"] {
        width: 190.08px;
        margin-bottom: 7.92px;
        font-size: 12.67px;
    }

    body input#member-count {
        height: 38.02px !important;
        border-radius: 9.5px;
        padding: 6.34px 12.67px;
    }

    body div#room_popup_box {
        min-height: 464.35px;
    }

    body #room_popup_box {
        width: 396px;
        max-width: 88%;
        padding: 15.84px;
    }

    body table.service-table input:checked+.slider:before {
        transform: translateX(20.592px);
    }

    #room_popup_box .popup_btm_btn .elementor-button {
        font-size: 12.67px;
        height: 38.02px;
    }

    .elementor-kit-97 {
        --e-global-typography-b2ce6af-font-size: 12.67px;
    }

    #room_popup_box .product_title.entry-title {
        font-size: 27.72px;
    }

    body .close-icn {
        right: 11.88px;
        top: 11.88px;
        width: 26.93px;
        height: 26.93px;
    }

    body .close-icn svg {
        width: 15.84px;
        height: 15.84px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    body .popup-content {
        width: 673.20px;
        padding: 13.46px;
        min-height: 269.28px;
        padding-right: 13.46px;
    }

    body table.service-table thead th {
        font-size: 10.77px;
    }

    body tr.category-row td {
        font-size: 11.44px;
    }

    body tr.service-row td:first-child,
    body tr.remarks-row td:first-child {
        font-size: 10.77px;
    }

    body table.service-table {
        font-size: 10.77px;
    }

    body span.rem-label {
        font-size: 9.43px !important;
        width: 65.30px;
    }

    body table.service-table textarea,
    body table.service-table textarea::placeholder {
        font-size: 9.43px !important;
    }

    body table.service-table .switch {
        width: 33.66px;
        height: 16.16px;
    }

    body table.service-table input:not(:checked)+.slider {
        font-size: 8.76px;
        line-height: 16.83px;
        padding-right: 6.73px;
    }

    body table.service-table .slider:before {
        height: 12.12px;
        width: 12.12px;
        left: 2.02px;
        bottom: 2.02px;
    }

    body div#extra-services-popup div#btnss button {
        height: 32.32px;
        font-size: 9.43px;
        padding: 6.73px 13.46px;
        letter-spacing: 0.14px;
    }

    body table.service-table th,
    body table.service-table td {
        padding: 6.73px;
    }

    body table.service-table input.addon-qty:not([type="button"]):not([type="submit"]),
    body .addon-section>p.boldonly {
        font-size: 10.77px;
    }

    body table.service-table input:checked+.slider {
        font-size: 8.76px;
        text-indent: 6.73px;
        line-height: 16.83px;
    }

    body .popup-contents button,
    body .modal-content button {
        height: 32.32px;
        padding: 6.73px 13.46px;
    }

    body #update-booking-modal .modal-content,
    body #update-member-modal .modal-content,
    body #update-order-meta .modal-content,
    body #update-saved-cart .modal-content,
    body #delete-saved-cart .modal-content,
    body #slot-warning-popup .modal-content,
    body #cancel-confirmation-popup .modal-content {
        padding: 13.46px 20.20px;
        max-width: 269.28px;
        font-size: 10.77px;
    }

    body label[for="member-count"] {
        width: 161.57px;
        margin-bottom: 6.73px;
        font-size: 10.77px;
    }

    body input#member-count {
        height: 32.32px !important;
        border-radius: 8.07px;
        padding: 5.39px 10.77px;
    }

    body div#room_popup_box {
        min-height: 394.70px;
    }

    body #room_popup_box {
        width: 336.60px;
        max-width: 74.80%;
        padding: 13.46px;
    }

    body table.service-table input:checked+.slider:before {
        transform: translateX(17.5032px);
    }

    #room_popup_box .popup_btm_btn .elementor-button {
        font-size: 10.77px;
        height: 32.32px;
    }

    .elementor-kit-97 {
        --e-global-typography-b2ce6af-font-size: 10.77px;
    }

    #room_popup_box .product_title.entry-title {
        font-size: 23.562px;
    }

    body .close-icn {
        right: 10.10px;
        top: 10.10px;
        width: 22.89px;
        height: 22.89px;
    }

    body .close-icn svg {
        width: 13.464px;
        height: 13.464px;
    }
}

/*Popup Css End*/

/* My Account Page Css Start*/

@media only screen and (max-width:768px) {
    body .main-tab-titles li {
        padding: 10px 10px;
        display: flex;
        align-items: center;
    }

    body #my_account_tabs .main-tab-titles li {
        font-size: 14px;
    }

    body #my_account_tabs .main-tab-titles li {
        margin-right: 7px;
    }

    body #my_account_tabs .main-tab-content .tab {
        padding: 15px 15px 30px;
        border-radius: 0 0px 12px 12px;
    }

    body #my_account_tabs .order-heading {
        font-weight: 700;
    }

    body .gp_div {
        justify-content: end;
        font-weight: 600;
    }

    td[data-title="Total"] span {
        font-weight: 600;
    }

    span.divider {
        display: block;
        width: 100%;
        height: 1.5px;
        background-color: #dadada;
        margin-bottom: 20px;
    }

    .account-orders-table tr:not(:last-child) {
        border-bottom: 1px solid #dadada !important;
    }

    body #my_account_tabs .woocommerce-order-details .shop_table.order_details {
        padding: 15px 15px 15px;
    }

    body #my_account_tabs .woocommerce-order-details .button {
        width: auto;
        margin-bottom: 0 !important;
    }

    body #my_account_tabs .woocommerce-order-details .button:first-child {
        margin-right: 8px !important;
    }

    body #my_account_tabs .woocommerce-order-details>.d-flex+.order_details tfoot td {
        padding-bottom: 0;
    }

    body #my_account_tabs .woocommerce-order-details .shop_table.order_details td:not(.product-name),
    body #my_account_tabs .woocommerce-order-details .shop_table.order_details thead th:not(.product-name) {
        text-align: right;
        font-weight: 400 !important;
    }

    #my_account_tabs .woocommerce-order-details th:first-child,
    #my_account_tabs .woocommerce-order-details td:first-child {
        font-weight: 600 !important;
    }
}



@media only screen and (min-width: 1700px) and (max-width: 1900px) {
    body .elementor-147 .elementor-element.elementor-element-48607ee6 {
        --padding-top: 72px;
    }

    body .elementor-147 .elementor-element.elementor-element-4183b721 .elementor-heading-title {
        line-height: 49.01px;
        font-size: 51.5px;
    }

    body .elementor-147 .elementor-element.elementor-element-a290e46 {
        padding: 12.6px 0px 12.6px 0px;
        font-size: 20.7px;
        letter-spacing: 0.26px;
    }

    body .elementor-147 .elementor-element.elementor-element-7517dcb7 {
        font-size: 19.8px;
        line-height: 36px;
    }

    body .elementor-147 .elementor-element.elementor-element-759ecfd8 {
        --gap: 38.7px 38.7px;
        --row-gap: 38.7px;
        --column-gap: 38.7px;
        --padding-top: 54px;
        --padding-bottom: 72px;
    }

    body .elementor-147 .elementor-element.elementor-element-759ecfd8 {
        --content-width: 1176.48px;
    }

    body .elementor-147 .elementor-element.elementor-element-69bfdb6a,
    body .elementor-147 .elementor-element.elementor-element-ce3172e {
        width: var(--container-widget-width, 575.1px);
        max-width: 575.1px;
        --container-widget-width: 575.1px;
        font-size: 14.4px;
        line-height: 25.2px;
    }

    body .elementor-147 .elementor-element.elementor-element-27c8d053 {
        --gap: 8.1px 0px;
        --row-gap: 8.1px;
        --padding-top: 72px;
        --padding-bottom: 72px;
    }

    body .elementor-147 .elementor-element.elementor-element-27c8d053 {
        --content-width: 1176.48px;
    }

    body .elementor-147 .elementor-element.elementor-element-3c2e4baf {
        --content-width: 900.9px;
    }

    body .elementor-147 .elementor-element.elementor-element-3c2e4baf {
        --gap: 11.7px 11.7px;
        --row-gap: 11.7px;
        --column-gap: 11.7px;
    }

    body .elementor-147 .elementor-element.elementor-element-73bd0955 {
        margin: 0px 0px 34.2px 0px;
        font-size: 16.2px;
    }

    body .elementor-147 .elementor-element.elementor-element-407e3b3e {
        --gap: 21.6px 21.6px;
        --row-gap: 21.6px;
        --column-gap: 21.6px;
    }

    body .elementor-147 .elementor-element.icon-box-room {
        --gap: 21.6px 0px;
        --row-gap: 21.6px;
        --border-radius: 32.4px 32.4px 32.4px 32.4px;
        --padding-top: 36px;
        --padding-bottom: 36px;
        --padding-left: 21.6px;
        --padding-right: 21.6px;
    }

    body .elementor-147 .icon-box-room:before {
        border-radius: 34.2px;
    }

    body .elementor-147 .elementor-element.icon-box-room img {
        width: 57.6px;
        height: 57.6px;
    }

    body .elementor-147 .elementor-element.icon-box-room .elementor-icon-box-title,
    body .elementor-147 .elementor-element.icon-box-room .elementor-icon-box-title a {
        font-size: 19.8px;
    }

    body .elementor-147 .elementor-element.icon-box-room .elementor-icon-box-description {
        font-size: 14.4px;
    }

    body .elementor-147 .elementor-element.elementor-element-6629dabe {
        --content-width: 1176.48px;
    }

    body .elementor-147 .elementor-element.elementor-element-6629dabe {
        --gap: 0px 38.7px;
        --column-gap: 38.7px;
        --padding-top: 72px;
        --padding-bottom: 72px;
    }

    body .elementor-147 .elementor-element.elementor-element-49e9be3d {
        --width: 570.6px;
    }

    body .elementor-147 .elementor-element.elementor-element-49e9be3d {
        --gap: 13.5px 13.5px;
        --row-gap: 13.5px;
        --column-gap: 13.5px;
    }

    body .elementor-147 .elementor-element.elementor-element-26b2fa7e {
        --width: 767.7px;
    }

    body .elementor-147 .elementor-element.elementor-element-3f67bbca {
        width: var(--container-widget-width, 575.1px);
        max-width: 575.1px;
        --container-widget-width: 575.1px;
        font-size: 14.4px;
        line-height: 25.2px;
    }

    body .elementor-147 .elementor-element.elementor-element-4d9a66e9 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
        padding-block-end: 9px;
    }

    body .elementor-147 .elementor-element.elementor-element-4d9a66e9 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
        margin-block-start: 9px;
    }

    body .elementor-147 .elementor-element.elementor-element-4d9a66e9 .elementor-icon-list-icon svg {
        width: 28.8px;
        height: 28.8px;
    }

    body .elementor-147 .elementor-element.elementor-element-4d9a66e9 .elementor-icon-list-item>.elementor-icon-list-text,
    body .elementor-147 .elementor-element.elementor-element-4d9a66e9 .elementor-icon-list-item>a {
        font-size: 14.4px;
        line-height: 27px;
    }

    body .elementor-147 .elementor-element.elementor-element-18d2ba8c {
        --content-width: 1176.48px;
    }

    body .elementor-147 .elementor-element.elementor-element-18d2ba8c {
        --gap: 8.1px 0px;
        --row-gap: 8.1px;
        --padding-top: 72px;
        --padding-bottom: 72px;
    }

    body .elementor-147 .elementor-element.elementor-element-2b4b844b {
        --gap: 11.7px 11.7px;
        --row-gap: 11.7px;
        --column-gap: 11.7px;
    }

    body .elementor-147 .elementor-element.elementor-element-242e7e28 {
        margin: 0px 0px 68.4px 0px;
        font-size: 16.2px;
    }

    body .elementor-147 .elementor-element.elementor-element-2e6cb3d {
        --gap: 57.6px 57.6px;
        --row-gap: 57.6px;
        --column-gap: 57.6px;
    }

    body .elementor-147 .timeline .elementor-element.elementor-widget-icon-box {
        --icon-box-icon-margin: 28.8px;
    }

    body .elementor-147 .timeline .elementor-element.elementor-widget-icon-box .elementor-icon {
        font-size: 31.5px;
        padding: 27px;
    }

    body .timeline .elementor-widget-icon-box .elementor-icon-box-wrapper .elementor-icon-box-icon span.elementor-icon.elementor-animation-grow:before {
        font-size: 40.5px; 
    }

    body .timeline .elementor-icon i,
    body .timeline .elementor-icon svg {
        height: 0.9em;
        width: 0.9em;
        font-size: 0.9em;
    }

    body .elementor-147 .timeline .elementor-element.elementor-widget-icon-box .elementor-icon-box-title,
    body .elementor-147 .timeline .elementor-element.elementor-widget-icon-box .elementor-icon-box-title a {
        font-size: 19.8px;
    }

    body .elementor-147 .timeline .elementor-element.elementor-widget-icon-box .elementor-icon-box-title {
        margin-block-end: 10.8px;
    }

    body .elementor-147 .elementor-element.elementor-element-75388874 {
        --content-width: 1386px;
    }

    body .elementor-147 .elementor-element.elementor-element-75388874 {
        --padding-top: 72px;
        --padding-bottom: 72px;
    }

    body .elementor-147 .elementor-element.last-section {
        --border-radius: 32.4px 32.4px 32.4px 32.4px;
        --padding-top: 90px;
        --padding-bottom: 90px;
        --padding-left: 90px;
        --padding-right: 90px;
    }

    body .last-section:before {
        width: 356.4px;
        height: 356.4px;
        left: -147.6px;
        top: 345.6px;
    }

    body .last-section:after {
        width: 295.2px;
        height: 295.2px;
        left: 1162.8px;
        top: -81px;
    }

    body .last-section:hover:before {
        top: -81px;
    }

    body .last-section:hover:after {
        top: 345.6px;
    }

    body .elementor-147 .elementor-element.elementor-element-f52d7e3 {
        margin: 12.6px 0px 0px 0px;
    }

    body .elementor-147 .elementor-element.elementor-element-f52d7e3 .elementor-heading-title {
        font-size: 43.2px;
    }

    body .elementor-147 .elementor-element.elementor-element-2f423c95 {
        margin: 12.6px 0px 0px 0px;
    }

    body .elementor-147 .elementor-element.elementor-element-2f423c95 .elementor-heading-title {
        font-size: 14.4px;
    }

    body .elementor-147 .elementor-element.elementor-element-4509e94b {
        --padding-top: 36px;
    }

    body .elementor-147 .elementor-element.elementor-element-633f64a3 {
        width: var(--container-widget-width, 252px);
        max-width: 252px;
        --container-widget-width: 252px;
    }

    body .elementor-147 .elementor-element.elementor-element-18015523 {
        width: var(--container-widget-width, 252px);
        max-width: 252px;
        --container-widget-width: 252px;
    }

    body .elementor-147 .elementor-element.elementor-element-633f64a3 .elementor-button {
        font-size: 14.4px;
        padding: 17.55px 4.5px 17.55px 4.5px;
    }

    body .elementor-147 .elementor-element.elementor-element-18015523 .elementor-button {
        font-size: 14.4px;
        padding: 17.55px 4.5px 17.55px 4.5px;
    }
    body .elementor-147 .elementor-element.elementor-element-1c586104 {
        --content-width: 979.2px;
    }
body .elementor-147 .timeline:before{
top: 40px;
}
}


@media only screen and (min-width: 1500px) and (max-width: 1700px) {
    body .elementor-147 .elementor-element.elementor-element-48607ee6 {
        --padding-top: 63.36px;
    }

    body .elementor-147 .elementor-element.elementor-element-4183b721 .elementor-heading-title {
        line-height: 43.13px;
        font-size: 45.32px;
    }

    body .elementor-147 .elementor-element.elementor-element-a290e46 {
        padding: 11.09px 0px 11.09px 0px;
        font-size: 18.22px;
        letter-spacing: 0.23px;
    }

    body .elementor-147 .elementor-element.elementor-element-7517dcb7 {
        font-size: 17.42px;
        line-height: 31.68px;
    }

    body .elementor-147 .elementor-element.elementor-element-759ecfd8 {
        --gap: 34.06px 34.06px;
        --row-gap: 34.06px;
        --column-gap: 34.06px;
        --padding-top: 47.52px;
        --padding-bottom: 63.36px;
    }

    body .elementor-147 .elementor-element.elementor-element-759ecfd8 {
        --content-width: 1035.30px;
    }

    body .elementor-147 .elementor-element.elementor-element-69bfdb6a,
    body .elementor-147 .elementor-element.elementor-element-ce3172e {
        width: var(--container-widget-width, 506.09px);
        max-width: 506.09px;
        --container-widget-width: 506.09px;
        font-size: 12.67px;
        line-height: 22.18px;
    }

    body .elementor-147 .elementor-element.elementor-element-27c8d053 {
        --gap: 7.13px 0px;
        --row-gap: 7.13px;
        --padding-top: 63.36px;
        --padding-bottom: 63.36px;
    }

    body .elementor-147 .elementor-element.elementor-element-27c8d053 {
        --content-width: 1035.30px;
    }

    body .elementor-147 .elementor-element.elementor-element-3c2e4baf {
        --content-width: 792.79px;
    }

    body .elementor-147 .elementor-element.elementor-element-3c2e4baf {
        --gap: 10.30px 10.30px;
        --row-gap: 10.30px;
        --column-gap: 10.30px;
    }

    body .elementor-147 .elementor-element.elementor-element-73bd0955 {
        margin: 0px 0px 30.10px 0px;
        font-size: 14.26px;
    }

    body .elementor-147 .elementor-element.elementor-element-407e3b3e {
        --gap: 19.01px 19.01px;
        --row-gap: 19.01px;
        --column-gap: 19.01px;
    }

    body .elementor-147 .elementor-element.icon-box-room {
        --gap: 19.01px 0px;
        --row-gap: 19.01px;
        --border-radius: 28.51px 28.51px 28.51px 28.51px;
        --padding-top: 31.68px;
        --padding-bottom: 31.68px;
        --padding-left: 19.01px;
        --padding-right: 19.01px;
    }

    body .elementor-147 .icon-box-room:before {
        border-radius: 30.10px;
    }

    body .elementor-147 .elementor-element.icon-box-room img {
        width: 50.69px;
        height: 50.69px;
    }

    body .elementor-147 .elementor-element.icon-box-room .elementor-icon-box-title,
    body .elementor-147 .elementor-element.icon-box-room .elementor-icon-box-title a {
        font-size: 17.42px;
    }

    body .elementor-147 .elementor-element.icon-box-room .elementor-icon-box-description {
        font-size: 12.67px;
    }

    body .elementor-147 .elementor-element.elementor-element-6629dabe {
        --content-width: 1035.30px;
    }

    body .elementor-147 .elementor-element.elementor-element-6629dabe {
        --gap: 0px 34.06px;
        --column-gap: 34.06px;
        --padding-top: 63.36px;
        --padding-bottom: 63.36px;
    }

    body .elementor-147 .elementor-element.elementor-element-49e9be3d {
        --width: 502.13px;
    }

    body .elementor-147 .elementor-element.elementor-element-49e9be3d {
        --gap: 11.88px 11.88px;
        --row-gap: 11.88px;
        --column-gap: 11.88px;
    }

    body .elementor-147 .elementor-element.elementor-element-26b2fa7e {
        --width: 675.58px;
    }

    body .elementor-147 .elementor-element.elementor-element-3f67bbca {
        width: var(--container-widget-width, 506.09px);
        max-width: 506.09px;
        --container-widget-width: 506.09px;
        font-size: 12.67px;
        line-height: 22.18px;
    }

    body .elementor-147 .elementor-element.elementor-element-4d9a66e9 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
        padding-block-end: 7.92px;
    }

    body .elementor-147 .elementor-element.elementor-element-4d9a66e9 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
        margin-block-start: 7.92px;
    }

    body .elementor-147 .elementor-element.elementor-element-4d9a66e9 .elementor-icon-list-icon svg {
        width: 25.34px;
        height: 25.34px;
    }

    body .elementor-147 .elementor-element.elementor-element-4d9a66e9 .elementor-icon-list-item>.elementor-icon-list-text,
    body .elementor-147 .elementor-element.elementor-element-4d9a66e9 .elementor-icon-list-item>a {
        font-size: 12.67px;
        line-height: 23.76px;
    }

    body .elementor-147 .elementor-element.elementor-element-18d2ba8c {
        --content-width: 1035.30px;
    }

    body .elementor-147 .elementor-element.elementor-element-18d2ba8c {
        --gap: 7.13px 0px;
        --row-gap: 7.13px;
        --padding-top: 63.36px;
        --padding-bottom: 63.36px;
    }

    body .elementor-147 .elementor-element.elementor-element-2b4b844b {
        --gap: 10.30px 10.30px;
        --row-gap: 10.30px;
        --column-gap: 10.30px;
    }

    body .elementor-147 .elementor-element.elementor-element-242e7e28 {
        margin: 0px 0px 60.2px 0px;
        font-size: 14.26px;
    }

    body .elementor-147 .elementor-element.elementor-element-2e6cb3d {
        --gap: 50.69px 50.69px;
        --row-gap: 50.69px;
        --column-gap: 50.69px;
    }

    body .elementor-147 .timeline .elementor-element.elementor-widget-icon-box {
        --icon-box-icon-margin: 25.34px;
    }

    body .elementor-147 .timeline .elementor-element.elementor-widget-icon-box .elementor-icon {
        font-size: 27.72px;
        padding: 23.76px;
    }

    body .timeline .elementor-widget-icon-box .elementor-icon-box-wrapper .elementor-icon-box-icon span.elementor-icon.elementor-animation-grow:before {
        font-size: 35.64px; 
    }

    body .timeline .elementor-icon i,
    body .timeline .elementor-icon svg {
        height: 0.79em;
        width: 0.79em;
        font-size: 0.79em;
    }

    body .elementor-147 .timeline .elementor-element.elementor-widget-icon-box .elementor-icon-box-title,
    body .elementor-147 .timeline .elementor-element.elementor-widget-icon-box .elementor-icon-box-title a {
        font-size: 17.42px;
    }

    body .elementor-147 .timeline .elementor-element.elementor-widget-icon-box .elementor-icon-box-title {
        margin-block-end: 9.50px;
    }

    body .elementor-147 .elementor-element.elementor-element-75388874 {
        --content-width: 1219.68px;
    }

    body .elementor-147 .elementor-element.elementor-element-75388874 {
        --padding-top: 63.36px;
        --padding-bottom: 63.36px;
    }

    body .elementor-147 .elementor-element.elementor-element-e131c81 {
        --border-radius: 28.51px 28.51px 28.51px 28.51px;
        --padding-top: 79.20px;
        --padding-bottom: 79.20px;
        --padding-left: 79.20px;
        --padding-right: 79.20px;
    }

    body .last-section:before {
        width: 313.63px;
        height: 313.63px;
        left: -129.89px;
        top: 304.13px;
    }

    body .last-section:after {
        width: 259.78px;
        height: 259.78px;
        left: 1023.26px;
        top: -71.28px;
    }

    body .last-section:hover:before {
        top: -71.28px;
    }

    body .last-section:hover:after {
        top: 304.13px;
    }

    body .elementor-147 .elementor-element.elementor-element-f52d7e3 {
        margin: 11.09px 0px 0px 0px;
    }

    body .elementor-147 .elementor-element.elementor-element-f52d7e3 .elementor-heading-title {
        font-size: 38.02px;
    }

    body .elementor-147 .elementor-element.elementor-element-2f423c95 {
        margin: 11.09px 0px 0px 0px;
    }

    body .elementor-147 .elementor-element.elementor-element-2f423c95 .elementor-heading-title {
        font-size: 12.67px;
    }

    body .elementor-147 .elementor-element.elementor-element-4509e94b {
        --padding-top: 31.68px;
    }

    body .elementor-147 .elementor-element.elementor-element-633f64a3 {
        width: var(--container-widget-width, 221.76px);
        max-width: 221.76px;
        --container-widget-width: 221.76px;
    }

    body .elementor-147 .elementor-element.elementor-element-18015523 {
        width: var(--container-widget-width, 221.76px);
        max-width: 221.76px;
        --container-widget-width: 221.76px;
    }

    body .elementor-147 .elementor-element.elementor-element-633f64a3 .elementor-button {
        font-size: 12.67px;
        padding: 15.44px 3.96px 15.44px 3.96px;
    }

    body .elementor-147 .elementor-element.elementor-element-18015523 .elementor-button {
        font-size: 12.67px;
        padding: 15.44px 3.96px 15.44px 3.96px;
    }
    body .elementor-147 .elementor-element.elementor-element-1c586104 {
        --content-width: 861.696px;
    }
body .elementor-147 .timeline:before{
top: 32.6px;
}
}


@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    body .elementor-147 .elementor-element.elementor-element-48607ee6 {
        --padding-top: 53.86px;
    }

    body .elementor-147 .elementor-element.elementor-element-4183b721 .elementor-heading-title {
        line-height: 36.66px;
        font-size: 38.52px;
    }

    body .elementor-147 .elementor-element.elementor-element-a290e46 {
        padding: 9.43px 0px 9.43px 0px;
        font-size: 15.49px;
        letter-spacing: 0.20px;
    }

    body .elementor-147 .elementor-element.elementor-element-7517dcb7 {
        font-size: 14.81px;
        line-height: 26.93px;
    }

    body .elementor-147 .elementor-element.elementor-element-759ecfd8 {
        --gap: 28.95px 28.95px;
        --row-gap: 28.95px;
        --column-gap: 28.95px;
        --padding-top: 40.39px;
        --padding-bottom: 53.86px;
    }

    body .elementor-147 .elementor-element.elementor-element-759ecfd8 {
        --content-width: 880.01px;
    }

    body .elementor-147 .elementor-element.elementor-element-69bfdb6a,
    body .elementor-147 .elementor-element.elementor-element-ce3172e {
        width: var(--container-widget-width, 430.18px);
        max-width: 430.18px;
        --container-widget-width: 430.18px;
        font-size: 10.77px;
        line-height: 18.85px;
    }

    body .elementor-147 .elementor-element.elementor-element-27c8d053 {
        --gap: 6.06px 0px;
        --row-gap: 6.06px;
        --padding-top: 53.86px;
        --padding-bottom: 53.86px;
    }

    body .elementor-147 .elementor-element.elementor-element-27c8d053 {
        --content-width: 880.01px;
    }

    body .elementor-147 .elementor-element.elementor-element-3c2e4baf {
        --content-width: 673.87px;
    }

    body .elementor-147 .elementor-element.elementor-element-3c2e4baf {
        --gap: 8.76px 8.76px;
        --row-gap: 8.76px;
        --column-gap: 8.76px;
    }

    body .elementor-147 .elementor-element.elementor-element-73bd0955 {
        margin: 0px 0px 25.59px 0px;
        font-size: 12.12px;
    }

    body .elementor-147 .elementor-element.elementor-element-407e3b3e {
        --gap: 16.16px 16.16px;
        --row-gap: 16.16px;
        --column-gap: 16.16px;
    }

    body .elementor-147 .elementor-element.icon-box-room {
        --gap: 16.16px 0px;
        --row-gap: 16.16px;
        --border-radius: 24.23px 24.23px 24.23px 24.23px;
        --padding-top: 26.93px;
        --padding-bottom: 26.93px;
        --padding-left: 16.16px;
        --padding-right: 16.16px;
    }

    body .elementor-147 .icon-box-room:before {
        border-radius: 25.59px;
    }

    body .elementor-147 .elementor-element.icon-box-room img {
        width: 43.09px;
        height: 43.09px;
    }

    body .elementor-147 .elementor-element.icon-box-room .elementor-icon-box-title,
    body .elementor-147 .elementor-element.icon-box-room .elementor-icon-box-title a {
        font-size: 14.81px;
    }

    body .elementor-147 .elementor-element.icon-box-room .elementor-icon-box-description {
        font-size: 10.77px;
    }

    body .elementor-147 .elementor-element.elementor-element-6629dabe {
        --content-width: 880.01px;
    }

    body .elementor-147 .elementor-element.elementor-element-6629dabe {
        --gap: 0px 28.95px;
        --column-gap: 28.95px;
        --padding-top: 53.86px;
        --padding-bottom: 53.86px;
    }

    body .elementor-147 .elementor-element.elementor-element-49e9be3d {
        --width: 426.81px;
    }

    body .elementor-147 .elementor-element.elementor-element-49e9be3d {
        --gap: 10.10px 10.10px;
        --row-gap: 10.10px;
        --column-gap: 10.10px;
    }

    body .elementor-147 .elementor-element.elementor-element-26b2fa7e {
        --width: 574.24px;
    }

    body .elementor-147 .elementor-element.elementor-element-3f67bbca {
        width: var(--container-widget-width, 430.18px);
        max-width: 430.18px;
        --container-widget-width: 430.18px;
        font-size: 10.77px;
        line-height: 18.85px;
    }

    body .elementor-147 .elementor-element.elementor-element-4d9a66e9 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
        padding-block-end: 6.73px;
    }

    body .elementor-147 .elementor-element.elementor-element-4d9a66e9 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
        margin-block-start: 6.73px;
    }

    body .elementor-147 .elementor-element.elementor-element-4d9a66e9 .elementor-icon-list-icon svg {
        width: 21.54px;
        height: 21.54px;
    }

    body .elementor-147 .elementor-element.elementor-element-4d9a66e9 .elementor-icon-list-item>.elementor-icon-list-text,
    body .elementor-147 .elementor-element.elementor-element-4d9a66e9 .elementor-icon-list-item>a {
        font-size: 10.77px;
        line-height: 20.20px;
    }

    body .elementor-147 .elementor-element.elementor-element-18d2ba8c {
        --content-width: 880.01px;
    }

    body .elementor-147 .elementor-element.elementor-element-18d2ba8c {
        --gap: 6.06px 0px;
        --row-gap: 6.06px;
        --padding-top: 53.86px;
        --padding-bottom: 53.86px;
    }

    body .elementor-147 .elementor-element.elementor-element-2b4b844b {
        --gap: 8.76px 8.76px;
        --row-gap: 8.76px;
        --column-gap: 8.76px;
    }

    body .elementor-147 .elementor-element.elementor-element-242e7e28 {
        margin: 0px 0px 51.1px 0px;
        font-size: 12.12px;
    }

    body .elementor-147 .elementor-element.elementor-element-2e6cb3d {
        --gap: 43.09px 43.09px;
        --row-gap: 43.09px;
        --column-gap: 43.09px;
    }

    body .elementor-147 .timeline .elementor-element.elementor-widget-icon-box {
        --icon-box-icon-margin: 21.54px;
    }

    body .elementor-147 .timeline .elementor-element.elementor-widget-icon-box .elementor-icon {
        font-size: 23.56px;
        padding: 20.20px;
    }

    body .timeline .elementor-widget-icon-box .elementor-icon-box-wrapper .elementor-icon-box-icon span.elementor-icon.elementor-animation-grow:before {
        font-size: 30.294px; 
    }

    body .timeline .elementor-icon i,
    body .timeline .elementor-icon svg {
        height: 0.67em;
        width: 0.67em;
        font-size: 0.67em;
    }

    body .elementor-147 .timeline .elementor-element.elementor-widget-icon-box .elementor-icon-box-title,
    body .elementor-147 .timeline .elementor-element.elementor-widget-icon-box .elementor-icon-box-title a {
        font-size: 14.81px;
    }

    body .elementor-147 .timeline .elementor-element.elementor-widget-icon-box .elementor-icon-box-title {
        margin-block-end: 8.08px;
    }

    body .elementor-147 .elementor-element.elementor-element-75388874 {
        --content-width: 1036.73px;
    }

    body .elementor-147 .elementor-element.elementor-element-75388874 {
        --padding-top: 53.86px;
        --padding-bottom: 53.86px;
    }

    body .elementor-147 .elementor-element.elementor-element-e131c81 {
        --border-radius: 24.23px 24.23px 24.23px 24.23px;
        --padding-top: 67.32px;
        --padding-bottom: 67.32px;
        --padding-left: 67.32px;
        --padding-right: 67.32px;
    }

    body .last-section:before {
        width: 266.59px;
        height: 266.59px;
        left: -110.41px;
        top: 258.51px;
    }

    body .last-section:after {
        width: 220.81px;
        height: 220.81px;
        left: 869.77px;
        top: -60.59px;
    }

    body .last-section:hover:before {
        top: -60.59px;
    }

    body .last-section:hover:after {
        top: 258.51px;
    }

    body .elementor-147 .elementor-element.elementor-element-f52d7e3 {
        margin: 9.43px 0px 0px 0px;
    }

    body .elementor-147 .elementor-element.elementor-element-f52d7e3 .elementor-heading-title {
        font-size: 32.32px;
    }

    body .elementor-147 .elementor-element.elementor-element-2f423c95 {
        margin: 9.43px 0px 0px 0px;
    }

    body .elementor-147 .elementor-element.elementor-element-2f423c95 .elementor-heading-title {
        font-size: 10.77px;
    }

    body .elementor-147 .elementor-element.elementor-element-4509e94b {
        --padding-top: 26.93px;
    }

    body .elementor-147 .elementor-element.elementor-element-633f64a3 {
        width: var(--container-widget-width, 188.50px);
        max-width: 188.50px;
        --container-widget-width: 188.50px;
    }

    body .elementor-147 .elementor-element.elementor-element-18015523 {
        width: var(--container-widget-width, 188.50px);
        max-width: 188.50px;
        --container-widget-width: 188.50px;
    }

    body .elementor-147 .elementor-element.elementor-element-633f64a3 .elementor-button {
        font-size: 10.77px;
        padding: 13.12px 3.37px 13.12px 3.37px;
    }

    body .elementor-147 .elementor-element.elementor-element-18015523 .elementor-button {
        font-size: 10.77px;
        padding: 13.12px 3.37px 13.12px 3.37px;
    }
    body .elementor-147 .elementor-element.elementor-element-1c586104 {
        --content-width: 732.4416px;
    }
body .elementor-147 .timeline:before{
top: 24.66px;
}
}