/* CAROUSEL BASLANGIC */
.home-slider-wrapper {
    width: 100%;
    position: relative;
}

.home-slider {
    width: 100%;
    max-height: 500px;
    overflow: hidden;
}

/*.owl-carousel .owl-item img.lazy:not(.loaded) {
    height: 0px !important;
}*/

/*.owl-carousel .owl-item img {
    height: auto !important;
}*/

.owl-carousel-auto .item:not(:nth-child(1)) {
    display: none;
}
/* CAROUSEL BITIS */
/* SEARCH ENGINE BASLANGIC */
.search-engine-wrapper {
    width: 100%;
    position: absolute;
    top: 66%;
    transform: translateX(-50%) !important;
    left: 0px;
    z-index: 3;
    max-width:990px;
    left:50% !important;
}

    .search-engine-wrapper.fixed {
        position: static;
        top: 0px;
        transform: none;
    }

    .search-engine-wrapper .engine-caption {
        margin-bottom: 10px;
    }

        .search-engine-wrapper .engine-caption .section-title span {
            color: var(--white-color);
            text-shadow: 3px 3px 3px black;
        }

    .search-engine-wrapper form {
        border-radius: 8px;
        position: relative;
    }

    .search-engine-wrapper.fixed form {
        position: fixed;
        top: 62px;
        left: 0px;
        z-index: 10;
        padding: 0px;
        border-top: 0px;
        border-left: 0px;
        border-right: 0px;
        border-radius: 0px;
    }

    .search-engine-wrapper form .search-engine {
        width: 100%;
        position: relative;
        display: flex;
        align-items: center;
        flex-flow: row wrap;
        background-color: #ffffff;
        border-radius: 8px;
        padding: 0px 15px;
        border: 2px solid #dedede;
    }

    .search-engine-wrapper.fixed form .search-engine {
        border-radius: 0px;
        border-bottom: 1px solid var(--border-color-1);
    }

.search-engine .form-group-field {
    position: relative;
    flex: 0 0 30%;
    max-width: 30%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: flex-start;
}

    .search-engine .form-group-field.villa-type {
        order: 1;
    }

    .search-engine .form-group-field.villa-region {
        order: 2;
    }

    .search-engine .form-group-field.guest-field {
        order: 4;
    }

    .search-engine .form-group-field .input-field {
        padding: 10px 10px;
        background-color: var(--white-color);
        position: relative;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
    }

        .search-engine .form-group-field .input-field label {
            font-weight: normal;
            font-family: 'Roboto', sans-serif;
            color: var(--secondary-color-2);
            font-size: 14px;
            display: block;
            width: 100%;
            margin-bottom: 2px;
        }

        .search-engine .form-group-field .input-field input,
        .search-engine .form-group-field .input-field span {
            font-weight: 500;
            color: var(--dark-color-1);
            font-size: 15px;
            position: relative;
            cursor: pointer;
            width: 100%;
        }
        /* .search-engine .form-group-field .input-field input::after {
    content: '/f078';
    font-family: 'Font Awesome 5 Free';
    border: 2px solid #000;
    position: absolute;
    right: 0px;
    top: 0px;
    line-height: 30px;
} */
        .search-engine .form-group-field .input-field i.chevron-icon {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: 14px;
            font-size: 14px;
            color: #023a52 !important;
            transition: all 200ms;
        }

            .search-engine .form-group-field .input-field i.chevron-icon.rotate {
                transform: translateY(-50%) rotate(180deg);
            }

.form-group-field .under-box {
    position: absolute;
    top: 100%;
    left: 0px;
    background-color: var(--white-color);
    padding: 15px 10px;
    width: 100%;
    border: 1px solid var(--border-color-1);
    opacity: 0;
    visibility: hidden;
    transition: all 200ms;
    z-index: 3;
}

    .form-group-field .under-box.show {
        opacity: 1;
        visibility: visible;
        border-radius: 8px;
    }

.form-group-field.date-field {
    padding: 0px 0px;
    order: 3;
    flex: 0 0 30%;
    max-width: 30%;
}

    .form-group-field.date-field .input-field {
        width: 50%;
        position: relative;
        padding: 10px 10px;

    }
        .form-group-field.date-field .input-field input {
            width: 0px;
            height: 0px;
            opacity: 0;
            overflow: hidden;
            position: absolute;
            bottom: 0px;
            left: 0px;
        }

        .form-group-field.date-field .input-field .date-month {
            font-size: 16px;
        }

        .form-group-field.date-field .input-field .date-day {
            font-size: 24px;
            font-weight: 600;
        }

.form-group-field.search-btn-field {
    padding: 0px 0px 0px 10px;
    align-items: center;
    border: 0px;
    flex: 0 0 calc(10% + 1px);
    max-width: 10%;
    order: 5;
    border-radius: 6px;
    overflow: auto;
}

form .form-group-field.search-btn-field .search-btn {
    transition: all 200ms;
    padding: 10px 20px;
    height: 100%;
    width: 100%;
    font-size: 26px;
    outline: 0px;
    background-color: #4a7cbf;
    color: var(--white-color);
    border-radius: 6px;
}
.f-size-12{
    font-size: 12px;
}
.text-opacity-50{
    opacity: 70%;
}

.comments-section .owl-carousel .owl-dots .owl-dot{
    width: 15px;
    height: 15px;
    background-color: #dedede;
    border-radius: 50%;
    position: relative;
    margin-right: 15px;
}
.comments-section .owl-carousel .owl-dots button:before{
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    transition: all 0.3s ease;
    top: -5px;
    left: -5px;
}
.comments-section .owl-carousel .owl-dots .owl-dot span{
    display: none !important;
}
.comments-section .owl-carousel .owl-dots button.active:before{
   border: 1px solid #949494;

}
.comments-section .comments-item .image-wrap{
    flex-shrink: 0;
}
.comments-section .comments-item .image-wrap img{
    height: 180px !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.comments-section .owl-carousel .owl-stage-outer{
    overflow: visible;
}
.comments-section .owl-carousel .owl-stage-outer .owl-item:not(.active){
    opacity: 0.3;
}
.comments-section .comments-item{
    position: relative;
    overflow: hidden;
    background-color: white;
    border-radius: 4px;
}

.fixed form .form-group-field.search-btn-field .search-btn {
    border-radius: 0px;
}
#homesCategory-2 .item .category-box:before{
    content: none;
}

#homesCategory-2 .item .category-name{
    position: relative;
    font-weight: 500;
    transition: all 200ms;
    color: black;
    font-size: 15px;
    width: 100%;
    text-align: center;
    top: unset;
    transform: unset;
}
#homesCategory-2 .item .category-name span{
    font-weight: 500;
    font-size: 18px;
}
#homesCategory-2 .item .category-name strong{
    font-size: 22px;
}

.form-group-field.search-btn-field .search-btn:hover {

}

.form-group-field.search-btn-field .search-btn i {
    margin-bottom: 5px;
}

form .form-group-field.search-btn-field .search-btn span {
    display: none;
}

.form-group-field.guest-field .input-field {
    flex-flow: row nowrap;
    justify-content: space-between;
    position: relative;
}

    .form-group-field.guest-field .input-field input {
        width: 35px;
        text-align: center;
        font-size: 30px;
        font-weight: 600;
    }

    .form-group-field.guest-field .input-field .guest-select {
        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
        align-items: center;
        position: absolute;
        right: 10px;
        top: 0px;
        height: calc(100% + 40px);
        margin-top: -20px;
        background-color: var(--white-color);
        border-radius: 4px;
        z-index: 2;
    }

.fixed .form-group-field.guest-field .input-field .guest-select {
    flex-flow: row-reverse nowrap;
    height: 100%;
    margin-top: 0px;
}

.form-group-field.guest-field .input-field .guest-select button {
    width: 25px;
    height: 25px;
    background-color: transparent;
    color: #023a52 !important;
    outline: 0px;
}

.fixed .form-group-field.guest-field .input-field .guest-select button {
    background: var(--light-color-3);
    border-radius: 100%;
    font-size: 15px;
}

.search-engine-wrapper form .detail-search {
    max-height: 0px;
    overflow: hidden;
    transition: all 300ms;
    background-color: var(--white-color);
    margin-top: -1px;
    order: 6;
}

    .search-engine-wrapper form .detail-search.show {
        margin-top: 10px;
        padding: 10px 10px;
        max-height: 250px;
        overflow-y: auto;
        border-radius: 8px;
    }

form .detail-search .left-section {
    flex: 0 0 calc(50% - 20px);
    margin-right: 20px;
}

.detail-search .left-section .price-range .rangebox {
    flex: 0 0 calc(50% - 10px);
    margin: 0px 5px;
    border-radius: 8px;
    padding: 6px 12px;
    border: 1px solid var(--border-color-1);
}

    .detail-search .left-section .price-range .rangebox:first-child {
        margin-left: 0px;
    }

    .detail-search .left-section .price-range .rangebox input {
        width: calc(100% - 20px);
    }

form .detail-search .right-section {
    flex: 0 0 50%;
}

    form .detail-search .right-section .villa-properties {
        max-height: 160px;
        overflow-y: auto;
    }

        form .detail-search .right-section .villa-properties li {
            flex: 0 0 50%;
        }

form .searchFilterBtn {
    order: 6;
}

.search-engine-wrapper.fixed form .searchFilterBtn {
    display: none;
}

form .searchFilterBtn label {
    color: #fff;
    text-shadow: 0 0 15px black;
}
/* SEARCH ENGINE BITIS */
.show-all {
    position: relative;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 3px 6px 0 rgba(46,54,82,.1);
    color: #fff;
    background-color: #4a7cbf;
    transition: all 200ms linear;
}

    .show-all:hover {
        color: var(--white-color) !important;
    }



.categories-section {
    width: 100%;
}
    .categories-section .categories .item {
        display: flex;
        align-items: center;
        justify-content: center;
        width: calc(100% - 10px);
        margin-left: 5px;
    }
    }

.categories .item a:hover {
    color: inherit;
}

.categories .category-item {
    color: var(--white-color);
    border-radius: 4px;
    transition: all 250ms linear;
    overflow: hidden;
    position: relative;
    border-bottom: 5px solid #dee2e6!important;
}

    .categories .category-item:hover {

    }

.categories-section .categories .category-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--white-color);
    width: 35px;
    height: 35px;
    border-radius: 6px;
    z-index: 2;
    outline: 0px;
}



    .categories-section .categories .category-btn.next {
        right: 0px;
    }

.categories .item .imgbox {
    width: 100%;
    height: 100px;
    overflow: hidden;
    position: relative;
    transition: all 200ms;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all .2s ease;
}

.house-category {
    background-color: #ffffff;
}

.info-color-5 {
    background-color: var(--info-color-5);
}

.text-info-color-6 {
    color: var(--info-color-6) !important;
}

.categories .item .category-item:hover .imgbox::before {
    animation: spin 2s linear infinite;
}

.categories .owl-stage {
    display: flex;
}

    .categories .owl-stage .item, .categories .owl-stage .item a, .categories .owl-stage .item .category-item {
        height: 100%;
    }

.categories .item .imgbox img {
    width: 100% !important;
    height: 100% !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 250ms linear;
}

.category-box:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 100%;
    border: 3px dashed #000000;
    background-clip: content-box;
    animation: spin 10s linear infinite;
}
.categories .item:hover .category-box:before{
    animation: spin 4s linear infinite;
    border-radius: 100%;
}

.categories .item .category-name {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 500;
    text-align: center;
    transition: all 200ms;
    font-size: 15px;
}



.populer.d-flex.flex-wrap .item {
    width: 33.33%;
    margin: 5px 0;
}

.recommended-villa-section {
    /* background-image: url('../img/uploads/background-1.jpg'); */
    position: relative;
}

    .recommended-villa-section::before {
        content: '';
        width: 100%;
        height: 280px;
        position: absolute;
        top: 142px;
        background-color: var(--light-color-1);
        /* background-image: url('../img/uploads/background-1.jpg'); */
    }

    .recommended-villa-section .recommended-section {
        position: relative;
        width: 100%;
    }

    .recommended-villa-section .recommended-btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background-color: var(--white-color);
        width: 35px;
        height: 35px;
        border-radius: 6px;
        z-index: 2;
        outline: 0px;
    }

        .recommended-villa-section .recommended-btn.prev {
            left: -6px;
        }

        .recommended-villa-section .recommended-btn.next {
            right: -6px;
        }

    .recommended-villa-section .owl-carousel .item {
        padding: 15px;
    }

    .recommended-villa-section .recommended-item {
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 2px 15px var(--dark-transparent-color-2);
        background-color: var(--white-color);
        flex-wrap: nowrap;
    }

.recommended-item .item-left,
.recommended-item .item-right {
    flex: 0 100%;
}

.recommended-item .item-left {
    padding: 30px;
    display: flex;
    flex-flow: column nowrap;
}

    .recommended-item .item-left .villa-name {
        font-weight: 700;
        font-size: 20px;
        color: var(--danger-color-1);
    }

    .recommended-item .item-left .villa-location {
        font-size: 16px;
        font-weight: 500;
        color: var(--secondary-color-3)
    }

    .recommended-item .item-left .villa-description {
        color: var(--secondary-color-3);
        font-size: 14px;
        position: relative;
        transition: all 200ms;
    }

    .recommended-item .item-left .wrapper-bar {
        padding: 10px 15px;
        background-color: var(--info-transparent-background-1);
        color: var(--info-color-1);
        font-weight: 500;
        font-size: 16px;
        border-radius: 8px;
    }

        .recommended-item .item-left .wrapper-bar .price {
            font-size: 22px;
            font-weight: 600;
        }

    .recommended-item .item-left .villa-description.read-hide {
        max-height: 150px;
        overflow-y: hidden;
    }

        .recommended-item .item-left .villa-description.read-hide.show {
            max-height: none;
            overflow: visible;
            padding-bottom: 20px;
        }

    .recommended-item .item-left .villa-description p {
        line-height: 22px;
    }

.villa-description .description-component {
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 3;
    padding: 60px 10px 10px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background: rgb(255,255,255);
    background: rgb(255,255,255);
    background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 86%);
    background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 86%);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 86%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}

    .villa-description .description-component.remove-bg {
        background: transparent;
    }

    .villa-description .description-component button {
        color: var(--success-color-1);
        font-size: 16px;
        text-transform: capitalize;
    }

.recommended-item .item-left .villa-properties {
    font-size: 16px;
    border-bottom: 1px solid var(--border-color-1);
    padding-bottom: 10px;
}

    .recommended-item .item-left .villa-properties .property-box {
        padding: 5px;
    }

        .recommended-item .item-left .villa-properties .property-box i,
        .recommended-item .item-left .villa-properties .property-box i::before {
            font-size: 28px;
        }

.recommended-item .item-left .item-buttons button,
.recommended-item .item-left .item-buttons a {
    padding: 10px 20px;
    font-weight: 600;
    margin: 0 5px;
    background-color: var(--danger-color-1);
    color: var(--white-color);
    border-radius: 8px;
    transition: all 300ms;
}

    .recommended-item .item-left .item-buttons button:hover {
        background-color: var(--danger-color-2);
    }

.recommended-item .item-right img {
    width: 100%;
    height: 420px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}



.regions-section .region-item {
    border-radius: 6px;
    overflow: hidden;
    border: 2px solid #dedede;
    width: 275px;
    float: left;
    position: relative;
}

    .regions-section .region-item.cover {
        width: calc(50% - 16px);
    }

    .regions-section .region-item .imgbox {
        width: 100%;
        height: 270px;
        float: left;
        position: relative;
    }

        .regions-section .region-item .imgbox::before {
            content: '';
            position: absolute;
            top: 0px;
            left: 0px;
            background-color: var(--dark-color-1);
            opacity: 0.2;
            width: 100%;
            height: 100%;
            z-index: 2;
            transition: all 300ms;
        }


    .regions-section .region-item.cover .imgbox {
        height: calc(400px - 16px);
    }

    .regions-section .region-item .imgbox img {
        width: 100%;
        height: 300px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .regions-section .region-item .caption {
        float: left;
        position: absolute;
        top: 0px;
        left: 0px;
        padding: 20px 20px;
        color: var(--white-color);
        border-radius: 8px;
        z-index: 3;
    }
    .regions-section .region-item{
        transition: all 300ms;
    }
.regions-section .region-item:hover{
    transform: translateY(-12px);
    box-shadow: 0px 12px 14px rgba(0,0,0,0.5);
}

    .regions-section .item-hover{
        position: absolute;
        z-index: 2;
        top: 0;
        left: 0;
        opacity: 0;
        visibility: hidden;
        transition: all 300ms;
    }
    .regions-section .region-item:hover .item-hover{
        opacity: 1;
        visibility: visible;
    }
.regions-section .region-item:hover .item-hover .item-content{
    color: #f26725 !important;
    border: 1px solid #f26725;
}

.regions-section .region-item .caption strong {
            font-size: 22px;
            font-weight: 600;
        }

        .regions-section .region-item .caption span {
            font-size: 15px;
            font-weight: 500;
        }

.comments-section-wrapper {
    color: #e3b43b;
    margin-bottom: 0px;
}

.comments-section .item {
    box-shadow: 0 2px 15px var(--dark-transparent-color-2);
    border: 1px solid var(--border-color-1);
    background-color: var(--white-color);
    border-radius: 8px;
}

.comments-section .comment-item {
    color: var(--dark-color-1);
    padding: 5px 30px 20px;
    text-align: center;
}

.comments-section .item .villa-image-section {
    width: 100%;
    height: 200px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    overflow: hidden;
    position: relative;
}

    .comments-section .item .villa-image-section .swiper {
        position: absolute;
        left: 0px;
        bottom: 0;
        z-index: 2;
        width: 100%;
        height: 20px;
        background-color: #fff;
        border-top-left-radius: 18px;
        border-top-right-radius: 18px;
    }

    .comments-section .item .villa-image-section img {
        height: 100%;
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .comments-section .item .villa-image-section .text-section {
        position: absolute;
        bottom: 30px;
        left: 10px;
    }

        .comments-section .item .villa-image-section .text-section span {
            font-size: 24px;
            font-weight: 600;
            text-shadow: 0 0 8px black;
        }

.comments-section .comment-item .fa-quote-left::before,
.comments-section .comment-item .fa-quote-right::before {
    font-size: 30px;
    color: var(--secondary-color-3);
}

.comments-section .comment-item .description-field {
    color: var(--secondary-color-3);
    font-size: 15px;
    text-align: left;
}

    .comments-section .comment-item .description-field p {
        line-height: 24px;
        margin: 0px;
        padding-top: 0px;
    }

.comments-section .comment-item .comment-info .imgbox {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 100%;
}

    .comments-section .comment-item .comment-info .imgbox img {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }

.comments-section .comment-item .comment-info .guest-name {
    font-weight: 600;
    font-size: 18px;
}

.comments-section .comment-item .comment-info .comment-date {
    font-size: 14px;
}

@keyframes spin {
    100% {
        transform: rotateZ(360deg);
    }
}



.redirectImage {
    display: table;
    float: left;
    width: 100%;
    height: 500px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
}

    .redirectImage .container {
        height: 100%;
        display: table;
        z-index: 1000;
        position: relative;
        top: 0;
    }

        .redirectImage .container .infoRigthText {
            display: table-cell;
            /* vertical-align: middle; */
            text-align: right;
            color: #fff;
            padding: 65px 0px 0px 0px;
        }

            .redirectImage .container .infoRigthText .redirect-Title {
                font-size: 47px;
                display: table;
                float: right;
                width: 100%;
                text-shadow: 0 0 6px #4e4848;
            }

            .redirectImage .container .infoRigthText .subTitle {
                float: right;
                width: 100%;
                font-size: 22px;
                margin: 10px 0px;
                max-width: 380px;
                text-shadow: 0 0 6px #4e4848;
            }

            .redirectImage .container .infoRigthText .redirect_btn {
                padding: 10px 20px;
                background: #00539f;
                display: table;
                float: right;
                border-radius: 5px;
                clear: both;
            }

                .redirectImage .container .infoRigthText .redirect_btn:hover {
                    background: #003a6f;
                    color: #fff;
                    text-decoration: none;
                }

    .redirectImage .bgFilter {
        background-attachment: fixed;
        height: 100%;
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        z-index: 1;
        top: 0;
        left: 0;
    }

@media only screen and (max-width: 1799px) {

}

@media only screen and (max-width: 1599px) {
}

@media only screen and (max-width: 1399px) {

}

@media only screen and (max-width: 1299px) {

}

@media only screen and (max-width: 1199px) {
    .search-engine-wrapper {
        top: 30%;

    }


    .search-engine-wrapper form .search-engine {
        flex-flow: row wrap;
    }



    form .form-group-field.search-btn-field .search-btn {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 8px;
        border-bottom-left-radius: 8px;
    }



    .form-group-field.search-btn-field {
        order: 6;
    }

}

@media only screen and (max-width: 991px) {
    .search-engine-wrapper form .search-engine{
        padding: 8px 15px;
    }
    .main {
        margin-top: 20px;
    }
    .listing .list-item{
        margin-bottom: 0px !important;
        flex: 0 0 55%;
        scroll-snap-align: center;
    }
    .listing .list-item:first-child{
          padding-left: 0px !important;
    }
    .listing .list-item:last-child{
        padding-right: 0px !important;
    }

    #homesCategory-2 .item .category-name span{
        font-size: 14px !important;
    }
    #homesCategory-2 .item .category-name strong{
        font-size: 20px !important;
    }


    .search-engine-wrapper {
        position: relative;
        transform: translateY(0%);
        margin-top: -150px;
        margin-bottom: 15px;
        top: auto;
        left:auto;
    }

    form .searchFilterBtn label {
        color: var(--dark-color-1);
        text-shadow: none;
    }

    .show-all {
        position: relative;
        bottom: 0px;
    }


    .search-engine .form-group-field {
        flex: 0 0 50%;
        max-width: 50%;
    }



    form .form-group-field.search-btn-field .search-btn {
        font-size: 22px;
    }

        form .form-group-field.search-btn-field .search-btn span {
            display: block;
        }

    .form-group-field.guest-field .input-field .guest-select {
        height: 100%;
        margin-top: 0px;
    }

    .form-group-field.guest-field .input-field input {
        font-size: 26px;
    }

    .form-group-field.date-field .input-field .date-day {
        font-size: 20px;
    }

    .search-engine .form-group-field .input-field {
        height: 70px;
    }

    .categories .item .category-item .category-caption strong {.search-engine-wrapper .engine-caption
        font-size: 20px;
    }

    .categories .item .category-item .category-caption span {
        font-size: 16px;
    }

    form .detail-search .right-section .villa-properties li {
        flex: 0 0 100%;
    }

    .detail-search .left-section .price-range .rangebox {
        flex: 0 0 100%;
        margin: 5px 0px;
    }

    .listing {
        flex-wrap: nowrap !important;
        overflow-x: auto;
    }



    .recommended-item .item-right img {
        height: 370px;
    }

    .recommended-villa-section::before {
        top: 50%;
        transform: translateY(-49%);
    }

    .text-section-wrapper .img-section {
        width: 250px;
        margin-bottom: 20px;
    }

    .text-section-wrapper .section-title,
    .text-section-wrapper .description {
        text-align: center;
    }

    .regions-section .region-item.cover {
        width: calc(50% - 16px);
    }

    .regions-section .region-item {
        width: calc(50% - 16px);
    }

        .regions-section .region-item.cover .imgbox {
            height: calc(200px - 16px);
        }
}

@media only screen and (max-width: 767px) {
    .list-item .imgbox {
        height: 245px !important;
    }
    .listing .list-item{
        flex: 0 0 65%;
    }

    .search-engine-wrapper {
        margin-top: 10px !important; !important;
        left: unset !important;
        transform: unset !important;
    }

    .section-title .title {
        font-size: 26px;
    }

    .recommended-item .item-right img {
        height: 300px;
    }

    .text-section-wrapper .img-section {
        width: 200px;
    }

    .text-section-wrapper .section-title span {
        font-size: 30px;
    }

    .text-section-wrapper .section-title p {
        font-size: 13px;
    }

}

@media only screen and (max-width: 575px) {
    .search-engine-wrapper form .search-engine{
        padding: 0px 15px;
    }

    .listing .list-item{
        flex: 0 0 90%;
    }
    .comments-section .comments-item .image-wrap img{
        width: 100% !important;
        border-radius: 4px !important;
        height: 200px;
    }
    .comments-section .comments-item .image-wrap {
        width: 100% !important;
        margin-bottom: 5px;
    }
    .section-title .title {
        font-size: 22px;
    }
    #homesCategory-2 .item .category-name span {
        font-size: 12px !important;
    }
    #homesCategory-2 .item .category-name strong {
        font-size: 18px !important;
    }
    .f-respons-size{
        font-size: 12px!important;
    }

    .show-all {
        padding: 8px 10px;
        margin-top: 20px;
    }

    .text-section-wrapper .img-section {
        width: 150px;
    }

    .text-section-wrapper .section-title span {
        font-size: 28px;
    }

    .text-section-wrapper .section-title, .text-section-wrapper .description {
        font-size: 13px;
        line-height: normal;
    }



    .categories-section .categories .category-btn.prev {
        left: 0px;
    }


    .list-item:hover {
        margin-top: 10px;
    }

    .list-item .info-section {
        padding: 15px 8px;
    }

    .regions-section-wrapper .regions-section {
        display: flex;
        flex-flow: row nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scroll-behavior: smooth;
        -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
        max-width: 100%;
    }

        .regions-section-wrapper .regions-section a {
            flex: 0 0 270px;
        }
    .regions-section-wrapper .regions-section a:first-child {
    margin-left: unset;
    }

    .recommended-villa-section .recommended-btn {
        top: 200px;
    }

        .recommended-villa-section .recommended-btn.prev {
            left: 2px;
        }

        .recommended-villa-section .recommended-btn.next {
            right: 2px;
        }
}

@media only screen and (max-width: 499px) {
    .form-group-field.search-btn-field{
        margin-bottom: 10px  !important;
    }
    .form-group-field .guest-field{
        border-bottom: unset !important;
    }
    .search-engine .form-group-field {
        flex: 0 0 100%;
        max-width: 100%;
        border-right: unset !important;
        border-bottom: 1px solid var(--border-color-1);
    }
    .search-engine .form-group-field .input-field{
        border-right: unset !important;
    }
    .form-group-field.search-btn-field {
        border-bottom: 0px;
    }


    .show-all {
        width: 180px;
        font-size: 16px;
        padding: 6px 0px !important;
    }

    .recommended-item .item-left {
        padding: 20px;
    }

        .recommended-item .item-left .wrapper-bar {
            font-size: 14px;
            padding: 15px 10px;
        }

            .recommended-item .item-left .wrapper-bar .price {
                font-size: 18px;
                font-weight: 700;
            }

        .recommended-item .item-left .villa-properties .property-box {
            flex: 0 0 50%;
        }

            .recommended-item .item-left .villa-properties .property-box i {
                margin-bottom: 5px;
            }

                .recommended-item .item-left .villa-properties .property-box i::before {
                    margin-right: 0px;
                }

        .recommended-item .item-left .item-buttons button {
            padding: 10px 15px;
        }

    .search-engine .form-group-field .input-field {
        height: 58px;
    }


    .form-group-field.guest-field .input-field .guest-select {
        flex-flow: row-reverse nowrap;
        width: unset !important;
    }

        .form-group-field.guest-field .input-field .guest-select button {
            background: var(--light-color-3);
            border-radius: 100%;
            font-size: 15px;
        }

    .form-group-field.date-field .input-field {
        padding: 0px 10px;
        justify-content: center !important;
    }

    form .form-group-field.search-btn-field .search-btn {
        font-size: 16px;
    }

    .form-group-field.search-btn-field .search-btn i {
        margin-bottom: 0px;
    }

    .search-engine .form-group-field .input-field input, .search-engine .form-group-field .input-field span {
        font-size: 16px;
    }

    .section-wrapper {
        margin: 25px 0px;
    }

    .comments-section-wrapper {
        padding: 30px 0px;
    }

    .regions-section-wrapper {
        padding: 30px 0px;
    }

    .categories .item .category-item:hover {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 430px) {
    .list-item .imgbox {
        height: 205px !important;
    }
    .search-engine-wrapper .engine-caption .section-title span {
        font-size: 18px !important;
    }

    .section-title .title {
        font-size: 18px;
    }

    .form-group-field.date-field .input-field .date-month {
        font-size: 15px;
    }

    .form-group-field.date-field .input-field .date-day {
        font-size: 18px;
    }

    .form-group-field.guest-field .input-field input {
        font-size: 22px;
    }

    .categories .item .imgbox img {
        height: 50px;
    }

    .categories .item .category-item .category-caption span {
        font-size: 20px;
    }

    .categories .item .category-item .category-caption strong {
        font-size: 26px;
    }

    .recommended-item .item-left .villa-properties .property-box i, .recommended-item .item-left .villa-properties .property-box i::before {
        font-size: 22px;
    }

    .recommended-item .item-left .wrapper-bar {
        padding: 15px 10px;
        flex-direction: column !important;
    }

        .recommended-item .item-left .wrapper-bar .price {
            margin-top: 5px;
        }

    .recommended-item .item-left .villa-properties {
        font-size: 14px;
    }

    .recommended-item .item-right img {
        height: 260px;
    }

    .recommended-item .item-left .item-buttons button, .recommended-item .item-left .item-buttons a {
        padding: 10px;
        font-size: 15px;
    }
}

@media only screen and (max-width: 380px) {
    .listing .list-item{
        flex: 0 0 97% !important;
    }
    .recommended-item .item-right img {
        height: 220px;
    }
}
.list-item .imgbox {
    height: 275px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.mw-categories{
    max-width: 1100px !important;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
