@font-face {
  font-family: 'Avenir';
  src: url('../fonts/fonts/AvenirLTStd-Book.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir';
  src: url('../fonts/fonts/AvenirLTStd-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir';
  src: url('../fonts/fonts/AvenirLTStd-Roman.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir';
  src: url('../fonts/fonts/AvenirLTStd-Medium.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir';
  src: url('../fonts/fonts/AvenirLTStd-Heavy.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir';
  src: url('../fonts/fonts/AvenirLTStd-Black.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
}
body {
  font-family: 'Avenir', sans-serif;
  font-weight: 400; /* Book */
}
.banner_data > span {
    color: var(--Text-Grey-800, #1D2939);
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.72px;
    display: block;
    margin-bottom: 16px;
}
.banner_data h1 {
    color: #1D2939;
    font-size: 56px;
    font-style: normal;
    font-weight: 900;
    line-height: 110%;
    letter-spacing: -1.28px;
    margin-bottom: 16px;
}
.banner_data ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}
.banner_data ul li {
    color: var(--Text-Grey-700, #344054);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    display: flex;
    gap: 6px;
}
.banner_data ul li svg {
    min-width: 18px;
    margin-top: 4px;
}
.banner_data ul li span {
    color: var(--Text-Grey-700, #344054);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    display: flex;
    align-items: center;
    gap: 6px;
}
section.new-home_banner {
    padding: 116px 0;
    background: #FCFDFE;
}

/*Trusted_thousands Start*/
.marquee-trusted_learning {
    margin-bottom: 50px;
}
.marquee-trusted_learning .inner {
    margin-right: 124px;
}
.marquee-trusted_learning img {
    max-height: 45px;
}
/*Trusted_thousands End*/

/*We're the #1 Comparison Platform for finding Best CPE Courses start*/
section.we_are_the {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0.20) 100%), linear-gradient(118deg, rgba(254, 254, 254, 0.50) -46.13%, rgba(217, 209, 253, 0.50) -22.03%, rgba(178, 163, 253, 0.50) 6.31%, rgba(148, 126, 253, 0.50) 33.46%, rgba(127, 100, 252, 0.50) 58.7%, rgba(114, 85, 252, 0.50) 81.33%, rgba(109, 79, 252, 0.50) 99.13%);
    padding-top: 30px;
}
section.we_are_the h2 {
    color: var(--Text-Grey-700, #344054);
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.72px;
    max-width: 768px;
    margin-inline: auto;
    margin-bottom: 40px;
}
.weare_inner {
    border-radius: 12px 12px 0px 0px;
    background: var(--White, #FFF);
    padding: 40px 40px 0 40px;
    height: 100%;
}
.weare_inner h3 {
    color: var(--Text-Grey-800, #1D2939);
    font-family: Avenir;
    font-size: 26px;
    font-style: normal;
    font-weight: 800;
    line-height: 130%;
    margin-bottom: 12px;
}
.weare_inner p {
    color: var(--Text-Grey-500, #5D667B);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
/*We're the #1 Comparison Platform for finding Best CPE Courses end*/

/*Most Popular Continuing Education Provider Start*/
section.most_popular {
    padding-top: 100px;
    background: #F7FAFC;
    padding-bottom: 40px;
}
section.most_popular h2 {
    color: var(--Text-Grey-700, #344054);
    text-align: center;
    font-family: Avenir;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.72px;
    margin-bottom: 40px;
}
.popular_item_inner {
    padding: 12px 24px 12px 24px;
    border-radius: 8px;
    background: var(--White, #FFF);
    height: 100%;
}
.popular_item_inner > img {
    margin-bottom: 54px;
    margin-inline: auto;
}
.provider_details h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    color: var(--Text-Grey-700, #344054);
    font-family: Avenir;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 16px;
}
.provider_details ul {
    display: flex;
    flex-direction: column;
    gap: 6px;
    list-style: none;
}
.provider_details ul li {
    display: flex;
    align-items: flex-start;
    gap: 4px;
}
.provider_details ul li svg {
    min-width: 19px;
    margin-top: 4px;
}
.provider_details ul li span {
    color: var(--Text-Grey-500, #5D667B);
    font-family: Avenir;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.provider_details ul li span a {
    color: var(--Theme-Blue-500, #3A58EF);
    font-family: Avenir;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-decoration-line: underline;
}
section.most_popular .slick-prev,section.most_popular .slick-next {
    width: 24px;
    height: 206px;
}
section.most_popular .slick-prev {
    left: -40px;
}
section.most_popular .slick-next {
    right: -40px;
}
.most_popular .slick-dots {
    bottom: -80px;
}
.most_popular .slick-dots li {
    width: 50px;
}
.most_popular .slick-dots li button {
    width: 46px;
    height: 20px;
}
.most_popular .slick-dots li button:before {
    width: 46px;
    height: 8px;
    background: #EBEEFD;
    border-radius: 26px;
    font-size: 0;
    opacity: 1;
}
.most_popular .slick-dots li.slick-active button:before {
    background: #3A58EF;
    opacity: 1;
}
/*Most Popular Continuing Education Provider End*/

/*Featured Articles start*/
section.featured_articles {
    background: #F7FAFC;
    padding-block: 100px;
}
section.featured_articles h2 {
    color: var(--Text-Grey-700, #344054);
    text-align: center;
    font-family: Avenir;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.72px;
    margin-bottom: 40px;
}
.article_item {
    border-radius: 8px;
    background: var(--White, #FFF);
    padding: 16px;
    height: 100%;
}
.article_item h3 {
    color: var(--Text-Grey-700, #344054);
    font-family: Avenir;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 130%;
    height: 52px;
    overflow: hidden;
    margin-bottom: 8px;
    margin-top: 16px;
}
.date_article {
    display: flex;
    align-items: flex-start;
    gap: 7px;
    align-self: stretch;
    margin-bottom: 16px;
}
.date_article span {
    color: var(--Text-Grey-500, #5D667B);
    font-family: Avenir;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}
.article_item > p {
    color: var(--Text-Grey-500, #5D667B);
    font-family: Avenir;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}
.view_all {
    text-align: center;
    margin-top: 40px;
}
.view_all .btn-view {
    padding: 10px 18px;
    border-radius: 4px;
    background: var(--Theme-Blue-500, #3A58EF);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: var(--White, #FFF);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    display: inline-block;
}
/*Featured Articles End*/
@media (max-width: 767px) {
    section.new-home_banner {
        padding: 32px 0;
    }
    .banner_data h1 {
        font-size: 36px;
    }
    .banner_data > span {
        font-size: 24px;
    }
    section.we_are_the h2,section.most_popular h2,section.featured_articles h2{
        font-size: 24px;
    }
    section.most_popular{
        padding-top: 32px;
    }
    section.most_popular .slick-prev {
        left: 00px;
        z-index: 9;
    }
    section.most_popular .slick-next {
        right: 00px;
        z-index: 9;
    }
    section.featured_articles {
        padding-block: 32px;
    }
}