:root {
  --text-color: #475569;
  --transparent: transparent;
  --theme-lite: #aadcc3;
  --white: white;
  --heading-color: #272525;
  --black: black;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous, .w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

body {
  color: var(--text-color);
  background-color: #fff;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
}

h1 {
  color: #1c3e40;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2em;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4em;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4em;
}

p {
  margin-bottom: 8px;
}

a {
  cursor: pointer;
  text-decoration: none;
  transition: all .3s;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  color: #64748b;
  margin-bottom: 3px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
  display: block;
}

.logo {
  width: 132px;
}

.logo.for-footer {
  width: 138px;
}

.container {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.container.for-faq {
  max-width: 1000px;
}

.justify-space {
  justify-content: space-between;
}

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

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

.align-center.justify-space {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: center;
}

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

.navbar {
  background-color: #fafafa;
  padding-top: 15px;
  padding-bottom: 15px;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
}

.download-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--transparent);
  color: #272a2e;
  border: 1px solid #d0d5dd;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 5px 16px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.download-button.app-store {
  border-color: var(--theme-lite);
  background-color: var(--theme-lite);
}

.download-button.in-banner {
  color: #ffd732;
  background-image: url('../images/getVidya10.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 40px;
  padding: 20px 40px;
  font-size: 22px;
}

.download-button.white-color {
  color: var(--white);
}

.download-button.in-fill {
  color: var(--white);
  background-color: #0a2824;
  border-color: #0a2824;
}

.download-button.in-fill:hover {
  border-color: var(--theme-lite);
  background-color: var(--theme-lite);
  color: var(--heading-color);
}

.nav-menu {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: none;
}

.download-icon {
  width: 24px;
}

.download-icon.in-exam {
  width: 20px;
}

.home-banner {
  padding-top: 10px;
  padding-bottom: 80px;
  position: relative;
}

.home-banner-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  max-width: 682px;
  margin-left: auto;
  margin-right: auto;
}

.home-banner-text {
  font-size: 20px;
  line-height: 1.6em;
}

.home-app-scanner {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  background-image: url('../images/GetVidya-home-bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 26px;
  padding: 20px 24px;
}

.home-qr {
  height: 76px;
}

.download-heading {
  color: #ffd732;
  margin-bottom: 4px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.6em;
}

.downoad-text {
  color: var(--white);
  line-height: 1.6em;
}

.home-banner-image {
  width: 100%;
  max-width: 428px;
  margin-bottom: -30px;
}

.mobile-tabber {
  background-color: #0a2824;
  background-image: linear-gradient(90deg, #61b1a43d, var(--transparent));
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.get-mobile {
  width: 26%;
  padding-top: 30px;
  padding-bottom: 30px;
  position: sticky;
  top: 10%;
}

.tabs {
  justify-content: space-between;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.tabs-menu {
  flex-flow: column;
  width: 43%;
  padding-top: 100px;
  padding-right: 20px;
  display: flex;
  position: sticky;
  top: 100px;
}

.tabs-content {
  width: 57%;
}

.white-text {
  opacity: .25;
  color: var(--white);
  padding-top: 100px;
}

.tab-text {
  margin-top: 16px;
  font-size: 18px;
  line-height: 1.6em;
}

.tab-link {
  border-left: 3px solid var(--transparent);
  background-color: var(--transparent);
  color: #ffffff80;
  padding: 8px 16px;
  font-size: 20px;
  line-height: 1.6em;
}

.tab-link.w--current {
  background-color: var(--transparent);
  color: var(--white);
  border-left-color: #ffd732;
  font-weight: 600;
}

._w-highlight {
  opacity: .24;
  filter: blur(254px);
  background-color: #61b1a4;
  border-radius: 50%;
  width: 1100px;
  height: 1100px;
  position: absolute;
  top: -30%;
  left: -30%;
}

._w-highlight.for-footer {
  top: -10%;
  left: auto;
  right: 0%;
}

.footer {
  background-color: #0a2824;
  padding-top: 48px;
  position: relative;
}

.copyright {
  color: #9b9ea3;
  border-top: 1px solid #eaecf01f;
  justify-content: center;
  align-items: flex-start;
  margin-top: 48px;
  padding-top: 12px;
  padding-bottom: 40px;
  line-height: 1.5em;
}

.link-flex {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.footer-left {
  flex-flow: column;
  align-items: flex-start;
  width: 50%;
  padding-top: 200px;
  padding-bottom: 70px;
  display: flex;
  position: relative;
}

.footer-right {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 73%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.footer-heading {
  color: var(--white);
  font-size: 48px;
  line-height: 1.3em;
}

.footer-text {
  color: var(--white);
  padding-top: 24px;
  padding-bottom: 48px;
  font-size: 20px;
  line-height: 1.5em;
}

.cta-flex {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
}

.full-width {
  width: 100%;
  height: 100%;
}

.footer-link {
  color: var(--white);
  font-size: 18px;
  line-height: 1.5em;
}

.footer-link:hover {
  color: #aadcc3;
}

.exam {
  padding-top: 80px;
  padding-bottom: 80px;
}

.exam-left {
  width: 48%;
}

.exam-right {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-flow: column;
  width: 42%;
  margin-right: 70px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.exam-text {
  margin-top: 16px;
  font-size: 20px;
  line-height: 1.5em;
}

.exam-bg {
  z-index: -1;
  filter: blur(35px);
  background-color: #def6eb;
  border-radius: 50%;
  position: absolute;
  inset: 0%;
}

.practise {
  background-color: #0a2824;
  padding-top: 115px;
  padding-bottom: 115px;
  position: relative;
  overflow: hidden;
}

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

.text-center.white-color {
  color: var(--white);
}

.mock-practise {
  justify-content: center;
  align-items: stretch;
  max-width: 1064px;
  margin-top: 48px;
  margin-left: auto;
  margin-right: auto;
}

.mp-left {
  background-image: url('../images/mock-bg.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  width: 51%;
  margin-right: -7%;
  padding: 140px 140px 210px 50px;
  position: relative;
  overflow: hidden;
}

.mp-right {
  background-image: url('../images/practise-bg.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  width: 56%;
  padding: 140px 94px 210px 130px;
  position: relative;
  overflow: hidden;
}

.why-choose {
  padding-top: 80px;
  padding-bottom: 80px;
}

.choose-right {
  width: 49%;
}

.why-pointers {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  margin-top: 50px;
}

.choose-left {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 38%;
  display: flex;
  position: relative;
}

.why-points {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #475467;
  line-height: 1.5em;
}

.why-icon {
  width: 56px;
}

.why-point-heading {
  color: #101828;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5em;
}

.margin-top-16 {
  margin-top: 16px;
}

.position-relative {
  position: relative;
}

.mp-image-1 {
  width: 350px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.mp-image-2 {
  width: 215px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.mp-image-3 {
  width: 180px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.mp-image-4 {
  width: 395px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.mp-text {
  margin-top: 16px;
  position: relative;
}

.pp-banner {
  padding-top: 60px;
  padding-bottom: 60px;
}

.mr8 {
  margin-right: 8px;
}

.max-width-485 {
  max-width: 485px;
}

.card-image {
  width: 76%;
}

.card-image.card-right {
  margin-left: auto;
}

.mobile-image {
  width: 80%;
}

.mobile-card {
  width: 66%;
  margin-left: -1%;
  position: absolute;
  top: 20%;
}

.mobile-card._2 {
  top: 30%;
}

.tab-flex {
  justify-content: space-between;
  padding-bottom: 100px;
  position: relative;
}

.footer-download {
  padding-top: 80px;
  padding-bottom: 80px;
}

.download-card {
  background-color: #0a2824;
  background-image: url('../images/getVidya-image1.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  justify-content: space-between;
  align-items: flex-end;
  padding-left: 80px;
  position: relative;
  overflow: hidden;
}

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

.footer-1 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #d3d2d2;
  width: 34%;
  font-size: 18px;
  display: flex;
}

.footer-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
}

.footer-links {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  width: 28%;
}

.header-icon-left {
  height: 237px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.header-icon-right {
  height: 175px;
  position: absolute;
  bottom: 50px;
  right: 0;
}

.faq-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.accordion-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  margin-top: 50px;
  display: flex;
}

.accordion-wrapper.for-exam {
  margin-top: 30px;
}

.accordion-item {
  background-color: #fff;
  border-radius: 10px;
  padding: 24px 30px 14px;
  box-shadow: 0 3px 7px #00000008;
}

.accordion-item.for-exam {
  padding-top: 16px;
  padding-left: 15px;
  padding-right: 15px;
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.accordion-heading {
  color: var(--heading-color);
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
}

.accordion-heading.for-exam {
  font-size: 18px;
  line-height: 1.4em;
}

.icon-2.accordion-icon {
  color: #0009;
  cursor: pointer;
  width: 30px;
  font-size: 32px;
  line-height: 30px;
}

.accordion-item-content {
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.accordion-item-content.for-exam {
  font-size: 13px;
  line-height: 1.6em;
}

.policy-container {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.contact-baner {
  padding-top: 30px;
  padding-bottom: 80px;
}

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

.contact-left {
  flex-flow: column;
  width: 53%;
  display: flex;
}

.contact-form {
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  width: 42%;
  padding: 32px;
  box-shadow: 0 0 20px #0000001a;
}

.required {
  color: red;
  font-weight: 300;
}

.bold {
  font-weight: 600;
}

.submit-button {
  text-align: center;
  background-color: #1c3e40;
  border-radius: 75px;
  width: 100%;
  height: 50px;
  font-size: 14px;
  font-weight: 600;
  transition: all .3s;
}

.submit-button:hover {
  background-color: var(--theme-lite);
  color: var(--heading-color);
}

.text-field {
  background-color: var(--transparent);
  border-radius: 5px;
  height: 45px;
  margin-bottom: 24px;
}

.text-field.text-area {
  height: auto;
  min-height: 120px;
}

.conntact-image {
  border-radius: 10px;
  margin-top: 48px;
}

.address-block {
  flex-flow: column;
  max-width: 300px;
  font-size: 16px;
  display: flex;
}

.contact-icon {
  width: 20px;
  margin-top: 3px;
}

.contact-inner-flex {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  opacity: .75;
  font-size: 15px;
}

.hide {
  display: none;
}

.blog-body {
  padding-top: 60px;
  padding-bottom: 60px;
}

.blog-left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  width: 25%;
  position: sticky;
  top: 72px;
}

.blog-right {
  width: 72%;
}

.blog-flex {
  justify-content: space-between;
  position: relative;
}

.blog-icon {
  width: 40px;
}

.blog-heading {
  font-size: 36px;
  font-weight: 500;
}

.collection-list {
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

.collection-item {
  background-color: var(--white);
  border-radius: 10px;
  width: 48%;
  transition: all .3s;
  overflow: hidden;
  box-shadow: 0 0 20px #0000000d;
}

.collection-item:hover {
  box-shadow: 0 0 20px #0003;
}

.blog-image {
  object-fit: cover;
  width: 100%;
  height: 220px;
}

.blog-image.for-home {
  border-radius: 6px;
  width: 48%;
  height: auto;
}

.blog-link {
  color: var(--text-color);
  width: 100%;
  height: 100%;
}

.blog-link.for-home {
  background-color: var(--white);
  border: 1px solid #cbd5e1;
  border-radius: 12px;
  justify-content: space-between;
  align-items: stretch;
  padding: 20px;
  display: flex;
}

.blog-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  padding: 24px;
  display: flex;
}

.blog-card.for-home {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: space-between;
  align-items: flex-start;
  width: 49%;
  padding: 0;
}

.category-date {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
}

.category-date.for-home {
  color: #475569;
  font-size: 12px;
  font-weight: 400;
}

.blog-dot {
  background-color: gray;
  border-radius: 50%;
  width: 6px;
  height: 6px;
}

.blog-card-heading {
  font-size: 26px;
}

.blog-card-heading.for-home {
  font-size: 16px;
  line-height: 1.5em;
}

.filter_form-wrapper {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
}

.filter_search-field {
  background-image: url('../images/search-5-svgrepo-com.svg');
  background-position: 4px;
  background-repeat: no-repeat;
  background-size: 35px;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  height: 50px;
  margin-bottom: 0;
  padding-left: 50px;
  box-shadow: 0 0 5px #0000000d;
}

.filter_search-field:focus {
  border-color: var(--theme-lite);
}

.filter_search-field::placeholder {
  color: #d6d6d6;
  font-size: 16px;
  font-weight: 300;
}

.filter_empty {
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
  box-shadow: 0 0 20px #0000000d;
}

.filter_empty.collection-item {
  border-style: none;
  width: 100%;
}

.filter_empty-icon {
  width: 5rem;
  margin-bottom: .5rem;
}

.content_collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.filter_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.filter_tags-wrapper {
  flex-flow: wrap;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  place-content: start;
  align-items: center;
  margin-right: 1rem;
  display: flex;
}

.filter_sort-by {
  border: 1px solid #dae4d8;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  min-width: 12rem;
  padding: .5rem 4rem .5rem 1.2rem;
  display: flex;
}

.filter_tag {
  color: #fff;
  background-color: #3c7c43;
  border-radius: 0;
  margin-top: .5rem;
  margin-bottom: .5rem;
  margin-right: .5rem;
  padding: .5rem 2.5rem .5rem 1rem;
  font-size: .85rem;
  font-weight: 500;
  position: relative;
}

.dropdown_icon {
  width: 20px;
  font-size: 1rem;
  transition: all .3s;
}

.dropdown_list.w--open {
  background-color: #fff;
}

.filter_header {
  background-color: #fff;
  border: 1px solid #dae4d8;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  min-height: 4.5rem;
  padding: .5rem 1rem;
  display: flex;
}

.filter_tag-remove {
  opacity: .5;
  filter: invert();
  cursor: pointer;
  border-radius: 999rem;
  flex-direction: column;
  width: 1.5rem;
  margin-top: .4rem;
  margin-right: .5rem;
  padding: .25rem;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.filter_tags-text {
  color: #8f8f8f;
  margin-right: 1rem;
}

.sort_field {
  color: #000;
  cursor: pointer;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 1rem 2rem 1rem 1.5rem;
  text-decoration: none;
  display: flex;
}

.sort_field.w--current {
  color: #3c7c43;
  background-color: #f4f9f4;
}

.dropdown {
  margin-left: 0;
  margin-right: 0;
}

.radio-button-field {
  opacity: .5;
  color: #000;
  margin-bottom: 0;
  padding-left: 0;
}

.radio-button {
  display: none;
}

.blog-filter {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  margin-top: 30px;
  display: flex;
}

.filter-clear {
  color: var(--black);
  cursor: pointer;
  font-weight: 500;
  display: inline-block;
}

.radio-button-label {
  margin-bottom: 0;
  font-size: 16px;
}

.fliter-list {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.pagination {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.pagination-button {
  background-color: var(--theme-lite);
  border-style: none;
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin: 0;
  padding: 0;
  transition: all .3s;
  display: flex;
  transform: scale(.8);
}

.pagination-button:hover {
  transform: scale(1);
}

.paginatio-arrow {
  width: 30px;
}

.blog-post {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  width: 72%;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.post-header-flex {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
}

.post-tag {
  color: var(--text-color);
  background-color: #aadcc380;
  border-radius: 20px;
  align-items: center;
  padding: 5px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3em;
  display: flex;
  box-shadow: 0 0 5px #0000000d;
}

.post-tag.with-link:hover {
  background-color: #aadcc3;
}

.tag-arrow {
  width: 16px;
  position: relative;
  left: -5px;
}

.post-heading {
  font-size: 36px;
  font-weight: 700;
}

.post-image {
  border-radius: 15px;
}

.ad-box {
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 20px;
  box-shadow: inset 0 0 5px #0003;
}

.sidebar-collection {
  width: 100%;
  margin-bottom: 20px;
}

.siderbar-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.sidebar-image {
  border-radius: 10px;
  width: 100%;
}

.sideblock {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--white);
  text-align: center;
  border-radius: 10px;
  flex-flow: column;
  align-items: center;
  padding: 20px 15px;
  font-size: 14px;
  line-height: 1.4em;
  display: flex;
  box-shadow: inset 0 0 5px #0003;
}

.button {
  color: #f1f5f9;
  background-color: #3eae7d;
  border-radius: 32px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
}

.button:hover {
  opacity: .5;
}

.card-icon {
  height: 35px;
  margin-bottom: 10px;
}

.card-heading {
  color: var(--heading-color);
  font-size: 16px;
  font-weight: 600;
}

.social-share {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.copy-link {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #344054;
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #d0d5dd;
  border-radius: 4px;
  align-items: center;
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
}

.copy-link:hover {
  opacity: .5;
}

.copy-icon {
  width: 20px;
  height: 20px;
}

.social-share-link {
  cursor: pointer;
  border: 1px solid #d0d5dd;
  border-radius: 4px;
  align-items: center;
  padding: 10px;
  display: flex;
}

.social-share-link:hover {
  filter: invert(50%);
}

.social-share-icon {
  width: 20px;
  height: 20px;
}

.rich-text-block {
  font-size: 17px;
  line-height: 1.8em;
}

.nav-menu-2 {
  display: flex;
}

.navigation-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.download-button-login {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--transparent);
  color: #272a2e;
  border: 1px solid #d0d5dd;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 5px 16px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.download-button-login:hover, .download-button-login.app-store {
  border-color: var(--theme-lite);
  background-color: var(--theme-lite);
}

.download-button-login.in-banner {
  color: #ffd732;
  background-image: url('../images/getVidya10.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 40px;
  font-size: 22px;
}

.download-button-login.white-color {
  color: var(--white);
}

.exam-body {
  padding-top: 40px;
  padding-bottom: 80px;
}

.exam-flex {
  justify-content: space-between;
  position: relative;
}

.exam-flex.revers {
  flex-flow: row-reverse;
  margin-top: 40px;
}

.exam-body-left {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: stretch;
  width: 73%;
}

.exam-body-right {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: stretch;
  width: 24%;
  position: sticky;
  top: 72px;
}

.exam-body-right.in-pyq {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

.exam-banner {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #dcfce7;
  border-radius: 6px;
  align-items: stretch;
  padding: 24px;
}

.exam-header-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.exam-logo {
  background-color: #f8fafc;
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100px;
  min-width: 100px;
  height: 100px;
  min-height: 100px;
}

.exam-heading {
  margin-bottom: 3px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4em;
}

.updated-date {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #475569;
  justify-content: flex-start;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
}

.time-ixon {
  width: 14px;
}

.exam-thumbnail {
  width: 80px;
}

.side-link {
  color: #64748b;
  border-bottom: 1px solid #f1f5f9;
  width: 100%;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.5em;
  display: inline-block;
}

.side-link:hover, .side-link.w--current {
  background-color: #f1f5f9;
  border-radius: 6px;
}

.side-link.last {
  border-bottom-style: none;
}

.side-link.display-none.w--current {
  display: none;
}

.exam-button-flex {
  justify-content: space-between;
  align-items: center;
}

.download-the-app {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #475569;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2em;
}

.app-download-icon {
  width: 16px;
}

.underline {
  border-bottom: 1px solid #475569;
}

.download-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
}

.test-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--white);
  background-color: #1c3e40;
  border: 1px solid #1c3e40;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  padding: 14px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2em;
  display: flex;
}

.test-button:hover {
  opacity: .5;
}

.test-button.in-nav {
  padding: 10px 22px;
}

.test-button.in-nav.for-login {
  background-color: var(--white);
  color: #1c3e40;
}

.share-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #1c3e40;
  background-color: #d0f8e7;
  border: 1px solid #3eae7d;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  padding: 14px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2em;
  display: flex;
}

.share-button:hover {
  opacity: .5;
}

.exam-details {
  color: #475569;
  background-color: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  padding: 24px;
  font-size: 14px;
}

.exam-details.flex {
  justify-content: space-between;
  display: flex;
}

.exam-details.flex.vertical {
  flex-flow: column;
}

.exam-details.plane {
  background-color: var(--transparent);
  border-style: none;
  border-radius: 0;
  padding: 0;
}

.exam-details.display-none {
  display: none;
}

.ex-info-left {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.ex-info-right {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 35%;
}

.rd-block {
  color: #475569;
  background-color: #fff;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  width: 49%;
  padding: 12px;
  font-size: 12px;
  line-height: 1.8em;
}

.rd-block.eligibility {
  width: 26%;
}

.rd-block.vacancies {
  width: 20%;
}

.reg-date {
  color: #1d514e;
  margin-top: 2px;
  font-size: 16px;
  font-weight: 500;
}

.rd-download {
  color: #175cd3;
  background-color: #fff;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px;
  font-size: 16px;
  line-height: 1.5em;
  text-decoration: none;
  display: flex;
}

.rd-download:hover {
  color: #1c3e40;
  background-color: #aadcc31a;
  border-color: #1c3e40;
}

.rd-open {
  color: #175cd3;
  background-color: #fff;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px;
  font-size: 16px;
  line-height: 1.5em;
  text-decoration: none;
  display: flex;
}

.rd-open:hover {
  color: #1c3e40;
  background-color: #aadcc31a;
  border-color: #1c3e40;
}

.exam-inner-heading {
  color: #1e293b;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5em;
}

.exam-divider-line {
  background-color: #e2e8f0;
  width: 100%;
  height: 1px;
  margin-top: 12px;
  margin-bottom: 20px;
}

.exam-divider-line.in-footer {
  margin-top: 24px;
  margin-bottom: 24px;
}

.gv-footer {
  padding-top: 60px;
  padding-bottom: 60px;
}

.gv-footer-flex {
  grid-row-gap: 12px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.gv-link-flex {
  grid-row-gap: 48px;
  background-color: #f1f5f9;
  border-radius: 6px;
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  padding: 32px;
}

.gf-link-1 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 20%;
}

.gf-link-2 {
  width: 77%;
}

.gf-link-3 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.gv-footer-link {
  color: #1e293b;
  font-size: 14px;
  line-height: 1.5em;
  text-decoration-style: double;
}

.gv-footer-link:hover {
  opacity: .5;
}

.gf-footer-heading {
  color: #64748b;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.5em;
}

.gf-footer-heading.mb20 {
  margin-bottom: 20px;
}

.gv-footer-link-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.gf-link-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 30%;
}

.exam-banner-image {
  border-radius: 8px;
  width: 100%;
}

.ex-blog-flex {
  grid-column-gap: 2%;
  grid-row-gap: 2%;
  justify-content: flex-start;
  display: flex;
}

.ex-blog-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-between;
  width: 32%;
  padding: 12px;
  display: flex;
}

.ex-blog-cover {
  border-radius: 4px;
  width: 100%;
  margin-bottom: 12px;
}

.ex-blog-heading {
  color: #1e293b;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
}

.ex-blog-link {
  color: #175cd3;
  font-size: 12px;
  line-height: 1.5em;
  text-decoration: underline;
}

.ex-blog-link:hover {
  color: var(--theme-lite);
}

.faq-item {
  cursor: pointer;
  overflow: hidden;
}

.faq-question {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #334155;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
}

.qa-icon {
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  position: relative;
}

.qa-open, .qa-close {
  position: absolute;
  inset: 0%;
}

.faq-answer {
  color: #475569;
  padding-top: 10px;
  font-size: 14px;
  line-height: 1.5em;
}

.ex-faq {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.ex-faq-item {
  border-bottom: 1px solid #e2e8f0;
  padding-bottom: 24px;
}

.pyp-flex {
  background-color: #fff;
  border: .5px solid #cbd5e1;
  border-radius: 6px;
  flex-flow: wrap;
  margin-top: 12px;
}

.pyp-flex.in-pyq, .pyp-flex.in-bare {
  margin-top: 0;
  overflow: hidden;
}

.pyp-heading {
  background-color: #cbd5e1;
  width: 100%;
  padding: 14px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4em;
}

.table-col-text {
  color: #475467;
  border: .5px solid #cbd5e1;
  justify-content: center;
  align-items: stretch;
  padding: 14px 24px;
  font-size: 14px;
}

.table-col-text._25 {
  width: 25%;
}

.table-col-text._67 {
  align-items: flex-start;
  width: 67%;
}

.table-col-text._33 {
  width: 33%;
}

.table-col-text._75 {
  width: 75%;
}

.table-col-text._75.fdq {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
}

.table-col-text._33-33 {
  width: 33.3333%;
}

.ex-z-flex {
  flex-flow: wrap;
  align-items: stretch;
  width: 75%;
}

.ex-z-flex.full-width {
  width: 100%;
  display: flex;
}

.pyp-inner-flex {
  align-items: stretch;
  width: 100%;
}

.exam-body-right-inner {
  background-color: var(--white);
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  align-items: stretch;
  width: 100%;
  padding: 10px 8px;
}

.ex-side-flex {
  background-color: #f1f5f9;
  border-radius: 6px;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
}

.qr-exam {
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  width: 49%;
}

.qr-exam._100 {
  width: 100%;
}

.download-info {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #1e293b;
  text-align: center;
  justify-content: space-between;
  align-items: stretch;
  width: 44%;
  font-size: 12px;
  line-height: 1.5em;
}

.mob-download.in-app-section {
  width: 34%;
}

.mob-click {
  width: 100%;
  transition: all .3s;
}

.mob-click:hover {
  opacity: .6;
}

.app-section {
  background-image: url('../images/Promo-Banner.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 120px;
}

.app-flex {
  justify-content: space-between;
  align-items: flex-end;
}

.app-content {
  color: var(--white);
  width: 35%;
  padding-top: 120px;
  padding-bottom: 120px;
}

.app-image {
  width: 50%;
  margin-top: -120px;
}

.app-text {
  margin-top: 12px;
  margin-bottom: 40px;
}

.app-button-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
}

.app-button-flex.in-nav {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.copyright-flex {
  color: #64748b;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  line-height: 1.5em;
}

.privacy-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
}

.privacy-link {
  color: #64748b;
}

.privacy-link:hover {
  opacity: .5;
}

.gv-footer-card-1 {
  background-color: #f1f5f9;
  border-radius: 6px;
  width: 42%;
  padding: 32px;
}

.footer-logo {
  width: 132px;
}

.footer-logo.for-footer {
  width: 138px;
}

.footer-about {
  color: #64748b;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 1.5em;
}

.social-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
}

.social-icon {
  height: 32px;
  transition: all .3s;
}

.social-icon:hover {
  opacity: .6;
}

.gv-footer-card-2 {
  background-color: #f1f5f9;
  border-radius: 6px;
  justify-content: space-between;
  align-items: stretch;
  width: 28%;
  padding: 20px 18px;
}

.gv-footer-card-3 {
  background-color: #f1f5f9;
  border-radius: 6px;
  justify-content: space-between;
  align-items: stretch;
  width: 28%;
  padding: 20px;
  font-size: 12px;
  line-height: 1.5em;
}

.qr-card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--white);
  text-align: center;
  background-color: #34aadf;
  border-radius: 6px;
  align-items: stretch;
  width: 48%;
  padding: 12px;
  font-size: 12px;
  line-height: 1.5em;
}

.qr-card.for-whatsaap {
  background-color: #00d95f;
}

.footer-last-flex {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  align-items: stretch;
  width: 41%;
}

.footer-last-qr-flex {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  justify-content: space-between;
  align-items: stretch;
  width: 51%;
}

.about-banner {
  background-image: linear-gradient(180deg, transparent, #000000e6 75%, var(--black));
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-bottom: 52px;
  display: flex;
}

.background-video {
  min-height: 90vh;
}

.about-banner-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--white);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.about-heading {
  color: #e2e8f0;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.2em;
}

.founder-content {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.about-bg {
  z-index: -1;
  opacity: .05;
  background-image: url('../images/Minimal-Pattern.svg');
  background-position: 50% 0;
  background-size: 50%;
  position: absolute;
  inset: 0%;
}

.founders-words {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  line-height: 1.5em;
  display: flex;
}

.founder-text {
  margin-top: 40px;
  margin-bottom: 32px;
}

.founder-sign {
  width: 136px;
  margin-bottom: 8px;
}

.founder {
  margin-top: 40px;
  margin-bottom: 32px;
}

.about-content {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.about-flex {
  justify-content: space-between;
  align-items: stretch;
}

.about-card {
  color: #1c3e40;
  width: 30%;
  padding: 24px;
  font-weight: 500;
}

.about-divider {
  background-image: linear-gradient(#0000004d, #000c 50%, #0000004d);
  width: 1px;
}

.about-card-text {
  color: #475569;
  margin-top: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
}

.heading {
  color: #1c3e40;
}

.heading.font-size-20 {
  font-size: 20px;
}

.sub-heading {
  color: var(--text-color);
  max-width: 540px;
  margin-top: 8px;
  margin-bottom: 40px;
}

.sub-heading.mt0 {
  margin-bottom: 0;
}

.slick-slider {
  width: 143%;
  margin-left: -12px;
  margin-right: -12px;
}

.slick-slider.for-logo {
  z-index: 0;
  width: 120%;
  margin-left: -24px;
  margin-right: -24px;
  position: relative;
}

.approch-card {
  color: #64748b;
  width: 360px;
  margin-left: 12px;
  margin-right: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
}

.approch-image {
  border-radius: 4px;
  width: 100%;
}

.approch-heading {
  color: #334155;
  margin-top: 16px;
  margin-bottom: 4px;
  font-size: 20px;
  line-height: 1.5em;
}

.team-flex {
  grid-column-gap: 5.33333%;
  grid-row-gap: 60px;
  flex-flow: wrap;
  display: flex;
}

.team-card {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #64748b;
  flex-flow: column;
  width: 21%;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5em;
  display: flex;
}

.team-image {
  object-fit: cover;
  border-radius: 4px;
  min-height: 320px;
}

.linkedin {
  width: 32px;
}

.team-info {
  justify-content: space-between;
  align-items: center;
}

.team-name {
  color: #1e293b;
  margin-bottom: 4px;
  font-size: 20px;
  line-height: 1.5em;
}

.press-flex {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.kit-flex {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #334155;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 1.5em;
  text-decoration: underline;
}

.downloaad-icon {
  width: 16px;
}

.press-icons-block {
  position: relative;
}

.logo-overlay {
  z-index: 1;
  background-image: linear-gradient(90deg, var(--white), #fff0 25%, #fff0 75%, var(--white));
  position: absolute;
  inset: 0%;
}

.slider-logo {
  height: 100px;
  margin-left: 24px;
  margin-right: 24px;
}

.logo-slider {
  justify-content: flex-start;
  align-items: center;
  margin-left: -24px;
  margin-right: -24px;
}

.contact-heading {
  color: #1c3e40;
  font-size: 30px;
}

.contact-text {
  color: #64748b;
  margin-top: 8px;
  margin-bottom: 48px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
}

.office-info {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: stretch;
}

.info-flex {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #475569;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  display: flex;
}

.pyq-body {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pyq-body.in-bare {
  padding-bottom: 50px;
}

.left-arrow, .right-arrow {
  display: none;
}

.sidebar-slider {
  background-color: var(--transparent);
  height: auto;
}

.sidebar-nav {
  padding-top: 12px;
  position: relative;
}

.slider-link {
  width: 100%;
}

.slider-image {
  border-radius: 8px;
  width: 100%;
}

.pyq-heading {
  font-size: 30px;
  line-height: 1.3em;
}

.pyq-heading.static {
  margin-left: 8px;
  font-weight: 700;
}

.pyq-subheading {
  color: #64748b;
  max-width: 520px;
  margin-top: 8px;
  margin-bottom: 20px;
  font-weight: 500;
  line-height: 1.5em;
}

.inline-block {
  display: inline-block;
}

.pyq-exam-list {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  justify-content: flex-start;
  margin-top: 60px;
  display: flex;
}

.pyq-card {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #475569;
  text-align: center;
  background-color: #f8fafc;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5em;
  display: flex;
}

.pyq-card:hover {
  border-color: var(--heading-color);
  box-shadow: 0 0 20px #0000001a;
}

.pyq-icon {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

.pyq-card-wrapper {
  width: 14%;
}

.free-side-link.w--current {
  background-color: #f1f5f9;
  border-radius: 6px;
}

.free-side-link.last {
  border-bottom-style: none;
}

.pdf-download {
  width: 18px;
}

.menu-dropdown {
  margin-left: 0;
  margin-right: 0;
}

.dropdown-menu {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #64748b;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-weight: 500;
  line-height: 1.3em;
  transition: all .3s;
  display: flex;
}

.dropdown-menu:hover {
  color: var(--heading-color);
}

.menu-flex {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
}

.open-menu {
  background-color: var(--transparent);
  width: 100%;
  position: fixed;
  top: 70px;
  left: 0%;
  right: 0%;
}

.exam-menu {
  grid-row-gap: 12px;
  background-color: var(--white);
  border: 1px solid #f1f5f9;
  border-radius: 8px;
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 964px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
}

.top-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #1c3e40;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5em;
  display: flex;
}

.exam-menu-item {
  border: 1px solid #f1f5f9;
  border-radius: 6px;
  width: 32%;
}

.exam-menu-item:hover {
  background-color: #e6e6e6;
}

.menu-exam-icon {
  width: 32px;
}

.open-menu-resource {
  background-color: var(--transparent);
  position: fixed;
  top: 70px;
}

.resource-menu {
  background-color: var(--white);
  border: 1px solid #f1f5f9;
  border-radius: 8px;
  width: 100%;
  max-width: 336px;
  padding: 12px;
  box-shadow: 0 12px 16px -4px #10182814;
}

.menu-line {
  background-color: #f1f5f9;
  width: 100%;
  height: 1px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.reso-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 12px;
  display: flex;
}

.reso-menu:hover {
  background-color: #e6e6e6;
  border-radius: 6px;
}

.menu-icon {
  width: 24px;
}

.menu-text {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #64748b;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
}

.menu-heading {
  color: #1c3e40;
  font-size: 16px;
  font-weight: 600;
}

.gv-home-banner {
  background-image: url('../images/Hero-header-section.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.gv-hero-flex {
  justify-content: space-between;
  align-items: flex-end;
}

.gv-hero-left {
  width: 42%;
  padding-top: 120px;
  padding-bottom: 120px;
}

.hero-home-subheading {
  color: #475569;
  margin-top: 8px;
  margin-bottom: 24px;
  font-weight: 600;
  line-height: 1.5em;
}

.gv-highlight {
  color: #22c55e;
}

.gv-banner-image {
  width: 70%;
  margin-bottom: -3px;
  margin-left: -10%;
  margin-right: -10%;
  padding-top: 30px;
}

.home-exam-content {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.home-exam-flex {
  grid-column-gap: 2.8%;
  grid-row-gap: 24px;
  flex-flow: wrap;
  justify-content: flex-start;
  display: flex;
}

.home-exam-card {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--text-color);
  text-align: center;
  background-color: #f8fafc;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
  display: flex;
}

.home-exam-card:hover {
  background-color: #ebebeb;
}

.exam-icon {
  border-radius: 50%;
  width: 60px;
}

.counter-flex {
  border: 1px solid #cbd5e1;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  padding: 20px 120px;
}

.counter-line {
  background-color: #cbd5e1;
  width: 1px;
  height: 120px;
}

.home-counter {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.counter-card {
  justify-content: flex-start;
  align-items: center;
}

.counter-heading {
  color: #1c3e40;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3em;
}

.counter-icon {
  height: 100px;
}

.counter-icon.with-space {
  padding-top: 15px;
  padding-bottom: 15px;
}

.why-content {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.why-flex {
  grid-column-gap: 2%;
  grid-row-gap: 24px;
  flex-flow: wrap;
  align-items: stretch;
}

.why-card {
  background-color: var(--white);
  color: #64748b;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  width: 32%;
  padding: 24px;
  font-size: 14px;
  line-height: 1.5em;
}

.why-card-heading {
  color: #334155;
  margin-top: 24px;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5em;
}

.text-block {
  color: #64748b;
  font-size: 14px;
}

.why-image {
  border-radius: 5px;
  width: 100%;
}

.home-info {
  padding-top: 60px;
  padding-bottom: 60px;
}

.home-info.display-none {
  display: none;
}

.home-info-flex {
  justify-content: space-between;
}

.home-info-right {
  width: 37%;
}

.home-info-left {
  width: 60%;
  overflow: hidden;
}

.home-info-animate {
  color: #f8fafc;
  white-space: nowrap;
  background-color: #eab308;
  justify-content: flex-start;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5em;
}

.text-animation {
  margin-left: 20px;
  margin-right: 20px;
}

.resource-block {
  background-color: #f1f5f9;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  margin-top: 32px;
  padding: 24px;
}

.resource-block.for-blog {
  margin-top: 24px;
}

.reso-head {
  justify-content: space-between;
  align-items: center;
}

.reso-head-left {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  font-size: 14px;
  line-height: 1.5em;
}

.free-resource {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #475569;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
  text-decoration: underline;
  display: flex;
}

.view-icon {
  width: 24px;
}

.resource-download {
  grid-row-gap: 24px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 32px;
}

.download-cta {
  background-color: var(--white);
  color: #334155;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  width: 48%;
  padding: 16px;
  font-weight: 500;
  display: flex;
}

.download-cta:hover {
  background-color: var(--theme-lite);
}

.reso-blog {
  margin-top: 32px;
}

.home-blog-hearder {
  border-bottom: 1px solid #cbd5e1;
  padding-bottom: 8px;
}

.home-blog-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--white);
  background-color: #1c3e40;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
  display: flex;
}

.read-more-arrow {
  width: 16px;
}

.testimonials {
  padding-top: 60px;
  padding-bottom: 100px;
}

.testimonal-flex {
  z-index: 1;
  width: 155%;
  margin-top: 60px;
  padding-left: 16px;
  display: flex;
  position: relative;
}

.review-card {
  background-color: var(--white);
  color: #1c3e40;
  text-align: center;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 320px;
  margin-left: 16px;
  margin-right: 16px;
  padding: 32px;
  display: flex;
  box-shadow: 2px 0 10px #0000000d;
}

.review-wrapper {
  overflow: hidden;
}

.review-info {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #64748b;
  text-align: left;
  border-top: 1px solid #cbd5e1;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 24px;
  padding-top: 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
}

.review-image {
  object-fit: cover;
  border-radius: 50%;
  width: 48px;
  height: 48px;
}

.review-name {
  color: #1e293b;
  margin-bottom: 2px;
  font-size: 18px;
}

.arrow-flex {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  inset: auto 0% 30%;
}

.slide-arrow {
  cursor: pointer;
  transition: all .3s;
}

.slide-arrow:hover {
  opacity: .5;
}

.slide-arrow.left {
  margin-left: 16px;
  transform: translate(-50%)rotate(180deg);
}

.slide-arrow.right {
  transition: all .3s;
  transform: translate(50%);
}

.menu-link {
  color: #64748b;
  font-weight: 500;
  line-height: 1.5em;
}

.menu-link:hover {
  color: var(--heading-color);
}

.home-exam-card-wrapper {
  width: 14%;
}

.qr-code {
  border-radius: 4px;
}

.qr-code.in-contact {
  width: 50%;
}

.set-flex {
  align-items: stretch;
  width: 100%;
}

.contact-qr {
  background-color: #f1f5f9;
  border-radius: 10px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 600px;
  margin-top: 48px;
  padding: 24px;
}

.qr-card-contact {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--white);
  text-align: center;
  background-color: #34aadf;
  border-radius: 6px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 48%;
  padding: 12px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5em;
}

.qr-card-contact.for-whatsaap {
  background-color: #00d95f;
}

.collection-list-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.gv-footer-link-copy {
  color: #1e293b;
  font-size: 14px;
  line-height: 1.5em;
  text-decoration-style: double;
}

.gv-footer-link-copy:hover {
  opacity: .5;
}

.live-test-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.liv-test-flex {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  flex-flow: column;
  padding: 12px 12px 46px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.live-free-flex {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
}

.live-main {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  color: #e5174f;
  border: 1px solid #e5174f;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  padding: 4px 7px;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.1em;
}

.live-dot {
  background-color: #e5174f;
  border-radius: 50%;
  width: 7px;
  height: 7px;
}

.free-main {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  color: #fff;
  background-color: #25cd71;
  border: 1px solid #25cd71;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  padding: 4px 10px;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.1em;
}

.live-test-heading {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3em;
}

.test-link {
  color: var(--white);
  text-align: center;
  background-color: #3eae7d;
  padding: 4px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4em;
  position: absolute;
  inset: auto 0% 0%;
}

.blog-faqs {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: stretch;
}

@media screen and (max-width: 991px) {
  h1, h2, h3 {
    font-size: 24px;
  }

  .justify-space.align-center.mobile-view {
    flex-flow: column;
  }

  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .download-button {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-menu {
    background-color: var(--white);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    top: 40px;
  }

  .home-banner {
    padding-top: 60px;
  }

  .home-banner-text {
    font-size: 16px;
  }

  .home-app-scanner {
    margin-top: 20px;
  }

  .download-heading {
    font-size: 18px;
  }

  .downoad-text {
    font-size: 14px;
  }

  .mobile-tabber {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .get-mobile {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .tabs {
    flex-flow: row;
    width: 100%;
  }

  .tabs-menu {
    width: 25%;
    padding-right: 10px;
    display: none;
  }

  .tabs-content {
    width: 100%;
  }

  .white-text {
    padding-top: 20px;
  }

  .tab-text {
    font-size: 14px;
  }

  .tab-link {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .footer {
    padding-top: 50px;
  }

  .copyright {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    margin-top: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer-left {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .footer-right {
    width: 100%;
    margin-top: 0;
    position: relative;
  }

  .footer-heading {
    font-size: 24px;
  }

  .footer-text {
    margin-right: 16px;
    padding-left: 16px;
  }

  .exam {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .exam-left {
    width: 100%;
  }

  .exam-right {
    width: 70%;
    margin-right: 0;
  }

  .exam-text {
    font-size: 14px;
  }

  .practise {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .mock-practise {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .mp-left {
    background-color: #eef2e4;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    border-radius: 8px;
    width: 100%;
    margin-right: 0%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .mp-right {
    background-color: #bedcce;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    width: 100%;
    min-height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .why-choose {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .choose-right {
    width: 100%;
    margin-top: 40px;
  }

  .choose-left {
    width: 70%;
    padding-left: 0;
  }

  .why-points {
    font-size: 14px;
  }

  .why-point-heading {
    font-size: 18px;
  }

  .position-relative {
    font-size: 24px;
  }

  .menu-button {
    border-radius: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: none;
  }

  .menu-button.w--open {
    background-color: var(--theme-lite);
    color: var(--black);
  }

  .pp-banner {
    padding-top: 60px;
  }

  .tab-flex {
    flex-flow: column;
    padding-bottom: 0;
  }

  .footer-download {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .download-card {
    flex-flow: column;
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-flex {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .footer-1 {
    width: 100%;
  }

  .footer-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    width: 100%;
  }

  .footer-links {
    width: 100%;
  }

  .header-icon-left {
    height: 100px;
  }

  .header-icon-right {
    height: 100px;
    bottom: 0;
  }

  .icon {
    display: none;
  }

  .contact-baner {
    padding-bottom: 30px;
  }

  .contact-flex {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
  }

  .contact-left {
    width: 100%;
  }

  .contact-form {
    width: 100%;
    padding: 20px 10px;
  }

  .conntact-image {
    margin-top: 32px;
  }

  .blog-body {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .blog-left {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    position: relative;
    top: auto;
  }

  .blog-right {
    width: 100%;
  }

  .blog-flex {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .blog-heading {
    font-size: 30px;
  }

  .blog-card-heading {
    font-size: 20px;
  }

  .filter_tags-wrapper {
    margin-top: .5rem;
  }

  .filter_header {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 16px;
    padding-left: 16px;
  }

  .blog-filter {
    display: none;
  }

  .paragraph {
    font-size: 14px;
  }

  .blog-post {
    width: 100%;
  }

  .navigation-menu {
    background-color: var(--white);
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
  }

  .download-button-login {
    width: 300px;
    margin: 15px auto;
  }

  .menu-button-2 {
    padding: 0;
    font-size: 24px;
  }

  .menu-button-2.w--open {
    background-color: var(--theme-lite);
    border-radius: 5px;
  }

  .exam-body {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .exam-flex {
    flex-flow: column;
  }

  .exam-flex.revers {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column-reverse;
  }

  .exam-body-left {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
  }

  .exam-body-right {
    display: none;
  }

  .exam-body-right.fdq {
    width: 100%;
    display: block;
    position: relative;
    top: auto;
  }

  .exam-banner {
    padding: 16px;
  }

  .app-download-icon {
    width: 12px;
  }

  .test-button {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
  }

  .test-button.in-nav {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
  }

  .share-button {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
  }

  .exam-details {
    padding: 16px;
  }

  .reg-date, .rd-download, .rd-open {
    font-size: 14px;
  }

  .gv-footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .gv-link-flex {
    grid-row-gap: 32px;
    padding: 20px;
  }

  .gf-link-1, .gf-link-2, .faq-item {
    width: 100%;
  }

  .faq-question {
    font-size: 18px;
  }

  .faq-answer {
    font-size: 16px;
  }

  .mob-download.in-app-section {
    width: 100px;
  }

  .app-section {
    margin-top: 0;
  }

  .app-flex {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .app-content {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .app-image {
    width: 75%;
    margin-top: 20px;
  }

  .copyright-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column-reverse;
  }

  .gv-footer-card-1 {
    width: 100%;
    padding: 20px;
  }

  .footer-logo {
    width: 150px;
  }

  .gv-footer-card-2, .gv-footer-card-3 {
    width: 48%;
  }

  .about-heading {
    font-size: 32px;
    font-weight: 700;
  }

  .founder-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .founder-text {
    font-size: 18px;
  }

  .about-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .about-card {
    padding: 0;
  }

  .sub-heading {
    max-width: 100%;
    font-size: 14px;
  }

  .team-flex {
    grid-column-gap: 5%;
    grid-row-gap: 40px;
  }

  .team-card {
    width: 30%;
  }

  .team-name {
    font-size: 18px;
  }

  .contact-heading {
    font-size: 24px;
  }

  .contact-text {
    margin-bottom: 32px;
    font-size: 14px;
  }

  .info-flex {
    font-size: 14px;
  }

  .pyq-body {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .sidebar-slider {
    display: none;
  }

  .sidebar-slider.at-home {
    display: block;
  }

  .pyq-card {
    width: 100%;
  }

  .pyq-card-wrapper {
    width: 48%;
  }

  .menu-dropdown {
    width: 100%;
  }

  .dropdown-menu {
    border: 1px solid #e9e9e9;
    border-radius: 6px;
    justify-content: space-between;
    width: 100%;
    padding: 10px;
    font-size: 14px;
  }

  .menu-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    margin-bottom: 20px;
  }

  .open-menu.w--open {
    position: relative;
    top: auto;
  }

  .exam-menu {
    grid-row-gap: 10px;
    flex-flow: column;
    padding: 5px;
  }

  .top-menu {
    padding: 10px;
  }

  .exam-menu-item {
    width: 100%;
  }

  .open-menu-resource.w--open {
    position: relative;
    top: auto;
  }

  .resource-menu {
    max-width: 100%;
    padding: 5px;
  }

  .reso-menu {
    padding: 5px 10px;
  }

  .menu-text {
    font-size: 12px;
  }

  .menu-heading {
    font-size: 14px;
  }

  .gv-hero-flex {
    flex-flow: column;
    align-items: flex-start;
  }

  .gv-hero-left {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .gv-banner-image {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .home-exam-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .counter-flex {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .counter-line {
    width: 120px;
    height: 1px;
  }

  .home-counter, .why-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .why-card {
    width: 100%;
    padding: 16px;
  }

  .home-info-flex {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .home-info-right, .home-info-left {
    width: 100%;
  }

  .testimonials {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .testimonal-flex {
    margin-top: 0;
  }

  .review-card {
    width: 360px;
    padding: 16px;
  }

  .arrow-flex {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    justify-content: center;
    margin-top: 30px;
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .slide-arrow.left {
    margin-left: 0;
    transform: rotate(180deg);
  }

  .slide-arrow.right {
    transform: none;
  }

  .home-exam-card-wrapper {
    width: 48%;
  }

  .contact-qr {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 1.3em;
  }

  .logo.for-footer {
    width: 120px;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .download-button {
    padding: 8px 15px;
    font-size: 13px;
  }

  .download-button.in-banner {
    font-size: 16px;
  }

  .download-icon {
    width: 20px;
  }

  .get-mobile {
    padding-bottom: 0;
  }

  .tabs {
    flex-flow: column;
  }

  .tabs-menu {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .tabs-content {
    width: 100%;
  }

  .exam-right {
    width: 80%;
    margin-top: 20px;
  }

  .mp-left {
    padding-bottom: 150px;
  }

  .mp-right {
    border-radius: 8px;
    padding-top: 100px;
    padding-bottom: 130px;
  }

  .mp-image-1 {
    width: 250px;
  }

  .mp-image-2 {
    width: 150px;
  }

  .mp-image-3 {
    width: 130px;
  }

  .mp-image-4 {
    width: 250px;
  }

  .header-icon-left, .header-icon-right {
    height: 70px;
  }

  .brand {
    padding-left: 0;
  }

  .accordion-item {
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .contact-flex {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .contact-left {
    width: 100%;
    font-size: 16px;
  }

  .contact-form {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .collection-item {
    width: 100%;
  }

  .blog-image {
    height: auto;
  }

  .blog-image.for-home {
    width: 100%;
  }

  .blog-link.for-home {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    padding: 8px;
  }

  .blog-card {
    padding: 20px 10px;
  }

  .blog-card.for-home {
    width: 100%;
  }

  .category-date {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .blog-dot {
    display: none;
  }

  .filter_tags-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .post-header-flex {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .post-heading {
    font-size: 24px;
  }

  .download-button-login {
    padding: 8px 15px;
    font-size: 13px;
  }

  .download-button-login.in-banner {
    font-size: 16px;
  }

  .app-download-icon {
    width: 20px;
  }

  .exam-details {
    padding: 10px;
  }

  .exam-details.flex {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .ex-info-left, .ex-info-right {
    width: 100%;
  }

  .rd-block {
    width: 100%;
    padding: 10px;
  }

  .rd-block.eligibility, .rd-block.vacancies {
    width: 100%;
  }

  .rd-download, .rd-open {
    padding: 10px;
  }

  .gv-link-flex {
    grid-row-gap: 20px;
    padding: 10px;
  }

  .gf-link-1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .gf-link-2 {
    border-top: 1px solid #e2e8f0;
    padding-top: 20px;
  }

  .gf-link-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-top: 1px solid #e2e8f0;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 20px;
  }

  .gv-footer-link-flex {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .gf-link-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 100%;
  }

  .ex-blog-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .ex-blog-item {
    width: 100%;
    padding: 10px;
  }

  .pyp-heading {
    padding: 10px;
    font-size: 14px;
  }

  .table-col-text {
    padding: 5px;
    font-size: 12px;
  }

  .exam-body-right-inner {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .app-content {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .gv-footer-card-1 {
    padding: 10px;
  }

  .footer-logo, .footer-logo.for-footer {
    width: 120px;
  }

  .gv-footer-card-2, .gv-footer-card-3 {
    width: 100%;
    padding: 10px;
  }

  .qr-card {
    font-size: 10px;
  }

  .background-video {
    min-height: 50vh;
  }

  .about-heading {
    font-size: 24px;
  }

  .founders-words {
    font-size: 16px;
  }

  .founder-text {
    font-size: 14px;
    line-height: 1.5em;
  }

  .about-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .about-card {
    width: 100%;
  }

  .about-divider {
    background-image: linear-gradient(90deg, #0000004d, #000c 50%, #0000004d);
    width: 100%;
    height: 1px;
  }

  .team-card {
    width: 100%;
  }

  .team-image {
    min-height: auto;
  }

  .press-flex {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .pyq-heading {
    font-size: 24px;
  }

  .top-menu {
    padding: 5px;
  }

  .gv-hero-left {
    padding-bottom: 0;
  }

  .counter-line {
    width: 80%;
  }

  .resource-block {
    padding: 16px;
  }

  .reso-head {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .resource-download {
    grid-row-gap: 16px;
  }

  .download-cta {
    width: 100%;
  }

  .home-blog-button {
    margin-left: auto;
  }

  .contact-qr {
    width: 100%;
    padding: 10px;
  }

  .qr-card-contact {
    font-size: 10px;
  }
}

@media screen and (max-width: 479px) {
  .contact-form {
    padding: 20px 10px;
  }

  .exam-header-block {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .download-flex {
    flex-flow: column;
  }

  .app-image {
    width: 100%;
  }

  .copyright-flex {
    text-align: center;
  }

  .privacy-flex {
    flex-flow: column;
  }

  .menu-flex {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .contact-qr {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    margin-top: 32px;
  }

  .qr-card-contact {
    width: 100%;
  }
}


