.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: 'proty';
    position: absolute;
    color: #fff;
    top: 50%;
    left: 31px;
    transform: translateY(-50%);
    font-size: 18px;

}

.tf-search-wrap.style1 .tf-search-form-top.desktop {
    padding: 16px;
}

.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.desktop .group-input input,
.tf-search-wrap .tf-search-form-top.desktop .group-input .nice-select,
.tf-search-wrap .tf-search-form-top.desktop .group-input .select2-container--default .select2-selection--single {
    margin: 0;
    padding: 14px 15px !important;
    line-height: unset;
    border-color: rgb(234, 234, 234);
    width: 100%;
    border-radius: 16px;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
}

.tf-search-wrap .tf-search-form-top.desktop .group-input input::placeholder,
.tf-search-wrap .tf-search-form-top.desktop .group-input .nice-select .current,
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #5C5E61 !important;
    font-size: 15px;
    font-weight: 400;
}

.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: 54px;
    height: 54px;
    background: var(--theme-primary-rgba);
    color: var(--theme-primary-color);
    border-radius: 16px;
    font-size: 25px;
    cursor: pointer;
}

.tf-search-wrap .tf-search-form-top.desktop .tf-search-more-btn.active .icon-proty-filter {
    display: flex;
}

.tf-search-wrap .tf-search-form-top.desktop .tf-search-more-btn.active .icon-proty-filter::before {
    content: '\e964';
    font-size: 21px;
    font-weight: 700;
}

.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: var(--theme-primary-color);
    border-color: var(--theme-primary-color);
    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: 16px;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #fff;
    padding: 17px 40px;
    background: var(--theme-primary-color);
    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: #2b2b2b !important;
    color: #fff !important;
}

.tf-search-wrap .tf-search-status-tab {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    column-gap: 14px;
} 

.tf-search-wrap .tf-search-status-tab a {
    font-size: 16px;
    font-weight: 600;
    min-width: 121px;
    background: #fff;
    color: #2b2b2b;
    padding: 14px 13px;
    border-radius: 16px;
    position: relative;
    display: inline-block;
    text-align: center;
}

.tf-search-wrap .tf-search-status-tab a::after {
    content: '';
    width: 17px;
    height: 20px;
    position: absolute;
    left: 50%;
    bottom: -6px;
    transform: translateX(-50%);
    clip-path: polygon(50% 100%, 0 50%, 100% 50%);
    opacity: 0;
    visibility: hidden;
    background: var(--theme-primary-color);
}

.tf-search-wrap .tf-search-status-tab a.active::after {
    opacity: 1;
    visibility: visible;
}

.tf-search-wrap .tf-search-status-tab a:hover,
.tf-search-wrap .tf-search-status-tab a.active {
    background: var(--theme-primary-color);
    color: #fff;
}

.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: 111%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    background: rgb(255, 255, 255);
    padding: 29px 18px 19px 16px;
    z-index: 10;
    border-radius: 16px;
    box-shadow: 0px 4px 18px 0px #00000014;
    min-width: 1280px;
    display: none;
}

.tf-search-wrap .tf-search-form-bottom input[type="text"],
.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: 15px 15px !important;
    line-height: unset;
    border-color: rgb(234, 234, 234);
    width: 100%;
    border-radius: 16px;
} 

.tf-search-wrap .tf-search-form-bottom .select2-container--default {
    width: 100% !important;
}

.tf-search-wrap .checkbox input[type="checkbox"]::before {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 11px;
    left: 10px;
    border-radius: 5px;
}

.tf-search-wrap .checkbox input[type="checkbox"]:checked:before {
    background: var(--theme-primary-color);
    border-color: var(--theme-primary-color);
}

.tf-search-wrap .checkbox input[type="checkbox"]::after {
    left: 4px;
    top: 6px;
}

.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: 110%;
    left: 0;
    width: 100%;
    background: rgb(255, 255, 255);
    padding: 20px;
    z-index: 10;
    border-radius: 20px;
    box-shadow: 0px 4px 26px 0px rgba(66, 71, 76, 0.08);
}

.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: 16px;
        padding: 8px;
    }
    .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 .tf-search-form {
        width: 100%;
        padding: 8px;
    }
    .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;
    }
}