* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  font-family: "Roboto", sans-serif;
  overflow-x: hidden;
  background: url("/Contents/images/svg/chatBack.svg");
  background-size: cover;
  background-repeat: no-repeat;
}

.btn-link {
  text-decoration: none;
}

.hero-card {
  height: 80vh;
  max-height: 600px;
  border: 1px solid rgb(255, 255, 255);
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3),
    0px 3px 12px 0px rgba(0, 0, 0, 0.12);
  position: relative;
}

.hero-container {
  text-align: center;
  padding-top: 1.5rem;
}

.hero-inner-padding {
  padding: 20px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.star1 {
  position: absolute;
  top: -7px;
  right: left;
  right: 392px;
}

.star2 {
  position: absolute;
  left: 332px;
  top: 100px;
}

.hero-img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.hero-img-logo {
  width: 940px;
}

.hero-heading {
  font-family: "Segoe UI-Bold", Helvetica;
  font-size: 6ch !important;
  font-weight: 700;
  letter-spacing: -1.5px;
  line-height: normal;
  text-align: center;
  position: relative;
}

.hero-para {
  color: #4e4e4e;
  font-family: "Inter-SemiBold", Helvetica;
  font-size: 2ch;
  font-weight: 600;

  letter-spacing: 0;
  line-height: normal;

  text-align: center;
}

.civil-text {
  color: #ffbf00;
}

.chatbot input {
  width: 700px;
  height: 80px;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3),
    0px 3px 12px 0px rgba(0, 0, 0, 0.12);
  border: 1px solid rgb(204, 194, 194);
  font-size: 2.5ch;
  font-family: "Segoe UI-Bold", Helvetica;
  color: #a1a1a1;
  background-color: white;
}

.chatbot input:focus-visible {
  border: #4e4e4e;
}

.chatbot {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  top: 95%;
}

.chat-btn {
  border: none;
  width: 9em;
  height: 4em;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  background: #ffc107;
  cursor: pointer;
  transition: all 450ms ease-in-out;
}

.sparkle {
  fill: #000000;
  transition: all 800ms ease;
}

.chat-btn .text {
  font-weight: 500;
  color: #000000;
  font-size: medium;
}

.chat-btn:hover {
  background: linear-gradient(0deg, #fada7a, #ffbf00);
  box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4),
    inset 0px -4px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 4px rgba(255, 255, 255, 0.2), 0px 0px 180px 0px #ffbf00;
  transform: translateY(-2px);
}

.chat-btn:hover .text {
  color: white;
}

.chat-btn:hover .sparkle {
  fill: white;
  transform: scale(1.2);
}

.chat-btn {
  position: absolute;
  left: 78%;
  top: 25%;
}

.practice {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 8px 12px;
  position: absolute;
  background-color: #ffffff;
  border-radius: 14px;
  overflow: hidden;

  top: 47px;
  left: -103px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
}

.practice .frame {
  align-items: center;
  display: inline-flex;
  gap: 12px;
  position: relative;
  flex: 0 0 auto;
}

.practice .div {
  align-items: flex-start;
  display: inline-flex;
  gap: 12px;
  position: relative;
  flex: 0 0 auto;
}

.practice .ellipse {
  position: relative;
  width: 46px;
  height: 46px;
  background-color: #fe52441a;
  border-radius: 23px;
  border: 2px dashed;
  border-color: #fe5244;
  animation: rotateAnimation 5s linear infinite;
}

@keyframes rotateAnimation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.practice .list-check {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 13px;
  left: 13px;
}

.practice .practice-questions {
  position: relative;
  width: fit-content;
  font-family: "Inter-Medium", Helvetica;
  font-weight: 500;
  color: #6e6e6e;
  font-size: 18px;
  letter-spacing: -0.3px;
  line-height: normal;
}

.upsc-frame {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  padding: 8px 12px;
  position: relative;
  background-color: #ffffff;
  border-radius: 14px;
  overflow: hidden;
  position: absolute;
  top: 300px;
  left: -60px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
}

.upsc-frame .group {
  position: relative;
  width: 170px;
  height: 46px;
}

.upsc-frame .div {
  align-items: center;
  gap: 8px;
  display: inline-flex;
  position: relative;
}

.upsc-frame.div-2 {
  align-items: flex-start;
  gap: 10px;
  flex: 0 0 auto;
  display: inline-flex;
  position: relative;
}

.upsc-frame .ellipse {
  position: relative;
  width: 46px;
  height: 46px;
  background-color: #ffcf2d1a;
  border-radius: 23px;
  border: 2px dashed;
  border-color: #ffc400;
  animation: rotateAnimation 5s linear infinite;
}

@keyframes rotateAnimation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.upsc-frame .search-alt {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 13px;
  left: 13px;
}

.upsc-frame .UPSC-guide {
  position: relative;
  width: fit-content;
  font-family: "Inter-Medium", Helvetica;
  font-weight: 500;
  color: #6e6e6e;
  font-size: 18px;
  letter-spacing: -0.3px;
  line-height: normal;
}

.services {
  display: flex;
  flex-direction: column;
  width: 243px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 8px 0px;
  position: relative;
  background-color: #ffffff;
  border-radius: 14px;
  overflow: hidden;
  position: absolute;
  right: -82px;
  top: 100px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
}

.services .frame {
  align-items: center;
  gap: 12px;
  display: inline-flex;
  position: relative;
  flex: 0 0 auto;
}

.services .div {
  align-items: flex-start;
  gap: 10px;
  display: inline-flex;
  position: relative;
  flex: 0 0 auto;
}

.services .ellipse {
  position: relative;
  width: 46px;
  height: 46px;
  background-color: #fe52441a;
  border-radius: 23px;
  border: 2px dashed;
  border-color: #fe5244;
  animation: rotateAnimation 5s linear infinite;
}

.services .customer-care {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 13px;
  left: 15px;
}

.services .civil-services-news {
  position: relative;
  width: fit-content;
  font-family: "Inter-Medium", Helvetica;
  font-weight: 500;
  color: #6e6e6e;
  font-size: 16px;
  letter-spacing: -0.3px;
  line-height: normal;
  white-space: nowrap;
}

.quizzes {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 8px 12px;
  position: relative;
  background-color: #ffffff;
  border-radius: 14px;
  overflow: hidden;
  position: absolute;
  right: -47px;
  top: 359px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
}

.quizzes .frame {
  align-items: center;
  gap: 12px;
  display: inline-flex;
  position: relative;
  flex: 0 0 auto;
}

.quizzes .div {
  align-items: flex-start;
  gap: 10px;
  display: inline-flex;
  position: relative;
  flex: 0 0 auto;
}

.quizzes .ellipse {
  position: relative;
  width: 46px;
  height: 46px;
  background-color: #ffcf2d1a;
  border-radius: 23px;
  border: 2px dashed;
  border-color: #ffcf2d;
  animation: rotateAnimation 5s linear infinite;
}

.quizzes .features {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 13px;
  left: 13px;
}

.quizzes .MCQ-s {
  position: relative;
  width: fit-content;
  font-family: "Inter-Medium", Helvetica;
  font-weight: 500;
  color: #6e6e6e;
  font-size: 18px;
  letter-spacing: -0.3px;
  line-height: normal;
}

/* How Why section starts */

.hero-section {
  padding-top: 30px;
  padding-bottom: 300px;
  background: linear-gradient(
    180deg,
    rgba(255, 178, 167, 40%) 0%,
    rgba(255, 255, 255, 1) 100%
  );
}

.how-why-section {
  position: relative;
  top: 0;
  left: 0;
  background: linear-gradient(
    0deg,
    rgba(255, 178, 167, 40%) 0%,
    rgba(255, 255, 255, 1) 100%
  );
}

.how-WHY-when p {
  color: #ff1515;
  text-align: center;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 150%;
  letter-spacing: -0.3px;
  text-transform: uppercase;
}

.how-frame {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  position: relative;
}

.how-frame p {
  margin-bottom: 0;
}

.how-frame .heading-powerful {
  font-family: "Segoe UI-Bold", Helvetica;
  font-weight: 700;
  color: transparent;
  font-size: 4.5ch;
  letter-spacing: 0;
  line-height: 64px;
}

.how-frame .text-wrapper {
  color: #181818;
}

.how-frame .span {
  color: #ffbf00;
}

.how-frame.div {
  width: fit-content;
  font-family: "Inter-Regular", Helvetica;
  font-weight: 400;
  color: #4e4e4e;
  font-size: 24px;

  letter-spacing: 0;
  line-height: 36px;
  white-space: nowrap;
}

.how-frame .link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 11px 16px;

  flex: 0 0 auto;

  border-radius: 8px;
}

.how-frame .text-wrapper-2 {
  margin-top: -1px;
  font-family: "Inter-SemiBold", Helvetica;
  font-weight: 600;
  color: #000000;
  font-size: 18px;

  letter-spacing: 0;
  line-height: 28px;
  white-space: nowrap;
}

.how-container {
  position: relative;
  z-index: 10 !important;
  top: -150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 1rem;
}

.how-btn {
  display: inline-block;
  padding: 12px 24px;
  border: 1px solid #4f4f4f;
  border-radius: 10px;
  transition: all 0.2s ease-in;
  position: relative;
  overflow: hidden;
  font-size: 19px;
  cursor: pointer;
  color: black;
  z-index: 1;
  border-color: #ffbf00;
  background-color: #ffbf00;
}

.how-btn:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scaleY(1) scaleX(1.25);
  top: 100%;
  width: 140%;
  height: 180%;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}

.how-btn:after {
  content: "";
  position: absolute;
  left: 55%;
  transform: translateX(-50%) scaleY(1) scaleX(1.45);
  top: 180%;
  width: 160%;
  height: 190%;
  background-color: #ffbf00;
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}

.how-btn:hover {
  color: #ffffff;
  border: 1px solid #ffbf00;
}

.how-btn:hover:before {
  top: -35%;
  background-color: #ffbf00;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.how-btn:hover:after {
  top: -45%;
  background-color: #ffbf00;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.inspire-frame {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 8px 12px;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.08);
  border-radius: 14px;
  overflow: hidden;
  transform: rotate(6.76deg);
  position: absolute;
  top: 50px;
  left: 265px;
}

.inspire-frame .div {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  position: relative;
  flex: 0 0 auto;
}

.inspire-frame .exclamation {
  position: relative;
  width: 26.09px;
  height: 26.09px;
  margin-top: -1.05px;
  margin-bottom: -1.05px;
  margin-left: -1.05px;
  transform: rotate(-5.24deg);
}

.inspire-frame .need-tips-or-quotes {
  position: relative;
  width: fit-content;
  margin: 0.5rem 0px;
  font-family: "Handlee-Regular", Helvetica;
  font-weight: 400;
  color: #ff0000;
  font-size: 16px;
  letter-spacing: -0.3px;
  line-height: 24px;
  white-space: nowrap;
}

.struggle-frame {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 8px 12px;
  background-color: rgba(255, 255, 255, 0.5);

  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.08);
  border-radius: 14px;
  overflow: hidden;
  transform: rotate(-10.4deg);
  position: absolute;
  top: 189px;
  left: 275px;
}

.struggle-frame .div {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  position: relative;
  flex: 0 0 auto;
}

.struggle-frame .exclamation {
  position: relative;
  width: 26.23px;
  height: 26.23px;
  margin-top: -1.11px;
  margin-bottom: -1.11px;
  margin-left: -1.11px;
  transform: rotate(5.6deg);
}

.struggle-frame .i-m-struggling-to {
  position: relative;
  width: 276px;
  margin: 0.5rem 0px;
  font-family: "Handlee-Regular", Helvetica;
  font-weight: 400;
  color: #ff0000;
  font-size: 16px;
  letter-spacing: -0.3px;
  line-height: 24px;
}

.many-frame {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 8px 12px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.5);

  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.08);
  border-radius: 14px;
  overflow: hidden;
  position: absolute;
  top: 44px;
  right: 296px;
  transform: rotate(-9.24deg);
}

.many-frame .div {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  position: relative;
  flex: 0 0 auto;
}

.many-frame .exclamation {
  position: relative;
  width: 26.1px;
  height: 26.1px;
  margin-top: -1.05px;
  margin-bottom: -1.05px;
  margin-left: -1.05px;
  transform: rotate(5.25deg);
}

.many-frame .there-are-so-many {
  position: relative;
  width: fit-content;
  margin: 0.5rem 0px;
  font-family: "Handlee-Regular", Helvetica;
  font-weight: 400;
  color: #ff0000;
  font-size: 16px;
  letter-spacing: 0.3px;
  line-height: 24px;
  white-space: nowrap;
}

.stressed-frame {
  display: inline-flex;
  flex-direction: column;
  height: 60.29px;
  align-items: flex-start;
  gap: 10px;
  padding: 8px 12px;

  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.08);
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 14px;
  overflow: hidden;
  position: absolute;
  top: 183px;
  right: 248px;
  transform: rotate(6.76deg);
}

.stressed-frame .div {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  position: relative;
  flex: 0 0 auto;
}

.stressed-frame .exclamation {
  position: relative;
  width: 25.39px;
  height: 25.39px;
  margin-top: -0.7px;
  margin-bottom: -0.7px;
  margin-left: -0.7px;
  transform: rotate(-3.42deg);
}

.stressed-frame .stressed-about-the {
  position: relative;
  width: fit-content;
  margin: 0.5rem 0px;
  font-family: "Handlee-Regular", Helvetica;
  font-weight: 400;
  color: #ff0000;
  font-size: 16px;
  letter-spacing: 0.3px;
  line-height: 24px;
  white-space: nowrap;
}

.is-frame {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 8px 12px;
  background-color: rgba(255, 255, 255, 0.5);

  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.08);
  border-radius: 14px;
  overflow: hidden;
  right: -35px;
  position: absolute;
  top: 45px;
  transform: rotate(-15.24deg);
}

.is-frame .div {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  position: relative;
  flex: 0 0 auto;
}

.is-frame .exclamation {
  position: relative;
  width: 26.1px;
  height: 26.1px;
  margin-top: -1.05px;
  margin-bottom: -1.05px;
  margin-left: -1.05px;
  transform: rotate(5.25deg);
}

.is-frame .who-is-president {
  position: relative;
  width: fit-content;
  margin: 0.5rem 0px;
  font-family: "Handlee-Regular", Helvetica;
  font-weight: 400;
  color: #ff0000;
  font-size: 16px;
  letter-spacing: 0.3px;
  line-height: 24px;
  white-space: nowrap;
}

.scared-frame {
  display: inline-flex;
  flex-direction: column;
  height: 54.8px;
  align-items: flex-start;
  gap: 10px;
  padding: 8px 12px;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.08);
  border-radius: 14px;
  overflow: hidden;
  top: 216px;
  position: absolute;
  right: -82px;
  transform: rotate(9.76deg);
}

.scared-frame .div {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  position: relative;
  flex: 0 0 auto;
}

.scared-frame .exclamation {
  position: relative;
  width: 25.39px;
  height: 25.39px;
  margin-top: -0.7px;
  margin-bottom: -0.7px;
  margin-left: -0.7px;
  transform: rotate(-3.42deg);
}

.scared-frame .element-attempt-scared {
  position: relative;
  width: fit-content;
  margin: 0.5rem 0px;
  font-family: "Handlee-Regular", Helvetica;
  font-weight: 400;
  color: #ff0000;
  font-size: 16px;
  letter-spacing: 0.3px;
  line-height: 24px;
  white-space: nowrap;
}

.sturmcq-frame {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 8px 12px;
  background-color: rgba(255, 255, 255, 0.5);

  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.08);
  border-radius: 14px;
  overflow: hidden;
  position: absolute;
  top: 58px;
  left: -63px;
  transform: rotate(6.76deg);
}

.sturmcq-frame .div {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  position: relative;
  flex: 0 0 auto;
}

.sturmcq-frame .exclamation {
  position: relative;
  width: 3.95px;
  height: 26.23px;
  margin-top: -0.03px;
  margin-bottom: -2.2px;
  transform: rotate(5.6deg);
}

.sturmcq-frame .strugglingmcqs {
  position: relative;
  width: 200.88px;
  margin: 0.5rem 0px;
  font-family: "Handlee-Regular", Helvetica;
  font-weight: 400;
  color: #ff0000;
  font-size: 16px;
  letter-spacing: -0.3px;
  line-height: 24px;
}

.st-frame {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 8px 12px;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.08);
  border-radius: 14px;
  overflow: hidden;
  position: absolute;
  top: 162px;
  left: -135px;
  transform: rotate(-12.24deg);
}

.st-frame .div {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  position: relative;
  flex: 0 0 auto;
}

.st-frame .exclamation {
  position: relative;
  width: 3.95px;
  height: 26.23px;
  margin-top: -0.03px;
  margin-bottom: -2.2px;
  transform: rotate(5.6deg);
}

.st-frame .strugglingmcqs {
  position: relative;
  width: 365.88px;
  margin: 0.5rem 0px;
  font-family: "Handlee-Regular", Helvetica;
  font-weight: 400;
  color: #ff0000;
  font-size: 19px;
  letter-spacing: -0.3px;
  line-height: 24px;
}

/* Journey Starts */

.upsc-journey {
  position: relative;
  top: 0;
  left: 0;
  background: linear-gradient(
    180deg,
    rgba(255, 178, 167, 40%) 0%,
    rgba(255, 255, 255, 1) 100%
  );
}

.journey-wrapper {
  font-family: "Inter-Bold", Helvetica;
  font-weight: 700;
  color: #000000;
  font-size: 4.5ch;
  letter-spacing: 0;
  line-height: 64px;
  text-align: center;
}

.journey-para {
  top: 0;
  left: 0;
  font-family: "Inter-Regular", Helvetica;
  font-weight: 400;
  color: #4e4e4e;
  font-size: 2.5ch;
  letter-spacing: 0;
  line-height: 36px;

  text-align: center;
}

.journey-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.upsc-contact {
  position: relative;
  top: 0;
  left: 0;
  padding-top: 75px;
  background: linear-gradient(
    0deg,
    rgba(255, 178, 167, 40%) 0%,
    rgba(255, 255, 255, 1) 100%
  );
}

.g-4,
.gy-4 {
  --bs-gutter-y: 0rem !important;
}

.upsc-journey .card {
  width: 487px;
  height: 306px;
  padding: 20px;
  position: relative;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border: 1px solid #ededed;
}

.upsc-journey .card-img {
  margin: 0;
  position: absolute;
  top: 66%;
  left: 107%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.upsc-journey .top-card {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 3rem;
  justify-content: center;
}

.upsc-journey .bottom-cards {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
  justify-content: center;
}

.section11-img {
  width: 100%;
  height: 100%;
}

.contact-wrapper {
  text-align: center;
}

.contact-img {
  max-width: 100%;
  width: 800px;
  height: auto;
}

.form-wrapper {
  text-align: -webkit-center;
}

.form-container {
  max-width: 800px;
}

.button {
  height: 50px;
  width: 200px;
  position: relative;
  background-color: transparent;
  cursor: pointer;
  border: 2px solid #252525;
  overflow: hidden;
  border-radius: 30px;
  color: #333;
  transition: all 0.5s ease-in-out;
}

.btn-txt {
  z-index: 1;
  font-weight: 800;
  letter-spacing: 4px;
}

.type1::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s ease-in-out;
  background-color: #333;
  border-radius: 30px;
  visibility: hidden;
  height: 10px;
  width: 10px;
  z-index: -1;
}

.button:hover {
  box-shadow: 1px 1px 200px #252525;
  color: #fff;
  border: none;
}

.type1:hover::after {
  visibility: visible;
  transform: scale(100) translateX(2px);
}

.btn-wrapper {
  margin-top: 20px;
}

.social-icons {
  display: flex;
  align-items: stretch;
  gap: 1rem;
  justify-content: center;
}
.main-footer {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-section {
  padding-top: 150px;
  background: linear-gradient(
    180deg,
    rgba(255, 178, 167, 40%) 0%,
    rgba(255, 255, 255, 1) 100%
  );
}

.footer-para {
  padding: 0px 1rem;
}

.chatbotcnt .message-right-cnt {
  padding: 0.5em 5px !important;
  margin: 0.5em 0em;
  max-width: 88%;
}

.chatbotcnt .message-right {
  padding: 12px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3),
    0px 3px 12px 0px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  border: 2px solid #ffffff;
}

.chatbotcnt .message-left-cnt {
  display: flex;

  padding: 0.5em 5px !important;
  margin: 0.5em 0em;
  max-width: 88%;
}

.chatbotcnt .message-left {
  padding: 12px;
  background: #f7f7f7;
  border: 2px solid #ffffff;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3),
    0px 3px 12px 0px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
}

.message-left-cnt .iconCnt {
  padding-top: 15px;
  padding-right: 6px;
}

.chatbotcnt .message-text {
  font-size: 14px;
  text-wrap: wrap;
  color: #000;
  letter-spacing: 0.3px;
  overflow-wrap: anywhere;
  text-align: left;
}

.chatbotcnt .message-icon img {
  height: 32px;
  width: 32px;
}

.chatbotcnt .msgContainer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.chatbotcnt .logo-upsc {
  width: 50px;
}

.chatbotcnt .login-img {
  width: 30px;
}

.chatbotcnt .btnSend {
  position: absolute;
  bottom: 29%;
  right: 1rem;
  background-color: none !important;
  border: none !important;
}

.chatbotcnt .btn-primary {
  background-color: none !important;
  border: none !important;
}

.chatbotcnt .btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: white !important;
  border-color: var(--bs-btn-hover-border-color);
}

.chatbotcnt .form-control {
  overflow-y: hidden;
  display: block;
  width: 100%;
  padding-top: 1rem;
  position: relative;
}

.chatbotcnt .mt-0 {
  position: relative;
  top: 0;
  left: 0;
}

.chatbotcnt .before {
  background-image: linear-gradient(
    to top,
    #f3e7e9 0%,
    #e3eeff 99%,
    #e3eeff 100%
  );
  height: 824px;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgb(145, 145, 145);
  border-radius: 1px;
}

.singe-wrapper {
  display: flex;
  height: calc(100vh - 130px);
  flex-direction: column;
  justify-content: space-between;
  margin: 0px 10%;
}

.chatbotcnt .chat-message {
  overflow-y: auto;
  border-radius: 25px;
  color: gray;
  height: auto;
}

.chatbotcnt .singe {
  padding: 0.5em 1.5em;

  border-radius: 25px;
  color: gray;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  /* Adjust the alpha value for transparency */
  z-index: 100;
}

/* ====CHATBOT PAGE LOGIN-SIGNUP MODEL CSS========  */

.g-text {
  color: #ffffff;
  font-weight: 500;
  padding: 12px 55px;
  letter-spacing: -0.3px;
}

.Loginsignup .g-login {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
}

.Loginsignup .g-img {
  background-color: #ffffff;
  padding: 11px;
  border-radius: 6px;
}

.Loginsignup .modal-wrapper input {
  width: 300px;
}

.Loginsignup .modal-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.Loginsignup .form-login {
  float: right;
}

.Loginsignup .modal-wrapper .login-header {
  text-align: center;
  font-size: 2.5ch;
  font-weight: 700;
}

.Loginsignup .modal-wrapper .y-text {
  color: #ffbf00;
}

.Loginsignup .modal-wrapper .para-login p {
  font-size: 1.2ch;
  font-weight: 100;
}

.Loginsignup .separator {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 20px 0;
}

.Loginsignup .separator::before,
.Loginsignup .separator::after {
  content: "";
  flex-grow: 1;
  border-top: 1px solid #b4b4b4;
  height: 1px;
  margin: 0 10px;
  min-width: 8rem;
  text-align: center;
}

.Loginsignup .separator-text {
  color: #b4b4b4;
  font-weight: bold;
  font-size: 14px;
  padding: 0px 8px;
}

.Loginsignup .signin-btn {
  background-color: #ffc107;
  width: 300px;
  height: 50px;
}

.Loginsignup .signup-btn {
  background-color: #ffc107;
  width: 300px;
  height: 50px;
}

.Loginsignup .signup-link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.Loginsignup .g-login {
  border-radius: 8px;
  background-color: #2d80f6;
}

.Loginsignup .modal-content a {
  text-decoration: none;
  color: rgb(43, 42, 42);
}

#copyright {
  text-align: center;
  font-size: x-small;
}

/* ====OTP MODEL CSS */

.Loginsignup .otp-form-login {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.Loginsignup .resend-timer {
  margin-top: 10px;
}

.Loginsignup .otp-btn {
  background-color: #ffc107;
  width: 100%;
}

.copyBtn {
  border-radius: 15px;
  border: 0;
}

.copyBtn img {
  height: 24px;
  width: 24px;
}

/* ImageDropdown.css */
.image-dropdown {
  position: relative;
  display: inline-block;
}

.image-place img {
  width: 50px;
  height: 50px;
  border-radius: 30px;
}

.options {
  width: 220px;
  display: none;
  padding: 15px 10px 20px 10px;
  border-radius: 20px;
  position: absolute;
  top: 100%;
  left: -165px;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.image-dropdown:hover .options {
  display: block;
}

.options div:hover {
  background-color: #f0f0f0;
}

.contat-email p {
  margin-bottom: 0.3rem;
  word-break: break-all;
}

.newCards {
  padding-bottom: 75px;

  background: linear-gradient(
    180deg,
    rgba(255, 178, 167, 40%) 0%,
    rgba(255, 255, 255, 1) 100%
  );
}

.newCards .card {
  height: 292px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3),
    0px 3px 12px 0px rgba(0, 0, 0, 0.12);
  border: 2px solid #ffffff;
  border-radius: 20px;
  align-items: flex-start;
}

.newCards .card1 {
  background: url("/Contents/images/svg/section11.svg");
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: bottom;
  background-color: rgba(255, 255, 255, 0.5);
}

.newCards .card2 {
  background: url("/Contents/images/svg/section-two.svg");
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: bottom;
  background-color: rgba(255, 255, 255, 0.5);
}

.newCards .card3 {
  background: url("/Contents/images/svg/section-three.svg");
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: bottom;
  background-color: rgba(255, 255, 255, 0.5);
}

.newCards .card4 {
  background: url("/Contents/images/svg/section-four.svg");
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: bottom;
  background-color: rgba(255, 255, 255, 0.5);
}

.card-para {
  color: #ffbf00;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.6px;
  line-height: 24px;
}

.card-main h3 {
  margin-right: 10%;
}

.newCards .how-btn {
  display: inline-block;
  padding: 12px 24px;
  border: 2px solid #ffbf00;
  border-radius: 8px;
  transition: all 0.2s ease-in;
  position: relative;
  overflow: hidden;
  font-size: 19px;
  cursor: pointer;
  color: #ffbf00;
  z-index: 1;
  background-color: #ffffff00;
}

.newCards .how-btn:hover {
  border: 2px solid #ffbf00;
  color: #ffffff;
}

/* ===================Term and condition page css =========================  */

.terms-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.terms-container .terms-content {
  max-width: 1000px;
  padding: 20px;
  text-align: justify;
}

.terms-content p {
  color: #6f6e6e;
  font-size: 16px;
}

.terms-content strong {
  color: #000000b5;
  font-weight: bold;
}

.terms-container .terms-content .list-square {
  list-style-type: square;
}

.terms-container h1 {
  text-align: center;
}

.terms-container .terms-content span {
  color: rgb(96, 96, 227);
}

/* ===================Privacy policy css============================== */

.privacy-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.privacy-content {
  text-align: justify;
  max-width: 1000px;
  padding: 20px;
}

.privacy-content p {
  color: #333;
  font-size: 16px;
  line-height: 1.5;
}

.privacy-content strong {
  color: #000000b5;
  font-weight: bold;
}

.privacy-content span {
  color: rgb(96, 96, 227);
}

.privacy-content p:last-child {
  margin-bottom: 0;
}

.privacy-content p:first-child,
.privacy-content h1:first-child {
  margin-top: 0;
}

.privacy-link {
  margin: 1.5em;
}

.privacy-link a {
  color: #000;
}

/* ===================MCQ Page css============================== */

.mcq-container .subject-dropdown {
  margin-bottom: 20px;
}

.mcq-container label {
  margin-right: 10px;
}

.mcq-container select {
  padding: 8px;
  border-radius: 0px 10px 10px 0px;
  font-size: 14px;
  width: -webkit-fill-available;
}

.mcq-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.mcq-container .mcq-card {
  width: 1000px;
  margin-bottom: 100px;
  max-width: 100%;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.mcq-container .progress-bar {
  height: 5px;
  background-color: #4caf50;
  margin-bottom: 10px;
}

.mcq-container .question {
  margin-bottom: 60px;
  font-size: 18px;
  margin-top: 60px;
}

.mcq-container .mcq-options {
  display: flex;
  flex-wrap: wrap;
}

.mcq-container .mcq-options button {
  flex: 1 0 44%;
  margin: 0 3%;
  padding: 15px;
  margin-bottom: 10px;
  font-size: 16px;
  text-align: left;
  border: 1px solid #ccc;
  border-radius: 12px;
  cursor: pointer;
  transition: background-color 0.3s ease;

  &:hover {
    background-color: #f0f0f0;
  }

  &.selected {
    background-color: #fff5d7;
    font-size: 17px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: black;
  }

  &.correct {
    background-color: #4caf50;
    color: #fff;
  }

  &.incorrect {
    background-color: #ff3333;
    color: #fff;
  }
}

.mcq-container .navigation-buttons {
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  gap: 1rem;
  margin-top: 50px;
}

.mcq-container .previous-button button {
  width: 90px;
  height: 43px;
  padding: 12px, 28px, 12px, 28px;
  border-radius: 10px;
  border: 1px;
  gap: 10px;
  border: 1px solid #ffcf2d;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;

  &:hover {
    background-color: #ffcf2d;
  }
}

.mcq-container .next-submit-buttons button {
  width: 92px;
  height: 43px;
  padding: 12px, 28px, 12px, 28px;
  border-radius: 10px;
  gap: 10px;
  border: 1px solid #ffcf2d;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;

  &:hover {
    background-color: #ffcf2d;
  }
}

.mcq-container label {
  margin: 0;
}

.mcq-container #subject {
  border: none;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  background: none;
  margin: 0px 16px;
}

.mcq-container .subject-dropdown {
  width: 1000px;
  max-width: 100%;
  border: 1px solid rgb(203 203 203);
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  height: 50px;
  display: flex;
  align-items: center;
}

.mcq-container .subject-dropdown option {
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0em;
}

.mcq-container .subject-dropdown label {
  font-family: Inter;
  text-wrap: nowrap;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  padding-left: 1rem;
  color: grey;
}

.mcq-container .question p {
  font-size: 18px;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
}

.mcq-container .mcq-options button {
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  background-color: #fff;
}

.result {
  display: flex;
  gap: 32px;
  justify-content: space-between;
  align-items: center;
}

.answerCnt {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  min-width: 284px;
}

.answerCnt p {
  margin-bottom: 2px;
}

.answerData {
  text-wrap: wrap;
}

.correct-ans {
  color: #00d26a;
}

.incorrect-ans {
  color: #f92f60;
}

.ques-para {
  display: flex;
  gap: 6px;
}

.news-carousel {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.news-content {
  padding: 38px 16px;

  display: flex;
  height: inherit;

  flex-direction: column;
  justify-content: space-between;
}

.news-content img {
  max-width: 100%;
  height: auto;
}

.dot-navigation {
  margin-top: 20px;
}

.dot-navigation span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid rgb(255, 193, 7);
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
  outline: rgb(255, 193, 7);
}

.dot-navigation span.active {
  background-color: rgb(255, 193, 7);
}

@media screen and (max-width: 768px) {
  .news-content {
    padding: 0;
    gap: 12px;
  }
}

.news-main-wrapper {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  height: 400px;
  padding: 8px;
  gap: 40px;
  border-radius: 20px;
}

.news-img img {
  height: 386px;
  border-radius: 12px;
  max-width: 600px;
}

#slider {
  gap: 40px;
}

/* Media query for small mobile devices to tablets */
@media only screen and (max-width: 991px) {
  .news-main-wrapper {
    padding-top: 8px;
    padding-bottom: 24px;
    flex-wrap: wrap;
    justify-content: center;
    height: auto;
  }
}

.sliderId {
  gap: 40px;
  height: 800px;
}

.card {
  border: none;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  align-items: center;
}

.news-main-wrapper {
  opacity: 1;
  transition: opacity 0.5s ease;
}

.fade-out {
  opacity: 0;
}

.fade-in {
  opacity: 1;
}

.mcq-home {
  display: flex;
}

@media only screen and (max-width: 350px) {
  .g-text {
    padding: 12px 2.2rem !important;
  }
}

@media only screen and (max-width: 380px) {
  .chatbotcnt .message-right-cnt {
    max-width: 91%;
  }

  .chatbotcnt .message-left-cnt {
    max-width: 91%;
  }

  .newCards .card1 {
    background-size: 50% !important;
  }

  .newCards .card2 {
    background-size: 50% !important;
  }

  .newCards .card3 {
    background-size: 50% !important;
  }

  .newCards .card4 {
    background-size: 50% !important;
  }

  .singe-wrapper {
    margin: 0%;
    height: calc(100vh - 140px);
  }

  .first-boy {
    display: none;
  }

  .sec-boy {
    display: none;
  }

  .footer-para {
    padding: 0px 2rem;
  }
}

@media screen and (max-width: 768px) {
  .result {
    flex-wrap: wrap;
    gap: 0px;
    margin-bottom: 32px;
  }

  .ques-para {
    margin-bottom: 0.5rem;
  }

  .answerCnt {
    width: 100%;
    min-width: 0;
  }

  .mcq-container .mcq-card {
    width: 100%;
  }
}

/* Media query for smaller screens */
@media screen and (max-width: 600px) {
  .mcq-container .mcq-card {
    width: 100%;
  }

  .mcq-container .mcq-options button {
    flex: 1 0 100%;
  }
}

@media only screen and (max-width: 576px) {
  .Loginsignup .modal-wrapper .login-header {
    font-size: 1.5ch;
  }

  .hero-img-logo {
    width: 340px !important;
  }

  .newCards .col {
    width: -webkit-fill-available;
  }

  .news-img img {
    height: auto;
    border-radius: 12px;
    width: calc(100vw - 52px);
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .news-img img {
    border-radius: 12px;
    width: 496px;
  }
}

@media only screen and (max-width: 767px) {
  .floating-hero {
    display: none;
  }

  .hero-heading {
    font-size: 3.5ch !important;
  }

  .hero-img-logo {
    width: 432px;
  }

  #element {
    display: none;
  }

  .chat-btn {
    position: absolute;
    left: -70px;
    top: 20%;
  }

  .floating-dangers {
    display: none;
  }

  .how-why-img {
    width: 248px;
  }

  .how-frame .heading-powerful {
    font-size: 2.5ch;
    line-height: 40px;
  }

  .journey-wrapper {
    font-size: 2.5ch;
    line-height: 40px;
  }

  .journey-para {
    font-size: 2ch;
    line-height: 24px;
  }

  .CHARACTER {
    display: none;
  }

  .group {
    display: none;
  }

  .hero-card {
    height: 60vh;
    max-height: 420px;
  }

  .card-contain {
    width: 100% !important;
  }

  .upsc-journey .card {
    width: 100%;
    align-items: center;
  }

  .upsc-journey .card-img {
    margin: 0;
    position: absolute;
    top: 53%;
    left: 83%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .upsc-journey .card-img img {
    width: 101px;
  }

  .mcq-container .question {
    margin-bottom: 20px;
    font-size: 14px;
    margin-top: 30px;
  }

  .mcq-container .mcq-options button {
    font-size: 12px;
    padding: 9px;

    &.selected {
      font-size: 13px;
    }
  }
}

@media only screen and (min-width: 381px) and (max-width: 767px) {
  .chatbotcnt .message-right-cnt {
    max-width: 91%;
  }

  .chatbotcnt .message-left-cnt {
    max-width: 91%;
  }

  .newCards .card1 {
    background-size: 35% !important;
  }

  .newCards .card2 {
    background-size: 35% !important;
  }

  .newCards .card3 {
    background-size: 35% !important;
  }

  .newCards .card4 {
    background-size: 35% !important;
  }

  .singe-wrapper {
    margin: 0%;
    height: calc(100vh - 140px);
  }

  .first-boy {
    display: none;
  }

  .sec-boy {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .singe-wrapper {
    margin: 0%;
    height: calc(100vh - 140px);
  }

  .floating-hero {
    display: none;
  }

  .hero-heading {
    font-size: 4.5ch !important;
  }

  .hero-img-logo {
    width: 600px;
  }

  #element {
    display: none;
  }

  .chat-btn {
    position: absolute;
    left: -82px;
    top: -22%;
  }

  .floating-dangers {
    display: none;
  }

  .how-why-img {
    width: 426px;
  }

  .CHARACTER {
    display: none;
  }

  .group {
    display: none;
  }

  .news-img img {
    border-radius: 12px;
    width: 672px;
    max-width: 672px !important;
  }

  .card-contain {
    width: 100% !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .singe-wrapper {
    margin: 0px 11%;
  }

  .floating-hero {
    display: none;
  }

  .floating-dangers {
    display: none;
  }

  .upsc-journey .top-card {
    flex-wrap: nowrap;
  }

  .upsc-journey .bottom-cards {
    flex-wrap: nowrap;
  }
}

@media only screen and (min-width: 1200px) {
  /* .chatbotcnt .btnSend {
    left: 93%;
  } */

  .singe-wrapper {
    margin: 0px 17%;
  }
}

.news-card {
  overflow: auto;
}

.card-img-top {
  padding: 8px;
  width: 284px !important;
  object-fit: scale-down;
  max-height: 180px;
  border-radius: 16px !important;
}

.main-news {
  height: 500px;
}

.edu-news {
  margin: 50px 0px 50px;
}

.political-news {
  margin: 50px 0px 50px;
}

.ed-slider {
  mask-image: linear-gradient(
    var(--mask-direction, to right),
    hsl(0 0% 0% / 0),
    hsl(0 0% 0% / 1) 20%,
    hsl(0 0% 0% / 1) 80%,
    hsl(0 0% 0% / 0)
  );
}

.pol-slider {
  mask-image: linear-gradient(
    var(--mask-direction, to right),
    hsl(0 0% 0% / 0),
    hsl(0 0% 0% / 1) 20%,
    hsl(0 0% 0% / 1) 80%,
    hsl(0 0% 0% / 0)
  );
}

.news-btn {
  position: absolute;
  bottom: 16px;
  right: 16px;
}

.news-main-btn a {
  background-color: rgb(255, 193, 7) !important;
  border: none;
  color: #000000;
}

/* MCQPAGE css */
.mcq-card-data {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 32px;
  display: inline-flex;
  padding: 40px 0px 80px 0px;
}

.mcq-card-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  display: flex;
  text-align: center;
}

.mcq-content-headline {
  font-size: 24px;
  font-family: Inter;
  font-weight: 700;
}

.mcq-content-text {
  align-self: stretch;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.mcq-content-text-sub {
  color: black;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  word-wrap: break-word;
}
