/* Header */
.header-mob-heading h1 {
    color: rgb(234,178,0);
    font-size: 20px;
    font-weight: normal;
    padding-left: 1rem;
    margin-bottom: 0.75rem;
}

.offcanvas-body ul.r-links {
    margin-bottom: 0;
    padding-left: 1rem;
}

.offcanvas-body ul.r-links li {
    list-style: none;
    display: flex;
    margin-bottom: 10px;
}

.offcanvas-body ul.r-links li:last-child {
    margin-bottom: 0;
}

.offcanvas-body ul.r-links li a {
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    color: var(--custom-black);
    display: block;
    width: 100%;
}

.offcanvas-body ul.r-links li div ul li a {
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    color: var(--custom-black);
    display: block;
    width: 100%;
}

.offcanvas-body ul.r-links li a:hover {
    color: var(--custom-primary);
}

.offcanvas-body hr {
    margin: 1rem;
}
/* Header */

/* sm */
@media (max-width: 576px) {
    .sticky-header.affix {
        padding: 5px 0 !important;
    }

    .main-banner input[type="text"] {
        font-size: 12px;
        height: auto;
        padding: 0.4rem 0.5rem;
        line-height: 1;
    }

    .main-banner input[type="text"]::placeholder {
        font-size: 12px;
    }

    .main-banner .btn-sm {
        padding: 0.4rem 0.75rem;
    }

    .dropdown-menu-search {
        padding: 0.4rem 0;
        font-size: 0.7rem;
        width: 100%;
        max-height: 6rem;
    }

    .main-banner select.form-select {
        padding: 0.4rem 0.5rem;
        font-size: 12px;
        background-image: none;
    }

    .banner-h-ad {
        height: 150px;
        width: 100%;
        overflow: hidden;
    }

    .banner-h-ad img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        padding: 0;
    }

    .ads-carousel-arrow-left {
        position: absolute;
        left: 1.5rem;
        top: 4rem;
    }

    .ads-carousel-arrow-right {
        position: absolute;
        right: 1.5rem;
        top: 4rem;
    }

    .categories-carousel-arrow-left {
        left: 0.5rem;
        top: 4rem;
        padding: 10px;
    }

    .categories-carousel-arrow-right {
        right: 0.5rem;
        top: 4rem;
        padding: 10px;
    }

    .discussionQuestionDisplay {
        width: 75%;
    }

    .discussionViewMore {
        width: 25%;
    }

    .blog-card .blog-title {
        height: auto;
        overflow: hidden;
    }

    .blog-card .blog-content {
        height: auto;
        overflow: hidden;
    }

    .blog-card .btn-sm {
        padding: 0.3rem 0.75rem;
    }

    .profile-details .image-logo {
        width: 100%;
        height: 250px;
    }

    .profile-details .star-count {
        width: 15%;
        margin-right: 1rem !important;
    }

    .profile-details .progress-rating-1 {
        width: 16%;
        margin-right: 0.5rem !important;
    }

    .profile-details .progress-rating-2 {
        width: 16%;
        margin-left: 0.5rem !important;
        text-align: right;
    }

    .profile-details progress {
        width: 68%;
    }

    .stepper-item .step-counter {
        width: 30px;
        height: 30px;
    }

    .stepper-item.completed::after {
        top: 13px;
    }

    .stepper-item.notFirstChild.completed::before {
        top: 13px;
    }

    .stepper-item::before {
        top: 13px;
    }

    .stepper-item::after {
        top: 13px;
    }

    .step-counter.f-16 {
        font-size: 14px !important;
    }

    .hs_price.w-25 {
        width: 100% !important;
    }

    .hs_price.w-50 {
        width: 100% !important;
    }
}

/* md */
@media (min-width: 577px) and (max-width: 768px) {
    .sticky-header.affix {
        padding: 5px 0 !important;
    }

    .banner-h-ad {
        height: 200px;
        width: 100%;
        overflow: hidden;
    }

    .banner-h-ad img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        padding: 0;
    }

    .ads-carousel-arrow-left {
        position: absolute;
        left: 1.5rem;
        top: 5.5rem;
    }

    .ads-carousel-arrow-right {
        position: absolute;
        right: 1.5rem;
        top: 5.5rem;
    }

    .discussionQuestionDisplay {
        width: 85%;
    }

    .discussionViewMore {
        width: 15%;
    }

    .blog-card .blog-title {
        height: 45px;
        overflow: hidden;
    }

    .blog-card .blog-content {
        height: 55px;
        overflow: hidden;
    }

    .blog-card .btn-sm {
        padding: 0.3rem 0.75rem;
    }
}

/* lg */
@media (min-width: 769px) and (max-width: 992px) {
    .banner-h-ad {
        height: 250px;
        width: 100%;
        overflow: hidden;
    }

    .banner-h-ad img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        padding: 0;
    }

    .ads-carousel-arrow-left {
        position: absolute;
        left: 1.5rem;
        top: 7.5rem;
    }

    .ads-carousel-arrow-right {
        position: absolute;
        right: 1.5rem;
        top: 7.5rem;
    }

    .discussionQuestionDisplay {
        width: 90%;
    }

    .discussionViewMore {
        width: 10%;
    }

    .blog-card .blog-title {
        height: 45px;
        overflow: hidden;
    }

    .blog-card .blog-content {
        height: 55px;
        overflow: hidden;
    }

    .blog-card .btn-sm {
        padding: 0.3rem 0.75rem;
    }
}

/* xl */
@media (min-width: 993px) and (max-width: 1200px) {

}

/* xxl */
@media (min-width: 1201px) and (max-width: 1400px) {

}
