.select2-container--default .select2-search--inline .select2-search__field{
    border: none;
}
.select2-container--default .select2-search--inline .select2-search__field:focus{
    border: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    border: none;
    margin-left: 0px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display{
    padding-left: 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{
    background: transparent;
}

body{
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 1.6;
}

ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

:root{
    /* --main-color:    ; */
}

.error {
    color: red;
    width: 100%;
    font-weight: 400 !important;    
    font-size: 16px;
    display:block;
}

.response-message{
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10000;
}

.form-control {
    color: #495057;
}

.att-checkbox {
    width: 40px;
    height: 40px;
    line-height: 40px;
    /* margin: 0 auto; */
}

.att-checkbox input[type=checkbox] {
    margin: 0;
    visibility: hidden;
    position: absolute;
    left: 7px;
    top: 7px;
}

.att-checkbox label {
    height: 100%;
    border-radius: 4px;
    display: block;
    perspective: 100px;
    position: relative;
    z-index: 1;
}

.att-checkbox label:before,
.att-checkbox label:after {
    content: 'A';
    color: #fff;
    background: #ce1212;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    transform: rotateY(0deg);
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.4s ease;
}

.att-checkbox label:after {
    content: 'P';
    background: #588101;
    transform: rotateY(-180deg);
    left: 0;
    z-index: -1;
}

.att-checkbox input[type=checkbox]:checked+label:before {
    transform: rotateY(180deg);
}

.att-checkbox input[type=checkbox]:checked+label:after {
    transform: rotateY(0deg);
    z-index: 1;
}

.page-heading{
    color: #fff;
    background-image: url('../images/page-head.jpg');
    background-repeat: no-repeat;
    background-position: center center;
}

.page-heading h2{
    font-size: 40px;
}

.page-heading .breadcrumb{
    background-color: transparent;
    padding: 0;
    margin: 0;
}
.page-heading .breadcrumb li,
.page-heading .breadcrumb li:before{
    color: #fff;
}

.page-heading .breadcrumb li a{
    color: rgba(255,255,255,0.8);
    transition: all 0.3s ease 0s;
}

.page-heading .breadcrumb li a:hover{
    color: #fff;
}



#header{
    background: #fff;
    /* line-height: normal; */
    box-shadow: 0px 7px 10px 5px #eee;
}

a,a:hover{
    text-decoration: none;
    transition: all 0.3s ease 0s;
}

.logo{
    padding: 6px 0;
}

.logo h4{
    color: var(--main-color);
    margin: 0;
}

.navbar-expand-lg .navbar-collapse{
    justify-content: end;
}
/* .main-menu{
    display: flex;
    justify-content: end;
} */

.register-btn{
    display: flex;
    justify-content: end;
}

.login-btn,
.signup-btn{
    background: #fff;
    color: var(--main-color);
    font-weight: 500;
    padding: 3px 8px;
    margin: 0 8px;
    /* border: 1px solid var(--main-color); */
    border-radius: 5px;
    border: 1px solid var(--main-color);
}

.login-btn:hover,
.login-btn.active,
.signup-btn:hover,
.signup-btn.active{
    background: var(--main-color);
    color: #fff;
    border-radius: 5px;
    border: 1px solid var(--main-color);
}

/* =================================================================== */
/* 4.BANNER
====================================================================== */
.banner-img{
    background-size: cover;
    background-position: center;
    position: relative;
}
.banner-img::before{
    background-color: #17354f;
    position: absolute;
    content:"";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.6;
    z-index: 0;
}
#banner{
    position: relative;
}
.banner-description{
    /* width: 550px; */
    text-align: center;
    margin: 0 auto;
    padding: 150px;
}
.banner-description h1{
    color:#fff;
}
.banner-description p{
    color:#fff;
    font-size: 18px;
    margin: 0 0 0.75em;
}
.flexslider{
    border-radius: 0px;
}
/* =================================================================== */

.booking-form-inner{
    background: #fff;
}

.btn1{
    background: var(--main-color);
    color: #fff;
    border: 2px solid transparent;
    transition: all 0.3s;
}

.btn1:hover{
    color: var(--main-color);
    background: #fff;
    border: 2px solid var(--main-color);
}

.our-facility{
    background: #eee;
    padding: 60px 0;
}

.section-heading{
    font-size: 48px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}

.item .facility-img{
    height: 200px;
    border-radius: 5px 5px 0 0;
    object-fit: cover;
}

.item .title{
    background: #fff;
    text-align: center;
    padding: 15px;
    border-radius: 0 0 5px 5px;
}

.item .title h3{
    font-size: 20px;
    margin: 0;
}

.owl-carousel .owl-nav.disabled{
    display: block;
}

button.owl-prev,
button.owl-next{
    background: var(--main-color) !important;
    width: 30px;
    height: 30px;
}

.owl-prev span,
.owl-next span{
    color: #fff;
    font-size: 24px;
    line-height: 20px;
}

button:focus{
    outline: none;
}

.our-rooms{
    padding: 60px 0;
}

.footer-widget{
    background: #1A1A1A;
    padding: 60px 0;
}

.widget-title{
    color: var(--main-color);
    margin: 0 0 15px;
}

.footer-logo h4{
    color: var(--main-color);
    margin: 0 0 15px;
}

.site-info-widget p{
    color: #fff;
    margin: 0;
}

.contact-list li{
    color: #fff;
    margin: 0 0 15px;
}

.contact-list .icon i{
    color: var(--main-color);
    margin-right: 8px;
}

.contact-list .icon{
    display: inline-block;
    width: 25px;
}

.contact-list .email{
    color: #fff;
    transition: all 0.3s;
}

.contact-list .email:hover{
    color: var(--main-color);
}

.menu-list li{
    margin: 0 0 15px;
}

.menu-list li a{
    color: #fff;
    transition: all 0.3s;
}

.menu-list li a:hover{
    color: var(--main-color);
}

.footer{
    background: #151515;
    padding: 20px 0;
}

.footer-logo a{
    display: block;
}

.footer-logo a img{
    width: 70px;
}

.social-links li{
    display: inline-block;
    margin-right: 6px;
}

.social-links li a{
    background: #e5e5e5;
    color: #444;
    text-align: center;
    line-height: 30px;
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 50%;
}

.social-links li .facebook:hover{
    background: #395b98;
    color: #fff;
}

.social-links li .twitter:hover{
    background: #2ca7e0;
    color: #fff;
}

.social-links li .google:hover{
    background: #d95139;
    color: #fff;
}

.social-links li .instagram:hover{
    background: linear-gradient(-45deg, #ffdc80, #e1306c 50%, #405de6);
    color: #fff;
}

.copyright-text{
    color: #fff;
    margin: 0;
    padding-top: 5px;
    display: flex;
    justify-content: end;
}

.copyright-text a{
    color: var(--main-color);
}

.contact{
    background: #eee;
    padding: 60px 0;
}

.contact-box{
    background: #fff;
    padding: 30px;
    border-radius: 5px;
}

.contact-form{
    background: #ddd;
    padding: 30px;
    border-radius: 5px;
}

.contact-form .title{
    margin: 0 0 15px;
}

.message-list{
    width: 50%;
    border: 2px solid #bbb;
    padding: 20px;
}

.message-list li{
    border-bottom: 1px solid #ddd;
    margin: 0 0 10px;
    padding-bottom: 10px;
}

.message-list li:last-child{
    border-bottom: none;
    margin: 0;
    padding: 0;
}

.checkbox{
    width: 100px;
    height: 31px;
}
.checkbox input[type=checkbox]{
    margin: 0;
    visibility: hidden;
    left: 7px;
    top: 7px;
}
.checkbox label{
    height: 100%;
    border-radius: 4px;
    display: block;
    perspective: 100px; 
    position: relative;
    z-index: 1;
}
.checkbox label:before,
.checkbox label:after{
    content: 'Pending';
    color: #fff;
    background: #ce1212;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 20px;
    width: 100%;
    height: 100%;
    padding: 5px 0;
    border-radius: 4px;
    transform: rotateY(0deg);
    position: absolute;
    top: -21px;
    left: 0;
    transition: all 0.4s ease;
}
.checkbox label:after{
    content: 'Published';
    background: #588101;
    transform: rotateY(-180deg);
    left: 0;
    z-index: -1;
}
.checkbox input[type=checkbox]:checked+label:before{ transform: rotateY(180deg); }
.checkbox input[type=checkbox]:checked+label:after{
    transform: rotateY(0deg);
    z-index: 1; 
}

.about-us{
    background-color: #eee;
    padding: 60px 0;
}

.about-us .section-heading{
    margin-bottom: 15px;
}

.hotel-rules{
    padding: 60px 0;
}

.hotel-rules .section-heading{
    margin-bottom: 15px;
}

.rules-list{
    list-style: disc;
    padding-left: 20px;
}

.rules-list li{
    margin-bottom: 10px;
}

.rules-list li:last-child{
    margin-bottom: 0px;
}

.nav-item .nav-link{
    /* padding: 0; */
    /* border: 1px solid #000; */
}

.nav-item.active{
    background: #fff;
    color: var(--main-color);
    /* border-radius: 5px; */
}
.nav-item .nav-link:hover,
.nav-item.active .nav-link{
    color: var(--main-color) !important;
}

.navbar-light .navbar-nav .nav-link{
    color: #000;
}

.navbar-light .navbar-nav .nav-link:hover{
    color: #000;
}

.room-heading{
    background: #fff;
    padding: 20px;
}

.room-heading .section-heading{
    font-size: 36px;
    text-align: left;
    margin: 0 0 5px;
}

.room-heading .room-price{
    color: var(--main-color);
    font-size: 24px;
    font-weight: 600;
    text-align: right;
    margin: 0;
}

.room-img{
    border: 5px solid #fff;
}

.room-description{
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
}

.room-facilities{
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
}

.room-facilities .title{
    margin-bottom: 16px;
}

.facility-list li{
    background: var(--main-color);
    color: #fff;
    display: inline-block;
    padding: 10px 15px;
    margin-right: 25px;
    border-radius: 5px;
}

.facility-list li:last-child{
    margin-right: 0;
}

.room-rules{
    background: #fff;
    padding: 30px;
}

.room-rules .title{
    margin-bottom: 16px;
}

.all-rooms{
    background: #eee;
    padding: 60px 0;
}

.all-rooms .section-heading{
    font-size: 32px;
    text-align: left;
    margin-bottom: 20px;
}

.room-box{
    background: #fff;
    margin-bottom: 20px;
    overflow: hidden;
}

.room-image{
    border: 5px solid #fff;
}

.room-image img{
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.room-desc{
    padding: 15px 20px;
}

.room-desc .title > a{
    color: #000;
}

.room-desc .desc{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.room-image .owl-nav,
.room-image .owl-dots,
.room-image .owl-nav.disabled{
    display: none;
}

.category-list{
    text-align: center;
    margin-bottom: 30px;
}

.category-list li{
    display: inline-block;
    margin-right: 10px;
}

.category-list li a{
    background: #eee;
    color: #000;
    padding: 10px 20px;
    display: block;
}

.room_image{
    overflow: hidden;
}

.room_image img{
    width: 100%;
    height: 250px;
    border: 5px solid #eee;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}

.room_image img:hover{
    transform: scale(1.1);
}

.room_desc{
    background: #eee;
    padding: 15px 20px;
}

.room_desc .title{
    margin-bottom: 6px;
}

.room_desc .title > a{
    color: #000;
}

.room_desc .room_count{
    color: var(--main-color);
    font-weight: 600;
}

.room_desc .room_count i{
    margin-right: 10px;
}

.roomcategory_list{
    display: flex;
    justify-content: center;
}

.skltbs-panel:focus{
    box-shadow: none;
}

.booking{
    background: #eee;
    padding: 60px 0;
}

.booking-form{
    background: #fff;
    padding: 25px;
    border-radius: 5px;
}

.booking-form .title{
    margin-bottom: 15px;
}

.sidebar-desc{
    background: #fff;
    padding: 20px;
}

.sidebar-desc .title{
    text-align: center;
    margin-bottom: 15px;
}

.sidebar-desc p{
    margin-bottom: 8px;
}

.room-sidebar .total-amount{
    background: var(--main-color);
    text-align: center;
    padding: 20px;
}

.room-sidebar .total-amount p{
    color: #fff;
    font-size: 22px;
}

.checkout-list{
    padding: 60px 0;
}

.checkout-list li{
    display: inline-block;
    margin-right: 10px;
}

.checkout-list li p{
    display: inline-block;
}

#user-content{
    background: #eee;
    padding: 60px 0;
}

.signup-form{
    
}

.signup-form form{
    background: #fff;
    border: 2px solid #ddd;
    border-top: 0px;
    padding: 20px 25px;
}

.signup-form .user-heading{
    /* background: #fff; */
    color: var(--main-color);
    text-align: center;
    margin: 0 0 15px;
    /* border-radius: 5px 5px 0 0; */
}

.forgot-password{
    font-size: 15px;
    text-align: center;
    display: block;
}

.forgot-password a{
    color: var(--main-color);
    transition: all 0.3s ease 0s;
}

.forgot-password a:hover{
    color: #333;
    text-decoration: underline;
}   

.profile-heading{
    background: var(--main-color);
    color: #fff;
    text-align: center;
    padding: 15px;
    margin: 0;
    border-radius: 5px 5px 0 0;
}

.profile-box{
    background: #fff;
    padding: 20px;
}

.booking-heading{
    background: var(--main-color);
    color: #fff;
    padding: 15px;
}

.profile-item tr{
    border-bottom: 1px solid #dee2e6
}

.profile-item tr:last-child{
    border-bottom: 0px;
}

.profile-item th{
    border-top: 0px;
}

.profile-item th span{
    font-weight: 400;
}

.is-active > .skltbs-tab{
    background: var(--main-color);
    text-shadow: 0 0 1px var(--main-color);
}

.owl-dots{
    display: none;
}

@media only screen and (max-width:1199px){
    .banner-description{
        padding: 140px;
    }

    .room-desc .desc{
        font-size: 15px;
    }

    .facility-list li{
        margin-bottom: 15px;
    }
}

@media only screen and (max-width:991px){
    body{
        font-size: 15px;
    }

    #header .navbar-collapse{
        background-color: #fff;
        position: absolute;
        left: 0;
        right: 0;
        top: 57px;
        z-index: 2;
    }

    #header .navbar-nav .nav-item{
        padding: 15px;
    }

    #header .navbar-nav .nav-item{
            margin: 0px;
    }

    .banner-description{
        padding: 100px 90px;
    }

    .register-btn{
        display: none;
    }

    /* .booking-form{
        padding: 25px 0;
    } */

    .our-facility{
        padding: 50px 0;
    }

    .our-rooms{
        padding: 50px 0;
    }

    .footer-widget{
        padding: 50px 0;
    }

    .section-heading{
        font-size: 42px;
    }

    .skltbs-panel-heading{
        width: 150px;
    }

    .about-us{
        padding: 50px 0;
    }

    .hotel-rules{
        padding: 50px 0;
    }

    .contact{
        padding: 50px 0;
    }

    .all-rooms{
        padding: 50px 0;
    }

    .room-desc .desc{
        height: auto;
    }

    .room-heading .section-heading{
        font-size: 30px;
    }

    .room-heading .room-price{
        font-size: 22px;
    }

    .booking{
        padding: 50px 0;
    }
}

@media only screen and (max-width:767px){

    .banner-description{
        padding: 60px 30px;
    }

    .our-facility{
        padding: 40px 0;
    }

    .our-rooms{
        padding: 40px 0;
    }

    .footer-widget{
        padding: 40px 0;
    }

    .room_image img{
        height: 300px;
    }

    .checkbox{ margin: 0 0 20px; }

    .site-info-widget{
        margin-bottom: 20px;
    }

    .about-us{
        padding: 40px 0;
    }

    .hotel-rules{
        padding: 40px 0;
    }

    .contact{
        padding: 40px 0;
    }

    .contact-form{
        margin-bottom: 25px;
    }

    .all-rooms{
        padding: 40px 0;
    }

    .room-rules{
        margin-bottom: 30px;
    }

    .booking{
        padding: 40px 0;
    }

    .form-responsive{
        margin-bottom: 30px;
    }

    .room-sidebar .total-amount{
        padding: 15px;
    }
}

@media only screen and (max-width:576px){
    
    .banner-description{
        padding: 40px;
    }

    .banner-description h1{
        font-size: 28px;
    }

    .banner-description p{
        font-size: 15px;
    }

    .booking-form{
        padding: 0px;
    }

    .booking-form-inner{
        padding: 25px;
    }

    .section-heading{
        font-size: 32px;
        margin-bottom: 20px;
    }

    .our-facility{
        padding: 30px 0;
    }

    /* .our-facility .item{
        padding: 0 40px;
    } */

    .item .facility-img{
        height: 300px;
    }

    .our-rooms{
        padding: 30px 0;
    }

    .footer-widget{
        padding: 30px 0;
    }

    .menu-widget{
        margin-bottom: 20px;
    }

    .social-links{
        text-align: center;
        margin-bottom: 5px;
    }

    .social-links li a{
        font-size: 14px;
        line-height: 32px;
        width: 30px;
        height: 30px;
    }

    .copyright-text{
        justify-content: center;
    }

    .about-us{
        padding: 30px 0;
    }

    .hotel-rules{
        padding: 30px 0;
    }

    .contact{
        padding: 30px 0;
    }

    .all-rooms{
        padding: 30px 0;
    }

    .all-rooms .section-heading{
        font-size: 28px;
    }

    .room-rules{
        padding: 25px;
    }

    .room-heading .section-heading{
        font-size: 25px;
    }

    .room-heading .room-price{
        font-size: 20px;
        text-align: left;
    }

    .room-heading .sub-heading{
        display: inline-block;
        margin-bottom: 8px;
    }

    .room-facilities{
        padding: 25px;
        margin-bottom: 20px;
    }

    .facility-list li{
        margin-right: 15px;
    }

    .room-description p{
        padding: 25px;
        margin-bottom: 20px;
    }

    .booking{
        padding: 30px 0;
    }

    .form-responsive{
        padding: 25px;
    }

    .booking-form .title{
        font-size: 24px;
    }
}

@media only screen and (max-width:376px){
    /* .our-facility .item{
        padding: 0 20px;
    } */

    body{
        font-size: 14px;
    }

    .item .facility-img{
        height: 250px;
    }

    .all-rooms{
        padding: 20px 0;
    }

    .all-rooms .section-heading{
        font-size: 24px;
        text-align: center;
        margin-bottom: 15px;
    }

    .room-desc{
        padding: 15px;
    }

    .booking-form{
        padding: 0px;
    }

    .booking-form-inner{
        padding: 20px;
    }

    .facility-list li{
        margin-right: 10px;
    }

    .room-rules{
        padding: 20px;
    }

    .room-facilities{
        padding: 20px;
    }

    .room-description p{
        padding: 20px;
    }

    .form-responsive{
        padding: 20px;
        margin-bottom: 20px;
    }

    .room-sidebar .total-amount{
        padding: 10px;
    }

    .banner-description h1{
        font-size: 24px;
    }

    .banner-description{
        padding: 30px;
    }

    .skltbs{
        margin-bottom: 0px;
    }

    .skltbs-panel{
        padding: 15px 0;
    }
}

