@font-face {
    font-family: 'Nunito Sans', sans-serif;
    src: url("../fonts/NunitoSans-Regular.ttf");
}

html {
    scroll-behavior: smooth;
}

:root {
    --mdb-modal-width: 900px;
    --mdb-red: #f44336;
    --mdb-pink: #e91e63;
    --mdb-purple: purple-500;
    --mdb-indigo: #3f51b5;
    --mdb-blue: #2196f3;
    --mdb-cyan: #00bcd4;
    --mdb-teal: #009688;
    --mdb-green: #4caf50;
    --mdb-yellow: #ffeb3b;
    --mdb-orange: #ff9800;
    --mdb-white: #fff;
    --mdb-black: #000;
    --mdb-gray: #757575;
    --mdb-gray-dark: #4f4f4f;
    --mdb-gray-50: #fbfbfb;
    --mdb-gray-100: #f5f5f5;
    --mdb-gray-200: #eee;
    --mdb-gray-300: #e0e0e0;
    --mdb-gray-400: #bdbdbd;
    --mdb-gray-500: #9e9e9e;
    --mdb-gray-600: #757575;
    --mdb-gray-700: #616161;
    --mdb-gray-800: #4f4f4f;
    --mdb-gray-900: #262626;
    --mdb-primary: #3b71ca;
    --mdb-secondary: #9fa6b2;
    --mdb-success: #14a44d;
    --mdb-danger: #dc4c64;
    --mdb-warning: #e4a11b;
    --mdb-info: #54b4d3;
    --mdb-light: #fbfbfb;
    --mdb-dark: #332d2d;
    --mdb-primary-rgb: 59, 113, 202;
    --mdb-secondary-rgb: 159, 166, 178;
    --mdb-success-rgb: 20, 164, 77;
    --mdb-danger-rgb: 220, 76, 100;
    --mdb-warning-rgb: 228, 161, 27;
    --mdb-info-rgb: 84, 180, 211;
    --mdb-light-rgb: 251, 251, 251;
    --mdb-dark-rgb: 51, 45, 45;
    --mdb-white-rgb: 255, 255, 255;
    --mdb-black-rgb: 0, 0, 0;
    --mdb-body-color-rgb: 79, 79, 79;
    --mdb-body-bg-rgb: 255, 255, 255;
    --mdb-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --mdb-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --mdb-gradient: linear-gradient(180deg, hsla(0, 0%, 100%, 0.15), hsla(0, 0%, 100%, 0));
    --mdb-body-font-family: 'Nunito Sans', sans-serif;
    --mdb-body-font-size: 1rem;
    --mdb-body-font-weight: 400;
    --mdb-body-line-height: 1.6;
    --mdb-body-color: #4f4f4f;
    --mdb-body-bg: #fff;
    --mdb-border-width: 1px;
    --mdb-border-style: solid;
    --mdb-border-color: #e0e0e0;
    --mdb-border-color-translucent: rgba(0, 0, 0, 0.175);
    --mdb-border-radius: 0.25rem;
    --mdb-border-radius-sm: 0.25rem;
    --mdb-border-radius-lg: 0.5rem;
    --mdb-border-radius-xl: 1rem;
    --mdb-border-radius-2xl: 2rem;
    --mdb-border-radius-pill: 50rem;
    --mdb-link-color: #222;
    --mdb-link-hover-color: #dca432;
    --mdb-code-color: #e91e63;
    --mdb-highlight-bg: #fff9c4;
}

body {
    font-family: 'Nunito Sans', sans-serif;
}

.w-10 {
    width: 10% !important
}

.w-20 {
    width: 20% !important
}

.w-30 {
    width: 30% !important
}

.w-40 {
    width: 40% !important
}

.w-60 {
    width: 60% !important
}

.w-70 {
    width: 70% !important
}

.w-80 {
    width: 80% !important
}

.w-90 {
    width: 90% !important
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--mdb-navbar-nav-link-padding-x);
    padding-left: var(--mdb-navbar-nav-link-padding-x);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.dropdown-item {
    font-size: 14px;
}

.searchbtn {
    border-radius: 50%;
    width: 32px;
    height: 32px;
    padding: 0.5rem;
    margin-left: 0.3rem !important;
    border-top-left-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
    --mdb-btn-color: #ffffff;
    border-color: #dca432;
    background: #dca432;
}

.search-form input {
    border: none;
    color: #222;
}

.search-form input::placeholder {
    color: #222;
}

.search-form input:focus {
    transition: all .2s linear;
    border-color: #f7f7f7 !important;
    outline: 0;
    box-shadow: inset 0 0 0 1px #f7f7f7 !important;
    border: none;
    border-bottom: 1px solid;
}

.search-form {
    padding: 0.3rem 1rem;
    border: 1px solid #ddd;
    opacity: 1;
    border-radius: 40px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 8%), 0 4px 12px rgb(0 0 0 / 5%);
    transition: box-shadow 0.2s ease;
}

.navbar-light {
    opacity: 1;
    --mdb-bg-opacity: 1;
    background-color: #ffffff !important;
}

.btn-outline-primary {
    --mdb-btn-bg: #dca432;
    --mdb-btn-color: #ffffff;
    --mdb-btn-hover-bg: transparent;
    --mdb-btn-hover-color: #DCAC32;
    --mdb-btn-focus-bg: transparent;
    --mdb-btn-focus-color: #dca432;
    --mdb-btn-active-bg: transparent;
    --mdb-btn-active-color: #dca432;
    border-color: #dca432;
}

.btn-outline-primary:focus, .btn-outline-primary:hover, :not(.btn-check) + .btn-outline-primary:hover {
    border-color: #dca432;
}

.navbar {
    --mdb-navbar-padding-x: 0;
    --mdb-navbar-padding-y: 0.5rem;
    --mdb-navbar-color: #222222;
    --mdb-navbar-hover-color: rgba(0, 0, 0, 0.7);
    --mdb-navbar-disabled-color: rgba(0, 0, 0, 0.3);
    --mdb-navbar-active-color: rgba(0, 0, 0, 0.9);
    --mdb-navbar-brand-padding-y: 0.3rem;
    --mdb-navbar-brand-margin-end: 1rem;
    --mdb-navbar-brand-font-size: 1.25rem;
    --mdb-navbar-brand-color: #222222;
    --mdb-navbar-brand-hover-color: rgba(0, 0, 0, 0.9);
    --mdb-navbar-nav-link-padding-x: 0.5rem;
    --mdb-navbar-toggler-padding-y: 0.25rem;
    --mdb-navbar-toggler-padding-x: 0.75rem;
    --mdb-navbar-toggler-font-size: 1.25rem;
    --mdb-navbar-toggler-border-color: rgba(0, 0, 0, 0.1);
    --mdb-navbar-toggler-border-radius: 0.25rem;
    --mdb-navbar-toggler-focus-width: 0.25rem;
    --mdb-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: var(--mdb-navbar-padding-y) var(--mdb-navbar-padding-x);
}

.topbar {
    padding: 1rem 3rem;
}

.profile {
    border: 1px solid #dddddd;
    border-radius: 50px;
    padding: 0;
    max-width: 90px;
}

.profileWrapper .dropdown-menu-end {
    top: 70% !important;
}

.profileWrapper .dropdown-menu-end {
    top: 70% !important;
}

.languageWrapper .dropdown-menu-end {
    top: 40% !important;
}

.footerUniq .languageWrapper .dropdown-menu-end {
    top: -500% !important;
    background: #ffffff;
    height: max-content;
}

.categoryFilter .swiper-slide.active,
.categoryFilter .swiper-slide:hover {
    border-bottom: 2px solid;
    border-color: #dca432 !important;
    transition: 0.2s all;
}

.categoryFilter .swiper-slide.active p,
.categoryFilter .swiper-slide:hover p {
    color: #dca432;
}

.categoryFilter .swiper-slide.active svg,
.categoryFilter .swiper-slide:hover svg {
    fill: #dca432;
}

.categoryFilter .swiper-slide {
    display: block;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    min-height: 60px;
    text-align: center;
}

.categoryFilter .swiper-slide img {
    width: auto;
    height: auto;
    display: inline-block;
    opacity: 0.65;
    max-width: 2rem;
}

.categoryFilter .swiper-slide p {
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 0.7rem;
    color: #000000;
    opacity: 0.6;
    transition: 0.2s all;
    margin-bottom: 0;
}

.categoryFilter .swiper-slide-active p {
    opacity: 1;
    transition: 0.2s all;
    color: #dca432;
}

.categoryFilter .swiper-slide-active {
    opacity: 1;
    border-bottom: 2px solid #dca432;
}

.categoryFilter .swiper-slide-active img {
    opacity: 1;
}

.categoryFilter .swiper-slide-active svg {
    opacity: 1;
    fill: #dca432;
    color: #dca432;
}

.categoryFilter .swiper-slide:hover p {
    opacity: 1;
    color: #dca432;
}

.categoryFilter .swiper-slide:hover {
    opacity: 1;
    border-bottom: 2px solid #dca432;
    transition: 0.2s all;
    cursor: pointer;
}

.categoryFilter .swiper-slide:hover img {
    opacity: 1;
    transition: 0.2s all;
}

.categoryFilter {
    /*margin-left: -1rem;
    margin-right: -1rem;*/
}

.categoryFilter .swiper-wrapper {
    margin: 1.8rem 0 0 0;
    padding: 0 1rem;
}

.sticky-card .card-body {

    padding: var(--mdb-card-spacer-y) var(--mdb-card-spacer-x) !important;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
    transition: 0.2s all;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 0;
    left: auto;
    border: 0.5px solid rgb(0 0 0 / 0.3);
    border-radius: 50%;
    width: 1.8rem;
    height: 1.8rem;
    top: 65%;
    background: #fff;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: 'next';
    font-size: 0.8rem;
    margin-left: 0;
    color: #222;
    opacity: 1;
    font-weight: bold;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 0;
    right: auto;
    border: 0.5px solid rgb(0 0 0 / 0.3);
    border-radius: 50%;
    width: 1.8rem;
    height: 1.8rem;
    top: 65%;
    background: #fff;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    content: 'prev';
    font-size: 0.8rem;
    margin-left: 0;
    color: #222;
    opacity: 1;
    font-weight: bold;
}

.filterBtn {
    padding: 0.7rem 2rem;
    display: inline-flex;
    border: 1px solid #dddddd;
    border-radius: 0.4rem;
}

.filterText {
    padding-left: 0.5rem;
    text-transform: capitalize;
    color: #000;
    font-size: 0.8rem;
}

.footerUniq {
    border-top: 1px solid #dddddd;
    background: #ffffff;
    background-color: #ffffff !important;
}

.text-left {
    text-align: left !important;
}

.properties .card .card-body {
    padding: 0;
    cursor: pointer;
}

.properties .card .card-body p {
    margin-bottom: 0;
}

.properties .card .card-body .propertyContent {

    margin-bottom: 1rem;
}

.properties .card .card-body .propertyContent p.title {
    font-size: 18px;
}

.properties .card .card-body .propertyContent p {
    color: #222222;
    font-weight: 200;
    font-size: 0.9rem;
}

.properties .card .card-body .propertyContent p.description {
    color: #222222;
    font-weight: 200;
    font-size: 15px;
    line-height: 20px;
    height: 26px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    letter-spacing: 0;
}

.properties .card .card-body .propertyContent .priceValue,
.properties .card .card-body .propertyContent .title {
    font-weight: 600;
}

.card-body p {
    margin-bottom: 0;
}

.card a:hover {
    color: #222;
}

.properties .card .card-img-top {
    /*border-radius: calc(0.5rem - 1px);*/
    padding: 0 0 0.5rem;
    border-radius: 1.1rem;
    min-height: 220px;
    width: auto;
    object-fit: cover;
}

.modal-header .btn-close {
    margin: 0;
}

.modal-header .btn-close {
    margin: 0;
    font-size: 12px;
}

.modal-backdrop {
    --mdb-backdrop-zindex: -1;
    --mdb-backdrop-opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--mdb-backdrop-zindex);
    width: 100vw;
    height: 100vh;
    background-color: var(--mdb-backdrop-bg)
}

.btn-primary {
    background: linear-gradient(310deg, rgb(220, 155, 50) 0%, rgb(220, 172, 50) 50%, #dca432 100%);
    --mdb-btn-bg: #222;
    --mdb-btn-color: #fff;
    /*--mdb-btn-box-shadow: 0 4px 9px -4px #222;*/
    --mdb-btn-box-shadow: none;
    --mdb-btn-hover-bg: #222;
    --mdb-btn-hover-color: #fff;
    --mdb-btn-focus-bg: #222;
    --mdb-btn-focus-color: #fff;
    --mdb-btn-active-bg: #222;
    --mdb-btn-active-color: #fff;
    font-size: 14px;
}

.btn-primary:first-child:hover, .btn-primary:focus-visible, .btn-primary:hover, :not(.btn-check) + .btn-primary:hover {
    /*box-shadow: 0 8px 9px -4px rgb(34 34 34 / 30%), 0 4px 18px 0 rgb(34 34 34 / 20%);*/
    box-shadow: none;
}

.btn-check:focus + .btn-primary, .btn-check:focus-visible + .btn-primary, .btn-primary:focus {
    box-shadow: none;
}

.btn-secondary {
    --mdb-btn-bg: transparent;
    --mdb-btn-color: #222;
    --mdb-btn-box-shadow: 0 4px 9px -4px #e3ebf7;
    --mdb-btn-hover-bg: #d8dfeb;
    --mdb-btn-hover-color: #222;
    --mdb-btn-focus-bg: #d8dfeb;
    --mdb-btn-focus-color: #222;
    --mdb-btn-active-bg: #ccd4de;
    --mdb-btn-active-color: #222;
    /* border-bottom: 1px solid #222; */
}

.modal-section {
    border-bottom: 1px solid rgb(235, 235, 235) !important
}

.form-check-label {
    padding-left: 0.15rem;
    color: #222;
    font-size: 16px;
    line-height: 20px !important;
    /* font-weight: 300; */
    font-family: 'Nunito Sans', sans-serif !important;
    width: 90%;
}

.form-check-p {
    color: rgb(113, 113, 113) !important;
    margin-top: 4px !important;
    font-family: 'Nunito Sans', sans-serif !important;
    word-break: break-word !important;
    font-size: 14px !important;
    line-height: 18px !important;
}

.form-check-input[type=checkbox] {
    margin-top: 0.19em;
    margin-right: 6px;
    display: inline-block !important;
    border-width: 1px !important;
    border-style: solid !important;
    height: 24px !important;
    width: 24px !important;
    text-align: center !important;
    overflow: hidden !important;
    vertical-align: top !important;
    border-radius: 4px !important;
    background: #fff;
    color: rgb(255, 255, 255) !important;
    border-color: rgb(34, 34, 34) !important;
}

.form-check-input[type=checkbox]:checked {
    background-color: #222 !important;
}

.form-check-input[type=checkbox]:checked:focus {
    background-color: #222 !important;
}

.form-check-input[type=checkbox]:checked:after {
    margin-left: 8px;
    margin-top: 3px;
}

.form-check-input:focus:before {
    box-shadow: none;
}

.inside-modal-title {
    padding-bottom: 20px;
}

.btn-outline-dark {
    border-color: #dca432 !important;
    color: #dca432 !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    text-transform: capitalize;
    line-height: 18px !important;
}

.property-page .btn-outline-dark {
    border-color: inherit;
    font-weight: 400 !important;
    font-size: 14px !important;
    text-transform: capitalize;
    line-height: 18px !important;
}

.btn-check:focus + .btn-outline-dark, .btn-check:focus-visible + .btn-outline-dark, .btn-outline-dark:first-child:hover, .btn-outline-dark:focus, .btn-outline-dark:focus-visible, .btn-outline-dark:hover, :not(.btn-check) + .btn-outline-dark:hover {
    border-color: #dca432;
    background-color: #dca432;
    color: #fff !important;
}

.modal-section .card-img-top {
    width: 32px;
    height: 32px;
}

.modal-section .card {
    box-shadow: none;
    cursor: pointer;
    border-radius: 16px;
    border: 1px solid rgba(176, 176, 176, 0.5) !important;
}

.modal-section .card:hover {

    border: 1px solid #222 !important;
}

.blog-page .category_title {
    color: #222;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 32px;
    line-height: 1.125;
}

.blog-page .card-title {
    color: #222;
    font-size: 22px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: bold;
    line-height: 1.36364;
}

.blog-page .card-title:hover {
    color: #222;
    border-bottom: 1px solid #222;
}

.blog-page .card-date {
    font-size: 14px;
    line-height: 1.28571;
    color: #717171;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 300;
}

.blog-page .card-body {
    padding-left: 0 !important;
}

.blog-page .card {
    box-shadow: none !important;
}

.blog-single-page .blog-title {

    font-size: 46px;
    font-weight: 600;
    line-height: 1.13043;
    color: #222;
    font-family: 'Nunito Sans', sans-serif;
}

.blog-single-page .social-share a {
    display: inline-block;
}

.basic-page .card {
    /*box-shadow: none !important;*/
}

.basic-page .social-share a {
    display: inline-block;
}

.blog-single-page .socialShare__copyCheck {
    display: none;
}

.blog-single-page .socialShare__link {
    background-color: transparent;
    border: none;
    padding: 0;
}

.basic-page .socialShare__copyCheck {
    display: none;
}

.basic-page .socialShare__link {
    background-color: transparent;
    border: none;
    padding: 0;
}

.blog-single-page .blog-info span {
    font-size: 14px;
    line-height: 1.28571;
}

.blog-single-page nav {
    box-shadow: none;
    font-family: 'Nunito Sans', sans-serif;
}

.single-blog-text {
    font-size: 18px;
    color: #222;
    font-family: 'Nunito Sans', sans-serif;
    line-height: 1.55556;


    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

.blog-related .category_title {
    color: #222;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 32px;
    line-height: 1.125;
}

.blog-related .card-title {
    color: #222;
    font-size: 22px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: bold;
    line-height: 1.36364;
}

@media (min-width: 992px) {
    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
        margin-right: 10px;
    }

    .col-lg-1:nth-child(2) {
        margin-left: 13px;
    }

}

.main-margin {
    margin-top: 9rem !important;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 750px;
        margin-right: auto;
        margin-left: auto;
    }
}

.modal-open .modal.show {
    background: rgb(34, 34, 34, .6) !important;
}

/* Gallery Modal */

.galleryModal .modal-dialog {
    max-width: 100%;
}

.galleryModal .modal.show {
    background: rgb(255, 255, 255, .6) !important;
    z-index: 1040;
}

.galleryModal .btn-close {
    float: left;
}

/* GLightbox */

.gclose {
    color: #ffffff !important;
    transition: 0.23s ease-in-out !important;
    transform: rotate(0deg) !important;
}

.gclose:hover {
    color: #ffffff !important;
    transition: 0.23s ease-in-out !important;
    transform: rotate(90deg) !important;
}

.galleryLightbox img {
    max-height: 514px;
    min-height: 230px;
    object-fit: cover;
    object-position: center;
}

.propcheck {
    margin: 1rem 0;
    min-height: 8rem;
    padding-left: 0;
}

.propcheck .card {
    transition: 0.13s ease-in-out;
}

.propcheck .card .card-body {
    padding: 1rem;
}

.propcheck .card.active {
    border: 3px solid #222 !important;
    transition: 0.13s ease-in-out;
}

.modal-header .btn-close:hover {
    transition: 0.23s ease-in-out;
    transform: rotate(90deg);
}

.modal-header .btn-close {
    font-size: 1.1rem;
    font-weight: 100;
    transition: 0.23s ease-in-out;
    transform: rotate(0deg);
}

#filterModal .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1.5rem 1.8rem;
}

#filterModal .form-check {
    min-height: 1.5rem;
    background: #eceff1;
    width: 100%;
    border-radius: 2rem;
    margin-bottom: 0.5rem;
}

#filterModal .form-check-input[type=checkbox] {
    border-radius: 50% !important;
    margin-top: 0;
}

#filterModal .form-check-label {

}

/* DISABLE / ENABLE Properties Filter */

.property.active {
    display: block;
    transition: 0.13s ease-in-out;
}

.property {
    display: none;
    transition: 0.13s ease-in-out;
}

/* Loader when filter */

.properties {
    position: relative;
    z-index: 1;
    min-height: 65vh;
}

.loader {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .8);
    top: 0;
    left: 0;
    z-index: 2;
    display: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.lds-ripple {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    margin-top: 16rem;
}

.lds-ripple div {
    position: absolute;
    border: 4px solid #dca432;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}

@keyframes lds-ripple {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 0;
    }
    4.9% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 0;
    }
    5% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: 0;
        left: 0;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}

.properties .card .carousel {
    padding: 0 0 0.5rem;
    border-radius: 1.1rem;
    min-height: 220px;
    width: auto;
    object-fit: cover;
}

.properties .card .carousel-inner {
    border-radius: 1.1rem;
    min-height: 220px;
    width: auto;
    object-fit: cover;
}

.properties .card .carousel-inner .carousel-item {
    min-height: 220px;
}

.properties .card .carousel-inner img {
    height: 220px;
    width: auto;
    object-fit: cover;
}

.properties .card .carousel-control-next-icon:after, .properties .card .carousel-control-prev-icon:after {
    display: block;
    fill: none;
    stroke: currentcolor;
    stroke-width: 1;
    overflow: visible;
    background: #ffffff;
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    color: #111;
    font-size: 0.9rem;
    text-align: center;
    padding-top: 0.3rem;
    font-weight: 600;
}

.properties .card .carousel-indicators [data-mdb-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 6px;
    height: 6px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: content-box;
    border: 0;
    border-top: none;
    border-bottom: none;
    opacity: .5;
    transition: opacity .6s ease;
    border-radius: 50%;
}

.properties .card .carousel-indicators button.active {
    background-color: #fff;
    opacity: 1;
    transition: opacity .6s ease;
    border-radius: 50%;
}

.contact-main {
    background-color: #fcfcfe;
}

.contact-section {
    background-color: #fff;
    color: rgba(0, 0, 0, .87);
    -webkit-transition: -webkit-box-shadow .3s cubic-bezier(.4, 0, .2, 1);
    transition: -webkit-box-shadow .3s cubic-bezier(.4, 0, .2, 1) 0s;
    transition: box-shadow .3s cubic-bezier(.4, 0, .2, 1) 0s;
    transition: box-shadow .3s cubic-bezier(.4, 0, .2, 1) 0s, -webkit-box-shadow .3s cubic-bezier(.4, 0, .2, 1) 0s;
    border-radius: 1rem;
    box-shadow: rgb(149 157 165 / 20%) 0 8px 24px;
    overflow: hidden;
    min-width: 275px;
    padding: 16px;
}

.contact-title {
    font-size: 36px;
    font-weight: 300;
    line-height: 1.2em;
    font-family: 'Nunito Sans', sans-serif;
}

.required {
    color: #abb8c3;
    text-transform: none;
    font-size: 14px;
    font-style: normal;
}

.contact-section INPUT:not(:-webkit-autofill), SELECT:not(:-webkit-autofill), TEXTAREA:not(:-webkit-autofill) {
    animation-name: onautofillcancel;
    border-radius: 8px;
    border-color: #dddddd;
    background: #fcfcfe;
}

.contact-section input::placeholder, TEXTAREA::placeholder {
    color: #abb8c3;
    font-weight: 300;
    text-transform: none;
    font-size: 14px;
    font-style: normal;
}

.contact-section .form-check-input[type=checkbox] {
    width: 14px !important;
    height: 14px !important;
}

.contact-section .form-check-label {
    font-size: 14px;
}

.contact-section .form-check-input[type=checkbox] {
    margin-top: 0.45em;
}

.contact-section .form-check-input[type=checkbox]:checked:after {
    width: 0.3rem;
    height: 0.6125rem;
    margin-top: 0;
    margin-left: 4px;
}

.slider .w-100 {
    height: 70vh !important;
    object-fit: cover !important;
}

.slider .carousel-caption {
    position: absolute;
    right: 15%;
    top: 35%;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}

.basic-page nav {
    box-shadow: none;
    font-family: 'Nunito Sans', sans-serif;
}

.basic-page .h2, .h3 {
    color: #222;
    padding-left: 0 !important;
}

.basic-text {
    color: #222;
    font-size: 26px !important;
    line-height: 30px !important;
    font-weight: 200 !important;
}

.basic-page .sticky-card {
    box-shadow: none;
    border: 1px solid #ddd;
    position: sticky;
    top: 0;
    z-index: 999;
    transition: 0.3s all;
}

.btn-group-sm > .btn, .btn-sm {
    --mdb-btn-padding-top: 0.5rem;
    --mdb-btn-padding-bottom: 0.5rem;
    --mdb-btn-padding-x: 1rem;
    --mdb-btn-font-size: 0.8rem;
    --mdb-btn-line-height: 1.5;
}

.form-control:focus {
    border-color: #dca432;
    box-shadow: inset 0 0 0 1px #dca432;
}

select.form-control:focus {
    border-color: #222222;
    box-shadow: inset 0 0 0 1px #222222;
}

select.form-control option:hover {
    background-color: #f7f7f7 !important;
    color: #222222 !important;
}

select.form-control optgroup {
    background: #f7f7f7;
    color: #222222;
}

.homesearch .dropdown-toggle {
    width: -webkit-calc(100% - 1px) !important;
    width: -moz-calc(100% - 1px) !important;
    width: calc(100% - 1px) !important;
    padding: 8px 16px !important;
    box-shadow: #dddddd 0 0 0 1px inset !important;
    border-radius: 8px !important;
    display: inline-block !important;
    color: #222222 !important;
}

.homesearch .dropdown-toggle:active,
.homesearch .dropdown-toggle:focus {
    box-shadow: #dca432 0 0 0 2px inset !important;
    color: #222222 !important;
}

.homesearch .dropdown-toggle.show {
    box-shadow: #dca432 0 0 0 2px inset !important;
}

.homesearch .dropdown-toggle .chosenLabel {
    font-size: 12px;
    line-height: 18px;
    color: #222222;
    text-transform: uppercase;
    font-weight: 800;
}

.homesearch .card-body {
    flex: 1 1 auto;
    box-shadow: 0 6px 20px rgb(0 0 0 / 20%);
    padding: 32px;
    border-radius: 8px;
}

.homesearch .input-group > .form-control {
    border: none !Important;
    min-height: calc(2.08rem + 25px);
    height: calc(2.08rem + 25px);
    color: #222;
    box-shadow: #dddddd 0 0 0 1px inset !important;
    border-radius: 8px !important;
}

.homesearch .input-group > .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #222;
}

.homesearch .input-group > .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #222;
}

.homesearch .input-group > .form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #222;
}

.contact-section INPUT:not(:-webkit-autofill), SELECT:not(:-webkit-autofill), TEXTAREA:not(:-webkit-autofill) {
    animation-name: onautofillcancel;
    border-radius: 8px;
    border-color: #e6e6e6;
    background: #fcfcfe;
}

.frontpage-label {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #fff;
    padding: 5px 10px;
    border-radius: 8px;
    font-size: 12px;
    color: #222;
}

.row-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    flex: 1;
}

.row-flex > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

.gallery .firstGalleryimg {
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
    min-height: 400px;
    object-fit: cover
}

.gallery img {
    height: 193px;
    object-fit: cover;
    width: 100%;
}

.gallery .img-fluid {
    height: 196px;
    object-fit: cover;
    width: 100%;
}

.badge-primary {
    background-color: rgb(34, 34, 34) !important;
    color: #fff !important;
    width: 40%;
}

.text-primary {
    color: #dca432 !important;
}

.roomLi i {
    color: #ffffff !important;
}

.accordion-borderless .accordion-item .accordion-button:not(.collapsed) {
    box-shadow: none;
    background-color: inherit;
    color: #222;
}

.accordion-button:not(.collapsed):after {
    background-image: var(--mdb-accordion-btn-icon) !important;
}

.accordion-borderless .accordion-item {
    border: 1px solid #f2f2f2;
    padding: 0.1rem;
    margin: 0.5rem;
}

.propContent ul {
    list-style: none;
    padding: 0.5rem 0 0.5rem 1.5rem;
}

.propContent li::before {
    content: "•";
    color: #dca431;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-size: 1.4rem;
    font-weight: 900;
    line-height: 1rem;
    padding-top: 0.4rem;

}

.propFacilities ul {
    list-style: none;
    padding: 0.5rem 0 0.5rem 1.5rem;
}

.propFacilities li {
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    font-size: inherit;
    line-height: inherit;
    display: flex;
    color: inherit;
    margin-bottom: 10px;
}

.propFacilities li::before {
    content: none;
    color: #dca431;

}

.propFacilities i {
    float: left;
    color: #dca431;
    font-size: 15px;
    line-height: 20px;
    margin-right: 5px;
}

.propFacilities li span {
    padding-left: 1rem;
    display: block;
}

#map {
    height: 320px;
}

#mapfull {
    height: 78.6vh;
}

.propcheck .card-img-top {
    width: 32px;
    height: 32px;
}

/* general Changes */

p {
    font-size: 18px;
}

li {
    font-size: 18px;
}

li.breadcrumb-item {
    font-size: 0.875rem;
}

.breadcrumb-item + .breadcrumb-item:before {
    font-family: 'FontAwesome';
    content: "\f054";
    content: "\f054";
    font-size: 10px;
    line-height: 2;

}

.main-menu li:hover .nav-link {
    color: #dca431;
}

.main-menu .languageWrapper:hover svg {
    fill: #dca431;
    color: #dca431;
}

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

small {
    font-size: 0.875rem;
}

.h5 {
    font-size: 1rem;
}

.searchrow {
    height: inherit !important;
    background-size: 70% !important;
    background-position: center right !important;
    background-repeat: no-repeat !important;
    /*min-height: 60vh !important;*/
    border-radius: 2rem !important;
}

.searchrow .chosenType {
    font-size: 0.73rem;
}

/* Responsive Design */

/* XL, XXL -> 1120px >= */
@media only screen and (max-width: 1920px) {
    .badge-primary {
        width: 40%;
    }
}

/* L -> 960px >= */
@media only screen and (max-width: 991px) {
    .badge-primary {
        width: 70%;
    }
}

/* MD -> 720px >= */
@media only screen and (max-width: 720px) {
    .badge-primary {
        width: 70%;
    }
}

/* XS,SM -> 540px >= */
@media only screen and (max-width: 575px) {
    .badge-primary {
        width: 25%;
    }
}


.properties .sticky-card {
    border: 1px solid #ddd;
    border-radius: 0.5rem;
}

/* MD -> 720px >= */
@media only screen and (max-width: 768px) {

    .basic-page .sticky-card {
        box-shadow: none;
        border: 1px solid #ddd;
        position: relative;
        top: auto;
        width: inherit;
        z-index: 999;
        margin-top: inherit;
    }

    .secondbar .main-menu ul {
        white-space:nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
    }
/*
    .secondbar .main-menu ul::-webkit-scrollbar {
        background: #000;
        border-radius: 10px;
        height: 2px;
        width: 1rem;
        max-width: 1rem;
        padding-top: 0.1rem;
    }*/

    .right-col  {
        margin-bottom: 4rem;
    }
}

@media (min-width: 768px) and (max-width: 1028px) {

    .container, .container-md, .container-sm {
        max-width: 100%;
        padding: 0 2rem;
    }
}

.map-button {
    bottom: 10% !Important;
}

.all-img-prop a:hover {
    background: #fff;
    border-color: #000;
    color: #222;
    box-shadow: none;
}

.all-img-prop a:active {
    background: #fff;
    border-color: #000;
    color: #222;
    box-shadow: none;
}

.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
    background: #fff;
    border-color: #000;
    color: #222;
    box-shadow: none;
}

.all-img-prop .btn-check:focus-visible + .btn, .btn:focus-visible {
    background: #fff;
    border-color: #000;
    color: #222;
    box-shadow: none;
}

.all-img-prop .btn-check:focus + .btn-light, .btn-check:focus-visible + .btn-light, .btn-light:focus {
    background: #fff;
    border-color: #000;
    color: #222;
    box-shadow: none;
}

.all-img-prop.all-img-prop a {
    color: #222;
    text-transform: none;
    box-shadow: none !important;
    font-size: 15px;
    border: 1px solid #000;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 8px;
    background: #fff;
    font-weight: 600
}

@media (min-width: 1400px) {
    .category-page .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1440px !important;
    }
}

@media (min-width: 1400px) {
    .property-page .container {
        max-width: 1120px !important;
    }
}

/* Shpetim's Changes */

.accordion .nav-pills .nav-link.active {
    background: linear-gradient(310deg, rgb(220, 155, 50) 0%, rgb(220, 172, 50) 50%, #dca432 100%);
    --mdb-btn-bg: #222;
    --mdb-btn-color: #fff;
    --mdb-btn-box-shadow: 0 4px 9px -4px #222;
    --mdb-btn-hover-bg: #222;
    --mdb-btn-hover-color: #fff;
    --mdb-btn-focus-bg: #222;
    --mdb-btn-focus-color: #fff;
    --mdb-btn-active-bg: #222;
    --mdb-btn-active-color: #fff;
    --mdb-nav-pills-link-active-bg: #e3ebf7;
    --mdb-nav-pills-link-active-color: #fff;
    background-color: #fff;
    color: #fff;
    font-size: 14px;
}

.propDetails li {
    font-size: 14px;
}

.propDetails li span {
    padding-left: 0.4rem;
    padding-bottom: 1rem;
}

.btn-tooltip {
    max-width: 140px;
    padding: 0.3rem 1rem;
    background: none;
    border: none;
    display: block;
    margin: 0 auto;
}

#contactModal .modal-body {
    background: transparent;
    overflow-y: hidden;
    --mdb-modal-box-shadow: none;
    box-shadow: none;
    margin-top: 6rem;
}

#contactModal .modal-content {
    background: transparent;
    --mdb-modal-box-shadow: none;
    box-shadow: none;
}

#contactModal .btn-close {
    font-size: 1.1rem;
    font-weight: 100;
    transition: 0.23s ease-in-out;
    transform: rotate(0deg);
}

#contactModal .btn-close:hover {
    transition: 0.23s ease-in-out;
    transform: rotate(90deg);
}

.contactModal .modal.show {
    background: rgb(255, 255, 255, .6) !important;
}

.secondbar {
    display: none;
    /*transition: 0.3s all;*/
}

.secondbar a.nav-link.active {
    /*border-bottom: 4px solid #dca432;*/
    /*color: #dca432;*/
    border-bottom: 4px solid #dca432;
    color: #dca432;
}

.category-page.main-margin {
    margin-top: 5rem !important;
}

#propertyID .nav-link {
    --mdb-btn-bg: transparent;
    --mdb-btn-color: #332d2d;
    --mdb-btn-hover-bg: transparent;
    --mdb-btn-hover-color: #302b2b;
    --mdb-btn-focus-bg: transparent;
    --mdb-btn-focus-color: #302b2b;
    --mdb-btn-active-bg: transparent;
    --mdb-btn-active-color: #2e2929;
}

.col-lg-4 .card .carousel {
    min-height: 260px !important;
}

.col-lg-4 .card .carousel-inner {
    min-height: 260px !important;
}

.col-lg-4 .card .carousel-inner {
    min-height: 260px !important;
}

.col-lg-4 .card .carousel-item {
    min-height: 260px !important;
}

.col-lg-4 .card .carousel-inner img {
    min-height: 260px !important;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .col-md-4 .card .carousel {
        min-height: 280px !important;
    }

    .col-md-4 .card .carousel-inner {
        min-height: 280px !important;
    }

    .col-md-4 .card .carousel-inner {
        min-height: 280px !important;
    }

    .col-md-4 .card .carousel-item {
        min-height: 280px !important;
    }

    .col-md-4 .card .carousel-inner img {
        min-height: 280px !important;
    }
}

.p {
    font-size: 18px;
}

.background-search {
    height: 100% !important;
    background-size: cover;
    background-position: center right !important;
    background-repeat: no-repeat !important;
    border-radius: 2rem;
    max-width: 85%;
    right: 0;
    top: 0;
}

@media (max-width: 500px) {
    .background-search {
        height: 100% !important;
        filter: sepia(1);
        max-width: 100%;
        border-radius: 1rem;
    }
}

.nav-pills .nav-link {
    --mdb-nav-pills-link-border-radius: 0;
    --mdb-nav-pills-link-font-size: 12px;
    --mdb-nav-pills-link-padding-top: 17px;
    --mdb-nav-pills-link-padding-bottom: 16px;
    --mdb-nav-pills-link-padding-x: 29px;
    --mdb-nav-pills-link-hover-bg: #ffffff;
    --mdb-nav-pills-link-font-weight: 600;
    --mdb-nav-pills-link-color: #dca432;
    --mdb-nav-pills-margin: 0;
    border-radius: 0.2rem;
    font-size: var(--mdb-nav-pills-link-font-size);
    text-transform: uppercase;
    background-color: var(--mdb-nav-pills-link-hover-bg);
    font-weight: var(--mdb-nav-pills-link-font-weight);
    color: var(--mdb-nav-pills-link-color);
    margin: var(--mdb-nav-pills-margin);
}

.btn-group, .btn-group-lg > .btn, .btn-group-sm > .btn {
    --mdb-btn-border-radius: 0.5rem;
    border-radius: 0.5rem;
}

@media (min-width: 992px) {
    .main-menu .navbar-nav .nav-link {
        padding-right: var(--mdb-navbar-nav-link-padding-x);
        padding-left: var(--mdb-navbar-nav-link-padding-x);
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 500;
    }
}

.btn-group, .btn-group-vertical {
    --mdb-btn-box-shadow: none;
}

.btn-outline-secondary {
    --mdb-btn-bg: transparent;
    --mdb-btn-color: #dca432;
    --mdb-btn-hover-bg: transparent;
    --mdb-btn-hover-color: #dca432;
    --mdb-btn-focus-bg: transparent;
    --mdb-btn-focus-color: #dca432;
    --mdb-btn-active-bg: transparent;
    --mdb-btn-active-color: #dca432 !important;
    border-color: #dca432 !important;
}

.btn-group .active {
    background: linear-gradient(310deg, rgb(220, 155, 50) 0%, rgb(220, 172, 50) 50%, #dca432 100%) !important;
    color: #ffffff !important;
}


.btn-group-vertical:hover, .btn-group:hover {
    box-shadow: none;
}

.roomLi {
    border: 1px solid #f2f2f2;
    padding: 2rem;
    margin: 0.5rem;
    border-radius: 0.25rem;
}

.navbar-brand img {
    height: 72px;
}


@media (max-width: 1200px) {

    .navbar-brand img {
        height: 60px;
    }

}

/* Remove Shadows */

.card {
    --mdb-card-box-shadow: none;
}

.property .card {
    --mdb-card-box-shadow: none;
}

.hometypes .card {
    --mdb-card-box-shadow: none;
}

.properties .card {
    --mdb-card-box-shadow: none;
}

.propcheck .card {
    --mdb-card-box-shadow: 0 2px 15px -3px rgba(0, 0, 0, 0.07), 0 10px 20px -2px rgba(0, 0, 0, 0.04);
}

.propcheck .card svg {
    display: block;
    height: 2.5rem;
    width: 2.5rem;
    fill: #222;
}


#Layer_1 {
    height: 71px;
}

@media (max-width: 1200px) {

    #Layer_1 {
        height: 71px;
    }

}

.moreDetails {
    min-height: auto;
    height: 1.7rem;
    vertical-align: middle;
    display: block;
    width: 85%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0.2rem 0 !important;
    margin-left: 0 !important;
    border-color: #dca432 !important;
    background: #ffffff !important;
    color: #dca432 !important;
    box-shadow: none !important;
    border: 1px solid;
    text-align: left;
    padding-left: 1rem !important;
}

.moreDetails i {
    color: #dca432 !important;
    float: right;
}

.moreDetails.collapsed i {
    transform: rotate(0deg);
    transition: 0.3s ease-in-out;
    padding: 0.14rem 0.5rem 0 0.5rem;
}

.moreDetails i {
    transform: rotate(180deg);
    transition: 0.3s ease-in-out;
    padding: 0 0.5rem 0.24rem 0.5rem;
}

@media (min-width: 768px) and (max-width: 1028px) {

    .contact-section {
        min-width: 200px;
    }

    .contact-section .h5 {
        font-size: calc(0.6rem + .6vw);
    }

    .property-page .btn-outline-dark {
        font-size: calc(0.5rem + .6vw) !important;
        padding: 0.47rem 0.3rem !important;
    }

    .contact-section .h3 {
        font-size: calc(1rem + .6vw);
    }

    .moreDetails {
        vertical-align: middle;
        display: block;
        width: 100%;
        padding: 0.2rem 0 !important;
        margin-left: 0 !important;
        padding-left: 0.3rem !important;
    }
    .moreDetails.collapsed i {
        padding: 0.235rem;
    }

    .moreDetails i {
        padding: 0.235rem;
    }
}
#filterModal input[type=text] {
    border-color: #dca432;
    box-shadow: inset 0 0 0 1px #dca432;
}