.a-modal{
    border-radius: 10px;
}
.a-modal h4{
    font-size: 1.2em;
}
.border-b{
    border-block-end-width: thin !important;
    border-block-end-style: solid !important;
    border-block-end-color: #ccc;
}

.btn-modal-close{
    background-color: #fff;;
}
.btn-modal-close:hover{
    background-color: #ccc;;
}
div.show-amenities{
    margin: 0;
    top: 20%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}
button.btn-show-amenities{
    background-color: black;
    color: white;
    max-width: fit-content;
    margin: 40px auto 0px;
    
  
}
div.d-amenity{
    height: 100%;
    max-width: 700px;
    width: 100%;
}
div.amenities .col-12{
    padding:12px;
}

div.box-container{
    box-shadow: 0 3px 20px -7px #00000059;
    padding: 1rem 1.8rem 1.8rem 1rem;;
    padding-bottom: 1rem;
    border-radius: 10px;
}

div.basic-i{
    padding-bottom: 12px;
}

i.fa-solid{
    font-size: 20px;
    height: 30px;
    width: 30px;
}
.main-property{
    font-family: Poppins,sans-serif;
    color: #000;

}
.main-property .box-price{
    color: #000;
    font-size: 1rem;
    color: #000;
}

.main-property .box-price >.price{
    color: #c33;
    font-size: 1.5rem;
    font-weight: 600;
}

.main-property h1.title {
    color: #000;
    font-size: 2.25rem;
    font-weight: 500;
    line-height: 1;
    text-align: center;
}

.star-rating{
    color: #ffd600 !important;
}

.star-rating i{
    color: #ffd600 !important;
    padding: 0px 3px;
}

.box-container .title-configs{
  text-align: center;
  font-size: 2rem;
  line-height: 48px;
  margin-top: 20px;
  margin-bottom: 30px;
  font-weight: 500;
}

.text-success{
    color: rgb(76, 175, 80) !important;
}

.text-red{
    color: #f44336 !important;
}

.text-disabled{
    color: #939393;
}

.text-disabled i{
    font-size: 0.9em;
}

.input{
    color: inherit;
  display: flex;
  flex-wrap: wrap;
  letter-spacing: .009375em;
  opacity: var(--v-high-emphasis-opacity);
  min-height: max(var(--v-input-control-height, 56px),1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom) + var(--v-input-chips-margin-bottom) + 2px);
  min-width: 0;
  padding-inline-start: var(--v-field-padding-start);
  padding-inline-end: var(--v-field-padding-end);
  padding-top: var(--v-field-input-padding-top);
  padding-bottom: var(--v-field-input-padding-bottom);
  position: relative;
  width: 100%;
}

div.swiper {
    padding-bottom: 10px;
}

div.swiper-slide {
    width: 280px !important;
}

div.swiper-button-prev{
    border: 2px solid #808080;
    border-radius: 50%;
    padding: 5px;
    background: #808080;
    color: #fff;
    width: 15px;
    height: 15px;
}

div.swiper-button-next{
    border: 2px solid #808080;
    border-radius: 50%;
    padding: 5px;
    background: #808080;
    color: #fff;
    width: 15px;
    height: 15px;
}

div.swiper-button-next:after,
div.swiper-button-prev:after {
    font-size:10px;
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
}
.carousel-control-prev {
    left: 0;
}
.carousel-control-next {
    right: 0;
    left:auto;
}