@import "font-sizes.css";
@import "catnav.css";
@import "colors.css";

body {
    background: var(--theme-body);
    font-family: 'Poppins', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    color: #000;
}

.header.header-sticky {
    position: sticky;
    top: 0;
    z-index: 125;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    background: #fcd5d4;
}

.nav-primary {
    background: var(--theme-navbg)
}

.nav-item {
    margin-right: 1rem;
    list-style: none;
}

.nav-item>a {
    display: block;
    text-decoration: none;
    padding: .8rem 0;
    color: var(--bs-dark);
    position: relative;
    font-family: Poppins;
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;

}

/* .nav-item>a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    background-color: var(--theme-color);
    content: '';
    width: 0;
    transition: width .5s;
    transition-timing-function: cubic-bezier(.17, .67, 1, 1.23)
}

.nav-item>a:hover:after,
.nav-item.active>a:after {
    width: 100%;
} */

.nav-item>a:hover,
.nav-item.active>a {
    color: var(--theme-color);
}


.site-logo .brand-logo {
    height: 36px;
    transition: all ease .2s;
}

/* .header.header-sticky .site-logo img {
    height: 36px;
} */

.header.header-sticky .header-top {
    padding: .5rem 0 !important;
    transition: all ease .2s;
}

.btn-theme {
    background-color: var(--theme-color);
}

.theme-text {
    color: var(--theme-color);
}

.advertise-col {
    background-color: var(--theme-adds);
}

.theme-text-light {
    color: var(--text-theme-light);
}

.text-muted {
    color: var(--text-theme-muted) !important;
}

.search-area {
    display: none;
    align-items: center;
}

.search-area.isOpen {
    display: flex;
}

.search-area.isOpen {
    display: flex;
    position: absolute;
    left: 0;
    width: 300px;
}

.p-48 {
    padding: 3rem;
}

.pt-50 {}

.pb-50 {}

.py-50 {}

.pt-50 {}

.pb-50 {}

.py-50 {}

.pt-50 {}

.pb-50 {}

.py-50 {}

.site-footer {
    background-color: #121212;
}

.footer-info {}

.footer-logo {
    height: 32px;
}

.text-footer {
    color: #aaa;
}

.site-footer ul {
    list-style: none;
    padding: 0;
    font-size: 1rem;
}

.site-footer ul a {
    display: block;
    padding: .3rem 0;
    color: #AAAAAA;
    text-decoration: none;
}

.site-footer ul a:hover {
    color: #fff;
}

.side-inner {
    transform: rotate(180deg);
    white-space: nowrap;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

.side-inner a {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: .5rem;
    padding-right: .5rem;
    margin-top: 0.5rem;
}

.header-mobile {
    display: none;
    border-bottom: 1px solid #CCC1B7;
}

.header-mobile .top {
    border-bottom: 1px solid #CCC1B7;
}

.visible-mobile {
    display: none;
}

.opacity-50 {
    opacity: .5;
}

.opacity-25 {
    opacity: .25;
}

.opacity-75 {
    opacity: .75;
}

.opacity-100 {
    opacity: 1;
}

#subscribeModal .modal-content,
#loginModal .modal-content,
#signupModal .modal-content {
    background: var(--theme-body);
    border-radius: 0;
    border: 0;
}

.advertise-col img {
    width: 100%;
}

.social--logins ul {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem 0 0;
}

.social--logins ul li {
    width: 45px;
    flex: 0 0 45px;
    margin: 0 .5rem;
}

.social--logins ul li img {
    width: 100%;
}

.social--logins ul li a {
    display: block;
    padding: .5rem;
    background: #fff;
    border-radius: 100%;
}

.modal-body {
    border: 2px solid var(--theme-color);
    margin: 1rem;
}

.modal-header .btn-close {

    position: absolute;
    background: url(../images/close-modal.svg) center right no-repeat var(--theme-color);
    opacity: 1;
    color: #fff;
    right: 0;
    padding: 0 30px 0 .9rem;
    height: 28px;
    border-radius: 0;
    top: -28px;
    width: auto;
    margin: 0;
    border: 0;
    font-size: 14px;
    background-position: calc(100% - .5rem);
    text-transform: uppercase;
}

#subscribeModal .modal-dialog {
    max-width: 580px;
}

.h-42 {
    height: 42px;
}

.mobile-nav-backdrop {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #000;
    z-index: 9;
    opacity: .6;
}

.nav-primary.isOpen~.mobile-nav-backdrop {
    display: block;
}

.side-buttons {
    z-index: 6;
}

.theme-border-color {
    border-color: var(--theme-border-color) !important
}

.text-gray {
    color: var(--bs-gray) !important;
}

.right-filter i {
    margin-bottom: .5rem;
}

.right-filter i img {
    height: 18px;
}


.themebg-gradient {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f5b7b5+0,fedcdb+100 */
    background: #f5b7b5;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f5b7b5 0%, #fedcdb 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f5b7b5 0%, #fedcdb 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f5b7b5 0%, #fedcdb 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5b7b5', endColorstr='#fedcdb', GradientType=0);
    /* IE6-9 */
}

.text-light {
    color: var(--text-theme-light) !important;

}

.text-normal {
    color: var(--text-theme-normal) !important;

}

.bg-hover {
    background: transparent;
}

.bg-hover:hover {
    background: var(--theme-hover);
}

.p-14 {
    padding: 0.875rem !important;
}

.header-top .container {
    width: 95% !important;
    max-width: 95% !important;
    margin: 0 auto;
}

.form-select {
    border-radius: 5px !important;
    border: none !important;
    height: 38px;
}

.form-input {
    border-radius: 5px !important;
    border: none !important;
    height: 38px;
}

.search-field {
    position: relative;
}

.search-field .search-btn {
    position: absolute;
    top: 6px;
    right: 16px;
    padding: 0;
}

.search-field .search-btn img {
    width: 16px;
    height: 16px;
}

.btn-listen-headline {
    background: #5D1D88;
    color: #fff;
    padding: 9px 20px;
    font-family: Poppins;
    font-weight: 500;
    font-size: 14px;
    border-radius: 5px;
}

.btn-watch-headline {
    background: #000000;
    color: #fff;
    padding: 9px 20px;
    font-family: Poppins;
    font-weight: 500;
    font-size: 14px;
    border-radius: 5px;
}

/* News Ticker Styles */
.news-ticker-container {
    overflow: hidden;
    width: 100%;
    background-color: #5D1D88;
    color: #fff;
}

.news-ticker-wrapper {
    width: 100%;
    overflow: hidden;
}

.news-ticker-content {
    display: inline-flex;
    white-space: nowrap;
    animation: tickerScroll 30s linear infinite;
}

/* Infrastructure Section Styles */
.infrastructure-section {
    padding: 40px 0;
    background: linear-gradient(180deg, #FFE0DF 88.4%, rgba(255, 215, 214, 0.74) 100%);
}

/* .infrastructure-section .section-header {
    padding-bottom: 1rem;
} */

.infrastructure-section .section-title {
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
}

.infrastructure-section .view-all {
    color: #5D1D88;
    font-weight: 500;
    font-size: 14px;
}

.infrastructure-section .view-all img {
    width: 12px;
    height: 12px;
}

.infrastructure-section .news-card {
    height: 100%;
    border-radius: 4px;
    padding: 22px 30px 28px 30px;
}

.infrastructure-section .news-card-pink {
    background-color: #F5B7B5 ;
}

.infrastructure-section .news-card-purple {
    background-color: #5D1D88 ;
    color: white ;
}

.infrastructure-section .news-card-black {
    background-color: #000 ;
    color: white ;
}

.infrastructure-section .news-website {
    font-family: Poppins;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: #fff;
}

.infrastructure-section .news-website a {
    color: #f5b7b5;
    text-decoration: none !important;
}

.infrastructure-section .news-card-purple .hashtags .tag {
    color: #fff !important;
}

.infrastructure-section .bg-light-pink {
    background-color: #FFF5F5;
}

.infrastructure-section .news-title {
    color: #000;
    font-family: Poppins;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0px;
    margin-bottom: 10px;
}

.infrastructure-section .author-name {
    color: #5D1D88;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}



.infrastructure-section .news-content {
    color: #2E2E2E;
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    margin-bottom: 15px;
}

.infrastructure-section .news-content-read-more {
    color: #5D1D88;
    text-decoration: none !important;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    cursor: pointer;
}

.infrastructure-section .hashtags .tag a {
    display: inline-block;
    color: #5D1D88;
    font-family: Poppins;
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0px;
    margin-right: 5px;
}

.infrastructure-section .news-card-image img {
    width: 100%;
    height: 230px;
    /* height: fit-content; */
}

.infrastructure-section .news-card-circle-image {
    text-align: right;
}

.infrastructure-section .news-card-circle-image img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
}

.infrastructure-section .news-card .news-author {
    font-family: Poppins;
    font-weight: 600;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #000;
}

.property-deals-auction-section {
    /* padding: 78px 0 90px 0; */
    /* background: linear-gradient(180deg, #FFE0DF 88.4%, rgba(255, 215, 214, 0.74) 100%); */
}

.property-deals-auction-section .section-title {
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
}

.property-deals-auction-section .view-all {
    color: #5D1D88;
    font-weight: 500;
    font-size: 14px;
}

.property-deals-auction-section .card-header {
    background-color: #000;
    color: #fff;
    padding: 40px 60px 30px 30px;
    border-radius: 0px;
}

.property-deals-auction-section .card-header .news-title {
    color: #fff;
    font-family: Poppins;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0px;
    margin-bottom: 10px;
}

.property-deals-auction-section .card-header .hashtags .tag {
    display: inline-block;
    color: #DF9FFF;
    font-family: Poppins;
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0px;
}

.property-deals-auction-section .auction-card {
    display: flex;
    padding: 25px 30px;
}


.property-deals-auction-section .auction-card .bank-auction-img {
    position: relative;
    margin-right: 30px;
    width: 280px;
    height: 192px;
}

.property-deals-auction-section .auction-card .bank-auction-img img {
    width: 280px;
    height: 192px;
}

.property-deals-auction-section .auction-card .auction-price {
    background-color: #FFE0DF;
    border-radius: 4px;
    padding: 7px 14px;
    display: inline-block;
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.property-deals-auction-section .auction-card .auction-price label {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.property-deals-auction-section .auction-card .property-type {
    font-family: Poppins;
    font-weight: 500;
    font-size: 18px;
    color: #464646;
    margin-bottom: 0px;
}

.property-deals-auction-section .auction-card .property-location {
    font-family: Poppins;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #090909;
}

.property-deals-auction-section .auction-card .property-description {
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #2e2e2e;
    margin-bottom: 23px;
}

.property-deals-auction-section .auction-card .estimated-price {
    font-family: Poppins;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000;
}

.knowledge-card-image.news-card-image {
    text-align: right;
}

.knowledge-card-image.news-card-image img {
    width: 142px;
    height: 142px;
}

.videos-section .video-field .card-img {
    opacity: 0.7;
    border-radius: 0px !important;
}

.videos-section .video-duration {
    font-family: Poppins;
    font-weight: 300;
    font-size: 14px;
    line-height: 100%;
    color: #5D1D88;
    margin-bottom: 8px;
}

.videos-section .video-title {
    font-family: Poppins;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #000;
}

.videos-section .videos-play-icon {
    position: absolute;
    bottom: 15px;
    left: 15px;
}

.videos-section .videos-play-icon img {
    width: 15px;
    height: 17px;
}

.podcasts-wrapper {
    /* display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px; */
}

.podcasts-wrapper .podcast-card {
    display: flex;
    gap: 20px;
}

.podcasts-wrapper .podcast-thumbnail img {
    width: 150px;
    height: 150px;
}

.podcasts-wrapper .podcast-title {
    font-family: Poppins;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #000;
}

.podcasts-wrapper .podcast-description {
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #2e2e2e;
    margin-bottom: 25px;
}

.podcasts-wrapper .podcast-duration {
    font-family: Poppins;
    font-weight: 300;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #5D1D88;
}

.advertisement-banner {
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
}

.advertisement-banner-img {
    max-width: 1000px !important;
    width: auto !important;
    height: 250px;
}

/* Footer section starts here */
.footer-btns {
    display: flex;
    gap: 20px;
}

.footer-btns .btn-advertise-us {
    color: #5D1D88;
    background: #fff;
    padding: 9px 20px;
    font-family: Poppins;
    font-weight: 500;
    font-size: 14px;
    border-radius: 5px;
}

.footer-head-title {
    font-family: Poppins;
    font-weight: 500;
    font-size: 20px;
    line-height: 50px;
    letter-spacing: 0%;
    color: #fff;
    border-bottom: 1px solid #474747;
}



.footer-menu .purple-bullet-list {
    list-style: none;
    padding-left: 0;
}

.footer-menu .purple-bullet-list li {
    position: relative;
    padding-left: 20px;
}

.footer-menu .purple-bullet-list li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 7px;
    height: 7px;
    border: 1px solid #5D1D88;
    background: transparent;
    border-radius: 50%;
}

.footer-hr {
    border: 1px solid #3D3D3D;
    opacity: 1;
    margin-top: 60px;
    margin-bottom: 30px;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-app-menu {
    display: flex;
    align-items: center;
    gap: 30px;
}

.footer-app-menu .download-app-text {
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #aaa;
    margin-bottom: 0px;
}

.footer-app-menu .apps-img-flex {
    display: flex;
    align-items: center;
    gap: 15px;
}

.footer-app-menu .apps-img-flex img {
    height: 40px;
}

.footer-social-icons {
    display: flex;
    gap: 15px;
}

.footer-social-icons img {
    width: 44px;
    height: 44px;
}

/* Footer section ends here */

.three-line-ellipsis {
  display: -webkit-box;
  -webkit-line-clamp: 3;       /* Limit to 3 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.floating_video_div{
    width: 20%;
    position: fixed;
    right: 20px;
    bottom: 50px;
    z-index: 110;
}
@media (max-width: 991px) {
    .infrastructure-section .main-card {
        height: auto;
    }

    .infrastructure-section .news-title {
        font-size: 18px !important;
        line-height: 24px;
    }
}

@media (max-width: 767px) {
    .infrastructure-section .section-title {
        font-size: 18px;
    }

    .infrastructure-section .news-content {
        font-size: 13px;
    }

    .advertisement-banner-img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto;
    }

    .property-deals-auction-section .auction-card {
        display: flex;
        flex-direction: column;
        padding: 25px 30px;
    }

    .podcasts-wrapper {
        /* display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 30px; */
    }

    .footer-bottom {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    .footer-app-menu {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        margin-bottom: 35px;
    }

    .breaking-news {
        background: linear-gradient(180deg, #FFE0DF 88.4%, rgba(255, 215, 214, 0.74) 100%);
        padding: 22px 0 30px 0;
    }

    .infrastructure-section {
        padding: 22px 0 30px 0;
        background: linear-gradient(180deg, #FFE0DF 88.4%, rgba(255, 215, 214, 0.74) 100%);
    }

    .property-deals-auction-section {
        padding: 22px 0 30px 0;
        background: linear-gradient(180deg, #FFE0DF 88.4%, rgba(255, 215, 214, 0.74) 100%);
    }

    .overview-f-items {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .infrastructure-section .news-card {
        height: 100%;
        border-radius: 4px;
        padding: 20px;
    }

    .property-deals-auction-section .auction-card .bank-auction-img {
        position: relative;
        margin-right: 0px;
        width: 100%;
        height: 192px;
    }

    .property-deals-auction-section .auction-card .bank-auction-img img {
        width: 100%;
        height: 192px;
    }

    .d-mobile-auction-flex {
        display: flex;
        flex-direction: column-reverse;
        align-items: start !important;
    }

    .property-deals-auction-section .auction-card .property-type {
        font-family: Poppins;
        font-weight: 500;
        font-size: 13px;
        color: #464646;
        margin-bottom: 0px;
    }

    .property-deals-auction-section .auction-card .estimated-price {
        font-family: Poppins;
        font-weight: 400;
        font-size: 15px;
        line-height: 100%;
        letter-spacing: 0%;
        color: #000;
    }

    .property-deals-auction-section .auction-card .property-location {
        font-family: Poppins;
        font-weight: 600;
        font-size: 15px;
        line-height: 100%;
        letter-spacing: 0%;
        color: #090909;
    }

    .property-deals-auction-section .card-header {
        background-color: #000;
        color: #fff;
        padding: 20px;
        border-radius: 0px;
    }

    .property-deals-auction-section .auction-card .auction-price label {
        font-size: 15px;
        font-weight: 600;
        color: #000;
    }

    .site-logo img {
        height: 28px !important;
    }
}


/* Breaking News Section Styles */
.breaking-news {
    background: linear-gradient(180deg, #FFE0DF 88.4%, rgba(255, 215, 214, 0.74) 100%);
    padding: 50px 0;
}

.breaking-news .section-title {
    font-family: Poppins;
    font-weight: 600;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #000;
    margin-bottom: 20px;
}

.breaking-news-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.news-item {
    display: flex;
    gap: 20px;
    padding: 20px 28px 28px 20px;
    background: #FFEAE9;
    border: 1px solid #00000014;
}

.news-number {
    color: #fff;
    background: #5D1D88;
    font-family: Poppins;
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    width: 34px;
    height: 34px;
    letter-spacing: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.news-content {
    flex: 1;
}

.news-text {
    color: #2E2E2E;
    margin-bottom: 19px;
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}

.news-date {
    color: #5D1D88;
    font-family: Poppins;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
}

.news-time {
    color: #424242;
}

@media (max-width: 991px) {
    .breaking-news-grid {
        grid-template-columns: 1fr;
    }

    .advertisement-banner-img {
        max-width: 100% !important;
        width: auto !important;
        height: 250px;
    }

    .podcasts-wrapper {
        /* display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px; */
    }
}

@media (max-width: 767px) {
    .breaking-news-grid {
        display: flex;
        overflow-x: auto;
        gap: 16px;
        padding-bottom: 16px;
    }

    .news-item {
        max-width: 340px;
        flex-shrink: 0;
    }

    .section-title {
        font-family: Poppins;
        font-weight: 600;
        font-size: 18px !important;
        line-height: 100%;
        letter-spacing: 0px;
        color: #000;
        margin-bottom: 16px !important;
    }

    .news-mobile-flex-card .row {
        flex-direction: column-reverse;
        gap: 20px;
    }
}

@media (max-width: 340px) {
    .news-item {
        max-width: 300px;
        flex-shrink: 0;
    }
}


.ticker-item {
    padding: 0 40px;
    font-family: Poppins;
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
    border-right: 1px solid #AFAFAF;
}

.ticker-item .uptrend {
    color: #53F52A;
}

.ticker-item .downtrend {
    color: #FD3232;
}

.header .btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
}
.footer-btns .btn:hover{
    color: white;
    background-color: var(--bs-btn-hover-bg);
    border-color: white;
}
.border-radius-10{
    border-radius: 10px !important;
}

.border-radius-50{
    border-radius: 50px !important;
}

.text-purple{
    color:#5D1D88;
}
.ls-1{
    letter-spacing: 1px;
}

.text-green{
    color:#00a002 !important;
}
.text-insta-color{
    color:#c848a7 !important;
}
.text-fb-color{
    color:#3c5a9a !important;
}
.social_media_purple_btn {
    font-size:18px;
    padding:1.5rem;
}
.w-4{
    width: 4rem !important;
}
.text-podbean-purple{
    color:#bd43df !important;
}

@keyframes tickerScroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

@media (min-width: 1280px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1260px
    }
}

@media (max-width: 1440px) {

    html {
        font-size: 95%;
    }
}

@media (max-width: 1181px) {

    .spotlight h3 br {
        display: none;
    }

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 94%;
    }
}

@media (max-width:1024px) {
    .search-area.isOpen {
        display: flex;
        position: fixed;
        left: 0;
        width: 100%;
        padding: 0 1rem;
        background: #fff;
        padding: 1rem;
        top: 0
    }

    .nav-item {
        margin-right: .5rem;
    }
}


@media (max-width:991px) {



    .header-top,
    .nav-primary,
    .visible-desktop {
        display: none;
    }


    .header-mobile,
    .visible-mobile {
        display: block;
    }

    .site-logo img {
        height: 40px;
    }

    .nav-primary {
        display: block;
        position: fixed;
        left: -100%;
        width: calc(100% - 70px);
        top: 0;
        bottom: 0;
        z-index: 10;
        transition: left .5s;
        background: var(--theme-body);
        box-shadow: 4px 0px 14px rgba(0, 0, 0, 0.08);
    }

    .nav-item {
        margin: 0 -.8rem;
    }

    .header-mobile .col-auto {
        padding: 0 5px;
    }

    .nav-primary.isOpen {
        left: 0;
    }

    .navItems.d-flex {
        flex-direction: column;
    }

    .stories,
    .spotlight,
    .discussion,
    .alsolike,
    .site-footer {
        padding-left: .5rem;
        padding-right: .5rem;
    }

    

    .nav-item>a:after {
        display: none;
    }

    .nav-item>a {
        padding: 0.9rem 1.5rem;
    }

    .nav-item>a:hover,
    .nav-item.active>a {
        color: var(--theme-color);
        background: var(--theme-navbg);
    }

    .spotlight .col-md-5,
    .spotlight .col-md-7 {
        width: 100%;
    }

    .footer-menu h3 {
        margin: 0;
        
    }

    

    .footer-menu {
        padding: 1rem 0;
    }

    hr.bg-light {
        background-color: transparent !important;
    }

    .col-md-4:last-child .footer-menu {
        border-top: 0;
    }

    .top-bar {
        flex-direction: column;
        justify-content: center;
    }

    .right-filter {
        margin: 0 !important;
    }

    .top-bar>.d-flex:first-child {
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 15px;
        text-align: center;
    }

    .details h1 br,
    .seprator {
        display: none;
    }

}

@media (max-width:767px) {
    .social_media_purple_btn {
        font-size: 12px;
        padding: 0.6rem 0.4rem;
    }
    .locality-details .bg-hover {
        flex-wrap: wrap;
        border: 1px solid #ffd3d2 !important;
        margin-top: 1rem;
    }

    .locality-details .bg-hover .col-4 {
        width: 100%;
    }

    .locality-details .bg-hover .card-body {
        padding: 1rem 0 0 !important;
    }


}

.property-deals-auction-section .hashtags .tag a{
    color:#ffe0df;
}