.banner-sec,
.banner-sec .likes_sec .count {
    align-items: center;
    display: flex
}

.blogContent img {
    width: 100% !important
}

.banner-sec {
    margin-top: 25px;
    position: relative
}

.banner-sec,
.blogDetailPost {
    padding: 0
}

.banner-sec .likes_sec .count {
    gap: 10px
}

.banner-sec .likes_sec .count p {
    margin-bottom: 0;
    font-size: 15px
}

.banner-sec .likes_sec i {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-style: normal
}

.banner-sec .likes_sec .count .like div,
.banner-sec .likes_sec .count .like span {
    background-color: #0645ad;
    position: absolute;
    transform: scale(1);
    transition: 0.8s;
    opacity: 0
}

.banner-sec .likes_sec .count .like div {
    width: 4px;
    height: 4px;
    border-radius: 50px
}

.banner-sec .likes_sec .count .like span {
    width: 10px;
    height: 8px;
    clip-path: polygon(0 0, 0% 100%, 100% 50%)
}

.banner-sec .likes_sec .count .like span:first-child {
    left: -23px;
    top: 11px
}

.banner-sec .likes_sec .count .like span:nth-child(2) {
    top: -23px;
    left: 20px;
    transform: rotate(120deg);
    background-color: #13bba4
}

.banner-sec .likes_sec .count .like span:nth-child(3) {
    left: 40px;
    top: 5px;
    transform: rotate(175deg);
    background-color: #7434fa
}

.banner-sec .likes_sec .count .like span:nth-child(4) {
    top: 37px;
    left: 24px;
    transform: rotate(233deg);
    background-color: #2e8b57
}

.banner-sec .likes_sec .count .like span:nth-child(5) {
    left: -14px;
    top: -21px;
    transform: rotate(40deg);
    background-color: orange
}

.banner-sec .likes_sec .count .like span:nth-child(6) {
    top: 40px;
    left: -10px;
    transform: rotate(315deg);
    background-color: #b8860b
}

.banner-sec .likes_sec .count .like div:nth-child(7) {
    left: -20px;
    top: 30px
}

.banner-sec .likes_sec .count .like div:nth-child(8) {
    top: -27px;
    left: 6px
}

.banner-sec .likes_sec .count .like div:nth-child(9) {
    left: 40px;
    top: -11px
}

.banner-sec .likes_sec .count .like div:nth-child(10) {
    top: 26px;
    left: 40px
}

.banner-sec .likes_sec .count .like div:nth-child(11) {
    left: -22px;
    top: -5px
}

.banner-sec .likes_sec .count .like div:nth-child(12) {
    top: 48px;
    left: 10px
}

.blogTitle1 {
    font-weight: 700;
    font-size: 42px;
    line-height: 58px;
    color: #000;
    margin: 0;
    margin-bottom: 20px;
    font-family: "Inter", sans-serif
}

#blogid,
#scroll_front,
.bdpostDate,
.breadCrumbMain .breadcrumb {
    margin-bottom: 0
}

.breadCrumbMain .breadcrumb-item+.breadcrumb-item::before {
    content: none
}

.breadCrumbMain .breadcrumb-item+.breadcrumb-item {
    padding-left: 0
}

.breadCrumbMain a {
    font-size: 18px;
    color: #025ade;
    font-weight: 300
}

.breadcrumb-item a {
    font-size: 13px !important;
    color: #000;
    font-weight: 500
}

.breadCrumbMain a:hover {
    color: #025ade
}

.table_content_sec {
    position: sticky;
    top: 30px;
    background: #fff;
    padding: 20px 10px;
    transition: 0.2s;
    z-index: 99;
    margin: 16px -10px
}

.table_content_sec #menutable {
    width: 50px;
    height: 40px;
    border: 1px solid #c1c1c1;
    display: grid;
    place-content: center;
    border-radius: 4px
}

.table_content_sec #menutable span {
    color: #989898;
    font-size: 20px;
    width: 18px;
    height: 2px;
    background-color: #989898;
    display: block;
    margin-bottom: 4px
}

#toc_ul::-webkit-scrollbar {
    width: 6px
}

#toc_ul::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
    border-radius: 20px
}

.table_content_sec .a_scroll_table {
    color: #000;
    display: block;
    padding: 0 0 0 20px;
    margin-bottom: 10px;
    line-height: 20px;
    font-size: 15px;
    font-weight: 600;
    position: relative
}

.table_content_sec a.a_scroll_table::before {
    content: "\2023";
    position: absolute;
    font-size: 30px;
    line-height: inherit;
    color: #000;
    left: 0;
    top: 0
}

.blogContent p {
    font-size: 18px;
    line-height: 30px !important;
    font-weight: 300;
    text-align: justify;
    color: #14151b
}

.blogContent ol li {
    font-size: 15px;
    line-height: 30px !important;
    font-weight: 300;
    text-align: left;
    color: #14151b
}

.blogContent p b {
    font-weight: 700
}

.blogContent h2,
.blogContent h2 span {
    color: #000;
    font-weight: 600 !important;
    font-size: 30px !important;
    margin-top: 50px;
    margin-bottom: 16px;
    line-height: 1.4;
    background-color: transparent !important
}

.blogContent h2:first-child {
    margin-top: 0
}

.blogDetailPost {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.blogContent h3 {
    color: #000;
    font-size: 25px;
    margin: 25px 0 22px;
    line-height: 34px
}

.blogContent h4 {
    color: #000;
    font-size: 23px;
    line-height: 32px
}

.blogContent h5 {
    color: #000;
    font-size: 20px;
    line-height: 30px
}

.blognewsletter-error {
    margin-top: 10px;
    text-align: start
}

.blognewsletter_success {
    margin-top: 10px;
    text-align: start
}

.blogpost_row .form-control {
    border: 1px solid #ddd;
    border-radius: 4px;
    height: 45px;
    padding: 10px 15px;
    box-shadow: none !important;
    resize: none
}

.post_sec {
    margin: auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.post_sec a {
    color: #000;
    font-size: 13px;
    font-weight: 500
}

.post_sec a:is(:hover, :focus) {
    font-weight: 600
}

.sharesec .btn-share {
    border: 1px solid #373737;
    background: 0 0;
    padding: 4px 10px;
    display: flex;
    gap: 7px;
    align-items: center
}

.faqsection {
    position: relative;
    overflow: hidden;
    background-color: #fafafa
}

.faqsection .faq_layer {
    max-width: 230px;
    position: absolute;
    left: 30%;
    top: 15%;
    opacity: .5
}

.faqsection .faq_dot {
    left: -100px;
    position: absolute;
    bottom: 15%;
    max-width: 250px
}

.faqsection .faq_img {
    position: absolute;
    left: -25%;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    max-width: 350px;
    object-fit: contain
}

.content,
.faqsection .card_yellow,
section.banner {
    position: relative
}

.faqsection .card_yellow {
    border-color: #f1f0ee66;
    background-color: #f1f0ee66;
    box-shadow: 0 1px 15px 0 rgb(107 95 97 / 66%);
    padding: 20px;
    z-index: 9
}

.faqsection .accordion-button {
    background-color: #fff0;
    box-shadow: none;
    padding: 32px 10px;
    color: #14130e;
    font-weight: 500
}

.faqsection .accordion-button::after {
    content: "\002B";
    font-size: 20px;
    background-image: none;
    transform: none
}

.faqsection .accordion-button[aria-expanded="true"]::after {
    content: "\2212"
}

.faqsection .accordion-body {
    padding: 0 10px 35px
}

.faqsection .accordion-item {
    background-color: #fff0;
    border: 0;
    border-bottom: 1px solid rgb(0 0 0 / .125)
}

.faqsection .accordion-item:first-child .accordion-button {
    padding-top: 0
}

.faqsection .accordion .paracontent {
    color: #14130e;
    font-size: 14px;
    line-height: 26px;
    font-weight: 500;
    padding-right: 35px
}

.faqsection .bg_head {
    background-size: 100% 100%;
    padding: 22px 50px
}

.faqsection .content {
    padding: 18px
}

.faqsection .accordion-body ul {
    list-style: none;
    padding-left: 4px;
    margin-bottom: 0
}

.faqsection .accordion-body ul li:not(:last-child) {
    padding-bottom: 8px
}

.content.content_faq {
    height: 450px
}

.content::-webkit-scrollbar {
    width: 4px;
    background-color: #fff0
}

.content::-webkit-scrollbar-track-piece:start {
    margin-top: 18px
}

.content::-webkit-scrollbar-track-piece:end {
    margin-bottom: 10px
}

.content {
    height: 350px;
    overflow: hidden;
    overflow-y: scroll;
    z-index: 9;
    -webkit-overflow-scrolling: touch;
    pointer-events: auto;
    padding: 25px
}

.content_faq::-webkit-scrollbar-thumb {
    background-color: #ccc
}

.categorylinks {
    margin-top: 25px
}

.borderrow {
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    padding: 7px 10px
}

.borderrowflex {
    display: flex;
    align-items: center;
    gap: 22px
}

.borderrow .row {
    align-items: center
}

.borderrowflex.second {
    justify-content: end
}

.breadCrumbMain a.dropdown-item {
    font-size: 14px;
    padding-top: 9px;
    padding-bottom: 9px;
    font-weight: 500;
    color: #6b6b6b
}

.breadCrumbMain a.dropdown-item:hover {
    color: #14151b !important
}

.breadCrumbMain a.dropdown-item:active,
.breadCrumbMain a.dropdown-item:focus,
.breadCrumbMain a.dropdown-item:hover {
    background-color: #e9ecef
}

.breadCrumbMain a.dropdown-item img {
    opacity: .5;
    width: 100%;
    max-width: 19px;
    margin-right: 8px;
    height: auto
}

.breadCrumbMain a.dropdown-item:hover img {
    opacity: .8
}

.readtime {
    color: #000;
    font-size: 13px;
    line-height: 22px;
    padding-left: 8px
}

.readdot {
    display: block;
    font-size: 20px;
    line-height: .6;
    padding-left: 8px
}

.breadcrumb-item .arrow {
    color: #f60;
    font-weight: 500
}

section.banner {
    padding: 0;
    margin-top: 55px;
    background: linear-gradient(270deg, #ffc017 14%, #ffe330 32%, #fbf0b8 51%);
    font-size: 16px;
    text-align: center;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center
}

section .bannertwo {
    mix-blend-mode: overlay;
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%
}

section .bannerthree {
    background: url(/assets/images/blogimages/bgimg.webp);
    width: 100%;
    height: 100%
}

section.banner .paracontent {
    margin-bottom: 0;
    position: relative;
    text-align: center
}

section.banner .paracontent a {
    color: #3e3d3d;
    text-decoration: underline
}

.borderrow .dropdown-menu {
    border-color: #ddd;
    min-width: 14rem
}

.borderrow .dropdown-menu li {
    padding: 0 !important
}

.borderrow .dropdown-menu.show {
    transform: translate(-200px, 35px) !important
}

.table_content_sec .form-select {
    height: 50px;
    color: #14151b;
    background-image: url(/assets/images/blogimages/tocmenu.webp);
    background-position: right 12px center;
    background-size: 24px 22px;
    padding-right: 36px;
    font-size: 16px;
    font-weight: 800;
    border-color: #f2f2f2
}

.table_content_sec .form-select:focus {
    box-shadow: none;
    border-color: #f2f2f2
}

.breadCrumbMainRow {
    justify-content: space-between
}

.breadCrumbMainrowdiv {
    max-width: 740px
}

.table_content_sec {
    display: none
}

.blogdesccontent {
    font-size: 20px;
    color: #14151b;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 32px
}

.btn-custom {
    background-color: #000;
    color: white !important;
    border: 1px solid #000;
    font-weight: 600 !important;
    border-radius: 20px;
    padding: 4px 12px;
    text-decoration: none
}

.btn-custom:hover {
    background-color: #000;
    color: white !important;
    cursor: pointer
}

.blog-banner-img {
    display: block;
    border-radius: 16px;
    max-width: 100%;
    height: auto
}

.toc-timeline {
    display: flex;
    flex-direction: column;
    position: relative;
    padding-left: 15px
}

.toc-item {
    position: relative;
    padding: 0 0 25px 30px;
    cursor: pointer;
    color: #000;
    transition: color 0.3s ease
}

.toc-item:hover {
    font-weight: 600
}

.toc-item .toc-line {
    position: absolute;
    left: 5px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #454b55
}

#toc_ul_new .toc-item:last-child .toc-line {
    background: none
}

.toc-item .toc-dot {
    position: absolute;
    left: 0;
    top: 2px;
    width: 12px;
    height: 12px;
    border: 1px solid #000;
    transform: rotate(45deg);
    background: #1c1f26
}

.toc-item.active .toc-dot {
    border-color: #000;
    background: #fecd05
}

.toc-item.active .toc-text {
    color: #000;
    font-weight: 600
}

.register-card {
    height: 100%;
    padding: 30px;
    text-align: center;
    border-radius: 16px !important;
    background: #413f3b !important;
    box-shadow: rgb(0 0 0 / .35) 0 5px 15px
}

.register-card-para {
    font-weight: 500;
    line-height: 1.45;
    color: #eaeaea;
    font-size: 16px
}

.register-now-bt {
    margin-top: 20px;
    font-weight: 500;
    background-image: linear-gradient(#f8d12f 0%, #f0b90b 100%);
    border-radius: 5px;
    color: #000;
    font-size: 16px;
    border: 0;
    outline: 0;
    width: 100%;
    padding: 5px 10px
}

.register-now-bt:hover {
    opacity: .8
}

.register-heading {
    font-size: 20px !important;
    font-weight: 700;
    color: #fecd05
}

.form-con .form-control {
    border-bottom: 1.3px solid #dedede;
    padding: 12px 0;
    color: #fff;
    font-weight: 500;
    background-color: #fff0
}

#contactemail::placeholder {
    color: #ffffff9a;
    opacity: 1
}

.flexright {
    display: flex;
    flex-direction: column;
    gap: 50px;
    border: none;
    outline: none;
    position: sticky;
    top: 20px
}

.posts-heading {
    font-size: 20px;
    font-weight: 500
}

.flex-apps {
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    grid-template-rows: auto
}

.flex-apps img {
    height: 45px;
    width: 45px
}
.blogger-name {
    margin-bottom: 0;
    font-size: 20px;
    color: black;
    font-weight: 600;
}
.blogger-card {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
    height: 100%;
    padding: 30px;
    border-radius: 8px;
    background: rgb(255 255 255 / .747);
    box-shadow: rgb(0 0 0 / .24) 0 3px 8px
}

.blog-profile-name {
    display: flex;
    gap: 20px;
    align-items: center
}

.authorbio-profile {
    border-radius: 50%;
    width: 80px;
    height: 80px
}

.bloggername-icon {
    display: flex;
    align-items: center;
    gap: 10px
}

.blogger-description {
    margin-top: 5px;
    margin-bottom: 0;
    color: #14151b;
    font-size: 18px
}

.copyLink:hover {
    cursor: pointer
}

.flex-apps {
    position: relative
}

.copy-confirmation {
    position: absolute;
    right: 0;
    font-weight: 600;
    top: 50px
}
.bloggername-icon{
    display: flex;
    align-items: center;
    gap: 10px;
}
.strategy-blueprint {
    
        background-color: rgba(255, 255, 0, 0.103);
        border-radius: 12px;
        padding: 40px;
        max-width: 950px;
        margin: 20px auto;
        box-shadow: 8px 8px 0px var(--border-color);
        color: var(--text-color);
    }

.fs-big{
    font-size: 18px;
    margin-bottom: 15px;
}

@media only screen and (min-width:991px) {
    .content_faq::-webkit-scrollbar-thumb {
        background-color: #fff0
    }

    .content_faq:hover::-webkit-scrollbar-thumb {
        background-color: #ccc
    }
}

@media only screen and (min-width:1500px) {
    .faqsection .faq_img {
        left: -15%
    }
}

@media only screen and (min-width:1400px) {
    section .container {
        width: 100%;
        max-width: 1140px
    }

    .contentform_sec {
        top: 80px
    }
}

@media only screen and (min-width:1200px) {
    .leftsec_blog {
        padding-left: 50px;
        padding-right: 50px
    }
}

@media only screen and (max-width:1300px) {
    section .container {
        width: 100%;
        max-width: 90%
    }

    .banner-sec .banner_ins {
        margin-left: 0
    }
}

@media only screen and (max-width:991px) {

    #accordion1 #menutable,
    .bannertop .leftimg,
    .faqsection .faq_img,
    .webdrop {
        display: none
    }

    .blogTitle1 {
        font-size: 38px;
        line-height: 54px
    }

    .blogtitledynamic {
        width: 100%
    }

    .faqsection .faq_dot {
        opacity: .35
    }
}

@media only screen and (max-width:767px) {
    .table_content_sec {
        display: block
    }

    .blogpost_row .leftsec_blog {
        padding: 0 12px;
        border: none
    }

    .ta .blogpost_row>div,
    .breadCrumbMain .row .breadCrumbMainrowdiv {
        width: 100%
    }

    .blogpost_row .leftsec_blog {
        padding: 0 12px;
        border: none
    }

    section.banner {
        height: 70px;
        padding: 0 12px
    }

    .tableofcontents {
        display: none
    }

    .blogger-card {
        align-items: start
    }

    @media only screen and (max-width:576px) {
        .banner-sec .banner_bg_color {
            width: 300px
        }

        .blogTitle1 {
            font-size: 30px;
            line-height: 42px
        }

        .breadCrumbMain nav {
            margin-left: 2px
        }

        .blogDetailPost h2 {
            margin-left: -14px;
            padding-left: 12px
        }

        .blogContent h3 {
            font-size: 22px;
            margin: 20px 0
        }

        .blogContent h4 {
            font-size: 21px
        }

        .blogContent h2,
        .blogContent h2 span {
            font-size: 24px !important
        }

        .faqsection .content,
        .readtime {
            padding-left: 0
        }

        .faqsection .accordion-button::after {
            position: absolute;
            right: -10px
        }

        .faqsection .accordion-button {
            padding: 28px 10px
        }

        .faqsection .card_yellow {
            padding-right: 16px
        }

        .faqsection .accordion .paracontent {
            padding-right: 0
        }

        section .container {
            max-width: 100%
        }

        .borderrowflex {
            justify-content: center
        }

        .table_content_sec .form-select {
            height: 45px
        }

        .blogdesccontent {
            font-size: 16px;
            line-height: 30px;
            padding: 0 12px
        }

        .borderrow {
            padding: 12px 12px
        }

        section.banner .paracontent {
            text-align: start
        }

        .banner-sec {
            margin-top: 50px
        }
    }

    @media screen and (min-width:320px) and (max-width:767px) {
        .relatedbloginner .relblogbox .relblogboximg {
            display: none
        }
    }
}

.blogContent img {
    width: 100% !important
}
li {
    font-size: 18px !important;
}

strong {
    font-weight: 700 !important;
}
