:root {
  --primary: #080a09;
  --primaryColour: #fbc34a;
}
body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1.5715;
  background-color: var(--primary);
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
}
h6 {
  font-weight: 700;
  font-size: 17px;
  margin: 0;
}
h2 {
  font-size: 42px;
  font-weight: 800;
}
@media (max-width: 1023px) {
  h2 {
    font-size: 34px;
    line-height: 40px;
  }
}
@media (max-width: 991px) {
  h2 {
    font-size: 26px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 28px;
    line-height: 33.6px;
  }
}
h3 {
  font-weight: 700;
}
.templateContainer {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}
.headerWidget {
  padding-top: 20px;
  margin-bottom: 30px;
}
.headerWidget a {
  display: inline-block;
}
.bannerWidget {
  background: #000;
  position: relative;
  padding-top: 110px;
}
@media (max-width: 1199px) {
  .bannerWidget {
    padding: 0 20px;
  }
}
.creatorLandingHeader {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto 60px;
  height: 45px;
  background: rgba(255, 255, 255, 0.89);
  border-radius: 0 0 6px 6px;
  padding: 0 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 2;
}
.creatorLandingHeader .logo > img {
  object-fit: cover;
  height: 21px;
  display: flex;
  justify-content: center;
}

.creatorLandingHeader .separator {
  font-size: 17px;
  font-weight: 500;
  color: #1a1a1a;
}
.creatorLandingHeader .creator {
  font-size: 17px;
  font-weight: 500;
  color: #1a1a1a;
}
@media screen and (min-width: 990px) {
  .creatorLandingHeader {
    margin: 0;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
  }
}
@media screen and (max-width: 767px) {
  .creatorLandingHeader {
    margin-bottom: 20px;
    padding: 0 15px;
    height: 35px;
    left: 50%;
    transform: translate(-50%);
  }
  .creatorLandingHeader .logo > img {
    height: 17px;
  }
  .creatorLandingHeader .separator {
    font-size: 15px;
  }
  .creatorLandingHeader .creator {
    font-size: 15px;
  }
}
.bannerWidget:before {
  content: "";
  position: absolute;
  top: -50px;
  left: -50px;
  width: 200px;
  height: 200px;
  z-index: 1;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.bannerWidget .headerWidget {
  height: 60px;
}
.bannerWidget .row {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 20px 3vw;
  align-items: center;
  min-height: calc(100vh - 265px);
}
@media (max-width: 767px) {
  .bannerWidget .row {
    grid-template-columns: 1fr;
    gap: 0 0;
  }
}
.bannerWidget .row .bannerContent {
  position: relative;
}
.bannerWidget .row .bannerContent .borderContent {
  display: inline-flex;
  padding: 10px 14px;
  border-radius: 2px;
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  border: 1px solid rgba(255, 255, 255, 0.22);
}
@media (max-width: 767px) {
  .bannerWidget .row .bannerContent .borderContent {
    margin: 40px auto 0;
    display: flex;
    width: fit-content;
  }
}
.bannerWidget .row .bannerContent h1 {
  font-size: 28px;
  font-weight: 800;
  color: #ffffff;
  margin: 0;
}
@media (max-width: 991px) {
  .bannerWidget .row .bannerContent h1 {
    font-size: 28px;
    line-height: 36px;
    margin-top: 20px;
  }
}
.bannerWidget .row .bannerContent p {
  color: rgba(255, 255, 255, 0.75);
  max-width: 640px;
  font-weight: 500;
}
.bannerWidget .row .bannerVideoWidget {
  position: relative;
  padding: 15px;
  border-radius: 22px;
  position: relative;
  box-shadow: 30px 54px 104px rgba(0, 0, 0, 0.5);
  background-color: #ffa512;
}
@media (max-width: 767px) {
  .bannerWidget .row .bannerVideoWidget {
    margin: 20px 0;
    padding: 4px;
  }
  .bannerWidget .row .bannerContent p {
    text-align: center;
  }
  .bannerWidget .row .bannerContent h1 {
    text-align: center;
  }
}
.bannerWidget .row .bannerVideoWidget .imageWidget {
  padding-top: 56.25%;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 500px) {
  .bannerWidget .row .bannerVideoWidget .imageWidget {
    padding-top: 75.25%;
  }
}
.bannerWidget .row .bannerVideoWidget .imageWidget img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  object-position: 50% 12%;
}
.bannerWidget .row .bannerVideoWidget .imageWidget .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(to top, #000 0, rgba(79, 48, 49, 0.6) 25%, rgba(79, 48, 49, 0) 45%) center no-repeat;
  border-radius: 16px;
  display: flex;
  padding: 20px;
  align-items: flex-end;
}
.bannerWidget .row .bannerVideoWidget .imageWidget .overlay .playBtnWrapper {
  display: flex;
  align-items: center;
}
.bannerWidget .row .bannerVideoWidget .imageWidget .overlay .playBtnWrapper .playIcon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  cursor: pointer;
}
.bannerWidget .row .bannerVideoWidget .imageWidget .overlay .playBtnWrapper .playIcon .label {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.75);
  letter-spacing: 0.025em;
  margin-bottom: 2px;
}
.bannerWidget .row .bannerVideoWidget .imageWidget .overlay .playBtnWrapper .playIcon h6 {
  margin-top: 2px;
}
.bannerWidget .row .bannerVideoWidget .imageWidget .overlay .playBtnWrapper .instructorDetails {
  display: flex;
  flex-direction: column;
  padding-left: 12px;
  color: white;
  align-items: flex-start;
  text-align: left;
}
@media (max-width: 560px) {
  .bannerWidget .row .bannerVideoWidget .imageWidget .overlay .playBtnWrapper .instructorDetails h6 {
    line-height: 18px;
  }
}
.bannerWidget .row .bannerVideoWidget .creatorFeaturedIn {
  padding: 0 20px 20px;
  background-color: #000000;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 0 0 16px 16px;
  margin-top: -15px;
}
.bannerWidget .row .bannerVideoWidget .creatorFeaturedIn .label {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #fafafa;
  padding: 15px 0 0px;
  margin-top: 10px;
  border-top: 6px solid rgba(255, 255, 255, 0.3);
  display: block;
  width: 100%;
}
.bannerWidget .row .bannerVideoWidget .creatorFeaturedIn ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
}

.bannerWidget .row .bannerVideoWidget .creatorFeaturedIn ul li {
  margin: 2% 1% 0;
  width: 18%;
  height: 70px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  padding: 6px 10px;
  box-sizing: border-box;
  overflow: hidden;
}
.bannerWidget .row .bannerVideoWidget .creatorFeaturedIn ul li img {
  width: 100%;
}
.bannerWidget .infoWidget {
  position: relative;
  z-index: 1;
  margin-top: 40px;
  -webkit-border-top-left-radius: 12px;
  -webkit-border-top-right-radius: 12px;
  -moz-border-radius-topleft: 12px;
  -moz-border-radius-topright: 12px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  background-color: #f8d972;
  background: -moz-linear-gradient(left, #f8d972 100%, #f8d972 100%);
  background: -o-linear-gradient(left, #f8d972 100%, #f8d972 100%);
  background: -webkit-linear-gradient(left, #f8d972 100%, #f8d972 100%);
  background: linear-gradient(to right, #f8d972 100%, #f8d972 100%);
  overflow: hidden;
}
@media (max-width: 767px) {
  .bannerWidget .infoWidget {
    grid-template-columns: 1fr;
  }
  .bannerWidget .row .bannerVideoWidget .creatorFeaturedIn ul li {
    height: 40px;
    border-radius: 5px;
    padding: 0 5px;
  }
}
.bannerWidget .infoWidget .infoCol {
  display: grid;
  grid-template-columns: 45px auto;
  padding: 15px;
  gap: 15px;
}
@media (max-width: 767px) {
  .bannerWidget .infoWidget .infoCol {
    border-top: solid 1px #f3c52e;
  }
}
.bannerWidget .infoWidget .infoCol .colContent span {
  font-size: 13px;
}
.bannerWidget .infoWidget .infoCol .colContent h5 {
  font-weight: 600;
  font-size: 16px;
  margin: 0;
}
.bannerWidget .infoWidget .infoCol.active {
  background-color: var(--primary);
}
.bannerWidget .infoWidget .infoCol.active .colContent span,
.bannerWidget .infoWidget .infoCol.active .colContent h5 {
  color: #fafafa;
}
.bannerBtn {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primaryColour);
  font-weight: 600;
  font-size: 20px;
  width: 100%;
  max-width: 546px;
  height: 62px;
  border-radius: 10px;
  color: #fff;
  background: #f8d972;
  position: relative;
  background: -moz-linear-gradient(left, #f8d972 0%, #ffa410 100%);
  background: -o-linear-gradient(left, #f8d972 0%, #ffa410 100%);
  background: -webkit-linear-gradient(left, #f8d972 0%, #ffa410 100%);
  background: linear-gradient(to right, #f8d972 0%, #ffa410 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8d972',  endColorstr='#ffa410', GradientType=1 );
}
.bannerBtn span {
  margin: 0 2px 0 5px;
  position: relative;
}
.bannerBtn del {
  font-weight: 400;
  font-size: 13px;
  margin-left: 5px;
}
.bannerBtnLight {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primaryColour);
  font-weight: 700;
  font-size: 20px;
  width: 100%;
  max-width: 546px;
  height: 62px;
  border-radius: 10px;
  color: #000;
  background: #fff;
  position: relative;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8d972',  endColorstr='#ffa410', GradientType=1 );
}
.bannerBtnLight span {
  margin: 0 2px 0 5px;
  font-weight: 700;
}
.bannerBtnLight del {
  margin-left: 5px;
}
.learnWidget {
  padding: 6% 0;
  background-color: var(--primary);
}
@media (max-width: 560px) {
  .bannerBtn,
  .bannerBtnLight {
    font-size: 17px;
  }
}
@media (max-width: 1199px) {
  .learnWidget {
    padding: 60px 15px;
  }
}
.learnWidget .row {
  display: grid;
  grid-template-columns: 480px auto;
  column-gap: 50px;
}
@media (max-width: 991px) {
  .learnWidget .row {
    grid-template-columns: 1fr;
    column-gap: 0;
  }
}
.learnWidget .row .imageWidget {
  position: relative;
}
.learnWidget .row .imageWidget .stickyContent {
  position: sticky;
  top: 75px;
}
@media (max-width: 991px) {
  .learnWidget .row .imageWidget .stickyContent {
    display: flex;
    flex-direction: column;
  }
  .learnWidget .row .imageWidget .stickyContent h2 {
    font-size: 28px;
    margin: 0 0 20px 0;
    padding: 0;
  }
}
.learnWidget .row .imageWidget .stickyContent h2 {
  color: var(--primaryColour);
}
@media (max-width: 991px) {
  .learnWidget .row .imageWidget .stickyContent h2 {
    text-align: center;
  }
}
.learnWidget .row .imageWidget .stickyContent img {
  max-width: 320px;
  width: 100%;
}
@media (max-width: 991px) {
  .learnWidget .row .imageWidget .stickyContent img {
    margin: 0 auto;
    order: -1;
  }
}
.learnWidget .row .imageWidget .stickyContent .bannerBtn {
  margin-top: 45px;
  color: #fff;
  background: #f8d972;
  position: relative;
  background: -moz-linear-gradient(left, #f8d972 0%, #ffa410 100%);
  background: -o-linear-gradient(left, #f8d972 0%, #ffa410 100%);
  background: -webkit-linear-gradient(left, #f8d972 0%, #ffa410 100%);
  background: linear-gradient(to right, #f8d972 0%, #ffa410 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8d972',  endColorstr='#ffa410', GradientType=1 );
}
@media (max-width: 560px) {
  .learnWidget .row .imageWidget .stickyContent .bannerBtn {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .learnWidget .row .imageWidget .stickyContent .bannerBtn {
    margin: 0 auto;
  }
}
.learnWidget .row .contentWidget .contentRow {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: left;
  margin: 3% 0 0%;
}
.learnWidget .row .contentWidget .contentRow .cardList {
  margin-top: 28px;
  padding: 25px;
  box-sizing: border-box;
  border-radius: 15px;
  width: 100%;
  box-shadow: 0 0 1px 0 #363636, 0 12px 24px -6px #363636;
  background: #363636;
}
@media (max-width: 767px) {
  .learnWidget .row .contentWidget .contentRow .cardList {
    padding: 15px;
    margin-top: 15px;
  }
}
.learnWidget .row .contentWidget .contentRow .cardList span {
  color: #fafafa;
  display: block;
  background: -webkit-linear-gradient(#21b5e0, #00deb4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  font-size: 14px;
}
.learnWidget .row .contentWidget .contentRow .cardList h6 {
  margin-top: 10px;
  color: #fafafa;
}
@media (max-width: 767px) {
  .learnWidget .row .contentWidget .contentRow .cardList h6 {
    margin-top: 0;
  }
}
.learnWidget .row .contentWidget .contentRow .cardList p {
  color: #fafafa;
  padding-right: 12%;
  margin-top: 14px;
  opacity: 0.85;
}
@media (max-width: 767px) {
  .learnWidget .row .contentWidget .contentRow .cardList p {
    margin-top: 8px;
  }
}
.tableWidget {
  padding: 6% 0;
  position: relative;
  background: #f8d972;
}
@media (min-width: 768px) {
  .tableWidget {
    background: -moz-linear-gradient(left, #f8d972 0%, #ffa410 100%);
    background: -o-linear-gradient(left, #f8d972 0%, #ffa410 100%);
    background: -webkit-linear-gradient(left, #f8d972 0%, #ffa410 100%);
    background: linear-gradient(to right, #f8d972 0%, #ffa410 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8d972',  endColorstr='#ffa410', GradientType=1 );
  }
}
@media (max-width: 1199px) {
  .tableWidget {
    padding: 60px 15px;
  }
}
.tableWidget h2 {
  color: #000;
  text-align: center;
  margin: 0 !important;
}
.tableWidget .optionTable {
  background-color: rgba(0, 0, 0, 0.05);
  margin-top: 5%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  border-radius: 6px;
}
.tableWidget .optionTable .optionList {
  width: 33%;
  padding: 40px 27px 35px 45px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  border-left: 1px solid rgba(0, 0, 0, 0.08);
  text-align: left;
}
@media (max-width: 991px) {
  .tableWidget h2 {
    font-size: 28px;
  }
  .tableWidget .optionTable .optionList {
    padding: 20px 20px 20px 20px;
  }
}
@media (max-width: 767px) {
  .tableWidget .optionTable .optionList {
    width: 100%;
    margin-bottom: 15px;
    border-bottom: none;
    border-left: none;
    outline: solid 1px #ffe6a8;
    border-radius: 6px;
    background: -moz-linear-gradient(left, #f8d972 0%, #ffa410 100%);
    background: -o-linear-gradient(left, #f8d972 0%, #ffa410 100%);
    background: -webkit-linear-gradient(left, #f8d972 0%, #ffa410 100%);
    background: linear-gradient(to right, #f8d972 0%, #ffa410 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8d972',  endColorstr='#ffa410', GradientType=1 );
  }
}
.tableWidget .optionTable .optionList:nth-child(3n + 1) {
  border-left: 0px;
}
.tableWidget .optionTable .optionList .optionTitle {
  font-weight: 800;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 13px;
  color: #000;
}
@media (max-width: 991px) {
  .tableWidget .optionTable .optionList .optionTitle {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 2px;
  }
}
.tableWidget .optionTable .optionList .optionDescription {
  font-size: 16px;
  line-height: 24px;
  color: #000;
}
@media (max-width: 991px) {
  .tableWidget .optionTable .optionList .optionDescription {
    font-size: 12px;
    line-height: 18px;
  }
}
.tableWidget .btnRow {
  padding-top: 40px;
  display: flex;
  justify-content: center;
}
.hearOutWidget {
  padding: 6% 0;
  background-color: #fff;
}
@media (max-width: 1199px) {
  .hearOutWidget {
    padding: 60px 5px;
  }
}
.hearOutWidget h2 {
  text-align: center;
  color: var(--primaryColour);
  margin-bottom: 0;
  margin-top: 0px;
}
.hearOutWidget .row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 3%;
}
@media (max-width: 767px) {
  .hearOutWidget .row {
    grid-template-columns: 1fr;
  }
}
.hearOutWidget .row .quoteList {
  position: relative;
  border-radius: 8px;
  background: rgba(248, 217, 114, 0.6);
  padding: 30px 30px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 10px 15px 10px;
  overflow: visible;
}
@media (max-width: 767px) {
  .hearOutWidget .row .quoteList {
    margin-top: 30px;
  }
}
.hearOutWidget .row .quoteList .quoteIcon {
  position: absolute;
  left: 30px;
  top: -15px;
  z-index: 1;
}
.hearOutWidget .row .quoteList .auther {
  display: flex;
  align-items: center;
}
.hearOutWidget .row .quoteList .auther .avatar {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  flex-shrink: 0;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
}
.hearOutWidget .row .quoteList .auther .autherDetails {
  padding-left: 15px;
}
.hearOutWidget .row .quoteList .auther .autherDetails .name {
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--primary);
  text-transform: uppercase;
}
.offeredWidget {
  padding: 50px 0;
}
@media (max-width: 1199px) {
  .offeredWidget {
    padding: 20px 15px;
  }
}
.offeredWidget .row {
  display: grid;
  grid-template-columns: 480px auto;
  column-gap: 50px;
}
@media (max-width: 1199px) {
  .offeredWidget .row {
    grid-template-columns: 1fr;
    column-gap: 0;
  }
}
.offeredWidget .row .imageWidget {
  position: relative;
}
.offeredWidget .row .imageWidget .stickyContent {
  position: sticky;
  top: 75px;
}
@media (max-width: 1199px) {
  .offeredWidget .row .imageWidget .stickyContent {
    display: flex;
    flex-direction: column;
  }
}
.offeredWidget .row .imageWidget .stickyContent h2 {
  color: var(--primaryColour);
}
@media (max-width: 1199px) {
  .offeredWidget .row .imageWidget .stickyContent h2 {
    text-align: center;
  }
}
.offeredWidget .row .imageWidget .stickyContent img {
  width: 100%;
}
@media (max-width: 1199px) {
  .offeredWidget .row .imageWidget .stickyContent img {
    max-width: 400px;
    order: -1;
    margin: 0 auto;
  }
}
.offeredWidget .row .imageWidget .stickyContent .bannerBtn {
  margin-top: 45px;
  color: #fff;
  background: #f8d972;
  position: relative;
  background: -moz-linear-gradient(left, #f8d972 0%, #ffa410 100%);
  background: -o-linear-gradient(left, #f8d972 0%, #ffa410 100%);
  background: -webkit-linear-gradient(left, #f8d972 0%, #ffa410 100%);
  background: linear-gradient(to right, #f8d972 0%, #ffa410 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8d972',  endColorstr='#ffa410', GradientType=1 );
}
.offeredWidget .row .contentWidget .contentRow {
  margin-top: 4%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 25px;
}
@media (max-width: 767px) {
  .offeredWidget .row .contentWidget .contentRow {
    grid-template-columns: 1fr;
  }
}
.offeredWidget .row .contentWidget .contentRow .registerCard {
  padding: 30px;
  border-radius: 12px;
  color: #fff;
  width: 100%;
  position: relative;
  z-index: 2;
  box-shadow: 0 0 1px 0 #363636, 0 12px 24px -6px #363636;
  background: #363636;
  box-sizing: border-box;
  text-align: left;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 25px;
}
.offeredWidget .row .contentWidget .contentRow .registerCard:before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  border: 2px dashed #ae4a3438;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 8px;
}
.offeredWidget .row .contentWidget .contentRow .registerCard h5 {
  margin: 0;
  box-sizing: border-box;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}
.offeredWidget .row .contentWidget .contentRow .registerCard p {
  margin: 8px 0 0;
  opacity: 0.75;
  color: #fff;
}
.offeredWidget .row .contentWidget .contentRow .registerCard h2 {
  margin: 0;
  font-weight: 800;
  color: #f8d972;
  background: -moz-linear-gradient(315deg, #f8d972 0%, #ffa410 74%);
  background: -o-linear-gradient(315deg, #f8d972 0%, #ffa410 74%);
  background: -webkit-linear-gradient(315deg, #f8d972 0%, #ffa410 74%);
  background: linear-gradient(315deg, #f8d972 0%, #ffa410 74%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.meetTrainer {
  padding: 6% 0;
  background: linear-gradient(180deg, rgba(255, 109, 37, 0.05) 0.01%, rgba(5, 218, 186, 0) 100%);
}
@media (max-width: 1199px) {
  .meetTrainer {
    padding: 60px 15px;
  }
}
.meetTrainer .trainerSection h2 {
  text-align: center;
  color: var(--primaryColour);
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.meetTrainer .trainerInnerMain {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.meetTrainer .trainerInner {
  box-shadow: 0px 30px 80px rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  text-align: left;
  background: #363636;
  padding: 20px 24px;
  box-sizing: border-box;
  margin-top: 4%;
  max-width: 850px;
}
@media (max-width: 767px) {
  .meetTrainer .trainerInner {
    padding: 12px 12px;
  }
  .meetTrainer .trainerInnerMain {
    margin-top: 30px;
  }
}
.meetTrainer .trainerInner .trainerImg {
  width: 100%;
  display: flex;
  align-items: flex-end;
  padding-bottom: 28px;
  border-bottom: 1px solid #eaeaec;
}
@media (max-width: 767px) {
  .meetTrainer .trainerInner .trainerImg {
    padding-bottom: 12px;
  }
}
.meetTrainer .trainerInner .trainerImg .trainerImgInner {
  position: relative;
  background: #ccc;
  width: 150px;
  height: 150px;
  margin-right: 24px;
  box-sizing: border-box;
  border-radius: 50%;
  box-shadow: 20px 30px 90px rgba(46, 43, 38, 0.1);
}
@media (max-width: 767px) {
  .meetTrainer .trainerInner .trainerImg .trainerImgInner {
    width: 90px;
    height: 90px;
    margin-right: 10px;
  }
}
.meetTrainer .trainerInner .trainerImg .trainerImgInner .mainimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid white;
}
.meetTrainer .trainerInner .trainerImg .trainerImgInner .playIcon {
  position: absolute;
  bottom: 5%;
  right: 6%;
  background: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
}
.meetTrainer .trainerInner .trainerImg .trainerImgInner .playIcon img {
  position: relative;
  width: 20px;
}
.meetTrainer .trainerInner .trainerImg h3 {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--primaryColour);
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .meetTrainer .trainerInner .trainerImg .trainerImgInner .playIcon {
    width: 20px;
    height: 20px;
  }
  .meetTrainer .trainerInner .trainerImg .trainerImgInner .playIcon img {
    width: 13px;
    left: 1px;
  }
  .meetTrainer .trainerInner .trainerImg h3 {
    font-size: 16px;
  }
}
.meetTrainer .trainerInner .trainerImg p {
  margin-bottom: 4px;
  margin-top: 0;
  color: var(--primaryColour);
}
@media (max-width: 767px) {
  .meetTrainer .trainerInner .trainerImg p {
    font-size: 10px;
  }
}
.meetTrainer .trainerInner .trainerContent p {
  margin-top: 3%;
  line-height: 1.5;
  font-size: 14px;
  color: var(--primaryColour);
}
@media (max-width: 767px) {
  .meetTrainer .trainerInner .trainerContent p {
    font-size: 12px;
  }
}
.meetTrainer .trainerInner .trainerContent h6 {
  margin-top: 5%;
  color: var(--primaryColour);
}
.meetTrainer .trainerInner .trainerContent ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  margin-top: 2%;
  width: 100%;
  padding: 0;
  margin-bottom: 8px !important;
}
@media (max-width: 767px) {
  .meetTrainer .trainerInner .trainerContent ul {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.meetTrainer .trainerInner .trainerContent ul li {
  margin: 2% 0;
  width: 100%;
  height: 85px;
  background: #fff;
  border: 1px solid rgba(255, 109, 37, 0.08);
  box-shadow: 0 2px 5px rgba(255, 109, 37, 0.1);
  border-radius: 6px;
  padding: 10px;
  margin: 0 15px 10px 15px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.meetTrainer .trainerInner .trainerContent ul li img {
  width: 100%;
}
.certification {
  background: url(../images/register-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 85px 0 35px 0;
}
@media (max-width: 768px) {
  .meetTrainer .trainerInner .trainerContent ul li {
    width: 90%;
    margin: 15px auto 0 auto;
    height: 78px;
  }
}
@media (max-width: 1199px) {
  .certification {
    padding: 20px 15px;
  }
}
.certification .row {
  display: grid;
  grid-template-columns: auto 625px;
}
@media (max-width: 1199px) {
  .certification .row {
    grid-template-columns: 1fr;
  }
}
.certification .row .contentCol h2 {
  font-size: 42px;
  font-weight: 800;
  color: #fff;
}
@media (max-width: 1023px) {
  .certification .row .contentCol h2 {
    font-size: 34px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .certification .row .contentCol h2 {
    font-size: 22px;
    line-height: 30px;
  }
}
.certification .row .contentCol p {
  color: rgba(255, 255, 255, 0.75);
  margin-top: 2.5%;
}
.certification .row .contentCol ul {
  margin-top: 32px;
  padding-top: 32px;
  list-style-type: none;
  border-top: 2px solid rgba(255, 255, 255, 0.45);
  margin-bottom: 60px;
  padding-left: 0;
}
@media (max-width: 768px) {
  .certification .row .contentCol ul {
    margin-bottom: 40px;
  }
}
.certification .row .contentCol ul li {
  display: grid;
  grid-column-gap: 8px;
  grid-template-columns: 24px auto;
  font-size: 16px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.75);
  margin-top: 15px;
}
.certification .row .imageWidget {
  padding-left: 50px;
}
@media (max-width: 1199px) {
  .certification .row .imageWidget {
    padding-left: 0;
  }
}
.certification .row .imageWidget .certificationImg {
  position: sticky;
  top: 0;
  box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3);
  padding: 10px 10px 0;
  position: relative;
  z-index: 1;
  background-color: var(--primaryColour);
  border-radius: 12px;
}
.certification .row .imageWidget .certificationImg img {
  width: 100%;
  border-radius: 12px;
}
@media (max-width: 1199px) {
  .trainerTime {
    padding: 20px 15px;
  }
}
.trainerTime .finalOfferWrapper {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  border-radius: 10px;
  padding: 50px 50px 55px;
  background-color: white;
  margin-top: 4%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 16px;
  border: solid 6px var(--primaryColour);
}
@media (max-width: 991px) {
  .trainerTime .finalOfferWrapper {
    padding: 15px;
  }
}
.trainerTime .finalOfferWrapper h2 {
  text-align: center;
  color: var(--primaryColour);
  margin: 0;
}
.trainerTime .finalOfferWrapper .getWhatList {
  padding: 0;
  margin: 0;
  margin: 45px auto 65px;
  list-style-type: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}
@media (max-width: 991px) {
  .trainerTime .finalOfferWrapper .getWhatList {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 0;
    margin: 15px auto 15px;
  }
}
.trainerTime .finalOfferWrapper .getWhatList li {
  display: grid;
  grid-column-gap: 25px;
  grid-template-columns: 36px auto;
  text-align: left;
}
.trainerTime .finalOfferWrapper .getWhatList li b {
  font-size: 2.5rem;
  line-height: 1;
}
.trainerTime .finalOfferWrapper .getWhatList li p {
  font-size: 18px;
  margin: 0;
}
@media (max-width: 767px) {
  .trainerTime .finalOfferWrapper .getWhatList li p {
    font-size: 16px;
  }
}
.trainerTime .finalOfferWrapper .getWhatList li span {
  font-size: 18px;
  font-weight: 700;
  color: var(--primaryColour);
  display: block;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .trainerTime .finalOfferWrapper .getWhatList li span {
    font-size: 14px;
    margin-top: 0;
  }
}
.trainerTime .finalOfferWrapper .extraWrapper {
  margin-bottom: 20px;
}
.trainerTime .finalOfferWrapper .extraWrapper div {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primaryColour);
}
@media (max-width: 767px) {
  .trainerTime .finalOfferWrapper .extraWrapper div {
    font-size: 16px;
    font-weight: 400;
  }
}
.trainerTime .finalOfferWrapper .finalBonusList {
  display: grid;
  grid-row-gap: 20px;
  margin-bottom: 45px;
}
@media (max-width: 991px) {
  .trainerTime .finalOfferWrapper .finalBonusList {
    margin-bottom: 15px;
  }
}
.trainerTime .finalOfferWrapper .finalBonusList .finalBonusListItem {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 32px auto;
  text-align: left;
  padding: 15px;
  border-radius: 6px;
  background-color: #fafafa;
}
.trainerTime .finalOfferWrapper .finalBonusList .finalBonusListItem div {
  line-height: 20px;
  margin-top: 13px;
  padding-left: 20px;
  font-weight: 600;
  font-size: 1.0625rem;
  color: var(--primaryColour);
}
@media (max-width: 767px) {
  .trainerTime .finalOfferWrapper .finalBonusList .finalBonusListItem div {
    font-size: 12px;
    line-height: 16px;
  }
}
.trainerTime .finalOfferWrapper h1 {
  font-weight: 700;
  font-size: 3.5rem;
  margin: 25px auto;
  color: var(--primaryColour);
}
@media (max-width: 991px) {
  .trainerTime .finalOfferWrapper h1 {
    font-size: 30px;
    margin: 8px auto;
  }
}
.trainerTime .finalOfferWrapper h1 span {
  font-weight: 700;
  font-size: 3.5rem;
}
@media (max-width: 991px) {
  .trainerTime .finalOfferWrapper h1 span {
    font-size: 25px;
  }
}
.pay-btn {
  display: flex;
  justify-content: center;
}
.pay-btn .main-btn {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
  height: 55px;
  font-size: 17px;
  color: #fff;
  font-weight: 600;
  border-radius: 10px;
  background: #f8d972;
  position: relative;
  background: -moz-linear-gradient(left, #f8d972 0%, #ffa410 100%);
  background: -o-linear-gradient(left, #f8d972 0%, #ffa410 100%);
  background: -webkit-linear-gradient(left, #f8d972 0%, #ffa410 100%);
  background: linear-gradient(to right, #f8d972 0%, #ffa410 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8d972',  endColorstr='#ffa410', GradientType=1 );
}
@media (max-width: 1199px) {
  .faqWidget {
    padding: 20px 15px;
  }
}
.faqWidget .faqSection {
  margin-top: 4%;
  position: relative;
  padding-top: 0;
}
.faqWidget .faqSection:after {
  border-radius: 15px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 180px;
  background: var(--primaryColour);
}
.faqWidget .faqSection .titleWidget {
  text-align: center;
}
.faqWidget .faqSection h2 {
  margin: 35px 0 5px 0;
  position: relative;
  z-index: 2;
  color: #fff;
  display: inline-block;
}
.faqWidget .faqSection h2 .faqPatten1 {
  position: absolute;
  width: 74%;
  filter: brightness(100);
  left: -40%;
  top: -9%;
}
.faqWidget .faqSection .accordion {
  text-align: left;
  max-width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.faqWidget .faqSection .accordion .accordionGroup {
  border: 1px solid rgba(250, 152, 64, 0.5);
  background: #fff;
  padding: 30px;
  margin-top: 25px;
  border-radius: 15px;
  box-shadow: 20px 24px 74px rgba(134, 57, 231, 0.5);
}
@media (max-width: 991px) {
  .faqWidget .faqSection .accordion .accordionGroup {
    padding: 15px;
    margin-top: 15px;
  }
}
.faqWidget .faqSection .accordion .accordionGroup .accordionHead {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.faqWidget .faqSection .accordion .accordionGroup .accordionHead h6 {
  width: 80%;
  font-size: 17px;
  color: var(--primaryColour);
}
.faqWidget .faqSection .accordion .accordionGroup .accordionHead .ctrlBtn {
  cursor: pointer;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--primaryColour);
  position: relative;
}
.faqWidget .faqSection .accordion .accordionGroup .accordionHead .ctrlBtn::after,
.faqWidget .faqSection .accordion .accordionGroup .accordionHead .ctrlBtn::before {
  position: absolute;
  content: "";
  background-color: #fff;
  transition: ease-in-out 0.4s;
}
.faqWidget .faqSection .accordion .accordionGroup .accordionHead .ctrlBtn.active::after {
  opacity: 0;
}
.faqWidget .faqSection .accordion .accordionGroup .accordionHead .ctrlBtn::after {
  width: 2px;
  height: 12px;
}
.faqWidget .faqSection .accordion .accordionGroup .accordionHead .ctrlBtn::before {
  height: 2px;
  width: 12px;
}
.faqWidget .faqSection .accordion .accordionGroup .accordionBody {
  display: none;
}
.faqWidget .faqSection .accordion .accordionGroup .accordionBody p {
  line-height: 1.4;
  font-size: 16px;
  font-weight: 500;
  color: var(--primaryColour);
  margin: 15px 0 0 0;
}
.faqWidget .faqSection .pay-btn {
  margin-top: 35px;
}
@media (max-width: 991px) {
  .faqWidget .faqSection .pay-btn {
    margin-top: 26px;
  }
}
.timerWidget {
  padding: 50px 0;
  background-color: #000;
}
@media (max-width: 1023px) {
  .timerWidget {
    padding: 25px 15px;
  }
}
.timerWidget .templateContainer .timerRow {
  max-width: 800px;
  margin: 0 auto;
  padding: 35px;
  border: solid 2px var(--primaryColour);
  border-radius: 16px;
  background-color: #363636;
}
.timerWidget .templateContainer .timerRow h5 {
  text-align: center;
  font-size: 20px;
  font-weight: 800;
  color: var(--primaryColour);
  margin: 0;
  margin-bottom: 20px;
}
.timerWidget .templateContainer .timerRow .pay-btn {
  margin-top: 40px;
}
.timerWidget .templateContainer .timerRow p {
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  color: var(--primaryColour);
}
footer {
  padding: 10px 0;
}
footer p {
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  color: #fafafa;
}
footer p a {
  font-weight: 400;
  font-size: 12px;
  color: var(--primaryColour);
  transition: ease-in-out 0.4s;
  text-decoration: none;
}
footer p a:hover {
  color: #fafafa;
}
.countdown-container {
  font-family: Montserrat, sans-serif;
  -webkit-font-smoothing: antialiased;
  position: relative;
  text-align: center;
}
.countdown {
  display: flex;
  align-items: center;
  transform-style: preserve3d;
  perspective: 500px;
  height: 50px;
  width: 295px;
  margin: 0 auto;
}
.countdown div {
  font-weight: 600;
  font-size: 42px;
  color: var(--primaryColour);
}
.countdown div span {
  font-weight: 700;
  font-size: 42px;
  color: var(--primaryColour);
}
.countdown.remove {
  animation: hide-countdown 1s cubic-bezier(0, 0.9, 0.56, 1.2) forwards;
  overflow: hidden;
}
.number,
.separator {
  display: block;
  color: #333;
  height: 10rem;
  font-size: 10rem;
  position: relative;
  line-height: 10rem;
  text-align: center;
  width: 100%;
}
.separator {
  margin: 0;
  width: 2rem;
}
.new,
.old,
.current {
  color: #333;
  position: absolute;
  border-radius: 1rem;
  height: 10rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.new {
  animation: show-new 0.4s cubic-bezier(0, 0.9, 0.5, 1.2) forwards;
}
.old {
  animation: hide-old 2s cubic-bezier(0, 0.9, 0.56, 1.2) forwards;
}
.countdown div {
  position: relative;
}
#js-days:after,
#js-hours:after,
#js-minutes:after,
#js-seconds:after {
  content: "DAYS";
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: -25px;
  font-size: 12px;
}
#js-hours:after {
  content: "HOURS";
}
#js-minutes:after {
  content: "MINUTES";
}
#js-seconds:after {
  content: "SECONDS";
}
@keyframes hide-countdown {
  to {
    height: 0;
    overflow: hidden;
  }
}
@keyframes show-new {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) translateY(-2rem) scale(0.8) rotateX(-20deg);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}
@keyframes hide-old {
  0% {
    transform: translate(-50%, -50%);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) translateY(-5rem) scale(0.5) rotateX(-75deg);
  }
}
.themeModal {
  padding: 8px;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99991;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
}
.themeModal::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.8;
}
.themeModal .themeModalRow {
  position: relative;
}
.themeModal .themeModalRow .fmCloseBtn {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  position: absolute;
  right: 9px;
  top: 9px;
  z-index: 1;
  background-color: #fff;
  border-radius: 50%;
  transition: ease-in-out 0.4s;
}
.themeModal .themeModalRow .fmCloseBtn:hover {
  background-color: #dedede;
}
.themeModal .themeModalRow .imgRow {
  display: block;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .themeModal .themeModalRow .imgRow {
    width: 695px;
    height: 400px;
    box-shadow: 0 3px 5px 0 rgba(32, 33, 36, 0.2);
  }
}
.themeModal .themeModalRow .imgRow img {
  max-width: 100%;
  max-height: 100%;
}
@media (min-width: 768px) {
  .themeModal .themeModalRow .imgRow img {
    vertical-align: top;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
.themeModal.open {
  opacity: 1;
  pointer-events: visible;
}
/*# sourceMappingURL=style.css.map */

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  background: rgba(0, 0, 0, 0.6);
}
.modal-dialog {
  width: 100% !important;
  max-width: 980px !important;
  margin: 10% auto;
}
.registerPopContent .closePop {
  position: absolute;
  top: 25px;
  left: 30px;
  z-index: 1;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.modal button.close {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.modal .close {
  float: right;
  font-size: 21px;
  font-weight: 700 !important;
  line-height: 1;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
}
.modal .close:hover {
  opacity: 0.8;
}
.modal .closePop span {
  font-size: 38px;
  color: #fff !important;
  opacity: 1;
}
.registerPop .modal-dialog .registerPopContent {
  background: #000 !important;
  padding: 40px;
  position: relative;
  border-radius: 10px;
  border: 5px solid rgba(251, 195, 74, 0.5);
}
.registerPopFrame .flex-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
}
.registerPopFrame .flex-wrapper .registerText {
  width: 50%;
}
.registerPopFrame .flex-wrapper .registerForm {
  width: 50%;
}
.registerPopFrame .flex-wrapper .registerText .smallTitle {
  display: block;
  font-size: 30px;
  font-weight: bold;
  line-height: 32px;
  color: #fff;
  margin: 50px 0 25px 0;
  padding-right: 30px;
}
.registerPopFrame .flex-wrapper .registerText .smallTitle b {
  font-weight: 700;
}
.registerPopFrame .flex-wrapper .registerText .smallTitle b {
  color: #fbc34a;
}
.registerPopFrame .flex-wrapper .registerText .second-text {
  display: block;
  font-size: 30px;
  font-weight: normal;
  color: #fff;
  margin: 0 0 25px 0;
  line-height: 32px;
}
.registerPopFrame .flex-wrapper .registerText .second-text b {
  font-weight: 700 !important;
}
.registerForm {
  width: 100%;
  background: #fff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.registerForm h3 {
  margin: 0 !important;
  display: block;
  font-size: 20px;
  color: #111;
  padding: 20px 30px;
  font-weight: bold;
  background: rgb(248, 217, 114);
  background: -moz-linear-gradient(left, rgba(248, 217, 114, 1) 0%, rgba(255, 164, 16, 1) 100%);
  background: -o-linear-gradient(left, rgba(248, 217, 114, 1) 0%, rgba(255, 164, 16, 1) 100%);
  background: -webkit-linear-gradient(left, rgba(248, 217, 114, 1) 0%, rgba(255, 164, 16, 1) 100%);
  background: linear-gradient(to right, rgba(248, 217, 114, 1) 0%, rgba(255, 164, 16, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8d972', endColorstr='#ffa410',GradientType=1 );
}
.registerForm ul {
  padding: 30px;
  margin: 0 !important;
  list-style-type: none;
}
.registerForm ul li {
  width: 100%;
  clear: both;
  margin: 0;
  padding: 0;
}
.inputStyle {
  display: block;
  height: 50px;
  padding: 10px 20px;
  border: 1px solid #ddd;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  margin: 0 0 20px 0;
  font-size: 15px;
  color: #333;
}
.regBut {
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  padding: 15px 25px;
  background: #707070;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: none;
  color: #fff;
  width: 100%;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
.regBut:hover {
  background: #080a09;
  color: #fff;
}
/************Thank Modal*************/
.thanksPop .modal-dialog .thanksPopContent {
  background: #000 !important;
  padding: 40px;
  position: relative;
  border-radius: 10px;
  border: 5px solid rgba(251, 195, 74, 0.5);
  text-align: center;
}
.thanksPop .modal-dialog {
  width: 100% !important;
  max-width: 600px !important;
  margin: 10% auto;
}
.thanksPop .modal-dialog .thanksPopContent {
  background: #000 !important;
  padding: 40px;
  position: relative;
  border-radius: 10px;
  border: 5px solid rgba(251, 195, 74, 0.5);
}
.thanksPopContent .closePop {
  position: absolute;
  top: 25px;
  right: 30px;
  z-index: 1;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.thanksPopContent h2 {
  display: block;
  text-align: center;
  font-size: 65px;
  font-weight: 500;
  color: #fbc34a;
  margin: 0 0 20px 0;
  line-height: 1;
}
.thanksPopContent span {
  display: block;
  text-align: center;
  font-size: 18px;
  color: #eee;
  margin: 0 0 20px 0;
}
.thanksPopContent .buttonStyle {
  margin: 20px 0;
}
.buttonStyle {
  display: inline-block;
  text-align: center;
  padding: 15px 35px;
  font-size: 13px;
  color: #222;
  text-transform: uppercase;
  font-weight: bold;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: rgb(248, 217, 114);
  background: -moz-linear-gradient(left, rgba(248, 217, 114, 1) 0%, rgba(255, 164, 16, 1) 100%);
  background: -webkit-linear-gradient(left, rgba(248, 217, 114, 1) 0%, rgba(255, 164, 16, 1) 100%);
  background: linear-gradient(to right, rgba(248, 217, 114, 1) 0%, rgba(255, 164, 16, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8d972', endColorstr='#ffa410',GradientType=1 );
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}
.buttonStyle:hover {
  background: linear-gradient(to left, rgba(248, 217, 114, 1) 0%, rgba(255, 164, 16, 1) 100%);
}
@media screen and (max-width: 767px) {
  .registerPop .modal-dialog {
    margin: 5px auto 20px 0 !important;
  }
  .registerPop .modal-dialog .registerPopContent {
    padding: 20px;
  }
  .registerPopFrame .flex-wrapper {
    flex-direction: column;
  }
  .registerPopFrame .flex-wrapper .registerText {
    width: 100%;
  }
  .registerPopFrame .flex-wrapper .registerForm {
    width: 100%;
  }
  .registerPopFrame .flex-wrapper .registerText .smallTitle {
    padding-right: 0;
    margin: 35px 0 20px 0;
  }
  .registerPopFrame .flex-wrapper .registerText .second-text,
  .registerPopFrame .flex-wrapper .registerText .smallTitle {
    font-size: 20px;
  }
  .registerPopContent .closePop {
    top: 15px;
    left: 85%;
  }
  .thanksPopContent h2 {
    font-size: 44px;
  }
  .buttonStyle {
    width: 100%;
  }
  .registerForm h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .registerPop {
    overflow-y: scroll;
    padding: 0 15px !important;
  }
}
@media screen and (max-width: 1199px) {
  .registerPop .modal-dialog {
    max-width: 768px !important;
  }
}

.modal .close {
  opacity: 1;
}
.instructorDetails h6 span {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
}
