.banner-section {
  background: url("../images/homepage-banner/Grids.png") no-repeat 0 0;
  background-attachment: scroll;
  display: flex;
  color: #000;
  position: relative;
  overflow: hidden;
}
.banner-section .star-img {
  display: none;
}
.banner-section .star-1 {
  display: none;
}
.banner-section .banner-tag {
  display: none;
}
.banner-section .doodle {
  left: unset;
  right: 38%;
  top: 10%;
  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: url("../images/distance-specific-lp/banner.png") no-repeat;
  background-size: 100% auto;
  background-position: right bottom;
  height: 100%;
  width: 100%;
  margin-top: auto;
  position: relative;
}
.banner-section .container {
  margin-top: auto;
}
.banner-section .banner-wrapper {
  position: relative;
  height: 100%;
  padding: 102px 0 0 0;
  display: flex;
}
.banner-section .left {
  flex: 0 0 auto;
  width: 68%;
  display: flex;
  flex-direction: column;
  padding-top: 2%;
}
.banner-section .left .heading-text {
  max-width: 512px;
}
.banner-section .left .heading-text .title-text {
  font-size: 50px;
}
.banner-section .left .heading-text .title-text .txt-colour {
  color: #151419;
}
.banner-section .left .heading-text .title-text .display-block {
  position: relative;
}
.banner-section .left .heading-text .title-text .short-heading {
  padding: 12px 16px;
  margin: -12px -16px;
}
.banner-section .left .heading-text .title-text .short-heading:after {
  background: url(../images/course-specific-lp/Circle.svg) no-repeat;
  background-size: contain;
  background-position: center center;
  height: 80%;
  width: 100%;
  content: " ";
  display: block;
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
}
.banner-section .left .heading-text .sub-text {
  font-size: 50px;
  font-weight: 500;
}
.banner-section .left .exclusive-text {
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  color: #151419;
  margin-bottom: 6px;
}
.banner-section .left .banner-text {
  max-width: 530px;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  color: #F26722;
  margin-bottom: 28px;
}
.banner-section .left .dwn-btn {
  margin-bottom: 28px;
}
.banner-section .left .banner-right-check {
  padding-left: 26px;
  margin-bottom: 30px;
}
.banner-section .left .banner-right-check .rightcheck {
  color: #575757;
  font-size: 18px;
  line-height: 140%;
  font-weight: 400;
}

.courseOverview .courseDetails .courseInfo .right {
  padding: 30px calc(10% - 12px);
  background: #f4f7fa;
  border-radius: 0;
  flex-basis: 100%;
}
.courseOverview .courseDetails .courseInfo .right .layout {
  align-items: normal;
}
.courseOverview .courseDetails .courseInfo .right .row {
  border-color: #A0A6B6;
  display: block;
  padding: 0 26px 0 26px;
  border-bottom: 0;
  border-right: 1px solid #09143E;
  flex-basis: 40%;
}
.courseOverview .courseDetails .courseInfo .right .row:first-child {
  flex-basis: 30%;
}
.courseOverview .courseDetails .courseInfo .right .row:last-child {
  flex-basis: 32%;
  border-right: unset;
}
.courseOverview .courseDetails .courseInfo .right .row:nth-child(2) {
  flex-basis: 40%;
}
.courseOverview .courseDetails .courseInfo .right .row .line-item {
  display: flex;
  flex-direction: column;
  flex-basis: 50%;
}
.courseOverview .courseDetails .courseInfo .right .row .line-item .label {
  font-size: 10px;
  line-height: 120%;
  letter-spacing: 2.64px;
  text-transform: uppercase;
  color: #151419;
  align-items: center;
  font-weight: 700;
}
.courseOverview .courseDetails .courseInfo .right .row .line-item .label svg {
  margin: 0 12px 0 0;
  width: 16px;
}
.courseOverview .courseDetails .courseInfo .right .row .line-item .durationText {
  font-family: "Queens";
  font-size: 24px;
  flex-flow: column;
  color: #FF6600;
  padding: 5px 0 0;
  font-weight: 500;
  line-height: 140%;
}
.courseOverview .courseDetails .courseInfo .right .row .line-item .feeText {
  display: block;
  font-family: "Queens";
  font-size: 24px;
  flex-flow: column;
  color: #FF6600;
  padding: 5px 0 0;
  font-weight: 500;
  line-height: 140%;
}
.courseOverview .courseDetails .courseInfo .right .row .free-content span {
  font-size: 16px;
  display: flex;
  line-height: 140%;
  font-weight: 500;
  color: #151419;
  font-family: "Queens";
  gap: 8px;
}

.form-box {
  display: flex;
}
.form-box .programLeadForm {
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2vw 3vw;
  border-radius: 8px;
  margin: auto;
}
.form-box .programLeadForm .title-section {
  display: block;
  margin-bottom: 6px;
}
.form-box .programLeadForm .title-section h2 {
  font-size: 16px !important;
  font-family: "HelveticaNowDisplay";
  color: #09143E;
  margin: 0;
  font-weight: bold;
}
.form-box .programLeadForm .messageBlock {
  margin-bottom: 0;
}
.form-box .programLeadForm h5 {
  font-size: 16px !important;
  font-family: "HelveticaNowDisplay";
  color: #09143E;
  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: #09143E;
  font-size: 14px;
}
.form-box .programLeadForm .otp-verification-block .otp-info-block .editLink {
  color: #09143E;
}
.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: #09143E;
  font-size: 14px;
}
.form-box .programLeadForm .otp-verification-block #otpSection {
  margin-bottom: 1rem !important;
}
.form-box .programLeadForm .otp-verification-block p {
  color: #09143E;
  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;
  position: relative;
}
.form-box .programLeadForm .field-list .form-group .field-label {
  position: absolute;
  background: #fff;
  font-size: 0.833vw;
  padding: 0 0.521vw;
  color: #6b7391;
  left: 1em;
  top: -8px;
  z-index: 4;
}
.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 input[type=text]::-moz-placeholder, .form-box .programLeadForm .field-list .form-group input[type=email]::-moz-placeholder, .form-box .programLeadForm .field-list .form-group input[type=tel]::-moz-placeholder, .form-box .programLeadForm .field-list .form-group textarea::-moz-placeholder, .form-box .programLeadForm .field-list .form-group select::-moz-placeholder {
  font-size: 0;
}
.form-box .programLeadForm .field-list .form-group input[type=text]::placeholder,
.form-box .programLeadForm .field-list .form-group input[type=email]::placeholder,
.form-box .programLeadForm .field-list .form-group input[type=tel]::placeholder,
.form-box .programLeadForm .field-list .form-group textarea::placeholder,
.form-box .programLeadForm .field-list .form-group select::placeholder {
  font-size: 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: #09143E;
  font-size: 10px;
}
.form-box .application-deadline {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.form-box .application-deadline .time-wrap {
  padding: 0px 20px 0px 0;
  border-right: 1px solid #09143E;
  flex: 0 0 50%;
  display: block;
}
.form-box .application-deadline .time-wrap .close_in {
  font-weight: bold;
  color: #09143E;
  margin-bottom: 0px;
  font-size: 12px;
}
.form-box .application-deadline .time-wrap .layout span {
  font-weight: bold;
  color: #09143E;
  margin-right: 5px;
  font-size: 18px;
}
.form-box .application-deadline .seats {
  padding: 0px 0 0px 0px;
  color: #09143E;
  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: #09143E;
  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-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;
  }
}
.form-box .specialization-block {
  display: flex;
  justify-content: space-between;
}
.form-box .specialization-block .top-text {
  font-size: 1.042vw;
  line-height: 1.354vw;
  color: #09143E;
}
.form-box .specialization-block .book-text {
  font-size: 1.042vw;
  line-height: 1.354vw;
  color: #09143E;
  font-weight: 700;
}
.form-box .specialization-block .accredition-img .logo-item {
  display: flex;
  gap: 4px;
  align-items: flex-start;
  height: 32px;
}
.form-box .specialization-block .accredition-img .logo-item img {
  height: auto;
  margin: 0;
}
.form-box .specialization-block .accredition-img .logo-item .ugc-text {
  color: #09143E !important;
  font-size: 0.729vw;
  line-height: 0.938vw;
  font-weight: 700;
  padding-bottom: 6px;
}
.form-box .specialization-block .accredition-img .logo-item .ugc-text span {
  font-size: 0.625vw;
  line-height: inherit;
  color: inherit;
  font-weight: 500;
  display: block;
}
.form-box .specialization-block .accredition-img .logo-item .naac-text {
  color: #09143E !important;
  font-size: 0.729vw;
  line-height: 0.938vw;
  font-weight: 700;
}
.form-box .specialization-block .accredition-img .logo-item .naac-text span {
  font-size: 0.625vw;
  line-height: inherit;
  color: inherit;
  font-weight: 500;
  display: block;
}

.guided-mentorship-and-support {
  position: relative;
  overflow: hidden;
}
.guided-mentorship-and-support svg.doodle.animate {
  top: 94%;
  left: 48%;
  right: 41%;
  transform: translate3d(-50%, -74%, 0);
}
.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: 20px 6px;
  margin: 0px -6px 0;
}
.guided-mentorship-and-support .guided-mentorship-sec .left .section-title .circle-word::before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/manipal-advantage/support-circle.svg") no-repeat center center;
  background-size: 100% auto;
  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;
}

.program-highlights {
  background: #F6E6C5;
  position: relative;
  overflow: hidden;
}
.program-highlights .pbenefits-card {
  background: #F6E6C5;
  padding: 46px 0px 12px 0px;
}
.program-highlights .pbenefits-card .card-wrapper {
  display: flex;
  flex-direction: column;
}
.program-highlights .pbenefits-card .highlights-div {
  display: flex;
  gap: 12px;
}
.program-highlights .pbenefits-card .box {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  background: #fff;
  margin-bottom: 40px;
  padding: 16px;
  border-radius: 8px;
  position: relative;
  width: 50%;
}
.program-highlights .pbenefits-card .box .title {
  display: block;
  font-size: 18px;
  line-height: 140%;
  font-weight: 700;
  padding-bottom: 4px;
  color: #151419;
}
.program-highlights .pbenefits-card .box .containt {
  color: #575757;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  max-width: 490px;
}
.program-highlights .pbenefits-card .box img {
  margin: 0;
}
.program-highlights .pbenefits-card .doodle {
  left: unset;
  right: 36%;
  top: 0;
  transform: unset;
  width: auto;
  height: 80%;
  animation: unset;
}
.program-highlights .pbenefits-card .doodle.animate {
  animation: draw 2s ease-out forwards;
}
.program-highlights .pbenefits-card .doodle.mobile {
  display: none;
}

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

.our-hiring-partners-sec .slick-prev,
.our-hiring-partners-sec .slick-next {
  top: -80px;
  width: 45px;
  height: 45px;
  transform: none;
}
.our-hiring-partners-sec .slick-prev {
  right: 62px;
  left: unset;
}
.our-hiring-partners-sec .slick-next {
  right: 0;
}
.our-hiring-partners-sec .section-title {
  width: -moz-fit-content;
  width: fit-content;
}
.our-hiring-partners-sec .our-repurated-hiring-partner {
  position: relative;
}
.our-hiring-partners-sec .our-repurated-hiring-partner .slick-dots {
  padding-top: 20px;
}
.our-hiring-partners-sec .our-repurated-hiring-partner .slick-list {
  padding: 32px 16px 32px 16px;
  background: #F7F6F6;
  border-radius: 16px;
}
.our-hiring-partners-sec .our-repurated-hiring-partner .slick-list .slick-track {
  display: flex;
}
.our-hiring-partners-sec .our-repurated-hiring-partner .slick-list .slick-track .slick-slide {
  display: flex;
  flex-direction: column;
  gap: 32px;
  height: inherit;
  margin-right: 16px;
  margin-left: 16px;
}
.our-hiring-partners-sec .our-repurated-hiring-partner .slick-list .slick-track .slick-slide > div {
  gap: 32px;
  display: flex;
  flex-direction: row;
}
.our-hiring-partners-sec .our-repurated-hiring-partner .slick-list .slick-track .slick-slide > div .line-items {
  align-content: center;
  background: white;
  border-radius: 20px;
  padding: 53px 10px;
}
.our-hiring-partners-sec .our-repurated-hiring-partner .slick-list .slick-track .slick-slide > div .line-items img {
  margin: 0 auto;
  height: auto;
  width: auto;
}
.our-hiring-partners-sec .our-repurated-hiring-partner .slick-list .slick-track .slick-slide > div .last-card {
  background: #F7F6F6;
}

header .top-enroll {
  display: block;
}

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

@media (min-width: 1919.98px) {
  .banner-section {
    max-height: 700px;
    height: 94vh;
  }
  .banner-section .banner-bg {
    background-position: center bottom;
    background-size: auto;
  }
  .banner-section .left {
    padding-top: 6%;
  }
}
@media (min-width: 1600px) {
  .banner-section {
    height: calc(100vh - 109px);
    max-height: unset;
  }
  .banner-section .banner-wrapper {
    align-items: center;
  }
  .banner-section .banner-bg {
    background-position: center bottom 0;
  }
}
@media (max-width: 1599.98px) {
  .banner-section .banner-bg {
    background-position: right bottom -80px;
  }
  .our-hiring-partners-sec .slick-prev,
  .our-hiring-partners-sec .slick-next {
    top: -65px;
  }
  .our-hiring-partners-sec .our-repurated-hiring-partner .slick-dots {
    padding-top: 24px;
  }
  .our-hiring-partners-sec .our-repurated-hiring-partner .slick-list {
    padding: 24px 12px 24px 12px;
  }
  .our-hiring-partners-sec .our-repurated-hiring-partner .slick-list .slick-track .slick-slide {
    gap: 24px;
    margin-right: 12px;
    margin-left: 12px;
  }
  .our-hiring-partners-sec .our-repurated-hiring-partner .slick-list .slick-track .slick-slide > div {
    gap: 24px;
  }
  .our-hiring-partners-sec .our-repurated-hiring-partner .slick-list .slick-track .slick-slide > div .line-items {
    border-radius: 12px;
    padding: 50px 7px;
  }
}
@media (max-width: 1367px) {
  .banner-section .doodle {
    left: unset;
    right: 32%;
    top: 10%;
    transform: unset;
    width: auto;
    height: 80%;
    animation: unset;
  }
  .courseOverview .courseDetails .courseInfo .right .row {
    padding: 0 2vw;
  }
  .program-highlights .pbenefits-card .box {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    background: #fff;
    margin-bottom: 40px;
    padding: 16px;
    border-radius: 8px;
    min-height: unset;
    position: relative;
  }
}
@media (max-width: 1280px) {
  .banner-section .left .heading-text .title-text {
    font-size: 46px;
  }
  .banner-section .left .heading-text .sub-text {
    font-size: 46px;
  }
  .banner-section .left .banner-text {
    font-size: 16px;
  }
  .courseOverview .courseDetails .courseInfo .right .row .line-item .durationText {
    font-size: 22px;
  }
  .courseOverview .courseDetails .courseInfo .right .row .line-item .feeText {
    font-size: 22px;
  }
  .courseOverview .courseDetails .courseInfo .right .row .free-content span {
    font-size: 14px;
    display: flex;
    line-height: 140%;
    font-weight: 500;
    color: #151419;
    font-family: "Queens";
    gap: 8px;
  }
  .our-hiring-partners-sec .our-repurated-hiring-partner .slick-list .slick-track .slick-slide > div .line-items {
    padding: 24px 6px;
  }
}
@media (max-width: 992px) {
  header .header-mob-wrapper {
    padding: 14px 10px;
  }
  header .header-mob-wrapper button.small {
    padding: 12px 10px;
    font-size: 12px;
  }
  .our-hiring-partners-sec .our-repurated-hiring-partner .slick-dots {
    padding-top: 16px;
  }
  .our-hiring-partners-sec .our-repurated-hiring-partner .slick-list {
    padding: 24px 12px 24px 12px;
  }
  .our-hiring-partners-sec .our-repurated-hiring-partner .slick-list .slick-track {
    display: inline-flex;
  }
  .our-hiring-partners-sec .our-repurated-hiring-partner .slick-list .slick-track .slick-slide {
    display: flex;
    flex-direction: column;
    gap: 24px;
    height: inherit;
    margin-right: 12px;
    margin-left: 12px;
  }
  .our-hiring-partners-sec .our-repurated-hiring-partner .slick-list .slick-track .slick-slide > div {
    gap: 16px;
  }
  .our-hiring-partners-sec .our-repurated-hiring-partner .slick-list .slick-track .slick-slide > div .line-items {
    border-radius: 9px;
    padding: 66px 24px;
  }
}
@media (max-width: 768px) {
  .guided-mentorship-and-support svg.doodle.animate {
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
  }
  .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;
  }
}
@media (max-width: 575.98px) {
  .banner-section {
    background: none;
    height: 740px;
    background: url("../images/homepage-banner/Grids.png") no-repeat 0 0;
    background-attachment: scroll;
    background-position: center;
  }
  .banner-section .banner-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .banner-section .banner-bg {
    background: url("../images/distance-specific-lp/banner-mobile.png") no-repeat;
    background-position: right bottom;
    position: relative;
    background-size: 100% auto;
  }
  .banner-section .star-img {
    height: 32px;
    width: 32px;
    position: absolute;
    top: 16%;
    right: 0%;
    display: block;
  }
  .banner-section .star-1 {
    height: 20px;
    width: 20px;
    position: absolute;
    top: 52%;
    right: 80%;
    display: block;
  }
  .banner-section .banner-tag {
    position: absolute;
    bottom: 14%;
    right: 2%;
    z-index: 1;
    display: block;
  }
  .banner-section .doodle {
    left: unset;
    right: -18%;
    top: 18%;
    transform: unset;
    width: auto;
    height: 74%;
    animation: unset;
  }
  .banner-section .left {
    flex: 0 0 auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 4%;
  }
  .banner-section .left .heading-text {
    max-width: 320px;
  }
  .banner-section .left .heading-text h1 {
    margin-bottom: 20px;
  }
  .banner-section .left .heading-text .title-text {
    font-size: 7.3vw;
  }
  .banner-section .left .heading-text .title-text .txt-colour {
    color: #151419;
  }
  .banner-section .left .heading-text .title-text .short-heading {
    padding: 12px 9px;
    margin: -12px -9px;
  }
  .banner-section .left .heading-text .sub-text {
    font-size: 7.3vw;
    font-weight: 500;
    max-width: 390px;
  }
  .banner-section .left .banner-text {
    display: none;
  }
  .banner-section .left .dwn-btn {
    margin-bottom: 28px;
  }
  .banner-section .left .acc-logos {
    display: flex;
    gap: 14px;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.6);
    max-width: 166px;
    border-radius: 10px;
    padding: 10px;
  }
  .banner-section .left .acc-logos .logo-item {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .banner-section .left .acc-logos .logo-item span {
    font-size: 14px;
    font-weight: 500;
    max-width: 108px;
  }
  .banner-section .left .banner-right-check {
    margin-bottom: 66px;
  }
  .courseOverview {
    max-width: calc(100% - 9.15vw) !important;
    margin: 0 auto;
    position: relative;
  }
  .courseOverview .courseDetails {
    position: absolute;
    top: -166px;
  }
  .courseOverview .courseDetails .courseInfo .right {
    padding: 8px 28px 8px 28px;
    background: #f4f7fa;
    border-radius: 0;
    flex-basis: 100%;
  }
  .courseOverview .courseDetails .courseInfo .right .layout {
    align-items: normal;
    flex-direction: column;
  }
  .courseOverview .courseDetails .courseInfo .right .row {
    display: flex;
    padding: 0 26px 0 26px;
    border-bottom: 0;
    border-right: 0;
    flex-basis: 0%;
    gap: 110px;
    width: 100%;
    padding: 0;
    flex-wrap: unset;
  }
  .courseOverview .courseDetails .courseInfo .right .row:last-child {
    flex-basis: 0%;
    border-right: unset;
  }
  .courseOverview .courseDetails .courseInfo .right .row .line-item {
    display: block;
    flex-direction: column;
    flex-basis: 0%;
    margin-bottom: 10px !important;
  }
  .courseOverview .courseDetails .courseInfo .right .row .line-item:first-child {
    min-width: 88px;
  }
  .courseOverview .courseDetails .courseInfo .right .row .line-item:nth-child(2) {
    flex-basis: 52%;
  }
  .courseOverview .courseDetails .courseInfo .right .row .line-item .label {
    font-size: 10px;
    line-height: 120%;
    letter-spacing: 2.64px;
    text-transform: uppercase;
    color: #151419;
    align-items: center;
    font-weight: 700;
  }
  .courseOverview .courseDetails .courseInfo .right .row .line-item .label svg {
    margin: 0 12px 0 0;
    width: 16px;
  }
  .courseOverview .courseDetails .courseInfo .right .row .line-item .durationText {
    font-size: 16px;
    color: #FF6600;
  }
  .courseOverview .courseDetails .courseInfo .right .row .line-item .feeText {
    font-size: 16px;
    color: #FF6600;
  }
  .courseOverview .courseDetails .courseInfo .right .row .free-content {
    flex-basis: 100%;
    margin-right: 5px;
    margin-top: 16px;
  }
  .courseOverview .courseDetails .courseInfo .right .row .free-content span {
    font-size: 14px;
    color: #151419;
  }
  .form-box {
    display: flex;
    max-width: calc(100% - 9.15vw) !important;
    margin: 28px auto;
    margin-bottom: 50px;
  }
  .form-box .programLeadForm {
    border-radius: 15px;
    padding: 10vw 6vw;
  }
  .form-box .programLeadForm .title-section h2 {
    font-size: 16px !important;
    font-family: "HelveticaNowDisplay";
    color: #09143E;
    margin: 0;
    font-weight: bold;
  }
  .form-box .programLeadForm h5 {
    font-size: 16px !important;
    font-family: "HelveticaNowDisplay";
    color: #09143E;
    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: #09143E;
    font-size: 14px;
  }
  .form-box .programLeadForm .otp-verification-block .otp-info-block .editLink {
    color: #09143E;
  }
  .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: #09143E;
    font-size: 14px;
  }
  .form-box .programLeadForm .otp-verification-block #otpSection {
    margin-bottom: 1rem !important;
  }
  .form-box .programLeadForm .otp-verification-block p {
    color: #09143E;
    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;
    background-color: #F26722;
  }
  .form-box .programLeadForm .field-list .form-group .lead-submit:hover {
    border-color: #F26722;
  }
  .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: #09143E;
    font-size: 10px !important;
  }
  .form-box .application-deadline {
    display: flex;
    align-items: center;
    margin-top: 10px;
  }
  .form-box .application-deadline .time-wrap {
    padding: 0px 20px 0px 0;
    border-right: 1px solid #09143E;
    flex: 0 0 50%;
    display: block;
  }
  .form-box .application-deadline .time-wrap .close_in {
    font-weight: bold;
    color: #09143E;
    margin-bottom: 0px;
    font-size: 12px;
  }
  .form-box .application-deadline .time-wrap .layout span {
    font-weight: bold;
    color: #09143E;
    margin-right: 5px;
    font-size: 18px;
  }
  .form-box .application-deadline .seats {
    padding: 0px 0 0px 0px;
    color: #09143E;
    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: #09143E;
    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-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;
    }
  }
  .form-box .specialization-block {
    display: flex;
    justify-content: space-between;
  }
  .form-box .specialization-block .top-text {
    font-size: 18px;
    line-height: 24px;
    color: #09143E;
  }
  .form-box .specialization-block .book-text {
    font-size: 18px;
    line-height: 24px;
    color: #09143E;
    font-weight: 700;
  }
  .form-box .specialization-block .accredition-img .logo-item {
    display: flex;
    gap: 4px;
    align-items: flex-start;
    height: 32px;
  }
  .form-box .specialization-block .accredition-img .logo-item img {
    height: auto;
    margin: 0;
  }
  .form-box .specialization-block .accredition-img .logo-item .ugc-text {
    color: #09143E !important;
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
    padding-bottom: 6px;
  }
  .form-box .specialization-block .accredition-img .logo-item .ugc-text span {
    font-size: 10px;
    line-height: inherit;
    color: inherit;
    font-weight: 500;
    display: block;
  }
  .form-box .specialization-block .accredition-img .logo-item .naac-text {
    color: #09143E !important;
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
    padding-bottom: 6px;
  }
  .form-box .specialization-block .accredition-img .logo-item .naac-text span {
    font-size: 10px;
    line-height: inherit;
    color: inherit;
    font-weight: 500;
    display: block;
  }
  .our-hiring-partners-sec .our-repurated-hiring-partner .slick-list .slick-track .slick-slide > div .line-items {
    padding: 36px 10px;
  }
  .our-hiring-partners-sec .our-repurated-hiring-partner .slick-list .slick-track .slick-slide > div .line-items img {
    height: auto;
    width: auto;
  }
  .program-highlights .prog-benefits-slider {
    padding: 0;
    max-width: 100%;
  }
  .program-highlights .pbenefits-card {
    background: transparent;
    padding: 0;
  }
  .program-highlights .pbenefits-card .card-wrapper {
    display: flex;
    gap: unset;
    flex-direction: column;
    background: #F6E6C5;
    padding: 0px 20px 44px;
    gap: 20px;
  }
  .program-highlights .pbenefits-card .card-wrapper .highlights-div {
    flex-direction: column;
    gap: 14px;
  }
  .program-highlights .pbenefits-card .section-title {
    padding: 44px 20px 0px;
  }
  .program-highlights .pbenefits-card .box {
    margin-bottom: 0px;
    padding: 0 0 0 14px;
    background: none;
    min-height: unset;
    width: 100%;
  }
  .program-highlights .pbenefits-card .box img {
    display: none;
  }
  .program-highlights .pbenefits-card .box .title {
    position: relative;
  }
  .program-highlights .pbenefits-card .box .title::after {
    background: #151419;
    width: 6px;
    height: 6px;
    content: " ";
    display: block;
    position: absolute;
    left: -14px;
    top: 10px;
    border-radius: 50px;
  }
  .program-highlights .pbenefits-card .box .content-box {
    margin-bottom: 0;
  }
}
@media (max-width: 421px) {
  .banner-section {
    height: 666px;
  }
  .banner-section .star-1 {
    top: 56%;
  }
  .banner-section .banner-tag {
    bottom: 18%;
    width: 100px;
    height: auto;
  }
  .courseOverview .courseDetails .courseInfo .right {
    padding: 8px 20px 8px 20px;
  }
  .courseOverview .courseDetails .courseInfo .right .row {
    gap: 70px;
  }
  .our-hiring-partners-sec .our-repurated-hiring-partner .slick-list .slick-track .slick-slide > div .line-items {
    padding: 26px 4px;
  }
  .our-hiring-partners-sec .our-repurated-hiring-partner .slick-list .slick-track .slick-slide > div .line-items img {
    height: auto;
    width: auto;
  }
}
@media (max-width: 360px) {
  .banner-section .banner-bg {
    background-position: center 256px;
  }
}/*# sourceMappingURL=specialization-specific-lp.css.map */