/*@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700|Work+Sans&display=swap');*/
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/AvenirLTStd-Black.otf') format('opentype'),
    /* IE6-IE8 */
    url('../fonts/AvenirLTStd-Black.woff') format('woff'),
    /* Modern Browsers */
    url('../fonts/AvenirLTStd-Black.ttf') format('truetype');
  /* Safari, Android, iOS */
}

html,
body {
  padding: 0;
  margin: 0;
  background: #eff1e9;
  letter-spacing: 1px;
  font-family: Avenir, Arial, Helvetica, sans-serif;
}

.form-section {
  padding: 10px 0px;
  margin: 30px 0px;
  border-bottom: 1px solid #E4E5EC;
}

.required::after {
  content: '*';
  color: red
}

/*.card-img-top {
  width: 300px!important;
   margin:0 auto; 
}*/


.card-img, .card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
/*    width: 300px !important;*/
    max-width: 100% !important;
    padding-bottom: 20px;
}


.btn-custom:hover {
  color: #000;
  background-color: #fff;
  border-color: #000;
}

.title-text {
  color: #0c2d62;
}

.btn-custom {
  padding: 10px 20px;
  font-weight: 500;
  font-size: 22px;
}

.loading {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 2000;
  display: grid;
  align-content: center;
  justify-items: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .5);
}

.loading-wheel {
  width: 20px;
  height: 20px;
  border-width: 30px;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  -webkit-animation: spin 1s linear infinite;
}

.loading-text {
  color: #fff;
  font-size: 2rem;
}

.style-2 .loading-wheel {
  border-style: double;
  border-color: #ccc transparent;
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(-360deg);
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(-360deg);
  }
}

.section-title {
  text-align: start;
  font-weight: 600;
}

.form-group label {
  text-align: start;
  font-weight: 600;
}

.footer {
  padding: 21px 15px 20px;
  color: #313a46;
  font-weight: 600;
  background-color: #f4f4f4;
}

.footer a {
  color: #008540;
  font-weight: 600;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.footer a:hover {
  color: #313a46;
}



.footer .footer-links a {
  color: #008540;
  font-weight: 600;
  margin-left: 1.5rem;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.footer .footer-links a:hover {
  color: #313a46;
}

.footer .footer-links a:first-of-type {
  margin-left: 0;
}

.footer-alt {
  left: 0 !important;
  text-align: center;
  background-color: transparent;
}

@media (max-width:767.98px) {
  .footer {
    text-align: center;
  }
}


/* new one */

.body-inner {
  background: #198754;
}

.Already {
  font-size: 17px;
  font-weight: 400;
}

.back-to-home {
  font-size: 18px !important;
  padding: 10px 40px !important;
}


.back-to-home1 {
  font-size: 18px !important;
  padding: 10px 40px !important;
}

.login-link {
  text-decoration: underline;
}



@media screen and (max-width:768px) {

  .register {
    margin-top: 10px;
    padding: 10px 34px;
  }

  .back-to-home {
    text-wrap: nowrap;
    font-size: 18px !important;
    padding: 10px 5px !important;
  }

  .back-to-home1 {
    font-size: 18px !important;
    padding: 10px 42px !important;
  }
}

@media screen and (max-width:1199px) {

  .back-to-home {
    text-wrap: nowrap;
    font-size: 16px !important;

    padding: 10px 12px !important;

  }

  .register {
    text-wrap: nowrap;
    font-size: 16px !important;
    ;
    padding: 10px 49px !important;
    ;
  }

}

@media screen and (min-width:1200px) {

  .register {
    text-wrap: nowrap;
    font-size: 16px !important;
    padding: 10px 49px;
  }


  .back-to-home {
    text-wrap: nowrap;
    font-size: 18px !important;
    padding: 9px 15px !important;
  }

}

/* payment */

.mt {
  margin-top: 20px;
}

/* .body-inner {
  height: auto;
  background: #198754;
} */

.Already {
  font-size: 17px;
  font-weight: 400;
}

.back-to-home {
  font-size: 18px;
  padding: 10px 40px;
}


.back-to-home1 {
  font-size: 18px !important;
  padding: 10px 40px !important;
}

.margin-container {
  margin-top: 70px;
}

@media screen and (max-width:768px) {

  .register {
    margin-top: 10px;
    padding: 10px 34px;
  }

  .back-to-home1 {
    font-size: 18px !important;
    padding: 10px 50px !important;
  }

  .body-inner {
    height: auto;
    background: #198754;
  }
}

@media screen and (max-width:1192px) {

  .register {
    text-wrap: nowrap;
    font-size: 16px !important;
    padding: 10px 49px;
  }

  .back-to-home {
    text-wrap: nowrap;
    font-size: 18px !important;
    padding: 8px 15px !important;
  }

  .body-inner {
    height: auto;
    background: #198754;
  }


}

@media screen and (max-width:1800px) {

  .register {
    text-wrap: nowrap;
    font-size: 18px !important;
    padding: 7px 42px;
  }



}

.para {
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}


.mt {
  margin-top: 20px;
}

.body-inner {
    /* height: auto; */
    min-height: 100vh;
    background: #ffac59;
    background-image: radial-gradient(at top left, #eca150, #d74d10);
    /*    background-image: radial-gradient(at top left, #a02fbd, #0B1061);*/
}

.Already {
  font-size: 17px;
  font-weight: 400;
}

.back-to-home {
  font-size: 18px !important;
  padding: 10px 40px !important;
}


.back-to-home1 {
  font-size: 18px !important;
  padding: 10px 40px !important;
}

.margin-container {
  margin-top: 20px;
}

@media screen and (max-width:768px) {

  .register {
    margin-top: 10px;
    padding: 10px 34px;
  }

  .back-to-home1 {
    font-size: 18px !important;
    padding: 10px 75px !important;
  }

  .body-inner {
    height: auto;
    background: #198754;
  }
}

@media screen and (max-width:1192px) {

  .register {
    text-wrap: nowrap;
    font-size: 16px !important;
    padding: 10px 49px;
  }

  .back-to-home {
    text-wrap: nowrap;
    font-size: 18px !important;
    padding: 8px 15px !important;
  }

    .body-inner {
        height: auto;
        background-image: radial-gradient(at top left, #eca150, #d74d10);
    }


}

@media screen and (max-width:1800px) {

  .register {
    text-wrap: nowrap;
    font-size: 18px !important;
    padding: 7px 42px;
  }



}

.para {
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}


.payment-container {
  background-color: #fff;
  /* border: 1px solid #ddd; */
  border-radius: 8px;
  padding: 20px;
  max-width: 800px;

  /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
}

.payment-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
  text-align: center;
  margin-bottom: 20px;
  border-bottom: 2px solid #198754;
  padding-bottom: 10px;
}

.payment-details {
  line-height: 1.6;
  color: #555;
}

.payment-details p {
  margin: 8px 0;
}

.payment-details strong {
  color: #333;
}

.payment-details strong {
  color: #333;
}

.note {
  font-size: 0.9rem;
  color: #999;
  margin-top: 15px;
  text-align: center;
}


.instructions {
  padding: 20px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
  color: #333;
  line-height: 1.6;
  max-width: 600px;
  margin: auto;
}

.instructions p {
  margin: 10px 0;
}

.instructions strong {
  color: #198754;
}

.pay-now-button {
  display: inline-block;
  padding: 12px 20px;
  background-color: #28a745;
  /* Green color */
  color: white;
  text-decoration: none;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 6px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s, box-shadow 0.3s;
  text-align: center;
}

.pay-now-button:hover {
  background-color: #218838;
  /* Darker green on hover */
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
}

/* Apply ONLY on mobile screens */
/*@media (max-width: 600px) {
    .card-img, .card-img-bottom, .card-img-top{
        height:130px !important;
    }
}*/