@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
    scroll-behavior: smooth;
}

* {
    padding: 0;
    margin: 0;
}

header nav.navbar.fixed-top {
    z-index: 5;
    padding-left: 28px;
    padding-right: 28px;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #000;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #999 !important;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #999 !important;
    opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999 !important;
    opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #999 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #999 !important;
}

::placeholder { /* Most modern browsers support this now. */
    color: #999 !important;
}

input, select {
    box-shadow: none !important;
}

body {
    background: #fff;
    font-family: "Poppins", sans-serif !important;
    font-weight: 400 !important;
    color: #000;
}

.space-60 {
    padding: 60px 0;
}

header nav {
    min-height: 68px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.11);
}

header .navbar a.nav-link.unizPortal-btn {
    background: #202EC6;
    color: #fff;
    padding: 4px 10px;
    gap: 10px;
    padding-left: 15px;
}

header .navbar a.nav-link {
    background: #ffffff;
    border-radius: 50px;
    min-height: 40px;
    display: flex;
    align-items: center;
    font-weight: 400;
    padding: 8px 20px;
    color: #000;
}

header .navbar a.nav-link.login-btn {
    background: #F5F5F5
}

main {
    padding-top: 76px;
    /* padding-top: 80px; */
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.banner-main {
    /* height: calc(100vh - 160px); */
    height: 380px;
}

.banner-main > img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    right: 0;
}

.banner-main .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: black;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 55%;
}

.property-search-box .search-box {
    background: #fff;
    border-radius: 50px;
    min-height: 55px;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0 6px;
}

.property-search-box .search-box input {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    padding-left: 20px;
}

.property-search-box .search-box button {
    width: 45px;
    height: 45px;
    border-radius: 50px;
    min-width: 45px;
    background: #0A88C2;
    border: none;
}

.banner {
    height: calc(100vh - 160px);
}

.grey-bg {
    background-color: #F3F4F6;
}

.four-box .box span {
    min-width: 90px;
    width: 90px;
    position: relative;
    display: block;
    margin: 0 0 15px;
}


.four-box .box span img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.four-box .box p {
    font-size: .875rem;
}

.explore .nav.nav-tabs button {
    background: #fff;
    border-radius: 50px;
    border: none;
    height: 35px;
    padding: 5px 15px;
    gap: 5px;
    min-width: 140px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.explore .nav.nav-tabs button img {
    width: 22px;
}

.explore .nav.nav-tabs li:first-child button {
    justify-content: center;
}

.explore .nav.nav-tabs {
    gap: 15px;
    border: none;
}

.explore .nav.nav-tabs button.active {
    box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.10);
}

.explore .box {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.explore .box span.image {
    max-height: 280px;
    height: 280px;
    overflow: hidden;
    display: block;
}

.explore .box span.image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.explore .box .content-box {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    padding-top: 60px;
}

.explore .box .content-box span {
    border-radius: 50px;
    font-size: 12px;
    font-weight: 400;
    box-shadow: 0 0 0 1px #0A88C2;
    padding: 2px 10px;
    color: #fff;
}

.explore .box .content-box h5 {
    margin: 8px 0 0;
    color: #fff;
    font-size: 16px;
}

.slick-slide {
    margin-right: 10px;
    margin-left: 10px;
}

.explore .slick-dots li button:before {
    font-size: 39px;
    opacity: 1;
    color: #bfbfbf;
    line-height: 16px;
    transition: all 0.3s ease;
}

.explore .slick-dots li.slick-active button:before {
    color: #0A88C2;
}

.explore .slick-dots li button {
    transition: all 0.3s ease;
}

.explore .slick-dots li.slick-active button {
    box-shadow: 0 0 0 1px #003399;
    border-radius: 50px;
}

.explore .slick-dots li button,
.explore .slick-dots li button:before {
    width: 16px;
    height: 16px;
}

.looking-for .content-box ul {
    padding: 0;
    margin: 0;
}

.looking-for .content-box ul li {
    display: flex;
    gap: 15px;
}

.looking-for .content-box ul li span {
    width: 60px;
    height: 60px;
    min-width: 60px;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #d1d1d1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.looking-for .content-box ul li {
    margin: 0 0 22px;
}

.looking-for .content-box ul li:last-child {
    margin: 0;
}

.looking-for .content-box ul li span img {
    width: 30px;
    object-fit: contain;
    height: 30px;
    transition: all 0.3s ease;
}

.looking-for .content-box ul li:hover span {
    background: #0a88c2;
    border-color: #0a88c2;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.23);
}

.looking-for .content-box ul li:hover span img {
    filter: invert(1) brightness(5);
}

.student-guide .box {
    display: flex;
    gap: 15px;
    border-radius: 12px;
    background: #f3f4f6;
    align-items: center;
}

.student-guide .box span {
    overflow: hidden;
    width: 200px;
    display: block;
    min-width: 200px;
    height: 300px;
    border-radius: 12px;
}

.student-guide .box span img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.student-guide .box .content-box {
    width: 100%;
    padding-right: 15px;
}

.student-guide .box .content-box h6 {
    color: #0a88c2;
}

.student-guide .box .content-box button.btn {
    background: #fff;
    border-radius: 50px;
    padding: 3px 10px;
    margin: 20px 0 0;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    gap: 7px;
}


.download-application .card {
    /* background: rgb(51,45,155);
    background: linear-gradient(105deg, rgba(51,45,155,1) 0%, rgba(37,18,124,1) 100%); */
    background: url(../../assets/img/images/mobile-bg.png) no-repeat;
    background-size: cover;
    color: #fff;
    border-radius: 12px;
    padding: 0 50px;
    border: none;
}


@media screen and (max-width: 580px) {
    .download-application .card {
        padding: 0 25px;
    }
}

.download-application .mobile {
    position: absolute;
    right: 10px;
    bottom: -1px;
    max-width: 320px;
}

.download-application.extra-space {
    padding-top: 80px;
}

@media screen and (max-width: 580px) {
    .download-application.extra-space {
        padding-top: 0px;
    }
}

.download-application .content h3 {
    font-weight: 600;
}

.download-application .flex-box {
    display: flex;
    gap: 15px;
}


@media screen and (max-width: 560px) {
    .download-application .flex-box {
        flex-direction: column;
    }
}

.download-application .flex-box form {
    width: 100%;
}

.download-application .flex-box form .form-control {
    min-height: 40px;
    border-radius: 6px;
    border: none;
    padding: 4px 15px;
    color: #000;
}

.download-application .flex-box form button.btn {
    width: 100%;
    border-radius: 6px;
    font-weight: 500;
    white-space: nowrap;
    min-height: 40px;
    background-color: #0a88c2;
    border-color: #0a88c2;
    color: #fff;
}

.download-application .flex-box span.or {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.download-application .flex-box span.or::after {
    content: '';
    width: 1px;
    height: 40%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: white;
    position: absolute;
}

.download-application .flex-box span.or::before {
    content: '';
    width: 1px;
    height: 40%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: white;
    position: absolute;
}


@media screen and (max-width: 560px) {
    .download-application .flex-box span.or::after {
        left: 0;
        right: unset;
    }

    .download-application .flex-box span.or::before {
        right: 0;
        left: unset;
    }

    .download-application .flex-box span.or::before,
    .download-application .flex-box span.or::after {
        height: 1px;
        width: 45%;
        top: 0;
        bottom: 0;
    }
}

.download-application .flex-box .download-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.download-application .flex-box .download-btns a {
    display: block;
    border-radius: 6px;
    overflow: hidden;
    height: 40px;
    background: #fff;
    width: 100%;
}

.download-application .flex-box .download-btns a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.download-application .flex-box .scaner {
    min-width: 90px;
    overflow: hidden;
    height: 90px;
}

.download-application .flex-box .scaner img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


footer {
    background: #07051B;
    color: #fff;
}

footer img.footer-logo {
    filter: invert(1) brightness(5);
    max-width: 300px;
}

footer ul li a.nav-link {
    color: #fff;
}

footer ul li a.nav-link:hover {
    color: #0a88c2;
}

.download-application {
    position: relative;
}

.download-application::after {
    background: #07051b;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 150px;
    content: '';
    z-index: -1;
}

.search-filter-home {
    border-radius: 12px;
    padding: 20px;
    background: #fff;
    position: absolute;
    width: 100%;
    top: 70px;
    box-shadow: 0 0 8px rgb(0, 0, 0, 0.12);
}

.search-filter-home .tab-content {
    width: 100%;
    text-align: left;
    border-left: 1px solid #dbdbdb;
    padding-left: 15px;
}

.search-filter-home .nav-pills {
    min-width: 150px;
    gap: 10px;
    height: 100%;
}

.search-filter-home .nav-pills button {
    display: flex;
    text-transform: uppercase;
    font-weight: 500;
    color: #000;
    border-radius: 50px;
    padding: 6px 12px;
    transition: all 0.3s ease;
    align-items: center;
    background-color: #fff;
    box-shadow: inset 0 0 0 1px #dbdbdb;
    gap: 5px;
}

.search-filter-home .nav-pills button img {
    width: 22px;
    margin-left: auto;
}

.search-filter-home .nav-pills button.active {
    background-color: #0a88c2;
    box-shadow: inset 0 0 0 1px #0a88c2;
}

.search-filter-home .nav-pills button:first-child {
    justify-content: center;
}

.search-filter-home .box h5 {
    color: #0a88c2;
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 25px 0 10px;
    font-size: 18px;
}

.search-filter-home .box h5 img {
    width: 25px;
}

.search-filter-home .box ul {
    padding: 0;
    margin: 0;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.search-filter-home .box ul li {
    display: inline-flex;
}

.search-filter-home .box ul li a {
    text-decoration: none;
    color: #000;
    transition: all 0.3s ease;
}

.search-filter-home .box ul li a:hover {
    color: #003399;
}

.search-filter-home .box h5:first-child {
    margin-top: 0;
}

.search-filter-home .box ul.single-line li {
    width: 100%;
}

.login-module .modal-body {
    padding: 40px;
}

button.close {
    z-index: 1;
    position: absolute;
    right: 10px;
    top: 10px;
    opacity: 1;
    background: #656565;
    border-radius: 50px;
    padding: 8px;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    overflow: hidden;
}

button.close img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.modal-head h5 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
}

.modal-head p {
    color: #656565;
}

.form-control {
    font-size: 16px;
}

.login-module .modal-body form .form-control {
    border-radius: 15px;
    min-height: 40px;
    border-color: #d1d1d1;
    outline: none;
    color: #000;
}

.login-module .modal-body button.btn {
    border-radius: 15px;
    min-width: 150px;
    min-height: 40px;
}

.login-module .modal-body button.btn-primary {
    background: linear-gradient(90deg, #003399 0%, #0A88C2 100%);
    border: none;
}

.login-module .modal-body button.btn-secondary {
    background: #ED3A56;
    border: none;
}

.login-module .modal-body a.forgot {
    text-decoration: none;
    color: #000;
    font-size: 15px;
}

.select-role {
    text-align: left;
}

.select-role .btn-secondary {
    background: #fff !important;
    border-color: #d1d1d1 !important;
    color: #000 !important;
    border-radius: 12px;
    min-width: 100px;
}

.select-role .btn-check:checked + .btn {
    background: #0a88c2 !important;
    color: #fff !important;
    border-color: #0a88c2 !important;
}

select.form-control {
    -webkit-appearance: none;
    background: url(../images/down-arrow.png) no-repeat right;
    padding-right: 32px;
    background-size: 22px;
    background-position: top 8px right 15px;
}


.otp-field {
    flex-direction: row;
    column-gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.otp-field input {
    height: 48px;
    width: 53px;
    border-radius: 15px;
    outline: none;
    font-size: 1rem;
    text-align: center;
    border: 1px solid #d1d1d1;
}

.otp-field input:focus {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.otp-field input::-webkit-inner-spin-button,
.otp-field input::-webkit-outer-spin-button {
    display: none;
}

.support-list ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.support-list ul li {
    border: 1px solid #d1d1d1;
    border-radius: 12px;
    padding: 8px 15px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 15px;
    color: #adadad;
}

.support-list ul li span {
    margin-left: auto;
    font-weight: 500;
    font-size: 14px;
    color: #3EB798;
}

.place-search-main-box {
    display: flex;
    gap: 15px;
    position: relative;
    z-index: 0;
}

.place-search-main-box .place-list {
    flex-basis: 59%;
    /*max-width: 1100px;*/
    max-width: 1000px;
    min-width: 700px;
    padding-left: 48px;
    padding-bottom: 30px;
}

.place-search-main-box .place-map {
    -webkit-box-flex: 1;
    bottom: 0;
    -ms-flex: 1;
    flex: 1;
    height: calc(100vh - 141px);
    padding: 0;
    position: sticky;
    top: 141px;
}

.place-search-main-box .place-map iframe {
    width: 100%;
    height: 100%;
}

.property-list-box {
    border: 1px solid #D9D9D9;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    gap: 20px;
    margin: 0 0 20px;
}

.property-list-box:last-child {
    margin: 0;
}

.property-list-box .content-box .left-box h4 {
    font-size: 20px;
}

.property-list-box span.image-box {
    display: block;
    width: 240px;
    min-width: 240px;
    overflow: hidden;
    position: relative;
}

.property-list-box span.image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.property-list-box .content-box {
    padding: 20px;
    padding-left: 0;
    display: flex;
    align-items: center;
    gap: 20px;
    color: #656565;
    font-size: 12px;
}

.property-list-box .content-box .left-box {
    width: 100%;
    border-right: 1px solid #D9DCE1;
    padding-right: 20px;
}

.property-list-box .content-box .right-box {
    min-width: 170px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 10px;
}

.property-list-box .content-box .left-box .list-box {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 5px;
    margin: 12px 0;
    border: none;
    border-radius: 0;
}

.property-list-box .content-box .left-box .list-box span {
    display: flex;
    gap: 8px;
    align-items: center;
}

.property-list-box .content-box .left-box .list-box span img {
    width: 20px;
    object-fit: contain;
    height: 20px;
}

.property-list-box .content-box .left-box ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    row-gap: 7px;
    column-gap: 7px;
    overflow: auto;
    max-height: 76px;
}

.property-list-box .content-box .left-box ul li {
    background: #F3F4F6;
    padding: 4px 10px;
    display: flex;
    align-items: center;
    gap: 5px;
    border-radius: 6px;
    font-weight: 400;
    font-size: 12px;
}

.property-list-box .content-box .left-box ul li img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.property-list-box .content-box .right-box span {
    margin-bottom: auto;
    font-weight: 400;
    color: #000;
}

.property-list-box .content-box .right-box span b {
    font-size: 18px;
    font-weight: 500;
}

.outline-custom-primary-btn {
    font-weight: 500;
    color: #ED3A56;
    background-color: #fff;
    border-color: #ED3A56;
    border-radius: 8px;
    min-height: 40px;
}

.outline-custom-primary-btn:hover {
    background-color: #d32b44;
    border-color: #d32b44;
    color: #fff;
}

.custom-primary-btn {
    font-weight: 500;
    color: #fff;
    background-color: #ED3A56;
    border-color: #ED3A56;
    border-radius: 8px;
    min-height: 40px;
}

.custom-primary-btn:hover {
    background-color: #d32b44;
    border-color: #d32b44;
    color: #fff;
}

.property-list-box span.image-box .ShortListButton {
    width: 40px;
    height: 40px;
    background: #ffffff;
    position: absolute;
    right: 10px;
    top: 10px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 0 0 2px #fff;
    cursor: pointer;
}

.property-list-box span.image-box .ShortListButton img {
    width: 22px;
    height: 22px;
    object-fit: contain;
}

.property-list-box span.image-box .ShortListButton.active {
    background: #ff0000;
    box-shadow: inset 0 0 0 2px #ff0000;
}

.property-list-box span.image-box .ShortListButton.active img {
    filter: invert(1) brightness(5);
}

.place-filter {
    position: sticky;
    top: 141px;
    padding: 1px 0 20px;
    z-index: 1;
    background: #fff;
}

.place-filter .property-search-box .search-box {
    box-shadow: 0 0 0 1px #D9D9D9;
}

.place-filter .property-search-box {
    margin: 1px 0 0;
}

.breadcrumb li.breadcrumb-item a {
    color: #003399;
    text-decoration: none;
}

.breadcrumb li.breadcrumb-item {
    font-weight: 400;
    color: #999999;
}

.breadcrumb {
    padding-left: 14px;
}

.sort-filter-box .box .position-box {
    width: 420px;
    /* width: 100%; */
    transition: none;
    z-index: 1;
    border: 1px solid #D9D9D9;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1), 0 1px 2px -1px rgba(0, 0, 0, .1);
    padding: 15px;
    top: 10px !important;
}

.sort-filter-box .box .position-box .card {
    border: 1px solid #D9D9D9;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1), 0 1px 2px -1px rgba(0, 0, 0, .1);
}

.sort-filter-box .head h5 {
    margin: 0;
    font-size: 18px;
}

.sort-filter-box .head small {
    color: #919191;
}

.sort-filter-box .head h5 button {
    color: #e10606;
    border: none;
    background: transparent;
    font-size: 14px;
    font-weight: 400;
}

.sort-filter-box .form-check {
    cursor: pointer;
    margin: 0 0 10px;
    font-weight: 500;
    width: 100%;
    padding-left: 30px;
}

.sort-filter-box .form-check input {
    width: 20px;
    height: 20px;
    margin: 0;
    margin-left: -30px;
    position: relative;
    top: 0px;
}

.sort-filter-box .form-check label {
    font-weight: 500;
    font-size: 14px;
}

.sort-filter-box .form-check label span, .sort-filter-box .form-check small {
    color: #919191;
    font-weight: 400;
}

.sort-filter-box .form-check input:checked[type="radio"] {
    background-color: #003399;
    border-color: #003399;
}

.sort-filter-box .form-check:last-child {
    margin: 0;
}

.sort-filter-box button.btn.btn-primary {
    background: #fff;
    border-radius: 50px;
    min-width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    border-color: #D9D9D9;
    gap: 5px;
    height: 33px;
    padding: 0 12px;
    white-space: nowrap;
}

.sort-filter-box .clear-all {
    white-space: nowrap;
    background: #fff;
    border-radius: 50px;
    border: none;
}

.sort-filter-box button.btn-primary img {
    width: 22px;
    filter: invert(0) brightness(0);
    transition: all 0.3s ease;
}

.sort-filter-box button.btn-primary[aria-expanded="true"] {
    border-color: #ED3A56;
    color: #ED3A56;
}

.sort-filter-box button.btn-primary[aria-expanded="true"] img {
    filter: none;
}

.filterModal .sort-filter-box {
    flex-wrap: wrap;
}

.sort-filter-box {
    display: inline-flex;
    gap: 15px;
    width: 100%;
    /* overflow: auto; */
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.sort-filter-box .search-box {
    border: 1px solid #D9D9D9;
    border-radius: 6px;
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
}

.sort-filter-box .search-box input {
    height: 100%;
    width: 100%;
    border: none;
    outline: none;
}

.sort-filter-box .search-box img {
    width: 20px;
}

.sort-filter-box ul.property-list {
    max-height: 192px;
    overflow: auto;
    margin: 15px 0 0;
    border: 1px solid #D9D9D9;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1), 0 1px 2px -1px rgba(0, 0, 0, .1);
    padding: 6px 8px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 5px;
}

.sort-filter-box ul.property-list li {
    background: #fff;
    width: 100%;
    transition: all 0.1s ease;
    color: #000;
    border-radius: 6px;
    padding: 8px 15px;
    cursor: pointer;
}

.sort-filter-box ul.property-list li:hover {
    background: #ED3A56;
    color: #fff;
}

.price-input-container .price-input {
    margin: 20px 0 0;
    display: flex;
    gap: 12px;
}

.price-input-container .price-input .price-field {
    width: 110px;
    display: inline-flex;
    justify-content: flex-start;
    gap: 5px;
    color: #000;
}

.price-input-container .price-input .price-field input {
    font-weight: 500;
    outline: none;
    border: none;
    width: 100%;
    font-size: 15px;
    color: #000;
}

/* Chrome, Safari, Edge, Opera */
.price-input-container .price-input .price-field input::-webkit-outer-spin-button,
.price-input-container .price-input .price-field input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.price-input-container .price-input .price-field input[type=number] {
    -moz-appearance: textfield;
}

/* Styles for the range thumb in WebKit browsers */
.price-input-container input[type="range"]::-webkit-slider-thumb {
    height: 18px;
    width: 18px;
    border-radius: 70%;
    background: #003399;
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 0 2px #fff;
}


.slider-container {
    width: 100%;
}

.slider-container {
    height: 6px;
    position: relative;
    background: #e4e4e4;
    border-radius: 5px;
}

.slider-container .price-slider {
    height: 100%;
    left: 25%;
    right: 15%;
    position: absolute;
    border-radius: 5px;
    background: #003399;
}

.range-input {
    position: relative;
}

.range-input input {
    position: absolute;
    width: 100%;
    height: 5px;
    background: none;
    top: -5px;
    pointer-events: none;
    cursor: pointer;
    -webkit-appearance: none;
}

.room-type-list .form-check-input:checked {
    background-color: #ED3A56;
    border-color: #ED3A56;
}

.custom-filter-padding {
    padding: 0 48px;
    background: #fff;
    position: sticky;
    top: 76px;
    z-index: 1;
}

.month-calendar-container .moveInMonth-module__calendar {
    display: grid;
    gap: 8px;
    grid-template-columns: 1fr 1fr 1fr;
}

.month-calendar-container .moveInMonth-module__calendar button {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background-color: transparent;
    border: none;
    border-radius: 4px;
    color: #4b5563;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    height: 26px;
    justify-content: center;
    line-height: 18px;
    overflow: hidden;
}

.month-calendar-container .moveInMonth-module__calendar button:disabled {
    color: #adb5bd;
}

.month-calendar-container .moveInMonth-module__yearContainer {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin: 0 0 15px;
    align-items: center;
}

.month-calendar-container .moveInMonth-module__decrementBtn {
    rotate: 90deg;
}

.month-calendar-container .moveInMonth-module__incrementBtn {
    rotate: -90deg;
}

.month-calendar-container .moveInMonth-module__yearContainer button {
    background: transparent;
    border: none;
    border-radius: 100px;
    padding: 2px;
}

.month-calendar-container .moveInMonth-module__yearContainer p {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}

.price-input-container, .month-calendar-container {
    width: 100%;
}

.filterModal .nav-pills {
    border-right: 1px solid #D9D9D9;
    padding-right: 1rem;
    gap: 5px;
    width: 180px;
}

.filterModal .nav-pills button {
    white-space: wrap;
    font-weight: 500;
    color: #000;
    background-color: #fff;
    border-color: #fff;
    border-radius: 12px;
    min-height: 40px;
    width: 100%;
    text-align: left;
}

.filterModal .nav-pills button.active {
    color: #fff;
    background-color: #003399;
    border-color: #003399;
}

.filterModal .modal-footer button {
    width: 100%;
    margin: 0;
    height: 55px;
    border-radius: 12px;
    font-weight: 500;
}

.filterModal .modal-footer {
    flex-wrap: nowrap;
    gap: 20px;
}

.filterModal .modal-footer button.clear-all {
    background: #fff;
    border-color: #fff;
    color: #003399;
}

.filterModal .modal-footer button.show-result {
    background: #003399;
    border-color: #003399;
    color: #fff;
}

.stay-journey {
    display: flex;
    border: 1px solid #D9D9D9;
    border-radius: 12px;
    padding: 25px 0 25px 0;
    gap: 25px;
    align-items: center;
}

.stay-journey .listing {
    width: 100%;
}

.stay-journey .scan {
    text-align: center;
    border-right: 1px solid #D9DCE1;
    padding: 20px 25px;
}

.stay-journey .scan img.scan-img {
    max-width: 130px;
    margin: 20px 0;
}

.stay-journey .scan h5 {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}

.stay-journey .scan p {
    margin: 0;
    font-weight: 400;
}

.stay-journey .scan .btn-group {
    gap: 15px;
    margin: 15px 0 0;
}

.stay-journey .scan .btn-group button.btn {
    padding: 0;
    border: none;
    background: #000;
    border-radius: 12px;
    overflow: hidden;
    min-width: 110px;
    width: 110px;
    height: auto;
}

.stay-journey .scan .btn-group button.btn img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.stay-journey ul li {
    border-bottom: 1px solid #D9DCE1;
    padding: 0 20px 15px 0;
    margin: 0 0 15px;
}

.stay-journey ul li:last-child {
    padding: 0;
    padding-right: 20px;
    margin: 0;
    border: none;
}

.stay-journey ul li h6 {
    display: flex;
    align-items: center;
    gap: 15px;
}

.stay-journey ul li p {
    margin: 0;
}

.modal-dialog .modal-content {
    border-radius: 22px;
    border: none;
}

.modal-dialog .modal-content {
    border-radius: 22px;
    border: none;
}

.reserve-module .reserve-list {
    padding: 15px;
    border-radius: 20px;
    background: #f9f9f9;
    border: 1px solid #D9DCE1;
}

.reserve-module .reserve-list span.img-box {
    display: block;
    max-height: 220px;
    margin: 0 0 14px;
    overflow: hidden;
    border-radius: 10px;
}

.reserve-module .reserve-list span.img-box img {
    height: 100%;
    object-fit: cover;
}

.reserve-module .reserve-list h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 5px;
}

.reserve-module .reserve-list p {
    color: #656565;
}

.reserve-module .reserve-list .listing {
    margin: 15px 0 0;
    padding: 15px 0 0;
    border-top: 1px solid #D9DCE1;
}

.reserve-module .reserve-list .listing ul li {
    position: relative;
    margin: 0 0 18px;
    padding-left: 35px;
    font-weight: 500;
}

.reserve-module .reserve-list .listing ul li:last-child {
    margin: 0;
}

.reserve-module .reserve-list .listing ul li img {
    position: absolute;
    left: 0;
    top: 0px;
}

.reserve-module .reserve-list span.img-box + h4 + p + span {
    font-weight: 400;
}

.reserve-module .form-box .head {
    margin: 0 0 15px;
}

.reserve-module .form-box .head h5 {
    font-weight: 700;
    margin: 0 0 5px;
}

.reserve-module .form-box .head p {
    font-weight: 300;
}

.reserve-module .form-box form label {
    font-weight: 600;
    margin: 0 0 5px;
}

.reserve-module .form-box form .form-control {
    border-radius: 6px;
    background: #f9f9f9;
    border-color: #D9DCE1;
    font-weight: 400;
    font-size: 14px;
}

.reserve-module .form-box form button.btn.btn-primary {
    width: 100%;
    border-radius: 6px;
    background: #ED3A56;
}

.reserve-module .reserve-list .plot-details {
    margin: 15px 0 0;
    padding: 15px 0 0;
    border-top: 1px solid #D9DCE1;
}

.reserve-module .reserve-list .plot-details label {
    display: block;
    color: #656565;
    font-weight: 400;
}

.reserve-module .reserve-list .plot-details span {
    display: block;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.single-property-detail-left .main-image {
    max-height: 350px;
    overflow: hidden;
    border-radius: 12px;
}

.single-property-detail-left .main-image img, .single-property-detail-left .main-image-group span {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single-property-detail-left .main-image-group span {
    max-height: 130px;
    border-radius: 12px;
    overflow: hidden;
}

.single-property-detail-left .view-main {
    margin: 15px 0 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px
}

.single-property-detail-left .view-main ul {
    padding: 0;
    margin: 0;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.single-property-detail-left .view-main ul li button {
    display: flex;
    align-items: center;
    gap: 5px;
    border: 1px solid #D9D9D9;
    font-weight: 500;
    transition: all 0.3s ease;
}

.single-property-detail-left .view-main ul li button img {
    height: 18px;
}

.single-property-detail-left .view-main ul li button:hover {
    background: rgba(0, 0, 0, .05);
}

.single-property-detail-left .view-main h6 {
    margin: 0;
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 400;
}

.single-property-detail-left .view-main h6 span {
    font-size: 30px;
    font-weight: 700;
}

.name-detail h4 {
    font-weight: 600;
}

.name-detail p {
    color: #656565;
    font-weight: 500;
}

.name-detail ul {
    display: flex;
    align-items: center;
    gap: 25px;
    row-gap: 5px;
    margin: 10px 0 15px 0;
    flex-wrap: wrap;
}

.name-detail hr {
    border-color: #a7a7a7;
}

.name-detail ul li {
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 500;
    white-space: nowrap;
    color: #656565;
}

.name-detail ul li img {
    height: 15px;
}

.property-policies ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    row-gap: 12px;
    column-gap: 12px;
    overflow: auto;
    max-height: 76px;
}

.property-policies ul li {
    background: #F3F4F6;
    padding: 4px 10px;
    display: flex;
    align-items: center;
    gap: 5px;
    border-radius: 6px;
    font-weight: 400;
    font-size: 14px;
}

.property-policies ul li img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.scroll-margin-box {
    scroll-margin-top: 76px;
}

.about-property {
    border: 1px solid #D9DCE1;
    border-radius: 10px;
    padding: 10px 15px 15px;
}

.about-property h6 {
    padding: 5px 0 10px;
    border-bottom: 1px solid #D9DCE1;
    margin: 0 0 15px;
    white-space: nowrap;
    gap: 10px;
    flex-wrap: wrap;
}

.about-property .bottom-box {
    border-top: 1px solid #D9DCE1;
    padding: 10px 0 0;
    margin: 15px 0 0;
}

.about-property p {
    margin: 0;
    color: #656565;
}

.about-property a {
    color: #ED3A56;
    text-decoration: none;
    font-weight: 500;
}

.common-space {
    margin: 15px 0 0;
}

.common-space:last-child {
    margin: 15px 0;
}

.room-type-tabs {
    margin: 15px 0 0;
    border-top: 1px solid #D9DCE1;
    padding: 15px 0 0;
    --bs-nav-tabs-border-color: #D9DCE1;
    --bs-nav-tabs-border-radius: 8px;
    --bs-nav-tabs-link-hover-border-color: transparent;
    --bs-nav-tabs-link-active-bg: #edeefb;
    --bs-nav-tabs-link-active-border-color: #202ec6;
    --bs-nav-tabs-link-active-color: #202ec6;
}

.room-type-tabs .nav-link {
    font-weight: 400;
    color: #656565;
}

.room-type-tabs .nav-link.active {
    border-bottom-color: #D9DCE1 !important;
}

.room-type-property {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #D9D9D9;
    padding: 12px;
    margin: 0 0 15px;
}

.room-type-property:last-child {
    margin: 0;
}

.room-type-property span.image-box {
    display: block;
    max-height: 150px;
    overflow: hidden;
    width: 100%;
    height: 150px;
    border-radius: 12px;
}

.room-type-property span.image-box img {
    height: 100%;
    object-fit: cover;
}

.room-type-property .content-box h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px;
}

.room-type-property .content-box .note {
    column-gap: 20px;
    row-gap: 10px;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0 10px;
}

.room-type-property .content-box .note span {
    color: #656565;
}

.room-type-property .content-box .note span.sold-out-text {
    background: #fff;
    font-weight: 500;
    border: 1px solid #656565;
    border-radius: 6px;
    padding: 2px 10px;
}

.room-type-property .content-box .note span b {
    color: #000;
    font-weight: 500;
}

.room-type-property .content-box .note span.green-text {
    background: url(https://prod-static-assets.amberstudent.com/images/green-button-background.svg);
    background-repeat: no-repeat;
    background-size: contain;
    color: #057a55;
    padding: 5px 0 5px 8px;
}

.facilities {
    align-items: center;
    gap: 15px;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    row-gap: 5px;
    column-gap: 12px;
}

.facilities li {
    padding: 0;
    display: flex;
    align-items: center;
    gap: 5px;
    border-radius: 6px;
    font-weight: 400;
    color: #656565;
}

.facilities button.btn img {
    width: 16px;
}

.facilities button.btn {
    color: #656565;
    font-weight: 500;
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 8px;
}

.facilities li img {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.room-type-property .content-box a.view-more {
    margin: 15px 0 0;
    display: inline-block;
    text-decoration: underline;
}

.room-type-box .btn-group button.dropdown-toggle {
    border-radius: 50px;
    border: 1px solid #D9D9D9 !important;
    padding-right: 28px;
}

.room-type-box .btn-group button::after {
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    height: 4px;
    right: 15px;
}

.room-type-box .btn-group ul.dropdown-menu {
    min-width: 280px;
    padding: 15px;
    border: 1px solid #D9D9D9 !important;
    border-radius: 8px;
}

.room-type-box .btn-group ul.dropdown-menu li {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-bottom: 1px solid #D9D9D9;
    font-size: 14px;
    font-weight: 400;
}

.room-type-box .btn-group ul.dropdown-menu li .form-check {
    width: 100%;
    margin: 0;
    padding-left: 28px;
}

.room-type-box .btn-group ul.dropdown-menu li:last-child {
    margin: 0;
    padding: 0;
    border: none;
}

.room-type-box .btn-group ul.dropdown-menu li label {
    font-weight: 500;
    margin: 2px 0 0;
}

.room-type-box .btn-group ul.dropdown-menu li .form-check input {
    width: 20px;
    height: 20px;
    margin: 0;
    margin-left: -30px;
    position: relative;
    top: 0px;
}

.room-type-box .btn-group ul.dropdown-menu li .form-check input[type="radio"]:checked {
    background-color: #003399;
    border-color: #003399;
}

.room-type-box .btn-group ul.dropdown-menu li .form-check p {
    font-size: 13px;
    margin: 5px 0 0 !important;
    color: #656565;
}

.TenancyCard-module__cardContainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 16px 0;
    border-bottom: 1px solid #D9D9D9;
    border-top: 1px solid #D9D9D9;
}

.TenancyCard-module__sectionContainer {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

.TenancyCard-module__leftSection.TenancyCard-module__desktop {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    -ms-flex-direction: row;
    flex-direction: row;
    row-gap: 0;
    align-items: center;
}

.TenancyCard-module__leftSection {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
}

.InfoBlock-module__infoBlockContainer.InfoBlock-module__desktop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 63px;
}

.InfoBlock-module__label {
    color: #6b7280;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .0025em;
    line-height: 18px;
    text-align: left;
}

.InfoBlock-module__infoBlockContainer > * {
    margin-right: 4px;
}

.InfoBlock-module__value.InfoBlock-module__isBold {
    color: #111928;
    font-weight: 600;
    line-height: 21px;
    text-align: left;
}

.InfoBlock-module__value.InfoBlock-module__desktop {
    font-style: normal;
    font-weight: 400;
    letter-spacing: .035px;
    line-height: 150%;
}

.InfoBlock-module__infoBlockContainer > :last-child {
    margin-right: 0;
}

.InfoBlock-module__value {
    color: #111928;
    font-weight: 600;
    line-height: 18px;
    text-align: left;
}

.InfoBlock-module__infoBlockContainer.InfoBlock-module__desktop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 63px;
}

.InfoBlock-module__infoBlockContainer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: flex-start;
}

.TenancyCard-module__priceContainer, .TenancyCard-module__rightSection.TenancyCard-module__desktop {
    -webkit-box-pack: center;
    -webkit-box-align: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    align-items: center;
    justify-content: center;
}

.TenancyCard-module__rightSection.TenancyCard-module__desktop {
    -ms-flex-pack: center;
    -ms-flex-align: center;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 16px;
    padding-bottom: unset;
}

.TenancyCard-module__priceContainer, .TenancyCard-module__soldOutBadge {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.TenancyCard-module__priceContainer {
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 8px;
}

.TenancyCard-module__rightSection {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-flex: 1;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px;
    justify-content: space-between;
    padding-bottom: 6px;
}

.TenancyCard-module__price {
    font-weight: 400;
}

.TenancyCard-module__rightSection .custom-primary-btn {
    min-width: 110px;
}

.TenancyCardBox .TenancyCard-module__cardContainer:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.facilities-box .box {
    margin: 0 0 15px;
}

.facilities-box .box:last-child {
    margin: 0;
}

.facilities-box .box h5 {
    font-size: 16px;
    color: #656565;
}

.Explore-Beyond-box ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.Explore-Beyond-box ul li {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
}

.Explore-Beyond-box ul li span {
    display: flex;
    align-items: center;
    gap: 7px;
    white-space: nowrap;
    color: #656565;
}

.Explore-Beyond-box ul li span img {
    width: 16px;
}

.Explore-Beyond-box ul li hr {
    width: 100%;
    opacity: 1;
    border-top: 1px dashed #D9DCE1;
}

.Nearby-Location-box ul {
    margin: 0 0 16px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.Nearby-Location-box ul li button.btn {
    color: #656565;
    font-weight: 500;
    border: 1px solid #D9D9D9;
    border-radius: 6px;
}

.Nearby-Location-box .map-box iframe {
    min-height: 300px;
    width: 100%;
}

.Nearby-Location-box .map-box {
    border-radius: 12px;
    overflow: hidden;
}

.Review-box .box {
    border-radius: 12px;
    border: 1px solid #D9DCE1;
    padding: 12px;
    display: flex;
    gap: 10px;
}

.Review-box .box .content-box h6 {
    margin: 0 0 5px;
    border: none;
    font-size: 14px;
    padding: 0;
}

.Review-box .box span {
    width: 35px;
    height: 35px;
    min-width: 35px;
    display: inline-block;
    border-radius: 50px;
    background: #dfdfdf;
}

.Review-box .box span img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.TenancyCardBox {
    padding: 15px 0 0;
}

.sold-out-property span.image-box {
    opacity: 0.5;
}

.Payment-box ul li {
    color: #656565;
    margin: 0 0 5px;
}

.Payment-box ul li b {
    font-weight: 500;
}

.Payment-box ul li:last-child,
.Cancellation-Policicy-box ul li:last-child {
    margin: 0;
}

.Cancellation-Policicy-box ul li {
    color: #656565;
    margin: 0 0 25px;
}

.about-property h6 a.view-all-btn {
    text-decoration: underline;
    color: #656565;
    font-weight: 400;
    font-size: 14px;
}

.FAQ-box .accordion {
    --bs-accordion-active-bg: #edeefb;
    --bs-accordion-active-color: #202ec6;
    --bs-accordion-btn-focus-box-shadow: none;
    font-size: 14px;
    --bs-accordion-btn-icon-width: 20px;
}

.FAQ-box .accordion .accordion-body {
    color: #656565;
}

.FAQ-box .accordion .accordion-header button {
    font-size: 14px;
    font-weight: 500;
}

.Properties-box .box {
    border-radius: 10px;
    border: 1px solid #D9DCE1;
    padding: 12px;
    background: #F9F9F9;
}

.Properties-box .box span.image-box {
    height: 128px;
    border-radius: 10px;
    position: relative;
}

.Properties-box .box span.image-box img {
    height: 100%;
    object-fit: cover;
}

.Properties-box .box .content-box {
    margin: 10px 0 0;
}

.Properties-box .box .content-box h5 {
    margin: 0 0 5px;
    border: none;
    font-size: 16px;
    font-weight: 600;
    padding: 0;
}

.Properties-box .box .content-box hr {
    margin: 10px 0;
}

.Properties-box .box .content-box span.rate {
    color: #656565;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 3px;
    margin-left: auto;
}

.Properties-box .box .content-box span.rate img {
    width: 15px;
}

.Properties-box .box .content-box span.rate b {
    color: #000;
    font-size: 14px;
}

.Properties-box .box .content-box span.price b {
    font-weight: 600;
    font-size: 16px;
}

.Properties-box .box .content-box .view-main {
    text-decoration: underline;
    display: inline-block;
    margin: 6px 0 0;
    color: #656565;
}


.tag {
    position: absolute;
    left: 10px;
    top: 10px;
    background: #ffffff;
    font-size: 12px;
    border-radius: 4px;
    padding: 2px 7px;
    font-weight: 500;
}

.tag.best-seller {
    background: #149d4a;
    color: #fff;
}

.tag.recommended {
    background: #05619e;
    color: #fff;
}

.tag.most-selled {
    background: #202ec6;
    color: #fff;
}

.tag.most-viewed {
    background: #009d9f;
    color: #fff;
}

.tag.top-rated {
    background: -moz-linear-gradient(179.99deg, #f05d4e 0, #e97d40 100.03%);
    background: linear-gradient(270.01deg, #f05d4e, #e97d40 100.03%);
    -webkit-filter: drop-shadow(2px 2px 8px rgba(0, 0, 0, .4));
    filter: drop-shadow(2px 2px 8px rgba(0, 0, 0, .4));
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    color: #fff;
    overflow: hidden;
}

.tag.top-rated::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 250, .5)), to(transparent));
    background: -moz-linear-gradient(left, transparent, rgba(255, 255, 250, .5), transparent);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 250, .5), transparent);
    -webkit-animation: BannerTags_shine__1PTls 2s ease-in-out infinite;
    -moz-animation: BannerTags_shine__1PTls 2s ease-in-out infinite;
    animation: BannerTags_shine__1PTls 2s ease-in-out infinite;
}

@keyframes BannerTags_shine__1PTls {
    0% {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    72.7273% {
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        transform: translateX(100%);
    }
}

.scroll-magin {
    scroll-margin-top: 172px;
}

.scroll-navigation ul.nav.nav-pills {
    flex-wrap: nowrap;
    overflow: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.scroll-navigation ul.nav.nav-pills li.nav-item a {
    white-space: nowrap;
}

.scroll-navigation {
    position: sticky;
    top: 75px;
    background: #fff;
    z-index: 1;
    padding: 16px;
    border: 1px solid #D9DCE1;
    margin: 15px 0;
}

.scroll-navigation nav {
    padding: 8px;
    border: 1px solid #D9DCE1;
    border-radius: 12px;
}

.scroll-navigation li.nav-item a.active {
    background: #202ec6;
}

.scroll-navigation li.nav-item a {
    color: #656565;
}

.left-box-details {
    position: sticky;
    top: 90px;
    margin: 0 0 15px;
}

.left-box-details .box {
    border: 1px solid #D9DCE1;
    border-radius: 10px;
    padding: 15px;
    margin: 0 0 15px;
}

.left-box-details .box:last-child {
    margin: 0;
}

.left-box-details .box .share {
    display: flex;
    gap: 10px;
}

.left-box-details .box .share .links {
    margin-left: auto;
    display: flex;
    gap: 10px;
}

.left-box-details .box .share .links .ShortListButton.active {
    background: #ff0000;
    box-shadow: inset 0 0 0 2px #ff0000;
}

.left-box-details .box .share .links .ShortListButton.active img {
    filter: invert(1) brightness(5);
}

.left-box-details .box .share .links .ShortListButton,
.left-box-details .box .share .links .ShareButton {
    width: 40px;
    height: 40px;
    border: 1px solid #a1a1a1;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.left-box-details .box .btn-group {
    margin: 15px 0;
}

.left-box-details .box .btn-group button.btn {
    height: 40px;
    background: #f1f1f1;
    border-radius: 12px;
    font-weight: 500;
}

.left-box-details .box .btn-group button.btn.Enquire-btn {
    background: #ED3A56;
    color: #fff;
    border-color: #ED3A56;
}

.left-box-details .box .btn-group button.btn.View-Rooms-btn {
    background: #119D4A;
    color: #fff;
    border-color: #119D4A;
}

.left-box-details .box .book-property {
    color: #3E83F8;
    font-size: 12px;
    font-weight: 500;
}

.enquiryModal .box {
    border: 1px solid #D9DCE1;
    border-radius: 10px;
    padding: 15px;
    margin: 0 0 15px;
}

.enquiryModal .box .property > span {
    height: 150px;
    overflow: hidden;
    border-radius: 12px;
    display: block;
}

.enquiryModal .box .property > span img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.enquiryModal .box:last-child {
    margin: 0;
}

.enquiryModal .box .property .content {
    margin: 15px 0 0;
}

.enquiryModal .box .property .content ul li {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    color: #656565;
}

.enquiryModal .box .property .content ul li span {
    display: block;
    width: 100%;
    font-weight: 500;
    color: #000;
}

.enquiryModal .box .property .content hr {
    margin: 0 0 8px;
    border-color: #D9DCE1;
    opacity: 1;
}

.enquiryModal .box ul.list {
    display: flex;
    flex-wrap: wrap;
}

.enquiryModal .box ul.list li {
    margin: 0 0 5px;
    padding: 0 0 5px;
    border-bottom: 1px solid #D9DCE1;
    width: 100%;
}

.enquiryModal .box ul.list li:last-child {
    border: none;
    padding: 0;
    margin: 0;
}

.booking-form .head p {
    color: #656565;
}

.booking-form .head p a {
    color: #ED3A56;
}

.booking-form .thankyou-box {
    border-radius: 12px;
    padding: 25px 15px;
    background: #e4f5ef;
    position: relative;
    padding-left: 80px;
}

.booking-form .thankyou-box img {
    position: absolute;
    left: 20px;
}

.booking-form .thankyou-box p {
    margin: 0;
}

.booking-form .thankyou-box h5 {
    font-size: 18px;
}

.detail-box .box {
    border: 1px solid #D9DCE1;
    border-radius: 10px;
    padding: 15px;
}

.detail-box .box .head {
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: 1px solid #D9DCE1;
    position: relative;
    padding-left: 55px;
}

.detail-box .box .head span {
    width: 40px;
    height: 40px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    background: #fff;
    border-radius: 50px;
    font-weight: 600;
    box-shadow: inset 0 0 0 1px #0e9f6e;
}

.detail-box .box .head h5 {
    font-size: 18px;
    margin: 0 0 5px;
}

.detail-box .box form .form-group label {
    text-align: left;
    display: block;
    margin: 0 0 5px;
}

.detail-box .box form .form-group .form-control {
    border-radius: 15px;
    min-height: 40px;
    border-color: #d1d1d1;
    outline: none;
    color: #000;
}

.enquiryModal .box .property .content ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.box.policies ul li {
    margin: 0 0 12px;
    gap: 10px;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #000;
    cursor: pointer;
}

.box.policies ul li img {
    margin-left: auto;
    width: 22px;
    transform: rotate(-90deg);
}

.box.policies ul li img.icon {
    transform: none;
    width: 16px;
    margin-left: 0;
}

.box.policies ul li:last-child {
    margin: 0;
}

.box.policies hr {
    border-color: #D9DCE1;
    opacity: 1;
}

.accordion-modal-design .accordion {
    --bs-accordion-active-color: #000;
    --bs-accordion-active-bg: #fff;
    --bs-accordion-btn-focus-box-shadow: none;
}

.accordion-modal-design .accordion ul {
    margin: 15px 0;
    list-style: disc;
}

.accordion-modal-design .accordion .accordion-item h2.accordion-header button {
    font-size: 15px;
}

.box.policies .accordion.no-outline {
    --bs-accordion-body-padding-x: 0;
    --bs-accordion-body-padding-y: 0;
    --bs-accordion-active-color: #000;
    --bs-accordion-active-bg: #fff;
    --bs-accordion-btn-focus-box-shadow: none;
    --bs-accordion-border-radius: 0;
    --bs-accordion-border-width: 0;
    --bs-accordion-btn-padding-x: 0;
    --bs-accordion-btn-padding-y: 0;
}

.box.policies .accordion.no-outline .accordion-item {
    margin: 0 0 18px;
}

.box.policies .accordion.no-outline .accordion-item:last-child {
    margin: 0;
}

.box.policies .accordion.no-outline .accordion-item h2.accordion-header button {
    font-size: 15px;
    gap: 8px;
}

.box.policies .accordion.no-outline .accordion-item h2.accordion-header button img.icon {
    width: 20px;
}

.box.policies .accordion.no-outline .accordion-item .accordion-body {
    padding-top: 10px;
    color: #656565;
}

.box.policies .accordion.no-outline .accordion-item .accordion-body a.learn-more {
    display: block;
    color: #ED3A56;
}

.accordion-modal-design .accordion ul li {
    position: relative;
    color: #656565;
    padding-left: 15px;
}

.accordion-modal-design .accordion ul li::after {
    content: '';
    width: 6px;
    height: 6px;
    background: #656565;
    border-radius: 50px;
    position: absolute;
    left: 0;
    top: 7px;
}

.thank-you .box {
    border: 1px solid #D9D9D9;
    border-radius: 12px;
    padding: 15px 025px;
}

.thank-you .box .head h3 {
    margin: 0;
    color: #0e9f6e;
    font-weight: 600;
}

.thank-you .box .head span {
    font-weight: 600;
}

.need-help button.btn.box img {
    width: 15px;
}

#supportModal .user-content {
    margin: 20px 0 0;
}


#supportModal .user-content span.image-box {
    min-width: 70px;
    height: 70px;
    width: 70px;
    overflow: hidden;
}

#supportModal .user-content button.btn.custom-primary-btn {
    padding: 4px 10px;
    min-width: auto;
    height: 30px;
    min-height: auto;
    border-radius: 6px;
    font-size: 12px;
}

#supportModal .need-help button.btn.box {
    padding: 5px 15px;
    font-size: 12px;
    min-width: auto;
    min-height: 35px;
    font-weight: 500;
}

#supportModal .need-help button.btn.box img {
    width: 12px;
    height: 12px;
    object-fit: contain;
}


.thank-you .box .user-content {
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    margin: 15px 0;
    padding: 25px 0;
}

.thank-you .box .user-content span.image-box {
    min-width: 90px;
    height: 90px;
    width: 90px;
    overflow: hidden;
}

.thank-you .box .user-content span.image-box img,
#supportModal .user-content span.image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.thank-you .box.booking-box,
.thank-you .need-help {
    background: #FAFAFA;
}

.need-help {
    display: flex;
    align-items: center;
    gap: 15px;
}

.need-help h4 {
    font-size: 18px;
    font-weight: 600;
}

.need-help button.btn.box {
    background: #fff;
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    white-space: nowrap;
}

.thank-you .box.summary h5 {
    border-bottom: 1px solid #D9D9D9;
    padding: 0 0 10px;
    font-weight: 600;
}

.thank-you .box.summary ul {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.thank-you .box.summary ul li {
    width: 100%;
    display: flex;
    align-items: center;
    font-weight: 500;
}

.thank-you .box.summary ul li span {
    margin-left: auto;
}

.thank-you .box.summary ul.grand-total {
    border: 1px solid #D9D9D9;
    border-left: 0;
    border-right: 0;
    margin: 15px 0;
    padding: 15px 0;
}

.thank-you .box.summary ul.grand-total span {
    font-size: 20px;
    font-weight: 600;
}

.thank-you .box.summary ul li span.green {
    color: #0e9f6e;
}
.left-box {
    max-height: 180px;

}
@media screen and (max-width: 1024px) {
    .sort-filter-box button.btn.btn-primary.show::before {
        content: '';
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0px;
        left: 0;
        z-index: 3;
        right: 0;
        border: none;
        margin: 0;
        -webkit-backdrop-filter: blur(8px);
        backdrop-filter: blur(8px);
        background-color: rgba(0, 0, 0, .4);
        -webkit-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s;
    }
}
