/* Style 1 */
.tf-search-wrap.style1 .search-properties-form {
    display: flex;
    max-width: 1104px;
    flex-direction: column;
    align-items: flex-start;
}

.tf-search-wrap.style1 .search-properties-form .tf-search-status-tab {
    display: flex;
    align-items: flex-start;
}

.tf-search-wrap.style1 .search-properties-form .tf-search-status-tab .btn-status-filter {
    display: flex;
    min-width: 95px;
    padding: 8px 10px;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
    background: #FFF5E0;

    color: var(--text-heading, #1C1C1E) !important;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}

.tf-search-wrap.style1 .search-properties-form .tf-search-status-tab .btn-status-filter:first-child {
    border-radius: 10px 0px 0px 0px;
}

.tf-search-wrap.style1 .search-properties-form .tf-search-status-tab .btn-status-filter:last-child {
    border-radius: 0px 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: var(--white, #fff) !important;
}

.tf-search-wrap.style1 .search-properties-form .tf-search-form {
    display: flex;
    padding: 22px;
    align-items: center;
    flex-direction: column;
    gap: 12px;
    align-self: stretch;
    border-radius: 0px 10px 10px 10px;
    background: #FFF;
    box-shadow: 0px 4px 26px 0px rgba(66, 71, 76, 0.08);
    padding-bottom: 7px;
}

.tf-search-wrap.style1 .search-properties-form .tf-search-form .tf-search-form-top {
    display: flex;
    align-items: center;
    gap: 12px;
    align-self: stretch;
    justify-content: space-between;
}

.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 .search-properties-form .form-group .select2-container {
    width: 100% !important;
}

.tf-search-wrap.style1 .search-properties-form .tf-search-form .pull-right,
.tf-search-wrap.style1 .search-properties-form .tf-search-form .pull-right {
    margin-bottom: 15px;
}

.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 {
    width: calc(33.33333% - 12px);
    margin-left: 12px;
    margin-bottom: 15px;
}

.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: 1rem;
}

.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;
    height: 54px;
    padding: 16px 18px;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    border-radius: 10px;
    border: 1px solid var(--input, #E5E5EA);
    background: #FFF;
    margin-bottom: 0;
}

.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: #120A21;
    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 {
    display: flex;
    width: 54px !important;
    height: 54px !important;
    padding: 0 !important;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    background: var(--theme-primary-rgba) !important;
    color: var(--theme-primary-color) !important;
}

.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:not(.mobile) .form-group .tf-search-more-btn:hover .icon-search-more-white{
    display: none !important;
}

.tf-search-wrap.style1 .search-properties-form .tf-search-form .tf-search-form-top:not(.mobile) .form-group .tf-search-more-btn:hover .icon-search-more-black {
    display: block !important;
}

.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 {
    background: var(--theme-primary-color) !important;
    color: #fff !important;
}

.tf-search-wrap.style1 .search-properties-form .tf-search-form .tf-search-form-top .form-group .tf-advanced-search-btn {
    display: flex;
    width: 160px;
    height: 54px;
    padding: 16px 18px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    background: var(--theme-primary-color);
    color: #fff !important;
    width: max-content;
    font-weight: 600;
}

.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;
}

/* 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 10px;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
    background: #FFF5E0;

    color: var(--text-heading, #1C1C1E) !important;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}

.tf-search-wrap.style2 .search-properties-form .tf-search-status-tab .btn-status-filter:first-child {
    border-radius: 10px 0px 0px 0px;
}

.tf-search-wrap.style2 .search-properties-form .tf-search-status-tab .btn-status-filter:last-child {
    border-radius: 0px 10px 0px 0px;
}

.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: var(--white, #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 10px 10px 10px;
    background: #FFF;
    box-shadow: 0px 4px 26px 0px rgba(66, 71, 76, 0.08);
}

.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: 12px;
    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: 300%;
}

.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: 54px;
    padding: 16px 18px;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    border-radius: 10px;
    border: 1px solid var(--input, #E5E5EA);
    background: #FFF;
    margin-bottom: 0;
}

.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: #120A21;
    border: 1px solid var(--theme-primary-color);
}

.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;
}

.tf-search-wrap.style2 .search-properties-form .tf-search-form .tf-search-form-top.form-inline .all-button .button-search {
    display: block;
    width: 50%;
}

.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);
    font-weight: 600;
}

.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;
    width: 160px;
    height: 54px;
    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-bottom.desktop {
    display: none;
}
/* End Style 2 */

/* Style 3*/
.tf-search-wrap.style3 .search-properties-sidebar-wrapper .search-properties-form .tf-search-form .tf-search-form-top{
    flex-direction: column;
}

.tf-search-wrap.style3 .search-properties-sidebar-wrapper{
    max-width: 85%;
    width: 450px;
    height: 100vh;
    left: 0;
    top: 0;
    position: fixed;
    background-color: #fff;
    z-index: 999999;
    padding: 50px 20px;
    overflow-y: auto;
    scrollbar-width: thin;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
}

.tf-search-wrap.style3 .search-properties-sidebar-wrapper.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

.tf-search-wrap.style3 .overlay-search-properties-sidebar{
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.tf-search-wrap.style3 .search-properties-sidebar-wrapper.active + .overlay-search-properties-sidebar {
    visibility: visible;
    opacity: 1;
}

.tf-search-wrap.style3 .search-properties-sidebar-wrapper.active .close-search-properties-sidebar{
    position: absolute;
    top: 5px;
    right: 10px;
    cursor: pointer;
}

.tf-search-wrap.style3 .search-properties-sidebar-wrapper .search-properties-form .tf-search-form {
    display: unset;
    padding: unset;
    align-items: unset;
    flex-direction: unset;
    gap: unset;
    align-self: unset;
    border-radius: unset;
    background: unset;
    box-shadow: unset;
}

.tf-search-wrap.style3 .search-properties-sidebar-wrapper .close-search-properties-sidebar {
    font-weight: 300;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #efefef;
    -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.style3 .search-properties-sidebar-wrapper .close-search-properties-sidebar:hover {
    background: var(--theme-primary-color);
    color: #fff;
    border-color: var(--theme-primary-color);
}

.tf-search-wrap.style3 .search-properties-form .tf-search-form .tf-search-form-top {
    gap: 0;
}

.tf-search-wrap.style3 .search-properties-form .tf-search-form .tf-search-form-top .form-group .form-control {
    margin-bottom: 0;
}

.tf-search-wrap.style3 .search-properties-form .tf-search-form .tf-search-form-top .form-group {
    margin-bottom: 20px;
}

.tf-search-wrap.style3 .search-properties-form .tf-search-form .wrap-checkbox {
    margin: 15px 0;
    margin-left: -30px;
}

.tf-search-wrap.style3 .search-properties-form .tf-search-form .tf-search-form-top > * {
    width: 100%;
}

.tf-search-wrap.style3 .search-properties-form .tfre-range-slider-filter {
    margin-bottom: 20px;
}

.tf-search-wrap.style3 .search-properties-form .wrap-checkbox .checkbox-item {
    width: calc(50% - 30px);
}

.tf-search-wrap.style3 .tf-search-form-bottom .features-wrap .features-list {
    margin-top: 30px;
}

.tf-search-wrap.style3 .tf-search-status-tab {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 30px;
    width: 100%;
}

.tf-search-wrap.style3 .tf-search-status-tab .btn-status-filter,
.tf-search-wrap.style3 .search-properties-form .tf-advanced-search-btn,
.tf-search-wrap.style3 .tf-search-properties-sidebar-btn {
    padding: 16px 18px;
    background: var(--theme-primary-rgba);
    color: #1C1C1E;
    padding: 15px 41px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    display: block;
    width: 100%;
    text-align: center;
}

.tf-search-wrap.style3 .tf-search-status-tab .btn-status-filter:hover,
.tf-search-wrap.style3 .tf-search-status-tab .btn-status-filter.active,
.tf-search-wrap.style3 .search-properties-form .tf-advanced-search-btn:hover,
.tf-search-wrap.style3 .tf-search-properties-sidebar-btn:hover {
    background: var(--theme-primary-color);
    color: #fff;
}

.tf-search-wrap.style3 .search-properties-form .tf-advanced-search-btn {
    margin-top: 30px;
}

.tf-search-wrap.style3 .search-properties-form .tf-advanced-search-btn i,
.tf-search-wrap.style3 .tf-search-properties-sidebar-btn i {
    vertical-align: middle;
    margin-left: 7px;
}

/* End Style 3*/

/* Responsive */

@media only screen and (max-width: 1600px) { 
    .tf-search-wrap.style2 .search-properties-form .tf-search-form .tf-search-form-bottom.desktop {
        width: 190%;
    }
    .tf-search-wrap.style2 .search-properties-form .tf-search-form .tf-search-form-bottom .form-group {
        width: 50%;
    }
}

@media only screen and (max-width: 767px) {

    /* 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 {
            padding: 22px !important;
            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;
        }
        /* End Style 2 */
}

/* End Responsive */