.new-page .location_details-sect {
    padding: 0.375rem 1rem;
    border-color: #2a2a2a;
}

.new-page .location_details-sect p {
    margin-left: 1rem;
    margin-right: 5rem;
}

.new-page .location_details-sect .location_input {
    width: 18rem;
}

.new-page .location_details-sect .location_input .location_icon {
    left: 0.375rem;
}

.new-page .location_details-sect .location_input .location-search {
    right: -1rem;
    padding: 0.375rem 1.75rem;
    background-color: #f0e325;
    color: #2a2a2a;
}

.new-page .nav_left-sect .nav-link {
    padding: 0.5rem 1rem !important;
}

.new-page .nav_left-sect .nav-link small {
    margin-top: .25rem;
}

.new-page .nav_btn-wrapper .grab-coffee {
    position: relative;
    padding: 0.375rem 1rem;
    font-size: .85rem;
    background-color: #b3c6cd;
    color: #394348;
    border: none;
    border-radius: .5rem;
    margin-left: 1.375rem;
    box-shadow: 0 2px 0 #697a81;
    transition: all 0.1s ease;
}

.new-page .nav_btn-wrapper .grab-coffee:hover {
    background-color: #b3c6cd;
    color: #394348;
}

.new-page .nav_btn-wrapper .grab-coffee:active {
    box-shadow: 0 2px 0 #f0e325;
    transform: translateY(2px);
}

.new-page .nav_btn-wrapper .grab-coffee img {
    width: 18px;
}
.new-page .nav_btn-wrapper .grab-coffee span {
    vertical-align: middle;
    margin-left: .25rem;
}

.new-page .profile-avatar {
    width: 60px;
    height: 60px;
}

.new-page .profile-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    border-radius: 50%;
}

.new-page .profile-avatar .dropdown-toggle::before {
    content: '';
    /* Important in order to remove dropdown arrow from profile avatar in header */
}

@media (max-width: 1399px) {
    #sideBarBtn, #sideBbrMenuBtn {
        display: block;
    }
}

@media (max-width: 1399px) {
    .profile-contnet-inner .profile-left-col {
        -webkit-transition: all .3s linear;
        transition: all .3s linear;
        position: fixed;
        top: 0;
        left: 0;
        background-color: #fff;
        z-index: 11000;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        height: 100vh !important;
    }
}

.new-page .profile-contnet-inner .profile-left-col .profile-menu li:last-child {
    margin-bottom: 0;
}

.profile-contnet-inner .profile-left-col .profile-menu li a {
    font-weight: 500;
}

.new-page .profile-contnet-inner .profile-left-col .badge {
    background-color: #f0e325;
    color: #2a2a2a;
}

.new-page .card .card-body {
    --bs-card-spacer-y: 1.5rem;
    --bs-card-spacer-x: 1.5rem;
}

.new-page .hot-topic-btn {
    padding: .25rem .75rem;
    font-size: 1.15rem !important;
    color: #fff;
    background-color: #fb2b39;
    border-radius: .25rem;
}

.new-page .add-post-btn {
    padding: .15rem 1.5rem;
    font-size: 1.25rem !important;
    font-weight: 800;
    color: #fff;
    background-color: #fb2b39;
    border-radius: .375rem;
}

.new-page .add-post-btn i {
    font-size: 1rem !important;
}

.new-page .rules-btn {
    display: inline;
    padding: .075rem .25rem;
    font-size: .75rem !important;
    color: #2a2a2a;
    background-color: #d1d0d5;
    margin: 0 1.25rem;
    border-radius: .25rem;
}

.new-page .post-wrapper .post {
    display: flex;
    gap: 1rem;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.new-page .post-wrapper .post:not(:last-child) {
    border-bottom: 1px solid #dee2e6;
}

.new-page .post-wrapper .post .post__header,
.new-page .post-wrapper .post .post__body,
.new-page .post-wrapper .post .post-comments,
.new-page .post-wrapper .post .post-new__comment {
    width: 100%;
}

.new-page .post-wrapper .post .post__header {
    font-size: 85%;
}

.new-page .post-wrapper .post .post__header .post__category {
    font-weight: 600;
    float: inline-end;
}

.new-page .post-wrapper .post .post__body .post__content .post-author,
.new-page .post-wrapper .post .post-comments .comment .comment__author {
    display: flex;
    gap: .75rem;
    justify-content: flex-start;
    align-items: flex-start;
}

.new-page .post-wrapper .post .post__body .post__content .post-author .post-author__avatar,
.new-page .post-wrapper .post .post-comments .comment .comment__author .comment__avatar {
    width: 60px;
    height: 60px;
}

.new-page .post-wrapper .post .post__body .post__content .post-author .post-author__avatar .post-author__img,
.new-page .post-wrapper .post .post-comments .comment .comment__author .comment__avatar .comment__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    border-radius: 50%;
}

.new-page .post-wrapper .post .post__body .post__content .post-author .post-author__info,
.new-page .post-wrapper .post .post-comments .comment .comment__author .comment__info {
    line-height: 1.25;
}

.new-page .post-wrapper .post .post__body .post__content .post-author .post-author__info .post-author__name,
.new-page .post-wrapper .post .post-comments .comment .comment__author .comment__info .comment__name {
    font-size: larger;
    font-weight: 600;
    text-transform: capitalize;
}

.new-page .post-wrapper .post .post__body .post__content .post-author .post-author__info .post-author__company,
.new-page .post-wrapper .post .post-comments .comment .comment__author .comment__info .comment__company {
    font-size: small;
    font-weight: 600;
}

.new-page .post-wrapper .post .post__body .post__content .post-author .post-author__info .post-author__location,
.new-page .post-wrapper .post .post-comments .comment .comment__author .comment__info .comment__location {
    font-size: 95%;
}

.new-page .post-wrapper .post .post__body .post__content .post-author .post-author__refer,
.new-page .post-wrapper .post .post-comments .comment .comment__author .comment__refer {
    padding: .15rem 1.25rem;
    font-size: small;
    font-weight: 600;
    background-color: #4284f2;
    color: #ffffff;
    border-radius: 1rem;
    text-transform: capitalize;
    text-shadow: 0 2px 2px #2a2a2a;
}

.new-page .post-wrapper .post .post__body .post__content .post-author .post-author__refer-count,
.new-page .post-wrapper .post .post-comments .comment .comment__author .comment__refer-count {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .25rem .5rem;
    font-size: smaller;
    font-weight: 600;
    color: #2a2a2a;
    border: 1px solid #dee2e6;
    border-radius: 1rem;
}

.new-page .post-wrapper .post .post__body .post__content .post-author .post-author__refer-count .refer-count__img,
.new-page .post-wrapper .post .post-comments .comment .comment__author .comment__refer-count .refer-count__img {
    width: 16px;
    margin-right: .375rem;
}

.new-page .post-wrapper .post .post__body .post__footer,
.new-page .post-wrapper .post .post-comments,
.new-page .post-wrapper .post .post-comments .comment__actions {
    padding: .25rem 1.25rem;
}

.new-page .post-wrapper .post .post__body .post__footer .post-actions,
.new-page .post-wrapper .post .post__body .post__footer .post-share,
.new-page .post-wrapper .post .post-comments .comment__actions .comment__reactions,
.new-page .post-wrapper .post .post-comments .comment__actions .comment__share {
    display: flex;
    gap: 2.5rem;
}

.new-page .post-wrapper .post .post__body .post__footer .post-share,
.new-page .post-wrapper .post .post-comments .comment__actions .comment__share {
    justify-content: flex-end;
}

.new-page .post-wrapper .post .post__body .post__footer .post-actions li a,
.new-page .post-wrapper .post .post__body .post__footer .post-share li a,
.new-page .post-wrapper .post .post-comments .comment__actions .comment__reactions li a,
.new-page .post-wrapper .post .post-comments .comment__actions .comment__share li a {
    font-size: 95%;
    font-weight: 600;
    color: #2a2a2a;
}

.new-page .post-wrapper .post .post-comments .post-comments__see-previous {
    font-size: 85%;
    margin-bottom: 1rem;
}

.new-page .post-wrapper .post .post-comments .comment:not(:last-child) {
    margin-bottom: 1rem;
}

.new-page .post-wrapper .post .post-comments .comment.comment--reply {
    margin-left: 3rem;
}

.new-page .post-wrapper .post .post-comments .comment .comment__date {
    font-size: 90%;
    font-weight: 500;
    margin-bottom: .75rem;
}

.new-page .post-wrapper .post .orange {
    color: var(--bs-orange);
}

.new-page .post-wrapper .post .post-comments .comment .comment__content {
    padding-left: 4.5rem;
}

.new-page .post-wrapper .post .post-comments .comment .comment__actions {
    padding-left: 5rem;
}

.new-page .post-wrapper .post .post-new__comment {
    display: flex;
    align-items: center;
    position: relative;
    padding-top: 1.5rem;
    border-top: 1px solid #dee2e6;
}

.new-page .post-wrapper .post .post-new__comment .comment-author__avatar {
    width: 32px;
    height: 32px;
    position: absolute;
    top: auto;
    left: 10px;
}

.new-page .post-wrapper .post .post-new__comment .comment-author__avatar .comment__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    border-radius: 50%;
}

.new-page .post-wrapper .post .post-new__comment input[type="text"] {
    padding: .65rem 5rem .65rem 3.5rem;
    font-size: medium;
    border-radius: 2rem;
}

.new-page .post-wrapper .post .post-new__comment button[type="submit"] {
    padding: .35rem 1.5rem;
    font-size: small;
    font-weight: 500;
    background-color: #f6f6f6;
    position: absolute;
    right: 10px;
    border-radius: 2rem;
}

.new-page .sidebar-right .profile-area {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
}

.new-page .sidebar-right .profile-area .profile-avatar {
    width: 100px;
    height: 100px;
}

.new-page .sidebar-right .profile-area .profile__info .profile__name {
    font-size: larger;
    font-weight: 700;
    text-transform: capitalize;
}

.new-page .sidebar-right .profile-area .profile__info .profile__company {
    font-size: 90%;
    font-weight: 600;
    margin-bottom: .5rem;
}

.new-page .sidebar-right .profile-area .profile__info .profile__location {
    font-size: 85%;
    font-style: italic;
}

.new-page .sidebar-right .profile-area .profile__info .profile__location > .location {
    margin-bottom: .375rem;
}

.new-page .sidebar-right .profile-area .profile__info .profile__location img {
    width: 15px;
    height: 15px;
    margin-right: .5rem;
}

.new-page .sidebar-right .profile-area .profile__refer-count {
    display: flex;
    gap: .75rem;
    justify-content: space-between;
    align-items: center;
    padding: .25rem .5rem;
    background-color: #f7f7f8;
    color: #2a2a2a;
    border: none;
    border-radius: .375rem;
}

.new-page .sidebar-right .profile-area .profile__refer-count .refer-count {
    font-size: larger;
    font-weight: 600;
}

.new-page .sidebar-right .profile-area .profile__refer-count .desc {
    font-size: xx-small;
    font-style: italic;
}

.new-page .sidebar-right .profile-links {
    display: flex;
    gap: .5rem;
    align-items: center;
}

.new-page .sidebar-right .profile-links a {
    padding: .375rem .75rem;
    font-size: 70%;
    font-weight: 500;
    font-style: italic;
    background-color: #f7f7f8;
    color: #2a2a2a;
    border: none;
    border-radius: 1rem;
}

.new-page .sidebar-right .profile-area + .profile-links a:last-child {
    padding-top: .15rem;
    padding-bottom: .15rem;
}

.new-page .sidebar-right .profile-links a img {
    margin-right: .5rem;
}

.new-page .sidebar-right .divider {
    position: relative;
    height: 1px;
    border: none;
    border-top: 2px solid #f0e325;
    border-radius: 50%;
}

.new-page .sidebar-right .divider::before {
    content: attr(data-text);
    display: inline-block;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 1.25rem;
    font-size: 75%;
    font-style: italic;
    background-color: #ffffff;
    color: #2a2a2a;
    z-index: 1;
}

.new-page .sidebar-right .zip-leaders {
    width: 60px;
    height: 60px;
}

.new-page .sidebar-right .view-all-btn {
    font-size: smaller;
    font-style: italic;
}

.new-page .sidebar-right .profile-box {
    display: flex;
    gap: 2.25rem;
    align-items: center;
    padding: 1rem 2rem;
    border: 1px solid #dee2e6;
    border-radius: .75rem;
    box-shadow: 0 0 5px 0 #2a2a2a31;
}

.new-page .sidebar-right .profile-box:not(:last-child) {
    margin-bottom: 1rem;
}

.new-page .sidebar-right .profile-box .profile-avatar {
    width: 70px;
    height: 70px;
}

.new-page .sidebar-right .profile-box .profile-avatar img {
    border: 1px solid #2a2a2a95;
}

.new-page .sidebar-right .profile-box .profile__info .profile__name {
    font-size: large;
    font-weight: 700;
    text-transform: capitalize;
}

.new-page .sidebar-right .profile-box .profile__info .profile__company {
    font-size: small;
    font-weight: 700;
}

.new-page .sidebar-right .profile-box .profile__info .profile__location {
    font-size: x-small;
    font-weight: 500;
}

.new-page .sidebar-right .profile-box .profile-links {
    flex-direction: column;
    margin-left: auto;
}

.new-page .sidebar-right .profile-box .profile-links a {
    padding-left: 1rem;
    padding-right: 1rem;
    font-style: normal;
}

.new-page .sidebar-right .profile-box .profile-links .my-profile__btn {
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: 80%;
    font-style: normal;
    font-weight: 600;
    background-color: #f0e325;
    color: #2a2a2a;
}

.new-page .sidebar-right .profile-box .profile-links .profile__refer-count {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-size: large;
    font-style: normal;
    font-weight: 500;
    border-radius: .375rem;
}

.new-page .sidebar-right .profile-box .profile-links .profile__refer-count .refer-count {
    font-size: larger;
    font-weight: 600;
}

.new-page img {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;

    -webkit-user-drag: none;
    user-drag: none;

    pointer-events: auto;
}

.new-page .navbar-brand img {
    /* height: calc(1.5rem + 1.5vw); */
    height: calc(1.25rem + 1vw);
}

.new-page .btn {
    font-size: calc(0.65rem + 0.3vw);
}

.new-page .nav_btn {
    padding: 0.375rem 1.85rem !important;
    margin: 0 0.35rem;
    border: 2px solid var(--bs-gray-400);
}

.new-page .nav_btn.border-0 {
    padding: 0.375rem .5rem !important;
}

.new-page .nav_btn:hover,
.new-page .nav_btn.btn_yellow,
.new-page .nav_btn.active {
    border-color: #f0e325;
}

.new-page .nav_btn.disabled {
    color: currentColor;
    background-color: var(--bs-gray-100);
    border-color: var(--bs-gray-200);
    opacity: 1;
}

@media (max-width: 991px) {
    .new-page .btn {
        font-size: calc(0.675rem + 0.3vw);
    }

    .new-page .nav_btn {
        padding: 0.15rem 1rem !important;
        margin: .375rem .5rem;
    }

    .new-page .nav_btn.border-0 {
        padding: 0.375rem .75rem !important;
    }
}

@media (max-width: 991px) {
    .new-page .page-content {
        padding-top: 5rem;
    }
}

.new-page .about-desc .content_pod {
    padding: 0.75rem 1rem;
}

.new-page .about-desc .content_pod figure {
    aspect-ratio: 16 / 9;
}

.new-page .content_pod_2 figure {
    width: 100%;
    position: relative;
    aspect-ratio: 16 / 5;
}

.new-page .hero-main-caption {
    font-size: calc(1.375rem + 6vw);
    font-weight: 800;
    position: absolute;
    top: 35%;
    color: var(--bs-white);
    text-shadow: 3px 5px 5px #000000e0;
}

.new-page .mx-8 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
}

.new-page.not-logged-in .location_details-sect {
    margin-left: 16rem !important;
}

@media (max-width: 992px) {
    .new-page.not-logged-in .header_inner .collapse {
        margin-top: 1rem;
    }
    .new-page.not-logged-in .location_details-sect {
        margin-left: 0 !important;
        margin-bottom: 0 !important;
    }
}

@media (max-width: 1380px) {
    .new-page.not-logged-in .location_details-sect {
        margin-left: 8rem !important;
    }
}

@media (max-width: 1240px) {
    .new-page.not-logged-in .location_details-sect {
        margin-left: 1rem !important;
    }
}

.new-page .content_pod figcaption {
    padding: 1rem 2rem;
}

.new-page .content_pod_2 figcaption {
    position: absolute;
    bottom: 3.5rem;
    width: fit-content;
    padding: 1rem 1.5rem;
    text-align: center;
    border-radius: .5rem;
}

.new-page .content_pod_2 figcaption:not(.style-2) {
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
}

.new-page .business-star-page .content_pod_2 figcaption {
    background-color: rgba(255, 255, 255, 0.918);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
}

.new-page .no-shade {
    background-color: transparent !important;
}

.new-page .yellow-shade {
    background-color: #FEFEF4 !important;
}

.new-page .green-shade {
    background-color: #F4FBF6 !important;
}

.new-page .red-shade {
    background-color: #FEF9F4 !important;
}

.new-page .blue-shade {
    background-color: #E7EDFD !important;
}

@media (max-width: 992px) {
    .new-page.not-logged-in .sidebar-right {
        width: 100%;
    }
}

.new-page ul.star_list,
.new-page ul.style-disc {
    list-style: disc;
    margin-left: 1.25rem;
}

.new-page ol {
    padding-left: 0;
    margin-left: 1.25rem;
}

.new-page ul.star_list li:not(:last-child),
.new-page ul.style-disc li:not(:last-child),
.new-page ol li:not(:last-child) {
    margin-bottom: .5rem;
}

.new-page .about-desc .content_pod figure {
    width: calc(50% - 0.75rem);
}

.new-page .about-desc .content_pod figcaption {
    width: calc(50% - 0.75rem);
    /* padding-left: 4rem; */
}

@media (max-width: 991px) {
    .new-page .content_pod_2 figure {
        aspect-ratio: 10 / 5;
    }
}

.new-page .content_pod_2 figcaption.style-2 {
    padding: 3rem;
    color: #ffffff;
    bottom: auto;
    text-align: start;
}

.new-page .content_pod_2 figcaption.style-2 h1 {
    font-size: 3rem;
}

.new-page .content_pod_2 figcaption.style-2 .text-gold {
    color: #ffc907;
}

.new-page .content_pod_2 figcaption.style-2 .btn {
    font-size: 1.25rem;
    font-weight: 800;
    color: #000000;
    background-color: #ffc907;
    border-color: transparent;
    border-radius: 0;
}

@media (max-width: 991px) {
    .new-page .content_pod_2 figcaption {
        width: 75%;
        bottom: 1.5rem;
        padding: .5rem .75rem;
    }

    .new-page .content_pod_2 figcaption h2 {
        font-size: calc(calc(1.2rem + 0.5vw) - .425rem);
        margin-bottom: .25rem;
    }

    .new-page .content_pod_2 figcaption p {
        font-size: 70%;
    }

    .new-page .about-desc .content_pod figure,
    .new-page .about-desc .content_pod figcaption {
        width: 100%;
        padding-left: 2rem;
    }
}

@media (max-width: 1024px) {
    .new-page .content_pod_2 figcaption.style-2 h1 {
        font-size: 2.25rem;
    }

    .new-page .content_pod_2 figcaption.style-2 .btn {
        font-size: 1rem;
    }
}

@media (max-width: 991px) {
    .new-page .content_pod_2 figcaption.style-2 {
        padding: 2rem;
    }

    .new-page .content_pod_2 figcaption.style-2 h1 {
        font-size: 2.15rem;
    }

    .new-page .content_pod_2 figcaption.style-2 .btn {
        font-size: .85rem;
    }
}

@media (max-width: 580px) {
    .new-page .content_pod_2 figcaption.style-2 {
        padding: 0 1rem;
    }

    .new-page .content_pod_2 figcaption.style-2 h1 {
        font-size: 1rem;
    }

    .new-page .content_pod_2 figcaption.style-2 h4 {
        font-size: .75rem;
    }

    .new-page .content_pod_2 figcaption.style-2 .btn {
        font-size: .75rem;
        padding: .375rem 1rem;
    }

    .new-page .content_pod_2 figcaption.style-2>* {
        margin-bottom: .375rem !important;
    }
}

.new-page .flex-icon-box {
    padding: 1.5rem;
    background-color: var(--bs-gray-200);
    border-radius: 1rem;
}

.new-page .flex-icon-box:not(:last-child) {
    margin-right: 1.5rem;
}

.new-page .flex-icon-box .stacked-icon {
    display: inline-block;
    padding: 1rem;
    background-color: #ffffff;
    border-radius: 50%;
    margin-bottom: 1.5rem;
}

.new-page .video-wrapper {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.new-page video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.new-page .video-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.3);
    transition: opacity 0.5s ease;
    opacity: 1;
    pointer-events: auto;
    z-index: 2;
}

.new-page .video-placeholder.hidden {
    opacity: 0;
    pointer-events: none;
}

.new-page .video-placeholder svg {
    width: 60px;
    height: 60px;
    filter: drop-shadow(4px 6px 6px rgba(0, 0, 0, 0.3));
}

.new-page .video-placeholder svg .play-svg-circle {
    fill: var(--bs-white);
}

.new-page .video-placeholder svg .play-svg-triangle {
    fill: #f0e325;
}

.new-page .footer_img-sect,
.new-page .star_list {
    flex: 1 1;
}

.new-page .footer_logo {
    position: initial;
    width: calc(5rem + 5vw);
    object-fit: contain;
}

.new-page .footer_sect {
    background-color: #12111f;
}

.new-page .copy_right-section {
    margin-top: 2rem;
    padding-top: 2rem;
}

@media (max-width: 991px) {

    .new-page .footer_img-sect,
    .new-page .star_list {
        flex: none;
    }

    .new-page .footer_img-sect {
        width: 100%;
        text-align: center;
    }

    .new-page .star_list {
        width: 50%;
        margin: 0;
    }
}