@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat Bold";
  src: url("../fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat SemiBold";
  src: url("../fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat italic";
  src: url("../fonts/Montserrat-Italic-VariableFont_wght.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: "Montserrat";
  line-height: 1.6;
  color: #404040;
  font-weight: normal;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
  margin-bottom: 1rem;
  font-weight: bold;
  font-family: "Montserrat Bold";
}

h3 {
  font-size: 32px;
}

.hidden {
  display: none;
}

p {
  margin-bottom: 1.5rem;
}

a {
  color: #1A438B;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
}

.navbar-nav .nav-link {
  font-size: 14px;
}

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

.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;
}

.progress-text {
  text-align: center;
}
.progress-text strong {
  color: #1A438B;
}

.section-title {
  font-size: 2rem;
  color: #404040;
  font-family: "Montserrat";
  line-height: 1.6;
  font-weight: 300;
}

.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: #1A438B;
}
.form-check-input:checked {
  background-color: #1A438B;
  border-color: #1A438B;
}

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

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  background-color: #1A438B;
  border-color: #1A438B;
}

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

.signBtn:hover {
  background-color: #9B1E26;
}

.loginBtn {
  background-color: #CF1E2E;
  color: #fff;
  padding: 8px 16px !important;
  text-align: center;
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
}

.loginBtn:hover {
  background-color: #1A438B;
}

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

.smallText {
  font-size: 14px;
}

.dependent-field {
  display: none;
}

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

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

legend {
  font-size: 18px;
  color: #1A438B;
  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: #1A438B;
  border: 1px solid #1A438B;
  color: #fff;
}
#tabs li .nav-link.active:focus {
  border: 1px solid #1A438B;
}
#tabs li button {
  width: 100%;
}

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

.iti {
  width: 100%;
}

table th {
  background: #1A438B;
  border-color: #1A438B !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: #1A438B;
  color: #fff;
  border: none;
  cursor: pointer;
  padding: 10px 15px;
}

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

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

.button,
.btn {
  background-color: #1A438B;
  border: 1px solid #1A438B;
  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 #1A438B;
}

.btn-primary {
  background-color: #1A438B;
  border-color: #1A438B;
}

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

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

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

strong {
  font-family: "Montserrat Bold";
}

.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-top: 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;
}

header {
  position: fixed;
  padding: 12px 0;
  background: #fff !important;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #ccc;
  z-index: 1000;
}
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: #19438C !important;
  font-family: "Montserrat" !important;
}
header nav li.nav-item a.nav-link.signBtn {
  color: #fff !important;
}
header nav .logo {
  display: flex;
  align-items: center;
  gap: 12px;
}
header nav .logo .divider {
  border-left: 1px solid #9B1E26;
  height: 50px;
}
header nav .logo img {
  max-width: 150px;
}
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: #1A438B !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: #1A438B;
  color: #fff;
  border-bottom: 1px solid #fff;
}
header nav.bottom-menu .dropdown-menu[data-bs-popper] li .dropdown-item:hover {
  background: #fff;
  color: #1A438B;
  text-decoration: none;
}
header nav.bottom-menu .dropdown-menu[data-bs-popper] li:last-child .dropdown-item {
  border-bottom: 0;
}

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

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.2s ease-in-out;
}

#leadForm_popup .registerFormBlock {
  border: unset;
}

.overlay.show {
  transform: scaleY(1);
}

.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: auto;
  max-height: 90%;
  overflow-x: hidden;
  background-color: #fff;
  padding: 24px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 99999999;
}
.popup .close-btn {
  position: absolute;
  top: 20px;
  right: 24px;
  background: none;
  border: none;
  font-size: 1.8rem;
  color: #575757;
  cursor: pointer;
  line-height: 1;
  padding: 8px;
  transition: color 0.3s ease;
  font-weight: 500;
  background-image: url("../images/icons/close-icon.svg");
  background-repeat: no-repeat;
}
.popup .close-btn:hover {
  color: #1A438B;
}

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

.bannerInfo {
  display: flex;
  flex-direction: column;
}
.bannerInfo p {
  padding-left: 12%;
}

.salary-info {
  display: flex;
  background: #D01E2F;
  border: 1px solid #000000;
  border-radius: 10px;
  padding: 12px 24px;
  flex-direction: column;
  max-width: 50%;
  align-items: center;
}
.salary-info span {
  color: #fff;
}

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

.sectionPadding {
  margin: 50px 0;
}

.about-idfc-first .details {
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about-idfc-first .details .left {
  width: 55%;
  flex: 0 0 auto;
}
.about-idfc-first .details .right {
  width: 40%;
}

.about-manipal .right {
  background: url("../images/home-page/program-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.about-us .about-manipal {
  display: flex;
  align-items: center;
  background: #1A438B;
}
.about-us .about-manipal .right {
  background: #4A3693;
}
.about-us .about-manipal .manipal-description {
  padding: 50px;
  width: 50%;
}
.about-us .about-manipal .manipal-description h3,
.about-us .about-manipal .manipal-description p {
  color: #fff;
}
.about-us .about-manipal img {
  max-width: 100%;
  width: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  background: #f7f7f7;
}
.about-us .about-idfc {
  margin-bottom: 40px;
  display: flex;
  gap: 30px;
  align-items: center;
}
.about-us .about-idfc .left {
  width: 40%;
}
.about-us .about-idfc .right {
  width: calc(60% - 30px);
}
.about-us .about-idfc .right .img-blocks {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.about-us .about-idfc .right .img-blocks .img-wrap {
  width: calc(50% - 10px);
  flex: 0 0 auto;
  height: inherit;
}
.about-us .about-idfc .right .img-blocks .img-wrap img {
  height: 240px;
}
.about-us .about-idfc .right .img-blocks .img-wrap .heading {
  text-align: center;
  font-weight: bold;
  margin-top: 5px;
}

.eligibility-criteria {
  position: relative;
}
.eligibility-criteria .line-items {
  position: absolute;
  top: 0px;
  right: 24px;
  padding: 50px 50px 24px 50px;
  background: #FBEDEE;
  box-shadow: 30px 26px 18.1px rgba(0, 0, 0, 0.22);
  border-radius: 0 0 12px 12px;
}
.eligibility-criteria .line-items h3 {
  color: #D01E2F;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.eligibility-criteria .line-items .item {
  padding: 12px;
  border-bottom: 1px solid #ccc;
}
.eligibility-criteria .line-items .item span {
  font-family: "Montserrat Bold";
}
.eligibility-criteria .line-items .item p {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.eligibility-criteria .line-items .item:last-child {
  border-bottom: unset;
}
.eligibility-criteria .details {
  display: flex;
  background: #445BA6;
  align-items: stretch;
  padding: 50px;
  gap: 50px;
}
.eligibility-criteria .details .divider {
  border-left: 1px solid #fff;
}
.eligibility-criteria .details p,
.eligibility-criteria .details h3,
.eligibility-criteria .details h6 {
  color: #fff;
}
.eligibility-criteria .details .left,
.eligibility-criteria .details .right {
  width: 50%;
  display: FLEX;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.eligibility-criteria .details .left p,
.eligibility-criteria .details .right p {
  text-align: center;
  width: 80%;
}

.program-details .details {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 24px 24px 0;
  gap: 16px;
  background: #1A438B;
  border-radius: 25px;
  align-items: center;
}
.program-details .details .left {
  width: calc(40% - 16px);
  flex: 0 0 auto;
}
.program-details .details .left img {
  margin-top: -70px;
}
.program-details .details .right {
  width: calc(60% - 16px);
  flex: 0 0 auto;
}
.program-details .details .right .section-title {
  color: #fff;
  margin-bottom: 10px;
}
.program-details .details .right p {
  color: #fff;
}
.program-details .title {
  position: absolute;
  top: -20px;
  background: #9B1E26;
  padding: 8px 12px;
  color: #fff;
  border-left: 5px solid #3C3C3B;
}

.job-assured {
  background: #F7F7F7;
  text-align: center;
}
.job-assured .job-assured-details {
  padding: 40px 0;
}
.job-assured .job-assured-details .job-assured-wrap {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.job-assured .job-assured-details .job-assured-wrap .line-item {
  flex: 0 0 auto;
  width: calc(33.33% - 10px);
  border-right: 1px solid #1A438B;
}
.job-assured .job-assured-details .job-assured-wrap .line-item:last-child {
  border-right: 0;
}
.job-assured .job-assured-details .job-assured-wrap .line-item div {
  font-weight: bold;
}
.job-assured .job-assured-details .job-assured-wrap .line-item div span {
  color: #1A438B;
}

.whats-in-it .whats-in-it-details .whats-in-wrap {
  display: flex;
  gap: 16px;
}
.whats-in-it .whats-in-it-details .whats-in-wrap .line-item {
  width: calc(33.33% - 10px);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  border: 1px solid #8a8a8a;
  border-radius: 24px;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.whats-in-it .whats-in-it-details .whats-in-wrap .line-item img {
  height: 50px;
  width: auto;
  margin: 0 auto 20px;
}
.whats-in-it .whats-in-it-details .whats-in-wrap .line-item .title {
  color: #1A438B;
  font-weight: bold;
  font-size: 18px;
}
.whats-in-it .whats-in-it-details .whats-in-wrap .line-item .description {
  font-weight: bold;
  font-size: 16px;
}

.registration-process {
  background: rgba(208, 30, 47, 0.08);
  padding: 50px 0;
}
.registration-process h3 {
  color: #D01E2F;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
  padding-bottom: 24px;
}
.registration-process .details {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.registration-process .details .line-items {
  flex: 1;
  padding: 24px 60px;
  background: url(../images/home-page/Blue-Arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: center;
}
.registration-process .details .line-items span {
  color: #fff;
  font-family: "Montserrat Bold";
  font-weight: 700;
  text-align: center;
  font-size: 14px;
}
.registration-process .details .line-items:last-child {
  background: url(../images/home-page/Green-Arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.feeSection .details {
  display: flex;
  overflow: hidden;
  align-items: center;
  background: #1A438B;
}
.feeSection .details .left {
  width: 50%;
}
.feeSection .details .left img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.feeSection .details .right {
  width: 50%;
  padding: 18px 50px 0;
}
.feeSection .details .right .info {
  padding: 16px 0;
  border-bottom: 1px dashed #fff;
}
.feeSection .details .right .info:last-child {
  border-bottom: 0;
}
.feeSection .details .right .info .title {
  font-size: 26px;
  color: #fff;
  margin-bottom: 10px;
}
.feeSection .details .right .info p {
  color: #fff;
  margin-bottom: 0;
}
.feeSection .details .right .info p strong {
  font-size: 18px;
}
.feeSection .details .right .info ul {
  padding-left: 16px;
}
.feeSection .details .right .info ul li {
  color: #fff;
}

.contact-support {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1A438B;
  padding: 12px;
}
.contact-support span,
.contact-support a {
  color: #fff;
  font-weight: bold;
}

.formSection {
  z-index: 1;
  border: 1px solid #1A438B;
}
.formSection .card-body {
  border: none;
  border-radius: unset;
}
.formSection button {
  border: 1px solid #1A438B;
  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);
}

.program-info {
  position: relative;
  background: url("../images/home-page/program-bg.png");
  background-repeat: no-repeat;
  background-size: 100%;
}
.program-info h3 {
  color: #fff;
  padding-bottom: 20px;
}
.program-info .details .block {
  background: #CF1E2E;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
  justify-content: space-around;
}
.program-info .details .block span {
  color: #fff;
  font-weight: bold;
  font-family: "Montserrat Bold";
  font-size: 20px;
}
.program-info .details .block p {
  color: #fff;
  margin-bottom: 0px;
}
.program-info .description {
  display: flex;
  background: url("../images/home-page/Section-2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.program-info .description .left {
  width: 50%;
  padding: 50px 0;
}
.program-info .description .left h3 {
  color: #fff;
  padding-bottom: 24px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.program-info .description .left p {
  color: #fff;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}

.about-equitas h3 {
  color: #D01E2F;
  padding-bottom: 24px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.about-equitas p {
  color: #626262;
}

.about-manipal {
  display: flex;
}
.about-manipal .left {
  flex: 1 0 calc(50% - 0px);
}
.about-manipal .right h3 {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  float: right;
  color: #D01E2F;
  width: 100%;
  text-align: right;
  margin-bottom: 0;
  background: #fff;
  padding: 0 50px;
}
.about-manipal .right h3:last-child {
  padding-bottom: 32px;
}
.about-manipal .right p {
  display: flex;
  justify-content: end;
  width: 100%;
  text-align: right;
  padding: 50px;
  color: #fff;
}

.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: #1A438B;
  border: #1A438B;
  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: #1A438B;
  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 #1A438B;
}
.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: #1A438B;
}
.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='rgb(0, 0, 0, 1)' 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;
}

.section-scroll {
  scroll-margin-top: 110px;
}

.benefits .details .line-items {
  max-height: 300px;
}

.benefits .details .line-items img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

@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 {
    padding: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  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("../images/home-page/Hero-Banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 24px 0px;
  aspect-ratio: 1600/581;
}
.banner .left {
  width: 40%;
}
.banner .left .banner-img {
  max-width: 100%;
  margin-bottom: 12px;
}
.banner .left .noteText {
  font-style: italic;
  padding-top: 4px;
}
.banner .left h1 {
  font-family: "Montserrat Bold";
  color: #fff;
  position: relative;
  font-weight: bold;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.banner .left h1 span {
  font-weight: inherit;
  font-family: inherit;
  display: block;
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.banner .left p {
  color: #fff;
  font-weight: 300;
}
.banner .left p strong {
  font-weight: 600;
}
.banner .left .info {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.banner .left .info .line-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 48%;
  background: #1A438B;
  padding: 6px 10px;
  border-radius: 4px;
  margin-bottom: 0px;
  text-align: center;
}
.banner .left .info .line-item span {
  color: #fff;
  font-size: 10px;
}
.banner .left .info .line-item p {
  margin-bottom: 0px;
}
.banner .banner-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.banner .banner-block .registerFormBlock {
  background: #fff;
  min-width: 350px;
  max-width: 350px;
}
.banner .banner-band {
  padding: 4px 30px;
  background: #1A438B;
  text-align: center;
  color: #fff;
  width: -moz-max-content;
  width: max-content;
  border-radius: 8px;
}
.banner .banner-band span {
  font-size: 20px;
}
.banner .terms {
  font-size: 12px;
  font-style: italic;
  margin-top: 6px;
  font-weight: 300;
}

.about-program .manipal-image img {
  border-radius: 50px;
}

#submitButton {
  background: #CF1E2F !important;
  border: 1px solid #CF1E2F !important;
}

#submitButton:hover {
  background: #1A438B !important;
  border: 1px solid #1A438B !important;
}

@media (min-width: 1200px) and (max-width: 1499.98px) {
  .container {
    padding: 0 4%;
  }
}
@media (min-width: 0) and (max-width: 575.98px) {
  h3 {
    font-size: 28px;
  }
  .eligibility-criteria .details {
    padding: 50px 24px;
  }
  .program-info {
    background-size: 100% 100%;
  }
  .banner {
    background: url("../images/home-page/mobile-banner.png");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .eligibility-criteria {
    background: url("../images/home-page/eligibility-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .eligibility-criteria img {
    display: none;
  }
  .navbar-toggler .navbar-toggler-icon {
    background-image: url("../images/home-page/mobile-icon.svg");
  }
  .registration-process .details .line-items {
    background: unset;
    padding: 0 60px;
  }
  .registration-process .details .line-items span {
    background: url("../images/home-page/Blue-Arrow-Mobile.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 80px 80px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto !important;
  }
  .registration-process .details .line-items:last-child {
    background: unset;
  }
  .registration-process .details .line-items:last-child span {
    background: url("../images/home-page/Green-Arrow-Mobile.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .about-manipal .right p {
    text-align: center;
    padding: 24px;
  }
  .program-info .details .block {
    justify-content: center;
    align-items: center;
    padding: 32px;
  }
  .program-info .details .block .line-items {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-bottom: 20px;
  }
  .program-info .details .block .line-items p {
    text-align: center;
  }
  .navbar-toggler {
    background: #19438C;
  }
  main {
    padding-top: 90px;
  }
  .benefits .details .line-items {
    max-height: 100%;
  }
  .eligibility .details,
  .about-us .about-jana,
  .feeSection .details .right {
    padding: 24px;
  }
  .banner .banner-band {
    width: auto;
  }
  .program-info .section-title {
    margin: 50px 0 -20px 0px;
  }
  .program-info .section-title::before {
    display: none;
  }
  .program-info .details .line-item {
    border-right: 0;
    border-bottom: 1px solid #1A438B;
  }
  .eligibility-criteria .line-items {
    position: relative;
    right: unset;
    padding: 50px;
    background: #fff;
    border-radius: 0 0 12px 12px;
  }
  .eligibility-criteria .details {
    gap: unset;
  }
  .about-title {
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    text-align: center;
    color: #D01E2F;
    width: 100%;
    margin-bottom: 0;
    background: #fff;
    padding-bottom: 24px;
  }
  .about-equitas h3 {
    padding-bottom: 24px;
    text-align: center;
    margin-bottom: 0px;
  }
  .program-details .details,
  .program-info .details .block,
  .registration-process .details .line-items,
  .eligibility-criteria .details,
  .about-manipal,
  .registration-process .details,
  .benefits .details .line-items,
  .feeSection .details {
    flex-direction: column;
  }
  .salary-info {
    max-width: 60%;
  }
  header nav .logo img {
    max-width: 100px;
  }
  header nav .logo .divider {
    border-left: 1px solid #9B1E26;
    height: 40px;
  }
  .registration-process .details .line-item,
  .program-details .line-item,
  .benefits .details .line-items,
  .benefits .details .line-items img,
  .banner .left,
  .program-info .description .left,
  .benefits .details .line-items div,
  .feeSection .details .left,
  .feeSection .details .right,
  .eligibility-criteria .details .left,
  .eligibility-criteria .details .right {
    width: 100%;
  }
  .about-manipal h3.section-title {
    padding: 0 24px;
  }
  .banner .banner-block {
    flex-direction: column;
  }
  .applicant-details {
    flex-direction: column;
  }
  header nav li.nav-item a.nav-link.signBtn {
    margin-bottom: 12px;
  }
  nav .logo img {
    width: 250px;
  }
  #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;
  }
  .about-us .about-idfc .right .img-blocks .img-wrap {
    width: 100%;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .registration-process .details .line-items {
    padding: 16px 48px;
  }
}
@media (min-width: 1600px) {
  .registration-process .details .line-items {
    padding: 50px 80px;
  }
}/*# sourceMappingURL=style.css.map */