﻿/* ***** Common Css **** */
:root {
    scroll-behavior: initial;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

img {
    display: block;
}

figure {
    margin: 0;
}

a, button {
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    text-decoration: none;
}

body {
    font-family: "Montserrat", sans-serif;
    /*font-family: "Lato", sans-serif;*/
    font-size: 14px;
    font-weight: 400;
    color: #000;
    background: #F7F7F7;
    text-decoration: none;
}

.slick-track, .slick-initialized {
    opacity: 1 !important;
}

.slick-slider {
    opacity: 0;
}

.slick-initialized.slick-slider {
    opacity: 1;
}

.main-wrpper {
    height: 100%;
    width: 100%;
}

.container {
    max-width: 1170px;
}
/* ***** End Common Css **** */

/* **** Header **** */
header {
    position: relative;
    top: 0px;
    left: 0;
    right: 0;
    background: #0A1F2D;
    padding: 10px 0;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}

    header .container {
        max-width: 1370px;
    }

.navbar .container .navbar-brand,
.navbar .container-fluid .navbar-brand {
    margin-left: 0;
}

.navbar-brand {
    float: none;
    height: auto;
    padding: 0;
}

    .navbar-brand h1 {
        margin: 0;
        font-size: 24px;
        font-weight: 600;
        color: #fff;
        line-height: 150%;
        display: flex;
        align-items: center;
    }

        .navbar-brand h1 a {
            padding: 10px 20px;
            border-radius: 8px;
            border: 1px solid rgba(255, 255, 255, 0.10);
            display: flex;
            align-items: center;
            font-size: 14px;
            line-height: 150%;
            font-weight: 500;
            color: #fff;
            width: fit-content;
            margin: 0 0 0 10px;
        }

            .navbar-brand h1 a img {
                width: 18px;
                margin: 0 0 0 20px;
            }

            .navbar-brand h1 a:hover {
                color: #fff;
                background: #1D89D1;
                border-color: #1D89D1;
            }

    .navbar-brand h6 {
        margin: 5px 0 0;
        font-size: 12px;
        font-weight: 500;
        color: #fff;
        line-height: 150%;
    }

.navbar {
    background: transparent;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}

.nav-row {
    display: flex;
    align-items: center;
    width: 100%;
}

.navbar-light .navbar-nav {
    margin: 0 0 0 auto;
}

    .navbar-light .navbar-nav li {
        margin-right: 16px;
    }

        .navbar-light .navbar-nav li:last-child {
            margin-right: 0;
        }

    .navbar-light .navbar-nav .nav-link {
        padding: 10px 20px;
        color: #fff;
        line-height: 150%;
        font-size: 14px;
        border-radius: 8px;
        border: 1px solid rgba(255, 255, 255, 0.10);
        font-weight: 500;
        display: flex;
        align-items: center;
        transition: 0.4s linear;
        -webkit-transition: 0.4s linear;
    }

        .navbar-light .navbar-nav .nav-link img {
            margin: 0 0 0 20px;
        }

.navbar .navbar-nav li a:hover {
    color: #fff;
    background: #1D89D1;
    border-color: #1D89D1;
}

.navbar .navbar-nav .active a,
.navbar .navbar-nav .active a:hover {
    color: #fff;
    background: #1D89D1;
    border-color: #1D89D1;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
    background: #1D89D1;
    border-color: #1D89D1;
}

.navbar-light .navbar-nav li .form-control {
    padding: 10px 40px 10px 20px;
    border-radius: 8px;
    border: none;
    background: #1D89D1;
    color: #fff;
    box-shadow: none;
    font-size: 14px;
    font-weight: 500;
    -webkit-appearance: none;
    background-image: url('../images/down-ic.svg');
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center right 15px;
}
/* **** End Header **** */

/* **** toggler **** */
.navbar-light .navbar-toggler {
    background-color: transparent;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    border: none;
    height: 40px;
    width: auto;
    padding: 0;
}

    .navbar-light .navbar-toggler:focus {
        box-shadow: none;
        outline: none;
    }

    .navbar-light .navbar-toggler .navbar-toggler-icon {
        background-image: unset;
    }

.navbar-toggler:active, .navbar-toggler:focus {
    outline: none;
}

.navbar-light .navbar-toggler-icon {
    width: 24px;
    height: 18px;
    background-image: none;
    position: relative;
    border-bottom: 2px solid #fff;
    transition: all 300ms linear;
}

    .navbar-light .navbar-toggler-icon:after,
    .navbar-light .navbar-toggler-icon:before {
        width: 24px;
        position: absolute;
        height: 2px;
        background-color: #fff;
        top: 0;
        left: 0;
        content: "";
        z-index: 2;
        transition: all 300ms linear;
    }

    .navbar-light .navbar-toggler-icon:after {
        top: 8px;
    }

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}
/* **** End toggler **** */

/* **** Home Page **** */
.hero-banner {
    padding: 27px 0 10px;
    position: relative;
}

    .hero-banner .container {
        max-width: 1370px;
    }

    .hero-banner .row {
        margin: 0 -8px;
    }

        .hero-banner .row .col-md-5, .hero-banner .row .col-md-7, .hero-banner .row .col-md-6 {
            padding: 0 8px;
        }

.banner-img {
    position: relative;
}

    .banner-img img {
        width: 100%;
        height: 440px;
        border-radius: 16px;
        object-fit: cover;
    }

.banner-img-sml {
    position: relative;
    margin: 0 0 16px;
}

    .banner-img-sml img {
        width: 100%;
        height: 210px;
        border-radius: 16px;
        object-fit: cover;
    }

.view-all {
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(2px);
    border-radius: 16px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .view-all a {
        font-size: 18px;
        font-weight: 700;
        color: #fff;
        line-height: 150%;
        text-align: center;
        margin: 0 auto;
        display: table;
    }

        .view-all a span {
            display: block;
        }

        .view-all a:hover {
            color: #1D89D1;
        }

.filter-wrp {
    padding: 0;
    position: relative;
}

.filter-row {
    padding: 16px;
    border-radius: 20px;
    background: #1D89D1;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    position: relative;
}

.filter-box {
    padding: 0 8px;
    /*width: 16.66%;*/
    width: 19.66%;
}

    .filter-box p {
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        text-align: right;
        margin: 0 0 5px;
        display: none;
    }

    .filter-box .form-group {
        margin: 0;
    }

        .filter-box .form-group label {
            font-size: 14px;
            font-weight: 600;
            color: #fff;
            display: block;
            margin: 0 0 10px;
        }

.input-bx {
    position: relative;
}

.filter-box .form-control {
    padding: 11px 15px;
    border-radius: 8px;
    border: none;
    height: auto;
    background-color: #fff;
    font-size: 12px;
    font-weight: 600;
    color: #091923;
}

    .filter-box .form-control.datepicker {
        background-image: url('../images/date-ic.svg');
        background-repeat: no-repeat;
        background-size: 34px;
        background-position: center right 3px;
        cursor: pointer;
    }

#ui-datepicker-div {
    display: none;
    background-color: #fff;
    box-shadow: 0 0.125rem 0.5rem rgba(0,0,0,0.1);
    margin-top: 0.25rem;
    border-radius: 0.5rem;
    padding: 0.5rem;
}

.filter-box table {
    border-collapse: collapse;
    border-spacing: 0;
}

.ui-datepicker-calendar thead th {
    padding: 0.25rem 0;
    text-align: center;
    font-size: 0.75rem;
    font-weight: 400;
    color: #78909C;
}

.ui-datepicker-calendar tbody td {
    width: 2.5rem;
    text-align: center;
    padding: 0;
}

    .ui-datepicker-calendar tbody td a {
        display: block;
        border-radius: 0.25rem;
        line-height: 2rem;
        transition: 0.3s all;
        color: #546E7A;
        font-size: 0.875rem;
        text-decoration: none;
    }

        .ui-datepicker-calendar tbody td a:hover {
            background-color: #f5f5f5;
        }

        .ui-datepicker-calendar tbody td a.ui-state-active {
            background-color: #1D89D1;
            color: white;
        }

.ui-datepicker-header a.ui-corner-all {
    cursor: pointer;
    position: absolute;
    top: 0;
    width: 2rem;
    height: 2rem;
    margin: 0.5rem;
    border-radius: 0.25rem;
    transition: 0.3s all;
}

    .ui-datepicker-header a.ui-corner-all:hover {
        background-color: #ECEFF1;
    }

.ui-datepicker-header a.ui-datepicker-prev {
    left: 0;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-size: 0.5rem;
    background-position: 50%;
    transform: rotate(180deg);
}

.ui-datepicker-header a.ui-datepicker-next {
    right: 0;
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==');
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: 50%;
}

.ui-datepicker-header a > span {
    display: none;
}

.ui-datepicker-title {
    text-align: center;
    line-height: 2rem;
    margin-bottom: 0.25rem;
    font-size: 0.875rem;
    font-weight: 500;
    padding-bottom: 0.25rem;
}

.ui-datepicker-week-col {
    color: #78909C;
    font-weight: 400;
    font-size: 0.75rem;
}

.qty-input {
    color: #000;
    background: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}

    .qty-input .product-qty,
    .qty-input .qty-count {
        background: transparent;
        color: inherit;
        font-weight: bold;
        font-size: inherit;
        border: none;
        display: inline-block;
        min-width: 0;
        height: 40px;
        line-height: 1;
    }

        .qty-input .product-qty:focus,
        .qty-input .qty-count:focus {
            outline: none;
        }

    .qty-input .product-qty {
        width: 50px;
        min-width: 0;
        display: inline-block;
        text-align: center;
        -webkit-appearance: textfield;
        -moz-appearance: textfield;
        appearance: textfield;
    }

        .qty-input .product-qty::-webkit-outer-spin-button, .qty-input .product-qty::-webkit-inner-spin-button {
            -webkit-appearance: none;
            appearance: none;
            margin: 0;
        }

    .qty-input .qty-count {
        padding: 0;
        cursor: pointer;
        width: 32px;
        height: 32px;
        line-height: 32px;
        background: rgba(9, 25, 35, 0.08);
        color: #1D89D1;
        font-size: 14px;
        border-radius: 8px;
        overflow: hidden;
        position: relative;
        margin: 2px 3px 0;
    }

    .qty-input .qty-count--add:after {
        transform: rotate(90deg);
    }

    .qty-input .qty-count:disabled {
        color: #ccc;
        background: #f2f2f2;
        cursor: not-allowed;
        border-color: transparent;
    }

        .qty-input .qty-count:disabled:before, .qty-input .qty-count:disabled:after {
            background: #ccc;
        }

.filter-box .btn-main {
    padding: 9px 20px;
    display: block;
    text-align: center;
    border-radius: 8px;
    border: 1px solid #FFFFFF;
    background: #091923;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    width: 100%;
}

    .filter-box .btn-main:hover {
        background: #fff;
        color: #1D89D1;
    }

.pincodebox .form-control {
    padding: 11px 45px 11px 15px;
}

.pincodebox button {
    border-radius: 8px;
    width: 32px;
    height: 32px;
    background: #091923;
    line-height: 32px;
    border: none;
    color: #fff;
    text-align: center;
    font-size: 14px;
    position: absolute;
    top: 5px;
    right: 3px;
}

    .pincodebox button:hover {
        background: #1D89D1;
        color: #fff;
    }

.listing-wrp {
    padding: 40px 0;
}

.hotel-mini-block {
    padding: 16px;
    background: #fff;
    border-radius: 16px;
    margin: 0 0 24px;
}

    .hotel-mini-block .hotel-img img {
        width: 100%;
        border-radius: 16px;
    }

    .hotel-mini-block .hero__arrows2,
    .hotel-mini-block .hero__arrows {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 12px auto 0;
        gap: 16px;
    }

        .hotel-mini-block .hero__arrows2 .hero__arrow,
        .hotel-mini-block .hero__arrows .hero__arrow {
            width: 32px;
            height: 32px;
            line-height: 32px;
            border-radius: 8px;
            border: 1px solid #EFEFEF;
            text-align: center;
            color: #1D89D1;
            display: block;
            cursor: pointer;
            font-size: 16px;
            font-weight: 500;
            transition: .4s linear;
            -webkit-transition: .4s linear;
        }

            .hotel-mini-block .hero__arrows2 .hero__arrow:hover,
            .hotel-mini-block .hero__arrows .hero__arrow:hover {
                background: #1D89D1;
                border-color: #1D89D1;
                color: #fff;
            }

.hotel-more-detailsbox h6 {
    font-size: 12px;
    font-weight: bold;
    position: relative;
    color: #fff;
    background: #D11D1D;
    text-transform: uppercase;
    line-height: 150%;
    border-radius: 0;
    margin: 0 0 5px;
    display: table;
    padding: 4px 5px 4px 12px;
}

    .hotel-more-detailsbox h6:after {
        position: absolute;
        content: '';
        border-radius: 0 8px 0 0;
        border-top: 26px solid #D11D1D;
        border-right: 20px solid transparent;
        right: -20px;
        top: 0;
    }

.room-header {
    display: flex;
    align-items: center;
    margin: 0 0 12px;
}

    .room-header h2, .room-name-title {
        margin: 0;
        font-size: 20px;
        font-weight: 600;
        color: #091923;
        line-height: 150%;
    }

    .room-header h3 {
        margin: 0 0 0 auto;
        font-size: 12px;
        font-weight: 600;
        color: #091923;
        line-height: 120%;
    }

        .room-header h3 span {
            display: block;
            opacity: 0.70;
            font-size: 10px;
            color: #8C8C8C;
            text-transform: uppercase;
            text-align: center;
        }

.room-details p {
    margin: 0 0 16px;
    font-size: 12px;
    font-weight: 500;
    color: #8C8C8C;
    line-height: 150%;
    opacity: 0.70;
}

    .room-details p a {
        color: #1D89D1;
        font-weight: 600;
    }

        .room-details p a:hover {
            color: #111;
            text-decoration: underline;
        }

.in-room-plan-box {
    margin: 0 0 16px;
    padding: 16px;
    border-radius: 12px;
    border: 1px solid #EBEBEB;
}

.room-planhead {
    margin: 0 0 12px;
}

    .room-planhead .row {
        align-items: center;
    }

.include-title h3 {
    font-size: 16px;
    font-weight: 600;
    opacity: 0.70;
    color: #091923;
    line-height: 150%;
    margin: 0;
    display: flex;
    align-items: center;
}

    .include-title h3 img {
        max-width: 20px;
        margin: 0 0 0 10px;
    }

.include-title h4 {
    margin: 0;
    font-size: 12px;
    font-weight: 500;
    opacity: 0.84;
    color: #00B548;
    line-height: 150%;
}

.price-room {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

    .price-room figure {
        min-width: 24px;
        margin: 0 0 0 5px;
        width: 24px;
    }

    .price-room h4 {
        margin: 0;
        text-align: right;
        font-size: 16px;
        font-weight: 600;
        color: #091923;
        line-height: 120%;
    }

        .price-room h4 span {
            display: block;
            font-size: 12px;
            font-weight: 500;
            color: #8C8C8C;
            text-decoration: line-through;
        }

.select-room-rw {
    padding: 6px 6px 6px 16px;
    background: #E8F3FA;
    border-radius: 8px;
}

    .select-room-rw .row {
        align-items: center;
    }

    .select-room-rw h2 {
        margin: 0;
        font-size: 14px;
        font-weight: 600;
        color: #091923;
        line-height: 150%;
    }

    .select-room-rw .btn-group {
        justify-content: flex-end;
        align-items: flex-end;
        display: flex;
    }

        .select-room-rw .btn-group .qty-input .qty-count {
            width: 20px;
            height: 20px;
            line-height: 20px;
            font-size: 12px;
            background: #E8F3FA;
            margin: 0px 3px 0;
        }

            .select-room-rw .btn-group .qty-input .qty-count:hover {
                background: #1D89D1;
                color: #fff;
                border-color: #1D89D1;
            }

        .select-room-rw .btn-group .qty-input .product-qty {
            font-size: 12px;
            color: #1D89D1;
            height: 24px;
            opacity: 0.70;
            width: 30px;
        }

.room-inmember-rw ul li {
    padding: 12px 0;
    border-bottom: 1px solid #EBEBEB;
}

    .room-inmember-rw ul li:last-child {
        border: none;
        padding: 12px 0 0;
    }

    .room-inmember-rw ul li .row {
        align-items: center;
    }

    .room-inmember-rw ul li h3 {
        font-size: 12px;
        font-weight: bold;
        color: #091923;
        margin: 0;
        text-transform: uppercase;
    }

    .room-inmember-rw ul li .inrombx {
        display: flex;
        align-items: center;
    }

        .room-inmember-rw ul li .inrombx h4 {
            font-size: 12px;
            font-weight: 600;
            color: #091923;
            margin: 0 10px 0 0;
            opacity: 0.70;
        }

        .room-inmember-rw ul li .inrombx .qty-input {
            padding: 4px;
            border-radius: 8px;
            border: 1px solid #EBEBEB;
        }

            .room-inmember-rw ul li .inrombx .qty-input .qty-count {
                width: 28px;
                min-width: 28px;
                height: 28px;
                line-height: 28px;
                border: 1px solid #EBEBEB;
                font-size: 12px;
                background: transparent;
                margin: 0px 0 0;
            }

                .room-inmember-rw ul li .inrombx .qty-input .qty-count:hover {
                    background: #E8F3FA;
                    color: #1D89D1;
                    border-color: #E8F3FA;
                }

            .room-inmember-rw ul li .inrombx .qty-input .product-qty {
                font-size: 12px;
                color: #1D89D1;
                height: 28px;
                width: 35px;
            }

.soldout {
    /*opacity: 0.40;*/
    opacity: 0.8;
}

label.sold-bx {
    padding: 8px 15px;
    border-radius: 8px;
    background: #F7F7F7;
    display: block;
    text-align: center;
    width: 100%;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #8C8C8C;
    line-height: 150%;
}

.soldout .price-room h4 {
    display: flex;
    align-items: center;
}

    .soldout .price-room h4 span {
        margin: 0 0 0 5px;
    }

.notebox h5 {
    display: table;
    margin: 0 0 12px;
    padding: 6px 16px;
    border-radius: 8px;
    background: rgba(209, 29, 29, 0.08);
    border: 1px solid #D11D1D;
    font-size: 12px;
    font-weight: 600;
    line-height: 150%;
    color: #B50300;
}

.single-pack .room-planhead {
    margin: 0;
}

.luxary-room-box h6 {
    padding: 4px 15px 4px 12px;
    border-radius: 0 15px 15px 0;
}

    .luxary-room-box h6:after {
        display: none;
    }

.inner-side {
    position: sticky;
    top: 20px;
    left: 0;
    right: 0;
}

.book-summary-box {
    padding: 16px;
    background: #fff;
    border-radius: 16px;
}

    .book-summary-box h2 {
        font-size: 16px;
        font-weight: 600;
        color: #091923;
        margin: 0 0 16px;
        opacity: 0.70;
    }

    .book-summary-box .row {
        margin: 0 -4px;
    }

        .book-summary-box .row .col-md-12, .book-summary-box .row .col-md-6 {
            padding: 0 4px;
        }

.chackinbx {
    background: #F7F7F7;
    border-radius: 8px;
    border: 1px solid #EBEBEB;
    margin: 0 0 8px;
    padding: 10px;
}

    .chackinbx h3 {
        font-size: 14px;
        font-weight: 600;
        color: #091923;
        line-height: 150%;
        margin: 0;
    }

        .chackinbx h3 span {
            display: block;
            font-size: 12px;
            color: #8C8C8C;
        }

    .chackinbx h4 {
        margin: 0;
        display: flex;
        align-items: center;
        font-size: 12px;
        line-height: 150%;
        color: #8C8C8C;
        width: 100%;
        font-weight: 600;
    }

        .chackinbx h4 span {
            margin: 0 0 0 auto;
            font-size: 14px;
            color: #091923;
        }

.room-selectbox {
    border-radius: 8px;
    padding: 10px;
    background: #E8F3FA;
    margin: 0 0 15px;
}

    .room-selectbox h3 {
        font-size: 12px;
        font-weight: 600;
        color: #091923;
        opacity: 0.70;
        margin: 0 0 10px;
    }

    .room-selectbox ul li {
        padding: 8px 16px;
        border-radius: 12px;
        background: #fff;
        margin: 0 0 8px;
        display: flex;
        align-items: center;
    }

        .room-selectbox ul li:last-child {
            margin: 0;
        }

.room-infbx {
    width: 45%;
}

    .room-infbx h4 {
        font-size: 12px;
        font-weight: 600;
        color: #091923;
        line-height: 150%;
        margin: 0;
    }

        .room-infbx h4 span {
            font-size: 12px;
            font-weight: 500;
            color: #8C8C8C;
            display: block;
        }

.remove-btn {
    min-width: 30px;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    line-height: 30px;
    text-align: center;
    background: #F7F7F7;
    font-size: 14px;
    color: #8C8C8C;
    margin: 0 0 0 auto;
}

    .remove-btn:hover {
        background: #1D89D1;
        color: #fff;
    }

.total-block table {
    margin: 0 0 15px;
}

    .total-block table tbody tr td {
        padding: 8px 8px;
        background: #F7F7F7;
        font-size: 12px;
        font-weight: 500;
        color: rgba(9, 25, 35, 0.70);
        border: none;
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
        vertical-align: middle;
    }

        .total-block table tbody tr td:first-child {
            border-radius: 8px 0 0 8px;
        }

        .total-block table tbody tr td:last-child {
            border-radius: 0 8px 8px 0;
            text-align: right;
            color: #091923;
            font-weight: 600;
        }

    .total-block table tbody tr:nth-child(even) td {
        background: #fff;
    }

    .total-block table tbody tr td h3 {
        margin: 0;
        font-size: 14px;
        font-weight: 600;
        color: #1D89D1;
        line-height: 120%;
    }

        .total-block table tbody tr td h3 span {
            display: block;
            font-size: 12px;
            font-weight: 500;
            color: #091923;
            opacity: 0.70;
        }

    .total-block table tbody tr.pricebx td {
        background: #E8F3FA;
    }

    .total-block table tbody tr td h4 {
        margin: 0;
        font-size: 16px;
        font-weight: 600;
        line-height: 150%;
        color: rgba(9, 25, 35, 0.70);
    }

    .total-block table tbody tr td h5 {
        font-size: 20px;
        font-weight: 600;
        color: #00B548;
        line-height: 150%;
        margin: 0;
        text-align: right;
        min-width: 130px;
    }

.book-summary-box .btn-main {
    padding: 10px 15px;
    border-radius: 8px;
    border: none;
    background: #1D89D1;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    display: block;
    width: 100%;
}

    .book-summary-box .btn-main:hover {
        background: #000;
        color: #fff;
    }

footer {
    background: #152835;
    padding: 20px 0;
}

    footer ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        footer ul li a {
            font-size: 14px;
            font-weight: 500;
            color: #fff;
            display: block;
        }

            footer ul li a:hover {
                opacity: 0.70;
            }

.copyright {
    padding: 20px 0;
    background: #091923;
}

    .copyright p {
        margin: 0;
        text-align: center;
        font-size: 14px;
        font-weight: 500;
        color: #fff;
    }

        .copyright p a {
            color: #fff;
        }

            .copyright p a:hover {
                color: rgba(255, 255, 255, 0.70);
            }
/* **** End Home Page **** */

/* **** Payment Page **** */
.payment-wrp {
    padding: 24px 0;
}

.payments-accept-rw .accordion .accordion-item {
    margin: 0 0 20px;
    background-color: transparent;
    border: none;
    background: #fff;
    padding: 16px;
    border-radius: 16px;
}

    .payments-accept-rw .accordion .accordion-item .accordion-button {
        font-size: 18px;
        color: #091923;
        font-weight: 700;
        padding: 0 50px 0 0;
        background-color: transparent;
        position: relative;
    }

        .payments-accept-rw .accordion .accordion-item .accordion-button a {
            font-size: 12px;
            font-weight: 600;
            color: #1D89D1;
            margin: 0 0 0 auto;
        }

        .payments-accept-rw .accordion .accordion-item .accordion-button:not(.collapsed) {
            background-color: transparent;
            box-shadow: none;
        }

        .payments-accept-rw .accordion .accordion-item .accordion-button:focus {
            box-shadow: none;
        }

        .payments-accept-rw .accordion .accordion-item .accordion-button::after {
            display: none;
        }

        .payments-accept-rw .accordion .accordion-item .accordion-button:before {
            position: absolute;
            content: "\f077";
            font-family: "Font Awesome 5 Pro";
            right: 0;
            top: 50%;
            font-size: 16px;
            color: #8C8C8C;
            height: 30px;
            width: 30px;
            font-weight: 500;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
            -webkit-transition: all 0.3s linear;
            transition: all 0.3s linear;
        }

        .payments-accept-rw .accordion .accordion-item .accordion-button.collapsed:before {
            content: "\f078";
        }

.payments-accept-rw .accordion .accordion-body {
    padding: 20px 0 0;
}

.room-inforw {
    padding: 0 0 16px;
    border-bottom: 1px solid #EBEBEB;
    margin: 0 0 16px;
}

    .room-inforw:last-child {
        margin: 0;
        border: none;
        padding: 0;
    }

.room-data h6 {
    font-size: 12px;
    font-weight: 600;
    color: #8C8C8C;
    line-height: 150%;
    margin: 0;
}

    .room-data h6 span {
        color: #00B548;
        opacity: 0.70;
    }

.room-data h3 {
    font-size: 14px;
    font-weight: 600;
    color: #091923;
    line-height: 150%;
    margin: 0;
}

.room-data p {
    margin: 0;
    font-size: 12px;
    font-weight: 600;
    color: #8C8C8C;
}

.fill-details h6 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0 0 10px;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    color: #8C8C8C;
    opacity: 0.70;
    line-height: 110%;
}

    .fill-details h6 span {
        font-size: 12px;
        font-weight: 600;
        color: #091923;
        margin: 0 5px;
        text-transform: capitalize;
    }

        .fill-details h6 span:last-child {
            margin: 0 0 0 5px;
        }

.fill-details .form-group {
    margin: 0;
}

    .fill-details .form-group .form-control {
        padding: 8px 16px;
        background: #F7F7F7;
        border-radius: 8px;
        border: 1px solid #EBEBEB;
        font-size: 12px;
        font-weight: 500;
        color: #8C8C8C;
        line-height: 150%;
        height: auto;
        box-shadow: none;
    }

.fill-details .row {
    margin: 0 -8px;
}

    .fill-details .row .col-md-6 {
        padding: 0 8px;
    }

.listing-deals ul li {
    margin: 0 0 16px;
}

    .listing-deals ul li:last-child {
        margin: 0;
    }

    .listing-deals ul li .custom-radiobx [type="radio"]:checked + label, .listing-deals ul li .custom-radiobx [type="radio"]:not(:checked) + label {
        padding: 0 00 0 30px;
    }

.booking-extra {
    padding: 12px 16px;
    border-radius: 16px;
    border: 1px solid #EBEBEB;
    margin: 0 0 16px;
}

    .booking-extra:last-child {
        margin: 0;
    }

.booking-top {
    margin: 0 0 16px;
}

    .booking-top .row {
        align-items: center;
    }

.booking-rwinbx {
    display: flex;
}

    .booking-rwinbx .hotel-img {
        min-width: 55px;
        margin-right: 15px;
    }

        .booking-rwinbx .hotel-img img {
            width: 55px;
            height: 55px;
            border-radius: 8px;
            object-fit: cover;
        }

.hotel-dt h3 {
    font-size: 14px;
    font-weight: 600;
    color: #091923;
    line-height: 150%;
    margin: 0;
}

.hotel-dt p {
    margin: 0;
    font-size: 12px;
    font-weight: 500;
    color: #8C8C8C;
    line-height: 150%;
}

.booking-price h4 {
    margin: 0;
    text-align: right;
    font-size: 16px;
    font-weight: 600;
    color: #091923;
    line-height: 150%;
}

.add-row {
    display: flex;
    align-items: center;
}

    .add-row .form-group {
        margin: 0 16px 0 0;
        display: flex;
        align-items: center;
    }

        .add-row .form-group:last-child {
            margin: 0;
        }

        .add-row .form-group label {
            font-size: 12px;
            font-weight: 600;
            color: #091923;
            opacity: 0.70;
            margin: 0 10px 0 0;
        }

        .add-row .form-group .qty-input {
            padding: 4px;
            border-radius: 8px;
            border: 1px solid #EBEBEB;
        }

            .add-row .form-group .qty-input .qty-count {
                width: 28px;
                height: 28px;
                line-height: 28px;
                border: 1px solid #EBEBEB;
                font-size: 12px;
                background: transparent;
                margin: 0px 0 0;
            }

                .add-row .form-group .qty-input .qty-count:hover {
                    background: #E8F3FA;
                    color: #1D89D1;
                    border-color: #E8F3FA;
                }

            .add-row .form-group .qty-input .product-qty {
                font-size: 12px;
                color: #1D89D1;
                height: 28px;
                width: 35px;
            }

.date-select-rw ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

    .date-select-rw ul li {
        margin-right: 20px;
    }

        .date-select-rw ul li:last-child {
            margin: 0;
        }

.booking-botom .row {
    align-items: center;
}

.custom-chack .styled-checkbox {
    position: absolute;
    opacity: 0;
}

    .custom-chack .styled-checkbox + label {
        position: relative;
        cursor: pointer;
        padding: 0;
        margin: 0;
        font-size: 14px;
        font-weight: 500;
        color: #8C8C8C;
    }

        .custom-chack .styled-checkbox + label:before {
            content: "";
            margin-right: 10px;
            display: inline-block;
            vertical-align: text-top;
            width: 20px;
            min-width: 20px;
            height: 20px;
            box-shadow: none;
            background: #fff;
            border: 2px solid #C0C0C0;
            border-radius: 6px;
        }

    .custom-chack .styled-checkbox:checked + label {
        color: #091923;
    }

        .custom-chack .styled-checkbox:checked + label:after {
            content: "\f00c";
            font-family: "Font Awesome 5 Pro";
            position: absolute;
            left: 0px;
            top: 0px;
            background: #1D89D1;
            color: #fff;
            font-size: 10px;
            font-weight: normal;
            text-align: center;
            line-height: 17px;
            box-shadow: none;
            border-radius: 6px;
            width: 20px;
            height: 20px;
            border: 2px solid #1D89D1;
        }

.pay-cmn-box {
    margin: 0 0 20px;
    padding: 16px;
    border-radius: 16px;
    background: #fff;
}

    .pay-cmn-box h2 {
        font-size: 18px;
        font-weight: bold;
        color: #091923;
        line-height: 150%;
        margin: 0 0 20px;
    }

    .pay-cmn-box .form-group {
        position: relative;
        margin: 0 0 16px;
    }

        .pay-cmn-box .form-group label {
            display: block;
            font-size: 14px;
            font-weight: 600;
            color: #091923;
            line-height: 140%;
            margin: 0 0 5px;
        }

        .pay-cmn-box .form-group .form-control {
            padding: 12px 15px;
            background: #F7F7F7;
            border-radius: 8px;
            border: 1px solid #EBEBEB;
            height: auto;
            box-shadow: none;
            font-size: 12px;
            font-weight: normal;
            color: #000;
        }

            .pay-cmn-box .form-group .form-control::placeholder {
                color: #8C8C8C;
            }

        .pay-cmn-box .form-group select.form-control {
            -webkit-appearance: none;
            background-image: url('../images/down-ic2.svg');
            background-repeat: no-repeat;
            background-size: 13px;
            background-position: center right 15px;
        }

span.error-msg {
    font-size: 12px;
    font-weight: 500;
    color: #D11D1D;
    display: none;
}

.pay-cmn-box .form-group.error-bx .form-control {
    border-color: #D11D1D;
    color: #D11D1D;
}

.error-bx span.error-msg {
    display: block;
}

.card-select-rw ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

    .card-select-rw ul li {
        margin-right: 25px;
    }

        .card-select-rw ul li:last-child {
            margin: 0;
        }

.custom-radiobx [type="radio"]:checked,
.custom-radiobx [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

    .custom-radiobx [type="radio"]:checked + label,
    .custom-radiobx [type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 25px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        color: #8C8C8C;
        font-size: 14px;
        font-weight: 500;
    }

    .custom-radiobx [type="radio"]:checked + label {
        color: #091923;
    }

        .custom-radiobx [type="radio"]:checked + label:before,
        .custom-radiobx [type="radio"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 20px;
            height: 20px;
            border: 1px solid #C0C0C0;
            border-radius: 100%;
            background: #fff;
        }

        .custom-radiobx [type="radio"]:checked + label:after,
        .custom-radiobx [type="radio"]:not(:checked) + label:after {
            content: '';
            width: 12px;
            height: 12px;
            background: #1D89D1;
            position: absolute;
            top: 4px;
            left: 4px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        .custom-radiobx [type="radio"]:checked + label:before {
            border-color: #1D89D1;
        }

    .custom-radiobx [type="radio"]:not(:checked) + label:after {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    .custom-radiobx [type="radio"]:checked + label:after {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

.pay-cmn-box .form-group .custom-chack .styled-checkbox + label {
    margin: 0;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    color: #8C8C8C;
    line-height: 150%;
}

    .pay-cmn-box .form-group .custom-chack .styled-checkbox + label a {
        color: #091923;
        font-weight: 600;
    }

.pay-cmn-box .btn-main {
    padding: 10px 30px;
    border-radius: 8px;
    border: none;
    background: #1D89D1;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    max-width: 330px;
    width: 100%;
    text-align: center;
    display: table;
    margin: 0 auto;
}

    .pay-cmn-box .btn-main:hover {
        background: #000;
        color: #fff;
    }

.secure-box {
    margin: 0 auto;
}

    .secure-box p {
        font-size: 14px;
        font-weight: 600;
        color: #091923;
        text-align: center;
        margin: 0 auto 10px;
    }

    .secure-box img {
        max-width: 170px;
        margin: 0 auto;
        width: 100%;
    }

.pay-sidebar {
    padding: 16px;
    border-radius: 16px;
    background: #fff;
}

    .pay-sidebar h3 {
        font-size: 14px;
        font-weight: 600;
        color: #091923;
        line-height: 150%;
        opacity: 0.70;
        margin: 0 0 15px;
    }

.hotel-contact h2 {
    font-size: 18px;
    font-weight: bold;
    color: #091923;
    line-height: 150%;
    margin: 0;
}

.hotel-contact p {
    font-size: 12px;
    font-weight: 500;
    color: #8C8C8C;
    line-height: 150%;
    margin: 0 0 12px;
}

.hotel-contact a {
    display: table;
}

.hotel-contact h6 {
    font-size: 12px;
    font-weight: 600;
    color: #8C8C8C;
    line-height: 150%;
    margin: 0 0 12px;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}

    .hotel-contact h6 i {
        margin-right: 5px;
    }

    .hotel-contact h6:hover {
        color: #111;
    }

.pay-sidebar .chackinbx h3, .pay-sidebar .chackinbx h4 {
    margin: 0;
    opacity: 1;
}

.pay-sidebar .chackinbx {
    padding: 5px 5px 5px 10px;
}

    .pay-sidebar .chackinbx h4 span {
        margin: 0 auto;
    }

.pay-sidebar .btn-change {
    padding: 6px 12px;
    background: #091923;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
}

    .pay-sidebar .btn-change:hover {
        background: #333;
        color: #fff;
    }

.rooms-inbox {
    padding: 10px;
    background: #E8F3FA;
    border-radius: 8px;
    margin: 0 0 15px;
}

.inner-roombx {
    margin: 0 0 8px;
    padding: 8px 16px;
    background: #fff;
    border-radius: 8px;
}

    .inner-roombx:last-child {
        margin: 0;
    }

    .inner-roombx h3 {
        font-size: 12px;
        font-weight: 600;
        color: #091923;
        text-transform: uppercase;
        opacity: 0.70;
        text-transform: uppercase;
        margin: 0 0 8px;
    }

    .inner-roombx ul li {
        padding: 8px 0;
        display: flex;
        align-items: center;
        border-bottom: 1px solid #EBEBEB;
    }

        .inner-roombx ul li:last-child {
            border: none;
            padding: 8px 0 0;
        }

.inright, .inleft {
    width: 50%;
}

.inner-roombx ul li h4 {
    font-size: 12px;
    font-weight: 600;
    color: #091923;
    line-height: 150%;
    margin: 0;
}

.inner-roombx ul li p {
    margin: 0;
    font-size: 12px;
    font-weight: 500;
    color: #8C8C8C;
    line-height: 150%;
}

.inner-roombx ul li .inright {
    text-align: right;
}

.book-summary-box.pay-sidebar .total-block table {
    margin: 0;
}

.promo-codebx {
    margin: 20px 0 0;
    padding: 16px;
    background: #fff;
    border-radius: 16px;
}

    .promo-codebx h2 {
        font-size: 18px;
        font-weight: bold;
        color: #091923;
        line-height: 150%;
        margin: 0 0 10px;
    }

    .promo-codebx .form-group {
        margin: 0;
        position: relative;
    }

        .promo-codebx .form-group .form-control {
            padding: 11px 46px 11px 16px;
            background: #F7F7F7;
            border-radius: 8px;
            border: none;
            box-shadow: none;
            height: auto;
            font-size: 12px;
            font-weight: 500;
            /*text-transform: uppercase;*/
            color: #000;
            line-height: 150%;
        }

            .promo-codebx .form-group .form-control::placeholder {
                color: #8C8C8C;
            }

        .promo-codebx .form-group button {
            border-radius: 8px;
            width: 32px;
            height: 32px;
            background: #091923;
            line-height: 32px;
            border: none;
            color: #fff;
            text-align: center;
            font-size: 14px;
            position: absolute;
            top: 5px;
            right: 3px;
        }

            .promo-codebx .form-group button:hover {
                background: #1D89D1;
                color: #fff;
            }

.filter-btn {
    padding: 8px 15px;
    border-radius: 3px;
    background: #1D89D1;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    display: none;
    width: fit-content;
}

    .filter-btn i {
        margin-right: 5px;
    }

    .filter-btn:hover {
        background: #111;
        color: #fff;
    }

.btn-closefilter {
    position: absolute;
    top: 15px;
    right: 20px;
    color: #fff;
    font-size: 18px;
    display: none;
}
/* **** End Payment Page **** */

/* **** Mobile Sticky **** */
.mobile-stickybox {
    padding: 0;
    background: #1D89D1;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 120;
    align-items: center;
    display: none;
}

.mobile-left {
    display: flex;
    padding: 10px 15px;
    width: 70%;
}

    .mobile-left a.infobox {
        font-size: 18px;
        color: #fff;
        margin-right: 10px;
        display: table;
        height: auto;
    }

.mobile-right {
    margin: 0 0 0 auto;
}

.btn-book {
    padding: 26px 30px;
    background: #152835;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #fff;
    height: 100%;
    max-width: 100px;
    min-width: 80px;
    width: 80px;
}

    .btn-book:hover {
        background: #333;
        color: #fff;
    }

.bookdt h3 {
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    margin: 0;
    line-height: 20px;
}

.bookdt h4 {
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    color: #fff;
    margin: 0;
}

.bookdt p {
    margin: 0;
    font-size: 10px;
    font-weight: 600;
    color: #fff;
    opacity: 0.70;
}

.expand-more {
    padding: 0;
    background: #1D89D1;
    position: fixed;
    bottom: -100%;
    left: 0;
    right: 0;
    padding: 10px 15px;
    z-index: 119;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    transition: all .3s ease;
}

    .expand-more.show-sidebar {
        bottom: 71px;
    }

.expand-rw {
    display: flex;
    align-items: center;
    width: 100%;
}

.expand-lft {
    width: 65%;
}

.expand-rgt {
    width: 35%;
}

.expand-lft h3 {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    margin: 0;
    line-height: 150%;
}

.expand-lft p {
    font-size: 12px;
    font-weight: normal;
    color: rgba(255, 255, 255, 0.70);
    line-height: 150%;
    margin: 0;
}

    .expand-lft p .btnedt {
        color: #fff;
        margin: 0 0 0 5px;
    }

.expand-rgt h4 {
    font-size: 14px;
    margin: 0;
    font-weight: 600;
    color: #fff;
    text-align: right;
}

    .expand-rgt h4 a {
        margin: 0 0 0 5px;
        color: #152835;
    }

.expand-more .total-block {
    max-width: 100%;
    width: 100%;
}

    .expand-more .total-block table {
        margin: 0 0 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.60);
    }

        .expand-more .total-block table tbody tr:nth-child(even) td,
        .expand-more .total-block table tbody td {
            border: none;
            background: transparent;
            color: #fff;
            padding: 5px 0;
        }

        .expand-more .total-block table tbody tr td:last-child {
            color: #fff;
        }

        .expand-more .total-block table tbody tr td h3 {
            color: #fff;
        }

            .expand-more .total-block table tbody tr td h3 span {
                color: rgba(255, 255, 255, 0.80);
            }
/* **** End Mobile Sticky **** */

.modal-dialog {
    max-width: 1000px;
    width: 100%;
}

.modal-content {
    background: #fff;
    border-radius: 0;
    border: none;
}

.more-info-wrp {
    position: relative;
}

    .more-info-wrp h1 {
        padding: 15px;
        background: #1D89D1;
        font-size: 16px;
        font-weight: 500;
        color: #fff;
        text-transform: uppercase;
        margin: 0;
        display: flex;
        align-items: center;
        width: 100%;
    }

        .more-info-wrp h1 .btn-close {
            padding: 0;
            height: auto;
            width: auto;
            border: none;
            color: #fff;
            font-size: 16px;
            margin: 0 0 0 auto;
            opacity: 1;
            background: transparent;
        }

    .more-info-wrp .nav-tabs {
        border: none;
        border-bottom: 1px solid #EBEBEB;
    }

        .more-info-wrp .nav-tabs li {
            margin: 0;
        }

            .more-info-wrp .nav-tabs li a {
                padding: 15px 15px;
                font-size: 14px;
                font-weight: 600;
                color: #091923;
                position: relative;
                border: none;
                border-radius: 0;
            }

        .more-info-wrp .nav-tabs .nav-item.show .nav-link, .more-info-wrp .nav-tabs .nav-link.active {
            background: #E8F3FA;
            color: #091923;
        }

    .more-info-wrp .tab-content {
        min-height: 250px;
    }

.mobile-promo {
    margin: 0 0 20px;
    display: none;
}

.filter-box.filter-tablet.show-promo {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    padding: 25px;
    border-radius: 0px;
    width: 100%;
}

    .filter-box.filter-tablet.show-promo .form-group {
        margin: 0;
    }

        .filter-box.filter-tablet.show-promo .form-group .form-control {
            box-shadow: none;
            border: 1px solid #e0e0e0;
        }

.btn-clpro {
    position: absolute;
    top: 15px;
    right: 25px;
    color: #111;
    font-size: 16px;
    display: none;
}














/* ************** Responsive css ********************* */
@media(min-width:1201px) and (max-width:1400px) {
    .navbar-brand h1 {
        font-size: 18px;
    }

        .navbar-brand h1 a {
            display: flex;
            font-size: 12px;
            padding: 8px 15px;
        }

    .navbar-light .navbar-nav li {
        margin-right: 15px;
    }

    .navbar-light .navbar-nav .nav-link {
        padding: 5px 10px;
        font-size: 14px;
        border-radius: 3px;
    }

    .navbar-light .navbar-nav li .form-control {
        padding: 5px 20px 5px 10px;
        font-size: 14px;
        border-radius: 3px;
        background-size: 10px;
        background-position: center right 5px;
    }
}

@media(min-width:1025px) and (max-width:1200px) {
    .navbar-brand h1 {
        font-size: 18px;
    }

        .navbar-brand h1 a {
            display: flex;
            font-size: 12px;
            padding: 8px 15px;
        }

    .navbar-light .navbar-nav li {
        margin-right: 15px;
    }

    .navbar-light .navbar-nav .nav-link {
        padding: 5px 10px;
        font-size: 14px;
        border-radius: 3px;
    }

    .navbar-light .navbar-nav li .form-control {
        padding: 5px 20px 5px 10px;
        font-size: 14px;
        border-radius: 3px;
        background-size: 10px;
        background-position: center right 5px;
    }

    .banner-img-sml img, .banner-img img, .filter-row {
        border-radius: 10px;
    }

    .room-inmember-rw ul li .col-md-4 {
        width: 50%;
    }

        .room-inmember-rw ul li .col-md-4:first-child {
            width: 100%;
        }

    .room-inmember-rw ul li h3 {
        margin: 0 0 10px;
    }

    .soldout .price-room h4 {
        display: block;
    }

    .total-block table tbody tr td {
        font-size: 12px;
        padding: 5px;
    }

        .total-block table tbody tr td h5 {
            font-size: 14px;
            min-width: 60px;
        }

        .total-block table tbody tr td h4 {
            font-size: 14px;
        }

    .date-select-rw ul li {
        margin-right: 10px;
    }
}

@media(min-width:768px) and (max-width:1024px) {
    .navbar-brand {
        max-width: 200px;
    }

        .navbar-brand h1 {
            font-size: 14px;
        }

            .navbar-brand h1 a {
                padding: 5px 5px;
                font-size: 10px;
                border-radius: 3px;
                display: none;
            }

                .navbar-brand h1 a img {
                    width: 14px;
                    margin: 0 0 0 10px;
                }

        .navbar-brand h6 {
            word-break: break-all;
            white-space: initial;
            font-size: 10px;
            margin: 0;
        }

    .navbar-light .navbar-nav li {
        margin-right: 10px;
    }

    .navbar-light .navbar-nav .nav-link {
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 3px;
    }

    .navbar-light .navbar-nav li .form-control {
        padding: 5px 20px 5px 10px;
        font-size: 12px;
        border-radius: 3px;
        background-size: 10px;
        background-position: center right 5px;
    }

    .btn-clpro {
        display: block;
    }

    .banner-img img {
        height: 260px;
        border-radius: 6px;
    }

    .banner-img-sml img {
        height: 120px;
        border-radius: 6px;
    }

    .filter-row {
        border-radius: 6px;
        padding: 10px;
    }

    .view-all a {
        font-size: 14px;
        font-weight: 600;
    }

    .banner-img-sml img, .banner-img img {
        border-radius: 6px;
    }

    .filter-btn {
        display: block;
    }

    .filter-row {
        border-radius: 10px;
        padding: 25px 15px 10px;
    }

        .filter-row.show-sidebar {
            left: 0;
        }

    .filter-box {
        width: 20%;
    }

        .filter-box .btn-main, .filter-box .form-group {
            margin: 0 0 15px;
        }

    body.show-sidebar {
        overflow: hidden;
    }

    .btn-closefilter {
        display: block;
    }

    .filter-box p {
        display: block;
    }

    .filter-box.filter-tablet {
        display: none;
    }

    .listing-wrp {
        padding: 25px 0;
    }

    .hotel-mini-block {
        padding: 10px;
        border-radius: 10px;
    }

        .hotel-mini-block .hotel-img img {
            border-radius: 10px;
        }

    .room-header h2 {
        font-size: 16px;
    }

    .in-room-plan-box {
        padding: 10px;
    }

    .price-room figure {
        margin: 0 0 0 5px;
    }

    .price-room h4 {
        font-size: 12px;
    }

    .include-title h3 {
        font-size: 12px;
        line-height: 18px;
    }

    .include-title h4 {
        font-size: 10px;
    }

    .include-title h3 img {
        max-width: 15px;
        margin: 0 0 0 5px;
    }

    .room-inmember-rw ul li .col-md-4 {
        width: 50%;
    }

        .room-inmember-rw ul li .col-md-4:first-child {
            width: 100%;
        }

    .room-inmember-rw ul li h3 {
        margin: 0 0 10px;
    }

    .book-summary-box {
        padding: 10px;
        border-radius: 6px;
    }

        .book-summary-box h2 {
            font-size: 14px;
            margin: 0 0 10px;
        }

    .chackinbx h4, .chackinbx h3 {
        font-size: 12px;
    }

    .room-selectbox ul li {
        padding: 8px 45px 8px 8px;
        border-radius: 6px;
        flex-wrap: wrap;
        position: relative;
    }

    .room-infbx {
        width: 100%;
        margin: 0 0 5px;
    }

    .remove-btn {
        position: absolute;
        top: 10px;
        right: 5px;
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 12px;
    }

    .total-block table tbody tr td {
        font-size: 10px;
        padding: 5px;
    }

        .total-block table tbody tr td h5 {
            font-size: 14px;
            min-width: 60px;
        }

        .total-block table tbody tr td h4 {
            font-size: 14px;
        }

    .book-summary-box .btn-main {
        font-size: 14px;
    }

    footer ul li a {
        font-size: 12px;
    }

    footer, .copyright {
        padding: 15px 0;
    }

        .copyright p {
            font-size: 12px;
        }


    .payments-accept-rw .accordion .accordion-item {
        border-radius: 10px;
    }

    .room-inforw .col-md-8 {
        width: 100%;
    }

    .room-inforw .col-md-4 {
        width: 100%;
    }

    .card-select-rw ul li {
        margin-right: 10px;
    }

    .custom-radiobx [type="radio"]:checked + label, .custom-radiobx [type="radio"]:not(:checked) + label {
        font-size: 12px;
    }

    .pay-cmn-box .form-group label {
        font-size: 12px;
    }

    .promo-codebx h2 {
        font-size: 15px;
    }

    .total-block table tbody tr td h3 {
        font-size: 12px;
    }

    .pay-sidebar .btn-change {
        width: 100%;
        text-align: center;
    }

    .pay-sidebar .chackinbx h4 span {
        margin: 5px auto;
    }

    .pay-sidebar .chackinbx h4 {
        flex-flow: column;
        flex-wrap: wrap;
    }

    .inner-roombx {
        padding: 8px;
    }

    .booking-top .col-md-6, .booking-botom .col-md-6 {
        width: 100%;
    }

    .date-select-rw ul {
        justify-content: flex-start;
        margin: 10px 0 0;
    }

    .booking-price h4 {
        text-align: left;
        margin: 10px 0 0;
        font-size: 14px;
    }

    .modal-dialog {
        max-width: 700px;
        width: 100%;
    }
}

@media(min-width:992px) and (max-width:1024px) {
    .hero-banner .container, header .container, .container {
        max-width: 960px;
    }

    .navbar-brand h1 {
        font-size: 18px;
    }

        .navbar-brand h1 a {
            display: flex;
            font-size: 12px;
            padding: 8px 15px;
        }

    .filter-box {
        width: 16.66%;
    }

        .filter-box p {
            display: none;
        }

        .filter-box.filter-tablet {
            display: block;
        }

    .btn-clpro {
        display: none;
    }
}

@media(max-width:767px) {
    .hero-banner .container, header .container, .container {
        max-width: 520px;
    }

    header {
        /*position: absolute; Vijay : because its hide availability div*/
        top: 0;
        left: 0;
        right: 0;
    }

    .navbar-brand {
        max-width: 200px;
    }

        .navbar-brand h1 {
            font-size: 14px;
        }

            .navbar-brand h1 a {
                padding: 5px 5px;
                font-size: 10px;
                border-radius: 3px;
                display: none;
            }

                .navbar-brand h1 a img {
                    width: 14px;
                    margin: 0 0 0 10px;
                }

        .navbar-brand h6 {
            word-break: break-all;
            white-space: initial;
            font-size: 10px;
        }

    .nav-row {
        padding: 15px 0;
    }

    .navbar-light .navbar-nav {
        margin: 0 auto;
        width: 100%;
        max-width: 250px;
    }

        .navbar-light .navbar-nav li {
            margin: 0 0 10px;
        }

            .navbar-light .navbar-nav li:last-child {
                margin: 0;
            }

        .navbar-light .navbar-nav .nav-link {
            width: 100%;
            display: flex;
            align-items: center;
        }

            .navbar-light .navbar-nav .nav-link img {
                margin: 0 0 0 auto;
            }

    .hero-banner {
        padding: 100px 0 15px
    }

    .banner-img {
        margin: 0 0 15px;
    }

        .banner-img-sml img, .banner-img img {
            height: auto;
        }

    .small-galllery .col-md-6 {
        width: 50%;
    }

    .view-all a {
        font-size: 12px;
        font-weight: 600;
    }

    .view-all, .banner-img-sml img, .banner-img img {
        border-radius: 6px;
    }

    .filter-btn {
        display: block;
    }

    .filter-row {
        border-radius: 10px;
        width: 100%;
        padding: 15px 10px;
    }

        .filter-row.show-sidebar {
            left: 0;
        }

    .filter-box {
        width: 50%;
    }

        .filter-box .form-group {
            margin: 0 0 15px;
        }

        .filter-box .btn-main {
            margin: 0 0 15px;
        }

        .filter-box .form-group label {
            font-size: 12px;
            margin: 0 0 5px;
        }

        .filter-box .form-control {
            padding: 10px;
        }

    body.show-sidebar {
        overflow: hidden;
    }

    .btn-closefilter {
        display: block;
    }

    .listing-wrp {
        padding: 25px 0;
    }

    .hotel-mini-block .hero__arrows2, .hotel-mini-block .hero__arrows {
        margin: 15px auto 30px;
    }

    .room-inmember-rw ul li .inrombx {
        width: 100%;
        justify-content: space-between;
    }

    .price-room {
        justify-content: flex-end;
    }

        .price-room h4 {
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .price-room h4 span {
                margin: 0 0 0 5px;
            }

    .select-room-rw .col-md-6 {
        width: 50%;
    }

    .notebox h5 {
        padding: 4px 10px;
        font-size: 10px;
    }

    .hotel-more-detailsbox h6 {
        font-size: 10px;
    }

        .hotel-more-detailsbox h6:after {
            border-top: 23px solid #D11D1D;
            border-right: 20px solid transparent;
        }

    .room-header h2 {
        font-size: 16px;
    }

    footer {
        padding: 10px 0;
    }

        footer ul {
            flex-flow: column;
            justify-content: center;
        }

            footer ul li {
                margin: 0 0 5px;
            }

                footer ul li:last-child {
                    margin: 0;
                }

                footer ul li a {
                    font-size: 12px;
                    text-align: center;
                    line-height: 150%;
                }

    .copyright {
        padding: 10px 0;
        margin: 0 0 71px;
    }

        .copyright p {
            font-size: 12px;
        }

    .room-planhead .col-md-6 {
        width: 50%;
    }

    .price-room h4 {
        flex-flow: column;
        font-size: 12px;
    }

    .include-title h3 {
        font-size: 12px;
        line-height: 18px;
    }

        .include-title h3 img {
            max-width: 15px;
            margin: 0 0 0 5px;
        }

    .include-title h4 {
        font-size: 10px;
    }

    .payment-wrp {
        /*padding: 100px 0 30px; Vijay : because its more space in mobile device*/
        padding: 30px 0 30px;
    }

    .payments-accept-rw .accordion .accordion-item .accordion-button {
        font-size: 16px;
    }

    .fill-details .form-group {
        margin: 0 0 10px;
    }

    .payments-accept-rw .accordion .accordion-item {
        border-radius: 10px;
    }

    .date-select-rw ul {
        justify-content: center;
        margin: 15px auto 0;
    }

    .booking-price h4 {
        text-align: left;
        font-size: 14px;
        padding: 5px 0 0 65px;
    }

    .booking-rwinbx .hotel-img {
        margin-right: 10px;
    }

    .booking-extra {
        padding: 10px;
        border-radius: 6px;
    }

    .card-select-rw ul {
        justify-content: center;
        margin: 0 auto 15px;
    }

        .card-select-rw ul li {
            margin-right: 10px;
        }

    .pay-cmn-box .form-group .custom-chack .styled-checkbox + label {
        font-size: 12px;
    }

    .secure-box {
        margin: 0 auto 30px;
    }

    .inrombx {
        margin: 0 0 10px;
    }

    .mobile-stickybox {
        display: flex;
        overflow: hidden;
    }

    .book-summary-box {
        display: none;
    }

    .hotel-mini-block {
        padding: 10px;
    }

    .custom-chack .styled-checkbox + label, .custom-radiobx [type="radio"]:checked + label, .custom-radiobx [type="radio"]:not(:checked) + label {
        font-size: 12px;
        line-height: 16px;
    }

    .date-select-rw ul li {
        margin-right: 15px;
    }

    .add-row {
        flex-flow: column;
        align-items: flex-start;
    }

        .add-row .form-group {
            margin: 0 0 10px;
        }

    .custom-chack .styled-checkbox + label:before {
        min-width: 15px;
        width: 15px;
        height: 15px;
        border-width: 1px;
        font-size: 8px;
        line-height: 12px;
        border-radius: 2px;
        margin-right: 5px;
    }

    .custom-chack .styled-checkbox:checked + label:after {
        width: 15px;
        height: 15px;
        font-size: 8px;
        line-height: 12px;
        border-radius: 2px;
    }
    /*.pay-sidebar{display: block;}*/

    .payment-wrp .pay-row {
        flex-flow: column-reverse;
    }

    .inner-side {
        position: relative;
        top: 0;
    }

    .promo-codebx {
        display: none;
    }

    .book-summary-box.pay-sidebar {
        display: block;
        margin: 0 0 20px;
        height: auto;
        border-radius: 10px;
    }

    .pay-sidebar .col-md-6 {
        width: 50%;
    }

    .pay-sidebar .total-block, .pay-sidebar .rooms-inbox {
        display: none;
    }

    .mobile-promo {
        display: block;
    }


    .modal-dialog {
        max-width: 95%
    }

    .promo-codebx .form-group button {
        top: 4px;
    }

    .more-info-wrp .nav-tabs li {
        width: 50%;
    }

        .more-info-wrp .nav-tabs li a {
            padding: 10px;
            font-size: 12px;
            border: 1px solid #EBEBEB;
            text-align: center;
        }

    .room-inforw {
        position: relative;
    }

    .room-data {
        width: 70%;
        margin: 0 0 10px;
    }

    .fill-details h6 {
        flex-flow: column;
        line-height: 16px;
        margin: 0 0 0 auto;
        justify-content: flex-end;
        align-items: flex-end;
        position: absolute;
        top: 0;
        right: 0;
    }

        .fill-details h6 span {
            margin: 0;
        }
}

@media(min-width:576px) and (max-width:767px) {
}

@media(min-width:375px) and (max-width:575px) {
    .add-row {
        flex-flow: inherit;
        margin: 0 -5px;
    }

        .add-row .form-group {
            padding: 0 5px;
        }
}







/* ************ Slack Css ************ */


/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -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;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

    .slick-track:before,
    .slick-track:after {
        display: table;
        content: '';
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}










.has-error .form-control {
    border-color: #fb9678 !important;
    box-shadow: none !important;
}
.has-error .error-msg, .has-error label, .has-error a {
    color: red !important;
}

.popover-custom .popover-body {
    padding: .25rem !important;
}
.popover-custom .popover-body table {
    margin-bottom: .25rem !important;
}






/* Hotel Info Popup */

/*ul {
    display: flex;
    outline: none !important;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.list li, .list-order-color > li > span {
    margin-bottom: 0px;
    color: black;
    line-height: 20px;
}

.list li, .list-order-color > li > span {    
    color: #737474;
    margin-bottom: 14px;
    margin-bottom: 13px;
    line-height: 20px;
    font-weight: 400;
}

.list-triangle li {
    position: relative;
    padding-left: 16px;
}*/

.setmodalwidth {
    height: 700px;
    overflow-y: auto;
}
.font-bold {
    font-weight: 700;
}
.barrow {
    color: #5FC8C2;
}
.padding-left8 {
    padding-left: 8px;
}
.m-b-14
{
    margin-bottom:14px;
}
.m-t-20 {
    margin-top: 20px;
}

/*.SetpaddingPolicyTerms ul{
    display:block;
}*/

@media (min-width: 768px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left;
    }
}


/* Rateplan added in side box */
.room-selectbox h4 {
    font-size: 11px;
    font-weight: 600;
    color: #091923;
    opacity: 0.70;
    margin: 0 0 10px;
}

.expand-lft h4 {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    margin: 0;
    line-height: 150%;
}

.ui-datepicker-calendar tbody td a{color:#000;}
.ui-datepicker-calendar tbody td span {
    color: #546E7A;
}
.card-select-rw ul {
    flex-wrap: wrap;
    display: flex;
}
    .card-select-rw ul li {
        flex: 1 1 30%;
        margin-bottom: 10px;
        margin-right: 0px;
    }
.amount {
    font-family: "Lato", sans-serif;
    letter-spacing:0.8px;
}
/*.filter-row {
    justify-content: center;
}*/
.deal-information {
    padding: 10px;
    border-radius: 12px;
    border: 1px solid #EBEBEB;
    background: #f7f7f7;
    margin-bottom: 15px;
}
.payments-accept-rw .accordion .accordion-item:nth-child(1) .accordion-button:before{content:'';}
.booking-header .container { max-width: 1170px; }
.fill-details .form-group .form-control, .pay-cmn-box .form-group .form-control {
    color: #000;
    background:#fff;
}
.table-deal-longer-stay {
    margin-top: 10px;
    margin-left: 30px;
}
@media(max-width:767px) {
    .filter-row{justify-content:flex-start;}
}
label.sold-bx {
    background: #e7e7e7;
}
.room-infbx h4 span {
    color: #4C4C4C;
}
.ui-datepicker-calendar tbody td span{line-height:2em;}
.card-select-rw ul li {
    align-self: flex-start;
    }
.filter-box .form-control.datepicker {
    font-family: "Lato", sans-serif;
}
.promotional-amount{color:#00B548 !important;}
.total-block table tbody tr td h5{font-size:16px;}
.hotel-confirm h2 {
    /*font-size: 24px;
    font-weight: bold;*/
    font-size: 18px;
    font-weight: 700;
    color: #091923;
    line-height: 150%;
    margin: 0;
}

.hotel-confirm p {
    font-size: 14px;
    /*font-weight: 500;*/
    /*color: #8C8C8C;*/
    color: #000;
    line-height: 150%;
    margin: 0 0 5px;
}

.hotel-confirm h6 {
    font-size: 14px;
    /*font-weight: 600;*/
    color: #000;
    line-height: 150%;
    margin: 0 0 5px;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}

    .hotel-confirm h6 i {
        margin-right: 5px;
    }

    .hotel-confirm h6:hover {
        color: #111;
    }


.receipt {
    /*max-width: 600px;*/
    margin: 0 auto;
    background: #fff;
    border: 1px solid #ddd;
    /*border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);*/
    /*overflow: hidden;*/
}

.receipt table {
    width: 100%;
    border-collapse: collapse;
}
    /*.receipt table.tblbooking-summary tbody tr:last-child {
        border-bottom: 1px solid #ddd;
    }*/
    .receipt table th, .receipt table td {
        padding: 10px;
        text-align: left;
    }

    .receipt table th {
        background-color: #f2f2f2;
    }

    .receipt table tfoot td {
        /*font-weight: bold;*/
    }

    .receipt table tfoot tr:last-child td {
        color: #d9534f;
    }

    .receipt table tfoot td:first-child {
        text-align: right;
    }

    .receipt table small {
        color: #666;
        font-size: 0.9em;
    }

    .receipt table tr:nth-child(even) td{
        background-color: #f9f9f9;
    }

    .receipt table tr td:last-child {
        text-align: right;
        width:20%;
    }
table.booking-summary{
    border:2px solid #eee;
}
    table.booking-summary tr td:first-child {
        background: #f2f2f2;
        padding: 5px;
        color: #000;
        font-weight: 700;
        text-align: left;
    }
    table.booking-summary tr td:last-child {
        text-align: right;
        padding: 5px;
    }
.hotel-confirm h2.guest-name-title, .invoice-terms h2.box-title {
    font-size: 16px;
}
.invoice-thank-you h3{font-size:20px;}
.slick-slide{min-height:192px;}
td.sub-total-cell table tr:nth-child(odd) td {
    background-color: #fff;
}
.receipt .longer-promotion th {
    font-weight:300;
    padding:5px;
}
.receipt .longer-promotion th, .receipt .longer-promotion td{padding:3px;}
.more-info-wrp .tab-content{
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}
.navbar-light .navbar-nav li .select2 {
    padding: 10px 10px 10px 10px;
    border-radius: 8px;
    border: none;
    background: #1D89D1;
    color: #fff;
    box-shadow: none;
    font-size: 14px;
    font-weight: 500;
    -webkit-appearance: none;
    background-image: url('../images/down-ic.svg');
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center right 15px;
    max-width:275px;
}
.select2-container .select2-choice {
    background: #1D89D1;
    border-color: #1D89D1;
    color: #fff;
}
    .select2-container .select2-choice .select2-arrow b {
        background-image: url(../images/down-ic.svg) !important;
        background-repeat: no-repeat;
        background-size: 15px;
        background-position: right 10px;
    }
    .select2-container .select2-choice .select2-arrow {
        background: none !important;
        border-left:none !important;
    }
.select2-container-active .select2-choice {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.paypal-button-tagline{display:none !important;}
.zion-custom-popover{max-width:300px !important;}