﻿html {
    scroll-behavior: smooth;
    background-color: var(--bg_light);
}
/*Marging*/


/* The Modal (background) */
.html-modal {display: none;position: fixed;z-index: 9999999999;padding-top: 100px;left: 0;top: 0;width: 100%;height: 100%;overflow: auto;background-color: rgb(0,0,0);background-color: rgba(0,0,0,0.4);}
/* Modal Content */
.html-modal-content {background-color: #fefefe;margin: auto;padding: 20px;border: 1px solid #888;width: 30%;border-radius: 5px;}
.html-modal-content-photo {background-color: #fefefe;margin: auto;padding: 20px;border: 1px solid #888;width: 70%;}
.html-modal-travel-inquiry {margin: auto;padding: 20px;border: 1px solid rgb(30, 37, 74);width: 30%;border-radius: 4px;color: rgb(255, 255, 255);background-image: linear-gradient(to top, rgb(89, 112, 188), #0D76FA);}
.html-modal-content-review {background-color: #fefefe;font-size: 12px;margin: auto;padding: 20px;border: 1px solid #888;width: 80%;}
/* The Modal (background) */
.html-modal-gallary {display: none;position: fixed;z-index: 1;padding-top: 50px;left: 0;top: 0;width: 100%;height: 100%;overflow: auto;background-color: rgb(0,0,0);background-color: rgba(0,0,0,0.4);}
.html-modal-gallary::-webkit-scrollbar {width: 12px;}
.html-modal-gallary::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);border-radius: 10px;}
.html-modal-gallary::-webkit-scrollbar-thumb {border-radius: 10px;-webkit-box-shadow: inset 0 0 6px #fff;background-color: aqua;border: 1px solid blue;}
.html-modal-content-gallary {background-color: #fefefe;margin: auto;padding: 20px;border: 1px solid #888;width: 80%;}

.html-model-error {
    border: 2px solid #f80b0b;
    border-radius: 4px;
    color: red;
}

.modal-loading-content {
    background-color: #fefefe;
    margin: auto;
    padding: 10px;
    border: 1px solid #ccc;
    width: 53px;
    border-radius: 5px;
}

.model-loading {
    border-radius: 4px;
}
.occupancy-div {
    border: 1px solid #ccc;
    position: absolute;
    padding: 8px;
    z-index: 999999;
    width: 250px;
    /*height: 210px;*/
    background-color: #fff;
    border-radius: 4px;
    left: 0;
    top: 40px;
}
.dropdown_adult {
    position: relative;    
    border: 1px solid var(--dark_blue);  
}

    .dropdown_adult input {
        border: none !important;
        width: 100% !important;
        margin: 0px !important;
    }

.ui-corner-all li a::before {
    /*content: url('../images/searchicon.png');*/
    content:"";
}
/* ===================================== For lables ===================================*/
.yoo-error {
    color: var(--red);
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
}
.yoo-success {
    color: var(--light-green);
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
}
input:disabled {
    opacity: 50%;cursor:not-allowed
}
/* ===================================== For table ===================================*/
.yoo-table {
    background-color: var(--bg_light);
    width: 100%;
}
.yoo-tbl-bordered {
    border: 1px solid #2f3c4f;
    border-collapse: collapse;
    padding: 8px;
}
.yoo-tbl-td-bordered {
    border: 1px solid #2f3c4f;
    border-collapse: collapse;
    padding: 8px;font-size:13px;
}
.yoo-tbl-head {
    padding: 10px;
    background-color: var(--dark_blue);
    color: #fff;
}
/*
table, th, td {
    border: 1px solid #2f3c4f;
    border-collapse: collapse;padding:8px;
}*/
.yoo-form-lable {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 10px;
    font-weight: 500;
    color:var(--dark_blue);
}
.blink_me {
    animation: blinker 1s linear infinite;
}
/* ===================================== For buttons ===================================*/
.yoo-btn {
    background-color: var(--blue);
    padding: 10px;
    margin-top: 10px;
    font-weight: 600;
    border-radius: 4px;
    border: 1px solid var(--white);
    color:var(--white);font-size:14px;
    cursor:pointer;
}
.yoo-btn:hover {cursor:pointer;opacity:60%;color:#000;}
.yoo-btn1 {
    background-color: var(--dark_blue);
    padding: 8px 15px 8px 15px;
    margin-top: 10px;
    font-weight: 500;
    border-radius: 4px;
    border: 1px solid var(--white);
    color: var(--white);
    font-size: 16px;
    cursor: pointer;
}

    .yoo-btn1:hover {
        cursor: pointer;
        opacity: 70%;
        color: #fff;
    }
    /* ===================================== For controls ===================================*/
    .dropdwon-list {
        padding: 5px 5px;
        font-size: 16px;
        font-family: 'Jost';
        font-weight: 500;
        border: 1px solid var(--dark_blue);
        margin: 2px;
        color: var(--dark_blue);
    }
.border-red {border: 4px solid red;}
select::-webkit-scrollbar {background-color: var(--blue);}
.yoo-input-text {margin:2px;padding: 5px 5px;font-size: 16px;font-family: 'Jost';font-weight: 500;border: 1px solid var(--dark_blue);color: var(--dark_blue);width:90%;border-radius:3px;}
.yoo-checkbox {font-family: system-ui, sans-serif;font-size: 2rem;font-weight: bold;line-height: 1.1;grid-template-columns: 1em auto;gap: 0.5em;}
input[type="checkbox"] {background-color: #fff;margin: 0;font: inherit;color: currentColor;width: 1.1em;height: 1.1em;border: 0.15em solid currentColor;border-radius: 0.15em;transform: translateY(-0.075em);}
.custom-file-upload {border: 1px solid var(--dark_blue);display: inline-block;padding: 6px 12px;cursor: pointer;}
/*=========================================Loadin=========================================*/
.loader {border: 16px solid var(--light_gray);border-radius: 50%;border-top: 16px solid var(--blue);width: 20px;height: 20px;-webkit-animation: spin 2s linear infinite; /* Safari */animation: spin 2s linear infinite;}
/* Safari */
@-webkit-keyframes spin {
0% {-webkit-transform: rotate(0deg);}
100% {-webkit-transform: rotate(360deg);}
}
@keyframes spin {
0% {transform: rotate(0deg);}
100% {transform: rotate(360deg);}
}
/* ===================================== For tab ===================================*/
.yoo-tab {
    margin:20px 1px 20px;
    cursor: pointer;
    padding: 10px;
    background: var(--white);
    color: var(--dark_blue);    
    box-shadow: 0px 0px 10px 0px #ccc;
    text-align: center;
    border: 1px solid var(--blue);
    position: relative;
    display: grid;
}
.show-more {
    color: var(--blue);cursor:pointer;
}
.select_room span.fa.fa-star-active {
    color: var(--yellow);
}
.fa-star-active {
    color: var(--yellow);
}
.main-photo {
    max-width: 100%;
    border-radius: 2px;
    padding-right:10px;
    height:96%;
    /*max-height: 386px;*/
}
.main-photo-blog {
    width: 100%;
    border-radius: 4px;
    max-height: 500px;
}
.blog-list-content {
    margin:0 2px 0 20px;
}
    .blog-list-content-img {border-radius:4px;object-fit:cover;width:100%;
    }
.blog-lst-body {width:70%!important;
}
.blog-lst-row {
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dotted #000;
}
.right-grid-photo {
    width: 280px;
    border-radius: 2px;
    margin-bottom: 8px;
}
.whitebg_btn_list:hover {background-color:var(--dark_blue);color:#fff;
}

.login-tab li {
    float: left;
}
.active-lab1 {
    background-color: #ccc;
    color: #333;
}

/********************************** Blog ***********************************/
.yoo-box-shadow {
    box-shadow: 0 0 10px 0px var(--light_gray) !important;
    border-radius: 4px;
    margin-right: 15px;
    padding: 15px;
}
.header-rating-info {
    margin: 0px 0px 10px;
}
.count-review {text-decoration:underline;font-weight:500;margin-right:10px;
}
.review-link {    
    font-weight: 500;
}
.review-link:hover {text-decoration:underline;}
.span-rate {
    width: 40px;
    border: 4px solid var(--blue);
    border-radius: 50%;
    height: 40px;
    display: inline-block;
    color: blue;margin-right:5px;
}
.snap-rate-lbl {font-weight:500;margin-top:5px;margin-left:15px;
}
.span-rate-selected {background-color: var(--blue);}
.review-title{margin-top:20px;
}
.review-img li{width:30%;float:left;margin:5px;
}
.review-img li img {
    width: 100%;border-radius:4px;
}
.review-page-img {margin:20px 20px 0 0;
}
    .review-page-img img {
        width: 100%;
        border-radius: 4px;
        object-fit: cover;
        aspect-ratio: 1.3;
        box-shadow: 0 0 10px 0px var(--light_gray) !important;
    }
.review-list-inbox {
    margin: 15px 0 0 0;    
}
.review-list-inbox span {font-size:14px;display:flow;
    }
.review-list-inbox img {
    width: 45px;
    margin-right: 12px;
    overflow: hidden;
    border-radius: 100px;
}
.ul-review-img {
    list-style: none;
    isplay: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    padding-top: 0px;
}
    .ul-review-img li { float:left;
    }
        .ul-review-img li img { max-height:200px; margin-right:5px;border-radius:4px;
        }

.reviewsfeed {
    padding-top: 05px;
}

.reviews_boxs {
    display: flex;
    padding: 10px 0px;
    gap: 15px; 
}
a.reviews_more {
    width: 100% !important;
    text-align: end;
    display: inline-block;
}
.login-img a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100px;
}
.logo img {
    width: 275px;
    display:block;
}
.margin-1{margin:20px 0 10px;
}
.ul-li-col3 {
    -moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    column-count: 3;
    column-gap: 20px;
    list-style: none;
    list-style-type: none;
}
.ul-li-col2 {
    margin-top:10px;
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
    list-style: none;
    list-style-type: none;
}
.column {
    -ms-flex: 33%; /* IE10 */
    flex: 33%;
    max-width: 33%;
    padding: 0 4px;
}
.column img {
        margin-top: 8px;
        vertical-align: middle;
        width: 100%;
        border-radius: 3px;
        cursor:pointer;
    }

ul.timeline {
    list-style-type: none;
    position: relative;
}
    ul.timeline:before {
        content: ' ';
        background: var(--hr_line_color);
        display: inline-block;
        position: absolute;
        left: 32px;
        width: 2px;
        height: 100%;
        z-index: 1;
    }
ul.timeline > li {margin: 20px 0 50px;padding-left: 70px;}
    ul.timeline > li:before {
        content: ' ';
        background: var(--hr_line_color);
        display: inline-block;
        position: absolute;
        border-radius: 50%;
        border: 1px solid var(--hr_line_color);
        left: 25px;
        width: 15px;
        height: 15px;
        z-index: 1;
    }
.ul-img-lt {margin-top:12px;}
.ul-img-lt li {float:left;}
.ul-img-lt li img {width:160px;height:140px;margin-right:8px;border-radius:4px;}

.ul-img-pkg {
    margin-top: 0px;
}
    .ul-img-pkg li {
        float: left;width:97%;
    }
        .ul-img-pkg li:hover {cursor:pointer;
        }
        .ul-img-pkg img {
            width: 100%;
            height: 120px;
            margin-right: 8px;
            border-radius: 4px;
            object-fit:cover;
        }
.pkg-rt-img {
}
.pkg-amt {   
    background: green;
    color: #fff;
    padding: 10px 0 10px 15px;
    margin-bottom: 10px;font-weight:700;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}
.fix-enq {
    top: 23%;
    right: 8%;    
}
    .pkg-amt strong {
        white-space: nowrap;
        font-weight: 400;
    }
    .pkg-enq {
        background-color: #fff;
        margin-left: 20px;
        border: 1px solid #ccc;
        padding: 20px;
        border-radius: 4px;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        /* position: fixed;
    z-index: 1000000;
    bottom: 17%;
    right: 10%;*/
    }
.pkg-more-img {
    position: relative;
    top: -40px;    
    left: 20px;
    color: #fff;
    background: #000;
    font-size: 15px;
    padding: 3px 10px 3px 10px;
    border-radius: 4px;
}
.pkg-add-wishlist {
    position: absolute;    
    color: var(--dark_blue);
    background: #fff;
    font-size: 15px;
    right:20px;
    margin-top:10px;
    padding: 3px 10px 3px 10px;
    border-radius: 4px;
}
.destination {
    padding-left: 8px;
    border-left: 1px solid var(--hr_line_color);
    margin-left: 8px;
}
#overDetailDiv li {
    list-style:disc;margin-left:35px;
}
#hotelDetailDiv li {
    list-style: disc;
    margin-left: 35px;
}

.hotel-dtl-panel {
    border-top: 1px solid var(--hr_line_color);
    padding: 20px 0 20px;
}
.topLinks {
    position: fixed;
    top: 82px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 8px;
    background-color: var(--dark_blue);color:#fff;
}
.ul-top-link li {
    float: left;
    margin-right: 5px;
}
    .ul-top-link li a {color: #fff;font-size:14px;}
    .ul-top-link li a:hover {text-decoration:underline;}
    .ul-top-link li:not(:last-child):after {
        content: " |"
    }
.anch-view-detail {
    text-align: center;
    background-color: forestgreen;
    color: #fff;
    cursor: pointer;
    padding: 10px;
    border-radius: 4px;
    font-weight: 600;
    text-decoration: none;
}
    .anch-view-detail:hover {
        text-decoration: none;
        background-color: forestgreen;
    }
.room-price {
    text-transform: none;
    white-space: nowrap;
    background-color: green;
    padding: 5px;
    color: #fff;    
    border-radius: 4px;
}
.room-price-off {
    text-align:center;
    white-space: nowrap;
    background-color: red;
    padding: 3px;
    color: #fff;font-weight:600;
    border-radius: 10px;
}
.info-title{
    position: relative;
    display: inline-block;
    /*margin-top: 20px;*/
}
.info-title[title]:hover::after {
    content: attr(title);
    position: absolute;
    top: -100%;margin-bottom:100px;border-radius:4px;
    left: 0;width:max-content;border:1px solid #000;padding:5px;background:var(--dark_blue);color:#fff;
}
    /*.info-title::after {
        content: "";
        position: absolute;
        height: 20px;
        width: 20px;
        background: var(--dark_blue);
        bottom: -10px;
        transform: rotate(45deg);
        left: 40%;
    }*/
.room-msg {
    border: 1px solid;
    z-index: 1;
    position: absolute;
    text-align: right;
    margin: 5px 0 0 10px;
    background-color: red;
    padding: 5px 8px 5px 8px;
    color: #fff;
    border-radius: 4px;
}
.info-1 {
    position: absolute;
    right: 50px;
    top: 10px;
}
    /*************************** Restaurant ****************************/
    .icon-orange {
        color: orange;
    }

.icon-green {
    color: darkgreen;
}
.rest-info {
    list-style: none;
    list-style-type: none;
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
}
.rest-cate-group {
    list-style: none;
    list-style-type: none;
    border-bottom: 0px dotted #ccc;
    padding-bottom: 5px;
}
.rest-cate-group-li {
    margin-top: 5px;
}
.restaurant-category {
    list-style: none;
    list-style-type: none;
    -moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    column-count: 3;
    column-gap: 20px;
}
.board-type-name {
    background-color: orangered;
    color: #fff;
    padding: 10px;
    border-radius: 4px;
    margin: 8px 0 8px;width:fit-content;
}

.header-user-menu {
    border: 1px solid var(--light_gray);
    width: max-content;
    padding: 10px;
    position: absolute;
    top: 40px;
    left: 30px;
    background: var(--dark_blue);
    border-radius: 5px;
    color: #fff;
}
.showme {
    display: none;
}
.usermenu li:hover {text-decoration: underline;cursor: pointer;}
.header-user-menu::before {content: "";position: absolute;height: 20px;width: 20px;
    background: var(--dark_blue);
    top: -10px;
    transform: rotate(45deg);
    left: 11%;
}
.cart-lt {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 8px;
}
.cart-rt {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 8px 10px 8px 20px;
    margin-left:12px;
}
.cart-not-allow-msg {
    color: #fff;
    background: var(--red);
    width: fit-content;font-weight:500;
    padding: 5px 20px 5px 20px;
}
.cart-price-info {
    position: absolute;
    background: var(--dark_blue);
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    margin-left: 15px; 
}
.cart-price-info::before {content: "";position: absolute;height: 15px;width: 15px;background: var(--dark_blue);left: -8px;transform: rotate(45deg);}
.board-type {color:red;}
.color-dark-blue {color: var(--dark_blue);}
.tooltip {position: relative;display: inline-block;}
.tooltip .tooltiptext {visibility: hidden;background-color: #555;color: #fff;text-align: left;border-radius: 6px;padding: 10px 15px 10px 15px;position: absolute;z-index: 1;bottom: 125%;left: 50%;margin-left: -60px;opacity: 0;transition: opacity 0.3s;font-size:16px;width:max-content;}
.tooltip .tooltiptext::after {content: "";position: absolute;top: 100%;left: 10%;margin-left: -5px;border-width: 5px;border-style: solid;border-color: #555 transparent transparent transparent;}
.tooltip:hover .tooltiptext {visibility: visible;opacity: 1;}

@media only screen and (min-width:1600px) {
    .container {
            max-width: 1440px;
            width: 100%;
        }
    }

    @media only screen and (max-width: 1100px) {
        .fix-enq {
            position: unset;
            width: 300px;
            right: 2%;
        }

        .col8-1 {
            width: 100%;
        }

        .pkgsideimg {
            display: none;
        }

        .destination {
            padding-left: 0px;
            border-left: 0px solid var(--hr_line_color);
            margin-left: 0px;
        }

        .right-grid-photo {
            display: none;
        }

        .blog-lst-body {
            width: 85% !important;
        }
        .cart-rt {            
            margin-left: 5px;margin-top:10px;
        }

    }

    @media only screen and (max-width: 800px) {
        .fix-enq {
            position: unset;
            width: 300px;
            right: 2%;
        }

        .col8-1 {
            width: 100%;
        }

        .pkgsideimg {
            display: none;
        }

        .destination {
            padding-left: 0px;
            border-left: 0px solid var(--hr_line_color);
            margin-left: 0px;
        }

        .right-grid-photo {
            display: none;
        }

        .room-price-off {
            font: 12px;
        }

        .blog-lst-body {
            width: 90% !important;
        }
        .ul-top-link li a {font-size:14px;
        }
        .cart-rt {
            margin-left: 0px;
            margin-top: 10px;
        }
    }

    @media only screen and (max-width: 600px) {
        .ul-li-col3 {
            -moz-column-count: 2;
            -moz-column-gap: 20px;
            -webkit-column-count: 2;
            -webkit-column-gap: 20px;
            column-count: 2;
            column-gap: 20px;
            list-style: none;
            list-style-type: none;
        }

        .ul-img-lt li img {
            width: 100%;
            margin-right: 8px;
            border-radius: 4px;
        }

        .fix-enq {
            position: unset;
            width: 300px;
            right: 2%;
        }

        .right-grid-photo {
            display: none;
        }

        .col8-1 {
            width: 100%;
        }

        .pkgsideimg {
            display: none;
        }

        .room-price-off {
            font: 12px;
        }

        .blog-lst-body {
            width: 95% !important;
        }
        .ul-top-link li a {
            font-size: 13px;
        }
        .cart-rt {
            margin-left: 0px;
            margin-top: 10px;
        }
    }

    @media only screen and (max-width: 991px) {
        .food_list {
            width: 90%;
        }

        .food_image img {
            width: 65px;
            height: 65px;
        }
    }

    @media only screen and (max-width: 767px) {
        ul.food_menu_top {
            display: block;
        }
    }


