.article-page.first-container {
    margin-top: 23px;
}
.hero-section-article {
    /*height: 432px;*/
    height: 320px;
    background-size: cover;
    background-repeat: no-repeat;
    width: auto;
    margin-bottom: 25px;
    border-radius: 16px;
   /* margin-left: 30px;
    margin-right: 30px;*/
}
.container.breadcrumb-social-section .row {
    align-items: center;
}
.nav-breadcrumb .small span span, .nav-breadcrumb .small span span a {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #383434;
}
.breadcrumb-social-section .nav-breadcrumb img {
    position: relative;
    top: -2px;
    margin-right: 3px;
}
.nav-breadcrumb .small {
    margin-bottom: 0;
}
.article-social-sharing-mobile .article-social-sharing{
    display: none;
}
.article-social-sharing {
    display: flex;
    align-items: center;
    justify-content: right;
    background: #f5f6fa;
    border-radius: 16px;
    padding: 10px 24px 10px 0px;
}
.article-social-sharing img {
    width: 30px;
}
.article-social-sharing a {
    margin-right: 16px;
}
.article-social-sharing a:last-child{
    margin-right: 0;
}
.article-social-sharing span {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #383434;
    margin-right: 20px;
}

.article-content {
    margin-top: 25px;
    margin-bottom: 160px
}
.article-page-hr {
    border-bottom: 2px solid #706E6E;
    margin-top: 80px;
    margin-bottom: 80px;
    /*display: none;*/
}
.left-side-content h1 {
    font-family: Poppins;
    font-weight: bold;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -0.02em;
    color: #212934;
    margin-bottom: 16px;
}

.additional-info {
    font-weight: 300;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -0.01em;
    color: #383434;
    margin-bottom: 24px;
}

.main-content p {
    font-size: 18px;
    line-height: 28px;
    color: #212934;
}

.main-content ul li {
    font-size: 18px;
    line-height: 28px;
    color: #212934;
    list-style: inside;
}

.main-content h2 {
    font-family: Poppins;
    font-size: 32px;
    line-height: 40px;
    color: #212934;
    margin-top: 40px;
    font-weight: bold;
}

.main-content h3 {
    font-family: Poppins;
    font-size: 28px;
    line-height: 36px;
    color: #212934;
    margin-top: 30px;
    font-weight: bold;
}

.main-content img {
    max-width: 100%;
    height: auto;
}

.main-content h2 b, .main-content h3 b {
    font-weight: unset;
}



.author-section {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}
.author-section img {
    width: 48px;
    height: 48px;
    border-radius: 3.55568px;
}
.author-meta {
    border-left: 2px solid #FF1C1C;
    margin-left: 16px;
    padding-left: 16px;
}
.author-meta p {
    margin: 0;
}
.auth-name {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #383434;
}
.article-date {
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    color: #383434;
    font-style: italic;
}

.article-carousel-section-heading {
    text-align: center;
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    color: #212934;
    margin-bottom: 60px;
}
.article-carousel-section-heading span {
    color: #FF1C1C;
    font-weight: 600;
}

.quick-link {
    border-radius: 16px;
    background: #f5f6fa;
    padding: 20px;
    position: sticky;
    top: 100px;
}
.quick-link-heading {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #212934;
    text-transform: uppercase;
}
.quick-link-title {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #212934;
    display: block;
}
.quick-link-title:hover {
    cursor: pointer;
}
.quick-link hr {
    margin: 8px 0;
    border-color: #212934;
    width: 93%;
}
.quick-link-title:last-child{
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.article-sidebar-mobile .quick-link{
    display: none;
}
.article-page .article-carousel-fp{
    margin-bottom: 50px;
}

@media only screen and (min-width: 1650px){
    .single .container-fluid {
        max-width: 1500px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (max-width: 1200px) {
    .article-sidebar-desktop .quick-link{display: none;}
    .article-sidebar-mobile .quick-link{
        display: block;
    }

    .article-social-sharing {
        padding: 10px;
    }
    .article-social-sharing a {
        margin-right: 0px;
    }
    .article-content .row {
        flex-flow: column-reverse;
    }

    .quick-link {
        max-width: fit-content;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 16px;
        position: unset;

    }

    .quick-link hr {
        margin: 8px auto;
    }
}

@media only screen and (max-width: 991px) {
    body.single-post .page-template-feature-page .container-fluid.banner-2-fp{
        margin-bottom: 0;
    }
    .article-content{
        padding-bottom: 16px;
    }
    .hero-section-article {
        height: 300px;
    }
    .nav-breadcrumb .small span span, .nav-breadcrumb .small span span a{
        font-size: 16px;
    }
    .article-social-sharing span {
        margin-right: 5px;
        font-size: 14px;
    }
    .article-social-sharing img {
        width: 24px;
    }
    .left-side-content h1 {
        font-size: 28px;
        line-height: 36px;
        /* margin-bottom: 4px;*/
        margin-bottom: 15px;
    }
    .additional-info {
        font-size: 20px;
        line-height: 28px;
    }
    .main-content p, .main-content ul li {
        font-size: 16px;
        line-height: 24px;
    }
    .main-content h2 {
        font-size: 22px;
        line-height: 30px;
    }
    .main-content h3 {
        font-size: 20px;
        line-height: 28px;
    }
    .main-content h4 {
        font-size: 18px;
    }
    .article-carousel-section-heading {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 32px;
    }
    .article-page-hr {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .article-page .article-carousel-fp{
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 767px) {
    /*.article-page .container-fluid {
        margin-right: 15px;
        margin-left: 15px;
    }*/
    .article-content {
        margin-top: 5px;
    }
    .hero-section-article {
        height: 200px;
    }
    .breadcrumb-social-section .wrap-section.nav-breadcrumb {
        margin-bottom: 10px;
    }
    .article-social-sharing {
        justify-content: center;
        width: 100%;
        margin: 0 auto;
        padding: 10px 24px;
    }
    .article-social-sharing span {
        margin-right: 24px;
        font-size: 16px;
    }
    .article-social-sharing{
        display: none;
    }
    .article-social-sharing-mobile .article-social-sharing{
        display: flex;
        margin-bottom: 20px;
    }
    .quick-link {
        width: 100%;
        max-width: none;
    }

    .breadcrumb-social-section .wrap-section.nav-breadcrumb{
        margin-bottom:  10px;
        overflow-x: auto;
    }
    .nav-breadcrumb .small span span{
        display: inline-flex;
        white-space: nowrap;
    }
}