/*Bootstrap reset*/
a:focus,
a:active {
  outline: none;
}

a:hover {
  text-decoration: none;
}

.noMargin {
  margin: 0 !important;
}

.noPadding {
  padding: 0 !important;
}

.noBorder {
  border: 0 !important;
}

.gap5 {
  height: 5px;
  display: block;
}

.gap10 {
  height: 10px;
  display: block;
}

.gap20 {
  height: 20px;
  display: block;
}

.gap30 {
  height: 30px;
  display: block;
}

.gap40 {
  height: 40px;
  display: block;
}

.gap50 {
  height: 50px;
  display: block;
}

.gap100 {
  height: 100px;
  display: block;
}

.textEllipsis,
.textTruncate {
  display: inline-block;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.flexCenter {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

.row10 {
  margin-left: -10px;
  margin-right: -10px;
}

.row10 > div {
  padding-left: 10px;
  padding-right: 10px;
}

.row5 {
  margin-left: -5px;
  margin-right: -5px;
}

.row5 > div {
  padding-left: 5px;
  padding-right: 5px;
}

.row2 {
  margin-left: -2px;
  margin-right: -2px;
}

.row2 > div {
  padding-left: 2px;
  padding-right: 2px;
}

.row1 {
  margin-left: -1px;
  margin-right: -1px;
}

.row1 > div {
  padding-left: 1px;
  padding-right: 1px;
}

.row3 {
  margin-left: -3px;
  margin-right: -3px;
}

.row3 > div {
  padding-left: 3px;
  padding-right: 3px;
}

.row4 {
  margin-left: -4px;
  margin-right: -4px;
}

.row4 > div {
  padding-left: 4px;
  padding-right: 4px;
}

.row0 {
  margin-left: -0px;
  margin-right: -0px;
}

.row0 > div {
  padding-left: 0px;
  padding-right: 0px;
}

.row10:before,
.row5:before,
.row2:before,
.row1:before,
.row3:before,
.row4:before,
.row0:before {
  display: table;
  content: " ";
  box-sizing: border-box;
}

.row10:after,
.row5:after,
.row2:after,
.row1:after,
.row3:after,
.row4:after,
.row0:after {
  clear: both;
  content: " ";
  box-sizing: border-box;
  display: block;
}

.noBorderRadius,
.borderRadiusNone {
  border-radius: 0 !important;
}

body,
html,
* {
  font-family: "Roboto", sans-serif;
}

body {
  padding-top: 131px;
}

a:focus,
a:active {
  border: none;
  text-decoration: none;
}

.noScroll {
  overflow-y: hidden;
}

.pad5 {
  padding: 0 5px;
}

.pad10 {
  padding: 0 10px;
}

.pad20 {
  padding: 0 20px;
}

.pad30 {
  padding: 0 30px;
}

.pad40 {
  padding: 0 40px;
}

.pad50 {
  padding: 0 50px;
}

.pad100 {
  padding: 0 100px;
}

.font100 {
  font-weight: 100;
}

.font200 {
  font-weight: 200;
}

.font300 {
  font-weight: 300;
}

.font400 {
  font-weight: 400;
}

.font500 {
  font-weight: 500;
}

.font600 {
  font-weight: 600;
}

.font700 {
  font-weight: 700;
}

.font800 {
  font-weight: 800;
}

.font900 {
  font-weight: 900;
}

.fade0 {
  opacity: 0;
}

.fade1 {
  opacity: 0.1;
}

.fade2 {
  opacity: 0.2;
}

.fade3 {
  opacity: 0.3;
}

.fade4 {
  opacity: 0.4;
}

.fade5 {
  opacity: 0.5;
}

.fade6 {
  opacity: 0.6;
}

.fade7 {
  opacity: 0.7;
}

.fade8 {
  opacity: 0.8;
}

.fade9 {
  opacity: 0.9;
}

.fade10 {
  opacity: 1;
}

.radius0 {
  border-radius: 0px;
}

.radius1 {
  border-radius: 1px;
}

.radius2 {
  border-radius: 2px;
}

.radius3 {
  border-radius: 3px;
}

.radius4 {
  border-radius: 4px;
}

.radius5 {
  border-radius: 5px;
}

.radius10 {
  border-radius: 10px;
}

.bgCover {
  background-size: cover;
}

.bgCenter {
  background-position: center;
}

.bgContain {
  background-size: contain;
}

.noScroll {
  overflow: hidden;
}

/*Fonts*/
.slab {
  font-family: "Roboto Slab", serif;
}

/*Buttons*/
.btn,
.btn:active,
.btn:focus {
  box-shadow: none;
  border: none;
  outline: none;
  border-radius: 100px;
  cursor: pointer;
}

.btn-blue {
  background: -webkit-linear-gradient(left, #01e6c7, #0497d4);
  color: #fff;
}

.btn-blue:hover,
.btn-blue:active,
.btn-blue:focus {
  background: -webkit-linear-gradient(left, #12d6bb, #027db1);
  color: #fff;
}

.btn-orange {
  background: -webkit-linear-gradient(left, #f7961f, #da5e06);
  background: -ms-linear-gradient(left, #f7961f, #da5e06);
  background: -moz-linear-gradient(left, #f7961f, #da5e06);
  background: -o-linear-gradient(left, #f7961f, #da5e06);
  color: #fff;
}

.btn-orange:hover,
.btn-orange:active,
.btn-orange:focus {
  bacground: #f7961f;
  background: -webkit-linear-gradient(left, #da5e06, #f7961f) !important;
  background: -ms-linear-gradient(left, #da5e06, #f7961f) !important;
  background: -moz-linear-gradient(left, #da5e06, #f7961f) !important;
  background: -o-linear-gradient(left, #da5e06, #f7961f) !important;
  color: #fff;
}

/*Small Menu*/
.smallMenu {
  position: fixed;
  top: 0;
  right: -85%;
  width: 85%;
  height: 100%;
  transition: all 0.2s;
  background: #ff7232;
  z-index: 1001;
}

.smallMenu.showMenu {
  right: 0;
}

.menuOverlay {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  z-index: 1000;
}

.smMenuInner {
  width: 100%;
  height: 100%;
  padding: 20px;
  overflow: auto;
}

.smMenuInner a {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 22px;
  padding: 10px 0;
  color: #fff;
}

.smMenuCaller {
  position: absolute;
  z-index: 4;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  color: #fff;
  opacity: 0.7;
}

.smMenuCaller:hover:hover,
.smMenuCaller:hover:focus,
.smMenuCaller:hover:active {
  color: #fff;
  opacity: 1;
}

/*Md Input*/
.mdInput {
  position: relative;
  line-height: 50px;
  border-bottom: 1px #ddd solid;
  margin-top: 20px;
}

.mdInput option:disabled {
  color: #a9a9a9;
}

.mdInput label {
  color: #aaa;
  font-weight: 400;
  position: absolute;
  z-index: 1;
  top: 0;
  transition: all 0.2s;
  line-height:1;
}

.mdInput input,
.mdInput textarea,
.mdInput select {
  display: block;
  width: 100%;
  border: none;
  outline: none;
  height: 50px;
  padding: 0;
  line-height: 50px;
  position: relative;
  z-index: 2;
  background: none;
  font-size: 16px;
}

.mdFocussed label,
.alwaysFocused label {
  top: -1px;
  color: #6c3f92;
  font-weight: 700;
}

.mdFocussed,
.alwaysFocused {
  border-color: #6c3f92;
}

.mdInput textarea {
  resize: none;
  height: 80px;
}

.mdInput input,
.mdInput select {
  display: block;
  width: 100%;
  border: none;
  outline: none;
  height: 50px;
  padding: 0;
  line-height: 50px;
  position: relative;
  /* z-index: 2; */
  background: none;
  font-size: 16px;
}

.mdFocussed label,
.alwaysFocused label {
  top: 0px;
  color: #26ace2;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
}

.mdFocussed,
.alwaysFocused {
  border-color: #26ace2;
}

.mdInput textarea {
  display: block;
  width: 100%;
  border: none;
  outline: none;
  position: relative;
  /*z-index: 2;*/
  background: none;
  font-size: 16px;
  resize: none;
  height: 40px;
  line-height: 20px;
  padding: 5px 0 0 0;
}

.mdTextArea .mdInput label {
  margin-top: 10px;
  transition: all 0.2s;
}

.mdTextArea .mdFocussed textarea,
.mdTextArea .alwaysFocussed textarea {
  height: 80px;
  transition: all 0.2s;
  /*border-left:solid #dddddd;*/
  /*padding-left:7px;*/
  /*top:5px;*/
  /*margin-bottom:10px;*/
}

.mdTextArea.multiLine .mdFocussed label,
.mdTextArea.multiLine .alwaysFocussed label {
  top: -28px;
}

.mdSearchInput input {
  margin-left: 20px;
  display: block;
  width: 100%;
  border: none;
  outline: none;
  height: 50px;
  padding: 0;
  line-height: 50px;
  position: relative;
  /* z-index: 2; */
  background: none;
  font-size: 16px;
  color: #ffffff;
}

.mdSearchInput {
  background-color: #111111;
}

@media screen and (max-width: 500px) {
  .mdTextArea.multiLine .mdInput label {
    margin-top: -10px;
  }

  .mdTextArea.multiLine .mdFocussed label,
  .mdTextArea.multiLine .alwaysFocussed label {
    top: -8px;
  }
}

.mdTextArea .mdInput {
  line-height: 20px;
}

/*General*/

.StripeElement {
  padding: 12px 0 14px;
}

.navbar-brand img {
  height: 80px;
}

.mainNav .nav-item a {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

.navSocial {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background: #000;
  vertical-align: middle;
  color: #fff !important;
  padding: 0;
  margin: 0 5px;
  border-radius: 50%;
  font-size: 17px !important;
  opacity: 0.8;
}

.navSocial:hover {
  opacity: 1;
}

.footerSocial {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background: #000;
  vertical-align: middle;
  color: #fff !important;
  padding: 0;
  margin: 0 0px;
  border-radius: 50%;
  font-size: 13px !important;
  opacity: 0.8;
}

.footerSocial:hover {
  opacity: 1;
}

.navFb {
  background: #3b5998 !important;
}

.navTw {
  background: #1da1f2 !important;
}

.navInsta {
  background: #833ab4 !important;
}

.navYt {
  background: #ff0000 !important;
}

.bannerImage {
  width: 100%;
  height: calc(100vh - 106px);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.headerElemInner {
  width: 100%;
  text-align: center;
  position: relative;
}

.headerElemInner:before {
  position: absolute;
  left: -25px;
  top: -25px;
  right: -25px;
  bottom: -25px;
  background: #fff;
  opacity: 0.75;
  content: "";
  z-index: 1;
  border-radius: 10px;
}

.headerElemInner h2 {
  font-weight: bold;
  color: #fff;
  font-size: 55px;
  text-shadow: 5px 5px 0 rgba(255, 255, 255, 0.11);
}

.headerElemInner h2 {
  background: -webkit-linear-gradient(#e89804, #f79422);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.headerElemInner h3 {
  font-size: 38px;
  color: #333;
  text-shadow: 0px 0px 7px rgb(255, 255, 255);
}

.headerElemInnerContent {
  position: relative;
  z-index: 2;
}

.joinTheHeck {
  background: -webkit-linear-gradient(left, #01e6c7, #0497d4);
  color: #fff;
  padding: 40px 0;
  text-align: center;
}

.joinTheHeck h2,
.globalHeader {
  font-size: 50px;
  font-weight: 100;
}

.joinTheHeck h3 {
  font-size: 18px;
}

.socialProof {
  padding: 70px 0;
  background: #fafafa;
}

.globalHeader {
  color: #555;
}

.section {
  padding: 70px 0;
}

.socialPrroCarouselInner {
  margin: 0 140px;
}

.spcContent {
  min-height: 150px;
  padding-left: 150px;
  position: relative;
  background: #eee;
  border-radius: 100px;
}

.spcContentImage {
  position: absolute;
  left: 10px;
  top: 10px;
  bottom: 10px;
  width: 130px;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
}

.spcText {
  display: flex;
  width: 100%;
  height: 150px;
  justify-content: center;
  align-items: center;
}

.spcTextInner {
  width: 92%;
  text-align: left;
  margin: 0 auto;
  color: #555;
  font-weight: bold;
}

.socialProof .carousel-control-next span,
.socialProof .carousel-control-prev span {
  background-color: #555;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background-size: 15px;
}

.socialProof .carousel-control-next:hover span,
.socialProof .carousel-control-next:active span,
.socialProof .carousel-control-next:focus span,
.socialProof .carousel-control-prev:hover span,
socialProof .carousel-control-prev:active span,
socialProof .carousel-control-prev:focus span {
  background-color: #29a9e1;
}

.socialProof .carousel-indicators {
  bottom: -25px;
}

.socialProof .carousel-indicators li {
  background: #ddd;
}

.socialProof .carousel-indicators li.active {
  background: #444;
}

.challengeDark {
  background: #eee;
}

.challengeImageOuter {
  height: 100%;
  border-radius: 10px;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.15);
  position: relative;
  overflow: hidden;
}

.challengeLight .challengeImageOuter {
  height: 100%;
  border-radius: 10px;
  box-shadow: none;
  position: relative;
  overflow: hidden;
}

.challengeImageOuter:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: #fff;
}

/*background: -webkit-linear-gradient(top left , #3be4cd , #219fd6);background: -moz-linear-gradient(top left , #3be4cd , #219fd6);background: -ms-linear-gradient(top left , #3be4cd , #219fd6);background: -o-linear-gradient(top left , #3be4cd , #219fd6)*/
.challengeLight .challengeImageOuter:before {
  display: none;
}

.challengeImage {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.challengeContentInner {
  position: relative;
  z-index: 2;
}

.challengeContentInner p {
  font-size: 15px;
  color: #777;
}

.challengeContentInner ul {
  font-size: 15px;
  color: #777;
}

.challengeContent {
  position: relative;
}

.challengeContent:before {
  content: "";
  background: #fff;
  position: absolute;
  top: -50px;
  left: -50px;
  right: 0px;
  bottom: -50px;
  border-radius: 10px;
}

.challengeLight {
  background: #fff;
}

.marcisStory {
  background: #fafafa;
}

.storyText {
  font-size: 15px;
  color: #777;
}

.storyHeader {
  font-size: 25px;
  color: #009be6;
}

.mcImg {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
}

.mCircle {
  background-size: cover;
  background-position: center;
}

.mCircle h1 {
  font-size: 40px;
  color: #fff;
  font-weight: bold;
}

.mCircle p {
  font-size: 22px;
  color: #fff;
  line-height: 28px;
}

.mCircle a {
}

.mcPlayBtn {
  display: inline-block;
  width: 80px;
  height: 80px;
  background: -webkit-linear-gradient(top left, #3be4cd, #219fd6);
  background: -moz-linear-gradient(top left, #3be4cd, #219fd6);
  background: -ms-linear-gradient(top left, #3be4cd, #219fd6);
  background: -o-linear-gradient(top left, #3be4cd, #219fd6);
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  margin-bottom: 20px;
  position: relative;
  border: 2px #fff solid;
  transition: all 0.2s;
  transform: scale(1);
}

.mcPlayBtn:hover {
  transform: scale(1.1);
}

.mcPlayBtn:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 20px;
  border-color: transparent transparent transparent #ffffff;
  left: 30px;
  top: 25px;
  position: absolute;
}

.challengeHeader img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

.challengeHeader {
  font-size: 28px;
  background: -webkit-linear-gradient(top left, #11e7ca, #0699d5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 25px;
}

.socialProof {
  background: #fff;
  text-align: center;
}

.sProofItemImage {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
  display: inline-block;
}

.sProofItemName {
  font-size: 24px;
  background: -webkit-linear-gradient(top left, #11e7ca, #0699d5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sProofItemText {
  font-size: 13px;
  color: #777;
}

.owl-prev,
.owl-next {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #eee;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -20px;
}

.owl-prev.disabled,
.owl-next.disabled {
  opacity: 0.2;
}

.owl-prev {
  left: -15px;
}

.owl-next {
  right: -15px;
}

.prChSpecial,
.prChSpecial img {
  display: block;
  width: 100%;
}

.sProofFCItemImage {
  height: 300px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.sProofFCItemIContent {
  padding: 15px;
  background: -webkit-linear-gradient(top left, #3be4cd, #219fd6);
  background: -moz-linear-gradient(top left, #3be4cd, #219fd6);
  background: -ms-linear-gradient(top left, #3be4cd, #219fd6);
  background: -o-linear-gradient(top left, #3be4cd, #219fd6);
  text-align: center;
}

.sProofFCItemName {
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 30px;
  position: relative;
}

.sProofFCItemName:after {
  content: "";
  width: 50px;
  height: 2px;
  background: #fff;
  display: inline-block;
  position: absolute;
  left: 50%;
  margin-left: -25px;
  bottom: -11px;
}

.sProofFCItemText {
  color: #fff;
  font-size: 15px;
}

.sProofFCItem {
  padding: 0 5px;
}

.rArticleImage {
  min-height: 200px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.rArticleImage:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-image: url("../images/blog-overlay.png");
  opacity: 1;
}

.rArticleContent {
  background: #f5f5f5;
  padding: 15px;
}

.rArticleContent h3 {
  font-size: 18px;
  color: #444;
}

.rArticleContent p {
  font-size: 13px;
  color: #888;
}

.rArticleContent a {
}

.recentArticleItem {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
}

.sharedKnowledge a {
  display: block;
  width: 100%;
}

.sharedKnowledge img {
  width: 100%;
}

.footer {
  background: #0a0d1d;
}

.footer p {
  font-size: 13px;
  color: #b5b5b5;
}

.footer p.footerHeader {
  font-size: 25px;
  color: #fff;
}

.footer img {
  height: 50px;
  margin-bottom: 6px;
}

.copyright {
  text-align: center;
  color: #222;
  background: #f7961f;
  font-size: 14px;
  padding: 10px 0;
}

.recentArticles {
  background: #eee;
}

.nav-item-social {
  display: inline-block;
}

.navbar-brand img {
  height: 105px;
}

.blogAuthorInfo {
  display: inline-block;
  margin-right: 10px;
  border-radius: 100px;
  height: 60px;
  padding-left: 70px;
  font-size: 17px;
  color: #777;
  vertical-align: middle;
  background: #eee;
  line-height: 57px;
  padding-right: 30px;
  position: relative;
}

.blogAuthorInfo a {
  color: #009be6;
}

.blogAuthorInfo a:hover {
  color: #0187c7;
}

.blogHeader {
  margin: 30px 0;
  font-size: 35px;
  color: #444;
  font-weight: 400;
  text-align: center;
}

.blogAuthorImage {
  width: 50px;
  height: 50px;
  display: block;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 5px;
  top: 5px;
  border-radius: 50px;
}

.blogSocial a {
  display: inline-block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  color: #fff;
  background: #000;
  vertical-align: middle;
  color: #fff !important;
  padding: 0;
  margin: 0 5px;
  border-radius: 50%;
  font-size: 18px !important;
  opacity: 0.8;
}

.blogSocial a:hover {
  opacity: 1;
}

.blogSocial {
  display: block;
  vertical-align: middle;
  text-align: center;
  margin-top: 15px;
}

.blogText h4 {
  font-size: 18px;
  margin-top: 30px;
  color: #f7971f;
}

.blogText p {
  color: #555;
  font-size: 14px;
}

.aboutMarci {
  padding-bottom: 0;
  background: #eee;
}

.aboutMarcis {
  background: #eee;
}

.aboutMarci p,
.aboutMarcis p {
  font-size: 14px;
  color: #555;
  line-height: 24px;
}

.articleCatItem {
  display: inline-block;
  position: relative;
  background-size: cover;
  background-position: center;
  width: 100%;
  padding: 40px 20px;
  transition: all 0.2s;
  transform: scale(1);
  margin-bottom: 10px;
}

.articleCatItem span {
  display: block;
  padding: 15px 0;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: rgba(247, 150, 31, 0.8);
}

.articleCatItem:hover {
  transform: scale(1.1);
}

.quickContact {
  padding: 20px;
  background: #0376ae;
}

.quickContact h3 {
  color: #fff;
  font-size: 34px;
}

.quickContact h4 {
  color: #fff;
  font-size: 16px;
}

.form-control {
  border-radius: 1000px;
}

.paymentHolder {
  text-align: center;
  color: #fff;
  padding: 25px 0;
  background: #03649b;
}

.paymentHolder h1 {
  font-weight: 200;
  font-size: 40px;
}

.paymentHolder h4 {
  font-weight: 400;
}

.paymentCard {
  background: #fafafa;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  padding: 15px;
}

.paymentHeader {
  padding: 10px 15px;
  background: #ff9900;
  border-radius: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.stepText {
  font-size: 14px;
  color: #222;
}

.paymentCard {
  margin: 20px 0 0;
}

.paymentCard:last-child {
  margin: 20px 0 20px;
}

.paymentRow p {
  margin-bottom: 0;
  font-weight: bold;
  color: #444;
  position: relative;
  top: 4px;
  text-align: right;
}

.paymentRow {
  margin: 20px 0;
}

.categoryHeader {
  font-weight: bold;
  color: #222;
  font-size: 20px;
}

.categoryHeader h2 {
  font-size: 34px;
  font-weight: 300;
}

.categoryHeader span {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
  color: #888;
}

.categoryItem {
  margin-bottom: 30px;
  padding: 25px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border: 1px #f8f9fa solid;
  transition: all 0.2s;
  position: relative;
}

.categoryItem:after {
  position: absolute;
  content: "";
  top: 40px;
  bottom: 40px;
  left: -1px;
  width: 4px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #dedede;
}

.categoryItem:hover {
  border-color: #f7961f;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
}

.categoryItem:hover:after {
  background: #f7961f;
}

.categoryItemHeader {
  color: #f7961f;
  font-size: 27px;
  font-weight: bold;
  line-height: 35px;
  display: block;
  margin-bottom: 15px;
}

.categoryItemHeader a {
  color: #29a9e1;
}

.categoryItem .blogAuthorInfo {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  margin-bottom: 15px;
}

.categoryItem .blogAuthorImage {
  width: 30px;
  height: 30px;
}

.blogAuthorInfo {
  padding-left: 44px;
}

.blogItemText p {
  font-size: 14px;
  color: #777;
  margin-bottom: 5px;
  word-break: break-word;
}

.testimonialText p {
  font-size: 14px;
  color: #777;
  margin-bottom: 5px;
  word-break: break-word;
}

.categoryItemRow .col-md-6:first-child {
  flex: 0 0 100%;
  max-width: 100%;
}

.rArticleContentText {
  max-height: 150px;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
  height: 150px;
}

.rArticleContentText:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  background: -webkit-linear-gradient(top, transparent, #f5f5f5);
  background: -moz-linear-gradient(top, transparent, #f5f5f5);
  background: -ms-linear-gradient(top, transparent, #f5f5f5);
  background: -o-linear-gradient(top, transparent, #f5f5f5);
}

.blogItemText {
  max-height: 150px;
  overflow: hidden;
  position: relative;
  height: 150px;
}

.blogItemText:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  background: -webkit-linear-gradient(top, transparent, #fff);
  background: -moz-linear-gradient(top, transparent, #fff);
  background: -ms-linear-gradient(top, transparent, #fff);
  background: -o-linear-gradient(top, transparent, #fff);
}

.rArticleContent h3 {
  height: 45px;
}

.categoryItemImg {
  height: 280px;
  border-radius: 10px;
  background-position: center;
  background-size: cover;
  margin-bottom: 12px;
}

.articleMainImage {
  display: block;
  width: 100%;
  border-radius: 10px;
}

.blogContent .blogAuthorInfo {
  padding-left: 70px;
}

.blogContent {
  padding-top: 130px;
}

.calDatesHolder,
.calTimeHolder,
.calInfoHolder {
  position: relative;
  padding: 20px 0px;
}

.calSection {
  display: none;
}

.calDatesRow:after {
  content: "";
  display: block;
  clear: both;
}

.calDateHolder {
  width: 25%;
  float: left;
}

.calDateItem {
  padding: 10px;
}

.calDateItemBoxDisabled {
  text-align: center;
  padding: 10px;
  border: 1px #ddd solid;
  border-radius: 10px;
  position: relative;
  background-color: #f5f5f5;
}

.calDateItemBox {
  text-align: center;
  padding: 10px;
  border: 1px #ddd solid;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
}

.calDateItemBox:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-color: #26ace2;
}

.calDateItemBox:before {
  position: absolute;
  left: -2px;
  top: 10px;
  bottom: 10px;
  width: 4px;
  border-radius: 5px;
  background: #26ace2;
  content: "";
}

.calDay {
  font-size: 15px;
  color: #444;
  font-weight: bold;
}

.calDateItemBox:hover .calDay {
  color: #26ace2;
}

.calDate {
  font-size: 14px;
  color: #777;
  display: block;
}

.calDesc {
  font-size: 14px;
  color: #777;
  display: block;
}

.calSpots {
  font-size: 14px;
  color: #777;
  display: block;
  font-style: italic;
  color: #dedede;
}

.calAvailable {
  font-size: 14px;
  color: #444;
  display: block;
  font-style: italic;
}

.calBooked {
  font-size: 14px;
  color: #dedede;
  display: block;
  font-style: italic;
}

.calTimeHolder,
.calInfoHolder {
  display: none;
}

.calSectionNav a {
  display: inline-block;
  color: #777;
  font-size: 14px;
  border: 1px #ddd solid;
  padding: 8px 14px;
  border-radius: 100px;
  margin: 10px;
}

.calSectionNav a:hover {
  border-color: #aaa;
  background: #fafafa;
}

.calTimeOuterRow {
  max-height: calc(100vh - 250px);
  overflow: auto;
}

.timezone {
  max-width: 200px;
}

.timezoneSelector {
  display: none !important;
}

.timezoneShow {
  display: inline-block !important;
}

.timezone,
.select2-results__option[aria-selected] {
  font-size: 14px;
}

/*.spcText {position: relative;}*/
.bigQuote {
  line-height: 1.2;
}

.bigQuote:before {
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  left: 10px;
  top: -9px;
  font-size: 25px;
  color: #f89f1d;
  opacity: 0.5;
  padding-right: 10px;
}

.bigQuote:after {
  content: "\f10e";
  font-family: "Font Awesome 5 Free";
  right: 10px;
  bottom: 2px;
  font-size: 25px;
  color: #f89f1d;
  opacity: 0.5;
  padding-left: 10px;
}

.copyright a {
  display: inline-block;
  margin-left: 0px;
  color: #222;
}

.copyright a:hover {
  text-decoration: underline;
}

.freebieItem {
  display: block;
  background: #eee;
  border-radius: 10px;
  border: 1px #ddd solid;
  padding: 10px;
  padding-bottom: 0;
  transition: all 0.2s;
  margin-bottom: 10px;
}

.freebieItem:hover {
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}

.freebieItem img {
  width: 100%;
  margin-bottom: 15px;
}

.freebieItem span {
  font-size: 13px;
  color: #888;
  line-height: 14px;
}

.freebieItem label {
  font-size: 15px;
  font-weight: 600;
  color: #444;
  display: block;
}

.contectSection {
  background: #eda533;
}

.contectSection img {
  width: 100%;
  padding: 10px;
  background: rgba(255, 255, 255, 0.2);
}

.contectSection h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}

.contectSection p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 10px;
}

.contectSection {
  background-position: center;
  background-size: cover;
}

/* Hostess Portal Content */
.contentCard {
  margin-bottom: 30px;
  padding: 25px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border: 1px #f7961f solid;
  transition: all 0.2s;
  position: relative;
}

.contentCardHeader {
  color: #4a4a4a;
  font-size: 24px;
}

.contentCardText {
  font-size: 17px;
  color: #777;
  margin-bottom: 10px;
  line-height: 1.5;
}

.contentCardTextCenterBold {
  font-size: 22px;
  text-align: center;
  color: #777;
  margin-bottom: 5px;
  font-weight: bold;
}

.contentCardPromoTable {
  background-color: #efefef;
}

.contentCardPromoTable td {
  padding: 10px 10px;
}

.stpHeader {
  display: block;
  position: relative;
  margin-bottom: 10px;
}

.stpHeader div {
  display: inline-block;
  background: #f8f9fa;
  border-radius: 4px;
  font-size: 17px;
  font-weight: 500;
  color: #29a9e1;
  padding: 5px 14px;
  position: absolute;
  top: -40px;
  border: 1px #29a9e1 solid;
}

.stepContent {
  padding-top: 15px;
  display: none;
}

.stepContent.active {
  display: block;
}

.customTable {
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.customTable th {
  background: #f7961f;
  width: 50%;
  color: #fff;
}

.contentCardBold {
  margin: 15px 0 5px;
  font-weight: 700;
  font-size: 20px;
}

.contentCardBoldSmall {
  font-weight: 700;
  font-size: 16px;
}

.contentCardGrayBold {
  font-weight: 700;
  font-size: 20px;
  color: #777;
}

.contentCardGrayBoldSmall {
  font-weight: 700;
  font-size: 16px;
  color: #777;
}

.scTabHeader a {
  display: inline-block;
  margin-right: 15px;
  background: #fff;
  padding: 7px 17px;
  border-radius: 100px;
  color: #2a5b86;
  border: 1px #dedede solid;
}

.scTabHeader a.active {
  background: #29a9e1;
  border: 1px #29a9e1 solid;
  color: #fff;
}

.scTabContentItem {
  display: none;
}

.scTabContentItem.active {
  display: block;
}

.scTabContentItem {
  padding: 25px 0 0 0;
  font-size: 14px;
}

.scTabContentItem img {
  display: inline-block;
  border-radius: 5px;
  border: 5px #eee solid;
  max-width: 100%;
}

.freeEduClass {
  background-color: #eee;
  background-image: url("../images/free-edu.jpg");
  background-position: center;
  background-size: cover;
  padding: 100px 0;
}

.freeTrial {
  background: #f5f9ff;
}

.freeTrial {
  padding: 200px 0;
}

.freeEduClass h1,
.freeTrial h1 {
  font-weight: 300;
  font-size: 50px;
  margin-bottom: 15px;
}

.freeEduClass p,
.freeTrial p {
  opacity: 0.7;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 15px;
}

.trialImage {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  background-position: center;
  background-size: 70%;
  background-repeat: no-repeat;
  background-image: url("../images/trial-image.png");
  height: 100%;
  min-height: 250px;
}

.hostessPortalWelcome {
  text-align: center;
}

/*Contact*/
.formLabel {
  font-size: 14px;
  color: #0376ae;
  font-weight: bold;
  margin: 12px 0 4px 16px;
}

.contactForm .form-control {
  padding: 10px 20px;
  font-size: 14px;
}

.contactForm h4 {
  font-size: 18px;
}

textarea.form-control {
  border-radius: 20px;
  resize: none;
}

.contactListItem {
  position: relative;
  margin-bottom: 10px;
}

.contactListItem i {
  display: inline-block;
  vertical-align: middle;
  width: 45px;
  height: 45px;
  background: #fff;
  line-height: 45px;
  line-height: 45px;
  color: #444;
  text-align: center;
  border-radius: 50px;
  border: 1px #ffecca solid;
}

.contactListItem span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #555;
  margin-left: 15px;
}

.contactCard {
  padding: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  background: #fffbf4;
}

.contactCard h4 {
  color: #000;
}

.contactCard {
  padding: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  background: #fffbf4;
}

.stripePaymentForm label {
  z-index: 0 !important;
}

.modalAlertOverlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 10004;
  display: none;
}

.modalAlert {
  position: fixed;
  top: 50px;
  left: 30%;
  right: 30%;
  background: #fff;
  z-index: 10005;
  display: none;
  border-radius: 5px;
}

.modalAlert p {
  font-size: 20px;
  padding: 20px;
}

.alertFooterBtns {
  padding: 20px;
  text-align: right;
}
.alertFooterBtns {
  border-top: 1px #eee solid;
}

.noSpots {
  position: absolute;
  right: 5px;
  top: 5px;
  background-color: #c1c1c1;
  border-radius: 7px;
  color: #fff;
  padding: 5px;
  font-size: 10px;
}

.checkoutContainerBonus {
  border: 2px solid #333;
  border-color: #333;
  border-style: dashed;
  background-color: #fdf3ca;
  padding: 10px;
}

.checkoutBonusTitle {
  background-color: yellow;
  padding: 10px;
  color: #000;
  font-weight: 600;
}

.checkoutBonusTitle .customCheck.checked .customCheckBox {
  background: #ff1493;
  border: 1px #ff1493 solid;
}

.checkoutBonusOffer {
  color: #ff1493;
  font-weight: 600;
}

.checkoutBumpLabel {
  color: #333;
}

.customCheck {
  position: relative;
  padding-left: 25px;
  min-height: 15px;
  color: #777;
  cursor: pointer;
}

.customCheck input {
  margin: 0 !important;
  width: 0;
}
.customCheck label {
  margin: 0 !important;
  cursor: pointer;
}

.customCheckBox {
  width: 18px;
  height: 18px;
  border: 1px #aaa solid;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 2px;
}
.customCheckBox span {
  font-size: 10px;
  margin: 0;
  position: absolute;
  top: 0;
  width: 16px;
  line-height: 17px;
  text-align: center;
  display: none;
  font-weight: bold;
}
.customCheck.checked .customCheckBox {
  background: #00aeef;
  border: 1px #00aeef solid;
}

.customCheck.checked .customCheckBox i {
  color: #fff;
  display: inline-block;
}
