.btn-primary {
  background: #048273;
  border-color: #048273;
  border-radius: 4px;
  padding: 14px 20px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #025147 !important;
  border-color: #025147 !important;
}
.btn-primary:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(4, 130, 115, 0.25);
  background: #025147;
  border-color: #025147;
}
.btn-primary.btn-primary-outline {
  background: #ffffff;
  color: #048273;
}

.btn-outline-light {
  border-radius: 4px;
  padding: 14px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
  background: #ffffff;
  border-color: #048273;
  color: #048273;
}
.btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light:active {
  background: #048273;
  color: #ffffff;
  border-color: #048273;
}
.btn-outline-light:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25);
  background: #048273;
  border-color: #048273;
  color: #ffffff;
}

p.subheading{font-size: 18px;}
.animated-button {
  transition: all 0.2s ease;
  box-shadow: 0px 7px 29px 0px rgba(100, 100, 111, 0.2);
}
.animated-button span {
  position: relative;
  padding-right: 24px;
}
.animated-button img {
  transition: all 0.2s ease;
  position: absolute;
  right: 0;
  top: 3px;
}
.animated-button .white-arrow {
  transition: all 0.2s ease;
  opacity: 0;
  transform: translate(-15px, 15px);
}
.animated-button:hover {
  color: #ffffff !important;
  background: #025147 !important;
  border-color: #025147 !important;
}
.animated-button:hover .black-arrow {
  opacity: 0;
}
.animated-button:hover .white-arrow {
  transform: translate(0px, 0px);
  opacity: 1;
}

body {
  font-family: "Electrolize";
  font-size: 16px;
  font-weight: 400;
  color: #121212;
  background-color: #000000;
}

.page-title {
  font-family: "Electrolize";
  font-weight: 700;
  font-size: 2.75rem;
  line-height: 51px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .page-title {
    margin-bottom: 21px;
    line-height: 71px;
    font-size: 3.75rem;
  }
}

.badge-warning {
  display: inline-flex;
  padding: 4px 12px;
  align-items: center;
  background: #FFE4AA;
  color: #121212;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  border-radius: 0;
  margin-bottom: 24px;
}

.badge-primary {
  display: inline-flex;
  height: 35px;
  padding: 6px 12px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  border-radius: 35px;
  background: rgba(119, 119, 119, 0.08);
  color: #777777;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

.page-title-md {
  font-size: 1.5rem;
  font-family: "Electrolize";
  font-weight: 500;
  line-height: 32px;
  text-transform: uppercase;
  margin-bottom: 22px;
}
@media (min-width: 768px) {
  .page-title-md {
    font-size: 2.25rem;
    line-height: 46px;
  }
}

.text-danger {
  color: #FE5B2C;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../img/drop-arrow.svg") calc(100% - 18px)/11px no-repeat;
}

.form-group {
  position: relative;
  margin-bottom: 16px;
}
.form-group.focused .floating-label {
  opacity: 1;
  color: rgba(var(--bs-body-color-rgb), 0.65);
  top: 9px;
  left: 0.75rem;
  font-size: 13px;
}
.form-group.focused select.form-control {
  padding-top: 21px;
}

.form-control {
  padding: 12px 19px;
  min-height: 40px;
  font-size: 16px;
  color: #121212;
  border-radius: 4px;
  background: #F7F7F7;
  border-color: #F7F7F7;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:focus {
  color: #121212;
  background-color: #F7F7F7;
  border-color: #F7F7F7;
  outline: 0;
  box-shadow: none;
}

select.form-control {
  padding-top: 10px;
  transition: 0.15s;
}

.floating-label {
  font-size: 16px;
  font-weight: 400;
  color: #121212;
  opacity: 1;
  top: 16px;
  left: 0.75rem;
  pointer-events: none;
  position: absolute;
  transition: 240ms;
  margin-bottom: 0;
  z-index: 1;
}
.floating-label.opacity-0 {
  opacity: 0;
}

/*--------select2-css----*/
.select2Part .floating-label {
  opacity: 0;
}

.select2Part.focused .floating-label {
  opacity: 1;
}

.select2multiple .floating-label {
  opacity: 1;
}

.select2Part.focused .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-top: 15px;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #F7F7F7;
  height: 58px;
  background-color: #F7F7F7;
  border-radius: 4px;
}

.select2-container--focus.select2-container--default .select2-selection--single {
  border: 1px solid #F7F7F7;
  background-color: #F7F7F7;
}

.select2-container--default .select2-results__option--selected {
  background-color: #F7F7F7;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
  transition: 240ms;
  padding-right: 40px;
  font-size: 16px;
  font-weight: 400;
  color: #121212;
  padding-top: 7px;
  max-width: 300px;
}
@media (min-width: 768px) {
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    max-width: 400px;
  }
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 58px;
  right: 15px;
  transition: 240ms;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: rgb(236, 238, 241);
  color: #4a494a;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none;
  background: url("../img/drop-arrow.svg") no-repeat 0 0;
  width: 12px;
  height: 8px;
  background-size: 100% 100%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #048273;
  color: #fff;
}

.select2-container--default .select2-results__option:last-child {
  border-radius: 0px 0px 10px 10px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0.75rem;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 330px;
}

.select2-results__option {
  padding: 12px 20px;
  user-select: none;
  -webkit-user-select: none;
  color: #121212;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
}
.select2-results__option:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20px;
  width: calc(100% - 40px);
  height: 1px;
  background-color: rgba(18, 18, 18, 0.1);
}

.select2-container--open .select2-dropdown--above {
  box-shadow: 0px 6px 32px rgba(0, 0, 0, 0.1);
  border: none;
  top: 8px;
  border-radius: 6px;
  overflow: hidden;
}

.select2-container--open .select2-dropdown--below {
  background: #ffffff;
  box-shadow: 0px 7px 29px 0px rgba(100, 100, 111, 0.2);
  border: none;
  top: -2px;
  border-radius: 10px;
  overflow: hidden;
}

.select2Part.w-100 > .select2-container {
  width: 100% !important;
}

.select2-search--dropdown {
  padding: 12px 15px;
  position: relative;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  font-size: 14px;
  border: 1px solid #dfe3e7;
  border-radius: 4px;
  color: #757575;
  padding: 10px 15px;
  background-color: #fff;
  position: relative;
  padding-right: 45px;
}

.select2-container--default .select2-search--dropdown:after {
  content: "\f002";
  font-family: "Electrolize";
  font-weight: 900;
  position: absolute;
  top: 23px;
  right: 30px;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.54);
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #5a8dee;
  background-color: #F7F7F7;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  color: #757575;
  line-height: 55px;
  padding-right: 40px;
  display: block;
  height: 100%;
  padding-bottom: 7px;
  padding-top: 17px;
  padding-left: 17px;
  transition: 240ms;
}

.select2-container--default .select2-selection--multiple .select2-selection__arrow {
  height: 48px;
  right: 15px;
}

.select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field {
  line-height: initial;
  padding: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered:before {
  border: none;
  content: "";
  background: url("../img/drop-arrow.svg") no-repeat 0 0;
  width: 12px;
  height: 8px;
  background-size: 100% 100%;
  transform: translateY(-50%);
  position: absolute;
  right: 18px;
  top: 26px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
  line-height: initial;
  padding: 5px;
  font-size: 14px;
  position: relative;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #f1f1f1;
  border: 1px solid #f1f1f1;
  border-radius: 4px;
  cursor: default;
  float: left;
  color: #1f1f1f;
  margin-right: 5px;
  margin-top: 5px;
  width: initial !important;
  padding: 5px 10px;
  padding-right: 24px !important;
  font-size: 13px !important;
  letter-spacing: 0.3px;
}

.select2-container--default .select2-search--inline .select2-search__field {
  width: 100% !important;
  font-size: 16px;
  margin-top: 0px;
  padding: 0;
  padding-left: 5px;
  line-height: 27px;
  padding-top: 6px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  position: absolute;
  font-size: 17px;
  width: 20px;
  height: 20px;
  top: 3px;
  text-align: center;
  color: #e45555;
  right: 0px;
}

.floating-group.focused .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding-bottom: 7px;
  padding-top: 17px;
  padding-left: 17px;
}

.modal-container .modal-dialog .modal-content {
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .modal-container .modal-dialog .modal-content {
    padding: 30px;
  }
}
.modal-container .modal-dialog .modal-content .modal-header {
  padding: 0 0 26px;
  border: 0;
}
.modal-container .modal-dialog .modal-content .modal-header .modal-title {
  color: #121212;
  font-family: "Electrolize", sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .modal-container .modal-dialog .modal-content .modal-header .modal-title {
    font-size: 30px;
  }
}
.modal-container .modal-dialog .modal-content .modal-header .btn-close {
  width: 40px;
  height: 40px;
  background: transparent;
  padding: 0;
  margin-right: 0;
  opacity: 1;
}
.modal-container .modal-dialog .modal-content .modal-header .btn-close:hover, .modal-container .modal-dialog .modal-content .modal-header .btn-close:focus {
  box-shadow: none;
}
.modal-container .modal-dialog .modal-content .modal-body {
  padding: 0;
}
.modal-container .modal-dialog .modal-content .modal-footer {
  border: 0;
  padding: 10px 0 0;
}

.edit-profile-main {
  margin-bottom: 45px;
}
.edit-profile-main .edit-profile-pic {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #919199;
  position: relative;
}
.edit-profile-main .edit-profile-pic .user-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.edit-profile-main .edit-profile-pic .edit-main {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(45, 57, 74, 0.15);
  backdrop-filter: blur(45.9459457397px);
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: hidden;
}
.edit-profile-main .edit-profile-pic .edit-main .file-input {
  opacity: 0;
  width: 129px;
  height: 100%;
  position: relative;
  z-index: 3;
  right: 94px;
  cursor: pointer;
}
.edit-profile-main .edit-profile-pic .edit-main .edit-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.change-pwd-content {
  padding-top: 14px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: all 0.3s ease;
  height: 120px;
}
@media (min-width: 992px) {
  .header {
    height: 100px;
  }
}
.header .nav {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  justify-content: center;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .header .nav {
    position: static;
    transform: none;
    width: auto;
    left: auto;
    bottom: auto;
    justify-content: unset;
  }
}
.header.bg-custom-color {
  background: #000;
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.05);
}
.header.bg-custom-color .dropdown-toggle, .header.bg-custom-color .nav-link {
  color: #121212;
}
.header.static-page-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  background: rgb(255, 255, 255);
}
.header.static-page-header.bg-custom-color {
  background: #ffffff;
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.05);
}
.header.static-page-header .dropdown-toggle,
.header.static-page-header .nav-link {
  color: #121212;
}
.header.static-page-header .dropdown-toggle:hover,
.header.static-page-header .nav-link:hover {
  color: #121212;
}
.header .brand-image {
  display: inline-block;
  padding: 13px 0;
}
@media (min-width: 768px) {
  .header .brand-image {
    padding: 21px 0;
  }
}
.header .logo-small {
  height: 58px;
}
@media (min-width: 768px) {
  .header .logo-small {
    display: none;
  }
}
.header .logo {
  display: none;
}
@media (min-width: 768px) {
  .header .logo {
    display: block;
    max-width: 200px;
  }
}
.header .blank-space {
  width: auto;
}
@media (min-width: 992px) {
  .header .blank-space {
    width: 300px;
  }
}
.header .blank-space.header-user-profile {
  text-align: right;
  width: 50px;
}
@media (min-width: 576px) {
  .header .blank-space.header-user-profile {
    width: 300px;
  }
}
.header .blank-space.header-user-profile .dropdown .user-profile-btn {
  padding: 0;
  border: 0;
  background: #ffffff;
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
}
.header .blank-space.header-user-profile .dropdown .user-profile-btn:focus {
  box-shadow: none;
}
.header .blank-space.header-user-profile .dropdown .user-profile-btn .user-pic {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header .blank-space.header-user-profile .dropdown .dropdown-menu {
  background: #ffffff;
  width: 260px;
  padding: 26px 20px 30px;
  border-radius: 6px;
  box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.15);
}
.header .blank-space.header-user-profile .dropdown .dropdown-menu .user-info {
  margin-bottom: 22px;
}
.header .blank-space.header-user-profile .dropdown .dropdown-menu .user-info .user-name {
  color: #121212;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 2px;
}
.header .blank-space.header-user-profile .dropdown .dropdown-menu .user-info .user-name span {
  color: #777777;
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
}
.header .blank-space.header-user-profile .dropdown .dropdown-menu .user-info .user-info-content {
  color: #777777;
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 4px;
}
.header .blank-space.header-user-profile .dropdown .dropdown-menu .user-info .user-info-content span {
  font-weight: 600;
}
.header .blank-space.header-user-profile .dropdown .dropdown-menu li .dropdown-item {
  padding: 0;
  margin-bottom: 20px;
  border: 0;
  color: #121212;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  background: transparent;
}
.header .blank-space.header-user-profile .dropdown .dropdown-menu li .dropdown-item::after, .header .blank-space.header-user-profile .dropdown .dropdown-menu li .dropdown-item:hover {
  content: unset;
  background: transparent;
  color: #121212;
}
.header .blank-space.header-user-profile .dropdown .dropdown-menu li .dropdown-item.text-danger {
  color: #d8232a !important;
}
.header .blank-space.header-user-profile .dropdown .dropdown-menu li:last-child .dropdown-item {
  margin-bottom: 0;
}
.header .nav .nav-item:not(:last-child) {
  margin-right: 20px;
}
@media (min-width: 992px) {
  .header .nav .nav-item:not(:last-child) {
    margin-right: 40px;
  }
}
.header .dropdown-toggle,
.header .nav-link {
  color: #ffffff;
  font-size: 0.75rem;
  line-height: 16px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  padding: 20px 0;
  border: 0;
}
@media (min-width: 768px) {
  .header .dropdown-toggle,
  .header .nav-link {
    font-size: 0.875rem;
  }
}
.header .dropdown-toggle.active,
.header .nav-link.active {
  color: #ffffff;
  font-weight: 500;
}
.header .dropdown-toggle:hover,
.header .nav-link:hover {
  color: #ffffff;
  text-decoration: underline;
}
.header .dropdown-toggle::after,
.header .nav-link::after {
  display: none;
}
.header .dropdown-menu {
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0px 7px 29px 0px rgba(100, 100, 111, 0.2);
  border: none;
  padding: 10px 0;
  width: 280px;
}
@media (min-width: 768px) {
  .header .dropdown-menu {
    width: 330px;
  }
}
.header .dropdown-menu li:not(:last-child) .dropdown-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20px;
  width: calc(100% - 40px);
  height: 1px;
  background-color: rgba(18, 18, 18, 0.1);
}
.header .dropdown-menu .dropdown-item {
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #121212;
  position: relative;
  white-space: break-spaces;
  display: flex;
  align-items: center;
  gap: 10px;
}
.header .dropdown-menu .dropdown-item img,
.header .dropdown-menu .dropdown-item .course-image {
  width: 30px;
  height: 30px;
  object-fit: cover;
  border-radius: 4px;
}
.header .dropdown-menu .dropdown-item:hover, .header .dropdown-menu .dropdown-item.active {
  background-color: #048273;
  color: #ffffff;
}
.header .container-fluid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 1200px) {
  .header .container-fluid {
    padding: 0 50px;
  }
}
.header .btn-container {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  padding-bottom: 0px;
}
@media (min-width: 768px) {
  .header .btn-container {
    justify-content: flex-end;
  }
}
@media (min-width: 768px) {
  .header .btn-container {
    padding-bottom: 0;
  }
}
.header .btn-container .btn {
  padding: 8px 20px;
  min-width: 120px;
  font-size: 15px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .header .btn-container .btn {
    padding: 10px 30px;
    min-width: 150px;
    font-size: 16px;
    font-weight: 500;
  }
}

.footer {
  background: #121212;
  padding: 30px 0 20px;
}
.footer .container-fluid {
  padding: 0 1.5rem;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .footer .container-fluid {
    padding: 0 50px;
  }
}
.footer p {
  font-family: "Electrolize", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; /* 150% */
  color: #ffffff;
  margin-bottom: 4px;
}
.footer p.small {
  font-family: "Electrolize", sans-serif;
  color: #777777;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  margin-bottom: 0;
}
.footer p.small a {
  color: #777777;
  text-decoration: none;
}
.footer p.small a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.inner-page-header {
  padding: 53px 0 38px;
  transition: all 0.3s ease;
}
.inner-page-header.top-position {
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  position: fixed;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(27px);
  -webkit-backdrop-filter: blur(27px);
  padding: 21px 0;
}
.inner-page-header.top-position ~ .generative-ai-main {
  padding-top: 140px;
}

.generative-top-logo {
  text-align: center;
}
.generative-top-logo .brand-image {
  display: inline-block;
}
.generative-top-logo .brand-image .logo {
  width: 300px;
  height: 58px;
}

.footer-links {
  justify-content: center;
  border-bottom: 1px solid rgba(247, 247, 247, 0.1);
  padding-bottom: 28px;
  margin-bottom: 20px;
}
.footer-links li a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  text-decoration: none;
  padding: 0 10px;
  margin: 0 10px 0 0;
}
.footer-links li a:hover {
  color: #ffffff;
}
.footer-links li a.active {
  font-weight: 600;
}

.top-banner {
/*  background: url("../img/bg-hero.jpg") no-repeat center center;*/
  background-color: #000000;
  background-size: cover;
  background-attachment: fixed;
  padding: 140px 0 40px;
}
@media (min-width: 992px) {
  .top-banner {
    padding: 140px 0 60px;
  }
}
@media (min-width: 1400px) {
  .top-banner {
    padding: 206px 0 122px;
  }
}
.top-banner .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 1200px) {
  .top-banner .container {
    padding: 0 20px;
  }
}
.top-banner .content-section {
  flex: 1;
  color: #ffffff;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 15px;
}
@media (min-width: 992px) {
  .top-banner .content-section {
    padding: 0 5.93% 0 0;
  }
}
.top-banner .content-section.login-banner-content {
  max-width: 1050px;
}
.top-banner .hero-description {
  color: #ffffff;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 166.667% */
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .top-banner .hero-description {
    margin-bottom: 0;
    padding-right: 7.03%;
    font-size: 18px;
    line-height: 30px; /* 166.667% */
  }
}

.form-container {
  flex: 0 0 100%;
}
@media (min-width: 992px) {
  .form-container {
    flex: 0 0 35.157%;
    max-width: 450px;
  }
}
.form-container.inner-form-container .form {
  padding: 0;
  margin-bottom: 68px;
}
.form-container .form-title {
  color: #121212;
  font-family: "Electrolize", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px; /* 119.048% */
  text-transform: uppercase;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .form-container .form-title {
    font-size: 21px;
    margin-bottom: 30px;
  }
}
.form-container .form {
  background: #FFF;
  border-radius: 6px;
  padding: 17px 20px 20px;
}
@media (min-width: 992px) {
  .form-container .form {
    padding: 27px 35px 35px;
  }
}
.form-container .btn-container {
  padding-top: 14px;
}

.form-floating {
  margin-bottom: 16px;
}
.form-floating .form-control {
  border-radius: 4px;
  background: #F7F7F7;
  border-color: #F7F7F7;
}
.form-floating .form-control:focus {
  box-shadow: none;
  border-color: #F7F7F7;
}
.form-floating .form-control:not(:placeholder-shown) ~ label::after, .form-floating .form-control:focus ~ label::after {
  background-color: #F7F7F7;
}
.form-floating .form-control.password {
  padding-right: 40px;
}
.form-floating .view-icon {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  cursor: pointer;
}
.form-floating textarea.form-control {
  min-height: 120px;
  resize: none;
}
@media (min-width: 992px) {
  .form-floating textarea.form-control {
    min-height: 200px;
  }
}

.courses-section {
  padding: 45px 0 14px;
}
@media (min-width: 992px) {
  .courses-section {
    padding: 95px 0 34px;
  }
}
@media (min-width: 1200px) {
  .courses-section .container {
    padding: 0 20px;
  }
}
@media (min-width: 1200px) {
  .courses-section .row {
    margin-left: -22px;
    margin-right: -22px;
  }
}
.courses-section .row [class*=col-] {
  margin-bottom: 1.5rem;
}
@media (min-width: 1200px) {
  .courses-section .row [class*=col-] {
    margin-bottom: 46px;
    padding-left: 22px;
    padding-right: 22px;
  }
}
.courses-section .course-title {
  color: #121212;
  text-align: center;
  font-family: "Electrolize", sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 56px; /* 126.923% */
  text-transform: uppercase;
  margin-bottom: 9px;
}
@media (min-width: 992px) {
  .courses-section .course-title {
    font-size: 52px;
    line-height: 66px; /* 126.923% */
  }
}
.courses-section .course-description {
  color: #777777;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px; /* 162.5% */
  max-width: 675px;
  margin: 0 auto 40px;
}
@media (min-width: 992px) {
  .courses-section .course-description {
    margin-bottom: 50px;
    font-size: 16px;
    line-height: 26px; /* 162.5% */
  }
}

.course-card {
  border-radius: 4px;
  border: 1px solid rgba(18, 18, 18, 0.12);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.course-card .image-container {
  position: relative;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.course-card .image-container img {
  width: 100%;
}
.course-card .image-container .course-badge {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(27px);
  padding: 10px 19px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.course-card .image-container .course-badge img {
  max-width: 300px;
  margin: 0 auto;
}
.course-card .course-content {
  padding: 28px 20px 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.course-card .course-content.login-card .btn-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.course-card .course-name {
  color: #121212;
  font-family: "Electrolize", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  margin-bottom: 4px;
}
.course-card .course-subtitle {
  color: #777777;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 6px;
}
@media (min-width: 576px) {
  .course-card .course-subtitle {
    margin-bottom: 22px;
  }
}
.course-card .badge-container {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.course-card .badge-container .badge {
  margin-bottom: 15px;
}
.course-card .btn-container {
  margin: auto 0 0;
}
.course-card .btn-primary {
  font-size: 14px;
  line-height: normal;
}

.corporate-training-form {
  max-width: 1000px;
  margin: 0 auto;
}
.corporate-training-form .form {
  padding: 27px 10px 35px;
}
@media (min-width: 992px) {
  .corporate-training-form .form {
    padding: 27px 35px 35px;
  }
}
.corporate-training-form .btn-container {
  text-align: right;
}
.corporate-training-form .btn-primary {
  width: 100%;
  max-width: 453px;
  margin: 0 0 0 auto;
}
.corporate-training-form .form-title {
  margin: 40px 0 16px;
}
.corporate-training-form .check-title {
  font-size: 18px;
  font-weight: 400;
  color: #121212;
  margin: 0 0 5px;
}
.corporate-training-form .check-container {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.corporate-training-form .check-container .form-check {
  margin-bottom: 12px;
  width: 100%;
  padding: 0;
}
@media (min-width: 992px) {
  .corporate-training-form .check-container .form-check {
    width: 33.3333333333%;
  }
}

.check-container input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.check-container label {
  position: relative;
  cursor: pointer;
  font-size: 14px;
  line-height: normal;
}
.check-container label::before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #048273;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 7px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  border-radius: 4px;
}
.check-container input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 7px;
  width: 5px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.check-container input:checked + label:before {
  background-color: #048273;
}

input.error{border:  1px solid #f10000; border-color:#f10000 !important;}
select.error+.select2-container--default .select2-selection--single {
    border:  1px solid #f10000; border-color:#f10000 !important;
}

.payment-proceed-main .course-card {
  flex-direction: column;
  height: inherit;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .payment-proceed-main .course-card {
    flex-direction: row;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .payment-proceed-main .course-card {
    margin-bottom: 0;
  }
}
.payment-proceed-main .course-card .image-container {
  width: 100%;
  height: 230px;
}
@media (min-width: 992px) {
  .payment-proceed-main .course-card .image-container {
    width: 195px;
  }
}
.payment-proceed-main .course-card .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.payment-proceed-main .course-card .course-content {
  padding: 20px;
}
@media (min-width: 768px) {
  .payment-proceed-main .course-card .course-content {
    padding: 32px;
  }
}

.payment-total-main {
  border: 1px solid rgba(18, 18, 18, 0.12);
  border-radius: 4px;
  padding: 20px;
}
@media (min-width: 768px) {
  .payment-total-main {
    padding: 40px;
  }
}
.payment-total-main .total-title {
  color: #121212;
  font-family: "Electrolize", sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .payment-total-main .total-title {
    font-size: 30px;
  }
}
.payment-total-main .total-price {
  display: flex;
  justify-content: space-between;
  padding-bottom: 14px;
}
@media (min-width: 768px) {
  .payment-total-main .total-price {
    padding-bottom: 25px;
  }
}
.payment-total-main .total-price .total-fee .total-fee-title {
  color: #121212;
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}
@media (min-width: 768px) {
  .payment-total-main .total-price .total-fee .total-fee-title {
    font-size: 18px;
  }
}
.payment-total-main .total-price .total-fee span {
  color: #121212;
  font-size: 12px;
  font-style: italic;
  font-weight: 300;
  line-height: 14px;
  display: block;
  margin-top: 2px;
}
@media (min-width: 768px) {
  .payment-total-main .total-price .total-fee span {
    font-size: 14px;
    line-height: 18px;
  }
}
.payment-total-main .total-price .fee-name {
  color: #121212;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
@media (min-width: 768px) {
  .payment-total-main .total-price .fee-name {
    font-size: 18px;
  }
}

.hr-row {
  height: 1px;
  background: rgba(18, 18, 18, 0.12);
  margin: 5px 0 20px;
}
@media (min-width: 768px) {
  .hr-row {
    margin: 5px 0 30px;
  }
}

.my-course-content .my-course-title {
  color: #121212;
  font-family: "Electrolize", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 44px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (min-width: 576px) {
  .my-course-content .my-course-title {
    font-size: 42px;
    font-weight: 700;
    line-height: 56px;
  }
}
@media (min-width: 992px) {
  .my-course-content .my-course-title {
    font-size: 52px;
    line-height: 66px;
  }
}
.my-course-content .my-course-tab .nav {
  gap: 10px;
}
@media (min-width: 576px) {
  .my-course-content .my-course-tab .nav {
    gap: 15px;
  }
}
.my-course-content .my-course-tab .nav .nav-item .nav-link {
  min-width: 162px;
  height: 48px;
  border-radius: 4px;
  border: 1px solid #048273;
  background: #FFF;
  color: #048273;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
@media (min-width: 576px) {
  .my-course-content .my-course-tab .nav .nav-item .nav-link {
    min-width: 173px;
    height: 53px;
  }
}
.my-course-content .my-course-tab .nav .nav-item .nav-link .tab-white-icon {
  display: none;
}
.my-course-content .my-course-tab .nav .nav-item .nav-link.active {
  background: #048273;
  color: #ffffff;
}
.my-course-content .my-course-tab .nav .nav-item .nav-link.active .tab-white-icon {
  display: inline-block;
}
.my-course-content .my-course-tab .nav .nav-item .nav-link.active .tab-icon {
  display: none;
}
.my-course-content .my-course-tab .tab-content {
  margin-top: 50px;
}
.my-course-content .my-course-tab .tab-content .course-box {
  border: 1px solid rgba(18, 18, 18, 0.12);
  border-radius: 4px;
  padding: 20px 20px 20px;
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .my-course-content .my-course-tab .tab-content .course-box {
    padding: 20px 30px 20px;
  }
}
.my-course-content .my-course-tab .tab-content .course-box .course-box-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 992px) {
  .my-course-content .my-course-tab .tab-content .course-box .course-box-inner {
    flex-direction: row;
    align-items: center;
  }
}
.my-course-content .my-course-tab .tab-content .course-box .course-box-inner .course-details-box {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  width: 100%;
  padding-right: 0px;
  padding-bottom: 26px;
  border-right: 0px solid rgba(18, 18, 18, 0.12);
  border-bottom: 1px solid rgba(18, 18, 18, 0.12);
}
@media (min-width: 576px) {
  .my-course-content .my-course-tab .tab-content .course-box .course-box-inner .course-details-box {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .my-course-content .my-course-tab .tab-content .course-box .course-box-inner .course-details-box {
    border-right: 1px solid rgba(18, 18, 18, 0.12);
    border-bottom: 0;
    width: 42%;
    padding-right: 26px;
    padding-bottom: 0px;
  }
}
.my-course-content .my-course-tab .tab-content .course-box .course-box-inner .course-details-box .course-img {
  width: 100%;
  min-width: 100%;
  height: 150px;
  margin-right: 0;
  margin-bottom: 14px;
}
@media (min-width: 576px) {
  .my-course-content .my-course-tab .tab-content .course-box .course-box-inner .course-details-box .course-img {
    width: 157px;
    min-width: 157px;
    height: 140px;
    margin-right: 30px;
    margin-bottom: 0;
  }
}
.my-course-content .my-course-tab .tab-content .course-box .course-box-inner .course-details-box .course-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.my-course-content .my-course-tab .tab-content .course-box .course-box-inner .course-details-box .course-title-date h3 {
  color: #121212;
  font-family: "Electrolize", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .my-course-content .my-course-tab .tab-content .course-box .course-box-inner .course-details-box .course-title-date h3 {
    font-size: 24px;
  }
}
.my-course-content .my-course-tab .tab-content .course-box .course-box-inner .course-details-box .course-title-date .course-pur-date {
  display: flex;
  align-items: center;
  margin: 0;
  color: #777777;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
.my-course-content .my-course-tab .tab-content .course-box .course-box-inner .course-details-box .course-title-date .course-pur-date img {
  margin-right: 7px;
}
.my-course-content .my-course-tab .tab-content .course-box .course-box-inner .module-box {
  padding: 20px 0px;
  width: 100%;
}
@media (min-width: 992px) {
  .my-course-content .my-course-tab .tab-content .course-box .course-box-inner .module-box {
    padding: 0 30px;
    width: 40%;
  }
}
.my-course-content .my-course-tab .tab-content .course-box .course-box-inner .module-box .module-content {
  color: #777777;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 5px;
}
.my-course-content .my-course-tab .tab-content .course-box .course-box-inner .module-box .module-content .module-title {
  color: #121212;
  font-weight: 500;
}
.my-course-content .my-course-tab .tab-content .course-box .course-box-inner .brochure-down {
  max-width: 100%;
  width: 100%;
  text-align: center;
}
@media (min-width: 992px) {
  .my-course-content .my-course-tab .tab-content .course-box .course-box-inner .brochure-down {
    max-width: 230px;
    text-align: right;
  }
}
.my-course-content .my-course-tab .tab-content .course-box .course-box-inner .brochure-down .tot-price {
  color: #121212;
  font-size: 20px;
  font-weight: 600;
  line-height: 34.6px;
  margin: 0;
}
.my-course-content .my-course-tab .tab-content .course-box .course-box-inner .brochure-down .pur-date {
  color: #121212;
  font-size: 12px;
  font-style: italic;
  font-weight: 300;
  line-height: 18px;
  display: block;
  margin-top: -2px;
  margin-bottom: 20px;
}
.my-course-content .my-course-tab .tab-content .course-box .course-box-inner .brochure-down .btn-primary {
  padding: 10px 9px;
  font-size: 14px;
  line-height: normal;
}

.placeholder-wrapper {
  max-width: 810px;
  margin: 0 auto;
  text-align: center;
  padding-top: 40px;
}
@media (min-width: 576px) {
  .placeholder-wrapper {
    padding-top: 0px;
  }
}
.placeholder-wrapper .placeholder-img {
  width: 60px;
  height: 60px;
  display: inline-block;
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .placeholder-wrapper .placeholder-img {
    margin-bottom: 36px;
  }
}
.placeholder-wrapper .place-title {
  color: #121212;
  font-family: "Electrolize", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 14px;
}
@media (min-width: 576px) {
  .placeholder-wrapper .place-title {
    font-size: 42px;
    margin-bottom: 19px;
  }
}
.placeholder-wrapper .place-sub-title {
  color: #777777;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 12px;
}
@media (min-width: 576px) {
  .placeholder-wrapper .place-sub-title {
    font-size: 23px;
    margin-bottom: 17px;
  }
}
.placeholder-wrapper .place-sub-title.coming-sub-title {
  color: #121212;
  font-family: "Electrolize", sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .placeholder-wrapper .place-sub-title.coming-sub-title {
    font-size: 28px;
  }
}
.placeholder-wrapper .place-para {
  color: #777777;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 24px;
}
@media (min-width: 576px) {
  .placeholder-wrapper .place-para {
    margin-bottom: 33px;
  }
}
.placeholder-wrapper .place-para span {
  color: #121212;
}
.placeholder-wrapper .place-para span.coming-date {
  font-weight: 700;
  color: #777777;
}
.placeholder-wrapper .transaction-details {
  max-width: 620px;
  background: #F5F7F6;
  border-radius: 6px;
  padding: 20px 20px 15px;
  margin: auto;
}
.placeholder-wrapper .transaction-details .trans-id {
  color: #121212;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 6px;
}
.placeholder-wrapper .transaction-details .pay-title {
  color: #777777;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  margin-top: 19px;
  margin-bottom: 0;
}

.generative-ai-main {
  padding-top: 140px;
}
.generative-ai-main .generative-ai-banner {
  width: 100%;
  height: 80px;
  margin-bottom: 52px;
}
@media (min-width: 768px) {
  .generative-ai-main .generative-ai-banner {
    height: auto;
  }
}
.generative-ai-main .generative-ai-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .generative-ai-main .generative-ai-banner img {
    object-fit: contain;
  }
}
.generative-ai-main .page-title {
  text-align: center;
  max-width: 100%;
  margin: -12px auto 12px auto;
  line-height: 40px;
  font-size: 2rem;
}
@media (min-width: 992px) {
  .generative-ai-main .page-title {
    max-width: 736px;
    line-height: 65px;
  }
}
@media (min-width: 768px) {
  .generative-ai-main .page-title {
    font-size: 2.75rem;
    line-height: 51px;
  }
}
.generative-ai-main .page-title.more-width {
  max-width: 860px;
}
.generative-ai-main .journey-section {
  padding-bottom: 68px;
}
.generative-ai-main .certification {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 46px;
  flex-wrap: wrap;
  padding-right: 0;
}
@media (min-width: 768px) {
  .generative-ai-main .certification {
    padding-right: 24px;
    gap: 40px;
  }
}
.generative-ai-main .certification .certification-content {
  padding-left: 36px;
  width: 100%;
  position: relative;
}
@media (min-width: 576px) {
  .generative-ai-main .certification .certification-content {
    width: calc(50% - 10px);
  }
}
@media (min-width: 768px) {
  .generative-ai-main .certification .certification-content {
    width: calc(50% - 20px);
  }
}
.generative-ai-main .certification .certification-content::before {
  content: "";
  background: url("../img/green-tick.svg") no-repeat center;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 6px;
  left: 0;
}
.generative-ai-main .certification .certification-content .certification-title {
  color: #121212;
  font-family: "Electrolize", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.generative-ai-main .certification .certification-content .certification-des {
  color: #121212;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  max-width: 100%;
}
@media (min-width: 576px) {
  .generative-ai-main .certification .certification-content .certification-des {
    max-width: 268px;
  }
}
.generative-ai-main .certification.certification-with-login {
  padding-right: 0;
  gap: 20px;
}
@media (min-width: 768px) {
  .generative-ai-main .certification.certification-with-login {
    gap: 40px;
  }
}
.generative-ai-main .certification.certification-with-login .certification-content {
  width: 100%;
}
@media (min-width: 576px) {
  .generative-ai-main .certification.certification-with-login .certification-content {
    width: calc(50% - 20px);
  }
}
@media (min-width: 992px) {
  .generative-ai-main .certification.certification-with-login .certification-content {
    width: calc(33.33% - 40px);
  }
}

.ai-certification-main {
  color: #ffffff;
  background: #121212;
  padding: 50px 0 40px 0;
}
@media (min-width: 768px) {
  .ai-certification-main {
    padding: 96px 0 70px 0;
  }
}
.ai-certification-main .ai-career {
  padding-right: 20px;
}
.ai-certification-main .ai-career .ai-career-des {
  color: #777777;
  margin-bottom: 30px;
}
@media (min-width: 576px) {
  .ai-certification-main .ai-career .ai-career-des {
    margin-bottom: 65px;
  }
}
.ai-certification-main .ai-career .what-learn .learn-list {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .ai-certification-main .ai-career .what-learn .learn-list {
    margin-bottom: 30px;
  }
}
.ai-certification-main .ai-career .what-learn .learn-list .list-icon {
  margin-right: 18px;
}
.ai-certification-main .ai-career .what-learn .learn-list .learn-list-content h4 {
  color: #fff;
  font-family: "Electrolize", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .ai-certification-main .ai-career .what-learn .learn-list .learn-list-content h4 {
    font-size: 20px;
    line-height: 36px;
  }
}
.ai-certification-main .ai-career .what-learn .learn-list .learn-list-content p {
  color: #777777;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  margin: -3px 0 0 0;
}
@media (min-width: 768px) {
  .ai-certification-main .ai-career .what-learn .learn-list .learn-list-content p {
    line-height: 25.99px;
  }
}
.ai-certification-main .program-highlights {
  background: #048273;
  border-radius: 6px;
  padding: 20px;
  position: relative;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .ai-certification-main .program-highlights {
    margin-top: 0;
  }
}
.ai-certification-main .program-highlights .stars-container {
  display: flex;
  width: 38px;
  height: 38px;
  position: absolute;
  top: -14px;
  right: -8px;
}
@media (min-width: 768px) {
  .ai-certification-main .program-highlights .stars-container {
    top: -16px;
    right: -15px;
  }
}
.ai-certification-main .program-highlights .star {
  width: 30px;
  height: 34px;
  background-size: cover;
  background: url("../img/star.svg") no-repeat center;
}
.ai-certification-main .program-highlights .star1 {
  position: absolute;
  top: 0;
  left: 0;
  animation: scale1 3s infinite;
}
.ai-certification-main .program-highlights .star2 {
  position: absolute;
  top: -12px;
  right: -4px;
  animation: scale2 3s infinite;
}
@keyframes scale1 {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.5);
  }
}
@keyframes scale2 {
  0%, 100% {
    transform: scale(0.5);
  }
  50% {
    transform: scale(1);
  }
}
.ai-certification-main .program-highlights .program-heading {
  color: #ffffff;
  font-size: 26px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 26px;
}
.ai-certification-main .program-highlights .program-content {
  margin-bottom: 40px;
}
.ai-certification-main .program-highlights .program-content .program-item {
  border-bottom: 1px solid rgba(229, 229, 229, 0.1);
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 4px 0;
}
@media (min-width: 768px) {
  .ai-certification-main .program-highlights .program-content .program-item {
    gap: 10px;
  }
}
@media (min-width: 992px) {
  .ai-certification-main .program-highlights .program-content .program-item {
    gap: 30px;
  }
}
.ai-certification-main .program-highlights .program-content .program-item:last-child {
  border-bottom: 0;
}
.ai-certification-main .program-highlights .program-content .program-item .program-title {
  display: flex;
  align-items: center;
}
.ai-certification-main .program-highlights .program-content .program-item .program-title .program-icon {
  margin-right: 12px;
}
.ai-certification-main .program-highlights .program-content .program-item .program-title .title-name {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 25.95px;
  margin: 0;
}
.ai-certification-main .program-highlights .program-content .program-item .program-title-des {
  text-align: right;
}
.ai-certification-main .program-highlights .program-content .program-item .program-title-des .plan-name {
  margin: 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}
.ai-certification-main .program-highlights .program-content .program-item .program-title-des .plan-name span {
  font-size: 12px;
  font-style: italic;
  font-weight: 300;
  line-height: 18px;
}
.ai-certification-main .program-highlights .program-content .program-item .program-title-des .plan-name.amount {
  font-size: 20px;
  font-weight: 600;
  line-height: 34.6px;
}
.ai-certification-main .program-highlights .program-content .program-item .program-title-des .emi-plan {
  font-size: 12px;
  font-style: italic;
  font-weight: 300;
  line-height: 18px;
  display: block;
  margin-top: -6px;
}
.ai-certification-main .bottom-title {
  max-width: 100%;
  margin: 30px auto 0 auto;
  color: #777777;
  font-size: 28px;
  font-style: italic;
  text-align: center;
  font-weight: 400;
  line-height: 36px;
}
@media (min-width: 768px) {
  .ai-certification-main .bottom-title {
    font-size: 30px;
    line-height: 40px;
    max-width: 941px;
  }
}

.certification-main-row {
  align-items: center;
}

.tab-section .tab-content-mian {
  padding: 50px 0 50px 0;
}
@media (min-width: 768px) {
  .tab-section .tab-content-mian {
    padding: 90px 0 90px 0;
  }
}
.tab-section .tab-content-mian .nav {
  justify-content: center;
  border-bottom: 1px solid rgba(18, 18, 18, 0.1);
  gap: 20px;
}
@media (min-width: 992px) {
  .tab-section .tab-content-mian .nav {
    gap: 70px;
  }
}
.tab-section .tab-content-mian .nav .nav-item .nav-link {
  color: #777777;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-transform: capitalize;
  padding: 0 0 14px 0;
}
.tab-section .tab-content-mian .nav .nav-item .nav-link.active {
  background: transparent;
  color: #1ab69d;
  border-bottom: 2px solid #1ab69d;
  border-radius: 1px 1px 0px 0px;
}
.tab-section .tab-content-mian .tab-content {
  padding-top: 30px;
}
@media (min-width: 768px) {
  .tab-section .tab-content-mian .tab-content {
    padding-top: 60px;
  }
}
.tab-section .tab-content-mian .tab-content .overview-head {
  color: #121212;
  font-family: "Electrolize", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 40.04px;
  margin-bottom: 16px;
}
.tab-section .tab-content-mian .tab-content .overview-text {
  color: #777777;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.95px;
}
.tab-section .tab-content-mian .tab-content .overview-text.description {
  margin-bottom: 55px;
  line-height: normal;
}
.tab-section .tab-content-mian .tab-content .overview-text span {
  color: #121212;
}
.tab-section .tab-content-mian .tab-content .overview-text.bold {
  margin-bottom: 10px;
}
.tab-section .tab-content-mian .tab-content .overview-text.bold:last-child {
  margin-bottom: 0;
}
.tab-section .tab-content-mian .tab-content .overview-text.bold span {
  font-weight: 500;
  margin-right: 8px;
}
.tab-section .tab-content-mian .tab-content .tab-about-content {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.tab-section .tab-content-mian .tab-content .tab-about-content:last-child {
  margin: 0;
}
.tab-section .tab-content-mian .tab-content .tab-about-content .tab-about-icon {
  margin-right: 24px;
}
.tab-section .tab-content-mian .tab-content .tab-about-content .tab-about-title {
  color: #121212;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 2px;
}
.tab-section .tab-content-mian .tab-content .tab-about-content .tab-about-title span {
  font-weight: 400;
}
.tab-section .tab-content-mian .tab-content .tab-about-content .overview-text {
  margin: 0;
  line-height: normal;
}
.tab-section .tab-content-mian .tab-content .certificate-preview-content {
  text-align: center;
}
.tab-section .tab-content-mian .tab-content .certificate-preview-content .certificate-preview {
  max-width: 100%;
  height: auto;
  margin: auto;
}
.tab-section .tab-content-mian .tab-content .certificate-preview-content .certificate-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .tab-section .tab-content-mian .tab-content .certificate-preview-content .certificate-preview {
    max-width: 720px;
    height: 405px;
  }
}

.future-skills {
  background: #048273;
  padding: 50px 0;
  color: #ffffff;
}
@media (min-width: 768px) {
  .future-skills {
    padding: 85px 0;
    min-height: 330px;
  }
}
.future-skills .future-skills-content {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.future-skills .future-skills-content .future-skills-left {
  width: 100%;
}
@media (min-width: 992px) {
  .future-skills .future-skills-content .future-skills-left {
    width: calc(100% - 386px);
  }
}
.future-skills .future-skills-content .future-skills-left h3 {
  color: #ffffff;
  font-family: "Electrolize", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 40.04px;
  margin-bottom: 10px;
}
.future-skills .future-skills-content .future-skills-left p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.95px;
  margin-bottom: 28px;
}
.future-skills .future-skills-content .future-skills-img {
  position: absolute;
  bottom: -85px;
  right: 0;
  width: 370px;
  height: 386px;
  display: none;
}
@media (min-width: 992px) {
  .future-skills .future-skills-content .future-skills-img {
    display: block;
  }
}
.future-skills .future-skills-content .future-skills-img img {
  width: 100%;
  height: 100%;
}

.generative-ai-faqs {
  padding: 50px 0 40px 0;
}
@media (min-width: 768px) {
  .generative-ai-faqs {
    padding: 80px 0 60px 0;
  }
}
.generative-ai-faqs .accordion-main .page-title {
  font-weight: 500;
  margin-bottom: 30px;
  font-size: 2rem;
  line-height: 40px;
}
@media (min-width: 768px) {
  .generative-ai-faqs .accordion-main .page-title {
    font-size: 2.75rem;
  }
}
.generative-ai-faqs .accordion-main .accordion .accordion-item {
  border-color: rgba(18, 18, 18, 0.1);
}
.generative-ai-faqs .accordion-main .accordion .accordion-item .accordion-header .accordion-button {
  color: #121212;
  font-family: "Electrolize", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  background: transparent;
  padding: 20px 0;
  outline: none;
}
@media (min-width: 768px) {
  .generative-ai-faqs .accordion-main .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 20px;
    line-height: 26px;
  }
}
.generative-ai-faqs .accordion-main .accordion .accordion-item .accordion-header .accordion-button:focus {
  outline: none;
  box-shadow: none;
}
.generative-ai-faqs .accordion-main .accordion .accordion-item .accordion-header .accordion-button::after {
  background: url("../img/plus.png") no-repeat center;
  height: 16px;
  width: 16px;
  background-size: cover;
}
@media (min-width: 768px) {
  .generative-ai-faqs .accordion-main .accordion .accordion-item .accordion-header .accordion-button::after {
    height: 20px;
    width: 20px;
  }
}
.generative-ai-faqs .accordion-main .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  background: url("../img/minus.png") no-repeat center;
  height: 16px;
  width: 16px;
  background-size: contain;
}
@media (min-width: 768px) {
  .generative-ai-faqs .accordion-main .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    height: 20px;
    width: 20px;
  }
}
.generative-ai-faqs .accordion-main .accordion .accordion-item .accordion-body {
  padding: 0 0 20px 0;
  color: #121212;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

.download-btn {
  background-color: #ffffff;
  border-radius: 6px;
  border: 0;
  outline: none;
  padding: 24px 10px;
  color: #121212;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.82px;
  text-transform: uppercase;
  width: 100%;
}
@media (min-width: 768px) {
  .download-btn {
    padding: 28px 10px;
  }
}
.download-btn img {
  margin-left: 4px;
}
.download-btn.apply-now {
  padding: 15px 55px;
  width: auto;
}

.about-main-wrapper {
  padding: 80px 0 60px 0;
  background: #f7f7f7;
  color: #121212;
}
.about-main-wrapper .row {
  align-items: center;
}
.about-main-wrapper .page-title-md {
  font-family: "Electrolize", sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 20px;
  text-transform: inherit;
}
@media (min-width: 768px) {
  .about-main-wrapper .page-title-md {
    font-size: 36px;
    line-height: 45.94px;
  }
}
.about-main-wrapper .page-para {
  color: #121212;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .about-main-wrapper .page-para {
    font-size: 20px;
    line-height: 32px;
  }
}
.about-main-wrapper .about-image-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-main-wrapper .about-image {
  width: 100%;
  height: auto;
  margin-top: 30px;
  position: relative;
}
@media (min-width: 768px) {
  .about-main-wrapper .about-image {
    margin-top: 0;
    width: 458px;
    height: auto;
  }
}
@media (min-width: 992px) {
  .about-main-wrapper .about-image {
    height: 458px;
  }
}
.about-main-wrapper .about-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about-main-wrapper .about-image .about-image-name {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.2);
  padding: 14px 40px;
  border-radius: 0 0 6px 6px;
  backdrop-filter: blur(54px);
  -webkit-backdrop-filter: blur(54px);
  width: 100%;
}
.about-main-wrapper .about-image .about-image-name .name-text {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
  text-align: center;
  margin: 0;
}

.mentor-section {
  padding: 40px 0;
  background: #f7f7f7;
  color: #121212;
}
@media (min-width: 768px) {
  .mentor-section {
    padding: 80px 0;
  }
}
.mentor-section .mentor-subtitle {
  margin-bottom: 45px;
}
.mentor-section .page-title-small {
  margin-bottom: 15px;
}
.mentor-section .learn-list {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.mentor-section .learn-list.last-list {
  margin-bottom: 30px;
}
.mentor-section .learn-list img {
  width: 20px;
  height: 20px;
  margin: 0;
}
.mentor-section .learn-list p {
  margin: 0;
}

.mentor-card {
  background: #ffffff;
  margin-bottom: 20px;
}
.mentor-card .mentor-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
  background-color: #D9D9D9;
  aspect-ratio: 1/1.15;
}
@media (min-width: 768px) {
  .mentor-card .mentor-img {
    aspect-ratio: 1/1.2;
  }
}
@media (min-width: 992px) {
  .mentor-card .mentor-img {
    aspect-ratio: 1/1.25;
  }
}
.mentor-card .mentor-content {
  padding: 20px 0;
  position: relative;
}
.mentor-card .mentor-content .mentor-name {
  color: #121212;
  font-family: "Electrolize", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 31.2px;
  margin-bottom: 6px;
}
.mentor-card .mentor-content .mentor-designation {
  color: #777777;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  margin-bottom: 18px;
}
.mentor-card .mentor-content .mentor-social .mentor-social-icon {
  min-width: 24px;
  width: 24px;
}
.mentor-card .mentor-content p {
  margin-bottom: 0;
}

.mentor-large-img {
  display: none;
  border-radius: 6px;
}
@media (min-width: 768px) {
  .mentor-large-img {
    display: block;
  }
}

.carousal-container {
  position: relative;
}
.carousal-container .owl-nav {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
  padding: 0 16px;
}
.carousal-container .owl-nav .owl-prev, .carousal-container .owl-nav .owl-next {
  background: #ffffff !important;
  border-radius: 50%;
  opacity: 0.5;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
}
.carousal-container .owl-nav .owl-prev svg, .carousal-container .owl-nav .owl-next svg {
  height: 40px;
  width: 40px;
  color: #121212;
}
.carousal-container .owl-nav .owl-prev:hover, .carousal-container .owl-nav .owl-next:hover {
  opacity: 1;
}

.process-advisor {
  background: #ffffff;
  padding: 0 0 100px;
}
.process-advisor .process-advisor-content {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #f7f7f7;
  padding: 20px;
}
.process-advisor .process-advisor-content .advisor-title {
  margin: 0;
  color: #121212;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
}

.static-page-main {
  padding: 125px 0 60px;
}
@media (min-width: 992px) {
  .static-page-main {
    padding: 165px 0 100px;
  }
}
.static-page-main .container {
  padding-left: 20px;
  padding-right: 20px;
}
.static-page-main .container h1,
.static-page-main .container .page-title {
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  color: #121212;
  margin-bottom: 6px;
  font-family: "Electrolize", sans-serif;
}
@media (min-width: 992px) {
  .static-page-main .container h1,
  .static-page-main .container .page-title {
    font-size: 32px;
  }
}
.static-page-main .container h2 {
  font-family: "Electrolize", sans-serif;
  color: #121212;
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin: 40px 0 14px;
}
@media (min-width: 992px) {
  .static-page-main .container h2 {
    font-size: 24px;
  }
}
.static-page-main .container h2.large-font {
  font-size: 24px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .static-page-main .container h2.large-font {
    font-size: 26px;
  }
}
.static-page-main .container h3 {
  font-family: "Electrolize", sans-serif;
  color: #121212;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin: 15px 0 10px;
}
@media (min-width: 992px) {
  .static-page-main .container h3 {
    font-size: 20px;
  }
}
.static-page-main .container .last-revised {
  color: #212331;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 15px;
  opacity: 1;
}
.static-page-main .container .last-revised strong {
  font-weight: 500;
}
@media (min-width: 992px) {
  .static-page-main .container .last-revised {
    font-size: 20px;
  }
}
.static-page-main .container strong {
  font-weight: 600;
}
.static-page-main .container a {
  font-weight: 600;
  text-decoration: underline;
  color: #212331;
}
.static-page-main .container p {
  opacity: 0.7;
  color: #212331;
  font-size: 16px;
  line-height: normal;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .static-page-main .container p {
    font-size: 18px;
  }
}
.static-page-main .container li {
  color: #212331;
  opacity: 0.7;
  font-size: 16px;
  line-height: normal;
}
@media (min-width: 992px) {
  .static-page-main .container li {
    font-size: 18px;
  }
}
.static-page-main .image-container {
  width: 100%;
  height: 100%;
  margin: -45px 0 40px;
}
@media (min-width: 992px) {
  .static-page-main .image-container {
    margin: -65px 0 60px;
  }
}
.static-page-main .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.static-page-main ul.tick-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 25px;
}
.static-page-main ul.tick-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  line-height: 24px;
}
.static-page-main ul.tick-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background: url("../img/right-sign.svg") no-repeat center center;
  background-size: contain;
}

.content-us-main {
  padding: 125px 0 60px;
}
@media (min-width: 992px) {
  .content-us-main {
    padding: 161px 0 69px;
    min-height: calc(100vh - 196px);
  }
}
.content-us-main .container {
  padding-left: 20px;
  padding-right: 20px;
}
.content-us-main .page-title {
  margin-bottom: 0;
}
.content-us-main .page-description {
  color: #212331;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.7;
  margin-bottom: 0;
}
.content-us-main strong {
  font-weight: 600;
}
.content-us-main .img-with-text {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  margin-top: 24px;
}
.content-us-main .img-with-text img {
  width: 24px;
  height: 24px;
}
.content-us-main .img-with-text a {
  color: #212331;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  opacity: 0.7;
  text-decoration: none;
}
.content-us-main .contact-image {
  max-width: 450px;
  margin-top: 60px;
}
.content-us-main .form-container {
  max-width: 500px;
  margin: 0 0 0 auto;
}
.content-us-main .form-container .form {
  padding: 0 20px;
}
.content-us-main .form-container .form .form-title {
  margin-bottom: 30px;
}

.onboarding-wrapper .onboarding-inner {
  display: flex;
}
.onboarding-wrapper .onboarding-inner .onboarding-left {
  width: 45%;
  background: url("../img/onboarding-bg-min.jpg");
  background-size: cover;
  background-position: center center;
  top: 0;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  min-height: 100%;
  display: none;
}
@media (min-width: 768px) {
  .onboarding-wrapper .onboarding-inner .onboarding-left {
    display: block;
  }
}
.onboarding-wrapper .onboarding-inner .onboarding-left::after {
  content: "";
  background: linear-gradient(1deg, rgba(0, 13, 58, 0.9) 1.53%, rgba(0, 13, 58, 0.18) 99.53%);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.onboarding-wrapper .onboarding-inner .onboarding-left .onboarding-left-inner {
  color: #ffffff;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding: 0px 20px 78px 20px;
  z-index: 2;
}
@media (min-width: 1200px) {
  .onboarding-wrapper .onboarding-inner .onboarding-left .onboarding-left-inner {
    padding: 0px 30px 78px 30px;
  }
}
.onboarding-wrapper .onboarding-inner .onboarding-left .onboarding-left-inner .login-left-logo {
  display: inline-block;
  margin-bottom: 20px;
}
.onboarding-wrapper .onboarding-inner .onboarding-left .onboarding-left-inner .login-left-logo img {
  width: 300px;
  height: 58px;
}
.onboarding-wrapper .onboarding-inner .onboarding-left .onboarding-left-inner .heading {
  color: #ffffff;
  font-family: "Electrolize";
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase;
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .onboarding-wrapper .onboarding-inner .onboarding-left .onboarding-left-inner .heading {
    font-size: 26px;
    line-height: 32px;
  }
}
@media (min-width: 992px) {
  .onboarding-wrapper .onboarding-inner .onboarding-left .onboarding-left-inner .heading {
    font-size: 34px;
    line-height: 40px;
  }
}
.onboarding-wrapper .onboarding-inner .onboarding-left .onboarding-left-inner .para {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
}
.onboarding-wrapper .onboarding-inner .onboarding-right {
  width: 100%;
  background-color: #ffffff;
  min-height: 100vh;
  position: relative;
  padding: 40px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .onboarding-wrapper .onboarding-inner .onboarding-right {
    width: 55%;
  }
}
.onboarding-wrapper .onboarding-inner .onboarding-right .login-main {
  width: 100%;
  max-width: 460px;
}
.onboarding-wrapper .onboarding-inner .onboarding-right .login-main .login-head {
  margin-bottom: 30px;
}
.onboarding-wrapper .onboarding-inner .onboarding-right .login-main .login-head h2 {
  color: #121212;
  font-family: "Electrolize";
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
  text-transform: uppercase;
  margin: 0;
}
@media (min-width: 768px) {
  .onboarding-wrapper .onboarding-inner .onboarding-right .login-main .login-head h2 {
    font-size: 40px;
    line-height: 66px;
  }
}
.onboarding-wrapper .onboarding-inner .onboarding-right .login-main .login-head .para-small {
  color: rgba(18, 18, 18, 0.7);
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
}
@media (min-width: 768px) {
  .onboarding-wrapper .onboarding-inner .onboarding-right .login-main .login-head .para-small {
    font-size: 18px;
    line-height: normal;
  }
}
.onboarding-wrapper .onboarding-inner .onboarding-right .login-main .login-head {
  color: rgba(18, 18, 18, 0.7);
  font-size: 16px;
  font-weight: 400;
  line-height: 26.5px;
  margin-bottom: 20px;
}
.onboarding-wrapper .onboarding-inner .onboarding-right .login-main .forgot-area .forgot-password {
  color: #121212;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  display: inline-block;
  text-decoration: none;
}
.onboarding-wrapper .onboarding-inner .onboarding-right .login-main .signup-account-area {
  margin-top: 20px;
  text-align: center;
}
.onboarding-wrapper .onboarding-inner .onboarding-right .login-main .signup-account-area p {
  color: #121212;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
}
.onboarding-wrapper .onboarding-inner .onboarding-right .login-main .signup-account-area p a {
  color: #121212 !important;
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline !important;
}

.onboarding-logo {
  margin-bottom: 30px;
  display: block;
}
@media (min-width: 768px) {
  .onboarding-logo {
    display: none;
  }
}
.onboarding-logo .login-left-logo {
  display: inline-block;
}
.onboarding-logo .login-left-logo img {
  width: 300px;
  height: 58px;
}

.check-remember {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 30px;
}
.check-remember .form-check {
  padding: 0;
}
.check-remember .form-check .form-check-label {
  font-size: 14px;
  line-height: normal;
}
.check-remember .form-check .form-check-label a {
  color: #048273;
  text-decoration: none;
  display: inline-block;
}

.pwd-hint-main {
  padding: 12px 15px;
  margin-bottom: 16px;
  border-radius: 4px;
  background: rgba(4, 130, 115, 0.04);
}
.pwd-hint-main .hint-msg {
  color: #121212;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 10px;
  padding-left: 26px;
  position: relative;
}
.pwd-hint-main .hint-msg:last-child {
  margin-bottom: 0;
}
.pwd-hint-main .hint-msg::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url("../img/check-mark.svg") no-repeat center;
  width: 13.2px;
  height: 13.2px;
}

.resend-time {
  margin: 8px 0 42px 0;
}
.resend-time p {
  color: #121212;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
.resend-time p span {
  color: #048273;
}

.otp-container {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (min-width: 768px) {
  .otp-container {
    gap: 50px;
  }
}

.otp-input {
  width: 60px;
  height: 60px;
  color: #121212;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  line-height: 22px;
  background: rgba(33, 35, 49, 0.05);
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 15px 10px;
  caret-color: #048273;
}

.otp-input:focus {
  border-color: #048273;
  outline: none;
}

.verified-box {
  margin-bottom: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.toastify {
  border-radius: 4px;
  background: #5db679;
  box-shadow: 0px 18px 29px 0px rgba(0, 0, 0, 0.2);
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 18px 30px 18px 56px;
  cursor: default;
  position: fixed;
    z-index: 999999;
    margin: 0 44%;
}
.toastify::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 26px;
  width: 24px;
  height: 24px;
  background: url("../img/check-white.svg") no-repeat center;
}

.cancel-btn {
  text-align: center;
}
.cancel-btn .btn-link {
  text-decoration: none;
  color: #121212;
  display: inline-block;
  margin-top: 20px;
}
.cancel-btn .btn-link:hover, .cancel-btn .btn-link:active {
  color: #121212;
}

/*# sourceMappingURL=style.css.map */
