html{
   scroll-behavior: smooth;
}
.site-header .header-row{
   background-color: var(--color-purple);
   border-radius: 0 0 10px 10px;
   padding: 79px 60px 25px 34px;
}
.footer-2 .footer-links{
   width: calc(100% - 220px);
   max-width: 100%;
}
.footer-2 .footer-links ul{
   grid-template-columns: repeat(4, 1fr);
   gap: 10px 96px;
   display: block !important;
   column-count: 4;
}
.footer-2 .footer-links ul li{
   line-height: 1.2;
   padding-bottom: 10px;
}
.footer-2 .footer-links ul li a{
   line-height: 1.5;
}
.footer-2 .footer-social{
   margin-top: 20px;
}
.footer-2 .footer-social li a {
   width: 46px;
   height: 46px;
   border: 2px solid #7F5F8C;
   display: flex;
   justify-content: center;
   font-size: 20px;
   align-items: center;
   color: #7F5F8C !important;
   border-radius: 50%;
}
.site-header .logo-box a{
   width: 78px;
   height: 78px;
   display: flex;
   align-items: center;
   justify-content: center;
   background-color: var(--color-logocolor1);
   border-radius: 5px;
   color: var(--color-orangeprimary);
   font-size: 32px;
   font-weight: 700;
   line-height: 1.1;
   text-decoration: none;
}
.site-header .logo-box h5{
   color: var(--color-orangeshape2);
   font-size: 32px;
   font-family: var(--font-book);
   font-weight: 400;
   line-height: 1.23;
}
.article-content-sec ul {
   padding-left: 16px;
}
body .homepage-mhqs .mhq-content-wrap .description-text,
.homepage-mhqs .box-top-para,
.homepage-mhqs .mhq-wrapepr-sec .slider-wrapper-box .swiper-slide p{
   font-family: var(--font-book) !important;
}
.homepage-mhqs .mhq-wrapepr-sec .slider-wrapper-box .swiper-slide:nth-of-type(1) p{
   color: var(--color-white);
}
.single-article .video .container-white-bg .right-panel .related-items .series-right .excerpt{
   font-family: var(--font-book);
   font-weight: 400;
}

.homepage-mhqs .mhq-wrapepr-sec .slider-wrapper-box .swiper-slide:nth-of-type(2) p{
   color: var(--color-white);
}
.homepage-mhqs .mhq-wrapepr-sec .slider-wrapper-box .swiper-slide:nth-of-type(3) p{
   color: var(--color-white);
}
.homepage-mhqs .mhq-wrapepr-sec .slider-wrapper-box .swiper-slide:nth-of-type(4) p{
   color: var(--color-white);
}
.site-header .logo-box p{
   color: var(--color-white);
   font-size: 26px;
   font-weight: 400;
   font-family: var(--font-book);
   line-height: 1.23;
}
.site-header .main-nav>ul{
   gap: 20px 50px;
   display: flex;
   flex-wrap: wrap;
   align-items: center;
}
.site-header .main-nav a{
   color: var(--color-white);
   font-size: 18px;
   font-weight: 400;
   line-height: 1.10;
   text-decoration: none;
}
.site-header .main-nav ul li a{
   position: relative;
}
.site-header .main-nav ul li:not(:nth-of-type(1)) a::after{
   content: "";
   position: absolute;
   bottom: 0px;
   left: -25px;
   width: 2px;
   height: 100%;
   background-color: #542D64;
}
.site-header .main-nav ul li a:hover::after{
   opacity: 1;
}

.site-footer{
   padding: 70px 0 50px;
   background-color: var(--color-white);
}
.site-footer .footer-copyright p{
   font-size: 10px;
   text-align: center;
   margin-top: 40px;
}
.footer-row{
   align-items: flex-start;
}

.footer-logo{
   width: 180px;
}

.footer-logo a{
   font-size: 24px;
   line-height: 1;
   font-weight: 400;
   color: var(--color-themecolor);
   text-decoration: none;
}
.footer-logo a span{
   font-weight: 700;
   font-family: var(--font-book);
}

.footer-links{
   width: calc(100% - 220px);
   max-width: 760px;
   margin-left: auto;
}

.footer-links ul{
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   column-gap: 20px;
   row-gap: 28px;
   justify-content: space-between;
   margin: 0;
   padding: 0;
   list-style: none;
}

.footer-links ul li a{
   font-size: var(--font-size-body);
   line-height: 1.2;
   font-weight: 500;
   color: var(--color-themecolor);
   text-decoration: none;
}

.footer-social{
   margin-top: 80px;
}

.footer-social ul{
   justify-content: center;
   padding: 0;
   margin: 0;
   list-style: none;
}

.footer-social ul li a{
   color: var(--color-themecolor);
}

.news-slide-comp-sec .img-box i {
	color: #fff;
	font-size: 61px;
	vertical-align: middle;
	opacity: .5;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}


/* pages css */
.banner-content-sec{
   margin: 40px 0 54px;
}
.banner-content-sec .banner-content{
   max-width: 810px;
   margin: 0 auto;
}
.banner-content-sec .banner-content h1{
   font-size: 48px;
   line-height: 1.3;
   letter-spacing: -0.05rem;
   letter-spacing: -1.5px;
   color: var(--color-orangeprimary);
   font-family: CircularStd-Bold;
   font-weight: 400;
   margin-bottom: 26px;
   margin-bottom: 16px;
}
.banner-content-sec .banner-content h1 em{
   font-style: normal;
   font-family: var(--font-book);
   color: var(--color-textheading);
}
.banner-content-sec .banner-content p{
   max-width: 782px;
   margin: 0 auto;
   font-size: var(--font-size-body-lg);
   line-height: 1.45;
   letter-spacing: -0.5px;
   color: var(--color-themecolor);
}

/* video content section */
.video-content-sec{
   margin: 36px 0 !important;
}

.video-content-sec .content-row{
   background-color: var(--color-white);
   max-width: 1165px;
   border-radius: 5px;
   margin: 0 auto;
}

.video-content-sec .video-box{
   width: 62.8%;
   border-radius: 5px 0 0 5px;
   position: relative;
}
.video-content-sec .video-box .video-text{
   position: absolute;
   width: 100%;
   bottom: 0;
   left: 0;
   padding: 20px 20px 36px 24px;
}

.video-content-sec .video-box > img{
   width: 100%;
   height: 100%;
   object-fit: cover;
   display: block;
   border-radius: 5px 0 0 5px;
}

.video-content-sec .video-box .video-tag{
   padding: 4px 18px;
   background-color: #E9788B;
   color: var(--color-white);
   font-size: 12px;
   line-height: 1;
   margin: 0 0 12px -35px;
   display: inline-block;
   font-weight: 500;
   text-transform: uppercase;
}

.video-content-sec .video-box h2{
   margin: 0;
   color: var(--color-white);
   font-size: 43px;
   line-height: 1;
   font-weight: 700;
   max-width: 500px;
}

.video-content-sec .video-box .play-btn{
   position: absolute;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%);
   width: 64px;
   height: 64px;
}

.video-content-sec .video-box .play-btn img{
   width: 100%;
   height: 100%;
}

.video-content-sec .content-box{
   width: 37.2%;
   border-radius: 0 5px 5px 0;
   padding: 31px 35px;
}

.video-content-sec .expert-head{
   margin-bottom: 28px;
}
.homepage-mhqs .mhq-wrapepr-sec .slider-wrapper-box .swiper-wrapper{
   height: auto;
}
.video-content-sec .expert-head .img-box{
   width: 62px;
   height: 62px;
   border-radius: 50%;
   overflow: hidden;
   flex-shrink: 0;
}

.video-content-sec .expert-head .img-box img{
   width: 100%;
   height: 100%;
   object-fit: cover;
   display: block;
   border-radius: 50%;
}
.video-content-sec .expert-head .text-box{
   width: calc(100% - 62px);
   padding-left: 18px;
}

.video-content-sec .expert-head .text-box h4{
   margin: 0 0 6px;
   color: #E9788B;
   font-size: 20px;
   line-height: 1;
   letter-spacing: -0.6px;
   font-weight: 700;
}

.video-content-sec .expert-head .text-box p{
   margin: 0;
   color: var(--color-themecolor);
   opacity: .48;
   font-size: 14px;
   line-height: 1.4;
   font-weight: 900;
}

.video-content-sec .expert-content p{
   margin: 0 0 24px;
   color: #4D4D4D;
   font-size: var(--font-size-body-sm);
   line-height: 1.8;
   font-weight: 500;
}

.video-content-sec .expert-content p:last-child{
   margin-bottom: 0;
}

.article-content-sec .article-main{
   width: calc(100% - 402px);
   padding-right: 5.4%;
}
.article-content-sec{
   margin-top: 36px !important;
}
.article-content-sec .article-row{
   padding: 66px 40px;
   border-radius: 10px;
   box-shadow: 0px -23px 11px -20px #0000000C;
   background-color: var(--color-white);
}

.article-content-sec .article-main h4{
   margin: 0 0 22px;
   color: var(--color-orangeprimary);
   font-size: var(--font-size-h4);
   font-weight: 700;
   line-height: 1.1;
   font-family: CircularStd-Bold;
}

.article-content-sec .article-main p{
   margin: 0 0 24px;
   color: #878897 !important;
   font-size: var(--font-size-body);
   line-height: 1.65;
   font-weight: 500;
}
.article-content-sec .article-main p a{
   color: var(--color-themecolor);
}

.article-content-sec .article-main blockquote{
   margin: 35px 0;
   padding-left: 33px;
   border-left: 4px solid var(--color-purple);
   color: var(--color-purple);
   font-size: 22px;
   max-width: 88%;
   line-height: 1.25;
   font-weight: 700;
}

.article-content-sec .article-main blockquote span{
   display: block;
}

.article-content-sec .video-box{
   position: relative;
   margin-top: 60px;
}
.single-author .author-details .author-info {
   text-align: center;
   max-width: 700px;
   margin: 0 auto;
   width: 100%;
}
.single-author .author-details .author-info .author-image {
   width: auto;
   height: 411px;
   border-radius: 6px;
   margin-bottom: 30px;
}
.single-author .author-details .author-info h1 {
   margin: 0 0 1em;
   padding: 0;
   font-size: 48px;
   color: #292c45;
   letter-spacing: -1.5px;
   line-height: 1.3;
}
.single-author .author-details .author-bio {
   max-width: 700px;
   width: 100%;
   margin: 0 auto;
}
.single-author .container.white-bg{
   background: #fff;
   box-shadow: 0 40px 35px -65px rgba(0, 0, 0, .5);
   padding: 39px 25px;
}
.single-author .container.white-bg.author-details{
   margin-bottom: 20px;
   margin-top: 20px;
}
.single-author {
   margin-bottom: 30px;
   max-width: 1230px;
   margin-left: auto;
   margin-right: auto;
   width: calc(100% - 50px);
}

.article-content-sec .video-box img{
   width: 100%;
   display: block;
}


.article-content-sec .article-main .caption{
   margin-top: 12px;
   font-size: var(--font-size-body-sm);
   line-height: 1.4;
   font-style: italic;
}

.article-content-sec .article-sidebar{
   width: 402px;
}

.article-content-sec .article-sidebar h4{
   margin: 0 0 22px;
   color: var(--color-orangeprimary);
   font-size: var(--font-size-h4);
   font-weight: 700;
   line-height: 1.1;
   font-family: CircularStd-Bold;
}

.article-content-sec .article-sidebar > p{
   margin: 0 0 28px;
   color: var(--color-text-light);
   font-size: var(--font-size-body);
   line-height: 1.45;
}

.article-content-sec .story-card{
   margin-bottom: 22px;
   justify-content: space-between;
}

.article-content-sec .story-card .img-box{
   width: 144px;
   flex-shrink: 0;
}
.homepage-mhqs .mhq-wrapepr-sec .mhq-content-box .top-heading-text p{
   color: #878897 !important;
}
.article-content-sec .story-card .img-box +  a{
   width: calc(100% - 168px);
   font-size: 14px;
   padding-left: 10px;
   color: #292c45;
   line-height: 1.3;
   letter-spacing: -.25px;
   font-weight: 400;
   font-family: var(--font-book);
   margin: 0;
}

.article-content-sec .story-card .img-box img{
   width: 100%;
   height: 91px;
   border-radius: 4px;
   object-fit: cover;
   display: block;
}

.article-content-sec .ad-box{
   width: 79%;
   height: 250px;
   margin: 70px auto 0;
   background-color: var(--color-grey);
   display: flex;
   align-items: center;
   justify-content: center;
   color: var(--color-black);
   font-size: var(--font-size-body);
   line-height: 1.3;
   text-align: center;
}
.news-slide-comp-sec{
   margin: 36px 0 !important;
}

.news-slide-comp-sec .top-heading{
   margin-bottom: 36px;
}

.news-slide-comp-sec .top-heading h2{
   margin: 0;
   color: var(--color-orangeprimary);
   font-size: 30px;
   line-height: 1;
   font-weight: 700;
   width: calc(100% - 164px);
   padding-right: 15px;
}
.white-bg-box{
   background-color: var(--color-white);
   border-radius: 10px;
   padding: 47px 29px 40px;
   box-shadow: 0px -23px 11px -20px #0000000C;
}
.news-slide-comp-sec .slider-controls{
   width: 164px;
   justify-content: flex-end;
}
.news-slide-comp-sec .slider-controls > a{
   color: #8FA2B8;
   font-size: 14px;
   line-height: 1;
   font-weight: 700;
   text-decoration: none;
   text-transform: uppercase;
}
.homepage-mhqs .mhq-content-wrap{
   max-width: 520px;
}
@media(min-width: 993px){
   .news-slide-comp-sec.count-1 .swiper-slide {
      width: 22% !important;
      margin-right: 3% !important;
      flex-shrink: 0;
   }
   .news-slide-comp-sec.count-1 .swiper-slide:first-child {
      width: 50% !important;
   }
}
.homepage-mhqs .mhq-content-wrap h4 {
   font-size: 28px;
   letter-spacing: -.3px;
   line-height: 1.3;
   font-family: CircularStd-Black;
}
.homepage-mhqs .mhq-wrapepr-sec .mhq-content-box .top-heading-text p.subtitle {
   font-size: 20px !important;
   font-weight: 400;
   font-family: CircularStd-Medium;
}
.homepage-mhqs .mhq-wrapepr-sec .slider-wrapper-box .swiper-slide p{
   font-family: var(--font-book);
}
.homepage-mhqs .mhq-wrapepr-sec .mhq-content-box .top-heading-text p {
   font-size: 18px !important;
}
.homepage-mhqs .box-top-para {
   font-size: 17px;
}
.news-slide-comp-sec .swiper-arrows{
   gap: 14px;
}

.news-slide-comp-sec .swiper-arrows button{
   width: 33px;
   height: 33px;
   padding: 0;
   border: 0;
   border-radius: 4px;
   background-color: #B7C4D3;
   cursor: pointer;
   display: flex;
   align-items: center;
   justify-content: center;
}

.news-slide-comp-sec .swiper-arrows button.swiper-button-disabled{
   opacity: 0.4;
   pointer-events: none;
}
.news-slide-comp-sec .swiper-arrows button img{
   width: 8px;
   height: 13px;
}
.news-slide-comp-sec .news__slider{
   overflow: hidden;
}

.news-slide-comp-sec .news-card{
   display: block;
   color: var(--color-title);
   height: 100%;
   text-decoration: none;
   position: relative;
}
.news-slide-comp-sec .swiper-slide{
   height: auto;
}
.news-slide-comp-sec .news-card::before{
   position: absolute;
   content: "";
   top: 0;
   left: auto;
   background-color: rgba(151, 151, 151, .25);
   z-index: 1;
   right: -24px;
   display: none !important;
   height: 100%;
   width: 1px;
}
.banner-content-sec .banner-content p {
   color: rgba(41, 44, 69, .51) !important;
   font-family: CircularStd-Medium;
}
.homepage-mhqs .box-top-para {
   color: #292c45 !important;
}
.video-content-sec .expert-content p {
   font-size: 17px;
   line-height: 1.65;
   color: #878897 !important;
   font-weight: 400;
}

.article-content-sec .article-sidebar > p {
   font-size: 17px;
    color: #878897 !important;
    font-weight: 400;
    line-height: 1.65;
}

.img-video-text-comp .text-box {
   font-size: 17px;
    line-height: 1.65;
    color: #878897;
}

.img-video-text-comp .text-box h3 {
   color: #292c45;
}

.single-article .video .container-white-bg .right-panel .related-videos-header .header {
   color: #292c45;
}

.news-slide-comp-sec .news-card:hover h3{
   text-decoration: underline;
}

.news-slide-comp-sec .news-card .img-box{
   position: relative;
   margin-bottom: 20px;
   border-radius: 6px;
   height: 314px;
   width: 100%;
   position: relative;
   text-align: center;
   transition: all .5s ease;
   background-repeat: no-repeat;
   background-attachment: scroll;
   background-position: 0 14%;
   background-size: cover;
}
.news-slide-comp-sec .news-card .img-box img{
   width: 100%;
   height: 314px;
   object-fit: cover;
   border-radius: 6px;
   display: block;
   transition: 0.4s ease;
}
.news-slide-comp-sec .news-card .badge{
   position: absolute;
   left: -6px;
   bottom: 10px;
   min-width: 88px;
   padding: 10px 14px;
   background-color: var(--color-purple);
   color: var(--color-white);
   font-size: 10px;
   line-height: 1;
   text-align: center;
   font-weight: 700;
   text-transform: uppercase;
}

.news-slide-comp-sec .news-card h3{
   margin: 0;
   font-size: 18px;
   color: #292c45;
   font-weight: 400;
   text-align: left;
   margin: 20px 0 0;
   line-height: 1.3;
   font-family: CircularStd-Medium;
}

.news-slide-comp-sec.is-less-slide .swiper-arrows{
   display: none;
}
@media(max-width: 1024px){
   .news-slide-comp-sec .news-card .img-box {
      height: 260px;
   }
}
@media(max-width: 991.98px){
   .news-slide-comp-sec.is-less-slide .swiper-arrows{
      display: flex;
   }
   .news-slide-comp-sec .news-card .img-box {
      height: 214px;
      background-size: cover;
   }
   .single-author .author-details .author-info h1 {
      font-size: 42px;
   }
}
@media(max-width: 767.98px){
   .news-slide-comp-sec .news-card .img-box {
      height: 292px;
   }
   .single-author {
      width: calc(100% - 20px);
   }
   .single-author .container.white-bg{
      padding: 20px;
   }
   .single-author .author-details .author-info .author-image {
      width: 100%;
      height: auto;
   }
   .single-author .author-details .author-info h1 {
      font-size: 36px;
  }
}


.sntv-top{
   padding: 60px 0 15px;
}

.sntv-banner span{
   color: #7795CA;
   font-size: 14px;
   line-height: 1;
   margin-bottom: 15px;
   font-weight: 500;
}
.sntv-hero .sntv-top .logo{
   margin-bottom: 20px;
}
.sntv-hero .sntv-top{
   margin-bottom: 73px;
}

.sntv-top h5{
   margin: 0;
   letter-spacing: -.02em;
   color: var(--color-orangeshape2);
   font-size: 44px;
}

.sntv-banner{
   position: relative;
   min-height: 582px;
   overflow: hidden;
   background-repeat: no-repeat;
   background-size: cover;
   background-position: right;
   background-image: var(--desktop-img);
}
@media(max-width: 767px){
   .sntv-banner{
      background-image: var(--mobile-img);
   }
}

.sntv-banner::before{
   content: "";
   position: absolute;
   inset: 0;
   background: linear-gradient(92.7deg, #000000 53.67%, rgba(0, 0, 0, 0.0001) 97.75%);
   z-index: 1;
   left: -18%;
   width: 50%;
   height: 100%;
}

.sntv-content{
   position: absolute;
   left: 60px;
   bottom: 45px;
   max-width: 360px;
   z-index: 2;
   color: var(--color-white);
}

.sntv-content span{
   display: block;
   margin-bottom: 8px;
   font-size: 12px;
   line-height: 1.2;
   font-weight: 500;
}

.sntv-content h2{
   font-size: var(--font-size-h3);
   line-height: 1;
   margin: 10px 0 20px;
   font-weight: 700;
   color: var(--color-white);
}

.sntv-content p{
   margin: 0 0 32px;
   line-height: 1.43;
   font-weight: 500;
   color: var(--color-white);
}

.sntv-hero .watch-btn{
   display: inline-flex;
   align-items: center;
   justify-content: center;
   gap: 8px;
   padding: 5px 32px 5px 12px;
   background-color: var(--color-orangeshape2);
   color: var(--color-white);
   font-size: 12px;
   border-radius: 4px;
   line-height: 1;
   font-weight: 700;
   text-decoration: none;
   text-transform: uppercase;
}
.sntv-hero .watch-btn img{
   width: 17px;
   height: 17px;
}
.alone-sec{
   margin: 15px 0 60px;
}
/* .single-article .video .container-white-bg .video-container{
   border-radius: 0 !important;
} */
.single-article .video .container-white-bg .video-container .jw-controls-backdrop{
   background: transparent;
}
.single-article .tab-content figure .wp-caption-text{
   margin-top: 10px;
}
.alone-sec{
   position: relative;
}
.sntv-hero .sntv-banner{
   position: relative;
}
.alone-sec .video-modal-content,
.sntv-banner, .video-modal-content{
   margin-right: 0 !important; 
}
.video-modal-overlay{
   position: absolute;
   top: 50%;
   padding: 10px 30px;
   height: 100%;
   transform: translateY(-50%);
   z-index: 999;
   right: 0;
   left: auto;
   display: flex;
   align-items: center;
   justify-content: flex-end;
   width: 100%;
   background-color: rgba(0, 0, 0, .8);
}

.alone-box{
   position: relative;
   min-height: 580px;
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center;
   overflow: hidden;
}
.alone-box::after{
   content: "";
   position: absolute;
   inset: 0;
   background: linear-gradient(90deg, #E1EEFB 73.02%, rgba(226, 239, 252, 0.0001) 100%);
   right: -18%;
   transform: rotate(180deg);
   width: 50%;
   left: auto;
   height: 100%;
}

.alone-content{
   position: absolute;
   right: 70px;
   top: 70%;
   transform: translateY(-50%);
   z-index: 4;
   max-width: 330px;
   text-align: right;
}

.alone-content span{
   display: block;
   margin-bottom: 8px;
   color: #7795CA;
   font-size: 12px;
   line-height: 1.2;
   font-weight: 700;
}

.alone-content h3{
   margin: 0 0 14px;
   font-size: var(--font-size-h3);
   line-height: 1;
   font-weight: 700;
   color: #4E5A68;
}

.alone-content p{
   margin: 0 0 28px;
   color: #4E5A68;
   font-size: var(--font-size-body-sm);
   line-height: 1.45;
   font-weight: 500;
}

.alone-content .watch-btn{
   display: inline-flex;
   align-items: center;
   justify-content: center;
   gap: 8px;
   padding: 6px 50px 6px 12px;
   background-color: #7795CA;
   color: var(--color-white);
   font-size: 12px;
   line-height: 1;
   font-weight: 700;
   border-radius: 4px;
   text-decoration: none;
   text-transform: uppercase;
}

.alone-content .watch-btn img{
   width: 17px;
   height: 17px;
}

.site-header .mobile-toggle{
   display: none;
   z-index: 99999;
   position: relative;
   cursor: pointer;
}

/* Add css form footer file */
.social-and-save a svg {
   margin-top: 0 !important;
}
@media (max-width: 991px) {
    .video-content-sec .content-row {
      padding: 24px;
    }
   .home .video-content-sec .content-row { 
      padding: 24px;
   }
   .video-content-sec .video-box {
      height: auto;
   }
    .flexslider .slides li a .title {
      font-size: 17px;
      margin: 12px auto 18px auto;
   }
}
@media (max-width: 767px) {
   .article-content-sec .article-main p {
      margin: 0 0 16px;
   }
   .article-content-sec .story-card a {
      line-height:1.3;
      font-size: 14px;
   }
   .news-slide-comp-sec .news-card h3 {
      font-size: 20px;
      line-height: 1.3;
      width: 90%;
  }

  .single-article .video .container-white-bg .right-panel .related-videos-header {
    padding-left:14px;
  }
}
@media (max-width: 767.98px) {
    .single-article .author {
      margin: 10px 20px 12px 0;
   }
   .single-article .video .social-overlay {
      padding: 0;
   }
   .single-article .video .pubdate {
      padding: 0 20px 4px 0 !important;
  }
}
/* Add css form footer file */
@media(max-width: 991.98px){
   .video-content-sec .content-row{
      flex-direction: column;
   }
   .news-slide-comp-sec .news-card::before{
      display: none !important;
   }
   .news-slide-comp-sec.is-less-slide .news-card .img-box img{
      height: 214px;
   }
   .news-slide-comp-sec .img-box i{
      font-size: 40px;
   }
   .article-content-sec .article-main blockquote{
      max-width: 100%;
   }
    .placement-div{
      margin: 40px 0;
   }
   .site-header .logo-box h5{
      font-size: 24px;
   }
   .site-header .logo-box p{
      font-size: 20px;
   }
   .site-header .logo-box a{
      width: 55px;
      height: 55px;
      font-size: 24px;
   }
   .site-header .main-nav ul li a{
      font-size: 16px;
   }
   .site-header .logo-box{
      gap: 15px;
   }
   .site-header .header-row{
      padding: 25px 30px;
   }
   .video-content-sec .video-box{
      width: 100%;
      border-radius: 5px;
      /* height: 500px; */
   }
   .video-content-sec .content-box{
      width: 100%;
      padding: 35px 0;
   }
   .video-content-sec .video-box > img{
      border-radius: 5px;
   }
   .site-header .main-nav>ul{
      gap: 15px 30px;
   }
   .site-header .main-nav ul li:not(:nth-of-type(1)) a::after{
      left: -15px;
   }

   .video-content-sec .content-box{
      width: 100%;
      border-radius:5px;
   }

   .video-content-sec .video-box h2{
      font-size: 30px;
   }
   .alone-box{
      min-height: 480px;
   }
   .article-content-sec .article-row{
      flex-direction: column;
      padding: 40px 20px;
   }
   .article-content-sec .article-main{
      width: 100%;
      max-width: none;
      padding-right: 0;
   }
   .article-content-sec .article-sidebar{
      width: 100%;
      margin-top: 20px;
   }
   .site-footer{
      padding: 45px 0;
   }
   .alone-sec{
      margin: 15px 0 45px;
   }
   .ad-box{
      max-width: 320px;
   }
   .footer-social{
      margin-top: 50px;
   }
   .alone-content{
      right: 35px;
      max-width: 300px;
   }
   .sntv-banner{
      min-height: 360px;
   }
   .sntv-content{
      left: 30px;
      bottom: 35px;
   }
   .banner-content-sec .banner-content h1{
      font-size: 42px;
      margin-bottom: 15px;
   }
}
@media(max-width: 767px){
   .article-content-sec .story-card .img-box{
      width: 41%;
   }
   .news-slide-comp-sec .news-card .img-box img,
   .news-slide-comp-sec.is-less-slide .news-card .img-box img{
      height: 292px;
   }
   .article-content-sec .story-card .img-box + a{
      width: 59%;
      padding-left: 10px;
   }
   .banner-content-sec .banner-content h1{
      font-size: 36px;
      margin-bottom: 16px;
   }
   .sntv-banner::before{
      left: 0;
      width: 100%;
      background: linear-gradient(92.7deg, rgba(0, 0, 0, 0.6) 53.67%, rgba(0, 0, 0, 0.0001) 97.75%);
   }
   .video-content-sec .video-box .play-btn{
      width: 50px;
      height: 50px;
   }
   .video-content-sec .video-box .video-text {
      position: absolute;
      padding: 14px 12px 22px 16px;
   }
   .alone-box::after{
      opacity: 0;
   }
   .video-content-sec .video-box .video-tag {
      margin-left: -25px;
   }
   .sntv-content p{
      margin-bottom: 20px;
   }
   .sntv-content h2{
      margin: 5px 0 15px;
   }
   .site-header .mobile-toggle {
      display: flex;
      flex-direction: column;
      gap: 5px;
      width: 30px;
      height: 30px;
      justify-content: center;
   }
    .site-header .mobile-toggle span{
      width: 100%;
      height: 2px;
      background-color: var(--color-white);
      transition: all .5s ease-in-out;
   }
   .site-header .mobile-toggle.active span{
      transform: rotate(-45deg);
   }
    .site-header .mobile-toggle.active span:nth-child(2){
      transform: rotate(45deg);
      margin-top: -6px;
    }
    .site-header .mobile-toggle.active span:nth-last-of-type(1){
      display: none;
    }

   .site-header .logo-box a {
      width: 50px;
      height: 50px;
      font-size: 22px;
   }
   .site-header .logo-box p {
      font-size: 14px;
   }
   .site-header .logo-box h5 {
      font-size: 18px;
   }
   .site-header .main-nav{
      transition: all .5s ease-in-out;
      width: 100%;
      position: fixed;
      top: 0;
      background-color: var(--color-purple);
      z-index: 2;
      height: 100vh;
      overflow-y: auto;
      padding: 20px;
      box-sizing: border-box;
      right: -100%;
   }
   .site-header .main-nav ul li:not(:nth-of-type(1)) a::after{
      display: none;
   }
   .site-header .main-nav.active{
      right: 0;
   }
   .site-header .main-nav>ul{
      flex-direction: column;
      gap: 20px;
      align-items: flex-start;
      padding: 50px 0;
   }
   .site-header .header-row{
      padding: 20px 15px;
   }
   .site-header .logo-box{
      gap: 10px;
   }
   .article-content-sec .video-box{
      margin-top: 40px;
   }
   .video-content-sec .content-row{
      padding-left: 15px;
   }
   .article-content-sec .ad-box{
      margin-top: 40px;
   }
   .site-footer .footer-row{
      flex-direction: column;
      justify-content: center;
      gap: 30px;
   }
   .footer-links{
      max-width: 100%;
      width: 100%;
   }
   .banner-content-sec{
      margin: 30px 0;
   }
   .banner-content-sec .banner-content h1{
      font-size: 32px;
   }
   .article-content-sec .story-card .img-box img{
      height: 94px;
   }
   .sntv-top h5{
      font-size: 34px;
   }
   .white-bg-box{
      padding: 30px 15px;
   }
   .news-slide-comp-sec{
      padding: 10px 0 40px;
   }

   .news-slide-comp-sec .top-heading{
      gap: 20px 0;
      margin-bottom: 25px;
   }
   .news-slide-comp-sec .slider-controls{
      gap: 10px;
      width: 144px;
   }
   .news-slide-comp-sec .top-heading h2{
      width: calc(100% - 144px);
   }
   .sntv-hero .sntv-top{
      margin-bottom: 20px;
      padding: 20px 0 15px;
   }
   .news-slide-comp-sec .top-heading h2{
      font-size: var(--font-size-h5);
   }
   .video-content-sec{
      margin: 35px 0 0;
   }

   .video-content-sec .video-box h2{
      font-size: 30px;
      max-width: 320px;
   }
   .article-content-sec .article-main blockquote{
      padding-left: 20px;
      margin: 25px 0;
      font-size: 18px;
   }
   .placement-div{
      margin: 35px 0;
   }
   .article-content-sec .article-sidebar > p{
      margin-bottom: 18px;
   }

   .video-content-sec .content-box{
      padding: 24px 0 0;
   }
   .video-content-sec .expert-content p{
      margin-bottom: 15px;
   }
   .sntv-banner{
      min-height: 430px;
      height: 100vw;
   } 
  .article-main blockquote{
      font-size: var(--font-size-h6);
   }
   .story-card{
      flex-wrap: nowrap;
   }
   .sntv-content{
      left: 20px;
      right: 20px;
      bottom: 30px;
   }
   .sntv-content span, .sntv-content p{
      display: none;
   }
   .sntv-title{
      right: 20px;
      top: 35%;
   }
   .sntv-title h1{
      font-size: 70px;
   }
    .alone-sec{
      margin: 50px 0;
   }

   .alone-box {
      min-height: 420px;
      background-position: left;
   }
   .alone-content{
      left: 20px;
      right: 20px;
      top: auto;
      bottom: 25px;
      transform: none;
      max-width: none;
      text-align: left;
   }
   .footer-logo{
      margin: 0 auto;
   }
   .site-footer{
      padding: 50px 0 40px;
   }
   .footer-logo a{
      font-size: 28px;
   }

   .footer-links ul{
      grid-template-columns: 1fr !important;
      row-gap: 25px;
      text-align: center;
   }
   .footer-links ul li a{
      font-size: 14px;
   }
   .site-footer .footer-social{
      margin-top: 25px;
   }
}
@media(max-width: 575px){
   .video-content-sec .video-box{
      height: 320px;
      height: auto;
   }
   .homepage-mhqs .mhq-content-wrap h4{
      font-size: 25px;
   }
    .video-content-sec .expert-head .text-box h4{
      font-size: 18px;
   }
   .video-content-sec .expert-head .text-box p{
      font-size: 12px;
   }
   .sntv-banner{
      min-height: 350px;
   }
   .alone-content p{
      margin-bottom: 15px;
   }
   .alone-content h3{
      margin-bottom: 10px;
   }
}
@media(max-width: 480px){
   .alone-box{
      min-height: 340px;
   }
}
@media(max-width: 380px){
   .news-slide-comp-sec .news-card .img-box img{
      height: 280px;
   }
}


/* css footer  */
.home .video-content-sec .content-row {
	background-color: var(--color-white) !important;
	max-width: unset !important;
	border-radius: 10px !important;
	margin: 0 auto !important;
	padding: 40px !important;
}
.footer-social ul li a,
.footer-logo a,
.footer-links ul li a {
	color: var(--color-footerlink) !important;
}
.footer-social ul li a:hover,
.footer-logo a:hover,
.footer-links ul li a:hover {
   color:var(--color-themecolor) !important;
}
.footer-links ul {
	grid-template-columns: repeat(2, 1fr);column-gap: 100px !important;
}
section.sntv-hero:last-of-type {
	margin-bottom: 60px !important;
}
.site-footer .footer-copyright p {
	font-size: 17px !important;
	text-align: center !important;
	margin-top: 40px !important;
}
.news-slide-comp-sec .news-card::before{background-color:unset !important;}
.news-slide-comp-sec .slider-controls {
	display: contents !important;
}
@media (max-width: 767.98px) {
   .sntv-hero .sntv-content p {	font-size: 14px !important;}
}
 