.active-link {
    color: #65C56E !important;
    font-weight: bold !important;
    font-size: 18px !important;
}

.ver-line {
    width: 12px !important;
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
}

.shadow-custom {
    box-shadow: 0px 1px 9.2px rgba(0, 0, 0, 0.181) !important;
}



/* Blog page css start */

@media only screen and (min-width:1140px) and (max-width:2560px)
{
    .btn-read-blog{
        width: 50% !important;
        /* background-color: rgb(28, 2, 176); */
    }
}
@media only screen and (min-width:991px) and (max-width:1139px)
{
    .btn-read-blog{
        width: 75% !important;
        /* background-color: yellow; */
    }
}
@media only screen and (min-width:200px) and (max-width:990px)
{
    .btn-read-blog{
        width: 50% !important;
        /* background-color: red; */
    }
}

/* Blog page css end */