html {
    scroll-behavior: smooth;
  }
.itv-blog-margin{
    max-width: 100%!important;
    margin-left: 0;
    margin-right: 0;
}
.itv-left-menu-innerpage{
   padding: 0 1rem!important;
    a{
        color: #000;
        text-decoration: none!important;
    }
}
.active-list{
    background: #f3f5ff;
}
#ast-scroll-top{
    background: #b9d719!important;
}
.brand-btn{
    align-items: center;
    display: flex;
    width: 100%;
    border: 1px solid #b9d719;
    justify-content: center;
    color: #22577a;
    font-weight: 600;
    line-height: 46px;
    text-decoration: none!important;
    text-align: center;
    border-radius: 4px;
    font-size: 16px;
    position: relative;
    overflow: hidden;
    background: #b9d719;
    transition: all .35s;
    z-index: 11;
}
.rounded-xl{
    border-radius: 1rem;
}
.courses-wrapper{
    margin-top: 5rem;
    .card{
        margin-top: 5rem;
    }
}
.comments-area{
    .submit{
        margin-top: 2rem;
        background: #b9d719!important;
        color: #22577a!important;
    }
}
.itv-breadcrumb{
    color: #333;
    font-size: 14px;
    font-weight: 500;
    span{
        color: #333;
        font-size: 14px;
        font-weight: 500;
    }
}
.inner-breadcrumb::before{
    float: right;
    padding-left: 0.5rem;
    color: #6c757d;
    content: "/";
}
.ast-pagination .page-numbers {
    font-size: 14px!important;
}
.share-card{
    opacity: 0.4;
}
