.dlab-bnr-inr.dlab-bnr-inr-lg .dlab-bnr-inr-entry,
.dlab-bnr-inr.dlab-bnr-inr-lg {
    height: 800px;
}

.dlab-bnr-inr.dlab-bnr-inr-md .dlab-bnr-inr-entry,
.dlab-bnr-inr.dlab-bnr-inr-md {
    height: 600px;
}

.dlab-bnr-inr.dlab-bnr-inr-sm .dlab-bnr-inr-entry,
.dlab-bnr-inr.dlab-bnr-inr-sm {
    height: 450px;
}

.dlab-bnr-inr,
.dlab-bnr-inr .dlab-bnr-inr-entry {
    height: 220px;
}

.dlab-bnr-inr {
    height: 220px;
    background-size: cover;
    background-position: center center;
    display: table;
    width: 100%;
    text-align: center;
}

    .dlab-bnr-inr .container {
        display: table;
        height: 100%;
    }

.dlab-bnr-inr-entry {
    display: table-cell;
    vertical-align: middle;
}

    .dlab-bnr-inr-entry.align-m {
        vertical-align: middle;
    }

.banner-inner-row h1,
.banner-inner-row h2,
.banner-inner-row h3,
.banner-inner-row h4,
.banner-inner-row h5,
.banner-inner-row h6 {
    color: #FFF;
}
/* Banner Contant */
.dlab-bnr-inr.banner-content h1 {
    font-weight: 500;
}

.dlab-bnr-inr.banner-content p {
    font-size: 20px;
    font-weight: 100;
    letter-spacing: 1px;
    line-height: 36px;
    max-width: 750px;
    display: inline-block;
}

.dlab-bnr-inr.banner-content .site-button {
    padding: 13px 35px;
    font-size: 16px;
}

/* Banner  */
.dlab-bnr-inr .breadcrumb-row {
    padding: 0;
    background-color: rgba(0,0,0,0);
}

.dlab-bnr-inr h1 {
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 10px;
}

.next-element {
    color: #ffffff;
    float: right;
    opacity: 0.1;
}

    .next-element:hover {
        color: #fff;
        opacity: 0.8;
    }

    .next-element i {
    }

.dlab-bnr-inr .breadcrumb-row ul li:after,
.dlab-bnr-inr .breadcrumb-row ul li:last-child {
    color: #fff;
}

.dlab-bnr-inr .breadcrumb-row ul li a {
    color: #fff;
}

@@media only screen and (max-width: 767px) {
    .ele-bnr .bnr-title,
    .ele-bnr h1 a,
    .ele-bnr .breadcrumb-row h5 {
        display: none;
    }

    .ele-bnr .dlab-bnr-inr-entry {
        text-align: center;
    }

    .dlab-bnr-inr-entry h1 {
        margin-bottom: 10px;
    }

    .dlab-bnr-inr {
        padding-bottom: 0;
    }

        .dlab-bnr-inr .breadcrumb-row ul {
            display: block;
            float: none;
            width: 100%;
            text-align: center;
        }

            .dlab-bnr-inr .breadcrumb-row ul li {
                font-size: 14px;
            }

        .dlab-bnr-inr .dlab-bnr-inr {
            height: 200px;
        }

        .dlab-bnr-inr h1 {
            line-height: 32px;
            font-size: 24px;
            text-align: center;
        }

        .dlab-bnr-inr.dlab-bnr-inr-lg .dlab-bnr-inr-entry,
        .dlab-bnr-inr.dlab-bnr-inr-lg {
            height: 400px;
        }

        .dlab-bnr-inr.dlab-bnr-inr-md .dlab-bnr-inr-entry,
        .dlab-bnr-inr.dlab-bnr-inr-md {
            height: 300px;
        }

        .dlab-bnr-inr.dlab-bnr-inr-sm .dlab-bnr-inr-entry,
        .dlab-bnr-inr.dlab-bnr-inr-sm {
            height: 220px;
        }

        .dlab-bnr-inr,
        .dlab-bnr-inr .dlab-bnr-inr-entry {
            height: 180px;
        }

    .dlab-bnr-inr-entry {
        display: table-cell;
        padding-top: 15px;
        padding-bottom: 15px;
        vertical-align: middle;
    }
}

.navicon {
    width: 20px;
    height: 18px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

    .navicon span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        border-radius: 1px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

        .navicon span:nth-child(1) {
            top: 0px;
        }

        .navicon span:nth-child(2) {
            top: 7px;
        }

        .navicon span:nth-child(3) {
            top: 14px;
        }

    .navicon.open span:nth-child(1) {
        top: 7px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    .navicon.open span:nth-child(2) {
        opacity: 0;
        left: -60px;
    }

    .navicon.open span:nth-child(3) {
        top: 7px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

.breadcrumb-row {
    background: #f9f9f9;
    padding: 20px 0;
}

    .breadcrumb-row ul {
        margin: 0;
    }

        .breadcrumb-row ul li {
            padding: 0;
            margin-right: 3px;
            color: #fff;
            display: inline-block;
            font-size: 16px;
            font-weight: 400;
        }

            .breadcrumb-row ul li:after {
                content: "\f105";
                margin-left: 7px;
                font-family: 'Font Awesome 5 Free';
                font-weight: 600;
            }

            .breadcrumb-row ul li:last-child {
                color: #676767;
            }

                .breadcrumb-row ul li:last-child:after {
                    display: none;
                }



/*---------------------------------------------------------------
22. WIDGETS
---------------------------------------------------------------*/
.list-2 {
    display: table;
    list-style: none;
}

    .list-2 li {
        float: left;
        padding: 5px 5px 5px 20px;
        width: 50%;
        position: relative;
    }

        .list-2 li:before {
            content: "\e60a";
            font-family: "Poppins",sans-serif;
            font-size: 11px;
            left: 0;
            position: absolute;
        }

        .list-2 li:hover:before {
            color: #1ABC9C;
        }

.widget {
    margin-bottom: 60px;
}

    .widget.bg-white {
        border: 1px solid #ebedf2;
    }

    .widget.border-0 ul li {
        border: 0 none;
    }

.widget-title a:hover,
.widget-title a {
    color: #fff;
}

.widget-title.style-1 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    margin-bottom: 20px;
    padding-bottom: 15px;
    font-weight: 600;
    line-height: 12px;
    position: relative;
    margin-top: 20px;
}

    .widget-title.style-1:after {
        border-radius: 0;
        bottom: -2px;
        content: "";
        display: inline-block;
        height: 3px;
        left: 0;
        margin: 0;
        position: absolute;
        vertical-align: bottom;
        width: 50px;
        background: #08a9e6;
    }

.recent-posts-entry ul,
.category-entry ul {
    margin: 0;
    list-style: none;
    padding: 0;
    line-height: 1;
}

.recent-overlay-post .widget-post {
    position: relative;
    z-index: 1;
}

    .recent-overlay-post .widget-post:after {
        content: "";
        position: absolute;
        width: 100%;
        display: block;
        height: 100%;
        left: 0;
        top: 0;
        background: #0f1012;
        opacity: 0.6;
        z-index: 1;
    }

.recent-overlay-post.recent-posts-entry .dlab-media {
    position: absolute;
    width: 100%;
    height: 100%;
}

.recent-overlay-post .widget-post-bx .dlab-info {
    padding: 20px;
    z-index: 2;
    position: relative;
}

.recent-overlay-post .dlab-info .dlab-title a {
    color: #fff;
}

.recent-overlay-post.recent-posts-entry .widget-post .dlab-meta ul li,
.recent-overlay-post .dlab-info .dlab-meta ul li {
    color: #fff;
}

.recent-overlay-post .dlab-info .post-category a {
}
/* widget link*/
.widget-link ul {
    margin: 0px;
    padding: 0px;
}

    .widget-link ul li {
        list-style: none;
        display: inline-block;
        padding-left: 3px;
        padding-right: 10px;
        position: relative;
    }

        .widget-link ul li:last-child {
            padding-right: 3px;
        }

            .widget-link ul li:last-child:after {
                content: none;
            }

.widget-link li:after {
    content: "/";
    position: absolute;
    right: 0;
}
/* widget listing*/
.wp-block-latest-posts,
.wp-block-categories-list,
.wp-block-archives-list,
.widget_categories ul,
.widget_archive ul,
.widget_meta ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_nav_menu ul,
.widget_rss ul,
.widget_recent_entries ul,
.widget_services ul,
.widget_getintuch ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

    .wp-block-latest-posts li,
    .wp-block-categories-list li,
    .wp-block-archives-list li,
    .widget_categories ul li,
    .widget_archive ul li,
    .widget_meta ul li,
    .widget_pages ul li,
    .widget_recent_comments ul li,
    .widget_nav_menu li,
    .widget_recent_entries ul li,
    .widget_services ul li {
        padding-bottom: 18px;
        margin-bottom: 13px;
        position: relative;
        padding: 10px 0px 10px 15px;
        margin-bottom: 0;
        line-height: 20px;
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }

        .wp-block-latest-posts li a,
        .wp-block-categories-list li a,
        .wp-block-archives-list li a,
        .widget_categories ul li a,
        .widget_archive ul li a,
        .widget_meta ul li a,
        .widget_pages ul li a,
        .widget_recent_comments ul li a,
        .widget_nav_menu li a,
        .widget_recent_entries ul li a,
        .widget_services ul li a {
            color: #6f6f6f;
            text-transform: capitalize;
            font-size: 14px;
            font-weight: 500;
        }

            .wp-block-latest-posts li a:hover,
            .wp-block-categories-list li a:hover,
            .wp-block-archives-list li a:hover,
            .widget_categories ul li a:hover,
            .widget_archive ul li a:hover,
            .widget_meta ul li a:hover,
            .widget_pages ul li a:hover,
            .widget_recent_comments ul li a:hover,
            .widget_nav_menu li a:hover,
            .widget_recent_entries ul li a:hover,
            .widget_services ul li a:hover {
                color: #08a9e6;
            }

        .wp-block-latest-posts li:after,
        .wp-block-categories-list li:after,
        .wp-block-archives-list li:after,
        .widget_categories ul li:after,
        .widget_archive ul li:before,
        .widget_meta ul li:before,
        .widget_pages ul li:before,
        .widget_recent_comments ul li:before,
        .widget_nav_menu ul li:before,
        .widget_recent_entries ul li:before,
        .widget_services ul li:before {
            content: "";
            position: absolute;
            left: 0;
            top: 10px;
            display: block;
            width: 5px;
            height: 5px;
            background: #08a9e6;
            top: 17px;
        }

        .wp-block-latest-posts li li,
        .wp-block-categories-list li li,
        .wp-block-archives-list li li,
        .widget_categories ul li li,
        .widget_archive ul li li,
        .widget_meta ul li li,
        .widget_pages ul li li,
        .widget_recent_comments ul li li,
        .widget_nav_menu li li,
        .widget_services li li {
            border-bottom: none;
            padding-top: 8px;
            padding-bottom: 8px;
            line-height: 22px;
            border-bottom: 1px solid rgba(0,0,0,0.1);
        }

            .wp-block-latest-posts li li:last-child,
            .wp-block-categories-list li li:last-child,
            .wp-block-archives-list li li:last-child,
            .widget_categories ul li li:last-child,
            .widget_archive ul li li:last-child,
            .widget_meta ul li li:last-child,
            .widget_pages ul li li:last-child,
            .widget_recent_comments ul li li:last-child,
            .widget_nav_menu li li:last-child,
            .widget_services li li:last-child {
                border-bottom: 0;
                padding-bottom: 0;
            }

        .wp-block-latest-posts ul,
        .wp-block-categories-list ul,
        .wp-block-archives-list ul,
        .widget_categories ul ul,
        .widget_archive ul ul,
        .widget_meta ul ul,
        .widget_pages ul ul,
        .widget_recent_comments ul ul,
        .widget_nav_menu li ul,
        .widget_services li ul {
            padding-left: 20px;
            margin-top: 8px;
            border-top: 1px solid rgba(0,0,0,0.1);
            margin-left: -15px;
        }

        .wp-block-latest-posts li li:before,
        .wp-block-categories-list li li:before,
        .wp-block-archives-list li li:before,
        .widget_categories ul li li:before,
        .widget_archive ul li li:before,
        .widget_meta ul li li:before,
        .widget_pages ul li li:before,
        .widget_recent_comments ul li li:before,
        .widget_nav_menu li li:before,
        .widget_services li li:before {
            top: 16px;
            left: 0;
        }

.li_active_a {
    color: #00afef !important;
    font-weight: 700 !important;
}

.content-area {
    padding: 60px 0px 60px;
}

.sticky-top {
    position: sticky;
    top: 120px;
    z-index: 0 !important;
    !i;
    !;
}



.nav-tabs .nav-link {
    border: 2px solid #00afef;
    margin: 4px 14px;
    font-size: 16px;
    padding: 0px 15px;
    border-radius: 4px;
    color: #00afef;
    font-weight: 600;
    cursor: pointer;
}


.nav-tabs {
    border-bottom: 0px !important;
}

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        border: 2px solid #00afef;
        margin: 5px 3px;
        font-size: 16px;
        padding: 0px 15px;
        border-radius: 4px;
        color: #ffffff;
        font-weight: 600;
        background: #00afef;
        width: 70px;
    }


.event-post .post-date strong {
    font-weight: 500;
    color: #000;
    padding: 12px;
    display: block;
    font-size: 16px;
    line-height: 16px;
}

.event-post .post-date span {
    background-color: #08a9e6;
    padding: 10px 15px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    display: block;
}

.event-post .post-date {
    position: absolute;
    top: 60px;
    overflow: hidden;
    border-radius: 5px;
    text-align: center;
    background-color: #fff;
    width: 55px;
    border: 1px solid #08a9e6;
}

.courses-info {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #eee;
    padding: 8px 18px 8px;
    align-items: baseline;
}


    .courses-info .price {
        background: #ffb606;
        font-size: 13px;
        font-weight: 700;
        color: #000;
        padding: 2px 5px;
        border-radius: 4px;
    }

    .courses-info .price {
        background: #ffb606;
        font-size: 14px;
        font-weight: 700;
        color: #000;
        padding: 4px 13px;
        border-radius: 4px;
    }

.card {
    border: none;
    padding: 20px;
}


.imgs {
    padding: 20px 20px 5px;
    width: 100%;
}

.imgp {
    width: 100%;
    height: 300px;
    object-fit: cover;
}


.listnone {
    list-style: none;
    padding: 0;
}

.resultname {
    text-align: center;
    margin: 0px;
}

.post-title {
    text-align: center;
    margin: 0;
}

.session {
    font-weight: 600;
}

.blog_heading {
    font-size: 25px;
    color: #000;
    font-family: system-ui;
    font-weight: 700;
}

.neetflex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px 6px;
}

.neet1 {
    background: #08a9e6;
    padding: 4px 16px;
    border-radius: 50px;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
}

.blog_title {
    padding: 10px 20px;
}

.blog_titles {
    font-size: 18px;
    line-height: 27px;
    font-family: system-ui;
    font-weight: 600;
}

.blog-card {
    padding: 6px;
    border: 0px solid #efefef;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.date {
    font-size: 12px;
}

.neet2 {
    font-family: system-ui;
    font-size: 18px;
    color: #000;
    align-items: center;
}


.neetflexs {
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 2px 20px 6px;
    gap: 10px;
}

.neet2:hover {
    font-family: system-ui;
    font-size: 18px;
    color: #189dd9;
    align-items: center;
}



@media only screen and (max-width: 600px) {
    .nav-tabs .nav-link {
        border: 2px solid #00afef;
        margin: 6px 2px;
        font-size: 14px;
        padding: 0px 10px;
        border-radius: 4px;
        color: #00afef;
        font-weight: 600;
        cursor: pointer;
    }

    .blog_titles {
        font-size: 14px;
        line-height: 27px;
        font-family: system-ui;
        font-weight: 600;
    }

    .neetflex {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 8px 20px 6px;
    }

    .dlab-bnr-inr h1 {
        font-weight: 600;
        font-size: 25px !important;
        margin-bottom: 10px;
        color: #000 !important;
        text-align: left;
    }
}




ul.icons {
    display: flex;
    justify-content: space-around;
}

i.fa.fa-share-alt {
    font-size: 25px;
    color: #000;
    cursor: pointer;
}


.popup :is(header, .icons, .field) {
    display: flex;
    align-items: center;
    justify-content: space-between;
}



header .close, .icons a {
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}



.popup .content {
    margin: 20px 0;
}

.popup .icons {
    margin: 15px 0 20px 0;
}

.content p {
    font-size: 16px;
}

.content .icons a {
    height: 50px;
    width: 50px;
    font-size: 20px;
    text-decoration: none;
    border: 1px solid transparent;
}

.icons a i {
    transition: transform 0.3s ease-in-out;
}

.icons a:nth-child(1) {
    color: #1877F2;
    border-color: #b7d4fb;
}

    .icons a:nth-child(1):hover {
        background: #1877F2;
    }

.icons a:nth-child(2) {
    color: #46C1F6;
    border-color: #b6e7fc;
}

    .icons a:nth-child(2):hover {
        background: #46C1F6;
    }

.icons a:nth-child(3) {
    color: #e1306c;
    border-color: #f5bccf;
}

    .icons a:nth-child(3):hover {
        background: #e1306c;
    }

.icons a:nth-child(4) {
    color: #25D366;
    border-color: #bef4d2;
}

    .icons a:nth-child(4):hover {
        background: #25D366;
    }

.icons a:nth-child(5) {
    color: #0088cc;
    border-color: #b3e6ff;
}

    .icons a:nth-child(5):hover {
        background: #0088cc;
    }

.icons a:hover {
    color: #fff;
    border-color: transparent;
}

    .icons a:hover i {
        transform: scale(1.2);
    }

.content .field {
    margin: 0px 0 0px 0;
    height: 43px;
    border-radius: 4px;
    padding: 0 0px;
    border: 1px solid #08a9e6;
    display: flex;
}

.field.active {
    border-color: #7d2ae8;
}

.field i {
    width: 50px;
    font-size: 18px;
    text-align: center;
}

.field.active i {
    color: #7d2ae8;
}

.field input {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    font-size: 15px;
}

.field button {
    color: #fff;
    padding: 5px 17px;
    background: #08a9e6;
    border: navajowhite;
    cursor: pointer;
}

    .field button:hover {
        background: #8d39fa;
    }



.Author h6 {
    color: #919191 !important;
    font-weight: 600;
    font-family: system-ui;
    font-size: 18px;
}

.Author1 h6 {
    color: #919191 !important;
    font-weight: 600;
    font-family: system-ui;
    font-size: 14px;
}



.shareArticle {
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 100%;
    padding: 0px 15px;
}

.shareSocial {
    display: flex;
    flex-flow: row;
    align-items: center;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .shareSocial {
        flex-flow: column;
    }
}

.shareSocial .socialTitle {
    margin: 0 15px 0 0;
    font-size: 20px;
}

@media (max-width: 767px) {
    .shareSocial .socialTitle {
        margin-bottom: 15px;
        text-align: center;
    }
}

.shareSocial .socialList {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    justify-content: center;
    flex-flow: row wrap;
}

    .shareSocial .socialList li {
        margin: 5px;
    }

        .shareSocial .socialList li:first-child {
            padding-left: 0;
        }

        .shareSocial .socialList li a {
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 40px;
            height: 40px;
            border-radius: 100%;
            text-decoration: none;
            background-color: #999;
            color: #fff;
            transition: 0.35s;
        }

            .shareSocial .socialList li a i {
                position: absolute;
                top: 50%;
                left: 50%;
                transform-origin: top left;
                transform: scale(1) translate(-50%, -50%);
                transition: 0.35s;
            }

            .shareSocial .socialList li a:hover i {
                transform: scale(1.5) translate(-50%, -50%);
            }

        .shareSocial .socialList li:nth-child(1) a {
            background-color: #135cb6;
        }

        .shareSocial .socialList li:nth-child(2) a {
            background-color: #00aced;
        }

        .shareSocial .socialList li:nth-child(3) a {
            background-color: #BD081C;
        }

        .shareSocial .socialList li:nth-child(4) a {
            background-color: #111111;
        }

        .shareSocial .socialList li:nth-child(5) a {
            background-color: #1FB381;
        }

.shareLink .permalink {
    position: relative;
    border-radius: 30px;
}

    .shareLink .permalink .textLink {
        text-align: center;
        padding: 12px 60px 12px 30px;
        height: 45px;
        width: 450px;
        font-size: 16px;
        letter-spacing: 0.3px;
        color: #494949;
        border-radius: 25px;
        border: 1px solid #f2f2f2;
        background-color: #f2f2f2;
        outline: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        transition: all 0.3s ease;
    }

@media (max-width: 767px) {
    .shareLink .permalink .textLink {
        width: 100%;
    }
}

.shareLink .permalink .textLink:focus {
    border-color: #d8d8d8;
}

.shareLink .permalink .textLink::-moz-selection {
    color: #fff;
    background-color: #ff0a4b;
}

.shareLink .permalink .textLink::selection {
    color: #fff;
    background-color: #ff0a4b;
}

.shareLink .permalink .copyLink {
    position: absolute;
    top: 50%;
    right: 25px;
    cursor: pointer;
    transform: translateY(-50%);
}

    .shareLink .permalink .copyLink:hover:after {
        opacity: 1;
        transform: translateY(0) translateX(-50%);
    }

    .shareLink .permalink .copyLink:after {
        content: attr(tooltip);
        width: 140px;
        bottom: -40px;
        left: 50%;
        padding: 5px;
        border-radius: 4px;
        font-size: 0.8rem;
        opacity: 0;
        pointer-events: none;
        position: absolute;
        background-color: #000000;
        color: #ffffff;
        transform: translateY(-10px) translateX(-50%);
        transition: all 300ms ease;
        text-align: center;
    }

    .shareLink .permalink .copyLink i {
        font-size: 20px;
        color: #ff0a4b;
    }

.overview_data {
    font-weight: 700;
    color: #ff0000;
    font-size: 18px;
}


.border-data {
    max-width: 800px;
    background: #ffffff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #d3d3d3;
    margin-bottom: 30px;
}

.relatedBlogs_views__1eevy {
    margin: 0;
}















/*start styles*/
.accordion {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.accordion__item {
    border-bottom: 1px solid #c1c1c1;
    border-radius: 0px;
    overflow: hidden;
}

.accordion__header {
    padding: 5px 13px;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    color: #000;
    font-size: 16px !important;
}

    .accordion__header::after {
        content: '';
        background: url(https://www.svgrepo.com/show/357035/angle-down.svg) no-repeat center;
        width: 12px;
        height: 20px;
        transition: .4s;
        display: inline-block;
        position: absolute;
        right: 20px;
        top: 8px;
        z-index: 1;
    }

    .accordion__header.active {
        background: #e5f3fa;
    }

        .accordion__header.active::after {
            transform: rotateX(180deg);
        }

.accordion__item .accordion__content {
    padding: 0 25px;
    max-height: 0;
    transition: .5s;
    overflow: hidden;
}



li {
    line-height: 30px;
    font-size: 14px;
}