﻿.single-rooms .room-item {
    padding: 0px;
    border: none;
    border-radius: 10px;
}


.room-item:hover {
    transition: none;
    transform: none;
}


.room-info {
    border-right: none;
}

    .room-info h4 {
        font-size: 24px;
        font-weight: bold;
    }

.room-content {
    padding: 20px;
}


.room-item:last-child {
    margin-bottom: 0;
    padding: 0;
    border: none;
    border-radius: 10px;
    overflow: hidden;
    background: #eee;
}

.room-item {
    box-shadow: none;
    transition: all ease-in-out 0.5s;
}

.room-image img {
    display: block;
    position: relative;
    max-width: none;
    width: calc(100% + 60px) !important;
    object-fit: cover;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
    transition: all ease-in-out 0.5s;
    height: 230px;
}

.pax-box {
    border-radius: 4px;
    padding: 25px 28px;
    background-color: #F5F5F5;
    clear: both;
}



:root {
    --card-line-height: 1.2em;
    --card-padding: 1em;
    --card-radius: 0.5em;
    --color-green: #558309;
    --color-gray: #e2ebf6;
    --color-dark-gray: #c4d1e1;
    --radio-border-width: 2px;
    --radio-size: 1.5em;
}

.grid {
    display: grid;
    grid-gap: var(--card-padding);
    margin: 0 auto;
    max-width: 60em;
    padding: 0;
}

@media (min-width: 42em) {
    .grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.card {
    background-color: #fff;
    border-radius: var(--card-radius);
    position: relative;
    padding: 0px;
    z-index: 1;
}

.card-inner {
    background: #eee;
    padding: 15px;
    border-radius: 5px;
}

.card:hover {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
}

.radio {
    font-size: inherit;
    margin: 0;
    position: absolute;
    top: 5px;
    right: 10px;
}

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
    .radio {
        -webkit-appearance: none;
        -moz-appearance: none;
        background: #fff;
        border: var(--radio-border-width) solid var(--color-gray);
        border-radius: 50%;
        cursor: pointer;
        height: var(--radio-size);
        outline: none;
        transition: background 0.2s ease-out, border-color 0.2s ease-out;
        width: var(--radio-size);
    }

        .radio::after {
            border: var(--radio-border-width) solid #fff;
            border-top: 0;
            border-left: 0;
            content: "";
            display: block;
            height: 20px;
            left: 24%;
            position: absolute;
            top: 50%;
            transform: rotate(45deg) translate(-50%, -50%);
            width: 10px;
        }

        .radio:checked {
            background: var(--color-green);
            border-color: var(--color-green);
        }

    .card:hover .radio {
        border-color: var(--color-dark-gray);
    }

        .card:hover .radio:checked {
            border-color: var(--color-green);
        }
}

.plan-details {
    border: var(--radio-border-width) solid var(--color-gray);
    border-radius: var(--card-radius);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    padding: var(--card-padding);
    transition: border-color 0.2s ease-out;
    padding: 40px;
    margin-bottom: 20px;
}

.card:hover .plan-details {
    border-color: var(--color-dark-gray);
}

.radio:checked ~ .plan-details {
    border-color: #17b87c;
    background: #e3f6ef;
}

.radio:focus ~ .plan-details {
    box-shadow: 0 0 0 2px var(--color-dark-gray);
}

.radio:disabled ~ .plan-details {
    color: var(--color-dark-gray);
    cursor: default;
}

    .radio:disabled ~ .plan-details .plan-type {
        color: var(--color-dark-gray);
    }

.card:hover .radio:disabled ~ .plan-details {
    border-color: var(--color-gray);
    box-shadow: none;
}

.card:hover .radio:disabled {
    border-color: var(--color-gray);
}

.plan-type {
    color: var(--color-green);
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1em;
}

.plan-cost {
    font-size: 2.5rem;
    font-weight: bold;
    padding: 0.5rem 0;
    width: 60%;
}

.slash {
    font-weight: normal;
}

.plan-cycle {
    font-size: 2rem;
    font-variant: none;
    border-bottom: none;
    cursor: inherit;
    text-decoration: none;
}

.hidden-visually {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

input[type="radio"] {
    width: 35px;
    height: 35px;
    cursor: pointer;
    box-shadow: none;
    margin: 0px auto;
}



.recom {
    position: absolute;
    background: royalblue;
    color: #fff;
    padding: 15px;
    overflow: hidden;
    border-radius: 10px 0px;
    font-weight: 600;
    letter-spacing: 2px;
}

.room-cat {
    display: flex;
    align-items: center;
}

@media only screen and (max-width:500px) {
    .room-cat {
        display: block !important;
        align-items: center;
    }
}

.room-type {
    font-size: 2rem;
    margin-right: 20%;
    font-weight: 600;
    color: #525252;
}

.bed-type {
    background-color: #fff;
    border-radius: 3px;
    padding: 10px;
    margin-right: 15%;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 180px;
    box-sizing: border-box;
}

.price {
    font-size: 3rem;
}

.room-1 {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}


.room-2 {
    position: relative;
    display: flex;
    align-items: center;
}

@media only screen and (max-width:500px) {
    .room-2 {
        display: inherit;
    }

    .room-1 {
        display: inherit;
    }

    .price {
        font-size: 3rem;
    }
}

.multi-room {
    flex: 2;
    position: relative;
    width: 195px;
    text-align: center;
}

.sidebar-contact {
    border: 1px solid #f1f1f1;
    padding: 15px 20px;
    border-radius: 10px;
}


.table > tbody > tr > td {
    border-top: none;
}

.sidebar-contact {
    border: 1px solid #bebebe;
    padding: 15px 20px;
    border-radius: 10px;
}




:root {
    --width: 100px;
    --height: 160px;
    --white: #ffffff;
    --primary: #17b87c;
    --body: #f1f3f6;
    --borderRadius: 10px;
}

.card-new {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: var(--height);
    background-color: var(--white);
    border-radius: var(--borderRadius);
    margin: 0 15px;
    transition: all 0.2s ease;
    margin-bottom: 45px;
}

.card-new {
    box-shadow: 0 0 20px -12px rgba(0, 0, 0, 0.4);
}

    .card-new input[type="radio"] {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        opacity: 0;
        cursor: pointer;
        height: 159px !important;
    }

    .card-new .checkmark {
        position: absolute;
        top: 20px;
        left: 50%;
        width: 16px;
        height: 16px;
        border: solid 1px var(--primary);
        border-radius: 50%;
        transform: translate(-50%, -50%);
    }

        .card-new .checkmark:after {
            position: absolute;
            display: none;
            content: "";
            top: 2px;
            left: 2px;
            width: 11px;
            height: 11px;
            background-color: var(--primary);
            border-radius: 50%;
        }

    .card-new .label {
        font-size: 0.9em;
        color: #000;
    }

    .card-new .price {
        font-size: 1.4em;
        font-weight: bold;
        margin-top: 15px;
    }

    .card-new .decoration-card {
        position: absolute;
        display: none;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: solid 2px var(--primary);
        background-color: rgba(23, 184, 124, 0.12);
        border-radius: var(--borderRadius);
        pointer-events: none;
    }

    .card-new input[type="radio"]:checked ~ .checkmark:after {
        display: block;
    }

    .card-new input[type="radio"]:checked ~ .decoration-card {
        display: block;
    }


.number {
    background: black;
    padding: 3px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
}



.color-white {
    color: #fff;
}

.box-container {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 35px 15px;
    width: 100%;
}

@media screen and (min-width:1380px) {
    .box-container {
        flex-direction: row
    }
}

.box-item {
    position: relative;
    -webkit-backface-visibility: hidden;
    width: 415px;
    margin-bottom: 35px;
    max-width: 100%;
}

.flip-box {
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    perspective: 1000px;
    -webkit-perspective: 1000px;
}

.flip-box-front,
.flip-box-back {
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    min-height: 175px;
    -ms-transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
    transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
    -webkit-transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-box-front {
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flip-box:hover .flip-box-front {
    -ms-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flip-box-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flip-box:hover .flip-box-back {
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flip-box .inner {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 10px;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
    perspective: inherit;
    z-index: 2;
    transform: translateY(-50%) translateZ(60px) scale(.94);
    -webkit-transform: translateY(-50%) translateZ(60px) scale(.94);
    -ms-transform: translateY(-50%) translateZ(60px) scale(.94);
    top: 50%;
}

.flip-box-header {
    font-size: 18px;
}

.flip-box p {
    font-size: 16px;
    line-height: 1.5em;
    color: #eee;
}

.flip-box-button {
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    margin-top: 25px;
    padding: 15px 20px;
    text-transform: uppercase;
}


input[type="checkbox"] {
    display: inline;
    margin: -44px 0px 40px 0;
}

.flip-box-header {
    color: #fff;
}



.details-sidebar-quantity-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 10px;
    width: 30%;
}

.details-sidebar-quantity-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.details-sidebar-quantity-title {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}

.details-sidebar-quantity-field {
    border: 1px solid #bbbbbb;
    padding: 0px 5px 0px 5px;
    border-radius: 35px;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 60%;
    margin: 0 auto;
    margin-top: 20px;
}

    .details-sidebar-quantity-field .minus, .details-sidebar-quantity-field .plus {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border: 1px solid #5e5e5e;
        height: 25px;
        width: 50px;
        border-radius: 50%;
        font-size: 14px;
        -webkit-transition: .3s;
        transition: .3s;
        cursor: pointer;
        background: #fff;
        color: #000;
    }

    .details-sidebar-quantity-field .quantity-input {
        border: 0;
        outline: none;
        background-color: unset;
        text-align: center;
        padding: 0px;
        /*max-width: 40px;*/
        width: 100%;
        -moz-appearance: textfield;
        color: #000;
        font-size: 17px;
    }

input[switch] {
    display: none;
}

    input[switch] + label {
        font-size: 1em;
        line-height: 1;
        width: 68px;
        height: 24px;
        background-color: #ddd;
        background-image: none;
        border-radius: 2rem;
        padding: 0.16666667rem;
        cursor: pointer;
        display: inline-block;
        text-align: center;
        position: relative;
        box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2) inset;
        font-family: inherit;
        -webkit-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
    }

        input[switch] + label:before {
            text-transform: uppercase;
            color: #b7b7b7;
            content: attr(data-off-label);
            display: block;
            font-family: inherit;
            font-family: FontAwesome, inherit;
            font-weight: 500;
            font-size: 8px;
            line-height: 1.22rem;
            position: absolute;
            right: 0.21666667rem;
            margin: 5px;
            top: 0;
            text-align: center;
            min-width: 1.66666667rem;
            overflow: hidden;
            -webkit-transition: all 0.1s ease-in-out;
            transition: all 0.1s ease-in-out;
        }

        input[switch] + label:after {
            /* Slider */
            content: '';
            position: absolute;
            left: 0.16666667rem;
            background-color: #f7f7f7;
            box-shadow: none;
            border-radius: 2rem;
            height: 20px;
            width: 20px;
            -webkit-transition: all 0.1s ease-in-out;
            transition: all 0.1s ease-in-out;
        }

    input[switch]:checked + label {
        background-color: lightblue;
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.15)), to(rgba(0, 0, 0, 0.2)));
        background-image: linear-gradient(rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0.2));
        box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3) inset;
    }

        input[switch]:checked + label:before {
            color: #fff;
            content: attr(data-on-label);
            right: auto;
            left: 0.21666667rem;
        }

        input[switch]:checked + label:after {
            left: 45px;
            background-color: #f7f7f7;
            box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.3);
        }

input[switch="bool"] + label {
    background-color: #ee6562;
}

    input[switch="bool"] + label:before {
        color: #fff !important;
    }

input[switch="bool"]:checked + label {
    background-color: #BCE954;
}

    input[switch="bool"]:checked + label:before {
        color: #fff !important;
    }

input[switch="default"]:checked + label {
    background-color: #a2a2a2;
}

    input[switch="default"]:checked + label:before {
        color: #fff !important;
    }

input[switch="success"]:checked + label {
    background-color: #BCE954;
}

    input[switch="success"]:checked + label:before {
        color: #fff !important;
    }

input[switch="warning"]:checked + label {
    background-color: gold;
}

    input[switch="warning"]:checked + label:before {
        color: #fff !important;
    }


.speech-row {
    display: flex;
    justify-content: center;
}

.speech-img {
    align-self: center;
    max-width: 100%;
    height: auto;
}

.speech-bubble {
    max-width: 302px;
    font-family: sans-serif;
    margin: 1rem;
    padding: 1rem;
    position: relative;
    border: 2px solid #ddd;
    background: #fff;
    border-radius: 0.4em;
    position: absolute;
    height: 175px;
    z-index: 1;
    right: 310px;
    top: 240px;
}

    .speech-bubble:before, .speech-bubble:after {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        width: 0;
        height: 0;
        border: 20px solid transparent;
        border-right-color: #ddd;
        border-left: 0;
        margin-top: -20px;
        margin-left: -20px;
    }

    .speech-bubble:after {
        border-right-color: #fff;
        margin-left: -18px;
        z-index: 1;
    }

.hide {
    display: none;
}

/*.myDIV:hover + .hide {
    display: block !important;
    color: red;
}
*/

input[class='form-control'], select[class='form-control'] {
    margin-bottom: 30px;
}


.plan-details h4 {
    font-weight: 600;
}


@keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade-out {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

p #emailLink {
    cursor: pointer;
    color: #7d7d7d;
    position: relative;
    display: inline-block;
    font-size: 20px;
}

    p #emailLink::before {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        border-width: 4px 6px 0 6px;
        border-style: solid;
        border-color: #CCCCCC transparent transparent transparent;
        z-index: 99;
        margin-top: 8px;
        transform: translateX(-50%) translatey(-100%) rotate(-180deg);
        animation: fade-out 0.2s ease-in forwards;
    }

    p #emailLink::after {
        content: attr(tooltip-content);
        position: absolute;
        left: 50%;
        top: 100%;
        transform: translateX(-50%) translateY(-100%);
        background: #CCCCCC;
        text-align: center;
        color: #000000;
        padding: 4px 2px;
        font-size: 15px;
        line-height: 1.5em;
        min-width: 19em;
        pointer-events: none;
        padding: 1.5em;
        z-index: 99;
        margin-top: 8px;
        transform: translateX(-50%) translateY(0%);
        animation: fade-out 0.2s ease-in forwards;
    }

    p #emailLink:hover {
        color: #000000;
    }

        p #emailLink:hover::after, p #emailLink:hover::before {
            animation: fade-in 0.2s ease-out forwards;
        }

    p #emailLink.mobileEmailLink::before, p #emailLink.mobileEmailLink::after {
        display: none;
    }

p .vanish {
    display: none;
}


.top-text-wrapper {
    margin: 20px 0 30px 0;
}

    .top-text-wrapper h4 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .top-text-wrapper code {
        font-size: 0.85em;
        background: linear-gradient(90deg, #fce3ec, #ffe8cc);
        color: #ff2200;
        padding: 0.1rem 0.3rem 0.2rem;
        border-radius: 0.2rem;
    }

.tab-section-wrapper {
    padding: 30px 0;
}

.grid-wrapper {
    display: grid;
    grid-gap: 30px;
    place-items: center;
    place-content: start;
}

.grid-col-auto {
    grid-auto-flow: column;
    grid-template-rows: auto;
}

/* ******************* Main Styeles : Radio Card */
label.radio-card {
    cursor: pointer;
}

    label.radio-card .card-content-wrapper {
        background: #fff;
        border-radius: 5px;
        max-width: 218px;
        min-height: auto;
        padding: 15px;
        display: grid;
        box-shadow: 0 2px 4px 0 rgba(219, 215, 215, 0.04);
        transition: 200ms linear;
    }


@media only screen and (max-width:500px) {
    label.radio-card .card-content-wrapper {
        max-width: 100% !important;
    }

    .grid-col-auto {
        grid-auto-flow: dense !important;
        grid-template-rows: auto;
    }

    group {
        width: auto;
        display: flex;
        margin-bottom: 20px;
    }

    #top .content-table th, .content-table td {
        padding: 20.5px 15px;
        font-family: serif;
    }

    .card-content-wrapper h3 {
        display: none;
    }
}

label.radio-card .check-icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    border: solid 2px #e3e3e3;
    border-radius: 50%;
    transition: 200ms linear;
    position: absolute;
}

    label.radio-card .check-icon:before {
        content: "";
        position: absolute;
        inset: 0;
        background-image: url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.93552 4.58423C0.890286 4.53718 0.854262 4.48209 0.829309 4.42179C0.779553 4.28741 0.779553 4.13965 0.829309 4.00527C0.853759 3.94471 0.889842 3.88952 0.93552 3.84283L1.68941 3.12018C1.73378 3.06821 1.7893 3.02692 1.85185 2.99939C1.91206 2.97215 1.97736 2.95796 2.04345 2.95774C2.11507 2.95635 2.18613 2.97056 2.2517 2.99939C2.31652 3.02822 2.3752 3.06922 2.42456 3.12018L4.69872 5.39851L9.58026 0.516971C9.62828 0.466328 9.68554 0.42533 9.74895 0.396182C9.81468 0.367844 9.88563 0.353653 9.95721 0.354531C10.0244 0.354903 10.0907 0.369582 10.1517 0.397592C10.2128 0.425602 10.2672 0.466298 10.3112 0.516971L11.0651 1.25003C11.1108 1.29672 11.1469 1.35191 11.1713 1.41247C11.2211 1.54686 11.2211 1.69461 11.1713 1.82899C11.1464 1.88929 11.1104 1.94439 11.0651 1.99143L5.06525 7.96007C5.02054 8.0122 4.96514 8.0541 4.90281 8.08294C4.76944 8.13802 4.61967 8.13802 4.4863 8.08294C4.42397 8.0541 4.36857 8.0122 4.32386 7.96007L0.93552 4.58423Z' fill='white'/%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        background-size: 12px;
        background-position: center center;
        transform: scale(1.6);
        transition: 200ms linear;
        opacity: 0;
    }

label.radio-card input[type=radio] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: none;
}

    label.radio-card input[type=radio]:checked + .card-content-wrapper {
        box-shadow: 0 2px 4px 0 rgba(219, 215, 215, 0.5), 0 0 0 2px #17b87c;
        background: #17b87c1f;
    }

        label.radio-card input[type=radio]:checked + .card-content-wrapper .check-icon {
            background: #17b87c;
            border-color: #17b87c;
            transform: scale(1.2);
        }

            label.radio-card input[type=radio]:checked + .card-content-wrapper .check-icon:before {
                transform: scale(1);
                opacity: 1;
            }

    label.radio-card input[type=radio]:focus + .card-content-wrapper .check-icon {
        box-shadow: 0 0 0 4px rgba(48, 86, 213, 0.2);
        border-color: #3056d5;
    }

label.radio-card .card-content img {
    margin-bottom: 10px;
    width: 40%;
}

.card-content {
    text-align: center;
}

label.radio-card .card-content h4 {
    font-size: 16px;
    letter-spacing: -0.24px;
    text-align: center;
    color: #1f2949;
    margin-bottom: 10px;
}

label.radio-card .card-content h5 {
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    color: #686d73;
}



group input[type=radio] {
    opacity: 0;
    width: 100%;
    height: 42px;
    background-color: blue;
    position: relative;
    z-index: 1;
}

group {
    width: auto;
    display: flex;
}

    group .input-container {
        height: 42px;
        width: 100%;
        line-height: 42px;
        text-align: center;
        position: relative;
    }

        group .input-container:first-child label {
            border-radius: 5px 0 0 5px;
        }

        group .input-container:last-child label {
            border-radius: 0 5px 5px 0;
            border-right: 2px solid #CCC;
        }

    group label {
        width: 100%;
        height: 100%;
        position: absolute;
        border: 2px solid #CCC;
        border-right: inherit;
        top: 0;
        left: 0;
        font-family: arial;
        color: #737373;
        margin: 0;
        line-height: 38px;
    }

   /* group input:checked + label {
        background-color: #17b87c;
        top: 0;
        left: 0;
        border: 2px solid #17b87c !important;
        z-index: 2;
        color: white;
        line-height: 38px;
    }*/

.check-price {
    /* font-weight: 600; */
    font-size: 12px;
}

/*.check-price {
    font-weight: 600;
    font-size: 20px;
}*/

/*group input:checked + label:before {
    font-family: "Font Awesome 5 Free";
    content: "\f058";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
}*/

.close-pax {
    position: absolute;
    right: 23px;
    font-size: 17px;
}


.strip_all_tour_list {
    margin-bottom: 30px;
    background-color: #fff;
    display: block;
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 15px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}


.position-relative {
    position: relative !important;
}

.img_list {
    overflow: hidden;
    min-height: 220px;
    text-align: center;
    position: relative;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

@media screen and (min-width: 576px) {
    .package-item {
        width: 100%;
        display: grid;
        grid-template-columns: 22.33% 41% 35.67%;
    }
}

.package-item {
    background-color: #F9F9F9;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 12px;
    overflow: hidden;
    border: 1px solid #ccc;
}

    .package-item .package-image {
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }

figure {
    margin: 0;
}

.destination-notification {
    margin-top: -7px;
    position: inherit;
}

.destination-notification {
    left: -7px;
    margin-top: 30px;
    position: absolute;
    top: 0;
    z-index: 10;
}

    .destination-notification .flag-top02 {
        background: #f5600c;
        color: #fff;
        padding: 3px;
        font-size: 12px;
    }

.package-item .package-content {
    padding: 15px;
    border-right: 1px solid #ccc;
}

.package-item .package-price {
    background-color: rgb(249 249 249);
    padding: 10px 20px;
    text-align: center;
    margin: auto;
}


.box_list figure {
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
    min-height: 310px;
}

.box_list .wrapper {
    padding: 15px 30px 20px;
    min-height: auto;
    position: relative;
}

    .box_grid .wrapper h3, .box_list .wrapper h3 {
        font-size: 1.25rem;
        margin-top: 0;
    }

    .box_grid .price, .box_list .wrapper .price {
        display: inline-block;
        font-weight: 500;
        color: #999;
    }

.price strong {
    color: #32a067;
}

.box_list ul {
    padding: 20px 15px 20px 30px;
    margin-bottom: 0;
}

    .box_grid ul li, .box_list ul li {
        display: inline-block;
        margin-right: 15px;
    }

        .box_grid ul li .score, .box_list ul li .score {
            margin-top: -10px;
        }

.score span {
    display: inline-block;
    position: relative;
    top: 7px;
    font-size: 25px;
    text-align: right;
    line-height: 1.1;
    font-weight: 500;
}

    .score span em {
        display: block;
        font-weight: 400;
        font-size: 12px;
    }

.score strong {
    line-height: 1;
    -webkit-border-radius: 5px 5px 5px 0;
    -moz-border-radius: 5px 5px 5px 0;
    -ms-border-radius: 5px 5px 5px 0;
    border-radius: 5px 5px 5px 0;
    padding: 10px;
}


.list_tours ul {
    list-style: none;
    margin: 0 0 30px 0;
    width: 100%;
    padding: 0;
}

    .list_tours ul li {
        position: relative;
        padding: 5px 5px 10px 85px;
        min-height: 80px;
        width: 100%;
        border-bottom: 1px solid #ededed;
        display: table;
        transition: all 0.2s ease;
        height: 60px;
    }

        .list_tours ul li div {
            display: table-cell;
            vertical-align: middle;
        }

        .list_tours ul li figure {
            width: 60px;
            height: 60px;
            overflow: hidden;
            position: absolute;
            left: 0;
            top: 10px;
        }

        .list_tours ul li h4 {
            font-size: 16px;
            margin: 0;
            padding: 0;
        }

        .list_tours ul li a small {
            color: #777;
            margin: 0;
            padding: 0;
            font-weight: 400;
        }

        .list_tours ul li a .price_list {
            color: #ff3366;
        }

        .list_tours ul li a .price_list {
            font-size: 18px;
            margin-top: -25px;
            color: #ff5a5f;
            font-weight: 400;            
        }

.price_list em {
    color: #999;
    font-size: 14px;
    text-decoration: line-through;
    margin-right: 5px;
    display: inline-block;
    font-style: normal;
}


.box_style_2 {
    padding: 30px 30px 10px 30px;
    margin-bottom: 30px;
    background-color: #f9f9f9;
}

    .box_style_2 h3 {
        background-color: #cc0066;
    }

    .box_style_2 h3 {
        background-color: #65318f;
        color: #fff;
        text-align: center;
        margin: -30px -30px 20px -30px;
        font-size: 24px;
        padding: 20px 0;
    }

        .box_style_2 h3 span {
            color: #FF9;
        }

        .box_style_2 h3 span {
            display: block;
            font-size: 12px;
            margin-top: 5px;
        }

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

#tickets.table th {
    font-weight: 400;
    font-size: 13px;
    color: #999;
}

#tickets.table tr.total_row {
    color: #cc0066;
}

/*.label {
    background: #FF5722;
}*/

.cust-btn {
    float: right;
}

h4, .h4 {
    font-size:16px;
}
    .content-table {
    border-collapse: collapse;
    margin: 7px 0;
    font-size: 0.9em;
    min-width: 100%;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

    .content-table thead tr {
        background-color: royalblue;
        color: #ffffff;
        text-align: left;
        font-weight: bold;
    }

    .content-table th,
    .content-table td {
        padding: 12px 15px;
    }

    #top .content-table th,
    .content-table td {
        padding: 20.5px 15px;
    }

    .content-table.custom th, .content-table.custom td {
        padding: 12px 15px;
    }

    .content-table tbody tr {
        border-bottom: 1px solid #dddddd;
    }

        .content-table tbody tr:nth-of-type(even) {
            background-color: #f3f3f3;
        }

        .content-table tbody tr:last-of-type {
            border-bottom: 2px solid #009879;
        }

        .content-table tbody tr.active-row {
            font-weight: bold;
            color: #009879;
        }

table thead th input[type="checkbox"] {
    display: inline;
    margin: 0;
    height: 20px;
    width: 20px;
}

table tbody td input[type="checkbox"] {
    display: inline;
    margin: 0;
    height: 20px;
    width: 20px;
}



.ul-li-list ul li {
    position: relative;
    padding: 0px;
    min-height: 20px;
    width: 100%;
    border-bottom: 1px solid #ededed;
    display: table;
    transition: all 0.2s ease;
    height: 0px;
}

span > .label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
    background: #6e6e6e;
}

.ag {
    background: #8bc34a00;
    color: #8BC34A;
    padding: 2px 8px;
    border-radius: 3px;
    border: 1px solid #8BC34A;
    max-width: 100%;
    display: flex;
}

.gu {
    background: #2196f300;
    color: #2196F3;
    padding: 2px 8px;
    border-radius: 3px;
    border: 1px solid #2196F3;
}


#style-4::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

#style-4::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

#style-4::-webkit-scrollbar-thumb {
    background-color: #000000;
    border: 2px solid #555555;
}


.ul-li-list {
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    padding: 15px;
    margin-bottom: 20px;
}

@media (max-width: 639px) {
    .room-info {
        border-bottom: 1px solid #e4e4e4;
        border-right: none;
        margin-bottom: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }
}



.GuestTypeChecked {
    background-color: #17b87c !important;
    top: 0;
    left: 0;
    border: 2px solid #17b87c !important;
    z-index: 2;
    color: white;
    line-height: 38px;
}
    /*.GuestTypeChecked + label:before {
        font-family: "Font Awesome 5 Free";
        content: "\f058";
        display: inline-block;
        padding-right: 3px;
        vertical-align: middle;
        font-weight: 900;
      
    }*/

.block-Click {
    
    pointer-events: none !important;
}

    .block-Click .radiocheck {
        cursor: not-allowed !important;
    }
    .block-Click .card-content-wrapper {
        cursor: not-allowed !important;
    }






p .Tooltipdd {
    cursor: pointer;
    color: #7d7d7d;
    position: relative;
    display: inline-block;
    font-size: 20px;
}

p .Tooltipdd::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 4px 6px 0 6px;
    border-style: solid;
    border-color: #CCCCCC transparent transparent transparent;
    z-index: 99;
    margin-top: 8px;
    transform: translateX(-50%) translatey(-100%) rotate(-180deg);
    animation: fade-out 0.2s ease-in forwards;
}

p .Tooltipdd::after {
    content: attr(tooltip-content);
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%) translateY(-100%);
    background: #CCCCCC;
    text-align: center;
    color: #000000;
    padding: 4px 2px;
    font-size: 15px;
    line-height: 1.5em;
    min-width: 19em;
    pointer-events: none;
    padding: 1.5em;
    z-index: 99;
    margin-top: 8px;
    transform: translateX(-50%) translateY(0%);
    animation: fade-out 0.2s ease-in forwards;
}

p .Tooltipdd:hover {
    color: #000000;
}

    p .Tooltipdd:hover::after, p .Tooltipdd:hover::before {
        animation: fade-in 0.2s ease-out forwards;
    }

    p .Tooltipdd.mobileEmailLink::before, p .Tooltipdd.mobileEmailLink::after {
        display: none;
    }

.PayType .input-container .PayTypeA:checked +label {
    background-color: #17b87c !important;
    top: 0;
    left: 0;
    border: 2px solid #17b87c !important;
    z-index: 2;
    color: white;
    line-height: 38px;
}


.AgentType:checked + label {
    background-color: #17b87c !important;
    top: 0;
    left: 0;
    border: 2px solid #17b87c !important;
    z-index: 2;
    color: white;
    line-height: 38px;
}
.DivPaxSelect{
    margin-bottom:10px;
}
.agentTy {
    display: none;
    margin: 0px 0px 15px 0px;
}

.clsh
{
    display:none;
}
#HDFff .myDIV:hover + .clsh {
    display: block !important;
    color: red;
    right: 200px !important;
}


#style-4 .content-table th, .content-table td {
    padding: 7px 15px;
}
.box-box {
    width: 100%;
    margin-bottom: 39px;
    display:none;
}


.modal-dialog {
    width: 900px;
}

@media only screen and (max-width: 600px) {
    .modal-dialog {
        width: 100%;
    }

    h4, .h4 {
        font-size: 12px;
    }
}

label {
    color: #000;
}


.custom-mob-tbl table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
}

    .custom-mob-tbl table caption {
        font-size: 1.5em;
        margin: .5em 0 .75em;
    }

    .custom-mob-tbl table tr {
        background-color: #f8f8f8;
        border: 1px solid #ddd;
        padding: .35em;
    }

    .custom-mob-tbl table th,
    table td {
        padding: 4px;
        /*text-align: center;*/
        position: relative;
    }

.custom-mob-tbl .table thead > tr > th {
    background: #f1f1f1;
    font-size: 15px;
    color: #fff;
}

.custom-mob-tbl table th {
    font-size: 0.70em;
    background: #434343;
    color: #fff;
    height: 50px;
    position: sticky;
    top: -1px;
    z-index: 1;
}

@@media screen and (max-width: 600px) {
    .custom-mob-tbl table {
        border: 0;
    }

    .custom-mob-tbltable .mobile-tr {
        display: none;
    }

    table caption {
        font-size: 1.3em;
    }

    .custom-mob-tbl table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .custom-mob-tbl table tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }

    .custom-mob-tbl table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: right;
    }

        .custom-mob-tbl table td::before {
            content: attr(data-label);
            float: left;
            font-weight: bold;
            text-transform: uppercase;
        }

        .custom-mob-tbl table td:last-child {
            border-bottom: 0;
        }
}

@media screen and (min-width:321px) and (max-width:768px) {
    table {
        border: 0;
    }

    .custom-mob-tbl table .mobile-tr {
        display: none;
    }

    .custom-mob-tbl table caption {
        font-size: 1.3em;
    }

    .custom-mob-tbl table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .custom-mob-tbl table tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }

    .custom-mob-tbl table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: right;
    }

        .custom-mob-tbl table td::before {
            content: attr(data-label);
            float: left;
            font-weight: bold;
            text-transform: uppercase;
        }

    custom-mob-tbl table td:last-child {
        border-bottom: 0;
    }
}


.ed-mob-menu {
    position: relative;
    top: 0px;
    width: 100%;
    background: none;
    padding: 12px 0px;
    box-shadow: none;
    z-index: 999;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 15px;
}

@media only screen and (max-width: 600px) {
    .hotel-single {
        margin-top: 15% !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .modal-dialog {
        width: 100%;
    }
}