html {
   scroll-behavior: smooth;
}

.site-header .header-row {
   background-color: #fff;
   border-radius: 0 0 10px 10px;
   padding: 79px 60px 25px 34px;
   padding: 57px 33px 17px 27px;
}
html.scrollLock {
      overflow: hidden;
   }

/* .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 a {
   width: 230px;
}

.site-header .logo-box a img {
   width: 100%;
}

.site-header .logo-box h5 {
   color: var(--color-orangeshape2);
   font-size: 32px;
   font-family: var(--font-book);
   font-weight: 400;
   line-height: 1.23;
}
.site-header .main-nav .mega-trigger{
   color: var(--color-black);
}
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-content-wrap h4{
   font-family: CircularStd-Black;
   font-family: CircularStd-Bold, sans-serif;
   font-weight: 900;
   font-weight: 400;
   font-size: 28px;
   margin-bottom: 8px;
}

.homepage-mhqs .mhq-wrapepr-sec .slider-wrapper-box .swiper-slide:nth-of-type(1) p {
   color: var(--color-purple);
}

.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 46px;
   display: flex;
   flex-wrap: wrap;
   align-items: center;
}

.site-header .main-nav a {
   color: var(--color-black);
   font-size: 18px;
   font-weight: 400;
   line-height: 1.10;
   text-decoration: none;
}

.site-header .main-nav li.active>a {
   color: #7F5F8C;
   font-weight: 700;
}

.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: -23px;
   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-2 .footer-logo {
   width: 220px;
}

.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);
}


/* pages css */
.banner-content-sec, .center-content-compo{
   margin: 40px 0 54px;
}

.banner-content-sec .banner-content , .center-content-compo .inner-content{
   max-width: 810px;
   margin: 0 auto;
}

.banner-content-sec .banner-content h1 {
   font-size: 40px;
   line-height: 1.1;
   letter-spacing: -0.05rem;
   color: var(--color-orangeprimary);
   font-family: var(--font-book);
   margin-bottom: 26px;
   text-align: center;
}
.center-content-compo .inner-content h1{
   margin: 0 0 20px;
   text-align: center;
   padding: 0;
   font-size: 48px;
   color: #292c45;
   letter-spacing: -1.2px;
   line-height: 1.3;
}
.center-content-compo .inner-content h1 em{
   font-style: normal;
}
.center-content-compo .inner-content p{
   text-align: center;
   font-size: 16px;
}
.banner-content-sec .banner-content h1 em {
   font-style: normal;
   color: var(--color-textheading);
}

.banner-content-sec .banner-content p {
   max-width: 570px;
   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: 54px 0 75px;
}

.video-content-sec .content-row {
   background-color: var(--color-white);
   max-width: 1165px;
   border-radius: 5px;
   margin: 0 auto;
}
.video-content-sec .content-row .jwplayer {
   border-radius: 10px;
}

.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;
   font-family: "CircularStd-Black", sans-serif;
}

.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% - 383px);
   padding-right: 5.4%;
}

.article-content-sec {
   margin-top: 60px;
}

.article-content-sec .article-row {
   padding: 66px 49px;
   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);
   line-height: 1.1;
   font-weight: 700;
}

.article-content-sec .article-main p {
   margin: 0 0 24px;
   margin: 0 0 16px;
   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;
}

.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: 383px;
}

.article-content-sec .article-sidebar h4 {
   margin: 0 0 14px;
   color: var(--color-orangeprimary);
   font-size: var(--font-size-body);
   line-height: 1;
   font-weight: 700;
}

.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: 24px;
}

.article-content-sec .story-card .img-box {
   width: 144px;
   flex-shrink: 0;
}


.article-content-sec .story-card a {
   width: calc(100% - 168px);
   font-size: 14px;
   margin-left: 24px;
   color: var(--color-themecolor);
   color: #878897;
   font-size: var(--font-size-body-sm);
   line-height: 1.42;
   letter-spacing: -0.2px;
   font-weight: 500;
}

.article-content-sec .story-card .img-box img {
   width: 100%;
   height: 91px;
   border-radius: 7px;
   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 {
   padding: 12px 0 60px;
}

.news-slide-comp-sec .top-heading {
   margin-bottom: 36px;
}

.news-slide-comp-sec .top-heading h2 {
   margin: 0;
   color: var(--color-orangeprimary);
   font-size: var(--font-size-h4);
   line-height: 1;
   font-weight: 700;
   width: calc(100% - 154px);
   padding-right: 15px;
}

.white-bg-box {
   background-color: var(--color-white);
   border-radius: 20px;
   padding: 47px 29px 40px;
   box-shadow: 0px -23px 11px -20px #0000000C;
}

.news-slide-comp-sec .slider-controls {
   justify-content: flex-end;
   width: 154px;
}

.news-slide-comp-sec .slider-controls>a {
   color: #8FA2B8;
   font-size: 14px;
   line-height: 1;
   font-weight: 700;
   text-decoration: none;
   text-transform: uppercase;
}

.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;
   padding-left: 15px;
}

.news-slide-comp-sec .news-card {
   display: block;
   color: var(--color-title);
   text-decoration: none;
   position: relative;
}

.news-slide-comp-sec .swiper-slide:nth-of-type(1) .news-card{
   margin-left: 8px;
}
/* .news-slide-comp-sec .news-card:hover h3 {
   text-decoration: underline;
}
 */
.news-slide-comp-sec .news-card .img-box {
   position: relative;
   margin-bottom: 20px;
   overflow: hidden;
   border-radius: 6px;
}
.news-slide-comp-sec .news-card .img-box:hover img{
   transform: scale(1.05);
}

.news-slide-comp-sec .news-card .img-box img {
   width: 100%;
   height: 314px;
   object-fit: cover;
   border-radius: 6px;
   display: block;
   transition: all 0.4s ease-in-out;
}

.news-slide-comp-sec .news-card .badge {
   background-color: var(--color-purple);
   text-align: center;
   position: absolute;
   /* bottom: 10px; */
   top: 271px;
   left: -7px;
   font-family: CircularStd-Medium, sans-serif;
   font-weight: 400;
   padding: 7px;
   color: #fff;
   font-size: 12px;
   letter-spacing: .2px;
   text-transform: uppercase;
   width: auto;
   line-height: 16px;
}
.collections .article-item a .video .tag {
    position: absolute;
    bottom: 10px;
    left: -7px;
    padding: 7px;
    color: #fff;
    font-size: 12px;
    letter-spacing: .2px;
    text-transform: uppercase;
    width: auto;
    line-height: 16px;
}
.collections .article-item a .video .tag {
    position: absolute;
    bottom: 10px;
    left: -7px;
    padding: 7px;
    color: #fff;
    font-size: 12px;
    letter-spacing: .2px;
    text-transform: uppercase;
    width: auto;
    line-height: 16px;
}
.news-slide-comp-sec .news-card h3 {
   font-size: 18px;
   color: #292c45;
   font-weight: 400;
   text-align: left;
   margin: 20px 0 0;
   font-family: CircularStd-Medium;
}

.news-slide-comp-sec.is-less-slide .swiper-arrows {
   display: none;
}


.sntv-top {
   padding: 60px 0 15px;
}

.sntv-banner:not(:nth-last-of-type(1)) {
   margin-bottom: 51px;
}

.sntv-banner span {
   color: #7795CA;
   font-size: 14px;
   line-height: 1;
   margin-bottom: 15px;
   font-weight: 500;
}

.sntv-hero {
   padding-bottom: 20px;
}
.sntv-hero:last-of-type(1){
   padding-bottom: 128px;
}

.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;
}

.sntv-hero .sntv-top .logo {
   margin-bottom: 20px;
}

.sntv-hero .sntv-top {
   margin-bottom: 73px;
}

.sntv-top h5 {
   margin: 0;
   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);
}

.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;
   left: 29px;
   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.32;
   font-weight: 500;
}

.sntv-content h2 {
   font-size: var(--font-size-h3);
   margin: 10px 0 20px;
   font-weight: 700;
   color: var(--color-white);
}

.sntv-content p {
   margin: 0 0 32px;
   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.32;
   font-weight: 700;
   text-decoration: none;
   text-transform: uppercase;
}

.sntv-hero .watch-btn img {
   width: 17px;
   height: 17px;
}
.alone-sec{
   margin: 15px 0 60px;
   position: relative;
}
/* .single-article .video .container-white-bg .video-container{
   border-radius: 0 !important;
} */
.sntv-hero .sntv-banner {
   position: relative;
}
.video-modal-overlay {
   position: absolute;
   top: 50%;
   padding: 10px 20px;
   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);
}
.sntv-hero .video-modal-overlay .video-modal-content{
   margin: 50px 0 50px auto !important;
}

.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.32;
   font-weight: 700;
}

.alone-content h3{
   margin: 0 0 14px;
   font-size: var(--font-size-h3);
   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;
}

@media(max-width: 991px) {
   .video-content-sec .content-row {
      flex-direction: column;
      padding: 24px !important;
   }
   .footer-2 .footer-logo {
      margin: 0 auto;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
   }

   .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;
   }

   .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;
   }

   .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;
   }
   .alone-sec{
      margin: 15px 0 45px;
   }

   .site-footer {
      padding: 45px 0;
   }
   .alone-sec{
      margin: 15px 0 45px;
   }
   .ad-box{
      max-width: 320px;
   }

   .ad-box {
      max-width: 320px;
   }

   .footer-social {
      margin-top: 50px;
   }
    .alone-content{
      right: 35px;
      max-width: 300px;
   }

   .sntv-banner {
      min-height: 360px;
      min-height: 480px;
   }

   .sntv-content {
      left: 30px;
      bottom: 35px;
   }

   .banner-content-sec .banner-content h1 {
      font-size: 36px;
      margin-bottom: 15px;
   }
   .center-content-compo .inner-content h1{
      font-size: 38px;
   }
}

@media(max-width: 767px) {
   .article-content-sec .story-card .img-box {
      width: 90px;
   }
   .sntv-banner {
      height: 100vw;
      background-image: var(--mobile-img);
   }

   .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%);
   }
   .sntv-hero .video-modal-overlay .video-modal-content{
      width: 100% !important;
   }
   .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;
   }


   .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-black);
      transition: all .5s ease-in-out;
   }

   .site-header .main-nav li.active a,
   .site-header .main-nav ul li a {
      color: #fff;
   }

   .site-header .logo-box a {
      width: 160px;
   }

   .site-header .mobile-toggle.active span {
      background-color: #fff;
   }

   .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: 70px 0 0;
   }
  

   .site-header .header-row {
      padding: 20px 15px;
   }

   .site-header .logo-box {
      gap: 10px;
   }

   .article-content-sec .video-box {
      margin-top: 40px;
   }

   .article-content-sec .article-main p {
      font-size: 14px;
      line-height: 1.4;
      margin: 0 0 16px;
   }

   .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;
   }

   .news-slide-comp-sec .news__slider {
      padding-left: 5px;
   }

   .article-content-sec .story-card .img-box img {
      height: 70px;
   }

   .sntv-top h5 {
      font-size: 34px;
   }

   .white-bg-box {
      padding: 40px 15px;
   }

   .article-content-sec .story-card a {
      width: calc(100% - 105px);
      margin-left: 15px;
      font-size: 12px;
      line-height: 1.2;
   }

   .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: 60px 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 20px 24px 5px;
   }

   .video-content-sec .expert-content p {
      font-size: 14px;
      line-height: 1.4;
      margin-bottom: 15px;
   }


   .article-main blockquote {
      font-size: var(--font-size-h6);
   }

   .story-card {
      flex-wrap: nowrap;
   }

   .sntv-content {
      left: 20px;
      right: 20px;
      bottom: 30px;
   }

   .sntv-title {
      right: 20px;
      top: 35%;
   }

   .sntv-title h1 {
      font-size: 70px;
   }
   .sntv-content{
      left: 20px;
      right: 20px;
      bottom: 30px;
   }
   .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;
      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;
   }

   .video-content-sec .expert-head .text-box h4 {
      font-size: 18px;
   }

   .video-content-sec .expert-head .text-box p {
      font-size: 12px;
   }

   .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;
   }
   .news-slide-comp-sec .news-card .img-box img{
      height: 280px;
   }
   .news-slide-comp-sec .news-card .badge{
      top: 239px;
   }
}









/*:root {
  --blue: #41477b;
  --purple: #523f97;
  --light-green: #b7dfe2;
  --green: #4d9ba0;
  --dark-green: #257378;
  --color-white: #ffffff;
  --color-black: #000000;
  --color-grey: #f0f3f7;
  --orange: #f17b42;
  --dark-blue: #523f97;
  --color-primary: #292c45;
  --color-pink: #da4e9c;
}*/
/*body {
  line-height: 1.2;
  font-weight: 500;
  font-style: normal;
  background-color: #f0f3f7;
}
body em,
body i {
  font-style: italic;
}
ol,
ul {
  list-style: none;
}*/
.single-article .video .container-white-bg .right-panel .related-items:last-of-type {
   border-bottom: none;
}

body {
   height: 100vh;
}

a {
   text-decoration: none;
   color: #41477b;
}

.text-center {
   text-align: center;
}

.d-flex {
   display: flex;
   flex-wrap: wrap;
}

.column {
   flex-direction: column;
}

.align-center {
   align-items: center;
}

.space-center {
   justify-content: center;
}

.space-between {
   justify-content: space-between;
}

.flex-center {
   display: flex;
   align-items: center;
   justify-content: center;
}

.gap-10 {
   gap: 10px;
}

.gap-20 {
   gap: 20px;
}

.mhq-wrapepr-sec.fullscreen {
   position: fixed;
   top: 0;
   left: 0;
   background-color: #f0f3f7;
   z-index: 99999;
   width: 100%;
   height: 100%;
   transform: translate(100%, 0);
   transition: translate .2s ease-out 0s, opacity .26s ease-out 0s;
   opacity: 0;
}

.mhq-wrapepr-sec.fullscreen.active {
   transform: translate(0%, 0);
   opacity: 1;
}

.mhq-wrapepr-sec button {
   font-size: 16px;
   cursor: pointer;
   border-radius: 10px;
   outline: none;
   padding: 20px 22px;
   font-weight: 500;
   border: none;
   font-size: 16px;
}

.mhq-wrapepr-sec .close-mhq-panel {
   position: absolute;
   right: 18px;
   cursor: pointer;
   border-radius: 0 0 16px 16px;
   z-index: 99999;
   top: 0;
   right: 16px;
   background: #fff;
   width: 55px;
   height: 55px;
}

.mhq-wrapepr-sec .close-mhq-panel .inner-close-btn {
   width: 40px;
   cursor: pointer;
   height: 40px;
   background: #2D3367;
   border-radius: 12px;
   display: flex;
   align-items: center;
   justify-content: center;
}

.tab-btn {
   width: 100%;
   background-color: rgba(240, 243, 247, 0.7);
   display: flex;
   align-items: center;
   font-weight: 500;
   gap: 19px;
   color: #41477b;
   cursor: pointer;
   border-radius: 10px;
}

.slider-wrapper-box {
   width: 100%;
   overflow: hidden;
}

.text-white {
   color: #ffffff;
}

.line {
   margin-bottom: 12px;
   position: relative;
}

.line::after {
   background-color: #f0f3f7;
   width: 100%;
   height: 1.5px;
   content: "";
   bottom: -12px;
   left: 0;
   position: absolute;
}

@keyframes fadeUp {
   from {
      opacity: 0;
      transform: translateY(50px);
   }

   to {
      opacity: 1;
      transform: translateY(0);
   }
}

/*.swiper-slide {
   opacity: 0;
   animation: fadeUp 0.6s ease-out forwards;
 }*/

/* Delay for each swiper-slide (optional) */
/* .swiper-slide:nth-child(1) { animation-delay: 0.1s; }
 .swiper-slide:nth-child(2) { animation-delay: 0.2s; }
 .swiper-slide:nth-child(3) { animation-delay: 0.3s; } */

@media (min-width: 993px) {
   .hide-onDesk {
      display: none !important;
   }
}

@media (max-width: 1560px) {
   .mhq-wrapepr-sec button {
      padding: 15px 20px;
   }
}

@media (max-width: 993px) {
   .hide-onTab {
      display: none !important;
   }
}

@media (max-width: 767px) {
   .hide-onMob {
      display: none !important;
   }
}

.mhq-wrapepr-sec {
   padding: 30px;
   height: 100vh;
   font-family: "Circular Std Book";
   font-weight: 500;
   line-height: 1.32;
}

.homepage-mhqs .mhq-wrapepr-sec .mhq-content-box .top-heading-text p.subtitle {
   margin-bottom: 20px;
   font-size: 20px !important;
   color: #7F7F7F !important;
   font-weight: 400;
   letter-spacing: -0.5px !important;
   font-family: CircularStd-Medium;
}

.mhq-content-tab {
   display: none;
   width: 100%;
}

.mhq-content-tab.active {
   display: block;
}

.mhq-wrapepr-sec .slider-wrapper-box .swiper-slide {
   padding: 25px 20px 18px;
   color: #ffffff;
   background-color: var(--color-lightpurple);
   cursor: pointer;
   border-radius: 10px 10px 10px 3px;
   min-height: 106px;
}

.mhq-wrapepr-sec .slider-wrapper-box .swiper-slide:nth-of-type(2) {
   background-color: var(--color-orangeshape3);
}

.mhq-wrapepr-sec .slider-wrapper-box .swiper-slide:nth-of-type(3) {
   background-color: var(--color-purple);
}

.mhq-wrapepr-sec .slider-wrapper-box .swiper-slide p {
   font-size: 20px;
   line-height: 1.2;
   font-weight: 400;
}

.mhq-wrapepr-sec .mhq-content-box {
   width: calc(100% - 272px);
   margin-left: auto;
   transition: all .5s ease;
}

.mhq-wrapepr-sec .mhq-content-box.active-slide {
   width: calc(100% - 667px);
}

.mhq-wrapepr-sec .mhq-content-box .chat-section-wrapper .inner-text {
   padding-top: 0;
}

.mhq-wrapepr-sec .mhq-content-box .mhq-logo {
   max-width: 119px;
   margin: 0 auto;
}

.mhq-wrapepr-sec .mhq-content-box .mhq-logo img {
   width: 100%;
}

.mhq-wrapepr-sec .mhq-content-box .inner-text {
   max-width: 895px;
   padding: 60px 20px 20px;
   margin: 0 auto;
   display: flex;
   flex-direction: column;
   height: 100vh;
   height: 100dvh;
   overflow: hidden;
}

.mhq-wrapepr-sec .mhq-content-box .top-heading-text {
   margin-bottom: 40px;
   margin-bottom: 20px;
}

.mhq-wrapepr-sec .mhq-content-box .top-heading-text h1 {
   font-size: 50px;
   line-height: 1.1;
   font-weight: 500;
   color: #41477b;
   margin: 30px 0 15px;
}

.mhq-wrapepr-sec .mhq-content-box .top-heading-text p {
   max-width: 670px;
   font-size: 18px;
   font-weight: 400;
   margin: 0 auto 20px;
   color: #41477b;
}

.mhq-wrapepr-sec .mhq-content-box .top-heading-text h1 span {
   color: #4d9ba0;
}

.mhq-wrapepr-sec .slider-wrapper-box .swiper-slide .icon {
   margin-bottom: 45px;
   margin-bottom: 20px;
}

.mhq-wrapepr-sec .chat-container {
   background-color: #ffffff;
   padding: 25px 10px 10px 24px;
   border-radius: 20px;
   box-shadow: 0px 5px 40px 0px #41477B05;
   margin-bottom: 9px;
}

.mhq-wrapepr-sec .textchat-box {
   display: flex;
   flex-wrap: wrap;
   padding: 10px;
   border-radius: 10px;
   gap: 10px;
   background-color: #ffffff;
   align-items: center;
}

.mhq-wrapepr-sec .mhq-content-box .voice-btn.send-btn {
   display: none;
   padding: 18px 20px;
}

.mhq-wrapepr-sec .mhq-content-box .voice-btn.send-btn a {
   color: #fff;
   display: flex;
   align-items: center;
   gap: 10px;
}

.mhq-wrapepr-sec .chat-container .textchat-box {
   border-radius: 0;
   padding: 0;
}

.mhq-wrapepr-sec .textchat-box .input-field {
   width: calc(100% - 226px);
   padding: 4px 0 4px 13px;
   font-size: 20px;
   height: 42px;
   color: #41477b;
   resize: none;
   line-height: 1;
   margin-top: 12px;
}

.mhq-wrapepr-sec .chat-container .textchat-box .input-field {
   padding-left: 0;
}

.mhq-wrapepr-sec .textchat-box .chat-btn-box {
   width: 226px;
   justify-content: flex-end;
}

.mhq-wrapepr-sec .voice-chat-input {
   width: 100%;
}

.mhq-wrapepr-sec .voice-chat-input .input-field {
   font-size: 28px;
   color: #41477b;
   font-weight: 500;
   width: 100%;
   resize: none;
   height: 95px;
   overflow: hidden;
}

.mhq-wrapepr-sec .chat-container .h4 {
   font-size: 28px;
   color: #41477b;
   font-weight: 500;
   margin-bottom: 62px;
}

.mhq-wrapepr-sec .voice-chat-input .input-field::placeholder {
   font-size: 28px;
   font-weight: 500;
   color: #41477b;
}

.mhq-wrapepr-sec .textchat-box .input-field::placeholder {
   font-size: 20px;
}

.mhq-wrapepr-sec .input-field {
   flex: 1;
   border: none;
   font-size: 16px;
   color: #a0aec0;
   outline: none;
}

.mhq-wrapepr-sec .input-field::placeholder {
   color: #8FA5B9;
   font-size: 20px;
   font-weight: 400;
}

.mhq-wrapepr-sec .mhq-content-box .attach-btn {
   background: var(--color-grey);
   border: none;
   outline: none;
   border-radius: 10px;
   width: 60px;
   height: 60px;
   margin-right: 10px;
   cursor: pointer;
}

.mhq-wrapepr-sec .mhq-content-box .voice-btn {
   background-color: #41477b;
   color: #ffffff;
   border: none;
   padding: 19px 22px;
   border-radius: 10px;
   cursor: pointer;
   display: flex;
   align-items: center;
   gap: 13px;
   transition: background-color .2s linear 0s;
}

.mhq-wrapepr-sec .mhq-content-box .voice-btn.recording {
   text-indent: -99999em;
   font-size: 0px;
   padding: 19px 23px 21px 11px;
   background-color: #EA4D30;
   box-shadow: 0 0 0 0 rgba(90, 153, 212, 0.5);
   -webkit-animation: pulse 1.5s infinite;
}

@media(max-width: 768px) {
   .mhq-wrapepr-sec .mhq-content-box .voice-btn.recording {
      padding: 9px 17px;
   }
}

.mhq-wrapepr-sec .mhq-content-box .voice-btn.idiling {
   text-indent: -99999em;
   font-size: 0px;
   padding: 19px 23px 21px 11px;
   background-color: #41477b;
}

.mhq-wrapepr-sec .mhq-content-box .voice-btn.stop {
   position: relative;
   box-shadow: 0 0 0 0 rgba(90, 153, 212, 0.5);
   -webkit-animation: pulse 1.5s infinite;
}

.mhq-wrapepr-sec .mhq-content-box .voice-btn.stop img {
   opacity: 0;
}

.mhq-wrapepr-sec .mhq-content-box .voice-btn.stop:after {
   content: '';
   display: block;
   width: 12px;
   height: 12px;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   background-color: #FFF;
}

@-webkit-keyframes pulse {
   0% {
      -moz-transform: scale(0.96);
      -ms-transform: scale(0.96);
      -webkit-transform: scale(0.96);
      transform: scale(0.96);
   }

   70% {
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1);
      box-shadow: 0 0 0 18px rgba(90, 153, 212, 0);
   }

   100% {
      -moz-transform: scale(0.96);
      -ms-transform: scale(0.96);
      -webkit-transform: scale(0.96);
      transform: scale(0.96);
      box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
   }
}

.mhq-wrapepr-sec .mhq-content-box .bottom-text {
   flex-shrink: 0;
   width: 100%;
   max-width: 473px;
   margin: 0 auto;
   padding-top: 12px;
}

.mhq-wrapepr-sec .mhq-content-box .bottom-text p {
   font-size: 12px;
   font-weight: 500;
   margin-top: 12px;
   color: #41477b;
   text-align: center;
}

.mhq-wrapepr-sec .mhq-content-box .bottom-text p a {
   text-decoration: underline;
}

.mhq-content-box .mhq-voicechat-button {
   width: auto;
}

/* Chat Section css */

.chat-section p {
   line-height: 1.32;

}

.chat-section .chat-message p {
   background-color: #b7dfe2;
   padding: 20px;
   border-radius: 10px;
   color: #41477b;
   font-weight: 400;
   font-size: 18px;
   line-height: 1.32;
   letter-spacing: -0.5px;
}

.chat-section .chat-message {
   width: 35%;
   width: max-content;
   max-width: 300px;
   max-width: 505px;
   margin: 0 0 5px auto;
}

.chat-section .chat-response-message p {
   background-color: #257378;
   padding: 20px;
   border-radius: 10px 10px 10px 5px;
   border-radius: 10px;
   color: #ffffff;
   font-weight: 400;
   font-size: 18px;
   letter-spacing: -.5px;
}

.chat-section .chat-response-message.clinical-trial-message p {
   background-color: var(--purple);
   margin-bottom: 0;
   min-width: 420px;
}

@media(max-width: 768px) {
   .chat-section .chat-response-message.clinical-trial-message p {
      min-width: 0;
   }

}

.mhq-wrapepr-sec .chat-section+.textchat-box {
   position: relative;
   max-width: 855px;
   width: 100%;
   flex-shrink: 0;
   margin-top: auto;
   z-index: 100;
}

body.no-scroll {
   overflow-y: hidden;
   position: fixed;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
}

@media(min-width: 993px) {
   .mhq-wrapepr-sec .chat-section+.textchat-box {
      position: static;
      max-width: 855px !important;
   }
}

.chat-section-wrapper .chat-section {
   flex: 1;
   overflow-y: auto;
   overflow-x: hidden;
   padding-bottom: 20px;
   min-height: 0;
}

.chat-section-wrapper .chat-section::-webkit-scrollbar {
   width: 0;
}

.chat-section-wrapper .chat-section::-webkit-scrollbar-track {
   width: 0;
}

.chat-section-wrapper .chat-section {
   scrollbar-width: none;
   -ms-overflow-style: none;
}

.chat-section-wrapper .chat-section::-webkit-scrollbar {
   display: none;
}

.chat-section .chat-response-message {
   margin-bottom: 20px;
   width: max-content;
   max-width: 505px;
}

.mhq-wrapepr-sec .checkbox-group-compo .checkbox-group {
   background-color: #ffffff;
   padding: 10px;
   display: inline-flex;
   border-radius: 8px;
   gap: 8px;
   font-size: 16px;
   color: #292c45;
   align-items: center;
   overflow: hidden;
   position: relative;
   z-index: 1;
}

.mhq-wrapepr-sec .checkbox-group-compo {
   margin-bottom: 3px;
   width: max-content;
   display: flex;
   flex-wrap: wrap;
   max-width: 505px;
   gap: 5px;
}

.mhq-wrapepr-sec .checkbox-group-compo .checkbox-group label {
   cursor: pointer;
}

.checkbox-group-compo input[type="checkbox"] {
   appearance: none;
   width: 13px;
   height: 13px;
   border: 1.5px solid black;
   border-radius: 4px;
   opacity: .70;
   display: flex;
   align-items: center;
   justify-content: center;
   position: relative;
   cursor: pointer;
}

.checkbox-group-compo label {
   font-size: 16px;
   font-weight: 400;
}

.checkbox-group-compo input[type="checkbox"]::before {
   content: "";
   display: none;
   background-image: url(/assets/right-check-icon.svg);
   background-image: url(../assets/right-check-icon.svg);
   background-size: 7px;
   width: 7px;
   height: 7px;
}

.checkbox-group-compo input[type="checkbox"]:checked::before {
   display: block;
}

.checkbox-group-compo input[type="checkbox"]:checked {
   background-color: #292c45;
   opacity: 1;
   border-color: #292c45;
   position: relative;
   z-index: 1;
}

.checkbox-group-compo input[type="checkbox"]:checked+label {
   position: relative;
}

.checkbox-group:has(input[type="checkbox"]:checked) {
   background-color: #B7DFE2;
   position: relative;
   z-index: 9;
}

.mhq-wrapepr-sec .submit-btn-box {
   margin-bottom: 3px;
   max-width: 505px;
   margin-top: 20px;
}

.mhq-wrapepr-sec .submit-btn-box .submit-btn {
   border: none;
   outline: none;
   border-radius: 5px;
   padding: 13px 30px;
   font-size: 16px;
   font-weight: 500;
   color: #292c45;
   background-color: #b7dfe2;
   width: 100%;
}

.mhq-sidebar .desktop-tab li.active {
   background-color: #41477b;
}

.mhq-sidebar .desktop-tab li.active:nth-of-type(2) {
   background-color: #523F97;
}

.mhq-sidebar .desktop-tab li.active p {
   color: #ffffff;
}

.mhq-sidebar .desktop-tab li p {
   font-weight: 500;
   font-size: 16px;
}

.mhq-sidebar .desktop-tab li.active img {
   filter: brightness(16.5);
}

/* trails-box */
.mhq-wrapepr-sec .clinicial-trails-box-wrapper {
   margin: 20px 0;
   width: 100%;
   display: flex;
   flex-wrap: wrap;
   gap: 10px;
}

.mhq-wrapepr-sec .chat-section-wrapper .trails-box {
   width: 100%;
   min-height: 0;
   padding: 16px 20px 74px 20px;
   display: block;
   margin: 20px 0 8px 0;
   position: relative;
}

.mhq-wrapepr-sec .chat-section-wrapper .trails-box a {
   display: inline-block;
   background-color: #2B1F57;
   color: #FFF;
   padding: 10px 22px;
   margin: 0;
   position: absolute;
   right: 16px;
   bottom: 16px;
   border-radius: 6px;
}

.mhq-wrapepr-sec .chat-section-wrapper .trails-box li {
   width: calc(100% - 60px);
}

.mhq-wrapepr-sec .chat-section-wrapper .trails-box li:nth-of-type(2) {
   width: 50px;
}

.mhq-wrapepr-sec .chat-section-wrapper .see_all-box {
   justify-content: center;
   align-items: center;
   background: #AB9CE4;
   text-align: center;
   cursor: pointer;
}

.mhq-wrapepr-sec .chat-section-wrapper .see_all-box p {
   color: #2B1F57;
   font-size: 14px;
   margin-top: 9px;
   font-weight: 700;
   text-transform: uppercase;
}

.mhq-wrapepr-sec .trails-box {
   padding: 20px 16px 15px 20px;
   background-color: #523f97;
   border-radius: 20px;
   width: 100%;
   display: flex;
   flex-direction: column;
   color: #fff;
}

.mhq-wrapepr-sec .trails-box ul {
   margin-top: auto;
   display: flex;
   justify-content: space-between;
   gap: 20px 10px;
   padding-top: 24px;
   flex-wrap: wrap;
   padding-left: 0;
}

.mhq-wrapepr-sec .trails-box li {
   display: flex;
   align-items: center;
   gap: 6px;
   width: calc(100% - 210px);
}

.mhq-wrapepr-sec .trails-box li:nth-of-type(2) {
   justify-content: flex-end;
   width: 200px;
}

.mhq-wrapepr-sec .trails-box li span {
   font-size: 12px;
   font-weight: 700;
   text-transform: uppercase;
}

.mhq-wrapepr-sec .trails-box li .clinical-trail-btn-wrapper .clinical-trail-btn {
   background-color: #2B1F57;
   color: #fff;
   font-weight: 500;
   font-size: 16px;
   font-family: "Circular Std Book";
   padding: 8px 11px;
   border-radius: 10px;
}

.mhq-wrapepr-sec .trails-box li .clinical-trail-btn-wrapper {
   gap: 10px;
}

.mhq-wrapepr-sec .trails-box .bookmark {
   padding: 8px;
   background-color: rgba(171, 156, 228, .30);
   width: 40px;
   height: 35px;
   display: flex;
   align-items: center;
   justify-content: center;
   border-radius: 8px;
}

.mhq-wrapepr-sec .trails-box p {
   font-size: 18px;
   font-weight: 400;
   letter-spacing: -0.5px;
   line-height: 1.32;
   color: #ffffff;
}

.mhq-wrapepr-sec .health-panel .checkbox-group-compo {
   max-width: 100%;
   width: 100%;
   background-color: #F0F3F7;
   border-radius: 10px;
   padding: 26px 18px;
   margin: 5px 0;
}

.mhq-wrapepr-sec .health-panel .white-box {
   background-color: #F0F3F7;
   padding: 20px;
   margin-bottom: 20px;
   border-radius: 10px;
   align-items: center;
}

.mhq-wrapepr-sec .health-panel .white-box.complete {
   align-items: center;
}

.mhq-wrapepr-sec .health-panel .white-box[data-prop="gender"],
.mhq-wrapepr-sec .health-panel .white-box[data-prop="age"] {
   display: flex;
   justify-content: space-between;
}

.mhq-wrapepr-sec .health-panel .select-box {
   color: #41477B;
   font-size: 16px;
   width: 100%;
   position: relative;
   padding: 17px 35px 17px 14px;
   border-radius: 10px;
   border: 1.5px solid #41477B;
   outline: none;
   appearance: none;
   text-align: left;
   background-image: url(../mhq/black-arrow.svg);
   background-repeat: no-repeat;
   background-size: 16px;
   background-position: 94%;
   height: auto !important;
   line-height: 1.32;
}

.mhq-wrapepr-sec .health-panel .age-box {
   justify-content: space-between;
   gap: 5px;
}

.mhq-wrapepr-sec .health-panel .radio-group {
   display: flex;
   gap: 10px;
   width: 100%;
   margin-top: 16px;
   justify-content: space-between;
}

.mhq-wrapepr-sec .health-panel .radio-group input {
   display: none;
}

.mhq-wrapepr-sec .health-panel .radio-group label {
   padding: 20px 40px;
   font-size: 16px;
   font-weight: 500;
   border: 1px solid #41477B;
   border-radius: 10px;
   cursor: pointer;
   transition: all 0.3s;
   background-color: #fff;
   text-align: center;
   width: 48%;
}

.mhq-wrapepr-sec .health-panel .radio-group input:checked+label {
   background-color: #B7DFE2;
   color: #41477B;
   border-color: transparent;
}

.mhq-wrapepr-sec .health-panel .age-box .select-box {
   width: 143px;
   font-style: italic;
}

.mhq-wrapepr-sec .panel-inputs .panel .select-box {
   /*   width: 143px;*/
   font-style: italic;
}

.mhq-wrapepr-sec .health-panel .select-box.complete .panel-answer-select {
   width: 143px;
}

.mhq-wrapepr-sec .health-panel .white-box.select-value label {
   display: block;
   margin-bottom: 16px;
}

.mhq-wrapepr-sec .health-panel .select-value .select-box {
   background-position: 95% 23px;
}

.mhq-wrapepr-sec .health-panel .white-box label {
   font-size: 16px;
   color: #41477B;
   font-weight: 500;
}

.mhq-wrapepr-sec .health-panel .panel-header .panel-query {
   font-size: 16px;
   color: #41477B;
   font-weight: 500;
   line-height: 1.32;
   margin-bottom: 12px;
   font-family: "Circular Std Book";
}

.mhq-wrapepr-sec .health-panel .panel[data-prop="gender"] .panel-header .panel-query,
.mhq-wrapepr-sec .health-panel .panel[data-prop="age"] .panel-header .panel-query {
   margin-bottom: 0;
}

.mhq-wrapepr-sec .health-panel .panel-answer {
   display: flex;
   justify-content: flex-start;
   flex-flow: wrap;
}

.mhq-wrapepr-sec .health-panel .panel-answer-button {
   padding: 20px 40px;
   font-size: 16px;
   font-weight: 500;
   border: 1px solid #41477B;
   border-radius: 10px;
   cursor: pointer;
   transition: all 0.3s;
   background-color: #fff;
   text-align: center;
   width: 48%;
   margin-right: 6px;
}

.mhq-wrapepr-sec .health-panel .select-wrap {
   width: 100%;
}

.mhq-wrapepr-sec .health-panel .panel-answer-button.selected {
   background-color: #B7DFE2;
   color: #41477B;
   border-color: transparent;

}

.mhq-wrapepr-sec .health-panel .panel-answer-multiselect {
   padding-left: 46px !important;
   background-color: #FFF;
   position: relative;
   margin-bottom: 8px;
}

.mhq-wrapepr-sec .health-panel .panel-answer-multiselect.selected {
   background-color: #B7DFE2;
}

.mhq-wrapepr-sec .health-panel .panel-answer-multiselect:before {
   content: '';
   display: block;
   position: absolute;
   width: 14px;
   height: 14px;
   border: 1px solid #000;
   left: 17px;
   top: 16px;
}

.mhq-wrapepr-sec .health-panel .panel-answer-multiselect.selected:before {
   background-color: #000;
}

.mhq-wrapepr-sec .health-panel .panel-answer-multiselect.selected:after {
   content: '✔';
   position: absolute;
   top: 16px;
   left: 20px;
   font-size: 11px;
   color: #FFF;
}

.mhq-wrapepr-sec .health-panel .checkbox-group-compo p {
   margin-bottom: 20px;
   font-size: 16px;
   font-weight: 500;
   width: 100%;
   color: #41477B;
}

/* voice-chat-popup */
.voice-chat-popup {
   position: fixed;
   background: #F0F3F7;
   width: 100%;
   height: 100vh;
   height: calc(var(--vh, 1vh) * 100);
   top: 0;
   left: 0;
   z-index: 99;
   opacity: 0;
   visibility: hidden;
   transition: all 0.5s ease-in-out;
   /*   display:none;*/
}

.voice-chat-popup.show {
   opacity: 1;
   visibility: visible;
}

.voice-chat-popup .inner-popup-wrapper {
   padding: 30px 30px 71px;
   display: flex;
   flex-direction: column;
   justify-content: space-between;
   gap: 50px;
   height: 100%;
}

.voice-chat-popup .mhq-logo a {
   background-color: #ffffff;
   width: 80px;
   height: 80px;
   border-radius: 20px;
   justify-content: center;
   display: flex;
   align-items: center;
}

.voice-chat-popup .attach-btn,
.voice-chat-popup .voice-popup-close,
.white-btn {
   background-color: #ffffff;
   width: 72px;
   height: 72px;
   display: flex;
   cursor: pointer;
   align-items: center;
   justify-content: center;
   border-radius: 15px;
   box-shadow: 0px 7.14px 57.14px 0px #41477B05;
}

.voice-chat-ended-popup {
   position: fixed;
   width: 100%;
   top: 30px;
   left: 0;
   z-index: 99;
   display: flex;
   align-items: center;
   justify-content: center;
   opacity: 0;
   visibility: hidden;
   transition: opacity 0.4s ease-in-out, visibility 0.4s;
}

.voice-chat-ended-popup.show {
   opacity: 1;
   visibility: visible;
}

.voice-chat-ended-popup .inner-popup-wrapper {
   background: #fff;
   padding: 0 31px 0 25px;
   border-radius: 8px;
   display: flex;
   max-width: 508px;
   align-items: center;
   width: 100%;
}

.voice-chat-ended-popup h4 {
   font-size: 18px;
   font-weight: 500;
   color: #292C45;
}

.voice-chat-ended-popup .time {
   font-size: 15px;
   font-weight: 400;
   color: #292C45;
   text-align: left;
}

.voice-chat-ended-popup .icon-wrapper {
   display: flex;
   justify-content: center;
   gap: 5px;
   padding: 18px 0;
}

.voice-chat-ended-popup .thumb-btn {
   background: transparent;
   border: none;
   cursor: pointer;
   transition: transform 0.2s ease-in-out;
   width: 42px;
   height: 42px;
   padding: 10px;
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   background-color: #B7DFE2;
}

.voice-chat-ended-popup .inner-popup-wrapper .mic-wrapper {
   width: calc(100% - 50px);
   padding-right: 20px;
   border-right: 1px solid #F0F3F7;
}

.voice-chat-ended-popup .close-btn {
   cursor: pointer;
   width: 25px;
   margin-left: auto;
}

.chat-width-voice {
   display: flex;
   justify-content: flex-end;
   align-items: center;
   max-width: 300px;
   margin: 5px 0 4px auto;
   gap: 3px;
}

.chat-width-voice .time {
   color: #8FA5B9;
   font-size: 11px;
   font-weight: 400;
}

.chat-width-voice img {
   width: 11px;
}

/* homepage mhq section */
.homepage-mhqs {
   max-width: 1310px;
   width: 100%;
   border-radius: 20px;
   margin: 60px auto;
   padding: 0 20px;
}

.homepage-mhqs .mhq-wrapepr-sec {
   width: 100%;
   height: auto;
   padding: 48px 50px 63px 44px;
   border-radius: 20px;
   background-color: #fff;
}

.homepage-mhqs .mhq-wrapepr-sec .mhq-content-box {
   width: 100%;
}

.homepage-mhqs .col-left {
   width: 59.5%;
   padding-right: 60px;
}

.homepage-mhqs .col-right {
   width: 40.5%;
   padding-left: 55px;
   border-left: 2px solid rgba(234, 236, 244, 0.8);
}

.homepage-mhqs .mhq-logo {
   width: 113px;
}

.homepage-mhqs .mhq-content-wrap {
   width: 100%;
   max-width: 445px;
}

.homepage-mhqs .mhq-content-wrap h2 {
   font-family: "CircularStd-Black", sans-serif;
   font-size: 36px;
   line-height: 1.32;
   font-weight: 900;
   color: #3B48B5;
   margin: 27px 0 8px;
   letter-spacing: -0.5px;
}

.homepage-mhqs .mhq-content-wrap h2 span {
   color: #292C45;
}

.homepage-mhqs .mhq-content-wrap .description-text {
   font-family: "CircularStd-Book", sans-serif !important;
   color: #878897;
   letter-spacing: -0.5px;
   margin-top: 22px !important;
   line-height: 1.32 !important;
   font-weight: 400 !important;
}

.homepage-mhqs .mhq-wrapepr-sec .mhq-content-box .top-heading-text p {
   color: #292c45 !important;
   max-width: 100%;
   margin: 0;
}

.homepage-mhqs .mhq-wrapepr-sec .mhq-content-box .top-heading-text {
   margin-bottom: 32px;
}

.homepage-mhqs .mhq-wrapepr-sec .chat-container {
   border: 2px solid #F0F3F7;
   box-shadow: 0px 20px 30px 0px #1D20351F;
   margin-bottom: 0;
}

.homepage-mhqs .mhq-wrapepr-sec .chat-container .textchat-box {
   justify-content: flex-end;
}

.homepage-mhqs .chat-container .text-chat-input textarea {
   width: 100%;
   resize: none;
   margin-bottom: 10px;
   height: 126px;
   color: #292C45;
   letter-spacing: -0.5px;
   font-weight: 400;
   font-family: var(--font-book);
   font-size: 18px;
}

.homepage-mhqs .chat-container .text-chat-input textarea::placeholder {
   color: #B6B6B6;
    letter-spacing: -0.5px;
   font-weight: 400;
   font-size: 18px;
   font-family: var(--font-book);
   font-style: italic;
}

.homepage-mhqs .box-top-para {
   color: #292c45 !important;
   font-weight: 400;
   font-size: 18px;
   line-height: 1.32;
   letter-spacing: -0.5px;
   margin-bottom: 20px;
}

.homepage-mhqs .mhq-wrapepr-sec .slider-wrapper-box .swiper-slide p {
   font-size: 18px;
   word-break: break-word;
   line-height: 1.32;
   font-weight: 400;
   margin-bottom: 0;
   letter-spacing: -0.5px;
   color: var(--color-white);
}

.news-slide-comp-sec .news__slider .swiper-wrapper {
   height: auto;
}

.homepage-mhqs .mhq-wrapepr-sec .slider-wrapper-box .swiper-slide:nth-of-type(3) {
   background-color: var(--color-purple);
}

.homepage-mhqs .mhq-wrapepr-sec .slider-wrapper-box .swiper-slide:nth-of-type(4) {
   background-color: var(--color-lightgreenshape2);
}

/* Sidebar mhq section start here */
.homepage-mhqs.sidebar-mhq {
   max-width: 432px;
   background-color: #f0f3f7;
   border-radius: 10px;
   margin-bottom: 10px;
}

.homepage-mhqs.sidebar-mhq .col-right {
   border-left: 0;
}

.homepage-mhqs.sidebar-mhq .mhq-wrapepr-sec {
   background-color: var(--color-grey);
}

.homepage-mhqs.sidebar-mhq .mhq-wrapepr-sec {
   padding: 22px 0;
}

.homepage-mhqs.sidebar-mhq .col-left {
   width: 100%;
   padding: 0 22px;
}

.single-articles .homepage-mhqs.sidebar-mhq .col-left {
   padding: 0;
}

.single-articles .mhq-wrapepr-sec .slider-wrapper-box .swiper-slide {
   padding: 20px;
}

.single-articles .mhq-wrapepr-sec .slider-wrapper-box .swiper-slide .icon {
   margin-bottom: 17px;
}

.single-articles .mhq-wrapepr-sec .slider-wrapper-box .swiper-slide P:nth-last-of-type(1) {
   margin-bottom: 0;
}

.single-articles .homepage-mhqs.sidebar-mhq .col-right {
   padding: 30px 0 0;
}

.single-articles .homepage-mhqs.sidebar-mhq {
   padding: 0 20px;
}

.homepage-mhqs.sidebar-mhq .mhq-logo {
   width: 54px;
   max-width: 100%;
}

.homepage-mhqs.sidebar-mhq .mhq-content-wrap {
   width: 100%;
   text-align: center;
}

.homepage-mhqs.sidebar-mhq .mhq-content-wrap h2 {
   font-size: 24px;
   letter-spacing: -0.5px;
   font-weight: 900;
   font-family: 'CircularStd-Black', sans-serif;
   margin: 0;
}

.homepage-mhqs.sidebar-mhq .mhq-content-wrap p.subtitle {
   font-size: 14px !important;
   font-family: "CircularStd-Medium", sans-serif !important;
   line-height: 1.32 !important;
   letter-spacing: -0.5px !important;
}

.homepage-mhqs.sidebar-mhq .mhq-wrapepr-sec .mhq-content-box .top-heading-text {
   margin-bottom: 23px;
}

.homepage-mhqs.sidebar-mhq .box-top-para {
   margin-bottom: 20px;
}

.homepage-mhqs.sidebar-mhq .mhq-wrapepr-sec .mhq-content-box .attach-btn {
   display: none;
}

.homepage-mhqs.sidebar-mhq .mhq-wrapepr-sec .mhq-content-box .voice-btn {
   font-size: 0;
   gap: 0;
   padding: 19px 22px;
   display: flex;
   align-items: center;
   justify-content: center;
   width: 60px;
   height: 60px;
}

.homepage-mhqs.sidebar-mhq .mhq-wrapepr-sec .textchat-box .chat-btn-box {
   width: 60px;
}

.homepage-mhqs.sidebar-mhq .mhq-wrapepr-sec .chat-container .text-chat-input {
   width: calc(100% - 70px);
   padding-right: 15px;
}

.homepage-mhqs.sidebar-mhq .mhq-wrapepr-sec .chat-container .text-chat-input .input-field::placeholder {
   color: #292C45;
   font-size: 18px;
   font-weight: 400;
}

.homepage-mhqs.sidebar-mhq .chat-container .text-chat-input textarea {
   margin-bottom: 0;
   padding: 7px 0 0 0;
   height: 33px;
}

.homepage-mhqs.sidebar-mhq .mhq-wrapepr-sec .chat-container {
   padding: 10px 12px 10px 30px;
   box-shadow: none;
   align-items: center;
}

.homepage-mhqs.sidebar-mhq .col-right {
   margin-top: 30px;
   padding: 30px 22px 0 22px;
   width: 100%;
   position: relative;
}

.homepage-mhqs.sidebar-mhq .col-right:before {
   content: "";
   position: absolute;
   top: 0;
   left: 22px;
   width: calc(100% - 44px);
   height: 2px;
   background-color: rgba(255, 255, 255, 0.8);
}

.homepage-mhqs.sidebar-mhq .col-right .box-top-para {
   max-width: 350px;
   text-align: center;
   margin: 0 auto 20px auto;
}

.homepage-mhqs.sidebar-mhq .mhq-wrapepr-sec .slider-wrapper-box .swiper-wrapper {
   gap: 8px;
}

.mhq-wrapepr-sec.fullscreen {
   display: block !important;
}


/* responsive design start here */
@media(min-width: 993px) {
   .chat-section-wrapper .chat-section::-webkit-scrollbar {
      width: 0;
   }

   .chat-section-wrapper .chat-section::-webkit-scrollbar-track {
      background: none;
      width: 2px;
   }

   .chat-section-wrapper .chat-section::-webkit-scrollbar-thumb {
      background: #41477b;
      border-radius: 6px;
   }

   .homepage-mhqs.sidebar-mhq .mhq-wrapepr-sec .slider-wrapper-box .swiper-slide {
      flex: 1 1 100%;
      max-width: 100%;
      margin-right: 0px !important;
   }
}

@media(max-width: 1280px) {
   .chat-section_wrapper .bottom-text {
      bottom: -7px;
   }
}

@media (min-width: 769px) {
   .mhq-wrapepr-sec .slider-wrapper-box .swiper-wrapper {
      display: flex;
      gap: 6px;
   }

   .mhq-wrapepr-sec .slider-wrapper-box .swiper-slide {
      flex: 1 1 calc(33.33% - 6px);
      max-width: calc(33.33% - 6px);
      border: none;
      box-shadow: none;
   }

   .single-articles .homepage-mhqs .mhq-wrapepr-sec .slider-wrapper-box .swiper-wrapper {
      grid-template-columns: 1fr;
   }

   .homepage-mhqs .mhq-wrapepr-sec .slider-wrapper-box .swiper-wrapper {
      gap: 13px;
      pointer-events: all;
      display: grid;
      grid-template-columns: 1fr 1fr;
   }

   .homepage-mhqs .mhq-wrapepr-sec .slider-wrapper-box .swiper-slide {
      /* flex: 1 1 calc(50% - 7px);
       max-width: calc(50% - 7px); */
      width: 100% !important;
      max-width: 100%;
      margin-right: 0 !important;
   }

}

@media(max-width: 1600px) {
   .mhq-wrapepr-sec .mhq-content-box.active-slide .chat-section+.textchat-box {
      max-width: 45.6%;
   }
}

@media(max-width: 1560px) {
   .mhq-wrapepr-sec .mhq-content-box .inner-text {
      padding-top: 40px;
   }

   .mhq-wrapepr-sec .mhq-content-box.active-slide .chat-section-wrapper .trails-box {
      width: 100%;
   }

   .mhq-wrapepr-sec .slider-wrapper-box .swiper-slide .icon {
      margin-bottom: 30px;
   }

   .mhq-wrapepr-sec .mhq-content-box .top-heading-text h1 {
      font-size: 40px;
   }

   .mhq-wrapepr-sec .mhq-content-box .top-heading-text {
      margin-bottom: 20px;
   }
}

@media(max-width: 1280px) {
   .mhq-wrapepr-sec .mhq-content-box .top-heading-text h1 {
      font-size: 35px;
      margin: 10px 0;
   }

   .homepage-mhqs.sidebar-mhq .mhq-content-wrap h2 {
      font-size: 20px;
   }

   .homepage-mhqs .mhq-content-wrap h2 {
      font-size: 28px;
   }

   .mhq-wrapepr-sec .mhq-content-box {
      width: calc(100% - 272px) !important;
   }

   .homepage-mhqs .mhq-wrapepr-sec .mhq-content-box {
      width: 100% !important;
   }

   .mhq-wrapepr-sec .chat-section-wrapper .trails-box {
      width: 100%;
   }

   .health-panel,
   .clinical-trals {
      z-index: 9;
   }
   .mhq-wrapepr-sec .mhq-content-box .top-heading-text {
      margin-bottom: 10px;
   }

   .mhq-sidebar .mhq-logo-wrapper {
      margin-bottom: 30px;
   }

   .mhq-wrapepr-sec {
      padding: 20px;
   }

   .mhq-sidebar .desktop-tab li {
      padding: 14px 19px;
      font-size: 15px;
   }

   .mhq-wrapepr-sec .mhq-content-box .inner-text {
      padding-top: 30px;
      padding-left: 50px;
   }

   .mhq-wrapepr-sec .slider-wrapper-box .swiper-slide p {
      font-size: 16px;
   }

   .mhq-wrapepr-sec .slider-wrapper-box .swiper-slide {
      padding: 15px;
   }

   .mhq-wrapepr-sec .slider-wrapper-box .swiper-slide .icon {
      margin-bottom: 15px;
   }

   .mhq-wrapepr-sec .chat-container {
      padding: 15px 10px 10px 24px;
   }

   .mhq-wrapepr-sec .voice-chat-input .input-field {
      font-size: 22px;
      height: 70px;
   }

   .mhq-wrapepr-sec .voice-chat-input .input-field::placeholder {
      font-size: 22px;
   }
}

@media(max-width: 1100px) {
   .homepage-mhqs.sidebar-mhq .mhq-content-wrap h2 {
      font-size: 18px;
   }
}

/* @media(max-width: 1199px){
    .mhq-wrapepr-sec .chat-section + .textchat-box {
       max-width: 807px;
       width: 66%;
    }
 } */
/* @media(min-width: 769px){
   .news-slide-comp-sec .swiper-slide {
      width: 24% !important;
      flex-shrink: 0;
   }

   .news-slide-comp-sec .swiper-slide:first-child {
      width: 50% !important;
   }
} */
@media(max-width: 993px) {
   .mhq-content-tab {
      display: block;
      transition: all .3s ease-in;
      position: relative;
      background-color: var(--color-grey);
      position: absolute;
      left: 0;
      height: calc(100% - 30px);
      top: 0;
      opacity: 0;
   }

   .health-panel.active .close-panel {
      display: none;
   }

   .mhq-wrapepr-sec .mhq-sidebar .mhq-logo-wrapper {
      padding: 0;
   }

   .mhq-wrapepr-sec .health-panel .select-value .select-box {
      background-position: 98% 23px;
   }

   .checkbox-group-compo label {
      font-size: 14px;
   }

   .mhq-wrapepr-sec .slider-wrapper-box .swiper-slide {
      min-height: 103px;
   }

   .chat-section .chat-response-message p,
   .chat-section .chat-message p {
      font-size: 16px;
   }

   .bottom-text {
      display: none;
   }

   .chat-section-wrapper .chat-section {
      flex: 1;
      padding-right: 6px;
      padding-bottom: 20px;
      padding-top: 16px;
   }

   .mhq-wrapepr-sec .chat-section+.textchat-box,
   .mhq-wrapepr-sec .mhq-content-box.active-slide .chat-section+.textchat-box {
      position: relative;
      width: 100%;
      max-width: 100% !important;
      margin-left: 0;
      margin-right: 0;
      z-index: 100;
   }

   .mhq-wrapepr-sec .mhq-content-box .chat-section-wrapper .inner-text {
      padding: 0 10px 106px 16px;
      max-width: 100%;
      height: 100vh;
      height: 100dvh;
   }

   .mhq-wrapepr-sec .mhq-content-tab.active+.health-panel {
      /* display: none; */
      transform: translateY(110%);
   }

   .mhq-wrapepr-sec .mhq-content-tab {
      top: 30px;
      border-radius: 20px 20px 0 0;
      box-shadow: 0px -5px 30px 0px #292C450A;
      transform: translateY(110%);
      position: fixed;
      top: 0;
      opacity: 1;
   }

   .mhq-wrapepr-sec .mhq-content-tab.active {
      z-index: 9;
      transform: translateY(0);
   }

   .mhq-wrapepr-sec #healthchat-content {
      border-radius: 0;
      top: 0;
   }

   .mhq-wrapepr-sec .chat-container {
      margin-right: 18px;
   }

   .mhq-wrapepr-sec .mhq-content-box .top-heading-text {
      margin-bottom: 47px;
      padding: 0 18px 0 0;
   }

   .mhq-wrapepr-sec .mhq-content-box .inner-text {
      width: 100%;
      padding: 160px 0 120px 16px;
   }

   .mhq-content-tab:nth-of-type(2) {
      background-color: #41477b;
      color: #fff;
   }

   .mhq-content-tab:nth-of-type(3) {
      background-color: #523f97;
   }

   .mhq-wrapepr-sec .mhq-content-box .top-heading-text .mhq-logo {
      display: none;
   }

   .mhq-wrapepr-sec .mhq-content-box {
      height: calc(100vh - 100px);
      height: calc(100dvh - 100px);
      overflow: hidden;
      width: 100%;
   }

   .mhq-wrapepr-sec {
      padding: 0;
   }

   .homepage-mhqs .mhq-wrapepr-sec {
      padding: 40px 0px 30px 0px;
   }

   .homepage-mhqs .col-left {
      width: 100%;
      padding: 0 40px 40px 40px;
   }

   .homepage-mhqs .col-right {
      border-left: none;
      width: 100%;
      padding: 30px 40px 0 40px;
      position: relative;
   }

   .homepage-mhqs .col-right:before {
      content: "";
      position: absolute;
      left: 40px;
      top: 0;
      width: calc(100% - 80px);
      height: 2px;
      background-color: rgba(234, 236, 244, 0.8);
   }

   .homepage-mhqs .mhq-wrapepr-sec .chat-container {
      margin: 0;
      box-shadow: 0px 20px 30px 0px #1D20351F;
   }

   .homepage-mhqs .mhq-wrapepr-sec .mhq-content-box .top-heading-text .mhq-logo {
      display: block;
   }

   .homepage-mhqs .mhq-content-wrap h2 {
      font-size: 30px;
      margin: 0px 0 8px;
   }

   .homepage-mhqs .mhq-wrapepr-sec .mhq-content-box {
      height: auto;
   }
}

@media(max-width: 768px) {
   .mhq-wrapepr-sec .mhq-content-box .top-heading-text h1 {
      font-size: 24px;
   }

   .homepage-mhqs .chat-container .text-chat-input textarea::-webkit-input-placeholder,
   .homepage-mhqs .chat-container .text-chat-input textarea:-ms-input-placeholder,
   .homepage-mhqs .chat-container .text-chat-input textarea:-moz-placeholder,
   .homepage-mhqs .chat-container .text-chat-input textarea::-moz-placeholder< .homepage-mhqs .chat-container .text-chat-input textarea::placeholder {
      font-size: 16px;
   }

   .homepage-mhqs.sidebar-mhq .mhq-content-wrap h2 {
      text-align: center;
   }

   .homepage-mhqs.sidebar-mhq .col-right .box-top-para {
      max-width: 260px;
   }

   .mhq-wrapepr-sec .textchat-box .input-field {
      margin-top: 6px;
   }

   .single-articles .mhq-wrapepr-sec .slider-wrapper-box .swiper-slide .icon {
      margin-bottom: 26px;
   }

   .homepage-mhqs {
      padding: 0;
   }

   .homepage-mhqs .mhq-wrapepr-sec .mhq-content-box .top-heading-text p,
   .homepage-mhqs .box-top-para {
      color: #41477b;
   }

   .homepage-mhqs.sidebar-mhq {
      padding: 0;
   }

   .homepage-mhqs.sidebar-mhq .mhq-wrapepr-sec .chat-container {
      padding: 18px 15px;
   }

   .homepage-mhqs.sidebar-mhq .mhq-wrapepr-sec .chat-container .text-chat-input .input-field::placeholder {
      font-size: 16px;
   }

   .homepage-mhqs.sidebar-mhq .mhq-wrapepr-sec .mhq-content-box .voice-btn {
      padding: 9px 17px !important;
      width: 50px;
      height: 40px;
   }

   .homepage-mhqs.sidebar-mhq .chat-container .text-chat-input textarea {
      font-size: 16px;
   }

   .homepage-mhqs.sidebar-mhq .mhq-wrapepr-sec .textchat-box .chat-btn-box {
      width: 50px;
   }

   .homepage-mhqs .mhq-wrapepr-sec .mhq-content-box .top-heading-text p {
      margin: 0 auto;
   }

   .homepage-mhqs.sidebar-mhq .mhq-wrapepr-sec .chat-container .text-chat-input {
      width: calc(100% - 50px);
      padding-right: 15px;
   }

   .mhq-wrapepr-sec .clinicial-trails-box-wrapper {
      gap: 10px 0;
      justify-content: space-between;
   }

   .voice-chat-ended-popup {
      max-width: calc(100% - 32px);
      left: 16px;
      top: 20px;
   }

   .voice-chat-ended-popup .icon-wrapper {
      padding: 0;
   }

   .voice-chat-ended-popup h4 {
      font-size: 17px;
   }

   .voice-chat-ended-popup .time {
      font-size: 13px;
   }

   .voice-chat-ended-popup .close-btn {
      display: none;
   }

   .voice-chat-ended-popup .thumb-btn {
      width: 31px;
      height: 31px;
   }

   .voice-chat-ended-popup .thumb-btn img {
      width: 12px;
   }

   .voice-chat-ended-popup .inner-popup-wrapper .mic-wrapper {
      border: none;
      width: 100%;
      padding: 20px;
   }

   .voice-chat-ended-popup .inner-popup-wrapper {
      padding: 0;
   }

   .voice-chat-popup .inner-popup-wrapper {
      align-items: center;
      padding: 20px 16px 16px;
   }

   .voice-chat-popup .inner-popup-wrapper .icon-wrapper {
      justify-content: center;
      width: 100%;
   }

   .mhq-wrapepr-sec .chat-section-wrapper .trails-box {
      width: 100%;
   }

   .mhq-wrapepr-sec .slider-wrapper-box .swiper-slide .icon {
      margin-bottom: 27px;
   }
   .mhq-wrapepr-sec .mhq-content-box .voice-chat-input .input-field {
      font-size: 24px;
   }

   .mhq-wrapepr-sec .slider-wrapper-box .swiper-slide p {
      font-size: 14px;
   }

   .mhq-wrapepr-sec .mhq-content-box .voice-chat-input {
      padding-bottom: 33px;
   }

   .mhq-wrapepr-sec .slider-wrapper-box .swiper-slide {
      padding: 18px;
   }

   .mhq-wrapepr-sec .textchat-box .input-field {
      width: calc(100% - 112px);
      line-height: 1;
      font-size: 16px;
      padding-left: 9px;
      height: 30px;
   }

   .mhq-wrapepr-sec .mhq-content-box .chat-section-wrapper .attach-btn {
      width: 44px;
      height: 38px;
      padding: 4px;
   }

   .mhq-wrapepr-sec .textchat-box .input-field::placeholder {
      font-size: 16px;
   }

   .mhq-wrapepr-sec .textchat-box .chat-btn-box {
      width: 111px;
   }

   .mhq-wrapepr-sec .mhq-content-box .voice-btn {
      font-size: 0;
      gap: 0;
      padding: 9px 17px !important;
   }

   .mhq-wrapepr-sec .mhq-content-box .voice-btn.send-btn {
      padding: 9px 12px;
   }

   .mhq-wrapepr-sec .mhq-content-box .attach-btn {
      background-color: transparent;
      width: 50px;
      height: 53px;
   }

   .mhq-wrapepr-sec .trails-box p {
      font-size: 16px;
      letter-spacing: .3px;
   }

   .mhq-wrapepr-sec .trails-box li span {
      font-size: 11px;
   }

   .mhq-wrapepr-sec .chat-section-wrapper .trails-box {
      min-height: 184px;
   }

   .homepage-mhqs .mhq-wrapepr-sec {
      padding: 40px 0px;
      border-radius: 0;
   }

   .homepage-mhqs .col-left {
      padding: 0 31px 31px 31px;
   }

   .homepage-mhqs .mhq-wrapepr-sec .mhq-content-box .top-heading-text {
      margin: 0 0 30px 0;
      padding: 0;
      flex-direction: column;
      text-align: center;
      justify-content: center;
   }

   .homepage-mhqs .mhq-content-wrap {
      width: 100%;
      padding: 0;
      margin: 0 auto;
      text-align: center;
   }

   .homepage-mhqs .mhq-content-wrap h2 {
      font-size: 24px;
      margin: 12px 0 5px;
      font-weight: 700;
   }

   .mhq-wrapepr-sec .mhq-content-box .mhq-logo {
      max-width: 94px;
   }

   .homepage-mhqs .chat-container .text-chat-input textarea {
      height: 46px;
   }

   .homepage-mhqs .col-right {
      padding: 20px 0px 0 16px;
   }

   .homepage-mhqs .col-right:before {
      left: 30px;
      width: calc(100% - 60px);
   }

   .homepage-mhqs .box-top-para {
      max-width: 220px;
      text-align: center;
      margin: 0 auto 17px;
   }

   .homepage-mhqs .mhq-wrapepr-sec .slider-wrapper-box .swiper-slide {
      padding: 15px 9px 15px 15px;
   }

   .homepage-mhqs .mhq-wrapepr-sec .slider-wrapper-box .swiper-wrapper {
      align-items: flex-end;
   }

   .homepage-mhqs.sidebar-mhq .mhq-wrapepr-sec {
      padding: 31px 0;
   }

   .homepage-mhqs.sidebar-mhq .col-left {
      padding: 0 31px;
   }

   .homepage-mhqs.sidebar-mhq .mhq-wrapepr-sec .mhq-content-box .top-heading-text {
      flex-direction: row;
   }

   .homepage-mhqs.sidebar-mhq .mhq-logo {
      width: 53px;
   }

   .homepage-mhqs.sidebar-mhq .mhq-content-wrap {
      width: 100%;
   }

   .homepage-mhqs.sidebar-mhq .mhq-content-wrap h2 {
      font-size: 22px;
      font-weight: 700;
   }

   .homepage-mhqs.sidebar-mhq .col-right:before {
      left: 31px;
      width: calc(100% - 62px);
   }

   .mhq-wrapepr-sec .chat-container .h4 {
      font-size: 24px;
   }

   .homepage-mhqs .col-left .box-top-para {
      max-width: 100%;
   }

   .mhq-wrapepr-sec button {
      font-size: 14px;
   }

   .homepage-mhqs.sidebar-mhq .col-right {
      padding: 30px 0 0 31px;
   }

   .homepage-mhqs.sidebar-mhq .mhq-wrapepr-sec .slider-wrapper-box .swiper-wrapper {
      gap: 0px;
   }

   .checkbox-group-compo label {
      font-size: 16px;
   }

}

@media(max-width: 575px) {
   .mhq-wrapepr-sec .chat-container {
      padding: 21px 11px 10px 18px;
   }

   .mhq-wrapepr-sec .voice-chat-popup {
      height: calc(var(--vh, 1vh) * 100) !important;
      top: auto;
      bottom: 0 !important;
   }

   .chat-section .chat-response-message,
   .mhq-wrapepr-sec .checkbox-group-compo,
   .mhq-wrapepr-sec .submit-btn-box {
      max-width: 89%;
   }

   .chat-section .chat-message {
      max-width: 62%;
   }

   .chat-section-wrapper .chat-section {
      flex: 1;
      padding-bottom: 20px;
      padding-top: 16px;
   }

   .chat-section-wrapper .chat-section::-webkit-scrollbar {
      width: 0;
   }

   .chat-section-wrapper .chat-section::-webkit-scrollbar-track {
      background: none;
      width: 0;
   }

   .mhq-initial-ad-wrapper {
      padding-top: 80px;
      flex-shrink: 0;
   }
}

@media(max-width: 380px) {
   .mhq-wrapepr-sec .health-panel .white-box {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center !important;
      gap: 15px;
   }

   .mhq-sidebar {
      height: 78px;
   }

   .mhq-wrapepr-sec .health-panel .panel-answer {
      width: 100%;
   }

   .homepage-mhqs .col-left {
      padding: 0 20px 20px;
   }

   .homepage-mhqs.sidebar-mhq .col-left {
      padding: 0 20px;
   }

   .homepage-mhqs.sidebar-mhq .mhq-content-wrap h2 {
      font-size: 18px;
   }

   .homepage-mhqs.sidebar-mhq .col-right {
      padding: 20px 0 0 21px;
      margin-top: 20px;
   }

   .mhq-wrapepr-sec .health-panel .age-box .select-box {
      width: 100%;
   }

   .mhq-wrapepr-sec .panel-inputs .panel .select-box {
      width: 100%;
   }

   .mhq-wrapepr-sec .health-panel .white-box label {
      margin-bottom: 10px;
   }

   .mhq-wrapepr-sec .health-panel .select-box,
   .mhq-wrapepr-sec .health-panel .select-value .select-box {
      background-position: 95% 30px;
   }

   .mhq-initial-ad-wrapper {
      padding-top: 80px;
   }
}




.voice-chat-popup .voice-ball {

   width: 350px;
   height: 350px;
   border-radius: 50%;
   transition: background-color 0.3s ease, transform 0.3s ease;
   animation: hue-rotate 4s linear infinite;
   background-color: #6a6f9c;
   box-shadow: 3px 5px 16px rgba(0, 0, 0, .2);

}



@keyframes hue-rotate {

   0% {
      filter: hue-rotate(0deg);
   }

   50% {
      filter: hue-rotate(20deg);
   }

   100% {
      filter: hue-rotate(0deg);
   }

}



/* 1) AI waiting for user: could be a blue-ish color */

.voice-chat-popup .voice-ball.waiting {

   background-color: #4EACEF;

}



/* 2) User is speaking: typically something "active" like green.

    Will also scale up based on RMS in JavaScript (optional). */

.voice-chat-popup .voice-ball.speaking {

   background-color: #0BE881;

   /* We’ll let JS control the transform scale in real-time */

}



/* 3) AI is waiting for user’s response or is "thinking":

    you might choose a different color, like yellow or purple */

.voice-chat-popup .voice-ball.thinking {

   background-color: #F6D743;

}




/* New Voice Chat POPUP */

/* voice-chat-popup */
.voice-chat-popup {
   position: fixed;
   background: linear-gradient(5.91deg, #4D9BA0 11.73%, #523F97 92.24%);
   width: 100%;
   height: 100vh;
   top: 0;
   left: 0;
   z-index: 99;
   opacity: 0;
   visibility: hidden;
   transition: all 0.5s ease-in-out;

}

.voice-chat-popup .cricle-outer {
   width: 227px;
   height: 227px;
   display: flex;
   overflow: hidden;
   align-items: center;
   justify-content: center;
   background-color: rgba(82, 63, 151, 0.3);
   border-radius: 50%;
}

.voice-chat-popup .cricle-center {
   background-color: rgba(82, 63, 151, 0.5);
   border-radius: 50%;
   display: flex;
   width: 200px;
   height: 200px;
   align-items: center;
   justify-content: center;
}

.voice-chat-popup .cricle-center .cricle-inner {
   width: 100px;
   height: 100px;
   background-color: #4D9BA0;
   border-radius: 50%;
}

.voice-chat-popup .icon-wrapper {
   position: absolute;
   left: 50%;
   transform: translateX(-50%);
   bottom: 70px;
}

.voice-chat-popup.show {
   opacity: 1;
   visibility: visible;
   z-index: 999999;
}

.voice-chat-popup .inner-popup-wrapper {
   padding: 30px 30px 71px;
   display: flex;
   flex-direction: column;
   justify-content: center;
   height: 100%;
}

.voice-chat-popup .mhq-logo a {
   background-color: #FFF;
   width: 80px;
   height: 80px;
   border-radius: 20px;
   justify-content: center;
   display: flex;
   align-items: center;
}

.voice-chat-popup .attach-btn,
.voice-chat-popup .voice-popup-close {
   background-color: #FFF;
   width: 72px;
   height: 72px;
   display: flex;
   cursor: pointer;
   align-items: center;
   justify-content: center;
   border-radius: 15px;
   box-shadow: 0px 7.14px 57.14px 0px #41477B05;
}

/* .voice-chat-popup .attach-btn.pause-btn {
    display:none;
 } */

.voice-chat-ended-popup {
   position: fixed;
   width: 100%;
   top: 30px;
   left: 0;
   z-index: 99;
   display: flex;
   align-items: center;
   justify-content: center;
   opacity: 0;
   visibility: hidden;
   transition: opacity 0.3s ease-in-out, visibility 0.4s;
}

.voice-chat-ended-popup.show {
   opacity: 1;
   visibility: visible;
}

.voice-chat-ended-popup .inner-popup-wrapper {
   background: #fff;
   background: linear-gradient(5.91deg, #4D9BA0 11.73%, #523F97 92.24%);
   padding: 0 31px 0 25px;
   border-radius: 8px;
   display: flex;
   max-width: 508px;
   align-items: center;
   width: 100%;
}

.voice-chat-ended-popup h4 {
   font-size: 18px;
   font-weight: 500;
   color: #292C45;
}

.voice-chat-ended-popup .time {
   font-size: 15px;
   font-weight: 400;
   color: #292C45;
   text-align: left;
}

.voice-chat-ended-popup .icon-wrapper {
   display: flex;
   justify-content: center;
   gap: 5px;
   padding: 18px 0;
}

.voice-chat-ended-popup .thumb-btn {
   background: transparent;
   border: none;
   cursor: pointer;
   transition: transform 0.2s ease-in-out;
   width: 42px;
   height: 42px;
   padding: 10px;
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   background-color: #B7DFE2;
}

.voice-chat-ended-popup .inner-popup-wrapper .mic-wrapper {
   width: calc(100% - 50px);
   padding-right: 20px;
   border-right: 1px solid #F0F3F7;
}

.voice-chat-ended-popup .close-btn {
   cursor: pointer;
   width: 25px;
   margin-left: auto;
}

.chat-width-voice {
   display: flex;
   justify-content: flex-end;
   align-items: center;
   max-width: 300px;
   margin: 5px 0 4px auto;
   gap: 3px;
}

.chat-width-voice .time {
   color: #8FA5B9;
   font-size: 11px;
   font-weight: 400;
}

.chat-width-voice img {
   width: 11px;
}




/* Intilal state aniamtion  */
.voice-chat-popup .voice-content {
   position: absolute;
   top: 50%;
   transform: translate(-50%, -50%) scale(0);
   left: 50%;
   opacity: 0;
   transition: all 1s ease-in-out;
}

.voice-chat-popup .inner-popup-wrapper.idle .voice-content:nth-of-type(1) {
   opacity: 1;
   transform: translate(-50%, -50%) scale(1);
}

.voice-chat-popup .inner-popup-wrapper.active-listening .voice-content:nth-of-type(2) {
   transform: translate(-50%, -50%) scale(1);
   opacity: 1;
}

.voice-chat-popup .inner-popup-wrapper.speaking .voice-content:nth-of-type(3) {
   transform: translate(-50%, -50%) scale(1);
   opacity: 1;
}

.inner-popup-wrapper .voice-content:nth-of-type(1) .cricle-outer {
   animation: outer-idle 3s ease-in-out 0.4s infinite;
}

.inner-popup-wrapper .voice-content:nth-of-type(1) .cricle-center {
   animation: center-idle 3s ease-in-out 0.2s infinite;
}

.inner-popup-wrapper .voice-content:nth-of-type(1) .cricle-inner {
   animation: inner-idle 3s ease-in-out infinite;
}

/* new button design  changes */

.voice-chat-popup .inner-popup-wrapper.idle .icon-wrapper .microphone-btn img:nth-of-type(2) {
   display: none;
}

.voice-chat-popup .inner-popup-wrapper .icon-wrapper .microphone-btn.inactive img:nth-of-type(2) {
   display: block;
}

.voice-chat-popup .inner-popup-wrapper .icon-wrapper .microphone-btn.inactive img:nth-of-type(1) {
   display: none;
}

.voice-chat-popup .inner-popup-wrapper .icon-wrapper .white-btn:nth-of-type(2) {
   display: none;
}

.voice-chat-popup .inner-popup-wrapper.speaking .icon-wrapper .white-btn:nth-of-type(2) {
   display: flex;
}

.voice-chat-popup .inner-popup-wrapper .icon-wrapper .microphone-btn.inactive {
   background-color: rgba(255, 255, 255, .5);
}

.voice-chat-popup .inner-popup-wrapper .icon-wrapper .microphone-btn img:nth-of-type(2) {
   display: none;
}

.text-layer-acc {
   position: absolute;
   top: auto;
   bottom: 165px;
   left: 50%;
   transform: translateX(-50%);
}

.text-layer-acc p {
   font-size: 20px;
   font-weight: 500;
   color: rgba(255, 255, 255, .5);
   margin: 0;
   text-align: center;
   opacity: 0;
   display: none;
   transform: scale(0);
}

.voice-chat-popup .inner-popup-wrapper.idle:not(.waiting) .text-layer-acc p:nth-of-type(1) {
   display: flex;
   opacity: 1;
   transform: scale(1);
}

.voice-chat-popup .inner-popup-wrapper.active-listening .text-layer-acc p:nth-of-type(1) {
   display: flex;
   transform: scale(1);
   opacity: 1;
}

.voice-chat-popup .inner-popup-wrapper.idle.waiting .text-layer-acc p:nth-of-type(2) {
   display: flex;
   transform: scale(1);
   opacity: 1;
}

.voice-chat-popup .inner-popup-wrapper.speaking .text-layer-acc p:nth-of-type(3) {
   display: flex;
   transform: scale(1);
   opacity: 1;
}

@keyframes outer-idle {
   0% {
      transform: scale(1);
   }

   50% {
      transform: scale(1.05);
   }

   100% {
      transform: scale(1);
   }
}

/* Active Listening: outer and center pulse, inner disappears */
.inner-popup-wrapper .voice-content:nth-of-type(2) .cricle-outer {
   animation: outer-listening 3s ease-in-out 0.3s infinite;
}

.inner-popup-wrapper .voice-content:nth-of-type(2) .cricle-center {
   animation: center-listening 3s ease-in-out 0.1s infinite;
}

.inner-popup-wrapper .voice-content:nth-of-type(2) .cricle-inner {
   animation: inner-listening 3s ease-in-out infinite;
   background-color: #523F97;
}

@keyframes outer-listening {
   0% {
      transform: scale(1);
   }

   50% {
      transform: scale(1.6);
   }

   100% {
      transform: scale(1);
   }
}

/* Speaking: all three pulse stronger */
.inner-popup-wrapper .voice-content:nth-of-type(3) .cricle-outer {
   animation: outer-speaking 3s ease-in-out .4s infinite;
}

.inner-popup-wrapper .voice-content:nth-of-type(3) .cricle-center {
   animation: center-speaking 3s ease-in-out .2s infinite;
}

.inner-popup-wrapper .voice-content:nth-of-type(3) .cricle-inner {
   animation: inner-speaking 3s ease-in-out infinite;
   background-color: #4D9BA0;
}

@keyframes outer-speaking {
   0% {
      transform: scale(1);
   }

   50% {
      transform: scale(1.9);
   }

   100% {
      transform: scale(1);
   }
}

@media(max-width: 768px) {
   .text-layer-acc {
      bottom: 130px;
   }

   @keyframes outer-speaking {
      0% {
         transform: scale(1.6);
      }

      50% {
         transform: scale(3.5);
      }

      100% {
         transform: scale(1.6);
      }
   }

   @keyframes center-speaking {
      0% {
         transform: scale(1);
      }

      50% {
         transform: scale(.8);
      }

      100% {
         transform: scale(1);
      }
   }

   @keyframes inner-speaking {
      0% {
         transform: scale(1);
      }

      50% {
         transform: scale(1);
      }

      100% {
         transform: scale(1);
      }
   }

   /* outer-listening */
   @keyframes outer-listening {
      0% {
         transform: scale(1.2);
      }

      50% {
         transform: scale(1.6);
      }

      100% {
         transform: scale(1.2);
      }
   }

   @keyframes center-listening {
      0% {
         transform: scale(1);
      }

      50% {
         transform: scale(.97);
      }

      100% {
         transform: scale(1);
      }
   }

   @keyframes inner-listening {
      0% {
         transform: scale(1);
      }

      50% {
         transform: scale(1.6);
      }

      100% {
         transform: scale(1);
      }
   }

   .voice-chat-popup .inner-popup-wrapper {
      align-items: center;
      padding: 20px 16px 16px;
   }

   .inner-popup-wrapper::after,
   .inner-popup-wrapper::before {
      position: absolute;
      border-radius: 50%;
      left: 0;
      bottom: 0;
      width: 575px;
      height: 575px;
      background-color: rgba(85, 184, 190, .5);
      content: "";
      z-index: -1;
      left: 50%;
      transform: translateX(-50%);
      transition: all 1s ease-in;
      bottom: -900px;
      opacity: 0;
   }

   .inner-popup-wrapper::before {
      bottom: auto;
      top: -900px;
      background-color: rgba(99, 77, 179, .5);
   }

   .inner-popup-wrapper.active-listening::before {
      top: -500px;
      opacity: 1;
      display: none;
   }

   .inner-popup-wrapper.active-listening::after {
      top: auto;
      bottom: -500px;
      opacity: 1;
      background-color: rgba(85, 184, 190, .5);
   }

   .inner-popup-wrapper.speaking::before {
      /* top: -370px; */
      opacity: 1;
      background-color: rgba(82, 63, 151, .5);
      display: none;
   }

   .inner-popup-wrapper.speaking::after {
      top: auto;
      bottom: -370px;
      opacity: 1;
      background-color: rgba(82, 63, 151, .5);
   }

   .voice-chat-popup .cricle-outer {
      width: 101px;
      height: 101px;
   }

   .voice-chat-popup .cricle-center {
      width: 89px;
      height: 89px;
   }

   .voice-chat-popup .cricle-center .cricle-inner {
      width: 45px;
      height: 45px;
   }

   .voice-chat-popup .icon-wrapper {
      bottom: 30px;
   }

   .voice-chat-popup .attach-btn,
   .voice-chat-popup .voice-popup-close {
      width: 70px;
      height: 70px;
   }
}


/* Video Popup */

/* Background blur effect when popup is active */
body.video-popup-active {
   overflow: hidden;
}

body.video-popup-active::before {
   content: "";
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   backdrop-filter: blur(10px);
   background: rgba(0, 0, 0, 0.6);
   z-index: 999;
}

/* Video Popup Styling */
.video-popup {
   position: fixed;
   top: 50%;
   left: 50%;
   transform: translate(-200%, 0);
   width: 100%;
   max-width: 95%;
   background: #fff;
   padding: 10px;
   display: none;
   z-index: 1000;
   border-radius: 12px;
   height: 85vh;
   opacity: 0;
   transition: opacity .2s linear 0s;
}

.video-popup.active {
   transform: translate(-200%, 0);
   transform: translate(-50%, -50%);
   opacity: 1;
   display: block;
}

.video-popup-content {
   position: relative;
   width: 100%;
   height: 100%;
}

.video-popup-content iframe {
   width: 100%;
   height: 600px;
   border-radius: 8px;
}

.video-popup-close {
   position: absolute;
   top: 10px;
   right: 15px;
   font-size: 30px;
   width: 42px;
   height: 42px;
   background: #fff;
   border-radius: 10px;
   cursor: pointer;
   display: flex;
   z-index: 9;
   align-items: center;
   justify-content: center;
}

.video-popup-content .jw-video {
   object-fit: cover !important;
}

.video-popup-content .jwplayer.jw-flag-aspect-mode {
   height: 100% !important;
}


/* Intro Message */

.voice-chat-popup .intro-message-wrapper {
   position: absolute;
   background-color: #FFF;
   padding: 12px;
   left: 50%;
   transform: translate(-50%, 0);
   text-align: center;
   top: 120px;
   width: 266px;
   border-radius: 7px;
   font-size: 20px;
   padding: 16px 38px;
   z-index: 40;
   color: #41477b;


}


/* Chat bubble styles */

.mhq-wrapepr-sec .chat-bubble.followup {
   background-color: #dcdcdc;
   color: #343434;
   padding: 20px;
   margin-bottom: 24px;
}

.mhq-wrapepr-sec .chat-bubble.followup p {
   color: #222;
}

.mhq-wrapepr-sec .chat-bubble.followup ul li {
   color: #555555;
   cursor: pointer;
}

.mhq-wrapepr-sec .chat-bubble.recos {
   background-color: #dcdcdc;
   color: #343434;
   padding: 20px 20px 0px 20px;
   margin-bottom: 24px;
}

.mhq-wrapepr-sec .chat-bubble.recos p {
   color: #222;
}

.mhq-wrapepr-sec .chat-bubble.recos ul {
   list-style: none;
   padding: 0;
   display: flex;
   flex-direction: column;
}

.mhq-wrapepr-sec .chat-bubble.recos ul li {
   margin-bottom: 18px;
}

.mhq-wrapepr-sec .chat-bubble.recos ul li a {
   display: flex;
   align-items: center;
}

.mhq-wrapepr-sec .chat-bubble.recos ul li a img {
   width: 30%;
   min-width: 180px;
   margin: 0 24px 0 0;
   width: auto;
   min-width: 0;
   margin: 0 24px 0 0;
   max-width: 132px;
   border-radius: 4px;
}


/* Message Rating System Styles */
.message-rating {
   margin-top: 8px;
   padding-top: 8px;
   border-top: 1px solid rgba(0, 0, 0, 0.05);
   position: relative;
}

.rating-btn {
   background: transparent;
   border: 1px solid #ddd;
   border-radius: 4px;
   padding: 4px 8px;
   margin-right: 8px;
   cursor: pointer;
   color: #666;
   transition: all 0.2s ease;
   display: inline-flex;
   align-items: center;
   gap: 4px;
   font-size: 12px;
}

.rating-btn:hover:not(:disabled) {
   background: #f5f5f5;
   border-color: #999;
   color: #333;
}

.rating-btn.selected {
   background: #f0f0f0;
   border-color: #666;
   color: #333;
}

.rating-btn.thumbs-up.selected {
   background: #e8f5e9;
   border-color: #4caf50;
   color: #2e7d32;
}

.rating-btn.thumbs-down.selected {
   background: #ffebee;
   border-color: #f44336;
   color: #c62828;
}

.rating-btn.confirmed {
   animation: confirmPulse 0.3s ease;
}

.rating-btn.rated {
   opacity: 0.5;
   cursor: not-allowed;
}

.rating-btn svg {
   width: 16px;
   height: 16px;
}

.rating-feedback {
   margin-top: 12px;
   padding: 12px;
   background: #f9f9f9;
   border-radius: 6px;
   border: 1px solid #e0e0e0;
}

.feedback-title {
   margin: 0 0 8px 0;
   font-size: 13px;
   font-weight: 600;
   color: #333;
}

.feedback-input {
   width: 100%;
   padding: 8px;
   border: 1px solid #ddd;
   border-radius: 4px;
   font-size: 13px;
   resize: vertical;
   min-height: 60px;
   font-family: inherit;
}

.feedback-input:focus {
   outline: none;
   border-color: #4CAF50;
   box-shadow: 0 0 0 2px rgba(76, 175, 80, 0.1);
}

.feedback-actions {
   margin-top: 8px;
   display: flex;
   gap: 8px;
}

.feedback-submit,
.feedback-cancel {
   padding: 6px 12px;
   border-radius: 4px;
   font-size: 12px;
   cursor: pointer;
   transition: all 0.2s ease;
   border: none;
}

.feedback-submit {
   background: #4CAF50;
   color: white;
}

.feedback-submit:hover {
   background: #45a049;
}

.feedback-cancel {
   background: #f0f0f0;
   color: #666;
   border: 1px solid #ddd;
}

.feedback-cancel:hover {
   background: #e0e0e0;
}

.rating-confirmation {
   padding: 8px 12px;
   background: #e8f5e9;
   border-radius: 4px;
   margin-top: 8px;
}

.rating-confirmation p {
   margin: 0;
   color: #2e7d32;
   font-size: 13px;
   font-weight: 500;
}

@keyframes confirmPulse {
   0% {
      transform: scale(1);
   }

   50% {
      transform: scale(1.1);
   }

   100% {
      transform: scale(1);
   }
}

/* Mobile responsiveness */
@media (max-width: 480px) {
   .feedback-input {
      font-size: 16px;
      /* Prevents zoom on iOS */
   }

   .rating-btn {
      padding: 6px 10px;
   }
}

/* Exit Clinical Trials Mode */

.chat-response-message .clinical-trial-header {
   display: flex;
   justify-content: space-between;
   align-items: center;
   padding: 8px 12px;
   /*    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);*/
   background: #7c65c4;
   border-radius: 0 0 8px 8px;
   margin: 0;
   position: absolute;
   width: 100%;
   bottom: 4px;
   padding: 8px 21px 8px 26px;
   z-index: 4;
}

@media(max-width: 768px) {

   .chat-response-message .clinical-trial-header {
      padding: 4px 14px 8px 14px;
      bottom: 14px;
   }

}

.chat-response-message .clinical-trial-header .view-trials-btn {
   display: flex;
   justify-content: space-between;
   align-items: center;
   min-width: 148px;
   transition: all 0.2s;
   opacity: 1;
   background-color: #FFF;
}

.chat-response-message .clinical-trial-header .view-trials-btn:hover {
   transform: translateY(-1px);
   opacity: .8;
}
.option-list li a {
   width: 100%;
   display: flex;
}

@media(max-width: 768px) {
   .chat-response-message .clinical-trial-header .view-trials-btn {
      min-width: 128px;
   }
}


/* Hide all clinical trial headers by default */

.chat-response-message.clinical-trial-message {
   position: relative;
   padding-bottom: 58px;
}

.chat-response-message.clinical-trial-message .clinical-trial-header {
   /*    display: none;*/
}

/* Show the header only on the last clinical trial message */
.chat-response-message.clinical-trial-message:last-of-type .clinical-trial-header {
   display: flex;
}

.chat-response-message .clinical-trial-badge {
   color: white;
   font-size: 12px;
   font-weight: 600;
   text-transform: uppercase;
   letter-spacing: 0.5px;
}

.chat-response-message .exit-clinical-trials-btn {
   display: flex;
   align-items: center;
   gap: 6px;
   padding: 4px 10px;
   background: rgba(255, 255, 255, 0.2);
   border: 1px solid rgba(255, 255, 255, 0.3);
   color: white;
   border-radius: 4px;
   font-size: 12px;
   cursor: pointer;
   transition: all 0.2s;
}

.chat-response-message .exit-clinical-trials-btn:hover {
   background: rgba(255, 255, 255, 0.3);
   border-color: rgba(255, 255, 255, 0.5);
   transform: translateY(-1px);
}

.chat-response-message .exit-clinical-trials-btn svg {
   width: 14px;
   height: 14px;
}

.clinical-filter-btn {
   position: relative;
   overflow: hidden;
}

.clinical-filter-btn select {
   display: block !important;
   position: absolute;
   top: 0;
   right: 0;
   margin-top: 8px;
   min-width: 150px;
   padding: 8px 12px;
   border: none;
   border-radius: 8px;
   background: #fff;
   box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
   font-size: 14px;
   color: #333;
   cursor: pointer;
   z-index: 1001;
   outline: none;
   appearance: none;
   background: transparent;
   -webkit-appearance: none;
}


.health-profile-empty-state {
   text-align: center;
   padding: 40px 20px;
   color: #e0e0e0;
}

.health-profile-empty-state .empty-icon {
   margin-bottom: 20px;
   opacity: 0.3;
}

.health-profile-empty-state .empty-icon svg {
   stroke: #8b92a5;
}

.health-profile-empty-state h6 {
   color: #fff;
   font-size: 18px;
   margin-bottom: 12px;
   font-weight: 600;
}

.health-profile-empty-state p {
   color: #b0b0b0;
   font-size: 14px;
   line-height: 1.5;
   margin-bottom: 24px;
   max-width: 320px;
   margin-left: auto;
   margin-right: auto;
}

.health-profile-empty-state .tips {
   background: rgba(255, 255, 255, 0.05);
   border-radius: 8px;
   padding: 16px;
   max-width: 280px;
   margin: 0 auto;
   text-align: left;
}

.health-profile-empty-state .tip-label {
   display: block;
   font-size: 12px;
   text-transform: uppercase;
   letter-spacing: 0.5px;
   color: #8b92a5;
   margin-bottom: 8px;
}

.health-profile-empty-state ul {
   list-style: none;
   padding: 0;
   margin: 0;
}

.health-profile-empty-state ul li {
   padding: 4px 0;
   font-size: 13px;
   color: #d0d0d0;
   position: relative;
   padding-left: 16px;
}

.health-profile-empty-state ul li:before {
   content: "•";
   position: absolute;
   left: 0;
   color: #6b7280;
}


/* main site page */
.site-header {
   position: absolute;
   width: 100%;
   z-index: 4;
}

.news-slide-comp-sec.four-colum-sec .swiper-wrapper {
   transform: unset !important;
   display: grid;
   grid-template-columns: 1fr 1fr 1fr 1fr;
   gap: 40px;
}

.news-slide-comp-sec.four-colum-sec .tow-colum-row {
   display: flex;
   flex-wrap: wrap;
   gap: 40px 0;
   margin-bottom: 29px;
   justify-content: space-between;
   align-items: center;
}

.news-slide-comp-sec.four-colum-sec .tow-colum-row .img-col {
   width: 57%;
   border-radius: 10px;
}

.news-slide-comp-sec.four-colum-sec .tow-colum-row .img-col .full-img {
   border-radius: 10px;
   width: 100%;
   height: 100%;
   object-fit: cover;
}

.news-slide-comp-sec.four-colum-sec .tow-colum-row .img-col a {
   position: relative;
   border-radius: 10px;
   display: flex;
}

.news-slide-comp-sec.four-colum-sec .tow-colum-row .img-col .cricle-icon img {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   width: 78px;
   height: 78px;
}

.news-slide-comp-sec.four-colum-sec .tow-colum-row .text-col {
   width: 40%;
}

.news-slide-comp-sec.four-colum-sec .top-bar {
   margin-bottom: 30px;
}

.news-slide-comp-sec.four-colum-sec .tow-colum-row .text-col p {
   color: #878897;
   font-size: 18px;
   font-style: normal;
   font-weight: 400;
   margin: 36px 0 33px;
   line-height: 1.32;
   letter-spacing: -0.5px;
   font-family: var(--font-book);
   font-weight: 400;
}

.news-slide-comp-sec.four-colum-sec .tow-colum-row .text-col h3 {
   color: #292C45;
   font-family: var(--font-book);
   font-size: 24px;
   font-style: normal;
   font-weight: 400;
   font-family: var(--font-book);
}

.news-slide-comp-sec.four-colum-sec .tow-colum-row .subtitle {
   font-size: 14px;
   font-weight: 700;
   text-transform: uppercase;
   color: #7B68C2;
   margin-bottom: 12px;

}

.hero-banner {
   position: relative;
}

.hero-banner .bg-img {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 1;
}

.hero-banner .bg-img img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}

.hero-banner .banner-text h1 {
   margin-bottom: 19px;
   color: #FFF;
   font-size: 52px;
   font-family: var(--font-book);
   font-weight: 400;
   letter-spacing: -0.5px;
   line-height:1.2 !important;
}

.hero-banner .banner-text {
   max-width: 790px;
   padding-top: 273px;
   padding-bottom: 164px;
   padding-left: 26px;
}

.hero-banner .banner-text p {
   color: #FFF;
   font-weight: 500;
   font-family: "CircularStd-Medium", sans-serif;
   max-width: 504px;
}

.hero-banner .banner-text {
   position: relative;
   z-index: 2;
}

.custom-select-wrapper {
   max-width: 428px;
   width: 100%;
   position: relative;
   margin-top: 60px;
}

.hero-banner .custom-select-box {
   position: relative;
}

.selected-option {
   padding: 20px 24px;
   border-radius: 10px;
   background: #FFF;
   box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.25);
   cursor: pointer;
   
}
.selected-option #selectedValue{
   width: calc(100% - 20px);
}
.selected-option span.arrow{
   width: 18px;
   display: flex;
   align-items: center;
   justify-content: center;
}
.selected-option span:first-child {
   color: #000;
   font-family: var(--font-book);
   font-size: 18px;
   font-style: normal;
   font-weight: 400;
   letter-spacing: -0.5px;
}

.arrow {
   transition: .3s;
}

.custom-select-box.active .arrow {
   transform: rotateX(-180deg);
}

.select-dropdown {
   position: absolute;
   top: calc(100% + 10px);
   left: 0;
   width: 100%;
   background: #fff;
   border-radius: 26px;
   box-shadow: 0 20px 50px rgba(0, 0, 0, .12);
   display: none;
   overflow: hidden;
   z-index: 100;
}

.custom-select-box.active .select-dropdown {
   display: block;
}

.search-box {
   padding: 22px;
}

.search-box input {
   width: 100%;
   border: none;
   border-bottom: 2px solid #315dff;
   outline: none;
   font-size: 18px;
   padding-bottom: 10px;
   font-family: inherit;
   line-height: 1.32;
   letter-spacing: -0.5px;
   background: transparent;
}

.option-list {
   list-style: none;
   max-height: 350px;
   overflow-y: auto;
   padding-bottom: 14px;
}

.option-list li a {
   padding: 10px 32px;
   cursor: pointer;
   color: #90a3bb;
   font-size: 18px;
   letter-spacing: -0.5px;
   line-height: 1.32;
   transition: all .5s ease-in-out;
   font-weight: 500;
}
.option-list li:nth-of-type(1) a{
   padding-top: 0;
}
.option-list::-webkit-scrollbar {
   width: 8px;
}

.option-list::-webkit-scrollbar-thumb {
   background: #999;
   border-radius: 20px;
}

.option-list::-webkit-scrollbar-track {
   background: transparent;
}

.stats-sec {
   padding: 88px 0 110px;
}

.stats-sec .top-content {
   max-width: 770px;
   margin: 0 auto 77px;
}

.stats-sec .top-content h2 {
   color: var(--color-dark-blue);
   text-align: center;
   font-size: 28px;
   font-weight: 400;
   font-family: CircularStd-Bold, sans-serif;
}

.stats-sec .stats-row-list {
   gap: 20px;
}

.stats-sec .stat-item {
   flex: 1;
}

.stats-sec .stat-item h3 {
   color: #769ABC;
   text-align: center;
   font-family: "CircularStd-Black", sans-serif;
   font-size: 75px;
   font-style: normal;
   font-weight: 900;
   line-height: 52.8px;
   margin-bottom: 21px;
   letter-spacing: -0.5px;
}

.stats-sec .stat-item p {
   color: #000;
   font-family: "CircularStd-Medium", sans-serif;
   font-style: normal;
   font-weight: 500;
}

/*==========================
Why SN Section
==========================*/

.why-sn-sec {
   position: relative;
   padding: 0 20px 35px;
}

.why-sn-sec .bg-image {
   position: absolute;
   inset: 0;
   border-radius: 20px;
   z-index: 0;
}

.why-sn-sec .container {
   position: relative;
   border-radius: 20px;
}

.why-sn-sec .bg-image img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   border-radius: 20px;
}

.why-sn-sec .container {
   position: relative;
   z-index: 2;
   padding: 0;
   max-width: 1230px;
}

.why-sn-sec .why-sn-row {
   padding: 0 46px;
}

.why-sn-sec .why-sn-left {
   width: 100%;
   max-width: 815px;
   position: relative;
   z-index: 4;
   padding: 36px 0 70px;
}

.why-sn-sec .sub-title {
   color: var(--color-dark-blue);
   font-weight: 400;
   margin-bottom: 60px;
   color: #292C45;
   font-size: 20px;
   font-style: normal;
   font-family: "CircularStd-Bold", sans-serif;
   display: block;
   line-height: 1.32;
   letter-spacing: -0.5px;
}

.why-sn-sec h2 {
   max-width: 570px;
   margin-bottom: 44px;
   color: #292C45;
   font-size: 28px;
   font-weight: 400;
   font-family: CircularStd-Bold, sans-serif;
}

.why-sn-sec .why-sn-card-wrap {
   flex-wrap: nowrap;
}

.why-sn-sec .why-sn-card {
   padding: 17px 19px 23px;
   flex: 1;
   border-radius: 10px;
   background: #FFF;
   box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
   display: flex;
   flex-direction: column;
   justify-content: space-between;
   transition: all .5s ease-in-out;
}

.why-sn-sec .why-sn-card h5 {
   margin-bottom: 18px;
   color: #292C45;
   font-size: 18px;
   font-style: normal;
   line-height: 1.32;
   min-height: 36px;
   font-family: "CircularStd-Bold", sans-serif;
   font-weight: 400;
}

.why-sn-sec .why-sn-card p {
   margin-bottom: 35px;
   color: #000;
   font-family: var(--font-book);
   font-size: var(--font-size-body);
   font-weight: 400;
}

.why-sn-sec .why-sn-card a {
   color: var(--color-orangeprimary);
   font-size: 16px;
   font-weight: 400;
   font-family: var(--font-book);
}

.why-sn-sec .why-sn-card:hover {
   transform: translateY(-5px);
}

.listing-sec {
   padding: 35px 0;
}

.listing-sec .listing-top {
   margin-bottom: 50px;
}

.listing-sec .listing-heading {
   max-width: 576px;
   width: 47%;
}

.listing-sec .listing-heading h2 {
   font-size: 44px;
   line-height: 1.2;
   margin-bottom: 35px;
   letter-spacing: -.02em;
}

.listing-sec .listing-heading h3:nth-of-type(1) {
   margin-bottom: 48px;
}

.listing-sec .listing-heading h3 {
   color: #292C45;
   font-size: 28px;
   font-style: normal;
   font-weight: 400;
   font-family: "CircularStd-Bold", sans-serif;
}

.listing-sec .listing-search {
   width: 47%;
}

.listing-sec .listing-search form .form-group {
   display: flex;
   padding: 10px 10px 10px 0;
   border-radius: 10px;
   background: #FFF;
   box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.mhq-wrapepr-sec .mhq-content-box .voice-btn.send-btn img {
    filter: brightness(0) invert(1);
}

.listing-sec .listing-search input {
   flex: 1;
   border: 0;
   outline: 0;
   padding: 0 18px;
   background: none;
   color: #292c45;
   font-family: var(--font-book);
   font-size: 18px;
}

.listing-sec .listing-search input::placeholder {
   color: #939393;
   font-family: var(--font-book);
   font-size: 18px;
   font-style: italic;
   font-weight: 400;
   line-height: 1.32;
   letter-spacing: -0.5px;
}

.listing-sec .listing-search button {
   width: 125px;
   height: 48px;
   border: none;
   border-radius: 10px;
   cursor: pointer;
   color: #fff;
   background: #41477B;
   color: #FFF;
   font-family: var(--font-book);
   font-size: 16px;
   font-style: normal;
   font-weight: 400;
   line-height: 1.32;
   letter-spacing: -0.5px;
}

.listing-sec .listing-grid {
   display: grid;
   grid-template-columns: repeat(4, 1fr);
   gap: 26px 15px;
}

.listing-sec .listing-box {
   padding: 20.5px 16px;
   border-radius: 10px;
   background: #FFF;
   box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
   transition: .3s;
}

.listing-sec .listing-box:hover {
   transform: translateY(-4px);
}

.listing-sec .listing-box h4 {
   color: #41477B;
   font-size: 20px;
   font-weight: 400;
   font-family: "CircularStd-Bold", sans-serif;
   margin-bottom: 0;
}

.listing-sec .listing-box p {
   color: #000;
   margin-top: 12px;
   font-size: var(--font-size-body);
   font-weight: 400;
}

.listing-sec .extra-condition {
   display: none;
}

.listing-sec .view-all-box {
   justify-content: center;
   gap: 12px;
   background: #F77A3C;
   color: #fff;
   box-shadow: none;
   display: flex;
}

.listing-sec .view-all-box span {
   font-size: 34px;
   line-height: 1;
}

.listing-sec .view-all-box strong {
   font-size: 20px;
   font-weight: 500;
   font-family: "CircularStd-Medium", sans-serif;
}


.hpcp-guides .top-bar {
   display: flex;
   justify-content: space-between;
   align-items: baseline;
   padding-bottom: 24px;
   padding-bottom: 24px;
   border-bottom: 1px solid #e7e7e7;
   max-width: calc(100% - 14px);
}

.top-bar .top-bar-title {
   font-size: 28px;
   color: #292c45;
   letter-spacing: -0.5px;
   line-height: 1.32;
   font-weight: 400;
   font-family: "CircularStd-bold", sans-serif;
}

.hpcp-guides .content-bar {
   display: block;
   justify-content: space-between;
   margin-top: 18px;
}

.hpcp-guides .content-bar .content-intro {
   max-width: 34%;
   flex-grow: 0;
   float: left;
   padding-right: 28px;
   padding-top: 38px;
}

.hpcp-guides .content-bar .content-intro p {
    color: #292C45;
    margin: 0 0 16px 0;
    font-size: 18px;
}

.hpcp-guides .content-bar .content-carousel ul li {
   padding-bottom: 120px;
   padding-bottom: 95px;
   background-image: url(https://www.survivornet.com/wp-content/themes/survivornet/assets/images/background-pattern-icons.svg);
   background-color: #F5F6F9;
   background-position: center bottom;
   background-size: 100% auto;
   border-radius: 6px;
   background-repeat: no-repeat;
   margin-right: 12px;
   position: relative;
}

.hpcp-guides .slick-slide {
   height: inherit !important;
}

.hpcp-guides .content-bar .content-carousel ul li .content-wrapper {
   padding: 40px 18px 0 18px;
   display: flex;
   flex-direction: column;
   height: 100%;
}

.hpcp-guides .content-bar .content-carousel ul li .content-wrapper p.title {
   color: #41477B;
   padding-bottom: 14px;
   font-size: 20px;
   font-family: 'CircularStd-Medium';
}

.hpcp-guides li p {
   color: #292C45;
   font-size: 17px;
   font-size: 18px;
   font-weight: 400;
}
.hpcp-guides .slick-track {
    display: flex !important;
}
.hpcp-guides {
   margin: 0 auto;
   background-color: #FFF;
   padding: 36px 29px 36px 29px;
   border-radius: 6px;
   overflow: hidden;
}

.hpcp-guides-wrapper .top-bar-guide-btn a {
   background-color: #41477B;
   color: #FFF;
   padding: 11px 22px;
   border-radius: 6px;
   flex-grow: 0;
   font-size: 15px;
   margin-right: 112px;
   text-decoration: none;
   position: relative;
   top: 2px;
}

.hpcp-guides .content-bar .content-carousel ul li .content-wrapper .cta-block {
   display: flex;
   padding-top: 20px;
   margin-top: auto;
}

.hpcp-guides .content-bar .content-carousel ul li .content-wrapper .cta-block .cta {
   background-color: #41477B;
   color: #FFF;
   padding: 12px 22px;
   border-radius: 6px;
   flex-grow: 0;
   font-size: 15px;
}

.hpcp-guides .content-carousel .card-btn-green {
   background-color: #4D9BA0;
   color: #F0F3F7;
   padding: 12px 19px;
   border-radius: 5px;
   flex-grow: 0;
   font-size: 15px;
   border: 0;
   gap: 9px;
   display: inline-flex;
   align-items: center;
   cursor: pointer;
   font-weight: 500;
   font-family: CircularStd-Medium, sans-serif;
   outline: none;
}

.hpcp-guides .content-bar .content-carousel {
   flex-grow: 1;
}

.hpcp-guides .content-carousel .show-onMob {
   display: none;
}

.hpcp-guides .content-bar .content-carousel ul li .content-wrapper .cta-block .cta:nth-child(2n+1) {
   margin: 0 24px 0 0;
}


.hpcp-guides .slick-prev {
   -webkit-appearance: none;
   appearance: none;
   border: none;
   cursor: pointer;
   font-size: 0;
   text-indent: -999em;
   outline: none;
   background-image: url(https://assets.survivornet.com/wp-content/uploads/2024/04/04114238/guides-prev-1.png);
   width: 40px;
   height: 40px;
   background-size: contain;
   background-repeat: no-repeat;
   position: absolute;
   top: -74px;
   z-index: 99;
   right: 72px;
   border-radius: 6px;
}

.hpcp-guides .slick-next {
   -webkit-appearance: none;
   appearance: none;
   border: none;
   cursor: pointer;
   font-size: 0;
   text-indent: -999em;
   outline: none;
   background-image: url(https://assets.survivornet.com/wp-content/uploads/2024/04/04114240/guides-next-1.png);
   width: 40px;
   height: 40px;
   background-size: contain;
   background-repeat: no-repeat;
   position: absolute;
   top: -74px;
   z-index: 99;
   right: 18px;
   border-radius: 6px;
}

.hpcp-guides .content-bar .content-carousel ul {
   display: block;
   width: 100%;
   list-style-type: none;
   padding-left: 0;
}

/* sign-in modal */
.sn-signin-modal {
   display: none;
   position: fixed;
   inset: 0;
   width: 100%;
   height: 100%;
   background-color: rgba(41, 44, 69, .65);
   z-index: 9999;
   align-items: center;
   justify-content: center;
   padding: 20px;
}

.sn-signin-modal.show {
   display: flex;
}

.sn-signin-modal-box {
   position: relative;
   width: 100%;
   max-width: 800px;
   background-color: #FFF;
   border-radius: 8px;
   padding: 44px 40px;
   box-sizing: border-box;
   max-height: 90vh;
   overflow-y: auto;
}

.sn-signin-modal-close {
   position: absolute;
   top: 14px;
   right: 16px;
   width: 34px;
   height: 34px;
   border: 0;
   background: transparent;
   font-size: 26px;
   line-height: 1;
   color: #41477B;
   cursor: pointer;
   outline: none;
}

.sn-signin-modal-title {
   color: #41477B;
   font-size: 26px;
   letter-spacing: -.3px;
   margin: 0 0 24px 0;
   font-family: 'CircularStd-Medium', sans-serif;
}

.sn-signin-modal-form .form-group {
   margin-bottom: 18px;
}

.sn-signin-modal-form label {
   display: block;
   color: #292C45;
   margin-bottom: 8px;
   font-family: 'CircularStd-Medium', sans-serif;
   color: #41477B;
   font-size: 16px;
}

.sn-signin-modal-form .form-control {
   width: 100%;
   padding: 15px 12px;
   border: none;
   border-bottom: 1px solid #D5D9E3;
   border-radius: 0;
   font-size: 16px;
   color: #292C45;
   box-sizing: border-box;
   outline: none;
}
.sn-signin-modal-form input[type=submit] {
   padding: 10px 20px;
   line-height: 24px;
   text-align: center;
   width: 100%;
   word-break: break-word;
   white-space: normal;
   border: none;
   cursor: pointer;
   transition: .35s all ease-out;
   border-radius: 4px;
   background-color: #292c45;
   color: #fff;
}

@media (max-width: 767px) {
   .sn-signin-modal-box {
      max-width: 95%;
      padding: 36px 20px 28px;
   }
}

/* new footer css */
.footer-2 .footer-links {
   width: calc(100% - 260px);
   max-width: 100%;
   padding-left: 50px;
}

.footer-2 .footer-logo img {
   width: auto;
   max-width: 100%;
}

.footer-2 .footer-links ul {
   grid-template-columns: repeat(4, 1fr);
   gap: 10px 96px !important;
   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;
   font-size: 16px;
   font-family: 'Circular Std';
   font-weight: 400;
   color: #292c45 !important;
}

.site-footer.footer-2 .footer-copyright p {
   color: #9698a4;
   margin: 26px 0 0 !important;
   font-size: 17px;
   text-align: center;
   margin-top: 40px;
}
.footer-2 .footer-bottom-menu {
    padding: 18px 0;
    border-top: 1px solid #D1D1D1;
    margin-top: 30px;
    border-bottom: 1px solid #D1D1D1;
}
.footer-2 .footer-bottom-menu.no-border {
   border-top: 0;
   display: flex;
   align-items: flex-end;
   gap: 40px;
   justify-content: space-between;
   flex-wrap: wrap;
   padding: 0 0 27px;
   margin-top: 0;
}
.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%;
}

.footer-2 h2 {
   font-size: 16px;
   color: #292c45;
   font-weight: 400;
   font-family: var(--font-book);
   line-height: 2.5;
   margin-bottom: 0;
}

.footer-2 .footer-bottom-menu.no-border .footer-bootomlogo {
   width: 220px;
}

.footer-2 .footer-social {
   margin-top: 0;
}

.footer-2 .footer-bottom-menu .footer-social ul {
   max-width: 185px;
   flex-direction: row;
   justify-content: space-between;
}
.footer-2 .footer-bottom-menu.no-border #menu-footer-menu {
    width: calc(100% - 260px);
    max-width: 100%;
    padding-left: 50px;
}
.footer-2 .footer-bottom-menu li {
    list-style: none;
}
.footer-2 .footer-bottom-menu li a {
    color: #636363;
    color: #292c45;
    font-size: 16px;
    line-height: 12px;
    font-family: 'Circular Std';
    font-weight: 400;
}

.footer-2 .footer-bottom-menu ul {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   gap: 10px;
   margin-bottom: 0;
}
@media(min-width: 1024px){
   .listing-sec .listing-top{
      padding-left: 30px;
      padding-right: 30px;
   }
   .listing-sec .listing-grid{
      padding: 0 32px 0 28px;
   }
}

/* respsonive start here */

@media(max-width:1200px) {

   .news-slide-comp-sec.four-colum-sec .swiper-wrapper {
      gap: 20px;
   }

   .listing-sec .listing-grid {
      grid-template-columns: repeat(3, 1fr);
   }

   .why-sn-sec h2 {
      margin-bottom: 40px;
   }

}

@media(max-width: 1199px) {
   .footer-2 .footer-links {
      padding-left: 30px;
   }

   .footer-2 .footer-links ul {
      gap: 10px 30px !important;
   }

   .footer-2 .footer-links ul li a {
      line-height: 1.2;
   }
}

@media(max-width:992px) {
   .footer-2 .footer-links ul {
      padding-top: 0 !important;
   }
   .news-slide-comp-sec .swiper-slide:nth-of-type(1) .news-card{
      margin-left: 0;
   }
   .listing-sec .listing-heading{
      max-width: 100%;
      width: 100%;
   }
   .hpcp-guides-wrapper .top-bar-guide-btn a{
      margin-right: 0;
   }
   
   .footer-2 .footer-bottom-menu.no-border {
    gap: 30px;
    padding-top: 0 !important;
}
   .footer-2 .footer-bottom-menu.no-border #menu-footer-menu {
    gap: 0;
      padding: 0 !important;
   }
   .footer-2 .footer-links {
      width: 100%;
      padding: 0 0;
      margin-top: -30px;
   }
   .footer-2 .footer-bottom-menu .footer-social ul {
      margin: 0 auto;
      padding-top: 0 !important;
   }

   .news-slide-comp-sec.four-colum-sec .swiper-wrapper {
      gap: 40px;
      grid-template-columns: 1fr 1fr;
      padding-left: 7px;
   }

   .listing-sec {
      padding: 30px 0;
   }

   .listing-sec .listing-top {
      flex-direction: column;
      align-items: flex-start;
   }

   .listing-sec .listing-search {
      width: 100%;
   }

   .listing-sec .listing-grid {
      grid-template-columns: repeat(2, 1fr);
   }

   .stats-sec {
      padding: 70px 0;
   }

   .stats-sec .top-content {
      margin-bottom: 60px;
   }

   .stats-sec .stat-item h3 {
      font-size: 56px;
   }

   .why-sn-sec .why-sn-row {
      flex-direction: column;
   }

   .why-sn-sec .why-sn-card-wrap {
      flex-wrap: wrap;
   }

   .why-sn-sec .why-sn-card {
      width: calc(50% - 8px);
      flex: none;
   }

   .news-slide-comp-sec.four-colum-sec .tow-colum-row {
      gap: 32px;
   }

   .news-slide-comp-sec.four-colum-sec .tow-colum-row .img-col,
   .news-slide-comp-sec.four-colum-sec .tow-colum-row .text-col {
      width: 100%;
   }
   .hpcp-guides .content-carousel .hide-onMob {
      display: none !important;
   }
   .hpcp-guides .content-bar .content-carousel ul li .content-wrapper .cta-block .cta {
      margin-right: 10px !important;
      display: inline-flex;
      align-items: center;
      
   }
   .hpcp-guides-wrapper .content-bar{
      display: flex;
      flex-direction: column;
   }
   .hpcp-guides-wrapper .content-bar .content-intro{
      width: 100%;
      max-width: 100%;
      padding: 20px 0 10px;
   }
   .hpcp-guides-wrapper .content-bar .content-carousel{
      width: 100%;
      position: relative;
      padding: 0 30px;
   }
   .hpcp-guides-wrapper .content-bar .content-carousel .slick-arrow{
      top: 50%;
      transform: translateY(-50%);
   }
   .hpcp-guides-wrapper .content-bar .content-carousel .slick-prev{
      left: -45px;
      right: auto;
   }
   .hpcp-guides-wrapper .content-bar .content-carousel .slick-next{
      right: -31px;
   }
   .site-header .logo-box a{
      width: 190px;
   }
   .hero-banner .banner-text h1 {
      margin-bottom: 10px;
      font-size: 46px;
   }
   .hero-banner .banner-text{
      padding-left: 30px;
   }
}

@media(max-width: 770px){
   .hpcp-guides .content-bar .content-carousel ul li .content-wrapper{
      padding-bottom: 45px;
   }
}
@media(max-width: 768px) {
    .hpcp-guides-wrapper .content-bar .content-carousel{
      padding: 0 12px;
   }
   .news-slide-comp-sec.four-colum-sec .tow-colum-row .text-col p{
      margin: 20px 0;
   }
   .listing-sec .view-all-box strong {
      font-size: 18px;
   }
   .listing-sec .view-all-box span {
      font-size: 30px;
   }
   .news-slide-comp-sec.four-colum-sec .tow-colum-row .text-col h3{
      font-size: 22px;
   }
   .news-slide-comp-sec.four-colum-sec .swiper-wrapper{
      gap: 30px;
   }
   .footer-2 .footer-links ul,
   .footer-2 .footer-bottom-menu ul,
   .footer-2 .footer-bottom-menu.no-border {
      column-count: auto;
      display: flex;
      align-items: center;
      text-align: center;
      flex-direction: column-reverse;
      gap: 0;
      justify-content: center;
      padding-top: 20px;
   }
   .footer-2 .footer-bottom-menu li {
      list-style: none;
      font-size: 18px;
      line-height: 1.8;
   }
   .hpcp-guides .content-bar .content-carousel ul li .content-wrapper .cta-block {
      margin-top: 24px;
   }
}

@media(max-width:767px) {
   .hpcp-guides .content-bar .content-intro {
      max-width: 100%;
      float: none;
      display: block;
   }

   .news-slide-comp-sec.four-colum-sec .tow-colum-row .img-col .cricle-icon img {
      width: 55px;
      height: 55px;
   }

   .hero-banner .banner-text h1 {
      font-size: 40px;
      line-height: 1;
   }

   .sntv-banner {
      min-height: 500px;
   }

   .sntv-banner:not(:nth-last-of-type(1)) {
      margin-bottom: 30px;
   }
   .hpcp-guides .content-intro {
      padding: 0 24px 0;
      
   }
   .hpcp-guides .top-bar{
      padding-left: 0;
      padding-right: 0;
      padding-bottom: 0;
      flex-direction: column;
      border: none;
   }

   .hpcp-guides .content-bar .content-carousel {
      margin-top: 25px;
   }

   .hpcp-guides-wrapper .top-bar-guide-btn a {
      display: inline-block;
      margin: 16px 0 0 0;
   }
   .why-sn-sec{
      padding: 50px 14px
   }
   .listing-sec {
      padding: 35px 0;
      border-radius: 20px;
   }

   .listing-sec .listing-heading {
      width: 100%;
      max-width: 100%;
   }

   .why-sn-sec .sub-title {
      margin-bottom: 30px;
   }

   .listing-sec .listing-heading h3:nth-of-type(1) {
      margin-bottom: 30px;
   }
   /*   .listing-sec .listing-search form .form-group {
      flex-direction: column;
      gap: 10px;
   } */

   .listing-sec .listing-search input {
      height: 50px;
   }

   .listing-sec .listing-grid {
      grid-template-columns: 1fr;
      gap: 15px;
   }

   .stats-sec {
      padding: 20px 0 60px;
   }

   .why-sn-sec .why-sn-row {
      padding-left: 24px;
      padding-right: 24px;
   }

   .stats-sec .top-content {
      margin-bottom: 40px;
   }

   .stats-sec .top-content h2 br{
      display: none;
   }

   .stats-sec .stats-row-list {
      flex-direction: column;
      gap: 40px;
   }

   .stats-sec .stat-item h3 {
      font-size: 48px;
      margin-bottom: 10px;
   }

   .why-sn-sec h2 {
      margin-bottom: 30px;
   }

   .why-sn-sec .why-sn-card {
      width: 100%;
      padding: 24px;
   }


   .selected-option {
      padding: 18px;
   }


   .option-list li a {
      padding: 12px 20px;
   }
   .hero-banner .banner-text {
      padding: 180px 15px 130px
   }
}

@media(max-width: 575px) {
   .news-slide-comp-sec.four-colum-sec .swiper-wrapper {
      gap: 30px;
      grid-template-columns: 1fr;
   }
}