/*@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: 200px !important;*/

  /* margin: auto; */
}

.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-image: radial-gradient(at top left, #eca150, #d74d10);
    /* background-image: radial-gradient(at top left, #a02fbd, #0B1061); */
        /* background-image: radial-gradient(at top left, #eca150, #d74d10); */
}

.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);
     /* 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);
}



/* sdsaifgsak */


             .benefits-container .main-heading {
            font-weight: 700; /* Bold heading */
            font-size: 2rem; /* Larger font size for the main title */
            color: #2c3e50; /* A deep, professional blue-gray */
            margin-bottom: 0.75rem; /* Space below the heading */
        }

        /* Styling for the descriptive paragraph */
 .description {
         font-size: 17px;
    color: #46494c;
    margin-bottom: 1.1rem;
    line-height: 1.6;
        }

        .benefits-ui{
           font-size: 16px;
    font-weight: 600;
    color: #3e3e3e;
        }
        /* Optional: Body styling for better presentation */
  

        /* The main container for our benefits component */
        .benefits-container {
            background-color: white;
            /* padding: 2.5rem; */
            border-radius: 1rem;
            /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); */
            /* max-width: 400px; */
            width: 100%;
        }

        /* Styling for the heading */
        .benefits-container h3 {
     font-weight: 600;
    margin-bottom: 15px;
    color: #4f5254;
    margin: 10px 0px;
        }

        /* Styling for the list items to match the image */
        .benefits-list li {
            display: flex;
            align-items: center;
            font-size: 1.1rem; /* Slightly larger font size */
            font-weight: 500; /* Medium font weight */
            color: #454545;
        }

        /* Add space between each list item */
        .benefits-list li + li {
           margin-top: 0.7rem;
        }

        /* Styling for the checkmark icon */
        .benefits-list .icon {
            font-size: 1.3rem; /* Makes the icon bigger */
            color: #df6e29; /* Bootstrap's primary blue color */
            margin-right: 1rem; /* Space between icon and text */
        }
