.header.dynamic {
    border-bottom-color: var(--bs-gray-100);
}
.accordion-item
{
    border-radius: 0px !important;
}
.hide
{
    display: none;
}
.form-floating > label {
    font-size: 13px;
    margin-top: -25px;
}

.filterbox .btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active,.filterbox .btn.active,.filterbox .btn.show {

color: #fff;
}

.coverimage
{

    background: linear-gradient(to top right, var(--bs-primary), var(--bs-secondary));
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center;
    width: 100%;
    height: 300px;
}
@media screen and (max-width: 576px) {
    .coverimage
    {

        height: 150px;
    }
    .booking-wrapper {
        margin-top: 0px;
    }
    .hidden-xs
    {
        display: none !important;
    }
   .header-logo img
   {
       width: 25px;
   }
    .header-logo h1
   {
       font-size: 12px;
   }
    .fotter-link a
    {
  text-align: center;
        display: inline;
    }
}
