﻿@import url(https://db.onlinewebfonts.com/c/229a57bbeef591e04a1fdfe347c90864?family=Centra+No2);


@font-face {
    font-family: "Centra No2";
    src: url("https://db.onlinewebfonts.com/t/229a57bbeef591e04a1fdfe347c90864.eot");
    src: url("https://db.onlinewebfonts.com/t/229a57bbeef591e04a1fdfe347c90864.eot?#iefix")format("embedded-opentype"), url("https://db.onlinewebfonts.com/t/229a57bbeef591e04a1fdfe347c90864.woff2")format("woff2"), url("https://db.onlinewebfonts.com/t/229a57bbeef591e04a1fdfe347c90864.woff")format("woff"), url("https://db.onlinewebfonts.com/t/229a57bbeef591e04a1fdfe347c90864.ttf")format("truetype"), url("https://db.onlinewebfonts.com/t/229a57bbeef591e04a1fdfe347c90864.svg#Centra No2")format("svg");
}

body {
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

:root {
    font-family: "Centra No2";
    -webkit-font-smoothing: antialiased;
    text-size-adjust: 100%;
}

.banner-back {
    padding-bottom: 35px;
    padding-top: 66px;
    background-position: bottom;
}

.hotel-search-box {
    padding: 0 0 0;  
    float: left;
    width: 100%;
    border-radius: 10px;
    margin-top: 0;

}

.hotel-radio {
    display: flex;
    margin-top: 0;
    margin-bottom: 20px;
}
    .hotel-radio label {
        font-size: 14px !important;
        font-weight: 600 !important;
        color: #323028;
        line-height: 27px;
    }
.hotel-radio-data {
    display: block;
    position: relative;
    padding-left: 22px;
    height: 28px;  
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 8px;
    padding-right: 11px;
}

/* Hide the browser's default radio button */
.hotel-radio-data input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 5px;
    left: 2px;
    height: 16px;
    width: 16px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.hotel-radio-data:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.hotel-radio-data input:checked ~ .checkmark {
   /* background-color: #2196F3;*/
    border: 2px solid #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.hotel-radio-data input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.hotel-radio-data .checkmark:after {
    top: 1px;
    left: 1px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #0075ff;
}
.hotelsearchmain {
    width: 100%;
    float: left;
    position: relative;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #e7e7e7;
    padding: 18px 22px 17px;
    box-shadow: 0px 3px 4px 0px rgb(12 6 14 / 14%);
    -webkit-box-shadow: 0px 3px 4px 0px rgb(12 6 14 / 14%);
}

.hotelsearchmain ul {
    display: flex;
    justify-content: space-around;
    background: rgba(255, 255, 255, 0.85);
    padding: 0;
    margin: 0;
}
.hotelsearchmain ul li {
    border: 1px solid #e7e7e7;
/*    padding: 0 5px;
*/    border-radius: 10px;          
    vertical-align: top;           
    display: inline-table;
    margin: 0 0 0 7px;
}
    .hotelsearchmain ul li:nth-child(1) {
        padding: 0 10px;
        width: 31%;
    }
.hotelsearchmain ul li:nth-child(2) {
    padding: 0 10px;
    width: 15%;
}

.hotelsearchmain ul li:nth-child(3) {
    padding: 0 10px;
    width: 15%;
}

.hotelsearchmain ul li:nth-child(4) {
    padding: 0 10px;
    width: 20%;
}

    .hotelsearchmain ul li:nth-child(5) {
        padding: 0 10px;
        /*  border-right: 0;*/
        width: 19%;
    }
/*.hotelsearchmain ul li:last-child {*/
   /* border-right: 0;*/
    /*padding: 0 0;
}*/

.hotel-txt, .hotel-txt-1, .hotel-txt-2, .hotel-txt-3, .flying {
    padding-top: 7px;
}
.hotel-txt label {
    padding-left: 6px;
}
.hotel-txt input {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    color: #000 !important;
}
.hotelsearchmain .sDay {
    display:none;
}

.hotelsearchmain .searchb.search_top {
    margin-bottom: 0;
}

.hotelsearchmain .searchb {
    float: left;
    width: 100%;
    margin: 0 auto 0;
    text-align: center;
}

.hotelsearchmain .flying label {
    float: left;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0;
    padding-left: 0;
}
.hotelsearchmain .searchb1 {
    padding: 14px 40px;
    outline: none;
    border-radius: 5px;
    background: #EE2524;
    font-size: 21px;
    color: #fff;
    font-weight: 700;
    border: none;
    cursor: pointer;
    margin-top: 20px;
}

.hotelsearchmain .sDate {
    color: #1a1a1a;
    float: left;
    font-size: 16px;
    font-weight: 500;
    margin-left: 0;
    margin-top: 3px;
}
.hotelsearchmain .sMonth {
    color: #1a1a1a;
    line-height: 12px;
    float: left;
    font-size: 16px;
    font-weight: 500;
    margin-top: 9px;
    text-align: center;
    margin-left: 4px;
}
.hotelsearchmain .adult {
    font-size: 16px;
    color: #6c757d;
    border: 0;
    font-weight: 500;
    margin-top: 9px;
    background: transparent;
}
.hotelsearchmain .adult:focus{border:0; outline:0;}
.hotelsearchmain label {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 600;
}
.sMonth span:first-child {
    display: inline-block;
}

.navbar-default {
    background-color: transparent;
    border-color: #fff!important;
}

.hotelsearchmain .doneroom input {
    font-size: 14px;
    background: #EE2524;
    color: #fff;
    border-radius: 6px;
    border:0;
}

.hotelsearchmain .removeroom a {
    font-size: 14px;
    color: #0f2454;
    cursor:pointer;
}
.hotelsearchmain .roominner h2 {
    color: #000;
    font-weight: 600;
    font-size: 13px;
}
.hotelsearchmain .roominner-h2 {
    color: #000;
    font-weight: 600;
    font-size: 13px;
}

.hotelsearchmain .adulth1 {
    float: left;
    width: 100%;
    color: #0f2454;
    font-weight: 400;
    font-size: 13px;
    margin-bottom: 2px;
}

.hotelsearchmain .adulth2 {
    float: left;
    width: 100%;
    color: #000;
    font-size: 12px;
    margin-bottom: 5px;
}


.hotel-top-search {
    width: 79%;
    margin-top: 0;
    margin: -64px auto;
    text-align: center;
}

.hotel-top-search ul {
    display: flex;
    justify-content: center;
    background: #fff;
    border-radius: 10px;
    align-items: center;
    padding: 8px 0 0;
    box-shadow: 0 8px 6px -6px #a5a5a5;
}

.hotel-top-search ul li {
    padding: 0 16px;
    text-align: center;
    list-style-type:none;
}

.hotel-top-search ul li a {
    display: inline;
}

.hotel-top-search ul li a img {
    display: block;
    margin: 0 auto;
}

.hotel-top-search ul li a span {
    display: inline-block;
    padding-bottom: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #101010;
}

.hotel-top-search ul li a span.active {
    color: #fd1001;
}

.hotel-top-search ul li.active {
    border-bottom: 3px solid #fd1001;
}
.filter-hotel {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    font-weight:400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.filter-hotel input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


.filter-hotel .checkmark {
    position: absolute;
    top: 0;
    left: 9px;
    height: 21px;
    width: 21px;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
}


.filter-hotel:hover input ~ .checkmark {
    background-color: #ccc;
}

.filter-hotel input:checked ~ .checkmark {
    background-color: #ff0000;
}


.filter-hotel .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


.filter-hotel input:checked ~ .checkmark:after {
    display: block;
}

.filter-hotel .checkmark:after {
    left: 6px;
    top: 1px;
    width: 7px;
    height: 13px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.hotelsearchmain p {
    display: flex;
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 7px;
}



/*.hotelsearchmain .roomdrop {
    overflow: hidden;
    height: 225px;
    overflow-y: scroll;
}*/

.hotelsearchmain .departure {
    border: 0;
    position: absolute;
    left: 0;
    top: 28px;
    height: 33px;
    opacity:0;
}

.banner-hotel {
    margin-top: 0;
    width: 100%;
    float: left;
}
.banner-hotel h1 {
    font-size: 27px;
    margin: 0 0 38px;
    font-weight: 700;
}
.banner-hotel img{
    border-radius:10px;
    position:relative;
}
.banner-hotel strong {
    position: absolute;
    left: 8%;
    top: 49%;
    background: #fff;
    border-radius: 20px;
    padding: 9px 15px;
    font-size: 18px;
}
.banner-hotel strong span {
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    margin-left: 4px;
}
.banner-hotel .nav-pills > li.active > a, .banner-hotel .nav-pills > li.active > a:focus, .banner-hotel .nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #05203c;
}
.banner-hotel .nav > li > a {
    position: relative;
    display: block;
    padding: 5px 17px;
    font-size: 15px;
    color: #252b35;
    border: 1px solid #c1c8cd;
}
.banner-hotel .nav-pills > li > a {
    border-radius: 8px;
}
.banner-hotel .nav-pills > li + li {
    margin-left: 7px;
}
.banner-hotel .tab-content {
    width: 100%;
    float: left;
    margin-top: 11px;
}
.banner-hotel .tab-content .hoteldata {
    /* border: 1px solid #ccc;*/
    box-shadow: 0 1px 8px 0 rgb(12 6 14 / 10%);
    padding: 13px;
    border-radius: 8px;
}
.banner-hotel .tab-content .hoteldata h2 {
    font-size: 16px;
    color: #01142e;
    font-weight:500;
    margin-bottom: 17px;
}
.banner-hotel .tab-content .hoteldata p {
    font-size: 14px;
    color: #01142e;
}
.banner-hotel .tab-content .hoteldata p i {
    font-size: 14px;
    color: #01142e;
}
.banner-hotel .tab-content .hoteldata i {
    font-size: 15px;
    color: #f55d42;
    padding: 0 1px;
}

.banner-hotel .tab-content #corparet-slider1.owl-carousel .owl-item .item, .banner-hotel .tab-content #corparet-slider2.owl-carousel .owl-item .item, .banner-hotel .tab-content #corparet-slider3.owl-carousel .owl-item .item, .banner-hotel .tab-content #corparet-slider4.owl-carousel .owl-item .item {
    margin-right: 10px;
    position: relative;
}

.banner-hotel .tab-content .owl-theme .owl-controls .owl-buttons .owl-next {
    right: 2px;
    bottom: unset;
    top: -60px;
    position:absolute;
}

.banner-hotel .tab-content .owl-theme .owl-controls .owl-buttons .owl-prev {
    left: unset;
    bottom: unset;
    top: -60px;
    right: 57px;
    position:absolute;
}
.banner-hotel .tab-content .owl-theme .owl-controls .owl-buttons .owl-next i, .banner-hotel .tab-content .owl-theme .owl-controls .owl-buttons .owl-prev i {
    font-weight: 600;
    font-size: 22px;
}


.banner-hotel .tab-content .owl-theme .owl-controls .owl-buttons div {
    border-radius: 8px;
    background: #e0e3e5;
    color: #070707;
}
img {
    max-width: 100%;
    height: auto;
}
.poplur-hotel {

    margin-top: 30px;
    background: url(images/POPULAR-DESTINATION-BG.png) no-repeat;
    background-size:cover;
    height:553px;
}

.poplur-hotel .hotel-datamain {
    background: #fff;
    padding: 0 15px 13px;
    margin-top: 125px;
    box-shadow: 0 2px 8px -1px rgba(0, 0, 0, 0.1);
}


.poplur-hotel .hotel-datamain .popdestination {
}

.poplur-hotel .hotel-datamain .popdestination h2 {
    text-align: center;
    font-size: 26px;
    color: #000;
    font-weight: 700;
    padding: 28px 0 25px;
}
.poplur-hotel .hotel-datamain .popdestination ul {
    margin: 0;
    padding: 0;
    display: inline-block;
    text-align: center;
}
.poplur-hotel .hotel-datamain .popdestination ul li {
    width: 14%;
    display: inherit;
    margin: 0 30px 22px;
    text-align: center;
}
.poplur-hotel .hotel-datamain .popdestination ul li img {
    border-radius: 6px;
    /*border: 1px solid #161616;*/
}
.poplur-hotel .hotel-datamain .popdestination ul li p {
    font-size: 18px;
    color: #161616;
    font-weight: 500;
    margin: 10px 0 0;
}
.banner1 {
    float: left;
    width: 100%;
    display: inline-block;
    margin-top: 35px;
    margin-bottom: 5px;
    overflow: auto;
}
.banner1 img{border-radius:10px;}
.logo-hotel {
    margin-top: 10px;
    text-align: center;
}
.logo-hotel h2 {
    font-size: 25px;
    color: #161616;
    font-weight: 700;
    margin-top: 33px;
    margin-bottom: 29px;
}
.logo-hotel ul {
    margin: 0;
    padding: 0;
}
.logo-hotel li {
    display: inline-block;
    margin: 0 4px;
    border-radius: 8px;
    border: 1px solid #e5e8ea;
    box-shadow: 0 2px 8px -1px rgb(0 0 0 / 10%);
    padding: 8px 27px;
}

.discover-txt {
    text-align: center;
    margin-top: 33px;
   
}
.discover-txt h3 {
    font-size: 28px;
    line-height: 39px;
    color: #161616;
    font-weight: 700;
}

.map-world {
    margin-top: 0;
    background: url(images/loaction.png) no-repeat;
    background-size: cover;
    height: 450px;
    background-position: top;
    text-align: center;
}

    .map-world h3 {
        font-size: 28px;
        line-height: 39px;
        color: #fff;
        font-weight: 700;
        padding-top: 60px;
    }

.compare-room {
    margin-top:75px;
    text-align: center;
}
.compare-room ul{
    margin:0;
    padding:0;
}
.compare-room ul li {
    display: inline-block;
    width: 33.03%;
    vertical-align: top;
}
.compare-room ul li h4 {
    font-size: 20px;        
    color: #161616;
    font-weight: 700;
}
.compare-room ul li p {
    font-size: 14px;
    color: #161616;
    font-weight: 400;
}
.interbook{margin-top:50px;}
.interbook h5 {
    font-size: 24px;
    color: #161616;
    font-weight: 700;
    text-align: center;
    margin-bottom: 49px;
}
.interbook ul {
    margin:0; padding:0;
}
.interbook ul li {
    display: inline-block;
    width: 31.33%;
    margin: 0 4px 29px;
    position: relative;
    vertical-align: top;
}
.interbook ul li p {
    font-size: 15px;
    color: #161616;
    font-weight: 700;
    display: block;             
    margin: 0 0 2px 80px;
}

.interbook ul li span {
    font-size: 14px;
    color: #161616;
    font-weight: 400;
    display: block;
    margin-left: 80px;
}

.interbook ul li img {
    position: absolute;
    left: 0;
}


.hotel-result-main {
    margin-top: 50px;
}

.fillter-left {
    width: 22%;
    float: left;
    border: 1px solid #000000;
    border-radius: 10px;
    padding: 15px;
}
.fillter-left hr {
    margin-top: 20px;
    margin-bottom: 6px;
   
}
.fillter-left h2 {
    margin-top: 0;
    font-size: 19px;
    font-weight: 700;
    color: #161616;
}
.filterdata{margin-top:10px;}
.filterdata strong {
    font-size: 14px;
    font-weight: 700;
    color: #161616;
    display: inline-block;
    margin-top: 0;
    margin-bottom: 15px;
}
    .filterdata a {
        font-size: 15px;
        font-weight: 400;
        color: #e80b1a;
        display: inline-block;
        margin-top: 10px;
       
    }

.offer-all {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    color: #332a4f;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .offer-all input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
    .offer-all .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 25px;
        width: 25px;
        background-color: #fff;
        border: 2px solid #d8d8d8;
        border-radius: 5px;
    }

/* On mouse-over, add a grey background color */
    .offer-all:hover input ~ .checkmark {
        background-color: #ccc;
    }

/* When the checkbox is checked, add a blue background */
    .offer-all input:checked ~ .checkmark {
        background-color: #fff;
        border: 2px solid #a9a9a9;
    }

/* Create the checkmark/indicator (hidden when not checked) */
.offer-all .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.offer-all input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
    .offer-all .checkmark:after {
        left: 7px;
        top: 2px;
        width: 7px;
        height: 13px;
        border: solid #161616;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }




.hotel-filter-redieo {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    color: #332a4f;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default radio button */
    .hotel-filter-redieo input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom radio button */
    .hotel-filter-redieo .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 25px;
        width: 25px;
        background-color: #fff;
        border: 2px solid #a9a9a9;
        border-radius: 50%;
    }

/* On mouse-over, add a grey background color */
.hotel-filter-redieo:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
    .hotel-filter-redieo input:checked ~ .checkmark {
        background-color: #fff;
       
    }

/* Create the indicator (the dot/circle - hidden when not checked) */
hotel-filter-redieo .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.hotel-filter-redieo input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.hotel-filter-redieo .checkmark:after {
    top: 2px;
    left: 3px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #1668e3;
}



.result-right {
    width: 76.2%;
    float: right;
}

    .result-right h1 {
        font-size: 19px;
        color: #161616;
        font-weight: 700;
        margin-top: 0;
    }

    .result-right .result-loop {
        width: 100%;
        float: left;
        border: 1px solid #e2e2e2;
        box-shadow: 0 2px 6px 0 rgb(12 6 14 / 10%);
        margin-bottom: 23px;
        border-radius: 5px;
    }
        .result-right .result-loop a{}
            .result-right .result-loop a:hover {
                border: 1px solid #e2e2e2;
                box-shadow: 0 2px 6px 0 rgb(12 6 14 / 10%);
            }
        .result-right .result-loop .free-cancele {
            float: left;
            width: 100%;
            background: #0f2454;
            text-align: center;
            font-size: 16px;
            color: #fff;
            font-weight: 400;
            padding: 12px 0;
            margin-top: 10px;
        }




        .result-right .result-loop .datalftlp1 {
            width: 27%;
            float: left;
            padding: 13px 11px 5px;
        }





        .result-right .result-loop .datalftlp2 {
            width: 47%;
            float: left;
            padding: 13px 3px 0;
            border-right: 2px solid #eaeaea;
        }

            .result-right .result-loop .datalftlp2 font {
                font-size: 13px;
                color: #0387ff;
                font-weight: 700;
                display: inline-block;
                border-radius: 8px;
                border: 2px solid #0387ff;
                padding: 5px 9px 1px;
                margin-bottom: 7px;
            }

            .result-right .result-loop .datalftlp2 h2 {
                font-size: 17px;
                color: #161616;
                font-weight: 700;
                margin-top: 4px;
                margin-bottom: 1px;
            }
            .result-right .result-loop .datalftlp2 p {
                font-size: 15px;
                color: #686868;
                font-weight: 400;
                margin: 0 0 4px;
            }
            .result-right .result-loop .datalftlp2 strong {
                font-size: 14px;
                color: #008234;
                font-weight: 600;
                display: block;
                margin-bottom: 5px;
            }
            .result-right .result-loop .datalftlp2 span {
                font-size: 13px;
                color: #161616;
                line-height: 20px;
                font-weight: 400;
                display: inline-block;
            }
            .result-right .result-loop .datalftlp2 .freecacel {
                font-size: 15px;
                color: #268079;
                font-weight: 400;
                margin-top:10px;
            }





        .result-right .result-loop .datalftlp3 {
            width: 25%;
            float: left;
            padding: 13px 15px 0;
            
            text-align: right;
        }

            .result-right .result-loop .datalftlp3 h2 {
                font-size: 16px;
                color: #0387ff;
                font-weight: 700;
                margin-top: 22px;
            }
                .result-right .result-loop .datalftlp3 h2 sub {
                    background: #0387ff;
                    color: #fff;
                    bottom: 0.05em;
                    padding: 7px 9px;
                    border-radius: 8px;
                }

            .result-right .result-loop .datalftlp3 p {
                font-size: 14px;
                color: #454545;
                font-weight: 400;
            }
            .result-right .result-loop .datalftlp3 span {
                font-size: 14px;
                color: #6b6b6b;
                font-weight: 400;
                display: block;
                text-decoration: line-through;
            }
            .result-right .result-loop .datalftlp3 strong {
                font-size: 20px;
                color: #000;
                font-weight: 700;
                display: block;
            }
            .result-right .result-loop .datalftlp3 font {
                font-size: 14px;
                color: #454545;
                font-weight: 400;
            }
        .result-right .result-loop .datalftlp2 span i {
            padding: 0 1px;
            font-size: 13px;
            color: #d67701;
        }
            .result-right .result-loop .datalftlp2 span .gray {
                color: #cecacd;
            }
.saveanavrage{float:left; width:100%; margin:30px 0 30px;}
.discount-new {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 2px dashed #6c757d;
    border-radius: 7px;
    width: 983px;
    padding: 12px;
    margin: 0 auto;
}
.discount-1{}
.discount-2 {
    font-size: 18px;
    color: #191e3b;
    font-weight: 500;
}
.discount-2 hr {
    margin-top: 11px;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid #dcdcdc;
    width: 203px;
    position:relative;
}
    .discount-2 .line1 {
        border-top: 4px solid #e80b1a;
        width: 250px;
        
        margin: 7px auto;
    }
.discount-3{}
    .discount-3 button {
        outline: none;
        border-radius: 5px;
        background: #EE2524;
        font-size: 15px;
        color: #fff;
        font-weight: 700;
        padding: 13px 20px;
        border: none;
        cursor: pointer;
    }
.sort-by {
    margin-top: 20px;
    margin-bottom: 47px;
}
.sort-by h2 {
    background: #0f2454;
    display: inline;
    color: #fff;
    font-size: 18px;
    padding: 16px 88px;
    border-radius: 6px;
    position:relative;
}
.sort-by h2:before {
    position: absolute;
    top: 52px;
    left: 43%;
    content: "";
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 14px solid #0f2454;
}

.sortingmain {
    display: flex;
    justify-content: space-between;
    background: #fff;
    border: 1px solid #e2e2e2;
    box-shadow: 0 2px 6px 0 rgb(12 6 14 / 10%);
    padding: 43px 15px 24px;
    margin-top: 19px;
}

.sortingmain .slide-new1 {
    width:32%;
}
.sortingmain .slide-new1 select {
    width: 100%;
    background: #fff url(../images/arodown.png) no-repeat 96% center;
    border: 1px solid #989ba7;
    font-size: 14px;
    height: 52px;
    border-radius: 8px;
}
#closediv{display:none;}
.navbar-toggle {
    z-index: 999;
}
.sortingmain .slide-new2 {
    width: 32%;
}
.sortingmain .slide-new2 input {
    width: 100%;
    background: #fff url(../images/search.png) no-repeat 96% center;
    border: 1px solid #989ba7;
    font-size: 14px;
    height: 52px;
    border-radius: 8px;
}
.result-right .result-loop .datalftlp1 img {
    height: 164px;
    width: 100%;
    border-radius:5px;
}
.sortingmain .slide-new3 {
     width: 32%;
}
.price-mainnew {
    width: 100%;
    float: left;
    border: 1px solid #989ba7;
    padding: 4px 17px 0;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.price-mainnew .dta1 {
    font-size: 15px;
    color: #191e3b;
    font-weight: 600;
    width: 20%;
    float: left;
}
.price-mainnew .dta2 {
    width: 78%;
    float: left;
    margin-right: 2%;
}
.range {
    display: flex;
    justify-content: space-between;
}
.range strong{font-weight:500;}
.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    height: 4px!important;
    font-size: .7em;
    outline: none;
    display: block;
    background: #0072c3 url(../images/scrollericon.png) no-repeat!important;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -0.4em!important;
    
}

.ui-slider-horizontal {

    margin: 11px 0 11px!important;
}
.hotel-modifay-search {
    display: flex;
    justify-content: space-between;
    margin-top:30px;
}

.modifaydiv-1 {
    background: #fff url(../images/map-htl.png) no-repeat 96% center;
    background-position: 13px 41%;
    width: 29%;
    padding: 8px 57px 0;
    border-radius: 6px;
}
.modifaydiv-1 .form-control, .modifaydiv-2 .form-control, .modifaydiv-3 .form-control, .modifaydiv-4 .form-control {
    height: 37px !important;
    font-size: 16px;
    font-weight: 600;
    color: #000000 !important;
    border: 1px solid #fff !important;
    outline: none;
    box-shadow: none;
    padding: 0 0;
}
.modifaydiv-1 label, .modifaydiv-2 label, .modifaydiv-3 label, .modifaydiv-4 label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 17px;
}
.modifaydiv-2 {
    background: #fff url(../images/clender-htl.png) no-repeat 96% center;
    background-position: 17px 17%;
    width: 19%;
    padding: 8px 0 0 47px;
    border-radius: 6px;
}

.modifaydiv-3 {
    background: #fff url(../images/clender-htl.png) no-repeat 96% center;
    background-position: 17px 17%;
    width: 19%;
    padding: 8px 0 0 47px;
    border-radius: 6px;
}

.modifaydiv-4 {
    background: #fff;
    width: 19%;
    padding: 8px 0 0 30px;
    border-radius: 6px;
}

.modifaydiv-5 {
    width: 9%;
    
}
.modifaydiv-5 button {
    outline: none;
    border-radius: 6px;
    background: #EE2524;
    font-size: 21px;
    color: #fff;
    font-weight: 700;
    padding: 22px 40px;
    border: none;
    cursor: pointer;
}

.thumb-top{

}

.thumbnailmain {
    float: left;
    width: 100%;
    position:relative;
  
}
.thumbnailmain span {
    float: left;
    width:51%;
}
   
.thumbnailmain span img{width:100%;}
.thumbnailmain span:nth-child(2) {
    float: left;
    width: 27%;
}
.thumbnailmain span:nth-child(3) {
    float: left;
    width: 22%;
}
.thumbnailmain h1 {
    background: rgba(0,0,0,0.30);
    color: #fff;
    font-size: 20px;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 17px 30px 30px;
    margin-bottom: 0;
}
.thumbnailmain h1 i {
    font-size: 16px;
    padding: 0 2px;
}
    .thumbnailmain h1 i.gray {
        color: #a5a5a5;
    }
.thumbnail {
    margin-bottom:0!important;
    border:0!important;
    padding:1px!important;
}
.addreshotel {
    width: 100%;
    float: left;
    box-shadow: 0 0 10px rgb(0 0 0 / 16%);
    padding: 12px 14px;
    border-radius:10px;
}
.addreshotel h2 {
    font-size: 18px;
    font-weight: 600;
    color: #2a2a2a;
    line-height: 26px;
    margin-bottom: 0;
}
.addreshotel h2 img {
    float: left;
}        
.addreshotel a {
    display: inline;
    font-size: 14px;
    font-weight: 700;
    color: #f62459;
    margin-left: 51px;
}
.addreshotel ul {
    margin: 28px 0 28px;
    padding: 0;
    display: flex;
}
    .addreshotel ul li {
        color: #0f2454;
        font-size: 14px;
        font-weight: 700;
        padding: 0 8px;
        list-style-type: none;
    }
    .addreshotel .allprice {
        display: flex;
        justify-content: space-between;
        vertical-align: middle;
        align-items: flex-end;
    }
.addreshotel .allprice .wonderful {
}
.addreshotel .allprice .wonderful strong {
    color: #0f2454;
    font-size: 19px;
    font-weight: 500;
    display: inline-flex;
}
.addreshotel .allprice .wonderful strong span {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 36px;
    display: inline-block;
    background: #0f2454;
    border-radius: 10px;
    padding: 0 9px;
    margin-right: 17px;
}
.addreshotel ul li img {
    height: 29px;
}
.addreshotel .allprice .viewdetails {
}


.addreshotel .allprice .viewdetails strong {
    color: #0f2454;
    font-size: 22px;
    font-weight: 700;
    display: inline-flex;
}

.addreshotel .allprice .viewdetails strong a {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    line-height: 33px;
    display: inline-block;
    background: #0f2454;
    border-radius: 10px;
    padding: 0 9px 0;
    margin-left: 18px;
}

.addreshotel button {
    color: #4484e8;
    font-size: 13px;
    font-weight: 600;
    border: 0;
    background: transparent;
    margin-top: 13px;
}

.hotel-location {
    margin-top: 40px;
}
.hotel-location ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
}
.hotel-location ul li {
    color: #0f2454;
    font-size: 13px;
    font-weight: 500;
    padding: 0 4px;
    box-shadow: 0 1px 8px 0 rgb(12 6 14 / 10%);
    padding: 8px 16px 10px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    width: 48%;
}
.hotel-location ul li img {
    float: left;
}

.mapaddress {
    box-shadow: 0 0 10px rgb(0 0 0 / 16%);
    padding: 12px 14px;
    border-radius: 10px;
}
.mapaddress h2 {
    font-size: 18px;
    font-weight: 600;
    color: #2a2a2a;
    margin-bottom: 25px;
    margin-top: 0;
}
.mapaddress iframe{
    border-radius:20px;
}
.mapaddress p {
    font-size: 15px;
    font-weight: 500;
    color: #390b3e;
    margin: 10px 0 10px;
}
.mapaddress a {
    font-size: 15px;
    font-weight: 600;
    color: #347be7;
    display: inline;
}
.ht-top {
    margin-top: 30px;
    margin-bottom: 57px;
}
.aminites-main {
    margin-top: 20px;
}
.aminites-main h2 {
    font-size: 34px;
    font-weight: 600;
    color: #2a2a2a;
    text-align: center;
}
.aminites-main p {
    font-size: 18px;
    font-weight: 400;
    color: #390b3e;
    text-align: center;
}
    .aminites-main strong {
        font-size: 20px;
        font-weight: 700;
        color: #390b3e;
        margin-bottom: 13px;
        display: inline-block;
        margin-top: 15px;
    }
.other-amnites {
    width: 100%;
    float: left;
    box-shadow: 0 0 10px rgb(0 0 0 / 16%);
    padding: 20px 14px;
    border-radius: 10px;

}

.other-amnites ul {
    margin: 0;
    padding: 0;
}
.other-amnites ul li {
    width:33.33%;
    float:left;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 0 9px;
list-style-type:none;
}
    .other-amnites ul li p {
        display: inline-block;
        text-align: left;
        padding: 3px 0 10px;
        line-height: 31px;
        font-size: 16px;
    }
.other-amnites ul li img {
    height: 27px;
    margin-right: 11px;
}
    .other-amnites a {
        display: inline-block;
        width: 100%;
        font-size: 14px;
        font-weight: 600;
        margin-top: 17px;
    }
.sorting {
    background-color: #fff;
    text-align: center;
    z-index: 2;
    display: flex;
    justify-content: space-between;
}
.sorting ul {
    margin: 0 0 0 -3px;
    padding: 0;
}
.sorting ul li {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    padding: 0 23px;
}
.sorting ul li a {
    color: #000;
    padding: 14px 14px;
    text-decoration:none;
}
    .sorting ul li.active {
        color: #0f2454;
        padding: 6px 0 10px;
        border-bottom: 4px solid #004eff;
    }
    .sorting ul li.active a {
        color: #004eff;
    }
        .sorting ul li.active a:hover, .sorting ul li a:hover {
            text-decoration: none;
        }
        .sorting span a {
            border-radius: 5px;
            background: #161616;
            border: 0;
            color: #fff;
            font-size: 17px;
            font-weight: 500;
            padding: 9px 12px;
            line-height: 27px;
        }
.sorting span {
    display: flex;
    align-items: center;
    font-size: 22px;
    color: ##161616;
    font-weight: 700;
    padding-left: 10px;
}
.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    width: 100%;
}

/* Create four equal columns that floats next to eachother */
/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}

/* The Close Button */
.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 42px!important;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #999;
        text-decoration: none;
        cursor: pointer;
    }

.mySlides {
    display: none;
}

.cursor {
    cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

    /* On hover, add a black background color with a little bit see-through */
    .prev:hover,
    .next:hover {
        background-color: rgba(0, 0, 0, 0.8);
    }

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/*img {
    margin-bottom: -4px;
}
*/
.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}

.demo {
    opacity: 0.6;
}

.active,
.demo:hover {
    opacity: 1;
}

img.hover-shadow {
    transition: 0.3s;
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.overview {
    width: 100%;
    z-index: 99;
    position: static;
}

.overview.sticky {
    position: fixed;
    top: 0;
    background-color: #fff;
       
}	
	
.select-room{margin-top:15px;}

.select-room h3 {
    font-weight: 700;
    font-size: 20px;
}
.other-roomoptions {
    width: 100%;
    float: left;
    background: #fff;
    border: 1px solid #ededed;
    margin: 10px 0 0;
    position: relative;
    border-radius: 10px;
    padding: 10px 0 10px 10px;
    box-shadow: 0 0 10px rgb(0 0 0 / 16%);
}
    .other-roomoptions .room-lft .data-content h2 {
        font-size: 15px;
        font-weight: 600;
        margin-top: 0;
    }
.other-roomoptions .room-lft {
    width: 83%;
    float: left;
}

.other-roomoptions .room-lft .data-img img {
    width:100%;
    height: 191px;
    border-radius: 10px;
}

.other-roomoptions .room-lft .data-img {
    width: 24%;
    float: left;
    margin-right: 2%;
}

.other-roomoptions .room-lft .data-content {
    width: 74%;
    float: left;
}
.other-roomoptions .room-lft .data-content p {
    font-size: 14px;
    font-weight: 400;
}
    .other-roomoptions .room-lft .data-content span {
        font-size: 14px;
        font-weight: 600;
        color: #F2174F;
        display: inline-block;
        margin-bottom: 4px;
    }
    .other-roomoptions .room-lft .data-content ul {
        margin-bottom: 2px;
        background: #f2f2f2;
    }
        .other-roomoptions .room-lft .data-content ul li {
            font-size: 13px;
            font-weight: 400;
            color: #616161;
            padding: 4px 0;
        }
.other-roomoptions .room-lft .data-content hr {
    margin-top: 12px;
    margin-bottom: 8px;
    border: 0;
    border-top: 1px solid #eee;
}
.other-roomoptions .room-rgt {
    width: 17%;
    float: left;
    border-left: 1px solid #dcdcdc;
    padding: 0 14px 0;
}
.other-roomoptions .room-rgt p {
    font-size: 14px;
    font-weight: 500;
}
.other-roomoptions .room-rgt strong {
    display: inherit;
    font-size: 20px;
    font-weight: 700;
}
.other-roomoptions .room-rgt strong span {
    font-size: 13px;
    font-weight: 400;
    text-decoration: line-through;
}
.other-roomoptions .room-rgt .include {
    font-size: 13px;
    font-weight: 700;
    color: #000;
    float: left;
    width: 100%;
    margin-bottom: 2px;
}
.other-roomoptions .room-rgt font {
    font-size: 13px;
    font-weight: 400;
    display: inherit;
}
    .other-roomoptions .room-rgt a {
        border-radius: 5px;
        background: #f62459;
        border: 0;
        color: #fff;
        font-size: 17px;
        font-weight: 500;
        padding: 9px 12px;
        line-height: 27px;
        width: 100%;
        margin-top: 9px;
        display: inline-block;
        text-align: center;
    }

.slipe {
    display: flex;
    justify-content: space-between;
    padding: 0 6px;
}
    .slipe p {
        font-size: 13px !important;
        font-weight: 600 !important;
        margin: 0 0 3px;
    }
.slipe strong {
    font-size: 13px !important;
    font-weight: 500 !important;
}
.green {
    color: #47B749!important;

}
.locationchekin {
    float: left;
    width: 100%;
    margin-top: 35px;
    margin-bottom: 29px;
}
.locationchekin h3 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-top: 17px;
    margin-bottom: 23px;
}
.locationchekin p {

    font-size: 13px;
    font-weight: 400;
    color: #000;
    margin: 0 0 3px;
}
.locationchekin strong {
    font-size: 15px;
    font-weight: 600;
    color: #000;
}
.view-details{}
    .view-details strong {
        font-size: 17px;
        font-weight: 600;
    }

    .view-details ul {
        margin: 18px 21px 10px;
        padding: 0;
        display: inherit;
    }
    .view-details ul li {
        font-size: 15px;
        font-weight: 400;
        color: #000;
        list-style-type: disc;
        padding: 1px 0;
    }
.view-details .price-new {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.view-details .price-new .txtbold {
    font-size: 22px;
    font-weight: 700;
}
.view-details .price-new .txtsmall {
    font-size: 13px;
    font-weight: 500;
    margin-left:8px;
}
.view-details .price-newsmall {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.view-details .price-newsmall .txtbold1 {
    font-size: 16px;
    font-weight:700;
}
.view-details .price-newsmall .txtsmall1 {
    font-size: 13px;
    font-weight: 500;
    margin-left: 8px;
}

.datashow {
}
.datashow.modal-window {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.80);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s;
}

.datashow.modal-window:target {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}
.datashow.modal-window a {
    margin-left: 0;
    display: inherit;
    float: right;
    color: #7f7c7c;
    font-size: 25px;
    font-weight: 600;
}
.datashow.modal-window > div {
    width: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 1.4em;
    background: white;
}
.datashow.modal-close {
    color: #aaa;
    line-height: 50px;
    font-size: 80%;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 70px;
    text-decoration: none;
}

.datashow.modal-close:hover {
    color: black;
}

.datashow.modal-window > div {
border-radius: 1rem;
}


.map-big {
}

    .map-big.modal-window {
        position: fixed;
        background-color: rgba(0, 0, 0, 0.80);
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 999;
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
        transition: all 0.3s;
    }

        .map-big.modal-window:target {
            visibility: visible;
            opacity: 1;
            pointer-events: auto;
        }

        .map-big.modal-window a {
            margin-left: 0;
            display: inherit;
            float: right;
            color: #7f7c7c;
            font-size: 25px;
            font-weight: 600;
        }

        .map-big.modal-window > div {
            width: 800px;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            padding: 1.4em;
            background: white;
        }

    .map-big.modal-close {
        color: #aaa;
        line-height: 50px;
        font-size: 80%;
        position: absolute;
        right: 0;
        text-align: center;
        top: 0;
        width: 70px;
        text-decoration: none;
    }

        .map-big.modal-close:hover {
            color: black;
        }

    .map-big.modal-window > div {
        border-radius: 1rem;
    }


.poplaraminaties {
}

.poplaraminaties.modal-window {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.80);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s;
}

.poplaraminaties.modal-window:target {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

    .poplaraminaties.modal-window a {
        margin-left: 0;
        display: inherit;
        float: right;
        color: #424242;
        font-size: 23px;
        font-weight: 500;
        width: auto;
        margin-top: 11px;
    }

.poplaraminaties.modal-window > div {
    width: 765px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 1.4em;
    background: white;
}

.poplaraminaties.modal-close {
    color: #aaa;
    line-height: 50px;
    font-size: 80%;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 70px;
    text-decoration: none;
}

.poplaraminaties.modal-close:hover {
    color: black;
}

.poplaraminaties.modal-window > div {
    border-radius: 1rem;
}
.other-amnites ul li i{margin-right:3px;}
.refandable {
}
.refandable p {
    color: #4a4848;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 26px;
}
.refandable.modal-window {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.80);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s;
}

.refandable.modal-window:target {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.refandable.modal-window a {
    margin-left: 0;
    display: inherit;
    float: unset;
    color: #0089ff;
    font-size: 21px;
    font-weight: 600;
    width: auto;
    margin-top: 0;
    text-align: center;
}

.refandable.modal-window > div {
    width: 457px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 1.4em;
    background: white;
}

.refandable.modal-close {
    color: #aaa;
    line-height: 50px;
    font-size: 80%;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 70px;
    text-decoration: none;
}

.refandable.modal-close:hover {
    color: black;
}

.refandable.modal-window > div {
    border-radius: 1rem;
}
.popupamnites-show {
    height: 417px;
    overflow: hidden;
    overflow-y: scroll;
}
.popupamnites-show::-webkit-scrollbar {
    width: 6px;
}
.popupamnites-show::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}
.popupamnites-show::-webkit-scrollbar-thumb {
    background: #48c5b5;
    border-radius: 10px;
}

.popupamnites-show::-webkit-scrollbar-thumb:hover {
    background: #b30000;
}
.popupamnites-show ul {
    margin: 0;
    padding: 0;
}
.popupamnites-show ul li {
    float: left;
    width: 48%;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 0 9px;
}
.chkinall {
    border-radius: 10px;
    border: 1px solid #ededed;
    padding: 19px 12px 21px;
    box-shadow: 0 0 10px rgb(0 0 0 / 16%);
    width: 100%;
    float: left;
}
.chkinall .chk-1 {
    width: 5%;
    float: left;
    padding-top: 7px;
}
.chkinall .chk-2 {
    width: 20%;
    float: left;
}
.chkinall .chk-3 {
    width: 75%;
    float: left;
}

.paymentmain {
    float: left;
    width: 100%;
    margin-top: 55px;
    margin-bottom: 50px;
}
.paymentmain .paymentform-left {
    float: left;
    width: 69%;
    z-index: 999999;
}
.hotel-info-payment {
    box-shadow: 0 0 10px rgb(0 0 0 / 16%);
    border-radius: 10px;
    padding:10px;
    background: #fff;
    display: flex;
    align-items: center;
}
.hotel-info-payment .inform-img {
    width:27%;
}
.hotel-info-payment .inform-img img {
    height: 141px;
    width:192px;
    border-radius: 10px;
}
.hotel-info-payment .inform-content {
    width: 73%;
}
.hotel-info-payment .inform-content h1 {
    font-weight: 600;
    font-size: 20px;
    margin-top: 0;
}
.hotel-info-payment .inform-content p {
    font-size: 14px;
    font-weight: 400;
    color: #5b5b5b;
}
.hotel-info-payment .inform-content hr {
    margin-top: 12px;
    margin-bottom: 6px;
    border: 0;
    border-top: 1px solid #dcdcdc;
}
    .hotel-info-payment .inform-content ul {
        display: flex;
        justify-content: start;
        margin: 0;
        padding: 0;
    }
.hotel-info-payment .inform-content ul li {
    margin-right: 24px;
    list-style-type:none;
}
.hotel-info-payment .inform-content ul li p {
    font-weight: 400;
    font-size: 14px;
    color: #0f0f0f;
    margin: 0 0 3px;
}
.hotel-info-payment .inform-content ul li strong {
    font-weight: 600;
    font-size: 15px;
    color: #0b0b0b;
}
.roomdetails-payment {
    width: 100%;
    float: left;
    margin-top: 30px;
}
.roomdetails-payment h2 {
    font-weight: 600;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 19px;
}
.roomdetails-payment h3 {
    font-weight: 600;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 19px;
}
.roomdetails-payment .roomdetails-data {
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    padding: 15px 20px;
    background: #fff;
}
.roomdetails-payment .roomdetails-data .more {
    float: left;
    width: 100%;
    margin-top: 10px;
    text-align: left;
}
.roomdetails-payment .roomdetails-data .more a {
    color: #f62459;
    font-size: 15px;
    font-weight: 500;
    margin-left: 0;
    display: inline-block;
    margin-bottom: 13px;
}
.roomdetails-payment .roomdetails-data .more a i {
    margin-left: 3px;
    font-size: 22px;
    font-weight: 600;
    color: #f62459;
    vertical-align: bottom;
}
.roomdetails-payment .roomdetails-data .more .fa-angle-down:before {
    font-size: 22px;
    color: #f62459;
    font-weight: 600;
}
.roomdetails-payment .roomdetails-data .hotel-data {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.roomdetails-payment .roomdetails-data .hotel-data .hotel-txt {

}
.roomdetails-payment .roomdetails-data .hotel-data .hotel-txt strong {
    font-weight: 600;
    font-size: 14px;
}
.roomdetails-payment .roomdetails-data .hotel-data .hotel-txt p {
    font-weight: 400;
    font-size: 14px;
    color: #454545;
    margin: 4px 0 0;
}
.roomdetails-payment .roomdetails-data .hotel-data .hotel-txt ul {
    margin: 7px 0 15px;
    padding: 0;
    display: flex;
}
.roomdetails-payment .roomdetails-data .hotel-data .hotel-txt ul li {
    margin-right: 14px;
    font-size: 14px;
    font-weight: 400;
    color: #525252;
    vertical-align: bottom;
    display: inherit;
}
.roomdetails-payment .roomdetails-data .hotel-data .hotel-txt ul li img{
    margin-right:8px;
}
.roomdetails-payment .roomdetails-data .hotel-data .refand-txt {
    color: #F2174F;
    font-size:17px;
    font-weight:400;
}
.tital-main {
    display: flex;
    justify-content: space-between;
    padding-top: 18px;
}

.tital-main .tital-1 {
    width:13%;
}
.tital-main .tital-1 select {
 background: #fff url(../images/arodown.png) no-repeat 96% center;
}
.tital-main .tital-2 {
    width: 42%;
}

.tital-main .tital-3 {
    width: 42%;
}
.enquiry-main {
    display: flex;
    justify-content: space-between;
    margin-top:15px;
}
.enquiry-main .enquiry-1 {
    width: 49%;
}
.enquiry-main .enquiry-2 {
    width: 49%;
}
.enquiry-main .enquiry-1 label, .enquiry-main .enquiry-2 label, .tital-main .tital-2 label, .tital-main .tital-3 label, .tital-main .tital-1 label {
    font-size: 15px;
    font-weight: 400;
    color: #000;
    margin-bottom: 10px;
}
.enquiry-main .enquiry-1 label sub, .enquiry-main .enquiry-2 label sub, .tital-main .tital-2 label sub, .tital-main .tital-3 label sub, .tital-main .tital-1 label sub {
    color: #F2174F;
    font-size: 15px;
    font-weight: 400;
}
.tital-main .tital-1 select {
    height: 48px;
    padding: 0 13px;
    border-radius: 6px;
    border: 1px solid #dcdcdc;
    font-size: 16px;
    width: 100%;
}
.ui-slider-horizontal {
    height: 0.4em!important;
}
.option-form {
    height: 48px;
    padding: 0 13px;
    border-radius: 6px;
    border: 1px solid #dcdcdc;
    font-size: 16px;
    width: 100%;
}
.continue-booking-pay{
    display: flex;
    justify-content: flex-start;
    padding: 15px 0 0;
    width: 100%;
    max-width: 850px;
}
.mob-bdr,.room-info-prcc{
    display: none;
}
.room-info-tp {
    font-size: 12px;
    color:#000;
}
.conti-prc {
    font-size: 28px;
    color: #000;    
    line-height: 32px;
}

.continue-booking-btn, .continue-booking-pay a {
    display: inline-flex;
    border: 0;
    color: #fff;
    border-radius: 6px;
    background:#f62459;
    width: 290px;
    height: 53px;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}
.payment-details {
    width: 100%;
    float: left;
    margin-top: 30px;

}
.payment-details h2 {
    font-weight: 600;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 19px;
}

.payment-details .payment-data {
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    padding: 15px 20px;
    background: #fff;
}
.three-points-payment{
    display: flex;
    padding: 15px;
    background: #f6f6f6;
}
.points-payment {
    display: flex;
    align-items: center;
}
.points-payment span{
    color: #3c3c3c;
    font-size: 14px;
    margin: 0 0 0 10px;
       
}
.points-payment + .points-payment{
    margin: 0 0 0 12px;
}

.cd-title{
    margin: 15px 0;
    font-size: 16px;
    font-weight:600;
    color: #000;
}
.card-details{margin-top:15px;}
.card-details strong {
    display: inline-block;
    font-size: 16px;
    margin-bottom: 12px;
}
.card-new1 {
    display: flex;
    align-items:center;
}
.card-new1 .card-data1 {
    width:46%;
}
.card-new1 .card-data2 {
    width: 46%;
    margin-left:2%;
}
.card-new1 .card-data3 {
    width: 4%;
    margin-left: 2%;
}
.card-new1 .card-data3 i {
    font-size: 38px;
    color: #d4d4d4;
}
.card-new1 .card-data1 label, .card-new1 .card-data2 label, .card-new1 .card-data3 label {
    font-size: 15px;
    font-weight: 400;
    color: #000;
    margin-bottom: 10px;
}
.card-new1 .card-data1 label sub, .card-new1 .card-data2 label sub{
    color: #F2174F;
    font-size: 15px;
    font-weight: 400;
}
.form-row {
    display: flex;
    justify-content: flex-start;
    margin-top: 19px;
}
.frm-group.exp-month{
    max-width: 186px;
}
.form-row .frm-group.exp-year{
    max-width: 180px;
    margin: 0 12px 15px;
}
.form-row .frm-group.exp-year{
    max-width: 180px;
    margin: 0 12px 15px;
}
.frm-group.cvv-vcc{
    max-width: 160px;
}
.form-row .frm-group.exp-year select {
    background: #fff url(../images/arodown.png) no-repeat 96% center;
}
.form-row .frm-group.exp-month select {
    background: #fff url(../images/arodown.png) no-repeat 96% center;
}

.frm-group.exp-month label, .form-row .frm-group.exp-year label, .frm-group.cvv-vcc label {
    font-size: 15px;
    font-weight: 400;
    color: #000;
    margin-bottom: 10px;
}
.frm-group.exp-month label sup, .form-row .frm-group.exp-year label sup, .frm-group.cvv-vcc label sup {
    color: #F2174F;
    font-size: 15px;
    font-weight: 400;
}
.billing-details {
    border-top: 1px solid #dcdcdc; margin: 5px 0 0;
}

.cd-title1 {
    margin: 15px 0;
    font-size: 16px;
    font-weight: 600;
    color: #000;
}
.form-row{
    display: flex;
    justify-content: flex-start;
}
.form-row .frm-group{
    width: 100%;
    margin: 0 0 15px;
}
.addr-one{
    max-width: 408px;
}

.form-row .frm-group.addr-one + .addr-one{
    margin-left: 12px;
}
.form-row .frm-group{
    width: 100%;
    margin: 0 0 15px;
}
.frm-group label {
    display: block;
    color: #000;
    font-weight: 400;
    margin: 0 0 11px;
}
.form-row .frm-group{
    width: 100%;
    margin: 0 0 15px;
}

.form-row .frm-group.city-pay{
    margin: 0 12px;
}
.frm-group label sup {
    color: #f62459;
}

.form-row .frm-group.country-pay select {
    background: #fff url(../images/arodown.png) no-repeat 96% center;
}
.paymentmain .paymentform-right {
    float: right;
    width: 29%;
    box-shadow: 0 0 10px rgb(0 0 0 / 16%);
    border-radius: 10px;
    padding: 17px 14px 31px;
}

.paymentmain .paymentform-right h2 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 6px;
    margin-top: 0;
}
.paymentmain .paymentform-right p {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    margin: 0 0 0;
    line-height: 36px;
    border-bottom: 1px solid #ccc;
}
.paymentmain .paymentform-right strong {
    font-size: 16px;
    font-weight: 500;
    color: #5995b9;
    display: block;
    margin: 4px 0 4px;
}
.paymentmain .paymentform-right span {
    font-size: 16px;
    font-weight: 400;
    color: #0b0b0b;
    display: block;
    margin: 4px 0 4px;
}
.redcolor {
    color: #F2174F!important;
    font-size: 14px;
    font-weight: 400;
}
.passenger-main-new {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 18px;
}
.passenger-main-new .passanger-txt1 p img {
    float: left;
    margin-right: 8px;
}
.passenger-main-new .passanger-txt1 p {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    margin: 0 0 0;
    line-height: 14px;
    border-bottom: 0;
}
.passenger-main-new .passanger-txt1 span {
    font-size: 14px;
    font-weight: 400;
    color: #0b0b0b;
    display: inline-block;
    padding-left: 22px;
}
.passenger-main-new .passanger-txt2 {
}
.passenger-main-new .passanger-txt2 strong {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin: 4px 0 4px;
}

.taxandfeemain {
    display: flex;
    justify-content: space-between;
    align-items: center;

}
.taxandfeemain .txtfee-1 {
}
.taxandfeemain .txtfee-1 p {
    font-size: 14px;
    font-weight: 400;
    color: #0b0b0b;
    display: inline-block;
    padding-left: 0;
    border-bottom:0;
}
.taxandfeemain .txtfee-2 {
}

.taxandfeemain .txtfee-2 strong {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin: 4px 0 4px;
}
.total-mainnew {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    border-bottom: 1px solid #ddd;
}
.total-mainnew .totaltxt1 p {
    font-size: 16px;
    font-weight: 500;
    color: #0b0b0b;
    display: inline-block;
    padding-left: 0;
    border-bottom: 0;
}

.total-mainnew .totaltxt2 strong {
    font-size: 25px;
    font-weight: 700;
    color: #000;
    margin: 4px 0 4px;
}
.paymentmain .paymentform-right hr {
    margin-top: 6px;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid #eee;
}

.please-total {
    font-size: 13px;
    color: #949494;
    font-weight: 400;
    line-height: 18px;
    margin-top: 9px;
    text-align: justify;
    display: inline-block;
}

.bok_smile_fixed1 {
    width: 100%;
    position: sticky;
    top: 10px;
}

.formtxt {
    padding: 0 6px;
    border: 0;
    outline: none;
    font-size: 14px;
    font-weight: 600;
    color: #8B8383;
    height: 32px;
    border-radius: 0;
    background: transparent;
}
.footer-adam {
    background: #0F2454;
    padding-top: 30px;
    float: left;
    width: 100%;
    padding-bottom: 5px;
    position: relative;
}
.addressnew {
    width: 100%;
    float: left;
    border: 1px solid #8792AA;
    padding: 16px
}

.addressnew ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.addressnew ul li {
    display: inline-flex;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    align-items: center;
}

.addressnew ul li a {
    color: #fff;
}

.addressnew ul li span {
    margin-left: 10px;
    display: inline-block;
}
.foot {
    position: relative;
}

.foot h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

.foot p {
    color: #fff;
    font-size: 13px;
    line-height: 22px;
}
strong.mr0 {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    text-align: center;
}
.footerLinks a {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}
.foot {
    float: left;
    width: 100%;
    margin: 6px 0 10px;
}

.footer-item-active a {
    color: #000;
}

.foot ul {
    margin: 9px 0 0;
    padding: 0;
}

.foot ul li {
    display: block;
    padding: 3px 3px;
    color: #fff;
    font-weight: 400;
}
.footerLinks a {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
}

.footer-data {
    display: flex;
    color: #fff;
    justify-content: space-between;
}
.social-links {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
}

.social-links a {
    width: 30px;
    height: 30px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border: 2px solid #fff;
    box-shadow: 0 0 2px 3px rgba(0, 0, 0, 0.05);
    margin: 5px 5px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    transition: transform 0.5s;
}

.social-links a .fab {
    font-size: 14px;
    line-height: 27px;
    position: relative;
    z-index: 10;
    transition: color 0.5s;
}

.social-links a::after {
    content: '';
    width: 100%;
    height: 100%;
    top: -90px;
    left: 0;
    background: #000;
    background: linear-gradient(-45deg, #ed1c94, #ffec17);
    position: absolute;
    transition: 0.5s;
}

.social-links a:hover::after {
    top: 0;
}

.social-links a:hover .fab {
    color: #fff;
}

.social-links a:hover {
    transform: translateY(-10px);
}
.social-links a {
    width: 30px;
    height: 30px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border: 2px solid #fff;
    box-shadow: 0 0 2px 3px rgb(0 0 0 / 5%);
    margin: 5px 5px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    transition: transform 0.5s;
}

.social-links a .fab {
    font-size: 14px;
    line-height: 27px;
    position: relative;
    z-index: 10;
    transition: color 0.5s;
}
.social-links a i{color:#fff;}
.toppanel {
    float: left;
    width: 100%;
    margin-top: 0;
    padding-bottom: 0;
    background: #fff;
    position: relative;
    z-index: 9999;
    box-shadow: 0 3px 3px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: rgba(0,0,0,.1) 0 3px 3px 0;
    -webkit-box-shadow: rgb(0 0 0 / 10%) 0 3px 3px 0;
}
.toppanel .topright {
    width: 85%;
    margin-top: 0;
    position: relative;
    float: right;
}
.navbar-default .navbar-nav > li > a {
    color: #191e3b;
    font-size: 16px;
    font-weight: 400;
}

    .navbar-default .navbar-nav > li > a.active {

        border-bottom: 3px solid #1668e5;
    }
.logo {
    float: left;
    position: relative;
}
.phone-no-new {
    margin-top: 0;
    display: flex;
    text-align: right;
    padding: 0 16px;
    align-items: center;
    width:250px;
}

    .phone-no-new a {
        color: #000;
        font-size: 22px;
        font-weight: 500;
        display: block;
        line-height: 51px;
    }

.phone-no-new a:hover {
    color: #000;
    text-decoration:none;
}

.phone-no-new a:focus {
    color: #000;
}
/*.phone-no-new a:after {
    content: "";
    position: absolute;
    top: 4px;
    left: 10px;
    width: 90%;
    height: 46px;
    border-radius: 15px;
    box-shadow: rgb(237 34 35 / 50%) 0px 0px 10px 10px inset;
    animation: 3s cubic-bezier(0.36, 0.07, 0.19, 0.97) 0s infinite normal none running call;
    opacity: 0;
}*/

    .phone-no-new img {
        /*    animation: shake-phn 0.5s infinite;
*/      float: left;
        margin-top: 0;
        margin-right: 5px;
        height: 40px;
    }

.phone-no-new a span {
    font-size: 14px;
}

@-webkit-keyframes call {
    0% {
        -webkit-transform: scale(0.1,0.1);
        -ms-transform: scale(0.1,0.1);
        transform: scale(0.1,0.1);
    }

    20% {
        opacity: 0.4;
    }

    40%,100% {
        -webkit-transform: scale(1.1,1.1);
        -ms-transform: scale(1.1,1.1);
        transform: scale(1.1,1.1);
    }
}

@keyframes call {
    0% {
        -webkit-transform: scale(0.1,0.1);
        -ms-transform: scale(0.1,0.1);
        transform: scale(0.1,0.1);
    }

    20% {
        opacity: 0.4;
    }

    40%,100% {
        -webkit-transform: scale(1.1,1.1);
        -ms-transform: scale(1.1,1.1);
        transform: scale(1.1,1.1);
    }
}

@-webkit-keyframes shake-phn {
    0% {
        transform: rotate(0deg);
    }

    10% {
        transform: rotate(5deg);
    }

    40% {
        transform: rotate(10deg);
    }

    70% {
        transform: rotate(0deg);
    }

    90% {
        transform: rotate(-5deg)
    }

    100% {
        transform: rotate(-10deg);
    }
}

@keyframes shake-phn {
    0% {
        transform: rotate(0deg);
    }

    10% {
        transform: rotate(5deg);
    }

    40% {
        transform: rotate(10deg);
    }

    70% {
        transform: rotate(0deg);
    }

    90% {
        transform: rotate(-5deg)
    }

    100% {
        transform: rotate(-10deg);
    }
}

.phone-no-new a span {
    font-size: 14px;
}
.phone-no-new a span img {
    animation: inherit;
    float: inherit;
    margin-top: 5px;
    padding-right: 0;
    vertical-align: revert;
}

.phone-mobile {
    display: none;
    float: right;
    position: absolute;
    right: 0%;
    margin-top: 0;
    top: 0;
    z-index: 9;
    padding: 0;
    text-align: center;
}
.phone-mobile img {
    display: none;
}
.cli_call_btm {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 0 5px;
    display: none;
    text-align: left;
    color: #143ca1;
    z-index: 9999;

}
.cli_call_btm a {
    padding: 6px 7px;
    margin-top: 1px;
    font-size: 14px;
    color: #fff;
    text-align: left;
    display: inline-block;
    border-radius: 50%;
    position: static;
}
.dateformat {
    float: left;
    width: 100%;
    position: relative;
    border: 0;
    border-radius: 0;
    outline: none;
    font-size: 14px;
    font-weight: normal;
}
.roomdrop {
    float: left;
    width: 310px;
    -webkit-box-shadow: 0 0 1px 1px #ccc;
    background: #fff;
    display:none;
    top:144px;
    -moz-box-shadow: 0 0 1px 1px #ccc;
    box-shadow: 0 0 1px 1px #ccc;
    padding: 10px;
    padding-right: 0;
    position: absolute;
    z-index: 99999;
}
.roomdrop img {
    margin-top: -63px;
}
.roominner {
    float: left;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: normal;
    color: #666;
    margin-left: 10px;
}

.roominner h2, .roominner-h2 {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 10px;
}

.room_col1 {
    float: left;
    width: 33%;
    margin-bottom: 15px;
}
.click {
    float: left;
    width: 100%;
    margin-top: 15px;
    position: relative;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    padding: 2px 0 4px;
}

.owl-theme .owl-controls .owl-page span{display:none!important;}
.fab {
    font-family: Font Awesome\ 5 Brands !important;
}
.showup {
    float: left;
    width: 160px;
    position: absolute;
    top: 51px;
    right: -62%;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 0.5rem 1rem rgb(2 34 67 / 25%);
    padding: 12px;
    z-index: 9;
}

.showup a {
    display: block;
    color: #41479B;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 0;
}
.showup a:hover {
    background-color: #EEEEEE;
}

.showup a img {
    margin-right: 10px;
}

.showup:after {
    bottom: 100%;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #ddd;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    left: 53%;
}
.navbar {
    min-height: 0;
    margin-bottom: 0;
}

.buttongroup {
    float: left;
    width: 100%;
}
.roominner input {
    color: #000;
}

.buttongroup input {
    border: 1px solid #ccc;
    background: #fff;
    width: 25px;
    margin: 0;
    padding: 5px;
    float: left;
    text-align: center;
    outline: none;
}

.doneroom {
    float: left;
    width: 100%;
    text-align: center;
}
.doneroom input {
    padding: 6px 32px;   
    border-radius: 20px;
    border: none;
    margin-top: 10px;
    cursor: pointer;
    outline: none;
    font-weight: bold;
    text-transform: uppercase;
}
/******Confirm Hotel*******/

.hotel-iformationmain {
    float: left;
    width: 100%;
    margin-top: 22px;
}

    .hotel-iformationmain h1 {
        position: relative;
        text-align: center;
        font-size: 33px;
        font-weight: 400;
    }

        .hotel-iformationmain h1::before {
            content: "";
            border-bottom: 2px solid #13527c;
            position: absolute;
            bottom: -19%;
            left: 31%;
            width: 473px;
        }

.name-main {
    display: flex;
    justify-content: space-between;
    margin: 41px 0 0;
}

    .name-main .text-content1 {
        font-size: 25px;
        font-weight: 600;
        color: #000;
    }

    .name-main .text-content2 a {
        font-size: 12px;
        font-weight: 400;
        color: #2d83d3;
        text-decoration: underline !important;
    }

    .name-main img {
        margin-right: 50px;
    }

.hotel-iformationmain h2 {
    background: #edfcd5;
    color: #006a33;
    font-size: 25px;
    font-weight: 700;
    margin-top: 54px;
    padding: 13px 11px;
    border-radius: 5px;
}

.need-help {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    display: block;
    text-align: center;
}

.btnnew-htl {
    color: #fff;
    background: linear-gradient(to right,#e83819,#f3850b);
    border-radius: 12px;
    padding: 5px 13px 7px;
    font-size: 22px;
}

.name-mainnew {
}

    .name-mainnew h3 {
        color: #000;
        font-size: 22px;
        font-weight: 500;
        margin-bottom: 27px;
    }

    .name-mainnew ul {
        margin: 0;
        padding: 0;
    }

        .name-mainnew ul li {
            float: left;
            width: 50%;
            padding: 6px 0;
            list-style-type: none;
        }

            .name-mainnew ul li strong {
                color: #000;
                font-size: 16px;
                font-weight: 600;
            }

            .name-mainnew ul li span {
                color: #606568;
                font-size: 16px;
                font-weight: 400;
            }

.acco {
}

    .acco p {
        color: #000;
        font-size: 15px;
        font-weight: 400;
    }

        .acco p strong {
            color: #000;
            font-size: 15px;
            font-weight: 600;
        }

.print-txthtl {
    text-align: center;
    font-size: 17px;
    color: #fff;
    background: #040020;
    padding: 11px 0 11px;
}

.hotel-all-data {
    margin-top: 0;
    background: #f6ffff;
    padding: 10px;
    width: 100%;
    float: left;
    border: 1px solid #ddd;
}

    .hotel-all-data h4 {
        color: #000;
        font-size: 27px;
        font-weight: 700;
    }

    .hotel-all-data hr {
        margin-top: 0px;
        margin-bottom: 15px;
        border: 0;
        border-top: 3px solid #e83a19;
    }

    .hotel-all-data .data-htl {
        float: left;
        width: 80%;
    }

        .hotel-all-data .data-htl strong {
            color: #000;
            font-size: 20px;
            font-weight: 600;
            display: inline-block;
            margin-bottom: 10px;
        }

        .hotel-all-data .data-htl p {
            color: #3f404a;
            font-size: 15px;
            font-weight: 400;
        }

        .hotel-all-data .data-htl span {
            color: #3f404a;
            font-size: 15px;
            font-weight: 400;
            display: block;
            margin-bottom: 6px;
        }

    .hotel-all-data .data-htl1 {
        float: left;
        width: 20%;
        text-align: right;
    }

        .hotel-all-data .data-htl1 i {
            color: #e47b86;
            font-size: 25px;
        }

.primarygus {
    width: 100%;
    float: left;
    text-align: right;
    font-size: 15px;
    color: #000;
}

.hotel-all-data .data-table {
    margin-top: 25px;
}

.hotel-informservice {
    text-align: right;
    width: 100%;
    float: left;
    padding-right: 20px;
}

.hotel-informservice .charge-accomation {
    margin: 10px 0 10px;
    display: flex;
    justify-content: flex-end;
    text-align: right;
}

.hotel-informservice .charge-accomation strong {
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

.hotel-informservice .charge-accomation strong:first-child {
    margin-right: 45px;
}

.hotel-informservice .charge-accomation span {
    color: #3f404a;
    font-size: 16px;
    font-weight: 400;
}

.hotel-informservice .charge-accomation span:first-child {
    margin-right: 45px;
}

.hotel-informservice .charge-accomation strong.red {
    color: #db241e !important;
}

.txx-ivoice {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    width: 100%;
    float: left;
    margin-top: 20px;
    text-align: left;
}

.Inclusions-all {
    margin-top: 30px;
}

.Inclusions-all hr {
    margin-top: 0px;
    margin-bottom: 25px;
    border: 0;
    border-top: 3px solid #e83a19;
}

.Inclusions-all h5 {
    color: #000;
    font-size: 27px;
    font-weight: 700;
}

.Inclusions-all ul {
    margin: 0;
    padding: 0;
}

.Inclusions-all ul li {
    padding: 6px 0;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    list-style-type:none;
}

.Inclusions-all ul li img {
    margin-right: 10px;
}

.hotel-txt-3 select {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    color: #6c757d !important;
    border: 0;
    height: 28px;
    background: transparent;
}
.hotel-txt-3 select:focus{border:0; outline:0;}
img#image-1 {
    height: 330px;
}
img#image-2 {
    height: 165px;
}
img#image-3 {
    height: 165px;
}
img#image-4 {
    height: 165px;
}
img#image-5 {
    height: 165px;
}


.Popular-attractions {
    width: 100%;
    float: left;
    box-shadow: 0 0 10px rgb(0 0 0 / 16%);
    padding: 12px 14px;
    border-radius: 10px;
}

.Popular-attractions ul {
    margin: 0;
    padding: 0;
}

.Popular-attractions ul li {
            
    font-size: 17px;
    font-weight: 600;
    padding: 10px 0 9px;
    list-style-type: none;
}

    .Popular-attractions ul li p {
        display: inline-block;
        text-align: left;
        padding: 12px 0 0;
        line-height: 31px;
        font-size: 14px;
        color: #000;
    }

.Rate-Condition {
    width: 100%;
    float: left;
    box-shadow: 0 0 10px rgb(0 0 0 / 16%);
    padding: 12px 14px;
    border-radius: 10px;
}

.Rate-Condition ul {
    margin: 0;
    padding: 0;
}

    .Rate-Condition ul li {
        float: left;
        width: 100%;
        font-size: 14px;
        font-weight: 400;
        padding: 10px 0 9px;
        list-style-type: none;
    }

.Rate-Condition ul li p {
    display: inline-block;
    text-align: left;
    padding: 12px 0 0;
    line-height: 31px;
    font-size: 16px;
}

.hotel-iformationmain h1.add {
    position: relative;
    text-align: center;
    font-size: 33px;
    font-weight: 400;
    color: #ff2517;
}
.hotel-iformationmain h1.add::before {
    content: "";
    border-bottom: 2px solid #ff2517;
    position: absolute;
    bottom: -19%;
    left: 31%;
    width: 473px;
}
.hotel-iformationmain h2.add {
    background: #ff2517;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    margin-top: 54px;
    padding: 13px 11px;
    border-radius: 5px;
    text-align: left;
    line-height: 0;
}
    .hotel-iformationmain h2.add span {
        display: inline-block;
        margin-left: 43px;
        line-height: 25px;
        text-align: center;
    }
    .hotel-iformationmain h2.add img {
        vertical-align: bottom;
    }
#fliter-new{display:none;}
.filter-bot{display:none;}

/******Confirm Hotel End*******/

.tab-serchtop {
    display: flex;
    justify-content: center;
    margin-top: 35px;
}

.tab-serchtop ul {
    display: inline-flex;
    justify-content: center;
    margin: 0;
    padding: 0 56px 0;
    background: #fff;
    border: 1px solid #011328;
    border-radius: 50px;
     
}

.tab-serchtop ul li {
    margin: 9px 30px 0;
    list-style-type:none;
}
           
.tab-serchtop ul li:last-child {
}

.tab-serchtop ul li a {
    font-size: 14px;
    font-weight: 500;
    color: #252935;
    display: inherit;
    text-align: center;
}
                
.tab-serchtop ul li.active {
    font-weight: 500;
    color: #00154c;
}
    .tab-serchtop ul li a img.active{
        -webkit-filter: invert(40%) grayscale(100%) brightness(40%) sepia(100%) hue-rotate(-50deg) saturate(400%) contrast(2);
        filter: grayscale(100%) brightness(40%) sepia(100%) hue-rotate(-50deg) saturate(600%) contrast(0.8);
    }
           
.tab-serchtop ul li a img {
    display: block;
    margin: 0 auto 6px;
    height: 30px;
}

.tab-serchtop ul li a img:hover {
    -webkit-filter: invert(40%) grayscale(100%) brightness(40%) sepia(100%) hue-rotate(-50deg) saturate(400%) contrast(2);
    filter: grayscale(100%) brightness(40%) sepia(100%) hue-rotate(-50deg) saturate(600%) contrast(0.8);
}

.tab-serchtop ul li a span {
    font-size: 15px;
    color: #191e3b;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 5px;
}

.tab-serchtop ul li a span.active {
    color: #191e3b;
    font-weight: 600;
}


.service-our {
    float: left;
    width: 100%;
    margin-top: 26px;
}

.service-our .servic-1 {
    float: left;
    width: 100%;
}

.service-our .servic-1 ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

.service-our .servic-1 ul li {
    display: block;
    text-align: center;
}

.service-our .servic-1 ul li a {
    color: #101010;
    font-size: 17px;
    line-height: 27px;
    font-weight: 500;
}

.service-our .servic-1 ul li a p.active {
    font-weight: 600;
}

.service-our .servic-1 ul li a p:hover {
    font-weight: 600;
}

.service-our .servic-1 ul li a p {
    margin: 18px 0 0;
}

.service-our .servic-1 ul li a span img {
    height: 60px;
    width: 60px;
}

.service-our .servic-1 ul li a span {
    background: #edf0f3;
    border-radius: 50%;
    padding: 15px;
    display: inline-block;
}

.service-our .servic-2 {
    float: left;
    width: 100%;
    margin-top: 47px;
}

.service-our .servic-2 ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

.service-our .servic-2 ul li {
    display: block;
    text-align: center;
}

.service-our .servic-2 ul li a {
    color: #101010;
    font-size: 17px;
    line-height: 27px;
    font-weight: 500;
}

.service-our .servic-2 ul li a p {
    margin: 18px 0 0;
}

.service-our .servic-2 ul li a span img {
    height: 60px;
    width: 60px;
}

.service-our .servic-2 ul li a span {
    background: #edf0f3;
    border-radius: 50%;
    padding: 15px;
    display: inline-block;
}

.service-our .servic-2 ul li a p:hover {
    font-weight: 600;
}
.welcome-middle {
    text-align: center;
    position: relative;
}
.welcome-middle h2 {
    font-weight: 600;
    color: #00154c;
    font-size: 32px;
    margin-top: 3px;
    margin-bottom: 0;
}

.ac_odd {
    padding: 8px 10px 8px 39px !important
}

.ac_even {
    padding: 8px 6px 8px 40px;
}

.ac_over {
    background-color: #143ca1 !important;
}
.freecacel.rednonrfandable {
    color: #F2174F !important;
}

.alert-warning {
    color: #8a6d3b;
    background: #f1f1f1;
    border-color: #f1f1f1;
    font-size: 14px;
    padding: 10px 0 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    box-shadow: 0 0 10px #00000040;
    z-index: 999;
}

.alert {
    font-size: 16px;
    text-align: center;
    color: #00154c;
    line-height: 26px;
}

.close {
    opacity: 1;
    background: #fd1001;
    border-radius: 50%;
    font-size: 22px!important;
    color: #fff !important;
    padding: 5px 8px 2px;
}

.alert strong {
    font-size: 16px;
    display: inline-block;
    margin: 0 0 0;
}
.ui-icon, .ui-widget-content .ui-icon, .ui-widget-header .ui-icon {
    filter: grayscale(0) invert(100)!important;
}

