

.loc-desc {
  line-height: 28px;
}

.carousel-icon {
  font-size: x-large;
  position: relative;
  top: 6px;
}

.carousel-control-prev,
.carousel-control-next {
  opacity: 1;
  z-index: 1;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #ffffff;
  border-radius: 50%;
  width: 49px;
  height: 49px;
}

/* .carousel-inner .active.left {
    left: -33%;
}

.carousel-inner .next {
    left: 33%;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
} */

.img-fluid {
  width: 100%;
  object-fit: cover;
  height: 510px;
}

.carousel-inner-rounded {
  border-radius: 10px;
}

.img-fluid-small {
  height: 250px;
  object-fit: cover;
  width: 100%;
  border-radius: 10px;
}

.room-spec {
  line-height: 2.22;
}

.custom-list,
div.custom-list ul {
  line-height: 40px;
}

.custom-list li,
div.custom-list li {
  list-style-type: none;
}

.custom-list li::before,
div.custom-list li::before {
  content: "—";
  margin-left: -20px;
  margin-right: 10px;
}

.img-shape-wrapper {
  height: 609px;
  position: relative;
}

.img-shape-content img {
  position: absolute;
  top: -46px;
  z-index: 10;
  border-radius: 10px;
  max-width: 300px;
}

.img-shape-content::before {
  content: "";
  display: block;
  background: #f794316e!important;
  width: 80%;
  height: 70%;
  position: absolute;
  z-index: 1;
  border-radius: 10px;
  left: -10%;
  bottom: 18%;
  max-width: 280px;
}

.modal-button {
  width: 44px;
  height: 44px;
  border: 2px solid #e5e5e5 !important;
  border-radius: 50%;
  font-size: xx-large;
  opacity: 1;
  font-weight: normal;
}

.modal-caroussel-item {
  height: 400px;
}

.modalcarousel .carousel-indicators {
  bottom: -55px;
}

.modalcarousel .carousel-indicators li {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: rgba(224, 224, 224, 0.7);
}

.modalcarousel .carousel-indicators .active {
  background-color: #75c248;
}

.custom-form {
  border: 1px solid #dcdcdc;
  border-radius: 6px;
}

.custom-form .form-control {
  background-color: transparent;
  border-radius: 0px;
  border: none;
  box-shadow: none;
  padding: 0;
  color: #5d5245;
  height: 21px;
}

.custom-form .form-group {
  margin-bottom: 0;
  height: 47px;
  width: 109px;
  margin: 0 10px;
}

.custom-form select.form-control:not([size]):not([multiple]) {
  height: 21px;
}
.custom-form {
  height: 58px;
}
.custom-form .select-custom {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-color: #888;
  border-color: #aaa;
  color: #222;
  outline: none;
}

.room-form {
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  width: 190px;
}

.mw-190 {
  max-width: 190px;
}
.address p {
  text-decoration: underline !important;
  text-underline-position: under;
  margin-left: 0.375rem !important;
  font-size: 18px;
}
.img-top {
  position: absolute;
  left: -213px;
  top: 130px;
  z-index: 1;
}

.bg-taupe {
  background-color: #e5e5e5;
}
.img-pods{
  width: 100%;
  height: auto;
}
.bg-greeen {
  background-color: #7d8b1c;
}
.comfy-stay {
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0) 0%,
    rgba(110, 87, 71, 1) 100%
  ),
  url('/static/images/pods.jpg');
  background-position: left top;
  background-size: cover;
  /* background: url('/static/images/pods.jpg') left top/cover no-repeat; */
  height: 600px;
}
.comfy-stay p{
  font-weight: 700;
}
.comfy-stay div{
  margin-top: 210px;
}

@media (min-width: 768px){
  .comfy-stay div{
    margin-top: 342px;
  }
}
@media (min-width: 992px) { 
  #hotels {
    background-image: url(../../../static/images/bg/body-graphic-r.png), url(../../../static/images/bg/body-graphic-l.png);
    background-position: right center, left center;
    background-repeat: no-repeat, no-repeat;
  }

 }

