:root {
    --beet: #d42784;
    --beet-light: #D44692;
    --green: #69862c
}
@media only screen and (max-width: 425px) {
    .footer-booking {
        padding: 25px 45px;
        background: #fef7f6;
        position: fixed;
        bottom: 74px;
        z-index: 1000;
    }
    .footer-booking .form-control {
        background: #FFF;
    }
    .footer-booking .btn-search {
        width: 100%;
        padding: 4px 15px;
        height: 35px;
    }

    .footer-booking .form-control,
    .footer-booking .plus-minus-quantity {
        padding: 10px;
        height: 45px;
    }
    .scrollToHome.show {
        bottom: 75px;
        right: 15px;
    }
    .footer-bar {
        width: 100%;
        display: flex;
        justify-content: space-between;
        background-color: var(--beet);
        height: 4rem;
        position: fixed;
        bottom: 10px;
        z-index: 9999;
    }
    .footer-bar div {
        padding: 20px 40px;
    }
    .footer-bar div a {
        color: #FFF
    }
    .menubar {
        min-width: 60px;
        text-align: left;
    }
    .login-or-private-area {
        font-size: 13px
    }
    .header {
        padding: 0 10px !important;
    }
    .btn-small-beet {
        font-size: 0.600rem;
        padding: 2px 5px;
    }
    .mobile_logo {
        height: 60px;
    }
    .header.innerpage-style {
        height: 75px;
        line-height: 65px;
    }
    .change-language-mobile {
        line-height: 5px;
        font-size: 14px;
        font-weight: normal;
    }
    .our-partners .owl-carousel .owl-stage {
        height: 90px;
    }
    .home-partner h4 {
        font-size: 16px;
    }
    .our-team-contacts div.image {
        height: 600px;
        width: 100%;
    }
    .our-team-contacts div.image img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    .our-team-contacts div {
        min-width:100%;
    }
    .inner-banner-style1 .hero-sub-title {
        font-size: 16px;
    }
    .inner-banner-style1 .hero-title {
        font-size: 40px;
    }
    .inner-banner-style1 .hero-title p {
        font-size: 18px;
    }
    .card-availability .price-box {
        margin-top: 0px;
    }
    .home-banner-style1 .home-style1 {
        height: auto !important;
    }
    .inner-banner-style1 {

        margin-bottom: 50px
    }
    .advance-search-tab .tab-content {
        border-radius: 0 0 12px 12px;
    }
    .card-availability .image img {
       max-height: 300px;
    }
    .card-availability .info .book-listing {
        position: relative;
        text-align: center;
        margin-bottom: 25px;
    }
    .plus-minus-quantity {
        width: 100%;
    }
    .plus-minus-quantity .quantity-input {
        width: 100%;
    }
    .reviews {
        height: auto;
    }
    .card-review {
         margin-bottom: 25px;
    }
    .co-working-card {
        margin-bottom: 25px;
    }
}
@media (max-width: 991.98px) {
    .listing-style1.style12 .list-agent {
        right: 5px;
    }
    .listing-style1.style12 .list-agent img {
        width: 58px;
    }
}
