.items {
    margin: 2rem 1rem;
    padding: 2rem;
    background-color: #eaeaea;
    border-radius: 1rem;
}
.item-image {
    height: 100%;
    position: relative;
}
.fix-side-menu {
    position: sticky;
    top: 100px;
}
.inner-pages{
    margin-top: 4rem;
}
.item-book .whatsapp-img{
    width: 25px;
}

.contact-box .detail-box form .form-control {
    border: 1px solid #8a8a8a;
}
.contact-box .detail-box form .form-control::placeholder{
    color: #8a8a8a;
}

.contact-box .detail-box form .submit-btn{
   background-color: #00c1c3;
    padding: 10px 20px;
    color: #fff;
    margin-top: 0.3rem;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px; 
}
.whatsapp-conatct{
    margin-top: 3rem;
    margin-bottom: 2rem;
}
.whatsapp-conatct a {
    background-color: rgb(69, 90, 100);
    padding: 10px 20px;
    color: #fff;
    margin-top: 0.3rem;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.whatsapp-img{
    width: 25px;
    margin-right: 10px;
}
    
.detail-box .box-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.item-image img {
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}
.item-detail {
    text-align: center;
}
.item-more-detail {
    font-size: 16px;
    color: #323232;
    text-transform: capitalize;
}
.item-title {
    text-transform: capitalize;
}
.item-book a {
        background-color: #00c1c3;
    padding: 10px 20px;
    color: #fff;
    margin-top: 0.3rem;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.new-modal .modal-body {
    padding: 0;
    border-bottom: 0.3rem solid #00c1c3;
}
.footer {
    margin-top: 3rem;
    padding: 1rem;
}
.footer p {
        color: rgb(89, 89, 89);
        letter-spacing: 1.5px;
        margin-top: 1rem;
}
.item-title.new-title {
    font-family: cursive;
    font-size: 25px;
}
.new-modal h5.modal-title {
    text-align: center;
    background-color: #00c1c3;
    border-radius: 0px;
    padding: 5px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    color: #fff;
}
.new-modal .close {
    position: absolute;
    right: 0;
    top: 0;
    background-color: white;
    opacity: 1;
    padding: 5px;
    border-radius: 0;
    font-size: 15px;
}
.new-modal .fixed-form.fixed {
    text-align: center;
    display: block;
    padding: 0 30px;
    margin-top: 1.3rem;
}
.new-modal .fixed-form .form-control, .new-modal .fixed-form .form-control:focus {
    margin-bottom: 0.8rem;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    box-shadow: none;
       border: 1px solid #575757;
}
.new-modal .fixed-form .form-control::placeholder{
	color: #575757;
	font-size: 16px;
}

.plus-captcha {
    display: flex!important;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.new-modal .plus-captcha .plus-text {
    margin: 0px 5px 8px;
    font-weight: 600;
    color: #000000;
}
.plus-captcha span {
    margin-top: 7px;
    margin: 6px 6px;
}
.new-modal .fixed-form .formFooter {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.new-modal .fixed-form .formFooter button {
    text-align: center;
    background: #00c1c3;
    color: #fff;
    border: none;
    padding: 10px 15px;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    transition: all 300ms ease-in-out;
    outline: none;
    margin-bottom: 1rem;
    width: 126px;
}
.main-box{
    margin: 2rem 0;
}
.item-booking{
    margin-top: 4rem;
    text-align: center;
}
.item-booking a {
    background-color: #00c1c3;
    padding: 10px 20px;
    color: #fff;
    margin-top: 0.3rem;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.custom-menu button .fa-times{
    display: none;
}
#sidebar.active .custom-menu button .fa-times{
    display: block;
}
#sidebar.active .custom-menu button .fa-bars{
    display: none;
}
@media (max-width:991px){
   .fix-side-menu {
    position: sticky;
    top: 0;
    right: 0;
        z-index: 999;
}
#sidebar.active {
    height: 500px;
    min-width: 100%;
    position: absolute;
    z-index: 999;
}
.items {
    padding: 2rem 1rem;
}
#sidebar.active .custom-menu {
    position: absolute;
    right: 67px;
    top: 10px;
    z-index: 99999;
}

}


@media (max-width:767px){
    .detail-box .box-item {
    display: grid;}
}