* {
  margin: 0;
  padding: 0;
  outline: 0;
}
ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
li,
ul {
  margin: 0;
  padding: 0;
}
/*h2{font-size: calc(1.39rem + .9vw) !important;}*/
.table thead th,
.table tbody td {
    font-size: 14px;
    width: 14.285%;
}

.table .available {
    background-color: #28a745;
    color: white;
    font-weight: bold;
    cursor: pointer;
}

.slick-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #007bff;
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 16px;
    z-index: 9999;
}

.slick-next {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #007bff;
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 16px;
}

.slick-slider {
    position: relative;
}

/* .slick-slide {
    position: relative;
}
.slick-prev{
    position: absolute;
    left: 0;
    top: -400px;
    transform: translateY(-50%);
    background-color: #007bff;
    color: white !important;
    border: none;
    padding-left: 10px;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 16px;
    z-index: 9999;
}
.slick-next{
    position: absolute;
    right: 0;
    top: -400px;
    transform: translateY(-50%);
    background-color: #007bff;
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 16px;
    z-index: 9999;
} */
.table .available:hover {
    background-color: #218838;
}

.calendar-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.calendar-controls button {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 16px;
}

.calendar-controls button:hover {
    background-color: #0056b3;
}

/*code for calender*/
.styled__Bottom-sc-1lawy22-1,
.styled__ButtonContainer-sc-vhlqs-2 {
    display: none !important;
}

/* new */
#price-list{
    padding: 100px 0;
}
.content-inner{
/*border: 1px solid #f1f1f1; */
padding: 20px;

}
.inc-list li{
    font-size: 18px;
}
.spec-list li span{
    padding-left: 20px;

}
.spec-list li{
    padding-bottom: 10px;
}
.inq-avail input{
    height: 40px;
    padding-left: 10px;
    display: block;
    margin: 0 auto;
    width: 40%;

}
.inq-btn{
    border: 1px solid #007bff;
    padding: 10px 30px;
    background-color: transparent;
    border-radius: 30px;
    width: 40%;
    margin-top: 30px;
}

@media (max-width: 575px) {
    .inq-avail input{
        width: 100%;
    
    }
    .inq-btn{
        width: 100%;
    }
}
@media (min-width: 576px) and (max-width: 767px){
    .inq-avail input{
        width: 100%;
    
    }
    .inq-btn{
        width: 100%;
    }
}