.tf-search-form-top .form-group input, 
.tf-search-form-bottom .form-group input, 
.tf-search-form-top .form-group .select2-selection, 
.tf-search-form-bottom .form-group .select2-selection {
    margin: 0;
}

.select2-dropdown {
    border-radius: 10px;
    z-index: 888;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b,
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: solid #5C6368;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: translateY(-50%) rotate(-135deg);
    -webkit-transform: translateY(-50%) rotate(-135deg);
    margin-left: -10px;
    margin-top: 0%;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    margin-top: -2px;
}

.select2-container--default .select2-selection--multiple {
    background-image: linear-gradient(45deg, transparent 50%, #5C6368 50%), linear-gradient(135deg, #5C6368 50%, transparent 50%);
    background-position: calc(100% - 31px), calc(100% - 26px);
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--theme-primary-color);
}

.select2-dropdown,
.select2-search--dropdown .select2-search__field,
.select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: #E5E5EA;
}

.select2-results__option {
    font-size: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.select2-results__options::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    background-color: #f5f5f5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}

.select2-results__options::-webkit-scrollbar-thumb {
    background-color: #a7a7a7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}

.select2-results__options::-webkit-scrollbar {
    width: 6px;
    height: 4px;
    background-color: #f5f5f5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}



input[type=checkbox] {
    border-radius: 5px;
    outline: unset;
    outline-offset: unset;
    position: relative;
    width: 20px;
    height: 20px;
    background: transparent;
    -webkit-appearance: none;
    border: 1px solid #E5E5EA;
    padding: 0px;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.form-check-input:checked[type=checkbox] {
    background-image: unset;
}

.form-check-input:focus {
    border-color: #E5E5EA;
    outline: 0;
    box-shadow: unset;
}

input[type='checkbox']:checked {
    background: #161E2D;
    border-color: #161E2D;
}

input[type='checkbox']:before {
    content: '';
    left: 9px;
    top: 7px;
    width: 7px;
    height: 13px;
    border: solid #D5D5D5;
    border-width: 0 2px 2px 0;
    position: absolute;
    -webkit-transform: translate(-50%, -50%) rotate(35deg);
    -ms-transform: translate(-50%, -50%) rotate(35deg);
    transform: translate(-50%, -50%) rotate(35deg);
    display: none;
    border-color: #fff;
}

input[type='checkbox']:checked:before {
    display: block;
}

.checkbox input[type="checkbox"]:checked ~ span {
    color: #161E2D;
    font-weight: 500;
}

.group-checkbox label {
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 150%;
    margin-left: 7px;
}

.wrap-checkbox {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    position: relative;
    grid-column: 1 / -1;
    margin-top: 10px;
    margin-left: -30px;
}

.wrap-checkbox .checkbox-item {
    flex: unset;
    max-width: unset;
    width: calc(20% - 30px);
    margin-left: 30px;
    padding: 0;
}

.tf-search-wrap.style2 .wrap-checkbox .checkbox-item {
    flex: unset;
    max-width: unset;
    width: calc(16.66% - 30px);
    margin-left: 30px;
    padding: 0;
}

.wrap-checkbox .checkbox-item .checkbox,
.wrap-checkbox .checkbox-item .checkbox label {
    margin: 0;
}

.wrap-checkbox .checkbox-item .checkbox {
    margin-bottom: 14px;
}

.tf-search-wrap .property-feature-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    color: #161E2D;
}

.tfre-range-slider-filter .tfre-title-range-slider {
    margin-bottom: 17px;
}

.search-properties-form .tf-search-status-tab {
    margin-bottom: -1px;
}

.form-search-inner.start .tf-search-form {
    border-radius: 0px 10px 10px 10px ;
}

.form-search-inner.center .tf-search-form {
    border-radius: 10px 10px 10px 10px ;
}

.form-search-inner.end .tf-search-form {
    border-radius: 10px 0px 10px 10px ;
}

/* Style 1 */

.tf-search-wrap.style1 .search-properties-form {
    display: flex;
    max-width: 1290px;
    flex-direction: column;
    align-items: flex-start;
}

.tf-search-wrap.style1 .search-properties-form .tf-search-status-tab {
    display: flex;
    align-items: flex-start;
    margin-bottom: 23px;
    column-gap: 10px;
}

.tf-search-wrap.style1 .search-properties-form .tf-search-status-tab .btn-status-filter {
    display: flex;
    min-width: 95px;
    padding: 13px 55px;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
    background: transparent;
    border: 1px solid #fff;
    color: #fff !important;
    text-align: center;
    border-radius: 99px;
    font-size: 16px;
    font-weight: 600;
    line-height: 21.86px;
    position: relative;
}

.tf-search-wrap.style1 .search-properties-form .tf-search-status-tab .btn-status-filter.active::after {
    content: '';
    width: 10px;
    height: 5px;
    background: inherit;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.tf-search-wrap.style1 .search-properties-form .tf-search-status-tab {
    border-radius: 10px 10px 0px 0px;
}

.tf-search-wrap.style1 .search-properties-form .tf-search-status-tab .btn-status-filter:hover,
.tf-search-wrap.style1 .search-properties-form .tf-search-status-tab .btn-status-filter.active {
    background: var(--theme-primary-color);
    color: #fff !important;
    border-color: var(--theme-primary-color);
}

.tf-search-wrap.style1 .search-properties-form .tf-search-form {
    padding: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 0px;
    align-self: stretch;
    border-radius: 10px 0px 0px 10px;
    background: #FFF;
    border-top: none;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 10px 25px 0px #365F681A;
}

.form-search-inner.center .tf-search-wrap .search-properties-form {
    align-items: center;
}

.form-search-inner.start .tf-search-wrap .search-properties-form {
    align-items: left;
}

.form-search-inner.end  .tf-search-wrap .search-properties-form {
    align-items: end;
}

.form-search-inner.start .tf-search-wrap.style1 .tf-search-form {
    border-radius: 0px 0px 0px 10px ;
    padding: 20px 20px 20px 40px;
}

.form-search-inner.center .tf-search-wrap.style1 .tf-search-form {
    border-radius: 999px;
    padding: 20px 20px 20px 40px;
}

.form-search-inner.end  .tf-search-wrap.style1 .tf-search-form {
    border-radius: 10px 0px 0px 10px ;
    padding: 20px 20px 20px 40px;
}

.tf-search-wrap.style1 .search-properties-form .tf-search-form .tf-search-form-top {
    padding: 0;
    display: flex;
    align-items: center;
    gap: 0px;
    align-self: stretch;
    justify-content: space-between;
    row-gap: 10px;
}

.tf-search-wrap.style1 .search-properties-form .tf-search-form .tf-search-form-top .group-input {
    display: flex;
    margin-left: -12px;
    width: 100%;
    flex-wrap: wrap;
}

.tf-search-wrap.style1 .search-properties-form .tf-search-form .tf-search-form-top .group-input input,
.tf-search-wrap.style1 .search-properties-form .tf-search-form .tf-search-form-top .group-input .select2-selection,
.tf-search-wrap.style1 .search-properties-form .tf-search-form .tf-search-form-top .group-input .nice-select  {
    border: none !important;
    border-radius: 0 !important;
}

.tf-search-wrap .search-properties-form .form-group .select2-container {
    width: 100% !important;
}

.tf-search-wrap.style1 .search-properties-form .tf-search-form .tf-search-form-top .features-list {
    padding-left: 10px;
}

.tf-search-wrap.style1 .search-properties-form .tf-search-form .tf-search-form-top .wrap-checkbox .checkbox-item {
    flex: unset;
    max-width: unset;
    width: calc(25% - 30px);
    margin-left: 30px;
    padding: 0;
}

.tf-search-wrap.style1 .search-properties-form .tf-search-form .tf-search-form-top .group-input  .form-group .form-control.search-field {
    margin-bottom: 0;
}

.tf-search-wrap.style1 .search-properties-form .tf-search-form .tf-search-form-top .group-input  .form-group input::placeholder {
    color: #161E2D;
}

.tf-search-wrap.style1 .search-properties-form .tf-search-form .tf-search-form-top .group-input  .form-group {
    width: calc(33.33333% - 12px);
    margin-left: 12px;
    padding-right: 12px;
    margin-bottom: 0px;
    border-right: 1px solid #E4E4E4;
}

.tf-search-wrap.style1 .search-properties-form .tf-search-form .tf-search-form-top .group-input  .form-group:last-child {
    border: none;
}

.tf-search-wrap.style1 .search-properties-form .tf-search-form .tf-search-form-top.mobile, .tf-search-wrap.style1 .search-properties-form .tf-search-form .tf-search-form-bottom.mobile {
    display: none;
}

.tf-search-wrap.style1 .search-properties-form .tf-search-form .tf-search-form-bottom .form-group{
    margin-bottom: 1.4rem;
}



.tf-search-wrap.style1 .search-properties-form .tf-search-form .tf-search-form-top .form-group .form-control.search-field,
.tf-search-wrap.style1 .search-properties-form .tf-search-form .tf-search-form-bottom .form-group .form-control.search-field {
    display: flex;
    flex-grow: 1;
    height: 48px;
    padding: 13px 18px;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    border-radius: 99px;
    border: 1px solid #E4E4E4;
    background: #FFF;
    margin-bottom: 0;
    vertical-align: middle;
}
.tf-search-wrap.style1 .search-properties-form .tf-search-form .tf-search-form-top .select2-container--default .select2-selection--single .select2-selection__rendered,
.tf-search-wrap.style1 .search-properties-form .tf-search-form .tf-search-form-top .form-group .form-control.nice-select .current,
.tf-search-wrap.style1 .search-properties-form .tf-search-form .tf-search-form-top .form-group .form-control.search-field {
    padding: 2px 18px;
    padding-left: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    color: #161E2D;
    height: 35px;
}


.tf-search-wrap.style1 .search-properties-form .tf-search-form .tf-search-form-bottom,
.tf-search-wrap.style3 .search-properties-form .tf-search-form .tf-search-form-bottom {
    padding: 28px 19px 13px;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 99;
    border: 1px solid #E4E4E4;
    border-radius: 16px;
    margin-left: -1px;
    margin-right: -1px;
    margin-top: 10px;
}

.tf-search-wrap.style3 .search-properties-form .tf-search-form .tf-search-form-bottom {
    margin-left: 0px;
    margin-right: 0px;
}

.nice-select .current:after {
    font-size: 15px;
    color: #5C6368;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 10px;
}

.tf-search-wrap.style1 .search-properties-form .tf-search-form .tf-search-form-top .group-input .select2-selection {
    padding: 0;
}

.tf-search-wrap.style1 .search-properties-form .tf-search-form .tf-search-form-top .form-group .form-control.nice-select .option {
    font-size: 16px;
}

.tf-search-wrap.style1 .search-properties-form .tf-search-form .tf-search-form-top .form-group label {
font-size: 14px;
font-weight: 600;
line-height: 19.6px;
color: #A3ABB0;
margin-bottom: 6px;
}

.tf-search-wrap.style1 .search-properties-form .tf-search-form .tf-search-form-bottom .form-group label {
    color: #161E2D;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 600;
    line-height: 19.6px;
}

.tf-search-wrap.style1 .search-properties-form .tf-search-form .tf-search-form-top .form-group label {
    line-height: 1;
    margin-bottom: 0;
}

.tf-search-wrap.style1 .search-properties-form .tf-search-form .tf-search-form-bottom .features-list {
    margin-top: -10px;
}

.tf-search-wrap.style1 .search-properties-form .tf-search-form .tf-search-form-top .form-group .form-control.search-field:focus,
.tf-search-wrap.style1 .search-properties-form .tf-search-form .tf-search-form-bottom .form-group .form-control.search-field:focus{
    color: #161E2D;
    border: 1px solid var(--theme-primary-color);
}

.tf-search-wrap.style1 .search-properties-form .tf-search-form .tf-search-form-top .form-group .tf-search-more-btn {
    color: #161E2D;
    padding: 14px 40px;
    border: 1px solid var(--theme-primary-color);
    border-radius: 99px;
    display: flex;
    align-items: center;
    column-gap: 11px;
}

.tf-search-wrap.style1 .search-properties-form .tf-search-form .tf-search-form-top .form-group .tf-search-more-btn.active,
.tf-search-wrap.style1 .search-properties-form .tf-search-form .tf-search-form-top .form-group .tf-search-more-btn:hover {
    color: #fff;
    background: var(--theme-primary-color);
}

.tf-search-wrap.style1 .search-properties-form .tf-search-form .tf-search-form-top .form-group .tf-search-more-btn:hover {
    background: var(--theme-primary-color);
    color: #fff;
}

.tf-search-wrap.style1 .search-properties-form .tf-search-form .tf-search-form-top .form-group .tf-search-more-btn:hover svg path,
.tf-search-wrap.style1 .search-properties-form .tf-search-form .tf-search-form-top .form-group .tf-search-more-btn.active svg path {
    stroke: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.tf-search-wrap.style1 .search-properties-form .tf-search-form .pull-right.mb0 {
    margin-bottom: 0;
    flex-shrink: 0;
}
.tf-search-wrap.style1 .search-properties-form .tf-search-form .submit-search-form {
    margin-left: 10px;
}
.tf-search-wrap.style1 .search-properties-form .tf-search-form .tf-search-form-top .form-group .tf-search-more-btn span {
    font-size: 16px;
    font-weight: 600;
    line-height: 21.86px;
}

.tf-search-wrap .search-properties-form .tf-search-form .tf-search-form-top:not(.mobile) .form-group .tf-search-more-btn i {
    margin: 0;
}

.tf-search-wrap.style1 .search-properties-form .tf-search-form .tf-search-form-top .form-group .tf-advanced-search-btn {
    display: flex;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    padding: 13px 40px;
    align-items: center;
    background: var(--theme-primary-color);
    color: #fff !important;
    border-radius: 99px;
    margin: 0;
    height: unset;
    column-gap: 10px;
}

.tf-search-wrap.style1 .search-properties-form .tf-search-form .tf-search-form-top .form-group .tf-advanced-search-btn:hover{
    background: #1C1C1E;
    color: var(--white, #fff) !important;
}

.tf-search-wrap.style1 .search-properties-form .tf-search-form .tf-search-form-bottom.desktop {
    display: none;
}

.tf-search-wrap.style2 .search-properties-form .tf-search-form .tf-search-form-bottom.desktop {
    top: 102%;
}

.tf-search-wrap.style1 .search-properties-form .tf-search-form .tf-search-form-top.mobile {
    padding: 15px;
}

.tf-search-wrap.style1 .search-properties-form .tf-search-form .tf-search-form-bottom.mobile {
    padding-left: 15px;
    padding-right: 15px;
}

.tf-search-wrap.style1 .search-properties-form .tf-search-form .tf-search-form-top.mobile  .form-group .tf-advanced-search-btn {
    padding: 18px;
    margin-left: 0;
    border: none;    
}

.search-properties-form .tf-search-form .tf-search-form-top.mobile .input-group {
    align-items: center;
}

.search-properties-form .tf-search-form .tf-search-form-top.mobile .form-group .tf-search-more-btn,
.tf-search-wrap.style1 .search-properties-form .tf-search-form .tf-search-form-top.mobile .form-group .tf-search-more-btn {
    padding: 14px 15px;
    background: var(--theme-primary-color);
    border: none;
    color: #fff;
}

.search-properties-form .tf-search-form .tf-search-form-top.mobile .search-input {
    margin: 0 10px !important;
}
.tf-search-wrap.style1 .search-properties-form .tf-search-form .tf-search-form-top.mobile .search-input {
    margin: 0 15px;
    padding: 28px 20px !important;
    color: #161E2D;
    font-size: 16px;
}

.tf-search-wrap.style1 .search-properties-form .tf-search-form .tf-search-form-top.mobile .search-input::placeholder {
    color: #161E2D;
}
/* End Style 1 */

/* Style 2 */

.tf-search-wrap.style2 .search-properties-form .tf-search-status-tab {
    display: flex;
    align-items: flex-start;
}

.tf-search-wrap.style2 .search-properties-form .tf-search-status-tab .btn-status-filter {
    display: flex;
    min-width: 95px;
    padding: 8px 35px;
    align-items: flex-start;
    justify-content: center;
    background: #E4E4E4;
    text-transform: uppercase;
    color: #1C1C1E !important;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0.08em;    
}

.tf-search-wrap.style2 .search-properties-form .tf-search-status-tab { 
    overflow: hidden;
    margin-bottom: -1px;
    border-radius: 10px 10px 0 0;
}

.tf-search-wrap.style2 .search-properties-form .tf-search-status-tab .btn-status-filter:hover,
.tf-search-wrap.style2 .search-properties-form .tf-search-status-tab .btn-status-filter.active {
    background: var(--theme-primary-color);
    color: #fff !important;
}


.tf-search-wrap.style2 .search-properties-form .tf-search-form {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 12px;
    align-self: stretch;
    border-radius: 0px 12px 12px 12px;
    background: #FFF;
    box-shadow: 0px 10px 25px 0px #365F681A;
}

.form-search-inner.start .tf-search-wrap.style2 .tf-search-form {
    border-radius: 0px 12px 12px 12px;
}

.form-search-inner.center .tf-search-wrap.style2 .tf-search-form {
    border-radius: 12px ;
}

.form-search-inner.end  .tf-search-wrap.style2 .tf-search-form {
    border-radius: 12px 0px 12px 12px ;
}

.tf-search-wrap.style2 .search-properties-form .tf-search-form {
    padding: 23px 22px 22px 21px;
}

.tf-search-wrap.style2 .search-properties-form .tf-search-form .tf-search-form-top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
}


.tf-search-wrap.style2 .search-properties-form .tf-search-form .tf-search-form-top .tf-search-form-bottom.desktop {
    display: none;
}

.tf-search-wrap.style2 .search-properties-form .tf-search-form .tf-search-form-top .tf-search-form-bottom .row-search-form-bottom {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 21px;
    align-self: stretch;
}

.tf-search-wrap.style2 .search-properties-form .tf-search-form .tf-search-form-top.mobile,
.tf-search-wrap.style2 .search-properties-form .tf-search-form .tf-search-form-bottom.mobile {
    display: none;
}

.tf-search-wrap.style2 .search-properties-form .tf-search-form .tf-search-form-top.form-inline > .form-group,
.tf-search-wrap.style2 .search-properties-form .tf-search-form .tf-search-form-top.form-inline > .form-group .tfre-range-slider-filter {
    width: 100%;
}

.tf-search-wrap.style2 .search-properties-form .tf-search-form .tf-search-form-bottom.desktop { 
    left: unset;
    right: 0;
    width: 1290px;
}

.tf-search-wrap.style2.search-bottom-left .search-properties-form .tf-search-form .tf-search-form-bottom.desktop {
    left: 0;
    right: unset;
}

.tf-search-wrap.style2.search-bottom-right .search-properties-form .tf-search-form .tf-search-form-bottom.desktop {
    left: unset;
    right: 0;
}

.tf-search-wrap.style2 .search-properties-form .tf-search-form .tf-search-form-top .form-group .form-control.search-field,
.tf-search-wrap.style2 .search-properties-form .tf-search-form .tf-search-form-bottom .form-group .form-control.search-field {
    display: flex;
    width: 100%;
    height: auto;
    padding: 15px 16px;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    border-radius: 99px;
    border: 1px solid #E4E4E4;
    background: #FFF;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #161E2D;    
}

.tf-search-wrap.style2 .search-properties-form .tf-search-form .tf-search-form-top > .form-group label {
    display: none;
}

.tf-search-wrap.style2 .search-properties-form .tf-search-form .tf-search-more-btn {
    color: #161E2D;
    padding: 14px 40px;
    border: 1px solid var(--theme-primary-color);
    border-radius: 99px;
    display: flex;
    align-items: center;
    column-gap: 11px;
    font-size: 16px;
    font-weight: 600;
    line-height: 21.86px;
    justify-content: center;
}

.tf-search-wrap .search-properties-form .tf-search-form .tf-search-more-btn svg path {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.tf-search-wrap.style2 .search-properties-form .tf-search-form .submit-search-form {
    width: 100%;
}

.tf-search-wrap.style2 .search-properties-form .tf-search-form .submit-search-form a {
    display: flex;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    padding: 13px 40px;
    align-items: center;
    background: var(--theme-primary-color);
    color: #fff !important;
    border-radius: 99px;
    margin: 0;
    height: unset;
    column-gap: 10px;
    justify-content: center;
}

.tf-search-wrap.style2 .search-properties-form .tf-search-form .submit-search-form a:hover {
    background: #161E2D;
}

.tf-search-wrap.style2 .search-properties-form .tf-search-form .tf-search-more-btn.active,
.tf-search-wrap.style2 .search-properties-form .tf-search-form .tf-search-more-btn:hover {
    background: var(--theme-primary-color);
    color: #fff;
}

.tf-search-wrap.style2 .search-properties-form .tf-search-form .tf-search-more-btn.active svg path,
.tf-search-wrap.style2 .search-properties-form .tf-search-form .tf-search-more-btn:hover svg path {
    stroke: #fff;
}

.tf-search-wrap.style2 .search-properties-form .tf-search-form .select2-container--default .select2-selection--single {
    padding: 15px 16px;
}

.tf-search-wrap.style2 .search-properties-form .tf-search-form .group-inner {
    display: flex;
    align-items: center;
    column-gap: 10px;
    width: 100%;
}

.tf-search-wrap.style2 .search-properties-form .tf-search-form .group-inner > * {
    flex: 1;
}

.tf-search-wrap .search-properties-form .tf-search-form .select2-container--default .select2-selection--single {
    border-radius: 999px !important;
}

.tf-search-wrap.style2 .search-properties-form .tf-search-form .nice-select .option,
.tf-search-wrap.style2 .search-properties-form .tf-search-form .nice-select .current,
.tf-search-wrap.style2 .search-properties-form .tf-search-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #161E2D;
}

.tf-search-wrap.style2 .search-properties-form .tf-search-form .tf-search-form-top .form-group .form-control.search-field:focus,
.tf-search-wrap.style2 .search-properties-form .tf-search-form .tf-search-form-bottom .form-group .form-control.search-field:focus{
    color: #161E2D;
    border: 1px solid var(--theme-primary-color);
}




.tf-search-wrap.style2 .search-properties-form .tf-search-form .tf-search-form-bottom .form-group label {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 8px;
    color: #161E2D;
}


.tf-search-wrap.style2 .search-properties-form .tf-search-form .tf-search-form-top.form-inline .all-button {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
    margin-top: 26px;
}

.tf-search-wrap.style2 .search-properties-form .tf-search-form .tf-search-form-top.form-inline .all-button .button-search {
    display: block;
}

.tf-search-wrap.style2 .search-properties-form .tf-search-form .tf-search-form-top.form-inline .all-button .button-search a {
    display: flex;
    height: 54px;
    padding: 16px 18px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    border-radius: 10px;
    background: var(--theme-primary-rgba);
    padding: 16px 29px;
    font-size: 15px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 0px;
}

.tf-search-wrap.style2 .search-properties-form .tf-search-form .tf-search-form-top.form-inline .all-button .button-search .tf-search-more-btn {
    color: var(--theme-primary-color);
}

.tf-search-wrap.style2 .search-properties-form .tf-search-form .tf-search-form-top.form-inline .all-button .button-search a.tf-search-more-btn:hover,
.tf-search-wrap.style2 .search-properties-form .tf-search-form .tf-search-form-top.form-inline .all-button .button-search.submit-search-form a {
    background: var(--theme-primary-color) !important;
    color: #fff;
}

.tf-search-wrap.style2 .search-properties-form .tf-search-form .tf-search-form-top.form-inline .all-button .button-search.submit-search-form a:hover {
    background: #1C1C1E !important;
    color: #fff !important;
}

.tf-search-wrap.style2 .search-properties-form .tf-search-form .tf-search-form-top.form-inline .all-button .button-search.submit-search-form:hover a {
    background: var(--theme-primary-color);
}

.tf-search-wrap.style2 .search-properties-form .tf-search-form .tf-search-form-top:not(.mobile) .form-group .tf-search-more-btn {
    display: flex;
    width: 54px;
    height: 54px;
    padding: 16px 18px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    background: var(--theme-primary-rgba);
}

.tf-search-wrap.style2 .search-properties-form .tf-search-form .tf-search-form-top.form-inline .all-button .button-search a.tf-search-more-btn.active{
    color: #fff !important;
    font-weight: 600;
}

.tf-search-wrap.style2 .search-properties-form .tf-search-form .tf-search-form-top .form-group .tf-advanced-search-btn {
    display: flex;
    padding: 16px 18px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    background: var(--theme-primary-color); 
    color: var(--white, #fff) !important;
    font-weight: 600;
}

.tf-search-wrap.style2 .search-properties-form .tf-search-form .tf-search-form-top.mobile .form-group .tf-advanced-search-btn {
    padding: 18px 20px;
}

.tf-search-wrap.style2 .search-properties-form .tf-search-form .tf-search-form-bottom.desktop {
    display: none;
}

.tf-search-wrap .tfre-title-range-slider {
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 0px;
}

.tf-search-wrap .tfre-title-range-slider span {
    font-size: 14px;
    font-weight: 600;
    line-height: 19.6px;
    color: #161E2D;    
}

.tf-search-wrap .tfre-title-range-slider b {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #161E2D;
}

.tf-search-wrap .tfre-title-range-slider span.min-value,
.tf-search-wrap .tfre-title-range-slider span.max-value {
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    color: #161E2D;
}

.tf-search-wrap .tfre-range-slider-filter .tfre-range-slider {
    margin: 0 10px;
    height: 6px;
    background: var(--theme-primary-rgba) !important;
    border-color: var(--theme-primary-rgba) !important;
}

.tf-search-wrap .tfre-range-slider .ui-slider-handle {
    border: 2px solid #fff !important;
    border-radius: 50% !important;
    background: var(--theme-primary-color) !important;
    box-shadow: none !important;
    cursor: pointer;
    top: -7.5px !important;
}

.tf-search-wrap.style2 .tf-search-form-top.desktop > .tfre-slider-range-price-wrap,
.tf-search-wrap.style2 .tf-search-form-top.desktop > .tfre-slider-range-size-wrap  {
    margin-top: 17px;
}

.tf-search-wrap.style2 .tf-search-form-top.desktop > .features-wrap .wrap-checkbox .checkbox-item {
    width: calc(50% - 30px);
}

/* End Style 2 */

/* Style 3*/

.tf-search-wrap.style3 .search-properties-form {
    display: flex;
    max-width: 1290px;
    flex-direction: column;
    align-items: flex-start;
}

.tf-search-wrap.style3 .search-properties-form .tf-search-status-tab {
    display: flex;
    align-items: flex-start;
    gap: 6px;
}

.tf-search-wrap.style3 .search-properties-form .tf-search-status-tab .btn-status-filter {
    display: flex;
    min-width: 95px;
    padding: 15px 27px;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
    background: #E4E4E4;
    color: #161E2D !important;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-radius: 8px 8px 0 0;
}

.tf-search-wrap.style3 .search-properties-form .tf-search-status-tab {
    border-radius: 10px 10px 0px 0px;
    overflow: hidden;
}

.tf-search-wrap.style3 .search-properties-form .tf-search-status-tab .btn-status-filter:hover,
.tf-search-wrap.style3 .search-properties-form .tf-search-status-tab .btn-status-filter.active {
    background: var(--theme-primary-color);
    color: #fff !important;
}

.tf-search-wrap.style3 .search-properties-form .tf-search-form {
    padding: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 0px;
    align-self: stretch;
    border-radius: 0px 10px 10px 10px;
    background: #FFF;
    box-shadow: 0px 10px 25px 0px #365F681A;
    border-top: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.form-search-inner.start .tf-search-wrap.style3 .tf-search-form {
    border-radius: 0px 10px 10px 10px;
}

.form-search-inner.center .tf-search-wrap.style3 .tf-search-form {
    border-radius: 10px ;
}

.form-search-inner.end  .tf-search-wrap.style3 .tf-search-form {
    border-radius: 10px 0px 10px 10px ;
}

.tf-search-wrap.style3 .search-properties-form .tf-search-form .tf-search-form-top {
    width: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 0px;
    align-self: center;
    justify-content: space-between;
    padding: 25px 19px 16px 41px;
}

.tf-search-wrap.style1 .search-properties-form .tf-search-form .tf-search-form-bottom .select2-container--default .select2-selection--single,
.tf-search-wrap.style3 .search-properties-form .tf-search-form .tf-search-form-bottom .select2-container--default .select2-selection--single {
    padding: 11px 18px;
}

.tf-search-wrap.style3 .search-properties-form .tf-search-form .tf-search-form-top .group-input {
    display: flex;
    margin-left: -12px;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: -15px;
}

.tf-search-wrap.style3 .search-properties-form .tf-search-form .tf-search-form-top .group-input input,
.tf-search-wrap.style3 .search-properties-form .tf-search-form .tf-search-form-top .group-input .select2-selection,
.tf-search-wrap.style3 .search-properties-form .tf-search-form .tf-search-form-top .group-input .nice-select  {
    border: none !important;
    border-radius: 0 !important;
}

.tf-search-wrap .search-properties-form .form-group .select2-container {
    width: 100% !important;
}

.tf-search-wrap.style3 .search-properties-form .tf-search-form .tf-search-form-top .features-list {
    padding-left: 10px;
}

.tf-search-wrap.style3 .search-properties-form .tf-search-form .tf-search-form-top .wrap-checkbox .checkbox-item {
    flex: unset;
    max-width: unset;
    width: calc(25% - 30px);
    margin-left: 30px;
    padding: 0;
}

.tf-search-wrap.style3 .search-properties-form .tf-search-form .tf-search-form-top .group-input  .form-group .form-control.search-field {
    margin-bottom: 0;
}

.tf-search-wrap.style3 .search-properties-form .tf-search-form .tf-search-form-top .group-input  .form-group input::placeholder {
    color: #161E2D;
}

.tf-search-wrap.style3 .search-properties-form .tf-search-form .tf-search-form-top .group-input  .form-group {
    width: calc(33.33333% - 12px);
    margin-left: 12px;
    padding-right: 12px;
    margin-bottom: 15px;
    border-right: 1px solid #E4E4E4;
}

.tf-search-wrap.style3 .search-properties-form .tf-search-form .tf-search-form-top .group-input  .form-group:last-child {
    border: none;
}

.tf-search-wrap.style3 .search-properties-form .tf-search-form .tf-search-form-top.mobile, .tf-search-wrap.style3 .search-properties-form .tf-search-form .tf-search-form-bottom.mobile {
    display: none;
}

.tf-search-wrap.style3 .search-properties-form .tf-search-form .tf-search-form-bottom .form-group{
    margin-bottom: 1.4rem;
}



.tf-search-wrap.style3 .search-properties-form .tf-search-form .tf-search-form-top .form-group .form-control.search-field,
.tf-search-wrap.style3 .search-properties-form .tf-search-form .tf-search-form-bottom .form-group .form-control.search-field {
    display: flex;
    flex-grow: 1;
    height: 48px;
    padding: 13px 18px;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    border-radius: 10px;
    border: 1px solid var(--input, #E5E5EA);
    background: #FFF;
    margin-bottom: 0;
    vertical-align: middle;
}
.tf-search-wrap.style3 .search-properties-form .tf-search-form .tf-search-form-top .select2-container--default .select2-selection--single .select2-selection__rendered,
.tf-search-wrap.style3 .search-properties-form .tf-search-form .tf-search-form-top .form-group .form-control.nice-select .current,
.tf-search-wrap.style3 .search-properties-form .tf-search-form .tf-search-form-top .form-group .form-control.search-field {
    padding: 2px 18px;
    padding-left: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    color: #161E2D;
    height: 35px;
}

.tf-search-wrap.style3 .search-properties-form .tf-search-form .tf-search-form-top .form-group .form-control.search-field::placeholder {
    color: #161E2D;
}


.tf-search-wrap.style3 .search-properties-form .tf-search-form .tf-search-form-bottom {
    padding: 28px 19px 13px;
    border-top: 1px solid #E4E4E4;
    width: 1290px;
    left: 0;
}


.nice-select .current:after {
    font-size: 15px;
    color: #5C6368;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 10px;
}

.tf-search-wrap.style3 .search-properties-form .tf-search-form .tf-search-form-top .group-input .select2-selection {
    padding: 0;
}

.tf-search-wrap.style3 .search-properties-form .tf-search-form .tf-search-form-top .form-group .form-control.nice-select .option {
    font-size: 16px;
}

.tf-search-wrap.style3 .search-properties-form .tf-search-form .tf-search-form-top .form-group label {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    color: #A3ABB0;
    margin-bottom: 4px;
}

.tf-search-wrap.style3 .search-properties-form .tf-search-form .tf-search-form-bottom .form-group label,
.tf-search-wrap .search-properties-form .tf-search-form .tf-search-form-bottom .group-form-wrap label {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    color: #161E2D;
    margin-bottom: 8px;
}

.tf-search-wrap.style3 .search-properties-form .tf-search-form .tf-search-form-top .form-group label {
    line-height: 1;
    margin-bottom: 0;
}

.tf-search-wrap.style3 .search-properties-form .tf-search-form .tf-search-form-bottom .features-list {
    margin-top: -10px;
}

.tf-search-wrap.style3 .search-properties-form .tf-search-form .tf-search-form-top .form-group .form-control.search-field:focus,
.tf-search-wrap.style3 .search-properties-form .tf-search-form .tf-search-form-bottom .form-group .form-control.search-field:focus{
    color: #161E2D;
    border: 1px solid var(--theme-primary-color);
}

.tf-search-wrap.style3 .search-properties-form .tf-search-form .tf-search-form-top .form-group .tf-search-more-btn {
    color: #161E2D;
    padding: 14px 40px;
    border: 1px solid var(--theme-primary-color);
    border-radius: 99px;
    display: flex;
    align-items: center;
    column-gap: 11px;
}

.tf-search-wrap.style3 .search-properties-form .tf-search-form .tf-search-form-top .form-group .tf-search-more-btn.active,
.tf-search-wrap.style3 .search-properties-form .tf-search-form .tf-search-form-top .form-group .tf-search-more-btn:hover {
    color: #fff;
    background: var(--theme-primary-color);
}

.tf-search-wrap.style3 .search-properties-form .tf-search-form .tf-search-form-top .form-group .tf-search-more-btn.active svg path,
.tf-search-wrap.style3 .search-properties-form .tf-search-form .tf-search-form-top .form-group .tf-search-more-btn:hover svg path {
    stroke: #fff;
}

.tf-search-wrap.style3 .search-properties-form .tf-search-form .pull-right.mb0 {
    margin-bottom: 0;
    flex-shrink: 0;
}
.tf-search-wrap.style3 .search-properties-form .tf-search-form .tf-search-form-top .form-group .tf-search-more-btn span {
    font-size: 16px;
    font-weight: 600;
    line-height: 21.86px;
}

.tf-search-wrap .search-properties-form .tf-search-form .tf-search-form-top:not(.mobile) .form-group .tf-search-more-btn i {
    margin: 0;
}

.tf-search-wrap.style3 .search-properties-form .tf-search-form .tf-search-form-top .form-group .tf-advanced-search-btn {
    display: flex;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    padding: 13px 40px;
    align-items: center;
    background: var(--theme-primary-color);
    color: #fff !important;
    border-radius: 99px;
    margin: 0;
    height: unset;
    column-gap: 10px;
}

.tf-search-wrap.style3 .search-properties-form .tf-search-form .tf-search-form-top .form-group .tf-advanced-search-btn:hover{
    background: #1C1C1E;
    color: #fff !important;
}

.tf-search-wrap.style3 .search-properties-form .tf-search-form .submit-search-form {
    margin-left: 10px;
}

.tf-search-wrap.style3 .search-properties-form .tf-search-form .tf-search-form-bottom.desktop {
    display: none;
}
.tf-search-wrap.style2 .search-properties-form .tf-search-form {
    position: relative;
}
.tf-search-wrap.style2 .search-properties-form .tf-search-form .tf-search-form-bottom.desktop {
    top: calc(100% + 10px);
    position: absolute;
    background: #fff;
    z-index: 99;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #E4E4E4;
    border-radius: 12px;
}

.tf-search-wrap.style3 .search-properties-form .tf-search-form .tf-search-form-top.mobile {
    padding: 15px;
}

.tf-search-wrap.style3 .search-properties-form .tf-search-form .tf-search-form-bottom.mobile {
    padding-left: 15px;
    padding-right: 15px;
}

.tf-search-wrap.style3 .search-properties-form .tf-search-form .tf-search-form-top.mobile  .form-group .tf-advanced-search-btn {
    padding: 18px;
    margin-left: 0;
    border: none;    
}

.search-properties-form .tf-search-form .tf-search-form-top.mobile .input-group {
    align-items: center;
}

.search-properties-form .tf-search-form .tf-search-form-top.mobile .form-group .tf-search-more-btn,
.tf-search-wrap.style3 .search-properties-form .tf-search-form .tf-search-form-top.mobile .form-group .tf-search-more-btn {
    padding: 14px 15px;
    background: var(--theme-primary-color);
    border: none;
    color: #fff;
}

.search-properties-form .tf-search-form .tf-search-form-top.mobile .search-input {
    margin: 0 10px !important;
}
.tf-search-wrap.style3 .search-properties-form .tf-search-form .tf-search-form-top.mobile .search-input {
    margin: 0 15px;
    padding: 28px 20px !important;
    color: #161E2D;
    font-size: 16px;
}

.tf-search-wrap.style3 .search-properties-form .tf-search-form .tf-search-form-top.mobile .search-input::placeholder {
    color: #161E2D;
}

/* End Style 3 */

/* Heading Search */

.tf-search-wrap .tf-search-form h2 {
    line-height: 1.5em;
    margin-bottom: 18px;
}

/* Input Icon */

.widget-elementor-advanced-search.has-input-icon  .widget-search-icon {
    display: block;
}

.has-input-icon .tf-search-form .form-group {
    position: relative;
}

.has-input-icon .tf-search-form .form-group::before {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -1px;
    color: var(--theme-primary-color);
    z-index: 10;
    font-weight: 700;
    font-family: 'homelengo';
    display: inline-block;
    width: max-content;
}

.has-input-icon .tf-search-form .form-group::before {
    content: '\e90d';
}

.has-input-icon .tf-search-form .form-group.type-field::before {
    content: '\f015';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 500 !important;
}

.has-input-icon .tf-search-form .form-group.price-field::before {
    content: "\e919";
}

.has-input-icon .tf-search-form .form-group.country-field::before {
    content: '\e953';
}

.has-input-icon .tf-search-form .form-group.address-field::before {
    content: '\e953';
}

.has-input-icon .tf-search-form .form-group.label-field::before {
    content: '\e949';
}

.has-input-icon .tf-search-form .form-group.state-field::before {
    content: '\e953';
}

.has-input-icon .tf-search-form .form-group.neighborhood-field::before {
    content: '\e953';
}

.has-input-icon .tf-search-form .form-group.rooms-field::before {
    content: '\e921';
}

.has-input-icon .tf-search-form .form-group.bathrooms-field::before {
    content: '\e94c';
}

.has-input-icon .tf-search-form .form-group.bedrooms-field::before {
    content: '\e929';
}

.has-input-icon .tf-search-form .form-group.garage-field::before {
    content: '\e923';
}

.has-input-icon .tf-search-form .tf-search-form-bottom .form-group::before {
    left: 30px;
}

.has-input-icon .tf-search-form .form-group.tfre-slider-range-price-wrap::before,
.has-input-icon .tf-search-form .form-group.tfre-slider-range-size-wrap::before,
.has-input-icon .tf-search-form .form-group.input-group::before,
.has-input-icon .tf-search-form .form-group.pull-right::before {
    display: none;
}

.has-input-icon .tf-search-form input[type="text"],
.has-input-icon .tf-search-form .nice-select,
.has-input-icon .tf-search-form .select2-container--default .select2-selection--single {
    padding-left: 46px !important;
}

.has-input-icon .tf-search-wrap .search-properties-form .tf-search-form .tf-search-form-top.mobile .form-control.search-field {
    padding: 16px 18px !important;
} 

/* Disable Border Radius */

.disable-border-radius-input .tf-search-form .tf-search-form-top .group-input .form-group .form-control.search-field,
.disable-border-radius-input .tf-search-form,
.disable-border-radius-input .tf-search-form .tf-search-form-top .form-group .tf-search-more-btn,
.disable-border-radius-input .tf-search-form .tf-search-form-top .form-group .tf-advanced-search-btn,
.disable-border-radius-input .tf-search-form-top .form-group .select2-selection,
.disable-border-radius-input .search-properties-form .tf-search-status-tab .btn-status-filter,
.disable-border-radius-input .tf-search-wrap .search-properties-form .tf-search-form .tf-search-form-bottom,
.disable-border-radius-input .tf-search-wrap .search-properties-form .tf-search-form .tf-search-form-bottom,
.disable-border-radius-input .tf-search-wrap .search-properties-form .tf-search-form .tf-search-form-top .form-group .form-control.search-field,
.disable-border-radius-input .tf-search-wrap .search-properties-form .tf-search-form .tf-search-form-bottom .form-group .form-control.search-field,
.disable-border-radius-input .checkbox input[type="checkbox"]::before,
.disable-border-radius-input .tf-search-form-top .form-group .form-control.search-field
.disable-border-radius-input .tf-search-status-tab .btn-status-filter,
.disable-border-radius-input .tf-search-wrap .search-properties-form .tf-search-form,
.disable-border-radius-input .tf-search-form-bottom .form-group .select2-selection,
.disable-border-radius-input .nice-select.open .list,
.disable-border-radius-input .tf-search-properties-sidebar-btn,
.disable-border-radius-input .search-properties-form .tf-advanced-search-btn,
.disable-border-radius-input .tf-search-form .tf-search-form-top.form-inline .all-button .button-search.submit-search-form a,
.disable-border-radius-input .tf-search-form .tf-search-form-top.form-inline .all-button .button-search a.tf-search-more-btn,
.disable-border-radius-input .search-properties-form .tf-search-status-tab  {
    border-radius: 0px !important;
}

.disable-border-radius-input .tf-search-status-tab {
    margin-bottom: 28px;
    gap: 15px;
}

.disable-border-radius-input .tf-search-status-tab a {
    padding: 13px 40px;
    min-width: unset;
    position: relative;
}

.disable-border-radius-input .tf-search-status-tab a::after {
    content: '';
    width: 20px;
    height: 10px;
    position: absolute;
    left: 50%;
    bottom: -6px;
    transform: translateX(-50%);
    clip-path: polygon(50% 100%, 0 24%, 100% 24%);
    opacity: 0;
    visibility: hidden;
    background: var(--theme-primary-color);
}

.disable-border-radius-input .tf-search-status-tab a.active::after {
    opacity: 1;
    visibility: visible;
}

/* Responsive */

@media only screen and (max-width: 1600px) { 
    .tf-search-wrap.style2 .search-properties-form .tf-search-form .tf-search-form-bottom .form-group {
        width: 50%;
    }

    .tf-search-wrap.style2 .search-properties-form .tf-search-form .tf-search-form-bottom .group-form-wrap .form-group {
        width: 100%;
    }

    .tf-search-wrap.style2 .wrap-checkbox .checkbox-item {
        width: calc(33.33% - 30px);
    }
}

@media only screen and (max-width: 1200px) { 

    .wrap-checkbox .checkbox-item {
        width: calc(25% - 30px);
    }

    .tf-search-wrap.style2 .wrap-checkbox .checkbox-item {
        width: calc(50% - 30px);
    }

    .tf-search-wrap.style3 .search-properties-form .tf-search-form .tf-search-form-bottom {
        width: 100%;
    }
}

@media only screen and (max-width: 1024px) { 
    .tf-search-wrap.style2 .search-properties-form .tf-search-form .tf-search-form-bottom.desktop {
        width: 990px;
    }
}

@media only screen and (max-width: 991px) {
    .tf-search-wrap.style2 .search-properties-form .tf-search-form {
        padding: 30px 20px 30px 20px;
    }
    .tf-search-wrap.style2 .search-properties-form .tf-search-form .tf-search-form-top.form-inline .all-button {
        flex-wrap: wrap;
    }
    .tf-search-wrap.style2 .search-properties-form .tf-search-form .tf-search-form-bottom.desktop {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {

    .form-search-inner.center .tf-search-wrap.style1 .tf-search-form,
    .form-search-inner.center .tf-search-wrap.style2 .tf-search-form,
    .form-search-inner.center .tf-search-wrap.style3 .tf-search-form {
        padding: 0;
    }

    .tf-search-wrap.style1 .search-properties-form .tf-search-form .tf-search-form-top .form-group .tf-search-more-btn,
    .tf-search-wrap.style2 .search-properties-form .tf-search-form .tf-search-form-top .form-group .tf-search-more-btn,
    .tf-search-wrap.style3 .search-properties-form .tf-search-form .tf-search-form-top .form-group .tf-search-more-btn {
        border-radius: 12px;
    }

    .wrap-checkbox .checkbox-item {
        width: calc(50% - 30px);
    }

    /* Style 2 */
    .tf-search-wrap.style2 .search-properties-form .tf-search-form .tf-search-form-top .form-group .form-control.search-field,
    .tf-search-wrap.style2 .search-properties-form .tf-search-form .tf-search-form-bottom .form-group,
    .tf-search-wrap.style2 .search-properties-form .tf-search-form .tf-search-form-bottom .row-search-form-bottom .form-group .form-control.search-field {
        width: 100%;
    }
    .tf-search-wrap.style2 .wrap-checkbox .checkbox-item {
        flex: 0 0 50%;
        max-width: 50%;
    }
    /* End Style 2 */

    .tf-search-wrap .search-properties-form .tf-search-form .tf-search-more-btn span {
        display: none;
    }

        /* Style 1 */
        .tf-search-wrap.style1 .search-properties-form .tf-search-form {
            border-radius: 0;
        }
    
        .tf-search-wrap .search-properties-form .tf-search-form {
            border-radius: 10px;
        }
    
        .tf-search-wrap.style1 .search-properties-form .tf-search-form .tf-search-form-top .group-input .form-group {
            width: calc(100% - 12px);
        }
    
        .tf-search-wrap.style3 .search-properties-form .tf-search-form .tf-search-form-top {
            display: block;
        }
        /* End Style 1 */
    
        /* Style 2 */
        .tf-search-wrap.style2 .search-properties-form .tf-search-form {
            border-radius: 0;
        }
    
        .tf-search-wrap.style2 .search-properties-form .tf-search-form .tf-search-form-bottom.mobile {
            flex-direction: column;
            justify-content: center;
            align-items: flex-start;
            gap: 12px;
            align-self: stretch;
        }
        .tf-search-wrap .tf-search-form h2 {
            margin-bottom: 5px;
            font-size: 25px;
        }
        /* End Style 2 */

        .search-properties-form .tf-search-status-tab .btn-status-filter {
            padding: 6px 15px !important;
            font-size: 12px !important;
        }

        .tf-search-form-top.mobile .input-group-text.tf-advanced-search-btn {
            border-radius: 12px !important;
        }
}

@media only screen and (max-width: 400px) { 
    .tf-search-wrap.style2 .wrap-checkbox .checkbox-item,
    .wrap-checkbox .checkbox-item {
        width: calc(100% - 30px);
    }

}

/* End Responsive */