@font-face {
  font-family: "proxima_novaregular";
  src: url("../webfonts/proximanova-regular-webfont.woff2") format("woff2"),
    url("../webfonts/proximanova-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "proxima_novasemibold";
  src: url("../webfonts/proxima_nova_semibold-webfont.woff2") format("woff2"),
    url("../webfonts/proxima_nova_semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "proxima_novabold";
  src: url("../webfonts/proxima_nova_bold-webfont.woff2") format("woff2"),
    url("../webfonts/proxima_nova_bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.barlow-font {
  font-family: "Barlow Condensed", sans-serif;
  font-style: normal;
}
.barlow-regular {
  font-weight: 400;
}
.barlow-medium {
  font-weight: 500;
}

@font-face {
  font-family: "Barlow Condensed";
  src: url("BarlowCondensed-Regular.woff2") format("woff2"),
    url("BarlowCondensed-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Barlow Condensed";
  src: url("BarlowCondensed-Bold.woff2") format("woff2"),
    url("BarlowCondensed-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Barlow Condensed";
  src: url("BarlowCondensed-SemiBold.woff2") format("woff2"),
    url("BarlowCondensed-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Barlow Condensed";
  src: url("BarlowCondensed-Medium.woff2") format("woff2"),
    url("BarlowCondensed-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Barlow Condensed";
  src: url("BarlowCondensed-Black.woff2") format("woff2"),
    url("BarlowCondensed-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Barlow Condensed";
  src: url("BarlowCondensed-ExtraBold.woff2") format("woff2"),
    url("BarlowCondensed-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

.font-secondary-bold {
  font-family: "Barlow Condensed";
  font-weight: bold;
}
.font-secondary-regular {
  font-family: "Barlow Condensed";
  font-weight: normal;
}
.font-secondary-medium {
  font-family: "Barlow Condensed";
  font-weight: 500;
}
.font-secondary-semibold {
  font-family: "Barlow Condensed";
  font-weight: 600;
}
.font-18px {
  font-size: 18px;
}
.font-60 {
  font-size: 60px;
}
.text-primary {
  color: #6e3562 !important;
}
.line-height-100 {
  line-height: 100% !important;
}
.line-height-120 {
  line-height: 120% !important;
}
.line-height-130 {
  line-height: 130% !important;
}
.line-height-140 {
  line-height: 140% !important;
}
.line-height-150 {
  line-height: 150% !important;
}
.line-height-160 {
  line-height: 160% !important;
}
.svg_icon1 {
  margin-top: -75px;
}

a,
button {
  transition: all 0.3s ease;
}
img,
video {
  vertical-align: middle;
}

html {
  scroll-behavior: smooth;
}

* {
  outline: none !important;
}
body {
  color: #282828;
  font-size: 16px;
  background: #fff;
  font-family: "proxima_novaregular";
}

img {
  max-width: 100%;
  height: auto;
}

.borderRadius-5 {
  border-radius: 5px;
}

.ms-10 {
  margin-left: 10px;
}

a {
  text-decoration: none;
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.h-52 {
  height: 52px !important;
}

.headerWrapper {
  padding: 20px 40px;
  position: fixed;
  width: 100%;
  background: #fff;
  top: 0;
  left: 0;
  z-index: 99;
  border-bottom: 1px solid #f2f2f2;
}

.navBar ul.navUl {
  font-size: 20px;
  text-transform: uppercase;
}
.navBar ul.navUl li {
  padding: 0 20px;
}

.navBar ul.navUl li:first-child {
  padding-left: 0;
}
.navBar ul.navUl li:last-child {
  padding-right: 0;
}

.navBar ul.navUl li a {
  color: #000;
  padding-bottom: 2px;
  border-bottom: 2px solid transparent;
  text-decoration: none;
}

.navBar ul.navUl li a:hover,
.navBar ul.navUl li a.active {
  color: #6e3562;
  border-bottom: 2px solid #6e3562;
}

.primaryBtn {
  font-size: 22px;
  background: #6e3562;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  width: auto;
  text-decoration: none;
  white-space: nowrap;
  color: #fff;
  padding: 0 20px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  border: 0;
}
.primaryBtn:hover {
  color: #fff;
  background: #000;
}

.secondaryBtn2 {
  font-size: 22px;
  background: #e1b93d;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  width: auto;
  white-space: nowrap;
  text-decoration: none;
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  border: 0;
}
.secondaryBtn2:hover {
  color: #fff;
  background: #000;
}

.flex-0-0-auto {
  flex: 0 0 auto;
}

.heroBannerWrapper {
  background: url(../img/heroBg.svg) no-repeat top center;
  background-size: cover;
  padding: 50px 20px 0;
  color: #fff;
  margin-top: 102px;
}
/* 
.heroBannerInner {
  background: url(../img/heroBgIcons.svg) no-repeat left 15% center;
} */

.heroImg {
  max-width: 1700px;
  margin: 0 auto;
  /* background: url(../img/bannerBgGlow.svg) no-repeat -10px bottom; */
}
.font-36px {
  font-size: 36px;
}
.section_2 {
  background: linear-gradient(180deg, #fff2cc 0%, #fffbf0 100%);
}

.feature-box {
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  opacity: 0;
  animation: fadeInUp 0.8s forwards;
}
.section_2_icon {
  width: 95px;
  height: 95px;
  margin-top: 10px;
}

/* Fade-in animation */
@keyframes fadeInUp {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.feature-box {
  background: linear-gradient(to bottom right, #fffdf5, #fff7e3);
  border: 1px solid #f4d98c;
  border-radius: 18px;
  padding: 22px 28px;
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.feature-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid #d7b56d;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7b4ba3;
  font-size: 20px;
  flex-shrink: 0;
}

.feature-title {
  color: #4a2a78;
}

.feature-desc {
  font-size: 16px;
  color: #333;
  margin-top: 3px;
}

.features-title-box {
  border-radius: 60px;
  border: 1px solid #e0be33;
  background: #fff;
  box-shadow: 0 4px 10px 0 #fff6cf;
  width: 100%;
  max-width: 414px;
}
.line_span {
  background: linear-gradient(-90deg, #e0be33 0%, #fff 100%);
  height: 1px;
}
.line_span.line_2 {
  background: linear-gradient(90deg, #e0be33 0%, #fff 100%);
}

.feature-card {
  background: linear-gradient(to bottom right, #fffef8, #fff7e6);
  border: 1px solid #f4d89a;
  border-radius: 18px;
  padding: 22px 28px;
  display: flex;
  gap: 18px;
  align-items: flex-start;
}
.feature-card-icon {
  width: 47px;
  min-width: 47px;
}
.keyFeatureWrap .feature-card {
  border-radius: 20px;
  border: 1px solid #f8d778;
  background: #fff;
  height: 100%;
  box-shadow: 0 3px 15px 0 #fff6cf;
}
.max-w-1100 {
  max-width: 1100px;
}
.section_wrap {
  background: linear-gradient(180deg, #fff 0%, #fff8e4 100%);
}

.feature-icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
}

.feature-title {
  color: #4a2a78;
  margin-bottom: 4px;
}

.feature-desc {
  font-size: 18px;
  color: #333;
}

.feature-box {
  text-align: center;
  padding: 20px 15px;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  opacity: 0;
  animation: fadeInUp 0.8s forwards;
}

.feature-box:hover {
  transform: scale(1.06);
}

.feature-box svg {
  width: 75px;
  height: 75px;
  margin-bottom: 15px;
  fill: #7a2e63;
}

.feature-title {
  color: #222;
  line-height: 1.3;
}
.feature-sub {
  font-size: 18px;
  margin-top: 5px;
  color: #444;
  font-weight: 500;
}

/* Fade-in animation */
@keyframes fadeInUp {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.cb-box {
  border-radius: 20px;
  border: 1px solid #f8d778;
  background: #fff;
  box-shadow: 0 3px 15px 0 #fff6cf;
  transition: all 0.35s ease;

  position: relative;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.7s forwards;
}
.cb-box p {
  margin-bottom: 0;
}
.cb-box:hover {
  transform: translateY(-5px) scale(1.03);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
}
.cb-icon {
  margin-top: -36px;
}

.cb-icon img {
  transition: 0.35s ease;
}

.cb-box:hover .cb-icon img {
  transform: rotate(-5deg) scale(1.1);
}
.font-30px {
  font-size: 30px;
}
.WhyQAIs .feature-box {
  border-radius: 20px;
  align-items: center; text-align: left;
  border: 1px solid #f8d778;
  background: linear-gradient(180deg, #fff 0%, #fff8e4 100%);
}
.WhyQAIs{}
.feature-icon-2 {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  margin-left: -22px;
}
.feature-icon-2 svg {
  max-width: 100%;
  margin-bottom: 0;
}
.WhyQAIs .feature-title {
  text-align: left;
}
.font-26px {
  font-size: 26px;
}

.title_wrap2 .features-title-box {
  border: 1px solid #6e3562;
  background: #6e3562;
  box-shadow: 0 4px 10px 0 #fff6cf;
}
.title_wrap2 .line_span {
  background: linear-gradient(-90deg, #6e3562 0%, #fff 100%);
}
.title_wrap2 .line_span.line_2 {
  background: linear-gradient(90deg, #6e3562 0%, #fff 100%);
}
.traineeContent {
  border-radius: 20px;
  border: 2px solid #6e3562;
  background: linear-gradient(180deg, #fff 0%, #fff8e4 100%);
}
.traineeSection .box_v2 {
  border: 2px solid #6e3562;
}
.card_level1_div1 {
}
.traineeSection .QAIs {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.bg-primary {
  background-color: #6e3562 !important;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.heroHeading {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 100px;
  text-shadow: 0px 6px 8px rgba(0, 0, 0, 0.15);
  line-height: 100px;
}
.text-shadow1 {
  text-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}
.heroTxt {
  font-size: 20px;
}

#videoModal .modal-dialog {
  max-width: 90%;
  width: 680px;
  margin: 0 auto;
}
#videoModal .modal-body video {
  width: 100%;
  max-width: 100%;
  height: auto;
}
#videoModal .btn-close {
  background: url(../img/vidCloseIcon.svg) no-repeat;
  width: 42px;
  height: 42px;
  position: absolute;
  right: -60px;
  z-index: 99;
  opacity: 1;
}
#videoModal .btn-close:hover {
  opacity: 0.8;
}

.heroBtnWrap {
  padding-top: 25px;
}

.heroBtnWrap a {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-size: 22px;
  width: 192px;
  height: 52px;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}

.heroBtnWrap a.whiteBtn {
  background: #fff;
  color: #6e3562;
}
.heroBtnWrap a.whiteBtn:hover {
  background: #000;
  color: #fff;
}

.heroBtnWrap a.secondaryBtn {
  background: #e1b93d;
  color: #fff;
  margin-left: 20px;
}

.heroBtnWrap a.secondaryBtn:hover {
  background: #c99b11;
}

.cbetMasterWrapper {
  padding: 50px 0 70px;
}
.cbetVidPlaySec {
  position: relative;
  display: inline-flex;
}

.cbetVidImg img {
  border-radius: 20px;
  border: 15px solid #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}
.vidPlay {
  position: absolute;
  left: 0;
  right: 0;
  width: 78px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
}

.cbetSecHeading {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 48px;
  color: #6e3562;
  line-height: 50px;
}
.cbetSec .cbetSecHeading {
  padding-bottom: 10px;
}
.cbetSecHeading span {
  color: #e1b93d;
}

.cbetMasterWrapper .row {
  align-items: center;
  flex-direction: row-reverse;
}
.cbetSecDes {
  font-size: 18px;
  line-height: 34px;
}

.cbetBookDemo {
  padding-top: 25px;
}

.cbetVidBox {
  text-align: right;
  position: relative;
}

.cbetVidPoints {
  text-align: left;
  position: absolute;
  bottom: 50px;
  left: 0px;
}

.cbetVidPoints ul li {
  border-radius: 100px;
  background: linear-gradient(90deg, #6e3562 0%, rgba(110, 53, 98, 0) 100%);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  height: 51px;
  display: flex;
  align-items: center;
  max-width: 345px;
  padding: 0 15px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 22px;
}
.cbetVidPoints ul li:not(:last-child) {
  margin-bottom: 10px;
}
.cbetVidPoints ul li img {
  margin-right: 10px;
}

.cbetSec {
  padding-right: 15%;
}

/* Why Institutions Trust Us */
.whyInstWrapper {
  padding-top: 40px;
}

#testimonials {
  max-width: 950px;
  margin: 90px auto 50px;
}

.testimonialTxt {
  background: linear-gradient(93deg, #fff8e4 17.15%, #fff 98.6%);
  box-shadow: 0px 6px 15px 0px #fffaea;
  border: 1px solid #e0be33;
  border-radius: 20px;
  font-size: 20px;
  padding: 60px 10% 45px;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
}
.testimonialTxt:after {
  content: "";
  background: url(../img/testiArrow.png) no-repeat;
  width: 45px;
  height: 26px;
  position: absolute;
  bottom: -26px;
  left: 110px;
}

#testimonials .carousel-control-prev,
#testimonials .carousel-control-next {
  width: 42px;
  height: 42px;
  /* top:27%; */
  top: calc(50% - 80px);
  transform: translateY(50%);
  opacity: 1;
}

#testimonials .carousel-control-prev {
  background: url(../img/testiPrev.svg) no-repeat;
  left: -22px;
}

#testimonials .carousel-control-next {
  background: url(../img/testiNext.svg) no-repeat;
  right: -22px;
}

.quoteIconSec {
  z-index: 9;
  position: absolute;
  width: 81px;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: -40px;
}

.testimonialByWrap {
  display: flex;
  align-items: center;
  padding-left: 160px;
  padding-top: 25px;
}
.testimonialByInfo {
  padding-left: 10px;
}
.testimonialByName {
  font-size: 20px;
  font-family: "proxima_novasemibold";
}

.candidateWrapper {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

.candidateProcssBox {
  border-radius: 15px;
  border: 1px solid #34586e;
  background: linear-gradient(180deg, #79afd0 0%, #34586e 100%);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
  width: 710px;
  height: 180px;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: end;
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  position: absolute;
  right: 0;
  bottom: 50px;
  z-index: -1;
}

.candVal {
  font-size: 110px;
  font-weight: 700;
  padding-right: 40px;
}
.canProTxt {
  font-size: 36px;
  text-transform: uppercase;
  line-height: 40px;
}

.keyFeatureWrapper {
  background: linear-gradient(180deg, #fff 0%, #fff8e4 100%);
  padding-bottom: 130px;
  position: relative;
}
.keyFeatureTitOuter {
  overflow: hidden;
}
.keyFeatureTit {
  border-radius: 60px;
  border: 1px solid #e0be33;
  background: #fff;
  box-shadow: 0px 4px 10px 0px #fff6cf;
  width: 414px;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: relative;
}
.keyFeatureTit::after {
  content: "";
  width: 380px;
  height: 1px;
  background: linear-gradient(90deg, #fff 0%, #e0be33 100%);
  position: absolute;
  left: -380px;
}
.keyFeatureTit::before {
  content: "";
  width: 380px;
  height: 1px;
  background: linear-gradient(90deg, #e0be33 0%, #fff 100%);
  position: absolute;
  right: -380px;
}
.keyFeatureBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.keyFeatureBox:after {
  content: "";
  left: 0;
  top: 50%;
  position: absolute;
  width: 100%;
  height: 3px;
  background: url(../img/featureBorder.png) repeat-x;
  z-index: 5;
}
.keyFeatureBox:not(:last-child) {
  margin-bottom: 30px;
}

.keyFeatureSec {
  border-radius: 100px;
  background: #fff;
  box-shadow: 0px 3px 15px 0px rgba(159, 199, 200, 0.4);
  width: 320px;
  height: 90px;
  padding: 0 35px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 9;
}

.keyFeatureTxt {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-size: 26px;
  line-height: normal;
  margin-left: 10px;
}

.keyFeatureInner {
  position: relative;
}
.keyFeaturePoints {
  padding-top: 70px;
}
.keyFeatureImg {
  z-index: 10;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 440px;
  top: 130px;
}

/* Faq Section */
.faqWrapper {
  background: url(../img/faqBg.svg) no-repeat center top;
  background-size: cover;
  padding: 75px 0;
}

#faqAccordion {
  max-width: 1000px;
  margin: 0 auto;
}

.faqWrapper .cbetSecHeading {
  padding-bottom: 35px;
}

#faqAccordion .accordion-item:not(:last-child) {
  margin-bottom: 15px;
}

#faqAccordion .accordion-item {
  border-radius: 10px;
  border: 1px solid #e9e9e9;
}
#faqAccordion .accordion-item.active {
  border-color: #e0be33;
}
#faqAccordion .accordion-button {
  background: none;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #282828;
}
#faqAccordion .accordion-button:focus {
  box-shadow: none !important;
}

#faqAccordion .accordion-button:not(.collapsed) {
  background: transparent;
  box-shadow: none;
  padding-bottom: 10px;
}

#faqAccordion .accordion-body {
  padding-top: 0;
}
#faqAccordion .accordion-button::after {
  background-image: url(../img/faqAccIcon.svg);
  background-position: center left;
}

#faqAccordion .accordion-button:not(.collapsed)::after {
  background-image: url(../img/faqAccActiveIcon.svg);
}

.accordHeading {
  display: block;
  padding-right: 8px;
}

/* Book a Demo */
.bookDemoWrapper {
  position: relative;
}

.bookDemoWrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: url(../img/bookDemoBg.svg) no-repeat;
  background-size: cover;
  height: 350px;
  z-index: -1;
}

.bookDemoInner {
  max-width: 750px;
  margin: 0 auto;
  padding: 80px 0;
}

.bookDemoFormSec {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(1, 1, 1, 0.15);
  position: relative;
}
.bookDemoFormSec:after {
  content: "";
  background: url(../img/formGlow.svg) no-repeat;
  width: 343px;
  height: 200px;
  position: absolute;
  left: -200px;
  top: -9px;
  z-index: -1;
}
.bookDemoFormSec::before {
  content: "";
  background: url(../img/formGlowRight.svg) no-repeat;
  width: 343px;
  height: 200px;
  position: absolute;
  right: -130px;
  top: -9px;
  z-index: -1;
}
.bookDemoTit {
  border-radius: 20px 20px 0px 0px;
  border: 1px solid #e1b93d;
  background: linear-gradient(180deg, #ffeeb8 0%, #ffd143 100%);
  height: 80px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 44px;
  font-weight: 700;
  color: #6e3562;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bookDemoFormBox {
  padding: 15px 30px 30px;
}

.bookDemoFormBox .form-field {
  padding-bottom: 10px;
}

.bookDemoFormBox .form-control:focus {
  box-shadow: none;
  border-color: #dfdfdf;
}

.bookDemoFormBox .form-control {
  border: 1px solid #dfdfdf;
  height: 50px;
  border-radius: 6px;
}
.bookDemoFormBox textarea.form-control {
  height: 100px;
  resize: none;
}

.submitBtn .primaryBtn {
  width: 100%;
  height: 52px;
  margin-top: 10px;
}

.callEmailWrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 18px;
  padding-top: 25px;
}

.contBox {
  border-radius: 20px;
  border: 1px solid #ededed;
  background: #f8f8f8;
  width: calc(50% - 9px);
  height: 103px;
  padding: 0px 30px;
  display: flex;
  align-items: center;
}

.contIcon {
  background: #6e3562;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.contDet {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  line-height: normal;
}
.contTit {
  font-size: 18px;
}
.contVal {
  font-size: 28px;
  text-transform: none;
}
.contVal a {
  color: #282828;
}

.contVal a:hover {
  color: #e1b93d;
}

.footerWrapper {
  background: #fdfaf5 url(../img/footerPattern.svg) no-repeat center top;
  background-size: cover;
  padding-top: 50px;
}

.footerSocial ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 40px 0;
}

.footerSocial ul li a {
  width: 45px;
  height: 45px;
  background: #6e3562;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.footerSocial ul li a:hover {
  background: #e1b93d;
}

.footerBot {
  padding: 20px 0;
  border-top: 1px solid #eee8dc;
  color: #000;
}

.footLinks ul li {
  line-height: 16px;
}
.footLinks ul li:not(:last-child) {
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #000;
}

.footLinks ul li a {
  color: #000;
}

.footLinks ul li a:hover {
  color: #6e3562;
}
.bookDemoFormBox .form-label {
  font-family: "proxima_novasemibold";
}

/* Login screen */

.font-bold {
  font-family: "proxima_novabold" !important;
}
.link-default {
  color: #000;
}
.link-default:hover {
  color: #6e3562;
}

.footerWrapper_v2 .callEmailWrapper {
  max-width: 750px;
}
.footerWrapper_v2 .contBox {
  border-radius: 20px;
  border: 1px solid #ededed;
  background: #fff;
}

.max-w-510px {
  max-width: 510px;
}

.footerWrapper_v2 {
  margin-top: -320px;
  padding-top: 240px;
}
.bookDemoWrapper_v2 {
  padding-top: 80px;
}
.font-20px {
  font-size: 20px;
}
.ProofComment_box {
  position: relative;
}
.ProofComment_box::before {
  border-radius: 10px 0 0 10px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background: linear-gradient(270deg, #6e3562 3.23%, #fff 131.63%);
}
.SPECIAL_ROLLOUT {
  border-radius: 20px;
  border: 2px solid #ffeebd;
  background: linear-gradient(180deg, #fff 0%, #fff8e4 100%);
}
.font-48px {
  font-size: 48px;
}
.SPECIAL_ROLLOUT_title {
  border-radius: 60px;
  background: linear-gradient(0deg, #6e3562 0%, #935486 100%);
}
.SPECIAL_ROLLOUT_title_wrap {
  margin-top: -45px;
}
.text-secondary {
  color: #e1b93d !important;
}
b,
strong {
  font-weight: normal;
  font-family: "proxima_novabold";
}
.QAIs {
  border-radius: 15px 0;
  background: #ffeebd;
}
.box_v2 {
  border-radius: 15px;
  border: 2px solid #ffeebd;
  background: #fff;
}
.top--1 {
  top: -1px;
}
.top--2 {
  top: -2px;
}
.top--3 {
  top: -3px;
}
.top--4 {
  top: -4px;
}
.font-semibold {
  font-family: "proxima_novasemibold";
}
.bottom_strip {
  border-radius: 0 0 15px 15px;
  background: #ffeebd;
  margin-top: -15px;
  padding-top: 30px !important;
}
.HowCBET {
  background: linear-gradient(180deg, #fff 0%, #fffbf0 100%);
}
.HowCBET {
}
/* Media css */

#contactUs{ width: 100%; height: 30px; background-color: red; z-index: 99; opacity: 0;}

.primaryBtn-outline{ background-color: #fff; border: 1px solid #6e3562; color: #6e3562;}

@media (min-width: 1200px) {
  .mobMenu,
  .navClose {
    display: none;
  }
}

@media (min-width: 992px) {
  .cbetMobPoints {
    display: none;
  }
}

@media (max-width: 1399px) {
  .keyFeatureImg {
    max-width: 400px;
  }
  .cbetVidPoints ul li:not(:last-child) {
    margin-bottom: 6px;
  }
  .cbetVidPoints {
    bottom: 30px;
    left: -80px;
  }
  .heroHeading {
    font-size: 80px;
  }
  .font-60 {
    font-size: 50px;
  }
  .font-36px {
    font-size: 30px;
  }
  .font-48px {
    font-size: 40px;
  }
}

@media (max-width: 1199px) {
  .navBar ul.navUl li a:hover, .navBar ul.navUl li a.active {
	color: #E1B93D;
}
  .navBar ul.navUl li {
    padding: 0 10px;
  }
  .keyFeatureImg {
    max-width: 345px;
    top: 178px;
  }
  .cbetVidPoints {
    bottom: 10px;
  }
  .cbetVidPoints ul li {
    font-size: 18px;
    height: 48px;
  }
  .cbetVidPoints ul li:not(:last-child) {
    margin-bottom: 3px;
  }
  .heroBannerInner,
  .heroImg {
    background: none;
  }
  .mobMenu {
    margin-left: auto;
    height: 43px;
    margin-right: 10px;
  }
  .hamburger {
    border: 1px solid #6e3562;
    padding: 0px 10px;
    border-radius: 5px;
    display: inline-block;
    height: 100%;
    padding-top: 4px;
  }
  .hamburger .line {
    width: 25px;
    height: 3px;
    margin-top: 4px;
    margin-bottom: 5px;
    background-color: #6e3562;
    display: block;
    margin: 6px auto;
  }

  .navBar {
    background: #6e3562;
    position: fixed;
    width: 280px;
    height: 100%;
    z-index: 20;
    top: 0;
    left: 0;
    transition: transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
    transform: translateX(-100%);
  }
  .menuOpen .navBar {
    transform: translateX(0);
  }
  .menuOpen .overlay {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 10;
  }
  .navBar ul.navUl {
    display: block !important;
    font-size: 22px;
    padding-top: 3rem;
  }
  .navBar ul.navUl li {
    padding: 0;
    border-bottom: 1px solid #ab3792;
  }
  .navBar ul.navUl li a {
    display: block;
    padding: 10px 15px;
    color: #fff;
  }
  .navClose {
    background: none;
    border: 0;
    color: #fff;
    position: absolute;
    z-index: 5;
    right: 15px;
    top: 15px;
  }
  .heroHeading {
    font-size: 60px;
  }
  .font-60 {
    font-size: 40px;
  }
  .font-36px {
    font-size: 28px;
  }
  .font-48px {
    font-size: 40px;
  }
  .heroImg img {
    max-width: 300px;
    margin: 0 auto;
  }
  .heroBannerWrapper {
    padding-top: 30px;
  }
  .heroBtnWrap a {
    height: 44px;
    font-size: 20px;
  }
  .primaryBtn {
    font-size: 20px;
  }
  .section_2_icon {
    width: 70px;
    height: 70px;
  }
  .section_2_icon svg {
    max-width: 62px;
    height: auto;
  }
  .font-30px {
    font-size: 26px;
  }
}

@media (max-width: 1099px) {
  .bookDemoFormSec::before,
  .bookDemoFormSec::after {
    display: none;
  }
}

@media (max-width: 991px) {
  .headerWrapper {
    padding: 20px;
  }

  .logo img {
    height: 45px;
  }
  .bookDemoBox .bookDemoBtn {
    width: 126px;
  }
  .navBar ul.navUl {
    font-size: 20px;
  }
  .heroHeading {
    font-size: 50px;
    line-height: normal;
  }
  .cbetSec {
    padding-right: 0;
    padding-top: 30px;
    text-align: center;
  }
  .cbetMasterWrapper {
    padding: 50px 0 50px;
  }
  .cbetSecHeading,
  .bookDemoTit {
    font-size: 35px;
    line-height: normal;
  }
  .keyFeatureTit {
    width: 250px;
    height: 80px;
  }
  .keyFeatureImg {
    position: static;
    padding-top: 30px;
  }
  .keyFeaturePoints {
    padding-top: 20px;
  }
  .keyFeatureSec {
    width: 290px;
    height: 80px;
  }
  .keyFeatureTxt {
    font-size: 20px;
  }
  .keyFeatureWrapper {
    padding-bottom: 50px;
  }
  #testimonials {
    margin-top: 60px;
  }
  .candidateWrapper {
    padding-bottom: 30px;
  }
  .candidateProcssBox {
    width: 100%;
    height: 130px;
    justify-content: center;
    position: static;
  }
  .candidatePic {
    text-align: center;
    padding-top: 20px;
  }
  .candVal {
    font-size: 90px;
  }
  .faqWrapper {
    padding: 50px 0;
  }
  .bookDemoInner {
    padding: 50px 0;
  }
  .footerWrapper {
    padding-top: 270px;
  }
  .footerSocial ul {
    padding: 20px 0;
  }
  .footerBot {
    padding: 10px 0;
  }
  .footerBotSec {
    flex-direction: column;
  }
  .abnoLogo {
    padding: 10px 0;
  }
  .contVal {
    font-size: 25px;
  }
  .heroBannerWrapper {
    margin-top: 85px;
  }
  .cbetVidBox .cbetVidPoints {
    display: none;
  }
  .cbetVidPoints.cbetMobPoints {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
  }

  .cbetVidPoints ul li {
    background: #6e3562;
    height: 50px;
  }
  .cbetVidPoints ul li:not(:last-child) {
    margin-bottom: 5px;
  }
  .cbetBookDemo {
    padding-top: 15px;
  }
  .footerLogo img {
    max-width: 150px;
  }
  .aboutImg {
    width: 100%;
    text-align: center;
  }
  .aboutImg img {
    max-width: 320px;
    margin: 0 auto;
  }
  .features-title-box {
    max-width: inherit;
    width: auto;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

@media (max-width: 850px) {
  #videoModal .btn-close {
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -20px;
  }
}

@media (max-width: 767px) {
  .contBox {
    width: 100%;
  }

  .keyFeatureSec {
    margin: 10px 0;
  }
  .keyFeatureBox {
    flex-direction: column;
  }
  .keyFeatureBox:not(:last-child) {
    margin-bottom: 0;
  }

  .keyFeatureBox:after {
    display: none;
  }
  .candVal {
    padding-right: 20px;
  }
  .candVal {
    font-size: 70px;
  }
  .heroHeading {
    font-size: 40px;
  }
  .heroTxt {
    font-size: 18px;
  }
  #testimonials .carousel-control-prev {
    left: 10px;
  }
  #testimonials .carousel-control-next {
    right: 10px;
  }
  .testimonialTxt {
    padding: 60px 60px 45px;
    font-size: 17px;
  }

  .testimonialTxt:after {
    left: 40px;
  }
  .testimonialByWrap {
    padding-left: 100px;
  }

  #testimonials .carousel-control-prev,
  #testimonials .carousel-control-next {
    width: 30px;
    height: 30px;
    background-size: cover !important;
    top: calc(50% - 60px);
  }

  .candidatePic img {
    max-width: 250px;
  }
  .phoneIco svg { max-width: 32px; height: auto;
  }
  .primaryBtn{height: 36px;}
header .primaryBtn{height: 32px;
    font-size: 17px;}
  .mobMenu{ height: 36px;}
  .hamburger .line{margin:3px auto;}
}

@media (max-width:767px) {
  .logo img {
	height: 36px;
}
  .candVal {
    font-size: 50px;
  }
  .canProTxt {
    font-size: 25px;
    line-height: normal;
  }
  .keyFeatureImg {
    max-width: 250px;
  }
  .cbetSecHeading,
  .bookDemoTit {
    font-size: 28px;
  }
  .testimonialByWrap {
    padding-left: 20px;
  }
  .candVal {
    padding-right: 10px;
  }
  .testimonialByName {
    font-size: 18px;
  }
  .contBox {
    padding: 0 10px;
  }
  .contIcon {
    margin-right: 10px;
  }

  .copyWrite {
    text-align: center;
  }

  #faqAccordion .accordion-button {
    font-size: 18px;
  }
  .bookDemoBox {
    /* width: 100%;
        padding-top: 10px;
        justify-content: center; */
  }
  .bookDemoBox .bookDemoBtn {
font-size: 17px;
    width: auto;
  }
  .headerWrapper {
    padding: 10px 10px;
  }
  .heroBtnWrap {
    padding-top: 15px;
    gap: 10px;
  }
  .heroBtnWrap a.secondaryBtn {
    margin-left: 0;
  }
  .keyFeatureTit {
    height: 60px;
  }
  .quoteIconSec {
    width: 70px;
  }

  .hamburger .line {
    width: 17px;
  }

  .heroBannerWrapper {
    margin-top: 61px;
  }
  .font-60 {
	font-size: 28px;
}
body{ line-height: inherit;}
.font-20px {
	font-size: 18px;
}
.font-18px {
	font-size: 16px;
}
.heroImg img {
	max-width: 200px;
	margin: 0 auto;
}
.section_2_icon {
	width: auto;
	height: auto;
}
.cbetMasterWrapper {
	padding: 20px 0 20px;
}
.cbetSecDes {
	font-size: 16px;
	line-height: 26px;
}
.h-52 {
	height: 44px !important;
}
.aboutImg img {
	max-width: 220px;
}
.SPECIAL_ROLLOUT_title_wrap .font-48px {
	font-size:24px;
}
.SPECIAL_ROLLOUT_title_wrap {
	margin-top: -23px;
}
.SPECIAL_ROLLOUT{ padding-left: 20px; padding-right: 20px;}
.font-48px {
	font-size: 30px;
}
.cb-icon svg{ width: 56px; height: auto;}
.cb-icon {
	margin-top: -26px;
}
.WhyQAIs .feature-box{padding: 12px 15px 17px; gap: 10px;}
.feature-icon-2 {
	width: 30px;
	height: auto;
	display: flex;
	align-items: center;
	margin-left: -11px;
	min-width: 30px;
}
.font-26px {
	font-size: 22px;
}
.feature-card-icon {
	width: auto;
	min-width: auto;
}
.feature-card-icon svg{ width: 34px; height: auto;}
.feature-card{ gap: 10px;}
.line_span{ display: none;}
.faqWrapper {
	padding: 20px 0;
}
.faqWrapper .cbetSecHeading {
	padding-bottom: 15px;
}
.svg_icon1 {
	margin-top: -50px;
}
.svg_icon1 svg{ max-width: 100px; height: auto;}
.bookDemoWrapper_v2 {
	padding-top:30px;
}
.contIcon {
  width: 40px;
  height: 40px;
}
.footerSocial ul li a {
  width:36px;
  height: 36px;
}
.footerSocial ul{ gap: 10px;}
header .primaryBtn{padding: 0 10px;}
header .ms-10 {
	margin-left: 5px;
}
.hamburger {
	padding: 4px 7px 0;
	height: 32px;
	margin-top: 2px;
}
.mobMenu{margin-right: 5px;}
}

/* Login screen Don't move */
