@font-face {
  font-family: KRegular;
  src: url("../assets/fonts/Poppins-Regular.ttf");
}

@font-face {
  font-family: KBold;
  src: url("../assets/fonts/Poppins-Bold.ttf");
}

body {
  overflow-x: hidden !important;
}

body:after {
  display: none;
  content: url("../assets/img/ic2/terrace.png") url("../assets/img/ic2/cheers.png") url("../assets/img/ic2/spa.png") url("../assets/img/ic2/treadmill.png") url("../assets/img/ic2/taxi.png") url("../assets/img/ic2/parking.png") url("../assets/img/ic2/cityhall.png") url("../assets/img/ic2/snowflake.png") url("../assets/img/ic2/dish.png") url("../assets/img/ic2/tv.png") url("../assets/img/ic2/iron.png") url("../assets/img/ic2/washing-machine.png") url("../assets/img/ic2/wifi.png") url("../assets/img/ic2/frying-pan.png");
}

a {
  color: initial;
  text-decoration: none;
}

.ptxt {
  color: #bd2328;
  font-size: 20px;
  cursor: pointer;
}

.ptxt2 {
  color: #bd2328;
  font-size: 14px;
  cursor: pointer;
}

* {
  outline: none !important;
  font-family: KRegular;
  font-size: 16px;
  text-decoration: none !important;
}

.flex1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.vendorRegistration input {
  width: 100%;
  height: 40px;
  padding-left: 20px;
  border-radius: 5px;
  border: 1px solid gray;
}

.careerSection {
  background: #bd2328;
  color: #fff;
  padding: 15px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.vendorRegistration textarea {
  padding-left: 20px;
  border-radius: 5px;
  border: 1px solid gray;
  width: 100%;
  height: 96px;
  padding-top: 10px;
}

.dropdown-toggle::after {
  display: none;
}

.logoContainer {
  position: absolute;
  padding: 10px;
  background: #fff;
  top: 5px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  z-index: 2;
}

.logoContainer img {
  height: 95px;
}

.navbarContainer {
  height: 90px;
  position: relative;
  background: #fff;
}

.daterSelect {
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: 3px 1px 20px -15px #404040;
  box-shadow: 3px 1px 20px -15px #404040;
}

.daterSelect input, .daterSelect select {
  border: 0;
  border-bottom: 1px solid #000;
  width: 100%;
  margin: 6px 0px 12px;
  -webkit-appearance: none;
}

.zoomy:hover .lImg img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.ll img {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.zoomy:hover .ll img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.title1 {
  font-size: 24px;
  color: #bd2328;
  font-family: KBold;
}

.title2 {
  font-size: 24px;
  color: #fff;
  font-family: KBold;
}

.title3 {
  font-size: 40px;
  color: #bd2328;
  font-family: KBold;
}

.title4 {
  font-size: 20px;
  color: #fff;
}

.title5 {
  font-size: 20px;
}

.datePickContainer {
  position: absolute;
  width: 100%;
  bottom: -50px;
  z-index: 1;
}

.navLinkers {
  padding: 5px 10px;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  height: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navLinkers:hover {
  background: #bd2328;
  color: #fff;
}

.location .dropdown-menu {
  left: -148px !important;
}

.limg {
  height: 500px;
  cursor: pointer;
}

.lImg img {
  height: 500px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  cursor: pointer;
  -webkit-transition: ease 0.6s;
  transition: ease 0.6s;
}

@media (max-width: 575px) {
  .lImg img {
    height: 300px;
  }
}

.rImg img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 250px;
}

@media (max-width: 575px) {
  .rImg img {
    height: 200px;
  }
}

.pBg {
  background: #bd2328;
}

/* Common Tabs */

.placeToVisitTabs .nav-tabs .nav-item.show .nav-link, .placeToVisitTabs .nav-tabs .nav-link.active {
  color: #404040;
  background-color: #fff;
  border-left: 5px solid #bd2328;
  -webkit-box-shadow: 3px 1px 20px -15px #404040;
  box-shadow: 3px 1px 20px -15px #404040;
}

.placeToVisitTabs .nav-tabs .nav-link {
  border: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  height: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  border-left: 5px solid #fff;
}

.placeToVisitTabs .nav-tabs {
  border-bottom: 0px;
}

.placeToVisitTabs .nav-link {
  color: #404040;
}

.vendorImg {
  background-image: url("../assets/img/adults-beverage-brainstorming-567633.png");
  min-height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  background-color: rgba(25, 25, 25, 0.7);
}

.formSpace {
  background: #fff;
  padding: 10px;
  border-radius: 5px;
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.btns {
  border: 1px solid gray;
  color: #bd2328;
  background: #fff;
  padding: 10px 20px;
  border-radius: 8px;
}

.upload-btn-wrapper input[type="file"] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.applyBtn {
  -webkit-box-shadow: 0px 0px 3px -1px #bd2328;
  box-shadow: 0px 0px 3px -1px #bd2328;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  width: 150px;
  background: #bd2328;
  color: #fff;
}

.imgGrids img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.footerContent {
  padding: 8px;
  color: #fff;
  width: 100%;
  background: #000;
}

.respMenu {
  background: #fff;
  border: 0;
}

.footerForm1 input {
  width: 100%;
  width: 100%;
  height: 46px;
  padding-left: 20px;
  border-radius: 5px;
  border: none;
}

.footerForm1 textarea {
  width: 100%;
  width: 100%;
  padding-left: 20px;
  border-radius: 5px;
  border: none;
  height: 110px;
  padding-top: 15px;
}

.maps .mapu {
  height: 506px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.maps {
  position: relative;
}

.addresser {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #fff;
  padding: 10px 15px;
  max-width: 420px;
}

@media (max-width: 440px) {
  .addresser {
    max-width: 295px;
  }
}

.w200px {
  width: 200px;
}

.w150px {
  width: 150px;
}

.imgGallery {
  background: url("../assets/img/apartment-bed-bedroom-271624@2x.png");
  min-height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  background-color: rgba(25, 25, 25, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.innerOverlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(25, 25, 25, 0.2);
  color: #fff;
  cursor: pointer;
}

.innerPrice {
  position: absolute;
  bottom: 0;
  padding: 15px;
  font-family: KBold;
  z-index:101;
}

.Amenitiws {
  background: url("../assets/img/City-PNG-Pic.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.bannerTxtHold {
  position: absolute;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 0;
  color: #fff;
  font-family: KBold;
  font-size: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 535px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 30px;
  margin-left: 200px;
}

.bannerSub {
  font-size: 18px;
  max-width: 800px;
}

.roomsSuite {
  background: #ededed;
}

.amChild {
  padding: 10px;
  -webkit-box-shadow: 0 0 2px 0px #404040 inset, 0 0 2px 0px #404040;
  box-shadow: 0 0 2px 0px #404040 inset, 0 0 2px 0px #404040;
  border-radius: 10px;
  margin: 8px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 140px;
  height: 140px;
  cursor: pointer;
}

.book {
  position: absolute;
  background: #bd2328;
  padding: 15px;
  text-align: center;
  bottom: -30px;
  right: -36px;
  width: 110px;
  height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
  font-family: KBold;
  font-size: 20px;
  line-height: 22px;
  cursor: pointer;
}

.amChild .iconC~div {
  margin-top: 10px;
}

.amChild:hover {
  background: #bd2328;
  color: #fff;
}

.icon1 {
  background-image: url("../assets/img/ic1/terrace.png");
}

.icon2 {
  background-image: url("../assets/img/ic1/couch.png");
}

.icon3 {
  background-image: url("../assets/img/ic1/spa.png");
}

.icon4 {
  background-image: url("../assets/img/ic1/treadmill.png");
}

.icon5 {
  background-image: url("../assets/img/ic1/taxi.png");
}

.icon6 {
  background-image: url("../assets/img/ic1/parking.png");
}

.icon7 {
  background-image: url("../assets/img/ic1/cityhall.png");
}

.icon8 {
  background-image: url("../assets/img/ic1/snowflake.png");
}

.icon9 {
  background-image: url("../assets/img/ic1/dish.png");
}

.icon10 {
  background-image: url("../assets/img/ic1/tv.png");
}

.icon11 {
  background-image: url("../assets/img/ic1/iron.png");
}

.icon12 {
  background-image: url("../assets/img/ic1/washing-machine.png");
}

.icon13 {
  background-image: url("../assets/img/ic1/wifi.png");
}

.icon14 {
  background-image: url("../assets/img/ic1/frying-pan.png");
}

.iconC {
  height: 50px;
  width: 50px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.amChild:hover .icon1 {
  background-image: url("../assets/img/ic2/terrace.png");
}

.amChild:hover .icon2 {
  background-image: url("../assets/img/ic2/couch.png");
}

.amChild:hover .icon3 {
  background-image: url("../assets/img/ic2/spa.png");
}

.amChild:hover .icon4 {
  background-image: url("../assets/img/ic2/treadmill.png");
}

.amChild:hover .icon5 {
  background-image: url("../assets/img/ic2/taxi.png");
}

.amChild:hover .icon6 {
  background-image: url("../assets/img/ic2/parking.png");
}

.amChild:hover .icon7 {
  background-image: url("../assets/img/ic2/cityhall.png");
}

.amChild:hover .icon8 {
  background-image: url("../assets/img/ic2/snowflake.png");
}

.amChild:hover .icon9 {
  background-image: url("../assets/img/ic2/dish.png");
}

.amChild:hover .icon10 {
  background-image: url("../assets/img/ic2/tv.png");
}

.amChild:hover .icon11 {
  background-image: url("../assets/img/ic2/iron.png");
}

.amChild:hover .icon12 {
  background-image: url("../assets/img/ic2/washing-machine.png");
}

.amChild:hover .icon13 {
  background-image: url("../assets/img/ic2/wifi.png");
}

.amChild:hover .icon14 {
  background-image: url("../assets/img/ic2/frying-pan.png");
}

.swiper-containerOne {
  height: 535px;
}

.bannerOne img {
  width: 100% !important;
  height: inherit !important;
  -o-object-fit: cover !important;
  object-fit: cover !important;
}

.swiper-pagination-bullet-active {
  background: #bd2328;
}

.Amenitiws {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 991px) {
  .navLinkers {
    padding: 25px 20px;
    border-radius: 0px;
  }
}

/* external css: flickity.css */

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: sans-serif;
}

.carousel {
  background: #eee;
}

.carousel-cell {
  margin-right: 20px;
  overflow: hidden;
}

.carousel-cell img {
  display: block;
  height: 200px;
}

.carousel {
  background: transparent;
}

.flickity-button:hover {
  background: #bd2328 !important;
  cursor: pointer;
}

.flickity-page-dots .dot {
  background: #bd2328 !important;
}

.flickity-page-dots {
  bottom: -35px !important;
}

@media screen and (min-width: 768px) {
  .carousel-cell img {
    height: 400px;
  }
}

.fancybox-caption.fancybox-caption--separate {
  display: none;
}

.fancybox-is-open .fancybox-bg {
  opacity: 1 !important;
}

.modal-header {
  background-color: #bd2328;
  color: #fff;
  border-radius: 0px !important;
}

.close {
  color: #fff !important;
}

.helperTabs {
  background: #fff;
  border-radius: 5px;
  min-height: 480px;
  overflow-y: auto;
}

.helpTabs .nav-tabs {
  border-bottom: 0px;
}

.helpTabs .nav-tabs .nav-link {
  border: none !important;
  margin: 0px 0px 7px 0px;
  border-radius: 5px;
  padding: 7px 14px;
  border-color: none !important;
  font-size: 16px;
  background: #fff;
}

.helpTabs .nav-tabs .nav-link:hover {
  color: #bd2328;
}

.helpTabs .nav-tabs .nav-link.active {
  background: #bd2328;
  color: #fff !important;
}

.headIntab {
  font-family: KBold;
  font-size: 18px;
  margin-bottom: 0.5rem;
  color: #bd2328;
}

.contentInTab .table thead th {
  font-family: KBold;
  font-weight: unset;
  background: #bd2328;
  color: #fff !important;
}

.contentInTab .table-bordered td, .contentInTab .table-bordered th {
  border: 1px solid #000;
}

.contentInTab .smallHead {
  font-family: KBold;
}

.contentInTab li {
  margin-bottom: 0.5rem;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: #bd2328;
}

.dropDownerHelp {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
  background-color: #bd2328;
}

.dropDownerHelp img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.text-lightr {
  color: #fff;
}

.text-lightr:hover {
  color: #bd2328 !important;
}

.navTabLike {
  margin: 0px 0px 7px 0px;
  border-radius: 5px;
  padding: 7px 14px;
  -webkit-box-shadow: 0px 0px 2px 0px #bd2328 !important;
  box-shadow: 0px 0px 2px 0px #bd2328 !important;
  font-size: 16px;
  color: #000;
  text-align: center;
  cursor: pointer;
}

.navTabLike.active, .navTabLike:hover {
  background: #bd2328;
  color: #fff !important;
}

.aboutUsPageImage {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: none;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 300px;
  background-position: 50% 66%;
}
.aboutUsPageImageOne{
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: none;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 500px;
  background-position: 50% 66%;
}
.contactUsImage {
  background-position: 50% 66%;
}

.aboutUsPageImage .center {
  min-height: 500px;
}

.aboutUsPageImage .center p {
  font-size: 30px;
  font-family: KBold;
  margin-bottom: 0px;
}

#tabs {
  width: 100%;
  height: 30px;
  border-bottom: solid 1px #ccc;
  padding-right: 2px;
  margin-top: 30px;
}

a {
  cursor: pointer;
}

#tabs li {
  float: left;
  list-style: none;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  margin-right: 5px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  outline: none;
}

#tabs li a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: small;
  font-weight: bold;
  color: #5685bc;
  padding-top: 5px;
  padding-left: 7px;
  padding-right: 7px;
  padding-bottom: 8px;
  display: block;
  background: #fff;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  text-decoration: none;
  outline: none;
}

#tabs li a.inactive {
  padding-top: 5px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  color: #666666;
  background: #eee;
  outline: none;
  border-bottom: solid 1px #ccc;
}

#tabs li a:hover, #tabs li a.inactive:hover {
  color: #5685bc;
  outline: none;
}

.containerr {
  clear: both;
  width: 100%;
  border-left: solid 1px #ccc;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  text-align: left;
  padding-top: 20px;
}

.containerr h2 {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 10px;
  color: #5685bc;
}

.containerr p {
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.3;
  font-size: small;
}

.containerr ul {
  margin-left: 25px;
  font-size: small;
  line-height: 1.4;
  list-style-type: disc;
}

.containerr li {
  padding-bottom: 5px;
  margin-left: 5px;
}

.dropDownRightIcon img {
  height: 10px;
  margin-top: 8px;
  float: right;
}

.dropdown-menu>li a:hover, .dropdown-menu>li.show {
  background: #bd2328;
  color: white;
}

.dropdown, .dropleft, .dropright, .dropup {
  list-style: none;
}

.navLinker .btn-primary {
  background: #fff !important;
  color: #000 !important;
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin-top: -2px;
}

.navLinker .btn-primary:hover {
  background-color: #bd2328 !important;
  color: #fff !important;
}

.text-lightr {
  font-size: 12px;
}

.footertext {
  font-size: 12px;
}

.footerimg {
  width: 28px;
  height: 28px;
}

.aboutus {
  font-size: 30px;
}

.bookNowTag {
  position: sticky;
  top: 15%;
  z-index: 999;
  float: right;
  background: #bd2329;
  padding: 10px;
  color: #fff;
  writing-mode: vertical-lr;
  letter-spacing: 2px;
  text-align: center;
  transform: rotate(180deg);
}

.bookNowPosition {
  position: absolute;
  height: 100%;
  right: 0;
}

/* Fancy box  */

#hello h2 {
  color: #bd2329;
  font-weight: 500;
  margin-bottom: 20px;
}

#hello>.col-6>.label-txt {
  width: 95%;
}

.input-txt {
  width: 100%;
  border: none;
  border-bottom: 1px solid #bbbbbb;
  background-color: transparent;
  position: relative;
  z-index: 13;
  outline: none;
  box-sizing: border-box;
  padding: 15px 5px;
  margin-bottom: 10px;
  font-family: KRegular;
}

.label-txt>label {
  position: absolute;
  left: 0;
  top: 15px;
  z-index: 5;
  font-size: 14px;
  font-weight: 600;
  color: #757575;
}

label>span>i {
  color: #bd2328;
  font-size: 18px !important;
  padding: 0px 5px;
}

.fancybtn {
  font-size: 15px;
  font-weight: 500;
  padding: 8px 12px;
  border-radius: 5px;
  float: right;
  transition: 0.8s;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  color: #fff;
  background-color: #bd2328;
  border: none;
  margin-top: 26px;
  text-transform: uppercase;
}

.pop>input {
  margin-left: 10px;
}

.label-txt {
  position: relative;
  margin: 0 auto;
  height: 72px;
}

.bookNowTag>a {
  color: #fff !important;
}

/* End  */

.fullWidth {
  width: 100%;
}

.rightBorder {
  border-right: 1px solid #bd2328;
}

.contactImage {
  height: 25px;
}

.submitButton {
  font-size: 15px;
  font-weight: 500;
  padding: 8px 12px;
  border-radius: 5px;
  float: right;
  transition: 0.8s;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  color: #fff;
  background-color: #bd2328;
  border: none;
  margin-top: 26px;
}

.contactBackground {
  background: #e8e8e8f2;
  padding: 25px 0px;
}

.borderNone {
  border: 0px !important;
}

@media(max-width:1199px) {
  .rightBorder {
    border: 0px;
  }
}

@media(max-width:767px) {
  .responsiveColumn {
    flex-direction: column;
  }
  .hidden-xs {
    display: none;
  }
  .pRNone {
    padding-right: 0px !important;
  }
}

.activeMenu {
  background: #bd2328;
  color: #fff;
}

.ui-datepicker .ui-datepicker-next {
  background-image: url('../images/next.png') !important;
  background-size: 20px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.ui-datepicker .ui-datepicker-prev {
  background-image: url('../images/back.png') !important;
  background-size: 20px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.redColor, .redColor:hover {
  color: #bd2328 !important;
  font-size: 14px;
  cursor: pointer;
}

.operations, .operations:hover {
  font-size: 12px;
  color: #fff !important;
}

.roomsAmnities li {
  width: 50%;
  padding: 3px 20px;
  padding-left:10px;
}

.fare {
  font-weight: bold;
  font-size: 18px;
}
.redLine{
  border-color:#bd2329;
}
.roomsAmnities{
  padding-left:20px !important;
}
.exploreMore ,.exploreMore:hover{
  text-decoration: underline !important;
  color:#000 !important;

}

.z-index-100{
  position: relative;
  z-index: 1;
}
.roomsBg{
  background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.parampriti ,.parampriti:hover{
  color: #fff;
font-size: 12px;
}
@media(max-width:1199px){
 .roomsBg{
   padding-top:50%;
 }
}
@media(max-width:767px){
  .roomsAmnities li {
    width: 100%;
  }
  
}
.datepickerInput{
  border: 0;
    border-bottom: 1px solid #bbbbbb;
    width: 100%;
    margin: 6px 0px 12px;
    -webkit-appearance: none;
    color: #757575;
    font-weight: 600;
}
.faIcon{
  color: #bd2328;
    font-size: 18px !important;
    padding: 0px 5px;
}
.faSpan{
  border-bottom: 1px solid #bbbbbb;
    margin-top: -4px;
    display: block;
}
/*# sourceMappingURL=web.css.map */