﻿.category img {
    border-radius: 50%;
    clip-path: inset(5px 5px 5px 5px);
    padding: unset;
}

.category a {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.acooount-bar {
    padding-block: 0px;
    padding-top: 40px;
}

.howtopawn-row {
    padding-top: 0px !important;
    padding-bottom: 30px;
}

.category .img-wrap {
    border: 0px;
    border-radius: 0%;
}

.category img {
    clip-path: inset(0px 0px 0px 0px);
}

.category-banner-heading {
    color: var(--Black);
    font-size: 40px;
    font-weight: 800;
    font-family: Montserrat;
    line-height: normal;
}

.category-h2 {
    font-size: 24px;
}

    .category-h2:hover {
        color: var(--Primary-Red);
        cursor: pointer;
    }

.addtional-info-h2 {
    color: var(--Dark-Gray);
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 1;
}

.brand-inner-box p {
    line-height: 1.1;
}

@media(max-width:2200px) {
    .category-h3 {
        font-size: 36px;
    }
}

@media(max-width:1950px) {
    .category-h3 {
        font-size: 30px;
    }
}

@media(max-width:1700px) {
    .category-h3 {
        font-size: 26px;
    }
}

@media(max-width:1439px) {
    .category-banner-heading {
        font-size: 32px;
    }

    .category-h3 {
        font-size: 22px;
    }

    .viewall {
        font-size: 16px;
    }
}

@media(max-width:991px) {
    .category-banner-heading {
        font-size: 24px;
    }

    .category-h2 {
        font-size: 14px !important;
        font-weight: 400;
    }
}

@media(max-width:768px) {
    .category-h3 {
        margin-bottom: 0;
    }

    .viewall {
        font-size: 14px;
    }
}

@media(max-width:515px) {
    .blog-mainheading {
        width: 370px;
    }
}

@media(max-width:460px) {
    .blog-mainheading {
        width: 300px;
    }

    .addtional-info-h2 {
        font-size: 16px;
    }
}

@media(max-width:400px) {
    .blog-mainheading {
        width: 270px;
    }

    .category-h3 {
        font-size: 16px;
    }
}

@media(max-width:350px) {
    .blog-mainheading {
        width: 240px;
    }
}
