@import url(../css/poppins-font.css);


html,
body {
    line-height: 1.5;
    font-family: "Nunito Sans", sans-serif !important;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

:before,
:after {
    box-sizing: border-box;
}

li.ui-menu-item {
    display: flex;
}

.container {
    padding: 5px 0;
    margin: auto;
    font-family: "Nunito Sans", sans-serif;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

::selection {
    color: #f26436;
}

a::selection {
    color: black !important;
}

button::selection {
    color: black !important;
}

.ui-menu-item:hover {
    color: #d36f01 !important;
    text-decoration: underline !important;
}

.ui-state-active,
.ui-widget-content .ui-state-active {
    border: none;
    background: #ebebeb;
    color: black;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background: #e8e1e1;
    width: 2px;
}

a, li, ul{
    text-decoration: none !important;
    color: rgb(64, 64, 66) !important;
}
a:hover{
    color: #f36c40 !important;
}

li.breadcrumb-item {
    display: flex;
    font-size: 13px;
}

.text-primary {
    color: #f36c40 !important;
}

.btn-outline {
    color: white !important;
    max-width: max-content;
    margin-inline: auto;
    font-size: 0.91rem;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    padding: 10px 20px;
    transition: var(--transition);
    background: #f26436;
    border-radius: 0.6rem;
    border-width: 0;
}

.header {
    display: block;
    width: 100%;
    position: relative;
    align-items: center !important;
    background: #f7f7f7 !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.header .item-left {
    flex: 0 0 17%;
}

.header .item-center {
    flex: 1;
    justify-content: flex-end;
    align-items: end;
    text-align: right;
}

.header .item-right {
    display: flex;
    justify-content: flex-end;
}

.header .item-right a {
    text-decoration: none;
    font-size: 16px;
    color: #555555;
    display: inline-block;
    margin-left: 10px;
    transition: color 0.3s ease;
}

.header .menu > ul > li {
    display: inline-block;
    margin-left: 25px;
}

.header .menu > ul > li > a {
    font-size: 13px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    position: relative;
    text-transform: capitalize;
    transition: color 0.3s ease;
}

.header .menu > ul > li .sub-menu {
    position: absolute;
    z-index: 100;
    background-color: #fff;
    box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.3);
    padding: 10px 20px;
    transition: all 0.5s ease;
    margin-top: 25px;
    opacity: 0;
    visibility: hidden;
}

.header .menu > ul > li .sub-menu.visible {
    opacity: 1;
    visibility: visible;
}

.header .menu > ul > li .sub-menu > ul > li > a {
    display: inline-block;
    padding: 10px 0;
    font-size: 15px;
    color: rgb(64, 64, 66) !important;
    transition: color 0.3s ease;
    text-decoration: none;
    text-transform: capitalize;
}

.header .menu > ul > li .single-column-menu {
    min-width: 280px;
    max-width: 350px;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li {
    line-height: 1;
    display: block;
}

.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a {
    padding: 10px 0;
    display: inline-block;
    font-size: 15px;
    color: rgb(64, 64, 66) !important;
    transition: color 0.3s ease;
}

.header .menu > ul > li .sub-menu.mega-menu {
    transform: translateX(-50%);
}

.header .menu > ul > li .sub-menu.mega-menu-column-9 {
    text-align: left;
    width: 240px;
    transform: translateX(-50%);
}

.header .menu > ul > li .sub-menu.mega-menu-column-4 {
    max-width: 1300px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 15px;
}

.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item {
    flex: 0 0 25%;
    padding: 0 15px;
}

.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item .title {
    font-size: 18px;
    color: #ea4636;
    font-weight: 500;
    padding: 10px 0;
}

.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center .title {
    text-align: center;
}

.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img {
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    margin-top: 10px;
}

.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a:hover,
.header .menu > ul > li .sub-menu > ul > li > a:hover,
.header .item-right a:hover,
.header .menu > ul > li:hover > a {
    color: rgb(64, 64, 66) !important;
}

.mobile-menu-head,
.mobile-menu-trigger {
    display: none;
}

/*---------------------
  Filter
-----------------------*/

.filter__form {
    background: #ffffff;
    justify-content: space-between;
    display: flex;
    padding: 15px;
    position: relative;
    box-shadow: 0 .1rem 0.5rem darkgrey !important;
    border-radius: 10px;
}

.filter__form1 {
    background: #ffffff;
    display: flex;
    position: relative;
    border-radius: 10px;
}

.filter__form1 button {
    width: 150px;
    border: none;
    color: white;
    font-weight: 500;
    font-size: 19px;
    background: #fb8402;
    cursor: pointer;
    margin-top: auto;
}

.filter__form1 button:hover {
    background: linear-gradient(90deg, #ff9966 0%, #ff5e62 100%) !important;
}

.filter__form__item.filter__form__item--search {
    width: 385px;
}

.filter__form__item p {
    font-size: 16px;
    color: #777C81;
    margin-bottom: 10px;
}

.filter__form__item .filter__form__input {
    position: relative;
}

.filter__form__item .filter__form__input input {
    border: 1px solid #E4E4E4;
    font-size: 15px;
    color: rgb(64, 64, 66) !important;
    width: 100%;
    font-family: "Poppins", sans-serif;
    padding: 8px 30px 8.5px 8px;
    border-radius: 4px;
    outline: none;
}

.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
    padding: 5px 8px;
}

.filter__form__item .filter__form__datepicker {
    position: relative;
}

.filter__form__item .filter__form__datepicker input {
    border: 1px solid #E4E4E4;
    font-size: 15px;
    color: rgb(64, 64, 66) !important;
    width: 100%;
    font-family: sans-serif;
    padding: 8px 8px 8px 28px;
    border-radius: 4px;
    outline: none;
}

.filter__form__item .filter__form__select {
    position: relative;
    height: 48px;
    border: 1px solid #E4E4E4;
}

.filter__form__item .filter__form__select .nice-select {
    float: none;
    border: none;
    border-radius: 0;
    padding-left: 29px;
    padding-top: 3px;
    width: 100%;
    font-family: "Poppins", sans-serif !important;
}

.filter__form__item .filter__form__select .nice-select .current {
    font-size: 20px;
    color: rgb(64, 64, 66) !important;
    position: relative;
    top: 0;
}

.filter__form__item .filter__form__select .nice-select:after {
    border-bottom: 1.5px solid #1d1c1c;
    border-right: 1.5px solid #1d1c1c;
    height: 8px;
    width: 8px;
    right: 20px;
    top: 23px;
}

.filter__form__item .filter__form__select .nice-select .list {
    margin-top: 0;
    width: 100%;
    border-radius: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
span,
label {
    color: rgb(64, 64, 66) !important;
    font-family: "Poppins", sans-serif!important;
    margin: 0!important;
}


.head_text {
    font-size: 25px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.head_text2 {
    font-size: 1.6rem;
    font-weight: 700;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
}

.head_text1 {
    font-size: 1.1rem;
    font-weight: 700;
    color: rgb(64, 64, 66) !important;
    font-family: 'Poppins', sans-serif;
}


p {
    color: rgba(31, 35, 55, 0.8) !important;
    font-family: "Poppins", sans-serif !important;
    font-size: 13px !important;
    margin-bottom: 0 !important;
}


.subscribe-section form .form-group {
    margin-bottom: 0;
}

.container-fluid {
    max-width: 100%;
}

.input-group .form-control {
    background-color: #ffffff;
    border: 1px solid #CACACA;
    border-radius: 5px;
    box-shadow: none;
    font-size: 12px;
}

.gm-style-iw-t .gm-style-iw.gm-style-iw-c:has(.row) {
    min-width: 250px !important;
}

.gm-style-iw.gm-style-iw-c {
    max-width: 190px !important;
    max-height: 210px !important;
    font-family: 'Poppins', sans-serif;
}

.gm-ui-hover-effect:focus-visible {
    outline: none !important;
}

.gm-ui-hover-effect {
    width: 30px !important;
    height: 26px !important;
}

.gm-ui-hover-effect > span {
    width: 20px !important;
    height: 20px !important;
    margin: 5px !important;
}

.col-8.hello .ratings-cs .ratingg-cs {
    padding: 0;
}

.generalbutton {
    border: 1px solid #f26436;
    color: white !important;
    font-weight: 500;
    font-size: 15px;
    background: #f26436;
    margin: 0 10px;
    border-radius: 5px;
    padding: 5px 10px;
}

.generalbutton:hover {
    border: 1px solid rgba(242, 100, 54, 0) !important;
    background: linear-gradient(90deg, #ff9966 0%, #ff5e62 100%) !important;
}

.generalbuttonwhite {
    background-color: white !important;
    border: 1px solid #f26436 !important;
    color: rgb(64, 64, 66) !important;
    font-weight: 500;
    font-size: 15px;
    margin: 0 10px;
    border-radius: 5px;
    padding: 5px 10px;
}

.generalbuttonwhite:hover {
    font-weight: 600;
    background: linear-gradient(90deg, white 0%, #ffc09f 100%) !important;
}

.modal-dialog.custom-modal {
    max-width: 90%;
    margin: 2% 5%;
}

.iconsSmall {
    color: #f26436 !important;
    font-size: 15px !important;
    margin: 0 5px;
}

.iconsSmallBlack {
    color: rgb(64, 64, 66) !important;
    font-size: 15px;
    margin: 0 5px;
}

ul.menu-main {
    margin: revert-layer;
}

p {
    color: rgba(31, 35, 55, 0.8) !important;
    font-family: "Poppins", sans-serif !important;
    font-size: 13px !important;
    margin-bottom: 0 !important;
}

.span1 {
    font-size: 14px;
    font-weight: 500;
}

.span2 {
    font-size: 15px;
    font-weight: 600;
}
.span3 {
    font-size: 14px;
    font-weight: 600;
}
.span4 {
    font-size: 15px;
    font-weight: 500;
}

.span5{
    font-size: 14px;
    font-weight: 400;
}

.span-price {
    font-size: 17px;
    font-weight: 600;
    color: rgb(64, 64, 66) !important;
}

i.fa.fa-search {
    font-size: 18px;
    color: #f26436;
    position: absolute;
    right: 5px;
    top: 13px;
}

#desktopContentSearch {
    display: flex;
}

.searchicon {
    color: #f26436;
    border: 1px solid gainsboro;
    padding: 12px;
    font-size: 15px !important;
    border-left: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-left: -15px;
}

.next-button {
    position: fixed;
    bottom: 30px;
    padding: 7px 25px !important;
    font-size: 15px !important;
    right: 30px;
}

.tab-contentSearch.active {
    display: block;
}

.tab-contentSearch.activeModalSearchTab {
    display: block;
}

.tab-contentSearch {
    display: none;
}

.filter__form__item .filter__form__datepicker i {
    font-size: 20px;
    position: absolute;
    top: 8px;
}

.ui-autocomplete-input:focus{
    outline: none;
}

#mobileContentSearch {
    display: none;
}

button.submit {
    padding: 8px 20px;
    margin-top: auto;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #f26436!important;
    border-color: transparent!important;
    color: #ffffff !important;
}
td.off.active.start-date.available {
    background-color: transparent!important;
    border-color: transparent!important;
    color: #999 !important;
}

td.off.active.end-date.in-range.available{
    background-color: transparent!important;
    border-color: transparent!important;
    color: #999 !important;
}

.daterangepicker .drp-buttons button.applyBtn {
    background: #f26436 !important;
    border-color: #f26436 !important;
}

.ui-menu-item-wrapper {
    font-size: 15px;
    color: rgb(89, 89, 91) !important;
}

.mealgreen {
    display: flex;
    color: green;
    align-items: center;
    font-weight: 600;
}

.room-green-text {
    font-size: 13px;
    color: green!important;
    font-weight: 500;
}

.room-red-text {
    font-size: 13px;
    color: #C90000!important;
    font-weight: 500;
}

i.fas.fa-check {
    font-size: 13px !important;
    margin: 0px 5px 0px 0px;
    color: green !important;
}

i.fa-solid.fa-utensils {
    font-size: 13px !important;
    margin: 0px 5px 0px 0px;
    color: green !important;
}

input#range_datess {
    border: 1px solid #E4E4E4;
    font-size: 15px;
    color: #1F2337;
    width: 100%;
    font-family: sans-serif;
    padding-left: 40px;
    border-radius: 4px;
}

/*responsive header*/
@media(max-width: 991px) {
    .header .item-center {
        order: 3!important;
        flex: 0 0 83%!important;
        text-align: start!important;
    }
    .bg-grad-left {
        display: none;
    }
    .bg-grad-right {
        display: none;
    }
    .header .item-left,
    .header .item-right {
        flex: 0 0 32%;
    }
    .v-center {
        justify-content: space-between;
    }
    .header .mobile-menu-trigger {
        display: flex;
        height: 30px;
        width: 30px;
        margin-left: 15px;
        cursor: pointer;
        align-items: center;
        justify-content: center;
    }
    .header .mobile-menu-trigger span {
        display: block;
        height: 2px;
        background-color:#1F2337;
        width: 24px;
        position: relative;
    }
    .header .mobile-menu-trigger span:before,
    .header .mobile-menu-trigger span:after {
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #333333;
    }
    .header .mobile-menu-trigger span:before {
        top: -6px;
    }
    .header .mobile-menu-trigger span:after {
        top: 6px;
    }
    .header .item-right {
        align-items: center;
    }
    .header .menu {
        position: fixed;
        width: 320px;
        background-color: #ffffff;
        left: 0;
        top: 0;
        height: 100%;
        overflow: hidden;
        transform: translate(-100%);
        transition: all 0.5s ease;
        z-index: 100;
    }
    .header .menu.active {
        transform: translate(0%);
    }
    .header .menu>ul>li {
        line-height: 1;
        margin: 0;
        display: block;
    }
    .header .menu>ul>li>a {
        line-height: 50px;
        height: 50px;
        padding: 0 50px 0 15px;
        display: block;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .header .menu>ul>li>a i {
        position: absolute;
        height: 50px;
        width: 50px;
        top: 0;
        right: 0;
        text-align: center;
        line-height: 50px;
    }
    .filter__form__item.filter__form__item--search {
        width: 100%;
    }
    .header .menu .mobile-menu-head {
        display: flex;
        height: 50px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        justify-content: space-between;
        align-items: center;
        position: relative;
        z-index: 100;
        position: sticky;
        background-color: #ffffff;
        top: 0;
    }
    .header .menu .mobile-menu-head .go-back {
        height: 50px;
        width: 50px;
        border-right: 1px solid rgba(0, 0, 0, 0.1);
        cursor: pointer;
        line-height: 50px;
        text-align: center;
        color: #1F2337;
        font-size: 16px;
        display: none;
    }
    .header .menu .mobile-menu-head.active .go-back {
        display: block;
    }
    .header .menu .mobile-menu-head .current-menu-title {
        font-size: 15px;
        font-weight: 500;
        color: #1F2337;
    }
    .header .menu .mobile-menu-head .mobile-menu-close {
        height: 50px;
        width: 50px;
        border-left: 1px solid rgba(0, 0, 0, 0.1);
        cursor: pointer;
        line-height: 50px;
        text-align: center;
        color: #1F2337;
        font-size: 25px;
    }
    .header .menu .menu-main {
        height: 100%;
        overflow-x: hidden;
        /*overflow-y: auto;*/
    }
    .header .menu>ul>li .sub-menu.mega-menu,
    .header .menu>ul>li .sub-menu {
        visibility: visible;
        opacity: 1;
        position: absolute;
        box-shadow: none;
        margin: 0;
        padding: 15px;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding-top: 65px;
        max-width: none;
        min-width: auto;
        display: none;
        transform: translateX(0%);
        /*overflow-y: auto;*/
    }
    .header .menu>ul>li .sub-menu.active {
        display: block;
    }
    @keyframes slideLeft {
        0% {
            opacity: 0;
            transform: translateX(100%);
        }
        100% {
            opacity: 1;
            transform: translateX(0%);
        }
    }
    @keyframes slideRight {
        0% {
            opacity: 1;
            transform: translateX(0%);
        }
        100% {
            opacity: 0;
            transform: translateX(100%);
        }
    }
    .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item img {
        margin-top: 0;
    }
    .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center .title {
        margin-bottom: 20px;
    }
    .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center:last-child .title {
        margin-bottom: 0;
    }
    .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item {
        flex: 0 0 100%;
        padding: 0;
    }
    .header .menu>ul>li .sub-menu>ul>li>a,
    .header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a {
        display: block;
    }
    .header .menu>ul>li .sub-menu.mega-menu>.list-item>ul {
        margin-bottom: 15px;
    }
    .menu-overlay {
        position: fixed;
        background-color: rgba(0, 0, 0, 0.5);
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 100;
        visibility: hidden;
        opacity: 0;
        transition: all 0.5s ease;
    }
    .menu-overlay.active {
        visibility: visible;
        opacity: 1;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    .filter__form__item .filter__form__datepicker input {
        width: 100% !important;
        padding: 8px 8px 8px 30px;
        outline: none;
    }

    .filter__form1 {
        padding: 30px 0 30px 30px;
    }

    .filter__form__item.filter__form__item--select {
        width: calc(23% - 20px);
    }

    .filter__form__item .filter__form__select .nice-select:after {
        right: 10px;
    }

    .filter__form__item.filter__form__item--search {
        width: 300px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {

    .bg-grad-left,
    .bg-grad-right {
        display: none;
    }

    .header .item-left,
    .header .item-right {
        flex: 0 0 32%;
    }

    .container{
        padding: 10px!important;
    }

    .header .mobile-menu-trigger {
        display: flex;
        height: 30px;
        width: 30px;
        margin-left: 15px;
        cursor: pointer;
        align-items: center;
        justify-content: center;
    }

    .header .mobile-menu-trigger span {
        display: block;
        height: 2px;
        background-color: rgb(64, 64, 66) !important;
        width: 24px;
        position: relative;
    }

    .header .mobile-menu-trigger span:before,
    .header .mobile-menu-trigger span:after {
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #333333;
    }

    .header .mobile-menu-trigger span:before {
        top: -6px;
    }

    .header .mobile-menu-trigger span:after {
        top: 6px;
    }

    .header .item-right {
        align-items: center;
    }

    .header .menu {
        position: fixed;
        width: 320px;
        background-color: #ffffff;
        left: 0;
        top: 0;
        height: 100%;
        overflow: hidden;
        transform: translate(-100%);
        transition: all 0.5s ease;
        z-index: 100;
    }

    .header .menu.active {
        transform: translate(0%);
    }

    .header .menu > ul > li {
        margin: 0;
        display: block;
    }

    .header .menu .mobile-menu-head {
        display: flex;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        justify-content: space-between;
        align-items: center;
        z-index: 100;
        position: sticky;
        background-color: #ffffff;
        top: 0;
    }

    .header .menu .mobile-menu-head .go-back {
        width: 50px;
        border-right: 1px solid rgba(0, 0, 0, 0.1);
        cursor: pointer;
        text-align: center;
        color: rgb(64, 64, 66) !important;
        font-size: 16px;
        display: none;
    }

    .header .menu .mobile-menu-head.active .go-back {
        display: block;
    }

    .header .menu .mobile-menu-head .current-menu-title {
        font-size: 15px;
        font-weight: 500;
        color: rgb(64, 64, 66) !important
    }

    .header .menu .mobile-menu-head .mobile-menu-close {
        width: 50px;
        border-left: 1px solid rgba(0, 0, 0, 0.1);
        cursor: pointer;
        text-align: center;
        color: rgb(64, 64, 66) !important;
        font-size: 25px;
    }

    .header .menu .menu-main {
        height: 100%;
        overflow-x: hidden;
    }

    .header .menu > ul > li .sub-menu.mega-menu,
    .header .menu > ul > li .sub-menu {
        visibility: visible;
        opacity: 1;
        position: absolute;
        box-shadow: none;
        margin: 0;
        padding: 15px;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding-top: 65px;
        max-width: none;
        min-width: auto;
        display: none;
        transform: translateX(0%);
    }

    .header .menu > ul > li .sub-menu.active {
        display: block;
    }

    @keyframes slideLeft {
        0% {
            opacity: 0;
            transform: translateX(100%);
        }
        100% {
            opacity: 1;
            transform: translateX(0%);
        }
    }
    @keyframes slideRight {
        0% {
            opacity: 1;
            transform: translateX(0%);
        }
        100% {
            opacity: 0;
            transform: translateX(100%);
        }
    }
    .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img {
        margin-top: 0;
    }

    .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center .title {
        margin-bottom: 20px;
    }

    .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center:last-child .title {
        margin-bottom: 0;
    }

    .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item {
        flex: 0 0 100%;
        padding: 0;
    }

    .header .menu > ul > li .sub-menu > ul > li > a,
    .header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a {
        display: block;
    }

    .header .menu > ul > li .sub-menu.mega-menu > .list-item > ul {
        margin-bottom: 15px;
    }

    .menu-overlay {
        position: fixed;
        background-color: rgba(0, 0, 0, 0.5);
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 100;
        visibility: hidden;
        opacity: 0;
        transition: all 0.5s ease;
    }

    .menu-overlay.active {
        visibility: visible;
        opacity: 1;
    }

    .filter__form1 button {
        width: 100% !important;
    }

    .filter__form1 {
        display: block;
        padding: 30px 40px 30px 40px;
    }

    .filter__form__item {
        width: 100%;
        float: none;
        margin-right: 20px;
    }

    .filter__form__item.filter__form__item--select {
        width: 100%;
    }

    #desktopContentSearch {
        display: none !important;
    }

    #mobileContentSearch {
        display: block;
    }

}

@media only screen and (max-width: 767px) {

    #mobileContentSearch {
        display: block !important;
    }

    .footer-top{
        display: block!important;
    }

    .generalbutton {
        font-size: 13px !important;
        margin: 0 5px !important;
    }

    .generalbuttonwhite {
        font-size: 13px !important;
        margin: 0 5px !important;
    }

    .pagination {
        width: 10%;
        margin: 15px auto;
    }

    .filter__form {
        display: block;
        padding: 10px!important;
        box-shadow: 0 0.1rem 0.5rem darkgrey !important;
    }

    .filter__form1 {
        display: block;
        padding: 30px 40px 30px 40px;
    }

    .filter__form__item.filter__form__item--search {
        width: 100% !important;
        margin-bottom: 0px !important;
    }

    .filter__form__item {
        width: 100% !important;
        float: none;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .filter__form__item.filter__form__item--select {
        width: 100%;
        margin-bottom: 30px;
    }

    .filter__form1 button {
        position: relative;
        width: 100%;
        display: inline-block;
        float: none;
    }

    .container{
        padding: 10px!important;
    }

    #desktopContentSearch {
        display: none !important;
    }
}

@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1120px!important;
        padding: 5px 0px!important;
    }
}
