
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');

/*
Light 300
Light 300 italic
Regular 400
Regular 400 italic
Semi-bold 600
Semi-bold 600 italic
Bold 700
Bold 700 italic
Extra-bold 800
Extra-bold 800 italic
*/


@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*font-family: 'Poppins', sans-serif;*/


@font-face {
    font-family: 'Gabriola';
    font-style: normal;
    font-weight: normal;
    src: local('Gabriola'), url('fonts/gabriola.woff') format('woff');
}



body {
    font-size: 16px;
    font-weight: 400;
    color: #212529;
    font-family: 'Open Sans', sans-serif;
}

.btn {
    padding: 8px 30px;
}

.btn-primary {
    background: #f96611;
    border-color: #f96611;
    font-weight: bold;
    font-size: 16px;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
        background: #cd4b00 !important;
        border-color: #cd4b00 !important;
        font-weight: bold;
    }

.form-control, .form-select {
    padding: 0.475rem 0.75rem;
}

.text-muted, a.text-muted {
    color: #969696 !important;
    text-decoration: none;
}

.lightBold {
    font-weight: 600;
}


.modal-title {
    color: #3367a1;
    font-weight: 600;
}

.ui-menu-item {
    font-size: 14px;
}

.ui-slider {
    width: 100% !important;
}

.inputSearch .form-control {
    border-right: none;
}

.inputSearch .input-group-text {
    background: #fff;
}

.ui-tabs .ui-tabs-panel {
    font-size: 14px !important;
    color: #212529 !important;
    line-height: 1.5 !important;
}

.text-primary {
    color: #3367A1 !important;
}

/* modal backdrop fix */
/*.modal:nth-of-type(even) {
    z-index: 1052 !important;
}

.modal-backdrop.show:nth-of-type(even) {
    z-index: 1051 !important;
}
*/


/******* Logo***************/
.logo {
    background: url(../images/reservio-logo.png) center no-repeat;
    width: 296px;
    height: 57px;
    background-size: contain;
    margin: 0 auto;
}

.logo1 { /*background: url(../images/reservio-logo.gif) center no-repeat;*/
    background: url(../images/reservio-logo.png) center no-repeat;
    width: 230px;
    height: 45px;
    background-size: contain;
    margin: 0 auto;
}

.txtheighlightspn {
    text-align: center;
    font-size: 13px;
}


.dspnblock {
    display: inline-block;
}

.dspnnone {
    display: none !important;
}



/******* Header***************/
#mainHeader {
    width: 100%;
    position: relative;
}

    #mainHeader .la-bars {
        font-size: 30px;
        color: #396ba2;
        margin-top: 5px;
    }

.navbar-brand { /*background:#f96611;*/
}

#mainMenu {
    background: #EEF1F6;
    padding: 0px;
    color: #4277B2;
}

    #mainMenu .container {
        padding: 0px;
    }

    #mainMenu .nav-link {
        color: #4277B2;
        padding: 20px 20px;
        border-bottom: solid 3px transparent;
        font-weight: 700;
        font-size: 17px;
    }

        #mainMenu .nav-link.active {
            background: #EEF1F6;
            border-bottom: solid 3px #4277B2
        }

    #mainMenu .dropdown-menu[data-bs-popper] {
        left: -45px;
        border: none;
        border-radius: 0;
        box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.1)
    }

    #mainMenu .dropdown-item {
        font-size: 14px;
        padding-top: 8px;
        padding-bottom: 8px;
    }

        #mainMenu .dropdown-item.active, .dropdown-item:active {
            background-color: #f96611;
        }

    #mainMenu .navbar-nav .nav-item:last-child .nav-link {
        padding-right: 0px;
    }


.breadcrumb {
    font-size: 13px;
}

    .breadcrumb a {
        text-decoration: none;
    }


.offcanvas {
    background: #fefefe;
    border-right: none !important;
}

.offcanvas-header {
    background: #396ba2;
    color: #fff;
    padding-top: 14px;
    padding-bottom: 14px;
}

.offcanvas-title {
    font-size: 16px;
}

.offcanvas-body {
    padding: 0px;
}

.btn-close1 {
    background: none !important;
    color: #fff;
    box-shadow: none;
    border: none;
    font-size: 20px;
}


.creditLimit {
    color: #396ba2;
    font-weight: bold;
    padding: 10px 15px;
}

.logAdminWrap {
    padding: 10px 20px;
}

    .logAdminWrap li {
        margin-bottom: 15px;
    }

        .logAdminWrap li a {
            color: #F96611;
            text-decoration: none;
        }



/******* Footer***************/
#mainFooter {
    width: 100%;
    position: relative;
}

    #mainFooter .footerMenu {
        position: relative;
        font-size: 13px;
    }

        #mainFooter .footerMenu li {
            border-right: solid 1px #212529;
        }

            #mainFooter .footerMenu li a {
                color: #212529;
                text-decoration: none;
                padding-right: 10px;
            }

                #mainFooter .footerMenu li a:hover {
                    color: #f96611;
                    text-decoration: underline;
                }

            #mainFooter .footerMenu li:last-child {
                padding-right: 0px;
                border-right: none;
            }



/******* CopyRight***************/
#CopyRight {
    text-align: center;
    font-size: 13px;
    margin: 20px 0 0 0;
}











/****************************  Login page css  *****************************************/
.loginBody {
    background: url(../images/bg-homev2.jpg) top center;
    background-size: cover;
    background-attachment: fixed;
}

#loginLogo {
    padding: 30px 15px;
    text-align: center;
}

#loginCard {
    border: none;
    border-radius: 0px;
    box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.1);
    background: #fff; /* Old browsers */
    background: -moz-linear-gradient(45deg, #ffffff 0%, #f2f2f2 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #ffffff 0%,#f2f2f2 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #ffffff 0%,#f2f2f2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

    #loginCard h2, #loginCard h3 {
        color: #3367a1;
        font-weight: 600;
        margin-bottom: 15px;
    }

    #loginCard h2 {
        font-size: 24px;
    }

    #loginCard h3 {
        font-size: 18px;
    }

    #loginCard .input-group {
        margin-bottom: 18px;
    }

    #loginCard .card-body {
        padding: 30px;
    }

    #loginCard .form-control {
        border-right: none;
    }

    #loginCard .input-group-text {
        background: #fff;
    }

.trustCount {
    color: #f96611;
    font-weight: bold;
    font-size: 20px;
}

.carouselImg {
    width: 100%;
    height: 180px;
    margin-bottom: 20px;
}

    .carouselImg img {
        width: auto;
        max-height: 100%;
        object-fit: cover;
    }

.carouselHotel {
    min-height: 20px;
    display: block
}

#loginCard .vrLine {
    height: 200px;
}

#loginCard .hrLine {
    padding: 20px 0px;
}


.itemLogout {
    position: relative;
    display: block
}

    .itemLogout a {
        color: #000;
    }

        .itemLogout a:hover {
            color: #fff !important;
            background: #ccc;
        }

        .itemLogout a:focus {
            color: #fff !important;
            background: #f96611;
        }






/****************************  search page css  *****************************************/

.pgheading1 {
    color: #396ba2;
    font-size: 37px;
    font-weight: bold;
}

.pgheading3 {
    font-size: 20px;
    color: #3367A1;
    font-weight: 600;
}


#searchWrap {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    box-shadow: 0 0px 10px #666666;
    -moz-box-shadow: 0 0px 10px #666666;
    -webkit-box-shadow: 0 0px 10px #666666;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=127, Color='#bbbbbb')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=127, Color='#bbbbbb');
    background: #eef1f6;
}

#topSearcInput {
    margin-top: -3px;
}

#topBlueBand {
    height: 38px;
    background: #4277B2;
    padding: 6px 15px;
    color: #fff;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1;
}


#menuBand {
    background: #EEF1F6;
    width: 100%;
    position: fixed;
    top: 38px;
    z-index: 1;
    box-shadow: 0 6px 10px 0 rgba(0,0,0,0.1)
}

#wrapContainer {
    padding-top: 120px;
}

#topLogin {
    text-align: right;
    font-size: 14px;
    padding: 2px 0;
}

    #topLogin a {
        color: #fff;
        text-decoration: none;
    }

        #topLogin a:hover {
            color: #fff;
            text-decoration: none;
        }

    #topLogin ul {
        margin-bottom: 0px;
        color: #fff;
    }

        #topLogin ul li:first-child {
            padding-right: 10px;
            display: inline-block;
            border-right: solid 1px #fff;
        }

        #topLogin ul li:last-child {
            padding-left: 10px;
            display: inline-block;
            border-left: solid 1px #fff;
        }


    #topLogin .inputSearch .form-control {
        font-size: 12px;
        background: #28609E;
        border: solid 1px #4381C6;
        color: #fff;
        border-right: none;
    }

    #topLogin .inputSearch .input-group-text {
        background: #28609E;
        border: solid 1px #4381C6;
        color: #fff;
    }

    #topLogin .inputSearch .form-control::placeholder {
        color: rgba(255,255,255,0.5) !important;
    }

.famenu {
    font-size: 22px;
    color: #4D4D4D
}

.nav-link .famenu :after {
    color: #4D4D4D !important;
}


#searchMap {
    background: url(../images/bg-map.png) no-repeat top center;
    min-height: 450px;
}
/*#modifySearchWrap {position:relative; }*/


#searchRw {
    position: relative;
}

    #searchRw .input-group-text {
        background: #fff;
    }

        #searchRw .input-group-text i {
            color: #ccc;
        }

    #searchRw .input-group .form-control {
        border-right: none;
    }

.txtHotelName {
    color: #396BA2;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 15px;
}

.txtperRoom {
    margin-bottom: 0px;
    margin-top: 15px;
    font-weight: 600;
}

.txtPhone {
    text-align: right;
    font-size: 13px;
}

    .txtPhone i {
        vertical-align: middle;
        font-size: 16px;
    }

    .txtPhone a {
        color: #212529;
        ;
        text-decoration: none;
    }


#modifySearch {
    position: relative;
    padding-top: 10px;
    padding-bottom: 30px;
}

    #modifySearch h3 {
        font-size: 16px;
        color: #326BA9;
        font-weight: 700;
    }

    #modifySearch p {
        font-size: 14px;
        margin-bottom: 0px;
    }
    /*#modifySearch .searchCol{ padding-left: 30px; padding-right: 30px;}*/
    #modifySearch .searchCol {
        padding-left: 29px;
        padding-right: 29px;
    }


#searchResultList {
    width: 100%;
    position: relative;
    padding: 30px 0;
    background: #f2f2f2;
}

.listCard {
    background: #fff;
    border: solid 1px #E4E4E4;
    border-radius: 0px;
    margin-bottom: 20px;
}

    .listCard .card-title {
        font-size: 20px;
        color: #3367A1;
        font-weight: 600;
        margin-bottom: 15px;
    }

        .listCard .card-title a {
            color: #3367A1;
            text-decoration: none;
        }

        .listCard .card-title .text-muted {
            font-size: 13px;
        }


#dealCarousel .card-subtitle {
    font-weight: 600;
    margin-bottom: 10px;
}


#starRating {
    position: relative;
}

    #starRating .starInr {
        margin-bottom: 0px;
        text-align: right;
    }

    #starRating .form-check img {
        margin-top: -2px;
    }

    #starRating .fa-star {
        color: #cbcbcb;
    }

        #starRating .fa-star.checked {
            color: #ffa500;
        }

    #starRating .starRw {
        margin-bottom: 5px;
    }

#searchLoction {
    position: relative;
}

    #searchLoction .input-group-text {
        background: #fff;
    }

    #searchLoction .input-group .form-control {
        border-right: none;
    }

#priceRange {
    position: relative;
}


.filterCards {
    position: relative;
}

    .filterCards .fCol {
        padding-left: 25px;
        padding-right: 25px;
    }

        .filterCards .fCol .d-flex {
            height: 120px;
        }

    .filterCards .inrRate {
        font-size: 22px;
        font-weight: bold;
    }

    .filterCards .filImg {
        width: 100%;
        height: 200px;
        position: relative;
    }

        .filterCards .filImg img {
            max-width: 100%;
            height: auto;
            object-fit: cover;
        }

    .filterCards .card-title {
        margin-bottom: 10px;
    }

    .filterCards .filDetail p, .filterCards .filDetail ul {
        margin-bottom: 10px;
    }

    .filterCards .filDetail .hotelDesc {
        font-size: 13px;
    }

.filDetail .badge {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    margin-left: 5px;
    margin-bottom: 5px;
}

    .filDetail .badge img {
        margin-top: -2px;
    }

.roomDescRw .badge {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    margin: 3px 0 3px 2px;
}

    .roomDescRw .badge img {
        margin-top: -2px;
    }

.preferred {
    background: #6BC5B3;
}

.deal {
    background: #294085;
}

.memberPrice {
    background: #1686BE;
}

.packagePrice {
    background: #DA272B;
}

.breakfastIncl {
    background: #15A347;
}

.fsrsource {
    background: #2C5770;
}

.halfBoard {
    background: #9c89ff;
}

.fullBoard {
    background: #7e38b7;
}

.allInclusive {
    background: #541675;
}
/*12092025*/
.viewImgs {
    background: #f96611 !important;
}

#ulServices {
    position: relative;
    margin-bottom: 0px;
}

    #ulServices .btn-sm {
        padding: 5px 8px;
        font-size: 13px;
    }

    #ulServices .btn-light {
        background: #fff;
        border: solid 1px #E4E4E4;
    }

        #ulServices .btn-light:hover {
            background: #f1f1f1;
        }

        #ulServices .btn-light i {
            color: #FF9107;
            font-size: 16px;
        }

.availBtnWrap {
    transform: translateY(10%);
}
/*.availBtnWrap{ transform: translateY(50%);}*/
.fCol {
    transform: translateY(33%);
}

.roomTypeRw {
    margin-top: 30px;
    background: #f2f2f2;
    font-size: 14px;
    font-weight: 600;
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 18px;
}

.roomDescRw {
    font-size: 13px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: solid 1px #f2f2f2;
}

    .roomDescRw .btn-sm {
        padding: 5px 8px;
        font-size: 13px;
    }

    .roomDescRw h3 {
        font-size: 16px;
        font-weight: bold;
    }

#sortingRw {
    position: relative;
}

    #sortingRw .sortTxt {
        background: #fff;
        padding: 8px 10px;
        font-weight: 600;
    }

    #sortingRw .btn-outline-light {
        border-radius: 0px;
        background: #f2f2f2;
        color: #006892;
        border: solid 1px #E4E4E4;
        padding: 8px 45px;
    }

        #sortingRw .btn-outline-light:hover, #sortingRw .btn-outline-light:focus, #sortingRw .btn-outline-light:active, #sortingRw .btn-outline-light.active {
            border-bottom-color: #006892;
        }

    #sortingRw .input-group .form-control {
        border-right: none;
        border-radius: 0;
    }

    #sortingRw .input-group-text {
        background: #fff;
        border-radius: 0;
    }

    #sortingRw .btn-outline-light img {
        margin-left: 2px !important;
    }


.whBx {
    background: #fff;
    padding: 30px;
}

.iteTravel {
    position: relative;
}

    .iteTravel h3 {
        font-size: 16px;
        font-weight: 600;
    }

    .iteTravel ul {
        padding-left: 25px;
    }

    .iteTravel .rwdetail {
        padding-top: 30px;
        padding-bottom: 15px;
        border-bottom: dotted 1px #e4e4e4;
    }

    .iteTravel .filDetail .card-title {
        font-size: 20px;
        color: #3367A1;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .iteTravel .filDetail .card-subtitle {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 10px;
        margin-top: 15px;
    }

    .iteTravel .fCol {
        padding-left: 25px;
        padding-right: 25px;
        transform: translateY(0);
    }

        .iteTravel .fCol .d-flex {
            height: 190px;
        }

.txtBedType {
    font-size: 14px;
}

    .txtBedType p {
        margin-bottom: 5px;
    }

    .txtBedType b {
        font-weight: 600;
    }

.priceDetailBx {
    background: #F2F2F2;
    border: solid 1px #E4E4E4;
    padding: 30px;
    min-height: 230px;
}

.paymentDetailBx {
    background: #fff;
    border: solid 1px #E4E4E4;
    padding: 30px;
    min-height: 230px;
}

.grandTotal {
    color: #3367A1;
    font-weight: bold;
    font-size: 18px;
}

.rmsRw {
    background: #F2F2F2;
    color: #006892;
    font-weight: 600;
    padding: 8px 0;
}

.rmsRwSub {
    padding: 8px 0;
    border-bottom: solid 1px #F2F2F2;
}

    .rmsRwSub b {
        font-weight: 600;
    }

    .rmsRwSub .tbCol {
        margin-bottom: 12px;
    }

.stepsWrap {
    display: flex;
    align-items: center;
    background: #E4E4E4;
    color: #999;
    padding: 10px 20px;
    border-top: solid 2px transparent;
}

    .stepsWrap .stepNumber {
        font-size: 32px;
        font-weight: bold;
        margin-right: 10px;
    }

    .stepsWrap .stepsDetail {
        font-size: 18px;
        font-weight: 600;
        line-height: 20px;
    }

        .stepsWrap .stepsDetail small {
            font-size: 14px;
            font-weight: 400;
        }

    .stepsWrap.active {
        background: #fff;
        color: #006892;
        border-top: solid 2px #006892;
    }

        .stepsWrap.active .stepsDetail small {
            color: #212529;
        }




#cancelPolicy ul {
    margin-bottom: 8px;
    padding-left: 15px;
}

#bxShortList .btn {
    padding: 4px 10px;
}

#bxShortList .btn-info {
    background: #1686BE;
    color: #fff;
}

.shortHdTxt {
    color: #326ba9;
    margin-bottom: 4px;
    font-weight: 600;
}

#popCost {
    padding: 12px 0px;
}

.popRs {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.popRsBlwNote {
    font-size: 12px;
    margin-bottom: 0px;
}

.guestCardNote {
    border: none;
    box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.1);
}



.center {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.v-mid {
    vertical-align: middle;
}








.zoom {
    padding: 50px;
    background-color: green;
    transition: transform .2s; /* Animation */
    width: 200px;
    height: 200px;
    margin: 0 auto;
}

    .zoom:hover {
        transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    }





/**********************box shadow and gredient Fill Color*********************/

.boxShadow {
    box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.1);
}

.gradient {
    background: #e46f11; /* Old browsers */
    background: -moz-linear-gradient(45deg, #e46f11 0%, #faa71c 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #e46f11 0%,#faa71c 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #e46f11 0%,#faa71c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e46f11', endColorstr='#faa71c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}



/**********************font awesome UL List*********************/
ul.fa-ul {
    list-style-type: none; /*padding-left: 20px;*/
    margin-left: 15px;
    clear: both;
}

    ul.fa-ul li {
        position: relative;
        padding-left: 20px;
        margin-bottom: 10px
    }

        ul.fa-ul li:before {
            position: absolute;
            top: 1px;
            left: 0;
            font-family: FontAwesome;
            content: "\f0da"; /*color: green;*/
        }


/***********Margin Top************/
.mt2 {
    margin-top: 2px
}

.mt5 {
    margin-top: 5px
}

.mt8 {
    margin-top: 8px
}

.mt10 {
    margin-top: 10px
}

.mt12 {
    margin-top: 12px
}

.mt15 {
    margin-top: 15px
}

.mt18 {
    margin-top: 18px
}

.mt20 {
    margin-top: 20px
}

.mt22 {
    margin-top: 22px
}

.mt25 {
    margin-top: 25px
}

.mt28 {
    margin-top: 28px
}

.mt30 {
    margin-top: 30px
}

.mt35 {
    margin-top: 35px
}

.mt40 {
    margin-top: 40px
}

.mt80 {
    margin-top: 80px
}

.mt-5 {
    margin-top: -5px
}

/***********Margin Bottom************/
.mb2 {
    margin-bottom: 2px
}

.mb5 {
    margin-bottom: 5px
}

.mb8 {
    margin-bottom: 8px
}

.mb10 {
    margin-bottom: 10px
}

.mb12 {
    margin-bottom: 12px
}

.mb15 {
    margin-bottom: 15px
}

.mb18 {
    margin-bottom: 18px
}

.mb20 {
    margin-bottom: 20px
}

.mb22 {
    margin-bottom: 22px
}

.mb25 {
    margin-bottom: 25px
}

.mb28 {
    margin-bottom: 28px
}

.mb30 {
    margin-bottom: 30px
}

.mb35 {
    margin-bottom: 35px
}

.mb40 {
    margin-bottom: 40px
}

.mb80 {
    margin-bottom: 80px
}



/***********Font Sizes************/
.ft9 {
    font-size: 9px;
}

.ft10 {
    font-size: 10px;
}

.ft11 {
    font-size: 11px;
}

.ft12 {
    font-size: 12px !important;
}

.ft13 {
    font-size: 13px;
}

.ft14 {
    font-size: 14px;
}

.ft15 {
    font-size: 15px;
}

.ft16 {
    font-size: 16px;
}

.ft17 {
    font-size: 17px;
}

.ft18 {
    font-size: 18px;
}

.ft19 {
    font-size: 19px;
}

.ft20 {
    font-size: 20px;
}

.ft21 {
    font-size: 21px;
}

.ft22 {
    font-size: 22px;
}

.ft23 {
    font-size: 23px;
}

.ft24 {
    font-size: 24px;
}

.ft25 {
    font-size: 25px;
}

.ft26 {
    font-size: 26px !important;
}

.ft26 {
    font-size: 26px;
}

.ft30 {
    font-size: 30px;
}

.ft35 {
    font-size: 35px;
}

.ft40 {
    font-size: 40px;
}

.ft50 {
    font-size: 50px;
}

/***********Padding************/
.pad0 {
    padding: 0px;
}


/***********PaddingLeft************/
.padleft16 {
    padding-left: 16px;
}

.padleft10 {
    padding-left: 10px;
}

.padleft20 {
    padding-left: 20px;
}

.padtop10 {
    padding-top: 10px;
}

.padtop20 {
    padding-top: 20px;
}


/***********Social Icons************/
.socilaIcons {
    font-size: 16px !important; /*background:#4b4b4b;*/
    color: #fff;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    transition: transform .2s;
}

    .socilaIcons:hover {
        background: #f1a53a;
        color: #fff;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
        transform: scale(1.2);
    }

.fa-facebook {
    background: #3e5f9d;
}

    .fa-facebook:hover {
        background: #3e5f9d;
        color: #fff;
    }

.fa-twitter {
}

    .fa-twitter:hover {
        background: #5bb6f7;
        color: #fff;
    }

.fa-linkedin {
}

    .fa-linkedin:hover {
        background: #0f7eba;
        color: #fff;
    }

.fa-youtube {
}

    .fa-youtube:hover {
        background: #e65147;
        color: #fff;
    }

.fa-instagram {
    background: #fe734c;
}

    .fa-instagram:hover {
        background: #fe734c;
        color: #fff;
    }

.fa-whatsapp {
}

    .fa-whatsapp:hover {
        background: #075E54;
        color: #fff;
    }




/***********Page Scroll Up************/
#scrollUp {
    bottom: 25px;
    height: 32px;
    width: 32px;
    right: 20px;
    background: #4277B2;
    text-align: center;
    padding-right: 15px;
    padding-top: 3px;
    border-radius: 3px;
    position: fixed;
}

    #scrollUp:hover {
        background: #f96611;
    }

    #scrollUp:before {
        font-family: FontAwesome;
        color: #fff;
        position: absolute;
        content: "\f077";
        z-index: 999999;
    }



/***********bootstrap left and right input Icons ************/
.left-inner-addon {
    position: relative;
}

    .left-inner-addon input, .left-inner-addon textarea {
        padding-left: 30px;
    }

    .left-inner-addon i {
        position: absolute;
        padding: 10px 12px;
        pointer-events: none;
        color: #999999;
    }

.right-inner-addon {
    position: relative;
}

    .right-inner-addon input {
        padding-right: 30px;
    }

    .right-inner-addon i {
        position: absolute;
        right: 0px;
        padding: 10px 12px;
        pointer-events: none;
        color: #999999;
    }


/*********custom file upload*************/
input.filePhoto {
    display: block;
    visibility: hidden;
    width: 0;
    height: 0;
}

#imgProfilePhoto {
    width: 178px;
    height: 178px;
    line-height: 178px;
}

    #imgProfilePhoto img {
        width: 100%;
        height: 100%;
    }



/***********Owl carousel Custome Navigation ************/
.customNavigation {
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 50%;
    width: 100%;
}

    .customNavigation a {
        display: inline-block;
        height: 24px;
        border: solid 1px #d5d5d5;
        margin-left: 2px;
    }

        .customNavigation a.prev,
        .customNavigation a.next {
            float: right
        }

    .customNavigation i.fa {
        width: 24px;
        height: 24px;
        line-height: 24px;
    }

.icustomNavigation i.fa::before {
    font-size: 14px;
    line-height: 24px;
}

.customNavigation i.fa {
    display: inline-block;
    cursor: pointer;
    margin: 0px;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #acacac;
    overflow: hidden;
    border-radius: 1px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translateZ(0);
}

    .customNavigation i.fa::before {
        border-radius: 2px;
        speak: none;
        display: block;
        -webkit-font-smoothing: antialiased;
    }

    .customNavigation i.fa::after {
        pointer-events: none;
        position: absolute;
        width: 100%;
        height: 100%;
        content: '';
        display: none;
        box-sizing: content-box;
    }

    .customNavigation i.fa:hover {
        background: #f1a53a;
        color: #fff;
    }

        .customNavigation i.fa:hover::before {
            -webkit-animation: toRightFromLeft 0.3s forwards;
            -moz-animation: toRightFromLeft 0.3s forwards;
            animation: toRightFromLeft 0.3s forwards;
        }

.team-carousel {
    position: relative;
}

.css-team-navigation .next {
    left: 25px;
    position: absolute;
    top: 50%;
    margin-top: -88px;
    cursor: pointer;
    z-index: 1;
}

.css-team-navigation .prev {
    right: 25px;
    position: absolute;
    top: 50%;
    margin-top: -88px;
    cursor: pointer;
    z-index: 1;
}

@-webkit-keyframes toRightFromLeft {
    49% {
        -webkit-transform: translate(100%);
    }

    50% {
        opacity: 0;
        -webkit-transform: translate(-100%);
    }

    51% {
        opacity: 1;
    }
}

@-moz-keyframes toRightFromLeft {
    49% {
        -moz-transform: translate(100%);
    }

    50% {
        opacity: 0;
        -moz-transform: translate(-100%);
    }

    51% {
        opacity: 1;
    }
}

@keyframes toRightFromLeft {
    49% {
        transform: translate(100%);
    }

    50% {
        opacity: 0;
        transform: translate(-100%);
    }

    51% {
        opacity: 1;
    }
}




/******* Place Holder***************/
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #999999 !important;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #999999 !important;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #999999 !important;
}

:-moz-placeholder { /* Firefox 18- */
    color: #999999 !important;
}

::placeholder {
    color: #999999 !important;
}










/******** plugins *************/

.slider .tooltip.in {
    opacity: 1;
}

.slider .tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.slider .tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.slider .tooltip.top {
    padding: 5px 0;
}

.slider-track {
    background: #e2e2e2;
    box-shadow: none;
}

.slider-selection {
    /*background: #FF6200;
    border: 1px solid #1a398b;*/
    box-shadow: none;
    background: #1fa0a9;
}

.slider-handle {
    opacity: 1;
    /*background: #FFFFFF;
    border: 3px solid #FF6200;*/
    background-clip: padding-box;
    box-shadow: none;
    height: 23px;
    width: 23px;
    -webkit-transition: box-shadow 200ms ease-in-out;
    -o-transition: box-shadow 200ms ease-in-out;
    transition: box-shadow 200ms ease-in-out;
    background: #1fa0a9;
}

.slider.slider-horizontal .slider-tick, .slider.slider-horizontal .slider-handle {
    margin-left: -10px;
    margin-top: -6px;
}






#carouselExampleControls {
    margin-bottom: 50px;
}






/*********** from webagent.css****************/
.PopGal {
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0;
}

    .PopGal ul {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        .PopGal ul li {
            margin: 0;
            padding: 2px;
            float: left;
            width: 20%;
            position: relative;
            height: 90px;
            overflow: hidden;
        }

            .PopGal ul li img {
                width: 100%;
                height: auto;
                object-fit: contain;
                object-position: center;
            }

.imgGalStyl1 {
    width: 187px;
    height: 146px;
}

    .imgGalStyl1 img {
        width: 186px;
        height: 146px;
    }

.PopGal {
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0;
}

    .PopGal ul {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        .PopGal ul li {
            margin: 0;
            padding: 2px;
            float: left;
            width: 20%;
            position: relative;
            height: 90px;
            overflow: hidden;
        }

            .PopGal ul li img {
                width: 100%;
                height: auto;
                object-fit: contain;
                object-position: center;
            }

.imgGalStyl1 {
    width: 187px;
    height: 146px;
}

    .imgGalStyl1 img {
        width: 186px;
        height: 146px;
    }


.PopGal {
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0;
}

    .PopGal ul {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        .PopGal ul li {
            margin: 0;
            padding: 2px;
            float: left;
            width: 20%;
            position: relative;
            height: 90px;
            overflow: hidden;
        }

            .PopGal ul li img {
                width: 100%;
                height: auto;
                object-fit: contain;
                object-position: center;
            }

.imgGalStyl1 {
    width: 187px;
    height: 146px;
}

    .imgGalStyl1 img {
        width: 186px;
        height: 146px;
    }

.propBookTable {
    padding: 15px;
}

.placeIconCal, .placeIconCal2 {
    background-image: url(../images/iconCal.png);
    background-repeat: no-repeat;
    background-position: 92%;
}

.placeIconCal2 {
    background-position: 97%;
}

.placeIconCalEnquiry {
    background-image: url(../images/iconCal.png);
    background-repeat: no-repeat;
    background-position: 98%;
}


.adContainer {
    position: relative;
    text-align: center;
    font-size: 14px;
}

.preloadCarousel {
    position: relative; /*height:196px; width:100%;*/
    padding: 0 10px;
}

    .preloadCarousel img { /*width:100%; height:100%; object-fit: contain;*/
    }

.printRoomList {
    height: 500px;
    overflow: auto;
    overflow-x: hidden;
    padding: 0 5px
}

#dvHotelMap {
    width: 100% !important;
}

.spchkinxx ul li {
    margin-bottom: 6px;
}

.amenRw {
    padding: 10px;
    border-bottom: solid 1px #e6e6e6;
}

.horizontalRule {
    border-top-color: #e6e6e6 !important;
    opacity: 1 !important;
}

.galImg {
    width: 100%;
    height: 50px;
}

    .galImg img {
        width: 100%;
        max-height: 100%;
    }

ul.points li {
    margin-bottom: 8px !important;
}


.conAll {
    padding: 30px 20px;
    background: #f3f8fc;
    border: solid 1px #c7deee;
    border-radius: 4px;
}

.dataRow {
    font-size: 12px !important;
}

    .dataRow .rmsRwSub {
        font-size: 12px !important;
    }

.hdrRow .rmsRw {
    font-size: 12px !important;
}

.booking-list .lightcolor {
    color: #979797;
    font-weight: normal;
}

.actionLink:hover, .actionLink.current {
    text-decoration: underline;
    color: #e96011;
}

table.searchTable a:hover, table.searchTable a.sel {
    color: #f96611;
    text-decoration: underline;
}

.manageCard, .settingCard {
    border: none !important;
}

    .manageCard .card-body, .settingCard .card-body {
        padding: 15px 20px;
    }

.settingCard {
    background: #f3f8fc;
}

#spnGrid .searchTable {
    font-size: 14px;
}

.pload {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -14px;
    margin-left: -14px;
}

/*.availBtnWrap .btn-primary:active, .availBtnWrap .btn-primary.active{ background:none !important; border:transparent !important;}*/

.pbtnD {
    background: green !important;
    border: green solid 1px !important;
    visibility: hidden;
}

.prel {
    background: #edf1f6;
    position: relative;
}


.findTripBx {
    background: #f3f8fc;
    padding: 30px 15px;
    border: solid 1px #c7deee;
}

.lightcolor {
    color: #979797;
    font-weight: normal;
}

.catName {
    font-size: 15px;
    font-weight: 600;
    color: #4277B2
}

#fltPriceRange {
    z-index: 0 !important;
}

#quotedivText {
    white-space: pre-line; /* Line break maintain */
    font-family: Arial;
    font-size: 14px;
    max-height: 300px; /* Height */
    overflow-y: auto; /* Vertical scroll enable */
    border: 1px solid #ddd;
    padding: 10px;
}
/*********** manish ddl canges 21042025****************/

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .375rem;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    /* height: 40px; */
    user-select: none;
    -webkit-user-select: none;
    padding: 0.475rem 0.75rem;
}

.QRCodeCls {
    /*  color: #f96611;*/
    color: #6c757d;
    font-weight: bold;
    font-size: 14px;
    text-decoration: underline;
}

    .QRCodeCls:hover {
        text-decoration: underline;
        color: #6c757d;
        /* color: #f96611;*/
    }

.divrateshortcls {
    font-size: 14px;
}

.btn-disabled {
    background-color: #0254EB !important;
    border-color: #ccc !important;
    cursor: not-allowed;
    opacity: 0.6;
}


/* Hardik Custom css 18-08-2025 */

.very-small-text {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: #4277B2;
    font-style: normal;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0;
    text-decoration: underline !important;
    text-underline-offset: 2px;
    text-decoration-thickness: 1px;
}


.btn-book-now {
    background-color: #F96611;
    border: none;
    color: white;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    transition: background-color 0.3s ease;
    min-width: 120px;
}

    .btn-book-now:hover {
        background-color: #F96611;
        color: white;
    }

    .btn-book-now:focus {
        background-color: #F96611;
        color: white;
        outline: none;
        box-shadow: 0 0 0 2px rgba(255, 107, 53, 0.3);
    }

    .btn-book-now:active {
        background-color: #F96611;
        transform: translateY(1px);
    }

.btn-quote {
    background-color: #1786BE;
    color: #FFFFFF;
    padding: 6px 0px;
    margin-top: 5px;
}

#searchResultDesc {
    width: 100%;
    position: relative;
    padding: 1px 0;
    background: #f2f2f2;
}

#searchResultPhotos {
    width: 100%;
    position: relative;
    padding: 1px 0;
    background: #f2f2f2;
}

.colored-list-item {
    color: #4D4D4D;
}

.brcolor {
    color: #4D4D4D;
}

.mr-2 {
    margin-right: 5px;
}



.search-result-photos {
    padding: 1px 0px;
}


.search-container {
    margin-top: 20px;
}


.hotel-title {
    color: #3367A1;
}


.photo-bg {
    background-color: #f2f2f2;
}


.img-cover {
    object-fit: cover;
}


.photo-col {
    margin-bottom: -8px;
}

.search-result-desc {
    padding: 1px 0px;
}


.colored-list-item {
    color: #3367A1;
}

.p-75 {
    padding: 0.75rem;
}

.img-box {
    aspect-ratio: 7/5;
    overflow: hidden;
    border-radius: 0;
}

    .img-box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top;
    }

.vr-5 {
    min-height: 7em;
    max-height: auto !important;
}

#modifysearchroomrate {
    position: relative;
    padding-top: 0px;
    padding-bottom: 15px;
}

    #modifysearchroomrate h3 {
        font-size: 16px;
        color: #326BA9;
        font-weight: 700;
    }

    #modifysearchroomrate p {
        font-size: 14px;
        margin-bottom: 0px;
    }

    #modifysearchroomrate .searchCol {
        padding-left: 29px;
        padding-right: 29px;
    }

/* Room Photo Gallary Custom css 18092025 */
.PopRoomGal {
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0;
}

    .PopRoomGal ul {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        .PopRoomGal ul li {
            margin: 0;
            padding: 5px;
            float: left;
            width: 50%;
            position: relative;
            overflow: hidden;
        }

            .PopRoomGal ul li img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                object-position: top;
            }

.imgRoomGalStyl1 {
    width: 187px;
    height: 146px;
}

    .imgRoomGalStyl1 img {
        width: 186px;
        height: 146px;
    }



/* roomFilter Custom css 22092025 */
#dvRoomType {
    margin-bottom: 1rem; /* space below the card */
}

    #dvRoomType .card-body {
        display: flex;
        flex-direction: column;
        gap: 0.5rem; /* spacing between title and input */
    }

.fillFixedRoomRate {
    width: 560px !important;
}

.vr1 {
    border-right: solid 1px #ccc;
}

/* Make anchor non-interactive and dim it slightly */
#popGallery a[href*="imageresource.aspx?img="] {
    pointer-events: none !important; /* prevents click on link */
    opacity: 0.92 !important;
    cursor: default !important;
    filter: grayscale(0.02); /* subtle visual change */
}

    /* If you still want the image inside to show normal cursor on some browsers: */
    #popGallery a[href*="imageresource.aspx?img="] img {
        pointer-events: none !important;
    }
/* Add new Css 12122025 */
.featurePref {
    display: none;
}
.Distancebtn-icon {
    width: 34px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}