﻿body {
}


.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: flex;
    zoom: 1;
}

    .slick-track:before, .slick-track:after {
        content: "";
        display: table;
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

    .slick-slide img {
        display: flex;
    }
 
    .slick-slide.dragging img {
        pointer-events: none;
    }

.slick-initialized .slick-slide {
    display: flex;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

/* Arrows */
.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 15px;
    width: 15px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: #fff !important;
    top: 50%;
    margin-top: -10px;
    padding: 0;
    z-index: 9;
    border: none;
    outline: none;
}

.slick-prev {
    left: 51%;
    border: solid #fff;
    border-width: 0 5px 5px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.slick-next {
    right: 15px;
    border: solid #fff;
    border-width: 0 5px 5px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.review-card {
    background: white;
    margin: 0px 0.5px 0px 0.5px;
    width: 50%;
    display: table-cell !important;
}

@media(max-width:767px){
    .slick-prev{
        left: 3%;
    }
    .slick-track {
        display: block;
    }
}

.text-rotate {
    word-break: break-word;
    padding-bottom: 30px !important;
    padding-left: 3px;
    padding-right: 3px;
}

.pv-splash_text {
    height: 70px !important;
    width: 70px !important;
}


.slick-current .text-group {
    display: none;
    opacity: 0;
}

.slick-current .pv-splash_text {
    display: none;
    opacity: 0;
}








.fa.fa-hover-hidden {
    color: red;
}

.fa.fa-hover-show {
    color: red;
}

* > .fa.fa-hover-show,
*:hover > .fa.fa-hover-hidden {
    display: none;
}

*:hover > .fa.fa-hover-show {
    display: inline-block;
}

.new {
    margin: 10px 80px;
}

.mailtable {
    width: 100%;
}

    .mailtable td, th {
        border: 1px solid #dddddd;
        text-align: left;
        padding: 8px;
    }

    .mailtable tr:nth-child(even) {
        background-color: #dddddd;
    }


table {
    border-collapse: collapse;
    position: relative;
    width: 100%;
}

thead {
    position: relative;
    top: 0;
}

.thead--is-fixed {
    display: table;
    position: fixed;
    top: 0;
}











/*PV-map tooltip*/

.map-tooltip {
    position: relative;
    display: inline-block;
}

    .map-tooltip .orange-text {
        background-color: #fc7900 !important;
    }

    .map-tooltip .green-text {
        background-color: #1aa391 !important;
    }

    .map-tooltip .map-tooltiptext {
        visibility: hidden;
        width: 150px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: 50%;
        margin-left: -75px;
    }

    .map-tooltip .orange-text::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #fc7900 transparent transparent transparent;
    }

    .map-tooltip .green-text::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #1aa391 transparent transparent transparent;
    }

    .map-tooltip:hover .map-tooltiptext {
        visibility: visible;
    }



.orange-label-text {
    color: #fc7900;
    margin-left: 10px;
    font-weight: 600;
}

.green-label-text {
    color: #1aa391;
    margin-left: 10px;
    font-weight: 600;
}
.yellow-label-text {
    color: #E8E800;
    margin-left: 10px;
    font-weight: 600;
}



/*PV page CSS start*/

.body_height {
    height: 600px !important;
    overflow-y: scroll;
    overflow-x: hidden;
}

#get_review_model ul.pagination li {
    border: 0px solid rgb(51, 51, 51);
    width: auto;
}

.rating_numbers {
    color: #1aa391;
    font-size: 16px;
    font-weight: bold;
}

.green_line {
    color: #1aa391;
    margin: 0px 5px;
}

.name {
    font-weight: bold;
}

.main_bg {
    background: #e1e1e1cc;
    padding: 5px 15px 10px 15px;
    margin-top: 5px;
    display: block;
}

.ratings {
    background: #dbdbdb;
    padding: 10px 15px;
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
    margin-right: 20px;
}

    .ratings::after {
        content: "";
        position: absolute;
        top: 10px;
        right: -10px;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 10px solid #dbdbdb;
        display: block;
        width: 0;
    }

.swal-button--cancel {
    color: #fff;
}

.swal-button--confirm {
    background-color: #1aa391 !important;
}

.amenityListRight {
    padding: 5px 10px 5px 0px;
    color: #1c272e;
    font-size: 10px;
    float: left;
    font-family: 'mont-bold' !important;
}

.dataTables_wrapper .table thead th {
    min-width: 80px;
}

.amenityListRight-b-icon {
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 20px;
}

.cust-date-rate-tbn a.slide-btn:hover {
    background: #fff !important;
    box-shadow: inset 14.5em 0 0 0 #fff;
}


.pv-year-sele-btn .active {
    box-shadow: unset;
    background: #fff;
    color: #1c272e !important;
    border: 1px solid #fc7900 !important;
}

.cust-vp-hightlight ul li i {
    background: #fc7900;
}

a.cust-enquery {
    text-decoration: underline;
}

.table-responsive {
    overflow-x: unset !important;
}

@media(min-width:1024px) and (max-width:1199px) {
    .table-responsive {
        overflow-x: auto !important;
    }
}

@media(min-width:768px) and (max-width:1023px) {
    .cusr-text-owl .owl-prev {
        left: 50%;
    }
}

.nav_tablist .nav-tabs .nav-item.show .nav-link, .nav_tablist .nav-tabs .nav-link.active {
    background-color: #fc7900 !important;
    box-shadow: 0px 4px 0px #fec794 !important;
}

.position-relative .es-text {
    width: fit-content;
}

.carousel_img img {
    width: 49.8%;
    height: 360px;
    object-fit: cover;
}

.banner-slider .carousel-control-prev {
    width: 2% !important;
    height: 20px !important;
    top: 48% !important;
    margin-left: 50%;
}

.banner-slider .carousel-control-next {
    width: 3% !important;
    height: 20px !important;
    top: 48% !important;
}

.carousel-inner .carousel-item {
    transition: -webkit-transform 1.5s ease;
    transition: transform 1.5s ease;
    transition: transform 1.5s ease, -webkit-transform 1.5s ease;
}

#btn_fav {
    border-radius: 5px !important;
}

#myDIV .btn {
    background-color: #fff;
    color: #fc7900;
    border: 1px solid #fc7900;
    cursor: pointer;
    font-family: 'mont-bold';
    font-size: 14px !important;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
    border-radius: 2px !important;
}

/* active (pressed) buttons are grey */
#myDIV .active {
    background-color: #fc7900;
    color: white;
}

/* light coral when clicked */
#myDIV .btn.active:active {
    background-color: #fff;
}

/* NOT active buttons are light grey --  see .btn class */
/* ... blue box shadow on hover */
#myDIV .btn:not(.active):hover {
    background-color: #fff;
}

/* ... light blue when clicked */
#myDIV .btn:not(.active):active {
    background-color: #fff;
}

@media only screen and (min-width : 200px) and (max-width : 767px) {
    .carousel_img img {
        width: 49.3%;
        object-fit: none;
        height: 200px;
    }

    .text-group {
        bottom: 2%;
        right: 2%;
        max-width: 44%;
    }

    .pricepp p {
        line-height: 18px;
        margin-top: 5px;
    }

    .es-text p {
        line-height: 18px;
    }

    .packages {
        padding: 5px 0px;
    }
}

@media(max-width:480px) {
    .page-link {
        padding: 0.5rem 0.25rem;
        font-size: 10px;
    }

    .slick-slide img{
        height: 200px;
    }
}

@media only screen and (min-width : 481px) and (max-width : 767px) {
    .page-link {
        padding: 0.5rem 0.5rem;
        font-size: 14px;
    }
}

@media only screen and (min-width : 768px) {
    .page-link {
        padding: 0.5rem 0.65rem;
        font-size: 14px;
    }
}

@media only screen and (min-width : 767.98px) and (max-width : 999.99px) {
    .carousel_img img {
        width: 49.7%;
        object-fit: none;
    }
}

@media only screen and (min-width : 1000px) and (max-width : 1180px) {
    .carousel_img img {
        width: 49.77%;
        object-fit: none;
    }
}

.pvcust-jhn tr th {
    font-weight: 600;
    vertical-align:middle !important;
}

.islandcust-jh.slide-btn:focus {
    background: #fff !important;
    color: #bd2130 !important;
}
.allow-pv.room_allocation {
    /*width: 100%;*/
}
.cust-PackageNamepv {
    position: relative;
}
h6.PackageName.cust-resultj {
    float: left;
}


.tooltip1 .tooltiptextwid {
    width: 180px;
    margin-left: -90px;
}


.table td {
    padding: 0.05rem 0.75rem;
}


.tbl_rate tbody {
    border-bottom: 1px solid #dee2e6;
    border-left: 1px solid #eef0f4;
    border-right: 1px solid #eef0f4;
    color: #111111cf;
}










@media(min-width: 1200px) {
    #tblData_wrapper table.dataTable th:nth-child(1) {
        width: 300px;
        text-align: center;
        padding: 0px
    }

    #tblData_wrapper table.dataTable th:nth-child(2) {
        width: 82px;
        text-align: center;
        padding: 0px
    }

    #tblData_wrapper table.dataTable th:nth-child(3) {
        width: 80px;
        text-align: center;
        padding: 0px
    }

    #tblData_wrapper table.dataTable th:nth-child(4) {
        width: 80px;
        text-align: center;
        padding: 0px
    }

    #tblData_wrapper table.dataTable th:nth-child(5) {
        width: 80px;
        text-align: center;
        padding: 0px
    }

    #tblData_wrapper table.dataTable th:nth-child(6) {
        width: 80px;
        text-align: center;
        padding: 0px
    }

    #tblData_wrapper table.dataTable th:nth-child(7) {
        width: 130px;
        text-align: center;
        padding: 0px
    }


    #tblData_wrapper table.dataTable td:nth-child(1) {
        width: 300px;
        text-align: center;
        vertical-align: middle;
    }

    #tblData_wrapper table.dataTable td:nth-child(2) {
        width: 82px;
        text-align: center;
        vertical-align: middle;
    }

    #tblData_wrapper table.dataTable td:nth-child(3) {
        width: 80px;
        text-align: center;
        vertical-align: middle;
    }

    #tblData_wrapper table.dataTable td:nth-child(4) {
        width: 80px;
        text-align: center;
        vertical-align: middle;
    }

    #tblData_wrapper table.dataTable td:nth-child(5) {
        width: 80px;
        text-align: center;
        vertical-align: middle;
    }

    #tblData_wrapper table.dataTable td:nth-child(6) {
        width: 80px;
        text-align: center;
        vertical-align: middle;
    }

    #tblData_wrapper table.dataTable td:nth-child(7) {
        width: 130px;
        min-width: 130px;
        max-width: 130px;
        text-align: right;
        vertical-align: middle;
    }
}


.dataTables_wrapper .table thead .header-wid .notbold {
    font-family: 'Mont Regular' !important;
    font-weight: 400 !important;
}

.dataTables_wrapper .table thead .header-wid1 .notbold {
    font-family: 'Mont Regular' !important;
    font-weight: 400 !important;
}

.dataTables_wrapper .table thead .header-wid {
    width: 40%;
    height: 100%;
    padding: 5px;
    vertical-align: middle;
}

.dataTables_wrapper .table thead .header-wid1 {
    height: 100%;
    padding: 5px;
    vertical-align: middle;
}


@media(max-width:1199px){
    #tblData_wrapper{
        width: 900px !important;
    }
        #tblData_wrapper table.dataTable th:nth-child(1) {
            width: 300px;
            text-align: center;
            padding: 0px
        }

        #tblData_wrapper table.dataTable th:nth-child(2) {
            width: 80px;
            text-align: center;
            padding: 0px
        }

        #tblData_wrapper table.dataTable th:nth-child(3) {
            width: 80px;
            text-align: center;
            padding: 0px
        }

        #tblData_wrapper table.dataTable th:nth-child(4) {
            width: 80px;
            text-align: center;
            padding: 0px
        }

        #tblData_wrapper table.dataTable th:nth-child(5) {
            width: 80px;
            text-align: center;
            padding: 0px
        }

        #tblData_wrapper table.dataTable th:nth-child(6) {
            width: 80px;
            text-align: center;
            padding: 0px
        }

        #tblData_wrapper table.dataTable th:nth-child(7) {
            width: 130px;
            text-align: center;
            padding: 0px
        }


        #tblData_wrapper table.dataTable td:nth-child(1) {
            width: 300px;
            text-align: center;
            vertical-align: middle;
        }

        #tblData_wrapper table.dataTable td:nth-child(2) {
            width: 80px;
            text-align: center;
            vertical-align: middle;
        }

        #tblData_wrapper table.dataTable td:nth-child(3) {
            width: 80px;
            text-align: center;
            vertical-align: middle;
        }

        #tblData_wrapper table.dataTable td:nth-child(4) {
            width: 80px;
            text-align: center;
            vertical-align: middle;
        }

        #tblData_wrapper table.dataTable td:nth-child(5) {
            width: 80px;
            text-align: center;
            vertical-align: middle;
        }

        #tblData_wrapper table.dataTable td:nth-child(6) {
            width: 80px;
            text-align: center;
            vertical-align: middle;
        }

        #tblData_wrapper table.dataTable td:nth-child(7) {
            width: 130px;
            min-width: 130px;
            max-width: 130px;
            text-align: right;
            vertical-align: middle;
        }
}



@media(max-width:480px){
    #tbl_review_paginate ul.pagination li {
        margin-right: 10px;
    }
}


#checks1 label {
    margin: 2px 15px 2px 5px
}

@media(min-width:576px){
    #checks1 {
        padding: 20px;
    }
}



.tooltip3 {
    position: relative;
    display: inline-block;
    line-height: 1;
    height: 33px;
}

    .tooltip3 .tooltiptext3 {
        visibility: hidden;
        width: 180px;
        margin-left: -90px;
        background-color: #fc7900;
        color: #fff;
        text-align: left;
        border-radius: 6px;
        padding: 10px;
        position: absolute;
        z-index: 1;
        top: 125%;
        left: 50%;
    }

    .tooltip3 .tooltiptext3::after {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent #fc7900 transparent;
    }

    .tooltip3:hover .tooltiptext3 {
        visibility: visible;
    }


.tbl_rate td {
    border-top: unset;
    font-size: 12px;
}



.swal-overlay {
    left: -16px !important;
}


@media(min-width:768px) {
    .desk_view {
        display: block !important;
    }

    .mob_view {
        display: none !important;
    }

    .note-text {
        display: none;
    }
}

@media(max-width:767px) {
    .desk_view {
        display: none !important;
    }

    .mob_view {
        display: block !important;
    }

    .margin120 {
        height: 90px;
        background: transparent;
        right: 0%;
    }

    .caption-text .es-text {
        background: #1aa391a1;
    }

    .pricepp h1 span, .pricepp p {
        width: fit-content;
    }

    .nav_tablist .nav-tabs {
        padding: 10px 0px 8px;
    }
}


img.img-wid {
    width: 100%;
    height: 200px;
}


.cust-date-rate-tbn .slide-btn:hover {
    background: #fff !important;
    box-shadow: inset 14.5em 0 0 0 #fff;
}


@media (min-width: 1200px) and (max-width: 1450px) {
    .text-group {
        bottom: 10%;
    }
}






