.header {
    position: relative;
    background: white;
    width: 100%;
}
.header:hover .navbar-nav .nav-link {
    color: #000;
}
.header:hover .navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: #000;
}
.header:hover {
    /* background: #fff; */
}
/* .site-logo {
    height: 70px;
    object-fit: cover;
} */
.navbar-brand {
    width: 20%;
}
.header .collapse {
    justify-content: end;
    gap: 60px;
}
.header .btn-outline-success {
    color: #000;
    border-color: #000;
}
.header .btn-outline-success.search-btn {
    border-color: #DAE1E7;
    margin-top: 0 !important;
    border-radius: 0 4px 4px 0 !important;
    font-size: 14px;
}
.header:hover .btn-outline-success {
    color: #000;
    border-color: #000;
}
.header .sign button {
    background: none;
    color: #000;
    padding: 6px 10px !important;
    border-radius: 10px !important;
    border: none;
}
.header:hover .sign button {
    color: #000;
}
.navbar-light .navbar-nav .nav-link {
    color: #000;
    padding: 0 20px;
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: #000;
}
.navbar {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    /* required */
}
#sticky_header .select2-container--default .select2-selection--single {
    border-left: none !important;
    border-radius: 0 4px 4px 0 !important;
    padding-left: 5px;
    font-size: 13px !important;
}
#sticky_header .select2-search--dropdown {
    display: none;
}
#sticky_header form input.form-control {
    border-radius: 4px 0 0 4px;
    width: 260px;
}
.select2-results__option {
    font-size: 13px;
    padding: 3px;
}
.header-select {
    display: none;
}
.custom-select-wrapper {
    position: relative;
}
.custom-select {
    position: relative;
    cursor: pointer;
    user-select: none;
}
.select-trigger {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 5px 10px 10px;
    border: 1px solid #ddd;
    transition: border-color 0.3s ease;
    border-left: 0;
    border-radius: 0 4px 4px 0;
    font-size: 13px;
    font-weight: 500;
    height: 40px;
}
.current-option {
    min-width: 65px;
    max-width: 65px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select-trigger .arrow {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #333;
    transition: transform 0.3s ease;
}
.options {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    border-top: 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 100;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    transition: opacity 0.3s ease, transform 0.3s ease;
}
.options.open {
    display: block;
    opacity: 1;
    transform: scaleY(1);
}
.option {
    padding: 4px 10px;
    cursor: pointer;
    transition: background 0.3s ease;
    font-size: 13px;
}
.option:hover,
.option.selected {
    background: #ececec;
}
/*.custom-select.active .select-trigger {
    border-color: #007bff;
}*/
.custom-select.active .arrow {
    transform: rotate(-180deg);
}
@media only screen and (max-width: 1445px) {
    .header .collapse {
        gap: 60px;
    }
    .navbar-light .navbar-nav .nav-link {
        padding: 0 10px;
    }
}
@media only screen and (max-width: 1445px) {
    .header .collapse {
        gap: 20px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1076px) {
    .header .search-btn {
        display: none;
    }
}
@media (max-width:768px) {
    .container {
        max-width: 100%;
    }
    .header .nav-item {
        line-height: 50px;
        border-bottom: 1px solid rgb(160, 160, 160);
    }
    .header .nav-item a {
        padding: 0 !important;
    }
    .navbar-brand {
        width: 50% !important;
    }
    .header img {
        /* width: 100%; */
    }
    .header .sign button {
        margin-top: 10px;
    }
}
@media (min-width:769px) and (max-width:991px) {
    .header .nav-item {
        line-height: 50px;
        border-bottom: 1px solid rgb(160, 160, 160);
    }
    .header .nav-item a {
        padding: 0 !important;
    }
    .navbar-brand {
        width: 30% !important;
    }
    .header img {
        /* width: 100%; */
    }
    .header .sign button {
        margin-top: 10px;
    }
    .header .d-flex {
        margin-top: 40px;
    }
    .homes {
        height: auto;
        padding-bottom: 70px;
    }
    .experiences {
        height: auto;
        padding-bottom: 70px;
    }
}
@media only screen and (max-width: 991px) {
    #sticky_header form input {
        width: 100% !important;
    }
    #sticky_header .sign {
        justify-content: center;
        margin: 15px 0;
    }
    #sticky_header #signin_btn {
        margin-top: 0 !important;
    }
}
.serach-wrap {
    display: none;
    width: 450px;
    background-color: #f0f0f0;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    padding: 10px;
    position: absolute;
    top: 65px;
    right: 12%;
    z-index: 999;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.serach-wrap.active-search {
    display: block;
}
.clr-btn p {
    font-size: 14px;
}
.clear-filter {
    font-size: 12px;
    color: #e3af29;
    cursor: pointer;
}
.tab-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 13px;
    flex-wrap: wrap;
}
.tab-menu ul li {
    max-width: 100%;
    text-align: center;
    background-color: #fff;
    font-size: 14px;
    padding: 2px 10px;
    border-radius: 70px;
    cursor: pointer;
}
.tab-menu ul li:hover,
.tab-menu ul li.active {
    background-color: #e8c467;
}
.tab-box {
    display: none;
    padding: 15px 10px 0;
}
.cus-radio {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 7px;
    cursor: pointer;
    font-size: 14px;
    line-height: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.cus-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.cus-radio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border-radius: 50%;
}
.cus-radio:hover input~.checkmark {
    background-color: #ccc;
}
.cus-radio input:checked~.checkmark {
    background-color: #e8c467;
}
.cus-radio .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.cus-radio input:checked~.checkmark:after {
    display: block;
}
.cus-radio .checkmark:after {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: white;
}
.cus-check {
    position: relative;
    padding-left: 25px;
    margin-right: 10px;
    margin-bottom: 7px;
    cursor: pointer;
    font-size: 14px;
    line-height: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.cus-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.cus-check .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
}
.cus-check:hover input~.checkmark {
    background-color: #ccc;
}
.cus-check input:checked~.checkmark {
    background-color: #e8c467;
}
.cus-check .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.cus-check input:checked~.checkmark:after {
    display: block;
}
.cus-check .checkmark:after {    left: 9px;
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.fil-title {
    font-size: 14px;
}
/* #loader-wrap {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #f3f3f3;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #333;
}
#loader-wrap .loader {
    width: 80px;
    height: 80px;
    border: 3px solid #e0a425;
    border-bottom: 3px solid transparent;
    border-radius: 50%;
    position: relative;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    display: flex;
    justify-content: center;
    align-items: center;
}
#loader-wrap .loader .inner {
    width: 40px;
    height: 40px;
    border: 3px solid transparent;
    border-top: 3px solid #e0a425;
    border-radius: 50%;
    -webkit-animation: spinInner 1s linear infinite;
    animation: spinInner 1s linear infinite;
} */
@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@-webkit-keyframes spinInner {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-720deg);
    }
}
@keyframes spinInner {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-720deg);
    }
}
body {
    background: #eee;
}
@media only screen and (max-width: 991px) {
    .serach-wrap {
        top: 405px;
        left: 12px;
    }
}
@media only screen and (max-width: 767px) {
    .serach-wrap {
        top: 373px;
    }
}
@media only screen and (max-width: 767px) {
    .serach-wrap {
        width: calc(100% - 21px);
    }
}
