@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.select2-container--default .select2-search--inline .select2-search__field{
    border: none;
}
.select2-container--default .select2-search--inline .select2-search__field:focus{
    border: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    border: none;
    margin-left: 0px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display{
    padding-left: 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{
    background: transparent;
}

body{
    font-size: 16px;
    font-family: 'Public Sans', sans-serif;
    font-weight: 400;
    letter-spacing: .15px;
    line-height: 1.6;
}

ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

:root{

}

.error {
    color: red;
    width: 100%;
    font-weight: 400 !important;
    font-size: 16px;
    display:block;
}

.response-message{
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10000;
}

.form-control {
    color: #495057;
}

.att-checkbox {
    width: 40px;
    height: 40px;
    line-height: 40px;
    /* margin: 0 auto; */
}

.att-checkbox input[type=checkbox] {
    margin: 0;
    visibility: hidden;
    position: absolute;
    left: 7px;
    top: 7px;
}

.att-checkbox label {
    height: 100%;
    border-radius: 4px;
    display: block;
    perspective: 100px;
    position: relative;
    z-index: 1;
}

.att-checkbox label:before,
.att-checkbox label:after {
    content: 'A';
    color: #fff;
    background: #ce1212;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    transform: rotateY(0deg);
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.4s ease;
}

.att-checkbox label:after {
    content: 'P';
    background: #588101;
    transform: rotateY(-180deg);
    left: 0;
    z-index: -1;
}

.att-checkbox input[type=checkbox]:checked+label:before {
    transform: rotateY(180deg);
}

.att-checkbox input[type=checkbox]:checked+label:after {
    transform: rotateY(0deg);
    z-index: 1;
}

.page-heading{
    color: black;
    /*background-image: url('../images/page-head.jpg');*/
    background-color: white;
    background-repeat: no-repeat;
    background-position: center center;
}

.page-heading h2{
    font-size: 40px;
}

.page-heading .breadcrumb{
    background-color: transparent;
    padding: 0;
    margin: 0;
}
.page-heading .breadcrumb li,
.page-heading .breadcrumb li:before{
    color: #fff;
}

.page-heading .breadcrumb li a{
    color: rgba(255,255,255,0.8);
    transition: all 0.3s ease 0s;
}

.page-heading .breadcrumb li a:hover{
    color: #fff;
}

#header{
    background: #fff;
    /* line-height: normal; */
    box-shadow: 0px 7px 10px 5px #eee;
}

a,a:hover{
    text-decoration: none;
    transition: all 0.3s ease 0s;
}

.logo{
    padding: 6px 0;
}

.logo h4{
    color: var(--main-color);
    margin: 0;
}

.navbar-expand-lg .navbar-collapse{
    justify-content: end;
}

.register-btn{
    display: flex;
    justify-content: end;
}

.login-btn,
.signup-btn{
    background: #fff;
    color: var(--main-color);
    font-weight: 500;
    padding: 3px 8px;
    margin: 0 8px;
    /* border: 1px solid var(--main-color); */
    border-radius: 5px;
    border: 1px solid var(--main-color);
}

.login-btn:hover,
.login-btn.active,
.signup-btn:hover,
.signup-btn.active{
    background: var(--main-color);
    color: #fff;
    border-radius: 5px;
    border: 1px solid var(--main-color);
}

/* =================================================================== */
/* 4.BANNER
====================================================================== */
.banner-img{
    background-size: cover;
    background-position: center;
    position: relative;
}
.banner-img::before{
    background-color: #17354f;
    position: absolute;
    content:"";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.6;
    z-index: 0;
}
#banner{
    position: relative;
}
.custom_add_width{
    width: 80px;
}
.fixed-button{
    top: 45%;
    max-width: 200px;
    right: 0;
    position: fixed;
    z-index: 99999999999999;
}
.fs22{
    font-size: 22px;
}
.banner-description{
   text-align: center;
    margin: 0 auto;
    padding: 150px;
}
.banner-description h1{
    color:#fff;
}
.banner-description p{
    color:#fff;
    font-size: 18px;
    margin: 0 0 0.75em;
}
.flexslider{
    border-radius: 0px;
}

.booking-form-inner{
    background: #fff;
}

.btn1{
    background: #1aa179;
    color: #fff;
    border: 2px solid transparent;
    transition: all 0.3s;
}

.btn1:hover{
    color: #1aa179;
    background: #fff;
    border: 2px solid var(--main-color);
}

.our-facility{
    background: #eee;
    padding: 60px 0;
}

.section-heading{
    font-size: 48px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}

.item .facility-img{
    height: 200px;
    border-radius: 5px 5px 0 0;
    object-fit: cover;
}

.item .title{
    background: #fff;
    text-align: center;
    padding: 15px;
    border-radius: 0 0 5px 5px;
}

.item .title h3{
    font-size: 20px;
    margin: 0;
}

.owl-carousel .owl-nav.disabled{
    display: block;
}

button.owl-prev,
button.owl-next{
    background: var(--main-color) !important;
    width: 30px;
    height: 30px;
}

.owl-prev span,
.owl-next span{
    color: #fff;
    font-size: 24px;
    line-height: 20px;
}

button:focus{
    outline: none;
}

.our-rooms{
    padding: 60px 0;
}

.footer-widget{
    background: #1A1A1A;
    padding: 60px 0;
}

.widget-title{
    color: var(--main-color);
    margin: 0 0 15px;
}

.footer-logo h4{
    color: var(--main-color);
    margin: 0 0 15px;
}

.site-info-widget p{
    color: #fff;
    margin: 0;
}

.contact-list li{
    color: #fff;
    margin: 0 0 15px;
}

.contact-list .icon i{
    color: var(--main-color);
    margin-right: 8px;
}

.contact-list .icon{
    display: inline-block;
    width: 25px;
}

.contact-list .email{
    color: #fff;
    transition: all 0.3s;
}

.contact-list .email:hover{
    color: var(--main-color);
}

.menu-list li{
    margin: 0 0 15px;
}

.menu-list li a{
    color: #fff;
    transition: all 0.3s;
}

.menu-list li a:hover{
    color: var(--main-color);
}

.footer{
    background: #151515;
    padding: 20px 0;
}

.footer-logo a{
    display: block;
}

.footer-logo a img{
    width: 70px;
}

.social-links li{
    display: inline-block;
    margin-right: 6px;
}

.social-links li a{
    background: #e5e5e5;
    color: #444;
    text-align: center;
    line-height: 30px;
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 50%;
}

.social-links li .facebook:hover{
    background: #395b98;
    color: #fff;
}

.social-links li .twitter:hover{
    background: #2ca7e0;
    color: #fff;
}

.social-links li .google:hover{
    background: #d95139;
    color: #fff;
}

.social-links li .instagram:hover{
    background: linear-gradient(-45deg, #ffdc80, #e1306c 50%, #405de6);
    color: #fff;
}

.copyright-text{
    color: #fff;
    margin: 0;
    padding-top: 5px;
    display: flex;
    justify-content: end;
}

.copyright-text a{
    color: var(--main-color);
}

.contact{
    background: #eee;
    padding: 60px 0;
}

.contact-box{
    background: #fff;
    padding: 30px;
    border-radius: 5px;
}

.contact-form{
    background: #ddd;
    padding: 30px;
    border-radius: 5px;
}

.contact-form .title{
    margin: 0 0 15px;
}

.message-list{
    width: 50%;
    border: 2px solid #bbb;
    padding: 20px;
}

.message-list li{
    border-bottom: 1px solid #ddd;
    margin: 0 0 10px;
    padding-bottom: 10px;
}

.message-list li:last-child{
    border-bottom: none;
    margin: 0;
    padding: 0;
}

.checkbox{
    width: 100px;
    height: 31px;
}
.checkbox input[type=checkbox]{
    margin: 0;
    visibility: hidden;
    left: 7px;
    top: 7px;
}
.checkbox label{
    height: 100%;
    border-radius: 4px;
    display: block;
    perspective: 100px;
    position: relative;
    z-index: 1;
}
.checkbox label:before,
.checkbox label:after{
    content: 'Pending';
    color: #fff;
    background: #ce1212;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 20px;
    width: 100%;
    height: 100%;
    padding: 5px 0;
    border-radius: 4px;
    transform: rotateY(0deg);
    position: absolute;
    top: -21px;
    left: 0;
    transition: all 0.4s ease;
}
.checkbox label:after{
    content: 'Published';
    background: #588101;
    transform: rotateY(-180deg);
    left: 0;
    z-index: -1;
}
.checkbox input[type=checkbox]:checked+label:before{ transform: rotateY(180deg); }
.checkbox input[type=checkbox]:checked+label:after{
    transform: rotateY(0deg);
    z-index: 1;
}

.about-us{
    background-color: #eee;
    padding: 60px 0;
}

.about-us .section-heading{
    margin-bottom: 15px;
}

.hotel-rules{
    padding: 60px 0;
}

.hotel-rules .section-heading{
    margin-bottom: 15px;
}

.rules-list{
    list-style: disc;
    padding-left: 20px;
}

.rules-list li{
    margin-bottom: 10px;
}

.rules-list li:last-child{
    margin-bottom: 0px;
}

.nav-item .nav-link{
    /* padding: 0; */
    /* border: 1px solid #000; */
}

#custom_nav_id .nav-item:active{
    background: #fff;
    /* color: white; */
    /* border-radius: 5px; */
}
/*#custom_nav_id .nav-item:hover p,*/
/*#custom_nav_id .nav-item:hover i,*/
/*#custom_nav_id .nav-item.active .nav-link{*/
/*    !* color: var(--main-color) !important; *!*/
/*    color: black;*/
/*    !* color: white; *!*/
/*}*/
.nav-pills .nav-treeview .nav-link.active,
.nav-pills .nav-treeview .nav-link p.active{
    background: rgba(24, 36, 222, 0.5);
    color: #DA56568E;
    /* border-radius: 5px; */
}

.nav-pills .nav-link {
    color: black !important;
}


.navbar-light .navbar-nav .nav-link{
    color: #000;
}

.navbar-light .navbar-nav .nav-link:hover{
    color: #000;
}

.room-heading{
    background: #fff;
    padding: 20px;
}

.room-heading .section-heading{
    font-size: 36px;
    text-align: left;
    margin: 0 0 5px;
}

.room-heading .room-price{
    color: var(--main-color);
    font-size: 24px;
    font-weight: 600;
    text-align: right;
    margin: 0;
}

.room-img{
    border: 5px solid #fff;
}

.room-description{
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
}

.room-facilities{
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
}

.room-facilities .title{
    margin-bottom: 16px;
}

.facility-list li{
    background: var(--main-color);
    color: #fff;
    display: inline-block;
    padding: 10px 15px;
    margin-right: 25px;
    border-radius: 5px;
}

.facility-list li:last-child{
    margin-right: 0;
}

.room-rules{
    background: #fff;
    padding: 30px;
}

.room-rules .title{
    margin-bottom: 16px;
}

.all-rooms{
    background: #eee;
    padding: 60px 0;
}

.all-rooms .section-heading{
    font-size: 32px;
    text-align: left;
    margin-bottom: 20px;
}

.room-box{
    background: #fff;
    margin-bottom: 20px;
    overflow: hidden;
}

.room-image{
    border: 5px solid #fff;
}

.room-image img{
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.room-desc{
    padding: 15px 20px;
}

.room-desc .title > a{
    color: #000;
}

.room-desc .desc{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.room-image .owl-nav,
.room-image .owl-dots,
.room-image .owl-nav.disabled{
    display: none;
}

.category-list{
    text-align: center;
    margin-bottom: 30px;
}

.category-list li{
    display: inline-block;
    margin-right: 10px;
}

.category-list li a{
    background: #eee;
    color: #000;
    padding: 10px 20px;
    display: block;
}

.room_image{
    overflow: hidden;
}

.room_image img{
    width: 100%;
    height: 250px;
    border: 5px solid #eee;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}

.room_image img:hover{
    transform: scale(1.1);
}

.room_desc{
    background: #eee;
    padding: 15px 20px;
}

.room_desc .title{
    margin-bottom: 6px;
}

.room_desc .title > a{
    color: #000;
}

.room_desc .room_count{
    color: var(--main-color);
    font-weight: 600;
}

.room_desc .room_count i{
    margin-right: 10px;
}

.roomcategory_list{
    display: flex;
    justify-content: center;
}

.skltbs-panel:focus{
    box-shadow: none;
}

.booking{
    background: #eee;
    padding: 60px 0;
}

.booking-form{
    background: #fff;
    padding: 25px;
    border-radius: 5px;
}

.booking-form .title{
    margin-bottom: 15px;
}

.sidebar-desc{
    background: #fff;
    padding: 20px;
}

.sidebar-desc .title{
    text-align: center;
    margin-bottom: 15px;
}

.sidebar-desc p{
    margin-bottom: 8px;
}

.room-sidebar .total-amount{
    background: var(--main-color);
    text-align: center;
    padding: 20px;
}

.room-sidebar .total-amount p{
    color: #fff;
    font-size: 22px;
}

.checkout-list{
    padding: 60px 0;
}

.checkout-list li{
    display: inline-block;
    margin-right: 10px;
}

.checkout-list li p{
    display: inline-block;
}

#user-content{
    background: #eee;
    padding: 60px 0;
}

.signup-form{

}

.signup-form form{
    background: #fff;
    border: 2px solid #ddd;
    border-top: 0px;
    padding: 20px 25px;
}

.signup-form .user-heading {
    color: var(--main-color);
    text-align: center;
    margin: 0 0 15px;
}

.forgot-password{
    font-size: 15px;
    text-align: center;
    display: block;
}

.forgot-password a{
    color: var(--main-color);
    transition: all 0.3s ease 0s;
}

.forgot-password a:hover{
    color: #333;
    text-decoration: underline;
}

.profile-heading{
    background: var(--main-color);
    color: #fff;
    text-align: center;
    padding: 15px;
    margin: 0;
    border-radius: 5px 5px 0 0;
}

.profile-box{
    background: #fff;
    padding: 20px;
}

.booking-heading{
    background: var(--main-color);
    color: #fff;
    padding: 15px;
}

.profile-item tr{
    border-bottom: 1px solid #dee2e6
}

.profile-item tr:last-child{
    border-bottom: 0px;
}

.profile-item th{
    border-top: 0px;
}

.profile-item th span{
    font-weight: 400;
}

.is-active > .skltbs-tab{
    background: var(--main-color);
    text-shadow: 0 0 1px var(--main-color);
}

.owl-dots{
    display: none;
}

@media only screen and (max-width:1199px){
    .banner-description{
        padding: 140px;
    }

    .room-desc .desc{
        font-size: 15px;
    }

    .facility-list li{
        margin-bottom: 15px;
    }
}

@media only screen and (max-width:991px){
    body{
        font-size: 15px;
    }

    #header .navbar-collapse{
        background-color: #fff;
        position: absolute;
        left: 0;
        right: 0;
        top: 57px;
        z-index: 2;
    }

    #header .navbar-nav .nav-item{
        padding: 15px;
    }

    #header .navbar-nav .nav-item{
        margin: 0px;
    }

    .banner-description{
        padding: 100px 90px;
    }

    .register-btn{
        display: none;
    }

    .our-facility{
        padding: 50px 0;
    }

    .our-rooms{
        padding: 50px 0;
    }

    .footer-widget{
        padding: 50px 0;
    }

    .section-heading{
        font-size: 42px;
    }

    .skltbs-panel-heading{
        width: 150px;
    }

    .about-us{
        padding: 50px 0;
    }

    .hotel-rules{
        padding: 50px 0;
    }

    .contact{
        padding: 50px 0;
    }

    .all-rooms{
        padding: 50px 0;
    }

    .room-desc .desc{
        height: auto;
    }

    .room-heading .section-heading{
        font-size: 30px;
    }

    .room-heading .room-price{
        font-size: 22px;
    }

    .booking{
        padding: 50px 0;
    }
}

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

    .banner-description{
        padding: 60px 30px;
    }

    .mobile_font_size{
        font-size: 12px;
    }

    .our-facility{
        padding: 40px 0;
    }

    .our-rooms{
        padding: 40px 0;
    }

    .footer-widget{
        padding: 40px 0;
    }

    .room_image img{
        height: 300px;
    }

    .checkbox{ margin: 0 0 20px; }

    .site-info-widget{
        margin-bottom: 20px;
    }

    .about-us{
        padding: 40px 0;
    }

    .hotel-rules{
        padding: 40px 0;
    }

    .contact{
        padding: 40px 0;
    }

    .contact-form{
        margin-bottom: 25px;
    }

    .all-rooms{
        padding: 40px 0;
    }

    .room-rules{
        margin-bottom: 30px;
    }

    .booking{
        padding: 40px 0;
    }

    .form-responsive{
        margin-bottom: 30px;
    }

    .room-sidebar .total-amount{
        padding: 15px;
    }
}

@media only screen and (max-width:576px){
    .custom_font_be{
        font-size: 10px;
    }
    .banner-description{
        padding: 40px;
    }

    .banner-description h1{
        font-size: 28px;
    }

    .banner-description p{
        font-size: 15px;
    }

    .booking-form{
        padding: 0px;
    }

    .booking-form-inner{
        padding: 25px;
    }

    .section-heading{
        font-size: 32px;
        margin-bottom: 20px;
    }

    .our-facility{
        padding: 30px 0;
    }

    .item .facility-img{
        height: 300px;
    }

    .our-rooms{
        padding: 30px 0;
    }

    .footer-widget{
        padding: 30px 0;
    }

    .menu-widget{
        margin-bottom: 20px;
    }

    .social-links{
        text-align: center;
        margin-bottom: 5px;
    }

    .social-links li a{
        font-size: 14px;
        line-height: 32px;
        width: 30px;
        height: 30px;
    }

    .copyright-text{
        justify-content: center;
    }

    .about-us{
        padding: 30px 0;
    }

    .hotel-rules{
        padding: 30px 0;
    }

    .contact{
        padding: 30px 0;
    }

    .all-rooms{
        padding: 30px 0;
    }

    .all-rooms .section-heading{
        font-size: 28px;
    }

    .room-rules{
        padding: 25px;
    }

    .room-heading .section-heading{
        font-size: 25px;
    }

    .room-heading .room-price{
        font-size: 20px;
        text-align: left;
    }

    .room-heading .sub-heading{
        display: inline-block;
        margin-bottom: 8px;
    }

    .room-facilities{
        padding: 25px;
        margin-bottom: 20px;
    }

    .facility-list li{
        margin-right: 15px;
    }

    .room-description p{
        padding: 25px;
        margin-bottom: 20px;
    }

    .booking{
        padding: 30px 0;
    }

    .form-responsive{
        padding: 25px;
    }

    .booking-form .title{
        font-size: 24px;
    }
}

@media only screen and (max-width:376px){
    .custom_font_be{
        font-size: 10px;
    }
    body{
        font-size: 14px;
    }

    .item .facility-img{
        height: 250px;
    }

    .all-rooms{
        padding: 20px 0;
    }

    .all-rooms .section-heading{
        font-size: 24px;
        text-align: center;
        margin-bottom: 15px;
    }

    .room-desc{
        padding: 15px;
    }

    .booking-form{
        padding: 0px;
    }

    .booking-form-inner{
        padding: 20px;
    }

    .facility-list li{
        margin-right: 10px;
    }

    .room-rules{
        padding: 20px;
    }

    .room-facilities{
        padding: 20px;
    }

    .room-description p{
        padding: 20px;
    }

    .form-responsive{
        padding: 20px;
        margin-bottom: 20px;
    }

    .room-sidebar .total-amount{
        padding: 10px;
    }

    .banner-description h1{
        font-size: 24px;
    }

    .banner-description{
        padding: 30px;
    }

    .skltbs{
        margin-bottom: 0px;
    }

    .skltbs-panel{
        padding: 15px 0;
    }

    #room_id::-webkit-scrollbar{
        display: none;
    }

    /* Hide scrollbar for Chrome, Safari and Opera */
    .example::-webkit-scrollbar {
        display: none;
        overflow-y: auto;
    }

    /* Hide scrollbar for IE, Edge and Firefox */
    .example {
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */
        overflow-y: auto;
    }

    #calendar {
        overflow: auto;
    }
}

/* By Tripti */
#dates-card{
    display: none;
}
#search_available_header{
    background-color: #a188c5;
    color: white;
}
/* rooms details */
#room_details_header{
    background-color: #223189;
    color: white;
}
#room_details_body{
    display: none;
}
/* guest details */
#guest-header{
    background-color: #223189;
    color: white;
}

#guest-body{
    display: none;
}
#final-header{
    background-color: #223189;
    color: white;
}

#final-step {
    display: none;
}

#close_btn{
    position: absolute;
    top: 0;
    right: 0;
}
#number_of_rooms_selected{
    font-size: xx-large;
}

#selected_adults label{
    font-size: larger;
}
#selected_adults select{
    font-size: x-large;
    border: none;
}
#selected_child label{
    font-size: larger;
}
#selected_child select{
    font-size: x-large;
    border: none;
}
#close_btn_col_id{
    position: absolute;
    right: 0;
    margin: 5px;
    top: 0;
}

#about_hotel h1{
    letter-spacing: 0.2rem;
    font-family: 'Poppins', sans-serif;
}
#more {display: none;}
#read-myBtn{
    background-color: transparent;
    border: transparent;
    text-decoration:underline;
}
#about_hotel h4{
    letter-spacing: 0.1rem;
    font-weight: 300;
    line-height: 170%;
    color: grey;
    font-family: 'Poppins', sans-serif;
    font-family: 'Roboto Slab', serif;
}
#hotel_amenities label{
    font-size: large;
    margin: 2% 0 0 2%;
}
#hotel_amenities i{
    color: green;
    font-size: small;
}

#footer_all_rooms{
    background-color: black;
    color: white;
    padding: 2%;
    position: relative;
    height: 10vh;
    width: 100%;
    background-size: 110%;
    background-repeat: repeat;
    /*    display: flex;*/
    align-items: center;
}
#images_hotel img{
    width: 100%;
    height: 25vh;
}
#images_hotel_main img{
    /*width: 100%;*/
    /*height: 50vh;*/
}
#images_hotel_main:hover{
    opacity: 0.5;
    cursor: pointer;
}
#images_hotel img:hover{
    opacity: 0.5;
    cursor: pointer;
}
.gallery_btn {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(-20%, -30%);
    background-color: white;
    color: black;
    font-size: large;
    padding: 4px 8px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
}
.gallery_btn:hover{
    background-color: grey;
}

/*.modal-body{*/
/*    background-color: transparent !important;*/
/*}*/

/*#fullScreenModal{*/
/*    background-color: transparent !important;*/
/*    padding-top: 100px!important;*/
/*}*/
/*#fullScreenModal .modal-content{*/
/*    background-color: transparent !important;*/
/*    border: none!important;*/
/*}*/

#custom_nav_id .nav-item p{
    color: black;
}
#custom_nav_id .nav-item p:hover{
    color: var( --main-color);
}

#inventoryRow1 input,
#inventoryRow2 input,
#inventoryRow3 input{
    border: none;
    outline: none;
    width: 55%;
    text-align: end;
}

#inventory_head th{
    text-align: center;
}

#inventoryRow2 td{
    text-align: center;
}

#inventoryRow3 td{
    text-align: center;
}
#td1{
    /*padding: 0  !important;*/
    margin-bottom: 3%;
}
#line{
    border-top: 5px solid green;
    width: 40%;
}
#line1{
    border-top: 2px solid black;
    width: 15%;
    display: none;
}
#lineOuterDiv{
    display: flex;
    justify-content: center;
    width: 100%;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: green;
}

input:focus + .slider {
    box-shadow: 0 0 1px green;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}


/* SideBar Design Start */
.sidebar-new {
    font-family: 'Public Sans', sans-serif;
    color: white;
    background: white;
}


/* Nav Link Color  */
.color {
    /*background: radial-gradient(178.58% 91.12% at 5.56% 20.45%, #7367F0 0%, #5447DF 100%);*/
    color: white;
    background: #223189;

}
.color:hover {
    /*background: radial-gradient(190.58% 91.12% at 5.56% 20.45%, #7367F0 0%, #3f32cd 100%) !important;*/
    background: #223189 !important;
    opacity: 90%;
    animation-delay: 0.3ms;
    color: white;
}
.active-link {
    color: white !important;
    letter-spacing: .15px;
}
.icon-color {
    color: white !important;
}
.text-color-black{
    color: black;
}
.nav-icon{
    color: #bf5700;
}

.nav-icon:active{
    color: white !important;
}
.nav-icon:hover{
    color: black !important;
}
.text-active {
    color: var(--main-color) !important;
}

.text-active:active {
    color: var(--main-color) ;
}

.font-weight-sb-list {
    font-weight: 600;
}
.brand_text_primary_color{
    color: #223189 !important;
}
.brand_text_secondary_color{
    color: #bf5700 !important;
}

.brand_bg_primary_color{
    background: #223189 !important;
    color: white;
}

.brand_bg_secondary_color{
    background: #bf5700 !important;
    color: white;
}

.dropdown-color {
    color: white !important;
    /*background: radial-gradient(178.58% 91.12% at 5.56% 20.45%, #7367F0 0%, #5447DF 100%);*/
    background: #223189 !important;
}

.dropdown-color:hover {
    /*background: radial-gradient(190.58% 91.12% at 5.56% 20.45%, #7367F0 0%, #3f32cd 100%);*/
    animation-delay: 0.3ms;
    background: #223189 !important;
    color: white !important;
}

.dropdown-menu-color:hover {
    /*background: radial-gradient(190.58% 91.12% at 5.56% 20.45%, #7367F0 0%, #3f32cd 100%) !important;*/
    animation-delay: 0.5ms;
    background: #223189 !important;
    color: white !important;
}

.sb-hover:hover {
    background: #cfcfcf;
    opacity: 95%;
}

.sb-hover:hover .nav-icon{
    color: black !important;
}

.color:hover .nav-icon{
    color: white !important;
}

.active-hover {

    background: #cfcfcf;
    opacity: 95%;
}

.font-family-open-sans {
    font-family: "Open Sans";
}

.stats-carousel {
    width: 50% !important;
}

.rateplans-card {
    color: white !important;
    background: #223189 !important;
}

.ft-poppins {
    font-family: 'Poppins', 'Open-Sans', sans-serif !important;
}
.rp-cards{
    background: #6067B7 !important;
}

/* CSS classes for styling */
.select-container {
    margin: 0px;
}

.checkbox-label {
    display: block;
    margin-bottom: 5px;
}

.select-button {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
}

select:invalid {
    color: gray;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}


/*.modal {*/
/*    display: none;*/
/*    position: fixed;*/
/*    z-index: 9999;*/
/*    left: 0;*/
/*    top: -22%;*/
/*    right: 0;*/
/*    width: 100%;*/
/*    height: auto;*/
/*    overflow: auto;*/
/*}*/
/*.modal-content {*/
/*    background-color: rgba(255, 255, 255, 0);*/
/*    margin: 15% auto;*/
/*    padding: 20px;*/
/*    border: 0px !important;*/
/*    width: 100%;*/
/*    box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0);*/
/*}*/

.close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    cursor: pointer;
}

.ota-border {
    border-bottom: 0px #1a202c solid !important;
    border-left: 0px #1a202c solid !important;
    border-right: 2px #dee2e6 solid !important;
    border-top: 2px #dee2e6 solid !important;
    border-collapse: collapse;
}

.slider:before {
    position: absolute;
    content: "";
    height: 25px;
    width: 25px;
    right: 28px;
    left: 1px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.hidden-table {
    display: table-cell;
}

.hide-table{
    display: table-row;
}

.rate_field{
    text-align: center;
    margin-top: .5rem;
    margin-bottom: .5rem;

    width: 100%;
    border: 1px solid #c4c4c4;
    border-radius: 4px;
    font-weight: bold;
    color: #298a25;
    font-size: 16px;
}
.rate_field_input{
    text-align: center;
    margin-top: .25rem;
    margin-bottom: .5rem;
    /*padding: 3px;*/
    width: 100%;
    border: 1px solid #c4c4c4;
    border-radius: 4px;
    font-weight: bold;
    color: #298a25;
    font-size: 15px;
}
.rate_field_new{
    text-align: center;
    margin-top: .25rem;
    margin-bottom: .5rem;

    width: 100%;
    border: 1px solid #c4c4c4;
    border-radius: 4px;
    font-weight: bold;
    color: grey;
    font-size: 15px;
}
.rate_field_text:hover{
    cursor: pointer;
}
.rate_field_text {
    text-decoration: none;
    color: black;
}
.btn-new{
    font-size: 16px;
    color: #0e0e69 !important;
    font-weight: 500;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.slider-dynamic::before{
    position: absolute;
    content: "";
    height: 23px;
    width: 23px;
    right: 28px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.currency-format-box {
    width: 100%;
    height: 38px;
    padding: 6px 12px;
    color: #495057;
    border: 1px solid #ced4da;
}

.pricing-card:hover{
    box-shadow: 0 2px 15px 0 rgba(0,0,0,.2);
    transition: .3s ease-in-out;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    transition-property: all;
}
#hideAmenities {
    display: none;
}
.ft-small{
    font-size: 12px !important;
}

.img_hover_effect {
    transition: transform 0.3s ease;
    cursor: pointer;
}
.img_hover_effect:hover {
    transform: scale(1.1);
}
.custom_font_be{
    font-size: 12px;
}
.carousel-img{
    height: 498px;
    object-fit: cover;
}

.carousel-img2{
    height: 245px;
    object-fit: cover;
}

.field_box{
    box-sizing: border-box;
    border: 1px solid black;
}
.collapse_border{
    border-collapse: collapse !important;
}

.button_stats {
    width: 100%;
    height: 90%;
    color: black;
    background: white;
    border: none;
    font-family: 'Poppins', 'Open-Sans', sans-serif;
    font-size: 1rem;
}
.button_stats:target{
    background: #b0b0b0;
}
.button_stats:active{
    background: #b0b0b0;
}
.button_stats:hover{
    background: #b0b0b0;
}

.logo-text{
    color: #262626;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
}
.flex-row-direction{
    flex-direction: column; !important;
}
#update_overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 9999999;
}

#update_overlay p {
    color: white;
}
#pop_up_image{
    background-size: 100%;
    object-fit:cover;
    background-repeat: no-repeat;
    /*object-position: right;*/
    /*max-width: 100%;*/
    /*background-repeat: no-repeat;*/
    /*background-image: url("../images/promo_1.jpeg");*/
}
.sticky_search_date{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1049;
}

.check-circle-overlay{
    position: absolute;
    top: 2px;
    right: 15px;
}

.cursor_pointer{
    cursor: pointer !important;
}

.border_radius_image_front{
    border-radius: 15px 0 0 15px !important;
}
.border_radius_image_top_room{
    border-radius: 0 15px 0 0 !important;
}
.border_radius_image_bottom_room{
    border-radius: 0 0 15px 0 !important;
}


.ft_size_14{
    font-size: 14px !important;
}
.ft_size_15{
    font-size: 15px !important;
}
.ft_size_12{
    font-size: 12px !important;
}
.ft_size_40{
    font-size: 40px !important;
}
.ft_size_20{
    font-size: 20px !important;
}
.ft_size_18{
    font-size: 18px !important;
}
.ft_size_10{
    font-size: 10px !important;
}
.custom_color_rates{
    color: #223189;
    font-weight: 500 !important;
}

.font_weight_500{
    font-weight: 500 !important;
}
.font_weight_700{
    font-weight: 700 !important;
}

@media only screen and (max-width: 600px) {
    .custom_font_be{
        font-size: 10px;
    }
    .custom_add_width{
        width: 100%;
    }
    .carousel-img {
        height: 200px !important;
    }
    .carousel-img2 {
        height: 100px !important;
    }
    .flex-row-direction{
        flex-direction: row; !important;
    }
    .sticky_search_date{
        position: relative;
    }
    .font_all_rooms_mobile{
        font-size: 12px !important;
    }
    .padding_all_rooms{
        padding: 8px !important;
        /*margin: 0;*/
    }
    .padding_0{
        padding: 0 !important;
    }
    .margin_0{
        margin: 0 !important;
    }
    .font_14_mobile{
        font-size: 14px !important;
    }

    .border_radius_image_front{
        border-radius: 6px !important;
    }
    .border_radius_image_top_room{
        border-radius: 6px !important;
    }
    .border_radius_image_bottom_room{
        border-radius: 6px !important;
    }
    .d_none_mobile{
        display: none !important;
    }
    .ft_size_40{
        font-size: 20px !important;
    }
    .ft_size_20{
        font-size: 16px !important;
    }
    .ft_size_18{
        font-size: 14px !important;
    }
}

.card_hover_color_dashboard:hover{
    background: #BF5700 !important;
    color: white !important;
}
.truncated-text{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.custom-image {
    position: relative;
    overflow: hidden;
    background-color: #845adf;
    box-shadow: none;
    color: white;
    border-radius: 20px;
}

.custom-image::after    {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    /*background-image: url("../images/card-image.jpg");*/
    background-size: cover;
    /*background-position: center;*/
    /*background-repeat: no-repeat;*/

    opacity: .5;

}

.circle_for_booking_source{
    border-radius: 50%;
    width: 250px;
    height: 250px;
    background: white;
    border: 25px solid #bf5700;
}

.circle_for_booking_source_text{
    color: black;
    text-align: center;
    margin: 0;
}

.border-radius-20{
    border-radius: 20px;
}
.border-radius-10{
    border-radius: 10px;
}

.border-radius-20-footer{
    border-radius: 0 0 20px 20px;
}

.calendar-container {
    text-align: center;
}

.month-year {
    /*margin-bottom: 20px;*/
    font-weight: bold;
}

.prev-month, .next-month {
    cursor: pointer;
    color: white;
    padding: 2px !important;
    border-radius: 3px  !important;
    height: 30px !important;

}

.calendar-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

.calendar-table th, .calendar-table td {
    font-size: 13px !important;
    text-align: center;
    border: 1px solid #a9a9a9;
    font-family: 'Poppins', 'Open-Sans', sans-serif;
    width: 14.25% !important;
}

.bg_light_green{
    background: #0f9b2f;
}
.text_light_green{
    color: #0f9b2f;
}

.calendar-table th {
    background-color: #f2f2f2;
}

.reports_card_hover:hover{
    cursor: pointer;
    transform: scale(1.05);
    transition: transform .3s;
}

.sidebar_list_font_size{
    font-size: 15px;
}

.ota_page_label{
    position: absolute;
    top: -40px;
    left: 0;
    background-color: #009130;
    color: white;
    border-radius: 5px;
}

.brand_bg_primary_color_outline{
    border: 1px solid #223189 !important;
    color: #223189;
}
.brand_bg_secondary_color_outline{
    border: 1px solid #bf5700 !important;
    color: #bf5700;
}

.add_to_cart_hover:hover{
    border: 1px solid #223189;
}
.truncate_text_rate_plan{
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bg_clean_status{
    background: #3aafa9 !important;
}

/*CSS FOR ANIMATIONS*/
@keyframes pulseAnimation {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.02);
    }
    100% {
        transform: scale(1);
    }
}

.housekeeping_room_effect {
    animation: pulseAnimation 1s ease-in-out infinite;
}

.goibibo-color{
    background: #f96f34 !important;
    color: white !important;
}

.booking-com-color{
    background: #003580 !important;
    color: white !important;
}

.mmt-color{
    background: #eb2226 !important;
    color: white !important;
}

.expedia-color{
    background: #fddb32 !important;
    color: black !important;
}

.agoda-color{
    background: #5392f9 !important;
    color: white !important;
}

.trip-com-color{
    background: #3264ff !important;
    color: white !important;
}

.hotels-com-color{
    background: #e61e43 !important;
    color: white !important;
}

.via-com-color{
    background: #ed1c24 !important;
    color: white !important;
}

.easemytrip-com-color{
    background: #00a4d5 !important;
    color: white !important;
}

.hyperguest-com-color{
    background: #48b75b !important;
    color: white !important;
}

.travelagent-color{
    background: #007fad !important;
    color: white !important;
}

.corporatetravel-color{
    background: #2f374f !important;
    color: white !important;
}

.hostelworld-color{
    background: #f25621 !important;
    color: white !important;
}

.yatra-color{
    background: #ea2330 !important;
    color: white !important;
}

.saasaro-color{
    background: #223189 !important;
    color: white !important;
}

.direct-color{
    background: #00897b !important;
    color: white !important;
}

.airbnb-color{
    background: #ff385c !important;
    color: white !important;
}
.booking-engine-btn{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}
#calendar_overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 9999999;
}
