.yellow-bg{
    background: #FEB717;
}

.yellow-bg.white-text{
    color: #fff;
}

/* #product_detail .banner{
    height: 480px;
}

header .side-nav .social{
    height: calc(480px + 27px);
}

.section-heading h6{
    font-size: 28px;
}

.section-heading .small{
    font-size: 16px;
} */

.blog-categories li a:hover span{
    background: #fff;
}

.content .blog-categories.nav-tabs .nav-item{
    width: auto;
}

.content .blog-categories.nav-tabs .nav-item::after{
    content: none;
}

.content .blog-categories.nav-tabs .nav-item .nav-link{
    padding: 0;
    font-size: 14px;
    font-weight: normal;
    text-align: unset;
    border-bottom: none;
    white-space: unset;
}

.blog-categories li span{
    margin: 0 auto;
    margin-bottom: 25px;
}

@media only screen and (min-width: 1770px){
    .content .blog-categories.nav-tabs .nav-item .nav-link{
        padding: 0;
    }

    .content .blog-categories.nav-tabs .nav-item .nav-link{
        font-size: 16px;
    }
    
/*     .content .blog-categories.nav-tabs .nav-item{
        width: 12%;
    } */
}

/* @media only screen and (max-width: 1480px){
    .content .blog-categories.nav-tabs .nav-item{
        width: 12%;
    }
} */

@media only screen and (max-width: 1440px){
    .online-insurance .blog-categories li .icon{
        height: 130px;
        width: 130px;
    }
}

@media only screen and (max-width: 1200px){
    .blog-categories li .icon{
        height: 90px;
        width: 90px
    }
    
/*     .content .blog-categories.nav-tabs .nav-item {
        width: 15%;
    } */
}

/* @media only screen and (max-width: 992px){
    .content .blog-categories.nav-tabs .nav-item {
        width: auto;
    }
}

@media only screen and (max-width: 768px){
    .section-heading h6{
        font-size: 20px;
    }
} */
