403Webshell
Server IP : 103.234.187.230  /  Your IP : 216.73.216.216
Web Server : Apache
System : Linux lserver42043-ind.megavelocity.net 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
User : apache ( 48)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /var/www/html/b2c.hellogtx.com/public/upload/holidaybazaar/css/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/html/b2c.hellogtx.com/public/upload/holidaybazaar/css//hotel_style.css
/*hotel design css start*/

.hotelimgbox {
    overflow: hidden;
    position: relative;
    height: 150px;
    background: aliceblue;
    border-radius: 0;
}

.hotelimgbox img {
    position: absolute;
    left: 50%;
    top: 50%;
    object-fit: cover;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.hotelnames {
    text-transform: capitalize !important;
    font-size: 16px !important;
    color: var(--buslisting_carname);
    font-weight: 700;
}
.hotelprice {
    font-size: 18px !important;
    font-weight: 600;
    color: green !important;
}
.hoteltypecls {
    font-weight: 400;
    line-height: 28px;
    font-size: 13px;
}
.hotelnightscls {
    font-size: .8rem;
    text-align: right;
}
.selecthotelbtn {

    margin-top: 10px;
    max-width: 150px;
    margin: 5px auto;
    display: block;
    text-align: center;
    border: none;
    font-size: 13px;
    background:#3584bd;
    width: 100%;
    padding: 8px 20px;
    color: #fff;
    border-radius: 5px;
    float: none;
    font-weight: 700;
    text-decoration: none;
}
.fa.fa-star.checked {
    color: orange;
}
.hotellisting {
    /* padding: 0 !important; */
    border-radius: 0;
}
.hotelnamesort {
    width: 68% !important;
}
.hotel-dt-right-cls {
    background: #ffffff;
    text-align: center;
    padding: 1rem 0 1rem 0;
    min-height: 150px;
    border-left: 1px solid #ddd;
}
.hotellisting .fl-list-item {
    padding: 0;
}
a.viewhotel-details {
    color: #34425f !important;
    font-size: 14px;
    text-decoration: none;
    font-weight: 600;
}
.hotel-dt-middle-cls .car-ft {
    font-size: 14px;
    line-height: 26px;
    display: block;
}
.hote_read_more {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -12px;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    text-align: center;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    -webkit-transition: all .6s;
    border: none;
    transition: all .6s;
    z-index: 2;
}
.hote_read_more .book-hotel-btn {
    width: 100px;
    max-width: 100px;
    background-color: rgb(53 132 189);
    color: #fff;
    font-size: 13px;
    padding: 5px 10px;
    margin: 0 auto;
    display: block;
    float: none;
    font-weight: 100;
}
.hotelimgbox:hover .hote_read_more {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.hotel-dt-middle-cls {
    /* padding-top: 10px; */
}
.addhotel-home-btn {
    width: 120px !important;
    background: #007bff;
    color: #fff !important;
}
.hotel-title {
    background: none !important;
    border: none !important;
    color: #444 !important;
    font-weight: 600;
    font-size: 13px;
    margin-top: 10px !important;
}
.hotelpax-cls {
    background: aliceblue;
    height: 180px;
    overflow-y: auto;
    overflow-x: hidden;
}
.hotel-done-btn {
    width: 100% !important;
    min-width: 100% !important;
}
.hotelrooombox_main {
    padding: 5px;
}
#star {
    height: auto;
    float: left;
    border: 1px solid #004564 !important;
    color: #9f9f9f !important;
    font-size: 13px !important;
    padding: 8px 10px !important;
    margin-bottom: 10px;
}
.hotel-detail-tabbing-list {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;margin-top: 10px;
    margin-bottom: 20px;
    border: none !important;
}

.hotel-detail-tabbing-list li {
    font-weight: 300;
    font-size: 18px;
    list-style: none;
    text-transform: uppercase;
    margin-bottom: 7px;
    float: left;
    display: inline-block;
    padding: 5px;
}



.hotel-detail-tabbing-list li .active {
    background: #6b6262;
    color: #fff;
}

.hotel-detail-tabbing-list li a {
    background-color: rgb(245, 245, 245);
    font-weight: 300;
    font-size: 13px;
    padding: 10px 20px;
    margin: 0;
    cursor: pointer;
    text-transform: uppercase;
    text-decoration: none;
    color: #444;
    font-weight: 800;
}
.hotel-img-gallery-boxcls {
    overflow: hidden;
    position: relative;
    height: 350px;
}

.hotel-img-gallery-boxcls img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.hotel-img-gallery {
    margin-bottom: 20px;
}
.hotel-dt-shadow-box {
    padding: 10px 20px;
}

.hotel-dt-shadow-box p {
    font-size: 15px;
    color: #444 !important;
    font-weight: 500;
}
.hotel-leftborder{
    border-left: 1px solid #ddd;
}
.hotelpara {
    font-size: 15px;
    color: #444 !important;
    font-weight: 500;
}


.hotel-room-cls {
    color: #333;
    font-size: 14px;
    margin: 0;
    font-weight: 500;
}

a.commonlink-hotel {
    color: #444;
    font-size: 13px;
    font-weight: 500;
    line-height: 26px;
}
.hotel-dt-select-btn-cls {
    font-size: 14px;
    background: #0070b5;
    border: none;
}

.hotel-dt-select-btn-cls:hover {
    background: #34425f;
}
.hotel-all-border {
    border: 1px solid #ddd;
    padding: 10px;
    border-bottom: none !important;
}
.hotelbook-btn {
    font-size: 13px;
    background:#ea1e15;
    border: none;
    width: 100%;
    padding: 10px;color: #fff;
}
.hotel-dt-select-btn-cls:hover {
    background: #6b6262;
}
/*multiselect start*/

.multi-select-container {
    display: inline-block;
    position: relative;
    width: 100%;
}

.multi-select-menuitems label{color: #9f9f9f !important; font-size: 14px !important; font-weight: normal !important;
    display: block;
    padding-left: 30px;
    padding-bottom: 0;}

.multi-select-menu {
    position: absolute;
    left: 0;
    top: 1.4em;
    z-index: 1;
    float: left;
    min-width: 100%;
    background: #fff;
    margin: 1em 0;
    border: 1px solid #afbbbc;
    box-shadow: 0 1px 3px rgb(0 0 0 / 20%);
    display: none;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
}


.multi-select-menuitem {
    display: block !important;
    font-size: 0.875em !important;
    padding: 0.3em 1em 0.6em 30px;
    white-space: nowrap;
    cursor: pointer;
}

.multi-select-menuitem--titled:before {
    display: block;
    font-weight: bold;
    content: attr(data-group-title);
    margin: 0 0 0.25em -20px;
}

.multi-select-menuitem--titledsr:before {
    display: block;
    font-weight: bold;
    content: attr(data-group-title);
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.multi-select-menuitem + .multi-select-menuitem {
    padding-top: 0;
}

.multi-select-presets {
    border-bottom: 1px solid #ddd;
}

.multi-select-menuitem input {
    position: absolute;
    margin-top: 0.4em;
    margin-left: -20px;
}

.multi-select-button {
    display: inline-block;
    font-size: 14px;
    padding: 6px 21px;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: -0.5em;
    background-color: #fff;
    border: 1px solid #afbbbc;
    border-radius: 4px;
    /* box-shadow: 0 1px 3px rgb(0 0 0 / 20%); */
    cursor: default;
    border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -o-border-radius: 5px !important;
    width: 100%;
    color: #444;
    cursor: pointer;
}

.multi-select-button:focus {outline: none;}

.multi-select-button:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.4em 0.4em 0 0.4em;
    border-color: #999 transparent transparent transparent;
    margin-left: 0.4em;
    vertical-align: 0.1em;
    margin: 12px 0 0;
    float: right;
    position: absolute;
    right: 13px;
}

.multi-select-container--open .multi-select-menu {
    display: block;
}

.multi-select-container--open .multi-select-button:after {
    border-width: 0 0.4em 0.4em 0.4em;
    border-color: transparent transparent #999 transparent;
}

.multi-select-container--positioned .multi-select-menu {
    /* Avoid border/padding on menu messing with JavaScript width calculation */
    box-sizing: border-box;
}

.multi-select-container--positioned .multi-select-menu label {
    /* Allow labels to line wrap when menu is artificially narrowed */
    white-space: normal;
}

/*multiselect ends*/


.selectroom-panel {
    padding: 0 10px;
    /* display: none; */
}

/*select room start*/
.hotel-sub-title {
    margin: auto;
    font-weight: 600;
    font-size: 16px;
    color: #333;
    word-break: break-word;
}

.hotel-slect-dt-cls {
    margin: 10px 0;
    font-size: 12px;
    font-weight: 500;
}

.refund-txt-hotel {
    margin: 0;
    font-size: 12px;
    font-weight: 500;
    color: forestgreen;
}

.hotel-nonrefund-cls {
    font-size: 18px;
    color: #ED1C24;
    font-weight: 600;
}

.taxInfo {
    font-size: 12px;
    color: #444 ;
    font-weight: 300;
}

.perQuant {
    display: block;
    font-size: 14px;
    margin-left: 0px;
}

.hotel-cancelPolicy {
    color: #12B58A;
    cursor: pointer;
    font-size: 13px;
    border: 0px;
    padding: 0px;
    margin-bottom: 10px;
    font-weight: 600;
    margin-top: 6px;
}

.book-hotel-btn {
    max-width: 110px;
    float: none;
    text-align: center;
    border: none;
    font-size: 13px;
    background: #e11f2a;
    width: 100%;
    padding: 8px 20px;
    color: #fff;
    border-radius: 5px;
    margin: 0 auto;
    position: relative !important;
    left: auto !important;
    bottom: auto !important;
    top: auto !important;
    transform: inherit !important;
}

.roomDesc p {
    margin-bottom: 5px;
}
.hotel-border-line {
    border-top: 1px solid #ddd;
    padding: 10px 0 4px 0;
}

.hotel-img-gallery .thumb {
    height: 90px;
    width: 100px;
}

.hotel-img-gallery .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
ul.hotel-facilities-list {
    padding: 0;
}

ul.hotel-facilities-list li {
    list-style-type: disc !important;
    display: inline-block;
    vertical-align: top;
    width: 33%;
    font-size: 13px;
    color: #000;
    line-height: 18px;
    position: relative;
    padding-left: 15px;
    box-sizing: border-box;
    margin-bottom: 10px;
}

ul.hotel-facilities-list li:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #38c1c8;
    left: 0;
    top: 5px;
    position: absolute;
}

.hotel-booking-box {
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    margin: 10px 0 10px;
    padding: 15px;
    width: 100%;
}

.hotel-price {
    font-size: 22px;
    font-weight: 500;
}
.hotel-type-price {
    margin: 0;
    padding: 0px 0 6px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 14px;
    color: #444 ;
    font-weight: 500;
}

.hotel-only-room-cls {
    padding: 8px 0;
    border-bottom: 1px solid #e5e5e5;
    color: #868686;
    font-size: 14px;
    font-weight: 500;
}

.hotel-select-other-room-cls a {
    display: inline-block;
    vertical-align: top;
    color: #00bcd4;
    font-size: 14px;
    padding: 5px 0 0;
    cursor: pointer;
    font-weight: 500;
    text-decoration: none;
}

.hotel-check-availability-room-cls {
    color: #333;
    font-weight: 500;
    padding: 0;
    margin: 20px 0;
    font-size: 14px;
    width: 80%;
    box-sizing: border-box;
}
.hotel-select-other-room-cls svg {

    margin: 0px 0 0px 5px;
    vertical-align: top;
    color: #00bcd4;
    width: 12px;
    height: 28px;
    overflow: visible;
}
.hotel-calender-icons {
    font-size: 1.2em;
    position: absolute;
    top: 15px;
    left: 8px;
    color: #84979b;
    z-index: 1;
    width: 10%;
    float: left;
}

.hotel-calender-icons svg {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
    width: .875em;
    position: absolute;
}

.select-hotel-date-prefilled-cls {
    border: 1px solid #ddd;
    padding: 6px;
    border-radius: 5px;
    position: relative;
    width: 100%;
    float: left;
}

.checkin-hotel-cls {
    width: 30%;
    float: left;
    border-right: 1px solid #ddd;
    padding: 3px 10px;
    margin-left: 10%;
}

.checkout-hotel-cls {
    width: 30%;
    float: left;
    border-right: 1px solid #ddd;
    padding: 3px 10px;
}

.nights-hotel-cls {
    width: 30%;
    float: left;
    padding: 3px 10px;
}

.select-hotel-date-prefilled-cls input {
    border: none;
    color: #444;
    padding: 2px 0 0px;
    width: 100%;
    font-size: 13px;
    float: left;
    background: #0000;
}

.prefilled-txt {
    display: block;
    color: #999;
    top: 10px;
    z-index: 1;
    left: 20px;
    font-size: 12px;
    font-weight: 500;
}

.select-hotel-date-prefilled-cls input::placeholder {
    color: #444;
    font-size: 14px;
}
.person-room-hotel-cls {
    width: 90%;
    float: left;
    padding: 3px 10px;
    position: relative;
    margin-left: 10%;
}
.hotelbook-btn:hover {
    background: #0070b5;
    color: #fff;
}
.select-hotel-date-prefilled-cls input:focus {
    border: none;
    outline: none;
}


.hotel-bg-color {
    position: relative;
}

.hotel-Rev .Check_date {
    margin-bottom: 10px;
}
.hotel-Rev .Check_date {
    margin: 10px 0;
}
.hotel-Date-Guest {
    margin-top: 0 !important;
}
.hotel-padding {
    padding-bottom: 6px;
}
.hotel-padding {
    padding: 6px 0;
    background: #fbfbfb;
}
.hotel-padding h5 {
    color: #3584bd  !important;
}
.hotel-para-reviews {
    font-size: 14px;
    line-height: 26px;
}
.hotel-table-td-box{
    width: 100%;
    padding: 10px 8px;
    border-right: 1px dashed rgb(153, 153, 153);
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    background: rgb(232, 244, 254);
}
.hotel-table-td-box h3{
    font-size: 13px;
    color: rgb(21, 71, 169);
}
.hotel-table-td-box p{
    font-weight: 600;
    font-size: 0.9em;
    margin: 3px 0px 0px;
    color: rgb(51, 51, 51);
}
.hotel-border-detials {
    border: 1px solid rgb(229, 229, 229);
    padding: 10px 15px;
    margin-right: 10px;
    margin-top: 15px;
}
.hotel-border-detials p {
    margin-bottom: 0;
}
.booking_list-hotel {
    padding: 10px 0 !important;
}

.hotel-contact-list {
    padding: 0px;
    list-style-type: none;
    margin: 0px;
}

.hotel-contact-list li {
    font-size: 12px;
    color: #444;
    margin: 0px 0px 6px;
    font-weight: 500;
}
.blue-bg-th {
    width: 33%;
    padding: 10px 8px;
    border-right: 1px dashed rgb(153, 153, 153);
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    background: rgb(232, 244, 254);
}
.hotel-Cancellation-table table{
    width:100%;
}
.booking_list-hotel-conditions {
    padding: 0 0 40px !important;
}

.hotel-review-book-btn {
    background: #eb261d;
    border-color: #eb261d;
    font-size: 14px;color:#fff;
}

.hotel-review-book-btn:hover {
    background: #0170b5;
    border-color: #0170b5;color:#fff;
}
.selecthotelbtn a {
    color: #fff;
}
.blue-bg-td-cls {
    width: 33%;
    padding: 10px 8px;
    border: 1px solid rgb(229, 229, 229);
    box-sizing: border-box;
    display: inline-block;
    font-size: 13px;
    vertical-align: top;
}
.blue-bg-th-2, .blue-bg-td-cls-2{
    width: 34%;
}
/*hotel design css ends*/

.floatleft {
    float: left;
}

.fliterhotel-inpt {
    padding-left: 10px;
}

.ratingfilter-search .fa.fa-star {
    visibility: hidden;
}

.ratingfilter-search .fa.fa-star.checked {
    visibility: visible;
}
.hotelnamedisplay{
    display: block;
}


.btn.btn-primary.selectroom-list.sleact.add0.hotel-dt-select-btn-cls.active {
    background: #009746;
}
.selecthotelbtn:hover a {
    text-decoration: none;
}

.selecthotelbtn:hover {
    background: #eb261d;
}

.hotel-bookDiv {
    text-align: center;
}

/*11th march start*/
.roomDesc .hotel-sub-title {
    font-weight: 400;
    font-size: 14px;
}

.hotelratinglist {
    width: 78% !important;
}

.hotellisting-mobile-header {
    color: #fff;
}
.hotellisting-mobile-header .hotellisting-mobile-header--date {
    font-weight: 400;
    margin-bottom: 0 !important;
}
.hotel-distance-cls {
    font-size: 13px;
    font-weight: 500;
}
.dis-val {
    font-size: 13px;
}
/*11th march ends*/

/*19th march start*/

a {
    color: #3584bd;
}

/*19th march ends*/

/*12th aug start*/

.hotel-fair_summary{
    top: -100px;
}
a.commonlink-hotel {
    display: block;
    width: 100%;
}

.travelerDetails {
    margin-top: 0;
}

.hotel-detail-box{
    top: 10px !important; 
    background: #fff;
    padding: 10px;
}

.pricecolor {
    color: green;
    font-weight: 600 !important;
    font-size: 16px !important;
}

/*12th aug endss*/


/*13th aug start*/

.booking_list-paratxt .LessDetailContent, .booking_list-paratxt .FullDetailContent {
    box-shadow: none !important;
    padding: 0 !important;
    margin-bottom: 10px !important;
}

/*13th aug ends*/

@media (max-width:992px) {


/*16th aug start*/

.hotel-map-cls i{
    display: none;
}
.hoteltypecls {
    top: 0px !important;
}
.selectroom-flip.selecthotelbtn {
    background: none !important;
}
.rt.hotelratingcls {
    position: absolute;
    left: 13px;
    bottom: 68px;
    /* background: rgb(255 255 255 / 68%); */
    line-height: 10px;
    border-radius: 2px;
    padding: 2px;
}
.total-pricebox-newcls {
    float: right;
    width: 43%;
    text-align: right;
}
.hotel-dt-right-cls {
    border-top: none;
    border-left: none !important;
    padding-top: 0px;
    min-height: auto !important;
    background: none;
    text-align: left !important;
    padding: 2px !important;
}
.selectroom-flip.selecthotelbtn {
    display: none;
}
.hotelnightscls {
    display: none;
}
.hoteltypecls {
    width: 100%;
    float: left;
}
.hotelcitynamecls {
    display: none !important;
}

.uppershownightsnewcls {
    display: block !important;
    text-align: left !important;
}
.uppershownightsnewcls {
    width: 56%;
    float: left;
}
.hotelnightscls {
    line-height: 13px;
}

/*13th aug start*/

.booking_list-paratxt .col-lg-12.col-md-12.col-sm-12.col-12 {
    padding-left: 15px;
    padding-right: 15px;
}
.hotel-onfocus-passanger {
    padding: 6px;
}
.traveller_information_box-focuscls {
    padding: 5px !important;
}

.checkin-hotel-cls .prefilled-txt, .checkout-hotel-cls .prefilled-txt, .nights-hotel-cls .prefilled-txt {
    font-size: 11px !important;
}

.checkin-hotel-cls input, .checkout-hotel-cls input, .nights-hotel-cls input {
    font-size: 10px !important;
}

.checkin-hotel-cls, .checkout-hotel-cls, .checkout-hotel-cls {
    padding: 3px !important;
}

ul.select-hotel-date-prefilled-cls {
    padding: 0;
}
/*13th aug ends*/

    /*12th aug start*/


.ttlamt {
    color: green;
    font-weight: 600;
    font-size: 15px !important;
}

.booking_list-head {
    margin-top: 60px;
}

.booking_list .col-lg-12.col-md-12.col-sm-12.col-12 {
    padding-left: 5px;
    padding-right: 5px;
}

.booking_list.hotel-Cancellation-table {}

.hotel-Cancellation-table .container {
    padding-left: 5px;
    padding-right: 5px;
}
.adult_title h4 {
    font-size: 13px;
}


.hotel-Date-Guest h5 {
    line-height: 20px;
    font-size: 13px !important;
}
.scroll-to-fixed-fixed {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    z-index: 999999 !important;
}


.hotellisting-mobile-header .hotelnames {
    color: #fff !important;
    /*display: inline-block;*/
    padding-left: 10px;
    line-height: 13px !important;
}

.hotelserchcls {
    position: relative;
    top: auto;
    bottom: auto;
    margin-top: 0 !important;
}
.travelerDetails {
    margin-top: 50px;
}

/*12th aug ends*/

    /*11th march start*/

    .mobile-hotel-search-form {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.hotelsortlisting {
    margin-top: 0 !important;
    padding-top: 8px !important;
    padding: 10px !important;
    position: fixed !important;
    width: 100%;
    z-index: 999999;
    background: #fff !important;
    left: 0;
    top: 0;
    height: 100%;
    overflow: scroll;
}

.hotelsortlisting ul {
    background: #fff;
    position: absolute;
    bottom:  0px;
    margin: 10px;
    z-index: 999999;
    width: 95%;
    border: 1px solid #e1dede;
    padding: 8px;
    left: 0;
}
.sortingnames {
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    padding-bottom: 6px;
    font-weight: 600 !important;
}

.sortright.carsortinglist li {
    display: block;
    width: 100% !important;
    float: none;
    text-align: left;
    font-size: 13px;
    font-weight: 400;
    list-style-type: none;
    color: #444;
}

.hotelsorting {
    margin-top: 0 !important;
    padding-top: 8px !important;
    padding: 10px !important;
    position: fixed !important;
    width: 100%;
    z-index: 999999;
    background: #fff !important;
    left: 0;
    top: 0;
    height: 100%;
    overflow: scroll;
    width: 100%;
    list-style-type: none;
}

.hotelsorting ul li {
    display: block;
    width: 100% !important;
    float: none;
    text-align: left;
}

span.sortingnames {
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    padding-bottom: 6px;
    font-weight: 600 !important;
}


.hotellisting-mobile-header {
    z-index: 999 !important;
}
    .mobile_footer_bottomcontinuefixed .active {
    background: #3584bd;
}

a.viewhotel-details {
    font-size: 12px;
}

.selecthotelbtn {
    font-size: 12px !important;
    font-weight: 500;
    padding: 6px !important;
}

.mobile_footer_bottomcontinuefixed .fa {
    margin-right: 10px;
}

    .hotellisting-mobile {
    padding-top: 70px;
    }

    .hotelfilter {
    color: #fff;
    font-size: 12px;
    background: #4a6279;
    padding: 4px;
    border-radius: 4px;
    margin: 0 auto;
    display: block;
    text-align: center;
}
.hotelsort {
    color: #fff;
    font-size: 12px;
    background: #000;
    padding: 4px;
    border-radius: 4px;
    margin: 0 auto;
    display: block;
    text-align: center;
}
.mobile_footer_bottomcontinuefixed a.active, .mobile_footer_bottomcontinuefixed a:focus {
    color: #fff;
    text-decoration: none;
}
/*11th march ends*/


    .hotel-dt-middle-cls {
        padding: 0px 0px !important;
    }

   
    .hotelprice {
        float: left !important;
        padding-left: 4px;
    }

    .selecthotelbtn {
        max-width: 110px;
        margin: 0px auto !important;
        display: block;
        text-align: center;
        float: none !important;
    }

    .hotelprice {
        float: none !important;
        padding-left: 4px;
        font-size: 18px !important;
    }

    .hotellisting {
        margin-bottom: 20px !important;
        box-shadow: none !important;
        border: 1px solid #ddd;padding: 6px;
    }

    .hotel-bg-color {
        margin-top: 20px;
        padding-bottom: 20px;
    }

    /*hotel ends*/
}


@media (max-width:580px) {

    /*11th march start*/

    .hotel-dt-middle-cls .car-ft {
    font-size: 13px;
    line-height: 20px;
    display: block;
    }

    .hotelpaddingright {
        padding-right: 0;
    }

    .hotelratingcls .fa-star {
        font-size: 12px;
    }

    .hotelprice {
        float: left;
        padding-left: 4px;
    }

    .hotel-bg-color {
        margin-top: 20px;
        padding-bottom: 20px;
    }

    .nights-hotel-cls {
        width: 30%;
        float: left;
        padding: 3px 4px;
    }

    .hotel-padding {
        background: none;
    }

    .blue-bg-th {
        font-size: 11px;
        height: 53px;
        padding: 10px 2px;
    }

    td.blue-bg-td-cls {
        font-size: 12px;
        padding: 10px 2px;
        height: 54px;
    }

    /*hotel ends*/
}

Youez - 2016 - github.com/yon3zu
LinuXploit