:root {
    --main-bg-color: #00333e;
    --secondary-bg-color: #08aed6;
    --white-color: #fff;
    --bg-white:#fff;
    --border-color: #e8e8e8;
    --icon-color: #707070;
    --light-gray-color: #bdbdbd;
    --main-color: #525252;
    --light-bg: #f6faff;
    --light-c-bg: #fafafa;
    --main-b-color: #009fc3;
    --footer-bg: #f0faff;
    --social-bg: #c9f5ff;
    --testimonial-c: #9ab0c3;
    --gray-c: #333;
    --light-gray2: #f2f2f2;
    --cnt-bg:#00b0d7;
    --light-gray: #e5e5e5;
    --light-social-bg: #686868;
    --shadow-box: rgb(127 183 250 / 17%);
    --share-f :#2196f3;
    --share-s: #8093F1;
    --light-border :#ececec;
    --bg-form: #00bcd4;
    --exl: #d1191b;
    --sold: #af231c;
    --light-red: #ff5858;
    --naive-blue: #03071e;
    --menu-back: #231f20;
    --gold-color:#b58033;
    --color-light-gray: #d1d1d1;
    --black-shadow: rgb(0 0 0 / 10%);
    --fb-bgcolor: #4867AA;
    --lin-bgcolor: #007BB6;
    --you-bgcolor: #fe0000;
    --tw-bgcolor: #000;
    --pint-bgcolor: #e60023;
    --tiktok-bgcolor: #000;
    --box-shadow-blue: rgb(69 67 96 / 10%);
    --black: #000;
    --purple: #536dfe;
    --purple-light:#6277ed;
    --grey:#1e2022;
    --light-modal-scrollbar: #86daff;
    --career-category:       #8f8f8f;
    --blue-carreer-label:    #26a9e1;
    --career-modal-scrl-bg:  #ededed;
    --orange-career-label:   #f6931e;
    --orange-career-bglabel: #fef4e8;
    --green-career-bglabel:  #e5f6e5;
    --green-career-label:    #03a504;
    --blue-career-bglabel:   #e9f6fc;
    --btn-secondary:   #023b6b;
    --btn-hover:   #055387;
    --main-red: #e21936;

}


body {
    color: var(--main-color);
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
}
a {
    color: var(--main-red);
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    color: var(--btn-color);
}
.color-a {
    color: var(--font_color);
}
section{
    position: relative;
}
img {
    max-width: 100%;
}
.form-control:focus {
    box-shadow: none;
}
.btn-primary {
    background-color: var(--btn-color);
    border-color: var(--btn-color);
    color: var(--btn_font);
    border-radius: 5px;
    padding: 12px 40px;
}
.btn-primary:hover {
    background-color: var(--btn-hover);
    border-color: var(--btn-hover);
    color: var(--btn_font);
}
.object-fit-contain {
    object-fit: contain !important;
}
.bg-contain {
    background-size: contain !important;
    background-repeat: no-repeat;
}
.object-fit-none {
    object-fit: none !important;
}
.small-text-area {
    max-width: 800px;
}
.text-upper {
    text-transform: uppercase;
}
.text-justify {
    text-align: justify;
}
.font-weight-bold {
    font-weight: 700!important;
}
.fs-14 {
    font-size:14px;
}
.fs-16 {
    font-size: 16px;
}
.fs-18 {
    font-size:18px;
}
.fs-20 {
    font-size: 20px;
}
.fs-22 {
    font-size:22px;
}
.fs-24 {
    font-size:24px;
}
.fs-30 {
    font-size:30px;
}
.pd-10 {
    padding-bottom:40px
}
.pt-10 {
    padding-top:40px;
}
.md-10 {
    margin-bottom:40px
}
.mt-10 {
    margin-top:40px;
}
.mt-100 {
    margin-top: 100px;
}
.br-rad {
    border-radius: 50px;
}
.px-66 {
        padding-left: 8px;
        padding-right: 8px;
    }
@media screen and (min-width: 992px) {
    .px-66 {
        padding-left: 90px;
        padding-right: 90px;
    }
    .mx-66 {
        margin-left: 90px;
        margin-right: 90px;
    }
}
/*Header design */
#mobile-menu .navbar-expand-lg .navbar-toggler {
    display: block;
    border: none;
}
.nav-content {
    position: relative;
    max-width: 100%;
    height: var(--logo-height);
    display: flex;
    flex-direction: row;
    /* justify-content: space-between; */
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
a.btn.btn-info {
    color:var(--white-color);
    background: var(--btn-color);
    border: 1px solid var(--btn-color);
}
img.slick-slide {
    object-fit: cover;
    height: 800px;
}
.navbar-nav {
    align-items: center;
    column-gap: 25px;
    flex-wrap: wrap;
}
#desktop-side-menu .navbar-nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 2px 25px;
    align-content: flex-start;
}
.right-m {
    margin-right: 5px;
}
.navigation-bar {
    z-index: 11;
    width: 100%;
    top: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
    color: var(--btn-color);
    background-color: transparent;
}
.bgheader {
    position: relative !important;
    background: var(--bg-white);
    z-index: 1001;
}
.nav-link {
    color: var(--white-color);
    font-size: 18px;
}
input#searchcode:focus-visible , input#searchcode-mb:focus-visible {
    border: none;
    outline: none;
}
input#searchcode:focus-visible {
    border-bottom: 1px solid var(--color-light-gray);
}
 #searchcode, #searchcode-mb {
    background: transparent;
    border: none;
    color:  #9e9e9e;
}
#searchcode {
    border-bottom: 1px solid #080808;
    max-width: 85px;
}
 #searchcode::placeholder, #searchcode-mb::placeholder {
    color: #9e9e9e;
}
.search-code .btn {
    padding: 5px;
    color: #9e9e9e;
}
@media screen and (max-width:992px) {
    .navigation-bar .group-search {
        width: 50%;
        margin: 1rem 0 1rem 2rem;
        border-radius: 5px;
        background: #fff !important;
    }
}
@media screen and (max-width:425px) {
    .search-code {
        width: 42%;
        z-index: 9;
    }
    .group-search {
        display: inline-flex;
    }
    #searchcode {
        width: 100%;
    }
    .group-search input{ 
        width: 100%;
    }
}
.text-white {
    color:var(--white-color);
}
.text-gray {
    color: #9f9f9f;
}
.navbar {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.fa-search {
    cursor: pointer;
}
.logo img {
    height: var(--logo-height);
    max-width: 100%;
    min-width: 60px;
    object-fit: contain;
}
ul.login i {
    color: #838182;
    font-size: 25px;
}
.languages-items {
    min-width: 60px;
}

.indexcity {
    z-index: 9999;
}
  
.right {
    right: 0 !important;
    left: 0 !important;
}
#mobile-menu {
display: none;
}
ul.language {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    padding-top: 10px;
}
.lang-flag {
    width: 24px;
    height: 24px;
}
.language li {
    margin-right: 15px;
}
.navbar-toggler:focus {
    box-shadow: none;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-toggler {
        display: block;
        position: relative;
        z-index: 1;
        border: none;
    }
}
.navbar-fixed-icons {
    list-style: none;
    padding: 0;
    position: absolute;
    right: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.navbar-fixed-icons-left {
    left: 30px;
    max-width: 100px;
}
#desktop-side-menu .side-menu-icons, #mobile-menu .side-menu-icons {
    list-style: none;
    padding: 0 0 0 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
#mobile-menu .side-menu-icons {
    padding: 0 0 0 2rem;
}
.navbar-fixed-icons li, #desktop-side-menu .side-menu-icons li, #mobile-menu .side-menu-icons li {
    margin-right: 28px;
    cursor: pointer;
}
.navbar-fixed-icons li:nth-last-child(-n+2), #desktop-side-menu .side-menu-icons li:last-child, #mobile-menu  .side-menu-icons li:last-child {
    margin-right: 0;
}
.navbar-fixed-icons img, #desktop-side-menu .side-menu-icons img, #mobile-menu .side-menu-icons img {
    height: 25px;
    width: auto;
}
.navbar-fixed-icons .icon, #desktop-side-menu .side-menu-icons .icon, #mobile-menu .side-menu-icons .icon {
    filter: invert(100%);
    transition: filter .2s ease;
}
.fixed-nav {
    background: #fff;
    position: fixed !important;
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
}
.fixed-nav a {
    color: #fff;
}
.fixed-nav #main-nav-bar a, .bgheader #main-nav-bar a {
    color: #333;
}
.fixed-nav #main-nav-bar a:hover, .bgheader #main-nav-bar a:hover {
    color: var(--btn-color);
}
.navigation-bar {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.fixed-nav i.las.la-bars.text-white.fs-24 {
    color: #525252 !important;
}
.fixed-nav .navbar-fixed-icons .icon, .bgheader .navbar-fixed-icons .icon {
    filter: invert(0%);
    transition: filter .2s ease;
}
.fixed-nav #mobile-menu .navbar-expand-lg .navbar-toggler g {
    stroke: #000;
}
.navbar-fixed-icons .icon:hover, .fixed-nav .navbar-fixed-icons .icon:hover, #desktop-side-menu .side-menu-icons .icon:hover, #mobile-menu .side-menu-icons .icon:hover {
    filter: invert(20%);
}
.fixed-nav .fa.fa-search {
    color: #333333 !important;
}
.navbar-collapse{
    background-color: var(--menu-back);
    position: fixed;
    top: 0;
    transition:all 0.8s ease-out;
    height: 100%;
    width: 100%;
    left: 105%
}
#main-nav-bar {
    background-color: transparent;
    display: flex;
    position: relative;
    left: 0;
}
#main-nav-bar .nav-link {
    font-size: 18px;
}
#desktop-side-menu {
    height: 100%;
    padding-top: 4%;
    padding-right: 0px;
    padding-bottom: 4%;
    padding-left: 7%;
    margin-right: 5.5%;
}
#desktop-side-form {
    height: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%), url(/images/design-house-modern-villa-with-open-plan-living.webp);
    padding-top: 6%;
    padding-right: 6%;
    padding-bottom: 6%;
    padding-left: 6%;
}
#desktop-side-form #menu-contact-form {
    background: #ffffff45;
    padding: 20px;
    border-radius: 8px;
}
#desktop-side-form #menu-contact-form .menu-contact-form-terms {
    color: #fff;
}
#desktop-side-form #menu-contact-form .menu-contact-form-terms a {
    color: var(--main-red);
}
#desktop-side-form #menu-contact-form .menu-contact-form-terms a:hover {
    color: var(--btn-color);
}
.dropdown-menu > div > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
} 
.dropdown-item {
    white-space: normal !important;
    color: #fff;
}
.nav-link:hover, .nav-link:focus {
    color: var(--btn-color);
}
@media only screen and (max-width: 991px) {
    #desktop-menu, #desktop-menu > * {
        display: none;
    }
    #mobile-menu {
        display: block;
    }
    .logo img {
        height: 60px;
    }
    .navbar-collapse{
    background-color: var(--menu-back);
    position: fixed;
    top: 0;
    transition:all 0.8s ease-out;
    height: 100%;
    width: 100%;
    left: 100%
    }
    #navbarNavDropdownMobile {
        padding-top: 5em;
        overflow-y: scroll;
    }
    .mobile-logo {
        z-index: 9;
    }
    .dropdown-menu {
        background-color: transparent;
        min-width: 100%;
        border: 0;
    }
    .dropdown-item {
        color: var(--white-color) !important;
    }
    a.dropdown-item:before {
        content: ' — ';
        margin-right: 5px;
        color: var(--btn-color);
    }
    .navbar-nav {
        padding-left: 2rem;
        padding-top: 3rem;
        align-items: flex-start;
    }
    #mobile-menu .navbar {
        padding-left: 1rem;
    }
    .language li {
        z-index: 9;
    }
    .nav-link {
        color: var(--white-color) !important;
    }
    .logo {
        margin: 0px;
    }
}  
@media (max-width:1024px) and (min-width:992px) {
    .navbar-nav {
        flex-wrap: nowrap;
    }
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: static;
        background: transparent;
        border: none;
    }
    .navbar-expand-lg .navbar-nav .languages-items {
        position: absolute;
    }
}
.tooltip-inner {
    background-color: #333 !important;
    color: #fff !important;
    font-size: 16px;
    padding: 8px 12px;
    border-radius: 5px;
}
.tooltip.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #333 !important;
}
.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: #333 !important;
}
.tooltip.bs-tooltip-start .tooltip-arrow::before {
    border-left-color: #333 !important;
}
.tooltip.bs-tooltip-end .tooltip-arrow::before {
    border-right-color: #333 !important;
}
#seachitModal .modal-header {
    background: var(--btn-color);
    color: var(--btn_font);
}
#seachitModal .modal-header h3 {
    font-size: 18px;
}
#searchpropertyModal .group-search {
    background: #f5f5f5;
    border: none;
    padding: 0 15px;
    border-radius: 8px;
    color: #000;
}
#searchpropertyModal #searchcode {
        border: none;
}
/* End of header design */

/* Custom section */
#custom-section .custom-section-wrapper {
    position: relative;
    height: 550px;
    background-size: cover;
    background-position: center;
    background-attachment: fixed; /* parallax effect */
    justify-content: flex-end;
    color: #fff;
    border-radius: 8px;
}
#custom-section .custom-section-details {
    width: 100%;
    background: linear-gradient(to bottom, transparent 0%, transparent 50%, #00000080 70%, #000000be 100%);
    padding-bottom: 2rem;
    border-radius: 8px;
    justify-content: end;
}
#custom-section .custom-section-links a:not(:last-child) {
    margin-right: 1rem;
}
@media screen and (max-width:992px) {
    #custom-section .custom-section-details {
        justify-content: center;
        padding: 2rem;
        background: linear-gradient(to bottom, #00000080 0%, #00000080 100%);
    }
    #custom-section .custom-section-links {
        flex-direction: column;
    }
    #custom-section .custom-section-links a:not(:last-child) {
        margin-right: 0;
        margin-bottom: 1rem;
    }
}
@media (hover: none) and (pointer: coarse) {
    #custom-section .custom-section-wrapper {
        background-attachment: scroll;
    }
}
/* End of custom section */

/* Footer design */
.newsletter-section {
    padding-top: 70px;
    padding-bottom: 70px;
    background: #231F20;
}
.details-newsletter {
    color: #fff;
}
.details-newsletter-list {
    justify-content: center;
}
.form-newsletter {
    width: 100%;
    border-radius: 8px;
    background: var(--white-color);
    display: flex;
}
.newsletter-section .form-newsletter input.form-control {
    border: none;
}
.newsletter-wr {
    /* width: 100%; */
    border-radius: 8px;
    background: var(--white-color);
}
.newsletter-input {
    width: 70%;
    height: 60px;
    padding: 10px 25px 10px 25px!important;
    font-size: 17px;
    outline: 0;
    border-radius: 8px;
    border: transparent;
}
.form-newsletter .btn {
    background: var(--btn-color);
    width: 31%;
    border-radius: 8px;
}
.form-newsletter i {
    color: var(--btn_font);
}
.newsletter-terms {
    font-size: 12px;
    color: #fff;
}
.newsletter-terms a {
    color: var(--main-red);
}
.newsletter-terms a:hover {
    color: var(--btn-color);
}
.footer-bg {
    padding-top: 75px;
    padding-bottom: 40px;
    background: var(--footer-bg);
    position: relative;
    color: var(--font-footer);
}
.footer-logo img {
    height: var(--logo-height);
}
.footer-list {
    margin: 0;
    padding: 0;
}
.footer-list li {
    list-style: none;
    font-size: 16px;
    display: flex;
    align-items: center;
    color: var(--font-footer);
}
.footer-list li:not(:last-child) {
    margin-bottom: 10px;
}
.footer-list i {
    font-size: 20px;
    width: 35px;
    min-width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 50px;
    margin-right: 10px;
    color: var(--btn_font);
}
.footer-title {
    color: var(--font-footer);
    font-size: 1.25rem;
}
.footer-list a {
    color: var(--font-footer);
    word-break: break-word;
}
.footer-list a:hover {
    color: var(--main-red);
}
.footer-logo {
    padding-bottom: 25px;
}
.social-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 10px;
}
.social-list i {
    font-size: 20px;
    width: 35px;
    min-width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 50px;
    margin-right: 10px;
    color: var(--btn_font);
}
.social-list a {
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.social-list .fb:hover {
    background: var(--fb-bgcolor);
}
.social-list .lin:hover {
    background: var(--lin-bgcolor);
}
.social-list .inst:hover {
    background-image: linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%) !important;
}
.social-list .yout:hover {
    background: var(--you-bgcolor);
}
.social-list .tw:hover {
    background: var(--tw-bgcolor);
}
.social-list .pint:hover {
    background: var(--pint-bgcolor);
}
.social-list .tiktok:hover {
    background: var(--tiktok-bgcolor);
}
.social-list .pr:hover {
    background: #3F3F3F;
}
.social-list .ml:hover {
    background: #ff9800;
}
.social-list .msg:hover {
    background: #00b0ff;
}
.social-list .viber:hover {
    background:#673AB7;;
}
.social-list .whts:hover {
    background: #2ab730;
}
.social-list .sk:hover {
    background: #00aff0;
}
.mobile-only {
    display: none !important;
}
.languages-items {
    min-width: 50px !important;
}
.favClass {
    position: absolute;
    top: 0;
    right: 0;
}
.favClass .social-list i {
    font-size: 26px;
    width: 40px;
    min-width: 40px;
    height: 40px;
    line-height: 39px;
    border: 1px solid #231F20;
    color: #231F20;
}
.favClass .social-list i:hover {
    border: 1px solid transparent;
    color: #fff;
}
.favClass .social-list a {
    width: 40px;
    height: 40px;
}
@media screen and (max-width: 992px) {
    .newsletter-input {
        height: 48px;
    }
    .favClass {
        position: relative;
    }
}
@media screen and (max-width: 480px){
    .mobile-only {
        display: block !important;
    }
    .dropdown-item:hover, .dropdown-item:focus {
        color: #fff !important;
        background-color: inherit;
    }
}
.share-social {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 110px;
    height: 40px;
    background: linear-gradient(45deg, var(--share-f), var(--share-s));
    border-radius: 20px;
    color: var(--white-color);
    letter-spacing: 1px;
}
.social-media-share a {
    color: var(--white-color);
}
.copyright-bg {
    background: #231F20;
}
.copyright {
    color: #fff;
    font-size: 12px;
}
.copyright a {
    color: #fff;
}
.copyright a:hover {
    color: var(--main-red);
}
.copyright-terms-links {
    gap: 5px;
    justify-content: end;
}
#fixed-contact {
    position: fixed;
    right: 0;
    top: 40%;
    z-index: 999;
    box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.1);
}
#fixed-contact .fixed-contact-wrapper {
    list-style: none;
    background: #fff;
    border-radius: 5px 0 0 5px;
}
#fixed-contact .fixed-contact-wrapper li:first-child {
    width: 100%;
    height: 100%;
    background-color: var(--main-red);
    border-radius: 5px 0 0 0;
    padding: 10px 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}
#fixed-contact .fixed-contact-wrapper li:first-child a {
    color: transparent;
}
#fixed-contact .fixed-contact-wrapper li:first-child:hover {
    background-color: var(--btn-color);
}
#fixed-contact .fixed-contact-wrapper li:first-child span {
    white-space: nowrap;
    color: #fff !important;
}
/* Modern browsers */
@supports (writing-mode: vertical-rl) {
    #fixed-contact .fixed-contact-wrapper li:first-child span {
        -webkit-writing-mode: vertical-rl;
        writing-mode: vertical-rl;
        text-orientation: mixed;
    }
}
/* Fallback */
@supports not (writing-mode: vertical-rl) {
    #fixed-contact .fixed-contact-wrapper li:first-child span {
        transform: rotate(90deg);
        display: flex;
        min-height: 100px;
        width: 25px;
        align-items: center;
        justify-content: center;
    }
}
#fixed-contact .fixed-contact-wrapper .icon {
    height: 35px;
    width: auto;
    padding: 8px 5px;
}
#backtotop {
    padding: 5px 3px;
    display: none;
    width: 45px;
    height: 45px;
    text-align: center;
    position: fixed;
    border-radius: 50px;
    z-index: 999;
    right: 30px;
    line-height: 38px;
    bottom: 15%;
    color: var(--main-red);
    border: 1px solid var(--main-red);
    font-size: 22px;
    background: #fff;
    cursor: pointer;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
}
#backtotop:hover {
    color: var(--btn-color);
    border: 1px solid var(--btn-color);
    background: #fff;
}
@media screen and (max-width: 992px) {
    .details-newsletter-list {
        justify-content: start;
    }
    .details-newsletter, .newsletter-terms {
        padding: 0 8px;
    }
    .newsletter-wr {
        margin: 0 8px;
    }
    .copyright {
        padding-right: 55px;
    }
    .copyright-terms-links {
        justify-content: start;
        padding-right: 55px;
    }
    #fixed-contact {
        top: 20%;
    }
    #nlfddphok0cc1781868716315 iframe {
        bottom: 10% !important;
    }
    #backtotop {
        padding: 5px 3px;
        width: 40px;
        height: 40px;
        right: 10px;
        line-height: 30px;
        bottom: 10%;
        font-size: 20px;
    }
}
.grecaptcha-badge { 
    visibility: hidden; 
}
/* End of footer design */
/* Widget Click2Call*/
 .widget_click2call_popup {
    display:none; 
    width: 600px;
    height: 250px; 
    position: fixed;
    bottom: -120px;
    left: 0px;
    z-index: 999; 
 }
 .popupClose {
    position: absolute; 
    top: -12px; 
    right: -12px; 
    cursor: pointer; 
    background: var(--bg-white); 
    color: var(--gray-c); 
    border-radius: 100%; 
    width: 30px; 
    height: 30px; 
    text-align: center; 
    line-height: 30px;
 }
 .popup_click2call_title {
    font-size: 18px; 
    color: var(--gray-c); 
    margin-top: 0px;
 }
 .popup_click2call_subtitle {
    font-size: 14px; 
    color: var(--bg-white); 
    margin-top: 0px;
 }
 .widget_click2call_popup {
    border-radius: 0.4em;
    background-color: var(--bg-white);
    box-shadow: 0px 12px 24px 5px rgb(0 0 0 / 59%);
}
.inner-click2call {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    height: 100%;
}
.form-click2call {
    width: 58%;
    padding: 15px 10px;
}
.img-click2call {
    width: 42%;
}
.img-click2call img {
    height: 100%;
    object-fit: cover;
}

.widget_click2call_popup input {
    width: 100%;
    padding: 4px;
    margin-bottom: 7px;
    border: none;
    border-bottom: 1px solid #dfdfdf;
}
.widget_click2call_popup input[type="submit"] {
    background: var(--secondary-bg-color);
    color: var(--white-color);
    width: auto;
    border-radius: 5px;
}
.popup_subtitle {
    font-size: 12px;
}
.popupClose i {
    line-height: 30px;
}
.sbmt-clik2call {
    padding: 6px; 
    margin-top: 7px;
}
#thank_you_popup {
    display:none; 
    width: 250px;
    height: 242px;
    position: fixed;
    bottom: -120px;
    left: 0px;
    z-index: 999;
    padding: 15px 20px;
}
.thank_you_popup span {
    font-size: 18px; 
    color: var(--white-color); 
    margin-top: 0px;
}
.thank_you_popup {
    position: relative;
    background: #2eb050;
    border-radius: .5em;
}
@media screen and (max-width: 600px) {
    .widget_click2call_popup {
        width: 305px;
        height: 305px;
    }
}
.callsidebar {
    transition: 0.5s;
    height: 45px;
    width: 45px;
    float: left;
    position: fixed;
    top: 50%;
    left: 0;
    z-index: 400;
    background: var(--btn-color);
    -webkit-box-shadow: -2px 0px 2px 0px rgb(0 0 0 / 75%);
    -moz-box-shadow: -2px 0px 4px 0px rgba(0,0,0,0.75);
    box-shadow: -2px 0px 4px 0px rgb(0 0 0 / 75%);
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    cursor: pointer;
}
.callsidebar .phone-icon {
    position: absolute;
    right: 0;
    top: 0px;
    padding: 10px;
    color: var(--btn_font);
    font-size: 25px;
}
/*End of widget click2call*/
.labels {
    position: absolute;
    margin-left: 15px;
    margin-top: 15px;
    z-index: 9;
}
.label {
    background: var(--btn-color);
    padding: 4px 10px;
    margin-top: 15px;
    font-size: 14px;
    color: var(--btn_font);
    border-radius: 3px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: var(--btn-color) !important;
    border: 1px solid #f3f3f3 !important;
    border-radius: 5px !important;
    cursor: default;
    color: var(--white-color);
    font-size: 12px;
}
.listing-item {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    display: flex !important;
    flex-direction: column !important;
    height: inherit !important;
}
.listing-item a {
    z-index: 1;
}
.listing-image {
    position: relative;
    overflow: hidden;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    height: 330px;
}
.listing-image .property-img {
    width: 100%;
    height: 330px;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.listing-image:hover .property-img {
    transform: scale(1.08);
}
.listing-item .favorite-add {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    color: var(--btn_font);
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 20px;
    z-index: 2;
}
.listing-item .favorite-add:hover {
    color: var(--main-red);
}
.listing-item .favorite-add .fas {
    color: var(--main-red);
}
.listing-item .listing-area {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 0) 90%);
    padding: 10px 20px;
    z-index: 3;
}
.listing-item .listing-area i {
    font-size: 20px;
    margin-right: 0.25rem;
}
.listing-item .listing-area span {
    font-size: 16px;
    color: #fff;
}
.listing-item .fox-icon {
    position: absolute;
    right: -40px;
    bottom: 5px;
    opacity: 0;
    transition: all 0.4s ease;
    height: 45px;
    width: auto;
}
.listing-item:hover .fox-icon {
    right: 0;
    opacity: 1;
}
.listing-details {
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
    box-shadow: 0px 2px 18px 3px rgba(0, 0, 0, 0.05);
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}
.listing-item .listing-details .listing-price-code {
    flex-direction: column;
}
.listing-item .listing-details .price-d {
    justify-content: flex-end;
    column-gap: 5px;
    margin-bottom: 1rem;
}
.listing-item .listing-details .price-d i {
    font-size: 22px;
    color: #008000;
}
.listing-item .listing-details .price-d .oldprice {
    text-decoration: line-through;
    color: #a1a1a1;
}
.listing-item .listing-details .listing-code {
    text-align: right;
}
.listing-icons {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
li.icons-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.listing-icons li:not(:last-child) {
    margin-right: 1rem;
}
.listing-icons img {
    height: 25px;
    width: auto;
    margin-right: 0.5rem;
}
.listing-title {
    margin-bottom: 20px;
    overflow-wrap: break-word;
    min-height: 80px;
}
.listing-title a {
    color: var(--main-color);
}
.listing-title a:hover {
    color: var(--btn-color);
}
@media only screen and (max-width: 992px) {
    .listing-image {
        position: relative;
        overflow: hidden;
        border-top-right-radius: 8px;
        border-top-left-radius: 8px;
        height: 235px;
    }
    .listing-image .property-img {
        height: 235px;
    }
    .listing-title h3 {
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .listing-item .listing-details .listing-price-code {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 1rem;
    }
    .listing-item .listing-details .price-d {
        margin-bottom: 0;
    }
    .listing-item .listing-details .price-d .proprice {
        text-align: end;
    }
    .fb_dialog iframe {
        margin-bottom: 50px !important;
    }
}
.ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
li.icons-list .las, .la, .lar {
    font-size: 20px;
    color: var(--icon-color);
}
.icons-list span {
    padding-left: 2px;
}
i.las.la-map-marker-alt {
    color: var(--btn-color)
}
.slick-prev:before, .slick-next:before {
    color:#bfbfbf !important;
    font-size: 35px !important;
} 
.slick-next:before {
    content: '❯' !important;
}
.slick-prev:before {
    content:'❮' !important;
}
.toplisting-desc {
    padding: 10px 0px 10px 0px;
}
.background-title {
    font-size: 50px;
    color: rgb(3 169 244 / 85%);
    position: absolute;
    bottom: 65px;
    right: 0;
    opacity: 0.1;
    display: inline-block;
    font-weight: 900;
}
.thumbnail-wrapper img {
    height: 350px;
    width: 100%;
    object-fit: cover;
}
.toplisting-item {
    opacity: 1;
}
.pagination-list {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: var(--bg-white);
    text-align: center;
    margin-right: 8px;
    line-height: 32px;
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    box-shadow: 1px 0px 4px #ababab, 0 0 0 transparent;
    color: var(--icon-color);
    cursor:pointer;
}

.pagination-list.active {
    background-color: var(--btn-color);
}
.pagination-list.active {
    color: var(--btn_font);
}
.input-search {
    padding: 10px 25px 10px 25px;
    font-size: 17px;
    outline: 0;
    border-radius: 5px;
    border: none;
    background: whitesmoke;
    width: 100%;
}
/* end  of style */

/* property design */
.h-350 {
    height:350px !important;
}
.gallery .card {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: var(--white-color);
    background-clip: border-box;
    border-radius: 5px;
    margin-top: 0;
}
.gallery-slider .slick-next {
    right: 5px;
}
.gallery-slider .slick-prev {
    left: 5px;
    z-index: 1;
}
.gallery-slider .slick-prev:before, .slick-next:before {
    opacity: 1 !important;
}
/* end of property design */

/*form design */
.btn-secondary {
    background-color: var(--btn-secondary);
    border-color: var(--btn-secondary);
    color: var(--btn_font);
    border-radius: 5px;
    padding: 12px 40px;
}
.btn-secondary:hover {
    background-color: var(--btn-hover);
    border-color: var(--btn-hover);
    color: var(--btn_font);
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
    box-shadow: none;
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: none;
}
.select2 {
    display: block;
    width: 100% !important;
}
.select2-dropdown .select2-results__option--highlighted[aria-selected] {
    background: var(--bg_color) !important;
    color: var(--font_color) !important;
}
.select2 .select2-selection {
    border: 1px solid var(--light-border) !important;
    background: var(--white-color);
    min-height: 45px;
    line-height: 1px;
    border-radius: 8px !important;
    box-shadow: 0 3px 6px rgb(116 116 116 / 25%);
    border-color: var(--white-color);
}
.select2 .select2-selection .select2-selection__rendered {
    line-height: 43px !important;
    padding-left: 16px !important;
    font-size: 16px;
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--open {
    z-index: 1060;
}

.select2-dropdown {
    border-color: var(--light-border) !important;
    border-radius: 5px;
}
.radio .purpose-inn label:before {
    content: url('/images/icon.png');
    position: relative;
    display: inline-block;
    text-align: center;
    width: 100%;
}
.radio label {
	width: auto;
	height: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	cursor: pointer;
	border-radius: 4px;
	padding: 4px 8px;
	color: var(--main-color);
	transition: all 100ms linear;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    background: var(--light-c-bg);
    margin-right: 10px;
}
.radio .purpose-f {
    display: none;
}
.purpose-inn input:checked +  label{
	background:var(--btn-color) !important;
	color: var(--btn_font);
}
.radio input:not(:checked) + label::before {
    filter: contrast(0.5);
}
.img-s {
    width: 100%;
    min-height: 55px;
    background: var(--light-c-bg);
    border-radius: 8px;
    margin-right: 7px;
    font-size: 25px;
    color: #838383;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 5px 0px 5px 0px;
}
.item-flex-box {
    margin-top: 5px;
}
.list-subcategories {
    display: flex;
    justify-content: center;
    list-style: none;
    flex-wrap: wrap;
    flex-direction: row;
    column-gap: 5px;
    row-gap: 5px;
    padding: 0px;
}
.list-subcategories li {
    border-radius: 8px;
    padding: 8px 12px;
    color: #838383;
    display: flex;
    align-items: center;
    cursor: pointer;
    background: var(--light-c-bg);
}
.active-category {
    background: var(--btn-color) !important;
    color: var(--btn_font) !important;
}

input[type="number"] {
    -webkit-appearance: textfield;
       -moz-appearance: textfield;
            appearance: textfield;
  }
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
-webkit-appearance: none;
}
.search-details .inp-search, .search-details .select2 .select2-selection {
    box-shadow: none !important;
    border-radius: 5px !important;
}

.pricepop-details, .sqpop-details, .locationpop-details, .typepop-details {
    display: none;
}
#price-pop, #sq-pop, #location-pop, #type-pop {
    width: 100%;
    background-color: var(--bg-white);
    padding: 0 12px;
    border: 1px solid #E2E2E2;
    line-height: 43px;
    color: #212529;
    text-align: left;
}
.dn-arrow {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    right: 6px;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}
.show {
    display: block;
}
.pricepop-details, .sqpop-details, .locationpop-details, .typepop-details {
    z-index: 1055;
    top: 100%;
    position: absolute;
}
.inner-pop {
    background: #FFFFFF;
    border-radius: 5px;
    box-shadow: 0px 6px 20px rgb(0 0 0 / 20%);
    max-height: -moz-calc(100vh - 150px);
    max-height: calc(100vh - 150px);
    min-width: 400px;
    overflow-x: hidden;
    overflow-y: auto;
    min-width: 260px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    padding: 10px;
    column-gap: 5px;
}
/* .input-group , input[type="number"] {
    box-shadow: 0 3px 6px rgb(116 116 116 / 25%);
    border-color: var(--white-color);
    border-radius: 8px;
} */
input#room {
    border-color: var(--white-color);
}
input.form-control {
    padding: 8px !important;
    border: 1px solid #ececec;
}
.demand-text {
    position: sticky;
    position: -webkit-sticky;
    top: 10%;
}
.demand-form .row {
    box-shadow: 0px 0px 10px #ebebeb;
    padding: 20px;
    border-radius: 8px;
}
.demand-form hr {
    border: 0px;
    border-top: 1px solid #b5b5b5;
}
.extras-checks {
    background-color: var(--light-c-bg);
    border-radius: 50px;
}
.extra-checks input {
    display: none;
}
.extra-checks input:checked + label {
    background: var(--btn-color) !important;
    color: var(--btn_font) !important;
    padding: 8px 12px;
    border-radius: 50px;
}
.extra-checks label {
    padding: 8px 12px;
    border-radius: 50px;
    background: var(--light-c-bg);
}
.extra-checks {
    margin-bottom: 5px;
}
.extra-checks input:checked + label::before {
    content: "\f00c";
    color: var(--white-color);
    z-index: 999;
    position: relative;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    padding-right: 5px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 9px !important;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.btn-plus, .btn-minus {
    border-color: transparent;
}
.demand-form .btn:focus {
    box-shadow: none !important;
}
input:-internal-autofill-selected {
    background-color:transparent !important;
}
.listings {
    padding: 100px 0;
}
@media screen and (max-width:768px) {
    .custom-list-label {
        flex-direction: row;
    }
}
.search-filter {
    background: #fafafa;
    padding: 30px 20px;
    border-radius: 5px;
}
.demand-form input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
/*end of form design*/

/*Design Agents */
.listings-ag {
    position: relative;
    margin-bottom: 20px;
}
.listings-ag a {
    /* display: block; */
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 5px;
}
.listings-ag .desc {
    position: absolute;
    padding: 20px;
    color: var(--white-color);
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    width: 100%;
}
.agent-listing img {
    height: 340px; 
    object-fit:cover;
    border-radius: 5px;
}

.img-item {
    height: 340px !important;
    object-fit: cover;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out;

}
.img-item::before {
    content: '';
    /* background-color: #00000029; */
    background: linear-gradient(to bottom, transparent 30%, #141414);
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: block;
    position: absolute;
    /* border-radius: 5px; */
}
.listings-ag:hover .agent-listing button.slick-next {
    right: 4px;
    z-index: 9;
    transform: translateX(0);
} 
.listings-ag:hover .agent-listing button.slick-prev {
    left: 4px;
    z-index: 9;
    transform: translateX(0);
}
.agent-listing button.slick-prev , .agent-listing button.slick-next {
    transform: translateX(100%);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.agent-listing button.slick-prev:before, .agent-listing button.slick-next:before {
    color:var(--white-color) !important;
    
}
.agentimg {
    flex: 1;
    margin: 0 26px 0 0;
}
.agentimg img {
    border: 3px solid #eaeff5;
    padding: 2px;
    object-fit: cover;
    width: 100%;
    height: auto;
    border-radius: 15px;
}
.agentdetails {
    flex: 3;
}
.agent-section {
    display: flex;
    padding: 30px;
    box-shadow: 0px 0px 10px 0px var(--black-shadow);
    border-radius: 5px;
}
ul.agent-p {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin-top: 5px;
}
.agent-p li {
    background:var(--bg-white);
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 5px;
    color: #8c8c8c;
    font-size: 14px;
    font-weight: 600;
    padding: 2px 12px;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgb(0 0 0 / 4%);
    border: 2px solid var(--light-gray2);
}
.agent-p i {
    font-size: 14px;
    position: relative;
    top: 1px;
    margin-right: 8px;
}
ul.agent-social {
    list-style: none;
    padding: 0;
    display: flex;
    width: 100%;
}
ul.agent-social i {
    font-size: 20px;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    background: var(--light-gray2);
    border-radius: 50px;
    margin-right: 5px;
    color: #8c8c8c;
}
.agent-luxury-section {
    display: flex;
    column-gap: 30px;
    box-shadow: 0 0 15px #00000017;
    padding: 50px 50px 25px;
    border-radius: 5px;
    color: var(--black);
}
.agent_img img {
    width: auto;
    height: 200px;
    border-radius: 8px;
}
.agent-luxury-section h2 {
    font-weight: 600;
}
.agent-luxury-section h2, .agent-luxury-section span {
    color: var(--black);
}
.agent-luxury-section a {
    color: var(--btn-color);
}
.agent-luxury-section .agent_social {
    list-style: none;
    padding: 0;
    display: flex;
    width: 100%;
    font-size: 30px;
    margin-bottom: 10px;
}
/* .agent-luxury-section .agent_img {
    width: 25%;
}
.agent-luxury-section .agent_details {
    width: 55%;
} */
@media screen and (max-width:425px) {
    .agent-section {
        display: block;
    }
    .agent-luxury-section {
        flex-direction: column;
    }
    .agent-luxury-section .agent_img , .agent-luxury-section .agent_details {
        width: 100%;
    }
}

/* Agents Design */


/*agents */
section.agents > .container {
    padding-top: 50px;
    padding-bottom: 50px;
}
section.agents > .row {
    --bs-gutter-x: 0;
}
section.agents {
    display: block;
    width: 100%;
    background-color: #1d2328;
}
/* .agent-cv {
    color: var(--white-color);
} */
.agent-imag {
    width: 100%;
}
.agent-imag img {
    /* border-radius: 50%; */
    width: 100%;
    height: 264px;
    object-fit: cover;
}
.agent-slide {
    margin-right: 20px;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 40px;
    position: relative;
}
.agent-imag:hover img {
    /* filter: grayscale(0); */
    transform: scale(1.1);
}

.agent-imag img {
    filter: grayscale(1);
    transition: transform .2s;
}

.agent-imag:hover:before {
    content: '';
    border-left: 2px solid #2196f3;
    height: 80px;
    position: absolute;
    left: 50%;
    margin-left: -3px;
    top: -23px;
}
.agent-slide:hover .agent-cv {
    opacity: 1;
    transition: transform .4s;
}
.agent-cv {
    position: absolute;
    bottom: 0;
    z-index: 9;
    opacity: 0;
    transition: transform .4s;
    width: 100%;
}
.agent-cv h4 {
    font-weight: 600;
    color: var(--secondary-bg-color);
}
.agent-cv .agent-job {
    color: var(--white-color);
}
.agent-cv span {
    border-bottom: 1px solid #5c5c5c;
}
.aboutus .about-wrapper {
    display: flex;
    width: 100%;
}
.aboutus .img-about    {
    display: flex;
    width: 50%;
}
.aboutus .detail-about {
    display: flex;
    width: 100%;
    flex-direction: column;
}

.detail-about a {
    overflow-wrap: break-word;
}

@media screen and (max-width:768px) {
    .aboutus .img-about , .aboutus .detail-about {
        width: 100%;
    }
    .aboutus .about-wrapper {
        flex-direction: column;
    }
}
/*Listing Design */
.listing-img {
    width: 100%;
    height: 235px;
    object-fit: cover;
    margin: auto;
    display: block;
    border-radius: 5px;
}
.toggle-btn  {
    background-color: var(--bg-white);
    height: 46px;
    /* width: 46px; */
    padding: 0 12px;
    border: 1px solid #E2E2E2;
    margin-left: 10px;
    border-radius: 5px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    line-height: 46px;
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.filter-container hr {
    background: #adadad;
}
.hidden {
    display: none;
}
.filter-container input.select2-search__field {
    width: 100% !important;
}
.search-details {
    position: relative;
}
.filter-container .modal-content {
    height: 82vh;
}
.modal-details {
    overflow: auto;
} 
.flex-item-search {
    display: flex;
}
.flex-item-search.searchd-lg {
    width: 200px;
}

.flex-item-search.searchd-xl {
    width: 400px;
}

.flex-item-search.searchd-sm {
    width: 120px;
}
.search-details {
    display: flex;
    column-gap: 5px;
}
.search-details #collapseSearch {
    z-index: 2000000002;
}
.flex-item-search input[type='number'] {
    border-radius: 5px;
    min-height: 45px !important;
}
.flex-item-search .select2 .select2-selection {
    border-radius: 5px !important;
}
.flex-item-search .select2-container .select2-search--inline .select2-search__field {
    margin-top: 0;
    min-width: 170px;
}
.modal-details h5 {
    font-size: 16px;
    font-weight: 600;
}
.modal-details h5, .modal-details hr{
    margin-top: 15px;
}
.modal-details .select2 .select2-selection {
    border-radius: 5px !important;
}

@media screen and (max-width:992px) {

}
.custom-label {
    cursor: pointer;
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}
.custom-label::before {
    border-radius: 3px;
    position: absolute;
    top: 0.25125rem;
    left: -1.875rem;
    display: block;
    width: 1.125rem;
    height: 1.125rem;
    pointer-events: none;
    content: "";
    background-color: #eeeeee;
    border: transparent solid 0;
    box-shadow: none;
    transition: background-color 0.15s ease-in-out, 
                border-color 0.15s ease-in-out, 
                box-shadow 0.15s ease-in-out;
}
.custom-label::after {
    position: absolute;
    top: 0.25125rem;
    left: -1.875rem;
    display: block;
    width: 1.125rem;
    height: 1.125rem;
    content: "";
    background: no-repeat 50% / 50% 50%;
}
.custom-input:checked ~ .custom-label::before {
    color: var(--white-color);
    border-color: var(--main-bg-color);
    background-color: var(--main-bg-color);
    box-shadow: none;
}
.custom-input {
    position: absolute;
    left: 0;
    z-index: -1;
    opacity: 0;
}
.custom-input:checked ~ .custom-label::after {
    background-image: none;
    content: '\f00c';
    font-size: 12px;
    font-family: "Font Awesome 5 Free";
    top: 4px;
    left: -27px;
    color: var(--white-color);
    font-weight: 600;
}
.custom-list-input {
    display: none;
  }
  
  .custom-label-check {
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #eeeeee;
    background: #eeeeee;
    vertical-align: middle;
    margin-right: 8px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.15s ease-in-out, 
                border-color 0.15s ease-in-out, 
                box-shadow 0.15s ease-in-out;
    
  }
  
  .custom-list-input:checked +  .custom-label-check {
     background: var(--btn-color);
     border: 1px var(--btn-color);
  }
    i.icon {
      opacity: 0;
      color: transparent;
    }
  
  .custom-list-input:checked +  .custom-label-check i {
      color: var(--white-color);
      opacity: 1;
      font-size: 12px;
  }
  .custom-list-label {
    display: flex;
      align-items: center;
  }
  .custom-label-check span {
    user-select: none;
  }
  .additional-options input[type="checkbox"], .tags-section input[type="checkbox"]{
    display: none;
  }
  .additional-options label, .tags-section label {
    cursor: pointer;
    display: flex;
  }
  .additional-options .box-img, .tags-section .box-img{
    position: relative;
    display: flex;
    min-width: 100%;
    padding: 10px;
    flex-direction: row;
    align-items: center;
    background-color: #eeeeee;
    border-radius: 3px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    user-select: none;
    column-gap: 5px;
  }
  .additional-options input[type="checkbox"]:checked ~ .box-img,
  .tags-section input[type="checkbox"]:checked ~ .box-img {
    background: var(--btn-color) !important;
    color: var(--btn_font);
 } 
 .filter-container .modal-footer {
    justify-content: space-between;
 }
 .modal-details::-webkit-scrollbar {
    width: 20px;
  }
  
  .modal-details::-webkit-scrollbar-track {
    background-color: transparent;
  }
  
  .modal-details::-webkit-scrollbar-thumb {
    background-color: #d6dee1;
    border-radius: 20px;
    border: 6px solid transparent;
    background-clip: content-box;
  }
  
  .modal-details::-webkit-scrollbar-thumb:hover {
    background-color: #a8bbbf;
  }
  .no-gutters {
    margin: 0;
  }
  #listing-map {
    height: 100vh;
    height: 100dvh;
  }
  .search-list-container {
    box-shadow: 0 8px 16px -6px rgb(37 38 40 / 10%);
  }
  .map-wrapper {
    position: sticky;
    position: -webkit-sticky;
    width: 100%;
    top: 0;
  }
  .popup-img {
    flex: 40%;
  }
  .popup-text {
    flex: 60%;
  }
  .popup-img img {
    width: 100%;
    height: 72px;
    object-fit: cover;
    border-radius: 5px 0 0 5px;
  }
  .map-wrapper .leaflet-popup-content {
    width: 190px;
    margin: 5px 5px;
  }
  .map-wrapper .inner-popup {
    display: flex;
    column-gap: 5px;
  }
  .marker-cluster-large div {
    background-color: rgb(88 177 219) !important;
    }

    .marker-cluster-large {
        background-color: rgb(88 177 219 / 60%) !important;
    }

    .marker-cluster-medium div {
        background-color: rgb(74 205 193) !important;
    }
    .marker-cluster-medium {
        background-color: rgb(86 206 189 / 60%) !important;
    }

    .marker-cluster-small div {
        background-color: rgb(144 210 239) !important;
    }

    .marker-cluster-small {
        background-color: rgb(131 217 255 / 60%) !important;
    }
  .price-popup {
    font-weight: 600;
  }
  .popup-for span {
    background: var(--main-bg-color);
    border-radius: 5px;
    position: relative;
    margin-bottom: 5px;
    padding: 5px;
    font-size: 9px;
    color: var(--white-color);
  }
  .popup-for {
    padding-top: 10px;
  }
  #listings-wrapper .property-item  .card-body > span {
    color: var(--light-social-bg);
  }
  .badge-sold {
    position: absolute;
    top: -6px;
    right: 10px;
  }
  .badge-sold span {
    position: relative;
    display: block;
    text-align: center;
    background: var(--sold);
    font-size: 14px;
    line-height: 1;
    padding: 12px 8px 10px;
    border-top-right-radius: 8px;
    width: 125px;
    color: var(--white-color);
    font-weight: 600;
    z-index: 9;
  }
  .badge-sold span:before {
    content: '';
    position: absolute;
    height: 6px;
    width: 6px;
    left: -6px;
    top: 0;
    background: var(--sold);
    z-index: 9;
  }
  .badge-sold span:after {
    content: '';
    position: absolute;
    height: 6px;
    width: 8px;
    left: -8px;
    top: 0;
    border-radius: 8px 8px 0 0;
    background: #70010d;
    z-index: 9;
  }
  .property-badges span {
    display: inline-block;
    padding: 5px 8px;
    font-size: 0.8125rem;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 3px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    background: var(--btn-color);
    color: var(--btn_font);
    margin-right: 5px;
  }
  .property-badges span:nth-child(2) {
    background: var(--exl);
  }
  .label-exl {
    font-size: 11px;
    background: var(--exl);
    padding: 4px 10px;
    color: var(--white-color);
    border-radius: 3px;
    display: inline-block;
    margin-top: 5px;
  }
  .badge-sold:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 70px solid transparent;
    border-right: 55px solid transparent;
    border-top: 10px solid var(--sold);
    z-index: 9;
}
.sort-select .select2 .select2-selection {
    border-radius: 4px !important;
    box-shadow: none;
}
/* End Listing Design*/

/*Career Page Design */
.career-page {
    background-image: linear-gradient(160deg, #fff 45% , #f1f1f1 0 );
}
.career-form {
    padding: 40px 20px;
    background: var(--white-color);
    border-radius: 5px;
    box-shadow: 0px 10px 50px 0px rgb(26 46 85 / 10%);
}
.career-form fieldset label {
    display: flex;
    width: 100%;
    align-items: center;
}
.career-form fieldset {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
.career-form span {
    flex-basis: 140px;
    margin: 4px 16px 0 0;
}
.career-form input::placeholder, .career-form textarea::placeholder {
    color: #d3d3d3;
}
.career-page .inner p {
    color: var(--gray-c);
}

.agents-list-img img {
    height: 150px;
    width: 150px;
    border-radius: 50%;
}
.agents-list-box {
    background-color: var(--white-color);
    border-radius: 5px;
    padding: 20px 20px 10px;
    border-left: 4px solid var(--btn-color);
    min-height: 360px;
    box-shadow: 0 0 15px 0 rgb(21 22 35 / 15%);
    display: flex;
    flex-direction: column;
    position: relative;
}
ul.agents-list-social-list {
    list-style: none;
    display: inline-flex;
    column-gap: 20px;
    padding-left: 0;
}

.agents-list-social-list li i {
    color: var(--light-gray-color);
}
.agents-list-job {
    font-size: 14px;
    color: var(--btn-color);
}
.whoweare .item-text h6 {
    font-weight: 600;
}

/*Listings mobile */
.bottom-choices {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 900;
    background: var(--bg-white);
}
.mchoices {
    display: flex;
    justify-content: space-around;
    list-style: none;
    width: 100%;
    padding: 15px 10px 10px 10px;
    margin-bottom: 0;
    box-shadow: 0px -7px 10px rgb(106 105 105 / 20%);
}
.mchoices li {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.mchoices i {
    margin-right: 5px;
}
.mobilemodal input {
    border-radius: 0.25rem;
}
#shorting-modal {
    top: 0px;
    left: 0px;
    position: fixed;
    right: 0px;
    width: 100%;
    z-index:1002;
    transition: all 1s ease-in-out 0s;
    display: none;
}
#limiting-modal {
    top: 0px;
    left: 0px;
    position: fixed;
    right: 0px;
    width: 100%;
    z-index:1002;
    transition: all 1s ease-in-out 0s;
    display: none;
}
.matches-listings .favorite-add {
    position: absolute;
    top: 5px;
    right: 15px;
    display: flex;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    background-color: #00000054;
    width: 30px;
    color: var(--white-color);
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 10;
}
/* #listings-wrapper .favorite-add , .favorites-section .favorite-add {
    position: absolute;
    bottom: 5px;
    right: 5px;
    display: flex;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    background-color: #00000054;
    width: 30px;
    color: var(--white-color);
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 10;
} */
.favorites-num {
    position: relative;
}
.favorites-num span {
    position: absolute;
    bottom: 8px;
    right: 25px;
    display: flex;
    height: 15px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--btn-color);
    width: 15px;
    color: var(--white-color);
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 10;
    font-size: 12px;
}

.prop-link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
}
.listings-ag .favorite-add {
    position: absolute;
    right: 20px;
    z-index: 10;
    color: white;
    cursor: pointer;
    display: flex;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    background-color: #00000054;
    width: 30px;
    align-items: center;
    justify-content: center;
    bottom: 10px;
}
#alertmodal input[type="number"],
#offermodal input[type = "number"] {
    box-shadow: none;
    border-radius: 0.25rem;
}
#alertmodal span {
    font-size: 12px;
}
.custom-select2 .select2-container--default .select2-selection--multiple .select2-selection__choice {
    line-height: 20px;
}
.custom-select2 .selection-wrapper {
    /* width: 60%; */
    position: relative;
    height: 100%;
    display: inline-block;
    line-height: 43px !important;
    box-sizing: border-box;
    /* float: right; */
}
.custom-select2 .selection-choices {
    position: absolute;
    top: 95%;
    border: 1px solid var(--light-gray);
    border-radius: 7px;
    border-top-left-radius: 0;
    /* bottom: -31px; */
    left: 0;
    display: none !important;
    width: 100% !important;
    min-width: 300px;
    height: auto;
    padding: 10px;
    background: var(--bg-white);
    z-index: 99999999;
}
.custom-select2 .selection-wrapper:hover > .selection-choices{
    display: inline-block !important;
}
.custom-select2 .selection-choices .select2-selection__choice{
    display: list-item !important;
}
.custom-select2 .select2-selection.select2-selection--multiple {
    display: flex !important;
}
.custom-select2 .selection-choices {
    width: 100%;
    height: auto;
}
.custom-select2 .select2-container--default .select2-selection--multiple .selection-choices {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%;
}
.custom-select2 .select2-container .select2-selection--multiple .selection-choices {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.custom-select2 .select2 .select2-selection .selection-choices {
    line-height: 43px !important;
    padding-left: 16px !important;
    font-size: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.custom-select2 .selection-wrapper .selection-counter{
    padding: 5px;
    background: var(--light-gray);
    border-radius: 7px;
    font-weight: 560;
    margin-right: 4px;
}
.custom-select2 .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%;
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
}
.subscribe-section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.newsinner > div {
    width: 50%;
}
.newsll {
    display: none;
}
.show-input {
    display: block !important;
}
@media screen and (max-width:425px) {
    .newsinner {
        flex-wrap: wrap;
    }
    .newsinner > div {
        width: 100%;
    }
    
}
.cookie-banner {
    display: none;
    position: fixed;
    bottom: 0;
    z-index: 9999999999;
    box-sizing: border-box;
    padding: 2px 20px;
    -webkit-box-shadow: 10px 10px 36px -13px rgb(0 0 0 / 52%);
    -moz-box-shadow: 10px 10px 36px -13px rgb(0 0 0 / 52%);
    box-shadow: 10px 10px 36px -13px rgb(0 0 0 / 52%);
    background: var(--bg-white);
    border: 1px solid #dfdfdf;
    width: 100%;
}
.cookiebar-list ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.cookiebar-list li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ededed;
}
.bcookie-choices {
    display: none;
}
.border-2 {
    border: 2px solid var(--btn-color);
}
.cookie-wrapper {
    padding: 10px 0px;
}
.cookie-wrapper p {
    margin-bottom: 0;
}
.cookie-banner .cookie-wrapper form {
    text-align: center;
}
.cookie-banner .cookie-wrapper form .btn-primary {
    padding: 7px 12px;
}
.cookie-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.cookie-text label {
    font-weight: 600;
}
.form-switch.form-switch-md {
    margin-bottom: 1rem; /* JUST FOR STYLING PURPOSE */
  }
  
  .form-switch.form-switch-md .form-check-input {
    height: 1.5rem;
    width: calc(2rem + 0.75rem);
    border-radius: 3rem;
  }

.job-box {
    background: var(--bg-white);
    position: relative;
    display: block;
    border-radius: 8px;
    margin-top: 30px;
    box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);
    -webkit-box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);
    -moz-box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
    padding: 20px 8px 0px;
    margin: 0 auto;
}
.job-img  {
    text-align: center;
    font-size: 60px;
    padding-top: 20px;
}
.job-img img {
    width: 85px;
}
.label-job {
    position: absolute;
    padding: 4px 15px;
    top: 8px;
    right: 10px;
    line-height: 1.4;
    font-size: 12px;
    border-radius: 4px;
    
}
.label-blue {
    background: var(--blue-career-bglabel);
    color: var(--blue-carreer-label);
}
.label-green {
    background: var(--green-career-bglabel);
    color: var(--green-career-label);
}
.label-orange {
    background: var(--orange-career-bglabel);
    color: var(--orange-career-label);
}
.job-footer {
    padding: 15px;
    display: flex;
    justify-content: flex-end;
}
.label-category {
    padding: 4px 14px;
    background: #f1f1f1;
    border-radius: 50px;
    color: var(--career-category);
    font-size: 14px;
    display: inline-flex;
}
.py-10 {
    padding: 5rem;
}
a.job-modal {
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
}
img.jobmodalimg, img.carrerimg {
    height: 200px;
    text-align: center;
    width: 100%;
}
.modal-body span, .career-qualif span {
    white-space: pre-wrap;
}
.jobModalDetails .modal-body {
    max-height: 600px;
    overflow-y: auto;
}
.jobModalDetails .modal-body::-webkit-scrollbar {
    width: 8px;
    background: var(--career-modal-scrl-bg);
}
.jobModalDetails .modal-body::-webkit-scrollbar-thumb {
    background: var(--light-modal-scrollbar);
    border-radius: 5px;
}
.career-number {
    position: absolute;
    bottom: 9px;
    right: 8px;
    font-size: 80px;
    opacity: 0.1;
}
.career-box {
    padding: 40px 20px;
    background: var(--bg_color);
    margin-bottom: 25px;
    overflow: hidden;
    position: relative;
    color: var(--font_color);
}
.career-box .career-details-content {
    transform: translate3d(0px, 0px, 0px);
    position: absolute;
    left: 0;
    right: 0;
    bottom: -100%;
    height: 100%;
    background: var(--bg_color);
    color: var(--font_color);
    transition: .3s;
}
.career-box .career-details-content::-webkit-scrollbar {
    width: 5px;
    background: var(--black);
}
.career-box .career-details-content::-webkit-scrollbar-thumb {
    background: var(--btn-color);
    border-radius: 5px;
}
.career-box .career-qualif {
    padding: 30px 40px;
}
.career-box .close-hidden_pdc {
    position: absolute;
    right: 25px;
    top: 10px;
    cursor: pointer;
    color: var(--white-color);
}
.career-box .show-details {
    cursor: pointer;
}
.career-labels {
    display: flex;
    column-gap: 5px;
    font-size: 12px;
    flex-wrap: wrap;
}
.career-labels .type {
    background: var(--btn-color);
    padding: 10px 5px;
    color: var(--btn_font);
}
.career-labels .category {
    font-weight: 600;
    color: var(--btn-color);
    background: var(--btn_font);
    padding: 10px 5px;
}
.custom-select2 .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    float: right !important;
    margin-left: 2px !important;
    font-size: 15px !important;
    color: #fefefe !important;
}
.group label {
    flex-basis: 80px;
    margin: 4px 16px 0 0;
}

.group > input, textarea {
    background-color: #f1f4f7 !important;
    border: none !important;
}
.navbar-nav .dropdown-submenu:hover > div.dropdown-menu, .navbar-nav div:focus-within > div.dropdown-menu {
    display: block;
}
.dropdown-submenu {
    position:relative;
}

/* rotate caret on hover */
#homepagePopup .button {
    position: absolute;
    right: -10px;
    font-size: 24px;
    background: white;
    border-radius: 50px;
    top: -14px;
    height: 30px;
    width: 30px;
    line-height: 1;
    padding: 0px;
}
#homepagePopup .modal-header {
    border-bottom: 0px;
}
#homepagePopup .modal-body {
    padding-top: 5px;
}
#homepagePopup .mainmg {
    border-radius:5px;
}
/*Custom button search*/
.searchBox {
    background: #fff;
    height: 40px;
    border-radius: 40px;
    /* padding: 10px; */

}

.searchBox:hover > .searchInput, .searchBox:focus-within > .searchInput  {
    width: 150px;
    padding: 0 6px;
}

.searchBox:hover > .searchButton, .searchBox:focus-within > .searchButton {
  color : var(--btn_font);
}

.searchButton {
    color: var(--btn_font);
    width: auto;
    column-gap: 5px;
    height: 40px;
    background: var(--btn-color);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
    border: none;
    border-radius: 50px;
}

.searchInput {
    border: none;
    background: none;
    outline: none;
    float: left;
    padding: 0;
    color: #000;
    font-size: 16px;
    transition: 0.4s;
    width: 0px;
    line-height: 40px;

}
input#propertysearch::placeholder {
    color: #575757;
}

@media screen and (max-width: 620px) {
.searchBox:hover > .searchInput , .searchBox:focus-within > .searchInput {
    width: 150px;
    padding: 0 6px;
}
}
.error-border {
    border: 1px solid #ff7a7a;
    border-radius: 7px;
    padding: 5px;
    box-shadow: 0 0 4px 3px #ffa2a2;
}
.noprop-title img {
    max-width: 300px;
}

.views_popup {
    display: none;
    max-width: 300px;
    border-radius: 5px;
    background-color: var(--btn-color);
    border-color: var(--btn-color);
    color: var(--btn_font);
    -webkit-animation: views_popup 2s;
    animation: views_popup 2s;
    animation-delay: 2s;
    -webkit-animation-fill-mode: forwards; /* Chrome 16+, Safari 4+ */
    -moz-animation-fill-mode: forwards;    /* FF 5+ */
    -o-animation-fill-mode: forwards;      /* Not implemented yet */
    -ms-animation-fill-mode: forwards;     /* IE 10+ */
    animation-fill-mode: forwards;
    font-size:15px;
    box-shadow: 2px 2px 5px 0px rgb(68 68 68 / 49%)
}
.views_popup.show{ 
    position: fixed;
    z-index: 9;
    bottom: 25px;
    right: 0;
    left: 20px;
    display: block;
}
.views_inner_popup {
    display: flex;
    padding: 10px 5px;
    column-gap: 10px;
}

.zitisi-btn h4{
    color: #fff !important;
}
@-webkit-keyframes views_popup {
    from {bottom: -200px;opacity:0;}
    to {bottom: 20px;opacity:1;}
}

/* Standard syntax */
@keyframes views_popup {
    from {bottom: -200px;opacity:0;}
    to {bottom: 20px;opacity:1;}
}
#views_popup_close {
    position: absolute;
    right: -12px;
    top: 1px;
    height: 30px;
    width: 30px;
    cursor: pointer;
}
.article_img_s img {
    height: 360px;
    object-fit: cover;
}

.article_img_s {
    margin-right: 10px;
}
.subtitle {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    border-right: 10px solid;
    padding-right: 20px;
}
.subtitle strong {
    display: block;
    font-size: 80px;
    line-height: 80px;
    font-weight: bold;
    /* color: rgb(236 236 236); */
    color: #c9c9c9;
}
@media (max-width:425px) {
    .subtitle strong {
        font-size: 40px;
        line-height: 40px;
    }
}
.line-text {
    font-size: 14px;
    letter-spacing: 4px;
    position: relative;
    display: inline-flex;
    align-items: center;
    column-gap: 29px;
}
.line-text:before {
    content: '';
    width: 54px;
    height: 1px;
    background-color: var(--main-color);
}
.home-page-content .line-text:before{
    background-color: #fff;
}

.mobile-map {
    left: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    bottom: 0;
    height: 100%;
    z-index: 401;
    transition: left .5s ease
}
.mobile-map.active {
    left: 0;
   
}
.closemap {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 999;
}
.play-button-container:hover i {
    font-size: 80px;
}

.play-button-icon  i {
    font-size: 60px;
    color: #fff;
    border: 4px solid;
    border-radius: 50px;
    padding: 10px;
    transition: 0.5s ease-out;
}

.play-button-container {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.video-container {
    position: relative;
}
.video-container iframe {
    border-radius: 5px;
}
.play-button-icon {
    width: 100%;
    box-sizing: border-box;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.loc-images-box img {
    height: 173px;
    object-fit: cover;
    width: 100%;
    border-radius: 5px;
}
.col-lg-12 .loc-images-section .loc-images-box img  {
    height: 300px;
}
.col-lg-6 .loc-images-section {
    display: grid;
    grid-gap: 0.25rem;
    grid-template-rows: repeat(2,1fr);
    grid-template-columns: repeat(3,1fr);
}
.col-lg-12 .loc-images-section {
    display: grid;
    grid-gap: 6px;
    grid-template-columns: repeat(auto-fill,minmax(300px,1fr));
    grid-auto-flow: column;
    grid-auto-columns: minmax(300px,1fr);
    overflow-x: auto;
    cursor: pointer;
}
.loc-images-section.py-2::-webkit-scrollbar {
    width: 5px;
    height: 10px;
  }
   
  .loc-images-section.py-2::-webkit-scrollbar-track {
     background-color: #eaeaea;
  }
   
  .loc-images-section.py-2::-webkit-scrollbar-thumb {
    background-color: darkgrey;
  }
  section.bg-light-blue {
    background: #f8fbff;
  }
  .loc-details  span {
    font-size: 14px;
    letter-spacing: 3px;
  }
  .loc-details h4 {
    font-size: 50px;
    font-weight: bold;
  }
 .thin-gray {
    color: #63636382;
 }
  
.sorting_btn, .limiting_btn {
    font-size: 14px;
    color: #6f7178;
    background-color: rgb(141 124 124 / 0%);
    margin: 1px 0;
    font-weight: 600;
    padding: 6px;
    width: 100%;
    border: none;
    border-bottom: 1px solid #f9f9f9;
}
#sortmodal.modal.fade .modal-dialog, #limitmodal.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0,50px);
    max-width: 100%;
}
#sortmodal .modal-dialog, #limitmodal .modal-dialog {
    position: fixed !important;
    bottom: 0 !important;
    left: 0% !important;
    right: 0% !important;
    margin-bottom: 0 !important;
    margin: 0;
} 

#sortmodal.modal.show .modal-dialog, #limitmodal.modal.show .modal-dialog {
    transform: none;
}

#sortmodal .modal-content, #limitmodal .modal-content {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;

}
.enquire-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.form-gdpr {
    text-align: justify;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 16px;
}
.form-loader {    
    display: none;
    width: 30px;
    margin-left: 5px;
}
.form-loading {    
    display: inline!important;
}
.no-favorites-found {
    display: none;
}
.show-not-found{
    display: block !important;
}
.iti {
    width: 100%;
    color: var(--font_color);
}
#menu-phoneyc, #phoneyc, #phoneyc2 {
    padding-left: 90px!important;
}
.menu-error-message-phone, .error-message-phone, .error-message-phone-2 {
    display: none;
}
@media screen and (max-width:992px) {
    .closemap {
        right: 35px;
    }
    .closemap button {
        padding: 12px 20px;
    }
    .form-gdpr-wrapper {
        flex-wrap: wrap;
    }
    .form-gdpr {
        width: 100%;
    }
}