#user-dropdown {
  margin-top: 4px !important;
}
#dropdown-basic {
  background-color: transparent;
  border: 0;
  font-size: 1.4rem;
  color: #243d4d;
  font-weight: bolder;
}

.roomtype-checkout {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}

.roomtype-cart-wrapper {
  margin: 2px !important;
}

@media (min-width: 768px) {
  .roomtype-checkout .roomtype-cart-wrapper {
    padding: 0px !important;
  }
}

.mb-18 {
  margin-bottom: 20px !important;
}

.booking-btn-area {
  margin-top: 219px;
  margin-left: 62px;
}

.room-overview-slide {
  position: relative !important;
  /* height: 58vh !important; */
}

.h-100 {
  height: 100% !important;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.pb-0 {
  padding-bottom: 0 !important;
}
.m-0 {
  margin: 0;
}

.bg-banner-overlay-title {
  text-shadow: 0 1px 3px #000;
  font-size: 5rem;
  position: relative;
}

.bg-banner-overlay-title + p {
  text-shadow: 0 1px 3px #000;
}

.bg-banner-overlay-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -14px;
  width: 10px;
  height: 10px;
  background-color: white;
  border-radius: 50%;
  z-index: 2;
  outline: 1px solid white;
  outline-offset: 3px;
}
.bg-banner-overlay-title::before {
  content: "";
  position: absolute;
  left: 43.6%;
  bottom: -11px;
  width: 13%;
  height: 3px;
  background-color: aliceblue;
  border-radius: 5px;
}

.fs-4rem {
  font-size: 4rem;
}
.mt-4rem {
  margin-top: 4rem;
}

.room_type_card {
  transition: ease 0.3s;
}
.room_type_card:hover {
  box-shadow: 0 0 14px #0000005e;
}

.card-title {
  color: #202122ba;
}

.header-link {
  position: relative;
}

.header-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #e4b248;
  transition: width 0.3s;
}

.header-link:hover::after {
  width: 100%;
}

.date-box {
  border: 1px solid #ffa500d4;
  padding: 5px;
  border-radius: 5px;
  box-shadow: inset 0 0 5px #ffa5004a;
  width: 215px;
  /* display: block; */
  height: 46px;
  display: flex;
  justify-content: start;
  align-items: center;
}

.guests-datepicker {
  /* width: 215px; */
}

.guest-date-box {
  height: 46px;
  display: flex;
  justify-content: start;
  align-items: center;
  margin-top: 30px;
  font-size: 16px !important;
  padding-left: 14px;
}

.custome-booking-btn {
  /* box-shadow: 1px 5px 11px #ffb3007d !important; */
  transition: ease 0.1s;
  width: 215px !important;
}

.custome-booking-btn:hover {
  background: #d79304 !important;
  color: aliceblue !important;
  border-color: orange !important;
  box-shadow: 1px 5px 16px #ffb300bd !important;
}

.view-all-btn {
  background: #e4b248 !important;
  border-color: orange !important;
  color: aliceblue;
  font-weight: bolder !important;
}

.cust-btn {
  background: #ca8b07 !important;
  font-weight: bolder !important;
  box-shadow: 0px 11px 12px #00000054;
}

.gradient-text {
  background-image: linear-gradient(to bottom, orange, #fff);
  -webkit-background-clip: text;
  color: transparent;
}
.text-orange {
  color: orange;
}

.border-lightgray {
  border-color: #f2efef1f !important;
}

.booking-btn {
  padding: 5px 8px !important;
  height: 46px !important;
  float: right !important;
}

.text-gray {
  color: #4f4f4f !important;
}

.header-banner-bg-img {
  background-image: url("/assets/images/header-2.jpg");
}

.mt-2rem {
  margin-top: 2rem;
}

.review-box {
  border: 1px solid #f2efef1f;
  border-radius: 5px;
}
.review-slide-box {
  padding: 3rem;
  height: 454px;
}
.p-3rem {
  padding: 3rem;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd5e !important;
  background: #f0f8ff !important;
}

.cards {
  padding-bottom: 0 !important;
  background-color: #fff !important;
}

.booking-row {
  display: flex;
  justify-content: space-between;
}

.text-dark {
  color: #000;
}

.cust-font {
  font-family: "Montserrat", sans-serif;
}

.contact-us-icon {
  width: 25px;
  height: 25px;
  display: inline-flex;
  border-radius: 50%;
  background: orange;
  color: aliceblue;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  margin-bottom: 1rem;
}

.contact-us-social-icon {
  padding: 0;
}

.contact-us-social-icon li {
  list-style: none;
  display: inline-block;
}

.contact-us-social-icon li > a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: aliceblue;
  background: orange;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  transition: ease 0.1s;
}

.contact-us-social-icon li > a:hover {
  background: #f7a103;
}

.text-justify {
  text-align: justify;
}

.text-start {
  text-align: start !important;
}

/* mobile version css */

.logo-mobile {
  width: 95px;
  margin-top: -11px;
  margin-left: 10px;
}

.page-header {
  padding-top: 60px;
  padding-bottom: 0;
}

.contact {
  margin-top: 15rem;
}

.netpayable {
  width: 80% !important;
  padding-top: 15px;
}

.netpayable-amount {
  width: 20% !important;
  border-top: 2px solid #80808085;
  padding-right: 3% !important  ;
}

.mb-1 {
  margin-bottom: 0.5rem;
}

.float-left {
  float: left;
}
.float-right {
  float: right;
}

.booking-room-type {
  z-index: 2;
}

.custome-booking-btn {
  z-index: 2;
}

.justify-content-space-between {
  justify-content: space-between;
}

.home-room-slide {
  padding-top: 4rem;
}

.title-text-color {
  color: #b58e3e;
}

.m-0 {
  margin: 0;
}

.mb-0 {
  margin-bottom: 0;
}
.nearby-section-card {
  padding-top: 0;
  margin-top: 6rem;
}
.cards-pt-0 {
  padding-top: 0;
}

.cards-pt-2rem {
  padding-top: 2rem;
}

.accomodation-booking-btn {
  position: absolute;
  z-index: 9;
  left: 50%;
  margin-left: -125px;
  bottom: 38px;
  width: 250px;
  height: 60px;
}

.promo-code-con {
  padding: 4px 35px;
  margin-top: 25px;
}

.promo-code-label {
  margin-top: 5px;
}

.payment-ref {
  padding: 4px 35px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.payment-ref-label {
  margin-top: 3px;
}

.payment-ref-input {
  height: 46px !important;
}

.remember-me-label {
  margin-top: 3px;
}

.mt-3px {
  margin-top: 3px;
}

.room-type-occupancy-devider {
  width: 1px;
  height: 28px;
  background: #8080805e;
}
.custome-booking-btn {
  display: flex !important;
  align-items: center;
  justify-content: center !important;
}

.custome-booking-btn > span {
  margin-right: 2rem;
}
.justify-content-center {
  justify-content: center !important;
}
.d-flex {
  display: flex !important;
}

.p-15px {
  padding: 15px !important;
}

.ps-15px {
  padding-left: 15px !important;
}
.text-capitalize {
  text-transform: capitalize;
}

.text-gray {
  color: gray;
}
.text-black {
  color: #3a3d45 !important;
}
.border-radius-5 {
  border-radius: 5px;
}

.promo-code-field {
  width: 210px !important;
  height: 46px !important;
  margin-top: 10px;
  text-align: start !important;
  margin-bottom: 7px;
}

.p-0 {
  padding: 0;
}

.payment-ref {
  padding-top: 3px !important;
  padding-bottom: 9px !important;
}

.news-blog-widget::before {
  background-color: transparent !important;
}

.news-title {
  background-color: whitesmoke !important;
  height: 177px;
}

.modal {
  z-index: 9999999;
}

.login-form-text {
  text-align: left;
  display: flex;
  font-weight: bolder;
}

.login-form-text > a {
  color: #05a1ff !important;
}

.login-form-text > a:hover {
  text-decoration: underline;
}
.profile-link {
  color: #fd4747b2;
  font-weight: normal;
  cursor: pointer;
}

.profile-link:hover {
  color: #fd4747f5;
}

.footer-link {
  height: 83px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.copyright {
  font-size: 12px;
  height: 83px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

/* table booking style */
.table-booking-container {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: aliceblue;
  z-index: 9999999;
  overflow-y: auto;
}

.table-booking-product-item-con {
  display: flex;
  flex-wrap: wrap;
}

.table-booking-product-item-con > div {
  flex: 45%;
  margin-bottom: 16px;
  background: aliceblue;
  padding: 8px;
  box-shadow: 0 0 8px #00000029;
  border-radius: 5px;
}

.table-booking-product-item-con > div:nth-child(odd) {
  margin-right: 5%;
}

.table-booking-product-item-con > div:last-child {
  margin-right: 0;
}

.table-card-delete-btn {
  border: none;
  color: red;
  background: #ff000024;
  padding: 1px 5px;
  border-radius: 5px;
}

.table-card-pro-inc-dec-con {
  input {
    width: 20px;
    text-align: center;
    border: none;
    font-weight: normal;
    color: #797979;
  }

  button {
    border: none;
    background: #80808059;
    color: #797979;
  }
}

.booking-cancel-link {
  font-size: 11px;
  text-align: center;
  color: #ff0000ba;
}

.booking-cancel-link:hover {
  text-decoration: underline;
  cursor: pointer;
}
.modal-title {
  font-family: inherit;
}
