input[type="search"] {
    height: unset;
    margin-bottom: unset;
}
button.homepageDropdown {
    height: 35px !important;
}
.availability-page {
    max-width: 1100px;
    margin-top: -49rem !important;
    position: relative;
    z-index: 998;
}
#side-bar-tab-avail {
    float: left;
}
.stay-button {
    min-width: 340px !important;
}
.filter-form {
    /* height: 42rem; */
    padding-left: 10px;
}
.search-filter {
    width: 85% !important;
}
.search-filter-container {
    position: unset !important;
}
.search-filter-container .search-filter {
    margin-left: 8rem;
}
.btn {
    text-shadow: unset !important;
    font-size: 14px !important;
}
.btn:hover {
    background-color: #04337a;
}
.ui-datepicker-header {
    background: #032354;
    border-color: #032354;
    border-radius: 0 !important;
}
.search-title {
    text-shadow: unset !important;
}
.select2-dropdown {
    z-index: 999 !important;
}
.filter-bg-color {
    background-color: unset !important;
}
.filter-bg {
    background: unset !important;
    padding: unset !important;
    padding-left: 2rem !important;
    min-height: 455px !important;
    overflow: auto;
}
.cb-pool, .cb-gym {
    margin-bottom: 4px !important;
}
.home .site-header .navbar-nav>li>a {
    color: #fff;
}
.slide-description h3 {
    font-weight: bold;
}
.slide-description {
    left: -70px !important;
}

/*media queries for width*/
@media screen and (min-width: 1549px) { 
    .availability-page {
        margin-top: -53rem !important;
    }
}
@media screen and (min-width: 1649px) { 
    .availability-page {
        margin-top: -58rem !important;
    }
}
@media screen and (min-width: 1749px) { 
    .availability-page {
        margin-top: -63rem !important;
    }
}
@media screen and (min-width: 1849px) { 
    .availability-page {
        margin-top: -65rem !important;
    }
}
@media screen and (min-width: 1949px) { 
    .availability-page {
        margin-top: -69rem !important;
    }
}
@media screen and (min-width: 1950px) { 
    .availability-page {
        margin-top: -73rem !important;
    }
}