/*
Common styles.
*/
/* 
    Created on : Feb 6, 2015, 11:05:10 AM
    Author     : Dasun
*/
.margin-top-40{
    margin-top: 40px;
}
.margin-top-15{
    margin-top: 15px;
}
.margin-bottom-30{
    margin-bottom: 30px;
}
.margin-bttom-10{
    margin-bottom: 10px;
}
.margin-bottom-40{
    margin-bottom: 40px;
}
.margin-left-10{
    margin-bottom: 10px;
}
.margin-left-5{
    margin-bottom: 5px;
}
.nofitems_margin{
    display: inline-block;
    margin-left: 45px;
}
.margin-bottom-20 {
    margin-bottom: 20px;
}
.padding-bottom-10{
    padding-bottom: 10px;
}
.margin-right-5{
    margin-right: 5px;
}
.margin-left-clear{
    margin-left: 0 !important;
}
#table_invoice_filter{
    float:right;
}
#table_uninvoice_filter{
    float:right;
}
#table_receipt_filter{
    float:right;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 0 !important;
}

.bungalow-item-div {
    margin-top: 10px;
    text-align: right;

}
.tab-class-policy {
    background: #ffe300;
    margin-top: 10px;
    padding: 10px;
}
.policy-help {
    float: right;
    font-size: 18px;
}
.booking-box-header {
    margin-bottom: 30px;
    text-align: left;
    text-transform: uppercase;
}
.policy-help {
    float: right;
    font-size: 22px;
    margin-top: 10px;
    margin-right: 10px;
}
.bungalow-item-book-now {
    text-align: right;
    margin-bottom: 25px;
}
.bunglow-panel-body{
    background: #80808014;
}
.bungalow-item-description{

    font-size: 16px;
}
.item-title{
    font-weight: bold;
}
.footer-image {
    height: 200px !important;
}

#logo{
    width: 100%;
    height: auto;
}

#logo-img{
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
    width: 100%;
    max-width: 220px;
    height: auto;
    margin-top: 36px;
}
.mt-90-res {
    margin-top: 90px;
}
@media screen and (min-width:320px) and (max-width:480px){
    .bungalow-item-description{
        margin-top: 15px;
    }
    .bungalow-item-book-now{
        text-align: center;
    }
    .booking-box-header{
        font-size: 15px;
    }
    .about-hotel{
        display: none;
    }
    .room-info-panel {
        padding: 15px;
    }
    .booking-card {
        margin: -15px 15px 15px 15px;
    }
    .contact-form {
        padding-right: 15px !important;
    }
    .customer-info-panel {
        margin: 0;
    }
    .guest-info-form-panel-margin {
        padding: 15px !important;
    }
    .room-search-list-margin {
        padding: 15px !important;
    }
    .widget-name-active.item-header {
    margin-bottom: -15px !important;
    padding-left: 15px;
    padding-top: 5px;
    }
    .room-result-booking .item-header {
    margin-bottom: -15px;
    padding-left: 15px;
    padding-top: 5px;
    }
    .login-modern-container {
        padding: 0px !important;
    }
    .modal-dialog {
        display: block;
    margin: auto
    }
    .card {
        margin: 15px;
    }
}
.clear-padding{
    padding: 0px;
}
.clear-padding-left{
    padding-left: 0px;
}
.clear-padding-right{
    padding-right: 0px;
}
.no-margin{
    margin: 0px;
}


.passreset-btn{
    color: #848484;
    background-color: #FFE200;
    border-color: #F2DC00;
    transition: background-color 0.5s ease;
}

.passreset-btn:hover{
    color: #fff;
    background-color: #000;
    border-color: #000;
    transition: background-color 0.1s ease;
}
.btn-admin{
    color: #848484;
    background-color: #FFE200;
    border-color: #F2DC00;
    margin-top: 10px;
    transition: background-color 0.1s ease;
}
.admin-btn-secondary{
    background-color: #f1f1f1;
    transition: background-color 0.1s ease;
}
.admin-btn-secondary:hover{
    background-color: #000;
}
.btn-admin:hover{
    color: #ffff;
    background-color: #000;
    border-color: #000;
}

#passwordresetlink{
    font-size: 12px;
    padding-top: 20px;
}
.forgot-link-wrap{
    padding-top: 14px;
}
#loginbtn{
    width: 100%;
}
.top-space{
    margin-top: 10px !important;
}
#prop_name_loader{
    width: 160px;
    padding: 5px;
    border: 0px;
    outline: 0px;
    background: #FFE200;
}
.no-padding{
    padding:0;
}


@media screen and (min-width: 992px) and (max-width: 1200px){
    .num{
        background: #ffe200 !important;
        padding: 8px 14px 8px 14px !important;
        border-radius: 50% !important;
        font-size: 16px !important;
    }

    .content-wizard{
        float: left !important;
    }


}

@media screen and (min-width: 0px) and (max-width: 1200px){
    .wizard-item:after{
        display: none;
    }
    .wizard-item:before{
        display: none;
    }
}

@media screen and (min-width: 1024px) and (max-width: 3000px){
    .owl-buttons{
        position: absolute;
        top: -38px;
        right: 19px;
    }
    .login-box{
        width: 400px;
    }

}

@media screen and (min-width: 768px) and (max-width: 1023px){
    .owl-buttons{
        position: absolute;
        top: 20px;
        right: 19px;
    }
    .login-box{
        width: 400px;
    }
}
@media screen and (min-width: 0px) and (max-width: 767px){
    .owl-buttons{
        position: absolute;
        top: -38px;
        right: 10px;
    }
    .photo-gal-cont{
        display: block;
    }
}

@media screen and (min-width: 1024px) and (max-width: 3000px){
    #plan-tour{
        //margin-top: 10px;
        //position: absolute;
        //top: 50px;
        //right: 9vw;
        //right: 113px;
        //z-index: 999;

    }
    .socialIcons{
        display: none;
    }
    #top-nav-seperator{
        display: inline-block;
    }
    .login-links{
        text-align: right;
    }
    #logo{
        position: absolute;
        //top: 68px;
        //left: 7.5vw;
        //left: 104px;
        //width: 300px;
        //height: 150px;
        z-index: 999;
    }
    #hotel-name{
        position: absolute;
        top: 68px;
        //width: 25vw;
        //height: 120px;
        z-index: 999;
        //background-color: #ccc;
    }
    #hotel-slogan{
        position: absolute;
        top: 185px;
        //width: 25vw;
        //height: 120px;
        z-index: 999;
    }

    .hotel-name-text{
        //max-width: 405px; 
        //max-height: 150px; 
        overflow: hidden;
    }
    .hotel-slogan-text{
        //max-width: 405px; 
        //max-height: 50px; 
        overflow: hidden;
    }

    .owl-carousel .owl-wrapper-outer{
        overflow: hidden;
        position: relative;
        width: 100%;
        margin-top: 77px;
    }
    .srch-btn-cont{
        text-align: right;
    }


    .srch-btn1{
        margin-top: 0;
        padding: 8px 20px;
    }

    .booking-room-info{
        padding-right: 0px;
    }
    .facility-item{
        height: 40px;
        overflow: hidden;
    }
    .facility-item img{
        max-height: 40px;
    }
    #mobil-login{
        display: none;
    }

}
@media screen and (min-width: 0px) and (max-width: 1023px){
    /*#plan-tour{margin-top: 10px;}*/
    .socialIcons{
        display: none;
    }
    #top-nav-seperator{
        display: none;
    }
    #main-slider{
        display: none;
    }
    .owl-carousel-cont{
        display: none;
    }
    .top-nav{
        text-align: center;
    }
    .login-links{
        text-align: center;
    }
    #plan-tour{
        width: 100%;
        height: auto;
        margin-top: 20px;
        background-color: #fff;
        z-index: 999;
    }


    .qr-code-cont{
        display: none;
    }
    .inquery-box-cont{
        display: none;
    }

    #logo{
        width: 100%;
        height: auto;
        z-index: 999;
    }
    #footer-nav{
        display: none;
    }
    #login{
        display: none;
    }
    #logo-img{

        /*        margin-left: auto;
                margin-right: auto;
                padding-top: 10px;*/
        margin-left: auto;
        margin-right: auto;
        padding-top: 0px;
        width: 100%;
        max-width: 220px;
        height: auto;
        margin-top: 36px;
    }

    .owl-carousel .owl-wrapper-outer{
        overflow: hidden;
        position: relative;
        width: 100%;
    }
    .srch-btn-cont{
        text-align: center;
    }
    .srch-btn{
        color: #848484;
        background-color: #FFE200;
        border-color: #F2DC00;
        margin-top: 10px;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    .facility-cont{
        margin-bottom: 20px;
    }
    .facility-title{
        display: inline;
    }
    #left-sidebar{
        display: none;
    }
    .logo-bussines-room{
        display: none;
    }
    .booking-room-info{
        padding-right: 0px;
        padding-left: 0px;
        width: 100%;
    }

    .facility-item{
        height: 40px;
        overflow: hidden;
        float: left;
        margin: 5px;
    }
    .facility-item img{
        max-height: 40px;
    }
    #mobil-login{
        display: inline-block;
    }

    .hotel-name-text{
        margin-top: 20px;
        text-align: center;
        font-size: 6.5vw;
    }
    .hotel-slogan-text{
        text-align: center;
        font-size: 4vw;
    }
    #splash{
        visibility: hidden;
    }
}
@media only screen and (max-width : 480px) {
    .step-title{
        display: none;
    }
    .steps-cont{
        margin-bottom: 40px;
    }
    .num-of-room-lable{
        margin-top: 20px;
    }
    .booking-from{
        padding-left: 0px;
        margin-left: 0px;
    }
    .room-result-booking{
        padding-left: 30px;
        padding-right: 30px;
    }
    .guest-info-form-panel{
        padding-left: 30px;
        padding-right: 30px;
    }
    .room-result-booking .col-md-6{
        padding-left: 0px;
        padding-right: 0px;
    }


    .login-box-title{
        margin-left: 0px !important;
    }
    .addon-box-title{
        margin-left: 0px !important;
    }

    .search-room-login-info-box{
        margin-left: 0px !important;
    }
    .addon-info-box{
        margin-left: 0px !important;
    }

    .booking-wizard-nav{
    }
}







@media only screen and (max-width : 992px) {
    .home-carousel-ad{
        display: none;
    }
    #back-to-top.show {
        visibility:  hidden;
    }
}
body{
    /*    font-family: "Karla", Helvetica, Arial, sans-serif;
        font-family: 'Roboto', sans-serif;
        font-family: "Roboto", Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;*/
    font-size: 14px;
    line-height: 1.428571429;
    color: #292c2f;
}
p{
    padding: 7px;
}
h2{
    font-size: 24px;
    font-weight: 700;
}
.uppercase{
    text-transform: uppercase;
}
.top-nav{
    /*background-color: #FFE200;*/
    background-color: #fffad4;
    border: none;
    min-height: 59px;
    position: relative;
    margin-bottom: 0px;
    margin-bottom: 20px;
}
.carousel-cont{
    /*    margin-top: 30px;*/
}
.top-nav-list {
    padding-top: 0px;
    margin-bottom: 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.top-bar-avatar-img{
    border: 1.3px solid white;
    width:42px;
    height: 42px;
    border-radius: 50%;
}

.top-nav-list li{
    display: inline-block;
    list-style: none;
    margin-right: 10px;
    font-size: 18px;
    /*    font-size: 12px;*/
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.top-nav-list a{
    text-decoration: none;
    color: #262626;
}
.glyphicon-icon{
    font-size: 20px;
    margin-right: 8px;
}
.fontawsm-icon{
    font-size: 14px;
    margin-right: 5px;
}

#hide-qr {
    padding: 15px;
    border-radius: 5px;
    /*background-color: #fff;*/
}

#plan-tour label{
    /*color: #848484;*/
    margin-top: 5px;
}

/*#plan-tour:hover{
    transition: 0.7s;
    opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9);
}*/
.plan-tour-header{
    margin: -9px 0 -3px;
}
.social-icon-cont{
    margin-bottom: 0px;
    padding-left: 0px;
}
.social-icon-cont a{
    color: #686868;
}
.rm-item-info{
    margin: 0px;
    padding: 5px;
    text-transform: uppercase;
}
.rm-item-info .fa{
    color:black;
}
.rm-item-info li{
    display: inline-block;
    font-size: 12px;
    padding: 5px;
    /*    text-transform: uppercase;*/
}

.rm-item-nameprice{
    margin: 0px;
    padding-left: 6px;
    padding-right: 6px;
    text-transform: uppercase;
    text-align: center;
}
.rm-item-nameprice div{
    /*display: inline-block;*/
    /*    text-transform: uppercase;*/

    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    text-align: center;
}
.rm-item-name{
    /*width: 63%;*/
    max-height: 20px;
    overflow: hidden;
    text-align: left;
    font-size: 12px;
    padding: 5px 2px 0px 3px;
}
.rm-item-price{
    /*width: 35%;*/
    max-height: 40px;
    overflow: hidden;
    text-align: right;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 2px 0px 3px;
}
.room-item-info-one{
    background-color: #FFE200;
    padding-left: 0px;
    padding-right: 0px;
    height: 33px;
    overflow: hidden;
    text-align: center;
}
.room-item-info-two{
    background-color: #000000;
    color: #fff;
    padding-left: 0px;
    padding-right: 0px;
    height: 34px;
    overflow: hidden;
}

/*overiding owl carsoul*/

.owl-prev{
    background: url("../images/left-arrow.png") no-repeat;
    color: transparent;
    width: 24px;
    height: 24px;
    margin-left: 10px;
}
.owl-next{
    background: url("../images/right-arrow.png") no-repeat;
    color: transparent;
    width: 24px;
    height: 24px;
    margin-left: 10px;
}
.aval-rooms-heading{
    margin-top: 40px;
}
/*overiding owl carsoul*/

.caption-yellow{

    text-transform: uppercase;
    padding: 10px 20px 10px 20px;
    margin-top: 160px;
    margin-left: -200px;
}
.caption-white{
    background-color: #ffffff;
    text-transform: uppercase;
    padding: 10px 20px 10px 20px;
    margin-top: 160px;
    margin-left: -200px;
}
.caption-black{
    text-transform: uppercase;
    padding: 10px 20px 10px 20px;
    color: #fff;
    margin-top: 160px;
    margin-left: -200px;
}

.headline {
    font-weight: 700;
}
.things-todo-cont{
    /*    background-color: #F1F1F1;*/
    text-align: center;
}
.things-todo{
    padding-top: 100px;
    padding-bottom: 20px;
}
.things-todo-info{
    margin-bottom: 20px;
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #CACACA;
    padding: 80px 20px 20px;
}
.things-todo h4{
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 25px;
    max-height: 20px;
    overflow: hidden;
}
.things-todo-img{
    position: absolute;
    top: -75px;
    left: 50%;
    margin-left: -75px;
    width: 140px;
    height: 140px;
}
.things-todo-header{
    padding-bottom: 1px;
    margin: 40px 0 -3px;
    border-bottom: none;
}
.todo-img{
    width: 160px;
    height: 160px;
    border: 4px dotted green;
}

.srch-btn:hover{
    background-color: #000000;
    border-color: #000000;
    color: #ffffff;
}
.btn-margin:hover{
    background-color: #F9E200;
    border-color: #F2DC00;
}

.clear{
    clear: both;
}

.facility-image{
    padding-left: 55px;
}
.facility-title{
    padding-top: 12px;
    margin-left: 8px;
}
.index-footer{
    //background-image: url('../images/footer-banner.jpg');
    height: auto;
    margin-bottom: 10px;
    padding-right: 0px;
    padding-left: 0px;
    text-shadow: 1px 1px 1px #000;
}
.index-footer h3{
    color: #fff;
    font-size: 28px;
    margin: 20px 0 20px;
}
.index-footer p{
    color: #d4d5d5;
    font-size: 12px;
    margin-bottom: 20px;
}
.index-footer ul{
    padding: 0px;
    margin: 0px;
}
.index-footer li{
    padding: 5px 0px 5px 0px;
    list-style: none;
}
.index-ftr-overlay{
    background: rgba(42,46,47, 0.9);
    width: 100%;
    margin: 0px;
    padding: 0px;
}
.footer{
    border-bottom: 0px solid #ccc;
    margin-bottom: 5px;
}

.socialies ul{
    margin-top: 10px;
    margin-bottom: 10px;
}
.socialies li{
    display: inline-block;
    margin-right: 5px;
}

.ftr-section-left{
    padding: 0px 0px 0px 0px;
    text-align:center;
    margin-top: -3px;
    padding-left: 0px;
}


.ftr-section-right{
    padding:10px 0px 10px 0px;
    text-align:right;
}
.ftr-section-right ul{
    padding-right: 0px;
}
.footer-link {
    padding-top: 0px;
}
.footer-link li{
    display: inline-block;
    list-style: none;

    font-size: 12px;
    //letter-spacing: 1px;
    color: #686868;
}
.footer-link a{
    text-decoration: none;
    color: #686868;
}
.footer-icons{
    color: #FFE200;
}

.footer-menu {
    text-align: center;
    margin-top: 10px;
}
.footer-menu li{
    display: inline;
    width: 100%;
    padding: 20px 0 10px;
    text-align: center;
    list-style: none;
}
.footer-menu li a {
    color: #686868;
    padding: 2px 8px 2px 6px;
    font-size: 12.5px !important;
    line-height: 1;
    border-right: 1px solid #7c7c7c;
    text-decoration: none;
}
.footer-menu li a:hover{
    color: #000;
}
.footer-menu li.last-item a {
    border: none;
}

.whr-to-find{
    color: #fff;
    padding-right: 0;
    padding-left: 0;
}
.Slider-main-imgae-div{
    padding-left: 0;
}
.whrto-find-txt{
    font-size: 12px;

}

.whr-to-find ul li:last-child{
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 225px;
}

.google-maps {
    position: relative;
    //padding-bottom: 45%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
    margin-bottom: 20px;
    margin-top: 24px;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.google-bottom-maps {

    margin-top: 24px;
}
.qr-code-cont{
    width: 295px;
    height: 250px;
    background-image: url('../images/qr-bg.png');
    border-radius: 0px 0px 0px 4px;
    position: fixed;
    right: -260px;
    top: 120px;
    z-index: 99999;
}

.inquery-box-cont{
    width: 600px;
    height: 300px;
    border-radius: 0px 0px 0px 4px;
    position: fixed;
    right: -565px;
    top: 70px;
    z-index: 9999;
    background: url('../images/iq-bg.png') no-repeat top left;
}
.inquery-box-inside{
    background-color: #fff;
    margin-left: 35px;
    padding: 20px 80px 20px 20px;
}

.carousel-caption1{
    position: absolute;
    left: 70px;
    top: 230px;
    padding: 7px 30px 7px 30px;
    color: #000;
    background-color: #FFE200;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}
.carousel-caption2{
    position: absolute;
    left: 70px;
    top: 280px;
    padding: 12px 30px 15px 30px;
    color: #000;
    background-color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

/*    modelpopup screen shaking issue fix code*/
.modal {
    overflow-y: auto;
}
.modal-open {
    overflow: auto;
}
.modal-open[style] {
    padding-right: 0px !important;
}
/*    modelpopup screen shaking issue fix code*/

/*----------------------------inner pages-------------------------------------*/

/*---results--*/
.steps-cont{
    margin-top: 30px;
}

.item-cont{

}

.booking-search-widget-wrapper{
    /*//background-color: #F1F1F1;*/ 
    /*//background-color: #607884;*/
    padding-top: 20px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}


.book-btn-full{
    width: 50%;
    color: #fff;
    text-transform: uppercase;
}

@media(max-width:768px){
    .book-btn-full {
        width: auto;
    }
}

/*.step{
    background-color:#F5F5F5;
    padding: 10px;
    font-size: 14px;
    border-radius: 5px;
    margin: 5px;
    text-align: center;
}*/
/*.step-img{height: 25px; width: 25px;}*/

/*#active-step{
    font-weight: bold;
}*/

.step-wrapper {
    width: 200px;
    float: left;
    margin: 0 33px 0 0;
}
.step-icon-wrapper {
    background: #fff;
    width: 60px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}
.step-title {
    font-size: 22px;
    width: 100%;
    text-align: center;
    margin: 14px 0 0 0;
    line-height: 130%;
    font-weight: bold;
}
.step-icon {
    color: #fff;
    font-size: 18px;
    width: 35px;
    height: 35px;
    text-align: center;
    padding: 6px 2px 0px 0px;
    border-radius: 99%;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    background: #dddbdb;
    color: black;
    font-weight: 900;
}
.step-icon-current{
    background: #ffe800;
    color: #000;
}

.step-line {
    background: #e8e8e8;
    height: 1px;
    width: 65%;
    margin: 0 auto;
    position: relative;
    top: 19px;
    z-index: 1;
}

.gray-widget {
    background: none repeat scroll 0 0 #f1f1f1;
    margin-bottom: 15px;
}
.white-widget {
    background-color: #fff;
    margin-bottom: 15px;
}

.item-cont{
    padding: 0px;
   /*/border: 1px solid #E6DFDF;*/*/
    /*    padding: 10px;
        border-radius: 0px 0px 5px 5px;
        margin-bottom: 10px;*/
}
.room-name{
    padding: 5px 5px 5px 12px;
    background-color: #FFE200;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    background-color: #adc9ff;
    border-bottom: 3px solid #617aa9;
}
.room-name span{
    cursor: pointer;
    letter-spacing: 1px;
}
.widget-name{
    /*//padding: 8px 5px 8px 12px;*/
    padding: 8px 5px 4px 12px;
    background-color: #FFE200;
    font-size: 14px;
    font-weight: 600;
    /*//text-transform: uppercase;*/
}

.inner-faci-icon{
    width: 20px;
    height: 20px;
    margin: 3px;
}

.price-discount{
    margin: 0px;
    padding: 0px;
}
.price-discount li{
    list-style: none;
    line-height: 26px;
}

.photo-gal-thumb{
    list-style: none;
}

#full-disc{
    height: 130px;
    overflow: hidden;
}
#disc-less{
    cursor: pointer;
}
#disc-more{
    cursor: pointer;
}
#item-show{
    //background-image: url('../images/show.png');
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-top: 5px;
    margin-left: 33px;
}
#item-hide{
    //background-image: url('../images/hide.png');
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-top: 5px;
    margin-left: 33px;
}

#item-show2{
    //background-image: url('../images/show.png');
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-top: 5px;
    margin-left: 33px;
    margin-right: -1px;
}
#item-hide2{
    //background-image: url('../images/hide.png');
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-top: 5px;
    margin-left: 33px;
    margin-right: -1px;
}
#item-show3{
    background-image: url('../images/show.png');
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-top: 5px;
    margin-left: 33px;
}
#item-hide3{
    background-image: url('../images/hide.png');
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-top: 5px;
    margin-left: 33px;
}
/*photo gallery*/
.modal-body {
    padding:5px !important;
}
.modal-content {
    border-radius:5px;
}
.modal-dialog img {
    text-align:center;
    margin:0 auto;
}
.controls{
    width:50px;
    display:block;
    font-size:11px;
    padding-top:8px;
    font-weight:bold;
}
.next {
    float:right;
    text-align:right;
}
.modal-dialog {
    width:500px;
    /*padding-top: 90px;*/
    padding-top: 0px;
}

@media(max-width:768px){
    .modal-dialog {
        width:calc(100% - 20px);
    }
}

.modal-page {
    width: 900px !important;
}
.modal-description {
    padding-left: 25px;
    padding-right: 25px;
}
.photo-gal-thumb {
    padding: 0px;
    cursor: pointer;
    margin-top: 5px;
    margin-left: 0;
}

.photo-gal-thumb-room{
    padding: 0px;
    margin: 4px;
    cursor: pointer;
    width: 49px !important;
}

.bg-seperator{
    color: #000 !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    border-top: 1px solid #e2e2e2 !important;
}

/*photo gallery*/

.ribbon-left{
    position: absolute;
    top: -2px;
    left: 9px;
    width: 150px;
    height: 60px;
    z-index: 999;
}
.ribbon-left-two{
    position: absolute;
    top: -2px;
    left: -6px;
    width: 150px;
    height: 60px;
    z-index: 999;
}
.ribbon-top-right{
    position: absolute;
    top: -5px;
    right: 12px;
    width: 60px;
    height: 150px;
    z-index: 999;
}
.ribbon-top-right-two{
    position: absolute;
    top: -5px;
    right: 0px;
    width: 60px;
    height: 150px;
    z-index: 999;
}
/*---results--*/

/*----------------------------inner pages-------------------------------------*/

/*------------------------------Login page------------------------------------*/
.login-bg{
    //background-image: url('../images/login-pagebg.jpg');
    background-size: cover;
    background-repeat:no-repeat;
    overflow: hidden;
}
.login-box{
    margin-top: 90px;
    margin-left:auto;
    margin-right:auto;
    //width: 400px; 
    height:auto;
    padding: 20px;
    border: 1px #ffffff solid;
    border-radius: 5px;
    background-color: #ffffff;
    z-index: 1;
    position: relative;
}
.login-box-logo{
    margin-top:30px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:120px;
    width:186px;
    height:auto;
    z-index: 1;
    position: relative;
}
/*------------------------------Login page------------------------------------*/

/*------------------------------Error page------------------------------------*/
.login-box-error-message{
    margin-top: 156px;
    margin-left:auto;
    margin-right:auto;
    height:auto;
    padding: 10px;
    border: 1px #ffffff solid;
    border-radius: 5px;
    background-color: #ffffff;
    z-index: 9999;
    position: relative;
}
.login-box-error-message-title{
    color: #fff;
    font-size: 15px;
    padding: 10px;
    font-weight: bold;
}

/*----------------------------Administrator-----------------------------------*/

.admin-main-nav a{
    text-decoration: none
}
.admin-main-nav li{
    background-color: #FFE200;
    padding: 10px 0px 10px 15px;
    border-bottom: 1px solid #fff;
    //font-weight: bold;
}
.admin-main-nav li:hover{
    background-color: #FFF079;
    color: #000;
    //font-weight: bold;
}

.login-box-error-message-title{
    background-color: #FFE200;
}


/*pick list styles*/
.pickList_sourceListContainer, .pickList_controlsContainer, .pickList_targetListContainer {
    float: left;
    margin: 0.25em;
}
.pickList_controlsContainer {
    text-align: center;
    margin-top: 27px;
    margin-left: 20px;
    margin-right: 20px;
}
.pickList_controlsContainer button {
    display: block;
    width: 100%;
    text-align: center;
}
.pickList_list {
    list-style-type:none;
    margin: 0;
    padding: 5px;
    float: left;
    width:300px;
    height: 180px;
    border: 1px inset #eee;
    border-radius: 4px;
    overflow-y: auto;
    cursor: default;
    background-color: #f1f1f1;
}
.pickList_selectedListItem {
    background-color: #a3c8f5;
}
.pickList_listLabel {
    font-size: 0.9em;
    font-weight: bold;
    text-align: center;
}
.pickList_clear {
    clear: both;
}

.pickList_controlsContainer button {
    width: auto;
}
.pickList_control {
    width: 50px;
}
.pickList_addAll{
    width:28px;
    height: 26px;
    border: 1px solid #4cae4c;/*#ECC500*/
    border-radius: 50%;
    background-color: #5cb85c;
    /* background-color: #FFE200;*/
    margin-top: -2px;
}
.pickList_add{
    width:28px;
    height: 26px;
    border: 1px solid #4cae4c; /*#ECC500*/
    border-radius: 50%;
    background-color: #5cb85c;
    /* background-color: #FFE200;*/
    margin-top: 2px;
}
.pickList_add:hover, .pickList_remove:hover, .pickList_addAll:hover, .pickList_removeAll:hover{
    border: 2px solid #ccc;
}

.pickList_removeAll{
    width:28px;
    height: 26px;
    border: 1px solid #4cae4c; /*#ECC500*/
    border-radius: 50%;
    background-color: #5cb85c;
    /* background-color: #FFE200; */
    margin-top: 2px;
}
.pickList_remove{
    width:28px;
    height: 26px;
    border: 1px solid #4cae4c ; /*#ECC500*/
    border-radius: 50%;
    background-color: #5cb85c;
    /* background-color: #FFE200; */
    margin-top: 2px;
}
/*pick list styles*/



/*list view*/
.list-tbl-hd {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    margin-bottom: -4px;
    background: #000;
    color: #fff;
}

.list-tbl {
    //border: 1px solid #ccc; 
    //margin-top: 5px; 
    background: #F1F1F1;
    color: #000;
}
.list-tbl td{
    padding: 10px;
}

.list-tbl:hover{
    background: #FFF079;
    color: #000;
}

.inner-row-1 div{
    float: left;
    padding: 12px;
    overflow: hidden;
    //height:28px;
}

.border-right{
    border-right:1px solid #ccc
}
.border-left{
    border-left:1px solid #ccc
}
.border-right-dot{
    border-right:1px dotted #ccc
}
// table column border right.

.event-icons span{
    padding-left: 5px;
    padding-right: 5px;
}
/*list view*/

/*toottip*/
.tooltip-cont{
    position: relative;
    background-color: #f1f1f1;
    padding: 10px;
}
.multi-tooltip{
    position: absolute;
    left: 50%;
    margin-left: -160px;
    top: -180px;
    background-color:#0088cc;
    padding: 10px;
    color: #fff;
    visibility: hidden;
    border-radius:4px;
    box-shadow: 5px 5px 8px #CCC;
}
.tooltip-cont:hover .multi-tooltip{
    visibility: visible;
}
.arrow-tooltip {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #0088cc;
    position: absolute;
    left: 20px;
    bottom: -10px;
}

/*multiple file upload*/
.thumb {
    height: 75px;
    border: 1px solid #000;
    margin: 10px 5px 0 0;
}
.admin-hotel-logo{
    /*      width: 100%;
          padding-top: 15px;
          padding-bottom: 10px;*/
    max-height: 60px;
}
.admin-status{
    position: relative;
}
.admin-name-wrapper{
    padding-top: 20px;
    padding-bottom: 10px;
    float: right;
    margin-right: 80px;
    text-align: right;
}
.admin-name{
    max-width: 172px;
    max-height: 20px;
    overflow: hidden
}
.admin-profile-image{
    position: absolute;
    top: 6px;
    right: 3px;
}

.admin-hotel-name-slogan h3{
    margin: 12px 0px 0px 20px;
    padding: 0px;
}
.admin-hotel-name{
    max-width: 803px;
    max-height: 40px;
    overflow: hidden;
}
.admin-hotel-slogan{
    max-width: 803px;
    margin-left: 21px;
    max-height: 20px;
    overflow: hidden;
}


.hi-user-name{
    max-width: 212px;
    height: 12px;
    overflow: /*hidden*/ unset;
}
.testimonial-cotent{
    max-width: 540px;
    max-height: 110px;
    overflow: hidden;
}
.admin-photo-gal-thumb {
    padding: 0px;
    margin: 12px;
    cursor: pointer;
    width: 22%;
}
.btn-newback {
    background-color: #292c2f;
    color: #ffffff;
    margin-top: -4px;
    padding: 4px;
}

.admin-footer-banner{
    height: 220px;
    width: 100%;
    margin-top: 25px;
}

.one-line-full-width{
    width:100%;
    overflow: hidden;
}
.one-line-full-width-top-margin{
    width:100%;
    max-height:20px;
    margin-top: 15px;
    overflow: hidden;
}
.one-line-full-width-bottom-margin{
    width:100%;
    max-height:20px;
    margin-bottom: 15px;
    overflow: hidden;
}
.three-lines-full-width{
    max-height:60px;
    margin-top: 5px;
    overflow: hidden;
    color: #3c3a39;
}
/*----------------------------Administrator-----------------------------------*/

/*------------------ Notification Dialog styles ------------------------------*/
.type-success {
    width:60px;
    height:60px;
    background-image: url("../images/icons/success.png");
    float: left;
}
.type-warning {
    width:60px;
    height:60px;
    background-image: url("../images/icons/warning.png");
    float: left;
}
.type-fail {
    width:60px;
    height:60px;
    background-image: url("../images/icons/fail.png");
    float: left;
}
.type-notify {
    width: 30px;
    height: 30px;
    background-image: url(../images/icons/info.png);
    float: left;
    background-size: cover;
}
.common-modal-header{
    background-color:#ffe200;
}
.modal-header-text{
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    color: #4c4c4c;
    font-weight: normal;
}
.modal-close {
    background: #ec5d5d !important;
    padding-bottom: 4px !important;
    padding-left: 6px !important;
    padding-right: 6px !important;
    margin-top: -15px !important;
    margin-right: 5px;
}
.close {
    font-size: 26px !important;
    opacity: 1 !important;
    color: #fff !important;
}

.modal-footer-text{
    margin: 0px;
    padding: 0px;
    font-size: 10px;
    color: #888888;
    font-weight: normal;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 20px;
    margin-bottom: 10px;
}


.form-group1{
    height:60px
}

#notificationSuccess{
    padding-left: 12px !important;

}

#notificationSuccess{
    //margin-left: 75px;
}
#notificationSuccess_image{
    //margin-left: 75px;
}
#notificationSuccess_addon{
    //margin-left: 75px;
}
#notificationSuccess_thingstodo{
    // margin-left: 75px;
}

#restext{
    padding-top: 20px;
}
#error-count{
    margin-right: 390px;
    color: #EBECED;
    font-size: 10px;
}
#error-count_image{
    margin-right: 400px;
    color: #EBECED;
    font-size: 10px;
}
#error-count_addon{
    margin-right: 400px;
    color: #EBECED;
    font-size: 10px;
}
#error-count_thingstodo{
    margin-right: 400px;
    color: #EBECED;
    font-size: 10px;
}
/*------------------ Notification Dialog styles ------------------------------*/

.btn-margin{
    margin-top: 10px;
}

/*---------------------------Alignment styles---------------------------------*/
.left-last{
    padding-left: 16px;
}
.right-last{
    padding-right: 0px;
}
/*---------------------------Alignment styles---------------------------------*/

/*---------------------------Manage addons table------------------------------*/
.manage-addons-table-title {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    //background: #e8e8e8 repeat-x left top;
    background: #ccc;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    //background-image: -webkit-linear-gradient(top,#f7f7f7,#e8e8e8);
    padding: 6px;
}

.manage-addons-table-header{
    //border-top: 1px solid #000;
    //border-left: 1px solid #000;
    //border-right: 1px solid #000;
    //background: #000;
    //color: #fff;
    background: #e8e8e8 repeat-x left top;
    background-image: -ms-linear-gradient(top,#f7f7f7,#e8e8e8);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#f7f7f7),to(#e8e8e8));
    background-image: -webkit-linear-gradient(top,#f7f7f7,#e8e8e8);
    font-weight: bold;
    border-bottom: 1px #CCCCCC solid;
}

.manage-addons-table-row{
    //border-top: 1px solid #ccc;
    //border-bottom: 1px solid #ccc;
    //border-left: 1px solid #ccc;
    //border-right: 1px solid #ccc;
    background: #F1F1F1;
    color: #000;
    //margin-top: 5px;
}
.table-row-second {
    background: #FFF;
    color: #000;
}

.table-row-last {
    border-bottom: 1px solid #ccc;
}

.manage-addons-table-row img{
    width: 100px;
    height: 100px;
}

.manage-addons-table-row:hover{
    background-color: #FFF079;
}

.manage-addons-table-row div{
    float: left;
    padding: 5px;
    overflow: hidden;
    height: 110px;
}
.table-heading {
    padding-top: 7px;
    padding-left: 7px;
}

.manage-addons-table-description ul{
    margin: 0px;
    padding: 0px;
}
.manage-addons-table-description li{
    max-width: 500px;
    height: 20px;
    overflow: hidden;
}

.manage-addons-action-icon a{
    //margin-left: 10px;
    cursor: pointer;
    background-color: #E4E4E4;
    //border-radius: 5px;
    color: #333;
    //margin: 2px;
    padding: 5px 8px 5px 8px;
    ;
    border:1px solid #A5A5A5;
    border-radius: 5px;
}
.manage-addons-action-icon a:hover{
    background-color: #FFE200;
}
.action-btn-first{
    border-radius: 5px 0px 0px 5px;
    margin-right: -5px;
}
.action-btn-last{
    border-radius: 0px 5px 5px 0px;
    margin-left: -5px;
}


.facility-item-alignment div{
    margin: 10px;
}
.addon-footer-wrapper{
    border-top: #AAA solid 1px;
}
.addon-footer-txt{
    padding-top: 5px;
    color: #000;
    padding-bottom: 5px;
}
/*---------------------------Manage addons table------------------------------*/

/*-------------------------------Pagination-----------------------------------*/
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 0px 15px;
    line-height: 1.428571429;
    text-decoration: none;
    background-color: #f1f1f1;
    border-bottom: 1px solid #d6d6d6;
    //margin-left: 1px;
    font-size: 12px;
    font-weight: 700;
    color: #292c2f;
}

.pagination > li > a:hover {
    background-color: #FFE200;
}

.pagination > .active > a
{
    z-index: 2;
    color: #000;
    cursor: default;
    background-color: #2dad3d;
    border-color: #CCC;
}
.pagination > .active > a:hover{
    background-color: #000;
    color: #fff;
    border-color: #ccc;
}
.pagination-status-txt{
    padding-top: 15px;
    color: #000;
    padding-bottom: 0px;
}
.pagination-wrapper{
    border-bottom: 3px solid black;
}



/* To High light table rows   */
.ajax_table tr:nth-child(odd)	{
    //background-color: #f1f1f1;
    background-color: #ececec;
    //background-color: #f7f7f7;
}
.ajax_table tr:nth-child(even) {
    //background-color: #ffffff;
    background-color: #ffffff;
}
/*-------------------------------Pagination-----------------------------------*/
/*-------------------------------View text background-------------------------*/

/*-------------------------------Display text color---------------------------*/
.empty-text {
    color: darkkhaki;
}

/*-------------------------------testomonial styles---------------------------*/

#carousel {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

#slides {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
}

#slides ul {
    list-style: none;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
}

#slides li {
    width: 100%;
    height: auto;
    float: left;
    //text-align: center;
    position: relative;
    font-family: lato, sans-serif;
}

/* Styling for prev and next buttons */

.btn-bar {
    width: 60%;
    margin: 0 auto;
    display: block;
    position: absolute;
    top: -40px;
    right: 5px;
}

#buttons {
    //padding: 0 0 5px 0;
    float: right;
}

#buttons a {
    text-align: center;
    display: block;
    //font-size: 50px;
    float: left;
    outline: 0;
    //margin: 0 60px;
    //color: #b14943;
    text-decoration: none;
    display: block;
    //padding: 9px;
    width: 20px;
}

a#prev:hover,
a#next:hover {
    color: #FFF;
    text-shadow: .5px 0px #b14943;
}

.quote-phrase,
.quote-author {
    font-weight: 300;
    display: table-cell;
    vertical-align: middle;
    padding: 5px 5px;
    font-family: 'Lato', Calibri, Arial, sans-serif;
    //height: 200px;
    font-size: 15px;
    color: #000;
    font-style: italic;
    text-shadow: .5px 0px #b14943;
}

.quote-marks {
    font-size: 30px;
    padding: 0 3px 3px;
    position: inherit;
}

.quote-author {
    font-style: normal;
    font-size: 20px;
    color: #b14943;
    font-weight: 400;
    height: 30px;
}
.quote-phrase{
    width: 100%;
    max-height: 64px;
    overflow: hidden
}

.quoteContainer{
    display: table;
    width: 100%;
    max-height: 64px;
    overflow: hidden
}


.authorContainer {
    display: table;
    width: 100%;
}
/*-------------------------------testomonial styles---------------------------*/

/*---------------------------Model popups for messages------------------------*/
.message-title{
    font-size: 12px;
    font-weight: bold;
}

.message-text{
    font-size: 20px;
}
/*---------------------------Model popups for messages------------------------*/

/*----------------------------Home Page Styles--------------------------------*/
.home-page-content{

}
.home-nav{
    background-color: #FFE200;
    border: none;
    margin-bottom: 0px;
}
.home-contact{
    padding-top: 14px;
}

.home-full-slider{
    background-image: url("../images/home-bg.jpg");
    background-repeat: no-repeat;
    background-color: #010101;
    height: 593px;
}
.home-booking-from-cont{
    height: auto;
    padding: 20px;
    background-color: rgba(0, 0, 0,0.5);
    color: #fff;
    margin-top: 40px;
}
/*.home-booking-from{
    color: #fff;
}*/
.language-dorpdown{
    width: 525px;
    margin-top: 2px;
}
.lang-caret-align{
    margin-left: 30px;
    margin-top: -3px;
}
.language-dorpdown li{
    display:  inline-block;
}
.lang-item{
    min-width: 170px;
}
.lang-title{
    margin-left: 30px;
}
.flag{
    width: 24px;
    height: 18px;
    padding: 0px;
    background-image: url('../images/bg-sprite-flags.png');
    display: inline-block;
}
.flag-en{
    background-position: -240px -460px;
}
.flag-de{
    background-position: -240px -244px;
}
.flag-ro{
    background-position: -240px -340px;
}
.flag-ae{
    background-position: -312px -460px;
}

.currency-dorpdown{
    width: 550px;
}
.currency-dorpdown li{
    display:  inline-block;
}
.currency-item{
    min-width: 170px;
}
.currency-code{
    text-transform: uppercase;
    color: #0088cc;
    font-weight: bold;
    margin-right: 10px;
}
.home-carousel-ad{
    position: absolute;
    top: 90px;
    right: 40px;
    width: 300px;
    -webkit-box-shadow: 3px 4px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 4px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 3px 4px 5px 0px rgba(0,0,0,0.75);

}
.home-carousel-ad-indicators{
    left: 200px;
    top: 3px;
    display: inline-block;
    text-align: right;
}
.hotel-item{
    background-color:#0088cc;
    margin-top: 10px;
}

#popularHotels div{
    margin-top: 10px;
}

.hotel-info-overlay {
    position: relative;
    vertical-align: top;
    cursor: pointer;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: all .5s;
    overflow: hidden;
    height: 0;
    background: rgba(0, 0, 0, 0);
    padding: 10px;
    z-index: 9999;
}
.hotel-info-overlay:hover .overlay,
.overlay:hover {
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
}
.hotel-info-tbl{
    min-height: 100px;
}
.home-hotel-price{
    font-size: 20px;
    font-weight: bold;
    text-align: right;
}

.home-hotel-facility-list ul{
    margin: 0px;
    padding: 0px;
    font-size: 12px;
}
.home-hotel-facility-list li{
    list-style: none;
    height: 20px;
    overflow: hidden;
}
.home-hotel-facility-list i{
    padding-left: 2px;
}
.home-hotel-facility-para{
    max-height: 60px;
    overflow: hidden;
}
/*----------------------------Home Page Styles--------------------------------*/

/*----------------------------hotel Page Styles--------------------------------*/
.nav-settings{
    /*    margin-right: 11px;*/
}
.nav-settings li{
    /*    margin-left: 10px;*/
}
.nav-wather-time{
    padding-top: 2px;
}
#splash{
    position: fixed;
    display: none;
    color: #fff;
    z-index: 9999;
}
#splash img{

    border-radius: 5px;
    -webkit-box-shadow: 3px 4px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 4px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 3px 4px 5px 0px rgba(0,0,0,0.75);

}
#splashClose{
    position: absolute;
    right: -6px;
    top: -9px;
    cursor: pointer;
    float: right;
    background-color: #f00;
    border-radius: 50%;
    padding: 5px 10px 4px 9px;
    font-weight: bold;
}
#splashClose:hover{
    background-color: #E60000;
}

.ft-heading{
    margin-top: 70px;
    text-transform: uppercase;
}
.popularhotel-item{
    margin-top: 10px;
    margin-bottom: 10px;
}


/*-------------------------------------------Styles by kelum ----------------------*/

.ui.vertical.steps{
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: visible;
}

.ui.steps:first-child{
    margin-top: 0;
}

.ui.steps{
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 1em 0;
    background: 0 0;
    box-shadow: none;
    line-height: 1.14285714em;
    border-radius: .28571429rem;
    border: 1px solid rgba(34,36,38,.15);
}

.ui.vertical.steps .step:first-child{
    padding: 1.14285714em 2em;
    border-radius: .28571429rem .28571429rem 0 0;
}

.ui.vertical.steps .step{
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-radius: 0;
    padding: 1.14285714em 2em;
    border-right: none;
    border-bottom: 1px solid rgba(34,36,38,.15);
}

.ui.steps .step:first-child{
    font-size: 1rem;
}

.ui.steps .step{
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    vertical-align: middle;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 1.14285714em 2em;
    background: #FFF;
    color: rgba(0,0,0,.87);
    box-shadow: none;
    border-radius: 0;
    border: none;
    border-right: 1px solid rgba(34,36,38,.15);
    -webkit-transition: background-color .1s ease,opacity .1s ease,color .1s ease,box-shadow .1s ease;
    transition: background-color .1s ease,opacity .1s ease,color .1s ease,box-shadow .1s ease;
}

.ui.steps .step>.icon, .ui.steps .step>.icon~.content{
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

.ui.steps .step>.icon{
    line-height: 1;
    font-size: 2.5em;
    margin: 0 1rem 0 0;
}

.ui.ordered.steps .step.completed:before, .ui.steps .step.completed>.icon:before{
    color: #21BA45;
    font-family: Step;
    content: '\e800';
}

i.icon.truck:before{
    content: "\f0d1";
}

i.icon:before{
    background: 0 0!important;
}

.ui.steps .step>.icon, .ui.steps .step>.icon~.content{
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

.ui.step, .ui.steps .step{
    font-size: 1rem;
}


.space-top{
    margin-top: 44px;
    margin-bottom: 25px;
}

.search-room-btn{
    width: 100%;
}

.room-search-list-margin{
    margin-bottom: 10px;
}
.guest-info-form-panel-margin{
    margin-bottom: 10px;
}

.room-result-booking .row{
}

.margintop10{
    margin-top: -8px;
    padding: 0px;
    margin-bottom: 8px;
}

.search-room-login-info-box{
    margin-left: 20px;
    border: 4px solid #9e9e9e;
    padding: 0px 1px 7px 1px;
    color: #000;
    margin-top: 0px;
}
.addon-info-box{
    margin-left: 20px;
    border: 4px solid #9e9e9e;
    padding: 0px 1px 7px 1px;
    color: #000;
    margin-top: 0px;
}

.room-booking-user{
    padding: 0px 0px 0px 0px;
    border-radius: 50%;
    font-size: 15px;
}

.booking-signup-model{
    width: 110% !important;
}

.booking-signup-model .modal-dialog{
    padding-top: 0px !important;
}

.forgot-pass-link{
    color: #000;
    font-weight: bold;
    font-size: 13px;
}

.hotel-wizard-btn{
    padding: 6px 16px 8px 15px;
    font-size: 19px;
}

.login-box-title{
    margin-left: 20px;
    text-transform: none;
}
.addon-box-title{
    margin-left: 20px;
    text-transform: none;
}


.log-out-modal{
    margin-top: 32px;
    margin-bottom: 22px;
}



/*--------------------------- Filter Search List -------------------------*/
#myInput {
    background-image: url('/css/searchicon.png'); /* Add a search icon to input */
    background-position: 10px 12px; /* Position the search icon */
    background-repeat: no-repeat; /* Do not repeat the icon image */
    width: 100%; /* Full-width */
    font-size: 16px; /* Increase font-size */
    padding: 12px 20px 12px 40px; /* Add some padding */
    border: 1px solid #ddd; /* Add a grey border */
    margin-bottom: 12px; /* Add some space below the input */
}

/*#myUL {
    list-style-type: none;
    padding: 0;
    margin: 0;
}*/

.myUL{
    list-style-type: none;
    padding: 0;
    margin: 0;
    //height: 106px;
    //overflow-wrap: break-word;
    //overflow: scroll;
    max-height: 106px;
    overflow-y:scroll;
    height: auto;
}

.myUL li {
    border: 1px solid #ddd; /* Add a border to all links */
    margin-top: -1px; /* Prevent double borders */
    background-color: #f6f6f6; /* Grey background color */
    padding: 8px 15px 8px 15px;
    text-decoration: none;
    font-size: 13px;
    color: black; /* Add a black text color */
    display: block; /* Make it into a block element to fill the whole list */
}

.myUL li a{

}

.form-save-button{
}

.myUL li a.header {
    background-color: #e2e2e2; /* Add a darker background color for headers */
    cursor: default; /* Change cursor style */
}

.myUL li a:hover:not(.header) {
    background-color: #eee; /* Add a hover effect to all links, except for headers */
}

#responseTxt .form-control{
    height: 30px !important;
}

.btn-yellow{
    color: #000000;
    background-color: #FFE200;
    margin-right: 5px;
}

.btn-icon{
    font-size: 12px;
}

.no-padding-left{
    padding-left: 0px;
}

.no-padding-right{
    padding-right: 0px;
}

.no-padding-top{
    padding-top: 0px;
}

.no-padding-bottom{
    padding-bottom: 0px;
}

#results-div ul li{
    background-color: #f5f5f5;
    padding: 11px 15px 10px 15px;
    border-bottom: 1px solid #ddd;
}

.id-number {
    position: relative;
    padding-left: 30px;
}

.id-number:before{
    font-family: FontAwesome;
    content: "\f2c2";
    position: absolute;
    font-size: 17px;

}


.btn-right-margin{
    margin-right: 5px;
}

.num{
    background: #ffe200;
    padding: 8px 20px 8px 16px;
    border-radius: 50%;
    font-size: 23px;
}

.search-widget{
    background-color: #F1F1F1;
    padding-top: 20px;
    padding-bottom: 10px;
}

.room-book-data li{
    line-height: 35px;
}

.room-book-data{
    padding-left: 0px;
}


/*----------------------------Back to top button Styles-----------------------*/
#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    padding: 10px;
    text-align: center;
    line-height: 30px;
    background: #CECECE;
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    font-size: 40px;
}

@media(max-width:768px){
    #back-to-top{
        display:none !important;
    }
}

#back-to-top.show {
    opacity: 1;
}
#content {
    height: 2000px;
}
/*----------------------------Back to top button Styles-----------------------*/

/*------------------------Incrementer Decrementer Styles----------------------*/
.IncDec{
    text-align: center;
    border-radius: 0px;
}
.IncDec-minus-btn {
    color: #000;
    background-color: #a0e674;
    border: 1px solid #a0e674;
    height: 40px;
    width: 100%;
    border-radius: 4px 0px 0px 4px;
    display: block;
}
.IncDec-plus-btn {
    color: #000;
    background-color: #a0e674;
    border: 1px solid #a0e674;
    height: 40px;
    width: 100%;
    border-radius: 0px 4px 4px 0px;
    display: block;
}

/*------------------------Incrementer Decrementer Styles----------------------*/





.booking-room-info{
    padding-right: 16px;
}
.resevertion-panel{
    padding-right: 0;
}
.dashboard-widget,bookiboong-source-panel{
    padding-right:0;
}

.room-search-result-wrapper{
    margin-top: 20px;
}
.customer-info-panel{
    margin-top: 20px;
}
.maintanance_code {
    margin-top: 25px;
}
.effect2:before, .effect2:after {
    content: none !important;
}
div#booking-report-data_filter {
    text-align: right;
}


/*- - - - - - -  slider start  - - - - - - - - -*/

.footer-slider-icon{
    position: absolute;
    left: 13px;
    top: -8px;
    border:3px black double;
    border-radius:50%;
}
.footer-slider-lcontrol{
    position: absolute;
    height: 21px;
    width:14px;
    background: transparent !important;
    right:61px !important;
    left:auto !important;
    top:7px;
}
.footer-slider-rcontrol{
    position: absolute;
    height: 21px;
    width:14px;
    background: transparent !important;
    right:45px !important;
    top:7px;
}

.footer-slider-rcontrol .glyphicon, .footer-slider-lcontrol .glyphicon{
    font-size:20px;
}
.footer-slider-container{
    height:198px;
    /*padding-bottom:0px;*/
}
.footer-slider-contant{
    right: 11%;
    left: 2%;
    padding-top: 0px;
    padding-bottom: 0px;
    top: 17px;
}
.footer-slider-head{
    text-align:left;
}
.footer-slide-content-text{
    text-align:left;
    text-shadow: 1px 1px 1px #000;
}
.footer-slider-flag{
    width:18px;
}
.footer-slider-star{
    color:yellow;
    margin-left:3px;
    font-size:16px;
}
/*.footer-slider-starl{
    margin-right:0px !important;
}*/
.footer-slider-mainh{
    color:black;
    margin-left:3px;
}
.footer-slider-seperator{
    color:black;
}
.footer-slider-name{
    color:black;
}
.footer-slider-head span{
    text-shadow: 1px 1px 1px #000;
}
/*- - - - - - -  slider end  - - - - - - - - -*/

.calender-hide-btn {
    /*    display: none;*/
}

/*======================//custom text style//============================*/

.index-footer .whr-to-find span.whrto-find-txt{
    mix-blend-mode: difference;
    filter: drop-shadow(.02em 0.2em red);
    color: white;
    letter-spacing: 1.1px;
}
.index-footer .whr-to-find span.footer-icons:before{
    mix-blend-mode: difference;
    color: white;
}
.index-footer .whr-to-find ul{
    filter: grayscale(1);
}

.index-footer .index-ftr-overlay .whr-to-find div h3.item-header{
    mix-blend-mode: difference;
    filter: drop-shadow(.01em 0.15em red);
    color: white;

}
.index-footer .whr-to-find{
    filter: grayscale(1);
}
.footer-slider-head .footer-slider-name, .footer-slider-head .footer-slider-mainh, .carousel-caption.footer-slider-contant .footer-slide-content-text{
    mix-blend-mode: difference;
    filter: drop-shadow(.02em 0.2em rgba(0,0,0,0.6));
    color: white;
    letter-spacing: 1.1px;
}
.about-hotel .item-header{
    color: white;
    text-shadow: 1px -3px 1px black;
}
.about-hotel p{
    color: white;
    text-shadow: 1px 4px 1px black;
}

/*@media (max-width:1024px){*/
nav.navbar + div[class] div.container, nav.top-nav.admin-top-nav-con div.container{
    /*width:calc(100% - 50px) !important;*/
}
@media (max-width:2000px){
    #guest_signatureModal div.modal-dialog-fullwidth.modal-dialog[role]{
        width:100% !important;
    }
}
@media (min-width: 768px){
    #guest_signatureModal div.modal-dialog-fullwidth.modal-dialog[role]{
        width:100% !important;
    }
}
#guest_signatureModal div.modal-dialog-fullwidth.modal-dialog[role]{
    width:100% !important;
}
.btn-blue.print:hover{
    background:black !important;
}
div.vl.vl-hide-resp{
    display:none;
}
@media (min-width:769px){
    div.left-seperate-ling-green{
        border-left: 2.5px green solid;
    }
}

div.top_navbar_left_sec, div.top_navbar_left_sec #prop_name_loader{
    padding-left:0px !important;
}
div.login-links ul#login.top-nav-list{
    text-align: right;
}
div.top_navbar_left_sec{
    margin-left: 2px !important;
}
div.login-links{
    padding-right:0px !important;
    /*padding-top:5px;*/
}
ul#login.top-nav-list a[title] img{
    display: block;
    top: 5.6px;
    position: relative;
}
/*}*/

/*======================//custom text style end//============================*/


span.top_right_bar_logo{
    display: inline-block;
    width: 22px;
}
span.top_right_bar_logo img{
    width: 100% !important;
    height: auto !important;
    display: inline;
}
span.top_left_bar_logo{
    display: inline-block;
    width: 22px;
    margin-right: 5px;
}
span.top_left_bar_logo img{
    width: 100% !important;
    height: auto !important;
    display: inline;
}
li.inlin-cus{
    display:inline !important;
}

/*======================//custom text style end//============================*/
/*======================//custom text style end//============================*/

.inline_block{
    display:inline-block;
    margin-right: 14px;
}
#table_shape{
    height:26.5px;
}


/*get restaurant table canves*/

@font-face {
    font-family: lato_font_bold;
    src: url(../fonts/lato/Lato-Black.ttf);
}
@font-face {
    font-family: lato_font_regular;
    src: url(../fonts/lato/Lato-Regular.ttf);
}
@font-face {
    font-family: lato_font_medium;
    src: url(../fonts/lato/Lato-Medium.ttf);
}
.table_selection_sub_h{
    font-family: lato_font_bold !important;
    font-size: 18px;
}
.table_selection_sub_input_container select{
    font-family: lato_font_regular !important;
    font-size: 18px;
}
.table_selection_sub_input_container input{
    font-family: lato_font_regular !important;
    font-size: 18px;
    display: inline-block;
}
.customertable_select_customer_lable{
    font-family: lato_font_regular !important;
    font-size: 18px;
    display: inline-block;
}
.customertable_select_customer_lable:after{
    /*    content: ":";
        position: relative;
        margin-left: 5px;
        margin-right: 3px;*/

}
.customertable_select_customer{
    font-family: lato_font_regular !important;
    font-size: 18px;
}
.customertable_select_customer_namelable{

}
.customertable_select_customer_name{

}
.customertable_select_customer_container_item{
    /*display: table-cell;*/

}
.customertable_select_customer_container{
    /*    display: flex;
        justify-content: left;*/
}
/*.customertable_select_customer_container .customertable_select_customer_col_sub:nth-child(1){
    margin-right:calc(100% - 10px);
}
.customertable_select_customer_container .customertable_select_customer_col_sub:nth-child(2){
    margin-left:10px;
}*/
.customertable_select_customer_container{
    /*.customertable_select_customer_col{*/
    /*background-image: linear-gradient(to right, #e2e2e2, #dadbdc, #dadada, #dde4e8);*/
    background-color:rgba(204,204,204,1);
    padding: 4px 12px;
}
/*.customertable_select_customer_container_item{*/
.customertable_select_customer_col_sub{
    background-color:rgba(219,221,222,1);
    display: flex;
    align-items: center;

}
/*End get restaurant table canves*/

.order_table_h_custom_margin{
    margin-bottom:3px;
}
@media(max-width:1024px){
    .order_table_customer_live_serach_container{
        padding-right: 0px !important;
    }
    .search-name-ajax-table_resp_container{
        overflow: overlay;
        margin-bottom: 30px;
    }
}


/*View order Invoice*/
.order_invoice_guestinfo, .order_invoice_guestinfo_val{
    display:inline-block;
}
.order_invoice_guestinfo{
    margin-right: 12px;
}
.order_invoice_guestinfo, .order_invoice_guestinfo_val{
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.8px;
}
.order_invoice_guestinfo{
    font-weight: 500;
}
.order_invoice_guestinfo_val{
    font-weight: 900;
}

@media(min-width:1025px){
    .order_invoice_guestinfo_container_left{
        display: flex;
        justify-content: flex-start;
    }
    .order_invoice_guestinfo_container_right{
        display: flex;
        justify-content: flex-end
    }
}
.admin-page-title-cont.admin-page-title-cont-custom{
    padding-left: 22px;
    padding-right: 22px;
}
.col-outerspace-none{
    maring-left:0px;
    margin-right:0px;
    padding-left: 0px;
    padding-right:0px;
}
.row.view-order-invoice-row-font-custom *{
    font-size: 14px;
    font-weight: 700;
    line-height: 38px;
}
.row.view-order-invoice-row-font-custom .booking-summery-total-column span,
.pricing-info-value-box-loop-span{
    font-weight: 900 !important;
}
.pull-left-custom{
    text-align: left;
}
.pull-right-custom{
    text-align: right;
}
table.view-invoicde-item-table{
    margin-bottom:1px;
}
.view-invoice-row-double-margin{
    margin-bottom: 10px;
}
/*.percentage-input-right-custom::after{
    content:"%&";
    position: absolute;
    right:0px;
    top:0px;
}*/
input.input-vieworder-after-custom{
    padding-right: 12px !important;
}
.vieworder-input-flex-inner-container{
    /*display: flex;*/
}
.discount-percentage-custom{
    display: inline-block;
    right: 25px;
    top: 0px !important;
    position: absolute;
}
.gross-total-custom strong{
    font-weight:900 !important;
    font-size: 20px !important;
}
.view-order-note.view-order-note-fullwidth{
    width:100%;
    font-weight: 500;
    padding: 7px 12px;
    line-height: 18px;
    min-height: 150px;
    margin-top: 18px;
    margin-bottom: 10px;
}
th.pull-left-custom, th.pull-right-custom{
    line-height: 18px !important;
    padding-top:9px;
}
.pricing-info-value-box{
    padding-right: 0px !important;
}
span.vieworder-price-span{
    font-size: 14px !important;
    font-weight: 900 !important;
    ;
    line-height: 38px !important;
    padding-right: 6px;
}
.top-space.booking-summery-even-tab-custom{
    height: 70px;
    padding-top: 16px;
}
#price.vieworder-priceitem-total{
    font-weight: 900 !important;
    font-size: 20px !important;
    line-height: 38px;
}
.row.row-non-margin-custom{
    margin-bottom:14px;
}
/*End view order invoice*/

i.fa.fa-custom{
    font-family: FontAwesome !important;
}





@media(min-width:1024px){
    #login.top-nav-list{
        display: flex !important;
        justify-content: right !important;
        align-items: center !important;
        float: right !important;
        height: 100% !important;
        margin-top: 0px !important;
        padding-top: 0px !important;
        margin-bottom: 0px !important;
        padding-bottom: 0px !important;
    }
    li.hi-user-name.inlin-cus{
        display: flex !important;
        align-items: center !important;
    }
    li.website_moe_cus{
        display: flex !important;
        align-items: center;
    }
    li.website_moe_cus img{
        top: unset !important;
    }
    .top-nav-list.social-icon-cont.clear-padding.top-nav-list-admin{
        display: flex;
        align-items: center;
    }
    /*    .clear-padding.admin-top-wrap.admin_top_bar_left_cus{
            height:auto !important;
        }*/
    .top-nav-list.social-icon-cont.clear-padding.top-nav-list-admin{
        /*            padding-top: 0px !important;
            margin-top: 0px !important;
            padding-bottom: 0px !important;
            margin-bottom: 0px !important;*/
    }
    /*    img.img-responsive.admin-hotel-logo{
                    height: 16px !important;
                    width: auto !important;*/
    .top_left_bar_logo_parent_li{
        display:flex !important;
        align-items:center !important;
    }
    .img-responsive.admin-hotel-logo{
        height: 16px !important;
        width: auto !important
    }
    span.topbar_company_name_left{
        line-height: 17px !important;
    }
    .admin_top_bar_right_cus{
        height:32px !important;
    }
}

#room_addon_table_body tr.list-tbl td:last-child{
    line-height: 30px;
}
#room_addon_table_body tr.list-tbl td a{
    margin-left: 3px;
    margin-right: 3px;
}


.dataTables_filter_cus_1 #items_table_filter.dataTables_filter{
    float:right !important;
}

.dataTables_filter_cus_1 #supplier_table_filter.dataTables_filter{
    float:right !important;
}

.other_emails{
    font-size: 10px;
    color: #797777;
}


.index-ftr-overlay.index-ftr-overlay-footer{
    background-color:rgba(0, 0, 0, 0.6) !important;
}

#footer-nav .check-bookings-badge{
    color:white !important;
}

#footer-nav .check-bookings-badge{
    background-color:black !important;
}
.dynamic-bathc-elemt{
       line-height: 1 !important;
    padding: 5px 4px 3px 4px !important;
    border-radius: 3px;
    box-sizing: border-box !important;
    border: none !important;
    font-size: 12.5px !important;
    text-decoration: none !important;
    cursor: pointer !important;
    text-align: center !important;
    list-style: none !important;
}


/*hotel contact us popup*/

.popup-contact-elemt-set{
    width:100%;
}
.popup-contact-elemt-set-con{
    width:100%;
}
.popup-contact-elemt-set-row{
    width:100%;
    display:flex;
    gap:24px;
}
.popup-contact-elemt-set-row.popup-contact-elemt-set-row-btn-con{
    gap:0px !important;
}
.popup-contact-elemt-set-row.popup-contact-elemt-set-row-btn-con .popup-contact-elemt-set-col-12{
    max-width:100% !important;
}
.popup-contact-elemt-set-col-6{
    width:100%;
    max-width:calc(50% - 12px);
    display:flex;
    flex-direction:column;
    gap:24px;
}
.popup-contact-elemt-set-col-12{
    width:100%;
    max-width:calc(100% - 12px);
    display:flex;
    flex-direction:column;
    gap:24px;
}
.popup-contact-elemt-set .form-item, .popup-contact-elemt-set .form-item input, .popup-contact-elemt-set .form-item textarea{
    width:100%;
}

.popup-contact-elemt-set .form-item input{
    min-height: 42px;
    padding: 8px 12px;
}

.popup-contact-elemt-set .form-item textarea{
    min-height: 175px;
    padding: 8px 12px;
}
.popup-contact-elemt-set .popup-contact-elemt-submit-btn{
    float: right;
}

@media(max-width:991px){
    .popup-contact-elemt-set{
        display:none !important;
    }
}
/*end hotel contact us popup*/

.index-footer {
    background-size: contain !important;
    background-position: top center !important;
}

.booking-search-widget-wrapper label {
    color: black !important;
}

.show-calender-icon .fa.fa-calendar.calender-icon {
    color: black;
}

@media(max-width:667px){
    .room_search_form-row-1-elmt{
        /*margin-bottom: 18px;*/
        margin-bottom: 0px;
    }
}

.other-content .book-room-box select{
    font-size: 18px;
}

.book-room-box .booking-button:hover{
    background-color: #000000;
    border-color: #000000;
    color: #ffffff;
}


.checknow-footer-elmt{
    transform: translateX(10px);
}

.guest-info-form-panel input{
    font-size: 15px;
}





.break-down-html-description-dropdown {
    left: unset;
    min-width: unset;
    width: 100%;
}


.btn-control-footer-elmt{

}





.break-down-html-description-dropdown{
    top: 82px !important;
    left: unset !important;
}
.break-down-html-description-dropdown .table{
    margin-bottom: -5px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: -6px;
}

/*.break-down-html-description-dropdown .table table-bordered{
    margin-bottom:0px !important;
}*/


.break-down-html-description-dropdown .table thead{

}
.break-down-html-description-dropdown .table thead tr{

}
.break-down-html-description-dropdown .table thead tr th{

}


.break-down-html-description-dropdown .table tbody{

}
.break-down-html-description-dropdown .table tbody tr{

}
.break-down-html-description-dropdown .table tbody tr td{
    text-align:center;
}



@media(max-width:1024px){
    .btn-control-footer-elmt.btn-control-footer-elmt.btn-control-footer-elmt-sec.btn-control-footer-elmt-sec-gvic{
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media(max-width:991px){
    .booking-common-pg-top-logo-con{
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .booking-common-pg-top-logo-left-con{
        width: auto;
        display: none;
    }
    .booking-common-pg-top-logo-right-con{
        width: 100%;
        text-align: center;
    }
    .booking-common-pg-top-logo-left-logo-elmt{
        display:none !important;
    }
    .booking-button {
        width: auto;
    }

    .check-in-wrap-guest-info-right{
        display: table !important;
        margin-left: auto !important;
        margin-right: 16px !important;
    }
    .hgi-socila-login-elmt-row-1{
        margin-bottom: 8px;
    }
    .srch-btn {
        color: white !important;
        font-size: 16px !important;
        padding-left: 12px !important;
        padding-right: 12px !important;
        width: auto !important;
        line-height: 16px !important;
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }

    .verify-box .form-content .verify-box-value{
        padding-left:0px !important;
    }

    #submit_user_data .addon-box.booking-summery-panel{
        margin-left: -12px;
    }
}

@media(max-width:768px){
    .login-info-box-wrap {
        padding-left: 0px !important;
        margin-left: -12px !important;
    }

    .break-down-html-description-dropdown .table {
        /*        margin-bottom: -5px;
                margin-left: 0px;
                margin-right: 0px;
                margin-top: -6px;
                display: flex;
                flex-direction: row;
                align-items: flex-start;
                justify-content: flex-start;
                background-color: white;*/
        margin-bottom: -5px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: -6px;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-start;
        background-color: white;
        min-width: 50vw;
        left: unset;
        right: unset;
    }
    .break-down-html-description-dropdown .table thead tr {
        display: flex;
        flex-direction: column;
        width: 100%;
        text-align: left;
    }
    .break-down-html-description-dropdown .table tbody tr {
        display: flex;
        flex-direction: column;
        width: 100%;
        text-align: left;
    }

    .break-down-html-description-dropdown .table thead tr th{
        text-align: center;
        height: 42px;
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 8px !important;
        width: 100%;
    }

    .break-down-html-description-dropdown .table tbody tr td{
        text-align: center;
        height: 42px;
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 8px !important;
        width: 100%;
    }

    .break-down-html-description-dropdown .table tbody{
        width: 50%;
    }
    .break-down-html-description-dropdown .table thead{
        width: 50%;
    }
}
@media(max-width:667px){
    ul.dropdown-menu.break-down-html-description-dropdown {
        top: 82px !important;
        width: 100%;
        max-width: 100vw;
        overflow: hidden;
        overflow-x: auto;
        margin-left: 0px;
        left: 0px !important;
    }

    .check-in-wrap-guest-info-right{
        float: right;
        margin-right: 36px;
    }

    .btn-control-footer-elmt{
        display: flex;
        flex-direction: row;
        width: 100%;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 24px;
    }
    .btn-control-footer-elmt > div{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .btn-control-footer-elmt > div input{

    }
    .check-in-wrap-guest-info-sec{

    }
    .btn-control-footer-elmt.btn-control-footer-elmt-sec{
        transform: translateY(-32px);
    }
    .room-content-start{
        /*margin-top: 28px;*/
        margin-top: 0px;
    }
    .roomdiv > .room-content{
        margin-bottom: 42px;
    }
    .carousel-example-generic-col{
        padding-right:0px !important;
    }

    .search-room-detail-wrapper .payment-details{
        padding-left: 0px;
        padding-right: 0px;
        margin-top: 24px;
    }
    .common-footer-sec-con{

    }
    .common-footer-sec-con-left{
        padding-left: 0px;
        padding-right: 0px;
    }
    .common-footer-sec-con-right{

    }

    .customer-info-panel-left.customer-info-panel-left-elmt{
        padding-left: 7.5px;
    }
    .guest-info-form-panel-sec-con-elmt{
        padding-right: 15px !important;
        padding-left: 30px;
    }
    .check-in-wrap-guest-info-right {
        display: table !important;
        margin-left: auto !important;
        margin-right: 28px !important;
    }
    .addon-box.booking-summery-panel.booking-summery-panel22 .addon-info-box.addon-info-box-2.booking-summery-discription.booking-summery-discription-hotel-guest-verify-info{
        width: 100% !important;
    }

    .footer-con-elmt.btn-control-footer-elmt.btn-control-footer-elmt-sec{
        transform: translateY(0px);
    }
    .guest-info-section-start.guest-info-section-start-elmt-con{
        padding-right: 25px;
    }
}

@media(max-width:411px) {
    .addon-item-management-policy-plan-inner-con {
        flex-direction: column !important;
        align-items: center !important;
    }
 }


@media(max-width:479px) {
    .addon-item-management-policy-plan-inner-con {
        align-items: center !important;
    }
    .addon-item-management-pricing-left-row {
        flex-direction: column !important;
    }
    .addon-item-management-pricing-right-con {
        align-items: center !important;
        flex-direction: column !important;
    }
    .addon-item-management-policy-plan-item-con {
        gap: 2px !important;
    }
}

@media(max-width:560px){
    .btn-control-footer-elmt{
        display: flex;
        flex-direction: row;
        width: 100%;
        align-items: center;
        justify-content: center;
        margin-bottom: 24px;
        gap:20px;
    }
    .addon-box.booking-summery-panel.booking-summery-panel22.booking-summery-panel22-hvgi{
        margin-left: 0px !important;
    }
    .btn-control-footer-elmt.btn-control-footer-elmt.btn-control-footer-elmt-sec.btn-control-footer-elmt-sec-gvic {
        padding-left: 12px;
        padding-right: 12px;
        margin-left: -24px;
        margin-bottom: 60px;
    }
        .addon-item-management-left-con {
        width: 100% !important;
    }
    .addon-item-management-right-con {
        width: 100% !important;
    }
    .res-padding-15 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .mt-90-res {
        margin-top: 0px;
    }
    .addon-item-management-con {
        flex-direction: column !important;
    }
    .addon-item-management-pricing-left-col-1 {
        width: 55% !important;
    }
    .addon-item-management-pricing-right-con {
        justify-content: flex-start !important;
    }
}








/*
 social-login-elmt-con-desk-left-align 
 social-login-elmt-con-desk-right-align 
 social-login-elmt-con-mob-left-align 
 social-login-elmt-con-mob-right-align 
*/
.social-login-elmt-con{
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 22px;
    margin-top: 18px;
}
.social-login-elmt-col-1{
    max-width: 150px;
}
.social-login-elmt-col-2{

}

/*deskotp left*/
.social-login-elmt-con.social-login-elmt-con-desk-left-align {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: left;
    gap: 22px;
    margin-top: 18px;
}
/*End deskotp left*/


.social-login-elmt-con .social-login-elmt-col-1,
.social-login-elmt-con .social-login-elmt-col-1{
    margin-bottom:0px !important;
    margin-top:0px !important;
    margin-left:0px !important;
    margin-right:0px !important;
}


.social-login-elmt-con.social-login-elmt-con-full-col-direction{
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

@media(max-width:1024px){
    .social-login-elmt-con .social-login-elmt-col-1,
    .social-login-elmt-con .social-login-elmt-col-1{
        margin-bottom:0px !important;
        margin-top:0px !important;
        margin-left:0px !important;
        margin-right:0px !important;
    }
    .social-login-elmt-con.social-login-elmt-con-full-col-direction{
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center;
        justify-content: center;
        gap: 14px;
    }
}
@media(max-width:991px){
    .social-login-elmt-con .social-login-elmt-col-1,
    .social-login-elmt-con .social-login-elmt-col-1{
        margin-bottom:0px !important;
        margin-top:0px !important;
        margin-left:0px !important;
        margin-right:0px !important;
    }
    .fdck-tmplt-mg{
        margin-bottom:32px;
    }
    .social-login-elmt-con.social-login-elmt-con-full-col-direction{
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center;
        justify-content: center;
        gap: 14px;
    }
    .addon-item-management-right-con {
        width: 75%;
    }
    .left-con-2 {
        width: 15% !important;
    }
}
@media(max-width:768px){
    .social-login-elmt-con .social-login-elmt-col-1,
    .social-login-elmt-con .social-login-elmt-col-1{
        margin-bottom:0px !important;
        margin-top:0px !important;
        margin-left:0px !important;
        margin-right:0px !important;
    }
    .social-login-elmt-con.social-login-elmt-con-full-col-direction{
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center;
        justify-content: center;
        gap: 14px;
    }
}
@media(max-width:668px){
    .social-login-elmt-con .social-login-elmt-col-1,
    .social-login-elmt-con .social-login-elmt-col-1{
        margin-bottom:0px !important;
        margin-top:0px !important;
        margin-left:0px !important;
        margin-right:0px !important;
    }
    .social-login-elmt-con.social-login-elmt-con-full-col-direction{
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center;
        justify-content: center;
        gap: 14px;
    }
}
@media(max-width:480px){
    .social-login-elmt-con .social-login-elmt-col-1,
    .social-login-elmt-con .social-login-elmt-col-1{
        margin-bottom:0px !important;
        margin-top:0px !important;
        margin-left:0px !important;
        margin-right:0px !important;
    }
    .social-login-elmt-con.social-login-elmt-con-full-col-direction{
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center;
        justify-content: center;
        gap: 14px;
    }
}
@media(max-width:441px){
    .social-login-elmt-con .social-login-elmt-col-1,
    .social-login-elmt-con .social-login-elmt-col-1{
        margin-bottom:0px !important;
        margin-top:0px !important;
        margin-left:0px !important;
        margin-right:0px !important;
    }

    .social-login-elmt-con {
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center;
        justify-content: center;
        gap: 14px;
        margin-top: 18px;
    }
    .social-login-elmt-con.social-login-elmt-con-desk-left-align{
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center;
        justify-content: center;
        gap: 14px;
        margin-top: 18px;
    }

    .social-login-elmt-con.social-login-elmt-con-desk-left-align.social-login-elmt-con-mob-left-align{
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 14px;
        margin-top: 18px;
    }
    .social-login-elmt-con.social-login-elmt-con-full-col-direction{
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center;
        justify-content: center;
        gap: 14px;
    }
    .left-con-2 {
        width: 100% !important;
    }
}
@media(max-width:375px){
    .social-login-elmt-con .social-login-elmt-col-1,
    .social-login-elmt-con .social-login-elmt-col-1{
        margin-bottom:0px !important;
        margin-top:0px !important;
        margin-left:0px !important;
        margin-right:0px !important;
    }
    .social-login-elmt-con.social-login-elmt-con-full-col-direction{
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center;
        justify-content: center;
        gap: 14px;
    }
}


@media(min-width:668px) and (max-width:768px){
    .social-login-elmt-col-2.social-login-elmt-col-2-hotel-cus-transform-elmt{
        transform:scale(0.9);
    }
}






.hotel-calender-con-elmt{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    /*gap: 12px;*/
    gap: 0px;
}

.hotel-calender-con-elmt .cal-month{
    margin-left:0px !important;
    margin-rihgt:0px !important;
}

.hotel-calender-con-elmt .cal-month-header{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
/*    column-gap: 13x;
    max-width: 280px;*/
    column-gap: 2px;
    max-width: 271px;
}
.hotel-calender-con-elmt .cal-header-month{
/*    text-align: left;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
    background-image: linear-gradient(90deg, #cdcbcb, transparent, transparent);
    padding-left: 6px;*/

text-align: center;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
    background-image: none;
    padding-left: 6px;

}
.hotel-calender-con-elmt .cal-header-item{
    font-size: 12px;
    /*width: 38px;*/
    width: 36px;
    box-sizing: border-box;
}
.hotel-calender-con-elmt .cal-days{
    width: 100%;
    max-width: 271px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 2px;
}
.hotel-calender-con-elmt .cal-days .cal-day{
    width: 36px;
    box-sizing:border-box;
}

.hotel-calender-con-elmt .cal-days .cal-day:nth-child(1){

}


@media(max-width:991px){
    .hotel-calender-con-elmt {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-start;
        gap: 24px;
    }
}

@media(max-width:667px){
    .hotel-calender-con-elmt {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-start;
        gap: 10px;
    }
}



/*booking payment cancel*/
.booking-condition-con{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 22px;
}
.booking-condition-col-1{
    width: 35%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 0px;
    color: black;
}
.booking-condition-col-2{
    width: calc(65% - 46px);
    margin-left: 46px;
    display: flex;
    flex-direction: column;
    gap: 36px;
}
.booking-condition-col-2-row{
    width:100%;
}
.booking-condition-icon{
    font-size: 32px;
    line-height: 32px;
    word-spacing: 0px;
    letter-spacing: 0px;
    color: white;
    background-color: #df0209;
    margin: 0px;
    padding: 0px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 26px;
    border-radius: 50%;
}

.go-to-home-btn-elmt{
    margin: 32px 0px 16px 0px !important;
    border: 0.3px solid #000000;
    background-color: #ededed;
    margin-bottom:0px !important;
    color: black;
    width: auto;
}
.go-to-home-btn-elmt i{
    font-size: 16px;
    transform: scale(1.4);
    margin-right: 5px;
}
.go-to-home-btn-elmt:hover{
    color: white !important;
}
.go-to-home-btn-elmt:hover i{
    color: white !important;
}
.booking-condition-status{
    font-size: 16px;
    color: #5c5c5c;
    /*color: #000000 !important;*/
    font-weight: 600;
    letter-spacing: 0.3px;
    text-align: center;
    margin: 0px;
    padding: 0px;
}
.booking-condition-status-descrpition{
    text-align: justify !important;
    margin-top: 16px !important;
    padding-top: 0px !important;
    color: black !important;
    font-size: 13px !important;
    margin-bottom: 0px;
    padding: 0px;
}




/*detail-table*/

/*Contact*/
.booking-conditions-sec{
    /*margin-top: 42px;*/
    margin-bottom: 0px;
    width: 100%;
}
.booking-conditions-inner-sec{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
}

.booking-conditions-row{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 32px;
    border-top: unset;
    border-bottom: unset;
    border-left: unset;
    border-right: unset;
    padding-left: 0px;
    padding-right: 0px;
}

.booking-conditions-col-1{
    width: 100%;
    max-width: 170px;
}

.booking-conditions-col-2{
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    border-left: unset;
    padding-left: 12px;
    padding-bottom: 6px;
    padding-top: 6px;
}
.booking-conditions-col-2-row-1{

}
.booking-conditions-col-2-row-2{
    font-weight: 600;
}

.booking-conditions-inner-sec .booking-conditions-row:not(:last-child){
    border-bottom: 1px solid #e3d4d4;
}

.contact-pg-contact-info-h{
    margin-bottom: 12px;
    font-size: 15px !important;
    font-weight: 600 !important;
    text-align: left !important;
    color: black !important;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    margin-top:0px !important;
}

.booking-condition-con-proposion-controller{
    container-name:bookingSectionMaster;
    container-type:inline-size;
}
@container bookingSectionMaster (max-width: 768px) {
    .booking-condition-con {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        padding: 22px;
        gap: 62px;
    }
    .booking-condition-col-1{
        width: 100%;
    }
    .booking-condition-col-2{
        width: 100%;
        margin-left:0px !important;
    }
    .contact-pg-contact-info-h {
        /*text-align: center !important;*/
        background-color: #e3e3e3;
        padding: 9px 5px 5px 5px;
        font-size: 16px !important;
        line-height: 16px;
        text-align:center !important;
    }
}

.booking-conditions-sec{
    container-name: contactSection;
    container-type: inline-size;
}


@container contactSection (max-width: 480px) {
    .booking-conditions-row {
        width: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 3px;
        border-top: unset;
        border-bottom: unset;
        border-left: unset;
        border-right: unset;
        padding-left: 0px;
        padding-right: 0px;
    }
    /*    .booking-conditions-col-2 {
            display: flex;
            flex-direction: column-reverse;
            flex-wrap: wrap;
            align-items: flex-start;
            justify-content: flex-start;
            border-left: none;
            padding-left: 0px;
            padding-bottom: 6px;
            padding-top: 6px;
        }*/
    .booking-conditions-col-1 {
        width: 100%;
        max-width: 100%;
    }
    .booking-conditions-col-2 {
        display: flex;
        flex-direction: row-reverse;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: flex-start;
        border-left: none;
        padding-left: 0px;
        padding-bottom: 0px;
        padding-top: 0px;
        gap: 10px;
        column-gap: 6px;
    }

    .booking-conditions-inner-sec .booking-conditions-row:not(:last-child){
        padding-bottom:6px !important;
    }
    .booking-conditions-inner-sec .booking-conditions-row:not(:first-child){
        padding-top:6px !important;
    }
}
/*End Contact*/
/*end detail-table*/


.booking-success-color{
    color:#0f560f !important;
}
.booking-success-bg-color{
    background-color:#0f560f !important;
}
.booking-success-border-color{
    border-color:#0f560f !important;
}


.booking-codition-logo-elmt{
    width: auto !important;
    height: 80px !important;
    min-width: unset !important;
    max-width: unset !important;
}

/*end booking payment cancel*/


.border-unseter-elmt{
    border:none !important;
}
.padding-lr-unsetter-elmt{
    padding-left:0px !important;
    padding-right:0px !important;
}
.mg-lr-unsetter{
    margin-left:0px !important;
    margin-right:0px !important;
}
@media(max-width:1025px){
    .max-1025-hider-elmt{
        display:none !important;
    }
}
@media(max-width:992px){
    .booking-process-topper-max-992{
        margin-bottom: 16px !important;
    }
}
@media(max-width:480px){
    .max-480-hider-elmt{
        display:none !important;
    }
    .max-480-mg-btm--unsetter-elmt{
        margin-bottom:0px !important;
    }
    .mg-lr-unsetter-max-480{
        margin-left:0px !important;
        margin-right:0px !important;
    }
}






/*====================*/
/*Order Pack*/
/*=====================*/

.order-pack-sec{
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    /*    overflow: hidden;
        overflow-y: hidden;
        overflow-x: auto;*/
}
.order-pack-sec, .order-pack-sec *{
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.3;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.order-pack-con{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
    width: 100%;
    height: auto;
    min-width: 100%;
    position:relative;
}


/*Head*/
.order-pack-h-con{
    width: 100%;
    margin-bottom: -12px;
}
.order-pack-h-inner-con{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    background-color: #f1f1f1;
    height: 46px;
}

.order-pack-h-inner-con .order-pack-h-col{
    border-right:1px solid #a39b9b;
}
.order-pack-h-inner-con .order-pack-h-col:last-child{
    border-right:none !important;
}

.order-pack-h-col{
    width: 100%;
    max-width: calc((100% / 7)* 1);
    text-align: center;
    min-height: 42px;
    padding-top: 4px;
    padding-bottom: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
    padding-left: 6px;
    padding-right: 6px;
    font-weight: 600;
}
.order-pack-h-col-1{

}
.order-pack-h-col-2{
    max-width:calc((100% / 7) * 3) !important;
}
.order-pack-h-col-3{

}
.order-pack-h-col-4{

}
.order-pack-h-col-5{

}
.order-pack-h-col-6{

}
.order-pack-h-col-7{

}
/*End Head*/


/*Body*/
.order-pack-b-con{
    width: 100%;
}
.order-pack-b-inner-con{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap:15px;
}

.order-pack-b-item-con{
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 8px;
    border-bottom: 0.3px solid #d1d1d1;
    padding-bottom: 16px;
}

/*Body Info*/
.order-pack-b-item-info-con{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}
.order-pack-b-col{
    max-width:calc((100% / 7) * 1);
    width: 100%;
    padding-left: 6px;
    padding-right: 6px;
}
.order-pack-b-col-1{
    text-align:left;
}
.order-pack-b-col-2{
    max-width:calc((100% / 7) * 3) !important;
    text-align:left;
}
.order-pack-b-col-3{
    text-align:right;
}
.order-pack-b-col-4{
    text-align:right;
}
.order-pack-b-col-5{
    text-align:right;
}
.order-pack-b-col-6{
    text-align:right;
}
.order-pack-b-col-7{
    text-align:right;
}
/*End Bodu Info*/


/*Addon*/
.order-pack-b-item-addon-con{
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    gap: 8px;
}

.order-pack-b-item-addon-item{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}
.order-pack-b-item-addon-col-1{
    width:100%;
    max-width:calc((100% / 7) * 1) !important;
    padding-left: 6px;
    padding-right: 6px;
}
.order-pack-b-item-addon-col-2{
    width:100%;
    max-width:calc((100% / 7) * 3) !important;
    padding-left: 6px;
    padding-right: 6px;
}
.order-pack-b-item-addon-col-3{
    width:100%;
    max-width:calc((100% / 7) * 1) !important;
    padding-left: 6px;
    padding-right: 6px;
    text-align:right;
}
.order-pack-b-item-addon-col-4{
    width:100%;
    max-width:calc((100% / 7) * 1) !important;
    padding-left: 6px;
    padding-right: 6px;
    text-align:right;
}
.order-pack-b-item-addon-col-5{
    width:100%;
    max-width:calc((100% / 7) * 1) !important;
    padding-left: 6px;
    padding-right: 6px;
    text-align:right;
}
/*End Addon*/
/*End Body*/


/*Footer*/
.order-pack-h-con{
    width: 100%;
}
.order-pack-f-inner-con{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

/*Calculation*/
.order-pack-f-calculator-con{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 4px;
}
.order-pack-f-calculator-item{
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}
.order-pack-f-calculator-col-1{
    width:100%;
    max-width:calc((100% / 7) * 6) !important;
    text-align:right;
    padding-left: 6px;
    padding-right: 6px;
}
.order-pack-f-calculator-col-2{
    width:100%;
    max-width:calc((100% / 7) * 1) !important;
    text-align:right;
    padding-left: 6px;
    padding-right: 6px;
}
/*End Calculation*/

/*Total*/
.order-pack-f-total-con{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 4px;
}
.order-pack-f-total-item{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}
.order-pack-f-total-col-1{
    width:100%;
    max-width:calc((100% / 7) * 6) !important;
    text-align:right;
    padding-left: 6px;
    padding-right: 6px;
}
.order-pack-f-total-col-2{
    width:100%;
    max-width:calc((100% / 7) * 1) !important;
    text-align:right;
    padding-left: 6px;
    padding-right: 6px;
}
/*End Total*/
/*End Footer*/

.highlighter-elmt{
    font-weight:600;
}
.size-lg-elmt{
    font-size:18px;
}

@media(max-width:768px){
    .order-pack-sec {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        overflow-x: auto;
        overflow-y: visible;
        padding-bottom: 18px;
    }
    .order-pack-con {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 20px;
        width: auto;
        height: auto;
        min-width: 800px;
        position: relative;
    }
}
@media(max-width:480px){
    .order-pack-sec{
        padding-left: 15px;
        padding-right: 15px;
    }
}
/*======================*/
/*EndOrder Pack*/
/*======================*/



/*Order Pack Information*/
.order-pack-information-sec{
    width: 100%;
}
.order-pack-information-con{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}

.order-pack-information-h-elmt{
    width: 100%;
    font-size: 15px;
    line-height: 1.3;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    margin-bottom: 0px;
    background-color: #f1f1f1;
    padding: 4px 8.5px 4px 8.5px;
}

.order-pack-information-l{
    width: 100%;
    max-width: calc(50% - 20px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px;
}

.order-pack-information-tbl{
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 6px;

    font-size: 15px;
    line-height: 1.3;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
}
.order-pack-information-tbl-row{
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
}

.order-pack-information-tbl-col-1{
    width: 110px;
    min-width: 110px;
}
.order-pack-information-tbl-col-2{

}


.order-pack-information-r{
    width: 100%;
    max-width: calc(50% - 20px);
}

.top-bar-logout-buton{
    background-color: transparent;
    color: black !important;
    border-radius: 50% !important;
    font-size: 24px;
    width: 24px;
    height: 24px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 0px !important;
    border: none !important;
}

.top-bar-logout-buton i{
    background-color: black;
    color: white;
    border-radius: 50%;
    padding: 4px 3px 4px 8px;
    border: 0.3px solid #786868;
}
.top-bar-log-button-a{
    /*    background-color: black;
        color: white !important;
        font-size: 14px;
        text-transform: uppercase;
        padding: 2px 6px !important;
        border-radius: 3px !important;*/
    background-color: black;
    color: white !important;
    font-size: 18px;
    padding: 6px 17px !important;
    border-radius: 17px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transform: translateY(-2px);
    margin-left: 16px;
}
.top-bar-log-button-a:hover{
    background-color: black !important;
}

.navbar-fixed-top.top-nav{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.navbar-fixed-top.top-nav > .container{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-left:0px;
    padding-right:0px;
}

.top-bar-contact-li{
    display: flex !important;
    flex-direction: row;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 36px;
}
.top-bar-contact-li-column{
    display: flex !important;
    flex-direction: row;
    align-items: center !important;
    justify-content: flex-start !important;
    white-space: normal;
}
.top-bar-contact-li-icon{
    font-size: 30px;
    width: unset;
    height: unset;
    line-height: 18px;
    display: block;
    width: 30px;
    height: 18px;
    transform: translateY(-2px);
    margin-right: 16px;
}
.top-bar-contact-li-content{
    font-size: 18px;
    line-height: 1;
    display: block;
}

.top-info-sec{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top-info-sec-col-1{

}
.top-info-sec-col-2{
    padding-left:0px;
    padding-right:0px;
}
.top-info-sec-col-2 > .steps-cont{
    margin-top:0px;
}
.top-info-sec-col-2-col{
    padding-left: 0px;
    padding-right: 0px;
}
.step-title.step-title-current{
    font-size: 28px;
    margin-top: 7px;
    line-height: 34px;
}
.step-icon-wrapper.step-icon-wrapper-current{
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}
.step-icon-current.step-icon-curren{
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    padding: 0px;
    padding-top: 3px;
}


.top-logo-con{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px;
}
.top-logo-elmt{

}
.top-logo-elmt a{

}
.top-logo-elmt a img{
    margin-top: 0px;
    height: 80px;
    width: auto;
    max-width: unset;
    min-width: unset;
}
.top-brand-name-con{

}
.top-brand-name-con .item-header{
    margin: 0px;
}

.elmt-hider-self{
    display:none !important;
    width:0px;
    height:0px;
    visiblity:hidden;
    opacity:0;
}
.top-title-card{
    padding: 14px 18px !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    gap: 9px;
}
.top-title-card-h{
    padding: 0px !important;
    margin: 0px !important;
}
.top-title-card-d{
    padding: 0px !important;
    margin: 0px !important;
    font-size: 16px;
}


/*Search form*/
.booking-search-common-form-con{
    padding: 0px;
    gap: 30px;
    display: flex;
    align-items: flex-end;
    row-gap: 10px;
}
.booking-search-common-form-col{
    padding: 0px;
}
.booking-search-common-form-col .form-group{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.booking-search-common-form-col .form-group label{
    font-size: 18px;
}
/*Search form*/


.business-room-search-btn {
    background-color: #1f60c1 !important;
}
.business-room-search-btn:hover {
    background-color: #0e4597 !important;
}

.room-name span {
    letter-spacing: 0px;
    font-size: 22px;
}
.booking-listing-btn-hanfler-con{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}
.booking-listing-btn-hanfler-con #item-hide2{
    transform: translateY(0px);
}
.booking-listing-btn-hanfler-con #item-show2{
    transform: translateY(0px);
}

.room-price-recent {
    margin-top: 3px !important;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.available-rooms-count {
    color: #000000 !important;
    font-size: 18px !important;
    text-transform: lowercase;
}

.available-rooms-count {
    color: #7e7e7e;
    font-size: 13px;
    text-transform: lowercase;
    margin-bottom: 24px !important;
    display: block;
}

.booking-discount-strike-elmt{
    margin-top: 3px;
    margin-bottom: 4px;
    font-size: 20px;
    display: block;
}
.html_content html_content_all_hotel_room{
    font-family: "Marcellus", serif !important;
}

.msg-info-box {
    background-color: #fd0d0d !important;
    padding: 10px 10px 10px 10px;
    border-left: 50px solid #991212 !important;
    line-height: 16px;
    color: #ffffff !important;
    font-size: 13px;
    position: relative;
}

.msg-info-box:before {
    content: "\f05a";
    position: absolute;
    font-family: FontAwesome;
    left: -36px;
    top: 10px;
    font-size: 26px;
    color: #ffffff !important;
}

@media(max-width:1025px){
    .top-info-sec-col-2 {
        padding-left: 0px;
        padding-right: 0px;
        display: none;
    }
    .booking-common-pg-top-logo-con {
        display: flex;
        width: 100%;
        flex-direction: row;
        align-items: flex-start;
        justify-content: center;
        text-align: center;
        margin-top: 8px;
    }
    .top-logo-con {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 12px;
        width: 100%;
    }
    .top-brand-name-con .item-header {
        margin: 0px;
        line-height: 32px;
    }
    /*    .show-calender-icon{
            display:none !important;
        }*/
}

@media(max-width:992px){
    .top-logo-elmt a img {
        margin-top: 0px;
        height: 80px;
        width: auto;
        max-width: unset;
        min-width: unset;
        display: block !important;
    }
    .navbar-fixed-top.top-nav > .container {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: space-between;
        padding-left: 0px;
        padding-right: 0px;
        gap: 28px;
    }
    .navbar-collapse.collapse.top-bar-user-section-con {
        display: flex !important;
        justify-content: center;
        align-items: flex-start;
    }
    .navbar-fixed-top.top-nav > .container > div{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .booking-main-container{
        width:calc(100% - 30px) !important;
    }

    /*    #item-cont2 {
            display: flex;
        }*/
}


#search_rooms_btn{
    margin:0px !important;
}
.srch-btn-cont-con{
/*    padding-left: 0px;
    padding-right: 0px;*/
padding-left: 0px;
    padding-right: 0px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-end;
}


.booking-item-listing-col-con{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}
.booking-item-listing-col{
    width: 100%;
    max-width: calc((100% / 12)* 4);
}
.booking-item-listing-col.booking-item-listing-col-1{
    width: 100%;
    max-width: calc((100% / 12)* 3);
}
.booking-item-listing-col.booking-item-listing-col-2{
    width: 100%;
    max-width: calc((100% / 12)* 6);
}
.booking-item-listing-col.booking-item-listing-col-3{
    width: 100%;
    max-width: calc((100% / 12)* 3);
}


@media screen and (min-width: 481px) and (max-width: 768px) {
    .navbar.navbar-inverse.navbar-fixed-top.top-nav {
        display: block !important;
    }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
    * .collapse.navbar-collapse.top-bar-user-section-con#bs-example-navbar-collapse-1 {
        display: block !important;
    }
}



@media(max-width:992px){
    * .collapse.navbar-collapse.top-bar-user-section-con#bs-example-navbar-collapse-1 {
        border-top: none !important;
    }
}
@media(max-width:768px){
    .order-pack-information-l{
        width: 100%;
        max-width: calc(100% - 0px);
    }
    .order-pack-information-r{
        width: 100%;
        max-width: calc(100% - 0px);
    }
    .order-pack-information-r div{
        width:100%;
    }
    .order-pack-information-r div{
        width:100%:
    }
}

@media(max-width:480px){
    .order-pack-information-sec{
        padding-left: 15px;
        padding-right: 15px;
    }
}
/*End Order Pack Information*/


.plr-unsetter-elmt{
    padding-left:0px !important;
    padding-right:0px !important;
}


@media(max-width:768px){
    .booking-search-common-form-con{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-end;
        justify-content: flex-start;
    }
    .booking-search-common-form-col {
        width: 100%;
        max-width: calc(((100% / 12)* 6) - 15px);
    }
}

@media(max-width:768px){
    .top-nav-list{
        margin-top: 0px !important;
    }
}



@media (max-width: 481px) {
    .booking-main-container {
        width: calc(100% - 30px) !important;
        margin-left: 15px !important;
    }

    .booking-item-listing-col-con{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .booking-item-listing-col{
        width: 100%;
        max-width: calc((100% / 12)* 12);
    }
    .booking-item-listing-col.booking-item-listing-col-1{
        width: 100%;
        max-width: calc((100% / 12)* 12);
    }
    .booking-item-listing-col.booking-item-listing-col-2{
        width: 100%;
        max-width: calc((100% / 12)* 12);
        padding-left:0px !important;
        padding-right:0px !important;
    }
    .booking-item-listing-col.booking-item-listing-col-3{
        width: 100%;
        max-width: calc((100% / 12)* 12);
        padding-left:0px;
        padding-right:0px;
    }

    .top-bar-contact-li{
        display: flex !important;
        flex-direction: column-reverse;
        align-items: center !important;
        justify-content: flex-start !important;
        gap: 14px;
    }

    .navbar-fixed-top.top-nav > .container {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: space-between;
        padding-left: 0px;
        padding-right: 0px;
        gap: 20px;

        margin-top: -8px;
        margin-bottom: -6px;
    }
    .booking-search-common-form-col {
        width: 100%;
        max-width: calc(((100% / 12)* 12) - 0px);
    }
    .booking-search-common-form-col .form-group {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        margin-bottom: 0px !important;
    }
    .booking-search-widget-wrapper {
        margin-bottom: 62px;
    }
    .booking-item-listing-col{
        padding-right:0px;
    }


    .top-bar-contact-li-icon {
        font-size: 20px;
        width: unset;
        height: unset;
        line-height: 18px;
        display: block;
        width: 14px;
        height: 18px;
        transform: translateY(-2px);
        margin-right: 16px;
    }
}

@media (max-width: 480px) {
    .booking-main-container {
        width: calc(100% - 0px) !important;
        margin-left: 0px !important;
    }
    .top-logo-elmt a img{
        display: table !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}


/*Reservation client portal ui*/
/*parent*/
.resevation-filter-content-con{
    width:100%;
}
.resevation-filter-content-con-inner{
    width:100%;
    display:flex;
    flex-direction:row;
    align-items:flex-start;
    justify-content:flex-start;
}

/*Left*/
.resevation-filter-content-left-con{
width:100%;
max-width:calc((100% / 12) * 12);
}
.resevation-filter-content-left-con-inner{
width:100%;    
}
.resevation-filter-content-left-row{
width: 100%;
    display: flex
;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 8px 12px;
}
.resevation-filter-content-left-col{
width: 100%;
    max-width: calc((100% / 12) * 4);
    height: auto;
    min-height: 32px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}
.resevation-filter-content-left-col.resevation-filter-content-left-col-show-column{
    display: flex
;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.resevation-filter-content-text-regular{
color: black;
    font-size: 15px;
    font-weight:500;
}
.resevation-filter-content-text-dark{
color: black;
    font-size: 15px;
    font-weight:600;
}
.resevation-filter-content-text-lasrge{
color: black;
    font-size: 18px;
    font-weight:800;
}

/*Right*/
.resevation-filter-content-right-con{
width:100%;
max-width:calc((100% / 12) * 3);
}

/*.lresevation-filter-content-right-con.elmt-wrapper-keeph{
 flex-direction: row;   
}*/

.resevation-filter-content-right-con-inner.elmt-wrapper-keeph{
    flex-direction:row !important;
}

.resevation-filter-content-right-con-inner{
width:100%;
display:flex;
flex-direction:column;
align-items:flex-start;
justify-content:flex-start;
}
/*RIght top*/
.resevation-filter-content-right-con-inner-top{
/*width:100%;*/

       width: 100%;
    padding: 0px 8px 8px 22px;
    height: calc(100% - 48px);
}
.resevation-filter-content-right-con-inner-top-inner{
width:100%;
}
/*.resevation-filter-content-text-regular{

}*/
/*Right bottom*/
.resevation-filter-content-right-con-inner-bottom{
/*width:100%;*/

    width: 100%;
    height: 48px;
    padding: 8px 8px 8px 22px;
    background-color: #f7f7f7;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.resevation-filter-content-right-con-inner-bottom-inner{
width: 100%;
    display: flex
;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
}

/*sprinner*/
.sprinner-ipel-con{
  width:170px;  
}
.sprinner-ipel-con-inner{
  width:170px;
display:flex;
flex-direction:row;
align-items:center;
justify-content:flex-start;
}
.sprinner-ipel-inc{
     width: calc((100% / 12) * 4) !important;
    height: 32px !important;
    display: inline-flex
;
    align-items: center;
    justify-content: flex-end;  
}
.sprinner-ipel-dec{
        width: calc((100% / 12) * 4) !important;
    height: 32px !important;
    display: inline-flex
;
    align-items: center;
    justify-content: justify-content: flex-start;
}
/*.sprinner-ipel-btn-elmt{*/
.btn.sprinner-ipel-btn-elmt{
     width: 50px !important;
    height: 34px !important;
    margin: 0px !important;
    border: 1px solid #ccc;
    font-weight: 600 !important;
    font-size: 18px !important;
    line-height: 1 !important;
}
.sprinner-ipel-inp{
    width: calc((100% / 12) * 4) !important;
    height: 32px !important;
    display: inline-flex
;
    align-items: center;
    justify-content: center;
}
.sprinner-ipel-inp-elmt{
       width: 54px !important;
    height: 34px !important;
    margin: 0px !important;
}
.sprinner-ipel-btn-elmt:focus{
    outline:none !important;
}
/*end sprinner*/

.resevation-filter-content-left-con-inner .resevation-filter-content-left-row:nth-child(odd) {
    /*background-color: #f7f7f7;*/
    background-color: whtie;
}
.resevation-filter-content-left-con-inner .resevation-filter-content-left-row:hover {
    background-color: #f1f1f1;
}

/*keep height class*/
.elmt-wrapper-keeph{
    display: flex !important;
    align-items: stretch !important;
    align-content: stretch !important;
    justify-content: flex-start !important;
    flex-wrap: wrap !important;
}

/*resevation-filter-content-con-inner : .elmt-wrapper-keeph*/
/*resevation-filter-content-right-con : .elmt-wrapper-keeph*/
/*resevation-filter-content-right-con-inner : .elmt-wrapper-keeph flex-direction: row;*/


.resevation-filter-content-left-col-input-column-con{
        width: 100%;
}
.resevation-filter-content-left-col-input-column-con-inner{
        width: 100%;
    display: flex
;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 4px;
}


/*Responsive*/
@media(max-width:768px){
    .elmt-wrapper-keeph {
    display: flex !important;
    align-items: flex-start !important;
    align-content: flex-start;
    justify-content: flex-start !important;
    flex-wrap: wrap !important;
    flex-direction: column;
    gap: 16px;
}
.resevation-filter-content-left-con {
    width: 100%;
    max-width: calc((100% / 12) * 12);
}
.resevation-filter-content-right-con {
    width: 100%;
    max-width: calc((100% / 12) * 12);
}
.resevation-filter-content-right-con-inner-bottom {
    width: 100%;
    height: 48px;
    padding: 8px 12px 8px 12px;
    background-color: #f7f7f7;
    display: flex
;
    align-items: center;
    justify-content: flex-start;
}
.resevation-filter-content-right-con-inner-top {
    width: 100%;
    padding: 0px 12px 0px 12px;
    height: calc(100% - 48px);
}
}
/*End Responsive*/


/*End reservation client portal ui*/


button, input, select, textarea{
    font-size:16px !important;
        padding: 6px !important;
        border-radius: 5px !important;
        line-height: 1 !important;
    height: 36px !important;
}
.input-el-width{
width:100% !important;
max-width:170px !important;
}

.btn{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 0px !important;
    line-height: 1 !important;
    height: 36px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    width: auto !important;
}

/*Checket button*/
.checker-btn-con{
    width:auto;
    height:auto;
}
.checker-btn-wrapper{
       background-color: #006ce4;
    color: white;
    width: auto;
    max-width: unset;
    min-width: auto;
    position: relative;
    display: flex
;
    align-items: center;
    justify-content: center;
    text-align: left;
    border-radius: 6px;
}
.checker-btn-wrapper:hover{
background-color: black;
    color: white;
    border-radius: 6px;
}
.checker-btn-check{
-index: 2;
    position: absolute;
    top: 12px;
    left: 8px;
    padding: 0px !important;
    margin: 0px !important;
    width: 18px !important;
    height: 18px !important;
    border-radius: 50% !important;
    display: inline-block;
    background-color: white;
    margin-left: 0px !important;
}
.checker-btn-check:checked{
    
}
.checker-btn-btn{
position: relative;
    z-index: 1;
    background-color: transparent;
    border: none;
    border-radius: unset !important;
    padding-right: 14px !important;
    padding-left: 32px !important;
    text-transform: uppercase;
    font-size: 20px !important;
    letter-spacing: 0.3px;
    line-height: 1 !important;
    max-height: unset;
    min-height: unset;
    height: 42px !important;
    padding-top: 9px !important;
    white-space: nowrap;
}
.checker-btn-btn:hover{
position: relative;
    z-index: 1;
    background-color: transparent;
    border: none;
    border-radius: unset !important;
    padding-right: 14px !important;
    padding-left: 32px !important;
    text-transform: uppercase;
    font-size: 20px !important;
    letter-spacing: 0.3px;
    line-height: 1 !important;
    max-height: unset;
    min-height: unset;
    height: 42px !important;
    padding-top: 9px !important;
}

.checker-btn-wrapper.checker-btn-btn-activator{
    
}
.checker-btn-wrapper.checker-btn-btn-activator input{
    
}
.checker-btn-wrapper.checker-btn-btn-activator button{
    
}

.checker-btn-wrapper.checker-btn-btn-activator:hover{
    
}
.checker-btn-wrapper.checker-btn-btn-activator:hover input{
 background-color:red;   
}
.checker-btn-wrapper.checker-btn-btn-activator:hover button{
    
}

.reservation-item-sec-con.reservation-item-sec-con-activator-self{
    background-color:#ecffec;
        /*padding-left: 12px;*/
    /*padding-bottom: 12px;*/
}
@media(min-width:668px){
    .reservation-item-sec-con.reservation-item-sec-con-activator-self{
        padding-left: 12px;
    padding-bottom: 12px;
}
}
/*.reservation-item-sec-con.reservation-item-sec-con-activator-self .reservation-item-sec-top-con-inner{*/
.reservation-item-sec-top-con-inner{
        /*padding-left: 12px;*/
    /*padding-bottom: 12px;*/    
}
.reservation-item-sec-con.reservation-item-sec-con-activator-self, .reservation-item-sec-con.reservation-item-sec-con-activator-self *{
    transition: 0.3s ease-in-out;
}
.reservation-item-sec-con.reservation-item-sec-con-activator-self .checker-btn-con, .reservation-item-sec-con.reservation-item-sec-con-activator-self .checker-btn-con *{
    transition: 0s ease-in-out;
}
/*.checker-btn-check{
        appearance: none;
      -webkit-appearance: none;
}*/
.checker-btn-wrapper:hover .checker-btn-check:checked{
    accent-color:black !important;
}
.web-search0filter-con{
    display: block
;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
}

.web-search-filter-submit-btn-con{
    width:100%;
    max-width:100%;
    display:flex;
    flex-direction:row;
    align-items:flex-end;
    justify-content:flex-end;
}

@media(max-width:667px){
    .web-search-filter-submit-btn-con button{
        margin-top:0px !important;
    }
}

@media(max-width:481px){
    .resevation-filter-content-left-row {
    width: 100%;
    display: flex
;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 8px 12px;
}

.resevation-filter-content-left-col {
    width: 100%;
    max-width: calc((100% / 12) * 12);
    height: auto;
    min-height: unset;
    display: flex
;
    flex-direction: row;
    align-items: center;
    justify-content: center !important;
    gap: 8px;
}
.resevation-filter-content-left-col-input-column-con-inner {
    width: 100%;
    display: flex
;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
}
.sprinner-ipel-con {
    width: 170px;
    display: flex
;
    align-items: center;
    justify-content: center;
    align-self: anchor-center;
}
.resevation-filter-content-right-con-inner-bottom-inner {
    width: 100%;
    display: flex
;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    justify-content: space-evenly;
}
.web-search-filter-submit-btn-con {
    width: 100%;
    max-width: 100%;
    display: flex
;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

    .resevation-filter-content-left-con-inner .resevation-filter-content-left-row {
        display: flex
;
        flex-direction: column;
        gap: 8px;
        background-color: #f7f7f7;
        box-shadow: 4px 4px 5px -4px rgba(0, 0, 0, 0.6);
        border: 0.3px solid rgb(153 153 153 / 30%);
    }

.resevation-filter-content-left-con-inner {
    width: 100%;
    display: flex
;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
}
.html_content.html_content_all_hotel_room {
    margin-bottom: 12px !important;
            margin-top: 6px !important;
}
.room-facilities-title {
    margin-top: 22px !important;
}
.resevation-filter-content-right-con-inner-top {
        width: 100%;
        padding: 0px 0px 0px 0px;
        height: calc(100% - 48px);
    }
    .booking-search-widget-wrapper {
        margin-bottom: 42px;
    }
}



.resevation-filter-content-left-row .resevation-filter-content-left-col:last-child{
        justify-content: flex-end;
}

.resevation-filter-content-left-col.resevation-filter-content-left-col-show-column{
    align-items: flex-end !important;
}

/*
    font-size: 16px !important;
    padding: 6px !important;
    border-radius: 5px !important;
    line-height: 1 !important;
    height: 36px !important;*/


.close.modal-close{
   color: red !important;
    background-color: white !important;
    border: 0.3px #990000 solid !important;
    border-top-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
    border-top: none !important;
    margin-top: -15px !important;
}

.icon-elemt-sm-elmt{
    width: 10px;
}

@media screen and (max-width: 1025px){
    .common-footer-sec-con-left.pad-left-unsetter-max-1024{
        padding-left:0px !important;
    }
}
@media screen and (max-width: 768px){
    .common-footer-sec-con-left.pad-left-20-max-768{
        padding-left:20px !important;
    }
}
@media screen and (max-width: 767px){
    .pad-left-20-max-767{
        padding-left:20px !important;
    }
    .pad-right-20-max-767{
        padding-right:20px !important;
    }
    .elmt-width-full{
        width:100% !important;
    }    
}
@media screen and (max-width: 480px){
        iframe.pad-right-unsetter-max-480{
        padding-right:0px !important;
    }
    iframe.pad-left-unsetter-max-480{
        padding-left:0px !important;
    }
}


/*========Reservation=========*/
.reservation-item-sec{
 width:100%;
 display:block;
}
.reservation-item-sec-con{
     width:100%;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    justify-content:flex-start;
    gap: 12px;
}

/*Top*/
.reservation-item-sec-top-con{
     width:100%;
}
.reservation-item-sec-top-con-inner{
width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
padding-top: 4px;
}
/*End top*/

/*Middle*/
.reservation-item-sec-middle-con{
     width:100%;
}
.reservation-item-sec-middle-con-inner{
     width:100%;
     display:flex;
     flex-direction:row;
     align-items:flex-start;
     justify-content:flex-start;
}

/*Middle left*/
.reservation-item-sec-middle-top-left-con{
width:30%;    
}
.reservation-item-sec-middle-top-left-con-inner{
width:100%;    
}
/*End middle left*/

/*Middle right*/
.reservation-item-sec-middle-top-right-con{
    width:70%;
    padding-left: 8px;
}
.reservation-item-sec-middle-top-right-con-inner{
    width:100%;
}
/*End middle right*/

/*Bottom*/
.reservation-item-sec-bottom-con{
    width:100%;
}
.reservation-item-sec-bottom-con-inner{
    width:100%;
}

.reservation-item-sec-top-desc{
    font-size: 16px;    
}
.reservation-item-sec-top-facilities{
    
}
.reservation-item-sec-top-facilities-h{
    
}
.reservation-item-sec-top-facilities-c{
    
}
/*=========End reservation========*/




@media(max-width:992px){
    .top-bar-log-button-a{
        display:none !important;
    }
}

@media(max-width:767px){
.webportal_hotel_room_section_con{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    justify-content:flex-start;
}
}

@media(max-width:667px){
.reservation-item-sec-middle-con-inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.reservation-item-sec-middle-top-right-con {
    width: 100%;
    padding-left: 0px;
}

.reservation-item-sec-middle-top-left-con {
    width: 100%;
    margin-bottom: 22px;
}

.index-footer{
    width:100%;
}
.resevation-filter-content-left-row .resevation-filter-content-left-col:last-child {
    /*justify-content: center;*/
    justify-content: flex-end;
}
}

.footer-bottom-row .container{
    min-width:100% !important;
    max-width:100% !important;
    width:100% !important;
    padding-left:0px !important;
    padding-right:0px !important;
    margin-left:0px !important;
    margin-right:0px !important;
}
.footer-bottom-row{
    padding-left:0px !important;
    padding-right:0px !important;
}

@media(max-width:1024px){
    .footer-bottom-col-right .ftr-list-menu {
    text-align: center !important;
    margin-bottom: 0px !important;
}
}
@media(max-width:1024px){
.index-footer{
 width:100% !important;   
}
}

/*@media screen and (min-width: 0px){
    *.img-uploader-handelr-div{

    }
    *.img-uploader-handelr-div .dropzone .dz-preview .dz-image{
        width:100% !important;
        height:auto !important;
    }
    *.img-uploader-handelr-div .dropzone .dz-preview .dz-image img{
        width:100% !important;
        height:auto !important;
    }
}*/

/*.dropzone .dz-preview .dz-remove{
    position:relative;
    z-index:99999999;
}*/


.modal.fade.in{
        z-index: 1100 !important;
}


.btn-login-elmt{
        background-color: #23e372 !important;
    color: black !important;
    font-weight: 600 !important;
    letter-spacing: 0.5px !important;
}

.pad-lr-unserter-elmt{
    padding-top:0px !important;
    padding-right:0px !important;
    padding-bottom:0px !important;
    padding-left:0px !important;
}
.modal-footer.modal-footer-cus-1{
        padding: 0px 25px;
}

@media(max-width:991px){
    .srch-btn {
    color: white !important;
}
}
@media(max-width:768px){
    .navbar-fixed-top.top-nav > .container {
    gap: 8px !important;
    padding-top: 6px;
}
}
@media(max-width:481px){
    .navbar-fixed-top.top-nav > .container {
    padding-bottom: 15px;
}
}


.reservation-item-sec-con-activator-self .js-search-filter-item-locker-elmt{
     /*opacity: 0.7;*/   
}


.reservation-calendar-footer-sec{
    padding-left:0px !important;
    padding-right:0px !important;
    width:100%;
    /*margin-bottom: 32px !important;*/
    /*margin-top: 8px !important;*/

    position: absolute;
    top: calc(50% - 17px);
    margin-bottom: 0px !important;
    margin-top: 0px !important;
        /*width: calc(100% + 95px) !important;*/
    /*margin-left: -50px !important;*/
}
@media(min-width:1026px){
    .reservation-calendar-footer-sec{
    padding-left:0px !important;
    padding-right:0px !important;
    /*width:100%;*/
    /*margin-bottom: 32px !important;*/
    /*margin-top: 8px !important;*/

    position: absolute;
    top: calc(50% - 17px);
    margin-bottom: 0px !important;
    margin-top: 0px !important;
        width: calc(100% + 95px) !important;
    margin-left: -50px !important;
}
}

.reservation-calendar-footer-con{
width:100%;
}
.reservation-calendar-footer-inner-con{
width:100%;
display:flex;
flex-direction:row;
align-items:center;
justify-content:space-between;
}
.reservation-calendar-footer-left-con{
width:100%;
display:flex;
flex-direction:row;
align-items:center;
justify-content:flex-start;
}
.reservation-calendar-footer-right-con{
width:100%;
display:flex;
flex-direction:row;
align-items:center;
justify-content:flex-end;
}
.reservation-calendar-footer-elmt{
margin: 0px !important;
    color: #fff !important;
    background-color: rgb(161 161 161 / 30%) !important;
    border-color: #adadad !important;
    color: black !important;
    font-size: 20px !important;
    padding: 0px 12px !important;
    line-height: 1 !important;
}

.calendar-content{
/*    border-left: 0.3px solid rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    border-right: 0.3px solid rgba(0, 0, 0, 0.3);
    padding-left: 3px !important;
    padding-right: 3px !important;
    padding-bottom: 3px;
    border-bottom: 0.3px solid rgba(0, 0, 0, 0.3);*/
}

  .reservation-calendar-footer-inner-con{
/*        padding-left:12px !important;
        padding-right:12px !important;*/
    }

@media(max-width:1025px){
    .reservation-calendar-footer-inner-con{
        padding-left:12px !important;
        padding-right:12px !important;
    }
}

@media(min-width:1026px){
    .top-logo-con{
                display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .top-logo-con .top-logo-elmt{
        
    }
    .top-logo-con .logo-image-box-a{
        
    }
    .top-logo-con .booking-common-pg-top-logo-left-logo-elmt{
        
    }
    .top-logo-con .top-brand-name-con{
        
    }
    .top-logo-con .item-header{
                width: 100%;
        max-width: 180px;
        
        -webkit-line-clamp: 3 !important;
display: -webkit-box !important;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
    }
    .top-logo-con .item-content{
        
    }
}


/*Addon*/
.addon-management-layout-row{
   width: 100%;
    gap: 52px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.addon-management-layout-col{
    width:100%;
}

.addon-management-sec{
    width:100%;
}
.addon-management-con{
    width:100%;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    justify-content:flex-start;
    gap: 16px;
}


.addon-item-management-sec{
   width:100%; 
}
.addon-item-management-con{
    width:100%;
    display:flex;
    flex-direction:row;
    align-items:flex-start;
    justify-content:flex-start;
    gap: 16px;
}

.addon-item-management-left-con{
    width:25%;
}
.addon-item-management-left-img-elmt{
    width:100%;
    height:auto;
    border-radius:8px;
}

.addon-item-management-right-con{
    width:75%;
}
.addon-item-management-right-inner-con{
    width:100%;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    justify-content:flex-start;
    gap:12px;
}

.addon-item-management-right-row{
    width:100%;
}

.addon-item-management-policy-plan-con{
    width:100%;
}
.addon-item-management-policy-plan-inner-con{
    width:100%;
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:space-between;
    gap:8px;    
}
.addon-item-management-policy-plan-item-con{
    width:calc((100% / 12) * 4);
    display:flex;
    flex-direction:row;
    align-items:flex-start;
    justify-content:flex-start;
    gap:8px;    
}
.addon-item-management-policy-plan-item-name{
    width: auto;
    font-size: 13px;
    font-weight: 500;
}
.addon-item-management-policy-plan-item-name-icon{
font-size: 15px !important;    
}
.addon-item-management-policy-plan-item-name-text{
margin-bottom: -0.5px;    
    white-space: nowrap;
line-height: 1;
}
.addon-item-management-policy-plan-item-count{
    width:calc(20% - 8px);
}

.addon-item-management-pricing-con{
width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
}

.addon-item-management-pricing-left-con{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 4px;
}
.addon-item-management-pricing-left-row{
    width: calc(100% - 0px);
    max-width: calc(100% - 0px);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}
.addon-item-management-pricing-left-col-1{
width: 65%;
    white-space: nowrap;
    margin-right: 0px;
    min-width: unset;
    font-size: 16px;
    letter-spacing: 0.3px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
}
.addon-item-management-policy-con-parent-sec-elmt{
        line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1p
}
.addon-item-management-policy-con-sec{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;    
}
.addon-item-management-policy-con{
display: inline-flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    gap: 3px;
}
.addon-item-management-policy-text{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-size: 13.5px;
    margin-bottom: -1px;
}
.addon-item-management-policy-icon{
font-size: 12.5px !important;    
}
.addon-item-management-policy-seperator{
    font-size: 11px;
    margin-top: 2px;
    margin-left: -1px;
    margin-right: 1px;

}

.addon-item-management-pricing-left-col-2{
    display: flex;
    justify-content: space-between;
    min-width: 62px;
    font-weight: 600;
    font-size: 24px;
    line-height: 1;
}
.addon-item-management-pricing-right-con{
width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-end    
}

/*Custom*/
.addon-item-management-itme-name{
    font-size: 22px;
    font-weight: 600;
    line-height:1;
    margin-bottom: 0px;
}
.addon-item-management-policy-name{
    font-size: 17px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: -4px;
}
.addon-item-management-policy-desc{
    font-size: 12px;
    font-weight: 300;
    line-height: 1.3;
}
.addon-item-management-policy-desc-title{
    
}
.addon-item-management-policy-desc-package-policy{
    font-weight: 700;    
}

.addon-management-sec-topper{
        margin-top: 16px;
}

.addon-item-management-policy-plan-inner-con{
    
}

.addon-item-management-policy-plan-inner-con .addon-item-management-policy-plan-item-con{
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}
.addon-item-management-policy-plan-inner-con .addon-item-management-policy-plan-item-con .addon-item-management-policy-plan-item-name{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    margin-right: 1.5px;
}
.addon-item-management-policy-plan-inner-con .addon-item-management-policy-plan-item-con .addon-item-management-policy-plan-item-count{
    display: block;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 1;
    min-width: 26px;
    width: auto;
    height: 20px;
    border-radius: 4px;
    font-weight: 600;    
}

/*.addon-item-management-policy-plan-inner-con .addon-item-management-policy-plan-item-con:nth-child(1){*/
.addon-item-management-policy-plan-item-con-1){
    
}
/*.addon-item-management-policy-plan-inner-con .addon-item-management-policy-plan-item-con:nth-child(1) .addon-item-management-policy-plan-item-name{*/
.addon-item-management-policy-plan-item-con-1 .addon-item-management-policy-plan-item-name{
  
}
/*.addon-item-management-policy-plan-inner-con .addon-item-management-policy-plan-item-con:nth-child(1) .addon-item-management-policy-plan-item-count{*/
.addon-item-management-policy-plan-item-con-1 .addon-item-management-policy-plan-item-count{
    background-color: rgb(0, 0, 0);
    color: white;
}

/*.addon-item-management-policy-plan-inner-con .addon-item-management-policy-plan-item-con:nth-child(2){*/
.addon-item-management-policy-plan-item-con-2{ 
}
/*.addon-item-management-policy-plan-inner-con .addon-item-management-policy-plan-item-con:nth-child(2) .addon-item-management-policy-plan-item-name{*/
.addon-item-management-policy-plan-item-con-2 .addon-item-management-policy-plan-item-name{
    
}
/*.addon-item-management-policy-plan-inner-con .addon-item-management-policy-plan-item-con:nth-child(2) .addon-item-management-policy-plan-item-count{*/
.addon-item-management-policy-plan-item-con-2 .addon-item-management-policy-plan-item-count{
    background-color: rgb(0, 0, 0);
    color: white;    
}

/*.addon-item-management-policy-plan-inner-con .addon-item-management-policy-plan-item-con:nth-child(3){*/
.addon-item-management-policy-plan-item-con-3{  
}
/*.addon-item-management-policy-plan-inner-con .addon-item-management-policy-plan-item-con:nth-child(3) .addon-item-management-policy-plan-item-name{*/
.addon-item-management-policy-plan-item-con-3 .addon-item-management-policy-plan-item-name{
    
}
/*.addon-item-management-policy-plan-inner-con .addon-item-management-policy-plan-item-con:nth-child(3) .addon-item-management-policy-plan-item-count{*/
.addon-item-management-policy-plan-item-con-3 .addon-item-management-policy-plan-item-count{
    background-color: rgb(0, 0, 0);
    color: white;
}

.addon-item-management-pricing-left-con .addon-item-management-pricing-left-row:last-child .addon-item-management-pricing-left-col-2{
    color: #004a00;
}

.addon-item-management-right-inner-con .addon-item-management-right-row:last-child{
    margin-top:12px;
}
.addon-item-management-right-inner-con .addon-item-management-right-row:last-child .addon-item-management-pricing-left-con .addon-item-management-pricing-left-row:last-child{
/*    border-top: 1px solid black;
    border-bottom: 4px double black;
    padding-top: 2px;
    padding-bottom: 2px;*/
}
.addon-item-management-small-text{
    font-size: 11px;
    font-weight: 700;    
}
.addon-item-management-policy-item-s{
color: #95440a;
    font-weight: 600;
    line-height: 1;
}
.addon-item-management-policy-item-d{
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12.3px;    
}
.addon-item-management-pricing-left-col-1-price-elemt{
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0px !important;
    line-height: 1;
    font-weight: 600;
}
.addon-item-management-item-price-elmt-con{
display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 9px;
    margin-right: 2px;
    margin-left: 12px;
}
.addon-item-management-item-price-elmt-value{
font-size: 16px;
    font-weight: 500;    
}
.addon-item-management-item-price-elmt-multiplication{
font-size: 12px;
    font-weight: 500;    
}
/*End Custom*/

/*JS*/
                                                          
.add_on-item-sec-con.add_on-item-sec-con-activator-self{
    background-color:#ecffec;
        /*padding-left: 12px;*/
    /*padding-bottom: 12px;*/
}
@media(min-width:668px){
    .add_on-item-sec-con.add_on-item-sec-con-activator-self{
    padding-left: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
}
}
/*.add_on-item-sec-con.add_on-item-sec-con-activator-self .reservation-item-sec-top-con-inner{*/
.reservation-item-sec-top-con-inner{
        /*padding-left: 12px;*/
    /*padding-bottom: 12px;*/    
}
.add_on-item-sec-con.add_on-item-sec-con-activator-self, .add_on-item-sec-con.add_on-item-sec-con-activator-self *{
    transition: 0.3s ease-in-out;
}
.add_on-item-sec-con.add_on-item-sec-con-activator-self .checker-btn-con, .add_on-item-sec-con.add_on-item-sec-con-activator-self .checker-btn-con *{
    transition: 0s ease-in-out;
}


.add_on-item-sec-con{
/*     width:100%;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    justify-content:flex-start;
    gap: 12px;*/
}

.add_on-item-sec-con-activator-self .js-search-filter-item-locker-elmt{
     /*opacity: 0.7;*/   
}

.add_on-item-sec-con-activator-self .addon-item-management-right-con {
    /*width: 70%;*/
    padding: 8px 8px 8px 0px;
}
.add_on-item-sec-con-activator-self .addon-item-management-pricing-left-con .addon-item-management-pricing-left-row:last-child .addon-item-management-pricing-left-col-2 {
    color: red;
}
.add_on-item-sec-con-activator-self .addon-item-management-policy-text{
    color: red;  
}
/*End JS*/
/*End Addon*/



            .booking-modern-wrapper {
    margin: 20px 0;
}

.booking-card {
    display: flex;
    gap: 20px;
    padding: 20px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 4px 4px 12px 2px rgba(0,0,0,0.08);
}

.booking-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* Left Image Column */
.booking-images {
    max-width: 300px;
}

.booking-room-img {
    width: 100%;
    border-radius: 10px;
}

/* Payment Box */
.payment-box {
    font-size: 14px;
    line-height: 1.4;
}

/* Price Table */
.price-box {
    background: #fafafa;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #eee;
}

.price-table td {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}

/* Dates */
.dates-box {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    text-align: center;
}

.date-item-g {
    flex: 1;
    background: #4df5693f;
    border-radius: 10px;
    padding: 15px;
}

.date-item-r {
    flex: 1;
    background: #ffaf0745;
    border-radius: 10px;
    padding: 15px;
}

.date-item-g h2 {
    font-size: 36px;
    margin: 5px 0;
}

.date-item-r h2 {
    font-size: 36px;
    margin: 5px 0;
}

/* Change booking button */
.btn-modern {
    width: 100%;
    background: #1a73e8;
    color: #fff;
    padding: 12px;
    border-radius: 8px;
    font-weight: 600;
    border: none;
}

.btn-modern:hover {
    background: #155fc0;
}
/* Wrapper */
.login-modern-container {
    padding: 10px;
}

.login-modern-card {
    background: #fffad496;
    border-radius: 14px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
    padding: 25px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

/* Header */
.login-modern-title {
    font-size: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.login-modern-title i {
    font-size: 22px;
    color: #4a90e2;
}

/* Avatar */
.login-avatar {
    width: 90px;
    height: 90px;
    border-radius: 100%;
    display: block;
    margin: 0 auto 15px auto;
}

/* Sections */
.login-section {
    text-align: center;
}

.login-description {
    font-size: 14px;
    color: #555;
    margin-top: 8px;
}

/* Buttons */
.btn-modern-primary,
.btn-modern-secondary {
    width: 100%;
    padding: 12px;
    font-size: 15px;
    border-radius: 8px;
    border: none;
    margin-bottom: 12px;
    transition: 0.25s ease;
}

.btn-modern-primary {
    background: #1a73e8;
    color: #fff;
}

.btn-modern-primary:hover {
    background: #0f59c6;
}

.btn-modern-secondary {
    background: #f5f6f7;
    color: #333;
    border: 1px solid #ddd;
}

.btn-modern-secondary:hover {
    background: #eef0f1;
}

/* Divider */
.login-divider {
    text-align: center;
    font-size: 13px;
    color: #aaa;
    margin: 0 0 15px 0;
    position: relative;
}

.login-divider::before,
.login-divider::after {
    content: "";
    width: 40%;
    height: 1px;
    background: #ddd;
    position: absolute;
    top: 50%;
}

.login-divider::before {
    left: 0;
}

.login-divider::after {
    right: 0;
}

/* Social + Create Account buttons area */
.social-login-area,
.create-account-area {
    display: flex;
    flex-direction: column;
    gap: 14px; /* spacing between buttons */
    width: 100%;
}

/* Make all action buttons same width */
.social-btn,
.google-login-wrapper,
.btn-modern-secondary,
.btn-modern-primary {
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Social Buttons */
.social-btn {
    padding: 12px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    gap: 10px;
    border: none;
}

/* Facebook */
.fb-btn {
    background: rgb(71 91 155);
    color: #fff;
}
.fb-btn:hover {
    background: rgb(60, 81, 150);
}

/* Google Button Wrapper */
.google-login-wrapper {
    padding: 6px 0;
}

/* Create Account button */
.btn-modern-secondary {
    background: #f5f6f7;
    color: #333;
    border: 1px solid #ddd;
}
.btn-modern-secondary:hover {
    background: #eef0f1;
}


/* Forgot password */
.forgot-password-link {
    margin-top: 10px;
}

.forgot-pass-link {
    color: #1a73e8;
    cursor: pointer;
}


/* Responsive */
@media (max-width: 768px) {
    .booking-card {
        flex-direction: column;
    }
}
.se-login-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
}

.se-login-box {
    width: 100%;
    max-width: 420px;
    padding: 30px;
    background: #fff;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.15);
}

.se-login-message {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.se-login-message h3 {
    font-weight: 500;
    text-align: center;
}

.se-login-message p {
    font-size: 12px;
    color: #999;
    line-height: 1.5;
}

/* Input fields */
.se-login-form {
    display: flex;
    flex-direction: column;
}

.se-input-design {
    height: 40px;
    width: 100%;
    padding-left: 10px;

    display: flex;
    align-items: center;
    gap: 8px;

    background-color: rgba(12, 12, 12, 0.55);
    border-radius: 4px;
}

.se-input-design input {
    width: 100%;
    height: 100%;
    color: white;
    background: transparent;
    border: none;
    outline: none;
}

.se-input-design input::placeholder {
    color: #cfcfcf;
}

.se-icons {
    width: 18px;
}

/* Checkbox area */
.se-agree {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 11px;
}

.se-terms-link {
    color: #1a73e8;
}

/* Button */
.se-btn {
    width: 100%;
    height: 40px;
    background-color: #1a73e8;
    border: none;
    border-radius: 5px;
    color: white;
    transition: 0.4s;
    cursor: pointer;
}

.se-btn:hover {
    background-color: #155ab6;
}

/* Social Login */
.se-other-logins {
    text-align: center;
    font-size: 11px;

    display: flex;
    flex-direction: column;
    gap: 15px;
}

.se-social-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
}

.se-social-icons i {
    cursor: pointer;
}

.se-create-account a {
    color: rgb(74, 98, 255);
}
/* ----- GLOBAL FORM STYLING ----- */
.guest-info-form-panel {
    background: #ffffff;
    border-radius: 14px;
    padding: 25px 28px;
    margin-bottom: 25px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.06);
    border: 1px solid #f1f1f1;
    transition: all .3s ease;
}

.guest-info-form-panel:hover {
    box-shadow: 0 10px 28px rgba(0,0,0,0.10);
}

/* ----- Titles ----- */
.widget-name-active.item-header {
    font-size: 20px;
    font-weight: 600;
    color: #222;
    margin-bottom: 12px;
}

label {
    font-weight: 600;
    color: #444;
    margin-bottom: 6px;
}

/* ----- Modern Inputs ----- */
.form-control {
    border-radius: 10px !important;
    border: 1px solid #dcdcdc !important;
    height: 44px;
    font-size: 15px;
    transition: all .25s ease;
}

.form-control:focus {
    border-color: #0a84ff !important;
    box-shadow: 0 0 0 3px rgba(10,132,255,.15) !important;
}

/* ----- More Section Collapse Header ----- */
.panel-title {
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    color: #0a84ff;
}

.panel-default {
    background: #fafafa;
    border-radius: 12px;
    border: 1px solid #eee;
    padding: 15px;
}

.panel-body {
    padding-top: 10px;
}

/* ----- Checkbox Row ----- */
.checkbox label {
    font-size: 15px;
    color: #333;
    font-weight: 500;
}

/* ----- Extra Rooms Section ----- */
.room-result-booking {
    background: #ffffff;
    border: 1px solid #f0f0f0;
    border-radius: 14px;
    padding: 20px;
    margin-top: 15px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.05);
}

.room-result-booking .item-header {
    margin-bottom: 12px;
}

/* ----- Spacing Improvements ----- */
.margin-top-10 { margin-top: 10px; }
.margintop10 { margin-top: 15px; }

/* ------- Smooth Fade Animation ----- */
.guest-info-form-panel,
.room-result-booking {
    animation: fadeIn 0.5s ease;
}
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to   { opacity: 1; transform: translateY(0); }
}
/* ---- modern header + more button ---- */
.modern-panel {
  border-radius: 12px;
  border: 1px solid #eee;
  background: #ffffff;
  overflow: visible;
}

.modern-panel-header {
  padding: 8px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* More toggle button */
.more-toggle-btn {
  background: transparent;
  border: none;
  padding: 6px 8px;
  color: #0a66ff;
  font-weight: 600;
  font-size: 14px;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  cursor: pointer;
  transition: color .2s ease, transform .12s ease;
}

.more-toggle-btn:focus {
  outline: none;
  box-shadow: 0 0 0 4px rgba(10,102,255,0.12);
  border-radius: 6px;
}

/* Arrow that rotates */
.more-arrow {
  transition: transform .28s cubic-bezier(.2,.9,.2,1);
  color: currentColor;
  transform: rotate(0deg);
}

/* rotated state when opened (JS toggles class) */
.more-toggle-btn.open .more-arrow {
  transform: rotate(180deg);
}

/* Change label when open */
.more-toggle-btn .more-label {
  white-space: nowrap;
}

/* ---- Update details switch ---- */
.switch {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 26px;
  margin: 0;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  inset: 0;
  background-color: #e6e6e6;
  border-radius: 999px;
  transition: background-color .25s ease;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.05);
}

.slider:before {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  left: 3px;
  top: 3px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(15,15,15,0.08);
  transition: transform .22s cubic-bezier(.2,.9,.2,1);
}

/* checked styles */
.switch input:checked + .slider {
  background-color: #0a84ff;
}

.switch input:checked + .slider:before {
  transform: translateX(20px);
}

/* small label */
.update-text {
  font-size: 13px;
  color: #444;
  margin-left: 10px;
  font-weight: 500;
}

/* small responsive tweaks */
@media (max-width: 576px) {
  .modern-panel-header { gap: 10px; }
  .update-text { display: none; }
}

.p-0 {
    padding: 0px;
}

.form-check {
    display: flex;
    align-items: center;
}

.form-check-input {
    margin-right: 8px;
    width: 20px;
    height: 20px;
}

.m-0 {
    margin: 0px;
}

.mr-10 {
    margin-right: 10px;
}
