@import url('https://fonts.googleapis.com/css2?family=Alice&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;700&display=swap');
@font-face {
    font-family: 'Alice Regular';
    src: url('../font/Alice-Regular.woff2') format('woff2'),
        url('../font/Alice-Regular.woff') format('woff'),
        url('../font/Alice-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
:root {
    --clr-primary : #F8D2CE;
    --clr-accent : #D15450;
    --clr-text : #000000;
    --clr-white : #fff;
    --clr-para : #4D4D4D;
    --clr-border : #96CDD4;
    --clr-light-pink : #F2D6CE;
    --clr-img-desc : #808080;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    /* font-family : 'Nunito Sans', sans-serif;
    font-family: 'Alice Regular', serif; */
}
main .main-content {
    font-family : 'Nunito Sans', sans-serif;
    font-family: 'Alice Regular', serif;
}

body,
p,
h1,
h2,
h3,
ul {
    padding : 0;
    margin : 0;
}

.color-white {
    color : var(--clr-white);
    padding-left: 20px;
    padding-right: 20px
}

img {
    border-radius : 0px !important;
}

.text-center {
    text-align : center;
}

.d-flex {
    display : flex;
}

.d-grid {
    display : grid;
}

.container {
    max-width : 1920px;
    padding-inline : 50px;
}

ul {
    list-style-type: none;
}

a {
    text-decoration: none !important;
    color : var(--clr-img-desc);
    font-weight : 400;
}

a:hover {
    /* color : var(--clr-accent) !important; */
}

.banner {
    width : 100%;
}

.heading {
    font-size : 80px;
    line-height : 80px;
    font-weight : 400;
    color : var(--clr-text);
    letter-spacing: 2px;
}

.sub-heading {
    font-weight : 600;
    font-size : 30px;
    line-height : 40px;
}

.article-para {
    font-size : 20px;
    font-weight : 400;
    font-family : 'Nunito Sans', sans-serif;
    line-height : 48px;
    color : var(--clr-para);
}
.main-content-section .soure_ct {
    font-family : 'Nunito Sans', sans-serif;
}
.mt-40 {
    margin-top : 40px;
}

.pt-40 {
    padding-top : 40px;
}

.pb-40 {
    padding-bottom : 40px;
}

/* section:not(.banner-section) {
    margin-top : 150px;
} */

.subtitle {
    color : var(--clr-accent);
    font-size : 40px;
    line-height : 48px;
    font-family : 'Alice Regular', sans-serif;
    font-weight : 400;
}

.relative {
    position : relative;
}

.absolute {
    position : absolute;
}

/* Sponsor head */
.sponsor-head .d-flex{
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
section.sponsor-head {
    padding: 30px 180px;
}
.pt_right_flex {
    display: flex;
}
img.brandstudio,img.imda {
    max-width: 165px;
    min-width: 120px;
    width: 100%;
}

.client-banner-section {
    margin-top: 70px;
    margin-bottom: 70px;
}

/* Submenu */
.sub-menu li {
    color: #f1f1f1;
    display: inline-block;
    width: auto;
    height: 80px;
    /* line-height: 100px; */
    font-weight: 400;
    font-family: 'Alice Regular';
}

.sub-menu a {
    text-decoration: none;
    color: #000000;
    display: block;
    font-size: 22px;
}

.sub-menu ul {
    margin: 0;
    padding-left: 0;
    display: flex;
    align-items: center;
    overflow: auto;
    white-space: nowrap;
    overflow-y: hidden;
    height: 80px;
    justify-content: center;
}

.menu {
    height: 80px;
}
#article-page .slick-slide img {
    margin-bottom: 10px;
}
#article-page.story3 .slick-slide .pt_img_related img ,
#article-page.story2 .slick-slide .pt_img_related img {
    margin-bottom: 0;
    margin-top: 0;
}
.pt_main_story1 .article-slider {
    background: #95ced5;
}
.story2 .pt_main_story1 .article-slider-item .des_title_intro {
    color: #232e62;
}
.main-story1 .pt_sub_intro2 .sub_banner2 img {
    width: 100%;
    display: block;
    margin: 70px 0;
}
.main-story1 .pt_main_story1 .pt_bg_article-slider .article-slider .slick-track {
    align-items: unset;
}
.pt_main_story1 .pt_content_2 .main-content-subtitle {
    margin-bottom: 10px !important;
}
.pt_main_story1 .sub_banner2 img{
    width: 100%;
    display: block;
    margin-top: 70px;
}
.pt_des_banner2 .pt_last_para {
    margin-bottom: 0 !important;
}
.main-story1 .intro-section img.banner1 {
    margin-bottom: 70px;
    display: block;
    width: 100%;
}
.main-story1 .intro-section .mt_sub_subtitle ,
.main-story1 .intro-section .mt_sub_subtitle .subtitle{
    margin-top: 0 !important; 
}
.sub_pt_pt_quetsion a.pt_hyperlink {
    font-size: 20px;
    color: #212529;
    text-decoration: underline !important;;
}
.story2 .text_decoration> a:hover{
    color: unset !important;
}
.story3 a.pt_hyperlink:hover {
    color: unset !important;
}
.story2 .detail-sub-footer a:hover {
    color: #FFFFFF !important;
    background-color: #000000 !important;
}
.main-story4.story2 .intro-section .mt-40.mt_sub_subtitle {
    width: 100%;
}
.main-story4.story2 .related-articles-section {
    margin-top: 120px;
}
.story3 .in-question > p {
    line-height: 48px;
}
.story3 a.pt_img_related ,
.story2 a.pt_img_related {
    display: block;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
}
#article-page .article-slider-section .slick-slide img {
    transform: translateX(-10%);
    max-width: 610px;
}
#article-page .slick-list .slick-slide {
    margin-bottom: 0;
}

.sub-menu li::before{
    content: none;
}

.sub-menu ul li a img {
    width: 25px;
    margin-right: 15px;
}

.sub-menu li.menu-mobile {
    display: none;
}
.sub-menu li span.home-menu-mobile {
    display: none;
}

li::before {
    display : none;
}

.sub-menu a {
    text-decoration: none;
    color: #000000;
    display: block;
    font-size: 22px;
}

.menu li a:hover {
    color: var(--clr-accent);
}
.menu li.menu-mobile a:hover{ 
    color: #000000;
}
.menu li.active-mobile a:hover { 
    color: var(--clr-accent);
}

.menu li.active-mobile a {
    color: var(--clr-accent);
} 

.menu-detail a {
    font-size: 25px;
    font-weight: 400;
}

.content-sub-footer {
    background: url("https://info.channelnewsasia.com/brandstudio/pccsolis/assets/images/parkway/sub_banner.jpeg");
    width: 100%;
    /* height: 350px; */
    padding: 110px 0 100px;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.content-sub-footer .detail-sub-footer {
    text-align: center;
    width: 60%;
}
.story3 .content-sub-footer .detail-sub-footer h3 ,
.story2 .content-sub-footer .detail-sub-footer h3 {
    margin-bottom: 30px;
}
.content-sub-footer .detail-sub-footer h3 {
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 35px;
    line-height: 45px;
    color: #000000;
    margin-bottom: 40px;
    font-family: 'Alice Regular';
}
.content-sub-footer .detail-sub-footer a {
/* height: 57px;
line-height: 58px; */
    display: inline-block;
    text-decoration: none;
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    color: #FFFFFF;
    letter-spacing: 1px;
    background-color: #D15450;
    padding: 15px 40px;
    font-family: 'Nunito Sans';
}

#article-page .sub-menu li.menu-mobile {
    display: none;
}
#article-page .sub-menu li span.home-menu-mobile {
    display: none;
    letter-spacing: 2px;
}

#article-page .sub-menu li {
    padding-left: 0;
    margin-bottom: 0;
    color: #f1f1f1;
    display: flex;
    width: auto;
    font-weight: 400;
    font-family: 'Alice Regular';
    flex-direction: column;
    justify-content: center;
}


/* Banner section */
.article-nav {
    display : flex;
    justify-content : center;
    align-items : center;
    gap : 10px;
}

.home-icon {
    width : 25px;
}

.article-nav-item {
    font-size: 25px;
    line-height : 30px;
}


.article-nav > li:not(:nth-child(1)) {
    border-left : 1px solid var(--clr-white);
    padding-left : 1rem;
}

.article-nav-item a {
    color : var(--clr-img-desc);
}
.main-story4 .banner-section {
    background: #95ced5;
}
.story2.main-story4 p.intro-para.article-para:nth-child(3) {
    padding-bottom: 15px;
    padding-top: 15px;
}
.main-story4 .img-title-intro2 p {
    font-size: 175px;
    height: 215px;
}
.main-story4.story2 .statistic-intro {
    margin-bottom: 50px;
}
.main-story4.story2 .text_article-pr p.main-content-para.article-para:last-child{ 
    padding-bottom: 70px;
}
.main-story1 .intro-section .mt_sub_subtitle p.intro-para.article-para:last-child{
    padding-bottom: 70px;
}
.story2 .text_article-pr p.main-content-para.article-para:last-child{
    margin-bottom: 0 !important;
    padding-bottom: 60px;
}
.main-story4 .mt_sub_subtitle  p.intro-para.article-para {
    margin: 0;
    padding: 15px 0;
}
.main-story4 .mt_sub_subtitle p.intro-para.article-para:last-child {
    margin-bottom: 0;
    padding-bottom: 60px;
}
.main-story4 .mt_sub_subtitle p.intro-para.article-para:first-child {
    padding-top: 0;
}
.main-story4 .mt-40.mt_sub_subtitle  {
    margin-top: 30px;
}
#article-page.main-story4 .pt_article2 .slick-slide img {
    margin-bottom: 40px;
}
.story2 .img-title-intro2 {
    gap: 0 !important;
}
.pt_bg_article-slider {
    background: var(--clr-primary);
}
.main-story1 .pt_bg_article-slider {
    background: #95ced5;
}
.main-story1 .pt_bg_article-slider>p.des_title_intro {
    color: #232e62;
}
.pt_story4_article .pt_bg_article-slider {
    background: var(--clr-primary);
    padding-inline: 30px;
}
.pt_bg_article-slider>p.des_title_intro{
    text-align: center;
    color: var(--clr-accent);
    font-size: 20px;
    font-weight: 400;
    font-family: 'Alice Regular', sans-serif;
    line-height: 30px;
    width: 70%;
    margin: 0 auto;
}
.banner-section {
    background : var(--clr-primary);
    position : relative;
    height : 300px;
}
 .text-long .story2 .main-content-info-card-para p {
    margin-bottom: 10px;
}
.story2 .statistic-intro p {
    /* margin: auto; */
}
.main-story4 .pt_story2.pt_article2 .article-slider-item .article-slider-para {
    height: 200px !important;
    padding-bottom: 0 !important;
}
#hero-banner {
    width : 85%;
    position : absolute;
    left : 50%;
    transform : translate(-50%, 0);
    top : 80px;
    max-height: 750px;
    max-width: 1720px;
}

/* Intro Section */
.intro-section {
    background : var(--clr-white);
    padding-inline : 40px;
    /* max-width : 90%;  */
    z-index : 2;
    width : 75%;
    position : relative;
    top : 30%;
    left : 50%;
    transform : translate(-50%, 0);
    border-left : 1px solid var(--clr-border);
}

.intro-para.article-para .text_decoration{
    text-decoration: underline;
} 
.story2 p.intro-para.article-para:nth-child(3) {
    padding-bottom: 30px;
    padding-top: 30px;
}
.icon_intro_section1 {
    text-align: center;
    /* padding-bottom: 60px; */
}
.story2 .icon_intro_section1 {
    padding-bottom: 100px;
}
.story2 .icon_intro_section1 p {
    margin-bottom: 0;
}
.story2 .related-articles-section {
    margin-top: 50px;
}
.story2 .icon_intro_section1.pt_intron_bn3 {
    padding-bottom: 0;
}
.story2 p.main-content-para.article-para {
    margin-bottom: 30px;
}
.slick-arrow:hover{
    cursor: pointer;
}
.story3 .content-quiz .right-arrow.slick-arrow:hover{ 
    cursor: pointer;
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
}
.story3 .content-quiz .left-arrow.slick-arrow:hover{ 
    cursor: pointer;
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
}
.icon_intro_section1 img {
    padding-bottom: 30px;
    margin: 0 auto;
}

.story3 .detail-op-quiz .slick-dots li {
    margin: 0 2px;
}
.img-title-intro2 {
    width: 50%;
    display: flex;
    gap: 30px;
    justify-content: center;
}
.statistic-intro {
    display: flex;
    /* margin-left: 36px; */
    font-family: 'Alice Regular';
}
.img-title-intro2 p {
    /* width: 50%; */
    display: inline-block;
    font-size: 150px;
    height: 175px;
    border-bottom: 2px solid;
    margin: auto;
    color: #FFFFFF;
    margin-top: 2%;
}
.main-story1 .img-title-intro2 {
    gap: 45px;
}

img.imda2 {
    max-width: 96px;
    min-width: 60px;
}
img.imda1 {
    max-width: 69px;
    min-width: 60px;
}

.main-story1 .img-title-intro2 p {
    font-size: 170px;
    height: 200px;
}
.statistic-intro p span {
    font-size: 80px;
}
.story2 .main-content-text {
    padding-top: 30px;
}
.story2 .main-content-text.pt_sub_intro2{
    padding-top: 70px;
}
.story2.main-story1 .main-content-text.pt_sub_intro2 {
    padding-bottom: 40px;
}
.story2 .intro-section .pt_title_banner {
    width: 100%;
}
.story2 .op-arrow.left-arrow.slick-disabled, 
.story2 .op-arrow.right-arrow.slick-disabled {
    opacity: 0.5;
}
.story2 .op-arrow.left-arrow.slick-disabled:hover, 
.story2 .op-arrow.right-arrow.slick-disabled:hover {
    cursor: no-drop;
}
.intro-section .pt_title_banner{
    width: 90%;
    margin: 0 auto;
}
.story3 .banner-section {
    background: #96ced5;
}
.text-long .story3 .main-content-info-card-para>p {
    margin-bottom: 10px;
}
.story2 .main-content-info-card-para,
.story3 .main-content-info-card-para {
    line-height: 50px;
    letter-spacing: 1px;

}
.story2.main-story1 .icon_intro_section1 {
    padding-bottom: 70px;
}
.story3 .related-articles-section .related-articles-heading ,
.story2 .related-articles-section .related-articles-heading {
    margin-bottom: 80px;
}

.story2 .related-articles-icon,
.story3 .related-articles-icon {
    font-weight: 400;
    font-size: 28px;
    line-height: 32px;
    letter-spacing: 1px;
    width: 150px;
    height: 150px;
    top: -75px;
    font-family: 'Alice Regular';
}
.main-content-section.pt_related3 {
    border-left: none;
    margin-top: 0;
}
.pt_related3 .related-articles-slider {
    width: 100% !important;
}
.story3 .related-articles-heading {
    margin-bottom: 60px;
}
.story2 .op-arrow.left-arrow, 
.story2 .op-arrow.right-arrow {
    z-index: 10;
}
.icon-quiz {
    text-align: center;
    width: 90%;
    margin: 0 auto;
}
.main-quiz .detail-quiz h3 {
    font-size: 20px;
    color: #D15451;
    font-weight: 800;
    font-family: 'Nunito Sans';
}
.content-quiz .slick-arrow {
    display: inline-block;
    /* padding-left: 8px; */
    /* content: "\0279E"; */
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
.opz-arrow.right-arrow {
    width: 45px;
    position: absolute;
    right: 0;
    top: 70%;
    /* top: 170px;
    transform: translateY(-50%); */
}
.opz-arrow.left-arrow {
    width: 45px;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 70%;
}
.op-quiz:hover {
    cursor: pointer;
}
.main-quiz .detail-quiz h3 span {
    font-weight: 600;
}
.main-quiz {
    padding-bottom: 60px;
    border-bottom: 2px solid #f9d3cf;
}
.detail-quiz {
    display: none;
}
.detail-quiz p {
    font-size: 20px;
    margin-bottom: 0;
    font-family: 'Nunito Sans';
}
.main-quiz .icon-quiz>img {
    width: 13%;
    padding-bottom: 20px;
    display: inline-block;
    line-height: inherit;
}
.icon-quiz .title-quiz {
    margin: 0 auto;
}
.title-quiz .dt-quiz {
    display: flex;
    justify-content: center;
}
.icon-quiz .title-quiz .dt-quiz h2 {
    color: #d15450;
    border-bottom: 2px solid;
    margin-bottom: 0;
    font-size: 40px;
    font-weight: 400;
    margin-top: 0px;
    padding: 0;
    padding-bottom: 10px;
    font-family: 'Alice Regular';
}G
.icon-quiz .title-quiz h2 {
    margin-bottom: 0;
    font-size: 35px;
    padding: 0 15px;
    font-weight: 400;
    line-height: 45px;
    color: #4D4D4D;
    padding-top: 30px;
    font-family: 'Alice Regular';
}
.quiz-option .op-quiz h2 {
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 400;
    padding-top: 0;
    font-family: 'Alice Regular';
    margin-bottom: 0;
}
.quiz-option {
    display: flex;
    justify-content: center;
    gap: 80px;
    padding: 20px 0 0px;
}
.story3 .statistic-intro {
    width: 60%;
    justify-content: center;
}
.story3 .img-title-intro2 {
    gap: 0px;
    justify-content: center;
}
.quiz-option .op-quiz {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.quiz-option .op-quiz.false-quiz {
    background-color: #d15450;
}
.quiz-option .op-quiz.true-quiz {
    background-color: #96CDD4;
}
.title-quiz .slick-dotted.slick-slider {
    margin-bottom: 0;
}
.sub-menu li.active_pt a {
    color: #D15450;
}
.story3 .dropcaps-svg ,
.story2 .dropcaps-svg {
    width: 80px;
}
.text_decoration a {
    color: #4D4D4D !important;
}

.story3 .slick-active .quiz-option .disable_option:hover {
    cursor: no-drop;
}
.story3 .slick-active .detail-quiz.show_detail {
    display: block !important;
    padding-bottom: 20px;
}
.img-title-intro2 .stats-gif {
    width: 25%;
}
.story2 .article-slider-item .des_title_intro {
    text-align: center;
    color: var(--clr-accent);
    font-size: 20px;
    font-weight: 400;
    font-family : 'Alice Regular', sans-serif;
    line-height: 48px;
}
.story2 .article-slider-item .article-slider-heading.heading {
    margin-bottom: 0;
} 
.pt_story2 .article-slider-item .article-slider-para {
    font-size: 20px;
    line-height: 48px;
    letter-spacing: 0px;
    color: var(--clr-para);
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 800;
}
.story2 .related-articles-slider {
    padding-bottom: 0;
    padding: 0;
}
.slick-slide .pt_img_related img:hover {
    transform: scale(1.1);
    transition: 0.4s ease-in-out;
}
.story2 .related-articles-section .slider_story2.info-content {
    border-left: none !important;
}
.story2 .client-banner-section .client-banner {
    margin-top: 70px;
}
.pt_story2 .article-slider-para {
    max-width: 60%;
}
.main-content-section .soure_ct {
    font-size: 18px;
}
.story2 .related-articles-section .slick-disabled {
    display: none !important;
}
.main-content-section .soure_ct a {
    color: var(--clr-light-pink);
    text-decoration: underline !important;
}
.pt_story2 .aos-init .main-content-subtitle {
    margin-top: 0px;
    padding-top: 70px;
}
.text-long .story3 .content-quiz ul {
    bottom: -40px;
}
.pt_story2 .intro_banner3 {
    width: 100%;
    padding-bottom: 0;
}
#article-page.story2 .article-slider-section .slick-slide img {
    transform: inherit;
}
.pt_story2 .title_intr_slide {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    color: var(--clr-para);
    margin-bottom: 15px;
}
.story2 .article-slider-heading {
    font-size: 44px !important;
}
.advertisement__title {
    font-size: 15px;
    padding-bottom: 10px;
    color: #666666;
}
.story3 .icon-quiz {
    width: 80%;
}
.story3 .after_sec_quiz {
    border-bottom: 2px solid #f9d3cf;
    width: 62%;
    margin: 0 auto;
    margin-top: 70px;
}
.story3 .main-quiz {
    border-bottom: none;
}
.story2 .main-content-info-card-para {
    font-size: 40px;
    border-left: none;
    padding-left: 0;

}
.icon_intro_section1 p {
    font-size: 20px;
    font-weight: 400;
    font-family: 'Nunito Sans', sans-serif;
    line-height: 48px;
    color: var(--clr-para);
}
.story3 .icon_intro_section1 h3,
.story2 .icon_intro_section1 h3 {
    color: #d15450;
    font-weight: 400;
    font-size: 60px;
    line-height: 60px;
    font-family: 'Alice Regular';
    margin-bottom: 10px;
}
.dropcaps-svg {
    width : 75px;
    float : left;
    margin-right: 10px;
}

.intro-heading.heading {
    font-size : 80px !important;
    line-height : 80px !important;
    font-weight : 400 !important;
    color : var(--clr-text) !important;
    font-family: 'Alice Regular' !important;
}

h2.intro-sub-heading.sub-heading.text-center {
    font-family: 'Nunito Sans', sans-serif !important;
    font-size : 30px;
    color : #D15451 !important;
    
}

p.intro-para.article-para {
    margin : 0;
}
.detail-op-quiz .slick-dots li button::before {
    height: 12px;
    width: 12px;
}

/* Main Content */
.main-content-section {
    background : var(--clr-white);
    margin-top : -150px;
    /* padding-inline : 30px; */
    /* max-width : 90%;  */
    z-index : 2;
    width : 75%;
    position : relative;
    top : 30%;
    left : 50%;
    transform : translate(-50%, 0);
    border-left : 1px solid var(--clr-border);
}

.main-content-info-card {
    background : var(--clr-accent);
    padding : 30px;
    width : 100%;
    position : relative;
    z-index : 2;
    top : 30%;
    left : 50%;
    transform : translate(-50%, 0);
    align-items : center;
    gap : 1rem;
    justify-content: center;
}

.stats-gif {
    width : 50%;
}

.main-content-info-card-para {
    font-family : 'Alice Regular', sans-serif;
    font-weight : 400;
    font-size : 60px;
    line-height : 60px;
    letter-spacing: 2px;
    color : var(--clr-light-pink);
    border-left : 1px solid var(--clr-light-pink);
    padding-left : 30px;
    width: 50%;
}
.story3 .related-articles-section .pt_related3 .slick-track,
.slider_story2.info-content .slick-track {
    margin: 0;
    display: flex !important;
    align-items: flex-start !important;
}
.story2 .icon_intro_section1 img {
    /* padding-bottom: 20px; */
}
.main-content-text {
    padding-inline : 40px;
}

.img-description {
    font-family : 'Nunito Sans', sans-serif;
    font-weight : 400;
    font-size : 16px;
    line-height : 25px;
    letter-spacing: 1px;
    margin-top : 10px !important;
    margin-bottom : 70px !important;
    color : var(--clr-img-desc);
}

/* Article Slider */
.article-slider {
    background : var(--clr-primary);
    padding-inline : 30px;
}

.article-slider-heading {
    font-family : 'Alice Regular', sans-serif !important;
    font-weight : 400 !important;
    font-size : 60px !important;
    line-height : 60px !important;
    letter-spacing: 2px !important;
    color : var(--clr-white) !important;
    /* border-left : 1px solid var(--clr-light-pink); */
    /* padding-left : 30px; */
}

.article-slider-img {
    width : 50%;
    margin : 0 auto;
}

.article-slider-para {
    color : var(--clr-accent);
}

.slick-prev, .slick-next{
    color:red;
}

/* .slick-prev {
    left : 50px !important;
    background: black !important;
}

.slick-next {
    right : 35px !important;
    background: black !important;
} */

.op-arrow.left-arrow,
.op-arrow.right-arrow {
    z-index: 9999;
    cursor: pointer;
}
.story3 h2.intro-sub-heading.sub-heading.text-center {
    margin-bottom: 70px;
}
.op-arrow.left-arrow {
    width : 50px;
    position : absolute;
    transform : translateY(-50%);
    top : 50%;
    /* left : 50px; */
    left : 0;
}

.op-arrow.right-arrow {
    width : 50px;
    position : absolute;
    transform : translateY(-50%);
    top : 50%;
    /* right : 50px; */
    right : 0;
}

.info-content {
    background : var(--clr-white);
    border-left : 1px solid var(--clr-border);
    padding-left : 40px;
    width : 75%;
    margin : 0 auto;
}

.article-slider-para {
    max-width : 70%;
    margin : 0 auto !important;
    font-size : 35px;
    line-height : 40px;
    letter-spacing: 4px;
}
.in-question .pt_title_q {
    color: #d15450;
    font-family: 'Alice Regular';
    font-size: 35px;
    font-weight: 400;
    line-height: 45px;
}

.slick-slide {
    /* margin-left: 15px !important; */
}

/* Related Articles  */
.related-articles-section {
    margin-top : 118px;
}

.related-articles-heading {
    background : var(--clr-accent);
    width : 75%;
    height : 1px;
    /* padding : 1px; */
    margin : 0 auto;
    position : relative;
}

.related-articles-icon {
    width : 100px;
    height : 100px;
    border-radius : 50%;
    background : var(--clr-accent);
    color : var(--clr-white);
    display : flex;
    align-items: center;
    text-align : center;
    position : absolute;
    top : -50px;
    left : 50%;
    line-height: 20px;
    letter-spacing: 1px;
    transform: translate(-50%, 0);
}

.related-articles-slider {
    margin-top : 60px;
    padding-bottom : 70px;
    width : 80%;
    margin : 40px auto;
}
.client-banner-section .client-banner{
    height: 90px;
    background-color: #000000;
    color: white;
    line-height: 90px;
    text-align: center;
    width: 970px;
    margin: 0 auto;
    margin-bottom: 70px;
}
.client-banner-section .client-banner p span {
    font-weight: bold;
}
.client-banner-section .client-banner p{ 
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 0px;
}
#article-page .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.related-articles-slider-item a {
    color : var(--clr-img-desc);
    font-weight : 400 !important;
    font-size : 28px;
    line-height: 32px;
    letter-spacing: 1px;
}

.related-articles-img {
    width : 100%; 
}

.pt_story4_article.pt_article2 .pt_bg_article-slider {
    background: #96ced5;
}
.pt_article2 .article-slider {
    background: none;
}
.pt_article2 .pt_bg_article-slider>p.des_title_intro {
    color: #0b6170;
}

.slick-slide img {
    margin : 20px auto;
}

  /* the slides */
#article-page .slick-slide {
    margin: 15px;
}

.op-arrow.left-arrow-related {
    width : 45px;
    position : absolute;
    transform : translateY(-50%);
    top : 50%;
    left : -70px;
}

.op-arrow.right-arrow-related {
    width : 45px;
    position : absolute;
    transform : translateY(-50%);
    top : 50%;
    right : -70px;
}
.node--article-content {
    margin-bottom: 0 !important;
}
.node--article-content:has(#article-page.story3){
    margin-bottom: 0;
}
.node--article-content:has(#article-page.story2){
    margin-bottom: 0;
}

/* Client Banner */

.client-banner-mobile {
    background-color: #000000;
    color: white;
    text-align: center;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 68px;
    padding-inline : 30px;
    padding-block : 10px;
}

.client-banner-mobile > p,
.client-banner-desktop > p{
    margin-bottom : 0;
    vertical-align: middle;
}

.client-banner-mobile > span,
.client-banner-desktop > span {
    font-weight : 700;
    vertical-align: middle;
}
.story3 .related-articles-slider a,
.story2 .related-articles-slider a {
    font-family : 'Alice Regular', sans-serif;
    color: var(--clr-img-desc);
}
.story3 .related-articles-slider p,
.story2 .related-articles-slider p {
    letter-spacing: 1px;
}

.client-banner-desktop {
    background-color: #000000;
    color: white;
    text-align: center;
    width: 970px;
    margin: 0 auto;
    margin-block: 68px;
    padding-inline : 30px;
    padding-block : 10px;
}

/* Learn More */
.learn-more-section {
    background : url('/assets/images/parkway/BStudio_PCC_Solis_CTA_BG_Thumb.jpg');
    background-size : cover;
    background-repeat : no-repeat;
    height : 100%;
    justify-content: center;
    align-items: center;
    padding-inline: 50px;
    padding-block: 110px;
}

.learn-more-section > div {
    text-align : center;
    width : 60%;
}
.story3 .main-content-info-card {
    background: #96ced5;
}
.story3 .img-title-intro2 p {
    font-size: 170px;
    height: 200px;
    margin-right: 0;
    margin-left: 0;
}
.story3 .main-content-section .soure_ct a {
    color: #FFFFFF;
}
.story3 .main-content-info-card-para {
    font-size: 40px;
    border-left: none;
    padding-left: 0;
    color: #FFFFFF;
}
.intro-section .pt_list_auth {
    display: flex;
    margin-bottom: 0;
    padding-bottom: 60px;
}
.pt_list_auth .pt_expert{ 
    flex-basis: 14%;
}
.pt_list_auth .pt_expert img{ 
    width: 100px;
}
.pt_list_auth .pt_title_author1 {
    flex-basis: 40%;
    padding: 0 30px;
    padding-left: 0;
    display: flex;
}
.pt_list_auth .pt_title_author1 img{ 
    width: 95px;
    margin: 0 auto;
}
.story3 .intro-section h2,
.story3 .intro-section h1 {
    width: 90%;
    margin: 0 auto;
    font-family: 'Alice Regular';
}
.story3 .intro-section .quiz-option-detail h2.title-quiz-op {
    font-size: 35px;
    font-weight: 400;
    line-height: 45px;
    color: #4D4D4D;
}
.pt_list_auth .infor_auth {
    padding-left: 30px;
}
.pt_list_auth .infor_auth p{
    margin-bottom: 0;
    font-size: 16px;
}
.pt_list_auth .pt_title_author2 {
    flex-basis: 43%;
    padding: 0 40px;
    border-left: 1px solid #d15450;
    display: flex;
}
.pt_list_auth .pt_title_author2 img{
    width: 95px;
    margin: 0 auto;
}
.page__article .story3 .pt_title_q {
    margin-bottom: 0;
    font-size: 35px;
    font-weight: 400;
    line-height: 45px;
    font-family: 'Alice Regular';
    color: #d15450;
    padding-bottom: 10px;
}
.pt-sub-banner2 p {
    font-size: 20px;
    margin-bottom: 0;
    font-family: 'Nunito Sans';
}
p.pt_quetsion {
    font-size: 20px;
    margin-bottom: 0;
    font-family: 'Nunito Sans';
    font-weight: bold;
}
.pt-sub-banner2 .sub_pt_pt_quetsion {
    padding-top: 30px;
}
.story3 .intro-heading.heading ,
.story2 .intro-heading.heading {
    padding-top: 60px;
}
.main-story1.story2 .statistic-intro {
    flex-direction: column;
}
.main-story1.story2 .statistic-intro .pt_upto{
    position: absolute;
    top: 19%;
    left: 22%;
}
.statistic-intro .pt_upto h3 {
    font-size: 50px;
    color: #FFFFFF;
}

.main-story1 .statistic-intro .pt-static_story {
    text-align: center;
}
.main-story1 .pt-static_story .static_Percent {
    margin-left: -5px;
}
.story3 .intro-heading.heading {
    margin-bottom: 40px;
}
.story3 .slick-disabled {
    display: none !important;
}
.main-story4 .main-content-subtitle.subtitle {
    margin-top: 0;
}
.pt-sub-banner2  .in-question {
    margin-top: 0px;
}
.pt-sub-banner2  .main-content-text>img.banner {
    margin-bottom: 70px;
}
.story3 .detail-sub-footer a:hover {
    color: #FFFFFF !important;
    background-color: #000000;
}
.story3 .main-content-section .pt-sub-banner2 {
    padding-top: 70px;
}
.story3 .in-question.pt_list_auth {
    margin-bottom: 0;
}
.pt-sub-banner2 .mt-40.banner {
    margin-top: 0;
}
.pt-sub-banner2 .in-question.pt_list_auth {
    display: flex;
    margin-bottom: 115px;
    padding-bottom: 0px;
}
p.pt_quetsion span {
    font-weight: normal;
}
.in-question {
    margin-bottom: 60px;
}
.cta-text {
    font-weight : 400;
    font-size : 35px;
    line-height : 45px;
    letter-spacing: 4px !important;
    color : var(--clr-text);
    font-family : 'Alice Regular', sans-serif;
}
#article-page .related-articles-slider {
    margin-bottom: 0;
}
.active_page {
    color: #D15450 !important;
}
.story3 a:hover,
.story2 a:hover {
    color: #D15450 !important;
}
.story3 .soure_ct a:hover,
.story2 .soure_ct a:hover {
    color: unset !important;
}
.register-btn {
    font-size : 25px;
    letter-spacing: 1px;
    background : var(--clr-accent);
    border : none;
    padding-inline : 40px;
    padding-block : 15px;
    text-transform : uppercase;
}

.register-btn a {
    font-family: 'Nunito Sans', sans-serif;
    color : var(--clr-white) !important;
    text-decoration: none !important;
    font-weight : 600 !important;
}

.register-btn a:hover {
    color : var(--clr-white) !important;
}

article.node.node--article-content.node--article-full-width[data-node-title="CNA Parkway Article 1 "] {
    margin-bottom : 0;
}

article.node.node--article-content.node--article-full-width[data-node-title="CNA Parkway Article 1 "]::after {
    display : none;
}
.story3 .pt_list_auth .pt_title_author2 > p {
    margin-bottom: 0;
}
.story3 .pt_list_auth .pt_title_author1 > p {
    margin-bottom: 0;
}

.client-banner-desktop {
    display : block;
}

.client-banner-mobile {
    display : none;
}
.story3 .in-question {
    margin-bottom: 40px;
}
@media (min-width : 1400px) {
    .intro-section {
        margin-top : 350px;
    }
}
@media (min-width : 1302px) {
    .main-content-info-card-para span.pt_pd_right {
        display: block;
    }
}
@media (min-width : 991px) {
    /* .banner-section .sub-menu {
        position: inherit !important;
    } */
}
@media (min-width : 575px) {
    .story3 .intro-section {
        margin-top: 10px;
    }
}

@media (min-width : 768px) {
    .story3 .intro-section {
        margin-top: 60px;
    }
}
@media (min-width : 992px) {
    .banner-section .sub-menu {
        position: inherit !important;
    }
    .story3 .intro-section {
        margin-top : 100px;
    } 
    .page__article .text-long .infor_auth h3{
        margin-bottom: 0;
    }
    .page__article .text-long .infor_auth {
        padding-top: 17px;
    }
}
@media (min-width : 1365px) { 
    .story2 .intro-section {
        margin-top: 350px;
    }
    .story3 .detail-op-quiz .detail-quiz > p {
        width: 85%;
        margin: 0 auto;
    }
    
}
@media (min-width : 1100px) {
    .op-arrow.left-arrow-related {
        left : -100px;
    }
    
    .op-arrow.right-arrow-related {
        right : -100px;
    }
    
    .intro-section {
        margin-top : 200px;
    }
    .sub-intro .intro-section {
        margin-top : 115px;
    }
    .story3 .sub-intro .intro-section {
        margin-top: 70px;
    }
}
@media (min-width : 1600px) and (max-width : 1760px){ 
    .story3 .content-sub-footer .detail-sub-footer h3 {
        padding: 0 45px;
    }
}
@media (min-width : 1441px) { 
    .text-long .story2 .main-content-info-card-para p {
        padding-right: 20px;
    }
    .article-para.pt_pading_right {
        padding-right: 30px;
    }
    .text-long .story3 .main-content-info-card-para>p {
        padding-right: 30px;
    }
    #hero-banner {
        width: 1350px;
    }
    .intro-section {
        width: 1200px;
        padding-inline: 60px;
    }
    .main-content-section {
        width: 1200px;
    }
    .info-content {
        width: 1200px;
        padding-inline: 60px;
    }
    .main-content-text {
        padding-inline: 60px;
    }
    .related-articles-heading {
        width: 1200px;
    }
    /* .related-articles-section {
        width: 1200px;
        margin: 0 auto;
        margin-top: 118px;
    } */
}
@media (max-width : 1440px) {
    .menu-detail .color-white {
        padding-left: 20px;
        padding-right: 20px;
    }
    .story2 .icon_intro_section1 p{
        width: 70%;
        margin: 0 auto;
    }
    .story2 .related-articles-slider {
        width: 75%;
    }
    .main-story1 .pt_story2 .article-slider-item .article-slider-para {
        height: auto !important;
    }
}

@media (max-width : 1099px) {
    .op-arrow.left-arrow-related {
        width : 40px;
        left : -65px;
    }
    
    .op-arrow.right-arrow-related {
        width : 40px;
        right : -65px;
    }

}

@media (max-width : 1080px) {
    .cta-text {
        font-size: 25px;
        line-height: 28px;
        letter-spacing: 0;
    }
    .content-sub-footer .detail-sub-footer a {
        font-size: 16px;
    }
    .content-sub-footer .detail-sub-footer h3 {
        font-size: 25px;
        line-height: 28px;
        letter-spacing: 1px;
    }
}
@media (min-width : 1280px) {
    .story3 .intro-section {
        margin-top : 320px;
    }
}

@media screen and (max-width: 1328px) and (min-width: 1281px) {
    .story3 .main-content-info-card-para p {
        padding-right: 30px;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1281px) {
    .menu-detail a {
        font-size: 20px;
    }
}
@media screen and (max-width: 1280px) and (min-width: 992px) {
    .menu-detail a {
        font-size: 16px;
    }
    .story3 .statistic-intro {
        width: 75%;
    }
    .story3 .img-title-intro2 p {
        font-size: 160px;
    }
    .story3 .main-content-info-card-para {
        font-size: 24px;
    }
    .story2 .icon_intro_section1 h3 {
        font-size: 40px;
    }
    .story2 .main-content-section .main-content-info-card-para {
        font-size: 24px;
    }
    .story2 .img-title-intro2 p {
        font-size: 120px;
        height: 140px;
    }
    .main-story4.story2 .img-title-intro2 p {
        font-size: 140px;
        height: 170px;
    }
    .main-story4.story2 .statistic-intro {
        margin-bottom: 30px;
    }
    .story2.main-story1 .img-title-intro2 p { 
        font-size: 140px;
        height: 170px;
    }
    .main-story1 .img-title-intro2 {
        gap: 30px;
    }
    .story2 .statistic-intro p {
        margin: 0;
    }
    .statistic-intro p span {
        font-size: 60px;
    }
    .main-content-section .soure_ct {
        font-size: 14px;
    }
    .pt_list_auth .pt_expert img {
        width: 120px;
    }
    .pt_list_auth .pt_title_author1 {
        padding-left: 5px;
    }
    .pt_list_auth .pt_title_author1 {
        padding: 0px 5px;
    }
    .pt_list_auth .pt_title_author2 {
        padding: 0px 20px;
    }
    .text-long .pt_list_auth p {
        margin-bottom: 0;
        line-height: 1.2;
    }
}

@media (min-width: 760px) and (max-width: 767px) {
    p.intro-para.article-para {
        padding-top : 20px;
    }
    
}
@media (min-width : 992px) { 
    .detail-quiz {
        padding-top: 40px;
        
    }
}

@media (max-width : 991px) {
    .story2 .icon_intro_section1 h3 {
        font-size: 25px;
        line-height: 40px;
    }
    .main-story1 .intro-section .mt_sub_subtitle p.intro-para.article-para:last-child {
        padding-bottom: 40px;
    }
    .main-story1 .pt_sub_intro2 .sub_banner2 img {
        margin: 40px 0;
    }
    .main-story1 .intro-section img.banner1 {
        margin-bottom: 40px;
    }
    .main-story1 .pt_story2 .aos-init .main-content-subtitle {
        padding-top: 40px;
    }
    .main-story1 .pt_main_story1 .sub_banner2 img {
        margin-top: 40px;
    }
    #article-page.story3 .content-sub-footer .detail-sub-footer h3 ,
    #article-page.story2 .content-sub-footer .detail-sub-footer h3 {
        letter-spacing: 1px;
    }
    .story2.main-story1 .intro-section .mt-40.mt_sub_subtitle{  
        width: 100%;
    }
    .story2.main-story1 .icon_intro_section1 {
        padding-bottom: 40px;
    }
    .story2 .intro-section .mt-40.mt_sub_subtitle{ 
        width: 90%; 
        margin: 0 auto; 
    }
    .main-story1.story2 .statistic-intro .pt_upto {
        top: 15%;
    }
    .statistic-intro .pt_upto h3 {
        font-size: 40px;
    }
    .main-story4.story2 .main-content-text.pt_sub_intro2 {
        padding-top: 60px;
    }
    .pt_list_auth .pt_title_author1 {
        padding-left: 10px;
    }
    .icon-quiz .detail-quiz {
        width: 100%;
        margin: 0 auto;
        padding-top: 30px;
    }
    .title-quiz .quiz-option {
        gap: 50px;
    }
    .content-quiz .icon-quiz .title-quiz .detail-op-quiz h2 {
        font-size: 23px;
        line-height: 25px;
        letter-spacing: 1px;
        margin-bottom: 0;
    }
    .title-quiz .quiz-option .op-quiz {
        width: 130px;
        height: 130px;
    }
    .main-quiz .icon-quiz>img {
        width: 16%;
    }
    .icon_intro_section1.pt_intron_bn3 {
        padding-bottom: 0;
    }
    .story2 .related-articles-section {
        margin-top: 40px;
    }
    .story2 .icon_intro_section1 p {
        line-height: 30px;
        /* padding-bottom: 60px; */
    }
    .story2 .main-content-section .main-content-info-card-para {
        font-size: 20px !important;
        letter-spacing: 1px !important;
        line-height: 23px !important;
    }
    .pt_story2 .article-slider-item .article-slider-para {
        line-height: 30px;
    }
    .main-story4.story2 .img-title-intro2 p { 
        font-size: 115px;
        height: 140px;
    }
    .story2 .img-title-intro2 p {
        font-size: 100px;
        height: 115px;
    }
    .story2.main-story1 .img-title-intro2 p {
        font-size: 120px;
        height: 150px;
        margin-bottom: 30px;
    }
    .statistic-intro p span {
        font-size: 55px;
    }
    .story2 .main-content-info-card {
        margin-bottom: 0;
    }
    .main-content-section .soure_ct {
        font-size: 14px;
    }
    .learn-more-section > div {
        width : 85%;
    }
    #article-page .menu {
        height: 50px;
    }
    #article-page .menu .sub-menu{
        z-index: 5;
        position: absolute;
        width: 100%;
    }
    #article-page #hero-banner {
        top: 50px;
    }
    .client-banner-section .client-banner{ 
        height: 60px;
        line-height: 60px;
        width: 80%;
    }
    #article-page section.sponsor-head {
        padding: 15px;
    }
    #article-page .sponsor-head .d-flex {
        justify-content: space-around;
    }
    #article-page .content-sub-footer .detail-sub-footer h3 { 
        letter-spacing: 4px;
    }
    #article-page.story3 .content-sub-footer .detail-sub-footer h3 ,
    #article-page.story2 .content-sub-footer .detail-sub-footer h3 {  
        letter-spacing: 1px;
    }
    .sub-footer .content-sub-footer .detail-sub-footer {
        width: 85%;
    }
    .sub-footer .content-sub-footer {
        padding: 60px 0 60px;
    }
    #article-page .sub-menu ul li a img {
        margin-right: 0;
    }
    #article-page .sub-menu ul li.menu-detail a img {
        margin-right: 15px;
    }

    p.main-content-info-card-para {
        font-size: 20px !important;
        line-height : 23px !important;
        letter-spacing: 1px !important;
    }

    .stats-gif {
        width : 40%;
    }
    .img-title-intro2 .stats-gif {
        width: 90px;
    }

    p.main-content-para.article-slider-para {
        margin-top : 70px !important; 
    }

    .main-content-info-card,
    p.main-content-para.article-para {
        margin-bottom : 70px;
    }

    .related-articles-heading {
        margin-bottom : 80px;
    }

    .client-banner-desktop {
        display : none;
    }

    .client-banner-mobile {
        display : block;
    }

    .main-content-info-card {
        width : 115%;
    }

    .story3 .related-articles-slider-item a, .story2 .related-articles-slider-item a {
        font-size: 20px;
    }
    /* li.menu-detail,
    li.menu-mobile {
        margin: 0 !important;
        padding: 0 !important;
    } */

    #article-page .menu .sub-menu ul {
        flex-direction: column;
        height: auto;
        box-shadow: 1px 2px 7px #cbb5b5, -1px -1px 7px #d7cfcf;
       
    }
    #article-page .menu .sub-menu ul li {
        width: 100%;
        background-color: #F8D2CE;
        z-index: 2;
        height: 50px;
        line-height: 50px;
        text-align: center;
    }
    #article-page .menu .sub-menu a {
        font-size: 20px;
        font-weight: 400;
        height: 50px;
    }
    #article-page .sub-menu ul li a img.icon-below {
        display: inline-block;
        margin-bottom: 5px;
        width: 20px;
    }

    #article-page .menu .sub-menu ul li.menu-detail {
        display: none;
        border-bottom: 1px solid #FFFFFF;
    }
    #article-page .menu .sub-menu ul li.menu-mobile{
        border-bottom: none;
    }
    #article-page .menu .sub-menu ul li.menu-mobile.active-mobile {
        border-bottom: 1px solid #FFFFFF;
    }
    #article-page .menu .sub-menu ul li.menu-detail.active_mn {
        display: block !important;
    }
    #article-page .menu .sub-menu ul li .color-white {
        display: none;
    }
    #article-page .menu .sub-menu ul li:last-child{
        border-bottom: none;
    }
    .menu-detail .icon-home-menu {
        display: flex;
        justify-content: center;
    }
    .menu-detail .icon-home-menu img {
        width: 25px;
        height: 25px;
        margin-top: 10px;
        margin-right: 10px;
    }
    .sub-menu li span.home-menu-mobile {
        display: block !important;
        
    }
    .sub-menu li.menu-detail a{
        letter-spacing: 2px;
    }
    .menu .menu-mobile {
        display: block !important;
    }
    .main-cotent .bg-banner .menu {
        height: 50px;
        position: relative;
        z-index: 99;
    }
    .menu .menu-detail {
        display: none;
    }
    .sub-menu ul li.menu-mobile a img {
        transform: rotate(90deg);
    }

    img.icon-below {
        display : inline-block !important;
    }
    
    .sponsor-head .d-flex::after {
        content: '';
        display: inline-block;
        background: url("https://info.channelnewsasia.com/brandstudio/pccsolis/assets/images/BStudio_mti-logo-mobile-cross.png") no-repeat;
        background-size: 20px;
        background-position: center;
        position: absolute;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        width: 20px;
        height: 20px;
    }

    .in-partner {
        display : none;
    }

}


    p.main-content-para.article-para {
        margin-bottom : 70px;
    }

    p.main-content-para.article-para:first-child {
        margin-block: 40px !important;
    }

    p.main-content-para.article-para.mt-40.pb-40 {
        padding-bottom: 70px !important;
        margin-bottom: 0;
    }
    .statistic-intro {
        margin-left: 36px;
    }
    .story3 .statistic-intro ,
    .story2 .statistic-intro {
        margin-left: 0;
    }
    .story2 .statistic-intro {
        width: 70%;
        justify-content: center;
    }
    .story2 .img-title-intro2 p {
        margin-left: 0;
        margin-right: 0;
    }

    .intro-subtitle.subtitle {
        margin-top: 40px !important;
    }

    .subtitle {
        margin-bottom : 10px !important;
    }

    .op-arrow.right-arrow,
    .op-arrow.left-arrow {
        width : 75px;
    }

    .op-arrow.right-arrow {
        right : 80px;
    }

    .op-arrow.left-arrow {
        left : 80px;
    }

    .article-para.info-content-para:first-child {
        padding-top : 70px !important;
    }

    .article-slider-para {
        padding-bottom : 70px !important;
    }

    .article-slider-heading.heading {
        padding-top: 70px !important;
    }

    .intro-sub-heading.sub-heading {
        margin-bottom : 70px;
    }
    
    p.intro-para.article-para:nth-child(3) {
        margin : 0;
        padding-bottom: 70px;
    }
    
}

@media (min-width: 1350px) {
    .stats-gif {
        width : 37%;
    }
}

@media (min-width : 900px) {
    .article-slider-img {
        margin : 0 180px;
    }

}

@media (min-width : 768px) {
    section.sponsor-head {
        padding : 30px 50px;
    }
}

@media (max-width : 768px) {
    img.imda2 {
        max-width: 73px;
        min-width: 60px;
    }
    img.imda1 {
        max-width: 52px;
        min-width: 52px;
    }
    .story2 .related-articles-slider {
        width: 80%;
    }
    .related-articles-slider {
        padding-bottom : 30px;
    }
    
    p.article-para.info-content-para:first-child {
        margin-bottom : 68px;
    }

    .story2 .intro-heading.heading {
        padding-inline: 0;
    }

    p.intro-para.article-para.mt-40.pb-40 {
        padding-bottom : 70px !important;
    }
    .story2 p.intro-para.article-para.mt-40.pb-40 {
        padding-bottom : 30px !important;
    }

    section.sponsor-head {
        padding: 30px;
    }

    img.brandstudio, img.imda {
        max-width: 125px;
        min-width: 120px;
    }

    .intro-heading.heading {
        font-size : 40px !important;
        line-height : 50px !important;
        letter-spacing: 1px;
        padding-inline : 30px;
    }

    .intro-sub-heading.sub-heading {
        font-size : 18px !important;
        line-height : 28px !important;
        padding-inline : 40px;
    }

    .intro-section {
        margin-top : -50px;
        width: 80%
    }
    .main-content-section {
        width: 80%;
    }
    .info-content {
        width: 80%;
    }
    .related-articles-heading {
        width: 80%;
    }

    .intro-subtitle.subtitle {
        margin-top: 68px !important;
    }

    .intro-section,
    .info-content,
    .main-content-section {
        border-left : none;
    }

    .article-para {
        font-size : 16px;
        line-height: 30px;
    }

    .subtitle {
        font-size : 25px;
        line-height : 30px;
        letter-spacing: 1px;
        margin-bottom : 5px !important;
    }

    .main-content-info-card {
        margin-bottom : 70px;
    }
    .story3 .main-content-info-card {
        margin-bottom: 0;
    }

    p.main-content-para.article-para {
        margin-bottom : 68px !important;
        padding-bottom: 0;
    }

    .story2 p.main-content-para.article-para {
        margin-bottom: 30px !important;
    }

    p.img-description {
        margin-top : 5px;
        font-size : 12px;
        line-height : 14px;
        margin-bottom : 68px !important;
    }

    .learn-more-section {
        padding-block : 50px;
    }

    .main-content-info-card-para,
    .article-slider-heading.heading {
        font-size : 28px !important;
        line-height: 30px !important;
        letter-spacing: 1px !important;
    }

    .article-para.info-content-para:first-child {
        padding-top : 68px !important;
    }

    .article-slider-para {
        font-size : 20px;
        line-height : 25px;
        letter-spacing: 0px;
        margin : 0 auto;
        padding-bottom : 68px !important;
        max-width : 375px;
    }

    .article-slider-img {
        width : 100%;
    }

    .article-slider-heading.heading {
        padding-top : 68px !important;
    }

    .op-arrow.left-arrow {
        width : 40px;
        position : absolute;
        transform : translateY(-50%);
        top : 50%;
        left : 20px;
    }
    
    .op-arrow.right-arrow {
        width : 40px;
        position : absolute;
        transform : translateY(-50%);
        top : 50%;
        right : 20px;
    }

    .op-arrow.left-arrow-related {
        width : 40px;
        position : absolute;
        transform : translateY(-50%);
        top : 40%;
        left : -50px;
    }
    
    .op-arrow.right-arrow-related {
        width : 40px;
        position : absolute;
        transform : translateY(-50%);
        top : 40%;
        right : -50px;
    }

    .related-articles-icon {
        font-size : 18px;
        line-height : 20px;
        letter-spacing: 1px;
    }

    .related-articles-slider-item a {
        font-size : 18px;
        line-height: 20px;
        letter-spacing: 1px;
    }

    /* .related-articles-slider {
        padding : 30px;
    } */
    
    .article-para.cta-text {
        font-size : 25px;
        line-height: 28px;
        letter-spacing: 0px !important;
    }

    .cta-btn.register-btn {
        font-size : 16px;
        letter-spacing: 1px;
    }

    .intro-section,
    .main-content-text,
    .info-content {
        padding : 0;
    }

    #hero-banner {
        width : 100%;
    }

}

@media (max-width : 767px) {
    section.sponsor-head {
        padding : 30px;
    }
    .banner-section {
        background: none;
    }
    .main-story4 .pt_story2.pt_story4_article .title_intr_slide {
        margin-top: 30px;
    }
    .main-story4.story2 .statistic-intro {
        margin-bottom: 0;
    }
    .main-story4 .banner-section {
        background: none !important;
    }
    .story2 .main-content-info-card {
        display: flex !important;
        flex-direction: column;
    }
    .main-story1.story2 .statistic-intro .pt_upto {
        top: 8%;
        left: 47%;
    }
    
    .story3 .banner-section {
        background: none;
    }
    .story3 .statistic-intro {
        width: 100%;
    }
    .story2 .intro-heading.heading {
        padding-top: 40px;
    }
    .story2 .intro-heading.heading, .story3 .intro-heading.heading {
        font-size: 35px !important;
        line-height: 35px !important; 
    }
    .story2 h2.intro-sub-heading.sub-heading.text-center {
        margin-bottom: 40px;
    }
    .story2.main-story1 .related-articles-section {
        padding-top: 100px;
    }
    .main-story1 .intro-section img.banner1 {
        margin-bottom: 60px;
    }
    .story2.main-story1 .icon_intro_section1 {
        padding-bottom: 30px;
    }
    .main-story1 .pt_sub_intro2 .sub_banner2 img {
        margin: 60px 0;
    }
    .pt_main_story1 .sub_banner2 img {
        margin-top: 60px;
    }
    .story3 .after_sec_quiz {
        margin-top: 30px;
    }
    .story2 .icon_intro_section1 p{
        width: 100%;
    }
    .story2 .intro-section .pt_title_banner{ 
        width: 100%;
    }
    .story2 .intro-section .mt-40.mt_sub_subtitle {
        width: 100%;
    }
    .pt-sub-banner2 .main-content-text>img.banner {
        margin-top: 60px;
    }
    .story3 .main-content-section .pt-sub-banner2 {
        padding-top: 60px;
    }
    #article-page.story2 .related-articles-section .slick-disabled {
        display: block !important;
    }
    
    .story3 h2.intro-sub-heading.sub-heading.text-center {
        padding: 0;
    }
    .text-long .story3 .content-quiz ul {
        bottom: -40px;
    }
    .story3 .intro-heading.heading ,
    .story2 .intro-heading.heading {
        font-size: 35px !important;
        line-height: 35px !important;
        margin-bottom: 20PX;
    }
    #article-page.story2 .slick-list .slick-slide {
        margin-top: 0;
    }
    .story2 .article-slider-section  .article-slider-heading.heading {
        padding-top: 60px !important;
    }
    .story2 .main-content-text.pt_sub_intro2 {
        padding-top: 60px;
    }
    .pt_story2 .aos-init .main-content-subtitle.subtitle  {
        padding-top: 60px;
    } 
    .pt_story2 .article-slider-item .article-slider-para {
        font-size: 16px;
        line-height: 26px;
    }
    .story2 .related-articles-icon,
    .story3 .related-articles-icon {
        font-size: 20px;
        line-height: 25px;
        letter-spacing: 0;
        width: 120px;
        height: 120px;
        top: -60px;
    }
    .story3 .icon_intro_section1 ,
    .story2 .icon_intro_section1 {
        padding-bottom: 60px;
    }
    .story3 .related-articles-section .related-articles-slider ,
    .story2 .related-articles-section .related-articles-slider {
        padding-bottom: 0;
    }
    .story3 .client-banner-section .client-banner {
        margin-top: 0;
    }
    .story2 .client-banner-section .client-banner {
        margin-top: 145px;
    }
    .story3 .main-content-section {
        padding-bottom: 60px;
    }
    .story2 .icon_intro_section1 p {
        font-size: 12px;
        line-height: 14px;
        font-weight: 400;
    }
    .story2 .icon_intro_section1.pt_intr_sec1 {
        padding-bottom: 30px;
    }
    .story3 .client-banner-section.text-center {
        margin-top: 20px;
    }
    .story2 .article-slider-section.pt_story2 {
        margin-top: 145px;
    }
    .main-story4.story2 .article-slider-section.pt_story2 {
        margin-top: 0;
    }
    .main-story4.story2 .related-articles-section{
        margin-top: 230px;
    }
    .story2 .article-slider-section.pt_story2.pt_main_story1 {
        margin-top: 15px;
    }

    .img-title-intro2 .stats-gif {
        margin: 0 auto;
    }
    .story2 .img-title-intro2 {
        /* flex-direction: column; */
        gap: 30px !important;
        margin: 0 auto;
        width: 65%;
    }
    .story2 .main-content-section .main-content-info-card-para {
        width: 80%;
        margin: 0 auto;
    }
    .story2 .img-title-intro2 p {
        margin: 0;
        height: 100px;
        font-size: 90px;
    }
    .main-story4.story2 .statistic-intro { 
        align-items: normal;
    }
    .story2 .statistic-intro {
        justify-content: center;
        width: 100%;
        align-items: center;
    }
    .page__article .story3 .pt_title_q {
        font-size: 30px;
        line-height: 30px;
    }
    .story3 .img-title-intro2 p {
        font-size: 120px !important;
    }
    .pt_list_auth .pt_expert {
        padding-bottom: 15px;
    }
    .story3 .main-content-section .main-content-info-card {
        flex-direction: column;
    }
    #article-page.story3 .img-title-intro2 p {
        height: 115px;
    }
    .story3 .main-content-info-card-para {
        width: 80%;
    }
    .story3 .img-title-intro2 {
        /* display: block; */
        text-align: center;
    }
    .story3 .statistic-intro {
        margin-left: 0;
        justify-content: center;
    }
    .story3 .statistic-intro p {
        margin: 0;
    }
    
    .pt-sub-banner2 .in-question.pt_list_auth {
        padding-bottom: 0px;
        margin-bottom: 0;
    }
    .story3 .pt_list_auth .pt_title_author2 {
        border-left: 0;
    }
    .pt-sub-banner2 .in-question.pt_list_auth {
        display: block;
        text-align: center;
        padding-bottom: 0px;
    }
    .text-long .pt_title_author1 p {
        margin-bottom: 0;
    }
    
    .story3 .related-articles-section {
        padding-top: 80px;
    }
    .intro-section .pt_list_auth .pt_title_author2 {
        border-left: 0;
    }
    
    .main-content-section {
        margin-top: -200px;
    }
    p.main-content-para.article-para {
        margin-bottom: 40px !important;
    }
    p.main-content-para.article-para:last-child {
        margin-bottom: 140px !important;
    }
    .story2  p.main-content-para.article-para:last-child {
        margin-bottom: 30px !important;
    }
    .related-articles-section .related-articles-slider{
        width: 90%;
    }
    .related-articles-section .related-articles-slider .slick-list{ 
        width: 80%;
        margin: 0 auto;
    }
    .related-articles-section .slick-list .slick-slide {
        margin: 8px;
    }
    .op-arrow.left-arrow-related {
        left: 0;
    }
    .op-arrow.right-arrow-related {
        right: 0;
    }
    #article-page .main-content-section {
        transform: translate(-50%, 5%);
    }
    #article-page.story2.main-story4 .main-content-section {
        transform: translate(-50%, 14%);
    }
    #article-page.story2 .main-content-section {
        transform: translate(-50%, 11%);
    }
    #article-page.story2.main-story1 .main-content-section {
        transform: translate(-50%, 8%);
    }
}
@media (max-width : 676px) { 
    .story2 .article-slider-section.pt_story2 {
        margin-top: 155px;
    }
    .story3 .main-content-section .img-title-intro2 {
        flex-direction: initial;
    }
    .story2 .statistic-intro {
        margin-left: 0;
        align-items: center;
    }
    .main-content-text .icon_intro_section1 {
        margin-bottom: 40px;
    }
    .story2 .main-content-text .icon_intro_section1 {
        margin-bottom: 5px;
    }
}
@media (max-width : 575px) {
    #article-page .menu .sub-menu a {
        font-size: 18px;
    }
    .story2 .article-slider-section.pt_story2 {
        margin-top: 170px;
    }
    .main-story1.story2 .statistic-intro .pt_upto {
        left: 50%;
    }
    .story2 .img-title-intro2 {
        width: 75%;
    }
    .main-story4.story2 .statistic-intro {
        align-items: center;
    }
    .story2 .img-title-intro2 p {
        height: 100px;
    }
    .story3 .main-content-section .img-title-intro2 {
        width: 60%;
        /* gap: 30px; */
        margin-right: 10%;
    }
    .story3 .statistic-intro {
        width: 140px;
        align-items: center;
    }
    .story2.main-story4 .op-arrow.left-arrow,
    .story2.main-story4 .op-arrow.right-arrow {
        top: 13%;
    }
    .story2 .op-arrow.left-arrow, 
    .story2 .op-arrow.right-arrow {
        top: 15%;
    }

    .story3 .related-articles-slider-item a ,
    .story2 .related-articles-slider-item a {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 1px;
    }
    .story3 .related-articles-slider-item a p,
    .story2 .related-articles-slider-item a p{
        letter-spacing: 1px;
    }
    .story2 .content-sub-footer .detail-sub-footer h3 , 
    .story3 .content-sub-footer .detail-sub-footer h3 {
        font-size: 22px !important;
        letter-spacing: 0.5px !important;
    }

    .pt_story2 .title_intr_slide {
        font-size: 20px;
    }
    .pt_bg_article-slider>p.des_title_intro {
        width: 100%;
    }
    .story2.main-story1 .related-articles-section {
        padding-top: 130px;
    }
    .story3 .main-content-info-card {
        padding: 15px;
    }
    .story3 .intro-heading.heading ,
    .story2 .intro-heading.heading { 
        padding-left: 15px;
        padding-right: 15px;
    }
    .story3 .sub-intro {
        padding-top: 60px;
    }
    .story3 .img-title-intro2 p {
        height: 115px !important;
        font-size: 110px !important;
    }
    .statistic-intro p span {
        font-size: 40px;
    }
    .story3 .opz-arrow.right-arrow {
        width: 35px;
    }
    .story2 .main-content-text .icon_intro_section1 {
        padding-bottom: 30px;
        margin-bottom: 0;
    }
    .story2 .intro-heading.heading,
    .story3 .intro-heading.heading {
        font-size: 35px !important;
        line-height: 35px !important;
    }
    .story3 .intro-section h1 {
        width: 100% !important;
    }
    .story3 .opz-arrow.left-arrow {
        width: 35px;
    }
    .story3 .content-quiz .icon-quiz .title-quiz .detail-op-quiz h2 {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    #article-page.story3 .main-content-section.pt_related3  {
        width: 96%;
    }
    .story3 .main-quiz .icon-quiz {
        width: 100%;
    }
    .main-quiz .icon-quiz>img {
        width: 20%;
    }
    .story3 .related-articles-section {
        padding-top: 100px;
    }
    .title-quiz .quiz-option .op-quiz {
        width: 110px;
        height: 110px;
    }
    .main-content-section {
        /* margin-top: -230px; */
    }
    .story2 .img-title-intro2 p {
        font-size: 100px;
        height: 120px;
    }
    .pt_story2 .article-slider-para {
        max-width: 80%;
    }
    .img-title-intro2 .stats-gif {
        width: 35%;
    }
    /* .story3 .img-title-intro2 .stats-gif {
        margin-left: 0;
    } */
    .story2 .icon_intro_section1 h3 {
        line-height: 30px;
    }
    #article-page .main-content-section {
        transform: translate(-50%, 4.5%);
    }
    #article-page .sponsor-head .d-flex {
        justify-content: space-between;
    }
    .related-articles-section .related-articles-slider {
        width: 98%;
    }
    .related-articles-section .related-articles-slider .slick-list {
        width: 85%;
    }
    /* .related-articles-section .slick-list .slick-slide {
        margin: 5px;
    } */
    .op-arrow.right-arrow-related {
        width: 30px;
        top: 35%;
    }
    .op-arrow.left-arrow-related {
        width: 30px;
        top: 35%;
    }
}

.op-arrow.left-arrow{
    left: 10%;
    top: 47%;
}

.op-arrow.right-arrow {
    right: 10%;
    top: 47%;
}
footer .form-select{background:none!important;}
@media (max-width : 991px) {
    .op-arrow.left-arrow,
    .op-arrow.right-arrow {
        top: 22%;
        transform: translateY(62px);
    }
    .story2 .op-arrow.left-arrow,
    .story2 .op-arrow.right-arrow {
        top: 40%;
        transform: translateY(62px);
    }

    .story3 h2.intro-sub-heading.sub-heading.text-center {
        margin-bottom: 40px;
    }
    .intro-heading.heading {
        font-size: 50px !important;
        line-height: 60px !important;
        width: 100% !important;
        margin-bottom: 20px !important;
    }
    
    .intro-section .pt_list_auth {
        display: block;
        text-align: center;
        padding-bottom: 0px;
        margin-bottom: 0;
    }
    .pt_list_auth .pt_expert {
        padding-bottom: 15px;
    }
    .pt_list_auth .pt_expert img {
        margin: 0 auto;
    }
    .story3 .aos-init>.intro-section {
        padding-bottom: 60px;
    }
    .story3 .aos-init>.intro-section.pt_sec_quiz {
        padding-bottom: 0;
    }
    .story3 .main-content-section .main-content-info-card {
        margin-bottom: 0;
    }
    .story3 .main-content-section .pt-sub-banner2 {
        padding-top: 60px;
    }

    .main-story4 .pt_story2.pt_article2 .article-slider-item .article-slider-para{
        height: 160px !important;
        padding-bottom: 0 !important;
    }

    .story3 .sub-intro {
        /* padding-top: 30px; */
    }
    .text-long .pt_title_author2 p {
        margin-bottom: 0;
    }
    .pt_list_auth .pt_title_author1 {
        padding-left: 30px;
        padding-top: 15px;
        padding-bottom: 15px;
        flex-direction: column;
    }
    .intro-section .pt_list_auth .pt_title_author2 {
        border-left: none;
    }
    .pt_list_auth .infor_auth {
        padding-left: 0;
    }
    .pt_list_auth .pt_title_author2 {
        border-left: none;
        flex-direction: column;
    }
    .pt_title_author1::after {
        content: "";
        border: 2px solid #d15450;
        width: 50%;
        display: block;
        margin: 0 auto;
        margin-top: 20px;
    }
    .pt-sub-banner2 .in-question.pt_list_auth {
        display: block;
        text-align: center;
        padding-bottom: 0px;
        margin-bottom: 0;
    }
    .story3 .img-title-intro2 p {
        font-size: 130px;
        height: 135px;
        line-height: 1;
    }
    .story3 .main-content-info-card-para {
        font-size: 20px !important;
        letter-spacing: 1px !important;
        line-height: 23px !important;
    }
}

@media screen and (max-width: 991px) and (min-width: 800px) {
    .op-arrow.left-arrow, .op-arrow.right-arrow {
        top: 26%;
    }
    .story2 .op-arrow.left-arrow, .story2 .op-arrow.right-arrow {
        top: 35%;
    }
    
    
}
@media screen and (max-width: 991px) and (min-width: 768px) {
    .story2 .icon_intro_section1 h3 {
        font-size: 35px;
    }
    .story2 .icon_intro_section1 p {
        font-size: 16px;
    }
    .story2 p.main-content-para.article-para {
        line-height: 40px;
    }
    .story2.main-story4 .pt_article2 .op-arrow.left-arrow,
    .story2.main-story4 .pt_article2 .op-arrow.right-arrow {
        top: 10%;
    }
    .story2.main-story4 .op-arrow.left-arrow,
    .story2.main-story4 .op-arrow.right-arrow {
        top: 15%;
    }
}

@media (max-width : 768px) {
    #article-page .article-slider-section .slick-slide img {
        margin-bottom: 10px;
        transform: translateX(-13%);
        max-width: 440px;
    }
    .story3 .after_sec_quiz {
        width: 80%;
    }
    .story3 .sub-intro {
        /* padding-top: 60px; */
    }
    .op-arrow.left-arrow,
    .op-arrow.right-arrow {
        top: 33%;
        transform: translateY(79px);
    }
    h2.intro-sub-heading.sub-heading.text-center { 
        margin-bottom: 60px;
    }
    .pt_title_banner p.intro-para.article-para {
        padding-top: 0;
    }
}

@media (max-width : 620px) {
    #article-page .article-slider-section .slick-slide img {
        max-width: 323px;
    }
    #article-page.main-story4 .article-slider-section .slick-slide img {
        max-width: 420px;
    } 

    .op-arrow.left-arrow,
    .op-arrow.right-arrow {
        top: 28%;
    }
}

@media (max-width : 480px) {
    .pt_story2.pt_story4_article .info-content {
        width: 100%;
    }
    .pt_story2.pt_story4_article .info-content .pt_sub_intro{
        width: 80%;
        margin: 0 auto;
    }
    #article-page .article-slider-section .slick-slide img {
        max-width: 269px;
    }
    .main-story1.story2 .statistic-intro .pt_upto {
        left: 40%;
    }
    .main-story4 .pt_story4_article .pt_bg_article-slider {
        padding-inline: 20px;
    }
    .story3 .img-title-intro2 p {
        height: 100px !important;
        font-size: 100px !important;
    }
    .main-story4 .article-slider-section.pt_story2 {
        padding-top: 0;
    }
    .in-question span.text_line {
        display: block;
    }
    .main-story4.story2 .statistic-intro {
        align-items: normal;
    }
    .story3 .main-content-section .img-title-intro2 { 
        width: 80%;
        margin-right: 15%;
    }
    .pt_list_auth .pt_title_author2 img ,
    .pt_list_auth .pt_title_author1 img {
        width: 80px;
    }
    .story3 .statistic-intro  {
        align-items: normal;
    }
    .story3 .pt_list_auth .pt_title_author2,
    .pt_list_auth .pt_title_author1 {
        padding-left: 0;
        padding-right: 0;
    }
    .main-story4.story2 .img-title-intro2 {
        width: 60%;
    }
    .story2 .img-title-intro2 {
        width: 75%;
    }
    .story3 .content-quiz .icon-quiz .title-quiz .detail-op-quiz h2 {
        font-size: 18px;
    }
    .story3 .detail-quiz p {
        font-size: 14px;
    }

    .story3 .in-question > p {
        line-height: 35px;
    }
    .pt_list_auth .pt_expert img {
        width: 90px;
    }
    .in-question.pt_list_auth h3{
        font-size: 19px;
    }
    .in-question.pt_list_auth p{ 
        font-size: 17px;
        line-height: 20px;
    }
    
    .story2 .icon_intro_section1.pt_intr_sec1 {
        padding-bottom: 15px;
    }
    .statistic-intro p span {
        font-size: 35px;
    } 
    .page__article .story3 .pt_title_q {
        font-size: 26px;
    }
    .article-slider-section.pt_story2 .pt_main_story1{
        padding-top: 0;
    }
    .article-slider-section.pt_story2 {
        padding-top: 30px;
    }
    .img-title-intro2 .stats-gif {
        width: 70px;
    }
    .story2 .img-title-intro2 .stats-gif { 
        padding-top: 30px;
    }
    .main-story1.story2 .img-title-intro2 .stats-gif { 
        width: 90px;
    }
    .title-quiz .quiz-option {
        gap: 25px;
    }
    .content-quiz .icon-quiz .title-quiz .detail-op-quiz .op-quiz>h2{
        font-size: 21px;
        padding: 0;
    }
    .title-quiz .quiz-option .op-quiz {
        width: 95px;
        height: 95px;
    }
    .story2 .main-content-info-card {
        padding-left: 0;
        padding-right: 0px;
        gap: 0.5rem;
    }
    .main-story4.story2 .main-content-info-card { 
        gap: 1rem;
    }
    .story2 .main-content-section .main-content-info-card-para {
        padding-right: 10px;
    }
    .op-arrow.left-arrow, .op-arrow.right-arrow {
        top: 32%;
    }
    .main-content-section .soure_ct {
        font-size: 10px;
    }
    .story2 .img-title-intro2 p {
        font-size: 80px;
        height: 95px;
    }
    .story2 .img-title-intro2 {
        gap: 10px !important;
    }
    .banner-section {
        height: 280px;
    }
    .main-story4.story2 .op-arrow.left-arrow{ 
        left: 0;
    }
    .story2 .op-arrow.left-arrow{
        left: 5%;
        top: 15%;
    }
    .main-story4 .pt_story2 .article-slider-para {
        max-width: 100%;
    }
    .pt_story2 .article-slider-para {
        max-width: 85%;
    }
    .story2 .article-slider-item .des_title_intro {
        line-height: 30px;
    }
    .main-story4.story2 .op-arrow.right-arrow {
        right: 0;
    }
    .story2 .op-arrow.right-arrow {
        right: 5%;
        top: 15%;
    }
}
@media (max-width : 420px) {
    .title-quiz .quiz-option .op-quiz {
        width: 85px;
        height: 85px;
    }
    .story3 .related-articles-slider p, .story2 .related-articles-slider p {
        line-height: 15px;
    }
    .story3 .related-articles-slider-item a, .story2 .related-articles-slider-item a {
        line-height: 18px;
    }

    .main-story4.story2 .related-articles-section {
        margin-top: 260px;
    }

    .main-story4.story2 .pt_story4_article .pt_bg_article-slider .article-slider {
        padding-inline: 0px;
    }
    .main-story4.story2 .pt_story4_article .pt_bg_article-slider .article-slider .slick-slide {
        margin: 0px !important;
    }
    .main-story4 .pt_story2 .article-slider-para {
        font-size: 15px;
    }
    .story3 .main-quiz {
        padding-bottom: 35px;
    }
    .main-story4.story2 .img-title-intro2 {
        width: 75%;
    }
    .story3 .main-content-section .img-title-intro2 { 
        margin-right: 10%;
    }
    .story3 .intro-heading.heading {
        padding-left: 15px;
        padding-right: 15px;
        font-size: 30px !important;
    }
    .story2.main-story1 .img-title-intro2 p {
        margin-bottom: 0;
        height: 140px;
    }
    .main-story1.story2 .statistic-intro .pt_upto {
        left: 45%;
    }
    .main-story1.story2 .img-title-intro2 .stats-gif {
        padding-top: 0;
    }
    .story3 .icon-quiz .title-quiz .dt-quiz h2 {
        font-size: 30px;
    }
    .story3 .main-quiz .icon-quiz>img {
        width: 25%;
    }
    .main-story1 .pt_main_story1 .article-slider-para {
        padding-bottom: 30px !important;
    }
    .main-story1 .pt_story2 .article-slider-item .article-slider-para {
        height: auto !important;
    }
}
@media (max-width : 360px) {
    #article-page .article-slider-section .slick-slide img {
        max-width: 269px;
    }

    .op-arrow.left-arrow, .op-arrow.right-arrow {
        top: 32%;
    }
}
