@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");

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

body {
  font-family: "Schibsted Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  line-height: 24px;
  font-size: 16px;
  color: #666666;
  background: #fbffeb !important;
}

h1,
h2,
h3,
h4 {
  color: #3d3d3d;
  font-family: "Oswald", sans-serif!important;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 71px;
  letter-spacing: 0.96px;
  text-transform: uppercase;
}

.headSubtext {
  font-size: 18px;
  line-height: 26px;
  margin: 0;
}
.topNavbar {
  border-bottom: 1px solid #89a880;
  margin-bottom: 24px;
}
.topNavbarIcon {
  display: flex;
  align-items: center;
  padding: 20px 0;
}

.topNavbarIcon p {
  margin-bottom: 0;
  margin-left: 15px;
  color: #003b17;
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 23.385px;
}

.navBar .container {
  background-color: #256133;
  padding: 18px 0;
  border-radius: 16px;
}

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

.navBar .fireIcon p {
  color: #fff;
  margin: 0;
  font-size: 20px;
  font-weight: 700;
}
.navBar .fireIcon img {
  margin-right: 16px;
}

.acting {
  padding: 48px 0 60px 0;
}

.actingLeft {
  align-content: center;
}
.actingLeft h1 {
  font-weight: 700;
  font-size: 48px;
  line-height: 72px;
  color: #3d3d3d;
  max-width: 450px;
}
.acting .actingLeft p {
  font-size: 18px;
  margin-bottom: 30px;
  max-width: 430px;
}

.accordion-item .accordion-header .collapsed{
    background-color: #fbffeb !important;
    color: #3D3D3D !important;
}

a.registerNow {
  background-color: #164822;
  padding: 15px 16px;
  color: #fbe84d;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  border-radius: 12px;
  width: 282px;
  display: flex !important;
  justify-content: space-between;
}

a.registerNow:hover {
  color: #fbe84d;
}

.journey {
  padding-top: 60px;
  padding-bottom: 40px;
}
.journeyHead {
  margin-bottom: 40px;
}
.journeyHead h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 72px;
  color: #3d3d3d;
}
.journeyHead p {
  /*max-width: 650px;*/
  font-weight: 500;
  color: #666666;
}

.counterSection {
  background-color: #fdfff4;
  border: 1px solid #b0c3aa;
  padding: 36px 0;
  border-radius: 16px;
  margin-top: 40px;
}

.counterSection span {
  color: #00632d;
  text-align: center;
  font-family: Oswald;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.96px;
  text-transform: uppercase;
}

.counterSection p {
  color: #666;
  font-family: "Schibsted Grotesk";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.counterSection .counter-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
}

.counterSection .col-4 {
  border-right: 1px solid #b0c3aa;
}

.counterSection .col-4:last-child {
  border-right: 0;
}

.industry .cardInfo {
  position: absolute;
  bottom: 24px;
  left: 24px;
  z-index: 2;
}

.industry {
  background-color: #fdfff4;
  padding: 55px 0 80px;
}
.industry h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 72px;
  color: #3d3d3d;
  margin-bottom: 32px;
}
.industry .card {
  position: relative;
  border: 0;
  overflow: hidden;
  border-radius: 12px;
}
.industry .card:after {
  content: "";
  background: linear-gradient(
    180.11deg,
    rgba(0, 0, 0, 0) 33.1%,
    #000000 97.51%
  );
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.industry::before {
  content: "";
  background-image: url(../images/newIndustryBorder.png);
  position: absolute;
  top: 0;
  width: 100%;
  height: 20px;
}

.industry::after {
  content: "";
  background-image: url(../images/industry-border.svg);
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 20px;
}

.industrySlider .card h5 {
  color: #e1f396;
  font-family: "Oswald", sans-serif;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.64px;
  text-transform: uppercase;
}

.industrySlider .slick-next{
width: 75px;
}

.slick-dots {
  display: none;
  position: absolute;
  bottom: -25px;
  left: 15px;
  width: auto !important;
  padding: 0;
  margin: 0;

  list-style: none;

  text-align: center;
}
.slick-dots li {
  position: relative;

  display: inline-block;

  width: 10px;
  height: 4px;
  margin: 0 2px;
  padding: 0;

  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;

  display: block;

  width: 10px;
  height: 4px;
  padding: 0;

  cursor: pointer;

  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  border-radius: 5px;
  background: #779775;
  font-family: "slick";
  font-size: 40px;
  line-height: 20px;

  position: absolute;
  top: 0;
  left: 0;

  width: 10px;
  height: 4px;

  content: "";
  text-align: center;
  color: black;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active,
.slick-dots li.slick-active button,
.slick-dots li.slick-active button:before {
  background: #164822;
  border-radius: 5px;
  width: 28px;
}

.slick-prev,
.slick-next {
  position: absolute;
  width: 37px;
  height: 37px;
  right: 0;
  top: -87px;
  font-size: 0;
  border: 0;
  padding: 0;
  background-color: transparent;
}

.slick-prev {
  transform: rotate(180deg);
  right: 60px;
}
.slick-prev,
.slick-next {
  top: -55px;
}

.slick-prev:before,
.slick-next:before {
  content: "";
  height: 37px;
  width: 37px;
  display: block;
  background-repeat: no-repeat;
}

.slick-next:before {
  background-image: url(../images/green-arrow.svg);
}
.slick-prev:before {
  background-image: url(../images/green-arrow.svg);
}

.slick-next.slick-disabled {
  transform: rotate(180deg);
}
.slick-prev.slick-disabled {
  transform: rotate(0deg);
}

.footer .footerRight .detailsIcon{
    min-width: 32px;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  background-image: url(../images/green-arrow-disabled.svg);
}

.slick-slider {
  margin: 0 -15px;
}

.slick-slide {
  margin-right: 15px;
  margin-left: 15px;
}

.industrySlider .subtext {
  margin-top: 24px;
  font-size: 18px;
}

.course {
  padding-top: 120px;
}

.course h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 72px;
  color: #3d3d3d;
}

.courseBtn {
  text-align: right;
  display: flex;
  justify-content: end;
}

.courseBox {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.courseBox h5 {
  margin-top: 24px;
  color: #3d3d3d;
  font-family: "Schibsted Grotesk";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.videoBg {
  margin-top: 40px;
}

.videoBg .videoBtn {
  width: 70px;
  height: auto;
  position: absolute;
  top: 43%;
  left: 50%;
}

.videoBg h5 {
  position: absolute;
  bottom: 20px;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  width: 100%;
  color: #e4f2a1;
}

.coveredBox {
  border: 1px solid #b0c3aa;
  border-radius: 16px;
  padding: 24px;
  min-height: 280px;
}

.coveredBox h5 {
  margin-top: 20px;
  font-weight: 700;
}

.covered {
  padding-top: 80px;
  padding-bottom: 120px;
}

.covered h2 {
  font-weight: 600;
  font-size: 40px;
  line-height: 60px;
  color: #3d3d3d;
  margin-bottom: 32px;
}

.covered .slick-list {
  overflow: visible;
}

.success {
  background: #256133 url("../images/successBg.png") right center no-repeat;
  padding: 60px 0;
}

.successHead {
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 55px;
  margin-bottom: 40px;
}

.successBox {
  display: flex;
  align-items: center;
  margin-left: 82px;
}
.successBox:first-child {
  margin-left: 0;
}
.successBoxList {
  margin-top: 40px;
}

.successBox p {
  color: #fff;
  margin: 0 0 0 16px;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.success .successBg {
  position: absolute;
  right: 0;
  top: 0;
}

.mentors {
  padding: 120px 0;
}
.mentors h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 60px;
  color: #3d3d3d;
  margin-bottom: 12px;
}

.mentors .card {
  background: #e4f2a1 url("../images/mentorBgWhite.png") right top no-repeat;
  border: 0;
  padding: 20px 0 0 16px;
  border-radius: 12px 12px 60px 12px;
}

.mentors .mentorBgWhite {
  position: absolute;
  top: 0;
  right: 0;
}

.mentors h4 {
  color: #00632d;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 36px;
}
.mentors .card-text {
  font-size: 14px;
  line-height: 18px;
}

.mentors p {
  margin-bottom: 40px;
}

.mentors .mentorImage img {
  border-radius: 0 0 60px 0;
}

.mentors .socialMedia {
  position: absolute;
  bottom: 14px;
}

.mentors .socialMedia p {
  font-size: 14px;
  margin-bottom: 0;
}
.mentors .socialMedia a {
  margin-right: 12px;
  display: inline-block;
}
.mentors .slick-track {
  align-items: center;
  display: flex;
}

.mentorsSlider .slick-list {
  padding: 0 !important;
}
.mentorsSlider .slick-slide .card .row {
  min-height: 230px;
}
.mentorsSlider .slick-slide:nth-child(2) .card .row {
  min-height: 275px;
}

.hurry {
  background-color: #eff7c7;
}

.hurry h2 {
  font-size: 40px;
  line-height: 60px;
  color: #256133;
  font-weight: 600;
  padding: 20px 0;
  text-align: center;
  margin-bottom: 0;
}

.earlyBird {
  background: #256133 url("../images/hurryWhiteBg.png") right top no-repeat;
}

.earlyBirdOffer img {
  padding: 19px 0;
}

.earlyBird .earlyBirdBtn a {
  background-color: #fbe84d;
  color: #164822;
}

.earlyBird .mainPrice {
  margin-bottom: 36px;
}
.earlyBird .mainPrice p {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 0;
}

.earlyBird .mainPrice .priceOne {
  font-size: 44px;
  font-weight: 700;
  padding: 0 20px;
}

.earlyBird .mainPrice .priceTwo {
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  font-weight: 500;
  text-decoration: line-through;
  color: #ebebeb;
}

.earlyBirdBtn .registerNow span {
  margin-left: 75px;
}

.whois {
  padding: 120px 0;
}
.whois h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 72px;
  color: #3d3d3d;
  margin-bottom: 8px;
}
.whois .headSubtext {
  color: #3d3d3d;
  margin-bottom: 30px;
}

.whoisBoxList {
  margin-top: 30px;
}

.whoisBoxList .whoIsIcon {
  margin-bottom: 24px;
}

.whoisBoxList p {
  max-width: 320px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 0;
}

.whoisBoxList h5 {
  margin: 0 0 12px 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #3d3d3d;
}
.whoisBoxList .whoIsBox {
  border-radius: 16px;
  padding: 24px;
}
.whoisBoxList .whoIsBox:hover {
  background: #fdf194;
}

.legacy h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 72px;
  color: #3d3d3d;
  margin-bottom: 8px;
}
.legacy .headSubtext {
  margin-bottom: 30px;
}

.legacy {
  padding-bottom: 120px;
}
.legacy .slick-prev,
.legacy .slick-next {
  top: -100px;
}

.legacy .card {
  background: #e4f2a1 url("../images/mentorBgWhite.png") right top no-repeat;
  border: 0;
  padding: 20px 0 0 16px;
  border-radius: 16px;
}

.legacy .legacyBgWhite {
  position: absolute;
  top: 0;
  right: 0;
}

.legacy h4 {
  color: #00632d;
  font-size: 32px;
  font-weight: 500;
  width: 245px;
  line-height: 47px;
}

.legacy .legacysubtext {
  font-size: 14px;
  color: #256133;
  line-height: 17px;
  margin-bottom: 24px !important;
}

.legacy .legacyDesc p {
  font-size: 18px;
  color: #000;
  line-height: 24px;
  margin: 0;
}


.legacy .slick-list {
  overflow: visible;
}

.feature h4 {
  margin-bottom: 40px;
  font-size: 40px;
}

.feature .courseFeautreImg {
  align-content: center;
}

.featureBox {
  display: flex;
  border: 1px solid #79b487;
  background-color: #ffffff;
  padding: 20px;
  margin-bottom: 26px;
  border-radius: 16px;
}

.featureBox img {
  max-width: 100%;
  height: 100%;
}

.featureBox p {
  font-size: 20px;
  margin-left: 16px;
  font-weight: 500;
  margin-bottom: 0;
}

.limited {
  padding: 80px 0 120px 0;
}

.limited h4 {
  color: #256133;
  font-size: 40px;
  font-weight: 600;
  line-height: 60px;
  margin: 0;
}

.limitedTitle {
  background-color: #eff7c7;
  padding: 20px;
  border-radius: 16px 16px 0 0;
}

.validOffer {
  background: url("../images/limitedBgWhite.png") right top no-repeat;
  background-color: #164822;
  padding: 40px 40px 60px 32px;
  border-radius: 0 0 16px 16px;
}

.limitedMain {
  max-width: 787px;
}

.limited .validOffer h3 {
  font-size: 32px;
  font-weight: 500;
  line-height: 48px;
  margin-bottom: 20px;
}
.limited .validOffer h6 {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  color: #e4f2a1;
  margin-bottom: 40px;
}

.limited .validOffer h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 72px;
  margin-bottom: 40px;
}

.limited .validOffer p {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-size: 24px;
  font-weight: 400;
  line-height: 35px;
  text-decoration: line-through;
  color: #fff;
  margin-bottom: 0;
}

.limitedBtn a:hover {
  color: #164822;
}

.limitedBtn a {
  background-color: #fbe84d;
  color: #164822;
  max-width: 516px;
  display: flex;
  justify-content: space-between;
}

.limited .limitedBg {
  position: absolute;
  top: 0;
  right: 0;
}

.validOffer .limitedOfferImg {
  z-index: 1;
}

.choose {
  background-color: #fbffeb;
}
.choose h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 72px;
  margin-bottom: 8px;
  color: #3d3d3d;
}

.chooseBox {
  background-color: #fdfff4;
  border: 1px solid #b0c3aa;
  border-radius: 16px;
  padding: 24px 17px;
}

.choose .chooseText {
  margin-left: 27px;
}

.choose .chooseText h4 {
  font-size: 40px;
  font-weight: 600;
  line-height: 59.28px;
  color: #256133;
}

.choose .chooseText p {
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  color: #3d3d3d;
}

.choose .headSubtext {
  max-width: 688px;
}

.chooseList {
  padding: 40px 0 80px 0;
}

.trusted h4 {
  font-size: 32px;
  font-weight: 500;
  line-height: 47px;
}

.accordion-button {
  font-size: 20px;
  font-weight: 700;
  line-height: 24.69px;
  color: #3d3d3d;
  padding: 24px;
}

.faq {
  /*padding: 120px 0;*/
}

.faq .accordionExample {
  margin-top: 40px;
}

.accordion-button:not(.collapsed) {
  background-color: transparent !important;
  box-shadow: none !important;
  color: #3d3d3d !important;
}

.accordion-header {
  background-color: #e4f2a1;
  border-radius: 16px 16px 0 0;
}

.accordion-item {
  border: 0 !important;
}
.faq h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 72px;
  margin-bottom: 8px;
  color: #3d3d3d;
}
.faq .headSubtext {
  margin-bottom: 40px;
}

.faq .accordion-body {
  padding: 0 24px 24px 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  background-color: #e4f2a1;
  border-radius: 0 0 16px 16px;
}
.faq .accordion-button {
  background: #fbffeb;
  padding: 24px;
}
.accordion-button.collapsed {
  padding-bottom: 30px;
}
.accordion-button:focus {
  border: 0;
  box-shadow: none !important;
}

.accordion-button:not(.collapsed)::after {
  background-image: url(../images/minus-cirlce.png) !important;
}

.accordion-button::after {
  background-image: url(../images/add-circle.png) !important;
}

.convinced {
  padding-top: 60px;	
  padding-bottom: 120px;
}
.convincedBox {
  border: 1px solid #b0c3aa;
  background-color: #fcfef4;
  padding: 60px 72px;
  border-radius: 16px;
}

.convinced .convincedGreenBg {
  top: 0;
  right: 0;
}

.convinced .convincedBtn a {
  border: 2px solid #164822;
  background-color: transparent;
  color: #164822;
}

.phoneIcon img {
  width: 52px;
  height: 52px;
}

.phoneIcon {
  background-color: #e4f2a1;
  width: 100px;
  height: 100px;
  border-radius: 16px;
}

.convincedText {
  margin-left: 24px;
}

.convincedText h4 {
  font-size: 40px;
  font-weight: 600;
  line-height: 59px;
}

.footer {
  background: #256133;
  padding: 80px 0 30px 0;
}

.footerLogoSec {
  margin-bottom: 26px;
}

.footerLeft {
  background: #326a3f;
  padding: 31px 24px;
  border-radius: 16px;
}

.footerLogoSec .headSubtext {
  margin-left: 30px;
}

.footerLeft .playstore {
  display: flex;
  justify-content: end;
}

.footerRight .row {
  margin-left: 126px;
}

.detailsText {
  margin-left: 11px;
}

.detailsText h5 {
  color: #e4f2a1;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  margin-bottom: 4px;
}

.detailsText p {
  color: #ebebeb;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0;
}

.detailsText p a{
color: #ebebeb;
text-decoration: none;
}

.footer .details {
  margin-bottom: 28px;
}

.copyright {
  padding: 30px 0;
}

.copyright p {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  margin-bottom: 0;
  color: #fff;
}

.copyright .footerSocialMedia {
  justify-content: end;
}

.joinUs {
  padding-top: 120px;
}

.joinUs .border-none {
  border-bottom: 0;
}

.joinUsBox {
  padding: 24px 16px;
  border-radius: 16px;
}
.joinUsBox:hover {
  background: #fdf194;
}
.joinUsBox:hover .joinUsHead,
.joinUsBox:hover .JoinUsSubhead {
  color: #256133 !important;
}
.joinUsBox .joinUsIcon img {
  width: 48px;
}
.joinUsBtn {
  margin-top: 38px;
}

.joinUs .joinUsText {
  margin-left: 18px;
}

.joinUs .joinUsText .joinUsHead {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #3d3d3d;
  margin-bottom: 10px;
}

.joinUs .joinUsText .JoinUsSubhead {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  color: #666666;
  margin: 0;
}

.joinUsSticky {
  width: 41%;
  height: 10vh;
  min-height: 200px;
  overflow: auto;
  position: sticky;
  top: 5%;
}
.joinUsSticky h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 60px;
  color: #3d3d3d;
  margin-bottom: 12px;
}

.sneak {
  padding: 60px 0 120px 0;
}

.sneak h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 60px;
  color: #3d3d3d;
  margin-bottom: 32px;
}
.sneak .thumbnailWrap {
  margin: -12px 0;
}
.sneak .nav-link {
  padding: 0;
  border: 0;
  margin: 12px 0;
}
.sneak .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: transparent;
}

.v-pills-tabContent video {
  width: 100%;
}

.sneak #v-pills-tabContent video {
  width: 100%;
}
.sneak .nav-link {
  position: relative;
}
.sneak .videoPlay {
  position: absolute;
  top: 50%;
  right: 50%;
  margin: -16px -16px 0 0;
}
.sneak .tab-content {
  background: #000;
  display: flex;
  align-items: center;
  border-radius: 16px;
  overflow: hidden;
  margin-right: 28px;
}

#popmake-95 .pum-theme-69 .pum-container,
.pum-theme-lightbox .pum-container {
  padding: 0;
}
/* Screen CSS */
/* Contact form start */

/* #screensAT{
    margin: 80px 0;
} */

.form-area {
  padding: 24px 72px 60px 72px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-area .form-inner {
  width: 100%;
}

.form-area .form-group {
  margin-bottom: 24px;
}

.purchaseForm .form-group label,
.form-area .form-group label {
  font-weight: 400;
  line-height: 24px;
  color: #a1a1a1;
  margin-bottom: 8px;
  font-family: "Schibsted Grotesk", sans-serif;
  font-optical-sizing: auto;
}

.contactPhoneBtn img {
  position: absolute;
  top: -90px;
  left: 50%;
  margin-left: -114px;
}

.contactForm {
  padding-top: 92px;
  background-color: #fdfff4;
  border-radius: 24px;
}
.contactForm h4 {
  font-size: 48px;
  font-weight: 700;
  line-height: 72px;
  font-family: "Oswald", sans-serif;
}

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

.purchaseForm .form-control,
.form-control {
  font-family: "Schibsted Grotesk", sans-serif;
  font-optical-sizing: auto;
  display: block;
  width: 100%;
  height: auto;
  padding: 12px 16px;
  font-size: 1rem;
  line-height: 1.4;
  line-height: 24px;
  color: #a1a1a1;
  background-color: #fff;
  border: 1px solid #dfe3e7;
  border-radius: 12px;
}

.purchaseForm .form-control:focus,
.form-control:focus {
  color: #475f7b;
  border-color: #d5ded6;
  outline: 0;
  box-shadow: 0 3px 8px 0 rgb(0 0 0 / 10%);
}

.intl-tel-input,
.iti {
  width: 100%;
}

.cf7mls_next.action-button,
.form-inner .btn-primary,
.purchaseBtn input {
  margin-top: 24px;
  color: #fff;
  background: #256133 url("../images/arrow-right.png") right 10px center
    no-repeat;
  border-color: #256133;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  justify-content: space-between;
  display: flex;
  border-radius: 12px;
  padding: 16px;
  align-items: center;
  margin: 0;
  text-align: left;
}
.cf7mls_next.action-button:hover,
.form-inner .btn-primary:focus {
  background-color: #256133;
  border-color: #256133;
  box-shadow: 0 0 0 0 rgba(49, 132, 253, 0.5);
}

.form-inner .form-control {
  padding: 13px;
  border-radius: 12px;
  border: 1px solid #d5ded6;
}
.form-inner .form-control:focus {
  box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.25);
}

.askMe {
  font-size: 16px;
  font-weight: 700;
  line-height: 19.75px;
  color: #164822;
  margin-bottom: 0;
}
.form-popup-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}

.form-popup-bg {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(94, 110, 141, 0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  overflow-y: auto;
  z-index: 10000;
}

.form-popup-bg.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.form-container {
  background-color: #2d3638;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 40px;
  color: #fff;
}

/* .close-button {
    background: none;
    color: #fff;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    border: solid 1px #fff;
} */

.form-popup-bg:before {
  content: "";
  background-color: #fff;
  opacity: 0.25;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.btn-check:focus + .btn,
.btn:focus,
.btn-primary:active:focus {
  box-shadow: none;
}
.btn-check:focus + .btn-primary,
.btn-primary:focus {
  box-shadow: none;
}

.form-inner .btn-primary:hover {
  background-color: #164822;
  color: #fbe84d;
  border-color: #164822;
}

.form-inner .contactSubmit {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin: 0 30px 32px 30px;
}

.form-inner .contactSubmit .wpcf7-spinner {
  margin-top: -38px;
}

/* Conatct form end */

/* Register screen :start */

.registerFormRight {
  background-color: #256133;
  padding: 48px 48px 0 48px;
}

.registerFormLeft img {
  max-width: 810px;
  height: 780px !important;
}

.registerForm {
  margin-bottom: 40px;
  width: 50%;
  margin-left: 75px;
}

.registerForm h4 {
  font-size: 40px;
  font-weight: 600;
  line-height: 59.28px;
  letter-spacing: 0.02em;
  color: #e4f2a1;
}

.checkbox label {
  font-weight: 600;
  line-height: 24px;
  color: #164822;
  font-family: "Schibsted Grotesk", sans-serif;
}

.checkbox .form-control {
  border: 0;
}

.registerForm p {
  font-size: 16px;
  font-weight: 400;
  line-height: 19.75px;
  color: #ebebeb;
}

.registerWhiteBG img {
  position: absolute;
  top: 0;
  right: 0;
}

.registerFormRight .form-area {
  background-color: #fdfff4;
  padding: 48px 75px 20px;
  border-radius: 44px 44px 0 0;
}
#popmake-77 .cf7mls-btns {
  background-color: #256133;
}

.clients {
  display: flex;
  justify-content: center;
}

.clients img {
  margin: 0 5px;
}

.registercopyRight {
  font-size: 14px;
  font-weight: 500;
  line-height: 17.28px;
  color: #fff;
  padding: 48px 0 28px 0;
}

/* .cf7mls-btns button{
	    margin-top: 24px;
    color: #fff;
    background-color: #79B487;
    border-color: #79B487;
    width: 384px;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    justify-content: space-between;
    display: flex;
    border-radius: 12px;
    padding: 12px 16px 12px 16px;
    align-items: center;
} */

.cf7mls_back.action-button,
.cf7mls_next.action-button {
  color: #fff;
  background-color: #79b487;
  border-color: #79b487;
  border-radius: 12px;
  padding: 12px 16px 12px 16px !important;
  width: 240px;
  font-size: 16px;
  font-weight: 700;
	margin: 20px 10px !important;
}
.cf7mls_back.action-button {
	 width: auto;
}

.Divider {
  background-color: transparent;
  color: #929292;
  position: relative;
  text-align: center;
  white-space: nowrap;
  margin: 40px 0;
}

.Divider:before {
  border-bottom: 1px solid #929292;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
}

.Divider-text {
  background-color: inherit;
  display: inline-block;
  padding: 0 10px;
  position: relative;
  z-index: 1;
  color: #000;
}

.form-area .form-group span {
  color: #e0341d;
}

#popmake-77 .pum-theme-70 .pum-container,
.pum-theme-enterprise-blue .pum-container {
  padding: 0 !important;
}

/* register screen end */

/* Purchase screen start */
.purchase {
  background-color: #fbffeb;
  padding: 60px 30px;
}

.purchase h2 {
  font-size: 48px;
  line-height: 72px;
  font-weight: 700;
}

.purchaseHead {
  padding: 0 0 40px 0;
}

.purchaseHead p {
  margin: 0;
  font-weight: 500;
}

.purchaseForm {
  background-color: #fdfff4;
  border: 1px solid #b0c3aa;
  border-radius: 16px;
  padding: 32px 24px;
  margin-bottom: 30px;
}
.purchaseForm p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.editIcon {
  text-align: right;
}
.editIcon span {
  display: inline-block;
  line-height: 24px;
  background: url("../images/edit.svg") center right no-repeat;
  color: #164822;
  font-family: "Schibsted Grotesk", sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding-right: 40px;
}

.purchaseForm h4,
.webAppInner h4,
.requestForm h4 {
  font-size: 32px;
  font-weight: 500;
  line-height: 47.42px;
  color: #3d3d3d;
}

.purchaseForm form {
  display: flex;
}

.purchaseForm form .form-group {
  width: 100%;
  margin-right: 80px;
}

.priceMain {
  background-color: #e4f2a1;
  border-radius: 16px;
  padding: 32px 24px;
  margin: 60px 0 40px 0;
}

.priceMain h4 {
  margin-bottom: 32px;
  font-size: 32px;
  line-height: 48px;
}

.priceBreakdown {
  display: flex;
  justify-content: space-between;
  margin: 0 0 20px 0;
}
.priceBreakdown:last-child {
  margin: 0;
}

.priceBreakdown .priceAmount {
  font-size: 20px;
  font-weight: 700;
  line-height: 24.69px;
  color: #3d3d3d;
  margin: 0;
}

.priceBreakdown .pricetitle {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #666666;
  margin: 0;
}

.priceBreakdown .disAmt {
  color: #256133;
}

.priceBreakdown .netAmt {
  color: #3d3d3d;
}

.priceMain hr {
  margin: 4px 0 24px 0;
  color: #89a880;
  opacity: 1;
}

.purchaseBtn {
  padding: 0;
  overflow: hidden;
}
.purchaseBtn input {
  background-color: #164822;
  padding: 12px 16px !important;
  color: #fbe84d;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
  border-radius: 12px !important;
  width: 283px;
  margin: 0 !important;
}

.webAppOuter {
  display: flex;
  justify-content: center;
  padding: 0 !important;
}

.webAppMiddle {
  padding: 92px 50px 0 50px;
}

.webAppInner {
  width: 588px;
  height: 643px;
  background-color: #fff;
}

.webAppIcon {
  position: absolute;
  top: -111px;
  left: 32%;
}

.webAppInner .headSubtext {
  margin: 16px 0 28px 0;
  padding: 0 50px;
}

.webAppBtn {
  background-color: #e4f2a1;
  padding: 10px 16px;
  text-decoration: none;
  color: #256133;
  font-size: 14px;
  font-weight: 500;
  line-height: 17.28px;
  border-radius: 4px;
}

.webAppBtn:hover {
  color: #256133;
}

.webappColorBg {
  background-color: #e4f2a1;
  height: 164px;
  width: 588px;
  position: absolute;
  bottom: 57px;
}

.webAppMob {
  position: absolute;
  bottom: -9px;
  left: 7%;
  z-index: 1;
}

.webAppText {
  font-size: 14px;
  font-weight: 500;
  line-height: 17.28px;
  text-align: center;
  color: #256133;
  margin: 17px 0 12px -23%;
}

.webAppQRSection {
  position: absolute;
  bottom: 53px;
  z-index: 1;
  right: -12px;
}

.twoAppStore {
  display: flex;
  justify-content: center;
}

#popmake-95 {
  width: 588px;
  padding: 0 0 9px 0;
}
/* Web app screen end */

/* request received start */
.requestMain {
  background-color: #fff;
  width: 588px !important;
  height: 471px;
  border-radius: 24px;
  padding: 105px 102px 60px 102px;
}

.requestBtn a {
  width: 384px;
  margin-top: 48px;
}

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

.requestIcon img {
  position: absolute;
  top: -21%;
  left: 43%;
}

.cancleText {
  font-size: 16px;
  font-weight: 700;
  line-height: 19.75px;
  text-align: center;
  color: #164822;
  margin-top: 32px;
}

.offerSave {
  margin-top: 25px;
  background: url("../images/bg-star.svg") center center no-repeat;
  width: 228px;
  height: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-family: "Oswald", sans-serif;
  font-size: 32px;
  line-height: 48px;
  font-weight: 500;
  color: #256133;
}
.earlyBird .offerSave {
  font-size: 40px;
  line-height: 60px;
  margin: 20px 0;
}
/* request received end */

/* Ipad responsive */
@media (max-width: 991px) {
  .navBar .fireIcon p {
    font-size: 16px;
  }
  .actingLeft h1,
  .journeyHead h2,
  .industry h2,
  .course h2,
  .covered h2,
  .whois h2,
  .legacy h2,
  .choose h2,
  .faq h2 {
    font-size: 40px;
    line-height: 60px;
  }
  .sneak .tab-content {
    margin: 0 0 16px 0;
  }
  .sneak .nav-link .thumbnailImg {
    width: 100%;
  }
  .sneak .thumbnailWrap {
    margin: 0 -12px;
  }
  .sneak .nav-link {
    margin: 0 12px;
  }
  .industry .cardInfo {
    left: 16px;
    bottom: 16px;
  }
  .industrySlider .card h5 {
    font-size: 18px;
    line-height: 26px;
  }
  .success .successHead {
    text-align: left;
    margin-bottom: 0;
  }
  .success .successBox {
    margin: 20px 0 0 0;
  }
  .courseFeautreImg {
    text-align: center;
    margin-bottom: 40px;
  }
  .chooseList .col-lg-4 {
    margin-top: 16px;
  }
  .chooseList .col-lg-4:first-child {
    margin-top: 0;
  }
  .convincedText {
    margin: 0 0 48px 0;
  }
  .footerLeft {
    margin-bottom: 25px;
  }
  .footerRight .row {
    margin-left: 0;
  }
  .footer .details {
    padding: 0;
  }
  .mentorsSlider .slick-slide .card .row,
  .mentorsSlider .slick-slide:nth-child(2) .card .row {
    min-height: 230px;
  }
  .mentorImage img {
    max-height: 205px;
  }
  .slick-prev,
  .slick-next {
    display: none !important;
  }
  .slick-dots {
    display: block;
  }
}

/* Mobile responsive */

@media (max-width: 767px) {
  .navBar {
    margin: 0 15px;
  }
  .navBar .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .navBar .fireIcon p {
    font-size: 12px;
    font-weight: 600;
  }
  .acting {
    padding-bottom: 0;
  }
  .actingLeft h1 {
    max-width: 350px;
  }
  .actingLeft h1,
  .journeyHead h2,
  .industry h2,
  .course h2,
  .sneak h2,
  .covered h2,
  .whois h2,
  .legacy h2,
  .choose h2,
  .faq h2 {
    font-size: 32px;
    line-height: 48px;
  }
  .acting .actingLeft p {
    font-size: 14px;
    line-height: 22px;
  }
  a.registerNow {
    width: 100%;
  }
  .bannerImg {
    margin-bottom: 30px;
  }
  .journey {
    padding-bottom: 0;
  }
  .journeyHead h2 {
    width: 350px;
  }
  .row.counterSection {
    margin: 0;
    padding: 12px 0;
  }
  .counterSection span {
    font-size: 32px;
    line-height: 48px;
  }
  .counterSection p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
  }
  .sneak {
    padding: 40px 0 60px;
  }
  .sneak h2 {
    margin-bottom: 20px;
  }

  .industry h2 {
    margin-bottom: 24px;
  }
  .course {
    padding-top: 60px;
  }
  .course .videoBg {
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 24px;
  }
  .courseBox {
    margin-top: 24px;
  }
  .courseBox .courseNo {
    margin-right: 12px;
    min-width: 32px;
  }
  .courseBox h5 {
    margin-top: 0;
  }
  .courseBox p {
    margin-bottom: 26px;
  }
  .videoBg h5 {
    font-size: 18px;
    line-height: 26px;
  }
  .covered {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .joinUsSticky {
    position: static;
  }
  .hurry h2 {
    font-size: 24px;
    line-height: 36px;
  }
  .earlyBird {
    padding-bottom: 40px;
  }
  .earlyBird .mainPrice p {
    font-size: 16px;
    line-height: 20px;
    margin-top: 32px;
    margin-bottom: 20px;
  }
  .earlyBird .mainPrice .priceTwo {
    margin-top: 0;
    font-size: 20px;
    line-height: 30px;
  }
  .earlyBird .mainPrice .priceOne {
    margin-top: 0;
    font-size: 40px;
    line-height: 60px;
    padding: 0;
    order: 3;
  }
  .whois {
    padding: 60px 0;
  }
  .whoisBoxList .whoIsBox {
    padding-left: 0;
    padding-right: 0;
  }
  .whoisBoxList .whoIsIcon {
    margin-right: 12px;
    min-width: 38px;
  }
  .featureBox p {
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 0 8px;
  }
  .featureBox {
    padding: 12px;
    border-radius: 8px;
  }
  .featureBox img {
    max-width: 24px;
  }
  .limited {
    padding: 60px 0;
  }
  .limitedTitle,
  .validOffer {
    border-radius: 0;
  }
  .limitedTitle {
    padding: 10px;
  }
  .validOffer {
    padding: 40px 20px;
  }
  .limited h4 {
    font-size: 24px;
    line-height: 36px;
  }
  .limited .validOffer h3 {
    font-size: 24px;
    line-height: 36px;
  }
  .limited .validOffer h6 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 32px;
  }
  .chooseList {
    padding: 24px 0 40px;
  }
  .choose .chooseText h4 {
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 4px;
  }
  .faq {
    padding: 60px 0;
  }
  .convinced {
    padding-bottom: 80px;
  }
  .convincedBox {
    padding: 32px;
  }
  .convincedText h4 {
    font-size: 28px;
    line-height: 42px;
  }
  .phoneIcon.img-fluid {
    max-width: 80px;
    height: 80px;
    margin-bottom: 24px;
  }
  .footer {
    padding: 20px;
  }
  .footerLogoSec img {
    width: 100%;
  }
  .footerLogoSec .headSubtext {
    margin-left: 0;
    font-size: 16px;
    line-height: 20px;
  }
  .footerLeft .playstore img,
  .footerLeft .appstore img {
    max-width: 100%;
  }
  .copyright .footerSocialMedia {
    justify-content: start;
    order: -1;
    margin-bottom: 24px;
  }
  .copyright {
    padding: 0;
  }
  .copyright p {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: #ebebeb;
  }
  .mentors {
    padding: 80px 0;
  }
  .legacy h4 {
    font-size: 24px;
    line-height: 36px;
  }
  .legacy .legacyDesc p {
    font-size: 12px;
    line-height: 15px;
  }
  .legacy .legacyImage img {
    height: 225px;
  }
  .pum-theme-75 .pum-container {
    width: 90% !important;
  }
  .purchaseForm .form-group {
    margin-bottom: 16px;
  }
}