@charset "UTF-8";
/* Landing Page Start */
.landing-page-container {
  /* Special Offer Start */
  /* Special Offer End */
  /* Services Offer End */
  /* Services Offer End */
  /* About Us Start */
  /* About Us End */
  /* Why Us Start */
  /* Why Us End */
  /* Our Stats Start */
  /* Our Stats End */
  /* Steps Start */
  /* Steps End */
  /* TESTIMONIALS Start */
  /* TESTIMONIALS End */
  /* frequently Start */
  /* TESTIMONIALS End */
  /* BoostNow Start */
  /* BoostNow End */
  /* payment Start */
  /* payment Start */
  /* Footer Start */
  /* Footer Start */
}
.landing-page-container Header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 80px;
  background: var(--Components-paper-bg-blur, rgba(255, 255, 255, 0.08));
  -webkit-backdrop-filter: blur(24px);
          backdrop-filter: blur(24px);
  z-index: 999;
}
.landing-page-container Header .leftmenu-container a {
  color: var(--Text-primary, #FFF);
  font-family: Karla;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  margin-right: 40px;
}
.landing-page-container Header .leftmenu-container .dropdown-box {
  position: relative;
  margin-top: 10px;
}
.landing-page-container Header .leftmenu-container .dropdown-box:hover .boost-dropdown {
  border: 1px solid #FFA500;
  height: 210px;
}
.landing-page-container Header .leftmenu-container .dropdown-box .boost-link {
  position: relative;
}
.landing-page-container Header .leftmenu-container .dropdown-box .boost-dropdown {
  position: absolute;
  left: 0;
  background-color: #000;
  width: 200px;
  display: flex;
  flex-direction: column;
  height: 0px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
  transition: 0.25s ease-in-out;
}
.landing-page-container Header .leftmenu-container .dropdown-box .boost-dropdown a {
  color: var(--Text-primary, #FFF);
  font-family: Karla;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  padding: 10px 10px;
  width: 100%;
  transition: 0.5s ease-in-out;
}
.landing-page-container Header .leftmenu-container .dropdown-box .boost-dropdown a:last-child {
  margin-bottom: 0;
}
.landing-page-container Header .leftmenu-container .dropdown-box .boost-dropdown a:hover {
  background-color: #FFA500;
}
.landing-page-container .dashheader .leftmenu-container .themebtn-trans {
  gap: 10px;
  color: #fff;
  border: 1px solid #fff;
}
.landing-page-container .dashheader .rightmenu-container .themebtn-bg {
  gap: 10px;
}
.landing-page-container .dashheader .rightmenu-container span {
  position: relative;
}
.landing-page-container .dashheader .rightmenu-container span .notictionNumber {
  position: absolute;
  color: var(--Contrast-Text-error, #000);
  font-family: Karla;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  border-radius: 500px;
  background-color: #FFA500;
  padding: 2px;
  top: -4px;
  right: 0px;
}
.landing-page-container .heroSection-container {
  position: relative;
  height: 120vh;
  background-image: url("../../assets/images/BG.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.landing-page-container .heroSection-container h1 {
  color: var(--primary-main, #FFA500);
  text-align: center;
  font-family: Karantina;
  font-size: 100px;
  font-style: normal;
  font-weight: 700;
  max-width: 837px;
  margin: auto;
  line-height: 110px;
  text-align: center;
  padding: 150px 0px 0px 0px;
}
.landing-page-container .heroSection-container p {
  color: var(--Text-primary, #FFF);
  text-align: center;
  font-family: Karla;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  margin: auto;
  max-width: 717px;
  text-align: center;
  padding: 10px 0px 0px 0px;
}
.landing-page-container .heroPills-container {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
}
.landing-page-container .heroPills-container span {
  text-align: center;
  display: flex;
  margin: auto;
  color: var(--Text-primary, #FFF);
  font-family: Karla;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  border-radius: 500px;
  background: var(--grey-16, rgba(124, 124, 124, 0.16));
  -webkit-backdrop-filter: blur(24px);
          backdrop-filter: blur(24px);
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.landing-page-container .specialOffer-container {
  width: 85%;
  margin: auto;
  padding: 80px 20px;
  gap: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.landing-page-container .specialOffer-container .specialOffer-left-container {
  width: 50%;
}
.landing-page-container .specialOffer-container .specialOffer-left-container h5 {
  color: var(--main-light-primary, #FFA500);
  font-family: Karla;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}
.landing-page-container .specialOffer-container .specialOffer-left-container h2 {
  color: var(--Text-primary, #FFF);
  font-family: Karla;
  font-size: 45px;
  font-style: normal;
  font-weight: 800;
  margin-bottom: 60px;
}
.landing-page-container .specialOffer-container .specialOffer-left-container .specialOffer-box {
  display: flex;
  gap: 20px;
  cursor: pointer;
}
.landing-page-container .specialOffer-container .specialOffer-left-container .specialOffer-box span {
  display: flex;
  padding: 8px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: var(--Background-paper, #292929);
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  transition: 0.5s ease-in-out;
}
.landing-page-container .specialOffer-container .specialOffer-left-container .specialOffer-box span img {
  display: flex;
  width: 90px;
}
.landing-page-container .specialOffer-container .specialOffer-left-container .specialOffer-box:hover span {
  border-radius: 8px;
  background: var(--Background-paper, #292929);
  box-shadow: 0px 8px 16px 0px var(--primary-24, rgba(255, 165, 0, 0.24));
}
.landing-page-container .specialOffer-container .specialOffer-left-container .specialOffer-box:hover .specialOffer-txt-box h6 {
  color: var(--main-light-primary, #FFA500);
}
.landing-page-container .specialOffer-container .specialOffer-left-container .specialOffer-box .specialOffer-txt-box h6 {
  color: var(--Text-primary, #FFF);
  font-family: Karla;
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  transition: 0.5s ease-in-out;
}
.landing-page-container .specialOffer-container .specialOffer-left-container .specialOffer-box .specialOffer-txt-box p {
  color: var(--Text-secondary, rgba(255, 255, 255, 0.72));
  text-align: justify;
  font-family: Karla;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.landing-page-container .specialOffer-container .specialOffer-right-container {
  width: 50%;
  display: flex;
}
.landing-page-container .services-container {
  width: 85%;
  margin: auto;
  padding: 80px 5px;
}
.landing-page-container .services-container h5 {
  color: var(--main-light-primary, #FFA500);
  font-family: Karla;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}
.landing-page-container .services-container h2 {
  color: var(--Text-primary, #FFF);
  font-family: Karla;
  font-size: 45px;
  font-style: normal;
  font-weight: 800;
  margin-bottom: 60px;
}
.landing-page-container .services-container .services-card-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
  margin-top: 50px;
}
.landing-page-container .services-container .services-card-container .services-card-box {
  position: relative;
  border-radius: 12px;
  border: 1px solid var(--Components-divider, rgba(255, 255, 255, 0.2));
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 360px;
  overflow: hidden;
  cursor: pointer;
  margin:auto;
  margin-bottom: 40px;
}
.landing-page-container .services-container .services-card-container .services-card-box .services-box-img {
  transition: transform 1s ease-in-out;
}
.landing-page-container .services-container .services-card-container .services-card-box:hover .services-box-img {
  transform: rotate(-5deg) scale(1.2);
}
.landing-page-container .services-container .services-card-container .services-card-box .services-small-img {
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 50%;
  transform: translate(-50%, -20%);
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.landing-page-container .services-container .services-card-container .services-card-box .services-text {
  position: absolute;
  bottom: -100%;
  left: 50%;
  transform: translateX(-50%);
  transition: bottom 1s ease-in-out;
  width: 100%;
  border-radius: 12px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8px;
  background-color: rgba(0, 0, 0, 0.6352941176);
}
.landing-page-container .services-container .services-card-container .services-card-box .services-text h3 {
  color: var(--Text-primary, #FFF);
  text-align: center;
  font-family: Karla;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 20px;
}
.landing-page-container .services-container .services-card-container .services-card-box .services-text p {
  color: var(--Text-secondary, rgba(255, 255, 255, 0.72));
  text-align: center;
  font-family: Karla;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.landing-page-container .services-container .services-card-container .services-card-box .services-text button {
  margin-top: 30px;
  cursor: pointer;
  transition: 0.5s ease-in-out;
}
.landing-page-container .services-container .services-card-container .services-card-box .services-text button:hover {
  background: var(--dark-light-primary, #B76900);
  box-shadow: 0px 8px 16px 0px var(--primary-24, rgba(255, 165, 0, 0.24));
}
.landing-page-container .services-container .services-card-container .services-card-box:hover .services-text {
  bottom: 0;
}
.landing-page-container .aboutUsSection-container {
  position: relative;
  background-color: #292929;
  z-index: -999;
}
.landing-page-container .aboutUsSection-container img {
  position: absolute;
  top: 50px;
  right: 100px;
  opacity: 0.16;
  mix-blend-mode: overlay;
}
.landing-page-container .aboutUsSection-container .aboutUsSection-inner-container {
  width: 85%;
  margin: auto;
  padding: 100px 5px 190px 5px;
}
.landing-page-container .aboutUsSection-container .aboutUsSection-inner-container h5 {
  color: var(--main-light-primary, #FFA500);
  font-family: Karla;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}
.landing-page-container .aboutUsSection-container .aboutUsSection-inner-container h2 {
  color: var(--Text-primary, #FFF);
  font-family: Karla;
  font-size: 45px;
  font-style: normal;
  font-weight: 800;
  margin-bottom: 40px;
}
.landing-page-container .aboutUsSection-container .aboutUsSection-inner-container p {
  color: var(--Text-primary, #FFF);
  text-align: justify;
  font-family: Karla;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 20px;
}
.landing-page-container .whyUsSection-container {
  width: 85%;
  margin: auto;
  margin-bottom: 100px;
  margin-top: -100px;
  border-radius: 16px;
  border: 2px solid var(--Components-divider, rgba(255, 255, 255, 0.2));
  background: var(--Background-neutral01, #3D3D3D);
  background-image: url("../../assets/images/whyus.png");
  background-position: center;
  background-size: cover;
  padding: 50px;
  background-repeat: no-repeat;
  overflow: hidden;
  z-index: 999;
}
.landing-page-container .whyUsSection-container h3 {
  color: var(--Text-primary, #FFF);
  text-align: justify;
  font-family: Karla;
  font-size: 33px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
}
.landing-page-container .whyUsSection-container .whyUsSection-inner-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  margin-top: 50px;
}
.landing-page-container .whyUsSection-container .whyUsSection-inner-container .whyUsSection-box h5 {
  color: var(--main-light-primary, #FFA500);
  text-align: justify;
  font-family: Karla;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.landing-page-container .whyUsSection-container .whyUsSection-inner-container .whyUsSection-box p {
  color: var(--Text-primary, #FFF);
  text-align: justify;
  font-family: Karla;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin-top: 14px;
  line-height: 22px;
}
.landing-page-container .ourstatSection-container {
  margin: auto;
  width: 85%;
  padding-bottom: 60px;
}
.landing-page-container .ourstatSection-container h5 {
  color: var(--main-light-primary, #FFA500);
  font-family: Karla;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}
.landing-page-container .ourstatSection-container h2 {
  color: var(--Text-primary, #FFF);
  font-family: Karla;
  font-size: 45px;
  font-style: normal;
  font-weight: 800;
}
.landing-page-container .ourstatSection-container .ourstatSection-inner-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.landing-page-container .ourstatSection-container .ourstatSection-box {
  text-align: center;
  margin-top: 40px;
}
.landing-page-container .ourstatSection-container .ourstatSection-box h2 {
  color: var(--main-light-primary, #FFA500);
  font-family: Karla;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 60px;
}
.landing-page-container .ourstatSection-container .ourstatSection-box p {
  color: var(--Text-secondary, rgba(255, 255, 255, 0.72));
  font-family: Karla;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
}
.landing-page-container .stepsSection-container {
  background: var(--Background-neutral02, rgba(124, 124, 124, 0.2));
  padding: 80px 5px;
}
.landing-page-container .stepsSection-container .stepsSection-inner-container {
  width: 85%;
  margin: auto;
}
.landing-page-container .stepsSection-container .stepsSection-inner-container h5 {
  color: var(--main-light-primary, #FFA500);
  font-family: Karla;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}
.landing-page-container .stepsSection-container .stepsSection-inner-container h2 {
  color: var(--Text-primary, #FFF);
  font-family: Karla;
  font-size: 45px;
  font-style: normal;
  font-weight: 800;
}
.landing-page-container .stepsSection-container .stepsSection-inner-container .stepsSection-flow-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 60px;
}
.landing-page-container .stepsSection-container .stepsSection-inner-container .stepsSection-flow-container .stepsSection-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.5s ease-in-out;
}
.landing-page-container .stepsSection-container .stepsSection-inner-container .stepsSection-flow-container .stepsSection-box span {
  display: flex;
  padding: 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 500px;
  background: var(--primary-8, rgba(255, 165, 0, 0.08));
  border: var(--Counter, 1px) solid var(--primary-48, rgba(255, 165, 0, 0.08));
}
.landing-page-container .stepsSection-container .stepsSection-inner-container .stepsSection-flow-container .stepsSection-box:hover span {
  border-radius: 500px;
  border: var(--Counter, 1px) solid var(--primary-48, rgba(255, 165, 0, 0.48));
  background: var(--primary-8, rgba(255, 165, 0, 0.08));
  box-shadow: 0px 8px 16px 0px var(--primary-24, rgba(255, 165, 0, 0.24)) inset;
  transition: 0.5s ease-in-out;
}
.landing-page-container .stepsSection-container .stepsSection-inner-container .stepsSection-flow-container .stepsSection-box h2 {
  color: var(--Text-primary, #FFF);
  text-align: center;
  font-family: Karla;
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  padding: 20px 0px 10px 0px;
}
.landing-page-container .stepsSection-container .stepsSection-inner-container .stepsSection-flow-container .stepsSection-box p {
  color: var(--Text-secondary, rgba(255, 255, 255, 0.72));
  text-align: center;
  font-family: Karla;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.landing-page-container .testimonialsSection-container {
  padding: 0px 5px;
}
.landing-page-container .testimonialsSection-container .testimonialsSection-inner-container {
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  width: 85%;
  margin: auto;
  padding: 100px 5px;
}
.landing-page-container .testimonialsSection-container .testimonialsSection-inner-container h5 {
  color: var(--main-light-primary, #FFA500);
  font-family: Karla;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}
.landing-page-container .testimonialsSection-container .testimonialsSection-inner-container h2 {
  color: var(--Text-primary, #FFF);
  font-family: Karla;
  font-size: 45px;
  font-style: normal;
  font-weight: 800;
}
.landing-page-container .testimonialsSection-container .center {
  margin: 0 auto;
  margin-top: 80px;
  width: 60%;
  display: flex;
}
.landing-page-container .testimonialsSection-container .center .Testimonials-card-box {
  margin: 0px 10px;
  display: inline-flex;
  padding: 32px;
  flex-direction: column;
  border-radius: 16px;
  border: 1px solid var(--Components-divider, rgba(255, 255, 255, 0.2));
  background: var(--Background-neutral01, #3D3D3D);
  -webkit-backdrop-filter: blur(24px);
          backdrop-filter: blur(24px);
}
.landing-page-container .testimonialsSection-container .center .Testimonials-card-box h5 {
  color: var(--Text-primary, #FFF);
  text-align: justify;
  font-family: Karla;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.landing-page-container .testimonialsSection-container .center .Testimonials-card-box span img {
  width: 32px;
  height: 32px;
}
.landing-page-container .testimonialsSection-container .center .Testimonials-card-box span h6 {
  color: var(--Text-secondary, rgba(255, 255, 255, 0.72));
  text-align: justify;
  font-family: Karla;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
}
.landing-page-container .testimonialsSection-container .slick-dots li button {
  font-size: 0;
  height: 10px;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  border: 0;
  outline: 0;
}
.landing-page-container .testimonialsSection-container .slick-dots li button:before {
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: #FFA500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.landing-page-container .frequentlySection-container {
  padding: 0px 5px;
}
.landing-page-container .frequentlySection-container .frequentlySection-inner-container {
  width: 85%;
  margin: auto;
  padding: 100px 5px;
}
.landing-page-container .frequentlySection-container .frequentlySection-inner-container h5 {
  color: var(--main-light-primary, #FFA500);
  font-family: Karla;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}
.landing-page-container .frequentlySection-container .frequentlySection-inner-container h2 {
  color: var(--Text-primary, #FFF);
  font-family: Karla;
  font-size: 45px;
  font-style: normal;
  font-weight: 800;
}
.landing-page-container .frequentlySection-container .frequeantly-tabs-conatiner {
  width: 85%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  gap: 60px;
  margin-bottom: 200px;
}
.landing-page-container .frequentlySection-container .tab {
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-radius: 8px;
  border: 1px solid var(--Components-divider, rgba(255, 255, 255, 0.2));
  width: 320px;
  height: -moz-fit-content;
  height: fit-content;
  padding: 10px;
}
.landing-page-container .frequentlySection-container .tab button {
  color: var(--Text-primary, #FFF);
  font-family: Karla;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  padding: 15px 16px;
}
.landing-page-container .frequentlySection-container .tab button:hover {
  color: var(--main-light-primary, #FFA500);
  font-family: Karla;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  border-radius: 4px;
  background: var(--primary-12, rgba(255, 165, 0, 0.12));
}
.landing-page-container .frequentlySection-container .tab button.active {
  color: var(--main-light-primary, #FFA500);
  font-family: Karla;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  border-radius: 4px;
  background: var(--primary-12, rgba(255, 165, 0, 0.12));
}
.landing-page-container .frequentlySection-container .tabcontent {
  padding: 0px 12px;
  width: calc(100% - 320px);
  border-left: none;
  height: 300px;
}
.landing-page-container .frequentlySection-container .faq-1-span {
  color: var(--Text-primary, #FFF);
  font-family: Karla;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  width: 100%;
  padding-bottom: 20px;
}
.landing-page-container .frequentlySection-container .invisible {
  color: var(--Text-secondary, rgba(255, 255, 255, 0.72));
  font-family: Karla;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  border-radius: 8px;
  background: var(--Background-paper, #292929);
  padding: 12px 16px;
}
.landing-page-container .frequentlySection-container .frequentlyStill-inner-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 85%;
  padding: 40px;
  margin: auto;
  border-radius: 16px;
  border: 1px solid var(--Components-divider, rgba(255, 255, 255, 0.2));
  background: var(--Components-paper-bg-blur, rgba(255, 255, 255, 0.08));
  margin-bottom: 100px;
}
.landing-page-container .frequentlySection-container .frequentlyStill-inner-container h5 {
  color: var(--Text-primary, #FFF);
  font-family: Karla;
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}
.landing-page-container .frequentlySection-container .frequentlyStill-inner-container p {
  color: var(--Text-secondary, rgba(255, 255, 255, 0.72));
  font-family: Karla;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-top: 6px;
}
.landing-page-container .boostNow-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 450px;
  background-image: url("../../assets/images/IMG6.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.landing-page-container .boostNow-container .boostNow-inner-container {
  width: 40%;
}
.landing-page-container .boostNow-container .boostNow-inner-container h3 {
  color: var(--Text-primary, #FFF);
  font-family: Karla;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 50px;
  padding-bottom: 50px;
  max-width: 400px;
}
.landing-page-container .payment-container {
  padding: 40px 5px 20px 5px;
  background: var(--Background-neutral01, #3D3D3D);
}
.landing-page-container .payment-container .payment-inner-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 85%;
  margin: auto;
}
.landing-page-container .payment-container p {
  color: var(--Text-secondary, rgba(255, 255, 255, 0.72));
  font-family: Karla;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  width: 85%;
  margin: auto;
  margin-top: 30px;
}
.landing-page-container Footer .footer-left-container {
  width: 50%;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.landing-page-container Footer .footer-left-container .footer-leftFirst-inner-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 100px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.landing-page-container Footer .footer-left-container .footer-leftFirst-inner-container p {
  max-width: 320px;
  color: var(--Text-secondary, rgba(255, 255, 255, 0.72));
  font-family: Karla;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.landing-page-container Footer .footer-left-container .footer-leftSecond-inner-container {
  display: flex;
  justify-content: space-between;
  padding: 100px 100px 86px 100px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.landing-page-container Footer .footer-left-container .footer-leftSecond-inner-container .footer-leftSecond-box h5 {
  color: var(--main-light-primary, #FFA500);
  font-family: Karla;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  padding-bottom: 20px;
}
.landing-page-container Footer .footer-left-container .footer-leftSecond-inner-container .footer-leftSecond-box ul li {
  margin-bottom: 12px;
}
.landing-page-container Footer .footer-left-container .footer-leftSecond-inner-container .footer-leftSecond-box ul li a {
  color: var(--Text-primary, #FFF);
  text-align: center;
  font-family: Karla;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.landing-page-container Footer .footer-left-container .footer-leftthird-inner-container {
  display: flex;
  justify-content: start;
  gap: 32px;
  padding: 32px 32px 32px 100px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.landing-page-container Footer .footer-left-container .footer-leftfourth-inner-container {
  display: flex;
  align-items: center;
  height: 100px;
  padding: 32px 32px 32px 100px;
}
.landing-page-container Footer .footer-left-container .footer-leftfourth-inner-container p {
  color: var(--Text-secondary, #656565);
  font-family: Karla;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.landing-page-container Footer .footer-right-container {
  width: 50%;
}
.landing-page-container Footer .footer-right-container .footersubscribe-container {
  padding: 100px;
}
.landing-page-container Footer .footer-right-container .footersubscribe-container h2 {
  color: var(--Text-primary, #FFF);
  font-family: Karla;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 60px;
  padding-bottom: 5px;
}
.landing-page-container Footer .footer-right-container .footersubscribe-container .footersubscribe-input-container {
  width: 350px;
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 0px 20px;
  border-radius: 500px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: var(--Components-textfield-filled, rgba(255, 255, 255, 0.08));
}
.landing-page-container Footer .footer-right-container .footersubscribe-container .footersubscribe-input-container input {
  padding: 16px 16px;
  width: 100%;
  background-color: transparent;
  text-overflow: ellipsis;
  font-family: Karla;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.landing-page-container Footer .footer-right-container .footersubscribe-container .footersubscribe-input-container input::-moz-placeholder {
  color: var(--Text-disabled, rgba(255, 255, 255, 0.56));
  text-overflow: ellipsis;
  font-family: Karla;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.landing-page-container Footer .footer-right-container .footersubscribe-container .footersubscribe-input-container input::placeholder {
  color: var(--Text-disabled, rgba(255, 255, 255, 0.56));
  text-overflow: ellipsis;
  font-family: Karla;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

/*--------------------- Landing Page End-------------------------- */
/*--------------------- Contact Us Start-------------------------- */
.header-black {
  background: #000 !important;
}

.heroSectionContact-container {
  position: relative;
  padding: 150px 5px 100px 5px;
}
.heroSectionContact-container .heroSectionContact-inner-container {
  width: 85%;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.heroSectionContact-container .heroSectionContact-inner-container .heroSectionContact-innerLeft-container {
  max-width: 53%;
}
.heroSectionContact-container .heroSectionContact-inner-container .heroSectionContact-innerLeft-container h5 {
  color: var(--main-light-primary, #FFA500);
  font-family: Karla;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
}
.heroSectionContact-container .heroSectionContact-inner-container .heroSectionContact-innerLeft-container h2 {
  color: var(--Text-primary, #FFF);
  font-family: Karla;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 60px;
  margin-bottom: 50px;
}
.heroSectionContact-container .heroSectionContact-inner-container .heroSectionContact-innerLeft-container label {
  color: var(--Text-primary, #FFF);
  font-family: Karla;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  margin-left: 8px;
}
.heroSectionContact-container .heroSectionContact-inner-container .heroSectionContact-innerLeft-container input {
  width: 100%;
  display: flex;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: var(--Components-textfield-filled, rgba(255, 255, 255, 0.08));
  margin-top: 10px;
  margin-bottom: 30px;
}
.heroSectionContact-container .heroSectionContact-inner-container .heroSectionContact-innerLeft-container input::-moz-placeholder {
  overflow: hidden;
  color: var(--Text-disabled, rgba(255, 255, 255, 0.56));
  text-overflow: ellipsis;
  font-family: Karla;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.heroSectionContact-container .heroSectionContact-inner-container .heroSectionContact-innerLeft-container input::placeholder {
  overflow: hidden;
  color: var(--Text-disabled, rgba(255, 255, 255, 0.56));
  text-overflow: ellipsis;
  font-family: Karla;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.heroSectionContact-container .heroSectionContact-inner-container .heroSectionContact-innerLeft-container textarea {
  width: 100%;
  display: flex;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: var(--Components-textfield-filled, rgba(255, 255, 255, 0.08));
  margin-top: 10px;
  margin-bottom: 30px;
}
.heroSectionContact-container .heroSectionContact-inner-container .heroSectionContact-innerLeft-container textarea::-moz-placeholder {
  overflow: hidden;
  color: var(--Text-disabled, rgba(255, 255, 255, 0.56));
  text-overflow: ellipsis;
  font-family: Karla;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.heroSectionContact-container .heroSectionContact-inner-container .heroSectionContact-innerLeft-container textarea::placeholder {
  overflow: hidden;
  color: var(--Text-disabled, rgba(255, 255, 255, 0.56));
  text-overflow: ellipsis;
  font-family: Karla;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.heroSectionContact-container .heroSectionContact-inner-container .heroSectionContact-innerLeft-container .themebtn-bg {
  width: 100%;
}
.heroSectionContact-container .heroSectionContact-inner-container .heroSectionContact-innerRight-container {
  width: 330px;
  height: -moz-fit-content;
  height: fit-content;
  display: inline-flex;
  padding: 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  border-radius: 16px;
  background: var(--Background-neutral02, rgba(124, 124, 124, 0.2));
}
.heroSectionContact-container .heroSectionContact-inner-container .heroSectionContact-innerRight-container h5 {
  color: var(--Text-primary, #FFF);
  font-family: Karla;
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}
.heroSectionContact-container .heroSectionContact-inner-container .heroSectionContact-innerRight-container .contactinfo-box {
  display: flex;
  align-items: center;
  gap: 10px;
}
.heroSectionContact-container .heroSectionContact-inner-container .heroSectionContact-innerRight-container .contactinfo-box span {
  width: 48px;
  height: 48px;
  display: flex;
  padding: 8px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: var(--primary-8, rgba(255, 165, 0, 0.08));
}
.heroSectionContact-container .heroSectionContact-inner-container .heroSectionContact-innerRight-container .contactinfo-box p {
  color: var(--Text-secondary, rgba(255, 255, 255, 0.72));
  font-family: Karla;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.heroSectionContact-container .heroSectionContact-inner-container .heroSectionContact-innerRight-container .contact-line {
  height: 1px;
  width: 200px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

/*--------------------- Contact Us End-------------------------- */
/*--------------------- Jobs End -------------------------- */
.heroSectionJobs-container {
  position: relative;
  padding: 100px 5px 100px 5px;
  height: 100vh;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-image: url("../../assets/images/IMG8.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.heroSectionJobs-container .heroSectionJobs-inner-container {
  width: 85%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.heroSectionJobs-container .heroSectionJobs-inner-container .heroSectionJobs-innerLeft-container h5 {
  color: var(--main-light-primary, #FFA500);
  text-align: justify;
  font-family: Karla;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
}
.heroSectionJobs-container .heroSectionJobs-inner-container .heroSectionJobs-innerLeft-container h1 {
  color: var(--Text-primary, #FFF);
  text-align: justify;
  font-family: Karla;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 60px;
  margin-bottom: 20px;
}
.heroSectionJobs-container .heroSectionJobs-inner-container .heroSectionJobs-innerLeft-container p {
  color: var(--Text-secondary, rgba(255, 255, 255, 0.72));
  text-align: justify;
  font-family: Karla;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 23px;
  max-width: 508px;
}

.employeeboost-container {
  padding: 100px 5px 100px 5px;
}
.employeeboost-container .employeeboost-inner-container {
  width: 85%;
  margin: auto;
}
.employeeboost-container .employeeboost-inner-container h2 {
  color: var(--Text-primary, #FFF);
  text-align: justify;
  font-family: Karla;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 50px;
  margin-bottom: 40px;
}
.employeeboost-container .employeeboost-inner-container .employeeboost-grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
.employeeboost-container .employeeboost-inner-container .employeeboost-grid-container .employeeboost-grid-box {
  display: flex;
  flex-direction: column;
}
.employeeboost-container .employeeboost-inner-container .employeeboost-grid-container .employeeboost-grid-box span {
  width: 70px;
  height: 70px;
  display: flex;
  padding: 16px;
  justify-content: center;
  align-items: center;
  border-radius: 500px;
  background: var(--primary-12, rgba(255, 165, 0, 0.12));
}
.employeeboost-container .employeeboost-inner-container .employeeboost-grid-container .employeeboost-grid-box h5 {
  color: var(--Text-primary, #FFF);
  text-align: justify;
  font-family: Karla;
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  margin: 35px 0px 15px 0px;
}
.employeeboost-container .employeeboost-inner-container .employeeboost-grid-container .employeeboost-grid-box p {
  color: var(--Text-secondary, rgba(255, 255, 255, 0.72));
  text-align: justify;
  font-family: Karla;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

/*--------------------- Jobs End -------------------------- */
/*--------------------- Job Opening Start -------------------------- */
.heroSectionJobOpening-container {
  position: relative;
  padding: 150px 5px 100px 5px;
}
.heroSectionJobOpening-container .heroSectionJobOpening-inner-container {
  width: 85%;
  margin: auto;
}
.heroSectionJobOpening-container .heroSectionJobOpening-inner-container h5 {
  color: var(--main-light-primary, #FFA500);
  text-align: justify;
  font-family: Karla;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
}
.heroSectionJobOpening-container .heroSectionJobOpening-inner-container h2 {
  color: var(--Text-primary, #FFF);
  text-align: justify;
  font-family: Karla;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 60px;
}
.heroSectionJobOpening-container .heroSectionJobOpening-inner-container .heroSectionJobOpening-grid-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 70px;
}
.heroSectionJobOpening-container .heroSectionJobOpening-inner-container .heroSectionJobOpening-grid-container .heroSectionJobOpening-grid-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.heroSectionJobOpening-container .heroSectionJobOpening-inner-container .heroSectionJobOpening-grid-container .heroSectionJobOpening-grid-box h6 {
  color: var(--Text-primary, #FFF);
  text-align: left;
  font-family: Karla;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 20px;
}
.heroSectionJobOpening-container .heroSectionJobOpening-inner-container .heroSectionJobOpening-grid-container .heroSectionJobOpening-grid-box .themebtn-bg-white {
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
}
.heroSectionJobOpening-container .heroSectionJobOpening-inner-container .heroSectionJobOpening-grid-container .heroSectionJobOpening-grid-box:not(:nth-child(4)) {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

/*--------------------- Job Opening End -------------------------- */
/*--------------------- Terms and Condition Start -------------------------- */
.heroSectionterms-container {
  position: relative;
  padding: 150px 5px 100px 5px;
}
.heroSectionterms-container .heroSectionterms-inner-container {
  width: 85%;
  margin: auto;
}
.heroSectionterms-container .heroSectionterms-inner-container h2 {
  color: var(--Text-primary, #FFF);
  text-align: left;
  font-family: Karla;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 60px;
  margin-bottom: 30px;
}
.heroSectionterms-container .heroSectionterms-inner-container p {
  color: var(--Text-primary, #FFF);
  text-align: justify;
  font-family: Karla;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 20px;
}

/*--------------------- Terms and Condition End -------------------------- */
/*--------------------- LogIn Start -------------------------- */
.landing-page-container .trans-header {
  background-color: transparent !important;
}
.landing-page-container .credentials-main-container {
  height: 130vh;
  background-image: url("../../assets/images/image 5.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.landing-page-container .credentials-main-container .credentials-centered-container {
  display: flex;
  justify-content: space-between;
  width: 60%;
  margin: auto;
  border-radius: 16px;
  border: 1px solid var(--Components-divider, #ffffff33);
  box-shadow: 0px 12px 24px -4px var(--grey-12, rgba(101, 101, 101, 0.12)), 0px 0px 2px 0px var(--grey-20, rgba(101, 101, 101, 0.2));
  overflow: hidden;
}
.landing-page-container .credentials-main-container .credentials-centered-container .credentials-left-container {
  width: 40%;
  display: flex;
  padding: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: var(--Components-paper-bg-blur, rgba(255, 255, 255, 0.08));
  -webkit-backdrop-filter: blur(24px);
          backdrop-filter: blur(24px);
}
.landing-page-container .credentials-main-container .credentials-centered-container .credentials-left-container img {
  width: 100%;
}
.landing-page-container .credentials-main-container .credentials-centered-container .credentials-right-container {
  width: 60%;
  display: flex;
  padding: 40px;
  flex-direction: column;
  align-items: flex-start;
  background: var(--Background-default, #000);
}
.landing-page-container .credentials-main-container .credentials-centered-container .credentials-right-container h2 {
  color: var(--Text-primary, #FFF);
  font-family: Karla;
  font-style: normal;
  font-weight: 800;
  line-height: 60px;
  padding-bottom: 30px;
}
.landing-page-container .credentials-main-container .credentials-centered-container .credentials-right-container p {
  color: var(--Text-secondary, rgba(255, 255, 255, 0.72));
  font-family: Karla;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
}
.landing-page-container .credentials-main-container .credentials-centered-container .credentials-right-container label {
  color: var(--Text-primary, #FFF);
  font-family: Karla;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
}
.landing-page-container .credentials-main-container .credentials-centered-container .credentials-right-container .credentials-input-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 10px;
  display: flex;
  width: 100% !important;
  padding: 0px 16px;
  border-radius: 500px;
  background: var(--Components-textfield-filled, rgba(255, 255, 255, 0.08));
}
.landing-page-container .credentials-main-container .credentials-centered-container .credentials-right-container .credentials-input-box img {
  margin-right: 8px;
}
.landing-page-container .credentials-main-container .credentials-centered-container .credentials-right-container .credentials-input-box input {
  width: 100% !important;
  padding: 16px 0px;
  background-color: transparent;
}
.landing-page-container .credentials-main-container .credentials-centered-container .credentials-right-container .credentials-input-box input::-moz-placeholder {
  color: var(--Text-disabled, rgba(255, 255, 255, 0.56));
  font-family: Karla;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.landing-page-container .credentials-main-container .credentials-centered-container .credentials-right-container .credentials-input-box input::placeholder {
  color: var(--Text-disabled, rgba(255, 255, 255, 0.56));
  font-family: Karla;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.landing-page-container .credentials-main-container .credentials-centered-container .credentials-right-container .credentials-input-box .eyeicon {
  position: absolute;
  right: 10px;
}
.landing-page-container .credentials-main-container .credentials-centered-container .credentials-right-container .Forgot-txt {
  color: var(--main-light-primary, #FFA500);
  font-family: Karla;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
}
.landing-page-container .credentials-main-container .credentials-centered-container .credentials-right-container .forget-spam-box {
  padding: var(--Alert-p-y, 16px) var(--Alert-p-right, 12px) var(--Alert-p-y, 16px) var(--Alert-p-left, 16px);
  gap: var(--Alert-Spacing, 8px);
  border-radius: 8px;
  border: 1.5px solid var(--info-16, rgba(15, 199, 255, 0.16));
  background: var(--info-8, rgba(15, 199, 255, 0.08));
  color: var(--main-light-info, #0FC7FF);
  font-family: Karla;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.landing-page-container .credentials-main-container .credentials-centered-container .credentials-right-container .verifyCode-container {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  width: 100%;
}
.landing-page-container .credentials-main-container .credentials-centered-container .credentials-right-container .verifyCode-container .verifyCode-box {
  color: var(--Text-disabled, rgba(255, 255, 255, 0.56));
  text-align: center;
  font-family: Karla;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.landing-page-container .credentials-main-container .credentials-centered-container .credentials-right-container .verifyCode-container .verifyCode-box input {
  width: 100%;
  background: var(--Components-textfield-filled, rgba(255, 255, 255, 0.08));
  border-radius: 50px;
  padding: 16px 16px;
  text-align: center;
}
.landing-page-container .credentials-main-container .credentials-centered-container .credentials-right-container .verifyCode-container .verifyCode-box input::-moz-placeholder {
  text-align: center;
}
.landing-page-container .credentials-main-container .credentials-centered-container .credentials-right-container .verifyCode-container .verifyCode-box input::placeholder {
  text-align: center;
}
.landing-page-container .verify-timer .verify-timerSpan1 {
  color: var(--Text-primary, #FFF) !important;
  text-align: center !important;
  font-family: Karla !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 22px !important;
}
.landing-page-container .verify-timer .verify-timerSpan2 {
  color: var(--main-light-primary, #FFA500);
  font-family: Karla;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}
.landing-page-container .credentials-signup-container {
  height: auto;
  padding: 180px 20px;
}
.landing-page-container .credentials-signup-container ul li {
  color: var(--Text-secondary, rgba(255, 255, 255, 0.72));
  font-family: Karla;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 10px;
}

/*--------------------- LogIn End -------------------------- */
/*--------------------- Dashboard Start -------------------------- */
.dashboard-main-container {
  padding: 130px 20px 50px 20px;
}
.dashboard-main-container .dashboard-centered-container {
  width: 85%;
  margin: auto;
}
.dashboard-main-container .dashboard-centered-container h2 {
  color: var(--Text-primary, #FFF);
  font-family: Karla;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 60px;
}
.dashboard-main-container .dashboard-centered-container h5 {
  color: var(--Text-primary, #FFF);
  font-family: Karla;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  margin: 30px 0px 20px 0px;
}
.dashboard-main-container .dashboard-centered-container .dashboard-userInfoMain-container .dashboard-userInfo-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 50px;
  -moz-column-gap: 30px;
       column-gap: 30px;
  width: 100%;
}
.dashboard-main-container .dashboard-centered-container .dashboard-userInfoMain-container .dashboard-userInfo-container .dashboard-userInfoInner-container label {
  color: var(--Text-primary, #FFF);
  font-family: Karla;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
}
.dashboard-main-container .dashboard-centered-container .dashboard-userInfoMain-container .dashboard-userInfo-container .dashboard-userInfoInner-container .credentials-input-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 10px;
  display: flex;
  width: 100% !important;
  padding: 0px 16px;
  border-radius: 500px;
  background: var(--Components-textfield-filled, rgba(255, 255, 255, 0.08));
}
.dashboard-main-container .dashboard-centered-container .dashboard-userInfoMain-container .dashboard-userInfo-container .dashboard-userInfoInner-container .credentials-input-box img {
  margin-right: 8px;
}
.dashboard-main-container .dashboard-centered-container .dashboard-userInfoMain-container .dashboard-userInfo-container .dashboard-userInfoInner-container .credentials-input-box input {
  width: 100% !important;
  padding: 16px 0px;
  background-color: transparent;
  color: var(--Text-disabled, #fff);
  font-family: Karla;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.dashboard-main-container .dashboard-centered-container .dashboard-userInfoMain-container .dashboard-userInfo-container .dashboard-userInfoInner-container .credentials-input-box input::-moz-placeholder {
  color: var(--Text-disabled, rgba(255, 255, 255, 0.56));
  font-family: Karla;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.dashboard-main-container .dashboard-centered-container .dashboard-userInfoMain-container .dashboard-userInfo-container .dashboard-userInfoInner-container .credentials-input-box input::placeholder {
  color: var(--Text-disabled, rgba(255, 255, 255, 0.56));
  font-family: Karla;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.dashboard-main-container .dashboard-centered-container .dashboard-userInfoMain-container .dashboard-userInfo-container .dashboard-userInfoInner-container .credentials-input-box .eyeicon {
  position: absolute;
  right: 10px;
}
.dashboard-main-container .dashboard-centered-container .dashboard-userInfoMain-container:nth-child(2) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 40px;
}
.dashboard-main-container .dashboard-centered-container .dashboard-userInfoMain-container:nth-child(3) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 40px;
  padding-bottom: 30px;
}
.dashboard-main-container .dashboard-centered-container .dashboard-userInfoMain-container:nth-child(3) .loginConnection-container {
  display: flex;
  gap: 20px;
  padding-top: 20px;
}
.dashboard-main-container .dashboard-centered-container .dashboard-userInfoMain-container:nth-child(3) .loginConnection-container .loginConnection-pill {
  display: flex;
  padding: 14px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: rgba(183, 104, 0, 0.4431372549);
  border-radius: 500px;
}
.dashboard-main-container .dashboard-centered-container .dashboard-userInfoMain-container:nth-child(3) .loginConnection-container .loginConnection-pill span {
  color: var(--main-light-primary, #FFA500);
  font-family: Karla;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}
.dashboard-main-container .dashboard-centered-container .dashboard-userInfoMain-container:nth-child(4) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 40px;
}
.dashboard-main-container .dashboard-centered-container .dashboard-notifications-conatiner {
  padding-top: 30px;
}
.dashboard-main-container .dashboard-centered-container .dashboard-notifications-conatiner label {
  margin-bottom: 20px;
}
.dashboard-main-container .dashboard-centered-container .dashboard-notifications-conatiner label span {
  color: var(--Text-primary, #FFF);
  font-family: Karla;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.dashboard-main-container .dashboard-centered-container .themebtn-bg {
  width: 200px;
}
.dashboard-main-container .dashboard-centered-container .themebtn-trans {
  width: 200px;
  color: #fff;
  border: 1px solid #fff;
}
.dashboard-main-container .dashboard-centered-container .nextOrder-box {
  margin: 50px 0px;
  width: 376px;
  height: 250px;
  border-radius: 16px;
  background: var(--primary-12, rgba(255, 165, 0, 0.12));
}
.dashboard-main-container .dashboard-centered-container .nextOrder-box img {
  padding: 20px 0px 0px 20px;
}
.dashboard-main-container .dashboard-centered-container .nextOrder-box p {
  width: 176px;
  color: var(--Text-primary, #FFF);
  font-family: Karla;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  float: right;
  margin-right: 50px;
  margin-top: 20px;
}
.dashboard-main-container .dashboard-centered-container .tableSearch-main-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.dashboard-main-container .dashboard-centered-container .tableSearch-main-container h3 {
  color: var(--Text-primary, #FFF);
  font-family: Karla;
  font-size: 33px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
}
.dashboard-main-container .dashboard-centered-container .tableSearch-main-container span {
  color: var(--Text-secondary, rgba(255, 255, 255, 0.72));
  font-family: Karla;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  margin-left: 10px;
}
.dashboard-main-container .dashboard-centered-container .tableSearch-main-container .tableSearch-input-container .tableSearch-input-box {
  display: flex;
  padding: 0px 16px;
  justify-content: start;
  align-items: center;
  border-radius: 50px;
  background: var(--Components-textfield-filled, rgba(255, 255, 255, 0.08));
  width: 350px;
  border: 1px solid #626262;
}
.dashboard-main-container .dashboard-centered-container .tableSearch-main-container .tableSearch-input-container .tableSearch-input-box input {
  padding: 15px 0px;
  width: 100%;
  background-color: transparent;
  font-family: Karla;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  padding-left: 10px;
}
.dashboard-main-container .dashboard-centered-container .tableSearch-main-container .tableSearch-input-container .tableSearch-input-box input::-moz-placeholder {
  font-family: Karla;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.dashboard-main-container .dashboard-centered-container .tableSearch-main-container .tableSearch-input-container .tableSearch-input-box input::placeholder {
  font-family: Karla;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.dashboard-main-container .dashboard-centered-container .table-div {
  border-radius: 8px;
}
.dashboard-main-container .dashboard-centered-container .table-div table thead {
  background-color: transparent !important;
  color: #FFF;
  font-family: Karla;
  font-size: 14px;
  font-style: normal;
  font-weight: 500 !important;
  line-height: normal;
}
.dashboard-main-container .dashboard-centered-container .table-div table thead tr th {
  background: #2a2a2a;
}
.dashboard-main-container .dashboard-centered-container .table-div table tbody {
  background-color: #191919 !important;
}
.dashboard-main-container .dashboard-centered-container .table-div table tbody tr {
  background-color: transparent !important;
}
.dashboard-main-container .dashboard-centered-container .table-div table tbody tr th {
  font-family: Karla;
  color: #949498;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.dashboard-main-container .dashboard-centered-container .table-div table tbody tr td {
  font-family: Karla;
  color: #949498;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.dashboard-main-container .dashboard-centered-container .table-div table tbody tr .table-pill {
  color: #949498;
  font-feature-settings: "cv11" on, "cv01" on, "ss01" on;
  font-family: Karla;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  padding: 5px 12px !important;
  border-radius: 8px;
  text-align: center;
  background: var(--black-2, #474747);
  margin: 10px 0px !important;
}
.dashboard-main-container .dashboard-centered-container .table-div table tbody tr .completed-pill {
  color: var(--dark-light-success, #509F1B);
  font-family: Karla;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  border-radius: 16px;
  padding: 7px 10px;
  background: var(--success-16, rgba(138, 221, 55, 0.16));
}
.dashboard-main-container .dashboard-centered-container .table-div table tbody tr .cancelled-pill {
  color: #B73C2D;
  font-family: Karla;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  border-radius: 16px;
  padding: 7px 10px;
  background: var(--error-16, rgba(255, 132, 91, 0.16));
}
.dashboard-main-container .dashboard-centered-container .table-div table tbody tr .trans-pill {
  color: #fff;
  font-family: Karla;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  border-radius: 16px;
  padding: 7px 15px;
  background: transparent;
  border: 1px solid #fff;
}

/*--------------------- Dashboard End -------------------------- */
/*--------------------- CSO2 Start -------------------------- */
.heroSectionCS2-container {
  position: relative;
  padding: 100px 5px 100px 5px;
  height: 100vh;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-image: url("../../assets/images/IMG9.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.heroSectionCS2-container .heroSectionCS2-inner-container {
  width: 85%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.heroSectionCS2-container .heroSectionCS2-inner-container .heroSectionCS2-innerLeft-container h5 {
  color: var(--main-light-primary, #FFA500);
  text-align: left;
  font-family: Karla;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
}
.heroSectionCS2-container .heroSectionCS2-inner-container .heroSectionCS2-innerLeft-container h1 {
  color: var(--Text-primary, #FFF);
  text-align: left;
  font-family: Karla;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 60px;
  margin-bottom: 20px;
}
.heroSectionCS2-container .heroSectionCS2-inner-container .heroSectionCS2-innerLeft-container p {
  color: var(--Text-secondary, rgba(255, 255, 255, 0.72));
  text-align: justify;
  font-family: Karla;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-top: 60px;
  max-width: 508px;
}
.heroSectionCS2-container .boostLogo-box {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
}

.boosting-main-container {
  padding: 100px 10px 60px 10px;
}
.boosting-main-container .boosting-centered-container {
  width: 85%;
  margin: auto;
  padding: 24px 24px 0px 24px;
  border-radius: 32px;
  background: var(--Background-default, #000);
  border: 2px solid var(--Components-divider, rgba(255, 255, 255, 0.2));
}
.boosting-main-container .boosting-centered-container .tabs {
  padding: 8px;
  border-radius: 500px;
  background: var(--primary-16, rgba(255, 165, 0, 0.16));
}
.boosting-main-container .boosting-centered-container .boostingTabBtn {
  color: var(--Text-secondary, rgba(255, 255, 255, 0.72));
  font-family: Karla;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  gap: var(--Tabs-Tab-Spacing, 8px);
  border-radius: 500px;
  border: 2px solid var(--primary-8, rgba(255, 165, 0, 0.08));
}
.boosting-main-container .boosting-centered-container .boostingTabBtn.active {
  border-radius: 500px;
  background: var(--main-light-primary, #FFA500);
  box-shadow: 0px 8px 24px -4px var(--white-16, rgba(255, 255, 255, 0.16)), 0px 0px 2px 0px var(--white-20, rgba(255, 255, 255, 0.2));
}
.boosting-main-container .boosting-centered-container .boostingTabBtn:focus {
  outline: none;
}
.boosting-main-container .boosting-centered-container .boostingTabBtnOther {
  width: 100% !important;
}
.boosting-main-container .boosting-centered-container .boostingTab {
  display: none;
  animation: fadeIn 1s ease;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.boosting-main-container .boosting-centered-container .boostingTab.active {
  display: block;
}
.boosting-main-container .boosting-centered-container .boostingTabContent {
  padding: 40px 0px 20px 0px;
  border-radius: 0 0 5px 5px;
  margin-top: -1px;
}
.boosting-main-container .boosting-centered-container .boostingTabContent .boosting-option-container {
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding-bottom: 30px;
  border-bottom: var(--Counter, 1px) solid var(--Components-divider, rgba(255, 255, 255, 0.2));
}
.boosting-main-container .boosting-centered-container .boostingTabContent .boosting-option-container .boosting-option-inner-container {
  display: flex;
  align-items: end;
  gap: 15px;
  width: 40%;
}
.boosting-main-container .boosting-centered-container .boostingTabContent .boosting-option-container .boosting-option-inner-container .boosting-option-img-box {
  display: flex;
  width: 150px;
  height: 48px;
}
.boosting-main-container .boosting-centered-container .boostingTabContent .boosting-option-container .boosting-option-inner-container .boosting-option-img-box img {
  width: 100%;
  height: 100%;
}
.boosting-main-container .boosting-centered-container .boostingTabContent .boosting-option-container .boosting-option-inner-container label {
  color: var(--Text-primary, #FFF);
  font-family: Karla;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
}
.boosting-main-container .boosting-centered-container .boostingTabContent .boosting-option-container .boosting-option-inner-container .custom-select {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.boosting-main-container .boosting-centered-container .boostingTabContent .boosting-option-container .boosting-option-inner-container .select-selected {
  color: var(--Text-disabled, rgba(255, 255, 255, 0.56));
  font-family: Karla;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  background: var(--Components-textfield-filled, rgba(255, 255, 255, 0.08));
  padding: 10px 16px;
  margin-top: 4px;
  border: 1px solid #727272;
  border-radius: 500px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.boosting-main-container .boosting-centered-container .boostingTabContent .boosting-option-container .boosting-option-inner-container .select-items {
  position: absolute;
  border-radius: 16px;
  background: #3D3D3D;
  -webkit-backdrop-filter: blur(24px);
          backdrop-filter: blur(24px);
  z-index: 9999;
  width: 100%;
  max-height: 0;
  margin-top: 10px;
  overflow-y: auto;
  transition: max-height 0.3s ease-in-out;
  display: none;
}
.boosting-main-container .boosting-centered-container .boostingTabContent .boosting-option-container .boosting-option-inner-container .select-items.show {
  max-height: 250px;
}
.boosting-main-container .boosting-centered-container .boostingTabContent .boosting-option-container .boosting-option-inner-container .select-items::-webkit-scrollbar {
  width: 5px;
  margin-top: 20px;
}
.boosting-main-container .boosting-centered-container .boostingTabContent .boosting-option-container .boosting-option-inner-container .select-items::-webkit-scrollbar-track {
  background: transparent;
  margin-top: 10px;
}
.boosting-main-container .boosting-centered-container .boostingTabContent .boosting-option-container .boosting-option-inner-container .select-items::-webkit-scrollbar-thumb {
  background: #979797;
  border-radius: 4px;
}
.boosting-main-container .boosting-centered-container .boostingTabContent .boosting-option-container .boosting-option-inner-container .select-items .dropOpt {
  color: var(--Text-primary, #FFF);
  font-family: Karla;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  padding: 12px 20px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.boosting-main-container .boosting-centered-container .boostingTabContent .boosting-option-container .boosting-option-inner-container .select-items .dropOpt:hover {
  background-color: rgba(100, 100, 100, 0.2117647059);
}
.boosting-main-container .boosting-centered-container .boostingTabContent .boosting-option-container .boosting-option-inner-container #select {
  color: var(--Text-disabled, rgba(255, 255, 255, 0.56));
  font-family: Karla;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  background: var(--Components-textfield-filled, rgba(255, 255, 255, 0.08));
  padding: 13px 16px;
  margin-top: 4px;
  border: 1px solid #727272;
  border-radius: 500px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.boosting-main-container .boosting-centered-container .boostingTabContent .boosting-option-container .boosting-option-inner-container #select option {
  background-color: #565656;
}
.boosting-main-container .boosting-centered-container .boostingTabContent .boosting-option-container .counter-box {
  width: 40%;
}
.boosting-main-container .boosting-centered-container .boostingTabContent .boosting-option-container .counter-box label {
  color: var(--Text-primary, #FFF);
  font-family: Karla;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
}
.boosting-main-container .boosting-centered-container .boostingTabContent .boosting-option-container .counter-box .counter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 500px;
  background-color: #141414;
  border: 1px solid #727272;
  overflow: hidden;
  margin-top: 4px;
}
.boosting-main-container .boosting-centered-container .boostingTabContent .boosting-option-container .counter-box .counter button {
  font-size: 16px;
  cursor: pointer;
}
.boosting-main-container .boosting-centered-container .boostingTabContent .boosting-option-container .counter-box .counter .minus {
  display: flex;
  width: 64px;
  padding: 8px;
  justify-content: center;
  align-items: center;
  background: var(--main-light-primary, #FFA500);
}
.boosting-main-container .boosting-centered-container .boostingTabContent .boosting-option-container .counter-box .counter .plus {
  display: flex;
  width: 64px;
  padding: 8px;
  justify-content: center;
  align-items: center;
  background: var(--main-light-primary, #FFA500);
}
.boosting-main-container .boosting-centered-container .boostingTabContent .boosting-option-container .counter-box .counter .value {
  color: var(--Text-primary, #FFF);
  font-family: Karla;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  background: transparent;
  text-align: center;
}
.boosting-main-container .boosting-centered-container .boostingTabContent .boosting-option-container .boosting-rankConverttoImg-box {
  width: 64px;
  height: 64px;
}
.boosting-main-container .boosting-centered-container .boostingTabContent .boosting-option-container .boosting-rankConverttoImg-box img {
  width: 100%;
  height: 100%;
}
.boosting-main-container .boosting-centered-container .boostingTabContent .boosting-additional-conatiner {
  padding: 24px;
}
.boosting-main-container .boosting-centered-container .boostingTabContent .boosting-additional-conatiner h5 {
  color: var(--Text-primary, #FFF);
  text-align: center;
  font-family: Karla;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}
.boosting-main-container .boosting-centered-container .boostingTabContent .boosting-additional-conatiner span {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 5px;
}
.boosting-main-container .boosting-centered-container .boostingTabContent .boosting-additional-conatiner span img {
  width: 20px;
  height: 20px;
}
.boosting-main-container .boosting-centered-container .boostingTabContent .boosting-additional-conatiner span p {
  color: var(--Text-secondary, rgba(255, 255, 255, 0.72));
  text-align: center;
  font-family: Karla;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.boosting-main-container .boosting-centered-container .boostingTabContent .boosting-additional-conatiner .boosting-additionalInput-conatiner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 20px 0px;
}
.boosting-main-container .boosting-centered-container .boostingTabContent .boosting-additional-conatiner .boosting-additionalInput-conatiner label {
  display: flex;
  align-items: center;
  color: var(--Text-primary, #FFF);
  font-family: Karla;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  gap: 10px;
  cursor: pointer;
}
.boosting-main-container .boosting-centered-container .boostingTabContent .boosting-additional-conatiner .boosting-additionalInput-conatiner label input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  position: relative;
  cursor: pointer;
}
.boosting-main-container .boosting-centered-container .boostingTabContent .boosting-additional-conatiner .boosting-additionalInput-conatiner label input[type=checkbox]::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 2px solid #656565;
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 0;
}
.boosting-main-container .boosting-centered-container .boostingTabContent .boosting-additional-conatiner .boosting-additionalInput-conatiner label input[type=checkbox]:checked::after {
  content: "✓";
  font-size: 14px;
  color: black;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.boosting-main-container .boosting-centered-container .boostingTabContent .boosting-additional-conatiner .boosting-additionalInput-conatiner label input[type=checkbox]:checked::before {
  background-color: #FFA500 !important;
  border: 2px solid #FFA500;
}
.boosting-main-container .boosting-centered-container .boostingTabContent .boosting-additional-conatiner .boosting-additionalInput-conatiner label span {
  display: flex;
  padding: 5px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid var(--Background-neutral02, rgba(124, 124, 124, 0.2));
  background: var(--Background-neutral02, rgba(124, 124, 124, 0.2));
  color: var(--Text-primary, #FFF);
  font-family: Karla;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.65px;
  text-transform: uppercase;
}
.boosting-main-container .boosting-centered-container .boostingTabContent .boosting-pricing-conatiner {
  display: flex;
  padding: 24px 32px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 16px;
  background: var(--Background-neutral02, rgba(124, 124, 124, 0.2));
}
.boosting-main-container .boosting-centered-container .boostingTabContent .boosting-pricing-conatiner .boosting-pricing-txt-conatiner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 20px;
  border-bottom: var(--Counter, 1px) solid var(--Components-divider, rgba(255, 255, 255, 0.2));
}
.boosting-main-container .boosting-centered-container .boostingTabContent .boosting-pricing-conatiner .boosting-pricing-txt-conatiner span {
  display: flex;
  align-items: center;
  gap: 15px;
  color: var(--Text-secondary, rgba(255, 255, 255, 0.72));
  font-family: Karla;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
}
.boosting-main-container .boosting-centered-container .boostingTabContent .boosting-pricing-conatiner .boosting-pricing-txt-conatiner span h3 {
  color: var(--Text-primary, #FFF);
  font-family: Karla;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 50px;
}
.boosting-main-container .boosting-centered-container .boostingTabContent .boosting-pricing-conatiner .boosting-pricing-txt-conatiner .themebtn-bg {
  padding-left: 50px;
  padding-right: 50px;
}
.boosting-main-container .boosting-centered-container .boostingTabContent .boosting-pricing-conatiner .boosting-pricing-opt-conatiner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  width: 100%;
}
.boosting-main-container .boosting-centered-container .boostingTabContent .boosting-pricing-conatiner .boosting-pricing-opt-conatiner .boosting-pricing-optLeft-conatiner {
  display: flex;
  gap: 25px;
}
.boosting-main-container .boosting-centered-container .boostingTabContent .boosting-pricing-conatiner .boosting-pricing-opt-conatiner .boosting-pricing-optRight-conatiner {
  display: flex;
  align-items: center;
}
.boosting-main-container .boosting-centered-container .boostingTabContent .boosting-pricing-conatiner .boosting-pricing-opt-conatiner .boosting-pricing-optRight-conatiner h6 {
  color: #FFF;
  font-family: Karla;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  margin-right: 10px;
}
.boosting-main-container .boosting-centered-container .boostingTabContent .boosting-pricing-conatiner .boosting-pricing-opt-conatiner .boosting-pricing-optRight-conatiner .boosting-greenStar-container {
  display: flex;
  align-items: center;
  gap: 10px;
}
.boosting-main-container .boosting-centered-container .boostingTabContent .boosting-pricing-conatiner .boosting-pricing-opt-conatiner .boosting-pricing-optRight-conatiner span {
  color: var(--Text-primary, #FFF);
  font-family: Karla;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  margin: 0px 10px;
}

.MyBoost-main-container {
  padding: 50px 10px;
  background: var(--Background-neutral02, rgba(124, 124, 124, 0.2));
}
.MyBoost-main-container .MyBoost-centered-container {
  width: 85%;
  margin: auto;
}
.MyBoost-main-container .MyBoost-centered-container h5 {
  color: var(--main-light-primary, #FFA500);
  font-family: Karla;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}
.MyBoost-main-container .MyBoost-centered-container h2 {
  color: var(--Text-primary, #FFF);
  font-family: Karla;
  font-size: 45px;
  font-style: normal;
  font-weight: 800;
}
.MyBoost-main-container .MyBoost-centered-container .MyBoost-grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  padding: 30px 0px 10px 0px;
}
.MyBoost-main-container .MyBoost-centered-container .MyBoost-grid-container .MyBoost-grid-box {
  display: flex;
}
.MyBoost-main-container .MyBoost-centered-container .MyBoost-grid-container .MyBoost-grid-box span {
  display: flex;
  padding: 8px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: var(--Background-paper, #292929);
  margin-right: 15px !important;
}
.MyBoost-main-container .MyBoost-centered-container .MyBoost-grid-container .MyBoost-grid-box .MyBoost-txt h5 {
  color: var(--Text-primary, #FFF);
  font-family: Karla;
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}
.MyBoost-main-container .MyBoost-centered-container .MyBoost-grid-container .MyBoost-grid-box .MyBoost-txt .MyBoost-p {
  color: var(--Text-secondary, rgba(255, 255, 255, 0.72));
  text-align: justify;
  font-family: Karla;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

/*--------------------- CSO2 End -------------------------- */
/*--------------------- Mob Navbar -------------------------- */
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.brand {
  font-size: 1.5rem;
}

.burger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  position: relative;
}

.burger span {
  display: block;
  width: 25px;
  height: 3px;
  background-color: #fff;
  margin: 5px 0;
}

.sidebar {
  height: 100vh;
  width: 280px;
  position: fixed;
  top: 0;
  left: -280px;
  background-color: #2a2a2a;
  transition: left 0.3s ease;
}

.close-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  position: absolute;
  top: 0px;
  right: 0px;
  color: #fff;
}

.close-btn span {
  color: var(--Text-primary, #FFF);
  font-family: Karla;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
}

/*--------------------------------- Mob Nav ------------------------------------ */
/*--------------------------------- Responsiveness ------------------------------------ */
@media (max-width: 1010px) {
  .landing-page-container .boosting-main-container .boosting-centered-container {
    width: 98%;
  }
  .landing-page-container .boosting-main-container .boosting-centered-container .tabs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 10px 40px;
    gap: 10px;
  }
  .landing-page-container .boosting-main-container .boosting-centered-container .tabs .boostingTabBtn {
    font-size: 12px;
    display: flex;
    width: 100%;
    padding: 10px 16px;
  }
}
@media (max-width: 930px) {
  header {
    background-color: #333;
    color: #fff;
    padding: 10px;
  }
  .burger {
    display: block;
  }
  .sidebar {
    width: 280px;
  }
  .mob-logo {
    display: flex !important;
    justify-content: start !important;
    align-items: start !important;
    padding: 15px;
  }
  .menu-container-mob {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
  }
  .menu-container-mob a {
    color: var(--Text-primary, #FFF);
    font-family: Karla;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    margin-right: 40px;
    padding: 10px 15px;
  }
  .menu-container-mob .boost-dropdown {
    width: 100%;
  }
  .menu-container-mob .boost-dropdown span {
    color: var(--Text-primary, #FFF);
    font-family: Karla;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    margin-right: 40px;
    padding: 10px 15px;
  }
  .menu-container-mob .boost-dropdown .dropdown-content {
    padding: 10px 0px;
    display: none;
    flex-direction: column;
    width: 100%;
    background-color: #191919;
    transition: 0.3s;
  }
  .buttonmob-container {
    padding: 10px 15px;
  }
  .buttonmob-container button {
    margin-bottom: 10px;
  }
  .leftmenu-container,
  .rightmenu-container {
    display: none !important;
  }
  .logo-container {
    width: 100px !important;
    height: 100px !important;
  }
  .landing-page-container .heroSection-container {
    height: 100%;
    padding-bottom: 100px !important;
    padding: 0px 20px;
  }
  .landing-page-container .heroSection-container h1 {
    font-size: 60px !important;
    line-height: 70px !important;
  }
  .landing-page-container .heroSection-container p {
    font-size: 12px;
  }
  .landing-page-container .heroSection-container .heroPills-container {
    display: none !important;
    width: 100%;
    padding: 0px 30px;
    bottom: 0;
  }
  .landing-page-container .heroSection-container .heroPills-container span {
    font-size: 12px;
  }
  .landing-page-container .specialOffer-container {
    width: 98%;
    display: flex;
    flex-direction: column;
  }
  .landing-page-container .specialOffer-container .specialOffer-left-container {
    width: 100%;
  }
  .landing-page-container .specialOffer-container .specialOffer-right-container {
    width: 100%;
  }
  .landing-page-container .services-container {
    width: 98%;
  }
  .landing-page-container .services-container .services-card-container {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 50px;
  }
  .landing-page-container .services-container .services-card-container .services-card-box .services-box-img {
    width: 100%;
  }
  .landing-page-container .whyUsSection-container {
    width: 95%;
  }
  .landing-page-container .ourstatSection-container {
    width: 95%;
    padding-bottom: 60px;
  }
  .landing-page-container .stepsSection-container .stepsSection-inner-container {
    width: 95%;
  }
  .landing-page-container .stepsSection-container .stepsSection-inner-container .stepsSection-flow-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .landing-page-container .testimonialsSection-container {
    padding: 0px 5px;
  }
  .landing-page-container .testimonialsSection-container .testimonialsSection-inner-container {
    width: 95%;
  }
  .landing-page-container .testimonialsSection-container .center {
    width: 95%;
  }
  .landing-page-container .frequentlySection-container .frequentlySection-inner-container {
    width: 95%;
  }
  .landing-page-container .frequentlySection-container .frequeantly-tabs-conatiner {
    width: 100%;
    margin-bottom: 300px;
    gap: 10px;
  }
  .landing-page-container .boostNow-container .boostNow-inner-container {
    width: 400px;
  }
  .landing-page-container .payment-container .payment-inner-container {
    gap: 10px;
    width: 95%;
  }
  .landing-page-container Footer {
    flex-direction: column;
  }
  .landing-page-container Footer .footer-left-container {
    width: 100%;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
  .landing-page-container Footer .footer-right-container {
    width: 100%;
  }
  .landing-page-container .credentials-main-container .credentials-centered-container {
    width: 95%;
  }
  .landing-page-container .heroSectionContact-container .heroSectionContact-inner-container {
    width: 95%;
    gap: 20px;
    flex-direction: column;
  }
  .landing-page-container .heroSectionContact-container .heroSectionContact-inner-container .heroSectionContact-innerLeft-container {
    max-width: 100%;
  }
  .landing-page-container .heroSectionContact-container .heroSectionContact-inner-container .heroSectionContact-innerRight-container {
    width: 100%;
  }
  .landing-page-container .employeeboost-container .employeeboost-inner-container {
    width: 95%;
  }
  .landing-page-container .heroSectionJobOpening-container .heroSectionJobOpening-inner-container {
    width: 95%;
  }
  .landing-page-container .heroSectionJobOpening-container .heroSectionJobOpening-inner-container .heroSectionJobOpening-grid-container .heroSectionJobOpening-grid-box {
    padding-right: 10px;
  }
  .landing-page-container .heroSectionterms-container .heroSectionterms-inner-container {
    width: 95%;
  }
  .landing-page-container .MyBoost-main-container .MyBoost-centered-container {
    width: 95%;
  }
  .boosting-pricing-conatiner .boosting-pricing-opt-conatiner {
    flex-wrap: wrap;
    gap: 20px;
  }
  .boosting-pricing-conatiner .boosting-pricing-opt-conatiner .boosting-pricing-optLeft-conatiner {
    width: 100% !important;
    justify-content: center;
    flex-wrap: wrap;
  }
  .boosting-pricing-conatiner .boosting-pricing-opt-conatiner .boosting-pricing-optRight-conatiner {
    width: 100% !important;
    justify-content: center;
    flex-wrap: wrap;
  }
  .dashboard-main-container .dashboard-centered-container {
    width: 98%;
  }
}
@media (max-width: 700px) {
  .boosting-rankConverttoImg-box{
    display: block;
    margin: 2px auto;
  }
  .lastBtn{
    margin-left:50%;
  }
  .boosting-main-container .boosting-centered-container .boostingTabContent .boosting-option-container .counter-box {
    width: 100%;
  }
  .landing-page-container .heroSection-container h1 {
    font-size: 40px !important;
    line-height: 40px !important;
  }
  .landing-page-container .heroSection-container p {
    font-size: 12px;
  }
  .landing-page-container .heroSection-container .heroPills-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    bottom: 0px !important;
  }
  .landing-page-container .services-container .services-card-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .landing-page-container .whyUsSection-container {
    padding: 30px;
  }
  .landing-page-container .whyUsSection-container .whyUsSection-inner-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 30px;
  }
  .landing-page-container .whyUsSection-container .whyUsSection-inner-container .whyUsSection-box h5 {
    text-align: left;
  }
  .landing-page-container .whyUsSection-container .whyUsSection-inner-container .whyUsSection-box p {
    text-align: left;
  }
  .landing-page-container .frequentlySection-container .frequeantly-tabs-conatiner {
    flex-direction: column;
  }
  .landing-page-container .frequentlySection-container .tab {
    width: 100%;
  }
  .landing-page-container .frequentlySection-container .tabcontent {
    width: 100%;
    padding: 0px;
  }
  .landing-page-container .frequentlySection-container .frequentlyStill-inner-container {
    width: 95%;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 10px;
  }
  .landing-page-container .payment-container .payment-inner-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    width: 95%;
  }
  .landing-page-container .payment-container .payment-inner-container img {
    margin: auto;
  }
  .landing-page-container Footer .footer-left-container {
    width: 100%;
  }
  .landing-page-container Footer .footer-left-container .footer-leftFirst-inner-container {
    padding: 50px 20px;
  }
  .landing-page-container Footer .footer-right-container {
    width: 100%;
  }
  .landing-page-container .frequentlySection-container .frequentlySection-inner-container {
    width: 95%;
  }
  .landing-page-container .frequentlySection-container .frequentlySection-inner-container h5 {
    font-size: 16px;
  }
  .landing-page-container .frequentlySection-container .frequentlySection-inner-container h2 {
    font-size: 24px;
  }
  .landing-page-container .employeeboost-container .employeeboost-inner-container {
    width: 95%;
  }
  .landing-page-container .employeeboost-container .employeeboost-inner-container h2 {
    text-align: left;
    font-size: 24px;
  }
  .landing-page-container .employeeboost-container .employeeboost-inner-container .employeeboost-grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .landing-page-container .heroSectionJobOpening-container .heroSectionJobOpening-inner-container {
    width: 95%;
  }
  .landing-page-container .heroSectionJobOpening-container .heroSectionJobOpening-inner-container .heroSectionJobOpening-grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .landing-page-container .heroSectionJobOpening-container .heroSectionJobOpening-inner-container .heroSectionJobOpening-grid-container .heroSectionJobOpening-grid-box {
    padding-right: 10px;
  }
  .landing-page-container .heroSectionCS2-container .heroSectionCS2-inner-container {
    width: 95%;
  }
  .landing-page-container .MyBoost-main-container .MyBoost-centered-container h2 {
    font-size: 24px;
  }
  .landing-page-container .MyBoost-main-container .MyBoost-centered-container .MyBoost-grid-container {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
  .landing-page-container .boosting-main-container .boosting-centered-container .tabs {
    grid-template-columns: repeat(2, 1fr);
    padding: 10px 40px;
    gap: 10px;
  }
  .landing-page-container .boosting-main-container .boosting-centered-container .tabs .boostingTabBtn {
    font-size: 12px;
    width: 100%;
    padding: 10px 0px;
  }
  .landing-page-container .boosting-main-container .boosting-centered-container .tabs .boostingTabBtn .boostingTabContent {
    border: 1px solid red;
  }
  .landing-page-container .boosting-main-container .boosting-centered-container .tabs .boostingTabBtn .boostingTabContent .boosting-option-container {
    display: block;
  }
  .landing-page-container .boosting-option-container {
    flex-direction: column !important;
    align-items: start !important;
    justify-content: start !important;
  }
  .landing-page-container .boosting-rankConverttoImg-box {
    margin-top: 15px;
  }
  .landing-page-container .boosting-option-inner-container {
    width: 100% !important;
  }
  .landing-page-container .boosting-additional-conatiner {
    padding: 24px;
  }
  .landing-page-container .boosting-additional-conatiner span {
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 5px;
  }
  .landing-page-container .boosting-additional-conatiner span p {
    font-size: 12px !important;
  }
  .landing-page-container .boosting-additionalInput-conatiner {
    flex-wrap: wrap;
  }
  .landing-page-container .boosting-pricing-conatiner .boosting-pricing-txt-conatiner {
    flex-direction: column;
  }
  .landing-page-container .boosting-pricing-conatiner .boosting-pricing-txt-conatiner .themebtn-bg {
    width: 100%;
  }
  .landing-page-container .boosting-pricing-conatiner .boosting-pricing-opt-conatiner {
    flex-wrap: wrap;
    gap: 20px;
  }
  .landing-page-container .boosting-pricing-conatiner .boosting-pricing-opt-conatiner .boosting-pricing-optLeft-conatiner {
    width: 100% !important;
    justify-content: center;
    flex-wrap: wrap !important;
    gap: 10px;
  }
  .landing-page-container .boosting-pricing-conatiner .boosting-pricing-opt-conatiner .boosting-pricing-optRight-conatiner {
    width: 100% !important;
    justify-content: center;
    flex-wrap: wrap !important;
    gap: 10px;
  }
  .dashboard-main-container .dashboard-centered-container {
    width: 98%;
  }
  .dashboard-main-container .dashboard-centered-container .tableSearch-main-container {
    flex-direction: column;
    gap: 20px;
  }
  .dashboard-main-container .dashboard-centered-container .tableSearch-main-container .tableSearch-input-container .tableSearch-input-box {
    width: 100%;
  }
  .dashboard-main-container .dashboard-centered-container .dashboard-userInfoMain-container .dashboard-userInfo-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 550px) {
  .lastBtn{
    margin-left:50%;
  }
  .boosting-main-container .boosting-centered-container .boostingTabContent .boosting-option-container .counter-box {
    width: 100%;
  }
  .landing-page-container .ourstatSection-container h2 {
    font-size: 25px;
  }
  .landing-page-container .ourstatSection-container .ourstatSection-inner-container {
    grid-template-columns: repeat(1, 1fr);
  }
  .landing-page-container Footer .footer-left-container {
    width: 100%;
  }
  .landing-page-container Footer .footer-left-container .footer-leftFirst-inner-container {
    padding: 50px 20px;
  }
  .landing-page-container Footer .footer-left-container .footer-leftSecond-inner-container {
    flex-direction: column;
    padding: 50px 20px 40px 20px;
  }
  .landing-page-container Footer .footer-left-container .footer-leftthird-inner-container {
    padding: 32px 32px 32px 20px;
    gap: 25px;
  }
  .landing-page-container Footer .footer-left-container .footer-leftfourth-inner-container {
    height: auto;
    padding: 32px 32px 32px 20px;
  }
  .landing-page-container Footer .footer-right-container {
    width: 100%;
  }
  .landing-page-container Footer .footer-right-container .footersubscribe-container {
    padding: 50px 20px;
  }
  .landing-page-container Footer .footer-right-container .footersubscribe-container h2 {
    font-size: 30px;
  }
  .landing-page-container Footer .footer-right-container .footersubscribe-container .footersubscribe-container .setDirection-input {
    flex-direction: column !important;
  }
  .landing-page-container .credentials-main-container {
    padding-top: 100px;
    padding-bottom: 50px;
    height: 100%;
  }
  .landing-page-container .credentials-main-container .credentials-centered-container {
    flex-direction: column;
  }
  .landing-page-container .credentials-main-container .credentials-centered-container .credentials-left-container {
    display: none;
  }
  .landing-page-container .credentials-main-container .credentials-centered-container .credentials-right-container {
    width: 100%;
    padding: 20px;
  }
  .landing-page-container .credentials-main-container .credentials-centered-container .credentials-right-container h2 {
    font-size: 30px;
  }
  .landing-page-container .credentials-signup-container {
    padding: 120px 0px;
  }
  .landing-page-container .loginConnection-container {
    flex-direction: column !important;
  }
}
@media (max-width: 440px) {
  .lastBtn{
    margin-left:50%;
  }
  .boosting-main-container .boosting-centered-container .boostingTabContent .boosting-option-container .counter-box {
    width: 100%;
  }
  .landing-page-container .specialOffer-box {
    flex-direction: column;
  }
  .landing-page-container .specialOffer-box span img {
    display: flex;
    width: 100% !important;
  }
  .landing-page-container .services-container .services-card-container {
    grid-template-columns: repeat(1, 1fr);
  }
  .landing-page-container .aboutUsSection-container .aboutUsSection-inner-container {
    width: 95%;
  }
  .landing-page-container .whyUsSection-container {
    padding: 20px;
  }
  .landing-page-container .whyUsSection-container .whyUsSection-inner-container {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
  .landing-page-container .whyUsSection-container .whyUsSection-inner-container .whyUsSection-box h5 {
    text-align: left;
  }
  .landing-page-container .whyUsSection-container .whyUsSection-inner-container .whyUsSection-box p {
    text-align: left;
  }
  .landing-page-container .stepsSection-container .stepsSection-inner-container .stepsSection-flow-container {
    grid-template-columns: repeat(1, 1fr);
  }
  .landing-page-container .boostNow-container .boostNow-inner-container {
    width: 95%;
  }
  .landing-page-container .payment-container .payment-inner-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    width: 95%;
  }
  .landing-page-container .payment-container .payment-inner-container img {
    margin: auto;
  }
  .landing-page-container .employeeboost-container .employeeboost-inner-container h2 {
    text-align: center !important;
  }
  .landing-page-container .employeeboost-container .employeeboost-inner-container .employeeboost-grid-container {
    grid-template-columns: repeat(1, 1fr);
  }
  .landing-page-container .employeeboost-container .employeeboost-inner-container .employeeboost-grid-container .employeeboost-grid-box {
    justify-content: center;
    align-items: center;
  }
  .landing-page-container .heroSectionJobOpening-container .heroSectionJobOpening-inner-container .heroSectionJobOpening-grid-container {
    grid-template-columns: repeat(1, 1fr);
  }
  .landing-page-container .heroSectionJobOpening-container .heroSectionJobOpening-inner-container .heroSectionJobOpening-grid-container .heroSectionJobOpening-grid-box {
    align-items: center;
  }
  .dashboard-main-container .dashboard-centered-container .nextOrder-box {
    width: 100%;
  }
  .dashboard-main-container .dashboard-centered-container h2 {
    font-size: 24px;
  }
}
/*--------------------------------- Responsiveness ------------------------------------ *//*# sourceMappingURL=index.css.map */