@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;700;800;900&family=Roboto:wght@300;400;500;700&display=swap");

body {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    color: #000;
}

a,
img {
    text-decoration: none;
    outline: none;
    border: none;
}

a,
.btn,
img {
    transition: all 0.5s;
}

/*.btn:focus,
.form-control:focus {
    box-shadow: none;
}*/
:focus {
    box-shadow: none !important;
    outline: 0 !important;
}

a {
    color: #293d72;
}

a:hover,
a:focus,
a:active {
    color: #f7ba08;
    text-decoration: none;
    outline: 0px;
}

ul,
ol,
li {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

p:last-child {
    margin-bottom: 0;
}

/* header */
#top-nav-fixed {
    transition: all 0.5s;
}

.top-header {
    position: relative;
    background-color: #e5e9f6;
    height: auto;
    padding: 10px 0;
    z-index: 3;
    font-size: 16px;
}

.top-header .list-inline {
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    display: flex;
    justify-content: space-between;
}

.top-header .list-inline-item {
    vertical-align: middle;
}

.top-header i {
    font-size: 20px;
    vertical-align: middle;
}

.top-header i.fa-envelope-o {
    font-size: 18px;
}

.main-navbar {
    height: 100px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
    transition: all 0.5s;
}

#top-nav-fixed {
    transition: all 0.5s;
}

.sticky .main-navbar {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1030;
    transition: all 0.5s;
}

.main-navbar {
    position: sticky;
    top: 0px;
    z-index: 102;
}

#top-nav-fixed .navbar {
    padding: 0;
    width: 100%;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(43, 62, 148, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-toggler {
    border: none;
    padding: 0;
}

header .navbar-light .navbar-nav .nav-link {
    text-align: center;
    font-size: 15px;
    color: #293d72;
    text-transform: uppercase;
    padding: 0;
    margin-left: 10px;
    margin-right: 10px;
    display: block;
}

header .navbar-light .navbar-nav .nav-item:hover .nav-link,
header .navbar-light .navbar-nav .nav-link:focus,
header .navbar-light .navbar-nav .nav-link.active,
header .navbar-light .navbar-nav .active>.nav-link {
    color: #f7ba08;
}

header .navbar-light .navbar-nav.login-add-property .nav-link {
    text-transform: capitalize;
}

header .navbar-light .navbar-nav.login-add-property .btn-yellow,
.btn-yellow {
    background-color: #f7ba08;
    font-size: 15px;
    color: #fff;
    padding: 10px 25px 12px;
    border-radius: 8px;
}

.btn-cancel {
    background-color: #293d72;
    font-size: 15px;
    color: #fff;
    padding: 10px 25px 12px;
    border-radius: 8px;
}

.btn-yellow:hover,
.btn-yellow:focus {
    background-color: #293d72 !important;
    color: #fff !important;
}

/* banner */
.banner-section {
    position: relative;
}

.banner-section .carousel-item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(left,
            rgba(0, 12, 43, 0.3) 0%,
            rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left,
            rgba(0, 12, 43, 0.3) 0%,
            rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,
            rgba(0, 12, 43, 0.3) 0%,
            rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d000c2b', endColorstr='#00000000', GradientType=1);
    /* IE6-9 */
}

.banner-section .carousel-caption {
    left: 0%;
    right: 0%;
    bottom: 0;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
}

.banner-section h1 {
    max-width: 650px;
    font-family: "Nunito", sans-serif;
    font-size: 60px;
    font-weight: 800;
    text-shadow: 1px 2px 2px rgba(85, 85, 85, 0.8);
}

.banner-section.banner-homepage h1 {
    display: none !important;
}

.banner-section .list-unstyled li {
    position: relative;
    padding-left: 25px;
    font-size: 18px;
    margin-bottom: 5px;
}

.banner-section .list-unstyled li:before {
    content: "\f061";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 14px;
}

.text-yellow {
    color: #f7ba08;
}

.property-search-section {
    margin-top: 30px !important;

    position: relative;
}

.property-search-section .nav-pills {
    margin-bottom: 15px;
}

.property-search-section .nav-pills .nav-item:not(:last-child) {
    margin-right: 15px;
}


.property-search-section .nav-pills .nav-link {
    background-color: #fff;

    font-size: 15px;
    color: #000;

    height: 45px;
    padding: 0.75rem 1rem;
    text-align: center;
    position: relative;
}

.property-search-section .nav-pills .nav-link.active,
.property-search-section .nav-pills .show>.nav-link {
    color: #000;
}

.property-search-section .nav-pills .nav-link.active:after,
.property-search-section .nav-pills .show>.nav-link:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border: 3px solid #293d72;
    /* border-right: 6px solid transparent; */
    /* border-left: 6px solid transparent; */
    width: 100%;
    margin: auto;
    height: 3px;
    background: #293D72;
    border-radius: 100px;

}

.property-search-box {
    background: #fff;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.16);
    padding: 40px 30px;
    border-radius: 10px;
}

.property-search-box .form-group {
    position: relative;
}

.property-search-box .form-group i {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #666666;
    font-size: 16px;
}

.property-search-box .custom-select {
    padding: 6px 12px;
    border: 0;
    border-bottom: 1px solid #cbd4ec;
    font-size: 15px;
    color: #000;
    border-radius: 0;
    background: url(../images/arrow-down.png) no-repeat right 0.75rem center/10px 6px;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 25px;
    padding-right: 0;
}

.property-search-box .btn-search {
    padding: 10px 25px 11px;
    min-width: 140px;
}

.section {
    padding: 50px 0;
}

.featured-section {
    padding: 3px 0;
}

.section-title {
    font-family: "Nunito", sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #293d72;
    margin-bottom: 35px;
}

.section-title span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    margin-top: 10px;
}

.pro-everyone {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    transition: all 0.5s;
}

.pro-everyone:hover {
    transform: translateY(-8px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.pro-everyone:before {
    content: "";
    display: block;
    padding-bottom: 115%;
}

.pro-everyone>img,
.img-thumbs {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
    transition: all 0.5s;
}

.pro-everyone:hover>img,
.pro-everyone:hover .img-thumbs {
    transform: scale(1.2) translateY(5px);
}

.pro-everyone-detail {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 20px;
    z-index: 2;
    color: #fff;
}

.pro-everyone-detail h3 {
    font-size: 26px;
    font-weight: 700;
}

.property-text {
    font-size: 18px;
    letter-spacing: 0.5px;
}

.pro-everyone-detail a {
    font-size: 12px;
    color: #f7ba08;
    font-weight: 500;
    text-transform: uppercase;
}

.transition {
    transition: all 0.5s;
}

.pro-everyone-detail a:hover .fa {
    transform: translateX(-5px);
}

.single-top-project {
    border-bottom: 1px solid #e5e9f6;
    padding-bottom: 20px;
}

.property-thumbs {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.property-thumbs:hover img {
    transform: scale(1.15);
}

.top-project .property-thumbs:before,
.pro-everyone:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    height: 120px;
    background: -moz-linear-gradient(top,
            rgba(0, 12, 43, 0) 0%,
            rgba(0, 12, 43, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top,
            rgba(0, 12, 43, 0) 0%,
            rgba(0, 12, 43, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,
            rgba(0, 12, 43, 0) 0%,
            rgba(0, 12, 43, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000c2b', endColorstr='#000c2b', GradientType=0);
    /* IE6-9 */
}

.pro-everyone:after {
    height: 50%;
    background: -moz-linear-gradient(top,
            rgba(50, 75, 140, 0) 0%,
            rgba(0, 12, 43, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top,
            rgba(50, 75, 140, 0) 0%,
            rgba(0, 12, 43, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,
            rgba(50, 75, 140, 0) 0%,
            rgba(0, 12, 43, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00324b8c', endColorstr='#000c2b', GradientType=0);
    /* IE6-9 */
}

.price-share-row {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    z-index: 5;
    color: #fff;
}

.pro-price {
    font-size: 18px;
    font-weight: 500;
}

.share-icons {
    width: 40px;
    height: 40px;
    background-color: #324b8c;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: #fff;
}

.homepage-all-project-share-icons a {
    color: #ffffff;
}

.homepage-all-project-share-icons .share-dropdown a {
    color: #000;
}

.homepage-all-project-share-icons a i {
    margin-bottom: 5px;
}

.homepage-all-project-share-icons a:hover {
    color: #f7ba08;
}

.share-icons:hover {
    background-color: #f7ba08;
    color: #fff;
}

.pro-type {
    color: #f7ba08;
}

.property-data {
    font-size: 15px;
    margin-top: 30px;
}

.top-project .property-data {
    padding: 0 30px 0;
    border-left: 3px solid #f7ba08;
}

.pro-name {
    font-size: 24px;
    font-weight: 500;
    margin: 10px 0 15px;
}

.pro-location+p {
    padding-left: 24px;
}

.trending-project-section .pro-location+p {
    padding-left: 15px;
}

.pro-location {
    margin-bottom: 6px;
}

.pro-icon-width {
    margin-right: 6px;
    font-size: 18px;
    color: #666;
}

.pro-location p {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.property-data .list-inline-item:not(:last-child) {
    margin-right: 20px;
}

.property-data .list-inline-item i {
    margin-right: 5px;
    color: #666;
}

.slick-list.draggable {
    margin: -25px -28px -30px;
    padding: 25px 13px 30px;
}

.slick-slide {
    margin: 0px 15px;
}

.slick-prev,
.slick-next {
    width: 45px;
    height: 45px;
    border-radius: 100%;
    background-color: #e5e9f6;
    color: #000;
    z-index: 1;
    transition: all 0.5s;
    top: -36px;
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 1;
}

.slick-next {
    right: 0px;
}

.slick-prev {
    left: auto;
    right: 56px;
}

.slick-prev:before,
.slick-next:before {
    font-family: "FontAwesome";
    font-size: 15px;
    line-height: 18px;
    opacity: 1;
    color: #ee312a;
    width: 15px;
    height: 14px;
    display: inline-block;
    transition: all 0.5s;
}

.slick-next:before {
    content: "";
    background: url(../images/arrow-right.svg) no-repeat center top;
}

.slick-prev:before {
    content: "";
    background: url(../images/arrow-left.svg) no-repeat center top;
}

.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
    background: #293d72;
    color: #fff;
}

.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
    color: #fff;
    background-position: 0 100%;
}

.feautured-property .property-data {
    margin-top: 20px;
}

.btn-bordered {
    border: 1px solid #cbd4ec;
    font-size: 15px;
    padding: 10px 15px;
    min-width: 140px;
    border-radius: 8px;
}

.btn-bordered:hover {
    background-color: #293d72;
    border: 1px solid transparent;
    color: #fff;
}

.view-pad {
    padding-right: 140px;
    padding-bottom: 15px;
}

.trending-project .property-data {
    background-color: #fff;
    box-shadow: 0 2px 2px #ccc;
    border-radius: 8px;
    padding: 15px;
    margin: -50px 15px 0;
    position: relative;
    z-index: 1;
    font-size: 14px;
}

.trending-project .pro-name {
    font-size: 16px;
    margin: 5px 0 10px;
}

.trending-project .pro-icon-width {
    margin-right: 5px;
    font-size: 14px;
    color: #666;
}

.trending-project .property-data .list-inline-item .fa {
    margin-right: 5px;
    color: #666;
}

.trending-project .single-top-project {
    border-bottom: 0;
    padding-bottom: 0px;
}

/*.trending-project .slick-prev,*/
/*.trending-project .slick-next {*/
/*    top: 38%;*/
/*}*/
/*.trending-project .slick-prev {*/
/*    left: -23px;*/
/*    right: auto;*/
/*}*/
/*.trending-project .slick-next {*/
/*    right: -23px;*/
/*}*/
.add-banner {
    position: relative;
}

.add-banner img {
    border-radius: 8px;
}

.add-banner-content {
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    max-width: 550px;
    margin: auto;
    transform: translateY(-50%);
    color: #444;
}

.add-banner-content h2 {
    font-family: "Nunito", sans-serif;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
}

.add-banner-content p {
    font-size: 18px;
    margin-bottom: 30px;
}

.sell-rent-box {
    background-color: #e5e9f6;
    border-radius: 8px;
    padding: 40px;
}

.sell-rent-smal-text {
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.1em;
    color: rgba(13, 105, 134, 0.5);
    text-transform: uppercase;
}

.sell-rent-property-section .section-title {
    margin-bottom: 25px;
    margin-top: 30px;
}

.text-seagreen {
    color: #0d6986;
}

.sell-rent-box li,
.sell-rent-box li a {
    color: #000c2b;
}

.sell-rent-box li a:hover {
    color: #f7ba08;
}

.sell-rent-img {
    border-radius: 8px;
    margin-top: -65px;
    position: absolute;
    max-width: 100%;
    height: auto;
    left: 0;
    margin-left: -15px;
    transition: all 0.5s;
}

.sell-rent-img:hover {
    transform: translateY(-10px);
}

.localities-budget-section {
    padding-bottom: 120px;
}

.locality-box {
    border-radius: 8px;
    background: #e5e9f6;
    padding: 40px 40px 0;
}

.localities-budget-title {
    font-family: "Nunito", sans-serif;
    font-weight: 700;
    font-size: 31px;
    color: #293d72;
    margin-bottom: 40px;
}

.localities-budget-title span {
    font-weight: normal;
    font-size: 16px;
}

.localities-project-single {
    min-height: 276px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    padding: 20px;
}

.localities-project-single:hover {
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.25);
    transform: translateY(-5px);
}

.localities-project-single h5 {
    font-family: "Nunito", sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #293d72;
    margin: 20px 0 15px;
}

.localities-project-single p {
    font-size: 18px;
    color: #000c2b;
}

.localities-budget-section .slick-list.draggable {
    margin: -60px -20px -10px;
    padding: 0px 10px 10px;
    bottom: -70px;
}

.localities-budget-section .slick-prev,
.localities-budget-section .slick-next {
    top: 55%;
    background-color: #fff;
}

.localities-budget-section .slick-prev:hover,
.localities-budget-section .slick-next:hover,
.localities-budget-section .slick-prev:focus,
.localities-budget-section .slick-next:focus {
    background: #293d72;
    color: #fff;
}

.localities-budget-section .slick-next {
    right: -145px;
}

.localities-budget-section .slick-prev {
    left: auto;
    right: -90px;
}

.project-type-single {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    transition: all 0.5s;
    display: block;
}

.project-type-single>img {
    border-radius: 8px;
    transition: all 0.5s;
}

.project-type-single:hover>img {
    transform: scale(1.2);
}

.project-type-detal {
    color: #293d72;
    position: absolute;
    left: 0;
    top: 0;
    padding: 20px 30px;
}

.project-type-detal h3 {
    font-family: Roboto;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 5px;
}

.project-type-detal p {
    font-size: 14px;
}

.mobile-app-box {
    position: relative;
}

.mobile-app-box:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: calc(100% - 60px);
    border-radius: 8px;
    background: #e5e9f6;
}

.download-app-main {
    padding-top: 90px;
    text-align: center;
}

.download-app-main h2 {
    font-family: "Nunito", sans-serif;
    font-size: 40px;
    color: #000c2b;
    margin-bottom: 30px;
}

.app-feature {
    width: 72px;
    height: 72px;
    border-radius: 8px;
    background: transparent;
    border: 1px dashed #000c2b;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    font-size: 36px;
    transition: all 0.5s;
}

.app-feature:hover {
    background: #293d72;
    color: #fff;
}

.download-app-main .app-feature+p {
    font-family: "Nunito", sans-serif;
    font-size: 16px;
    color: #000c2b;
    margin-top: 5px;
}

.mobile-number-field {
    margin: 30px 0 20px;
}

.mobile-number-field .form-control {
    height: 50px;
    border: 0;
    font-family: "Nunito", sans-serif;
}

.mobile-number-field .form-control::placeholder {
    color: rgba(0, 12, 43, 0.25);
}

.mobile-number-field .input-group-text {
    font-family: "Nunito", sans-serif;
    padding: 0.375rem 20px;
    color: #000c2b;
    background-color: #fff;
    border: 0;
}

.mobile-number-field .border-right:after {
    content: "";
    border-right: 1px solid #999999;
    width: 1px;
    height: 80%;
    margin-left: 20px;
}

.mobile-number-field .get-link {
    font-family: "Nunito", sans-serif;
    font-size: 14px;
    color: #000c2b;
}

.mobile-number-field .get-link:hover {
    color: #f7ba08;
}

/* .section.mobile-app-section { */
/*padding-bottom: 100px;*/
/* } */
.contact-strip-section {
    position: relative;
    z-index: 2;
}

.contact-strip {
    border-radius: 8px;
    background: #121212;
    border: 1px solid #777;
    color: #fff;
    padding: 30px 60px;
    margin-bottom: -50px;
    position: relative;
    z-index: 1;
}

svg.feather {
    width: 24px;
    color: #f7ba08;
    stroke-width: 1.5px;
    /*margin-right: 20px;*/
}

.contact-with-btn a i,
.contact-with-btn a svg.feather {
    font-size: 22px;
    margin-right: 10px;
    width: 22px;
    min-width: auto;
    height: auto;
}

.contact-strip h5 {
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
}

footer {
    background: #1a1a1a;
    color: #fff;
    padding-top: 90px;
    position: relative;
    z-index: 1;
}

.contact-strip a,
footer a {
    color: #fff;
}

.contact-strip a:hover,
footer a:hover {
    color: #f7ba08;
}

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

footer h5 {
    font-weight: 500;
    font-size: 18px;
    color: #f7ba08;
    margin-bottom: 15px;
}

.footer-link li a {
    display: block;
    margin-bottom: 5px;
}

.footer-link li a:hover {
    transform: translateX(5px);
}

.social-icons li a {
    width: 40px;
    height: 40px;
    background-color: #fff;
    display: block;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1a1a1a;
    font-size: 24px;
}

.social-icons li a:hover {
    background-color: #f7ba08;
    color: #fff;
    transform: translateY(-3px);
}

.copyright {
    border-top: 1px solid #707070;
    padding: 30px 0;
    font-size: 14px;
    margin-top: 30px;
}

#scroll {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 99;
    cursor: pointer;
    background-color: #324b8c;
    width: 40px;
    height: 40px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    border-radius: 100%;
    line-height: 36px;
    box-shadow: 0 0 8px #ccc;
    transition: all 0.5s;
    display: none;
}

#scroll:focus {
    background-color: #f7ba08;
}

#scroll i {
    vertical-align: middle;
    line-height: 40px;
}

/* ------------------------------------CSS-FOR-PROPERTY-LISTING------------------------------------- */
.section-property-listing #filter_from {
    position: sticky;
    top: 120px;
}

.project-list-banner-section .carousel-item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #324b8c;
    opacity: 0.4;
}
.project-list-banner-section .carousel-item-before-none::before{
    display: none;
}

.project-list-banner-section h1 {
    max-width: 100%;
    font-size: 40px;
    text-align: center;
    color: #f7ba08;
}
.project-list-banner-section .color-blue {
    color: #2b336a;
    text-shadow: none;
}
.section-property-listing {
    padding-top: 15px;
    background: #fff;
    padding-bottom: 0px;
}

.section-property-listing .property-filter h4 {
    font-size: 16px;
    font-weight: 500;
}

.property-filter::-webkit-scrollbar,
.dropdown-menu::-webkit-scrollbar,
.select2-results__options::-webkit-scrollbar {
    width: 3px;
    height: 2px;
}

.property-filter::-webkit-scrollbar-thumb,
.dropdown-menu::-webkit-scrollbar-thumb,
.select2-results__options::-webkit-scrollbar-thumb {
    background-color: #cccccc;
    outline: 0px solid #fff;
}

.property-filter::-webkit-scrollbar-track,
.dropdown-menu::-webkit-scrollbar-track,
.select2-results__options::-webkit-scrollbar-track {
    background-color: #f5f5f5;
}

@-moz-document url-prefix() {

    .property-filter,
    .dropdown-menu,
    .select2-results__options {
        scrollbar-width: thin;
        scrollbar-color: #1E202A;
    }
}

.property-filter {
    overflow: auto;
    height: calc(100vh - 135px);
    padding: 20px 15px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #e5e9f6;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
}

.filter-by-property,
.filter-by-bedroom,
.filter-by-budget,
.filter-by-city {

    margin-bottom: 30px;
    border-bottom: solid 1px #e5e9f6;
    padding-bottom: 30px;
}

.filter-by-city {
    display: flex;
    border-bottom: none;
    margin-bottom: 0;
    gap: 5px;
    align-items: center;
}

.property-filter h4 {
    padding-bottom: 10px;
}

.property-filter .custom-control-label::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    pointer-events: none;
    content: "";
    background: #e5e9f6;
    border: 1px solid #cbd4ec;
    border-radius: 100px;
    z-index: -1;
}

.property-filter .custom-control-label::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    pointer-events: none;
    content: "";
    background: #e5e9f6;
    border: 1px solid #cbd4ec;
    border-radius: 100px;
    z-index: -1;
}

.property-filter .custom-control-input:checked~.custom-control-label::after {
    background-color: #324b8c;
}

.property-filter .custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: none;
}

.property-filter .custom-control-label {
    margin: 10px 5px 0 0;
    z-index: 1;
    padding: 8px 15px;
    font-size: 13px;
    color: #324b8c;
}
.property-filter .custom-control-input:checked~.custom-control-label {
    color: #fff;
}

.property-filter .custom-control {
    padding-left: 0;
    display: inline-block;
}

.property-filter .custom-select {
    height: 40px !important;
    color: #666666;
    background-image: url(../images/budget-dropdown-icon.svg) !important;
    font-size: 14px !important;
}

.property-filter .budget-dropdown {
    padding: 0;
}

.property-filter .budget-dropdown-first {
    padding-right: 10px;
}

.property-filter .budget-dropdown-second {
    padding-left: 10px;
}

.Property-detail-listing .input-group {
    margin-bottom: 30px !important;
    height: 50px;
}

.Property-detail-listing span.input-group-text {
    border: solid 1px #e5e9f6;
    border-radius: 5px;
    background-color: transparent;
}

.Property-detail-listing input.form-control.h-100 {
    border: solid 1px #e5e9f6;
}

.Property-detail-listing span.input-group-text-search {
    background-color: #f7ba08;
    color: white;
    font-size: 15px;
    padding: 0px 47px;
    border: none;
}

.Property-detail-listing .property-type {
    padding: 15px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #e5e9f6;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
}

.Property-detail-listing .property-type .single-top-project {
    gap: 30px;
    border-bottom: none;
    padding-bottom: 0;
}

.property-type-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.Property-detail-listing .property-data {
    margin-top: 0;
}

.pro-social-icon {
    font-size: 16px;
    gap: 10px;
    top: 20px;
    right: 15px;
    color: #324b8c;
    transition: all 3s;
    z-index: 1;
}

.pro-social-icon a:hover {
    color: #f7ba08;
}

.Property-detail-listing .pro-location p {
    white-space: normal;
}

.Property-detail-listing .pro-location {
    align-items: center;
}

.property-type-gap {
    gap: 20px;
}

.property-data h4.pro-name {
    font-size: 20px;
}

.property-data h4.pro-name-2 {
    margin: 12px 0 20px;
}

.Property-detail-listing input.form-control.h-100 {
    border-left: none;
}

/* ------------------------------------CSS-FOR-PROJECT-DETAIL------------------------------------- */
.section-project-detail {
    background-color: #293d72;
    box-shadow: 0px 2px 6px rgb(0 0 0 / 10%);
    position: sticky;
    top: 100px;
    z-index: 9;
    transition: all 0.4s;
    padding: 5px 0px;
}

.section-project-detail .navbar {
    height: 60px;
}

.section-project-detail a.nav-link.active {
    border-color: #f7ba08;
    color: #ffffff;
    background-color: #f7ba08;
}

.section-project-detail a.nav-link {
    padding: 5px 15px !important;
    color: #fff;
    border-radius: 4px;
    border: 1px solid #bfbfbf;
}

.section-project-detail a.nav-link:hover {
    background-color: #fffbf0;
    color: #000000;
}

.section-project-detail .navbar-nav {
    flex-direction: row !important;
    flex-wrap: wrap;
    gap: 10px;
}

.project-detail-banner-section .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}


.section-project-detail .navbar {
    padding: 0;
}

.developer-contact-section {
    margin-bottom: 30px;
}

.dev-contact {
    padding: 20px 20px;
    border-radius: 10px;
    background: #f8f9ff;
    border: 1px solid #cbd4ec;
}

.dev-contact {
    margin-bottom: 15px;
    gap: 15px;
}

.dev-contact-icon {
    margin-right: 10px;
}

.dev-contact-number .dev-contact-icon {
    font-size: 18px;
    width: 18px;
}

.dev-contact-number .dev-message-icon {
    font-size: 14px;
}

.dev-contact-detail .dev-name {
    margin-bottom: 15px;
}

.dev-contact-number {
    margin-bottom: 10px;
}

.dev-image {
    width: 100px;
    height: 100px;
    background: #fff;
    font-weight: 500;
    font-size: 30px;
    letter-spacing: 0.02em;
    color: #f7ba08;
    padding: 10px;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
}

.dev-contact-detail .dev-item {
    margin-right: 30px;
}

.dev-name.dev-item {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.dev-contact-number p,
.dev-message p {
    font-size: 15px;
    letter-spacing: 0.02em;
}

.dev-contact-number,
.dev-message {
    color: #324b8c;
}

.contact-muslim-property-form {
    padding: 20px;
    height: 100%;
    border-radius: 10px;
    background: #f8f9ff;
    border: 1px solid #cbd4ec;
}

.contact-muslim-property-form ul li a:hover {
    color: #f7ba08;
}

.contact-muslim-property-form ul li i {
    margin-right: 5px;
    font-size: 16px;
}

.custom-ul {
    gap: 20px;
}

.contact-muslim-property-form .form-control {
    height: 40px;
}

.contact-muslim-property-form .form-column {
    margin-top: 20px;
}

/*.contact-muslim-property-form form {
    gap: 20px;
}*/
.contact-muslim-property-form .form-column input {
    border-radius: 5px;
    border: 1px solid #e5e9f6;
}

.contact-muslim-property-form .button-column {
    margin-top: 20px;
}

.contact-muslim-property-form .button-column .btn {
    padding: 8px 20px;
}

.project-highlight-section .single-top-project {
    border-bottom: none;
    padding-bottom: 0;
}

.property-highlight-slider .slick-arrow {
    top: 50%;
}

.property-highlight-slider .slick-next {
    right: 1.5%;
}

.property-highlight-slider .slick-prev {
    left: 1.5%;
}

.broucher .btn {
    position: absolute;
    left: 20px;
    bottom: 15px;
    right: 20px;
}

.overview-title {
    border-bottom: 1px solid #e5e9f6;
    padding: 15px 0px;
}

.overview-title h4 {
    padding-left: 30px;
    font-weight: normal;
}

.overview-section .overview-container,
.about-property-container {
    padding-bottom: 20px;
    border-radius: 10px;
    border: 1px solid #e5e9f6;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
}

.overview-section {
    margin-top: 20px;
}

.overview-section .overview-content {
    margin: 20px 30px;
}

.overview-content .sub-overview {
    height: fit-content;
    padding: 0 10px;
    border-left: solid 2px #f7ba08;
}

.overview-content .sub-overview h6 {
    font-weight: normal;
    font-size: 15px;
    color: #999;
}

.overview-content .sub-overview p {
    margin-top: 10px;
    font-size: 15px;
}

.about-property p {
    font-size: 15px;
    padding: 20px 30px 0;
    word-break: break-word;
    margin-bottom: 0;
}

.property-ad-1.position-relative {
    border-radius: 10px;
    overflow: hidden !important;
}

.property-ad-container {
    background-image: url(../images/property-ad-container-1.png) !important;
    position: absolute;
    height: 100%;
    width: 442px;
    top: 0;
    color: #fff;
    font-family: Montserrat;
    background-size: cover;
}

/*.ad-title-1,
.ad-title-2 {
    max-width: 40%;
}*/
.property-ad-container h5 {
    margin-top: 22%;
    padding-left: 25px;
    font-weight: 500;
    font-size: 16px;
}

.property-ad-container h2 {
    margin-top: 14px;
    padding-left: 25px;
    font-weight: bold;
    font-size: 24px;
}

.offer-price-tag {
    height: 100%;
    width: 100%;
    font-family: Montserrat;
    background-image: url(../images/offer-price.png) !important;
    background-repeat: no-repeat;
}

.price-data {
    left: 50px;
    top: 60px;
}

.offer-price-title {
    font-weight: 500;
    color: #324b8c;
    font-size: 14px;
}

.offer-price {
    font-weight: 800;
    font-size: 24px;
    color: #fff;
}

.offer-price-last {
    font-weight: 500;
    color: #fff;
    font-size: 16px;
}

.property-ad-1 .position-relative:hover img {
    transform: scale(1.1);
}

.property-ad-2 {
    border-radius: 10px;
}

.ad-2-container {
    top: 0;
}

.property-ad-2-offer-container {
    height: 100%;
    width: 100%;
    background-image: url(../images/property-ad-2-container.png);
    background-repeat: no-repeat;
    top: 0%;
    background-size: cover;
}

.ad-2-offer-data {
    bottom: 14%;
    left: 3%;
}

.ad-2-offer-data-2 .offer-price-title {
    font-family: Montserrat;
    font-weight: bold;
    font-size: 24px;
    color: #fff;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.16);
}

.ad-2-offer-data-2 .offer-price-last {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.16);
}

.ad-2-offer-data .offer-price {
    font-size: 20px;
}

.ad-2-offer-data .offer-price-title {
    font-weight: normal;
    color: #fff;
}

.ad-2-offer-data .offer-price-last {
    font-size: 14px;
    font-weight: normal;
    color: #fff;
}

.ad-2-offer-data-2 {
    bottom: 5%;
    right: 6%;
}

.project-highlight-section,
.overview-section,
.about-property,
.propety-ad-section,
.facilities-section,
.property-types-section,
.photo-gallery-section {
    padding-bottom: 30px;
}

.facilities-feature .row {
    margin-right: -13px;
    margin-left: -13px;
}

.facilities-feature {
    padding: 30px;
}

.single-facilities {
    width: 32%;
    gap: 10px;
    display: inline-flex;
    font-size: 14px;
    transition: all 0.4s;
}

.single-facilities span {
    display: block;
    line-height: 110%;
}

.property-types-main {
    padding: 30px;
}

.property-types-title {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.02em;
    margin-top: 20px;
    margin-bottom: 10px;
}

.property-types-main .list-inline {
    background-color: #f8f9ff;
    padding: 13px 20px;
}

.property-types-main .list-inline i {
    color: #324b8c;
}

.property-types-main .list-inline-item:not(:last-child) {
    margin-right: 55px;
    margin-bottom: 10px;
}

.photo-gallery-main {
    padding: 30px;
}

.photo-gallery-main>.row>[class*="col-"] {
    margin-bottom: 30px;
    cursor: pointer;
}

/* The Modal (background) */
.photo-gallery-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
}

/* Modal Content */
.photo-gallery-modal .modal-content {
    position: relative;
    background-color: #fff;
    margin: auto;
    padding: 8px;
    width: 100%;
    max-width: 900px;
    height: calc(100% - 60px);
}

/* The Close Button */
.photo-gallery-modal .close {
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 20px;
    background-color: #fff;
    width: 28px;
    height: 28px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    opacity: 1 !important;
}

.photo-gallery-modal .close:hover,
.photo-gallery-modal .close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

.photo-gallery-modal .mySlides {
    display: none;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.photo-gallery-modal .mySlides img {
    height: 100%;
    object-fit: contain;
}

.cursor {
    cursor: pointer;
}

/* Next & previous buttons */
.photo-gallery-modal .prev,
.photo-gallery-modal .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 0px;
    width: auto;
    padding: 16px;
    transform: translateY(-50%);
    color: #333333;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
    /* text-shadow: 1px 2px 2px #333; */
    background-color: #fff8e4;
}

/* Position the "next button" to the right */
.photo-gallery-modal .next {
    left: auto;
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.photo-gallery-modal .prev:hover,
.photo-gallery-modal .next:hover {
    background-color: #f7ba08;
    color: #FFFFFF;
}

/* Number text (1/3 etc) */
.photo-gallery-modal .numbertext {
    /* text-shadow: 1px 1px 3px #000; */
    color: #FFFFFF;
    font-size: 12px;
    padding: 12px 12px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgb(0 0 0 / 50%);
    border-radius: 4px 0px;
}

.location-map iframe {
    width: 100%;
    height: 450px;
}

.related-section {
    padding-top: 70px;
    padding-bottom: 120px;
}

.img-scale {
    transition: all 0.4s;
}

.img-scale:hover {
    transform: scale(1.1);
}

/*search by id*/
.search_by_id {
    background-color: #f7ba08;
    border: #f7ba08;
    font-size: 15px;
    color: #fff;
}

.error {
    color: red !important;
}

.btn-login {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-login:hover {
    color: #fff;
    background-color: #343a40;
}

.red {
    color: red;
}

.div-center {
    margin: auto;
    width: 50%;
    padding: 10px;
    text-align: center;
}

.home-location {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    clear: both;
    overflow: hidden;
    padding: 10px 30px;
    border-top: 1px dotted #ddd;
}

.home-location .locbox {
    min-height: 56px;
    width: 100%;
    position: relative;
    padding: 12px 15px;
    margin: 0px 1%;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 0 3px rgb(0 0 0 / 10%), 0 2px 6px rgb(0 0 0 / 20%);
    text-decoration: none;
}

.top-header form {
    margin-bottom: 0;
}

.property-thumbs a img {
    max-width: 100%;
    height: 200px;
    object-fit: cover;
}

.single-agency {
    min-height: 100%;
}

/*--------------------------Chnages for add property------------------------------*/
.single-agency .form-control {
    height: auto;
}

.single-agency .form-group .form-check {
    display: inline-block;
    width: 33%;
}

.single-agency .form-group {
    vertical-align: top;
}

.col-lg-9.login-signup-form.form-step {
    margin-top: 60px;
}

/*-----------------------------end---------------------------------------------------*/
/*.banner-homepage img{*/
/*    height:600px;*/
/*    max-width:100%;*/
/*    object-fit:cover;*/
/*}*/
.agent-email {
    word-break: break-word;
}

.login-add-property ul:last-child {
    margin-right: 0;
}

.properties-everyone-section .pro-everyone-detail a {
    display: none;
}

.photo-gallery-main .property-thumbs img {
    height: 220px !important;
    width: 100%;
    object-fit: cover;
}

.login-add-property .img-fluid-qrcode {
    width: 60px;
}

/*------------------------------10-02-2023 CSS Changes Start Here----------------------------------------*/
.carousel-indicators {
    z-index: 11;
}

.property-data li i,
.property-types-main .list-inline-item i,
.share-dropdown .dropdown-item i {
    width: 18px;
}

.floorSlides, .floorModaliconSlides {
    height: 100%;
}

.floorSlides img, .floorModaliconSlides img,.progressSlides img, .projectGallerySlides img  {
    height: 100%;
    object-fit: contain;
}

.property-search-section-2 {
    margin-top: -80px;
}

.contact-strip a u,
footer a u,
.sell-rent-box li a u {
    text-decoration: none;
}

#homeModal {
    padding-left: 15px;
}

/*------------------------------10-02-2023 CSS Changes End Here----------------------------------------*/
/*------------------------------21-02-2023 CSS----------------------------------------------*/
.contact-us-form {
    padding: 20px;
    background: #f8f9ff;
    border-radius: 5px;
    border: 1px solid #cbd4ec;
}

.contact-us-form h6 {
    margin-bottom: 15px;
}

.project-highlight-section {
    margin-top: 40px !important;
}

.about-property-container-new-2 {
    padding: 0px 15px;
    border-radius: 0;
    border: none;
    box-shadow: none;
}

.about-property-container-new-2 .overview-title {
    margin-bottom: 10px;
}

.overview-content-gap {
    gap: 15px;
}

.overview-content-gap .sub-overview {
    flex-grow: 1;
}

.contact-panel {
    position: sticky;
    top: 170px;
    overflow: auto;
    height: calc(100vh - 180px);
}

.property-listing-types .row {
    flex-direction: column;
}

.contact-panel::-webkit-scrollbar {
    width: 3px;
    height: 2px;
}

.contact-panel::-webkit-scrollbar-thumb {
    background-color: #dddddd;
    outline: 0px solid #fff;
}

.contact-panel::-webkit-scrollbar-track {
    background-color: #f5f5f5;
}

@-moz-document url-prefix() {
    .contact-panel {
        scrollbar-width: thin;
        scrollbar-color: #1E202A;
    }
}

.facilities-feature ul {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.facilities-feature .single-facilities i {
    width: 25px;
    text-align: center;
}

.related-project .slick-prev,
.related-project .slick-next {
    margin-top: 24px;
}

.btn-primary {
    background-color: #293d72;
    border-color: transparent;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #291E72;
    border-color: transparent;
}

.property-filter-horizontal .list-group-item {
    padding: 0;
    border: none;
}

.property-filter-horizontal .list-group-item .dropdown .btn {
    color: #000;
    border: solid 1px #e5e9f6;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 10px 15px;
}

.property-filter-horizontal .list-group-item .dropdown .dropdown-item {
    color: #000;
    font-size: 16px;
    padding: .25rem 2rem;
}

.property-filter-horizontal .list-group-item .dropdown-item.active,
.property-filter-horizontal .list-group-item .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #324b8c;
}

.property-filter-horizontal .list-group-item .dropdown-menu {
    width: 100%;
    padding: 0;
}

.property-filter-horizontal .list-group-horizontal {
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

section.property-filter-horizontal {
    padding: 15px 0 0;
}


.property-filter-horizontal .list-group-horizontal form {
    gap: 10px;
}

.property-filter-horizontal .list-group-horizontal .form-control {
    padding: 0 3px;
}

.property-filter-horizontal .list-group-horizontal .dropdown-menu {
    border: solid 1px #e5e9f6;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}



.property-filter-horizontal .list-group-horizontal .dropdown button {
    display: flex;
    justify-content: space-between;
    width: 100%;
}


.property-filter-horizontal .list-group-horizontal li.list-group-item {
    flex-grow: 1;
}


.property-listing-types .property-thumbs a img {
    height: 270px;
}




/* -------------------------24-02-2023 Add Property New Design CSS Start Here ----------------------------- */
.add-property-box {
    margin: auto;
    background: #FFFFFF;
    border-radius: 10px;
    border: 1px solid rgb(41 61 114 / 25%);
    padding: 0px 30px;
    box-shadow: 0 25px 50px rgb(0 0 0 / 10%);
}

.add-property-border {
    border-bottom: 1px solid #dddddd;
    /* margin: 0px -30px; */
    width: 100%;
}

.add-property-border-2 {
    border-bottom-style: dashed;
}

.add-property-row {
    padding: 40px 0px;
}

.add-property-big-title {
    font-size: 28px;
    line-height: 1.25;
    color: #333333;
    margin-bottom: 10px;
}

.add-property-small-title {
    font-size: 20px;
    line-height: 1.25;
    color: #333333;
    margin-bottom: 25px;
}

.add-pro-para {
    color: #666666;
    font-size: 16px;
    line-height: 1.25;
}

.add-pro-group {
    margin-bottom: 30px;
}

.add-pro-comn-label {
    display: block;
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
    margin-bottom: 8px;
    text-transform: capitalize;
}

.add-pro-comn-label span {
    color: red;
}

.add-pro-radio-box {
    display: inline-flex;
    align-items: center;
}

.add-pro-radio-box input {
    width: 0;
    height: 0;
    appearance: none;
}

.add-pro-radio-box label {
    display: inline-block;
    border: 1px solid #999999;
    border-radius: 50px;
    padding: 3px 15px;
    min-width: 80px;
    margin: 0px 5px 5px 0px;
    text-align: center;
    color: #999999;
    font-size: 16px;
    line-height: 1.5;
    text-transform: capitalize;
    cursor: pointer;
    transition: all 0.2s ease-out 0s;
}

.add-pro-radio-box label:hover {
    border-color: #F7BA08;
    background-color: #fffcf4;
    color: rgb(102, 102, 102);
}

.add-pro-radio-box input:checked~label {
    border-color: #F7BA08;
    background-color: #F7BA08;
    color: rgb(255, 255, 255);
    pointer-events: none;
}

.add-pro-input-box {
    max-width: 432px;
}

.select2-container .select2-selection--single {
    height: 100%;
}

.add-pro-control,
.select2-container .select2-selection--single,
.select2-container--default .select2-selection--multiple {
    width: 100%;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 4px;
    text-align: left;
    display: flex;
    align-items: center;
    max-height: 38px;
    transition: all .15s ease-in-out;
}

.add-pro-control:focus,
.select2-container .select2-selection--single[aria-expanded="true"],
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #F7BA08;
}

.select2-container .select2-search--inline .select2-search__field {
    margin: 0;
    white-space: nowrap;
}

.add-pro-control-textarea {
    max-height: none;
    resize: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0;
}

.select2-results__option {
    padding: 8px 10px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #293d72;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
}

.add-pro-control-sq-box {
    position: relative;
}

.add-pro-control-sq-box .add-pro-control {
    padding-right: 65px;
}

.add-pro-control-sq-box span {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #293d72;
    padding: 3px 8px;
    border-left: 1px solid #d8d8d8;
}

.add-pro-submit-btn {
    display: table;
    background-color: #f7ba08;
    font-size: 16px;
    color: #fff;
    padding: 10px 30px;
    border-radius: 8px;
    border: none;
    margin: 0px auto 10px;
    transition: all 300ms ease-in-out;
}

.add-pro-submit-btn:hover {
    background-color: #293d72;
}

.add-pro-modal {
    background-color: rgba(0, 0, 0, 0.25);
}

.add-pro-modal .modal-dialog {
    max-width: 600px;
}

.add-pro-modal .modal-header .close {
    padding: 3px 7px;
    margin: 0;
    border: 1px solid #293d72;
    color: #293d72;
    border-radius: 5px;
    opacity: 1;
    font-size: 16px;
}

.add-pro-modal .modal-header .close:hover {
    color: #FFFFFF;
    background-color: #293d72;
    opacity: 1;
}

.add-pro-image-file {
    position: relative;
}

.add-pro-image-file .row {
    margin: 0px -10px;
}

.add-pro-image-file .row>div {
    padding: 0px 10px;
}

.add-pro-image-file input[type="file"] {
    position: absolute;
    width: 0;
    height: 0;
    appearance: none;
}

.add-pro-image-file label {
    margin-bottom: 20px;
    width: 100%;
    height: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    border-radius: 2px;
    border: 1px solid rgb(221, 221, 221);
    cursor: pointer;
}

.add-photo-main {
    text-align: center;
}

.add-photo-main img {
    width: 32px;
    margin-bottom: 5px;
}

.add-photo-main aside {
    color: rgb(102, 102, 102);
    font-size: 16px;
    line-height: 1.5;
}

.add-photo-box {
    position: relative;
    height: 100px;
    border: 1px solid rgb(221, 221, 221);
    border-radius: 2px;
    margin-bottom: 20px;
}

.add-photo-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 2px;
}

.add-photo-box aside {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #F7BA08;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 16px;
    padding: 6px 3px;
    text-align: center;
    text-transform: capitalize;
    border-radius: 0px 0px 2px 2px;
}

.add-photo-box .dropdown {
    position: absolute;
    top: 0;
    right: 0;
}

.add-photo-box .dropdown button {
    background-image: linear-gradient(46deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
    background-color: transparent;
    color: rgb(255, 255, 255);
    border-radius: 0px 2px 0px 0px;
    border: none;
    line-height: 22px;
}

.add-photo-box .dropdown-menu {
    padding: 0px;
    margin: 0px;
    min-width: auto;
}

.add-photo-box .dropdown-item {
    padding: 4px 10px;
    font-size: 14px;
}

.add-photo-box .dropdown-item:focus,
.add-photo-box .dropdown-item:hover {
    color: #ffffff;
    background-color: #293d72;
}

.photo-para {
    font-size: 14px;
    line-height: 19px;
    color: #666666;
}

.photo-para span {
    font-weight: 600;
}

.add-pro-check {
    display: inline-flex;
    align-items: center;
    margin-bottom: 0;
}

.add-pro-check input {
    accent-color: #293d72;
    width: 18px;
    height: 18px;
    margin-right: 10px;
}

.add-pro-accordion>.card {
    border: none;
    border-radius: 0px;
}

.add-pro-accordion>.card>.card-header {
    padding: 0;
    border: 0;
    background-color: transparent;
}

.add-pro-accordion .additional-btn {
    width: 100%;
    text-align: left;
    border: none;
    background-color: #ecf1ff;
    color: #000000;
    font-size: 16px;
    padding: 12px 14px;
    display: flex;
    align-items: center;
}

.add-pro-accordion .additional-btn i {
    transition: all 300ms ease-in-out;
}

.add-pro-accordion .additional-btn[aria-expanded="true"] i {
    transform: rotate(180deg);
}

.add-pro-accordion .card-body {
    padding: 20px 0px 0px;
}

.select2-container--default .select2-selection--multiple {
    min-height: 38px;
    max-height: none;
}

.select2-search.select2-search--inline {
    line-height: 1;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin: 3px 6px 3px 0px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    color: #293d72;
    border-radius: 3px;
    border: 1px solid #293d72;
    transition: all 300ms ease-in-out;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear:hover {
    background-color: #293d72;
    color: #FFFFFF;
}

.add-pro-accordion .add-pro-group {
    margin-bottom: 20px;
}

.add-pro-accordion .add-pro-group:last-child {
    margin-bottom: 0px;
}
#accordion-proDetail.add-pro-accordion .add-pro-group, #accordion-proDetail.add-pro-accordion .add-pro-group:last-child {
    margin-bottom: 30px;
}

.select2-container--default .select2-results__option--selected {
    background-color: #ECF1FF;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #f2f5ff;
    border-color: #293d72;
    color: #000000;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: #293d72;
    border-right-color: #293d72;
    color: #FFFFFF;
    border-radius: 0px;
}

.add-pro-control-mobile-box span {
    right: auto;
    left: 0;
    border-left: 0px;
}

.add-pro-control-mobile-box .add-pro-control {
    padding-right: 12px;
    padding-left: 40px;
}

.otp-small-text {
    display: block;
    width: 100%;
    font-size: 12px;
    margin-top: 4px;
    color: #999999;
}

.allow-common-box {
    display: flex;
    align-items: flex-start;
}

.allow-common-box input {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    accent-color: #293d72;
}

.allow-common-box label {
    width: calc(100% - 28px);
    margin-left: auto;
    margin-bottom: 0;
}

.allow-common-box label p {
    margin-bottom: 0;
}

.allow-common-box label .otp-small-text {
    margin-top: 0;
}

.add-pro-submit-btn-2 {
    margin: 30px 0px 20px;
}

.bottom-para {
    font-size: 14px;
    color: #999999;
    margin-bottom: 5px;
}

.bottom-para a {
    color: #F7BA08;
}

.bottom-para a:hover {
    color: #000000;
}

.add-pro-custom-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 0px;
}

.add-pro-custom-list .form-group {
    width: 50%;
}

.add-pro-custom-list .form-check-input {
    margin-left: -1.15rem;
}

@media screen and (max-width: 767px) {
    .add-property-row {
        padding: 25px 0px;
    }

    .add-property-box {
        padding: 0px 15px;
    }

    .add-pro-group {
        margin-bottom: 25px;
    }

    .add-property-big-title {
        font-size: 26px;
        margin-bottom: 8px;
    }

    .add-property-small-title {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .add-pro-comn-label {
        font-size: 14px;
        margin-bottom: 6px;
    }

    .add-pro-radio-box label {
        padding: 4px 20px;
        min-width: 60px;
        margin: 0px 5px 5px 0px;
        font-size: 14px;
    }

    .add-pro-image-file label,
    .add-photo-box {
        height: 100px;
    }
}

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

    .add-pro-image-file label,
    .add-photo-box {
        height: 150px;
    }

    .add-pro-custom-list .form-group {
        width: 100%;
    }
}

/* -------------------------24-02-2023 Add Property New Design CSS End Here ----------------------------- */
/* -------------------------27-02-2023 CSS Start Here ----------------------------- */
.custom-banner-height {
    height: 300px;
}

.custom-banner-height img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.home-location {
    gap: 0px;
    margin: 0px -10px;
}

.locbox_new,
.locbox1 {
    width: 20%;
    padding: 10px;
}

.home-location .locbox>h2 {
    font-family: Roboto, sans-serif;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.home-location .locbox {
    min-height: initial;
    padding: 10px 15px;
    margin: 0;
    box-shadow: 0 0 1px rgb(0 0 0 / 10%), 0 0px 6px rgb(0 0 0 / 15%);
}

@media screen and (max-width: 1199px) {
    .locbox_new,
    .locbox1 {
        width: 25%;
    }
}

@media screen and (max-width: 991px) {
    .locbox_new,
    .locbox1 {
        width: 33.33%;
    }
}

@media screen and (max-width: 767px) {
    .home-location {
        margin: 0px;
        padding: 0;
    }

    .locbox_new,
    .locbox1 {
        width: 50%;
        display: inline-block !important;
    }

    .home-location .locbox {
        padding: 10px;
    }

    .home-location .locbox>h2 {
        font-size: 14px;
    }

    .locbox p {
        font-size: 12px;
    }
}

.property-detail-table {
    padding: 30px;
}

.overview-title-bg {
    border: none;
    background: #f8f9ff;
    padding: 5px 0px
}

.thead-tr-col-bg {
    background: rgba(0, 0, 0, 0.05);
}

.table-res-font-size {
    font-size: 14px;
}

.floor-plan-icon {
    display: inline-block;
    width: 22px;
    height: 22px;
    cursor: pointer;
}
.city-selection-dropdown {
    padding: 0px 10px;
    border-radius: 4px 0px 0px 4px;
    border: 1px solid #CED4DA;
}

.filter-by-city .property-selection .city-selection-dropdown {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    flex-grow: 1;
    border-radius: .25rem;
    background-size: 10px;
    background-position: right 10px center;
    background-repeat: no-repeat;
    color: #000;
    border: solid 1px #e5e9f6;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 10px 15px;
    height: auto;
    appearance: none;
}

.mobile-filter+ul li {
    display: flex;
    flex-grow: 1;
}

.mobile-filter .dropdown-item:active {
    color: #16181b;
    text-decoration: none;
    background-color: #000c2b;
}

.mobile-filter .custom-control-input:checked~.custom-control-label {
    color: #000000 !important;
}

.property-type-d-menu {
    height: 300px;
    overflow-y: auto;
}

.post-property-form>.container {
    max-width: 1400px;
}

.post-img-position {
    position: sticky;
    top: 115px;
    padding-bottom: 15px;
    height: 84vh;
    height: calc(100vh - 185px);
    transition: all 0.4s;
}

/* -------------------------27-02-2023 CSS End Here ----------------------------- */


/* -------------------------28-02-2023 CSS Start Here ----------------------------- */
.filter-by-city h4 {
    font-size: 16px;
}

.post-img-position-on-scroll {
    height: calc(100vh - 125px);
}

.property-search-box-new-add {
    box-shadow: none;
    padding: 0px;
    border-radius: 0px;
}

.property-search-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    box-shadow: 0 3px 12px -9px rgb(0 0 0 / 40%);
    border: 1px solid #2B336A;
    border-radius: 50px;
    padding: 6px;
}

.property-search-btn {
    float: right;
    border-radius: 26px;
    background-color: #f7ba08;
    padding: 14px 35px;
    text-align: center;
    font-size: 18px;
    line-height: 1;
    color: #fff;
    font-weight: 500;
    border: none;
    margin-left: auto;
    transition: all 300ms ease-in-out;
}

.property-search-btn:hover {
    background-color: #293d72;
}

.property-search-column {
    width: calc(100% - 152px);
    display: flex;
    align-items: center;
    padding-left: 10px;
}

.property-form-group {
    width: 33.33%;
    display: flex;
    align-items: center;
    padding: 0px 16px;
    border-right: 1px solid #d7d7d7;
    position: relative;
}

.property-form-group i {
    text-align: center;
    color: #F7BA08;
    /* margin-right: 10px; */
    width: 31px;
}

.property-form-group i.arrow-down {
    color: #606060;
    margin-right: 0;
    font-size: 11px;
}

.property-form-group:last-child {
    border-right: none;
}

.property-form-group select,
.property-budget-box {
    width: 100%;
    border: 0px;
    color: #606060;
    padding: 10px 0px;
    cursor: pointer;
}

.property-budget-box {
    position: relative;
}

.min-max-row-select {
    position: absolute;
    top: 100%;
    width: 100%;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 30%);
    background-color: #FFF;
    padding: 16px 12px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.min-max-box-select {
    flex-grow: 1;
}

.min-max-box-select label {
    margin-bottom: 0;
    font-weight: 500;
}

.min-max-box-select select {
    border: 1px solid #d8d8d8;
    padding: 3px 10px;
    border-radius: 5px;
    appearance: none;
    position: relative;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgb(96, 96, 96)' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 10px;
    width: 100%;
}

@media screen and (max-width: 991px) {
    .property-form-group {
        padding: 0px 10px;
    }

    .property-search-btn {
        padding: 13px 25px;
        font-size: 16px;
    }

    .property-search-column {
        width: calc(100% - 124px);
    }
}

@media screen and (max-width: 767px) {
    .property-search-row {
        border-radius: 10px;
        padding: 10px;
    }

    .property-search-column {
        width: 100%;
        padding-left: 0px;
        flex-wrap: wrap;
    }

    .property-form-group {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #d7d7d7;
    }

    .property-search-btn {
        margin-top: 15px;
        width: 100%;
    }
}

.post-prop-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;

}

.post-prop-img {

    height: 50%;
}

.property-unit-config {
    padding-bottom: 20px;
    border-radius: 10px;
    border: 1px solid #e5e9f6;
    box-shadow: 0px 2px 10px rgb(0 0 0 / 5%);

}

.property-unit-config .res-table-container {
    margin: 20px 30px;
}

.property-highlight-slider.property-detail-page-content .slick-slide {
    margin: 0;
}

.developer-contact-section.property-detail-page-content {
    margin: 40px 0px;
}

.project-highlight-section.property-detail-page-content {
    padding-bottom: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}

.dropdown-toggle::after {
    background: url(../images/arrow-down.png);
    display: inline-block;
    background-position: center;
    content: "";
    width: 10px;
    background-repeat: no-repeat;
    height: 10px;
    border: none;

}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.bhk-list-group .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
    position: absolute;
    top: 4px;
    left: -24px;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    border-radius: .25rem;
}

.custom-control-label::before {
    border-radius: 0.25rem;
}

.property-filter-horizontal .select2-container .select2-selection--single {
    color: #000;
    border: solid 1px #e5e9f6;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 5px;
    max-height: none;
    /* height: 100%; */
    padding: 8px 15px;
}

.property-filter-horizontal .select2-dropdown {
    border: solid 1px #e5e9f6;
    box-shadow: 0px 10px 20px rgb(0 0 0 / 10%);
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #293d72;
}

.select2-container--default .test .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #e9eceF;
    color: #000;
}

.select2-container--default .test .select2-results__option--selected {
    background-color: #324b8c;
    color: #fff;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {

    background-image: url(../images/arrow-down.png);
    background-repeat: no-repeat;
    bottom: 0;
    background-position: center;
    right: 10px;
    position: absolute;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
    border: none;
}

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;

    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
    border: solid 1px #e5e9f6;
    box-shadow: 0px 10px 20px rgb(0 0 0 / 10%);
}

.select2-container--open .select2-dropdown--below {
    transform: translate3d(0px, 2px, 0px);
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-radius: .25rem;
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto;
    border-radius: .25rem;
    border: solid 1px #e5e9f6;
    box-shadow: 0px 10px 20px rgb(0 0 0 / 10%);
}

.city-selection-modal .modal-content {
    border-radius: 10px;
    border: 1px solid #fff !important;
    background: #ffffff;
    border: none;
    box-shadow: 0px 25px 50px rgba(0, 0, 0, 0.25);
}

.city-selection-modal .cityselectlist {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 18px;
    color: #666;
    font-family: Roboto-Regular, sans-serif;
}

.city-selection-modal .modal-header {
    color: #293d72;
    font-weight: 500;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: center;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}

.city-selection-modal .modal-body a,
.city-selection-modal .modal-body p {
    color: #293d72;
}

.cityselectlist>li {
    border: solid 1px rgba(255, 255, 255, 0.25);
    /* display: flex; */
    justify-content: center;
    width: 32%;
    float: left;
    /* background: #ffffff0a; */
    border-radius: 100px;
    /* background: rgba(255, 255, 255, 0.1); */
    padding: 5px;
    /* background: rgba(41, 61, 114, 0.1); */
    text-align: left;
    cursor: pointer;
    transition: all .3s ease;
}

.cityselectlist>li:hover a {
    color: #f7ba08;
}

.city-selection-modal-popular-cities {
    display: flex;
    flex-direction: column;
}

.city-selection-modal-popular-cities p {
    text-align: center;
    white-space: nowrap;
    margin: 0 0 10px 0;
}

.city-selection-modal .modal-body p {
    font-weight: 500;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 15px;
    border-bottom: 1px solid #dee2e6;
}

.city-selection-modal .property-search-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    box-shadow: 0 3px 12px -9px rgb(0 0 0 / 40%);
    border: 1px solid #2B336A;
    border-radius: 5px;
    padding: 6px;
    background: #fff;
}

.city-selection-modal .property-search-btn {
    float: right;
    border-radius: 5px;
    background-color: #f7ba08;
    padding: 14px 28px;
    text-align: center;
    font-size: 18px;
    line-height: 1;
    color: #fff;
    font-weight: 500;
    border: none;
    margin-left: auto;
    transition: all 300ms ease-in-out;
}

.city-selection-modal .property-form-group {
    width: 98%;
    display: flex;
    align-items: center;
    padding: 0px;
    border-right: none;
    position: relative;
}

.property-unit-config .overview-title {
    display: flex;
    justify-content: space-between;
    padding-right: 30px;
}

.floor-plan-btn {
    /* border: 1px solid #293d72; */
    border-radius: 5px;
    paddinig: 36px;
    display: flex;
    background: #f7ba08;
    padding: 5px 10px;
    gap: 10px;
    color: #fff;
}

.floor-plan-btn .floor-plan-icon {
    width: 20px;
    height: 20px;
}

.floor-plan-btn .floor-plan-icon img {
    vertical-align: sub;
}

/* -------------------------28-02-2023 CSS End Here ----------------------------- */

/* -------------------------01-02-2023 CSS start Here ----------------------------- */
.property-budget-box {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width:767px) {
    .min-max-row-select {
        flex-wrap: wrap;
        position: absolute;
        top: 100%;
        width: 90%;
        border-radius: 0 0 4px 4px;
        box-shadow: 0 2px 4px 0 rgb(0 0 0 / 30%);
        background-color: #FFF;
        padding: 16px 12px;
        display: flex;
        align-items: flex-start;
        gap: 5px;
    }
}

.floor-plan-btn {
    cursor: pointer;
}

.property-page-target .pro-social-icon {

    top: 0;

}

.project-status {
    position: absolute;
    bottom: 0;
    z-index: 10;
    padding: 0 10px 10px;
}

.property-thumbs .project-status + a {
    position: relative;
    display: block;
}
.property-thumbs .project-status + a:before {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(179.63deg, rgba(255, 255, 255, 0) 0.32%, rgba(41, 61, 114, 0.5) 81.58%);
    position: absolute;
    top: 0;
    z-index: 1;
}
.sub-status {
    gap: 5px;
    display: flex;
    flex-wrap: wrap;
}

.sub-status .status {
    background: rgba(255, 255, 255, 1);
    padding: 5px 10px;
    border-radius: 5px;
    backdrop-filter: blur(2px);

    box-shadow: 0px 2px 4px rgb(0 0 0 / 25%);
    font-size: 14px;
    color: #293d72;
}

.homepage-modal-search-bar {
    display: flex;
}

.homepage-modal-search-bar>.input-group-prepend {
    flex-grow: 1;
}

.homepage-modal-search-bar .input-group-prepend .form-control {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}

.project-detail-count {
    gap: 5px;
    display: flex;
}

.project-detail-count .count {
    padding: 5px 15px;
    /*border-bottom: none !important;*/
    border: 1px solid rgba(41, 61, 114, 0.25);
    border-radius: 5px;
    transition: all 0.4s;
}


.project-detail-count .count:hover {
    background: #293d72;
    color: #fff;
}

.project-detail-count .count:focus {
    background: #293d72;
    color: #fff;

}

.project-detail-count .count a span {
    font-weight: 600;
}


.property-type-d-menu .custom-control {
    padding-left: 0px;
}

.filter-by-city span.select2.select2-container.select2-container--default {
    width: 100px;
}

.post-property-bg {
    position: fixed;
    width: 100%;
    /* height: 100%; */
    /* margin-bottom: -300px; */
    top: 100px;
    transition: all 0.4s;
}

.post-property-bg img {
    width: 100%;
    object-fit: cover;
    height: 100vh;
}

.post-property-section-page {
    position: relative;
}

.post-property-bg-top {
    top: 90px !important;
}

.post-property-bg::before {
    content: "";
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
    height: 100%;
    position: absolute;
}

.prop-type {
    display: block;
    font-size: 15px;
    color: #666;
    margin-bottom: 5px;
}

.pro-icon-width p {
    font-size: 15px;
}

/* -------------------------01-02-2023 CSS end Here ----------------------------- */
/* -------------------------02-02-2023 CSS start Here ----------------------------- */

.form-loader {
    border-radius: 0.25rem;
    background: #f7ba08;
    margin-bottom: 10px;
    padding: 6px;
    border: none;
}

.form-loader:hover {
    color: #fff;
    background: #f7ba08;
    border: none;
}

.home-all-project .pro-price {
    font-size: 20px !important;
}

.project-status h2 {
    font-size: 22px;
    color: #fff;
    text-shadow: 0px 1px 1px rgb(0 0 0 / 25%);
    margin-bottom: 5px;
}

.project-status h3 {
    font-weight: 300;
    font-size: 16px;
    color: #fff;
    text-shadow: 0px 1px 1px rgb(0 0 0 / 25%);
    margin-bottom: 10px;
}

/*.project-page-listing-section .property-thumbs:before {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(179.63deg, rgba(255, 255, 255, 0) 0.32%, rgba(41, 61, 114, 0.5) 81.58%);
    position: absolute;
    top: 0;
    z-index: 9;
}*/

.add-pro-comn-label span {
    color: black;
}

/* -------------------------02-02-2023 CSS end Here ----------------------------- */


.pdp-t-to .property-highlight-slider{
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 15px;
}



/* -------------------------06-02-2023 CSS start Here ----------------------------- */



.property-highlight-slider.project-detail-page-target.slick-initialized.slick-slider {
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 15px;
}
.custom-budget-dropdown {
    width: 100%;
}

.custom-budget-dropdown .dropdown-toggle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #606060;
    padding: 10px 0px;
    cursor: pointer;
}

.custom-budget-dropdown .dropdown-menu {
    padding: 0;
    margin: 0;
    border: none;
    width: 100%;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 30%);
    background-color: #FFF;
    padding: 16px 12px;
}

.custom-budget-dropdown .min-max-row-select {
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
    padding: 0px;
    position: initial;
}

.custom-budget-dropdown .property-type-dropdown-menu {
    width: 520px;
}

.property-highlight-slider .property-thumbs a img {
    border-radius: 10px;
}

.project-highlight-section .property-highlight-slider.slick-initialized.slick-slider {
    margin-bottom: 15px;
    overflow: hidden;
    border-radius: 10px;
}

.property-highlight-slider .slick-slide>div {
    display: flex;
}

.property-type-dropdown-menu .property-collapse-box a{
    cursor:pointer;
    margin-bottom:5px;
}

.property-type-dropdown-menu .property-collapse-content {
    margin:5px 0 ;
}

/* -------------------------06-02-2023 CSS end Here ----------------------------- */


.list-inline.area-dropdown {
    border: 1px solid #d6d6d6;
    border-radius: 100px;
    padding: 0px 20px;
    display: table;
    position: relative;
    height: 38px;
}
.area-dropdown .list-inline-item {
    vertical-align: text-top;
    min-width: 100px;
}
.area-dropdown .list-inline-item:not(:last-child) {
    border-right: 1px solid #d6d6d6;
}
select#sqft-dropdown {
    border: 0;
    padding: 0;
}
.area-min-max {
    display: none;
    position: absolute;
    right: 0;
    top: 38px;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,.2);
    padding: 10px;
}
span#area-dropdown {
    padding: 0;
    height: 36px;
}
.area-min-max.show {
    display: block;
}
.property-data .prop-type {
    display: inline-block;
}
.property-data .prop-type:after {
    content: ",";
}
.property-data .prop-type:last-child:after {
    display: none;
}
.property-data .pro-price {
    margin-bottom: 10px;
}



/*------------------ 03-04-2023 CSS Start Here ----------------------*/
.btn-login-yellow{
    display: inline-flex;
    align-items: center;
    background-color: #f7ba08;
    font-size: 15px;
    color: #fff;
    padding: 11px 15px;
    border-radius: 8px;
    border: none;
}
.btn-login-yellow.dropdown-toggle::after {
    margin-left: 15px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgb(255, 255, 255)' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}
.btn-after-login {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    background-color: cadetblue;
    color: #FFF;
    font-size: 24px;
    padding: 0px;
    overflow: hidden;
}
.btn-after-login img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.profile-dropdown-menu{
    left:auto;
    right: 0;
}
.profile-dropdown-menu .dropdown-item {
    align-items: center;
    display: flex;
    gap: 10px;
    padding: 8px 15px;
    font-size: 16px;
    text-transform: capitalize;
    transition: all 300ms ease-in-out;
}
.profile-dropdown-menu .dropdown-item:hover {
    color: #212529;
    background-color: #edf2ff;
}
.profile-dropdown-menu .dropdown-item.active {
    background-color: #293D72;
    color: #FFFFFF;
}
.profile-menu-image{
    position: relative;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.profile-menu-image img{
    position: absolute;
    transition: all 300ms ease-in-out;
}

/*.profile-dropdown-menu .dropdown-item:hover .profile-menu-image .black-image,*/
.profile-menu-image .yellow-image{
    opacity: 0;
}
.profile-dropdown-menu .dropdown-item.active .profile-menu-image .yellow-image{
    opacity: 1;
}
.profile-sidebar {
    padding: 20px 15px;
    border: 1px solid #DDD;
    border-radius: 5px;
    background-color: #fff;
    position: sticky;
    top: 110px;
}
.sidebar-profile-image {
    width: 80px;
    height: 80px;
    background-color: blanchedalmond;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0px auto 10px;
    font-size: 26px;
    text-transform: uppercase;
}
.sidebar-profile-title {
    font-size: 20px;
    text-transform: capitalize;
    line-height: 100%;
    margin-bottom: 5px;
    text-align: center;
}
.sidebar-credit-text {
    font-size: 16px;
    color: #666;
    text-align: center;
    margin-bottom: 0px;
}
.sidebar-credit-text span{
    font-weight: 600;
    color: #333;
}
.sidebar-profile-border{
    border-bottom: 1px solid #DDD;
    margin:20px 0px;
    
}
.sidebar-profile-list {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}
.sidebar-profile-list li{
    margin-bottom: 15px;
}
.sidebar-profile-list li:last-child{
    margin-bottom: 0px;
}
.sidebar-profile-list li a {
    gap: 10px;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #333;
    text-transform: capitalize;
    padding: 8px 10px;
    border-radius: 3px;
}
.sidebar-profile-list li a:hover {
    background-color: #edf2ff;
}
.sidebar-profile-list li a.active {
    background-color: #293D72;
    color: #FFFFFF;
}
.sidebar-profile-list li a.active .profile-menu-image .yellow-image{
    opacity: 1;
}

/* for profile iamge */

.single-agency{
    gap: 10px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 20px #ddd;
    border-radius: 5px px;
    padding: 30px 25px;
    }
 .profile-image{
  width: 120px;
  height: 120px;
  border-radius: 50%;
  font-size: 35px;
  color: #fff;
  text-align: center;
  line-height: 120px;
  
}
.img-fluid1{
  width: 120px;
  height: 120px;
  border-radius: 50%;
  font-size: 35px;
  color: #fff;
  text-align: center;
  line-height: 120px;
  margin:auto;
}
.single-agency h2 {
    color: #666;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
}
.agent-number-info span {
    font-size: 18px;
    color: #666;
}
.find-agents-area.agent-demo-1 .agent-email p {
    color: #464444;
}
.agent-number-info a {
    background: #f7ba08;
    color: #fff;
    padding: 15px 30px;
    line-height: 50px;
    border-radius: 5px;
}
.agent-number-info a:hover{
    background: #f7ba08;
    color: #fff;
    padding: 15px 30px;
    line-height: 50px;
    border-radius: 5px;
}
.sidebar-profile-image .img-fluid2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    font-size: 35px;
    color: #fff;
    text-align: center;
    line-height: 120px;
    margin: auto;
    object-fit: cover;
}
  .profile-image1{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    font-size: 35px;
    color: #fff;
    text-align: center;
    line-height: 120px;
    
  }
  .new-profile-table.table > thead > tr > th {
    background-color: rgba(0, 0, 0, 0.05);
    color: #212529;
}
.new-profile-table.table td,
.new-profile-table.table th {
    vertical-align: middle;
}
 .new-profile-table .custom-profile-btn{
     width: 36px;
     height: 36px;
     display: inline-flex;
     align-items: center; 
     justify-content: center;
 }
 .page-link{
     width: 32px;
     height: 32px;
     display: inline-flex;
     align-items: center; 
     justify-content: center;
 }
 .page-link svg.feather {
     color: #888ea8; 
}
 .page-link:hover svg.feather {
     color: #4361ee;
 }
 .edit-image-row{
     display: flex;
     flex-wrap: wrap;
     padding-left: 0px !important;
 }
 .edit-image-div {
     width: 20%;
 }
 .edit-image-div img{
     max-width: 100%;
 }
.header-city-search {
    border: 1px solid #ced4da;
    border-radius: 4px 0px 0px 4px;
    background-color: #ffffff;
    margin-right: 0px;
    padding: 0px 10px;
}
.contact-strip-section svg.feather {
    margin-right: 20px;
}

.city-selection-dropdown {
    padding: 0px 10px;
    border-radius: 4px 0px 0px 4px;
    border: 1px solid #CED4DA;
}
.photo-gallery-modal .progressSlides {
    display: none;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.photo-gallery-modal .progressSlides img {
    height: 100%;
    object-fit: contain;
}

.photo-gallery-modal .projectGallerySlides {
    display: none;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.photo-gallery-modal .projectGallerySlides img {
    height: 100%;
    object-fit: contain;
}

/* for image preview with delete option */

input[type="file"] {
    display: block;
  }
  .imageThumb {
    max-height: 75px;
    border: 2px solid;
    padding: 1px;
    cursor: pointer;
  }
  .pip {
    display: inline-block;
    margin: 10px 10px 0 0;
  }
  .remove {
    display: block;
    background: #444;
    border: 1px solid black;
    color: white;
    text-align: center;
    cursor: pointer;
  }
  .remove:hover {
    background: white;
    color: red;
  }
  
  /* 10-05-2023 CSS Start Here */

  .titanium-agent,
  .fratured-agent,
  .city-agent {
    padding: 50px 0px;
}
  .titanium-agent-box {
    display: flex !important;
    align-items: center;
    flex-wrap: wrap;
    padding: 15px;
    border: 1px solid #DDDDDD;
    border-radius: 10px;
    transition: all 300ms ease-in-out;
}
.titanium-agent-box:hover {
    border-color: #2b336a;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 20%);
}
.titanium-agent-box-2 {
    border: none;
    background-color: rgb(43 51 106 / 5%);
}
.titanium-agent-box-2:hover {
    box-shadow: none;
    background-color: rgb(43 51 106 / 10%);
}
.titanium-agent-image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    transition: all 300ms ease-in-out;
}
.titanium-agent-image  .profile-image {
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    line-height: 100px;
    border-radius: 10px;
}
.titanium-agent-box-2 .titanium-agent-image {
    border-radius: 10px;
    overflow: hidden;
    border: 3px solid #DDD;
    padding: 3px;
}
.titanium-agent-box-2:hover .titanium-agent-image {
    border-color: #2b336a;
}
.titanium-agent-box-2 .titanium-agent-image  .profile-image {
    line-height: 88px;
}
.titanium-agent-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.titanium-agent-box-2:hover .titanium-agent-image img{
    transform: scale(1.07);
}
.titanium-agent-box-2  .titanium-agent-image img {
    border-radius: 8px;
}
.titanium-agent-data {
    width: calc(100% - 120px);
    margin-left: auto;
}
.titanium-agent-data h4{
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 5px;
}
.titanium-agent-data ul{
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 20px;
}
.titanium-agent-box-2 .titanium-agent-data ul{
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        align-items: center;
}
.titanium-agent-data ul li {
    font-size: 16px;
    color: #666;
    line-height: 135%;
}
.titanium-agent-box-2 .titanium-agent-data ul li {
    padding-right: 10px;
    border-right: 1px solid #999;
}
.titanium-agent-box-2 .titanium-agent-data ul li:last-child {
    padding-right: 0px;
    border-right: none;
}
a.agent-view-profile-btn {
    position: relative;
    background-color: transparent;
    border: none;
    font-size: 16px;
    text-transform: capitalize;
    display: inline-flex;
    align-items: center;
    padding: 8px 10px;
    gap: 15px;
    border-radius: 50px;
    line-height: 100%;
    transition: all 300ms ease-in-out;
}
a.agent-view-profile-btn span{
    color: #333333;
    transition: all 300ms ease-in-out;
}
.titanium-agent-box:hover a.agent-view-profile-btn span{
    color: #FFFFFF;
}
.agent-view-profile-btn::before {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    width: 32px;
    border-radius: 30px;
    background-color: #2b336a;
    transition: all 300ms ease-in-out;
}
.titanium-agent-box:hover .agent-view-profile-btn::before {
    width: 100%;
}
.agent-view-profile-btn * {
    position: relative;
}
.agent-view-profile-btn i {
    color: #FFF;
    
}
.city-agent-box {
    display: flex !important;
    align-items: center;
    flex-wrap: wrap;
}
.city-agent-image {
    width: 70px;
    height: 70px;
    background-color: #f3f3f3;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
    /*border: 1px solid #DDD;*/
}
.city-agent-image img {
    max-width: 50px;
    max-height: 45px;
    object-fit: contain;
}
.city-agent-data {
    width: calc(100% - 85px);
    margin-left: auto;
}
.city-agent-data>p {
    font-size: 18px;
    color: #333333;
    margin-bottom: 0px;
    font-weight: 500;
}
.city-agent-data>span {
    display: block;
    font-size: 15px;
    color: #999999;
    
}
.single-top-project {
    border: 1px solid #d7d7d7;
    border-radius: 10px;
    overflow: hidden;
}
.property-thumbs {
    border-radius: 0;
}
.property-thumbs a img {
    height: 230px;
}
.project-detail-large-slider .property-thumbs a img {
    height: 300px;
}
.share-like-icons {
    display: flex;
    align-items: center;
    gap: 10px;
}
.share-like-icons a {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    background-color: #f7ba08;
    border-radius: 5px;
    line-height: 1;
    border: 1px solid #f7ba08;
}
.share-like-icons a:hover {
    color: #2b336a;
    background-color: #FFFFFF;
    border-color: #DDDDDD;
}
.property-listing-types-new .share-like-icons .dropdown-item,
.homepage-all-project-share-icons .share-dropdown .dropdown-item,
.related-project-detail .share-like-icons .dropdown-item {
    width: 100%;
    color: #212529;
    background-color: transparent;
    justify-content: flex-start;
    gap: 5px;
    padding: 5px 15px;
    height: auto;
}
.share-like-icons a i {
     margin-bottom: 0px; 
}
.top-project .property-data {
    border-left: none;
    padding: 0px 20px;
    margin-top: 20px;
}
.property-logo-title {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 15px;
    min-height: 50px;
}
.property-logo-title .dev-image {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #DDDDDD;
    overflow: hidden;
    padding: 0px;
}
.property-logo-title .dev-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.property-logo-title h4.pro-name{
    margin: 0px;
}
.single-top-project .pro-location {
    min-height: 31px;
}
.single-top-project .pro-location p{
    margin-bottom: 0px;
}
.property-space-tag {
    display: inline-block;
    background-color: rgb(43 51 106 / 8%);
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 14px;
    color: #000;
    margin-left: auto;
}
.property-space-tag:empty {
    padding: 0px;
}
.feautured-property .property-data {
    padding: 0px 20px;
    min-height: 145px;
}
.property-image-count {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    backdrop-filter: blur(4px);
    background-color: rgb(0 0 0 / 60%);
    border-radius: 8px;
    font-size: 16px;
    color: #FFFFFF;
    padding: 1px 10px;
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 1;
}
.property-thumbs:hover .property-image-count img {
    transform: none;
}
.property-thumbs:hover .project-image-count img {
    transform: none;
}
.pro-location+p.property-space-tag{
    padding-left: 10px;
}
.single-top-project .property-data h4.pro-name {
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.single-top-project-2 .btn-yellow,
.price-share-row .btn-yellow {
    padding: 5px 20px;
}
.single-top-project-2 {
    border: none;
}
.single-top-project-2 .property-data{
    box-shadow: none;
    border: 1px solid #DDDDDD;
    padding: 20px;
}
.single-top-project-2 .property-space-tag {
    max-width: 170px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.single-top-project-2 .property-thumbs {
    border-radius: 10px;
}
.property-thumbs .price-share-row {
    justify-content: space-between;
}
.property-detail-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 10px;
}
.property-detail-list li {
    flex: 1 0 180px;
    margin: 0 !important;
}
.property-detail-list-2 li {
    flex: 1 0 160px;
}
.property-detail-single .property-thumbs a img {
    height: 150px;
}
.property-detail-single .property-data {
    min-height: auto;
}
.property-listing-types-new .row{
    flex-direction: row;
}
.property-listing-types-new .property-thumbs {
    border-radius: 10px;
}
.property-listing-types-new .project-status{
    position: initial;
}

.property-listing-types-new .project-status h2,
.property-listing-types-new .project-status h3 {
    color: #2b336a;
    text-shadow: none;
}
.property-listing-types-new .sub-status .status {
    background: rgb(43 51 106 / 7%);
    color: #293d72;
    box-shadow: none;
}
.property-listing-types-new  .share-like-icons {
    position: absolute;
    top: 15px;
}
.property-listing-types-new  .share-like-icons a{
    color: #FFFFFF;
}
.property-listing-types-new  .share-like-icons a:hover{
    color: #2b336a;
}
.related-project-detail .single-top-project {
    border-bottom: 1px solid #d7d7d7;
}
.related-project-detail .property-thumbs a img {
    height: 180px;
}
.related-project-detail .property-data {
    padding: 0px 15px 15px;
}
.related-project-detail .share-like-icons a{
    color: #FFFFFF;
}
.related-project-detail .share-like-icons a:hover{
    color: #293d72;
}
.property-listing-types-new .dropup .dropdown-menu{
    transform: none !important; 
    top: 100%  !important;
    right: 0px;
    will-change: initial !important;
    left: auto !important;
}
  /* 10-05-2023 CSS End Here */
  
  
  
  
/* 24-05-2023 CSS Start Here */
.property-listing-types-new{
    overflow: hidden;
}
.magic-property-type .property-thumbs {
    border-radius: 10px;
}
.magic-property-type .property-thumbs a img {
    height: 200px;
}
.property-data-row {
    display: flex;
    /*align-items: flex-start;*/
    flex-wrap: wrap;
    height: 100%;
}
.property-data-row-left {
    width: calc(100% - 200px);
}
.property-data-row-left h4.pro-name {
    margin-top: 0px;
    margin-bottom: 10px;
}
.property-data-row-left .pro-location {
    margin-bottom: 15px;
}
.property-data-row-left>ul {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 15px;
}
.property-data-row-left>ul li {
    padding: 6px 15px;
    background-color: #FEF8E6;
    border-radius: 5px;
    color: #2b336a;
    display: flex;
    align-items: center;
    line-height: 22px;
}
.property-data-row-left .list-inline-item:not(:last-child),
.property-data-row-left>ul li {
    margin-right: 0px;
}
.property-data-row-left>ul .list-inline-item i{
    color: #2b336a;
}
.property-data-row-right {
    width: 200px;
    margin: -15px -30px -15px 16px;
    background-color: #eeeff3;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    padding: 10px;
}
.property-data-row-right h4.pro-name-2 {
    margin: 0px;
    color: #2b336a;
    font-size: 22px;
    font-weight: 700;
}
.property-data-row-right p {
    font-size: 16px;
    color: #666666;
    margin: 0px;
}
.property-data-row-right a {
    display: inline-block;
    background-color: #2b336a;
    font-size: 16px;
    color: #fff;
    padding: 6px 20px;
    border-radius: 6px;
    margin-top: 15px;
}
.property-data-row-right a:hover {
    background-color: #f7ba08;
}
.property-form-group .select2-container .select2-selection--single{
    padding: 0px;
    border: none;
    line-height: 1;
    max-height: initial;
    color: #606060;
}
.edit-image-row-2 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.edit-image-row-2 .edit-image-div {
     width: 100%; 
}
.edit-image-row-2>a {
    width: 40px;
    height: 40px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    background-color: #FFFFFF;
}
.locbox1-btn{
    display: flex;
    align-items: center;
    /*justify-content: center;*/
}
.property-thumbs-new a img {
    height: 150px;
}
.agent-property-search-box .select2-container .select2-selection--single{
    padding: 6px 12px;
    border: 0;
    border-bottom: 1px solid #cbd4ec;
    font-size: 15px;
    color: #000;
    border-radius: 0;
    background: transparent;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 25px;
    padding-right: 0;
} 
.property-type-dropdown-menu .property-collapse-box a i {
    color: #2b336a;
    width: 25px;
    font-size: 14px;
    transition: all 300ms ease-in-out;
}
.property-type-dropdown-menu .property-collapse-box a:hover i {
    color: #f7ba08;
}
.property-type-dropdown-menu .property-collapse-box a .rotate-icon {
        transform: rotate(90deg);
}
/* 24-05-2023 CSS End Here */

/* 24/5/ for image preview */

.img-div {
    position: relative;
    width: 46%;
    float:left;
    margin-right:5px;
    margin-left:5px;
    margin-bottom:10px;
    margin-top:10px;
}

.image {
    opacity: 1;
    display: block;
    /* width: 100%;
    max-width: auto; */
    transition: .5s ease;
    backface-visibility: hidden;   
    max-height:250px;
    width: 150px;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.img-div:hover .image {
    opacity: 0.3;
}

.img-div:hover .middle {
    opacity: 1;
}

/* extra */
.middle-floor {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.img-div-floor:hover .image {
    opacity: 0.3;
}

.img-div-floor:hover .middle {
    opacity: 1;
}

/* images */
.middle-images {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.img-div-images:hover .image {
    opacity: 0.3;
}

.img-div-images:hover .middle {
    opacity: 1;
}
.custom-image-viewer {
    position: relative;
}
.custom-image-viewer img{
    width: 150px;
    height: 80px;
    object-fit: cover;
}
/* .custom-image-viewer:hover .middle-images{
opacity: 1;
} */
.custom-image-viewer:hover .middle-floor,
  .custom-image-viewer:hover .middle-images{
opacity: 1;
}

.image-viewer-row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
    width: 100%;
}
.page-link.active {
    background-color: #4361ee;
}
.page-link.active a {
    color: #FFFFFF;
}
.property-highlight-nav .slick-track{
    margin: 0;
}
.property-highlight-nav .single-top-project{
    height: 70px;
}
.property-highlight-nav .single-top-project .property-thumbs a{
cursor: pointer;
}
    .property-highlight-nav .single-top-project .property-thumbs a img{
    width: 100%;
    height: 70px;
    object-fit: cover;
}
#dvPreviewFloor.image-viewer-slider,
#dvPreviewImage.image-viewer-slider {
    gap: 0px;
}
#dvPreviewFloor.image-viewer-slider .custom-image-viewer, #dvPreviewImage.image-viewer-slider .custom-image-viewer {
    flex: 0 0 33.33%;
    padding: 5px;
}
#dvPreviewFloor.image-viewer-slider .custom-image-viewer img,
    #dvPreviewImage.image-viewer-slider .custom-image-viewer img{
    width: 100%;
}
.property-space-tag-bold{
    font-size: 18px!important;
    font-weight: bold;
}
@media screen and (max-width: 991px) {
    #top-nav-fixed .navbar-nav .dropdown-menu {
        position: absolute;
    }
}
