/*  https://dreamsestate.dreamstechnologies.com/html/assets/plugins/fontawesome/css/fontawesome.min.css  */
img.site-logo {
    position: absolute;
    top: 30px;
    width: 100px;
    left: 30px;
}
.page-404 img.img-fluid {
    width: 100%;
    padding: 0 10%;
}
footer a {
    color: #fff;
}
.prop-logo-img {
    width: 80% !important;
    filter: brightness(0) invert(1);
}
.swiper-slide {
    width: 200px !important;
}
.latest-blog-section img {
    width: 100%;
}
.latest-blog-section a {
    color: #fff;
}
.latest-blog-section a:hover {
    font-size: 18px;
    color: #72ffe7;
}
.rent-property-item .rental-content .rate-info span {
    font-size: 15px;
}
span.avatar.avatar-md.rounded-circle.border-0.avatar-bottom {
    background-color: #000;
}
.avatar.avatar-bottom img {
    filter: brightness(0) invert(1);
}
.breadcrumb-bar {
    padding: 100px 0 40px 0;
}
#loading-spinner {
    color: #007bff;
    font-style: italic;
}
.breadcrumb-bar-rit-b h6 {
    color: #fff;
    font-size: 13px;
    text-align: right;
    position: relative;
    bottom: -30px;
}
#ymlt h6.sprice, #ymlt li.cf-confi, #ymlt span.cr-date {
    font-size: 11px !important;
}
.accordion-body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.accordion-body ul li {
  position: relative;
  padding-left: 28px; /* space for icon */
  margin-bottom: 10px;
  line-height: 1.6;
  font-size: 16px;
  color: #333;
}

.accordion-body ul li::before {
  content: "\2713"; /* Unicode checkmark */
  position: absolute;
  left: 0;
  top: 2px;
  background-color: #3fd0c9; /* teal-green circle */
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.floorcards {
    display: flex;
}
.floor-card {
    width: 32%;
}
header {
    background: none;
}
header .header-nav .main-menu-wrapper .main-nav > li > a {
    color: #fff;
}
header.fixed .header-nav .main-menu-wrapper .main-nav > li > a {
    color: var(--gray-500);
}
#collNowbtn, #enquireyNowbtn {
    display: none;
}
.about-left-content p {
    color: #fff !important;
}
.abt-img1 img {
    height: 355px;
}
#propSearchForm {
    width: 250px;
}
#blogSearchForm {
    width: 250px;
}
#searchInput {
    width: 100%;
}
#propSearchResults .search-results-list {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    position: absolute;
    z-index: 99;
    background-color: #fff;
    width: 250px;
}
#propSearchResults ul.search-results-list {
    padding: 10px 0px;
    box-shadow: 0px 2px 5px 1px #000000;
}
#propSearchResults ul li {
    padding: 1px 15px;
}
#propSearchResults ul li:hover {
    background-color: lavender;
}
#propSearchResults ul li:hover a {
    color: blue !important;
}
#blogSearchResults .search-results-list {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    position: absolute;
    z-index: 99;
    background-color: #fff;
    width: 250px;
}
#blogSearchResults ul.search-results-list {
    padding: 10px 0px;
    box-shadow: 0px 2px 5px 1px #000000;
}
#blogSearchResults ul li {
    padding: 1px 15px;
}
#blogSearchResults ul li:hover {
    background-color: lavender;
}
#blogSearchResults ul li:hover a {
    color: blue !important;
}
.blog-feture-img {
    width: 100%;
    height: 550px;
}



/* Mobile optimized CSS Styleing */

@media only screen and (max-width:768px) {
    #mobile_btn i.material-icons-outlined {
        font-size: 35px;
    }
    .breadcrumb-bar .breadcrumb-bg-01 {
        left: 10%;
    }
    .breadcrumb-bar .breadcrumb-bg-02 {
        right: -4px;
    }
    .fixed #mobile_btn i.material-icons-outlined {
        color: var(--gray-900);
    }
    .header .logo-dark img, header .logo img, header .main-menu-wrapper .menu-header .menu-logo img {
        width: 70%;
    }
    header .navbar-header #mobile_btn {
        color: #fff;
    }
    .swiper-slide {
        width: 296px !important;
        text-align: center !important;
    }
    header .header-nav .main-menu-wrapper .main-nav > li > a {
        color: var(--gray-500) !important;
    }
    .floorcards {
        display: block;
    }
    .floor-card {
        width: 100%;
    }
    #collNowbtn, #enquireyNowbtn {
        display: block;
        position: fixed;
        width: 50%;
        bottom: 0px;
        border-radius: 0;
    }
    #collNowbtn {
        right: 0px;
    }
    #enquireyNowbtn {
        left: 0px;
    }
    .footer-bottom {
        padding-bottom: 60px !important;
    }
}