.banner-section {
  background: url("../images/homepage-banner/Grids.png") no-repeat 0 0;
  background-attachment: scroll;
  display: flex;
  color: #000;
  position: relative;
  background-size: 100% auto;
  background-position: right top;
}
.banner-section .doodle {
  left: unset;
  right: 20%;
  top: 0;
  transform: unset;
  width: auto;
  height: 80%;
  animation: unset;
}
.banner-section .doodle.animate {
  animation: draw 2s ease-out forwards;
}
.banner-section .doodle.mobile {
  display: none;
}
.banner-section .banner-bg {
  background-size: 100% auto;
  background-position: left 50px;
  height: 100%;
  width: 100%;
  margin-top: auto;
  position: relative;
}
.banner-section .container {
  margin-top: auto;
}
.banner-section .banner-wrapper {
  position: relative;
  height: 100%;
  padding-top: 102px;
  display: flex;
  gap: 10px;
}
.banner-section .left {
  flex: 0 0 auto;
  width: 75%;
  display: flex;
  flex-direction: column;
  margin-top: auto;
}
.banner-section .left .first-row {
  display: flex;
  align-items: end;
  z-index: 1;
}
.banner-section .left .first-row .tagline {
  font-size: 18px;
  color: #575757;
}
.banner-section .left .first-row h1 {
  font-size: 44px;
  margin-bottom: 0;
}
.banner-section .left .first-row h1 span {
  position: relative;
  display: inline-block;
  padding: 4px 0;
}
.banner-section .left .first-row h1 span::after {
  background: url("../images/course-specific-lp/Circle.svg") no-repeat;
  background-size: 100% auto;
  background-position: 0 0;
  height: 110%;
  width: 110%;
  content: " ";
  display: block;
  position: absolute;
  left: -13px;
  top: -13px;
}
.banner-section .left .first-row h1 span.mcom, .banner-section .left .first-row h1 span.bcom {
  padding: 10px 0;
}
.banner-section .left .first-row h1 span.majmc {
  padding: 12px 0;
}
.banner-section .left .first-row h1 span.maineconomics::after, .banner-section .left .first-row h1 span.maineconomics ~ br {
  display: none;
}
.banner-section .left .first-row .ugc-nac-wrap {
  display: flex;
  gap: 20px;
}
.banner-section .left .first-row .ugc-nac-wrap .ugc-logo,
.banner-section .left .first-row .ugc-nac-wrap .aicte-logo {
  display: flex;
  gap: 13px;
  align-items: center;
}
.banner-section .left .first-row .ugc-nac-wrap .ugc-logo img,
.banner-section .left .first-row .ugc-nac-wrap .aicte-logo img {
  width: 55px;
  height: auto;
}
.banner-section .left .first-row .ugc-nac-wrap .ugc-logo span,
.banner-section .left .first-row .ugc-nac-wrap .aicte-logo span {
  font-size: 14px;
}
.banner-section .left .first-row .brochure-btn {
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 100px;
}
.banner-section .left .first-row .banner-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 56%;
  flex: 0 0 auto;
  justify-content: center;
}
.banner-section .left .first-row .abd-img {
  width: 50%;
  height: auto;
  flex: 0 0 auto;
  margin-left: -10%;
}
.banner-section .left .scholarship-band {
  background: linear-gradient(98deg, #3B4096 0%, #151419 30%);
  width: 95%;
  padding: 16px 0 16px 0;
  z-index: 0;
  margin-top: -58px;
}
.banner-section .left .scholarship-band .scholarship-content {
  color: #fff;
}
.banner-section .left .scholarship-band .scholarship-content .scholarship-title {
  font-weight: bold;
}
.banner-section .left .second-row .course-details .layout {
  gap: 12px;
}
.banner-section .left .second-row .course-details .layout .row {
  background: #F4F4F4;
  border: 1px solid rgba(21, 20, 25, 0.1);
  border-radius: 14px;
  padding: 14px;
  width: calc(25% - 10px);
}
.banner-section .left .second-row .course-details .layout .row .line-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
}
.banner-section .left .second-row .course-details .layout .row .line-item .label {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  color: #151419;
}
.banner-section .left .second-row .course-details .layout .row .line-item .durationText,
.banner-section .left .second-row .course-details .layout .row .line-item .feeText {
  font-family: "Queens";
  font-size: 16px;
  color: #151419;
}
.banner-section .left .second-row .course-details .layout .row.coursera {
  padding: 0;
}
.banner-section .left .second-row .course-details .layout .row.coursera .line-item span {
  display: flex;
  gap: 8px;
  font-family: "Queens";
  font-size: 16px;
  color: #151419;
  text-transform: capitalize;
}
.banner-section .left .second-row .course-details .layout .row.coursera .line-item span img {
  width: 22px;
}
.banner-section .banner-tag {
  display: none;
}

.form-box {
  display: flex;
}
.form-box .container {
  padding: 0;
}
.form-box .programLeadForm {
  background: linear-gradient(150deg, #0522D2 0%, #09143E 30%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2vw 3vw;
  border-radius: 15px 0 0 15px;
  margin: auto;
}
.form-box .programLeadForm .title-section {
  justify-content: center;
  margin-bottom: 10px;
}
.form-box .programLeadForm .title-section h2 {
  font-size: 14px !important;
  font-family: "HelveticaNowDisplay";
  color: #fff;
  margin: 0;
  font-weight: bold;
  text-transform: none;
}
.form-box .programLeadForm h5 {
  font-size: 16px !important;
  font-family: "HelveticaNowDisplay";
  color: #fff;
  margin: 0;
  font-weight: bold;
}
.form-box .programLeadForm .otp-verification-block .otp-info-block {
  margin-bottom: 1rem;
}
.form-box .programLeadForm .otp-verification-block .otp-info-block p {
  color: #fff;
  font-size: 14px;
}
.form-box .programLeadForm .otp-verification-block .otp-info-block .editLink {
  color: #fff;
}
.form-box .programLeadForm .otp-verification-block .otp-field input {
  width: 50px;
  height: 50px;
  border-radius: 0;
}
.form-box .programLeadForm .otp-verification-block #resendOtpBtn,
.form-box .programLeadForm .otp-verification-block span {
  color: #fff;
  font-size: 14px;
}
.form-box .programLeadForm .otp-verification-block #otpSection {
  margin-bottom: 1rem !important;
}
.form-box .programLeadForm .otp-verification-block p {
  color: #fff;
  font-size: 14px;
}
.form-box .programLeadForm .otp-verification-block .lsq-submit {
  width: 100%;
  padding: 12px 12px;
  border-radius: 0;
  height: auto;
}
.form-box .programLeadForm .field-list {
  flex-direction: column;
  gap: 8px;
}
.form-box .programLeadForm .field-list .form-group {
  margin-bottom: 0;
}
.form-box .programLeadForm .field-list .form-group input[type=text],
.form-box .programLeadForm .field-list .form-group input[type=email],
.form-box .programLeadForm .field-list .form-group input[type=tel],
.form-box .programLeadForm .field-list .form-group textarea,
.form-box .programLeadForm .field-list .form-group select {
  padding: 12px 12px;
  font-size: 12px;
  border-radius: 0;
}
.form-box .programLeadForm .field-list .form-group .lead-submit {
  width: 100%;
  padding: 12px 12px;
  border-radius: 0;
}
.form-box .programLeadForm .field-list .form-group .iti.iti--separate-dial-code {
  height: calc(1.5em + 0.75rem + 1px);
}
.form-box .programLeadForm .field-list .form-group .iti__selected-dial-code {
  font-size: 12px;
}
.form-box .programLeadForm .terms-condition {
  align-items: flex-start;
}
.form-box .programLeadForm .terms-condition label {
  color: #fff;
  font-size: 10px !important;
}
.form-box .application-deadline {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.form-box .application-deadline .time-wrap {
  padding: 0px 14px 0px 0;
  border-right: 1px solid #fff;
  flex: 0 0 50%;
  display: block;
}
.form-box .application-deadline .time-wrap .close_in {
  font-weight: bold;
  color: #fff;
  margin-bottom: 0px;
  font-size: 12px;
}
.form-box .application-deadline .time-wrap .layout span {
  font-weight: bold;
  color: #fff;
  margin-right: 5px;
  font-size: 18px;
}
.form-box .application-deadline .seats {
  padding: 0px 0 0px 0px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: right;
}
.form-box .application-deadline .seats .circle {
  width: 19px;
  height: 19px;
  border: 2px solid #F26722;
  margin-right: 2px;
  display: inline-block;
  border-radius: 100%;
}
.form-box .application-deadline .seats .filled {
  font-weight: bold;
  color: #fff;
  margin-top: 0px;
  font-size: 12px;
}
.form-box .circle-svg {
  height: 35px;
  transform: rotate(-90deg);
  width: 35px;
  margin-left: auto;
  margin-right: 5px;
}
.form-box .progress-bar__background {
  fill: none;
  stroke: #09143E;
  stroke-width: 3;
}
.form-box .progress-bar__progress {
  fill: none;
  stroke: #09143E;
  stroke: #F26722;
  stroke-dasharray: 100 100;
  stroke-dashoffset: 100;
  stroke-linecap: round;
  stroke-width: 3;
  transition: stroke-dashoffset 3s ease-in-out;
}
.form-box .js-progress-bar {
  stroke-dashoffset: 30;
  animation: pie1 6s ease both;
}
@keyframes pie1 {
  50% {
    stroke-dashoffset: 100;
  }
  100% {
    stroke-dashoffset: 8;
  }
}

.bba-statistic .right {
  background: #f4f7fa;
  border-radius: 0;
  padding: 20px 0;
}
.bba-statistic .right .layout {
  gap: 0px;
}
.bba-statistic .right .border-right {
  border-right: 1px solid #09143E;
  height: 100px;
  width: 2px;
}
.bba-statistic .right .row {
  border-color: #A0A6B6;
  display: block;
  padding: 10px 20px;
  border-bottom: 0;
  border-right: 1px solid #09143E;
}
.bba-statistic .right .row .line-item {
  display: flex;
  flex-direction: column;
}
.bba-statistic .right .row .line-item .feeText {
  display: block;
}
.bba-statistic .right .row .line-item .durationText,
.bba-statistic .right .row .line-item .feeText {
  font-size: 24px;
  font-family: "Queens";
  flex-flow: column;
  color: #f60;
  align-items: flex-start;
}
.bba-statistic .right .row .line-item span svg {
  margin: 0 12px 0 0;
  width: 16px;
}
.bba-statistic .right .row .line-item:first-child {
  margin-bottom: 0px;
}
.bba-statistic .right .row .line-item .label {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 2.64px;
  text-transform: uppercase;
  color: #09143E;
  align-items: center;
}
.bba-statistic .right .row .line-item.free-content span {
  font-family: "Queens";
  font-size: 16px;
  line-height: 1;
  display: flex;
  align-items: center;
  color: #09143E;
}
.bba-statistic .right .row .line-item.free-content img {
  margin: 0 10px 0 0;
  border-radius: 2px;
  width: 25px;
}
.bba-statistic .right .row:first-child {
  flex-basis: 15%;
}
.bba-statistic .right .row:nth-child(2) {
  flex-basis: 30%;
}
.bba-statistic .right .row:nth-child(3) {
  flex-basis: 25%;
}
.bba-statistic .right .row:last-child {
  flex-basis: 25%;
  border-right: unset !important;
}

.guided-mentorship-and-support {
  position: relative;
}
.guided-mentorship-and-support svg.doodle.animate {
  top: 74%;
  left: 48%;
  right: 41%;
  transform: translate3d(-50%, -74%, 0);
  height: 100%;
}
.guided-mentorship-and-support .student {
  display: flex;
  gap: 24px;
}
.guided-mentorship-and-support .student .left,
.guided-mentorship-and-support .student .right {
  background: #F7F6F6;
  width: 50%;
  padding: 32px;
  border-radius: 12px;
}
.guided-mentorship-and-support .student .left img,
.guided-mentorship-and-support .student .right img {
  padding-bottom: 8px;
}
.guided-mentorship-and-support .student .left h5,
.guided-mentorship-and-support .student .right h5 {
  margin-bottom: 0;
}
.guided-mentorship-and-support .student .left .tilte,
.guided-mentorship-and-support .student .right .tilte {
  margin-bottom: 4px;
  color: #151419;
}
.guided-mentorship-and-support .student .left .description,
.guided-mentorship-and-support .student .right .description {
  font-size: 20px;
  line-height: 1.4;
}
.guided-mentorship-and-support .guided-mentorship-sec {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.guided-mentorship-and-support .guided-mentorship-sec .left {
  width: 50%;
  flex: 0 0 auto;
}
.guided-mentorship-and-support .guided-mentorship-sec .left .section-title {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.guided-mentorship-and-support .guided-mentorship-sec .left .section-title .circle-word {
  position: relative;
  display: inline-block;
  z-index: 1;
  padding: 12px 6px;
}
.guided-mentorship-and-support .guided-mentorship-sec .left .section-title .circle-word::before {
  content: "";
  position: absolute;
  top: 36%;
  left: 52%;
  width: 115%;
  height: 115%;
  background: url("../images/manipal-advantage/support-circle.svg") no-repeat center center;
  background-size: contain;
  transform: translate(-50%, -50%);
  z-index: -1;
  pointer-events: none;
}
.guided-mentorship-and-support .guided-mentorship-sec .left li {
  position: relative;
  font-size: 18px;
  line-height: 1.4;
  padding-bottom: 24px;
  color: #151419;
  list-style-type: none;
}
.guided-mentorship-and-support .guided-mentorship-sec .left li .title {
  font-weight: bold;
}
.guided-mentorship-and-support .guided-mentorship-sec .left li::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #333;
  position: absolute;
  left: -22px;
  top: 12px;
  transform: translateY(-50%) rotate(45deg);
  display: block;
}
.guided-mentorship-and-support .guided-mentorship-sec .right {
  position: relative;
}
.guided-mentorship-and-support .guided-mentorship-sec .right .pink-star {
  position: absolute;
  left: -30px;
  top: -20px;
  width: 40px;
}
.guided-mentorship-and-support .guided-mentorship-sec .right .girl-img img {
  border-radius: 16px;
}

.specialization-offered .specialization-offered-slider .slick-list .slick-track .slick-slide {
  cursor: default;
}

.admission-process-sect.desktop {
  overflow: hidden;
}
.admission-process-sect.desktop .admission-wrapper {
  flex-direction: column;
}
.admission-process-sect.desktop .admission-wrapper .admission-step-container {
  flex-direction: row;
  width: 100%;
  justify-content: normal;
  overflow: auto;
}
.admission-process-sect.desktop .admission-wrapper .admission-step-container::before {
  left: 30px;
  right: 0;
  top: 15px;
  bottom: unset;
  height: 2px;
  width: calc(100% + 60px);
}
.admission-process-sect.desktop .admission-wrapper .admission-step-container::-webkit-scrollbar {
  width: 0;
  scrollbar-width: none;
  display: none;
}
.admission-process-sect.desktop .admission-wrapper .item {
  flex-direction: column;
  gap: 25px;
}
.admission-process-sect.desktop .admission-wrapper .number {
  position: relative;
  top: unset;
  left: 20px;
}
.admission-process-sect.desktop .admission-wrapper .content {
  margin-left: 0;
  width: 370px;
}
.admission-process-sect.desktop .admission-wrapper .content::after, .admission-process-sect.desktop .admission-wrapper .content::before {
  border-width: 0 12px 12px;
  border-color: rgba(21, 20, 25, 0.8) transparent;
  top: -12px;
  left: 24px;
}
.admission-process-sect.desktop .admission-wrapper .content::before {
  border-color: #575757 transparent;
  top: -13px;
}

header .top-enroll {
  display: block;
}

.course-fee-section .course-fee-container .course-tab .course-tab-containt {
  padding-top: 0;
}

.specialization-offered .specialization-offered-slider .slick-list .slick-track .slick-slide .secialization-desc {
  cursor: default;
}

@media (min-width: 1920px) {
  .banner-section .banner-wrapper {
    padding: 102px 0 50px 0;
  }
  .form-box .programLeadForm .title-section h2 {
    font-size: 20px !important;
  }
  .form-box .programLeadForm .field-list .form-group input[type=text],
  .form-box .programLeadForm .field-list .form-group input[type=email],
  .form-box .programLeadForm .field-list .form-group input[type=tel],
  .form-box .programLeadForm .field-list .form-group textarea,
  .form-box .programLeadForm .field-list .form-group select {
    font-size: 14px;
  }
  .form-box .application-deadline .time-wrap .close_in {
    font-size: 14px;
  }
  .form-box .application-deadline .time-wrap .layout span {
    font-size: 20px;
  }
  .form-box .application-deadline .seats {
    font-size: 20px;
  }
  .form-box .application-deadline .seats .filled {
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  .banner-section .left .first-row {
    align-items: center;
  }
  .banner-section .banner-wrapper {
    padding: 152px 0 0 0;
  }
  .banner-section .banner-bg {
    background-position: left 0 bottom -100px;
  }
  .banner-section .form-box .programLeadForm {
    margin: 0 !important;
  }
}
@media (max-width: 1920px) {
  .banner-section .form-box .programLeadForm {
    margin: 2.8vw auto;
    padding: 2vw 4vw;
  }
}
@media (max-width: 1600px) {
  .banner-section .form-box .programLeadForm {
    margin: 3.5vw auto 0;
    padding: 2vw 2vw;
  }
  .bba-statistic .right .row .line-item .label {
    font-size: 10px;
    color: #151419;
    font-weight: 700;
  }
}
@media (max-width: 1366px) {
  .banner-section {
    max-height: 680px;
  }
  .banner-section .form-box .programLeadForm {
    margin: 3.8vw auto 0;
  }
}
@media (max-width: 1280px) {
  .banner-section .form-box .programLeadForm {
    margin: auto;
  }
}
@media (max-width: 1024px) {
  .container {
    max-width: calc(100% - 6.15vw) !important;
  }
  .banner-section .banner-bg {
    background-position: left 120px;
  }
  .banner-section .left .first-row h1 {
    font-size: 40px;
  }
}
@media (max-width: 992px) {
  header .header-mob-wrapper {
    padding: 14px 10px;
  }
  header .header-mob-wrapper button.small {
    padding: 12px 10px;
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .banner-section .banner-bg {
    background-position: left bottom;
  }
  .banner-section .left {
    width: 100%;
  }
  .banner-section .left .first-row .banner-content {
    width: 50%;
  }
  .banner-section .left .first-row .abd-img {
    margin-left: 0;
  }
  .banner-section .left .scholarship-band {
    background: linear-gradient(106deg, #3B4096 0%, #151419 40%);
    margin: 0 -20px !important;
    padding: 16px 20px !important;
    width: calc(100% + 40px);
    text-align: center;
  }
  .banner-section .left .scholarship-band .scholarship-content .scholarship-title span {
    display: block;
    font-weight: normal;
    font-size: 14px;
  }
  .banner-section .left .second-row .course-details .layout {
    justify-content: space-between;
  }
  .banner-section .doodle {
    right: 0;
  }
  .form-box .programLeadForm {
    border-radius: 0;
    padding: 6vw;
  }
  .guided-mentorship-and-support .guided-mentorship-sec {
    flex-direction: column;
  }
  .guided-mentorship-and-support .guided-mentorship-sec .left {
    width: 100%;
  }
  .guided-mentorship-and-support .guided-mentorship-sec .right .pink-star {
    left: 0;
    top: -30px;
    width: 30px;
  }
  .banner-section .left .second-row {
    background: #F4F4F4;
    margin-top: 0px !important;
  }
  .banner-section .left .second-row .course-details .layout .row {
    border: none;
    border-radius: none;
    background: none;
    padding: 12px 30px;
  }
  .banner-section .left .second-row .course-details .layout .row .durationText,
  .banner-section .left .second-row .course-details .layout .row .feeText {
    color: #F26722 !important;
  }
  .form-box {
    margin-top: -20px;
  }
}
@media (max-width: 575.98px) {
  header .header-mob-wrapper .logo {
    max-width: 35vw;
  }
  .header-mob-wrapper button,
  .header-mob-wrapper .primaryBtn {
    font-size: 10px;
    line-height: 1.4;
    padding: 12px 16px;
  }
  .container {
    max-width: unset !important;
  }
  .banner-section {
    background: none;
    height: auto;
    max-height: unset;
  }
  .banner-section .banner-bg {
    background-position: center bottom 140px;
    position: relative;
    background-size: 100% auto;
  }
  .banner-section .left {
    justify-content: flex-start;
  }
  .banner-section .left .first-row {
    position: relative;
    z-index: 1;
    flex-direction: column;
    align-items: flex-start;
  }
  .banner-section .left .first-row .banner-content {
    width: 100%;
    height: auto;
  }
  .banner-section .left .first-row .abd-img {
    width: 30vh;
    margin: -50px 0 0 auto;
  }
  .banner-section .left .first-row h1 {
    font-size: 30px;
  }
  .banner-section .left .first-row h1 span::after {
    top: -2px;
  }
  .banner-section .left .first-row h1 span.mcom::after, .banner-section .left .first-row h1 span.bcom::after, .banner-section .left .first-row h1 span.majmc::after {
    top: -6px;
  }
  .banner-section .left .first-row .brochure-btn {
    margin-bottom: 0;
  }
  .banner-section .left .second-row {
    margin-top: auto;
    position: relative;
    z-index: 1;
  }
  .banner-section .left .second-row .course-details .layout {
    justify-content: unset;
    flex-wrap: wrap;
  }
  .banner-section .left .second-row .course-details .layout .row {
    width: calc(50% - 6px);
    padding: 12px;
  }
  .banner-section .left .second-row .course-details .layout .row.coursera {
    padding: 6px;
  }
  .banner-section .left .second-row .course-details .layout .row.coursera .line-item span {
    font-size: 14px;
  }
  .banner-section .banner-tag {
    position: absolute;
    bottom: 20%;
    right: 2%;
    z-index: 1;
    display: block;
  }
  .banner-section .banner-wrapper {
    padding-top: 110px;
  }
  .form-box .programLeadForm {
    padding: 10vw 6vw;
  }
}
@media (max-width: 370px) {
  .form-box {
    margin-top: -24px;
  }
}/*# sourceMappingURL=course-specific-lp.css.map */