@font-face {
  font-family: "Lato Regular";
  src: url("../fonts/Lato/Lato-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato Bold";
  src: url("../fonts/Lato/Lato-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato Italic";
  src: url("../fonts/Lato/Lato-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root,
[data-bs-theme=light] {
  --bs-border-radius: 0.25rem;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  font-family: "Lato Regular", sans-serif;
  line-height: 1.6;
  color: #404040;
}

body {
  font-size: 16px;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  margin-bottom: 1rem;
  font-weight: bold;
}

p {
  margin-bottom: 1.5rem;
}

a {
  color: #97144d;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.nav-link:focus,
.nav-link:hover,
.dropdown-link:focus,
.dropdown-link:hover {
  text-decoration: none;
}

.dropdown-link {
  padding: 8px;
  display: block;
}

.btn:hover {
  text-decoration: none;
}

.container {
  max-width: unset;
  margin: 0 auto;
  padding: 0 5%;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.col {
  flex: 1;
  padding: 0 15px;
}

.section-title {
  font-size: 2rem;
  font-weight: bold;
  color: #97144d;
}

.toast.alert-success {
  --bs-toast-bg: var(--bs-success-bg-subtle);
  --bs-toast-border-color: var(--bs-success-border-subtle);
  color: var(--bs-alert-color);
}
.toast.alert-danger {
  --bs-toast-bg: var(--bs-danger-bg-subtle);
  --bs-toast-border-color: var(--bs-danger-border-subtle);
  color: var(--bs-alert-color);
}

input,
textarea,
select,
button {
  font-family: inherit;
  font-size: 16px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

input[type=date]::-webkit-calendar-picker-indicator {
  cursor: pointer;
}

input[type=checkbox],
input[type=radio] {
  padding: 8px;
}

select {
  cursor: pointer;
}

.form-check-input {
  cursor: pointer;
}
.form-check-input:focus {
  box-shadow: 0 0 0 0.25rem #ffe7f1;
  border-color: #97144d;
}
.form-check-input:checked {
  background-color: #97144d;
  border-color: #97144d;
}

.form-control:focus,
.form-select:focus {
  box-shadow: 0 0 0 0.25rem #ffe7f1;
  border-color: #97144d;
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  background-color: #97144d;
  border-color: #97144d;
}

.signBtn {
  background-color: #97144d;
  color: #404040;
  padding: 8px 16px !important;
  text-align: center;
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
}

.form-item {
  margin-bottom: 1rem;
}

.smallText {
  font-size: 14px;
}

.dependent-field {
  display: none;
}

.form-sub-section {
  border: 1px solid #97144d;
}
.form-sub-section .sub-heading {
  background: #97144d;
  padding: 12px;
  color: #fff;
  font-size: 18px;
}

fieldset {
  border: 1px solid #97144d;
  border-radius: 5px;
  padding: 1rem;
  margin-bottom: 1rem;
}

legend {
  font-size: 18px;
  color: #97144d;
  font-weight: bold;
  width: auto;
  padding: 0 0.5rem;
  margin-top: -1.9rem;
  background: #fff;
}

#tabs {
  width: 100%;
  padding-right: 0px;
}
#tabs li {
  width: 50%;
}
#tabs li .nav-link {
  background: #ffe7f1;
  border: 1px solid #ffe7f1;
  font-weight: bold;
  color: #404040;
}
#tabs li .nav-link.active {
  background: #97144d;
  border: 1px solid #97144d;
  color: #fff;
}
#tabs li .nav-link.active:focus {
  border: 1px solid #97144d;
}
#tabs li button {
  width: 100%;
}

ul.wp-block-list {
  padding-left: 24px;
}

.iti {
  width: 100%;
}

table th {
  background: #97144d;
  border-color: #97144d !important;
}

.td-25 {
  width: 25%;
}

.td-33 {
  width: 33.33%;
}

.td-50 {
  width: 50%;
}

.td-75 {
  width: 75%;
}

.td-100 {
  width: 100%;
}

.label {
  font-weight: bold;
}

#errorMessage ul {
  margin-bottom: 0px;
}

button {
  background-color: #97144d;
  color: #fff;
  border: none;
  cursor: pointer;
  padding: 10px 15px;
}

button:hover {
  background-color: #ed1164;
  border-color: #ed1164 !important;
}

nav button.navbar-toggler:hover {
  background: unset;
}

.button,
.btn {
  background-color: #97144d;
  border: 1px solid #97144d;
  color: #fff;
  padding: 10px 20px;
  text-align: center;
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
  box-shadow: none !important;
}

.btn-outline-secondary {
  border: 1px solid #97144d;
}

.btn-primary {
  background-color: #97144d;
  border-color: #97144d;
}

.btn-primary:hover,
.button:hover,
.btn:hover {
  border-color: #ed1164;
  background-color: #ed1164;
}

.button:focus,
.btn:focus,
.button:active,
.btn:active {
  background-color: #ed1164 !important;
  box-shadow: none;
  border-color: #ed1164 !important;
}

.text-center {
  text-align: center;
}

.fontBold {
  font-weight: bold;
}

.mt-1 {
  margin-top: 1rem;
}

.mb-1 {
  margin-bottom: 1rem;
}

.p-1 {
  padding: 1rem;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.whiteColor {
  color: #fff !important;
}

.redColor {
  color: #ff0000 !important;
}

.topPadding {
  padding-bottom: 24px;
}

.bottomPadding {
  padding-bottom: 24px;
}

.topMargin {
  margin-top: 24px;
}

.bottomMargin {
  margin-bottom: 24px;
}

.error {
  color: #ff4300;
  font-size: 14px;
  font-style: italic;
}

input.error,
select.error,
textarea.error {
  background-color: #ffece5;
  border: 1px solid #ff4300;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.iti--separate-dial-code {
  height: calc(1.5em + 0.75rem + 2px);
}

.required-asterisk {
  color: red;
  font-weight: bold;
}

.success-icon {
  color: #008000;
}

.logoBlock .divider {
  border-right: 1px solid #fff;
  margin-right: 8px;
}

#navbarNav {
  background: #fff;
  padding: 16px;
  position: relative;
  padding-left: 50px;
  padding-right: 4%;
  margin-left: auto;
}

header {
  position: fixed;
  border-top: 24px solid #97144d;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
header .logoBlock {
  background: #97144d !important;
  padding-left: 4%;
}
header nav {
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
}
header nav li.nav-item {
  padding: 0 8px;
}
header nav li.nav-item:last-child {
  padding-right: 0;
}
header nav li.nav-item a.nav-link {
  color: #fff !important;
}
header nav li.nav-item a.nav-link.signBtn {
  color: #fff !important;
  background: #97144d;
}
header nav .logo img {
  max-width: 120px;
}
header nav .navbar-collapse {
  flex-grow: unset;
}
header nav.bottom-menu {
  height: 100%;
  padding: 0;
}
header nav.bottom-menu .navbar-nav {
  flex: 0 0 auto;
  width: 68%;
  height: 100%;
  align-items: center;
}
header nav.bottom-menu li.nav-item {
  margin: 0 auto;
}
header nav.bottom-menu li.nav-item a.nav-link {
  color: #97144d !important;
}
header nav.bottom-menu .dropdown-menu[data-bs-popper] {
  top: calc(100% + 14px);
  padding: 0;
  border: 0;
  border-radius: 0;
}
header nav.bottom-menu .dropdown-menu[data-bs-popper] li .dropdown-item {
  padding: 10px 16px;
  background: #97144d;
  color: #fff;
  border-bottom: 1px solid #fff;
}
header nav.bottom-menu .dropdown-menu[data-bs-popper] li .dropdown-item:hover {
  background: #fff;
  color: #97144d;
  text-decoration: none;
}
header nav.bottom-menu .dropdown-menu[data-bs-popper] li:last-child .dropdown-item {
  border-bottom: 0;
}
header .design-element {
  margin: -1px auto 0 auto;
  width: 100%;
  height: 70px;
  display: block;
  padding: 0px 0 0px 60px;
  position: relative;
  z-index: 0;
  left: 30%;
  background: #fff;
}
header .design-element::before {
  background: url("../images/menu-part.png") no-repeat;
  background-size: cover;
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 92px;
  height: 70px;
  z-index: -1;
}

.navbar.navbar-expand-lg.navbar-light {
  padding: 0 !important;
}

header nav li.nav-item a.nav-link {
  color: #404040 !important;
}

.headerBlock {
  display: flex;
  width: 100%;
  position: relative;
  background: #fff;
}

main {
  min-height: calc(93vh - 24px);
  padding-top: 96px;
}

footer {
  background: #97144d;
}
footer .social-icons {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.loginFormBlock,
.registerFormBlock {
  border: 1px solid #ccc;
  padding: 24px;
  border-radius: 10px;
}

.formSection {
  z-index: 1;
  border: 1px solid #97144d;
}
.formSection .card-body {
  border: none;
  border-radius: unset;
}
.formSection button {
  border: 1px solid #97144d;
  border-radius: unset;
}
.formSection button .toggle-icon .fa-chevron-down {
  transition: transform 0.2s ease-in-out;
  transform: rotate(-180deg);
}
.formSection button.collapsed .toggle-icon .fa-chevron-down {
  transform: rotate(0deg);
}

.forgotPasswordLink {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
.forgotPasswordLink a {
  text-decoration: underline;
}

#multiStepTab {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  border-bottom: unset;
}
#multiStepTab .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffe7f1;
  border: 1px solid #ffe7f1;
  color: #404040;
  font-weight: bold;
  padding: 8px 24px;
  border-radius: unset;
  cursor: pointer;
}
#multiStepTab .nav-link span {
  font-size: 1rem;
  padding-right: 1rem;
}
#multiStepTab .nav-link.active {
  background: #97144d;
  border: #97144d;
  color: #fff;
}

#otpSection .otp-field {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}
#otpSection #resendOtpBtn {
  padding: 8px 12px !important;
  width: auto !important;
  font-size: 12px;
  background: none;
  color: #404040;
  text-decoration: underline;
  border: none;
}
#otpSection .otp-result-message {
  font-size: 12px;
  font-style: italic;
  color: #008000;
}
#otpSection .otp-result-message.error {
  color: #ff4300;
}
#otpSection #resendOtpBtn:disabled {
  color: #000;
}

.resendOTPBlock {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navigation-link {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  text-decoration: underline;
  font-weight: inherit;
}

.noteText {
  display: flex;
  font-size: 12px;
}

.form-preview h5 {
  background: #97144d;
  text-align: center;
  color: #fff;
  padding: 12px;
  margin-bottom: 0px;
}
.form-preview table td {
  background: #fff;
  padding: 0.5rem;
}
.form-preview .preivew-photo {
  width: 200px;
}

.declartion-info {
  border: 1px solid #97144d;
}
.declartion-info .details {
  padding: 1rem;
}
.declartion-info .details ul {
  padding-left: 24px;
}

.gap-20 {
  gap: 20px;
}
.gap-20 .radio-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0 5px;
}
.gap-20 .radio-wrap input[type=checkbox] {
  order: 1;
}
.gap-20 .radio-wrap label.error {
  order: 3;
  flex: 0 0 auto;
  width: 100%;
}
.gap-20 .radio-wrap label.for-label {
  order: 2;
  margin-bottom: 0;
  flex: 0 0 auto;
  width: 97%;
}
.gap-20 .radio-wrap.yes-no {
  align-items: center;
}
.gap-20 .radio-wrap.yes-no label.for-label {
  flex: none;
  width: auto;
}

.uploadCallbackBtn {
  display: flex;
  align-items: center;
}
.uploadCallbackBtn .fa-xmark {
  cursor: pointer;
  margin: 5px 0 0 5px;
}

#documentsInfo .input-group .btn {
  padding: 0.275rem 0.75rem;
}
#documentsInfo .input-group input[type=file] {
  order: 1;
}
#documentsInfo .input-group label.error {
  order: 3;
  flex: 0 0 auto;
  width: 100%;
  margin-top: 5px;
}
#documentsInfo .input-group button {
  order: 2;
  margin-left: 5px;
}

.navbar-toggler {
  border-color: #fff;
}
.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 266, 255, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.my-applications .list-group-item {
  padding: 24px 16px;
  gap: 20px 0px;
}
.my-applications .list-group-item p {
  margin-bottom: 0;
}

.upperCase {
  text-transform: uppercase;
}

@media (min-width: 320px) and (max-width: 1080px) {
  .section-title {
    text-align: center;
    font-size: 1.8rem;
  }
  header .design-element {
    display: none;
  }
  header .offcanvas .nav-link,
  header .offcanvas .dropdown-link {
    padding: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
  }
  header .navbar-nav .dropdown-menu {
    position: static !important;
    transform: none !important;
    border-radius: 0;
    background: #000 !important;
    padding: 0 !important;
  }
  header .navbar-nav .dropdown-menu li .dropdown-item {
    color: #fff !important;
    padding: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
  }
  header .navbar-nav .dropdown-menu li:last-child .dropdown-item {
    border-bottom: 0;
  }
}
.banner {
    background: url("../Axis_Bank_Young_Bankers_Program_AXIS_Young_Bankers_files/axisybp-banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 24px;
    aspect-ratio: 1600/581;
}
.banner .banner-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.banner .banner-block .registerFormBlock {
  background: #fff;
  min-width: 350px;
  max-width: 350px;
}

@media (min-width: 1200px) and (max-width: 1499.98px) {
  .container {
    padding: 0 4%;
  }
}
@media (min-width: 0) and (max-width: 575.98px) {
  nav button.navbar-toggler {
    background: #97144d;
    align-self: center;
  }
  header .logoBlock {
    padding-bottom: 0px;
    padding-top: 12px;
  }
  header nav .logo img {
    max-width: 60px;
  }
  .banner {
    background: url("../images/banner/axis-ybp-mobile.jpg");
    aspect-ratio: 411/320;
  }
  .banner .banner-block {
    flex-direction: column;
  }
  .applicant-details {
    flex-direction: column;
  }
  header nav li.nav-item a.nav-link.signBtn {
    margin-bottom: 12px;
  }
  main {
    padding-top: 95px;
  }
  nav .logo img {
    width: 200px;
  }
  #multiStepTab .nav-item {
    width: 100%;
  }
  #multiStepTab .nav-item .nav-link {
    justify-content: start;
    padding: 6px 12px;
    font-size: 1rem;
  }
  #multiStepTab .nav-item .nav-link span {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  header nav .logo img {
    max-width: 94px;
  }
  header .logoBlock {
    padding-top: 12px;
  }
  header nav li.nav-item.home,
  header nav li.nav-item.career {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */