h1 {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #111;
  line-height: 1.4;
  margin-top: 0;
}

h1 span {
  color: #38af83;
}

h2 {
  font-size: 1.5rem;
  color: #38af83;
  margin-bottom: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
}

h3 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  color: #0267b4;
  line-height: 1.4;
  margin-top: 0;
}

body {
  font-family: "Sora", sans-serif;
  font-weight: 400;
  line-height: 1.7;
  font-size: 0.9rem;
  color: #333;
  background: -webkit-gradient(linear, right top, left top, from(#279471), color-stop(#2b8990), to(#0b67b1)), url(), #009b6b;
  background: linear-gradient(to left, #279471, #2b8990, #0b67b1), url(), #009b6b;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a {
  color: #38af83;
  outline: none;
  text-decoration: none;
}

a:hover {
  color: #0267b4;
}

.a:focus {
  border: none;
  outline: none;
}

.btn {
  background: #0267b4;
  background: linear-gradient(125deg, #035492 0%, #1d84d2 100%);
  border-radius: 0.25rem;
  border: none;
  padding: 0.6rem 1.25rem;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #fff;
}

.btn i {
  font-size: 1rem;
}

.btn .bi-arrow-right {
  margin-left: 0.25rem;
}

.btn:hover {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #fff !important;
}

.btn-border {
  color: #0267b4;
  border: 1px solid #0267b4;
  background: none;
}

.btn-border:hover {
  background: #0267b4;
  color: #fff;
}

.asterisk {
  color: #e40909;
}

.card-box {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 2.5rem;
  margin-bottom: 2rem;
  background: #fff;
  border-radius: 0.25rem;
}

.clear {
  clear: both;
}

.breadcrumb {
  margin-bottom: 0;
}

.breadcrumb li {
  margin-bottom: 1rem !important;
}

p {
  margin-bottom: 1.5rem;
}

img {
  width: 100%;
}

.mgb1 {
  margin-bottom: 1rem;
}

.pdb0 {
  padding-bottom: 0 !important;
}

.pdt0 {
  padding-top: 0 !important;
}

.pd-right {
  padding-right: 2rem;
}

.pd-left {
  padding-left: 2rem;
}

.positionrelative {
  position: relative;
}

.form-control {
  font-size: 0.9rem;
}

textarea.form-control {
  min-height: calc(7em + 0.75rem + 2px);
}

.form-select {
  height: calc(2.75rem + 8px);
  padding: 1rem;
  font-size: 0.9rem;
}

.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(2.75rem + 8px);
  padding: 1rem;
  border-radius: 0.35rem;
}

.form-floating > label {
  padding: 0.75rem 1rem;
  color: #333;
}

.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
  color: #333;
}

.form-control[type="file"] {
  font-size: 0.9rem;
}

.hasDatepicker::-webkit-input-placeholder {
  opacity: 1 !important;
  color: #333 !important;
}

.hasDatepicker:-ms-input-placeholder {
  opacity: 1 !important;
  color: #333 !important;
}

.hasDatepicker::-ms-input-placeholder {
  opacity: 1 !important;
  color: #333 !important;
}

.hasDatepicker::placeholder {
  opacity: 1 !important;
  color: #333 !important;
}

.radio-input {
  visibility: hidden;
  display: none;
}

.radio-label {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1.5rem;
  margin-right: 1.5rem;
}

.radio-label:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 5px;
  top: 5px;
  border-radius: 50%;
}

.radio-border {
  width: 24px;
  height: 24px;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  left: -2px;
  top: -2px;
  border: 1px solid #999;
}

.radio-input:checked + .radio-label:after {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #38af83;
}

.form-check {
  padding-left: 2em;
  margin-bottom: 1rem;
}

.form-check-input {
  width: 1.25em;
  height: 1.25em;
}

.form-check .form-check-input {
  margin-left: -2em;
}

.form-check-input[type="checkbox"] {
  border-radius: 0.2em;
}

table th {
  background: #38af83 !important;
  color: #fff !important;
}

@media (max-width: 575px) {
  .container,
  .container-fluid,
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm {
    width: 100%;
    padding-right: var(--bs-gutter-x, 1.25rem);
    padding-left: var(--bs-gutter-x, 1.25rem);
    margin-right: auto;
    margin-left: auto;
  }
}

.block-bg {
  background: #fff;
  border-radius: 0 0 0.25rem 0.25rem;
  padding: 1rem 0;
}

.block-bg h1 {
  margin-bottom: 0.5rem;
  color: #0267b4;
}

.block-bg h3 {
  margin-bottom: 0;
  color: #111;
}

@-webkit-keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

header {
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #ddd;
  background: #f8f8f8;
}

header .logo {
  float: left;
  margin-bottom: 0.25rem;
}

header .logo img {
  width: 14rem;
  margin-right: 1rem;
}

header .block-bg {
  padding: 0;
  background: none;
}

header .block-bg h1 {
  font-size: 1.5rem;
  margin-bottom: 0.25rem;
}

header .block-bg h3 {
  font-size: 1rem;
}

.ill {
  margin-top: 3rem;
  text-align: center;
}

.ill img {
  width: 90%;
}

.side-info {
  position: -webkit-sticky;
  position: sticky;
  top: 5vh;
}

.content-pd {
  padding: 2rem 0;
  min-height: 30rem;
}

.form-content-pd {
  padding: 0 3rem;
  min-height: 40rem;
  background: url(images/bg.png) no-repeat right top;
  background-size: 50%;
}

footer {
  padding: 1.5rem 3rem;
  border-top: 1px solid #ccc;
  background: #fff;
}

footer a:hover {
  color: #0267b4;
}

footer .bottom-footer {
  opacity: 0.8;
}

footer .bottom-footer .copyright {
  float: left;
}

footer .bottom-footer .poweredby {
  float: right;
}

ul.cont-list {
  padding-left: 1.5rem;
}

ul.cont-list li {
  margin-bottom: 0.75rem;
  list-style-type: none;
  position: relative;
}

ul.cont-list li::after {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  background: #38af83;
  position: absolute;
  top: 0.5rem;
  left: -1.25rem;
}

.sidebar {
  color: #fff;
  padding: 3rem 1rem 3rem 2rem;
  background: #38af83;
}

.sidebar h1,
.sidebar h2,
.sidebar h3 {
  color: #fff;
}

@media (max-width: 1200px) {
  .content-pd {
    padding: 2rem 0;
  }
}

@media (max-width: 991px) {
  html {
    font-size: 15px;
  }
  .mob-br {
    margin-bottom: 1.5rem;
  }
  header {
    padding: 1rem 0.5rem;
  }
  footer {
    padding: 1rem 0;
  }
  .form-content-pd {
    padding: 0 2rem;
  }
}

@media (max-width: 767px) {
  .card-box {
    padding: 1rem;
  }
  h1 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  .pd-left {
    padding-left: 1rem;
  }
  .pd-right {
    padding-right: 1rem;
  }
  .mob-none {
    display: none;
  }
  footer .bottom-footer .poweredby {
    float: left;
  }
  .form-content-pd {
    padding: 1.5rem 1rem;
  }
  .sidebar {
    padding: 1rem;
  }
}
/*# sourceMappingURL=main.css.map */