@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body {
    font-family: 'Poppins', sans-serif;
    scroll-behavior: smooth;
    background-color: var(--dull);
}

html,
body {
    overflow-x: hidden;
}

:root {
    --dull: #f1f3f6;
    --brightYellow: #ce9f12;
    --deepDark: #1F2227;
    --fullBlack: #000;
    --skyBlue: #45c0e4;
    --darkBlue: #001342;
    --brightBlue: #4154f1;
    --brandBluePrimary: #45c0e4;
    --brandBlueSecondary: #0082a7;
    --elevated-box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);

}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background: white;

}

::-webkit-scrollbar-thumb {
    border-width: 0px;
    background: #072757;
    /* border-radius: 10px; */
}

::-webkit-scrollbar-thumb:hover {
    background: #4154f1;
}

.noSpinner::-webkit-inner-spin-button,
.noSpinner::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.noSpinner {
    -moz-appearance: textfield;
}

.text-yellow {
    color: #F8DE22;
}

.w-fit {
    width: fit-content !important;
}

.brandGradient {
    background: rgb(69, 192, 228);
    background: -moz-linear-gradient(129deg, rgba(69, 192, 228, 1) 0%, rgba(46, 171, 207, 1) 46%, rgba(0, 130, 167, 1) 100%);
    background: -webkit-linear-gradient(129deg, rgba(69, 192, 228, 1) 0%, rgba(46, 171, 207, 1) 46%, rgba(0, 130, 167, 1) 100%);
    background: linear-gradient(129deg, rgba(69, 192, 228, 1) 0%, rgba(46, 171, 207, 1) 46%, rgba(0, 130, 167, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#45c0e4", endColorstr="#0082a7", GradientType=1);
}

.h-fit {
    height: fit-content !important;
}

.wh-fit {
    width: fit-content !important;
    height: fit-content !important;
}

.bg-dull {
    background-color: var(--dull);
}

.text-black {
    color: var(--fullBlack);
}

.text-brandPrimary {
    color: var(--brandBluePrimary);
}

.text-brandSecondary {
    color: var(--brandBlueSecondary);
}

.w-60 {
    width: 60% !important;
}

.text-green {
    color: green;
}

.section-border {
    border-top: 0.0625rem solid #e5e5e5;
    border-bottom: 0.0625rem solid #e5e5e5;
}

.section-border-bottom {
    border-bottom: 0.0625rem solid #e5e5e5;
}

.elevated {
    box-shadow: var(--elevated-box-shadow);
}

.p-reletive {
    position: relative;
}

.text-skyBlue {
    color: var(--skyBlue);
}

.navbar-toggler {
    box-shadow: none !important;
    border: none !important;
    outline: none !important;
}


.bg-nav-white {
    background-color: #fff;
    animation: toWhite 1s ease-in-out;
    color: var(--brandBluePrimary);
}

.breadcrumb {
    text-align: center;
}

.breadcrumb li a {
    color: white;
    text-decoration: none;
}

.breadcrumb li.active {
    color: #e0e0e0
}

.bg-nav-white .nav-link {
    /* color: var(--brightBlue) !important; */
    transition: color 1s ease-out;
}

.nav-link:hover {
    color: var(--brightBlue) !important;
}

.nav-link.active {
    color: var(--brightBlue) !important;
}

@keyframes toWhite {
    0% {
        background-color: rgba(255, 255, 255, 0);
    }

    100% {
        background-color: #fff;
    }
}

.bg-nav-transparent {
    background-color: #ffffff00;
    animation: toTransparent 1s ease-in-out;
}

@keyframes toTransparent {
    0% {
        background-color: rgb(255, 255, 255);
    }

    100% {
        background-color: #ffffff00;
    }
}

.bg-nav-transparent .navbar-toggler-icon {
    background-image: url('/frontendAssets/icons/bars_white.svg') !important;
}

.bg-nav-white .navbar-toggler-icon {
    background-image: url('/frontendAssets/icons/bars_blue.svg') !important;
}

.offcanvas {
    background-color: var(--brandBlueSecondary);
}

.offcanvas.show {
    max-width: 80% !important;
}

.offcanvas.show .offcanvas-body ul li a {
    text-align: start;
}

.offcanvas.show .offcanvas-body ul li a.active {
    color: var(--skyBlue) !important;
}

.btn-close {
    background-image: url('/frontendAssets/icons/btn-close_white.svg') !important;

}

.btn-yellow {
    background-color: #E9B824;
}

.btn-yellow:hover {
    background-color: #ce9f12 !important;
}

.btn-brightBlue {
    background-color: var(--brandBlueSecondary);
    color: #ffffff;
}

.btn-brightBlue:hover {
    background-color: var(--brandBluePrimary) !important;
    color: #ffffff !important;
}

.nav-item {
    font-weight: 400;
    font-size: 18px;
}

.nav-link {
    color: var(--skyBlue);
    position: relative;
    text-align: center;
    text-transform: uppercase;
}

.navbar-nav {
    gap: 16px;
    transition: all 0.4s ease-in-out;
    background-color: transparent;
}

#hero {
    width: 100%;
    height: 100vh;
}

.heroImgContainer {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    pointer-events: none;
    background-image: url('/frontendAssets/img/house5.jpg');
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.navbar-brand {
    position: relative;
}

.bg-transparent {
    background: transparent;
}

.heroh1 {
    font-size: 58px;
    color: var(--brandBluePrimary);
    text-shadow: 2px 2px 7px rgba(0, 19, 66, 0.71)
}

@media (max-width:564px) {
    .heroh1 {
        font-size: 40px;
    }
}

.navbar-brand {
    position: relative;
    width: 20px;
}

.logoContainer {
    transition: all 0.4s ease-in-out;
    position: absolute;
    height: 76px;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
}

.bg-nav-transparent .navbar-brand .logoContainer {
    position: absolute;
    height: 76px;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
}

.bg-nav-white .navbar-brand .logoContainer {
    top: 0;
    left: 0;
    position: relative;
    height: 56px;

}

.heroSearchBarContainer {
    width: 100%;
    height: 60px;
    padding: 10px;
    color: black;
    border: none;
    outline: none;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    background-color: white;
    box-shadow: var(--elevated-box-shadow);
}

.heroSearchBarContainer .form-select {
    outline: none;
    border: none;
    border-right: 1px solid rgb(189, 189, 189);
    border-radius: 0px;
    box-shadow: none !important;
}

.heroSearchBarContainer button {
    outline: none;
    border: none;
    box-shadow: none !important;
    font-size: 26px;
    color: var(--brandBlueSecondary);
    background: transparent;
    transition: all 0.4s ease-in-out;
}

.heroSearchBarContainer button:hover {
    transform: scale(1.1);
    color: #5e78ec;
}

.heroSearchBarContainer .searchBar {
    outline: none;
    border: none;
    flex-grow: 1;
}

@media (max-width:420px) {
    .heroSearchBarContainer .searchBar {
        max-width: 200px !important;
    }
}

@media (max-width:392px) {
    .heroSearchBarContainer .searchBar {
        max-width: 180px !important;
    }
}

.scrolling-text-container {
    background-color: var(--brandBluePrimary);
    border-radius: 4px;
    overflow: hidden;
}

.scrolling-text-inner {
    display: flex;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 0;
}

/* Text styles */
.scrolling-text {
    display: flex;
}

.scrolling-text-item {
    padding: 0 30px;
}

.scrolling-text-inner>div {
    animation: var(--direction) var(--marquee-speed) linear infinite;
}


.scrolling-text-container:hover .scrolling-text-inner>div {
    animation-play-state: paused;
}

/* Setting the Animation using Keyframes */
@keyframes scroll-left {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes scroll-right {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

.scrolling-text-item {
    position: relative;
    color: rgb(0, 0, 0);
}

.scrolling-text-item::before {
    content: '';
    position: absolute;
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    left: 10px;
    top: 50%;
    background-color: #000000;
    transform: translateY(-50%);

}

.propertyCard {
    background-color: white;
    padding: 4px;
    border-radius: 4px;
}

.propertyCard .imgContainer {
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}

.propertyCard .imgContainer img {
    height: 200px !important;
    width: 100% !important;
}

.property-info-container {
    overflow: hidden;
    font-size: 1rem;
    max-width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 0.1875rem;
    color: #000;
}

.property-info-container span {
    line-height: 150%;
}

.propertyTitleContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}

.propertyTitleContainer h5 {
    flex-grow: 1;
    color: var(--brandBlueSecondary);
}

.propertyTitleContainer img {
    cursor: pointer;
}

.property-info-container span:not(:last-of-type):after {
    content: "\a";
    width: 0.25rem;
    height: 0.25rem;
    border-radius: 50%;
    background: #000000;
    display: inline-block;
    margin: 0 0.5rem;
    transform: translateY(-2px);
}

.propertyCard .locationTxt {
    color: #000000;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.propertyCard button {
    border-radius: 4px !important;
}

.propertyCard .priceTagContainer {
    position: absolute;
    bottom: -6px;
    left: 0;
    background-color: white;
    padding: 6px;
    padding-left: 0px;
    border-top-right-radius: 12px;
}

.propertyCard .priceTagContainer .priceTag {
    width: 100%;
    height: 100%;
    background-color: transparent;
    position: relative;
}

.propertyCard .priceTagContainer .priceTag h6 {
    background-color: var(--brandBlueSecondary);
    padding: 4px 10px;
    color: white !important;
    border-radius: 6px;
    margin: 0;
}

.priceTag .tl {
    background-color: transparent;
    width: 16px;
    height: 16px;
    position: absolute;
    top: -22px;
    left: 0px;
    border-radius: 10px;
    box-shadow: -4px 4px 6px 0px white;
}

.priceTag .br {
    background-color: transparent;
    width: 16px;
    height: 16px;
    position: absolute;
    bottom: 0px;
    right: -22px;
    border-radius: 10px;
    box-shadow: -6px 6px 8px 0px white;
}

.topTag {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: var(--brandBluePrimary);
    padding: 6px 10px;
    border-radius: 6px;
}

.card {
    border: none;
    box-shadow: var(--elevated-box-shadow)
}

.splide__pagination {
    bottom: -1rem !important;
}

.splide__pagination__page {
    background-color: #222 !important;
}

.splide__pagination__page.is-active {
    background-color: var(--brightBlue) !important;
}

.splide__arrow {
    width: 2.4em !important;
    height: 2.4em !important;
}

.cityContainer {
    cursor: pointer;
}

.cityName {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: white;
}

@media (max-width:490px) {
    .cityContainer img {
        max-height: 364px !important;
    }

    .cityContainer.small img {
        max-height: 180px !important;
    }
}

@media (max-width:430px) {
    .cityContainer img {
        max-height: 284px !important;
    }

    .cityContainer.small img {
        max-height: 140px !important;
    }
}

.PriceDropTxtContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}

.aboveContainer {
    height: 130px;
    position: relative;
}

.above {
    position: absolute;
    top: -60px;
}

@media (max-width:991px) {
    .logoContainer {
        left: 200% !important;
    }

    .aboveContainer {
        height: 300px;
    }
}

@media (min-width:991px) and (max-width:1154px) {

    .aboveContainer {
        height: 200px;
    }
}

@media (max-width:781px) {
    .aboveContainer {
        height: 260px;
    }
}

.trustCard {
    padding: 26px 14px;
    position: relative;
    overflow: hidden;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(138deg, rgba(255, 255, 255, 1) 0%, rgba(214, 235, 241, 1) 59%, rgba(188, 222, 232, 1) 68%, rgba(0, 130, 167, 1) 100%);
    background: -webkit-linear-gradient(138deg, rgba(255, 255, 255, 1) 0%, rgba(214, 235, 241, 1) 59%, rgba(188, 222, 232, 1) 68%, rgba(0, 130, 167, 1) 100%);
    background: linear-gradient(138deg, rgba(255, 255, 255, 1) 0%, rgba(214, 235, 241, 1) 59%, rgba(188, 222, 232, 1) 68%, rgba(0, 130, 167, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#0082a7", GradientType=1);
}

.trustCard h1 {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 130%;
    margin-bottom: 0.25rem;
    width: 25.3125rem;
    color: var(--fullBlack);
}

.trustCard p {
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 150%;
}

.imgContainer {
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

@media (max-width:533px) {
    .trustCard h1 {
        font-size: 0.8rem;
    }

    .trustCard p {
        font-size: 0.6rem;
    }

    .trustCard .imgContainer img {
        max-height: 100px;
    }

    .aboveContainer {
        height: 170px;
    }
}

.popularCityList {
    list-style-type: none;
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
}

.popular li {
    margin-bottom: 10px;
    letter-spacing: 1px;
    color: var(--brandBlueSecondary);
    cursor: pointer;
}

.popular li:hover {
    color: var(--brandBluePrimary)
}

.popularPlaces {
    list-style-type: none;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.border {
    height: 100%;
    width: 0px;
    position: absolute;
    top: 0;
    right: 100px;
    border-right: 0.0625rem solid #e5e5e5;
}

@media (max-width:1140px) {
    .borderRight {
        right: 60px;
    }
}

@media (max-width:874px) {
    .borderRight {
        right: 30px;
    }
}

@media (max-width:767px) {
    .border {
        display: none;
    }
}

/*-----Footer Starts------*/
ul {
    margin: 0px;
    padding: 0px;
}

.footer-section {
    background: var(--darkBlue);
    position: relative;
}

.footer-cta {
    border-bottom: 1px solid #373636;
}

.single-cta i {
    color: #3586ff;
    font-size: 30px;
    float: left;
    margin-top: 8px;
}

.cta-text {
    padding-left: 15px;
    display: inline-block;
}

.cta-text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
}

.cta-text span {
    color: #757575;
    font-size: 15px;
}

.footer-content {
    position: relative;
    z-index: 2;
}

.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}

.footer-logo {
    margin-bottom: 30px;
}

.footer-logo a {
    font-size: 44px;
    text-decoration: none;
    color: white;
    font-weight: 800;
}

.footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
    color: #7e7e7e;
    line-height: 28px;
}

.footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;

}

.socialContainer {
    display: flex;
    justify-content: flex-start;
    align-content: center;
    flex-wrap: nowrap;

}

.footer-social-icon a .iContainer {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    padding: 10px;
    text-align: center;
}

.footer-social-icon a .iContainer i {
    line-height: 38px;
    /* border-radius: 50%; */
}

.facebook-bg {
    background: #3B5998;
}

.twitter-bg {
    background: #2c2c2c;
}

.google-bg {
    background: #DD4B39;
}

.linkedin-bg {
    background-color: #0077B5;
}

.instagram-bg {
    background-color: #bd7b00;
}

.footer-widget-heading h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
}

.footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #3586ff;
}

.footer-widget ul li {
    display: inline-block;
    float: left;
    width: 50%;
    margin-bottom: 12px;
}

.footer-widget ul li a:hover {
    color: #3586ff;
}

.footer-widget ul li a {
    color: #878787;
    text-transform: capitalize;
    text-decoration: none;
}

.subscribe-form {
    position: relative;
    overflow: hidden;
}

.subscribe-form input {
    width: 100%;
    padding: 14px 28px;
    background: #2E2E2E;
    border: 1px solid #2E2E2E;
    color: #fff;
}

.subscribe-form button {
    position: absolute;
    right: 0;
    background: #FF9800;
    padding: 13px 20px;
    border: 1px solid #ff5e14;
    top: 0;
}

.subscribe-form button i {
    color: #fff;
    font-size: 22px;
    transform: rotate(-6deg);
}

.copyright-area {
    background: #202020;
    padding: 25px 0;
}

.copyright-text {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #878787;
    text-align: start;
}

.copyright-text p a {
    color: #55ACEE;
    text-decoration: none;
    font-weight: 700;
}


/*-----Footer End------*/

/***** About Page *****/
.aboutHeader {
    font-size: 30px;
}

.aboutContent p {
    color: #666;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
}

.aboutHeader::after {
    display: block;
    height: 3px;
    font-weight: bold;
    background-color: var(--brandBluePrimary);
    content: " ";
    width: 97px;
    margin-top: 0.5rem;
    margin-bottom: 1.5rem;
}

.aboutVideoPlayer {
    position: relative;
}

.popup-youtube {
    background: #0f1341 none repeat scroll 0 0;
    border-radius: 100%;
    color: #03a9f5;
    font-size: 30px;
    height: 70px;
    left: 50%;
    line-height: 75px;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 70px;
    z-index: 9;
}

.iq-waves {
    height: 352px;
    height: 22rem;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 352px;
    width: 22rem;
    z-index: 2;
}

.iq-waves .waves {
    -webkit-animation: 3s ease-in-out 0s normal none infinite running waves;
    animation: 3s ease-in-out 0s normal none infinite running waves;
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0 padding-box;
    border-radius: 320px;
    height: 352px;
    height: 22rem;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    width: 352px;
    width: 22rem;
}

.iq-waves .wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.iq-waves .wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.iq-waves .wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

@-webkit-keyframes waves {
    0% {
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }

    100% {
        transform: scale(0.6, 0.6);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

@keyframes waves {
    0% {
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }

    100% {
        transform: scale(0.6, 0.6);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

.whyChoseUs {
    font-size: 30px;
}

.serv-flex {
    background: #fff;
    color: #f55d2c;
    text-align: center;
    padding: 1.5rem;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 1px #e7e7e7 !important;
    box-shadow: 0px 0px 1px #e7e7e7 !important;
    border: 1px solid #e7e7e7;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}

.art-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

article img {
    padding-right: 1rem;
    padding-bottom: 0.5rem;
    width: 100px;
    height: 100px;
    text-align: center;
}

article h3 {
    color: #222;
    font-size: 18px;
    font-weight: 600;
    margin: 1.7rem 0 0.2rem;
}

article p {
    color: #666;
    margin-top: 1rem;
    margin-bottom: 0px;
    font-family: 'Lato', sans-serif;
}

.ourTeam {
    font-size: 30px;
}

/***** End About Page *****/

/***** Properties Page *****/
.formCard {
    background-color: white;
    border-radius: 6px;
    box-shadow: var(--elevated-box-shadow);
}

.elevatedCard {
    background-color: white;
    border-radius: 6px;
    box-shadow: var(--elevated-box-shadow);
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}

.elevatedCard:hover {
    background-color: var(--brandBluePrimary);
}

.elevatedCard:hover h6 {

    color: #000;
}
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}

/***** End Properties Page *****/

/***** Multiselect *****/
.select-btn {
    display: flex;
    height: 38px;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    border-radius: 8px;
    cursor: pointer;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.select-btn .btn-text {
    font-size: 16px;
    font-weight: 400;
    color: #333;
}

.select-btn .arrow-dwn {
    display: flex;
    height: 21px;
    width: 21px;
    color: #fff;
    font-size: 14px;
    border-radius: 50%;
    background: var(--brandBlueSecondary);
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.select-btn.open .arrow-dwn {
    transform: rotate(-180deg);
}

.list-items {
    position: absolute;
    z-index: 99;
    margin-top: 15px;
    border-radius: 8px;
    padding: 16px;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    display: none;
}

.select-btn.open~.list-items {
    display: block;
}

.list-items .item {
    display: flex;
    align-items: center;
    list-style: none;
    height: 50px;
    cursor: pointer;
    transition: 0.3s;
    padding: 0 15px;
    border-radius: 8px;
}

.list-items .item:hover {
    background-color: #e7edfe;
}

.item .item-text {
    font-size: 16px;
    font-weight: 400;
    color: #333;
}

.item .checkbox {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 16px;
    width: 16px;
    border-radius: 4px;
    margin-right: 12px;
    border: 1.5px solid #c0c0c0;
    transition: all 0.3s ease-in-out;
}

.item.checked .checkbox {
    background-color: var(--brandBlueSecondary);
    border-color: var(--brandBlueSecondary);
}

.checkbox .check-icon {
    color: #fff;
    font-size: 11px;
    transform: scale(0);
    transition: all 0.2s ease-in-out;
}

.item.checked .check-icon {
    transform: scale(1);
}

/***** End Multiselect *****/

/***** PropertyDetails *****/
.propertyDetailsImg {
    max-height: 600px;
    width: 100%;
    border-radius: 6px;
}

.propertyDetailsTable tbody tr {
    border-bottom: 1px solid #dee2e6;
}

.chipsContainer {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.chips {
    background-color: var(--brandBluePrimary);
    padding: 6px;
    border-radius: 6px;
    margin: 0;
    font-weight: 400;
}

.large-td {
    padding: 5px 0;
    width: 65%;
}

/***** End PropertyDetails *****/