:root {
    --theme-color: #e61e25;
    --theme-color-2: hsla(210, 11%, 15%, 0.031);
    --theme-color-3: hsla(0, 0%, 0%, 0.18);
    --bs-primary: #e61e25c7;
}

/* :root {
    --theme-color: #5176d4;
    --theme-color-2: hsla(210, 11%, 15%, 0.031);
    --theme-color-3: rgb(0 0 0 / 18%);
    --bs-primary: #0d6efd;
} */

.mobile-show {
    display: none;
}

@media (max-width: 992px) {
    .navbar-nav>.nav-item {
        margin-left: 0;
    }

    .mobile-hide {
        display: none;
    }

    .mobile-show {
        display: block;
    }

    /* main.main-page-area {
        padding-top: 5rem;
    } */

    img.brand-logo-img {
        width: 100px;
        height: 50px;
    }

    footer.bg-footer {
        font-size: 13px;
    }

    .card.shadow.mobiles-show-card {
        margin-top: 2rem;
    }

    .mobile-card {
        width: 50%;
        min-height: 230px;
    }

    h6.mobile-titles {
        font-size: 14px;
        text-align: center;
    }

    img.mobile-images {
        width: 100px;
        height: 100px;
        object-fit: contain;
        margin-bottom: 10px;
    }

    .map-img-ara {
        width: 100%;
        margin-bottom: 20px;
    }

    h4.mobile-name-head {
        font-size: 16px;
        padding: 0px;
    }

    .card-header.table-headers {
        padding: 10px 5px;
        font-size: 14px;
        font-weight: 500;
    }

    .ic-items {
        padding: 5px;
        font-size: 12px;
        font-weight: 500;
        color: #5c5c5c;
    }

    h4.ic-titles {
        font-size: 20px;
        padding: 5px;
    }

    .col-md-6.border-md-end.text-center {
        margin-bottom: 10px;
    }

    h1.breadcrumb-title {
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 10px;
    }

    section.breadcrumb-sec {
        padding: 40px 0;
        color: #fff;
        background-position: right;
    }

    .card.abt-card {
        padding: 0px;
    }

    .payment-card {
        margin-bottom: 20px;
    }

    select#currencySwitcher {
        width: 150px;
    }

    nav.sub-navbar {
        padding: 0;
    }

    .ad-marquee {
        width: 100%;
        overflow: hidden;
        padding: 5px 10px;
        border-radius: 0px;
    }

    .navbar-nav {
        align-items: start;
    }
}

/* LAPTOP */
@media (min-width: 1025px) and (max-width: 1439px) {
    img.brand-logo-img {
        width: 70px;
        height: 50px;
    }

    .ad-marquee {
        width: 350px;
    }

    .ad-marquee-content span {
        font-size: 14px;
    }
}