@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

* {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
}

body {
  background-image: radial-gradient(circle, #0b0c28, #000000);
  background-attachment: fixed;
}

a {
  text-decoration: none;
}

header.mianHeader {
  padding: 15px 0;
  /* position: absolute; */
  width: 100%;
  background-color: transparent;
  z-index: 999;
}

div#adminHomeId {
  transform: translate3d(-86px, 70px, 0px) !important;
}

.navContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navContainer .navLogo img {
  width: 225px;
  height: auto;
  object-fit: contain;
}

.navContainer .navMenu {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 20px;
}

.navContainer .navMenu a {
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s ease all;
  font-size: 15px;
  padding: 9px 18px;
  border-radius: 20px;
  text-decoration: none;
}

.navContainer .navMenu a:hover {
  background: linear-gradient(90deg,
      rgba(56, 166, 204, 1) 0%,
      rgba(56, 82, 204, 1) 100%);
}

.act {
  background: linear-gradient(90deg,
      rgba(56, 166, 204, 1) 0%,
      rgba(56, 82, 204, 1) 100%);
}

ul#loginTab {
  border-bottom: none;
  gap: 10px;
}

.navContainer .navMenu a.loginBtn:hover {
  background: transparent;
}

.navContainer .navMenu a.registerBtn:hover {
  background: transparent;
}

.result-card {
  border-radius: 12px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  background: linear-gradient(to bottom right, #ffffff, #f9f9f9);
}

.result-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
}

.result-card .card-title {
  border-bottom: 2px solid #e3f2fd;
  padding-bottom: 5px;
  margin-bottom: 15px;
  color: #38bdf8 !important;
  text-align: center;
}

.result-card ul li {
  padding: 1px 0;
  font-size: 0.95rem;
}

.result-card a.btn {
  border-radius: 8px;
  transition: background-color 0.3s ease, transform 0.2s ease;
  border: 1px solid #38bdf8;
  font-weight: 600;
  color: #38bdf8;
}

.result-card a.btn:hover {
  background: linear-gradient(90deg, rgba(56, 166, 204, 1) 0%, rgba(56, 82, 204, 1) 100%);
  color: white;
  transform: scale(1.02);
  border: none;

}

/* .navContainer .navMenu a.loginBtn {
  margin-left: -35px;
} */

.navContainer .navMenu a.loginBtn button {
  /* background: linear-gradient(
    90deg,
    rgba(56, 166, 204, 1) 0%,
    rgba(56, 82, 204, 1) 100%
  ); */
  background: none !important;
  border: none;
  color: #fff;
  padding: 9px 22px;
  font-weight: 600;
  font-size: 15px;
  border-radius: 10px;
  border: 2px solid rgb(68 70 107) !important;
}

button .second:hover {
  background: azure !important;
  color: black !important;
}

.navContainer .navMenu a.registerBtn button {
  background: linear-gradient(90deg,
      rgba(56, 166, 204, 1) 0%,
      rgba(56, 82, 204, 1) 100%);
  border: none;
  color: #fff;
  padding: 9px 22px;
  font-weight: 600;
  font-size: 15px;
  border-radius: 10px;
}

.homeSection {
  height: 95vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.homeSection .container {
  display: flex;
  justify-content: center;
}

.groupContainer {
  display: flex;
  flex-direction: column;
}

.groupContainer .grouptwo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.groupContainer .groupTwo .courseCard {
  display: flex;
  align-items: center;
  justify-content: center;
}

.groupOne .courseCard {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-direction: column;
  transition: 0.3s ease all;
  justify-content: center;
  width: 100%;
}

.groupOne .courseCard h6 {
  color: #38bdf8;
  font-size: 19px;
  font-weight: 600;
  text-decoration: none;
}

.groupOne {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.groupOne .courseCard img {
  width: 75%;
  height: auto;
  object-fit: contain;
  cursor: pointer;
}

.groupContainer .groupTwo .courseCard img {
  width: 235px;
  margin: -70px 0;
}

.homeContainer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.homeHead {
  display: flex;
  flex-direction: column;
}

.homeHead h1 {
  color: #fff;
  flex-direction: column;
  display: flex;
  font-size: 55px;
  font-weight: 700;
  line-height: 1;
}

.homeHead h1 span {
  color: #38bdf8;
  font-size: 20px;
  font-weight: 600;
}

.homeHead h3 {
  color: #38bdf8;
  font-size: 25px;
  text-transform: capitalize;
  font-weight: 600;
}

.homeHead p {
  color: #b9b9b9;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  margin-top: 7px;
}

.homeHead .homeBtn {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 5px;
}

.homeHead .homeBtn button {
  border: none;
  color: #fff;
  padding: 12px 45px;
  font-weight: 600;
  font-size: 15px;
  border-radius: 10px;
  background: linear-gradient(260deg, rgba(53, 82, 202, 1) 0%, rgba(54, 166, 203, 1) 100%);
}

button.knowBtn {
  background: none !important;
  border: 1px solid rgb(68 70 107) !important;
  padding: 12px 24px !important;
}

button.knowBtn:hover {
  background: azure !important;
  color: black;
}

.courseContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.studentCard {
  display: flex;
  align-items: start;
  width: calc(50% - 10px);
  /* background: linear-gradient(20deg, rgba(0, 0, 0, 1) 0%, rgba(11, 12, 40, 1) 56%); */
  padding: 30px 20px;
  transition: 0.3s ease all;
  gap: 18px;
  cursor: pointer;
  border-radius: 10px;
}

.studentCard.bg4 {
  background-color: #f3f4fb;
}

.studentCard.bg3 {
  background-color: #ebf2ff;
}

.studentCard.bg2 {
  background-color: #fff0cb;
}

.studentCard.bg1 {
  background-color: #fff0e9;
}

.studentCard:hover {
  transform: scale(105%);
}

.studentCard .studentCardHead {}

.studentCard .studentCardHead span {
  color: #0b0c28;
  font-size: 14px;
  font-weight: 600;
}

.studentCard .studentCardHead h6 {
  color: #0b0c28;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 600;
}

.studentCard .studentCardHead p {
  color: #3857cc;
  font-size: 14px;
  font-weight: 500;
}

.studentCard .studentCardHead button {
  background: linear-gradient(90deg,
      rgba(56, 166, 204, 1) 0%,
      rgba(56, 82, 204, 1) 100%);
  color: #fff;
  border: none;
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
}

.courseContainer .studentCard img {
  width: 40px;
  height: auto;
  object-fit: cover;
}

.CourseSection {
  padding: 30px 0;
}

.CourseSection h2 {
  text-align: start;
  color: #fff;
  font-weight: 700;
  font-size: 35px;
  margin-bottom: 25px;
}

.CourseSection h2 span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 8px;
  background-color: #ffe475;
  z-index: -1;
  transform: rotate(-2deg);
}

.CourseSection h2 span {
  border-bottom: 4px solid #ffd24d;
  position: relative;
}

.sticky {
  background: radial-gradient(circle, #0b0c28, #000000) !important;
  position: fixed !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 99 !important;
}

.sectionMainImg {
  display: flex;
  justify-content: end;
}

.sectionMainImg img {
  width: 80%;
  height: auto;
  object-fit: contain;
}

.courseSectionContainer {
  display: flex;
  flex-wrap: wrap;
}

.demoSection {
  margin: 100px 0;
}

.demoContainer {
  background-color: #f8f8f8;
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 50px;
}

.demohead button {
  background: linear-gradient(90deg,
      rgba(56, 166, 204, 1) 0%,
      rgba(56, 82, 204, 1) 100%);
  border: none;
  color: #fff;
  padding: 12px 45px;
  font-weight: 600;
  font-size: 15px;
  border-radius: 22px;
}

.demoImg img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.demohead {}

.demohead h3 {
  color: #0b0c28;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 700;
}

.demohead p {
  color: #3857cc;
  font-size: 16px;
  font-weight: 500;
  margin-top: 12px;
}

.demohead h3 span {
  border-bottom: 4px solid #ffd24d;
  position: relative;
}

.demohead h3 span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 8px;
  background-color: #ffe475;
  transform: rotate(-2deg);
}

.downloadSection {
  margin: 50px 0;
}

.downloadContainer {
  align-items: center;
  display: flex;
  border-radius: 30px;
  flex-wrap: wrap;
  padding: 0 50px;
  background-color: #faf9fe;
}

.downloadHead {}

.downloadHead h3 span {
  border-bottom: 4px solid #ffd24d;
  position: relative;
}

.downloadHead h3 span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 8px;
  background-color: #ffe475;
  transform: rotate(-2deg);
}

.downloadHead h3 {
  color: #0b0c28;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 700;
}

.downloadHead p {
  color: #3857cc;
  font-size: 16px;
  font-weight: 500;
  margin-top: 12px;
}

.downloadImg {
  display: flex;
  align-items: center;
  justify-content: center;
}

.downloadImg img {
  width: 70%;
  height: auto;
  object-fit: contain;
}

.qrImg img {
  width: 130px;
  height: auto;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.qrimg img:hover {
  transform: scale(1.05);
}

.qrImg {
  display: flex;
  align-items: center;
  gap: 20px;
}

footer {
  background-color: #f0f0f0;
  padding: 35px 0 0 0;
  margin-top: 18px;
}

.footerContainer {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.footerMenu h3 {
  font-size: 20px;
  font-weight: 700;
}

.footerMenu .footerList a {
  color: #0b0c28;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.footerMenu .footerList {
  display: flex;
  gap: 6px;
  flex-direction: column;
}

.footerLogo h6 {
  color: #0b0c28;
  margin-top: 10px;
  font-weight: 600;
  font-size: 17px;
}

.socialIcon {
  display: flex;
  align-items: center;
  gap: 15px;
}

.socialIcon img {
  width: 30px;
  height: auto;
  object-fit: contain;
}

.footerLogo p {
  color: #3857cc;
  font-size: 16px;
  font-weight: 600;
}

.copyrightDiv p {
  text-align: center;
  color: #0b0c28;
  font-size: 15px;
  font-weight: 500;
}

.copyrightDiv {
  padding-bottom: 15px;
}

.faqImg img {
  width: 70%;
  height: auto;
  object-fit: contain;
  border-radius: 30px;
}

.faqContainer {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
}

.faqSection h2 {
  text-align: start;
  color: #08D0FB;
  font-weight: 700;
  font-size: 35px;
  margin-bottom: 40px;
}


section.faqSection {
  margin: 65px 0;
}

mjx-container {
  padding: 0 !important;
  margin: 0 !important;
}

.customButton {
  background: linear-gradient(90deg,
      rgba(56, 166, 204, 1) 0%,
      rgba(56, 82, 204, 1) 100%);
  border: none !important;
  color: white !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  display: flex !important;
  justify-content: center;
  margin: 0 auto;
  padding: 8px 20px;
  border-radius: 10px;
}

mjx-mo>mjx-c,
mjx-mi>mjx-c,
mjx-mn>mjx-c,
mjx-ms>mjx-c,
mjx-mtext>mjx-c {
  clip-path: unset !important;
}

.row.no-gutters.py-5 {
  margin-top: 70px;
}

.__floating-btn {
  display: none !important;
}

.wEdit {
  width: 45% !important;
}

.mEdit {
  margin-top: 30px;
}

.membership-section {
  color: #fff;
  margin: 100px 0;
}

.conCustom {
  display: flex;
  gap: 20px;
  padding: 20px;
  /* background-color: #2f5194; */
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: -10px;
}

.plan {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  width: calc(24% - 10px) !important;
  text-align: center;
  transition: transform 0.3s ease;
  color: white;
  border: 2px solid #08D0FB;
  padding: 20px;
  border-radius: 20px;
}


.planCard .discounted-price span {
  text-align: left;
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

.planCard .durationPlan:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #FFB743;
  display: block;
  border-radius: 50%;
}

.planCard .durationPlan span {
  text-align: left;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.planCard .durationPlan {
  text-align: left;
  color: #FFB743;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 5px;
}

.planCard .features {
  padding: 0;
}

.planCard .features li {
  color: #38BDF8;
  font-size: 14px;
  font-weight: 500;
}


.planCard .discounted-price:before {
  content: "";
  width: 10px;
  height: 10px;
  background: green;
  display: block;
  border-radius: 50%;
}

.planCard {
  background-color: #00011F;
}

.planCard .discounted-price {
  text-align: left;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 15px;
}

.planCard .price span {
  color: #fff;
  font-size: 15px;
}

.planCard .price {
  color: #fff;
  text-align: left;
  font-size: 23px;
  font-weight: 700;
  margin: 0;
}

.planCard h2 {
  color: #38bdf8;
  text-align: left;
  font-weight: 800;
  font-size: 14px !important;
  margin: 0;
  text-transform: uppercase;
}

.plan:hover {
  transform: scale(1.02);
}

.highlight {
  background: linear-gradient(90deg,
      rgba(56, 166, 204, 1) 0%,
      rgba(56, 82, 204, 1) 100%);
  color: white;
  position: relative;
}

.plan h2 {
  font-size: 22px;
  margin-bottom: 10px;
}

.price {
  font-size: 30px;
  font-weight: bold;
  margin: 10px 0;
}

.price span {
  font-size: 20px;
  color: #e3e3e3;
}

.features {
  text-align: left;
  margin: 20px 0;
}

.features li {
  margin-bottom: 10px;
  list-style: none;
  position: relative;
  padding-left: 20px;
}

.features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #008000;
  font-weight: bold;
}

.plan button {
  background: linear-gradient(90deg,
      rgba(56, 166, 204, 1) 0%,
      rgba(56, 82, 204, 1) 100%);
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 25px;
  cursor: pointer;
  font-size: 15px;
  margin-top: 10px;
  transition: background-color 0.3s ease;
  font-weight: 500;
}

.plan.planCard {
  justify-content: space-between;
  flex-direction: column;
  display: flex;
}

.btnCustom {
  background-color: white !important;
  font-weight: 600;
  color: black !important;
}

/* .plan button:hover {
  background-color: #1f2b50;
} */
.flex-between.row {
  text-align: center;
}

.footer-section-middle-start-line1 {
  width: 100%;
  height: 0.063rem;
  opacity: 1;
  background: radial-gradient(circle, rgb(154 213 237 / 39%) 31%, rgba(23, 32, 61, 1) 100%);
  margin: 0;
}

.mainDiv {
  width: auto;
  padding: 35px 20px;
}

div#adminHomeId a {
  color: #08D0FB;
  width: 100%;
  padding: 9px 18px;
  text-align: start;
}

div#adminHomeId {
  min-width: 170px !important;
  background-color: #030532;
  border: 1px solid #08D0FB;
  border-radius: 20px;
  padding: 20px;
}

.planImg img {
  width: 60px;
  height: auto;
  object-fit: contain;
}

.planImg {
  text-align: left;
}

.faqBtn {
  background: #36b6f0;
  border: none;
  color: white;
  text-decoration: none !important;
  padding: 2px 10px;
  border-radius: 5px;
  font-weight: 500;
}

.widget-title a {
  text-decoration: none !important;
  width: 100%;
  display: flex;
  padding: 9px 10px;
  font-weight: 600;
  align-items: center;
  font-size: 15px;
  color: #08D0FB;
  gap: 10px;
}


.widget-title img {
  margin-right: 5px;
  height: 22px;
}

.widget-title {
  margin-bottom: 0;
  font-weight: 700;
}

.active-menu {
  color: #ffffff !important;
  background: linear-gradient(90deg,
      rgba(56, 166, 204, 1) 0%,
      rgba(56, 82, 204, 1) 100%);
}

.active-menu {
  color: #ffffff !important;
}

.updateEdit {
  background: linear-gradient(90deg,
      rgba(56, 166, 204, 1) 0%,
      rgba(56, 82, 204, 1) 100%);
  border: none !important;
  font-weight: 500 !important;
  color: #fff !important;
}

.hoverEdit:hover {
  background: none !important;
}

img.img-profile.rounded-circle.__inline-14 {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.container.conCustom {
  align-items: baseline;
}

.container.footerContainer {
  color: black;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: black !important;
}

label.form-check-label.btn.btn-outline-primary.text-left {
  color: white !important;
  border-radius: 10px;
  font-weight: 300 !important;
}

.SEdit {
  background: linear-gradient(90deg,
      rgba(56, 166, 204, 1) 0%,
      rgba(56, 82, 204, 1) 100%) !important;
  color: white !important;
  font-weight: 600 !important;
}

.buttons {
  display: flex;
  margin-left: -25px;
  margin-top: 20px;
  flex-wrap: wrap;
}

div#shop-sidebar {
  padding: 30px 20px;
  border-radius: 20px;
  height: fit-content;
  display: flex;
  flex-direction: column;
  gap: 5px;
  border: 1px solid #08D0FB;
}

.service-item.text-center.pt-3 {
  border-radius: 15px;
  cursor: pointer;
}

.mEdit p {
  color: white;
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
}

.toggle {
  background-color: #3b4b77;
  padding: 5px;
  border-radius: 6px;
  display: inline-block;
  margin: 10px 0;
}

.toggle button {
  background: white;
  color: #1f2b50;
  border: none;
  padding: 5px 10px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
  margin: 0 2px;
}

.highlight .toggle button {
  background: #1f2b50;
  color: white;
}

.CustomMargin {
  margin-top: 35px;
}

.headerTitle {
  color: #36b6f0 !important;
  /* margin-top: 55px; */
  font-weight: 600 !important;
}

.CustomEdit {
  margin-bottom: 100px;
}

button.mobileMenu.d-lg-none {
  border: none;
  padding: 10px;
  background: transparent;
}

span.material-symbols-outlined {
  color: white;
  font-size: 35px;
}

.offcanvas-body.bdyEdit a {
  margin-bottom: 17px !important;
}

.widget-title a.active-menu {
  color: #fff !important;
  border: none !important;
  border-radius: 10px;
}

.customIcon {
  color: #36b6f0 !important;
}

.radioInput input[type="radio"]:checked+label {
  background: linear-gradient(90deg,
      rgba(56, 166, 204, 1) 0%,
      rgba(56, 82, 204, 1) 100%) !important;
  color: #fff;
}

.radioInput input[type="radio"] {
  display: none;
}

ul#subjectTabs {
  border-bottom: none;
}

.notesMainDiv ul.nav.nav-tabs.mb-3 {
  gap: 10px;
}

.notesMainDiv ul.nav.nav-tabs.mb-3 li.nav-item .nav-link.active {
  background: linear-gradient(90deg,
      rgba(56, 166, 204, 1) 0%,
      rgba(56, 82, 204, 1) 100%);
  color: #fff !important;
}

.notesMainDiv ul.nav.nav-tabs.mb-3 li.nav-item .nav-link {
  border-radius: 10px;
  border: 1px solid #3897cc;
}

h6.card-subtitle.mb-2.text-muted {
  color: #3874cc !important;
  font-size: 13px;
  font-weight: 600;
}

p.card-text {
  font-size: 16px;
  line-height: 17px;
}

.card.shadow-sm {
  height: 100%;
}

button.btn.btn-primary.mt-3.SEdit {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border-radius: 10px;
  width: 25%;
}

.homeContainer {
  margin-top: 20px;
}


.centerDiv {
  text-align: center;
  color: #38bdf8;
}

.paraEdit {
  text-align: center;
  color: #38bdf8;
  font-weight: 500;
  font-size: 20px;
}

.hrEdit {
  color: #38bdf8;
}

.circle {
  border-radius: 50%;
  border: 2px solid #37a7cb;
  width: 9%;
  height: 16%;
}

.imgQuiz {
  width: 90%;
  background-position: center;
  background-repeat: no-repeat;
  object-fit: contain;
}

.pEdit {
  /* color: #08d0fb; */
  font-weight: 500;
  font-size: 20px;
  margin-left: 10px;
}

.quiztopic {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* background-color: #0d0e26; */
  padding: 30px 10px;
  gap: 30px;
}

.quiz-row {
  display: flex;
  width: 100%;
  justify-content: start;
  gap: 40px;
  flex-wrap: wrap;
}

.onequiz {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.circle {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 2px solid #666;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  margin-bottom: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.circle:hover {
  transform: scale(1.1);
  box-shadow: 0 0 15px rgb(5 209 255);
}

.imgQuiz {
  width: 60%;
  height: auto;
  transition: transform 0.3s ease;
}

.circle:hover .imgQuiz {
  transform: scale(1.2);
}

.pEdit {
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
}


.heading {
  text-align: center;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: bold;
  color: #08d0fb;
}

.card-custom {
  background-color: transparent;
  border: 1px solid #08d0fb;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 20px;
  color: #08d0fb;
}

.card-custom p,
.card-custom span {
  margin: 5px 0;
}

.icon-label {
  display: flex;
  align-items: center;
  /* gap: 10px; */
  margin-top: 10px;
  justify-content: space-between;
}

.icon-label i {
  font-size: 16px;
}

.time-text {
  font-weight: bold;
  font-size: 16px;
}

.created-updated {
  font-size: 12px;
  margin-top: 15px;
}

.hrEdit {
  color: #08d0fb;
}

.practiceset {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

@media (max-width: 576px) {
  .heading {
    font-size: 20px;
  }
}

@media (max-width: 600px) {
  .quiz-row {
    flex-direction: row;
    align-items: center;
    gap: 25px;
  }
}

@media screen and (max-width: 1025px) {
  .navLogo {
    margin-left: -15px;
  }

  a.loginBtn {
    margin-right: -45px;
  }

  .membership-section {
    margin-top: 15px;
  }

  .navContainer .navMenu a {
    font-size: 10px;
    padding: 9px 11px;
  }
}

@media screen and (max-width: 770px) {
  .groupContainer.col-lg-5.col-md-12 {
    margin-top: 15px;
  }

  .col-lg-7.demohead.col-md-12 {
    margin-top: 20px;
  }

  .accordionFaq {
    margin-top: 20px;
  }

  .col-lg-5.faqImg.col-md-12 {
    display: flex;
    justify-content: center;
  }

  .col-lg-6.col-md-12.downloadHead {
    margin-top: 15px;
  }

  .toggle {
    display: flex;
  }

  .membership-section {
    margin-top: 15px;
  }

  section.homeSection {
    margin-top: 30px;
  }

  .col-10.col-sm-8.col-lg-6 {
    margin: auto;
    margin-top: 50px;
  }

  .row.flex-lg-row-reverse.align-items-center.g-6.py-5 {
    justify-content: center;
    align-items: center !important;
    margin-top: 40px;
  }
}

@media screen and (max-width: 450px) {
  .groupContainer.col-lg-5.col-md-12 {
    margin-top: 25px;
  }

  .studentCard .studentCardHead button {
    padding: 8px 6px;
    margin-left: -10px;
  }

  .sectionMainImg {
    margin-top: 40px;
    margin-right: 35px;
  }

  .sectionMainImg img {
    height: 100%;
  }

  .demohead {
    margin-top: 20px;
  }

  .accordionFaq {
    margin-top: 15px;
  }

  .downloadHead {
    margin-top: 22px;
  }

  .col-lg-5.faqImg.col-md-12 {
    display: flex;
    justify-content: center;
  }

  .container.footerContainer {
    flex-direction: column;
    gap: 15px;
  }

  .container.conCustom {
    flex-direction: column;
  }

  .row.align-items-center.g-lg-5.py-5 {
    flex-direction: column;
  }

  .wEdit {
    width: 100% !important;
    margin-top: 20px;
  }

  .col-md-10.col-lg-5 {
    width: 100% !important;
  }

  .homeHead h1 {
    font-size: 45px;
  }

  .courseContainer {
    flex-direction: column;
  }

  .studentCard {
    flex-direction: column;
    width: 100%;
  }

  .homeContainer {
    flex-direction: column-reverse;
  }

  .groupOne .courseCard img {
    width: 100%;
  }

  .demoContainer {
    flex-direction: column-reverse;
    padding: 50px 20px;
  }

  .downloadContainer {
    flex-direction: column-reverse;
    padding: 50px 20px;
    gap: 14px;
  }

  .demohead h3 {
    font-size: 25px;
  }

  .downloadHead h3 {
    font-size: 25px;
  }

  .downloadHead p {
    font-size: 13px;
  }

  .groupOne .courseCard img {
    width: 100% !important;
  }

  .groupContainer .groupTwo .courseCard img {
    width: 101px !important;
  }

  .groupOne .courseCard {
    gap: 5px;
  }

  .homeHead {
    margin-top: 60px;
  }

  .groupContainer.col-lg-5.col-md-12 {
    width: 90%;
  }

  .groupOne .courseCard h6 {
    font-size: 15px;
  }

  .container.conCustom {
    padding: 25px;
  }

  .planCard {
    width: 100%;
  }

  .membership-section {
    margin-top: 15px;
  }
}

@media screen and (max-width: 400px) {
  .membership-section {
    margin-top: 15px;
  }
}

@media screen and (max-width: 350px) {
  .container.conCustom {
    padding: 15px;
  }

  .membership-section {
    margin-top: 15px;
  }
}

.subjectcontentdiv {
  border: 1px solid #1cabf8;
  padding: 15px 20px;
  border-radius: 15px;
}

.carddivsub a.mainCircel {
  border-radius: 50%;
  border: 2px solid #666;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  padding: 25px;
  transition: transform 0.3s ease, box-shadow 0.3s;
  width: 200px;
  height: 200px;

}

.courseCard.carddivsub {
  text-align: center;
}

.subjectdiv {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  gap: 20px;
}

.subjetcdivtext {
  text-align: center;
  color: #38bdf8;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

@media screen and (max-width: 480px) {
  .subjectdiv {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.courseCard.carddivsub a.mainCircel:hover {
  transform: scale(105%);
  box-shadow: 0 0 15px rgb(5 209 255);
}

.subjectdivstyle {
  margin-bottom: 0;
}

@media screen and (max-width: 1500px) {
  .navContainer .navMenu a {
    font-size: 14px;
    padding: 8px 11px;
  }
}

.chapter-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.progress-bar-container {
  flex: 1;
  max-width: 120px;
  height: 6px;
  background-color: #0a2741;
  /* Dark blue background bar */
  border-radius: 4px;
  margin-left: 10px;
  overflow: hidden;
}

.progress-bar-fill {
  height: 100%;
  background-color: #00CFFF;
  /* Light blue fill */
  border-radius: 4px;
  transition: width 0.3s ease;
}

.groupContainer.subjectcontentdiv:hover {
  transform: scale(103%);
}

.main-footer__top {
  display: flex;
  justify-content: center;
  padding: 20px 0px 15px;
}

.top-footer {
  display: flex;
  justify-content: space-between;
}

.top-footerlist {
  display: flex;
  gap: 20px;
}

.footmaildiv {
  display: flex;
  flex-direction: column;
}

.footdivlogo {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}

.footcontentdiv {
  padding: 18px 10px;
}

.footer-widget__list__subtitle {
  font-weight: 600;
  color: #000;
  text-transform: capitalize;
}

.foottitle {
  color: #0b0c28;
  font-weight: 500;
  font-size: 15px;
  text-decoration: none;
}

.foottitle:hover {
  color: #0b0c28;
}

.footdivslogan {
  font-size: 14px;
}

.footimg {
  height: 50px;
  width: 140px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.footimg:hover {
  transform: scale(1.05);
}

.note-card {
  border: none;
  border-radius: 15px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background: linear-gradient(145deg, #ffffff, #f3f3f3);
}

.note-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.note-card .card-body {
  padding: 20px;
}

.note-card .card-title {
  font-size: 23px;
  font-weight: 600;
  color: #2b3d5b;
}

.note-card .card-subtitle {
  font-size: 0.9rem;
}

.note-card .card-text {
  font-size: 0.95rem;
  color: #555;
}

.note-card a {
  color: #2b3d5b;
  text-decoration: none;
}

.note-card a:hover {
  text-decoration: underline;
}

h2.forgetText {
  color: #38bdf8;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.forgetBtn {
  background: linear-gradient(90deg, rgba(56, 166, 204, 1) 0%, rgba(56, 82, 204, 1) 100%);
  border: none !important;
}

.sectionPage {
  padding: 60px 0 100px;
}

.signupbgdiv .mainDiv .inputField input::placeholder,
.signupbgdiv .mainDiv .selectFeald input::placeholder,
.loginsectionform .selectFeald input::placeholder {
  color: #08D0FB;
  font-size: 14px;
  font-weight: 500;
}

.signupbgdiv .mainDiv .selectFeald select,
.signupbgdiv .mainDiv .selectFeald input,
.loginsectionform .selectFeald input {
  font-size: 14px;
  font-weight: 500;
  background-color: transparent;
  background-color: #00011F;
  border: none;
  height: 100%;
  height: 45px;
  width: 100%;
  overflow: hidden;
  color: #08D0FB;
  padding-left: 10px;
  border: 2px solid #08D0FB;
  border-radius: 10px;
}

.signupbgdiv .mainDiv .termsdDiv {
  display: flex;
  align-items: center;
  margin-top: 15px;
  justify-content: start;
  gap: 10px;
}

.signupbgdiv .mainDiv .selectFeald {
  display: flex;
  flex-direction: column;
  padding: 0;
  width: 48%;
}

.signupbgdiv .mainDiv .selectFeald label,
.loginsectionform .selectFeald label {
  color: #08D0FB !important;
}

.signupbgdiv .mainDiv .inputField input {
  background-color: transparent;
  width: 100%;
  border: none;
  outline: none;
  height: 100%;
  color: #08D0FB;
}

.signupbgdiv .mainDiv form .row {
  gap: 15px;
  justify-content: center;
}

.signupbgdiv .mainDiv .inputField {
  height: 45px;
  border: 2px solid #08D0FB;
  overflow: hidden;
  width: 48%;
  border-radius: 10px;
  background-color: #00011F;

}

.signupbgdiv .mainDiv p {
  font-size: 13px;
  color: #08D0FB;
  text-align: center;
  font-weight: 500;
}

.signupbgdiv .mainDiv h1 {
  font-size: 40px;
  font-weight: 700;
  justify-content: center;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 15px;
}

.signupbgdiv .mainDiv h1 img {
  width: 150px;
  height: auto;
  object-fit: contain;
}

button#sign-up {
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s ease all;
  font-size: 15px;
  padding: 9px 18px;
  border-radius: 10px;
  text-decoration: none;
  background: linear-gradient(90deg, rgba(56, 166, 204, 1) 0%, rgba(56, 82, 204, 1) 100%);
}

.loginsectionform .selectFeald {
  display: flex;
  flex-direction: column;
  padding: 0;
  width: 100%;
  margin-top: 15px;
}

.forgetsectionbtn {
  text-align: center;
}

.loginTitle {
  font-size: 40px;
  font-weight: 700;
  justify-content: center;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 15px;
  color: #08D0FB;
}

.signupBtn a {
  font-size: 14px;
  font-weight: 500;
  color: #c3c3c3;
}

.signupBtn span {
  color: #08D0FB;
  font-size: 14px;
  font-weight: 500;

}

.signupBtn {
  text-align: center;
  margin-top: 20px;
}

.profileContainer {
  border: 2px solid #08D0FB;
  padding: 20px;
  border-radius: 20px;
}


.profileTitle {
  text-align: center;
}

.profileImageContainer img {
  width: 100px;
  height: auto;
  object-fit: contain;
}

.profileField .inputField .eyeBtn {
  position: absolute;
  background: #00011F;
  color: #08D0FB;
  height: 100%;
  width: 50px;
  right: 0;
  border: 1px solid #08D0FB;
  border-radius: 0 10px 10px 0;
}

.profileField .inputField label {
  color: #08D0FB !important;
  margin-left: 5px;
}

.profileField .inputField input,
.profileField .inputField select {
  font-size: 14px;
  font-weight: 500;
  background-color: transparent;
  background-color: #00011F;
  border: none;
  height: 45px;
  width: 100%;
  color: #08D0FB;
  padding-left: 10px;
  border: 2px solid #08D0FB;
  border-radius: 10px !important;
}

.profileField .inputField {
  width: 48%;
  margin-top: 10px;
}

.profileField .textField {
  width: 100%;
  margin-top: 10px;
}

.profileField .textField label {
  color: #08D0FB !important;
  margin-left: 5px;
}

.profileField .textField textarea::placeholder {
  padding-top: 7px;
}

.profileField .textField textarea {
  font-size: 14px;
  font-weight: 500;
  background-color: #00011F;
  width: 100%;
  color: #08D0FB;
  padding-left: 10px;
  border: 2px solid #08D0FB;
  border-radius: 10px !important;

}

.profileField h5 {
  color: #08D0FB;
  font-size: 20px;

}

.profileImageContainer {
  width: fit-content;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.profileTitle h5 {
  font-size: 16px;
  font-weight: 700;
  color: #08D0FB;
  margin-bottom: 0;
  margin-top: 10px;
}

.membership-section .table-responsive table tbody tr td {
  background-color: transparent;
  color: #bfbfbf;
}

.membership-section .table-responsive table tbody tr {
  background-color: transparent;
}

.membership-section .table-responsive table thead tr {
  background: linear-gradient(90deg, rgba(56, 166, 204, 1) 0%, rgba(56, 82, 204, 1) 100%);
}

.topperContainer a {
  text-decoration: none !important;
  width: 100%;
  display: flex;
  padding: 9px 10px;
  font-weight: 600;
  align-items: center;
  font-size: 15px;
  color: #08D0FB;
  gap: 10px;
}

.topperContainer a.active {
  background: linear-gradient(90deg, rgba(56, 166, 204, 1) 0%, rgba(56, 82, 204, 1) 100%);
  color: #fff !important;
  border: none !important;
  border-radius: 10px;
}

.youtubeFlead {
  display: flex;
  align-items: center;
  gap: 10px;
}

.topperContainer {
  padding: 30px 20px;
  border-radius: 20px;
  height: fit-content;
  display: flex;
  flex-direction: column;
  gap: 5px;
  border: 1px solid #08D0FB;
}

.pdfCard a {
  text-decoration: none !important;
  width: 80%;
  display: flex;
  padding: 9px 10px;
  font-weight: 600;
  align-items: center;
  border-radius: 10px;
  font-size: 12px;
  gap: 10px;
  background: linear-gradient(90deg, rgba(56, 166, 204, 1) 0%, rgba(56, 82, 204, 1) 100%);
  color: #fff !important;
  margin: auto;
  margin-top: 20px;
  justify-content: center;
}

.pdfCard span {
  color: #b1b1b1;
  font-size: 12px;
  font-weight: 500;
}

.pdfCard h6 {
  color: #08D0FB;
  font-weight: 600;
}

.pdfCard {
  width: calc(33% - 10px);
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 15px !important;
}

.youtubeFlead button {
  background: linear-gradient(90deg, rgba(56, 166, 204, 1) 0%, rgba(56, 82, 204, 1) 100%);
  border: none !important;
  font-weight: 500 !important;
  color: #fff !important;
  height: 45px;
  border-radius: 10px;
  font-size: 14px;
  padding: 0 62px;
}

.youtubeFlead input {
  font-size: 14px;
  font-weight: 500;
  background-color: transparent;
  background-color: #00011F;
  border: none;
  height: 45px;
  width: 100%;
  color: #08D0FB;
  padding-left: 10px;
  border: 2px solid #08D0FB;
  border-radius: 10px !important;
}

.topperMainDiv .form-group h4 {
  color: #08D0FB;
  font-size: 14px;
}

.planContainer {
  display: flex;
  flex-wrap: wrap;
}

.mockCard .list-unstyled {
  padding: 20px;
  margin-bottom: 0;
}

.mockCard {
  border: 1px solid #08D0FB;
  padding: 0;
  border-radius: 20px;
  overflow: hidden;
}

.mockCard ul li {
  color: #ffffff;
  font-size: 12px;
  font-weight: 300;
}

.mockCard a {
  background: linear-gradient(90deg, rgba(56, 166, 204, 1) 0%, rgba(56, 82, 204, 1) 100%);
  text-decoration: none !important;
  width: fit-content;
  display: flex;
  padding: 8px 16px;
  font-weight: 600;
  align-items: center;
  font-size: 13px;
  color: #ffffff;
  gap: 10px;
  border-radius: 10px;
  justify-content: center;
  margin: auto;
  margin-bottom: 20px;
}

.mockCard h5 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 9px;
  text-align: center;
  background-color: #3854CC;
}

.sectionPage h1,
.libraryTitle {
  font-size: 25px;
  text-align: center;
  color: #38bdf8 !important;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.topperMainDiv {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 15px;
}

a {
  text-decoration: none !important;
}

.topperMainDiv h4 {
  margin-bottom: 0;
  font-size: 14px;
  color: #fff;
  width: 100%;
  text-align: center;
}

.customNavTab {
  gap: 25px;
}

.customNavTab .nav-item button.nav-link {
  padding: 0 22px;
  height: 45px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500 !important;
  transition: .3s ease all;
  border: 1px solid #3856cc75;

}

.customNavTab .nav-item button.nav-link:hover {
  background: linear-gradient(90deg, rgba(56, 166, 204, 1) 0%, rgba(56, 82, 204, 1) 100%);
  color: #fff !important;
}

.customNavTab .nav-item button.nav-link.active {
  background: linear-gradient(90deg, rgba(56, 166, 204, 1) 0%, rgba(56, 82, 204, 1) 100%);
  color: #fff !important;
}



::-webkit-scrollbar-track {
  display: none;
}

::-webkit-scrollbar-thumb {
  display: none;
}

::-webkit-scrollbar-thumb:hover {
  display: none;
}

ul#chat-history .start-chat {
  border-radius: 6px;
  padding: 10px 3px;
  border-bottom: 1px solid transparent;
  border-image: radial-gradient(circle, rgb(154 213 237 / 29%) 31%, rgba(23, 32, 61, 1) 100%);
  border-image-slice: 1;
}

.row.ajax-test-append .col-lg-3.col-md-6 {
  margin-bottom: 25px;
}

.header-quiztest .head-div h2 {
  margin: 0;
  font-weight: 600;
  text-align: center;
  width: 50%;
}

.header-quiztest .head-div p {
  margin: 0;
}

.header-quiztest .head-div {
  display: flex;
  padding: 0 20px;
  justify-content: space-between;
  align-items: center;
}

.contactHead {
  margin-bottom: 15px;
}

.contactHead p {
  margin-bottom: 0;
  font-weight: 600;
  color: #fff;
}

.contactHead h3 {
  color: #08D0FB;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 30px;
}

.contactHead p span {
  color: #08D0FB;
}

.resultFeald {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 150px;
  height: 150px;
  display: flex;
  justify-content: center;
  font-size: 40px;
  font-weight: 600;
  align-items: center;
}

.resuldContainer h6 {
  margin-bottom: 0;
  font-size: 35px;
  text-transform: uppercase;
  font-weight: 700;
}

.resuldContainer .pointFeald span {
  font-size: 15px;
  font-weight: 600;
}

.resultHead span {
  font-size: 45px;
  font-weight: 600;
  text-shadow: 0 0 25px #90bdff;
}

.resultHead {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  gap: 10px;
}

.resuldContainer .pointFeald {
  width: 32%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.resultLeft li::before {
  content: "✓";
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #3855CC;
  display: flex;
  justify-content: center;
  align-items: center;
}

.resultLeft li {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 600;
  list-style: none;
  margin-bottom: 15px;
}

.resultLeft p {
  text-align: start;
  font-size: 14px;
  font-weight: 500;
  color: #cfcfcf;
  line-height: 1.5;
}

.resultLeft h2 {
  font-size: 25px;
  font-weight: 700;
  color: #fff;
}

.resultLeft {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.modal-review-question .modal-dialog {
  background-image: radial-gradient(circle, #0b0c28, #000000);
  border: 1px solid #08D0FB;
  padding: 20px;
  border-radius: 20px;
}

.modal-review-question .modal-dialog .modal-content .optiondiv {
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #ffffff !important;
  margin-bottom: 5px !important;
}

.modal-review-question .modal-dialog .modal-content .question-text {
  font-size: 14px;
  font-weight: 600;
  color: #08D0FB;
  margin-bottom: 9px;
}

.modal-review-question .modal-dialog .modal-content .optionrowdiv p.text-success {
  color: green !important;
  font-size: 15px;
  font-weight: 500;
}

.modal-review-question .modal-dialog .modal-content .optionrowdiv p.text-danger {
  color: #08D0FB !important;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
}

.modal-review-question .modal-dialog .modal-content .modal-header {
  border-bottom: 1px solid transparent;
  border-image: radial-gradient(circle, rgba(154, 213, 237, 1) 31%, rgba(23, 32, 61, 1) 100%);
  border-image-slice: 1;
  padding: 0;
  color: #08D0FB;
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  text-align: center;
  display: flex;
  justify-content: center;
  padding-bottom: 10px;
}

.modal-review-question .modal-dialog .modal-content .modal-body {
  height: 600px;
  overflow-y: auto;
}

.modal-review-question .modal-dialog .modal-content {
  background: transparent;
}

.courseCardBg {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 220px;
  height: 220px;
  display: flex;
  justify-content: center;
  font-size: 40px;
  font-weight: 600;
  align-items: center;
  padding: 45px;
}

.sidebarHead .sidebarImg img {
  width: 150px;
  height: auto;
  object-fit: cover;
  border-radius: 50%;
}

.sidebarHead button img {
  height: 30px;
  width: 30px;
  object-fit: contain;
  background: #fff;
  border-radius: 50%;
}

.sidebarHead button {
  background-color: transparent;
  border: none;
}

.sidebarHead {
  display: flex;
  background-color: #00011F;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  border-bottom: 1px solid transparent;
  border-image: radial-gradient(circle, rgba(154, 213, 237, 1) 31%, rgba(23, 32, 61, 1) 100%);
  border-image-slice: 1;
}

.tryOverlay {
  height: 100%;
  width: 100%;
  background: #00000080;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 40px;
  color: #ffffff;
}

.tryImg {
  width: 40%;
  height: 100%;
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 10px;
}

.tryImg img {
  width: 35%;
  height: 100%;
  object-fit: contain;
}

.tryContainer {
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  padding: 50px;
}

.tryBg {
  width: 60%;
  align-content: center;
  padding-right: 50px;
}

.tryBg h2 {
  color: #08D0FB !important;
  font-size: 40px !important;
  font-weight: 700 !important;
  margin-bottom: 0 !important;
}

.tryBg p {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
}

.tryBg .tryLogoImg {
  width: 150px;
  height: auto;
  object-fit: contain;
}

.tryApp {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.tryApp img {
  object-fit: contain;
  height: 45px !important;
}

@media screen and (max-width: 576px) {
  .top-footer {
    flex-direction: column;
  }

  .top-footerlist {
    margin-top: 10px;
  }

  .signupbgdiv .mainDiv .inputField {
    width: 100%;
  }

  .signupbgdiv .mainDiv h1 {
    font-size: 20px;
  }

  .signupbgdiv .mainDiv h1 img {
    width: 130px;
  }

  .signupbgdiv .mainDiv p {
    font-size: 12px;
  }

  form#form-id {
    margin-top: 30px;
  }

  button#sign-up {
    margin-top: 20px;
  }

  .plan {
    width: 100% !important;
  }

  .tryBg {
    width: 100%;
    align-content: center;
    padding-right: 0;
  }

  .tryImg {
    display: none;
  }

  .tryContainer {
    padding: 30px;
  }

  .tryBg h2 {
    font-size: 25px !important;
    font-weight: 600 !important;
  }

  .tryBg p {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
  }

  .faqSection h2 {
    font-size: 20px;
    margin-bottom: 0;
  }

  .quiz-row {
    justify-content: center;
  }

  .practiceset {
    justify-content: center;
  }

  .card-custom {
    width: 100%;
  }
}