/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@import url(href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;900&family=Poppins:wght@300;400;600;900&display=swap"rel="stylesheet");



.blogPage {
    width: 100%;
    height: 100%;
}

.cardBody {
    width: 100%;
    /*overflow-y: scroll;*/
    height: 135px;
    padding-right: 0.2rem;
}

.h-divider {
    height: 1px;
    width: 80%;
    border-top: 1px solid #c4bfbf;
    margin: 3rem auto;
}

.socialVertical {
    position: fixed;
    width: 5rem;
    z-index: 15;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
}

    .socialVertical ul.solIconContner {
        flex-direction: column;
        justify-content: center;
        height: 100vh;
    }

.blogDetailPage ul.solIconContner li {
    margin-bottom: 1rem;
}

.socialVertical ul.solIconContner {
    flex-direction: column;
}

.blogPage h1 {
    font-size: 36px;
}

.blogPage h2 {
    font-size: 23px !important;
    line-height: 40px;
}

.blogPage .img-fluid {
    border-radius: 8px;
}

.blogPage h3 {
    font-size: 18px;
}

.blogPage h4 {
    font-size: 16px;
}

.blogPage h5 {
    font-size: 14px;
}

.blogPage section.bannerSection {
    position: relative;
    padding-top: 2rem;
    clear: both;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.blogPage .header-part {
    /* background: #333;*/
}

.blogPage .bannerSection .ban01 {
    /*background: url(../images/BlogPage/ban1.png) top center no-repeat;*/
    width: 100%;
    height: 100%;
    max-height: 500px;
    background-size: cover;
    border-radius: 18px;
    position: relative;
    overflow: hidden;
}

.blogPage section.MainContentSection {
    width: 100%;
    margin: 0 auto;
}

section.MainContentSection .container,
section.bannerSection .container {
    max-width: 1365px;
}

.blogPage .bannerSection .banContent {
    color: #FFF;
    width: 100%;
    padding: 0rem 49rem 5rem 5rem;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(359.6deg, rgba(0, 0, 0, 0.79) 0.35%, rgba(0, 0, 0, 0) 99.65%);
}

    .blogPage .bannerSection .banContent a {
        color: #FFF;
    }

.blogPage a {
    color: #333;
}

.blogPage .bannerSection .banHding {
    font-size: 28px;
    font-weight: 600;
}

.blogPage .bannerSection .banPra {
    margin: 1rem 0;
    font-size: 18px;
}

.blogPage .carousel-control-next {
    right: 0.6rem;
}

.blogPage .bannerSection .banButton {
    background: #69C620;
    border: 0;
    color: #FFF;
    padding: 0 2.5rem;
    border-radius: 6px;
    height: 40px;
}

.blogPage .bannerSection .carousel-inner {
    border-radius: 18px;
}

.blogPage .bannerSection .carousel-control-next,
.blogPage .bannerSection .carousel-control-prev {
    top: inherit;
    bottom: 2rem;
    width: 5%;
}

.blogPage .bannerSection .carousel-control-prev {
    left: 91%;
}

.blogPage .manHding {
    color: #090E2B;
    font-weight: 600;
    width: 100%;
    margin-bottom: 1rem;
}

.blogPage .CardSliderCont {
    position: relative;
    margin-top: 2rem;
    margin-bottom: 5rem;
}

.blogPage .col-12.marPadd0 {
    padding-left: 0;
    padding-right: 0;
}

.blogPage .hideText .cardBody {
    visibility: hidden;
}



.blogPage .carimg {
    width: 100%;
    height: 100%;
}

.blogPage section.tbContainer {
}

    .blogPage section.tbContainer li.nav-item {
        margin-right: 3rem;
        max-width: 140px;
        width: 100%;
    }

    .blogPage section.tbContainer .nav-tabs .nav-link {
        background: rgba(233, 237, 245, 0.05);
        border: 1px solid rgba(142, 160, 204, 0.1);
        box-sizing: border-box;
        border-radius: 5px;
        height: 40px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #5E6870;
        width: 100%;
        transition: 0.5s;
    }

.blogPage .tbContainer .card {
    border: 0px;
}

.blogPage .tbContainer .card-title {
    margin-top: 0;
    text-align: left;
    font-weight: 600;
    color: #2E2E2E;
}

.blogPage .tbContainer p.card-text {
    text-align: left;
    padding: 0;
}

.blogPage .tbContainer .carimg {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.blogPage .tbContainer {
    margin-bottom: 2rem;
}

.blogPage section.tbContainer .nav-tabs .nav-link.active,
.blogPage section.tbContainer .nav-tabs .nav-link:hover {
    background: #2E2E2E;
    color: #FFF;
}

.blogPage .CardSliderCont .blueBg {
    background: #0B26AD;
    width: 100%;
    min-height: 350px;
    position: absolute;
    left: 0;
    right: 0;
    height: auto;
    top: 13rem;
}

.blogPage .card01 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #FFFFFF;
    box-shadow: 0px 4px 15px rgba(56, 97, 128, 0.13);
    border-radius: 8px;
    padding: 0.5rem;
}

.blogPage .CardSliderCont .card {
    border: 0px solid rgba(0, 0, 0, .125);
    background: none;
}

.blogPage .CardSliderCont .card-title {
    font-weight: 600;
    font-size: 18px;
    color: #090e2b;
    text-align: left;
    line-height: normal;
    margin-top: 0.75rem;
}


.blogPage .CardSliderCont p.card-text {
    line-height: normal;
    text-align: left;
    color: #B8B8B8;
    padding: 10px 0px;
    font-weight: 400;
}

.blogPage .carMg {
    width: 100%;
    height: 100%;
    margin-right: 2rem;
    background-size: cover;
    overflow: hidden;
    background-repeat: no-repeat;
}



.blogPage .aroBox {
    padding-top: 0;
    padding-right: 3rem;
    top: 18rem;
    z-index: 1;
}

.blogPage .cardText {
    font-weight: 600;
    line-height: normal;
    color: #343434;
    margin-top: 0;
    text-align: left;
    min-height:80px;
}

.blogPage .aroBox .aroBtn {
    color: #FFF;
    border: #FFF 2px solid;
    border-radius: 100px;
    margin-left: 1rem;
    padding: 2px;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
}



.blogPage .btmSingUpBox {
    background: #FCFCFC;
    padding: 3rem 0;
}

    .blogPage .btmSingUpBox .container {
        max-width: 1365px;
    }

    .blogPage .btmSingUpBox .card-title {
        margin-top: 0;
        text-align: left;
        font-weight: 600;
        font-size: 26px;
        color: #2E2E2E;
        margin-bottom: 1rem;
    }

    .blogPage .btmSingUpBox p.card-text {
        text-align: left;
        padding: 0;
    }

    .blogPage .btmSingUpBox .row {
        display: flex;
        align-items: center;
    }

    .blogPage .btmSingUpBox .input-group-text {
        padding: .375rem 2rem;
        color: #495057;
        background: #1B1B1B;
        border: 2px solid #1B1B1B;
        box-sizing: border-box;
        border-radius: 0px 5px 5px 0px;
        text-transform: uppercase;
        font-size: 13px;
        color: #FFF;
        cursor: pointer;
    }

.blogPage ul.nav-tabs {
    width: 100%;
}

/*******************Blog Category page Start**************/
.blogCategoryPage {
    width: 100%;
    height: 100%;
}

.blogCategoryContainer .container {
    max-width: 1365px;
}

.blogCategoryContainer .manHding {
    color: #090E2B;
    width: 100%;
    margin-bottom: 0rem;
    margin-top: 1rem;
}

.blogPage .blogCategoryContainer {
    position: relative;
    padding-top: 7rem;
    clear: both;
    width: 100%;
    height: auto;
    margin-bottom: 2rem;
}

.blogCategoryPage .tabTitle,
.blogDetailPage .tabTitle {
    color: #0B26AD;
    font-weight: 600;
}

.blogDetailPage section.relatedBlog {
    margin-top: 2rem;
}

.blogDetailPage ul.keyList {
    margin-left: 1.5rem;
    margin-top: 1rem;
}

    .blogDetailPage ul.keyList li {
        list-style: disc;
        margin-bottom: 1rem;
        line-height: 16px;
    }

.blogDetailPage .inrContaner {
    max-width: 1030px;
    margin: 0 auto;
}

.blogCategoryPage .tabTitle span,
.blogDetailPage .tabTitle span {
    color: #ddd;
}

.blogCategoryPage .card,
.blogDetailPage .card {
    border: 0px;
}

.blogCategoryPage .carimg,
.blogDetailPage .carimg {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.blogCategoryPage .cardBody,
.blogDetailPage .cardBody {
    padding-right: 2rem;
}

.blogCategoryPage .card-title,
.blogDetailPage .card-title {
    margin-top: 0;
    text-align: left;
    font-weight: 600;
    color: #2E2E2E;
}

.blogCategoryPage p.card-text,
.blogDetailPage p.card-text {
    text-align: left;
    padding: 0;
}

.blogCategoryPage .rightCatBlog {
    padding-left: 2rem;
}

.blogCategoryPage .hding02 {
    color: #090E2B;
    font-weight: 600;
    width: 100%;
    margin-bottom: 2rem;
}

.blogCategoryPage p,
.blogCategoryPage ul li {
    line-height: 21px;
}

.blogCategoryPage ul.catList li,
.blogCategoryPage ul.catList01 li {
    color: #2E2E2E;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}

.blogCategoryPage ul.catList01 li {
    text-transform: inherit;
    font-weight: 400;
}

.blogCategoryPage ul.catList li {
    list-style: inside;
    padding-left: 1%;
}

/*******************Blog Category page End**************/

/*******************Blog Detail page Start*************/
.blogDetailPage {
}

    .blogDetailPage ul.solIconContner {
        display: flex;
        align-items: center;
        margin: 2rem 0;
    }

        .blogDetailPage ul.solIconContner li {
            margin-right: 1rem;
        }

            .blogDetailPage ul.solIconContner li a {
                font-size: 24px;
                color: #000;
            }

    .blogDetailPage ol.listNumber {
        list-style: auto;
        margin: 1rem 0 1.5rem 2rem;
        padding: 0;
    }

        .blogDetailPage ol.listNumber li {
            margin-bottom: 2rem;
        }

            .blogDetailPage ul.keyList li:last-child,
            .blogDetailPage ol.listNumber li:last-child {
                margin-bottom: 0;
            }

        .blogDetailPage ol.listNumber span {
            font-weight: bold;
        }

.paragraph p {
    margin-bottom: 1rem;
}

    .paragraph p:last-child {
        margin-bottom: 0;
    }

/*******************Blog Detail page End**************/

@media(max-width:1400px) {
    .blogCategoryContainer .container {
        max-width: 1200px;
    }
}

@media(max-width:1200px) {
    .blogPage .bannerSection .banContent {
        padding: 0rem 20rem 5rem 5rem;
    }

    .blogDetailPage .container {
        max-width: 1000px;
    }
}

@media(max-width:1100px) {
    .blogDetailPage .container {
        max-width: 900px;
    }
}

@media(max-width:1000px) {
    .blogDetailPage .container {
        max-width: 800px;
    }
}

@media(max-width: 992px) {
    .blogDetailPage .container {
        max-width: 700px;
    }

    .blogPage .aroBox .aroBtn {
        font-size: 20px;
        line-height: 20px;
    }

    .blogPage .bannerSection .container,
    .blogPage .MainContentSection .container {
        max-width: 95%;
    }

    .blogPage .CardSliderCont .blueBg {
        top: 3rem;
    }


    .blogPage .hideText .cardBody {
        visibility: visible;
    }

    .blogPage .col-12.marPadd0 {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .blogPage section.tbContainer li.nav-item {
        margin-right: 2rem;
        max-width: 100%;
        width: auto;
    }

    .blogPage section.tbContainer .nav-tabs .nav-link {
        padding: 0 2rem;
    }

    .blogPage .bannerSection .banHding {
        font-size: 18px;
    }

    .blogPage .bannerSection .banContent {
        padding: 5rem 5rem 5rem 2rem;
    }

    .blogCategoryPage .rightCatBlog {
        padding-left: 2rem;
    }

    .blogPage .btmSingUpBox .card-title {
        font-size: 23px;
        line-height: normal;
    }


    .blogPage .CardSliderCont p.card-text {
        font-size: 16px;
    }

    .blogPage h2 {
        font-size: 18px !important;
    }

    .blogPage .CardSliderCont .card-body {
        padding: 5px 0px 0px 0px;
    }

    .blogPage .CardSliderCont p.card-text {
        padding: 5px 0px;
    }
}

@media(max-width: 768px) {
    .blogDetailPage .container {
        max-width: 600px;
    }


    .mbileMarTop {
        .card-body

{
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 5px 0px 0px 0px;
}

}

.blogPage .bannerSection .banContent {
    padding: 0rem 1rem 2rem 2rem;
}

.blogPage .bannerSection .banButton {
    padding: 0.5rem 1.5rem;
    height: auto;
}

.blogPage .bannerSection .carousel-control-prev {
    left: 87%;
}

.blogPage .bannerSection .carousel-control-next,
.blogPage .bannerSection .carousel-control-prev {
    bottom: 1rem;
    width: auto;
}

.blogPage section.tbContainer li.nav-item {
    margin-right: 0.5rem;
    max-width: 100%;
    width: auto;
}

.blogPage section.tbContainer .nav-tabs .nav-link {
    padding: 0.5rem 1rem;
    height: auto;
}

.blogPage section.bannerSection {
    padding-top: 2rem;
}

.blogPage .carousel.pointer-event {
    padding-bottom: 0;
}



.blogPage .hideText .cardBody {
    display: none;
}

.blogPage h1 {
    font-size: 28px;
}

.blogPage .CardSliderCont {
    margin-bottom: 5rem;
}

.blogPage h2 {
    font-size: 17px !important;
}

}

@media (max-width: 600px) {
    .socialVertical {
        display: none;
    }

    .blogPage .CardSliderCont .blueBg {
        top: 5rem;
    }

    .blogPage .CardSliderCont .carousel-item {
        height: 390px;
    }

    .blogPage .hideText .cardBody {
        display: block;
    }

    .blogPage .bannerSection .carousel-control-prev {
        left: 80%;
    }
}

@media (max-width: 576px) {
    .col-sm-4.mb-3.cardMhide.hideText {
        display: none;
    }
}

@media screen and (min-width :320px) and (max-width :767px) {
    .blogPage .card01 {
        display: inherit
    }

    .blogPage .carMg {
        margin-right: 0px
    }

    .cardBody {
        height: inherit !important;
        padding-bottom: 10px;
    }

    .blogPage .cardText {
        min-height: inherit;
        padding: 10px 0px;
    }
}
