/*--alignment css--*/
body {
  background-color: #fff !important;
}

/*-- Color Classes --*/

.headings {
  color: #000;
}

.text {
  color: #000;
}

body.overflow-body-hidden {
  overflow-y: hidden;
}

select {
  -webkit-appearance: none;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  overflow-y: hidden;
}

/*-- Color Classes --*/

.d-grid .str-book-now_continue.btn.btn-gold {
  color: var(--e-global-color-07ec119) !important;
}

.d-grid .str-book-now_continue.btn.btn-gold:hover {
  color: #fff !important;
}

/*-- Payment Detail Form Css Here --*/
.payment-page-forms label,
#single_property_checkout_div .contact_form label {
  font-size: 16px;
  padding: 0 5px;
  color: #000;
}

.custom-width {
  width: 49%;
}

.lock-image {
  min-height: 30px;
  min-width: 30px;
}

#single_property_payment_div label {
  font-size: 16px;
  padding: 0 5px;
  color: #000;
}

#single_property_payment_div input {
  font-size: 15px;
  padding: 8px 16px;
  border-radius: 30px;
  border: 1px solid #d1d1d1;
}

#single_property_payment_div select {
  border-radius: 30px;
  border: 1px solid #d1d1d1;
}

/*-- Payment Detail Form Css Here --*/

.back-btn:hover {
   color: #000;
}

.back-btn {
  color: #000;
  display: inline-block;
}

.payment-page-forms input[type="text"],
#single_property_checkout_div .contact_form input {
  margin-bottom: 5px;
  font-size: 15px;
  padding: 8px 16px;
  border-radius: 30px;
  border: 1px solid #d1d1d1;
}

.payment-page-forms input[type="text"]:focus,
.payment-page-forms input[type="text"]:hover {
  margin-bottom: 5px;
  font-size: 15px;
  padding: 8px 16px;
  border-radius: 30px;
  border: 1px solid #d1d1d1;
}

.error {
  color: #ff7b7b !important;
  font-size: 14px !important;
}

#selected-nights ul {
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  max-height: 364px;
  overflow: auto;
}

#selected-nights ul li {
  list-style: none;
  margin: 0;
  padding: 10px 10px;
  /* border-bottom: 1px solid #d1d1d1; */
  border-bottom: 1px solid #d1d1d1;
  font-size: 13px;
  font-weight: 500;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.key-features-title {
  color: #26526e !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  padding-bottom: 15px !important;
  display: inline-block;
}

.key-features-list span {
  margin-bottom: 10px;
  display: inline-block;
  color: #333333;
  font-size: 15px;
  font-weight: 400;
}

.ast-hfb-header .site-header {
  margin-left: 0;
  margin-right: 0;
}

label.fw-bold {
  font-size: 16px;
  margin-bottom: 5px;
}
.d-flex {
  display: flex;
}
.align-items-center {
  align-items: center;
}
.justify-content-between {
  justify-content: space-between;
}
.justify-content-evenly {
  justify-content: space-evenly;
}
.justify-content-center {
  justify-content: center !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.flex-wrap {
  flex-wrap: wrap;
}
.d-grid {
  display: grid !important;
}
.align-self-end {
  align-self: flex-end;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.no-results-img {
  max-width: 40% !important;
}
@media (max-width: 635px) {
  .no-results-found {
    text-align: center;
  }
}
.w-100 {
  width: 100%;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.position-relative {
  position: relative;
}
.position-absolute {
  position: absolute;
}
.bottom-0 {
  bottom: 0;
}
.w-100 {
  width: 100%;
}
/*-- text css --*/
.text-white {
  color: #fff !important;
}
.text-uppercase {
  text-transform: uppercase;
}
.fw-bold {
  font-weight: 700;
}
.text-muted {
  color: #000;
}
.fw-normal {
  font-weight: 400 !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
.link-grey {
  color: #000 !important;
      display: flex;
    align-items: center;
}
/*--btn css--*/
.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.btn-light {
  color: #596352;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  padding: 14px 25px;
  font-size: 16px;
}
.btn-light:hover {
  color: #596352;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:focus + .btn-light,
.btn-light:focus {
  color: #596352;
  background-color: #f9fafb;
  border-color: #f9fafb;
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-check:active + .btn-light,
.btn-check:checked + .btn-light,
.btn-light.active,
.btn-light:active,
.show > .btn-light.dropdown-toggle {
  color: #596352;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:active + .btn-light:focus,
.btn-check:checked + .btn-light:focus,
.btn-light.active:focus,
.btn-light:active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}

.btn-gold-banner {
  color: var(--e-global-color-07ec119) !important;
  background: #fff;
  font-size: 15px;
  font-weight: 600 !important;	
  padding: 13px 14px;
  text-transform: capitalize;
  border: 1px solid var(--e-global-color-07ec119);
  border-radius: 100px;
  line-height: 1;
  letter-spacing: 2px;
  cursor: pointer;
  transition: all 0.4s ease;
  min-width: 120px;
  display: inline-block;
}

.btn-gold-banner:hover,
.btn-gold-banner:focus {
  color: #fff !important;
  background-color: var(--e-global-color-07ec119);
  outline: none;
}

/*-- spacing css --*/
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: 0.25rem !important;
}
.me-2 {
  margin-right: 0.5rem !important;
}
.me-3 {
  margin-right: 1rem !important;
}
.me-4 {
  margin-right: 1.5rem !important;
}
.me-5 {
  margin-right: 3rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: 0.25rem !important;
}
.ms-2 {
  margin-left: 0.5rem !important;
}
.ms-3 {
  margin-left: 1rem !important;
}
.ms-4 {
  margin-left: 1.5rem !important;
}
.ms-5 {
  margin-left: 3rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
/* .p-4 {
  padding: 1.5rem !important;
} */
.p-5 {
  padding: 3rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-1 {
  padding-right: 0.25rem !important;
}
.pe-2 {
  padding-right: 0.5rem !important;
}
.pe-3 {
  padding-right: 1rem !important;
}
.pe-4 {
  padding-right: 1.5rem !important;
}
.pe-5 {
  padding-right: 3rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-1 {
  padding-left: 0.25rem !important;
}
.ps-2 {
  padding-left: 0.5rem !important;
}
.ps-3 {
  padding-left: 1rem !important;
}
.ps-4 {
  padding-left: 1.5rem !important;
}
.ps-5 {
  padding-left: 3rem !important;
}

/*-- card css --*/
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  margin: 10px 11px 40px 11px;
  width: 100%;
}
@media (min-width: 768px) {
  .card {
    width: 47%;
  }
  .loader-info-div .col-lg-50:nth-last-child(even) {
    margin-right: 15px;
  }
}
@media (min-width: 992px) {
  .card {
    width: 31%;
  }
  .no-results-found {
    height: 55vh;
  }
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}
.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}
.card-title {
  margin-bottom: 0.5rem;
}
.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1rem;
}
.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-footer {
  padding: 0.1rem 1rem;
  /* background-color: rgba(0, 0, 0, 0.03);
        border-top: 1px solid rgba(0, 0, 0, 0.125); 
  min-height: 65px;*/
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px);
}

.img-overlay {
  background-color: #000;
}

.card-footer h5 {
 color: #000;
}
.card-img,
.card-img-bottom,
.card-img-top {
  width: 100%;
}
.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

/*--Room page css--*/
.custom-select,
.custom-select2 {
  display: grid;
}

.custom-select label,
.custom-select2 label {
  font-size: 16px;
  padding: 0 15px;
}
.custom-select select {
  border-radius: 100px;
  -webkit-appearance: none;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 10px 20px;
  color: #596352;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  font-size: 14px;
  min-width: 210px;
  height: 45px;
  appearance: none;
  background-image: url("/wp-content/uploads/2022/01/chevron-down.png");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1em;
  cursor: pointer;
}
.custom-select2 select {
  border-radius: 100px;
  padding: 10px 20px;
  background: #fff;
  border-color: #fff;
  font-size: 14px;
  min-width: 160px;
  height: 45px;
  appearance: none;
  background-image: url("/wp-content/uploads/2022/01/chevron-down.png");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1em;
  cursor: pointer;
}
.custom-select select:focus,
.custom-select2 select:focus {
  outline: none;
}
.custom-select .datepicker,
.custom-select .datepicker:focus,
.custom-select2 .checkincheckout,
.custom-select2 .checkincheckout:focus {
  border-radius: 100px;
  color: #596352;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  padding: 10px 35px 10px 20px;
  font-size: 15px;
  height: 45px;
  background-image: url(/wp-content/uploads/2022/01/chevron-down.png);
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1em;
  cursor: pointer;
}
.custom-select2 .checkincheckout,
.custom-select2 .checkincheckout:focus {
  background-color: #fff;
}
.custom-select .datepicker::placeholder {
  color: #596352;
}
.custom-select2 .checkincheckout::placeholder {
  color: #596352;
}
body .rooms-cover-img {
  width: 100%;
}
@media (min-width: 768px) {
  body .rooms-cover-img {
    height: 233.28px !important;
    object-fit: cover;
  }
}
.rooms-bgcover-img {
  object-fit: cover;
  height: 240px !important;
  width: 100%;
}
.rooms-bgcover2-img {
  object-fit: cover;
  height: 480px !important;
  width: 100%;
}
@media only screen and (max-width: 480px) and (min-width: 280px) {
  .rooms-bgcover3-img {
    object-fit: cover;
    height: 40vh;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .rooms-bgcover3-img {
    object-fit: cover;
    height: 77vh;
    width: 100%;
  }

  .schedule-form .form-content .custom-select {
    margin-right: 10px;
  }
}

@media (min-width: 1400px) {
  .rooms-bgcover3-img {
    object-fit: cover;
    height: 65vh;
    width: 100%;
  }
  img.img-fluid.rooms-bgcover3-img ~ div {
    margin-bottom: 30px;
  }
}
.img-overlay {
  position: absolute;
  bottom: 7px;
  width: 100%;
  background: #000;
  color: #fff;
  font-size: 18px;
}
.text-uppercase {
  text-transform: uppercase !important;
}

.border-bottom {
  border-bottom: 1px solid #fff !important;
}

/*-- room contact --*/

.room-contact input,
.room-contact textarea {
  background-color: #f9f9f9;
  border-color: #e1e1e1;
  width: 100%;
}
input:focus,
textarea:focus {
  outline: none;
  border-color: #cc9d45;
  background-color: #fff;
}
textarea {
  resize: vertical;
}
@media (min-width: 768px) {
  .banner-sec .elementor-container {
    width: 100%;
  }
}

/*-- room payment --*/
.line:before {
  content: "";
  height: 2px;
  width: 50px !important;
  background: #d9dee4;
  position: absolute;
  top: 56px;
  left: -12px;
  transform: rotate(90deg);
}
.bg-light:before {
  background: #e1e1e1;
  position: absolute;
  top: 6px;
  content: "";
  width: 100%;
  height: 100%;
  right: -6px;
}
/* The container */
.custom-check {
  position: relative;
  padding-left: 35px;
  font-size: 16px;
  line-height: 1.2;
}

/* Hide the browser's default checkbox */
.custom-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border-radius: 3px;
}

/* On mouse-over, add a grey background color */
.custom-check:hover input ~ .checkmark {
  background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.custom-check input:checked ~ .checkmark {
  background-color: #fff;
  border-radius: 3px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.custom-check input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.custom-check .checkmark:after {
  left: 10px;
  top: 5px;
  width: 6px;
  height: 13px;
  border: solid #26526e;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 1000px) {
  .schedule-form i {
    display: none;
  }
}
.badge-light {
  background-color: #ededed;
  padding: 0px 20px;
  border-radius: 100px;
  line-height: 2;
}
@media (min-width: 992px) {
  .ast-container {
    max-width: 100%;
    padding: 0;
  }
  .ast-separate-container #primary {
    margin: 1em 0 0 0;
  }
  .custom-select2.checkincheckout {
    width: 172px;
  }
}
@media (min-width: 544px) {
  .ast-container {
    max-width: 100%;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .custom-select2 .checkincheckout {
    width: 172px;
  }
}

#post-1324 .entry-header,
#post-1325 .entry-header {
  display: none;
}
.custom-page .elementor-widget-wrap {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
}
.ast-separate-container #post-1324.ast-article-single,
.ast-separate-container #post-1325.ast-article-single,
.roomsearchdiv .elementor-widget-wrap {
  padding: 0 !important;
}
.schedule-form {
  background: #E5B64A;
}
.schedule-form .form-content {
  margin: 0 auto;
  padding: 31px 0px 31px 0px !important;
}

.mw-1140 {
  max-width: 1140px;
  margin: 0 auto;
}
.text-center {
  text-align: center;
}
.roomdivclick {
  cursor: pointer;
}

.no-property-found {
  padding: 15px 20px 15px 25px;
  border-radius: 4px;
  width: fit-content;
  font-family: "Montserrat", sans-serif;
  position: relative;
  box-shadow: 0 0rem 1.5rem rgba(0, 0, 0, 0.15) !important;
  display: flex;
  align-items: center;
  margin: auto;
}

.searchresultdiv {
  min-height: 260px;
  padding-bottom: 60px;
}

/*property-info*/
.property-banner,
.property-info {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .property-banner,
  .property-info,
  .facilities {
    display: grid;
  }
  .col-lg-40,
  .col-lg-30,
  .col-lg-50,
  .col-lg-60,
  .col-lg-80,
  .col-lg-70,
  .col-lg-100 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-lg-30 {
    width: 30%;
  }
  .col-lg-50 {
    width: 50%;
  }
  .col-lg-60 {
    width: 60%;
    padding: 0 15px;
  }
  .col-lg-40 {
    width: 40%;
    padding: 0 15px;
  }
  .col-lg-100 {
    width: 100%;
    padding: 0 15px;
  }
  .col-lg-80 {
    width: 80%;
    padding: 0 15px;
  }
  .col-lg-70 {
    width: 70%;
    padding: 0 15px;
  }
  .facilities div {
    padding: 0 10px;
  }
  .property-info .col-lg-40 {
    padding: 0 9px;
  }
}

.room_single_page_property_banner {
  cursor: pointer;
}
.facility-list li {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d1d1d1;
  /* border-bottom: 1px solid #32698c; */
  width: 46%;
}
.info-label label {
  margin-top: 10px;
  padding-right: 30px;
}
@media (min-width: 768px) {
  /*.facility-list li:nth-last-child(-n+2){
        border-bottom: none;
    }*/
  .facility-list li {
    margin: 0 15px 0 0;
  }
}
@media (max-width: 767px) {
  .facility-list li {
    width: 100%;
  }
  .property-info .pe-5 {
    padding-right: 0px !important;
  }
}
.facility-list {
  display: flex;
  flex-wrap: wrap;
}
.house-rules {
  border: 1px solid #dfdfdf;
  box-shadow: 0px 0px 10px 0px rgb(208 208 208 / 50%);
}
.house-rules h5 {
  font-family: "Montserrat", Sans-serif;
  font-weight: 600;
}
.payment-sec {
  border: 1px solid #535353;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 30px 30px 30px 30px;
  background-color: #fff;
  /* max-width: 500px;
        margin: auto; */
  position: relative;
}
@media (min-width: 768px) {
  .payment-sec {
    max-width: 620px;
    margin-right: 25px;
  }
  .house-rules-sec {
    padding-right: 25px;
  }
  .house-sec {
    padding-right: 15px;
  }
}
.payment-sec:before {
  background: #e1e1e1;
  position: absolute;
  top: 6px;
  content: "";
  width: 100%;
  height: 100%;
  right: -6px;
  z-index: -1;
}
.payment-check-icon {
  position: relative;
}
.payment-check-icon h5 {
  font-family: "Montserrat", sans-serif;
}
.payment-check-icon:before {
  content: "";
  height: 2px;
  width: 50px !important;
  background: #d9dee4;
  position: absolute;
  top: 46px;
  left: -9px;
  transform: rotate(90deg);
  z-index: -1;
}
#masthead .ast-mobile-header-wrap .ast-below-header-bar {
  padding-bottom: 40px;
}
@media (max-width: 544px) {
  .ast-separate-container #content .ast-container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 921px) {
  .ast-separate-container #primary,
  .ast-separate-container #secondary {
    padding: 0;
  }
  .facility-list li {
    width: 100%;
  }
}
@media (min-width: 922px) {
  .facility-list li:nth-last-child(-n + 2) {
    border-bottom: none;
  }
}
.site-below-footer-wrap {
  padding-left: 20px;
  padding-right: 20px;
}
.footer-widget-area .footer-widget-area-inner section {
  margin-bottom: 1.3rem;
}
section#custom_html-2 {
  margin-bottom: 0;
}
.footer-widget-area .widget_media_image {
  margin-top: 10px;
}
@media (max-width: 992px) {
  .footer-widget-area[data-section="sidebar-widgets-footer-widget-2"]
    .footer-widget-area-inner {
    text-align: center;
  }
}
/*--custom popup css--*/
.box {
  width: 40%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.overlay:target {
  visibility: visible;
  z-index: 99999;

  opacity: 1;
}
.overlay.fade-in {
  visibility: visible;
  opacity: 1;
}
.site-header {
  z-index: inherit;
}
.main-header-bar-wrap {
  position: relative;
  z-index: 999;
}

/*--/ single property custom css--*/
@media (min-width: 800px) {
  .single-property .popup {
    width: 900px;
  }
  .single-property ul.slides {
    height: 580px;
  }
  .single-property .carousel-controls {
    line-height: 600px;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .single-property .carousel-controls {
    line-height: 300px;
  }
}
/*--/ single property custom css--*/

.popup {
  margin: auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 70%;
  position: relative;
  transition: all 0.2s ease-in-out;
}
.popup .close {
  position: absolute;
  top: 10px;
  right: 25px;
  transition: all 200ms;
  font-size: 30px;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #666;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}
.popup .content iframe {
  width: 100%;
}
@media screen and (max-width: 700px) {
  .box {
    width: 80%;
  }
  .popup {
    width: 80%;
  }
}

/*default Carousel slider css*/

ul.slides {
  display: block;
  position: relative;
  height: 400px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
}
@media (max-width: 992px) {
  ul.slides {
    height: 300px;
  }
}
@media (max-width: 767px) {
  ul.slides {
    height: 270px;
  }
}
.slides * {
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}
ul.slides input {
  display: none;
}
.slide-container {
  display: block;
}
.slide-image {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0;
  transition: all 0.7s ease-in-out;
}

.slide-image img {
  width: auto;
  min-width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.carousel-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  font-size: 50px;
  line-height: 400px;
  color: #fff;
}

.carousel-controls label {
  display: none;
  position: absolute;
  padding: 0 20px;
  opacity: 0;
  transition: opacity 0.2s;
  cursor: pointer;
}

@media (max-width: 767px) {
  .carousel-controls {
    line-height: 250px;
  }
  .carousel-controls label {
    opacity: 1;
  }
}

.slide-image:hover + .carousel-controls label {
  opacity: 0.5;
}
.carousel-controls label {
  opacity: 1;
}
.carousel-controls .prev-slide {
  width: 49%;
  text-align: left;
  left: 0;
}
.carousel-controls .next-slide {
  width: 49%;
  text-align: right;
  right: 0;
}
.carousel-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 999;
  text-align: center;
}
.carousel-dots .carousel-dot {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.5;
  margin: 0px 5px;
}
input:checked + .slide-container .slide-image {
  opacity: 1;
  transform: scale(1);
  transition: opacity 1s ease-in-out;
  z-index: 999;
}
input:checked + .slide-container .carousel-controls label {
  display: block;
}
input#img-1:checked ~ .carousel-dots label#img-dot-1,
input#img-2:checked ~ .carousel-dots label#img-dot-2,
input#img-3:checked ~ .carousel-dots label#img-dot-3,
input#img-4:checked ~ .carousel-dots label#img-dot-4,
input#img-5:checked ~ .carousel-dots label#img-dot-5,
input#img-6:checked ~ .carousel-dots label#img-dot-6,
input#img-7:checked ~ .carousel-dots label#img-dot-7,
input#img-8:checked ~ .carousel-dots label#img-dot-8,
input#img-9:checked ~ .carousel-dots label#img-dot-9,
input#img-10:checked ~ .carousel-dots label#img-dot-10,
input#img-11:checked ~ .carousel-dots label#img-dot-11,
input#img-12:checked ~ .carousel-dots label#img-dot-12,
input#img-13:checked ~ .carousel-dots label#img-dot-13,
input#img-14:checked ~ .carousel-dots label#img-dot-14,
input#img-15:checked ~ .carousel-dots label#img-dot-15,
input#img-16:checked ~ .carousel-dots label#img-dot-16,
input#img-17:checked ~ .carousel-dots label#img-dot-17,
input#img-18:checked ~ .carousel-dots label#img-dot-18 {
  opacity: 1;
}
input:checked + .slide-container .nav label {
  display: block;
}
.image-slides .popup {
  padding: 0;
  border: 1px solid #fff;
}
.image-slides .popup .close {
  top: -35px;
  right: -25px;
  color: #fff;
  font-size: 44px;
}
/*contact*/
@media (min-width: 768px) {
  .user-contact .col-lg-50 {
    padding-right: 15px;
    margin-top: 15px;
  }
}

/*new loader css*/
.loading-skeleton h1,
.loading-skeleton h2,
.loading-skeleton h3,
.loading-skeleton h4,
.loading-skeleton h5,
.loading-skeleton h6,
.loading-skeleton p,
.loading-skeleton li,
.loading-skeleton .btn,
.loading-skeleton label,
.loading-skeleton .form-control {
  color: transparent;
  appearance: none;
  -webkit-appearance: none;
  background-color: #eee;
  border-color: #eee;
}
.loading-skeleton h1::placeholder,
.loading-skeleton h2::placeholder,
.loading-skeleton h3::placeholder,
.loading-skeleton h4::placeholder,
.loading-skeleton h5::placeholder,
.loading-skeleton h6::placeholder,
.loading-skeleton p::placeholder,
.loading-skeleton li::placeholder,
.loading-skeleton .btn::placeholder,
.loading-skeleton label::placeholder,
.loading-skeleton .form-control::placeholder {
  color: transparent;
}
@keyframes loading-skeleton {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
.loading-skeleton {
  pointer-events: none;
  animation: loading-skeleton 1s infinite alternate;
}
.loading-skeleton img {
  filter: grayscale(100) contrast(0%) brightness(1.8);
}
.skeleton-div > div {
  margin-top: 20px;
}
.str-book-now[disabled],
.str-book-now_continue[disabled],
.str-book-now_payment[disabled] {
  cursor: not-allowed;
}

/*payment loader*/

.payment-loader {
  border: 3px dashed #dfdfdf;
  border-radius: 50%;
  border-top: 3px solid #b48539;
  width: 30px;
  height: 30px;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  display: flex;
  margin: 20px auto 0px auto;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.m_room_not_found {
  padding: 0 5px;
}
#credit_card_details_form select {
  /* width: 180px; */
  height: 43.5px;
  outline: none;
  appearance: none;
  background-image: url(/wp-content/uploads/2022/01/chevron-down.png);
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 0.7em;
  cursor: pointer;
}
#credit_card_details_form select:focus {
  border-color: #cc9d45;
}

#credit_card_details_form select:hover,
#credit_card_details_form select {
  border: 1px solid #d1d1d1 !important;
}

@media (min-width: 470px) {
  .cvv-field {
    padding-left: 1rem;
    width: 100%;
  }
  form .mainDiv {
    width: 370px;
  }
  form .mainDiv .card-details input,
  form .mainDiv .card-details select {
    /* width: 180px; */
    display: flex;
    justify-content: space-between;
    height: 43.5px;
  }
  .card-details {
    display: flex;
    justify-content: space-between;
  }
}

@media (max-width: 470px) {
  form .mainDiv .card-details input,
  form .mainDiv .card-details select {
    width: 100% !important;
  }
}

table#payment_receipt td {
  vertical-align: baseline;
  border: 0;
  border-bottom: 1px solid #ebebeb;
}
table#payment_receipt {
  border: 0;
}
table#payment_receipt td:first-child {
  font-weight: 600;
}
table#payment_receipt td:last-child {
  text-align: right;
  width: 60%;
}
table#payment_receipt tbody tr:last-child td {
  border-bottom: 0;
}
.success-table {
  max-width: 568px;
  margin: auto;
  padding: 30px;
  border: 1px solid #dfdfdf;
  box-shadow: 0px 0px 10px 0px rgb(208 208 208 / 50%);
}
@media (min-width: 768px) {
  .success-table {
    margin-right: 20px;
  }
}

.promo-field input {
  height: 44px;
  width: 100%;
  border-radius: 100px;
  padding: 10px 20px;
}

.promo-field #promo-code-input {
  border-radius: 100px;
}

.badge-ins {
  padding: 3px 13px;
  border-radius: 4px;
  color: #fff;
  border: 1px solid #fff;
}
.promo-field button {
  padding: 5px 15px;
  border-radius: 0px 50px 50px 0px;
}

.errorDiv {
  max-width: 580px;
}
.error {
  color: #e95151;
}
@media (max-width: 768px) {
  .errorDiv {
    margin: auto;
  }
}
.err-msg {
  height: 65vh;
  display: flex;
}
.policies_cancellation_p {
  font-size: 14px;
  margin-bottom: 0;
  position: relative;
  top: -5px;
}
#promo-code-msg.success {
  color: #2fb42f;
}

/*========= 10 march 2022 ==========*/
.text-end {
  text-align: right;
}

.Processing.Fee {
  border-bottom: 1px solid #fff !important;
  padding-bottom: 1.5rem;
}
.price_section .fw-bold,
.price_section label {
  font-weight: 500;
}
.expected_charges_m_div {
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .house-imgs img:first-child {
    margin-right: 10px;
  }
}

@media (max-width: 1200px) {
  .house-imgs {
    flex-wrap: wrap;
  }

  .custom-select,
  .custom-select2 {
    width: 100%;
  }
  .schedule-form {
    padding: 0 15px;
  }
  .fa-long-arrow-alt-right {
    display: none !important;
  }
  .align-self-end > .btn-light.text-uppercase {
    margin-bottom: 15px;
  }

  .schedule-form .form-content .custom-select {
    margin-bottom: 15px;
  }
  .choose-rooms {
    flex-wrap: wrap !important;
    flex-direction: column !important;
  }
}

.btn-house-rules {
  font-family: "Montserrat", sans-serif;
  border-radius: 100px;
  font-weight: 700;
}
.btn-house-rules:hover,
.btn-house-rules:focus {
  color: #fff;
  background-color: #596352;
  border-color: #596352;
}
#term_condition_url_popup {
  overflow-y: scroll;
  display: block;
}
#term_condition_url_popup h4 {
  text-align: center;
}
#term_condition_url_popup .popup {
  margin: 40px auto;
}
#term_condition_url_popup table,
#term_condition_url_popup table td {
  border: none;
}
@media (max-width: 767px) {
  #term_condition_url_popup table td.padding-default {
    padding: 10px !important;
  }
  #term_condition_url_popup .popup,
  #art_work_popup .popup,
  #event_work_popup .popup {
    margin: 40px auto;
    width: 95%;
  }
}
p.policies_cancellation_p a {
  color: #b48539;
  font-weight: 500;
}
p.policies_cancellation_p a:hover {
  color: #dd931b;
  font-weight: 500;
}
#art_work_popup .popup .content,
#event_work_popup .popup .content {
  max-height: 100%;
}
#art_work_popup .popup .content iframe,
#event_work_popup .popup .content iframe {
  height: 74vh;
}
#single_property_content_div p span {
  font-family: "Montserrat", sans-serif;
}
/*-calander tooltip-*/

body.single-room:not(.logged-in),
body.page-id-1277:not(.logged-in) {
  position: inherit;
}

@media screen and (max-width: 820px) {
  .custom-width {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 820px) {
  .col-lg-60 {
    width: 50%;
    padding: 0 15px;
  }
  .col-lg-40 {
    width: 50%;
    padding: 0 15px;
  }
  .col-lg-50.col-md-100 {
    width: 100%;
  }
  .card-details {
    display: block;
  }
  #credit_card_details_form select,
  form .mainDiv .card-details input {
    width: 100% !important;
  }
  form .mainDiv .card-details select {
    width: 50% !important;
  }
  form .mainDiv {
    width: auto;
  }
  .cvv-field {
    padding-left: 0;
  }

  #single_property_checkout_div .user-contact .col-lg-50 {
    padding-right: 0 !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .roomdivclick h5 {
    font-size: 18px;
  }
}
/*--css 20 apr 2022--*/

.parking-search form {
  padding: 0 15px;
}
.pakiing-page-search-bar form > div {
  justify-content: center;
}
@media (min-width: 992px) {
  .pakiing-page-search-bar form > div .custom-select {
    padding-right: 15px;
  }
}
.ast-builder-grid-row-mobile-layout-default .site-header-primary-section-left {
  display: grid;
}
.ast-builder-grid-row-mobile-layout-default
  .site-header-primary-section-left
  div {
  padding: 4px 0 0 0;
}
@media (max-width: 360px) {
  body .ast-builder-button-size-xs .ast-custom-button {
    font-size: 9px !important;
  }
}
i.fas.fa-quote-right:before {
  content: "\f10e";
}

.slide-image h5,
#testimonials p.comments {
  max-width: 80%;
  margin: auto;
}

#testimonials .popup {
  width: 60%;
}
@media (max-width: 767px) {
  #testimonials .popup {
    width: 90%;
  }
}
#testimonials .carousel-dots {
  bottom: 0px;
}
#testimonials .carousel .carousel-controls {
  line-height: 210px;
}
#testimonials .carousel .carousel-dots .carousel-dot {
  background-color: #000;
  opacity: 0.5;
}
#testimonials .carousel ul.slides {
  min-height: 260px;
  height: 100%;
}
@media (max-width: 576px) {
  #testimonials .carousel ul.slides {
    min-height: 340px;
  }
  #testimonials .title {
    font-size: 18px;
  }

  .slide-image h5,
  #testimonials p.comments {
    max-width: 70%;
  }
}
.fa,
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 25px;
}
#testimonials .carousel-controls {
  color: #666;
}
.testimonials-overlay {
  background-color: var(--e-global-color-accent);
  opacity: 0.6;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.testimonials-bg {
  background-image: url(https://prentisshouse.com/wp-content/uploads/2022/04/Prentiss-House-Common-Areas-7-of-16-scaled.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 135px 0px 135px 0px;
}
.testimonials-bg .content {
  max-width: 740px;
  margin: auto;
}
.testimonial-link {
  background: #596352 !important;
  font-weight: 500;
}
div#ui-datepicker-div {
  z-index: 99999 !important;
}
@media screen and (max-width: 992px) {
  .astra-logo-svg {
    height: 100px !important;
  }
  .ast-logo-title-inline .ast-site-identity {
    padding-bottom: 0px;
  }
  .ast-desktop .ast-primary-header-bar.main-header-bar,
  .ast-header-break-point #masthead .ast-primary-header-bar.main-header-bar {
    padding-top: 20px;
    padding-bottom: 25px;
  }
}
.heard_about_section {
  display: inline-block;
}
#heard_about {
  font-size: 15px;
}