.seo_services_box {
    border-radius: 8px;
    background: var(--Theme-Blue-50, #EBEEFD);
    padding: 10px;
    height: 100%;
}

.FAQ_Main .FAQ_Box .accordion-body .seo_services_box ul li {
    list-style: none;
    position: relative;
    padding-left: 5px;
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}


.FAQ_Main .FAQ_Box .accordion-body .seo_services_box ul li:before {
    content: '';
    background: url(../images/digital-page/seo_check.svg);
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    position: absolute;
    left: -19px;
    top: 3px;
    display: inline-block;
}

.FAQ_Main .FAQ_Box .accordion-body .seo_services_box ul.list-unstyled li {
    list-style: disc;
    padding: 0;
}

.FAQ_Main .FAQ_Box .accordion-body .seo_services_box ul.list-unstyled li::before {
    display: none;
}


.seo_services_box p b {
    color: var(--Text-Grey-700, #344054);

/* Text lg / Semibold */
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 155.556% */
}

.FAQ_Main .FAQ_Box .accordion-body .seo_services_box p b {
    margin-bottom: 8px;
    color: var(--Text-Grey-700, #344054);

/* Text lg / Semibold */
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 155.556% */
}


.seo_services_box .seo_icon {
    margin-bottom: 8px;
}

.FAQ_Main .FAQ_Box .accordion-body ul li a {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.accordion-body {}

.FAQ_Main .FAQ_Box .accordion-body ul.list-unstyled {
    margin: 0;
}

.FAQ_Main .FAQ_Box .accordion-body ul.list-unstyled li {
    list-style: none;
}

.FAQ_Main .FAQ_Box .accordion-body .seo_services_box ul.list-unstyled {
    margin-left: 20px;
}

section.Explainer_Videos {

} 

section.Explainer_Videos h2 {
    color: var(--Theme-Dark-Blue-800, #26244A);
    text-align: center;

    /* Webpage/Header 2 */
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 43.2px */
    letter-spacing: -0.72px;
    margin-bottom: 48px;
} 

::before {}

section.Explainer_Videos .slick-prev, 
section.Explainer_Videos .slick-next {
    width: 40px;
    height: 40px;
}

section.Explainer_Videos .slick-prev.slick-arrow::before {
    content: '';
    background: url('../images/digital-marketing/Arrow_Left.svg');
    width: 40px;
    height: 40px;
    display: inline-block;
}

section.Explainer_Videos .slick-prev:hover.slick-arrow:before {
    content: '';
    background: url('../images/digital-marketing/Arrow_Left_Hover.svg');
    width: 40px;
    height: 40px;
    display: inline-block;
}

::before {}

section.Explainer_Videos .slick-next.slick-arrow::before {
    content: '';
    background: url('../images/digital-marketing/Arrow_Right.svg');
    width: 40px;
    height: 40px;
    display: inline-block;
}


section.Explainer_Videos .slick-next:hover.slick-arrow:before {
    content: '';
    background: url('../images/digital-marketing/Arrow_Right_Hover.svg');
    width: 40px;
    height: 40px;
    display: inline-block;
}

section.Explainer_Videos .Services_InnerBox.All_Videos_Box .View_Samples_Box.Videos_Box.Video_Img_Box:before {
    width: 366px;
    height: 224px;
}

section.Explainer_Videos .Services_InnerBox.All_Videos_Box:hover .View_Samples_Box.Videos_Box.Video_Img_Box:before {
    opacity: 0.7;
    background: #101828;
    width: 366px;
    height: 224px;
}

section.Explainer_Videos .View_Samples_Box.Videos_Box.Video_Img_Box h3.Video_style {
    opacity: 1;
    top: auto;
    border: 0;
    margin: 0;
    translate: inherit;
    position: absolute;
    bottom: 16px;
    left: 0;
    max-width: inherit;
    text-align: left;
    width: inherit;
    display: inline-block !important;
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    max-height: 60px;
    overflow: hidden;
}

section.Explainer_Videos .View_Samples_Box.Videos_Box.Video_Img_Box:after {
    content: '';
    background: linear-gradient(180deg, rgba(16, 24, 40, 0.00) 0%, #101828 100%);
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 12px;
    opacity: 0.8;
}

section.Explainer_Videos .slick-dots li.slick-active button {
    border-radius: 26px;
    background: var(--Theme-Blue-500, #3A58EF);
}

section.Explainer_Videos .slick-dots li.slick-active {}

section.Explainer_Videos .slick-dots li button {
    border-radius: 26px;
    background: var(--Theme-Blue-100, #D8DEFC);
    width: 23px;
    height: 8px;
}


section.Explainer_Videos .slick-dots li button:before {
    display: none;
}

section.Explainer_Videos .slick-dots {
    position: absolute;
    bottom: -40px;
}



.Must_Read_Blogs {
    background: var(--Theme-Blue-50, #EBEEFD);
}