| 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/travergy/css/ |
Upload File : |
/*hotel design css start*/
.hotelimgbox {
overflow: hidden;
position: relative;
height: 177px;
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-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: 0;
}
.hotel-detail-tabbing-list li a.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: #666!important;
font-weight: 500;
}
.hotel-leftborder{
border-left: 1px solid #ddd;
}
.hotelpara {
font-size: 15px;
color: #666!important;
font-weight: 500;
}
.hotel-room-cls {
color: #333;
font-size: 14px;
margin: 0;
font-weight: 500;
}
a.commonlink-hotel {
color: #00bcd4;
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: #666;
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;
display: block;
}
.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: #666;
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.sticky.fixed {*/
/*max-width: 348px;*/
/*top: 5px;*/
/*width: 100%;*/
/*background: #fff;*/
/*z-index: 99;*/
/*position: fixed;*/
/*float: right;padding: 4px;*/
/*left: auto;*/
/*border-radius: 0 0 14px 14px;*/
/*}*/
.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;
margin-right: 10px;
margin-top: 15px;
}
.hotel-border-detials p {
margin-bottom: 0;
}
.booking_list-hotel {
padding: 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;
}
.booking_list-paratxt p {
font-weight: normal !important;
font-size: 14px;
}
.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*/
@media (max-width:992px) {
/*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;
top: 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: #4a6279;
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 start*/
.hotel-dt-right-cls {
padding: 0;
border-left: none;
border-top: 1px solid #ddd;
padding-top: 5px;
background: #fafafa;
}
.hotel-dt-middle-cls {
padding: 10px 16px;
}
.hotelimgbox {
height: 150px !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;
}
.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;
}
.hotel-dt-middle-cls {
padding: 10px 10px;
}
/*11th march ends*/
/*hotel start*/
.hotelimgbox {
height: 150px !important;
}
.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*/
}