.tf-search-wrap .tf-search-form-top.desktop {
    border-radius: 16px;
    padding: 8px;
    background: #fff;
    column-gap: 12px;
}

.tf-search-wrap.show-icon-key.style1 .tf-search-form-top.desktop .group-input input.search-field,
.tf-search-wrap.show-icon-key.style2 .tf-search-form-top.desktop .group-input input.search-field {
    padding-left: 56px !important;
}

.tf-search-wrap.show-icon-key .tf-search-form-top.desktop .group-input .keyword-field {
    position: relative;
}

.tf-search-wrap.show-icon-key .tf-search-form-top.desktop .group-input .keyword-field::after {
    content: '\e9a2';
    font-family: 'luminor';
    position: absolute;
    color: #fff;
    top: 50%;
    left: 31px;
    transform: translateY(-50%);
    font-size: 18px;

}

.tf-search-wrap.style1 .tf-search-form-top.desktop {
    padding: 28px 28px 28px;
    box-shadow: 0px 10px 25px 0px #485F771A;
    border-radius: 12px;
    column-gap: 20px;
    align-items: flex-end;
}

.tf-search-wrap.style1 .tf-search-form-top.desktop .group-inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
    width: 100%;
}

.tf-search-wrap .tf-search-form-top.desktop .group-input {
    display: flex;
    align-items: center;
    column-gap: 12px;
    row-gap: 12px;
    flex-shrink: 0;
}

.tf-search-wrap .tf-search-form-top .group-inner input,
.tf-search-wrap .tf-search-form-top .group-inner .nice-select,
.tf-search-wrap .tf-search-form-top .group-inner .select2-container--default .select2-selection--single,
.tf-search-wrap .tf-search-form-bottom input,
.tf-search-wrap .tf-search-form-bottom .nice-select,
.tf-search-wrap .tf-search-form-bottom .select2-container--default .select2-selection--single {
    margin: 0;
    padding: 11px 15px !important;
    line-height: unset;
    border-color: #E4E4E4;
    width: 100%;
    border-radius: 8px;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 0;
    color: #111111;
}

.tf-search-wrap .tf-search-form-top.desktop .group-inner label,
.tf-search-wrap .tf-search-form-bottom label {
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    text-transform: capitalize;
    color: #111;
    margin-bottom: 8px;
}

.tf-search-wrap .tf-search-form-top.desktop .group-inner input::placeholder,
.tf-search-wrap .tf-search-form-bottom input::placeholder {
    color: #A4AEB5 !important;
    font-weight: 400;
    font-size: 16px;
}

.tf-search-wrap .tf-search-form-top.desktop .group-inner .nice-select .current,
.tf-search-wrap .tf-search-form-bottom .group-inner .nice-select .current,
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #111 !important;
    font-weight: 400;
    font-size: 16px;
}

.tf-search-wrap .tf-search-form-top.desktop .group-input .form-group {
    min-width: 208px;
}

.tf-search-wrap .tf-search-form-top.desktop .group-input .form-group.keyword-field {
    min-width: 290px;
}

.tf-search-wrap .tf-search-form-top.desktop .tf-search-more-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: #fff;
    color: #111;
    border: 2px solid #111111;
    border-radius: 8px;
    font-size: 28px;
    cursor: pointer;
}

.tf-search-wrap .tf-search-form-top.desktop .tf-search-more-btn.active .icon-luminor-filter {
    display: flex;
}

.tf-search-wrap .tf-search-form-top.desktop .tf-search-more-btn.active,
.tf-search-wrap .tf-search-form-top.desktop .tf-search-more-btn:hover {
    background: #111;
    border-color: #111;
    color: #fff;
}

.tf-search-wrap .tf-search-form-top.desktop .tf-search-more-btn.active svg path {
    fill: #fff;
}

.tf-search-wrap .tf-search-form-top.desktop .tf-search-more-btn svg {
    max-width: 15px;
    transform: rotate(90deg);
    flex-shrink: 0;
}

.tf-search-wrap .tf-search-form-top.desktop .tf-search-more-btn svg path {
    fill: #b2b2b2;
}

.tf-search-wrap .tf-search-form-top.desktop .tf-advanced-search-btn {
    border-radius: 8px;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    text-transform: capitalize;
    color: #fff;
    padding: 12px 20px;
    background: #111;
    display: inline-block;
}

.tf-search-wrap .tf-search-form-top.desktop .tf-advanced-search-btn i {
    margin-left: 6px;
}

.tf-search-wrap .tf-search-form-top.desktop .tf-advanced-search-btn:hover {
    background: var(--theme-primary-color) !important;
    color: #111 !important;
}

.tf-search-wrap .tf-search-status-tab {
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    column-gap: 8px;
}

.tf-search-wrap .tf-search-status-tab a {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    text-transform: capitalize;
    min-width: 140px;
    background: #00000066;
    color: #FFFFFF;
    padding: 12px 13px;
    border-radius: 8px 8px 0 0;
    position: relative;
    display: inline-block;
    text-align: center;
}

.tf-search-wrap .tf-search-status-tab a:hover,
.tf-search-wrap .tf-search-status-tab a.active {
    background: #fff;
    color: #111111;
}

.tf-search-wrap .tf-search-form {
    position: relative;
}

.tf-search-wrap .search-properties-form .tf-search-form .tf-search-form-bottom.desktop {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    background: rgb(255, 255, 255);
    padding: 28px 20px 19px 20px;
    z-index: 10;
    border-radius: 0 0 16px 16px;
    box-shadow: 0px 10px 25px 0px #485F771A;
    min-width: 1290px;
    border-top: 1px solid #E4E4E4;
    display: none;

}

.tf-search-wrap .tf-search-form-top {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.tf-search-wrap .tf-search-form-top.active {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    transition: unset !important;
}

.tf-search-wrap .checkbox input[type="checkbox"]::before {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 14px;
    left: 10px;
    border-radius: 2px;
}

.tf-search-wrap .checkbox input[type="checkbox"]:checked:before {
    background: #111;
    border-color: #111;
}

.tf-search-wrap .checkbox input[type="checkbox"]::after {
    left: 6px;
    top: 11px;
}

.tf-search-wrap .checkbox label {
    cursor: pointer;
}

.tf-search-wrap.style1 .tf-search-form {
    width: 100%;
}

.tf-search-wrap.style1 .tf-search-form-top.desktop .group-input {
    flex: 1;
}

.tf-search-wrap.style1 .tf-search-form-top.desktop .group-input .form-group {
    min-width: unset !important;
    width: 100%;
}

.tf-search-wrap .features-wrap .wrap-checkbox {
    margin-left: -30px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.tf-search-wrap .features-wrap .wrap-checkbox .checkbox-item {
    width: calc(20% - 30px);
    margin-left: 30px;
}

.tf-search-wrap .search-properties-form .tf-search-form .tf-search-form-bottom.mobile {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: rgb(255, 255, 255);
    padding: 20px;
    z-index: 10;
    border-radius: 0 0 16px 16px;
    box-shadow: 0px 4px 26px 0px rgba(66, 71, 76, 0.08);
    border-top: 1px solid #E4E4E4;
    max-height: 400px;
    overflow-y: scroll;
}

.tf-search-wrap.style2 .select-filter .list-status {
    background-color: #fff;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin: 4px 0 0 0;
    opacity: 0;
    width: 100%;
    overflow: hidden;
    padding: 0;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    pointer-events: none;
    position: absolute;
    top: 105%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
    width: 100%;
    max-height: 155px;
    overflow: auto;
    z-index: 100;
}

.tf-search-wrap.style2 .select-filter .list-status {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}

.tf-search-wrap.style2 .tf-search-form-top.desktop .tf-search-status-tab,
.tf-search-wrap.style2 .tf-search-form-top.desktop .tf-search-status-tab .nice-select {
    margin: 0;
}

.tf-search-wrap.style2 .tf-search-form-top.desktop .tf-search-status-tab .nice-select {
    border: none;
    padding: 0px 22px;
    padding-right: 39px;
    padding-left: 16px;
    border-radius: 0;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    align-content: center !important;
    border-radius: 20px 0px 0 20px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.tf-search-wrap.style2 .tf-search-form-top.desktop .tf-search-status-tab .nice-select .current {
    font-size: 18px;
    font-weight: 600;
    overflow: unset;
    color: #2C2E33;
}

.tf-search-wrap.style2 .tf-search-form-top.desktop .tf-search-status-tab .nice-select .current:after {
    right: -8px;
    font-size: 14px;
    color: #2C2E33;
}

.tf-search-wrap.style2 .tf-search-form-top.desktop .form-group.keyword-field {
    min-width: 100% !important;
}

.tf-search-wrap.style2 .search-properties-form {
    display: block;
}

.tf-search-wrap.style2 .tf-search-form-top.desktop .group-input {
    flex: 1;
}

.tf-search-wrap.style2 .tf-search-form-top.desktop .form-group.keyword-field input {
    border: none !important;
    box-shadow: none;
    padding: 10px 10px 10px 19px !important;
    font-size: 15px;
    font-weight: 400;
    color: #2C2E33;
}

.tf-search-wrap.style2 .tf-search-form-top.desktop .form-group.keyword-field input::placeholder {
    font-size: 15px;
    font-weight: 400;
    color: #5C5E61;
}

@media only screen and (max-width: 1250px) {
    .tf-search-wrap .search-properties-form .tf-search-form .tf-search-form-bottom.desktop {
        min-width: 100%;
    }

    .search-home4 .tf-search-wrap .tf-search-form-top.desktop .group-input .form-group.keyword-field {
        min-width: 600px !important;
    }
}

@media only screen and (max-width: 1200px) {
    .tf-search-wrap .tf-search-form-top.desktop .group-input .form-group.keyword-field {
        min-width: 33.33333%;
    }

    .tf-search-wrap .tf-search-form-top.desktop .tf-search-more-btn,
    .tf-search-wrap .tf-search-form-top.desktop .tf-advanced-search-btn {
        min-width: unset;
    }
}

@media only screen and (max-width: 991px) {
    .tf-search-wrap .features-wrap .wrap-checkbox .checkbox-item {
        width: calc(33.33333% - 30px);
    }

    .tf-search-wrap.style2 .tf-search-form-top.desktop .form-group.keyword-field {
        min-width: 250px;
    }

    .tf-search-wrap.style2 .tf-search-form-top.desktop .tf-advanced-search-btn {
        min-width: 165px;
    }
}

@media only screen and (max-width: 767px) {
    .tf-search-wrap .search-properties-form .tf-search-form .tf-search-form-top.mobile {
        background: #fff;
        border-radius: 12px;
        padding: 10px;
    }

    .tf-search-wrap .search-properties-form .tf-search-form .tf-search-form-top.mobile .form-control.search-input.search-field {
        margin: 0;
    }

    .tf-search-wrap .search-properties-form .tf-search-form .tf-search-form-top.mobile .tf-search-more-btn svg {
        max-width: 20px;
        transform: rotate(90deg);
        width: 20px;
        height: 20px;
    }

    .tf-search-wrap .tf-search-form-top.mobile .form-group.input-group {
        gap: 10px;
        align-items: center;
        padding: 0;
    }

    .tf-search-wrap .search-properties-form .tf-search-form .tf-search-form-top.mobile .tf-search-more-btn svg path {
        fill: #fff;
    }

    .tf-search-wrap .features-wrap .wrap-checkbox .checkbox-item {
        width: calc(50% - 30px);
    }

    .tf-search-wrap .features-wrap .wrap-checkbox .checkbox-item .checkbox {
        margin-right: 0;
    }

    .tf-search-wrap .tf-search-status-tab a {
        font-size: 16px;
        padding: 7px 13px;
    }
}