/*: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;
   }
}

/* custom cursor */
.mhq-sidebar .desktop-tab li,
.create-profile-compo,
.gender-select-compo *,
.answer-question .btn,
.mhq-wrapepr-sec button {
   cursor: url("../images/custom-cursor-new.png") 16 16, auto !important;
}

.mhq-wrapepr-sec {
   padding: 30px;
   height: 100vh;
   font-weight: 500;
   line-height: 1.2;
}

.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: #4d9ba0;
   cursor: pointer;
   border-radius: 10px;
   min-height: 106px;
}

.mhq-wrapepr-sec .slider-wrapper-box .swiper-slide:nth-of-type(2) {
   background-color: #f17b42;
}

.mhq-wrapepr-sec .slider-wrapper-box .swiper-slide:nth-of-type(3) {
   background-color: #523f97;
}

.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-weight: 400;
   margin: 0 auto 20px;
   color: #41477b;
   line-height: 1.3;
}

.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 {
   padding: 19px 22px;
   background-color: var(--color-lightgrey);
   margin-right: 4px;
}

.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 .input-field {
   flex: 1;
   border: none;
   font-size: 16px;
   color: #a0aec0;
   outline: none;
}
.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: #7F5F8C;
   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.4;

}

.chat-section .chat-message p {
   background-color: #b7dfe2;
   padding: 20px;
   border-radius: 10px;
   color: #41477b;
   font-weight: 400;
   font-size: 18px;
}

.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;
   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: -.85px;
   line-height: 1.277;
   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.2;
}

.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;
   margin-bottom: 12px;
}

.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: 1269px;
   width: 100%;
   margin: 0 auto;
   padding: 10px 20px;
}

.homepage-mhqs .mhq-wrapepr-sec {
   width: 100%;
   height: auto;
   padding: 49px 49px 69px;
   border-radius: 10px;
   background-color: var(--color-white);
}

.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: 420px;
}

.homepage-mhqs .mhq-content-wrap h4 {
   font-size: 25px;
   line-height: 1.3;
   font-weight: 900;
   color: var(--color-orangeprimary);
   margin: 0 0 8px;
   letter-spacing: -0.04em;
}

.homepage-mhqs .mhq-content-wrap h2 span {
   color: #292C45;
}
.homepage-mhqs .mhq-wrapepr-sec .mhq-content-box .top-heading-text p {
   color: #292c45;
   max-width: 100%;
   max-width: 460px;
   font-family: var(--font-book);
   margin: 0;
   letter-spacing: -0.02px;
}
.homepage-mhqs .mhq-wrapepr-sec .mhq-content-box .top-heading-text p.subtitle{
   margin-bottom: 20px;
   font-size: 14px;
   color: #7F7F7F;
   font-weight: 700;
}

.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: 86px;
   color: var(--color-themecolor);
   letter-spacing: -0.34px;
   font-weight: 500;
   font-family: var(--font-book);
   font-size: 18px;
}
.homepage-mhqs .chat-container .text-chat-input textarea::placeholder{
   letter-spacing: -0.034em;
   font-family: var(--font-book);
   font-style: italic;
   font-weight: 500;
   font-size: 18px;
   color: #B6B6B6;
}

.homepage-mhqs .box-top-para {
   color: #292c45;
   font-family: var(--font-book);
   font-weight: 400;
   font-size: 18px;
   line-height: 1.3;
   letter-spacing: -0.02em;
   margin-bottom: 25px;
}

.homepage-mhqs .mhq-wrapepr-sec .slider-wrapper-box .swiper-slide p {
   font-size: 18px;
   line-height: 1.2;
   font-weight: 400;
   margin-bottom: 0;
   letter-spacing: -0.34px;
   color: #FFF;
}

.homepage-mhqs .mhq-wrapepr-sec .slider-wrapper-box .swiper-slide:nth-of-type(3) {
   background-color: #da4e9c;
}

.homepage-mhqs .mhq-wrapepr-sec .slider-wrapper-box .swiper-slide:nth-of-type(4) {
   background-color: #523f97;
}

/* 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 h4 {
   font-size: 24px;
   letter-spacing: -0.03em;
   font-weight: 900;
   color: var(--color-orangeprimary);
   margin: 0;
}

.homepage-mhqs.sidebar-mhq .mhq-content-wrap p.subtitle {
   font-size: 14px !important;
   line-height: 1.2 !important;
   letter-spacing: -0.04em !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 .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 p {
      font-size: 14px;
      margin-bottom: 10px;
   }

   .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;
   }
}

@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(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.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 .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 .top-heading-text p {
      font-size: 14px;
   }

   .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 .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 16px 0px;
   }

   .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: 30px;
   }

   .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 {
      font-size: 16px;
      max-width: 180px;
      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-slide p {
      font-size: 14px;
   }

   .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;
}
