body {
	font-family: 'Inter-Medium';
	color: #797979;
}
[class^="icon-"]:before, [class*="icon-"]::before {
    transition: all 0.3s ease;
}
::selection {
    background-color: #104C98;
    color: #ffffff;
}
a {
    transition: all 0.3s ease;
}
p {
    font-size: 16px;
    line-height: 24px;
}
img {
    width: auto;
    height: auto;
}
hr {
    margin: 10px;
    border-color: #DCDCDC;
    opacity: 1;
}
.modal.login-modal.style-two .frm-reset, .modal.login-modal.style-two #frm-reset {
  padding-bottom: 28px;
}
.modal .form-floating {
    margin-bottom: 0;
}
.modal .form-control, .modal .form-select, .modal .form-floating > .form-control, .modal .form-floating > .form-control-plaintext {
    height: auto;
    background-color: #FCFCFC;
    border-color: #BFCEE1;
    border-radius: 8px;
    padding: 11px 16px;
    font-size: 13px;
    line-height: 24px;
    color: #071A32;
    text-overflow: ellipsis;
    overflow: hidden;
}
.modal .form-floating > .form-control-plaintext:focus, .modal .form-floating > .form-control-plaintext:not(:placeholder-shown), .modal .form-floating > .form-control:focus, .modal .form-floating > .form-control:not(:placeholder-shown) {
    padding: 11px 35px 11px 16px;
    font-family: 'Inter-SemiBold';
    color: #202020;
}
.modal .form-floating > label {
    padding: 0 6px;
    width: auto;
    height: auto;
    top: 11px;
    left: 10px;
    right: 10px;
    font-family: 'Inter-Regular';
    font-size: 14px;
    line-height: 24px;
    color: #898989;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: normal;
}
.modal .form-floating > .form-control-plaintext ~ label, .modal .form-floating > .form-control:focus ~ label, .modal .form-floating > .form-control:not(:placeholder-shown) ~ label, .modal .form-floating > .form-select ~ label {
    font-family: 'Inter-Bold';
    color: #14345B;
    opacity: 1;
    right: auto;
    background-color: #fff;
    transform: scale(0.7) translateY(-1.8rem) translateX(.15rem);
}
.modal textarea.form-control  {
    height: 100px;
    resize: none;
}
.modal .form-select {
    padding-right: 30px !important;
    background-image: url(../images/select-arrow.svg);
    background-size: 16px 16px;
    background-position: right 9px center;
}
.modal .form-floating > .form-control:focus, .modal .form-check-input:focus, .modal .form-floating > .form-select:focus, .modal .card-form .form-floating > .form-control:focus, .modal .custom-card-header .search-with-icon .form-control:focus, .modal .form-floating > .form-control:not(:placeholder-shown) {
    box-shadow: none;
    border: 1px solid #14345B;
}
.modal .form-floating > .form-control:not(:placeholder-shown) {
    border-color: #BFCEE1;
}
:focus-visible {
    outline: none;
}
.modal .form-check-input:checked {
    background-color: #14345B;
    border-color: #14345B;
}
.radio-wrap  {
  display: flex;
  align-items: center;
  gap: 24px;
}
.form-check, .form-check input, .form-check label {
  cursor: pointer;
}
.form-check-inline {
  margin-right: 0;
  padding-left: 0;
}
.form-check .form-check-input[type="radio"] {
  display: none;
}
.form-check-input[type="radio"] + .form-check-label {
  padding-left: 24px;
  position: relative;
}
.form-check-input[type="radio"] + .form-check-label::before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 14px;
  height: 14px;
  content: '';
  border: 1px solid #14345B;
  border-radius: 30px;
}
.form-check-input[type="radio"] + .form-check-label::after {
  position: absolute;
  top: 8px;
  left: 3px;
  width: 8px;
  height: 8px;
  content: '';
  background-color: #8BD19F;
  border-radius: 30px;
  opacity: 0;
  visibility: hidden;
}
.form-label {
  color: #071A32;
  font-family: 'Avenir-Black';
  text-transform: capitalize;
}
.form-check-input:checked[type=radio] ~ .form-check-label::after {
    opacity: 1;
    visibility: visible;
}
.datepicker-months .month, .datepicker-years .year, .datepicker-decades .decade, .datepicker-centuries .century {
    width: 33.3333%;
    display: inline-flex;
}
.datepicker-switch {
    cursor: pointer;
}
.form-label span {
    color: #DC2D2D;
}
.form-control::-webkit-input-placeholder {
    color: #A5A5A5;
}
.form-control:-ms-input-placeholder {
    color: #A5A5A5;
}
.form-control::placeholder {
    color: #A5A5A5;
}
.pwd-field input[type="password"].form-control::placeholder, .pwd-field input[type="text"].form-control::placeholder {
    background: url(../images/star.png) no-repeat 15px center;
}
.pwd-field input[type="password"].form-control::-webkit-input-placeholder, .pwd-field input[type="text"].form-control::-webkit-input-placeholder {
    background-position: 0 center;
}
.form-check-label {
    font-family: 'Inter-Regular';
    color: #14345B;
    font-size: 14px;
}
button, a.btn-inhouse, a.btn-default-inhouse, a.btn-red {
    font-family: 'Inter-Medium';
    font-size: 13px;
    line-height: normal;
    transition: all 0.3s ease;
    padding: 7px 15px;
    min-width: 98px;
}
.btn-block {
    gap: 20px;
}
.btn-inhouse {
    background-color: #14345B;
    border-radius: 8px;
    color: #fff;
    border: 1px solid #14345B;
    display: inline-block;
    text-decoration: none;
    text-align: center;
}
.btn-inhouse:hover {
    background-color: #104C98;
    border-color: #104C98;
    color: #ffffff;
}
.btn-inhouse.blue-btn {
    background-color: #14345B;
}
.btn-inhouse.gray-btn {
	background-color: #cecece;
	border-color: #cecece;
}
.btn-inhouse.blue-btn:hover, .btn-inhouse.gray-btn:hover {
    background-color: #8BD19F;
    border-color: #8BD19F;
}
.btn-inhouse.outline-btn {
    background-color: transparent;
    color: #14345B;
    border: 1px solid #14345B;
    padding: 7px 15px;
}
.btn-inhouse.outline-btn:hover {
    color: #fff;
    background-color: #8BD19F;
    border-color: #8BD19F;
}
.btn-inhouse.btn-medium {
	padding: 13.5px 30px;
	font-size: 14px;
}
.btn-default-inhouse {
    background-color: #A6AFBB;
    border-radius: 10px;
    color: #fff;
    border: 1px solid #A6AFBB;
    display: inline-block;
    text-decoration: none;
    text-align: center;
}
.btn-default-inhouse:hover {
    background-color: #269888;
    border: 1px solid #269888;
    color: #1C2538;
}
.btn-red {
    background-color: transparent;
    border-radius: 10px;
    color: #FF2E2E;
    border: 1px solid #FF2E2E;
    display: inline-block;
    text-decoration: none;
    text-align: center;
}
.btn-red:hover {
    background-color: #FF2E2E;
    color: #fff;
    border: 1px solid #FF2E2E;
}
.btn-blue {
    background-color: transparent;
    border-radius: 10px;
    color: #4389E0;
    border: 1px solid #4389E0;
    display: inline-block;
    text-decoration: none;
    text-align: center;
}
.btn-blue:hover {
    background-color: #4389E0;
    color: #fff;
    border: 1px solid #4389E0;
}
.badge {
    font-size: 14px;
    line-height: 22px;
    padding: 5px 20px;
    font-weight: 500;
}
.text-bg-success {
    background-color: #7AD05C !important;
}
.text-bg-orange {
    background-color: #F9973C;
}
.text-bg-warning {
    background-color: #E8C26D !important;
    color: #fff !important;
}
.text-bg-danger {
    background-color: #FF8A8A !important;
}
.text-bg-secondary {
    background-color: #C0C0C0 !important;
}
.text-bg-dark {
    background-color: #475065 !important;
}
.modal .form-wrap {
  width: 100%;
  max-width: 400px;
  margin-top: 50px;
}
.modal .form-wrap .title {
  margin: 0;
  font-family: 'Inter-SemiBold';
  font-size: 24px;
  color: #202020;
  line-height: normal;
}
.rem-forgot {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.rem-forgot .form-check .form-check-input {
  margin-top: 6px;
  cursor: pointer;
}
.modal .form-wrap .btn-inhouse {
  margin-top: 28px;
  width: 100%;
}
.forgot-text, .simple-link {
  font-family: 'Inter-Regular';
  font-size: 14px;
  color: #14345B;
  text-decoration: none;
}
.forgot-text:hover, .simple-link:hover, .back-screen a:hover {
  color: #269888;
}
.success-message, .error-message {
  position: absolute;
  bottom: 50px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px;
  max-width: 355px;
  margin: 0 auto;
  font-family: 'Inter-Regular';
  font-size: 13px;
  color: #000;
  line-height: normal;
  border-radius: 5px;
  border: 1px solid var(--Green, #8BD19F);
  background: rgba(139, 209, 159, 0.10);
}
.success-message svg, .success-message [class*="icon-"], .error-message [class*="icon-"] {
  min-width: 23px;
  font-size: 23px;
  font-weight: normal;
}
.modal .form-control {
  padding: 11px 30px 11px 16px;
}
.error-message {
    border-color: #f5b3b9;
    background: rgba(255, 0, 0, 0.10);
}
.error-message.serve-error, .error-message.static-error {
  margin-top: 10px;
}
.modal-backdrop {
  background-color: #000 !important;
  opacity: 0.75 !important;
}
.pwd-icon {
    position: absolute;
    right: 15px;
    top: 14px;
    min-width: auto;
    background: none;
    border: none;
    padding: 0;
    color: #A8A9AA;
    transition: all 0.3s ease;
}
.pwd-icon:hover {
    color: #104C98;
}
.pwd-icon .icon-ic_eye02 {
    font-size: 12px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pwd-icon .icon-eye {
    margin-top: 0;
    font-size: 24px;
    display: none;
}
.show-icon .icon-eye {
    display: block;
}
.show-icon .icon-ic_eye02 {
    display: none;
}
.pwd-field input[type="password"], .pwd-field input[type="text"] {
    padding-right: 50px;
}
.wrapper, body, html {
    position: relative;
    min-height: 100%;
}
.wrapper {
    background-color: #0C2A4F;
}
.user-info {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}
.user-name {
    font-family: 'Inter-Bold';
    color: #14345B;
    font-size: 13px;
}
.uploadFile {
  display: block;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #DCDCDC;
  background: #FFF;
  color: #202020;
  font-size: 14px;
  font-family: 'Inter-Regular';
  overflow: hidden;
  padding: 11px 42px 11px 16px;
  position: relative;
  resize: none;
  background-image: url(../images/upload.svg);
  background-repeat: no-repeat;
  background-position: right 14px center;
}
.uploadFile [type=file] {
  cursor: pointer !important;
  display: block;
  font-size: 999px;
  filter: alpha(opacity=0);
  min-height: 100%;
  min-width: 100%;
  opacity: 0;
  position: absolute;
  right: 0px;
  text-align: right;
  top: 0px;
  z-index: 1;
}
.filename {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.form-control.date {
  background-image: url(../images/calendar.svg);
  background-size: 16px 16px;
  background-position: right 16px center;
  background-repeat: no-repeat;
  padding-right: 50px;
}
.datepicker {
  width: 280px;
  padding: 0;
}
.datepicker table {
  width: 100%;
}
.datepicker table tr th {
  font-family: 'Inter-SemiBold';
}
.datepicker table tr th, .datepicker table tr td {
  padding: 5px 8px;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
}
.datepicker table tr td.new, .datepicker table tr td.old {
    color: #999;
}
.datepicker table tr th.prev, .datepicker table tr th.next, .datepicker table tr td {
  cursor: pointer;
}
.datepicker table tr th.prev:hover, .datepicker table tr th.next:hover {
  color: #8BD19F;
}
.datepicker table tr td {
  border-radius: 4px;
}
.datepicker table tr td.active, .datepicker table tr td.today {
  color: #fff;
  background-color: #14345B;
}
.datepicker table tr td.active, .datepicker table tr td.active.today {
  background-color: #8BD19F;
}
.card-form {
    display: block;
    padding: 0 10px 10px 10px;
}
.card-form .row {
    margin-left: -5px;
    margin-right: -5px;
}
.card-form [class*="col-"] {
    padding: 3px 5px 7px;
}
.card-form h5 {
    color: var(--Blue, #14345B);
    font-family: 'Inter-Bold';
    font-size: 18px;
    margin: 0;
    display: flex;
    align-items: center;
    padding: 11px 0 2px;
}
.card-form h5 [class*="icon-"] {
    font-size: 8px;
    margin-right: 14px;
}
.modal .card-form .form-control {
    background-color: #fff;
    border: 1px solid #DCDCDC;
    color: #14345B;
}
.addnew-btn-block {
    display: inline-flex;
    align-items: center;
    height: 100%;
}
.addnew-btn-block span {
    font-family: 'Inter-Regular';
    color: #202020;
    font-size: 14px;
}
.radio-wrap h4, .addnew-btn, .card-form .small-title {
    color: #202020;
    font-family: 'Inter-Bold';
    font-size: 14px;
    margin: 0;
}
.card-form .small-title {
    padding-top: 5px;
    padding-bottom: 7px;
    line-height: normal;
}
.addnew-btn {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 4px;
    color: #202020;
    font-family: 'Inter-Bold';
    font-size: 14px;
    text-decoration: none;
}
.addnew-btn:hover, .addnew-btn:hover span:before {
    color: #8BD19F;
}
.radio-wrap h4 {
    margin-bottom: .125rem;
}
.modal .form-group {
    margin-bottom: 20px;
}
.modal .modal-header {
    padding: 18px 24px 0;
	border: none;
    align-items: flex-start;
}
.modal .modal-title {
	font-family: 'Inter-SemiBold';
	font-size: 24px;
	color: #202020;
}
.modal-content {
    border-radius: 12px;
    border: 1px solid #DCDCDC;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.08);
}
.login-modal .modal-dialog {
    max-width: 418px;
    margin: 0 auto;
    padding: 0.5rem 0;
    min-height: 100%;
    height: auto;
}
.login-modal .form-wrap {
	width: 100%;
    max-width: 100%;
	margin-top: 13px;
}
.form-block {
	padding: 0 24px 6px;
}
.login-modal .form-wrap .form-block:last-child {
    padding-bottom: 22px;
}
.login-modal .modal-body {
	padding: 0;
}
.login-modal .form-wrap .btn-inhouse {
    border-radius: 100px;
}
.modal-header .btn-close {
    margin: 9px 0 0;
    margin-left: auto;
    padding: 0;
    width: 24px;
    min-width: 10px;
    height: 24px;
    background-size: 15px;
}
.btn-close {
    min-width: 10px;
}
.modal-body {
    padding: 15px 0;
}
.modal-footer {
    padding: 25px 0 0;
    border: none;
}
.modal-footer .btn-inhouse {
    margin-left: 15px;
}
.form-control:disabled {
  background-color: #e9ecef !important;
  opacity: 1;
}
.gray-box {
    margin: 3px 0 7px;
    padding: 7px 10px 3px;
    background: rgba(68, 109, 156, 0.05);
}
.card-form hr {
    margin-left: 0;
    margin-right: 0;
}
.card-form .btn-block.text-center {
  display: flex;
  padding: 10px 0;
	gap: 10px;
}
.card-form hr + .btn-block.text-center {
    display: block;
}
.text-link {
    display: inline-flex;
    color: #202020;
    font-family: 'Inter-Bold';
    font-size: 14px;
}
.text-link:hover {
    color: #8BD19F;
}
.card-form .block .justify-content-between {
    display: flex;
    align-items: center;
    padding: 11px 0 2px;
}
.card-form .block .justify-content-between h5 {
    padding: 0;
}

/* login pages CSS */
.login-modal.style-two .form-wrap .btn-inhouse {
    margin-top: 0;
}
.login-modal.style-two .form-wrap .btn-inhouse + .btn-inhouse {
    margin-top: 10px;
}
.or-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 8px;
}
.or-divider.py-2 {
    padding: 11px 0 13px !important;
}
.or-divider::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    content: '';
    background-color: #DCDCDC;
    transform: translateY(-50%);
}
.or-divider span {
    display: block;
    padding: 0 10px;
    text-align: center;
    font-family: 'Inter-Regular';
    font-size: 14px;
    color: #14345B;
    background-color: #fff;
    position: relative;
}
.plain-border {
    margin: 18px 0 24px;
}
.login-modal.style-two .rem-forgot {
    padding-top: 22px;
    flex-direction: column;
}
.signup-text {
    display: block;
    padding-top: 5px;
    color: #202020;
    font-size: 14px;
    font-family: 'Inter-Regular';

}
.register-txt {
    margin-top: 5px;
    display: block;
    padding-top: 15px;
    color: #202020;
    font-size: 14px;
    font-family: 'Inter-Regular';
    flex: 0 0 100%;
    width: calc(100% + 4px);
    text-align: center;
    padding-bottom: 15px;
    background-color: #14345B;
    border-radius: 0 0 12px 12px;
}

.modal-content:has(.reg-box) {
    border-color: #14345B;
}

.register-txt .forgot-text {
    display: block;
    margin: 15px 0;
}


.register-txt h3 {
    color: #8BD19F;
}

.register-txt .btn-inhouse {
    width: auto !important;
    background-color: #ffc90e;
    color: #14345B;
    padding-left: 40px !important;
    padding-right: 40px !important;
    font-weight: 700;
    font-size: 16px;
}

.register-txt .btn-inhouse:hover {
    background-color: #f5d258;
}

.form-block:has(.reg-box) {
    padding: 0 !important;
}

.reg-box {
    padding: 0 24px 0;
}


.signup-text a {
    font-family: 'Inter-Bold';
    color: #8BD19F;
}
.modal-header .title-wrap {
    padding-right: 10px;
}
.modal-header .title-wrap .modal-title {
    padding-bottom: 5px;
}
.modal-header .title-wrap .small-title {
    margin-bottom: 8px;
    font-family: 'Inter-Bold';
    color: #14345B;
    font-size: 14px;
}
.modal-header .title-wrap p {
    margin-bottom: 10px;
    font-family: 'Inter-Regular';
    color: #5A5A5A;
    font-size: 14px;
}
.login-modal .form-wrap p {
    font-family: 'Inter-Regular';
    color: #202020;
    font-size: 14px;
}
.login-modal .form-wrap .btn-inhouse + p {
    padding-top: 10px;
}
.program-registration .form-wrap {
    text-align: center;
    margin: 0;
}
.program-registration .form-wrap p {
    font-family: 'Inter-Regular';
    font-size: 14px;
    color: #5A5A5A;
}
.program-registration .form-wrap img {
    margin: 22px 0 24px;
    max-width: 60px;
}
.program-registration .form-wrap .small-title {
    font-family: 'Inter-SemiBold';
    color: #202020;
    font-size: 14px;
}
.program-registration .form-wrap .btn-block {
    gap: 10px;
}
.program-registration .form-wrap .btn-inhouse {
    padding-left: 25px;
    padding-right: 25px;
}
.sms-code {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.sms-code .column {
  padding-bottom: 10px;
}
.sms-code .column span, .sms-code .column strong {
    display: block;
    font-family: 'Inter-Regular';
    font-size: 14px;
    color: #898989;
}
.sms-code .column strong {
    font-family: 'Inter-Black';
    color: #14345B;
    font-weight: normal;
        padding-right: 30px;
          word-break: break-all;
}

/* Steps Form CSS */
.step-form .modal-dialog:not(.reg-modal .modal-dialog) {
    max-width: 1380px;
}
.modal.step-form .modal-header {
    padding: 18px 24px 15px;
}
.step-form .modal-header + hr {
    margin: 10px 0;
    border-top-width: 3px;
}
.step-form .card-form {
    max-width: 1080px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 59px;
}
.step-form .nav-tabs {
    gap: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 42px;
		border: none;
}
.step-form .nav-item {
    text-align: center;
}
.step-form .nav-item .nav-link, .step-form .nav-item .nav-link:hover {
	padding: 0;
	border: none;
	isolation: unset;
}
.nav-item .step-circle {
    display: inline-block;
    position: relative;
}
.nav-item .step-circle span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    color: #202020;
    font-size: 14px;
    font-family: 'Inter-Bold';
    background-color: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 100%;
    position: relative;
    z-index: 1;
}
.nav-item .active .step-circle span {
    color: #fff !important;
    background-color: #14345b;
    border: 1px solid #14345b;
}
.nav-item .step-circle::after {
    position: absolute;
    top: 25px;
    left: 50px;
    content: "";
    width: 160px;
    height: 1px;
    background-color: #e4e4e4;
}
.nav-item:last-child .step-circle::after {
    display: none;
}
.nav-item .step-title {
    display: block;
    font-size: 14px;
    line-height: normal;
    color: #202020;
    padding-top: 8px;
    font-family: 'Inter-Bold';
}
.modal.step-form .form-floating > textarea.form-control {
    height: 100px;
}
.icon-more-info {
    cursor: pointer;
}
.icon-more-info:hover {
    opacity: 1;
}
.custom-tooltip {
    --bs-tooltip-bg: #14345b;
    --bs-tooltip-color: #fff;
    font-family: 'Inter-Medium';
    font-size: 14px;
    line-height: 22px;
    --bs-tooltip-max-width: 270px;
    font-weight: 500;
}
.custom-tooltip .tooltip-inner {
    text-align: left;
    padding: 8px 10px;
}
.tooltip.show {
    opacity: 1;
}
.form-floating.info-btn {
  display: flex;
  align-items: center;
  gap: 5px;
}

.modal-open .need-help-btn {
  z-index: 1;
}
.combine-field {
  display: flex;
  align-items: center;
  gap: 10px;
}
.combine-field .btn-inhouse {
  display: flex;
  align-items: center;
  white-space: nowrap;
  min-width: 120px;
  gap: 8px;
  justify-content: center;
  padding: 13.5px 10px !important;
}
.combine-field .btn-inhouse img {
  width: 17px;
}


.reg-modal .opt-in {
    display: flex;
}

.reg-modal .opt-in input {
    width: 20px;
    height: 20px;
    border-radius: 8px;
    outline-color: #DCDCDC;
    flex: 0 0 auto;
    margin-top: 3px;
    margin-right: 7px;
}

.reg-modal .opt-in .opt-txt .message-alert {
    margin-top: 0;
    margin-bottom: 0;
}

.reg-modal .opt-txt .small-title {
    color: #919191;
    font-family: 'Inter-Regular';
    margin-bottom: 0 !important;
    padding-bottom: 5px !important;
}

.reg-modal .card-form {
    padding-left: 30px;
    padding-right: 30px;
}

.reg-modal .card-form .btn-block.text-center {
    padding-bottom: 0;
}

.reg-modal .signup-text {
    padding-top: 10px;
}

/* Responsive */
@media screen and (max-width: 1440px) {
  .step-form .modal-dialog:not(.reg-modal .modal-dialog) {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media screen and (max-width: 1399px) {
  button, a.btn-inhouse {
    padding: 7px 15px;
  }
  .btn-inhouse.btn-medium {
    padding: 10.5px 25px;
  }
  .modal .form-control, .modal .form-select, .modal .form-floating > .form-control, .modal .form-floating > .form-control-plaintext, .modal .form-floating > .form-control-plaintext:focus, .modal .form-floating > .form-control-plaintext:not(:placeholder-shown), .modal .form-floating > .form-control:focus, .modal .form-floating > .form-control:not(:placeholder-shown), .form-floating #first_name, .form-floating #middle_name, .form-floating #last_name {
    padding: 7px 12px;
  }
  .modal .form-floating > label {
    top: 9px;
    left: 6px;
    right: 6px;
    line-height: normal;
  }
  .modal .form-floating > .form-control-plaintext ~ label, .modal .form-floating > .form-control:focus ~ label, .modal .form-floating > .form-control:not(:placeholder-shown) ~ label, .modal .form-floating > .form-select ~ label {
    transform: scale(0.7) translateY(-1.56rem) translateX(.15rem);
  }
  .modal .form-floating > .form-control-plaintext:focus, .modal .form-floating > .form-control-plaintext:not(:placeholder-shown), .modal .form-floating > .form-control:focus, .modal .form-floating > .form-control:not(:placeholder-shown) {
    padding-right: 35px;
  }
  .pwd-icon {
    top: 11px;
  }
  .pwd-icon span {
    font-size: 14px;
  }
  .pwd-icon .icon-ic_eye02 {
    margin-top: -4px;
    /* right: -5px;
    font-size: 8px;
    position: relative; */
  }
  .pwd-icon .icon-eye {
    /* font-size: 14.5px; */
    margin-top: -3px;
  }
  .pwd-icon .icon-eye-close {
    font-size: 18px;
  }

  .combine-field .btn-inhouse {
    padding: 9.5px 10px !important;
  }
}

@media screen and (max-width: 1199px) {
  .success-message, .error-message {
    padding: 10px;
  }
}
@media screen and (max-width: 991px) {
  .step-form .nav-tabs {
    gap: 50px;
  }
  .nav-item .step-circle::after {
    width: 90px;
  }
}

@media screen and (max-width: 767px) {
    .modal.step-form .modal-header {
        padding: 18px 10px 15px;
    }
    .modal .modal-title {
        font-size: 20px;
    }
    .modal .modal-header .btn-close {
        margin-top: 3px;
    }
    .step-form .modal-header + hr {
        border-top-width: 2px;
    }
    .modal.step-form .form-floating > textarea.form-control {
        height: 80px;
    }
  .modal .btn-block {
    gap: 20px;
    /* flex-direction: column; */
    justify-content: center;
    align-items: center;
  }
  .modal .card-form .block .justify-content-between {
    flex-direction: column;
    align-items: flex-start;
  }
  .form-check-input[type="radio"]+.form-check-label::before {
    top: 6px;
  }
  .form-check-input[type="radio"]+.form-check-label::after {
    top: 9px;
  }
  .modal .radio-wrap {
    display: block;
  }
  .addnew-btn {
    justify-content: flex-start;
  }
  .card-form h5 {
    padding: 15px 0 0;
  }
  .card-form {
    padding-top: 0;
  }
  .step-form .card-form {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .step-form .nav-tabs {
    padding-bottom: 15px;
  }
  .step-form .nav-tabs {
    gap: 15px;
  }
  .nav-item .step-circle span {
    width: 40px;
    height: 40px;
  }
  .nav-item .step-circle::after {
    top: 20px;
    left: 40px;
    width: 50px;
  }
  .step-form .nav-tabs .nav-item {
    width: auto;
    text-align: center;
  }
  .nav-item .step-title {
    padding-top: 5px;
    font-size: 11px;
    line-height: 13px;
  }
  .program-registration .form-wrap .btn-block {
    flex-direction: column;
  }
  .program-registration .form-wrap .btn-block .btn-inhouse + .btn-inhouse {
    margin-top: 0;
  }
  .modal .form-block .mb-4 {
    margin-bottom: 1rem !important;
  }

  .reg-modal .card-form {
    padding-bottom: 20px;
  }

  .reg-modal .card-form {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 575px) {
  .card-form h5 {
    padding: 12px 0 0;
  }
  .card-form {
    padding: 0 10px;
  }
  .card-form [class*="col-"] {
    padding: 0 5px 10px;
  }
  [class*="col-"] > hr {
    margin: 0 0 10px;
  }
  .form-check-input[type="radio"]+.form-check-label {
    padding-left: 20px;
    padding-right: 8px;
  }
  .radio-wrap {
    display: block;
  }
  .addnew-btn {
    justify-content: flex-start;
  }
  .nav-tabs .nav-item {
    width: 100%;
    text-align: left;
  }
  .card-form .block .justify-content-between {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 5px;
  }
  .modal.step-form .modal-header {
    padding: 13px 10px 8px;
  }
  .step-form .modal-dialog:not(.reg-modal .modal-dialog) {
    margin-left: 10px;
    margin-right: 10px;
  }
  .success-message {
    bottom: 15px;
    margin: 0 15px;
  }
}
@media screen and (max-width: 479px) {
  .combine-field {
    flex-direction: column;
  }
  .combine-field .btn-inhouse {
    width: 100%;
  }
  .login-modal .modal-dialog {
    max-width: 100%;
    margin: 12px;
  }
}
@media screen and (max-width: 399px) {
  .step-form .nav-tabs {
    gap: 10px;
  }
  .nav-item .step-circle span {
    width: 35px;
    height: 35px;
  }
  .nav-item .step-circle::after {
    top: 17px;
    left: 35px;
    width: 50px;
  }
  .step-form .nav-tabs .nav-item {
    width: auto;
    text-align: center;
  }
  .nav-item .step-title {
    font-size: 10px;
    line-height: 12px;
  }
}
