:root{
  --smartedu-gold: #FFD700
}

#pageloader
{
  background: rgba( 255, 255, 255, 0.8 );
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9999;
}

#pageloader img
{
  left: 50%;
  margin-left: -32px;
  margin-top: -32px;
  position: absolute;
  top: 50%;
}

.error-block
{
    height: 100%;
    margin: 4% 4% 0 4%;
    background-color: #f7e6e6;
}

.error-header
{
  background: #de6666;
  color: white;
  font-weight: 800;
  font-size: 16px;
  padding: 1%;
}

.error-body ul{
  padding: 2% 0 2% 5%;
}

.error-body ul li{
  margin: 0.5% 0;
}

.error-body .error-field{
  font-weight: 600;
  padding-right: 3px;
}

.error-body .error-msg{
  padding-left: 3px;
}

.text-red{
  color: red;
}

.review{
  padding-left: 25px;
  padding-right: 25px;
}

.review.client-section{
  width: 50%;
  float: left;
}

.review.subscription-section{
 width: 50%;
 float: left;
}
.review.card-section{
  width: 50%;
  float: left;
}

#subscription_complete .succesful-card{
  width: 80%;
  min-height: 200px;  
  margin: auto;
  /* padding: 3% 2% 1% 2%; */
}

.separator {
  height: 0;
}
.separator.separator-dashed {
  border-bottom: 1px dashed #EBEDF3;
}

.mt-5,
.my-5 {
  margin-top: 1.25rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 1.25rem !important;
}
#subscription_complete .succesful-card .header{
  text-align: center;
  color: #96969a;
  font-size: 24px;
  font-weight: 700;
}

.succesful-card h4 {
  text-align: center;
  font-weight: 700 !important;
  font-size: 25px !important;
  color:#6e6f6f;
}

.succesful-card h6 {
  font-weight: 500 !important;
  font-size: 18px !important;
  color:#6e6f6f;
}
#subscription_complete .succesful-card .desc{
  text-align: center;
  color: #8a8e8e;
  font-size: 19px;
  margin-top: 5%;
}

#subscription_complete .succesful-card .desc-2{
  text-align: center;
  color: #8a8e8e;
  font-size: 15px;
}

#subscription_complete .subscription-info .info{
  text-align: center;
  color: #1284ca;
  font-size: 15px;
  margin-top: 3%;
}

#subscription_complete .subscription-info .info>span{
  color: #1284ca;
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize;
}



/* OVERRIDE CSS */
.dollar {
  font-size: 35px;
}

.price {
  font-size: 40px;
}

.plan-image-holder {
  cursor: pointer;
}

.plan-image-holder.active {
  border-color: #2eabeb;
  box-shadow: 1px 4px 9px 2px rgb(98 178 230 / 92%);
}

.plan-image-holder.active .subscription-plan {
  font-size: 25px;
}

/* .hero-flex-col.left {
  width: 51%;
  padding-top: 5vh;
}

.header-section-wrapper {
  margin-bottom: 4.5vh;
}

.hero-heading {
  margin-bottom: 15px;
  font-size: 2.9vw;
  line-height: 2.8vw;
} */

/* @media screen and (max-width: 479px) {
  .hero-heading {
    font-size: 7vh;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .hero-heading {
    font-size: 7vh;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 991px) {
  .hero-heading {
    font-size: 7vh;
    margin-bottom: 30px;
  }
} */

.info-wrapper {
  padding-top: 4.5vh;
  padding-bottom: 5px;
}

.client-info{
  padding-top: 5vh;
  padding-bottom: 1vh;
  margin: auto;
}

.terms_and_conditions_info{
  margin: auto;
}

.disabled_btn {
  pointer-events: none;
}
.hero-paragraph.margin-b40{
  margin-bottom: 3.5vh
}

.footer-content-wrapper {
  padding-top: 170px;
  padding-bottom: 50px;
}

.footer-section-wrapper .footer-heading.margin-b50{
  margin-bottom: 25px;
}

.footer-section-wrapper .flex-wrapper.footer.margin-b100{
  margin-bottom: 50px;
}

.footer-contact-details{
  line-height: unset;
  margin-bottom: 15px;
}

.footer-sub.margin-b35{
  margin-bottom: 15px;
}

.footer-form{
  padding: 30px;
}

.footer-form .button{
  margin-top: 23px;
  width: 100%;
  line-height: 10px;
}

.w-form-alert{
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
}

.section-paragraph.margin20{
  margin-top: 20px;
}

.icon-payment-wrapper  .icon-details{
    width: 100% !important;
}


* {
  box-sizing: border-box;
}

/*body {
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  display: flex;
  justify-content: center;
  align-content: center;
  height: 100vh;
  width: 100vw;
}*/

/*form {
  width: 30vw;
  min-width: 500px;
  align-self: center;
  box-shadow: 0px 0px 0px 0.5px rgba(50, 50, 93, 0.1),
    0px 2px 5px 0px rgba(50, 50, 93, 0.1), 0px 1px 1.5px 0px rgba(0, 0, 0, 0.07);
  border-radius: 7px;
  padding: 40px;
}
*/
/* input {
  border-radius: 6px;
  margin-bottom: 6px;
  padding: 12px;
  border: 1px solid rgba(50, 50, 93, 0.1);
  height: 44px;
  font-size: 16px;
  width: 100%;
  background: white;
} */

.result-message {
  line-height: 22px;
  font-size: 16px;
}

.result-message a {
  color: rgb(89, 111, 214);
  font-weight: 600;
  text-decoration: none;
}

.hidden {
  display: none;
}

#card-error {
  color: rgb(105, 115, 134);
  text-align: left;
  font-size: 13px;
  line-height: 17px;
  margin-top: 25px;
  text-align: center;
  margin-left: 15px;
}

#card-element {
  border-radius: 4px 4px 0 0 ;
  padding: 12px;
  border: 1px solid rgba(50, 50, 93, 0.1);
  height: 44px;
  width: 100%;
  background: white;
}

#payment-request-button {
  margin-bottom: 32px;
}


/*button {
  background: #5469d4;
  color: #ffffff;
  font-family: Arial, sans-serif;
  border-radius: 0 0 4px 4px;
  border: 0;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: block;
  transition: all 0.2s ease;
  box-shadow: 0px 4px 5.5px 0px rgba(0, 0, 0, 0.07);
  width: 100%;
}
button:hover {
  filter: contrast(115%);
}*/
/*button:disabled {
  opacity: 0.5;
  cursor: default;
}*/


.spinner,
.spinner:before,
.spinner:after {
  border-radius: 50%;
}
.spinner {
  color: #ffffff;
  font-size: 22px;
  text-indent: -99999px;
  margin: 0px auto;
  position: relative;
  width: 20px;
  height: 20px;
  box-shadow: inset 0 0 0 2px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.spinner:before,
.spinner:after {
  position: absolute;
  content: "";
}
.spinner:before {
  width: 10.4px;
  height: 20.4px;
  background: #FFFFFF;
  border-radius: 20.4px 0 0 20.4px;
  top: -0.2px;
  left: -0.2px;
  -webkit-transform-origin: 10.4px 10.2px;
  transform-origin: 10.4px 10.2px;
  -webkit-animation: loading 2s infinite ease 1.5s;
  animation: loading 2s infinite ease 1.5s;
}
.spinner:after {
  width: 10.4px;
  height: 10.2px;
  background: #FFFFFF;
  border-radius: 0 10.2px 10.2px 0;
  top: -0.1px;
  left: 10.2px;
  -webkit-transform-origin: 0px 10.2px;
  transform-origin: 0px 10.2px;
  -webkit-animation: loading 2s infinite ease;
  animation: loading 2s infinite ease;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* 
 // Commenting out as it breaks bootstraps css.
@media only screen and (max-width: 600px) {
  form {
    width: 80vw;
  }
} */

.nav-menu{
  color: #ffffff !important;
}

.bg-gold{
  background-color: var(--smartedu-gold);
}

.font-weight-700{
  font-weight: 700!important;
}

@media screen and (max-width: 479px) {
  .success.w-form{
    width: 100%;
    margin: 0 !important;
  }
}

@media screen and (max-width: 991px) {
  #subscription_sec .container{
    padding-left: 0;
    padding-right: 0;
    width: 96%;
  }

  #subscription_sec .success{
    width: 100%;
  }
}

#subscription_sec .total-credit{
  width: 90%;
}
