/* home page css start here  */

.nav-menu.nav-menu-social > li.list-buttons > a {
    display: inline-flex;
    align-items: center;
    background-color: var(--bs-primary) !important;
}
.nav-menus-wrapper {
    display: flex;
    justify-content: flex-end;
}
.nav-menu > li > a {
    font-size:15px !important; 
}

ul.nav-menu.nav-menu-social.align-to-right {
    margin-left: 25px;
}

.nav-brand img {
    width: 200px;
    position: relative;
}

.top-header p {
    text-align: center;
    margin-bottom: 0;
    padding: 6px 0;
    background-color: var(--bs-primary);
    color: #fff;
}

.top-header i  , .top-header a{
    color: #FFC107;
}

.top-header .uppercase-txt {
    font-weight: 500;
}

.banner .banner-img-box {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  
  .banner .banner-img-box img {
    display: block;
    width: 100%;
  }
  
  .banner .banner-img-box .fullscreen {
    position: absolute;
    z-index: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .banner-img-box .img-box {
    height: 100%;
  }
  .image-cover.hero-header.banner {
    min-height: auto;
    height: auto;
}
.image-cover.hero-header.banner:before {
    opacity: 0.6 !important;
}
.search-wrap.with-label .form-group label {
    font-size: 14px;
    color: #040405;
    letter-spacing: 0;
    text-align: left;
    line-height: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    font-weight: 600;
}

.cardOffer-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    
}

.cardOffer-content:before {
    content: "";
    border-radius: inherit;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, var(--bs-primary)57 0%, rgb(0 5 159 / 1%) 100%);
}

section {
    padding: 40px 0 40px;
}

.offers-container {
    padding: 0 5px 0 0;
}
.btn-light-primary {

    background-color: var(--bs-primary) !important;
    color:#fff !important;
    border-color:var(--bs-primary) !important;
}
.btn-light-primary:hover , .nav-menu.nav-menu-social > li.list-buttons > a:hover  , .btn-primary:hover{
    background: #0b0b0b !important;
    border-color: #0b0b0b !important;
    color: var(--bs-white) !important;
}

.theme-heading-title-two {
    font-size: 24px;
    line-height: 34px;
}

/* section.popular-hotel-start-sec span.label.bg-light-success.text-success {
    background-color: #FFC107 !important;
    color: #000 !important;
    font-size: 100% !important;
} */

.flickity-page-dot {
    background: var(--bs-primary)30;
}

.search-wrap {
    border: 5px solid #FFC107;
}
.subscribe-sec-cont:before {
    background:var(--bs-primary);
        opacity: 0.6;
}

.footer-widget ul li a {
    font-size: 15px;
}

.footer-widget ul li {
    margin-top: 10px;
}

.footer-bottom p , .footer-bottom{
    font-size: 14px;
}

.our-prtwrap .img-fluid {
    width: 100%;
    max-width: 150px;
  }
  div#myModal-popup .modal-dialog {
      position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 20%;
    width: 100%;
    max-width: 720px;
}

.modal-backdrop.show {
    background-color: transparent;
}

  div#myModal-popup button.btn-close {
    position: absolute;
    right: 5px;
    z-index: 1;
    font-size: 15px;
    top: 5px;
    color: #000;
    opacity: 1;
}
div#myModal-popup p {
    font-size: 18px;
    color: #000;
    text-align: center;
}

div#myModal-popup p a {
    color: #4354ff;
    font-weight: 600;
}

div#myModal-popup img {
    width: 100%;
    max-width: 85px;
    position: absolute;
    bottom: 0;
    right:5%;
}
.modal-backdrop.show {
    background-color: transparent;
    display: none;
}
body.modal-open {
    position: relative;
}
div#myModal-popup {
    position: fixed;
    height: 120px;
    z-index: 99;
    top: 84%;
}
.modal-backdrop.show {
    background-color: transparent;
    display: none;
}
body.modal-open {
    overflow: auto !important;
}
.login-wrapper-cont .bg-mode {
    background-color: #fff;
}
.blink_me {
    animation: blinker 1s linear infinite;
  }
  
  @keyframes blinker {
    50% {
      opacity: 0;
    }
  }
/* home page css end here  */
.form-group label {

    font-size: 14px;

}
ul.list-breadcrum {
    display: flex;
    justify-content: center;
}
ul.list-breadcrum a {
    color: #fff;
}
ul.list-breadcrum li a:hover {
    color: #FFC107;
}
ul.list-breadcrum li:not(:last-child) {
    margin-right: 5px;
}

                                                                         



/* hotel list page css start here  */

.hotel-list-banner .search-wrap {
    border: none;
  }
/*  .hotel-list-banner.header-fixed*/
/*{*/
/*    border-bottom: 1px solid #e9ecef;*/
/*    background: #ffffff;*/
/*    position: fixed !important;*/
/*    z-index: 9999;*/
/*    width: 100%;*/
/*    top: 0;*/
/*    transition: 0.2s ease-in;*/
/*    animation-duration: 0.5s;*/
/*    animation-name: slideInDown;*/
/*    padding: 28px 0 30px !important;*/
/*}*/

.btn-sm {
    font-size: 14px;
}
.gray-simple .btn-secondary {
    color:var(--headingColor)
}

.banner-container {
    z-index: 999 !important;
}
.guests-input__options > div:last-child {
    padding-bottom: 35px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.guests-input__options .button a {
    width: 100%;
    color: #fff;
    padding: 10px 0;
    border-radius: 5px;
}
  /* hotel list page css end here  */

  /* hotel booking page css start here */


  section.adds_banner_sec img {
    width: 100%;
    max-width: 100%;
    border: 1px solid #eee;
    border-radius: 4px;
}
.badge {
    font-weight: 400;
    font-size: 14px;
}
span.bank-card {
    position: relative;
    left: -18px;
}
.side-block-col-cont {
    position: sticky;
    top: 0;
}
  /* hotel booking page css end here */

  html, body  , #main-wrapper{
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  
 .gray-simple {
    flex: 1;
    display: flex; /* if you remove this line it works on Safari */
  }
  
  .footer {
    flex: 0;
   
  }
  .btn-grp .bnt-button:hover {
    background-color: var(--bs-primary) !important;
    border: 1px solid var(--bs-primary) !important;
}


img.img-fluid.rgt-aside-cont {
    float: right;
    width: 100%;
    max-width: 560px;
    margin: 0 0px 20px 20px;
}

ul.list-breadcrum li i {
    margin-right: 5px;
}

.content-cont h2 {
    font-size: 32px !important;
    line-height: 1 !important;
}
.sitemap-wrapper ul {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0 0;
}
.sitemap-wrapper ul li {
    width: 25%;
}

/* preloading css start here */
.hotel-preloading {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #010dd7;
}
.hotel-preloading .inner-hotel-preloading {
    background-color: #eee;
    width: 100%;
    max-width: 830px;
    text-align: center;
    padding: 70px;
    border-radius: 5px;
}
.hotel-preloading .inner-hotel-preloading img {
    width: 100%;
    max-width: 630px;
    margin-bottom: 30px;
}
.loading:after {
    overflow: hidden;
    display: inline-block;
    vertical-align: bottom;
    -webkit-animation: ellipsis steps(4, end) 900ms infinite;
    animation: ellipsis steps(3, end) 1300ms infinite;
    content: "\2026";
    width: 0px;
    position: absolute;
  }
  
  @keyframes ellipsis {
    to {
      width: 40px;
    }
  }
  
  @-webkit-keyframes ellipsis {
    to {
      width: 40px;
    }
  }
/* preloading css end here */

.top-header span a {
    color: #ffc107;
}
.login-wrapper-cont {
    height: 100vh;
    display: flex;
    align-items: center;
}

.hotel-list-banner .form-group label {
  color: #fff;
}

.hotel-list-banner .search-wrap .btn {
  background: #ffd007;
  color: #000;
}

.refesh-page .inner-refesh-page {
    padding:20px !important;
}

#mydivpagi .cardImage__caps img {
  /*height: 300px;*/
  /*object-fit: cover;*/
  /*width: 100%;*/
  height: 100%;
  object-fit: cover;
  width: 100%;
  max-height: 280px;
}
div#pagination-container ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
div#pagination-container li:not(last-child) {
    margin-right:5px;
}
div#pagination-container li a, div#pagination-container li span {
  
    display: inline-block;
    color:  var(--bs-primary);
    padding: 6px 15px;
    font-size: 16px;
    border-radius: 4px;
}

div#pagination-container li.active span.current.prev {
    background-color: #8299bc;
     color: #fff;
}

.pags.card {
    background: transparent;
}

div#pagination-container li a.page-link.next {
    background-color: var(--bs-primary);
    color: #fff;
}

div#pagination-container li.active span.current  , div#pagination-container li a:hover{
    background-color: var(--bs-primary);
    color: #fff;
}
div#pagination-container li a.page-link.next:hover{
    background: #ffd007;
    color: #000;
}


.complimentary_meal_txt {
  padding: 5px 12px;
  background-color: #4CAF50 !important;
  position: absolute;
  left: 20px;
  top: 20px;
}

#mydivpagi .myresdiv:not(last-child) {
  margin-bottom: 20px;
}

.ajaxloader.plane-loader-cont {
    margin: auto;
    text-align: center;
        position: relative;
}
.ajaxloader.plane-loader-cont h3
{
        display: block;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 10px;
}
.galleryGrid__item.relative.imghidden {
    display:none;
}

.lb-nav a.lb-next {
    width: 30%;
    right: 0;
    float: right;
    background: url(../images/next.png) right 48% no-repeat;
    filter: alpha(Opacity = 0);
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s;
    filter: alpha(Opacity = 100);
    opacity: 1;
    background-size: 50px;
    filter: invert(1);
    margin-right: 2%;
}

.lb-nav a.lb-prev {
       filter: alpha(Opacity = 100);
    opacity: 1;
    background-size: 50px;
    filter: invert(1); 
    margin-left:2%;
}

.ml-12 {
    margin-left:12px;
}

html {
  scroll-padding-top: 150px; /* height of sticky header */
}

.cus-col.start-loc.text-center {
    text-align: center;
}
.modal.fade.refesh-page-model.showmodal {
    opacity: 1;
}

.modal.fade.refesh-page-model.showmodal {
    opacity: 1;
    background-color: #333333d1;
    z-index: 9999;
}

.modal.fade.refesh-page-model.showmodal .modal-dialog img {
    width: 100%;
    max-width: 100%;
}

.modal.fade.refesh-page-model.showmodal .btn-cont-box a:not(last-child) {
    margin-right: 8px;
}

.modal.fade.refesh-page-model.showmodal .btn-cont-box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}

.modal.fade.refesh-page-model.showmodal .btn-cont-box i {
    margin-right: 5px;
}

.modal.fade.refesh-page-model.showmodal .modal-dialog {
    width: 100%;
    max-width: 820px;
}

body.onfrmsubmit.modal-open {
    overflow-y: hidden !important;
}


.searchBar-single-wrap .form-check{
    padding-left:0px;
}

.searchBar-single-wrap label{
	position: relative;
	cursor: pointer;
	padding-left:0px;

}

/*.searchBar-single-wrap input[type="checkbox"], input[type="radio"]{*/
/*	position: absolute;*/
/*	right: 9000px;*/
/*}*/

/*Check box*/
.searchBar-single-wrap input[type="checkbox"] + .label-text:before{
	content: "\f096";
	font-family: "FontAwesome";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing:antialiased;
	width: 1em;
	display: inline-block;
	margin-right: 5px;
	    font-size: 20px;
}

.searchBar-single-wrap input[type="checkbox"]:checked + .label-text:before{
    content: "\f14a";
    color: var(--bs-primary);

    font-size: 20px;

}

.searchBar-single-wrap input[type="checkbox"]:disabled + .label-text{
	color: #aaa;
}

.searchBar-single-wrap input[type="checkbox"]:disabled + .label-text:before{
	content: "\f0c8";
	color: #ccc;
}

span.form-check-label.label-text {
    display: flex;
    align-items: center;
}





.searchBar-single-wrap input[type="radio"] + .label-text:before{
	content: "\f10c";
	font-family: "FontAwesome";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing:antialiased;
	width: 1em;
	display: inline-block;
	margin-right: 5px;
}

.searchBar-single-wrap input[type="radio"]:checked + .label-text:before{
	content: "\f192";
    color: var(--bs-primary);

}

.searchBar-single-wrap input[type="radio"]:disabled + .label-text{
	color: #aaa;
}

.searchBar-single-wrap input[type="radio"]:disabled + .label-text:before{
	content: "\f111";
	color: #ccc;
}
.star-searchBar-single .form-check.lg {
    margin-bottom: 0;
}

.flight-results-cont {
  text-align: center;
}
.fullpage.preloader-container-error {
  background-color: #fff;
  padding: 40px;
  border-radius: 4px;
}

.fullpage.preloader-container-error .call-btn-cont i {
  margin-right: 5px;
}

.expiry-date-txt-box {
  display: flex;
}

.expiry-date-txt-box .form-control:nth-child(1) {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.expiry-date-txt-box .form-control:nth-child(2) {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}


.preloader-container.myloader.fullpage.preloader-container-error.preloader-details {
  background-color: #eee;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.authentication_loading {
  display: flex;
  justify-content: center;
  text-align: center;
}
.authentication_loading .loaderimg {
  width: 100%;
  max-width: 700px;
}

.header.header-light.hotel-list-header {
    position:relative !important;
}

.cus-col-date {
  text-align: center;
  border: 1px solid gold;
  padding: 10px 0;
  font-size: 16px;
  border-radius: 4px;
}

body.onfrmsubmit.modal-open {
    overflow:auto !important;
}

.check-out-col, .check-in-col {
    color: #000;
    padding: 15px;
    font-size: 16px;
    border-radius: 10px;
        text-align: center;
}

.check-in-col {
    background: #CDDC39;
}
.check-out-col {
    background-color: #F44336;
    color: #fff;
}
.guests-input__options > div:first-child, .guests-input__options > div {
    justify-content: space-between;
}

.parentchildage {
  flex-wrap: wrap;
}
.parentchildage span {
  width: 13%;
}
.parentchildage .guests-input__value {
  width: 74%;
}
.parentchildage {
  justify-content: space-between !important;
}

.parentchildage .childage {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
.parentchildage .childage > div {
  width: 48%;
  margin-bottom:10px;
}
.parentchildage .childage > div select {
  width: 100%;
}

.parentchildage .childage > div select {
    width: 100%;
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 1px 1px;
}
section.popular_attraction_sec p {
    padding-top: 5px;
}
.popular_places_sec .flight-thumb-wrapper img {
    height: 250px;
    width: 100%;
    object-fit: cover;
}
.popular_places_sec h4.city {
    width: 100%;
}
.popular_places_sec span.city-rates {
    width: 22px;
    /*position:relative;*/
}

.popular_places_sec .low-price {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}

.popular_places_sec .low-price span.tag-span {
    margin-right: 5px;
}

section.gray-simple.popular_places_sec .detail.ellipsis-container .text-md {
    font-size: 15px;
}

section.gray-simple.popular_places_sec .flight-footer {
    margin-top: 0px;
    margin-bottom: 10px;
}

.hotel_adds_sec .booking-wrapes p {
    line-height: 1;
} 
.hotel_adds_sec .booking-wrapes p span {
    font-size: 16px;
    line-height: 26px !important;
}

.hotel_adds_sec h4.city {
    font-size: 24px !important;
    line-height: 1.5;
}

.popular_places_sec span.city-rates i {
    font-size: 22px;
}

/*.popular_places_sec  span.city-rates span {*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 50%;*/
/*    right: 0;*/
/*    text-align: center;*/
/*    font-size: 13px;*/
/*    transform: translateY(-50%);*/
/*    color: #fff !important;*/
/*    font-family: monospace;*/
/*}*/

.hotel_adds_sec .offers-pic {
    text-align: center;
    background-color: var(--bs-primary);
}
.hotel_adds_sec .offers-pic img {
    width: 100%;
    max-width: 130px;
    text-align: center;
    margin: auto;
}
.best-hotel-stay-col .offers-pic {
    width: 100%;
    padding: 0px !important;
}
.best-hotel-stay-col .offers-pic img {
  width: 100%;
    max-width: 100%;
    min-height: 147px;
}


.filter-searchBar .border-bottom {
    border-bottom: 1px dashed #dee2e6 !important;
}

div#mydivpagi .listLayout_midCaps h4 {
    color: var(--bs-primary);
}

div#mydivpagi .listLayout_midCaps .excortio li p {
    color: var(--bs-primary) !important;
}

span.city-rates .d-inline-block {
    margin-bottom: 5px;
}

span.city-rates .d-inline-block i {
    font-size: 14px;
}
.top-header a {
    font-weight:600;
}

.top-header a:hover {
    color:#fff;
}

div#myModal-popup h6 {
    text-align: center;
}

.home-blog-sec .blogGrid-pics img {
    min-height: 250px;
    object-fit: cover;
}

.footer-widget ul li a , footer.footer.skin-light-footer .footer-add p {
    color: #242424;
    font-weight: 500;
}
footer.footer.skin-light-footer .footer-add p {
    font-size: 15px;

}

  section.about-us-widgets .featuresBox-wrap {
    text-align: center;
}

section.about-us-widgets-one .img-box-cont img {
    width: 100%;
    max-width: 40%;
    float: right;
}

.map-sec iframe{
        width: 100%;
    height: 100%;
    min-height: 600px;
}

.footer-widget ul li a {
    font-size: 15px;
}
.container.error-main-cont .col-md12 img.error-img {
    width: 100%;
    max-width: 680px;
    padding: 30px;
}

.container.error-main-cont + footer.footer.skin-light-footer {
    background-color: #eee;
}

.container.error-main-cont .col-md12 {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.container.error-main-cont .col-md12 a {
    width: 100%;
    max-width: 220px;
    margin-bottom: 40px;
}
.hotel-booking-page li.parsley-required {
    position: relative;
    left: 0;
    color: red;
    font-size: 14px;
}

li.nav-item {
    background: var(--bs-primary);
    color: white;
}
	.flight_type .round {
    position: relative;
}
	.flight_type .round input {
		position: absolute;
	left: -20px;
	top: 3px;
}
.flight_type .one {
    margin-left: 30px;
    position: relative;
}
.flight_type .one {
    margin-left: 30px;
}
.flight_type .one input {
	position: absolute;
	    left: -20px;
	    top: 3px;
}
.hero-header {

    padding: 4rem 0;
}
.pmt-wrap ul {
    display: flex;
}
.pmt-wrap ul li:not(last-chlid) {
    margin-right: 4px;
}
.pmt-wrap ul li {
    margin-top: 0;
}

.nav-tab-cont {
    border-bottom: none;
}

.nav-tab-cont li.nav-item .nav-link {
    font-size: 16px;
    font-weight: 400;
    border-bottom: 0;
}

.nav-tab-cont li.nav-item .nav-link.active {
    background: var(--bs-primary) !important;
    color: #fff !important;
}
.nav-tab-cont li.nav-item .nav-link {
    font-size: 16px;
    font-weight: 400;
    border-bottom: 0;
    background: #fff;
    color: var(--bs-primary) !important;
}

.nav-tab-cont li.nav-item {
    background: transparent;
}

.presnt-guest .btn_dn button {
 
    padding: 14px 22px;

    font-size: 14px;
}

/*.filter-searchBar-body  .form-check .form-check-input {*/
/*    display:none;*/
/*}*/
.booking-form__input.guests-input.mixer-auto > button {
    text-align:left;
}

.edit-col, .filter-col {
    display: none;
}

.refesh-page .inner-refesh-page img {
    margin-bottom: 60px;
    width: 100%;
    max-width: 100%;
}

.preloader-container.myloader.fullpage.preloader-container-error.preloader-details {
    background-color: #eee;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.preloader-container.myloader.fullpage.preloader-container-error.preloader-details img {
    width: 100%;
    max-width: 340px;
}

.ajaxloader.plane-loader-cont img.hotelloaderimg {
    width: 100%;
    max-width: 500px;
}

.searchBar-single-wrap input[type="checkbox"] + .label-text:before  , .searchBar-single-wrap input[type="radio"] + .label-text:before{
    display:none;
}

.roombf.allfeature , .allfeature{
    padding-left: 20px !important;
}

 .starratings.allfeature{
    padding-left: 25px !important;
}

.starratings.allfeature .frm-slicing-ico.text-md {
    margin-left: -5px;
}
.form-check-input:focus {
    border-color: var(--bs-primary)70;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(0 59 149 / 23%);
}

div#myModal-popup p a {
    color:var(--bs-primary) !important;
    font-weight: 600;
}
.hotel-detail-page div#myModal-popup {
    display: none !important;
}
.parsley-errors-list {
    padding: 0;
    color: red;
}

.expiry-date-cont li.parsley-required {
    position: absolute;
    bottom: 26px;
}
.hotel-booking-page select
{
    -webkit-appearance: listbox;
    -moz-appearance: listbox;
}

		.refesh-page {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color:var(--bs-primary);
}
.refesh-page .inner-refesh-page {
    background-color: #eee;
    text-align: center;
    padding-bottom: 40px;
    border-radius: 15px;
    overflow: hidden;
}
.refesh-page .inner-refesh-page img {
    margin-bottom: 60px;
}