@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body *,
body *:active,
body *:focus {
    outline: none !important;
}

html {
    margin: 0;
    scroll-behavior: smooth;
}

html body {
    font-size: 16px;
    color: #000000;
    background: #fff;
    font-family: "Fira Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    line-height: 110%;
    letter-spacing: 0;
}

body a:hover,
body a:active,
body a:focus {
    opacity: 1;
    text-decoration: underline;
    color: inherit;
}

body a {
    color: #0077FF;
    text-decoration: underline;
    outline: none !important;
    box-shadow: none !important;
    transition: 0.4s all;
}

p {
    margin-bottom: 40px;
}

ul {
    padding: 0;
    margin: 0;
    width: 100%;
    float: left;
}

ul li {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}

b,
strong {
    font-weight: 600;
}

.bgCover {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

body h1,
body .h1,
body h2,
body .h2,
body h3,
body .h3,
body h4,
body .h4,
body h5,
body .h5,
body h6,
body .h6 {
    margin: 0;
}

body h1,
body .h1,
body h2,
body .h2,
body h3,
body .h3,
body h4,
body .h4,
body h5,
body .h5,
body h6,
body .h6,
p,
span,
a,
div {
    font-family: "Fira Sans", sans-serif;
}

/*---- Site Font Sizes  ----*/
body h1,
body .h1 {
    font-weight: 700;
    font-size: 64px;
    line-height: 70px;
    letter-spacing: 0;
}

body h2,
body .h2 {
    font-weight: 700;
    font-size: 37px;
    line-height: 100%;
    letter-spacing: 0;

}

body h3,
body .h3 {
    font-weight: 600;
    font-size: 36px;
    line-height: 125%;
    letter-spacing: 0;
}

body h4,
body .h4 {
    font-weight: 700;
    font-size: 27px;
    line-height: 100%;
    letter-spacing: 0;
}
body h5,
body .h5 {
    font-weight: 700;
    font-size: 19px;
    line-height: 100%;
    letter-spacing: 0;

}

.S1_Subhead {
    font-family: "Fira Sans", sans-serif;
    font-weight: 700;
    font-size: 37px;
    line-height: 100%;
    letter-spacing: 0;
}

.S2_Subhead {
    font-family: "Fira Sans", sans-serif;
    font-weight: 700;
    font-size: 27px;
    line-height: 100%;
    letter-spacing: 0;
}

.body2_Font {
    font-family: "Fira Sans", sans-serif;
    font-weight: 400;
    font-size: 19px;
    line-height: 100%;
    letter-spacing: 0;
}

.link_Font {
    font-family: "Fira Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0;
    text-decoration: underline;
    text-decoration-style: solid;
    transition: 0.4s all;
    margin-top: 10px;
    display: block;
}

.Category_Font {
    font-family: "Fira Sans", sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0;
}
/*---- Site Font Sizes  ----*/


/*---- Site Font colors and Background colors  ----*/
.colorBlack,
.colorBlack a,
p a {
    color: rgba(0, 0, 0, 1);
}

.colorWhite {
    color: rgba(255, 255, 255, 1);
}

.colorAccentGreen {
    color: rgba(76, 175, 80, 1);
}

.colorLightGrey {
    color: rgba(242, 242, 242, 1);
}

.colorDarkGrey {
    color: rgba(168, 164, 164, 1);
}

.colorBlue {
    color: rgba(0, 119, 255, 1);
}

.BG_Black {
    background: rgba(0, 0, 0, 1);
}

.BG_White {
    background: rgba(255, 255, 255, 1);
}

.BG_AccentGreen {
    background: rgba(76, 175, 80, 1);
}

.BG_LightGrey {
    background: rgba(242, 242, 242, 1);
}

.BG_DarkGrey {
    background: rgba(168, 164, 164, 1);
}

.BG_Blue {
    background: rgba(0, 119, 255, 1);
}
/*---- Site Font colors and Background colors  ----*/


/*---- Site Padding  ----*/
.mt-25 {
    margin-top: 25px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mt-21 {
    margin-top: 21px;
}

.mb-21 {
    margin-bottom: 21px;
}

.mt-19 {
    margin-top: 19px;
}

.mb-19 {
    margin-bottom: 19px;
}
.mt-18 {
    margin-top: 18px;
}

.mb-18 {
    margin-bottom: 18px;
}

.pt-25 {
    padding-top: 25px;
}

.pb-25 {
    padding-bottom: 25px;
}
.pt-21 {
    padding-top: 21px;
}

.pb-21 {
    padding-bottom: 21px;
}
.pt-19 {
    padding-top: 19px;
}

.pb-19 {
    padding-bottom: 19px;
}

.pt-18 {
    padding-top: 18px;
}

.pb-18 {
    padding-bottom: 18px;
}

.mt-40 {
    margin-top: 40px;
}

.mb-40 {
    margin-bottom: 40px;
}

.pt-40 {
    padding-top: 40px;
}

.pb-40 {
    padding-bottom: 40px;
}
.gap18{
    column-gap: 15px;
}
/*---- Site Padding  ----*/


/*---- Site button Style  ----*/
.siteBtn {
    font-weight: 600;
    font-size: 17px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    padding: 10px;
    border-radius: 6px;
    transition: all 0.4s ease;
    font-family: "Fira Sans", sans-serif;
    text-decoration: none;
    min-width: 270px;
}

.siteBtn.btnAccentGreen {
    background: rgba(76, 175, 80, 1);
    color: rgba(255,255,255,1);
}

.siteBtn.btnAccentGreen:hover {
    text-decoration: none;
    background: rgb(56, 145, 59);
}

.categoryChips {
    font-family: "Fira Sans", sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    border: 1.5px solid;
    padding: 6px 10px;
    transition: 0.4s all;
    text-decoration: none;
}

.categoryChips:hover,
.categoryChips:focus {
    background: rgba(76, 175, 80, 1);
    color: rgba(255,255,255,1);
    text-decoration: none;
} 
/*---- Site button Style  ----*/


/*-- Site Container --*/
.container {
    padding: 0;
    margin: 0 auto;
    width: calc(100% - 80px);
    max-width: calc(100% - 80px);
}

.container .container {
    width: 100%;
    max-width: 100%;
}
/*-- Site Container --*/


/*-- All sections style Init --*/
.commonSection,
.textBlock,
.imageBlock,
.btnBlock {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
    /* align-items: flex-start; */
}

.RS_Image_Module_Section .textBlock,
.full_Width_Module_Section .textBlock,
.btnBlock {
    align-items: flex-start;
}

.content p {
    line-height: 200%;
}

.content p:last-child {
    margin-bottom: 0;
}

.image_And_Video {
    overflow: hidden;
}

.imageBlock img {
    width: 100%;
}

.only_image_Section .link_Font,
.only_text_Section .link_Font {
    margin-top: 14px;
    display: flex;
}

.only_image_Section .row>div,
.only_text_Section .row>div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.RS_Image_Module_Section .imageBlock img,
.LS_Image_Module_Section .imageBlock img,
.image_And_Video video.mp4Player,
.SidebarBlock .imageBlock img,
.SidebarBlock .imageBlock video,
.hero_Image_Section .imageBlock video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.full_Width_Module_Section,
.LS_Image_Module_Section,
.RS_Image_Module_Section,
.TLDR_module_Section,
.only_text_Section {
    width: 100%;
    display: flex;
    flex-direction: column;
    /* padding: 25px 0; */
}

.only_text_Section .textBlock {
    row-gap: 18px;
}


/*-- Frame of mind title section--*/
.mind_Title_Frame {
    padding: 43px 0;
}
.mind_Title_Frame .textBlock {
    row-gap: 18px;
}
/*-- Frame of mind title section--*/


/*-- Hero image section--*/
.hero_Image_Section .imageBlock {
    /* padding-top: 545px; */
    overflow: hidden;
    position: relative;
}
.hero_Image_Section .imageBlock img {
    width: 100%;
    height: 100%;
    /* position: absolute; */
    /* top: 0;
    left: 0; */
    object-fit: cover;
    object-position: center;
}
/*-- Hero image section--*/


/*-- Category listing Style --*/
.category_Listing {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    flex-wrap: wrap;
}
/*-- Category listing Style --*/


/*-- chapter links Style --*/
.chapter_links {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 30px;
    gap: 10px;
}
/*-- chapter links Style --*/


/*-- Hero Module Section Content Style --*/
.hero_Module_Section .content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* margin: 40px 0 0 0; */
}
/*-- Hero Module Section Content Style --*/


/*-- social icon style --*/
.social_icon {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.social_icon i {
    font-size: 20px;
    border: 1px solid #afafaf;
    padding: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    height: 40px;
    transition: all 0.5s ease;
    color: #afafaf;
}

.social_icon i:hover {
    background: #000000;
    color: #fff;
}

.social_icon_div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    padding-top: 10px;
    color:#afafaf;
}

.social_icon_div span {
    height: 150px;
    width: 2px;
    background: #afafaf;
}

.social_icon a,
.social_icon a:hover,
.social_icon a:focus {
    text-decoration: none;
}
/*-- social icon style --*/


/*-- Left Side and right side Image Module Section style --*/
.LS_Image_Module_Section .textBlock,
.RS_Image_Module_Section .textBlock {
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 25px;
}
.LS_Image_Module_Section .imageBlock,
.RS_Image_Module_Section .imageBlock {
    padding-top: 545px;
}
/*-- Left Side and right side Image Module Section style --*/


/*-- Full Width Module Section style --*/
.full_Width_Module_Section .container {
    display: flex;
    flex-direction: column;
    row-gap: 25px;
}
.full_Width_Module_Section .textBlock {
    row-gap: 25px;
}
/*-- Full Width Module Section style --*/


/*-- TLDR Module Section style --*/
.TLDR_module_Section .textBlock {
    row-gap: 23px;
}
.TLDR_module_Section .linsting_Init {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.TLDR_module_Section ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 5px;
}
.TLDR_module_Section ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 200%;
    letter-spacing: 0;
    font-family: "Fira Sans", sans-serif;
    position: relative;
    padding: 0 0 0 25px;
}

.TLDR_module_Section ul li::after {
    position: absolute;
    top: 12px;
    left: 0;
    width: 6px;
    height: 6px;
    background: #000;
    content: "";
    border-radius: 50%;
}
/*-- TLDR Module Section style --*/


/*-- Only Image Section style --*/
.only_image_Section .container {
    display: flex;
    flex-direction: column;
    row-gap: 25px;
}
/*-- Only Image Section style --*/


/*-- Carousel slider Section style --*/
/* .carrousel_Module_Section.carrousel_Module_Section {
    row-gap: 25px;
}

.carouselSlider .slick-arrow {
    width: 329px;
    position: absolute;
    top: 0;
    height: 100%;
    border: none;
    box-shadow: none;
    backdrop-filter: blur(20.600000381469727px);
    background: transparent;
    font-size: 0;
    z-index: 10;
}

.carouselSlider .slick-prev.slick-arrow {
    left: 0;
}

.carouselSlider .slick-next.slick-arrow {
    right: 0;
} */

/* .carouselSlider .slick-arrow::after {
    position: absolute;
    top: 50%;
    width: 39px;
    height: 72px;
    content: ""; */
    /* background: url(assets/images/Arrow-next.svg); */
    /* background: url(assets/images/next-icon.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 11;
    margin: -39px auto 0;
} */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: brightness(0) invert(1);
}

.carousel-control-prev:active,
.carousel-control-next:active {
  background-color: rgba(255, 255, 255, 0.25);
}
 .carousel-control-prev-icon{
    background-image:url(./assets/images/prev-icon.svg);
    background-repeat: no-repeat;
    background-size: cover;
 }
 .carousel-control-next-icon{
    background-image: url(./assets/images/next-icon.svg);
    background-repeat: no-repeat;
    background-size: cover;
 }
.carousel-control-prev{
    background: none;
    border: none;
}
 .carousel-control-next{
     background: none;
     border: none;
 }
 .carousel-control-next-icon, .carousel-control-prev-icon {
    width: 40px;
    height: 40px;
    transition: 0.2s ease;
 }
  .carousel-control-next-icon:hover, .carousel-control-prev-icon:hover{
    width: 45px;
    height: 55px;
  }
 .carousel-indicators [data-bs-target] {
    background: #FFFFFF33;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    opacity: 1;
    transition: 0.4s ease;
    border: none;
}

.carousel-indicators .active {
    background-color: #fff;  
    opacity: 1;
    transform: scale(1.2);
}
.carousel-indicators{
    bottom:28px;
    display: flex;
    flex-direction: row;
    gap: 16px;
}
@keyframes dotPulse {
    0% { transform: scale(1.2); }
    50% { transform: scale(1.5); }
    100% { transform: scale(1.2); }
}
/* .carouselSlider .slick-prev.slick-arrow::after {
    left: 39px;
    transform: rotate(180deg);
}

.carouselSlider .slick-next.slick-arrow::after {
    right: 39px;
}

.slick-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: var(--bg-image);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: blur(20.600000381469727px);
    z-index: 0;
}

.carouselSlider .slick-slide {
    position: relative;
    overflow: hidden;
    padding-top: 616px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.slick-slide img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
} */
/*-- Carousel slider Section style --*/

.image-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.image-popup img {
  max-width: 85%;
  max-height: 85%;
  /* border-radius: 10px; */
}

.image-popup .close {

    position: absolute;
    top: 89px;
    right: 163px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
    border: 3.78px solid #ffffffa1;
    font-weight: 300;
    padding: 10px;
    width: 30px;
    height: 30px;
    /* background: #92953b; */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    opacity: 1;

}
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover{
    opacity: 1;
}


/*-- Sidebar style --*/
.sideBarInit {
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 54px;
    padding-bottom: 25px;
    padding-left: 15px;
}

.SidebarBlock {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 20px;
}

.SidebarBlock .imageBlock {
    padding-top: 307px;
    overflow: hidden;
}

.SidebarBlock .textBlock {
    row-gap: 8px;
}

.SidebarBlock .content p {
    line-height: 110%;
}

.sidebarTags {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.sidebarTags ul {
    width: auto;
    display: flex;
    align-items: flex-start;
    row-gap: 10px;
    flex-wrap: wrap;
    column-gap: 18px;
}

.sidebarTags ul li,
.sidebarTags ul li a {
    text-decoration: none !important;
}

.sidebarTags ul li a {
    position: relative;
}

.sidebarTags ul li a::after {
    position: absolute;
    content: "/";
    top: -1px;
    right: -13px;
    font-size: 14px;
    z-index: -1;
}

.sidebarTags ul li:last-child a::after {
    content: none;
}

/* new css */
.hero_Module_Section .contentWithUL ul.inner_UL li {
    list-style: decimal;
    margin-bottom: 14px;
}

.hero_Module_Section .contentWithUL ul.inner_UL {
    padding-left: 18px;
    margin-bottom: 26px;
}
.only_text_Section .inner_content_div p {
    margin-bottom: 0px;
}
.imageWithContetn_Section .imageBlock img {
    width: 100%;
    height: 370px;
    max-height: 100%;
    object-fit: cover;
}
/*-- Sidebar style --*/


/*-- All sections style Init --*/

/*-- Responsive style --*/

@media (min-width: 2500px) {
    .headerContainer,
    .container {
        width: 1920px;
        max-width: 1920px;
    }
}
@media (max-width:1440px){
    .image-popup .close{
        top: 82px;
        right: 128px;
    }
}

@media (max-width:1300px) {

    body h1,
    body .h1 {
        font-size: 60px;
        line-height: 70px;
    }

    body h2,
    body .h2 {
        font-size: 42px;
        line-height: 1.4;
    }

    body h3,
    body .h3 {
        font-size: 32px;
        line-height: 1.5;
    }

    .pLead,
    .pLead p {
        font-size: 32px;
    }

    .super_Stock_content {
        padding: 70px;
    }

    .super_Stock_content:before {
        top: 20px;
        left: 20px;
    }

    .super_Stock_content:after {
        bottom: 20px;
        right: 20px;
    }

    .LS_Image_Module_Section .imageBlock,
    .RS_Image_Module_Section .imageBlock {
        padding-top: 445px;
    }

    .carouselSlider .slick-slide {
        padding-top: 516px;
    }
    .image-popup .close{
        top: 82px;
        right: 117px;
    }
}

@media (max-width:1199px) {
    
    body h1,
    body .h1 {
        font-size: 42px;
        line-height: 52px;
    }

    body h2,
    body .h2 {
        font-size: 32px;

    }

    body h3,
    body .h3 {
        font-size: 28px;

    }

    .pLead,
    .pLead p {
        font-size: 28px;
    }

    .super_Stock_content {
        padding: 50px;
    }

    .super_Stock_content:after,
    .super_Stock_content:before {
        width: 130px;
        height: 104px;
    }

    .carouselSlider .slick-arrow {
        width: 150px;
    }

    .contentWithImage img {
        height: 350px;
        max-height: 100%;
    }

    .carouselSlider .slick-arrow::after {
        width: 26px;
        height: 48px;
    }

    .carouselSlider .slick-arrow::after {
        margin: -28px auto 0;
    }

    .main_article_top_content {
        padding-right: 0px;

    }

    .article_content .page_link {
        gap: 8px;
    }

    .hero_img {
        height: 360px;
        margin-bottom: 20px;
    }

    .heroVideoBlock.videoBlock {
        margin: 0 0 20px 0;
    }

    .S1_Subhead {
        font-size: 27px;
    }

    .S2_Subhead {
        font-size: 18px;
    }
    .imageWithContetn_Section .imageBlock img {
        width: 100%;
        height: 300px;
    }
}

@media (max-width:991px) {
    .innerVideoBlock {
        height: auto;
    }

    .innerVideoBlock .videoBlock {
        height: auto;
        padding-top: 361px;
    }

    .textOverImage {
        height: auto;
        min-height: 516px;
    }

    .carouselSlider .slick-slide {
        padding-top: 516px;
    }

    .article_section .row.center_content_row {
        flex-direction: column-reverse;
    }

    .social_icon_div span {
        height: 2px;
        width: 80px;
    }

    .social_icon_div,
    .social_icon {
        flex-direction: row;
    }

    .social_icon_div {
        margin-top: 0;
        align-items: center;
        display: flex;
        margin-bottom: 0px;
        padding-top: 0;
    }

    .social_icon_div p {
        margin: 0;
    }

    .article_content img {
        width: 100%;
        height: 500px;
        max-height: 100%;
        object-fit: cover;
    }

    /* .carousel-item {
        padding-top: 380px;
    } */

    .carousel-control-next,
    .carousel-control-prev {
        width: 180px;
    }

    .main_article_top_content {
        padding-right: 0px;
    }

    .contentWithImage img {
        width: 100%;
        max-width: 100%;
        /* height: 100%; */
        height: auto;
        max-height: 100%;
    }

    .headingWithContent .boxContent {
        padding: 20px;
    }

    .carouselSlider .slick-arrow::after {
        width: 20px;
        height: 36px;
    }

    .carouselSlider .slick-arrow::after {
        margin: -16px auto 0;
    }

    .article_side_bar {
        gap: 30px;
    }

    .blog_content_div .view_btn a {
        margin-bottom: 20px;
    }

    .single_imageBlock img {
        max-width: 100%;
    }

    .TopListingWitImage .row {
        row-gap: 40px;
    }

    .TopListingWitImage .article_content .imageBlock {
        padding-top: 307px;
    }

    .view_btn .btn {
        padding: 10px 16px;
        font-size: 14px;
    }

    .textWithImages .row {
        row-gap: 40px;
    }

    .innerVideoBlock .videoBlock.h-635 {
        height: auto;
        padding-top: 580px;
    }

    .LS_Image_Module_Section .row,
    .RS_Image_Module_Section .row {
        row-gap: 25px;
    }
    .sideBarInit{
        padding-left: 0;
    }
    .imageWithContetn_Section .textBlock {
    padding-top: 19px;
}
    .image-popup .close {
        top: 96px;
        right: 78px;
    }

}

@media (max-width:767px) {
    .textOverImage .overlapText {
        padding: 20px;
    }

    .textOverImage {
        min-height: 416px;
    }

    .carouselSlider .slick-slide {
        padding-top: 416px;
    }

    body h1,
    body .h1 {
        font-size: 35px;
        line-height: 42px;
    }

    body h2,
    body .h2 {
        font-size: 28px;
        line-height: 1.1;
    }

    body h3,
    body .h3 {
        font-size: 24px;
        line-height: 1.1;
    }

    body h4,
    body .h4 {
        font-size: 22px;
    }

    body h5,
    body .h5 {
        font-size: 22px;
    }

    .pLead,
    .pLead p {
        font-size: 22px;
    }

    .super_Stock_content {
        padding: 25px;
    }

    .social_icon_div span {
        height: 2px;
        width: 50px;
    }

    .social_icon i {
        font-size: 14px;
        padding: 16px;
        border-radius: 4px;
        height: 33px;
    }

    .social_icon {
        gap: 16px;
    }

    .social_icon_div {
        gap: 20px;
    }

    .carousel-control-next,
    .carousel-control-prev {
        width: 70px;
    }

    .carousel-control-next:before,
    .carousel-control-prev:before {
        width: 16px;
        height: 30px;
    }

    .carousel-item {
        padding-top: 250px;
    }

    .carouselSlider .slick-arrow::after {
        margin: -20px auto 0;
    }

    .carouselSlider .slick-prev.slick-arrow::after {
        left: 20px;
    }

    .carouselSlider .slick-next.slick-arrow::after {
        right: 20px;
    }

    .carouselSlider .slick-arrow {
        width: 80px;
    }

    .article_content img {
        height: 300px;
        max-height: 100%;
    }

    .super_Stock_content:after,
    .super_Stock_content:before {
        width: 62px;
        height: 50px;
    }

    .hero_img {
        height: 250px;
    }

    .article_section .page_title {
        padding: 70px 0 30px 0;
    }

    .super_Stock_content:before {
        top: 8px;
        left: 6px;
    }

    .super_Stock_content:after {
        bottom: 8px;
        right: 6px;
    }

    .super_Stock_div p {
        margin-bottom: 0;
    }

    .social_icon_div {
        margin: 14px 0 30px 0;
    }

    .hero_Image_Section .imageBlock,
    .LS_Image_Module_Section .imageBlock,
    .RS_Image_Module_Section .imageBlock {
        /* padding-top: 440px; */
    }

    .carouselSlider .slick-slide {
        padding-top: 360px;
    }

    .container {
        width: calc(100% - 40px);
        max-width: calc(100% - 40px);
    }

    .carouselSlider .slick-arrow::after {
        width: 15px;
        height: 30px;
    }

    .sideBarInit {
        row-gap: 40px;
    }

    .S1_Subhead {
        font-size: 24px;
    }
    .chapter_links{
        gap: 0px;
    }
    .image-popup .close {
        top: 68px;
        right: 48px;
    }
}