@media (min-width: 1300px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1200px;
    }
}
@media (min-width: 1400px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1300px;
    }
}
@media (min-width: 1500px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1400px;
    }
}
@media (min-width: 1600px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1500px;
    }
}


@media only screen and (max-width: 1399px) {
    .searchWRsp {
        width:520px;
    }
}
@media only screen and (max-width: 1199px) {
    .searchWRsp {
        width:420px;
    }
    .section-title .title {
        font-size: 26px;
    }
    .bottombar .menu-wrapper ul li a {
        font-size: 14px;
        padding: 10px 8px;
    }
    #calendarModal .ui-datepicker-multi .ui-datepicker-group {
        width: 50%;
    }
}
@media only screen and (max-width: 991px) {
    
    .categories-section .categories .category-btn.prev{
        left: 0;
    }
    .categories-section .categories .category-btn.next{
        right: 0;
    }
    .searchWRsp {
        width:280px;
    }
    #calendarModal #calendar td[data-handler][data-year] a {
        height: 30px;
    }
    .bottombar .menu-wrapper {
        display: none;
    }
    .topbar-wrapper .phone-numbers {
        display: none;
    }

    .header .topbar-wrapper .topbar {
        justify-content: space-between;
    }

    .photo-gallery a::after {
        font-size: 30px;
    }
    .header .topbar-wrapper .topbar .logo img{
        height: 55px !important;
    }
}
@media only screen and (max-width: 767px) {
    .searchWRsp {
        width:auto;
    }
    #calendarModal .ui-datepicker-multi .ui-datepicker-group {
        width: 100%;
    }

    .container-fluid {
        padding: 0 30px;
    }
     .searchbar-wrapper form input {
        width: 220px;
    }
     .iconBtn i {
      font-size:25px;
         line-height: 1;
         color: #1c3d83;
    }

    .list-item .info-section .villa-name {
        font-size: 18px;
    }
    .list-item .villa-price span {
        font-size: 12px;
    }
    .list-item .info-section .villa-properties .property-box span {
        font-size: 14px;
    }
    .list-item .item-buttons button, .list-item .item-buttons a {
        padding: 12px 0px;
    }

    .form-control {
        font-size: 14px;
        padding: 3px 6px;
    }

    #rspMenu {
        width: 320px;
    }

    .description {
        font-size: 14px;
    }
    .description p {
        line-height: 20px;
    }
}
@media only screen and (max-width: 666px) {

    .ui-datepicker-multi .ui-datepicker-group {
        width: 100%;
        border: 0px;
    }

    #calendarModal .villaCalendar .calendarInfo .calendarIcons {
        flex-wrap: wrap;
    }

        #calendarModal .villaCalendar .calendarInfo .calendarIcons .item {
            flex: 50%;
        }

    .modalRezervationForm .contactForm {
        vertical-align: initial;
        display: block;
    }

        .modalRezervationForm .contactForm form {
            width: 100%;
            display: block;
        }

    .modalRezervationForm.show {
        display: block !important;
        overflow: auto;
    }
}
@media only screen and (max-width: 575px) {
    .searchbar-wrapper.searchbarWrapperRds{
        border-radius: 0.25rem!important;
    }
    .searchbar-wrapper.searchbarWrapperRds button i:before{
        font-size: inherit; !important;
    }
    .searchbar-wrapper {
        position: static;
    }
    ul.autoComplete {
        width: 100% !important;
        max-width: 100% !important;
        margin-top: 0px !important;
    }
    .searchbar-wrapper form {
        position: absolute;
        bottom: -50px;
        left: 0px;
        width: 100%;
        z-index: 9;
    }
    .searchbar-wrapper form input {
        width: 100%;
        background-color: var(--white-color);
        height: 50px;
        font-size: 15px;
        color: #1c3d83 !important;
        box-shadow: none;
        border: 1px solid #fff;
    }
    .searchbar-wrapper form input::placeholder{
        color: #1c3d83 !important;
    }

    .container-fluid {
        padding: 0 15px;
    }
    .section-title .title {
        font-size: 24px;
    }
    .list-item .info-section .villa-properties {
        margin-top: 10px;
    }
    .list-item .villa-price span {
        font-size: 14px;
    }
    .page-numbers > span {
        font-size: 13px;
    }
    .page-numbers ul li a {
        width: 32px;
        height: 32px;
        font-size: 13px;
    }

    .photo-gallery a {
        width: calc(50% - 10px);
    }

    .description .spacer-title {
        font-size: 20px;
    }

    .bread-crumb ul li a {
        font-size: 14px;
    }
    .teklifBtn {
    display:none;
    }
}
@media only screen and (max-width: 499px) {
    #calendarModal #calendar td[data-handler][data-year] a {
        height: 25px;
    }
    .list-item .info-section .villa-properties .property-box {
        flex-flow: column nowrap;
    }
    .list-item .info-section .villa-properties .property-box i {
        margin-bottom: 5px;
    }
    .list-item .info-section .villa-properties .property-box i:before {
        margin-right: 0px;
        font-size: 32px;
    }
    .footer-wrapper .partners ul li {
        flex: 0 0 100%;
        justify-content: center;
        margin-bottom: 20px;
    }
    .footer-wrapper .partners ul li img {
        max-width: 200px;
    }

    .label-field label {
        font-size: 14px;
    }

    .section-title .title {
        font-size: 24px;
    }
    .section-title p {
        font-size: 13px;
    }

    .description .spacer-title {
        font-size: 18px;
    }
}
@media only screen and (max-width: 450px) {
    .favList ul li ul {
        min-width: 290px;
    }
    .favList ul li ul li img {
        width: 70px;
        height: 46px;
    }

    .list-item .villa-price span {
        font-size: 13px;
    }
}