
.col-md-12.col-lg-3.sticky-list,
.column.banner-index-wrapper {
    position: sticky;
    top: 96px;
    padding: 0 10px 0 15px;
    overflow-y: scroll;
}

.author-wrapper {
    position: static;
    top: 96px;
    padding: 0 10px 0 15px;
    overflow-y: scroll;
    border: none;
    height: 100%;
    background-repeat: no-repeat;
    background-position: left center, right center, left center, right center;
    background-size: 10px 100%, 10px 100%, 10px 100%, 10px 100%;
    background-attachment: local, local, scroll, scroll;
    -webkit-overflow-scrolling: touch;

    /* Hide scrollbar for Webkit (Chrome, Safari) */
    scrollbar-width: none;          /* Firefox */
    -ms-overflow-style: none;       /* IE/Edge */
}

.author-wrapper::-webkit-scrollbar {
    display: none; /* Webkit browsers */
}

.block-padd {
    padding: 50px 0;
}
p {
    font-size: 1rem;
    line-height: 1.75;
    margin: 1em 0;
}
.h1,
h1 {
    font-size: calc(2.3rem + 1.5vw);
}
.h2,
h2 {
    font-size: calc(1.325rem + 0.9vw);
}
.h3,
h3 {
    font-size: calc(1.3rem + 0.6vw);
}
.blog-content a {
    color: #0d6efd;
}
ul.footer-services li,
ul.posted-on {
    padding-left: 0;
}
.header-social-media {
    padding-left: 0 !important;
    margin-bottom: 40px;
}
.blogs-banner-part h1 {
    font-size: 30px;
    margin: 0 0 20px;
    font-weight: 700;
}
ul.header-social-media {
    padding: 0;
    margin: 0;
    display: flex;
    gap: 10px;
    list-style-type: none;
    display: block !important;
}
ul.header-social-media li {
    display: inline-flex;
    align-items: center;
}
ul.header-social-media li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(17 24 34 / 0.1);
    padding: 3px 10px;
    border-radius: 8px;
    color: #111822;
    transition: 0.3s ease-in-out;
    width: 80px;
    text-decoration: none;
}
ul.header-social-media li i {
    font-size: 20px;
    margin-right: 5px;
    line-height: 1;
    width: 20px;
    height: 20px;
}
@media screen and (max-width: 600px) {
    ul.header-social-media {
        flex-wrap: wrap;
        justify-content: space-evenly;
    }
    ul.header-social-media li a {
        width: auto;
        padding: 8px 12px;
    }
    ul.header-social-media li i {
        width: 24px;
        height: 24px;
        font-size: 18px;
    }
}
.blog-content ul {
    margin-left: 0;
    padding-left: 16px;
}
.blog-content ul li {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 0.3px;
    margin: 1em 0;
    color: #111822;
}
.influencer-listicles {
    margin: 20px 0;
}
.influencer-picture img {
    width: 100%;
    border-radius: 8px;
}
.influencer-content > span {
    font-size: 50px;
    font-weight: 700;
    color: #afb9c6;
}
.influencer-content h3 {
    margin-top: -15px;
    margin-bottom: 5px;
}
ul.profile-stats li span {
    font-weight: 600;
}
ul.profile-stats {
    margin-bottom: 10px;
    margin-left: 0;
}
.fixed-social-media {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 999;
    padding: 0;
}
ul.social-media-share {
    display: flex;
    width: 100%;
    justify-content: center;
}
ul.social-media-share li a {
    padding: 2px 10px;
    display: block;
    font-size: 1rem;
    background-color: #9e6bf9;
    color: #fff;
}
.blog-content ul li,
.blog-content ol li
{
    font-size: 18px !important;
        line-height: 36px !important;
        color: #000 !important;
}
.blog-content img,
.blogs-banner-part .container {
    max-width: 100%;
    margin: 1rem 0;
    border-radius: 10px;
}
.blogs-banner-part {
    margin-top: 3rem;
}
.no_bullets {
    background-color: #f1f4f7;
    max-width: 500px;
    padding: 10px 10px 28px;
}
.no_bullets p {
    margin-left: 20px;
}
.no_bullets > ul,
ul.influencers-bullets-list {
    margin: 0;
}
.no_bullets > ul li {
    line-height: 0.9rem;
}
 .blogs-banner-part ul li, ul.toc_list li a {
    color: #687385;
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
}
.blogs-banner-part p {
    margin: 0.5rem 0;
}
ol, ul {
    padding-left: 1rem !important;
}
#toc_container,
ul.influencers-bullets-list li h4.usp-heading {
    display: none;
}
.read-more-btn::before {
    color: #00b2ff;
}
ul.influencers-bullets-list li {
    list-style: none;
    margin-top: 3rem;
    margin-bottom: 5rem;
}
ul.influencers-bullets-list li h3 {
    margin-bottom: 15px;
}
ul.influencers-bullets-list li h4:first-of-type {
    display: block;
}
ul.influencers-bullets-list li h4 + p:before {
    content: "USP:";
    font-weight: 600;
    line-height: 1.45;
    padding-right: 10px;
}
.small-index-btn {
    cursor: pointer;
    color: #00b2ff;
}
.small-index li a{
    padding: 0.3rem 0rem;
}

.profile-card {
    max-width: 400px;
    margin: auto;
  }
  
  .author-info {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.2rem;
  }
  
  .profile-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
  }
  
  .author-info h3 {
    font-size: 1.1rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0;
  }
  .author-info h3 a {
    color: #111822;
    text-decoration: none;
  }
  
  .linkedin-icon {
    width: 16px;
    height: 16px;
  }
  
  .author-info p {
    font-size: 14px !important;
    color: #555 !important;
    margin-top: 0rem !important;
    font-weight: 400 !important;
    padding: 5px 0 !important;
    line-height: 18px;
    margin-bottom: 0px;
  }
  
  .cta-box {
    background-color: #1d337c;
    color: white;
    border-radius: 10px;
    padding: 0.5rem 1rem 1.5rem;
  }
  
  .cta-box h2 {
    font-size: 1.25rem;
    font-weight: bold;
    margin: 0.5rem 0 0rem;
  }
  
  .cta-box p {
    font-size: 14px !important;
    color: #ffffff !important;
    margin: 0.5rem  0 !important;
    font-weight: 400 !important;
    padding: 0px 0 10px !important;
    line-height: 18px;
  }
  
  .cta-box a {
    background-color: #ff6533;
    border: none;
    padding: 0.75rem 1.5rem;
    color: white;
    border-radius: 8px;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
  }
  
  .cta-box button:hover {
    background-color: #e8521f;
  }
@media only screen and (min-width: 768px) {
    .fixed-social-media {
        bottom: auto;
        top: 50%;
        transform: translate(0, -50%);
    }
    ul.social-media-share {
        flex-direction: column;
        display: flex;
        width: 100%;
        justify-content: center;
    }
    .blogs-banner-part .no_bullets {
        display: none;
    }
    #toc_container {
        display: block;
    }
    .no_bullets {
        padding: 10px 30px 28px;
    }
}
@media only screen and (min-width: 1200px) {
    .blogs-banner-part h1 {
        font-size: 40px;
    }
        .author-wrapper{
        position: sticky;
        top: 96px;
        padding: 0 10px 0 15px;
        overflow-y: scroll;
        background-color: #fff;
        max-width: 100%;
        padding: 0 26px;
        border-radius: 10px;
    }
    .block-padd {
        padding: 70px 0;
    }
    .blog-content .container {
        max-width: 860px;
    }
    .blog-content ul {
        padding-left: 15px;
    }
    .blog-content h3 {
        font-size: 1.3rem;
    }
}
@media only screen and (min-width: 1400px) {
    .blog-content h3 {
        font-size: 1.6rem;
    }
}
.blogs-banner-part div.no_bullets p,
div#toc_container p {
     font-size: 18px;
    line-height: 22px;
    margin: 0.1rem 0 0;
    color: #1a223f;
    padding: 20px 0;
    font-weight: 600;
}
div#toc_container > ul {
    margin: 0;
    position: relative;
    padding-left: 20px;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.blogs-banner-part div.no_bullets,
div#toc_container {
    background-color: #fff;
    border: 1px solid #e8f0fb;
    max-width: 100%;
    padding: 0 30px;
    border-radius: 10px;
}
.blog-content {
    padding-top: 1.5rem;
}
ol,
ul {
    padding-left: 0rem;
}
.blogs-banner-part div.no_bullets ul li,
div#toc_container ul li {
    list-style: auto;
    color: #6d6d6d;
    line-height: 25px;
}
.column.banner-index-wrapper {
    flex: 0 0 20%;
    max-width: 20%;
    display: flex;
    flex-wrap: wrap;
    border: none;
    height: 700px;
}
.column.banner-text-wrapper {
    flex: 0 0 75%;
    max-width: 75%;
    padding: 32px 36px 0;
}
.banner-text-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.tagline {
    font-size: 16px;
    font-style: italic;
    font-weight: 700;
    line-height: 28px;
    text-align: left;
    color: #e6184e !important;
}
.our-video-pannel {
    text-align: left;
    padding: 4rem;
    margin: 2rem 0;
}
.our-video-pannel h2,
p {
    color: #000;
}
.our-video-pannel p {
    color: rgb(0 0 0 / 0.8);
}
.accord-sec {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2rem;
    align-items: center;
}
.accord-block {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 10px;
}
.accod-panel.active h3,
.accod-panel.active h4 {
    color: #5348d5;
    background: #5348d51a;
    box-shadow: 0 4px 4px 0 #00000040;
    border-radius: 11px;
    padding: 12px 0 12px 80px;
    border: 1px solid #ddd;
    font-weight: 400;
}
.accod-panel {
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
}
.accod-panel h3,
.accod-panel h4 {
    color: #2d2d2d;
    background: #9c9c9c1a;
    border-radius: 11px;
    padding: 12px 0 12px 80px;
    border: 1px solid #ddd;
    font-weight: 400;
    line-height: 32px;
}
.social-media-icons p,
ul.toc-list-item li {
    color: #000;
}
.list-img {
    height: 100% !important;
    width: 100% !important;
    position: relative !important;
    max-width: 100% !important;
}
.accod-content p {
    padding: 0 40px 0 35px;
}
.accod-head {
    cursor: pointer;
    position: relative;
}
h3.accod-head.accord-text,
h4.accod-head.accord-text {
    padding: 7px 0 7px 80px;
}
.accod-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s;
}
.accod-panel.active .accod-content {
    max-height: 100%;
}
.accod-head i {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s;
    padding-left: 35px;
}
.accod-panel.active .accod-head i {
    transform: translateY(-50%) rotate(180deg);
    padding-right: 35px;
}
.accord-block img {
    height: 348px;
    width: 355px;
    margin: 0 auto;
    display: table;
}
.blog-heading {
    background: #468cef1a;
    color: #468cef;
    font-size: 32px;
    padding: 1.3rem 1rem 1.3rem 3rem;
    margin-bottom: 2rem;
    margin-top: 2rem;
    width: 100%;
}
ul.influencers-bullets-list li img {
    width: 200px;
    height: 265px;
    border: 1px solid #eee;
    border-radius: 5px;
    margin-bottom: 25px;
}
ul.influencers-bullets-list li h4 + p {
    color: #111822;
    font-weight: 400;
    color: var(--dark-heading);
    background: #c1c8dd1a;
    padding: 1.3rem 1rem;
    border-radius: 5px;
}
ul.influencers-bullets-list li h3 span:first-child {
    margin-bottom: 10px;
    color: #d70f45;
}
.social-media-icons {
    margin-top: 2rem;
    margin-bottom: 4rem;
}
ul.footer-social-media.social-media-list li a {
    align-items: center;
    display: flex;
    justify-content: center;
}
.header-scroll-bar {
    position: fixed;
    bottom: 0;
    z-index: 1;
    width: 100%;
}
.header-scroll-bar h2 {
    text-align: center;
}
.progress-container {
    width: 100%;
    height: 8px;
    background: #fff;
}
.progress-bar {
    height: 8px;
    background: #e00c42;
    width: 0%;
}
.col-md-12.col-lg-3.sticky-list {
    display: flex;
    flex-wrap: wrap;
    border: none;
    height: 0;
    background-repeat: no-repeat;
    background-position: left center, right center, left center, right center;
    background-size: 10px 100%, 10px 100%, 10px 100%, 10px 100%;
    background-attachment: local, local, scroll, scroll;
    -webkit-overflow-scrolling: touch;
}
.whatsapp-icon,
ul.footer-social-media.social-media-list li a {
    border-radius: 100%;
    color: #fff;
    display: flex;
    text-decoration: none;
}
.sticky-list::-webkit-scrollbar-thumb:hover {
    background: #df1e4f4d;
}
.sticky-list::-webkit-scrollbar-thumb {
    background: #8c8c8c78;
    border-radius: 20px;
}
.sticky-list::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 20px;
}
.sticky-list::-webkit-scrollbar {
    width: 0;
}
ul.footer-social-media li {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 0;
    list-style: none;
    text-decoration: none;
}
ul.footer-social-media.social-media-list li a {
    font-size: 1.5rem;
    height: 50px;
    width: 50px;
    background-color: #476483;
    align-items: center;
    justify-content: center;
    list-style: none;
}
.side-link.active {
    color: red !important;
}
ul.toc-list-item li {
    list-style: circle !important;
    line-height: 30px;
}
footer {
    background-color: #111822;
    color: #fff;
    padding-top: 3rem;
    border-radius: 24px 24px 0 0;
}
footer p {
    color: rgb(255 255 255 / 0.5);
    font-size: 1rem;
}
.social-media {
    margin-bottom: 2rem;
}
.social-media a {
    color: #fff;
    margin-right: 10px;
}
.social-media i {
    font-size: 24px;
}
p.copyright,
ul.disclimer-links li a {
    font-size: 0.9rem;
    color: #fff;
}
footer ul {
    margin: 0 0 1.5rem;
    padding: 0;
}
footer ul li {
    list-style: none;
    padding: 0 0 12px 30px;
    position: relative;
}
footer ul li a {
    text-decoration: none;
    color: #fff;
}
footer ul li i {
    position: absolute;
    left: 0;
    top: 5px;
}
ul.footer-services li a {
    color: #fff;
    text-decoration: none;
}
.lower-footer-row {
    border-top: 2px solid;
    padding: 2rem 0;
    align-items: center;
    margin-top: 3rem;
}
ul.disclimer-links {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 1rem;
    margin-bottom: 0;
}
ul.disclimer-links li {
    list-style: none;
    padding-left: 0;
    margin-right: 20px;
}


.accod-h4 {
    margin-top: 35px;
    font-size: 1.4em;
    margin-bottom: 10px;

}

.accod-content-p p {
    margin-top: 0;
}

.blog-heading {
    margin-bottom: 1rem;
    margin-top: 2rem
}

.banner-content-block {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 2rem;

}

.banner-content-block img {
    height: 100%;
    width: 100%
}

ul.posted-on {
    margin-top: 20px;
    margin-bottom: 18px
}

.no_bullets ul li,
ul.posted-on li,
ul.profile-stats li,
ul.second-level-menu>li,
ul.social-media-share li {
    list-style: none
}


@media only screen and (min-width:1200px) {
    .banner-content-block {
        margin-top: 0;
    }
    .blog-content h3 {
        font-size: 1.7em;
    }
}

.blogs-banner-part div.no_bullets ul li,
div#toc_container ul li {
    list-style: auto;
    color: #1a223f;
    line-height: 25px;
}

.small-index {
    padding-left: 16px;
}

.stats-block {
    border: none;
    border-radius: 10px;
    padding: 3px 0;
    margin-bottom: 10px;
}

.stats-block {
    border-top: 1px solid #eee;
}

.stats-wrapper {
    display: grid;
    justify-content: center;
    align-items: center;
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
    border-radius: 10px;
    padding: 3px 0;
}

.stat-item {
    font-size: 16px;
    padding: 10px;
    border-radius: 5px;
    display: table;
    margin: 0 auto 10px;
    display: flex;
    align-items: center;
    font-size: .9rem;
    padding: 10px;
    border-radius: 5px;
    width: 100%;
    border: 1px solid #3C4246C2;
    background-color: rgb(220 53 69 / 5%);
}

.stat-item span {
    font-weight: 600;
    padding-right: 10px;
}

@media only screen and (min-width: 786px) {
    .stat-item {
        border: none;
        margin: 0 auto 0;
        width: 175px;
        background-color: #fff0;
    }

    .stats-block {
        background-color: #DC354505;
        border: 1px solid #DC354559;
        border-radius: 10px;
        padding: 3px 0;
    }

    .stats-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 768px) {
    ul.disclimer-links {
        margin-top: 0;
    }
}
@media only screen and (min-width: 992px) {
    .attract-banner-home h3,
    .h2,
    h2 {
        font-size: 2.1rem;
        line-height: 1.38;
    }
    ul.influencers-bullets-list li {
        position: relative;
        padding-left: 240px;
    }
    ul.influencers-bullets-list li img {
        position: absolute;
        left: 0;
        top: 0;
    }
    .blogs-banner-part .row {
        flex-direction: row;
        align-items: start;
    }
    ul.disclimer-links {
        justify-content: flex-end;
    }
}
@media only screen and (min-width: 1200px) {
    ul.header-social-media li a {
        width: 72px;
    }
    .vp-container .row {
        flex-direction: row-reverse !important;
        justify-content: left;
        padding: 0.rem 0;
    }
    footer {
        padding-top: 6rem;
    }
    ul.influencers-bullets-list li h4 + p {
        padding: 1.3rem 1rem 1.3rem 2.2rem;
    }
    .dropdown-item,
    .nav-link,
    .to-top a,
    .why-card p,
    footer p,
    footer ul li,
    p {
        font-size: 18px;
        line-height: 36px;
    }
    .blogs-banner-part div.no_bullets,
    div#toc_container {
        border: none;
    }
    .accord-block {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 10px;
    }
    .col-md-12.col-lg-3.sticky-list {
        height: 700px;
    }
    .col-md-12.col-lg-3.author-wrapper {
        height: 700px;
    }
    .blog-heading {
        margin-bottom: 4rem;
        margin-top: 4rem;
    }
    .container {
        max-width: 1220px;
    }
}
@media (min-width: 1400px) {
    .container {
        max-width: 1240px;
    }
}
