.abouttopsec{
    width: 100%;
    margin:0;
    padding:60px 0;
    overflow: hidden;
    background:#F9F9F9;
}

.blogdetailbg{
    width: 100%;
    margin:0;
    padding:40px 0;
    overflow: hidden;
}
.blogdetailbg .blogcontent{
    width: 100%;
    margin:0;
    padding:0;
    overflow: hidden;
}

.blogdetailbg .blogcontent p{
    display: block;
    font-size: .95rem;
    line-height: 1.5;
    margin-bottom: 1rem;
    color: #777;
    text-align: justify;
}
.blogdetailbg .blogcontent p strong{
    color: var(--primary-color);
}
.blogdetailbg .blogcontent ul, .blogdetailbg .blogcontent ol{
    margin:1rem 0;
}
.blogdetailbg .blogcontent  ul li, .blogdetailbg .blogcontent ol li{
    display: block;
    padding-left: 30px;
    color: #414141;
    position: relative;
    font-size: .95rem;
    line-height: 1.5;
    margin-bottom: .5rem;
    text-align: justify;
}
.blogdetailbg .blogcontent  ul li::after, .blogdetailbg .blogcontent ol li::after{
    content: '\f10c';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.0rem;
    line-height: 1.5;
    color: #6287c3;
     font-family: 'FontAwesome';
}
.blogdetailbg .blogcontent h2{
    font-size: 1.7rem;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 1rem;
    text-transform: none;
}
.blogdetailbg .blogcontent h3{
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 1rem;
    text-transform: none;
}
.blogdetailbg .blogcontent h4{
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 1rem;
    text-transform: none;
}
.blogdetailbg .blogcontent h5{
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 1rem;
    text-transform: none;
}