@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;
}
main {
  padding-top: 0;
}

.banner {
  background: #25A083;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 166px 0px 24px 0px;
  position: relative;
  overflow: hidden;
}
.banner .circle-ring {
  position: absolute;
  right: -6%;
  bottom: 0;
  z-index: 0;
}
.banner .left {
  width: 60%;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 150px;
}
.banner .left .banner-title {
  background: #F68F36;
  border-radius: 26px;
  color: #fff;
  font-family: "Ubuntu";
  font-weight: 700;
  font-size: 44px;
  line-height: 0.7;
  padding: 20px;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 33px;
}
.banner .left .banner-img {
  max-width: 100%;
  margin-bottom: 12px;
}
.banner .left .noteText {
  font-style: italic;
  padding-top: 4px;
}
.banner .left h1 {
  color: #fff;
  position: relative;
  margin-bottom: 18px;
  font-weight: 400;
  line-height: 1;
  font-family: "Ubuntu";
  font-weight: 700;
  font-size: 64px;
}
.banner .left span {
  display: block;
  color: #fff;
  margin-bottom: 12px;
  max-width: 737px;
  font-family: "Trebuchet MS";
  font-weight: 400;
  font-size: 28px;
}
.banner .left p {
  color: #fff;
  font-weight: 300;
  margin-bottom: 40px;
}
.banner .left p strong {
  font-weight: 600;
}
.banner .left .info {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 20px;
  flex-direction: column;
}
.banner .left .info .line-item {
  background: #FECA43;
  border-radius: 26px;
  padding: 12px;
  width: -moz-fit-content;
  width: fit-content;
  color: #000000;
  font-family: "Trebuchet MS";
  font-weight: 400;
  font-size: 28px;
}
.banner .right {
  z-index: 1;
}
.banner .banner-block {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.banner .banner-block .registerFormBlock {
  background: #fff;
  min-width: 400px;
  max-width: 400px;
}
.banner .banner-block .form-control {
  border-color: rgba(1, 158, 228, 0.4);
}
.banner .banner-block .form-select {
  border-color: rgba(1, 158, 228, 0.4);
}
.banner .banner-block .iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(1, 158, 228, 0.4);
}
.banner .left-bubble {
  position: absolute;
  left: 0;
  bottom: -80px;
  display: block;
  width: 108px;
  z-index: 1;
}

.banner-white {
  background: rgba(249, 176, 2, 0.3019607843);
  padding: 20px 0;
}
.banner-white .stats {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.banner-white .stats .details {
  display: flex;
  flex-direction: column;
}
.banner-white .stats .details .num {
  color: #F9B002;
  font-family: "Ubuntu";
  font-weight: 700;
  font-size: 70px;
  vertical-align: middle;
  line-height: 60px;
}
.banner-white .stats .details .title {
  color: #6F6F6F;
  font-family: "Trebuchet MS";
  font-weight: 400;
  font-size: 32px;
  vertical-align: middle;
}

.uspark-program {
  text-align: center;
  position: relative;
  font-family: "Trebuchet MS";
}
.uspark-program .program-description {
  color: #000000;
  font-family: "Trebuchet MS";
  font-weight: 400;
  font-size: 28px;
  text-align: center;
  padding: 0 200px;
}
.uspark-program .program-image img {
  max-width: 800px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.uspark-program .program-duration {
  display: inline-block;
  background: #f28c00;
  color: #fff;
  padding: 12px 30px;
  border-radius: 26px;
  margin: 15px 0;
  font-family: "Ubuntu";
  font-weight: 700;
  font-size: 44px;
  position: relative;
  z-index: 1;
}
.uspark-program .timeline {
  position: relative;
  margin-top: 40px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.uspark-program .timeline .timeline-item {
  position: relative;
  z-index: 1;
}
.uspark-program .timeline .timeline-item .timeline-box {
  background: #fff;
  padding: 10px 26px;
  border-radius: 28px;
  box-shadow: 0 15px 30px rgba(249, 176, 2, 0.2);
}
.uspark-program .timeline .timeline-item .timeline-box h3 {
  font-family: "Ubuntu";
  font-weight: 700;
  font-size: 56px;
  color: #000000;
  margin-bottom: 0;
}
.uspark-program .timeline .timeline-item .timeline-box p {
  color: #000000;
  font-family: "Trebuchet MS";
  font-weight: 400;
  font-size: 24px;
  margin: 0;
}
.uspark-program .timeline .timeline-dot {
  width: 12px;
  height: 12px;
  background: #f9b002;
  border-radius: 50%;
  z-index: 1;
}
.uspark-program .timeline-line {
  position: absolute;
  width: 100%;
  height: 150px;
  background: #EDEDED;
  bottom: 6%;
  left: 0;
  z-index: 0;
}
.uspark-program .semi-circle {
  position: absolute;
  bottom: -11%;
  left: 28%;
  z-index: 0;
  height: 83vh;
}

.program-fee .cards .white-card {
  background-color: #FFF;
  box-shadow: 13px 18px 103px 0px rgba(249, 176, 2, 0.3607843137);
  border-radius: 28px;
  padding: 16px 32px;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
  position: relative;
}
.program-fee .cards .white-card .fee {
  color: #000000;
  font-family: "Ubuntu";
  font-weight: 700;
  font-size: 44px;
}
.program-fee .cards .white-card span {
  color: #000000;
  font-family: "Trebuchet MS";
  font-weight: 400;
  font-size: 24px;
}
.program-fee .cards .green-card {
  background-color: #25A083;
  border-bottom-left-radius: 26px;
  border-bottom-right-radius: 26px;
  padding: 20px;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 80px;
}
.program-fee .cards .green-card .title {
  color: #FFFFFF;
  font-family: "Ubuntu";
  font-weight: 700;
  font-size: 44px;
}
.program-fee .cards .green-card ul li {
  color: #FFFFFF;
  font-family: "Trebuchet MS";
  font-weight: 400;
  font-size: 28px;
}

.program-highlights .features-content {
  background-color: #25A083;
}
.program-highlights .features-content .details {
  display: flex;
  justify-content: space-between;
}
.program-highlights .features-content .details .features {
  padding: 20px 0;
}
.program-highlights .features-content .details .features .title {
  color: #FFFFFF;
  font-family: "Ubuntu";
  font-weight: 700;
  font-size: 28px;
  line-height: 50px;
}
.program-highlights .features-content .details .features span {
  font-family: "Trebuchet MS";
  font-weight: 400;
  font-size: 18px;
  color: #fff;
}
.program-highlights .features-content .details .features span .block {
  display: block;
}

.eligibility-criteria {
  position: relative;
}
.eligibility-criteria .eligibility-wrap {
  display: flex;
  justify-content: space-between;
  z-index: 1;
  position: relative;
  padding: 0 150px;
}
.eligibility-criteria .eligibility-content {
  flex: 1;
}
.eligibility-criteria .eligibility-content .subtext {
  color: #000000;
  font-family: "Trebuchet MS";
  font-weight: 400;
  font-size: 28px;
  line-height: 39px;
}
.eligibility-criteria .eligibility-content .criteria-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.eligibility-criteria .eligibility-content .criteria-list li {
  padding: 0;
  font-size: 18px;
  color: #1a1a1a;
  width: 55%;
  border-bottom: 3px solid transparent;
  -o-border-image: linear-gradient(90deg, #F9B002 0%, rgba(249, 176, 2, 0.2) 68.27%);
     border-image: linear-gradient(90deg, #F9B002 0%, rgba(249, 176, 2, 0.2) 68.27%);
  border-image-slice: 1;
}
.eligibility-criteria .eligibility-content .criteria-list li strong {
  font-family: "Ubuntu";
  font-weight: 700;
  font-size: 28px;
  line-height: 113px;
  color: #000000;
}
.eligibility-criteria .eligibility-content .criteria-list li span {
  font-family: "Inter";
  font-weight: 300;
  font-size: 38px;
}
.eligibility-criteria .eligibility-image {
  position: relative;
}
.eligibility-criteria .eligibility-image .eligibility-girl {
  position: relative;
  z-index: 1;
}
.eligibility-criteria .eligibility-image .eligibility-bg {
  position: absolute;
  z-index: 0;
  right: 5%;
}
.eligibility-criteria .eligibility-image .eligibility-symbol {
  position: absolute;
  left: 10%;
  bottom: 18%;
  z-index: 1;
}

.registration-process {
  position: relative;
  text-align: center;
  overflow: hidden;
}
.registration-process .section-title {
  margin-bottom: 40px;
}
.registration-process .process-wrapper {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.registration-process .arc {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: 0;
}
.registration-process .arc-1 {
  width: 1200px;
  height: 1200px;
  bottom: 0;
  background: linear-gradient(360deg, rgba(255, 255, 255, 0) 1.92%, rgba(247, 176, 26, 0) 25.48%, rgba(247, 176, 26, 0.2) 100%);
  top: -3%;
}
.registration-process .arc-2 {
  width: 900px;
  height: 900px;
  bottom: 0;
  background: linear-gradient(360deg, rgba(255, 255, 255, 0) 1.92%, rgba(247, 176, 26, 0) 25.48%, rgba(247, 176, 26, 0.35) 100%);
  top: 23%;
}
.registration-process .arc-3 {
  width: 650px;
  height: 650px;
  bottom: 0;
  background: linear-gradient(360deg, rgba(255, 255, 255, 0) 1.92%, rgba(247, 176, 26, 0) 25.48%, rgba(247, 176, 26, 0.35) 100%);
  top: 46%;
}
.registration-process .process-steps {
  position: relative;
  z-index: 2;
  max-width: 948px;
  margin: 0 auto;
}
.registration-process .process-steps .step {
  margin-bottom: 40px;
}
.registration-process .process-steps .step h3 {
  margin-bottom: 12px;
  color: #000;
  font-family: "Ubuntu";
  font-weight: 700;
  font-size: 36px;
  text-align: center;
}
.registration-process .process-steps .step p {
  color: #000;
  margin: 0;
  font-family: "Trebuchet MS";
  font-weight: 400;
  font-size: 24px;
  text-align: center;
}
.registration-process .process-steps .connector {
  width: 60px;
  height: 40px;
  margin: 0 auto 30px;
  border-color: #1f8f74;
}

.about-program {
  scroll-margin-top: 100px;
}
.about-program .details {
  display: flex;
  align-items: center;
  gap: 40px;
}
.about-program .details img {
  flex: 1;
}
.about-program .details .text {
  width: 60%;
}
.about-program .details .text p {
  color: #000000;
  font-family: "Trebuchet MS";
  font-weight: 400;
  font-style: Italic;
  font-size: 28px;
  line-height: 40px;
}
.about-program .details .title {
  font-family: "Ubuntu";
  font-weight: 700;
  font-size: 64px;
  line-height: 70px;
  color: #F68F35;
  margin-bottom: 60px;
}
.about-program .subtext {
  color: #000000;
  font-family: "Trebuchet MS";
  font-weight: 400;
  font-style: Italic;
  font-size: 28px;
  line-height: 40px;
}

@media (min-width: 1200px) and (max-width: 1499.98px) {
  .banner .left .banner-title {
    font-size: 34px;
    margin-bottom: 16px;
  }
  .banner .left h1 {
    line-height: 1.1;
    font-size: 54px;
  }
  .banner .left span {
    font-size: 20px;
  }
  .banner .left .info .line-item {
    font-size: 22px;
  }
  .banner-white .stats .details .num {
    font-size: 60px;
  }
  .banner-white .stats .details .title {
    font-size: 22px;
  }
  .uspark-program .program-description {
    font-size: 22px;
  }
  .uspark-program .program-duration {
    font-size: 36px;
  }
  .uspark-program .timeline .timeline-item .timeline-box h3 {
    font-size: 44px;
  }
  .uspark-program .timeline .timeline-item .timeline-box p {
    font-size: 18px;
  }
  .uspark-program .timeline .timeline-dot {
    width: 10px;
    height: 10px;
  }
  .uspark-program .timeline-line {
    bottom: 5%;
  }
  .uspark-program .semi-circle {
    left: 26%;
    height: 90vh;
  }
  .program-highlights .features-content .details .features .title {
    font-size: 22px;
  }
  .program-highlights .features-content .details .features span {
    font-size: 16px;
  }
  .eligibility-criteria .eligibility-wrap {
    padding: 0 110px;
  }
  .eligibility-criteria .eligibility-content {
    flex: unset;
    width: 86%;
  }
  .eligibility-criteria .eligibility-content .subtext {
    font-size: 24px;
  }
  .eligibility-criteria .eligibility-content .criteria-list li strong {
    font-size: 22px;
    line-height: 76px;
  }
  .eligibility-criteria .eligibility-image .eligibility-bg {
    right: 5%;
    width: 400px;
  }
  .eligibility-criteria .eligibility-image .eligibility-symbol {
    left: 14%;
    bottom: 28%;
    width: 108px;
  }
  .program-fee .cards .white-card .fee {
    font-size: 36px;
  }
  .program-fee .cards .white-card span {
    font-size: 20px;
  }
  .program-fee .cards .green-card {
    padding: 15px;
  }
  .program-fee .cards .green-card .title {
    font-size: 36px;
  }
  .program-fee .cards .green-card ul li {
    font-size: 22px;
  }
  .registration-process .arc-1 {
    width: 1100px;
    height: 1100px;
    top: -3%;
  }
  .registration-process .arc-2 {
    width: 800px;
    height: 800px;
    top: 16%;
  }
  .registration-process .arc-3 {
    width: 550px;
    height: 550px;
    top: 32%;
  }
  .registration-process .process-steps .step {
    margin-bottom: 35px;
  }
  .registration-process .process-steps .step h3 {
    font-size: 30px;
  }
  .registration-process .process-steps .step p {
    font-size: 20px;
  }
  .registration-process .process-steps .connector {
    width: 52px;
    height: 36px;
  }
  .about-program .details img {
    width: 39vw;
  }
  .about-program .details .text p {
    font-size: 24px;
  }
  .about-program .details .title {
    font-size: 54px;
    margin-bottom: 34px;
  }
  .about-program .subtext {
    font-size: 24px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) {
  .banner {
    padding: 116px 0px 24px 0px;
  }
  .banner .left {
    width: 100%;
    gap: 80px;
  }
  .banner .left .banner-title {
    font-size: 26px;
  }
  .banner .left h1 {
    line-height: 1.1;
    font-size: 42px;
  }
  .banner .left span {
    font-size: 18px;
  }
  .banner .left .info .line-item {
    font-size: 22px;
  }
  .banner .banner-block {
    flex-direction: column;
  }
  .banner .banner-block .registerFormBlock {
    width: 100%;
    min-width: unset;
    max-width: unset;
    opacity: 94%;
  }
  .banner-white .stats {
    flex-direction: column;
    gap: 46px;
  }
  .banner-white .stats .details {
    align-items: center;
    gap: 10px;
  }
  .banner-white .stats .details .num {
    font-size: 60px;
  }
  .banner-white .stats .details .title {
    font-size: 20px;
  }
  .uspark-program .program-description {
    font-size: 18px;
    padding: 0;
    position: relative;
    z-index: 1;
  }
  .uspark-program .program-duration {
    padding: 8px 30px;
    font-size: 26px;
  }
  .uspark-program .timeline {
    flex-direction: column;
    gap: 12px;
  }
  .uspark-program .timeline .timeline-item .timeline-box {
    box-shadow: 13px 18px 103px 0px rgba(249, 176, 2, 0.3607843137);
  }
  .uspark-program .timeline .timeline-item .timeline-box h3 {
    font-size: 30px;
  }
  .uspark-program .timeline .timeline-item .timeline-box p {
    font-size: 18px;
  }
  .uspark-program .timeline .timeline-dot {
    width: 18px;
    height: 18px;
  }
  .uspark-program .timeline-line {
    bottom: 29%;
  }
  .uspark-program .semi-circle {
    bottom: 32%;
    left: 3%;
    height: 54vh;
  }
  .program-highlights .features-content .details {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .program-highlights .features-content .details .features span .block {
    display: unset;
  }
  .eligibility-criteria .subtext {
    font-size: 20px;
    text-align: center;
  }
  .eligibility-criteria .eligibility-wrap {
    padding: 0;
    flex-direction: column;
    gap: 42px;
  }
  .eligibility-criteria .eligibility-content .criteria-list {
    padding: 0px 50px;
  }
  .eligibility-criteria .eligibility-content .criteria-list li {
    width: 100%;
  }
  .eligibility-criteria .eligibility-content .criteria-list li strong {
    line-height: 94px;
  }
  .eligibility-criteria .eligibility-image .eligibility-bg {
    right: 0%;
    height: 45vh;
  }
  .eligibility-criteria .eligibility-image .eligibility-symbol {
    left: 12%;
    bottom: 20%;
    height: 16vh;
  }
  .program-fee .cards .white-card .fee {
    font-size: 26px;
  }
  .program-fee .cards .white-card span {
    font-size: 20px;
  }
  .program-fee .cards .green-card {
    padding: 15px;
    margin: 0 25px;
  }
  .program-fee .cards .green-card .title {
    font-size: 30px;
  }
  .program-fee .cards .green-card ul {
    margin-bottom: 0;
  }
  .program-fee .cards .green-card ul li {
    font-size: 20px;
  }
  .registration-process .arc-1 {
    width: 1200px;
    height: 1200px;
    background: linear-gradient(360deg, rgba(255, 255, 255, 0) 78.28%, rgba(247, 176, 26, 0) 83.5%, rgba(247, 176, 26, 0.35) 100%);
  }
  .registration-process .arc-2 {
    width: 1200px;
    height: 1200px;
    background: linear-gradient(360deg, rgba(255, 255, 255, 0) 78.28%, rgba(247, 176, 26, 0) 83.5%, rgba(247, 176, 26, 0.35) 100%);
    top: 23%;
  }
  .registration-process .arc-3 {
    width: 1200px;
    height: 1200px;
    background: linear-gradient(360deg, rgba(255, 255, 255, 0) 78.28%, rgba(247, 176, 26, 0) 83.5%, rgba(247, 176, 26, 0.35) 100%);
    top: 48%;
  }
  .registration-process .arc-4 {
    width: 1200px;
    height: 1200px;
    background: linear-gradient(360deg, rgba(255, 255, 255, 0) 78.28%, rgba(247, 176, 26, 0) 83.5%, rgba(247, 176, 26, 0.35) 100%);
    top: 70%;
  }
  .registration-process .process-steps .step {
    margin-bottom: 40px;
  }
  .registration-process .process-steps .step h3 {
    font-size: 30px;
  }
  .registration-process .process-steps .step p {
    font-size: 18px;
  }
  .registration-process .process-steps .connector {
    width: 55px;
    height: 30px;
  }
  .about-program {
    scroll-margin-top: 100px;
  }
  .about-program .title {
    font-family: "Ubuntu";
    font-weight: 700;
    font-size: 30px;
    line-height: 39px;
    color: #F68F35;
    margin-bottom: 0;
    text-align: center;
  }
  .about-program .details {
    display: flex;
    align-items: center;
    gap: 25px;
    flex-direction: column;
  }
  .about-program .details img {
    order: 1;
  }
  .about-program .details .text {
    width: 100%;
    order: 2;
  }
  .about-program .details .text p {
    font-size: 20px;
    line-height: 30px;
  }
  .about-program .subtext {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 396px) {
  .banner .left .banner-title {
    font-size: 24px;
  }
  .banner .left h1 {
    font-size: 38px;
  }
  .banner .left span {
    font-size: 16px;
  }
  .banner .left .info .line-item {
    font-size: 18px;
  }
  .banner-white .stats .details .title {
    font-size: 18px;
  }
  .uspark-program {
    overflow: hidden;
  }
  .uspark-program .program-duration {
    font-size: 20px;
  }
  .uspark-program .timeline-line {
    bottom: 29%;
    height: 105px;
  }
  .uspark-program .semi-circle {
    left: 0%;
    height: 47vh;
  }
  .eligibility-criteria .eligibility-content .criteria-list li strong {
    line-height: 80px;
    font-size: 22px;
  }
  .eligibility-criteria .eligibility-image .eligibility-bg {
    height: 36vh;
  }
  .eligibility-criteria .eligibility-image .eligibility-symbol {
    height: 11vh;
  }
  .program-fee .cards .white-card .fee {
    font-size: 20px;
  }
  .program-fee .cards .white-card span {
    font-size: 18px;
  }
  .program-fee .cards .green-card .title {
    font-size: 20px;
  }
  .program-fee .cards .green-card ul li {
    font-size: 18px;
  }
  .registration-process .arc-1 {
    width: 1200px;
    height: 1200px;
    background: linear-gradient(360deg, rgba(255, 255, 255, 0) 78.28%, rgba(247, 176, 26, 0) 83.5%, rgba(247, 176, 26, 0.35) 100%);
  }
  .registration-process .arc-2 {
    width: 1200px;
    height: 1200px;
    background: linear-gradient(360deg, rgba(255, 255, 255, 0) 78.28%, rgba(247, 176, 26, 0) 83.5%, rgba(247, 176, 26, 0.35) 100%);
    top: 23%;
  }
  .registration-process .arc-3 {
    width: 1200px;
    height: 1200px;
    background: linear-gradient(360deg, rgba(255, 255, 255, 0) 78.28%, rgba(247, 176, 26, 0) 83.5%, rgba(247, 176, 26, 0.35) 100%);
    top: 48%;
  }
  .registration-process .arc-4 {
    width: 1200px;
    height: 1200px;
    background: linear-gradient(360deg, rgba(255, 255, 255, 0) 78.28%, rgba(247, 176, 26, 0) 83.5%, rgba(247, 176, 26, 0.35) 100%);
    top: 70%;
  }
  .registration-process .process-steps .step {
    margin-bottom: 40px;
  }
  .registration-process .process-steps .step h3 {
    font-size: 26px;
  }
  .registration-process .process-steps .step p {
    font-size: 16px;
  }
  .registration-process .process-steps .connector {
    width: 55px;
    height: 30px;
  }
  .about-program .details .text p {
    font-size: 18px;
    line-height: 30px;
  }
  .about-program .subtext {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .banner .left .banner-title {
    font-size: 28px;
    margin-bottom: 16px;
  }
  .banner .left h1 {
    line-height: 1.1;
    font-size: 48px;
  }
  .banner .left span {
    font-size: 18px;
  }
  .banner .left .info .line-item {
    font-size: 18px;
  }
  .banner-white .stats .details .num {
    font-size: 54px;
  }
  .banner-white .stats .details .title {
    font-size: 18px;
  }
  .uspark-program .program-description {
    font-size: 20px;
  }
  .uspark-program .program-duration {
    font-size: 28px;
  }
  .uspark-program .timeline .timeline-item .timeline-box h3 {
    font-size: 34px;
  }
  .uspark-program .timeline .timeline-item .timeline-box p {
    font-size: 16px;
  }
  .uspark-program .timeline .timeline-dot {
    width: 12px;
    height: 12px;
  }
  .uspark-program .timeline-line {
    bottom: 4%;
    height: 130px;
  }
  .uspark-program .semi-circle {
    left: 24%;
    height: 90vh;
  }
  .eligibility-criteria .eligibility-content .subtext {
    font-size: 22px;
  }
  .eligibility-criteria .eligibility-content .criteria-list li strong {
    font-size: 18px;
    line-height: 64px;
  }
  .eligibility-criteria .eligibility-image .eligibility-bg {
    right: 5%;
    width: 367px;
  }
  .program-fee .cards .white-card .fee {
    font-size: 32px;
  }
  .program-fee .cards .white-card span {
    font-size: 18px;
  }
  .program-fee .cards .green-card .title {
    font-size: 32px;
  }
  .program-fee .cards .green-card ul li {
    font-size: 18px;
  }
  .registration-process .arc-1 {
    width: 1000px;
    height: 1000px;
    top: -3%;
  }
  .registration-process .arc-2 {
    width: 700px;
    height: 700px;
    top: 16%;
  }
  .registration-process .arc-3 {
    width: 450px;
    height: 450px;
    top: 32%;
  }
  .registration-process .process-steps .step {
    margin-bottom: 35px;
  }
  .registration-process .process-steps .step h3 {
    font-size: 28px;
  }
  .registration-process .process-steps .step p {
    font-size: 18px;
  }
  .registration-process .process-steps .connector {
    width: 52px;
    height: 36px;
  }
  .about-program .details .text p {
    font-size: 20px;
  }
  .about-program .details .title {
    font-size: 50px;
    margin-bottom: 20px;
  }
  .about-program .subtext {
    font-size: 20px;
  }
}/*# sourceMappingURL=home-page.css.map */