@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@200;300;400;500;600;700&family=Poppins:ital,wght@0,100;0,300;0,400;0,500;1,300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;1,100;1,200;1,300;1,400;1,500&display=swap");
:root {
  --primary-color: #dc3545;
  --black-color: #000000;
  --black-color2: #1d1d1d;
  --dark-grey: #222222;
  --txt-color-blue: #0f0b31;
  --txt-color-blue2: #3f3c5a;
  --txt-color-blue3: #57546f;
  --txt-color-4: #282828;
  --light-orange: #fef7ed;
  --light-blue: #e9f8ff;
  --light-green-1: #f3f7f2;
  --light-green-2: #e7f3e7;
  --primary-white: #fff;
  --secondary-white: #f3f4f6;
  --white4: #fff7eb;
  --white5: #f9f9f9;
  --white6: #f4f4f4;
  --white7: #f7f7f7;
  --background-color3: #fff7eb;
  --orange-color: #f79825;
  --orange-color-2: #f5a038;
  --orange-color-3: #ffb153;
  --orange-color-4: #ffb65f;
  --dark-orange: #e38718;
  --light-green: #90d047;
}

.dark-theme {
  --txt-color-blue: #fff;
  --txt-color-blue2: #fff;
  --txt-color-blue3: #fff;
  --dark-grey: #fff;
  --black-color: #fff;
  --black-color2: #fff;
  --primary-white: #333333;
  --light-orange: #333333;
  --light-blue: #333333;
  --light-green-2: #333333;
  --secondary-white: #333333;
  --background-color3: rgb(0, 0, 0);
  --white4: #333333;
}

.section-wrapper {
  margin: 80px auto auto auto;
  width: 90%;
  max-width: 1200px;
}
@media only screen and (max-width: 999px) {
  .section-wrapper {
    margin: 40px auto auto auto;
    width: 95%;
  }
}

.spotlight-ctrl-btn {
  width: 15%;
  padding-right: 1rem;
}
@media screen and (max-width: 1200px) {
  .spotlight-ctrl-btn {
    width: 70%;
  }
}

.spotlight-carosuel-ctrl-btn {
  background: #ffffff;
  border: 1px solid #babbc5;
  border-radius: 50%;
  height: 2.25rem;
  width: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.spotlight-carosuel-ctrl-btn span {
  padding: 0;
  margin: 0;
}
.spotlight-carosuel-ctrl-btn img {
  margin-bottom: 0;
}
@media only screen and (max-width: 600px) {
  .spotlight-carosuel-ctrl-btn {
    display: none;
  }
}

.view-all {
  color: #dc3545;
  font-size: 1rem;
  font-weight: 500;
}

.right-arrow {
  visibility: hidden;
  height: 0.41rem;
  width: 0.72rem;
  margin-right: 0.8rem;
  transform: rotate(-90deg);
}

.explore-btn {
  margin: 14px 0 0 0;
  border-bottom: 0;
  font-weight: 500;
  font-size: 0.87rem;
  display: flex;
  align-items: center;
  color: var(--primary-color);
  filter: grayscale(10);
}
.explore-btn:hover {
  color: var(--primary-color);
}
@media only screen and (max-width: 600px) {
  .explore-btn {
    margin: 16px 0 0 0;
  }
}
.explore-btn img {
  padding-left: 0.2rem;
  height: 1rem;
  width: 1rem;
  padding-bottom: 0.2rem;
}
.explore-btn a {
  color: var(--primary-color);
}
.explore-btn a:hover {
  color: var(--primary-color);
}
.explore-btn:hover {
  filter: unset;
}

.primary-heading {
  font-weight: 500;
  font-size: 36px;
  line-height: 54px;
  color: var(--txt-color-blue);
}
@media only screen and (max-width: 999px) {
  .primary-heading {
    font-size: 18px;
    line-height: 27px;
  }
}

.secondary-heading {
  font-weight: 500;
  font-size: 30px;
  line-height: 51px;
  color: var(--txt-color-blue);
}
@media only screen and (max-width: 999px) {
  .secondary-heading {
    font-size: 24px;
    line-height: 33px;
  }
}

.heading-3 {
  font-weight: 500;
  font-size: 28px;
  line-height: 52px;
  color: var(--txt-color-blue);
}
@media only screen and (max-width: 600px) {
  .heading-3 {
    font-size: 20px;
    line-height: 30px;
  }
}

.heading-4 {
  font-weight: 500;
  font-size: 24px;
  line-height: 41px;
  color: var(--txt-color-blue);
}
@media only screen and (max-width: 600px) {
  .heading-4 {
    font-size: 18px;
    line-height: 25px;
  }
}

.heading-5 {
  font-weight: 500;
  font-size: 24px;
  line-height: 41px;
  color: var(--txt-color-blue);
}
@media only screen and (max-width: 999px) {
  .heading-5 {
    font-size: 18px;
    line-height: 28px;
  }
}

.heading5-md {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: var(--txt-color-blue);
}
@media only screen and (max-width: 999px) {
  .heading5-md {
    font-size: 14px;
  }
}

.heading-6 {
  font-size: 16px;
  line-height: 27px;
  font-weight: 500;
  color: var(--txt-color-blue);
}
@media only screen and (max-width: 999px) {
  .heading-6 {
    font-size: 14px;
  }
}

.primary-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  color: var(--txt-color-blue2);
}

.primary-text-black {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: var(--black-color);
}

.primary-text-bold {
  font-weight: 500;
  font-size: 19px;
  line-height: 30px;
  color: var(--txt-color-blue);
}

.primary-text-2 {
  font-size: 24px;
  line-height: 36px;
  color: var(--txt-color-blue);
}

.primary-text-3 {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: var(--txt-color-blue);
}

.secondary-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
}

.caption-text {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: var(--txt-color-blue);
}
@media only screen and (max-width: 999px) {
  .caption-text {
    font-size: 12px;
    line-height: 18px;
  }
}

.caption-text-2 {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: var(--txt-color-blue);
}

.fs-20 {
  font-size: 20px;
}

.fs-16 {
  font-size: 16px;
}

.fw-400 {
  font-weight: 500;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

@media only screen and (max-width: 999px) {
  .hide-breadcrumb-arrow::before {
    display: none;
  }
}

.read-more {
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: var(--primary-color);
}

.checked {
  display: inline-flex;
}
.checked img {
  height: 18px;
  width: 18px;
  margin-right: 16px;
  margin-top: 3px;
}
.checked:not(:last-child) {
  margin-bottom: 15px;
}
.checked:first-child {
  margin-top: 0;
}

.play-btn {
  background-image: url("/assets/images/testimonal/play.svg");
  left: 0;
  right: 0;
  margin: auto;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  margin: auto;
  background-size: contain;
}

.play-btn-bg {
  width: 56px;
  height: 56px;
}

.play-btn-red {
  background-image: url("/assets/images/reusables/red-play.svg");
  left: -150px;
  right: 0;
  margin: auto;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  margin: auto;
  background-size: contain;
}
@media only screen and (max-width: 999px) {
  .play-btn-red {
    left: -65px;
    width: 24px;
    height: 24px;
  }
}
@media only screen and (max-width: 600px) {
  .play-btn-red {
    left: -165px;
  }
}

.infinite-scroll {
  overflow: hidden;
  margin-left: auto;
  width: 90vw;
}
@media only screen and (max-width: 999px) {
  .infinite-scroll {
    width: 90%;
  }
}
@media only screen and (max-width: 600px) {
  .infinite-scroll {
    margin-left: 5px;
  }
}

.flagwrapper figure {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 80px;
}
.flagwrapper figure img {
  padding-bottom: 16px;
  width: auto;
}
.flagwrapper figcaption {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
}

.mini-box {
  display: inline-flex;
  margin: 0;
  min-width: 14px;
  height: 14px;
  border-radius: 50%;
}

.orange-2 {
  background: var(--orange-color-2);
}

.green-1 {
  background: var(--light-green);
}

.blue-2 {
  color: var(--txt-color-blue2);
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.load-more-btn {
  border: 2px solid var(--primary-color);
  font-weight: 500;
  border-radius: 8px;
  background-color: transparent;
  padding: 5px 10px;
  max-width: 120px;
  color: var(--primary-color);
}

.infy-logo {
  width: 50px;
}

.siemens-logo {
  width: 75px;
}

.space-on-absolute {
  margin-top: 90px;
}

.download-btn:hover {
  background-color: transparent;
  color: var(--primary-color);
}

.checked-wrap-career {
  display: flex;
  padding-left: 0;
  padding-top: 1.5rem;
  flex-direction: column;
  justify-content: space-between;
}
.checked-wrap-career p {
  color: #1a1b1d;
  font-size: 0.87rem;
  line-height: 2rem;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 999px) {
  .checked-wrap-career p {
    font-size: 14px;
    line-height: 23px;
  }
}
.checked-wrap-career img {
  height: 1.2rem;
  padding-right: 1rem;
}
@media only screen and (max-width: 999px) {
  .checked-wrap-career img {
    margin-top: -17px;
  }
}
.checked-wrap-career li {
  display: flex;
  align-items: center;
  padding-bottom: 25px;
}

.ico-wrapper {
  background-color: var(--primary-white);
  border: 0.8px solid lightgrey;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 10px 5px;
  text-align: center;
}

#formModal .btn-close:hover {
  background-color: var(--primary-color) !important;
}
#formModal .btn-close:hover img {
  filter: invert(1);
}
#formModal input[type=datetime-local]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

.centerSelection {
  display: none;
}

#modalTestimonal .swiper {
  width: 100%;
  height: 100%;
}
#modalTestimonal .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}
#modalTestimonal .people-slider {
  width: 423px;
  height: 125px;
  border: 1px solid grey;
}
#modalTestimonal .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#modalTestimonal .swiper-button-next {
  right: 5px;
}
#modalTestimonal .people-next {
  position: absolute;
  background-color: var(--primary-white);
  color: var(--dark-orange);
  border-radius: 50%;
  height: 30px;
  width: 30px;
  border: 1px solid rgba(128, 128, 128, 0.426);
}
#modalTestimonal .people-next:after {
  font-size: 20px;
}
#modalTestimonal .people-prev {
  display: none;
  background-color: var(--primary-white);
  color: var(--dark-orange);
}
#modalTestimonal .people-prev:after {
  font-size: 26px;
}

.white-img {
  filter: invert(1);
}

.abs-down {
  margin-top: 370px !important;
}

.course-selection option {
  font-size: 13px;
}

.lead-form {
  max-width: 500px;
  padding: 0px;
  border-radius: 14px;
}
.lead-form i {
  color: grey;
}
.lead-form input[type=text],
.lead-form input[type=email],
.lead-form input[type=tel] {
  width: 100%;
  font-size: 1em;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
}
.lead-form input[type=text]:focus, .lead-form input[type=text]:focus-visible,
.lead-form input[type=email]:focus,
.lead-form input[type=email]:focus-visible,
.lead-form input[type=tel]:focus,
.lead-form input[type=tel]:focus-visible {
  box-shadow: inset 0 -1px 0 rgba(189, 0, 0, 0);
}
.lead-form select:focus, .lead-form select:focus-visible {
  box-shadow: inset 0 -1px 0 rgba(189, 0, 0, 0);
}
.lead-form input:focus {
  outline: 0;
}
.lead-form input.invalid {
  border: 1px solid #ffaba5;
}
.lead-form .step {
  display: none;
}
.lead-form .form-footer {
  overflow: auto;
  gap: 20px;
}
.lead-form .form-footer input {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color) !important;
  color: #ffffff;
  border: none;
  padding: 13px 30px;
  font-size: 1em;
  cursor: pointer;
  border-radius: 5px;
  flex: 1;
  margin-top: 5px;
}

.lead-form .form-footer button:hover {
  opacity: 0.8;
}

.lead-form .form-footer #prevBtn {
  color: var(--primary-color);
}

#leadFormD3602 {
  display: none;
}

.form-header {
  gap: 5px;
  text-align: center;
  font-size: 0.9em;
  padding-top: 20px;
}

.stepIndicator {
  position: relative;
  flex: 1;
  padding-bottom: 30px;
}

.form-header .stepIndicator.finish {
  font-weight: 600;
  color: #009688;
}

.form-header .stepIndicator::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 9;
  width: 20px;
  height: 20px;
  background-color: #d5efed;
  border-radius: 50%;
  border: 3px solid #ecf5f4;
}

.form-header .stepIndicator.active::before {
  background-color: #ef8d3c;
  border: 3px solid #ef8d3c;
}

.form-header .stepIndicator.finish::before {
  background-color: #009688;
  border: 3px solid #b7e1dd;
}

.form-header .stepIndicator::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 8px;
  width: 100%;
  height: 3px;
  background-color: #f3f3f3;
}

.form-header .stepIndicator.active::after {
  background-color: #ef8d3c;
}

.form-header .stepIndicator.finish::after {
  background-color: #009688;
}

.form-header .stepIndicator:last-child:after {
  display: none;
}

.error {
  font-size: 12px;
  color: var(--primary-color);
}

.studentWorksSwiper {
  width: 100%;
  max-height: 500px;
}
.studentWorksSwiper .swiper-slide {
  height: calc((50% - 10px) / 2);
}

.fs--12 {
  font-size: 12px;
}

.fs--14 {
  font-size: 14px;
}

.fs--16 {
  font-size: 16px;
}

.fs--18 {
  font-size: 18px;
}

.fs--20 {
  font-size: 20px;
}

.fs--22 {
  font-size: 22px;
}

.fs--24 {
  font-size: 24px;
}

.fw--400 {
  font-weight: 400;
}

.fw--500 {
  font-weight: 500;
}

.fw--600 {
  font-weight: 600;
}

.fw--700 {
  font-weight: 700;
}

.bg-danger-light {
  background-color: rgba(220, 53, 69, 0.1);
}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

@media only screen and (min-width: 1800px) {
  .body-wrapper {
    max-width: 1900px;
    margin: auto;
    min-width: 978px;
  }
}

html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}

p {
  margin-bottom: 0;
}

ul {
  list-style: none;
}

.mentors-card {
  padding: 20px;
  border-radius: 8px;
}

.company img {
  max-height: 30px;
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  background-color: var(--primary-white);
  overflow-x: hidden;
}

.my-navbar {
  padding: 3rem 0 3rem 0;
  transition: all 0.4s;
  z-index: 10;
  width: 100%;
  background: var(--primary-white);
  box-shadow: none;
}
@media only screen and (max-width: 999px) {
  .my-navbar {
    padding: 1rem 0;
    width: auto;
    margin: auto 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 2px rgba(117, 117, 117, 0.5);
  }
}
.my-navbar .navbar-wrapper {
  width: 90%;
  max-width: 1200px;
}
@media only screen and (max-width: 999px) {
  .my-navbar .navbar-wrapper {
    width: 95%;
  }
}
.my-navbar .navbar-wrapper .navbar-search-wrapper {
  background-color: #f3f3f3;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  height: 2.5rem;
  border-radius: 10px;
  max-width: 27.37rem;
  height: 3.15rem;
  padding: 1rem;
  margin-left: 5rem;
}
.my-navbar .navbar-wrapper .navbar-search-wrapper .search-wrapper {
  height: 1.5rem;
  width: 1.5rem;
  align-items: center;
  display: flex;
}
.my-navbar .navbar-wrapper .navbar-search-wrapper input[type=search] {
  outline: none;
  width: 100%;
}
@media only screen and (max-width: 999px) {
  .my-navbar .navbar-wrapper .navbar-search-wrapper {
    display: none;
  }
}
.my-navbar .navbar-wrapper .navbar-link {
  font-family: inherit;
  font-size: 16px;
  font-weight: 500;
  color: var(--black-color2);
  line-height: 24px;
}
@media only screen and (max-width: 999px) {
  .my-navbar .navbar-wrapper .navbar-link {
    display: none;
  }
}
@media screen and (max-width: 1400px) {
  .my-navbar .navbar-wrapper .navbar-link {
    font-size: 14px !important;
  }
}
.my-navbar .navbar-wrapper .fill {
  border-radius: 1.875rem;
  padding: 0.1rem;
  background: conic-gradient(rgb(255, 77, 83) 0%, rgb(255, 255, 255) 0%);
}
.my-navbar .navbar-wrapper .profile-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 0.5rem 0.8rem;
  border: 1.6px solid var(--black-color2);
  border-radius: 1.875rem;
  background-color: var(--primary-white);
  height: 2.6rem;
  width: 4.7rem;
  align-items: center;
  z-index: 10;
}
.my-navbar .navbar-wrapper .profile-wrapper a {
  color: currentColor;
}
.my-navbar .navbar-wrapper .profile-wrapper:hover {
  color: var(--primary-color);
  border: 0.06rem solid #dc3545;
  background-color: #fbebec;
}
.my-navbar .navbar-wrapper .profile-wrapper:hover .drop-container {
  display: flex;
}
.my-navbar .navbar-wrapper .profile-wrapper .menu,
.my-navbar .navbar-wrapper .profile-wrapper .person {
  height: 1.2rem;
  width: 1.2rem;
  margin: auto;
  padding: 0;
}
.my-navbar .navbar-wrapper .profile-wrapper .drop-container {
  display: none;
  position: absolute;
  width: 293px;
  padding: 24px;
  justify-content: flex-end;
  top: 32px;
  right: -9px;
}
.my-navbar .navbar-wrapper .profile-wrapper #dropdown-account-menu {
  display: flex;
  flex-direction: column;
  width: 15rem;
  border: 0.01rem solid #f2f2f2;
  background-color: var(--primary-white);
  box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.12);
  border-radius: 0.8rem;
  left: -158px;
  top: 57px;
  padding: 1rem 1rem 1rem 1.2rem;
}
@media only screen and (max-width: 600px) {
  .my-navbar .navbar-wrapper .profile-wrapper #dropdown-account-menu {
    display: none;
  }
}
.my-navbar .navbar-wrapper .profile-wrapper #dropdown-account-menu a {
  font-size: 0.87rem;
  font-weight: 500;
  color: var(--dark-grey);
  line-height: 2.5rem;
  opacity: 0.8;
}
.my-navbar .navbar-wrapper .profile-wrapper #dropdown-account-menu a:hover {
  color: #dc3545;
}
.my-navbar .navbar-wrapper .profile-wrapper #dropdown-account-menu hr {
  opacity: 0.1;
  border: 0.01rem solid #000000;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-navbar .navbar-wrapper .pre-login {
  padding: 0.5rem 0.8rem;
  border: 0.06rem solid var(--black-color2);
  border-radius: 1.875rem;
  height: 45px;
  display: none;
  align-items: center;
  width: 45px;
  background-color: var(--primary-white);
}
.my-navbar .nav-left {
  padding: 0;
}
@media only screen and (max-width: 600px) {
  .my-navbar .nav-left {
    padding: 0;
    align-items: center;
  }
}
.my-navbar .course-category .nav-item {
  width: 13rem;
}
.my-navbar .nav-right {
  margin-bottom: 0;
}
@media only screen and (max-width: 999px) {
  .my-navbar .nav-right {
    justify-content: flex-end !important;
  }
}
.my-navbar .nav-right img {
  margin-bottom: 0;
}
.my-navbar .nav-right #darkMode {
  cursor: pointer;
}
.my-navbar .course-btn {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  justify-content: center;
  border-radius: 0.5rem;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
@media only screen and (max-width: 999px) {
  .my-navbar .course-btn {
    display: none;
  }
}
.my-navbar .course-btn:hover {
  display: flex;
  background-color: rgba(220, 53, 69, 0.1);
  color: #dc3545;
}
.my-navbar .mega-menu-container {
  display: none;
  width: 100%;
  top: 130px;
  left: 0;
  overflow-y: hidden;
  margin: 8px auto;
  right: 0;
  padding-bottom: 500px;
  position: fixed;
  background-color: rgba(128, 128, 128, 0.534);
  z-index: 50;
}
.my-navbar .mega-menu-container .course-drop-down-mega-menu {
  display: flex;
  margin: 8px auto;
  padding-left: 0.1rem;
  border-radius: 8px;
  background: var(--primary-white);
}
@media screen and (min-width: 1200px) {
  .my-navbar .mega-menu-container .course-drop-down-mega-menu {
    top: 5rem;
  }
}
.my-navbar .mega-menu-container .course-drop-down-mega-menu .mega-caption {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  font-weight: 500;
  font-size: 1rem;
}
.my-navbar .mega-menu-container .course-drop-down-mega-menu .red {
  color: var(--primary-color);
}
.my-navbar .mega-menu-container .course-drop-down-mega-menu .course-category {
  border-radius: 0.5rem 0 0 0.5rem;
  background: #f2f6fa;
}
.my-navbar .mega-menu-container .course-drop-down-mega-menu .course-category .nav-pills {
  display: block;
}
.my-navbar .mega-menu-container .course-drop-down-mega-menu .course-category .nav-pills .active {
  background: var(--primary-white);
}
.my-navbar .mega-menu-container .course-drop-down-mega-menu .course-category .nav-pills .active img {
  visibility: visible !important;
}
.my-navbar .mega-menu-container .course-drop-down-mega-menu .course-category .nav-pills button {
  width: 100%;
  text-align: left;
  display: flex;
  align-items: center;
  border: none;
  justify-content: space-between;
}
.my-navbar .mega-menu-container .course-drop-down-mega-menu .course-category .nav-pills .tab-name {
  padding-left: 1.5rem;
  font-size: 0.87rem;
  line-height: 2.8rem;
  font-weight: 400;
}
.my-navbar .mega-menu-container .course-drop-down-mega-menu .banner img {
  width: 100%;
  margin: auto;
  margin-bottom: 16px;
}
.my-navbar .mega-menu-container .course-drop-down-mega-menu .course-category-section {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding: 0 2rem 1rem 2rem;
  background: var(--primary-white);
  border-radius: 0 0.5rem 0.5rem 0;
}
.my-navbar .mega-menu-container .course-drop-down-mega-menu .course-category-section .tab-pane {
  display: none;
}
.my-navbar .mega-menu-container .course-drop-down-mega-menu .course-category-section .active {
  display: block;
}
.my-navbar .mega-menu-container .course-drop-down-mega-menu .course-category-section .course-category-header {
  display: flex;
  justify-content: space-between;
}
.my-navbar .mega-menu-container .course-drop-down-mega-menu .course-category-section .course-category-header p {
  padding-left: 0;
}
.my-navbar .mega-menu-container .course-drop-down-mega-menu .course-category-section .tab-wrapper {
  display: flex;
  justify-content: space-between;
  height: 20rem;
}
.my-navbar .mega-menu-container .course-drop-down-mega-menu .course-category-section .tab-wrapper .course-column {
  padding-bottom: 16px;
  width: 18rem;
  overflow: auto;
  /* Track */
  /* Handle */
}
.my-navbar .mega-menu-container .course-drop-down-mega-menu .course-category-section .tab-wrapper .course-column .course-wrapper {
  position: relative;
}
.my-navbar .mega-menu-container .course-drop-down-mega-menu .course-category-section .tab-wrapper .course-column .fixed-header {
  position: fixed;
  z-index: 1;
  background-color: var(--primary-white);
  width: 16.3rem;
  margin-bottom: 2rem;
}
.my-navbar .mega-menu-container .course-drop-down-mega-menu .course-category-section .tab-wrapper .course-column .fixed-header hr {
  margin-bottom: 0;
  border-bottom: 0.1px solid rgba(87, 84, 111, 0.2);
}
.my-navbar .mega-menu-container .course-drop-down-mega-menu .course-category-section .tab-wrapper .course-column::-webkit-scrollbar {
  width: 0.35rem;
  height: 0.3rem;
  border-radius: 1rem;
}
.my-navbar .mega-menu-container .course-drop-down-mega-menu .course-category-section .tab-wrapper .course-column::-webkit-scrollbar-track {
  margin-top: 6rem;
  box-shadow: inset 0 0 0.1rem #000000;
  height: 2rem;
  opacity: 0.1;
  border: 4px solid rgba(0, 0, 0, 0.0901960784);
  border-radius: 1rem;
}
.my-navbar .mega-menu-container .course-drop-down-mega-menu .course-category-section .tab-wrapper .course-column::-webkit-scrollbar-thumb {
  background: #f79825;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 1rem;
}
.my-navbar .mega-menu-container .course-drop-down-mega-menu .course-category-section .tab-wrapper .course-column .course-category-caption {
  font-size: 15px;
  color: var(--txt-color-blue);
  line-height: 1.5rem;
  font-weight: 500;
  margin-bottom: 0;
}
.my-navbar .mega-menu-container .course-drop-down-mega-menu .course-category-section .tab-wrapper .course-column .course-column-head {
  display: flex;
  align-items: center;
  margin-top: 3.3rem;
}
.my-navbar .mega-menu-container .course-drop-down-mega-menu .course-category-section .tab-wrapper .course-column .course-column-head img {
  height: 25px;
}
.my-navbar .mega-menu-container .course-drop-down-mega-menu .course-category-section .tab-wrapper .course-column .course-column-head .course-name {
  margin-bottom: 0;
  padding-left: 15px;
  font-weight: 500;
  font-size: 14px;
}
.my-navbar .mega-menu-container .course-drop-down-mega-menu .course-category-section .tab-wrapper .course-column .course-content {
  padding-top: 0.93rem;
}
.my-navbar .mega-menu-container .course-drop-down-mega-menu .course-category-section .tab-wrapper .course-column .course-content ul {
  position: relative;
  list-style: disc;
}
.my-navbar .mega-menu-container .course-drop-down-mega-menu .course-category-section .tab-wrapper .course-column .course-content ul li::before {
  color: var(--text-color-3);
}
.my-navbar .mega-menu-container .course-drop-down-mega-menu .course-category-section .tab-wrapper .course-column .course-content ul p {
  font-size: 0.75rem;
  line-height: 1.8rem;
  font-weight: 400;
  margin-bottom: 0;
}
.my-navbar .mega-menu-container .course-drop-down-mega-menu .course-category-section .tab-wrapper .course-column .course-content ul .course-bar {
  position: absolute;
  height: 73%;
  top: 0;
  opacity: 0.2;
  left: 16.6px;
  border-radius: 50%;
  border: 0.1px solid rgba(0, 0, 0, 0.2);
}
.my-navbar .mega-menu-container .course-drop-down-mega-menu .section-seprator {
  border: 0.1px solid rgba(87, 84, 111, 0.3);
  border-radius: 1rem;
  margin-bottom: 1rem;
}
.my-navbar .mega-menu-container .course-drop-down-mega-menu .btn-wrapper {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.my-navbar .mega-menu-container .course-drop-down-mega-menu .btn-wrapper .explore-category {
  height: 2.5rem;
  font-size: 1rem;
  color: var(--primary-white);
  background-color: var(--primary-color);
}

.course-btn:hover .mega-menu-container {
  display: flex;
}

.active-btn {
  display: flex;
  align-items: center;
  padding: 0.43rem 0.81rem;
  justify-content: center;
  border-radius: 0.5rem;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  background-color: rgba(220, 53, 69, 0.1);
  color: var(--primary-color) !important;
}
@media only screen and (max-width: 999px) {
  .active-btn {
    display: none;
  }
}

.search-bar {
  justify-content: space-between;
  border-radius: 5px;
  width: 100%;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
@media only screen and (max-width: 999px) {
  .search-bar {
    width: 100%;
  }
}
.search-bar .search-results {
  position: absolute;
  width: 100%;
  border-radius: 5px;
  background: white;
  color: black;
  z-index: 20;
  padding: 0 1rem 0 1rem;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  overflow: auto;
  top: 59px;
  left: 0;
  overflow: auto;
  max-height: 300px; /* width */
}
.search-bar .search-results a .search-content {
  padding: 0 11px;
  font-size: 14px;
}
@media only screen and (max-width: 999px) {
  .search-bar .search-results {
    height: auto;
    max-height: 24.5rem;
  }
}
@media screen and (max-width: 1400px) {
  .search-bar .search-results {
    left: -46px;
    width: 385px;
  }
}
.search-bar .search-results .results {
  padding: 1rem;
  cursor: pointer;
  border-top: 1px solid #c2c2c2;
}
.search-bar .search-results .results a {
  color: rgba(73, 67, 67, 0.919);
}
.search-bar .search-results .results a:hover {
  color: rgb(72, 72, 72);
}
.search-bar ::-webkit-scrollbar {
  width: 3px;
  border-radius: 10px;
}
.search-bar ::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.search-bar ::-webkit-scrollbar-thumb {
  background: #888;
}
.search-bar ::-webkit-scrollbar-thumb:hover {
  background: #555;
}

#quickCourseSelectWrapper {
  width: 100%;
  position: fixed;
  background-color: rgba(128, 128, 128, 0.534);
  height: 100%;
  left: 0;
  top: 130px;
}

#qucikCourseSelect {
  position: absolute;
  padding: 10px;
  background-color: var(--primary-white);
  border-radius: 5px;
  left: 20%;
  right: 0;
  top: 9px !important;
  box-shadow: 0 1px 32px rgba(0, 0, 0, 0.08);
  border: none;
  max-width: 500px;
}
@media screen and (max-width: 1360px) {
  #qucikCourseSelect {
    left: 14%;
  }
}
#qucikCourseSelect .card {
  padding: 2px;
  text-align: center;
  border: none;
  min-height: 140px;
  box-shadow: 0 1px 32px rgba(0, 0, 0, 0.08);
}
#qucikCourseSelect .card img {
  width: 50px;
  margin: 20px auto;
}
#qucikCourseSelect .card .card-body {
  padding: 0px;
  margin-bottom: 15px;
}
#qucikCourseSelect .card .card-body .secondary-text {
  font-size: 14px;
}
#qucikCourseSelect .light-green {
  background-color: #bfddc4;
}
#qucikCourseSelect .light-blue {
  background-color: #cfe8fd;
}
#qucikCourseSelect .light-orange {
  background-color: #fae2b2;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  border-radius: 0 6px 6px 6px;
}

.dropdown:hover > .dropdown-menu {
  display: block;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu > div {
  align-items: center;
}

.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}

.centersDropDown li {
  padding-left: 16px !important;
  padding-right: 16px !important;
}
.centersDropDown li:not(:last-of-type) {
  margin-bottom: 2px;
}
.centersDropDown a {
  font-size: 0.87rem;
  font-weight: 500;
  color: var(--dark-grey);
  line-height: 2.5rem;
  opacity: 0.8;
}
.centersDropDown a:hover {
  color: var(--primary-color);
}

.location-selection-wrapper {
  position: absolute;
  right: 1px;
  top: 20px;
}
.location-selection-wrapper select {
  box-shadow: none;
}
.location-selection-wrapper select:focus, .location-selection-wrapper select:focus-visible {
  box-shadow: none;
}

.mobile-nav {
  z-index: 100;
  position: fixed;
  left: 0;
  right: 0;
  top: 80px;
  padding: 0;
  width: 98%;
  margin: auto;
  border-radius: 2px;
  background-color: var(--primary-white);
}
.mobile-nav .nav-link {
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
  color: var(--dark-grey);
  line-height: 30px;
  opacity: 0.8;
  padding: 5px;
  border-bottom: 1px solid rgba(128, 128, 128, 0.1294117647);
}
.mobile-nav .dropdown-toggle.show {
  display: flex;
}
.mobile-nav .dropdown-menu {
  padding: 0;
  position: static;
  border-color: transparent;
}
.mobile-nav .dropdown-menu li a {
  display: flex;
  align-items: center;
  white-space: normal;
  font-size: 14px;
}

.fixedbutton-whatsapp {
  position: fixed;
  bottom: 80px;
  left: 10px;
  background: #128c7e !important;
  animation-name: shake;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-out;
}
@media only screen and (max-width: 600px) {
  .fixedbutton-whatsapp {
    display: none;
  }
}

.fixedbutton-call {
  position: fixed;
  bottom: 20px;
  left: 10px;
  animation-name: shake;
  animation-duration: 3.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-out;
}
@media only screen and (max-width: 600px) {
  .fixedbutton-call {
    display: none;
  }
}

@keyframes shake {
  0% {
    left: 0;
  }
  1% {
    left: -5px;
  }
  2% {
    left: 8px;
  }
  3% {
    left: -8px;
  }
  4% {
    left: 10px;
  }
  5% {
    left: -8px;
  }
  6% {
    left: 3px;
  }
  7% {
    left: 10px;
  }
}
.navbar-toggler {
  border: none;
  padding: 0;
  outline: none;
}
.navbar-toggler:focus {
  box-shadow: none;
}

.mobile-cta-panel {
  position: fixed;
  z-index: 99991;
  bottom: 0;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  width: 100%;
  justify-content: space-evenly;
  border-top: 1px solid #dedede;
  background: #fff;
  box-shadow: 0px 1px 8px 0px #e6e6e6;
}
.mobile-cta-panel .mobile-cta-panel-item {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 5px 0;
}
.mobile-cta-panel .mobile-cta-panel-item i {
  padding-right: 4px;
  color: var(--primary-color);
}
.mobile-cta-panel .mobile-cta-panel-item p {
  color: #5a6177;
  font-size: 13px;
}
.mobile-cta-panel .mobile-cta-panel-item:not(:last-child) {
  border-right: 1px solid #e2e2e2;
}
.mobile-cta-panel .mobile-cta-panel-item:last-child {
  margin-left: 16px;
}

.form-section {
  min-height: 540px;
}
.form-section .caption-3 {
  font-size: 14px;
}
.form-section .form-wrapper {
  border-radius: 24px;
  width: 100%;
  background-color: var(--light-orange);
  padding: 40px;
  margin: auto;
}
@media only screen and (max-width: 999px) {
  .form-section .form-wrapper {
    padding: 24px 18px;
    height: auto;
  }
}
.form-section .form-wrapper .video-wrapper {
  max-width: 136.86px;
  max-height: 77px;
}
@media only screen and (max-width: 999px) {
  .form-section .form-wrapper .video-wrapper {
    width: 62px;
    max-height: 70.7px;
  }
}
.form-section .form-wrapper .video-wrapper img {
  border-radius: 8px;
}
@media only screen and (max-width: 999px) {
  .form-section .form-wrapper .video-wrapper img {
    border-radius: 99999px;
    width: 70px;
    height: 70px;
  }
}
.form-section .form-wrapper .video-cta {
  margin-top: 30px;
}
.form-section .form-wrapper .download-btn {
  max-width: 268px;
  padding: 16px;
}
@media only screen and (max-width: 999px) {
  .form-section .form-wrapper .download-btn {
    font-size: 14px;
  }
}
.form-section .breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  margin-top: 2px;
}
.form-section .breadcrumb-item a {
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: var(--txt-color-blue2);
}
.form-section .breadcrumb-item a .active {
  font-weight: 600;
}
.form-section .logo-wrapper {
  margin-top: 40px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 999px) {
  .form-section .logo-wrapper {
    margin-top: 17px;
    margin-bottom: 12px;
  }
}
.form-section .aligned-logo-wrapper {
  width: 100px;
  display: flex;
  align-items: flex-end;
  height: 50px;
}
@media only screen and (max-width: 600px) {
  .form-section .aligned-logo-wrapper {
    width: auto;
  }
}
.form-section .aligned-logo-wrapper img {
  max-height: 60px;
}

.enquire-form {
  background-color: var(--primary-white);
  padding: 40px;
  border: 1px solid var(--orange-color);
  border-radius: 16px;
  top: 5px;
  position: absolute;
  max-width: 430px;
}
@media only screen and (max-width: 999px) {
  .enquire-form {
    position: relative;
    margin-top: 40px;
    top: 0;
    margin-left: auto;
    margin-right: auto;
    width: 95%;
  }
}
.enquire-form ::-moz-placeholder {
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  color: #57546f;
}
.enquire-form ::placeholder,
.enquire-form select {
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  color: #57546f;
}

.npf-enquire-form {
  background-color: var(--primary-white);
  padding: 5px !important;
  border: 1px solid var(--orange-color);
  border-radius: 16px;
  top: 10px;
  position: absolute;
  max-width: 430px;
}
@media only screen and (max-width: 999px) {
  .npf-enquire-form {
    position: relative;
    margin-top: 40px;
    top: 0;
    margin-left: auto;
    margin-right: auto;
    width: 95%;
  }
}
.npf-enquire-form ::-moz-placeholder {
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  color: #57546f;
}
.npf-enquire-form ::placeholder,
.npf-enquire-form select {
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  color: #57546f;
}

.course-page-absolutue {
  top: 76px;
}

.horizontal-shake {
  animation: horizontal-shaking 2.2s infinite;
}

@keyframes horizontal-shaking {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(5px);
  }
  50% {
    transform: translateX(-5px);
  }
  75% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
.current-pg-breadcrumb {
  font-weight: 500;
  font-size: 12px;
  color: var(--txt-color-blue2);
}

.hero-section-tools {
  padding: 11px;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 8px;
  display: flex;
  align-items: baseline;
}
.hero-section-tools img {
  width: 140px;
}

.mentors-card {
  padding: 20px;
  border-radius: 8px;
}

.company img {
  max-height: 30px;
}

.programs-section-wrapper {
  background-color: var(--light-orange);
  padding: 50px;
  flex-direction: column;
  border-radius: 1.5rem;
}
@media only screen and (max-width: 999px) {
  .programs-section-wrapper {
    padding: 23px;
    margin: 40px auto auto auto;
  }
}
.programs-section-wrapper .form-tabs {
  margin-top: 26px;
}
@media only screen and (max-width: 999px) {
  .programs-section-wrapper .form-tabs {
    margin-top: 7px;
  }
}
.programs-section-wrapper #cardContent {
  margin-top: 30px;
}
.programs-section-wrapper .loadCardsBtn {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  left: 0;
  right: 0;
  border: 2px solid currentColor;
  width: 120px;
  height: 44px;
  margin: auto;
  display: block;
  bottom: -7rem;
  letter-spacing: 0.01em;
}
.programs-section-wrapper .tab-content .active {
  display: flex;
}
.programs-section-wrapper .btn-wrapper-program {
  padding: 60px 0;
}
.programs-section-wrapper .explore-btn {
  margin: 14px 0 0 0;
  border-bottom: 0;
  font-weight: 500;
  font-size: 0.87rem;
  display: flex;
  align-items: center;
  color: var(--primary-color);
  filter: grayscale(10);
}
@media only screen and (max-width: 600px) {
  .programs-section-wrapper .explore-btn {
    margin: 16px 0 0 0;
  }
}
.programs-section-wrapper .explore-btn img {
  padding-left: 0.2rem;
  height: 1rem;
  width: 1rem;
  padding-bottom: 0.2rem;
}
.programs-section-wrapper .explore-btn:hover {
  filter: unset;
}

.programs-caption-1 {
  font-size: 2.25rem;
  color: var(--txt-color-blue2);
}
@media only screen and (max-width: 999px) {
  .programs-caption-1 {
    font-size: 24px;
    line-height: 41px;
  }
}

.programs-caption-2 {
  font-weight: 500;
  font-size: 1.12rem;
  color: var(--txt-color-blue2);
}
@media only screen and (max-width: 999px) {
  .programs-caption-2 {
    font-size: 12px;
    line-height: 18px;
  }
}

.program-tab-btn {
  color: #57546f;
  font-size: 1.25rem;
  font-weight: 400;
}
@media only screen and (max-width: 999px) {
  .program-tab-btn {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
  }
}

.tab-btn {
  background-color: transparent;
  outline: none;
  border: none;
  margin-right: 16px;
}
@media only screen and (max-width: 600px) {
  .tab-btn {
    margin-right: 8px;
  }
}

.programs-main-wrapper .active span {
  color: var(--primary-color);
  font-weight: 500;
  border-bottom: 2px solid var(--primary-color);
}
@media only screen and (max-width: 999px) {
  .programs-main-wrapper .active span {
    font-size: 14px;
  }
}

.features {
  display: flex;
  padding-right: 0.5rem;
}

.features img {
  margin-right: 0.4rem;
  width: 25px;
  height: 25px;
}

.course-features {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  list-style: disc;
  padding-top: 15px;
  padding-left: 20px;
  margin-bottom: 0;
  font-size: 0.95rem;
}
@media only screen and (max-width: 999px) {
  .course-features {
    padding-top: 10px;
  }
}

.course-features > li {
  color: #4eb488;
}

.card-wrapper {
  box-shadow: 10px 24px 26px rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 1rem;
  text-align: left;
  background-color: var(--primary-white);
}
.card-wrapper .card-body {
  padding: 24px;
}
@media only screen and (max-width: 999px) {
  .card-wrapper {
    width: 100%;
  }
}

.card-wrapper:hover .explore-btn:hover {
  color: var(--primary-color);
}

.img-wrapper-main {
  padding-bottom: 0.625rem;
}
.img-wrapper-main img {
  width: 100%;
}

.card-img-wrapper {
  border-radius: 0.75rem;
}

.card-caption-head {
  margin: 10px 0 17px 0;
}
@media screen and (max-width: 1240px) {
  .card-caption-head {
    height: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .card-caption-head {
    height: auto;
  }
}
.card-caption-head .card-text {
  font-weight: 500;
  color: var(--txt-color-blue);
  font-size: 17px;
  text-align: left;
}
@media only screen and (max-width: 600px) {
  .card-caption-head .card-text {
    font-size: 16px;
  }
}

.course-basic-details {
  font-size: 0.875rem;
  margin-bottom: 0;
  color: var(--txt-color-blue2);
}

.course-details {
  font-size: 0.75rem;
  color: var(--txt-color-blue3);
  margin-bottom: 0.25rem;
}

.card-img-top {
  border-radius: 3rem !important;
}

.seprator {
  border: 0.01rem solid #000000;
  opacity: 0.2;
  margin-bottom: 0;
}

.more-cards {
  display: none;
  justify-content: space-between;
}
@media only screen and (max-width: 600px) {
  .more-cards {
    flex-direction: column;
  }
}

.btn-cta2 {
  color: #cb444a;
  font-size: 0.875rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}

.time-bar {
  display: flex;
  width: 100%;
  margin: 0;
}
@media only screen and (max-width: 600px) {
  .time-bar {
    display: none;
  }
}

#timeIncrease {
  margin-top: 2rem;
  background-color: var(--primary-color);
  width: 0.2rem;
  transition: linear 1s;
  border-radius: 1rem;
  height: 0.4rem;
}

@media screen and (max-width: 1200px) {
  .features {
    margin-bottom: 0.5rem;
  }
  .course-features > li > p {
    font-size: 0.9rem;
    text-align: left;
  }
}
.brand:first-child {
  max-height: 50px;
  margin-bottom: 0.5rem;
}

.tabbable {
  display: none;
}
@media only screen and (max-width: 999px) {
  .tabbable {
    display: block;
  }
}

#tab_selector {
  display: none;
}
@media only screen and (max-width: 999px) {
  #tab_selector {
    display: block;
  }
}

.pg-program-card {
  display: none;
}

.program-working-btn {
  background-color: #fff;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border-left: 7px solid transparent;
  width: 90%;
  box-shadow: rgba(25, 24, 29, 0.08) 0px 0px 6px 0px;
  text-align: center;
  justify-content: center;
  padding: 15px 10px;
}
@media only screen and (max-width: 600px) {
  .program-working-btn {
    padding: 8px;
    font-size: 12px;
    width: auto;
    border: 1px solid transparent;
    border-radius: 5px;
  }
}

.program-working-btn.active {
  border-left: 7px solid var(--primary-color);
  color: var(--primary-color);
}
@media only screen and (max-width: 600px) {
  .program-working-btn.active {
    border-left: 0;
    border: 1px solid var(--primary-color);
  }
}

.program-btn-wrapper {
  height: 50px !important;
}
@media only screen and (max-width: 600px) {
  .program-btn-wrapper {
    height: auto !important;
    margin-bottom: 35px;
  }
}

.program-tab-list {
  padding-left: 0;
  list-style: disc;
}
@media only screen and (max-width: 600px) {
  .program-tab-list {
    padding-left: 0;
  }
}
.program-tab-list .program-list-wrapper {
  display: flex;
  align-items: start;
  margin-bottom: 8px;
}
.program-tab-list .program-list-wrapper p {
  margin-bottom: 16px;
}
.program-tab-list .program-list-wrapper .program-ico {
  margin-right: 8px;
}

.program-container {
  height: 460px;
  padding: 32px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: rgba(25, 24, 29, 0.08) 0px 0px 20px 0px;
}
@media only screen and (max-width: 600px) {
  .program-container {
    height: auto;
  }
}

.program-main-wrapper {
  display: flex;
  padding: 0px 20px 30px 30px;
  justify-content: space-between;
  flex-direction: column;
}
.program-main-wrapper .tab-content {
  height: 330px;
  max-height: 100%;
  padding-top: 16px;
}
@media only screen and (max-width: 600px) {
  .program-main-wrapper .tab-content {
    height: auto;
  }
}
@media only screen and (max-width: 600px) {
  .program-main-wrapper {
    padding: 0;
  }
}
@media only screen and (max-width: 600px) {
  .program-main-wrapper .program-img-wrapper {
    display: none;
  }
}

.learning-platform-content-wrapper {
  justify-content: space-evenly;
  padding-top: 2rem;
}
@media only screen and (max-width: 600px) {
  .learning-platform-content-wrapper {
    margin: auto;
    padding-top: 0;
    flex-direction: column;
    align-items: center;
  }
}

.select-control {
  border: 1px solid #dddddd;
  border-radius: 4px;
  background-color: #fff;
  max-width: 278px;
  padding: 7px 16px;
}

.learning-platform-wrapper {
  background-color: var(--white4);
  text-align: center;
  border-radius: 1.5rem 1.5rem 0px 0px;
}
@media only screen and (max-width: 999px) {
  .learning-platform-wrapper {
    margin: 40px auto auto auto;
  }
}
.learning-platform-wrapper .text-typing-effect {
  display: flex;
  padding-left: 15vw;
  min-height: 20px;
}
@media only screen and (max-width: 600px) {
  .learning-platform-wrapper .text-typing-effect {
    display: block;
    padding: 1.5rem 1.5rem 1.5rem;
    height: 13rem;
  }
}
.learning-platform-wrapper .program-drop-btn {
  display: none;
}
.learning-platform-wrapper .program-drop-btn button {
  background-color: var(--primary-white);
}
@media only screen and (max-width: 600px) {
  .learning-platform-wrapper .program-drop-btn {
    display: flex;
  }
}
.learning-platform-wrapper .learning-main-caption {
  font-weight: 500;
  font-size: 2.25rem;
  text-align: center;
  padding-top: 2.25rem;
  color: var(--txt-color-blue1);
}
@media only screen and (max-width: 999px) {
  .learning-platform-wrapper .learning-main-caption {
    font-size: 24px;
  }
}
@media only screen and (max-width: 999px) {
  .learning-platform-wrapper .text-effect-mobile {
    width: 100% !important;
  }
}
.learning-platform-wrapper .nav-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-top: 1.75rem;
}
@media only screen and (max-width: 999px) {
  .learning-platform-wrapper .nav-container {
    padding-top: 0;
  }
}
.learning-platform-wrapper .nav-container .pill-bar {
  padding: 0.1rem 1.5rem;
  background-color: var(--primary-white);
  border-radius: 1rem;
  align-items: center;
}
@media only screen and (max-width: 999px) {
  .learning-platform-wrapper .nav-container .pill-bar {
    display: none !important;
  }
}
@media only screen and (max-width: 600px) {
  .learning-platform-wrapper .nav-container .pill-bar #pills-tab-selector {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .learning-platform-wrapper .nav-container .pill-bar .nav-pill-learning {
    display: none;
  }
}
.learning-platform-wrapper .nav-container .pill-bar .nav-pill-learning button {
  border-radius: 0.25rem;
}
.learning-platform-wrapper .nav-container .pill-bar .nav-pill-learning button span {
  font-size: 1rem;
  font-weight: 500;
  color: var(--txt-color-blue3);
}
.learning-platform-wrapper .nav-container .pill-bar .nav-pill-learning .active {
  background-color: var(--primary-color) !important;
  height: 32px;
  align-items: center;
  padding: 10px 16px;
  display: flex;
}
.learning-platform-wrapper .nav-container .pill-bar .nav-pill-learning .active span {
  color: var(--primary-white);
}
.learning-platform-wrapper .learn-caption {
  color: #0e0e0e;
  font-weight: 500;
  font-size: 2.25rem;
}
.learning-platform-wrapper .checked-wrap {
  display: flex;
  padding-left: 0;
  padding-top: 1.5rem;
  flex-wrap: wrap;
  min-width: 55rem;
  max-width: 50%;
  justify-content: space-between;
}
.learning-platform-wrapper .checked-wrap > li {
  display: flex;
  width: 22rem;
}
.learning-platform-wrapper .checked-wrap > li > p {
  color: var(--txt-color-blue2);
  letter-spacing: 0.02rem;
  font-size: 1rem;
}
.learning-platform-wrapper .checked-wrap img {
  height: 1.2rem;
  padding-right: 1rem;
}
.learning-platform-wrapper .checked-wrap-career {
  display: flex;
  padding-left: 0;
  padding-top: 1.5rem;
  flex-direction: column;
  justify-content: space-between;
}
.learning-platform-wrapper .checked-wrap-career p {
  color: var(--txt-color-blue2);
  font-size: 0.87rem;
  line-height: 2rem;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 999px) {
  .learning-platform-wrapper .checked-wrap-career p {
    font-size: 14px;
    line-height: 23px;
  }
}
.learning-platform-wrapper .checked-wrap-career img {
  height: 1.2rem;
  padding-right: 1rem;
}
@media only screen and (max-width: 999px) {
  .learning-platform-wrapper .checked-wrap-career img {
    margin-top: -17px;
  }
}
.learning-platform-wrapper .checked-wrap-career li {
  display: flex;
  align-items: center;
  padding-bottom: 25px;
}
@media only screen and (max-width: 600px) {
  .learning-platform-wrapper .learning-platform {
    width: 90%;
    margin: auto;
  }
}
.learning-platform-wrapper .learning-platform .tab-pane {
  display: none;
}
.learning-platform-wrapper .learning-platform .active {
  display: flex;
  flex-direction: column;
}
.learning-platform-wrapper .student-with-book-wrappper {
  position: relative;
  width: 20rem;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 600px) {
  .learning-platform-wrapper .student-with-book-wrappper {
    display: none;
  }
}
.learning-platform-wrapper .student-with-book-wrappper .course-career-wrapper {
  position: absolute;
  background-color: #f0c266;
  left: 23px;
  bottom: 67px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem;
  border-radius: 50%;
  box-shadow: 0px 13px 14px rgba(0, 0, 0, 0.19);
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
.learning-platform-wrapper .student-with-book-wrappper .course-career-wrapper .degree-ico-program {
  height: 1.5rem;
  width: 1.5rem;
}
.learning-platform-wrapper .student-with-book-wrappper .flag-career-wrapper {
  position: absolute;
  background-color: #ffffff;
  right: -2rem;
  bottom: 82px;
  display: flex;
  align-items: center;
  padding: 5px 7px;
  border-radius: 0.75rem;
}
.learning-platform-wrapper .student-with-book-wrappper .flag-career-wrapper .flag {
  height: 2rem;
  padding-left: 5px;
}
.learning-platform-wrapper .student-with-book-wrappper .flag-career-wrapper .flag img {
  border-radius: 50%;
  height: 2rem;
  width: 2rem;
}
.learning-platform-wrapper .student-with-book-wrappper .flag-career-wrapper .flag-caption {
  padding-left: 0.5rem;
  text-align: left;
}
.learning-platform-wrapper .student-with-book-wrappper .flag-career-wrapper .flag-caption .country-name {
  color: var(--txt-color-blue2);
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 0;
}
.learning-platform-wrapper .student-with-book-wrappper .flag-career-wrapper .flag-caption .details {
  margin-bottom: 0;
  font-size: 0.6rem;
  color: var(--txt-color-blue2);
  opacity: 0.6;
}

.type-container {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.type-container p {
  font-size: 3rem;
  padding: 0.5rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  text-align: center;
  overflow: hidden;
}

.type-container p span.typed-text {
  font-weight: normal;
  color: #dd7732;
}

.type-container p span.cursor {
  display: inline-block;
  background-color: #ccc;
  margin-left: 0.1rem;
  width: 3px;
  animation: blink 1s infinite;
}

.type-container p span.cursor.typing {
  animation: none;
}

@keyframes blink {
  0% {
    background-color: #ccc;
  }
  49% {
    background-color: #ccc;
  }
  50% {
    background-color: transparent;
  }
  99% {
    background-color: transparent;
  }
  100% {
    background-color: #ccc;
  }
}
.knowledge-hub-main-wrapper .knowledge-hub-wrappper {
  /* Track */
  /* Handle */
}
@media screen and (max-width: 750px) {
  .knowledge-hub-main-wrapper .knowledge-hub-wrappper {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 999px) {
  .knowledge-hub-main-wrapper .knowledge-hub-wrappper {
    display: inline-block;
  }
}
.knowledge-hub-main-wrapper .knowledge-hub-wrappper .row-header {
  padding-bottom: 1.12rem;
  padding-right: 13px;
}
@media only screen and (max-width: 999px) {
  .knowledge-hub-main-wrapper .knowledge-hub-wrappper .row-header {
    padding-left: 0;
    padding-right: 0;
  }
}
.knowledge-hub-main-wrapper .knowledge-hub-wrappper .row-header .knowledge-main-caption {
  font-size: 2.25rem;
  color: #282828;
  font-weight: 500;
}
@media only screen and (max-width: 999px) {
  .knowledge-hub-main-wrapper .knowledge-hub-wrappper .row-header .knowledge-main-caption {
    font-size: 24px;
  }
}
@media only screen and (max-width: 600px) {
  .knowledge-hub-main-wrapper .knowledge-hub-wrappper .knowledge-main-card-wrapper {
    display: inline-block;
  }
}
@media only screen and (max-width: 999px) {
  .knowledge-hub-main-wrapper .knowledge-hub-wrappper .knowledge-main-card-wrapper {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    padding-bottom: 1rem;
  }
  .knowledge-hub-main-wrapper .knowledge-hub-wrappper .knowledge-main-card-wrapper > div {
    display: inline-block;
    margin-left: -16px;
  }
}
.knowledge-hub-main-wrapper .knowledge-hub-wrappper .knowledge-card-wrapper {
  position: relative;
  border-radius: 0.8rem;
  cursor: pointer;
  max-width: 500px;
}
.knowledge-hub-main-wrapper .knowledge-hub-wrappper .knowledge-card-wrapper img {
  position: relative;
  width: 100%;
  border-radius: 0.8rem;
}
@media only screen and (max-width: 999px) {
  .knowledge-hub-main-wrapper .knowledge-hub-wrappper .knowledge-card-wrapper img {
    width: 100%;
    filter: brightness(0.8);
  }
}
.knowledge-hub-main-wrapper .knowledge-hub-wrappper .knowledge-card-wrapper .blog-date {
  position: absolute;
  right: 12px;
  color: var(--txt-color-2);
  top: 2px;
}
.knowledge-hub-main-wrapper .knowledge-hub-wrappper .knowledge-card-wrapper .blog-date .upload-date {
  color: rgb(74, 72, 72);
  font-weight: 400;
  opacity: 0.8;
  font-size: 0.87rem;
  margin-bottom: 0;
}
@media only screen and (max-width: 999px) {
  .knowledge-hub-main-wrapper .knowledge-hub-wrappper .knowledge-card-wrapper .blog-date .upload-date {
    font-size: 12px;
  }
}
.knowledge-hub-main-wrapper .knowledge-hub-wrappper .blog-caption {
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 600;
  opacity: 0.9;
}
@media only screen and (max-width: 999px) {
  .knowledge-hub-main-wrapper .knowledge-hub-wrappper .blog-caption {
    font-size: 14px;
  }
}
.knowledge-hub-main-wrapper .knowledge-hub-wrappper .caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-radius: 0 0 0.8rem 0.8rem;
  color: #fff;
  background: linear-gradient(180deg, black, #000);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: auto;
}
.knowledge-hub-main-wrapper .knowledge-hub-wrappper .caption .blog-caption {
  padding: 12px 17px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  opacity: 0.9;
}
.knowledge-hub-main-wrapper .knowledge-hub-wrappper ::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.2rem;
}
.knowledge-hub-main-wrapper .knowledge-hub-wrappper ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 4px #e6e6e6;
  border-radius: 1rem;
  width: 50%;
  opacity: 0.1;
}
.knowledge-hub-main-wrapper .knowledge-hub-wrappper ::-webkit-scrollbar-thumb {
  background: #f79825;
  border-radius: 1rem;
}

/* Feature wrapper */
.features-main-wrapper .row {
  justify-content: space-between;
}
.features-main-wrapper .row div {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  width: 12rem;
}
.features-main-wrapper .featureCount {
  display: flex;
}
.features-main-wrapper .counter-bold {
  color: var(--txt-color-blue2);
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  padding-bottom: 0;
  line-height: 3.75rem;
}
@media only screen and (max-width: 999px) {
  .features-main-wrapper .counter-bold {
    font-weight: 500;
    font-size: 32px;
    line-height: 48px;
  }
}
.features-main-wrapper p:last-child {
  color: var(--txt-color-blue2);
  font-size: 1.1rem;
  font-weight: 400;
}
@media only screen and (max-width: 999px) {
  .features-main-wrapper p:last-child {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
  }
}
.features-main-wrapper .feature-counter-wrappper {
  justify-content: space-between;
  margin: auto;
}
@media only screen and (max-width: 999px) {
  .features-main-wrapper .feature-counter-wrappper {
    display: none;
  }
}
.features-main-wrapper .feature-counter-wrappper .container {
  text-align: left;
  padding-left: 0;
}
.features-main-wrapper .feature-counter-wrappper-resp {
  display: none;
  width: 100%;
  justify-content: space-between;
  margin: auto;
}
.features-main-wrapper .feature-counter-wrappper-resp div {
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 600px) {
  .features-main-wrapper .feature-counter-wrappper-resp {
    display: flex;
    flex-direction: column;
  }
}
.features-main-wrapper .feature-counter-wrappper-resp .container {
  text-align: left;
  padding: 0;
}
.features-main-wrapper .feature-counter-wrappper-resp .container .counter-bold {
  color: var(--txt-color-blue2);
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  padding-bottom: 0;
  line-height: 3.75rem;
}
@media only screen and (max-width: 600px) {
  .features-main-wrapper .feature-counter-wrappper-resp .container .counter-bold {
    font-size: 32px;
  }
}

.country-wrapper {
  padding-left: 40px;
  border-left: 1px solid rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 999px) {
  .country-wrapper {
    padding-left: 0;
    border: 0;
  }
}

.flag-wrapper figure img {
  width: auto !important;
}
.flag-wrapper figure figcaption {
  padding-top: 15px;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: var(--txt-color-blue2);
}
@media only screen and (max-width: 999px) {
  .flag-wrapper {
    border: 0;
    padding-left: 0;
  }
}

#featureCountMobile {
  display: none;
}
@media only screen and (max-width: 999px) {
  #featureCountMobile {
    display: block;
  }
  #featureCountMobile .sm {
    color: var(--txt-color-blue2);
    font-weight: 500;
    font-size: 1.1rem !important;
    line-height: 1.6rem !important;
  }
  #featureCountMobile .mini {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1rem;
  }
}
@media only screen and (max-width: 999px) and (max-width: 999px) {
  #featureCountMobile .mini {
    font-size: 12px;
  }
}

.footer-main-wrapper {
  color: #f3f3f3;
  background-color: #2e2e2e;
  margin: auto;
}
@media only screen and (max-width: 999px) {
  .footer-main-wrapper {
    margin-top: 40px;
  }
}
.footer-main-wrapper #newsLetterFrm input[type=submit] {
  background: url("/assets/images/footer/right-arrow.svg") no-repeat;
}
.footer-main-wrapper .footer-wrapper {
  width: 90%;
  padding-top: 39px;
}
@media only screen and (max-width: 999px) {
  .footer-main-wrapper .footer-wrapper {
    width: 95%;
  }
}
@media only screen and (max-width: 999px) {
  .footer-main-wrapper .footer-wrapper .logo-section {
    width: 100% !important;
  }
}
.footer-main-wrapper .footer-primary-caption {
  font-size: 0.87rem;
  opacity: 0.6;
  padding-top: 10px;
  padding-bottom: 15px;
}
@media only screen and (max-width: 999px) {
  .footer-main-wrapper .footer-primary-caption {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.footer-main-wrapper .email-wrapper {
  width: 20.56rem;
  max-width: 100%;
  height: 3.1rem;
  background-color: #f3f3f3;
  color: #131313;
  text-align: left;
  border-radius: 0.5rem;
  padding: 0.87rem 1.5rem;
  display: flex;
  align-items: center;
}
.footer-main-wrapper .email-wrapper input {
  background-color: transparent;
  border: none;
  outline: none;
}
.footer-main-wrapper .email-wrapper .email-arrow {
  position: absolute;
  right: 20px;
  top: 1rem;
}
@media only screen and (max-width: 999px) {
  .footer-main-wrapper .email-wrapper {
    width: 100%;
    margin-top: 1rem;
  }
}
.footer-main-wrapper .footer-link-wrapper {
  display: grid;
  justify-content: end;
}
@media only screen and (max-width: 999px) {
  .footer-main-wrapper .footer-link-wrapper {
    display: block;
  }
}
.footer-main-wrapper .footer-links {
  padding-left: 0;
  width: -moz-fit-content;
  width: fit-content;
}
.footer-main-wrapper .footer-links .footer-heading {
  font-size: 1.25rem;
  opacity: 0.8;
  margin-bottom: 8px;
  color: #ffffff;
}
.footer-main-wrapper .footer-links li {
  padding-bottom: 0.25rem;
}
.footer-main-wrapper .footer-links li a {
  color: #f3f3f3;
  font-size: 0.87rem;
  opacity: 0.6;
}
@media screen and (max-width: 1300px) {
  .footer-main-wrapper .footer-links li a {
    font-size: 12px;
  }
}
.footer-main-wrapper .footer-links li a:hover {
  opacity: 1;
}
.footer-main-wrapper .footer-links li a:hover .fb-ico {
  color: #4267b2;
}
.footer-main-wrapper .footer-links li a:hover .twt-ico {
  color: #00acee;
}
.footer-main-wrapper .footer-links li a:hover .linkedin-ico {
  color: #0077b5;
}
.footer-main-wrapper .footer-links li a:hover .insta-ico {
  border-radius: 16px;
  color: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  color: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}
.footer-main-wrapper .footer-links li a:hover .yt-ico {
  color: #ff0000;
}
.footer-main-wrapper .footer-links li a img {
  width: 30px;
}
.footer-main-wrapper .footer-seprator {
  opacity: 0.2;
  border: 0.01rem solid #f3f3f3;
}
.footer-main-wrapper .footer-social-wrapper {
  display: flex;
  margin: auto;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .footer-main-wrapper .footer-social-wrapper {
    flex-direction: column;
    align-items: baseline;
  }
}
.footer-main-wrapper .footer-social-wrapper .copyright-caption {
  color: rgba(243, 243, 243, 0.8);
  opacity: 0.8;
  font-size: 14px;
  font-weight: 400;
}
@media only screen and (max-width: 999px) {
  .footer-main-wrapper .footer-social-wrapper .copyright-caption {
    font-size: 12px;
  }
}
.footer-main-wrapper .footer-social-wrapper .social-icons-wrapper {
  display: flex;
  justify-content: space-between;
  width: 15rem;
}
@media only screen and (max-width: 600px) {
  .footer-main-wrapper .footer-social-wrapper .social-icons-wrapper {
    width: 100%;
    padding: 1rem;
  }
}
.footer-main-wrapper .footer-social-wrapper .social-icons {
  height: 1.75rem;
  width: 1.75rem;
}
.footer-main-wrapper .footer-social-wrapper .social-icons a img {
  width: 30px;
}

.enquiry-main {
  padding-top: 1rem;
}

.enquiry-wrapper {
  justify-content: space-between;
  width: 90%;
  margin: auto;
}
@media only screen and (max-width: 999px) {
  .enquiry-wrapper {
    justify-content: center;
    width: 90%;
  }
}
.enquiry-wrapper .btn-cta-enquire {
  width: 9.6rem;
  height: 2.75rem;
  color: #fff;
  border-radius: 0.5rem;
  letter-spacing: 0.01rem;
  background-color: #dc3545;
  font-size: 1.12rem;
}
@media only screen and (max-width: 600px) {
  .enquiry-wrapper .btn-cta-enquire {
    font-size: 15px;
    max-width: 133px;
  }
}
.enquiry-wrapper .primary-caption {
  color: var(--txt-color-blue2);
  font-size: 16px;
  font-weight: 500;
}
.enquiry-wrapper .secondary-caption-c1 {
  color: var(--txt-color-blue);
  font-size: 35px;
  font-weight: 500;
  line-height: 45px;
}
@media only screen and (max-width: 999px) {
  .enquiry-wrapper .secondary-caption-c1 {
    font-size: 24px;
    line-height: 36px;
  }
}
.enquiry-wrapper .secondary-caption-c2 {
  color: var(--txt-color-blue);
  font-size: 2.25rem;
  font-weight: 500;
  margin-bottom: 1.43rem;
}
@media only screen and (max-width: 999px) {
  .enquiry-wrapper .secondary-caption-c2 {
    margin-bottom: 15px;
    font-size: 16px;
  }
}
.enquiry-wrapper .caption3 {
  font-size: 1.12rem;
  color: var(--txt-color-blue2);
  font-weight: 500;
}
@media only screen and (max-width: 999px) {
  .enquiry-wrapper .caption3 {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .enquiry-wrapper #mainContainerWrapper {
    margin-top: 50px;
    flex-direction: column;
  }
}
.enquiry-wrapper #mainContainerWrapper .enquire-and-img-wrapper-resp {
  display: none;
}
@media only screen and (max-width: 900px) {
  .enquiry-wrapper #mainContainerWrapper .enquire-and-img-wrapper-resp {
    display: flex;
  }
}
@media screen and (min-width: 600px) {
  .enquiry-wrapper .enquire-resp {
    display: none !important;
  }
}
@media only screen and (max-width: 600px) {
  .enquiry-wrapper .enquire-resp {
    display: flex;
    flex-direction: row;
    margin-top: 75px;
  }
}
.enquiry-wrapper .enquire-resp .stacked-img-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  height: 45px;
  align-items: center;
}
@media only screen and (max-width: 600px) {
  .enquiry-wrapper .enquire-resp .stacked-img-wrapper {
    width: 55%;
    margin-left: 10px;
  }
}
.enquiry-wrapper .enquire-resp .stacked-img-wrapper .stack-img {
  height: 2.6rem;
  width: 2.6rem;
  bottom: 0;
  display: flex;
  border-radius: 50%;
  position: absolute;
  align-items: center;
}
.enquiry-wrapper .enquire-resp .stacked-img-wrapper .stack-img img {
  width: 100%;
}
.enquiry-wrapper .enquire-resp .stacked-img-wrapper .s1 {
  left: 0;
  border: 2px solid #fff;
}
.enquiry-wrapper .enquire-resp .stacked-img-wrapper .s2 {
  left: 24px;
}
.enquiry-wrapper .enquire-resp .stacked-img-wrapper .s3 {
  left: 47px;
}
.enquiry-wrapper .enquire-resp .stacked-img-wrapper .s4 {
  left: 72px;
}
.enquiry-wrapper .enquire-resp .stacked-img-wrapper .s5 {
  left: 96px;
}
.enquiry-wrapper .enquire-resp .stacked-img-wrapper .s6 {
  left: 117px;
}
.enquiry-wrapper .enquire-resp .stacked-img-wrapper .more {
  position: absolute;
  border-radius: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border: 0.1rem solid #fff;
  left: 6rem;
  background-color: #6bf2be;
  color: var(--txt-color-blue);
  font-weight: 600;
  bottom: -0.3rem;
}
.enquiry-wrapper .enquire-resp .stacked-img-wrapper .join-class {
  color: #57546f;
  letter-spacing: 0.01rem;
  font-size: 0.875rem;
  font-weight: 500;
  left: 10rem;
}
@media only screen and (max-width: 999px) {
  .enquiry-wrapper .enquire-resp .stacked-img-wrapper .join-class {
    left: 0;
    width: 8rem;
    bottom: -2rem;
  }
}
.enquiry-wrapper .img-wrappper {
  position: relative;
  display: flex;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 900px) {
  .enquiry-wrapper .img-wrappper {
    width: 17.2rem;
    height: 16.93rem;
    margin-top: 25px;
  }
}
.enquiry-wrapper .img-wrappper img {
  width: 100%;
}
.enquiry-wrapper .img-wrappper .feature-wrapper {
  display: flex;
  width: 12.12rem;
  height: 5.5rem;
  border-radius: 1rem;
  justify-content: space-evenly;
  align-items: center;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.enquiry-wrapper .img-wrappper .star {
  display: flex;
  position: absolute;
  bottom: 5rem;
  background-color: #fafafa;
  align-items: center;
  padding: 1rem 1.4rem;
  border-radius: 1rem;
  height: 5.5rem;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.enquiry-wrapper .img-wrappper .star.horizontal-shake {
  animation: horizontal-shaking 4s infinite;
}
@media only screen and (max-width: 600px) {
  .enquiry-wrapper .img-wrappper .star.horizontal-shake {
    animation: none;
  }
}
@media only screen and (max-width: 999px) {
  .enquiry-wrapper .img-wrappper .star {
    width: 95px;
    height: 3rem;
    padding: 16px;
    left: -15px;
    bottom: 4rem;
  }
}
.enquiry-wrapper .img-wrappper .star img {
  height: 3.5rem;
  width: 3.5rem;
}
@media only screen and (max-width: 900px) {
  .enquiry-wrapper .img-wrappper .star img {
    width: 1.6rem;
    height: 1.6rem;
  }
}
.enquiry-wrapper .img-wrappper .clock {
  display: flex;
  position: absolute;
  top: 7rem;
  background-color: #fafafa;
  right: -5rem;
  max-width: 12.1rem;
  align-items: center;
  padding: 1rem 1.4rem;
  border-radius: 1rem;
  height: 5.5rem;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.enquiry-wrapper .img-wrappper .clock.horizontal-shake {
  animation: horizontal-shaking 4s infinite;
}
@media only screen and (max-width: 600px) {
  .enquiry-wrapper .img-wrappper .clock.horizontal-shake {
    animation: none;
  }
}
@media only screen and (max-width: 600px) {
  .enquiry-wrapper .img-wrappper .clock {
    right: -22px !important;
    top: 73px !important;
  }
}
@media screen and (max-width: 300px) {
  .enquiry-wrapper .img-wrappper .clock {
    right: 0 !important;
  }
}
@media only screen and (max-width: 900px) {
  .enquiry-wrapper .img-wrappper .clock {
    width: 7rem;
    height: 3.1rem;
    padding: 1.4rem 1rem;
    right: -30px;
    top: 67px;
  }
}
.enquiry-wrapper .img-wrappper .clock img {
  height: 3.5rem;
  width: 3.5rem;
}
@media only screen and (max-width: 900px) {
  .enquiry-wrapper .img-wrappper .clock img {
    width: 1.6rem !important;
    height: 1.6rem !important;
  }
}
.enquiry-wrapper .img-wrappper .clock img {
  height: 3.5rem;
  width: 3.5rem;
}
@keyframes horizontal-shaking {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(5px);
  }
  50% {
    transform: translateX(-5px);
  }
  75% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
.enquiry-wrapper .img-wrappper .hour-date {
  color: #000000;
  font-weight: 600;
  font-size: 18px;
}
@media only screen and (max-width: 999px) {
  .enquiry-wrapper .img-wrappper .hour-date {
    font-size: 12px;
  }
}
.enquiry-wrapper .img-wrappper .count-caption {
  font-size: 1rem;
  font-weight: 600;
  padding-left: 16px;
  width: 75px;
}
@media only screen and (max-width: 999px) {
  .enquiry-wrapper .img-wrappper .count-caption {
    padding-left: 6px;
    padding-right: 3px;
  }
}
.enquiry-wrapper .img-wrappper .count-caption p {
  margin-bottom: 0;
}
@media only screen and (max-width: 999px) {
  .enquiry-wrapper .img-wrappper .count-caption p {
    font-size: 10px;
  }
}
.enquiry-wrapper .img-wrappper .sm-txt {
  color: #000000;
  opacity: 0.5;
  font-weight: 500;
  font-size: 0.687rem;
}
@media only screen and (max-width: 999px) {
  .enquiry-wrapper .img-wrappper .sm-txt {
    font-size: 12px;
  }
}
.enquiry-wrapper .img-wrappper .course {
  background: #286ef1;
  display: flex;
  position: absolute;
  bottom: 8rem;
  right: 0;
  width: 5rem;
  height: 5rem;
  align-items: center;
  padding: 1.3rem;
  justify-content: space-around;
  border-radius: 50%;
  box-shadow: 0px 13px 14px rgba(0, 0, 0, 0.19);
}
.enquiry-wrapper .img-wrappper .course.horizontal-shake {
  animation: horizontal-shaking 4s infinite;
}
@media only screen and (max-width: 600px) {
  .enquiry-wrapper .img-wrappper .course.horizontal-shake {
    animation: none;
  }
}
@media only screen and (max-width: 999px) {
  .enquiry-wrapper .img-wrappper .course {
    width: 2.5rem;
    height: 2.5rem;
    bottom: 60px;
  }
}
.enquiry-wrapper .img-wrappper .course img {
  height: 2.4rem;
  width: 2.4rem;
}
@media only screen and (max-width: 999px) {
  .enquiry-wrapper .img-wrappper .course img {
    width: 1.3rem;
    height: 1.3rem;
  }
}
@media only screen and (max-width: 999px) {
  .enquiry-wrapper .left-wrapper {
    display: flex;
    margin-top: 17px;
  }
}
.enquiry-wrapper .left-wrapper .enquire-and-img-wrapper {
  margin-top: 32px;
}
@media screen and (max-width: 600px) {
  .enquiry-wrapper .left-wrapper .enquire-and-img-wrapper {
    flex-direction: row;
    display: none !important;
    margin-top: 0;
    align-items: center;
  }
}
.enquiry-wrapper .left-wrapper .enquire-and-img-wrapper .stacked-img-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  height: 40px;
  align-items: center;
}
.enquiry-wrapper .left-wrapper .enquire-and-img-wrapper .stacked-img-wrapper .stack-img {
  position: absolute;
  height: 2.6rem;
  width: 2.6rem;
  display: flex;
  bottom: 0;
  border-radius: 50%;
  align-items: center;
}
.enquiry-wrapper .left-wrapper .enquire-and-img-wrapper .stacked-img-wrapper .stack-img img {
  width: 100%;
}
.enquiry-wrapper .left-wrapper .enquire-and-img-wrapper .stacked-img-wrapper .s1 {
  left: 0;
  border: 2px solid #fff;
}
.enquiry-wrapper .left-wrapper .enquire-and-img-wrapper .stacked-img-wrapper .s2 {
  left: 20px;
  border: 2px solid #fff;
}
.enquiry-wrapper .left-wrapper .enquire-and-img-wrapper .stacked-img-wrapper .s3 {
  left: 47px;
}
.enquiry-wrapper .left-wrapper .enquire-and-img-wrapper .stacked-img-wrapper .s4 {
  left: 72px;
}
.enquiry-wrapper .left-wrapper .enquire-and-img-wrapper .stacked-img-wrapper .s5 {
  left: 96px;
}
.enquiry-wrapper .left-wrapper .enquire-and-img-wrapper .stacked-img-wrapper .s6 {
  left: 117px;
}
.enquiry-wrapper .left-wrapper .enquire-and-img-wrapper .stacked-img-wrapper .more {
  position: absolute;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  font-size: 15px;
  padding: 2px;
  height: 45px;
  border: 0.1rem solid #fff;
  left: 140px;
  background-color: #6bf2be;
  color: var(--txt-color-blue);
  font-weight: 600;
}
.enquiry-wrapper .left-wrapper .enquire-and-img-wrapper .stacked-img-wrapper .join-class {
  color: #57546f;
  letter-spacing: 0.01rem;
  font-size: 12px;
  font-weight: 500;
  left: 215px;
}
@media only screen and (max-width: 999px) {
  .enquiry-wrapper .left-wrapper .enquire-and-img-wrapper .stacked-img-wrapper .join-class {
    left: 0;
    bottom: -2rem;
  }
}

.hero-features-wrappers {
  max-width: 90%;
  border-radius: 8px;
  align-items: center;
  justify-content: space-between;
  background-color: #f2fbf7;
}
@media only screen and (max-width: 600px) {
  .hero-features-wrappers {
    justify-content: center;
  }
}
.hero-features-wrappers > div {
  padding: 12px;
}
@media only screen and (max-width: 600px) {
  .hero-features-wrappers > div {
    padding: 8px;
  }
}
.hero-features-wrappers > div:not(:last-child) {
  border-right: 1px solid rgb(201, 201, 201);
}
@media only screen and (max-width: 600px) {
  .hero-features-wrappers > div:not(:nth-child(3), :nth-child(4)) {
    border-bottom: 1px solid rgb(201, 201, 201);
  }
  .hero-features-wrappers > div:nth-child(2) {
    border-right: 1px solid rgba(201, 201, 201, 0);
  }
}
@media only screen and (max-width: 600px) {
  .hero-features-wrappers {
    max-width: 100%;
    margin: auto;
  }
}

@media only screen and (max-width: 999px) {
  .accredition-wrapper {
    margin: 60px auto auto auto;
    width: 90%;
  }
}
.accredition-wrapper .collabration-txt {
  color: var(--txt-color-blue);
  font-size: 1.5rem;
  font-weight: 500;
}
@media only screen and (max-width: 999px) {
  .accredition-wrapper .collabration-txt {
    font-size: 14px;
  }
}
.accredition-wrapper .accrediation-img-wrapper {
  padding-top: 19px;
}
.accredition-wrapper .accrediation-img-wrapper #accredationCarousel img {
  height: 60px;
}
.programs-section-wrapper {
  background-color: var(--light-orange);
  padding: 50px;
  flex-direction: column;
  border-radius: 1.5rem;
}
@media only screen and (max-width: 999px) {
  .programs-section-wrapper {
    padding: 23px;
    margin: 40px auto auto auto;
  }
}
.programs-section-wrapper .form-tabs {
  margin-top: 26px;
}
@media only screen and (max-width: 999px) {
  .programs-section-wrapper .form-tabs {
    margin-top: 7px;
  }
}
.programs-section-wrapper #cardContent {
  margin-top: 30px;
}
.programs-section-wrapper .loadCardsBtn {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  left: 0;
  right: 0;
  border: 2px solid currentColor;
  width: 120px;
  height: 44px;
  margin: auto;
  display: block;
  bottom: -7rem;
  letter-spacing: 0.01em;
}
.programs-section-wrapper .tab-content .active {
  display: flex;
}
.programs-section-wrapper .btn-wrapper-program {
  padding: 60px 0;
}
.programs-section-wrapper .explore-btn {
  margin: 14px 0 0 0;
  border-bottom: 0;
  font-weight: 500;
  font-size: 0.87rem;
  display: flex;
  align-items: center;
  color: var(--primary-color);
  filter: grayscale(10);
}
@media only screen and (max-width: 600px) {
  .programs-section-wrapper .explore-btn {
    margin: 16px 0 0 0;
  }
}
.programs-section-wrapper .explore-btn img {
  padding-left: 0.2rem;
  height: 1rem;
  width: 1rem;
  padding-bottom: 0.2rem;
}
.programs-section-wrapper .explore-btn:hover {
  filter: unset;
}

.programs-caption-1 {
  font-size: 2.25rem;
  color: var(--txt-color-blue2);
}
@media only screen and (max-width: 999px) {
  .programs-caption-1 {
    font-size: 24px;
    line-height: 41px;
  }
}

.programs-caption-2 {
  font-weight: 500;
  font-size: 1.12rem;
  color: var(--txt-color-blue2);
}
@media only screen and (max-width: 999px) {
  .programs-caption-2 {
    font-size: 12px;
    line-height: 18px;
  }
}

.program-tab-btn {
  color: #57546f;
  font-size: 1.25rem;
  font-weight: 400;
}
@media only screen and (max-width: 999px) {
  .program-tab-btn {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
  }
}

.tab-btn {
  background-color: transparent;
  outline: none;
  border: none;
  margin-right: 16px;
}
@media only screen and (max-width: 600px) {
  .tab-btn {
    margin-right: 8px;
  }
}

.programs-main-wrapper .active span {
  color: var(--primary-color);
  font-weight: 500;
  border-bottom: 2px solid var(--primary-color);
}
@media only screen and (max-width: 999px) {
  .programs-main-wrapper .active span {
    font-size: 14px;
  }
}

.features {
  display: flex;
  padding-right: 0.5rem;
}

.features img {
  margin-right: 0.4rem;
  width: 25px;
  height: 25px;
}

.course-features {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  list-style: disc;
  padding-top: 15px;
  padding-left: 20px;
  margin-bottom: 0;
  font-size: 0.95rem;
}
@media only screen and (max-width: 999px) {
  .course-features {
    padding-top: 10px;
  }
}

.course-features > li {
  color: #4eb488;
}

.card-wrapper {
  box-shadow: 10px 24px 26px rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 1rem;
  text-align: left;
  background-color: var(--primary-white);
}
.card-wrapper .card-body {
  padding: 24px;
}
@media only screen and (max-width: 999px) {
  .card-wrapper {
    width: 100%;
  }
}

.card-wrapper:hover .explore-btn:hover {
  color: var(--primary-color);
}

.img-wrapper-main {
  padding-bottom: 0.625rem;
}
.img-wrapper-main img {
  width: 100%;
}

.card-img-wrapper {
  border-radius: 0.75rem;
}

.card-caption-head {
  margin: 10px 0 17px 0;
}
@media screen and (max-width: 1240px) {
  .card-caption-head {
    height: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .card-caption-head {
    height: auto;
  }
}
.card-caption-head .card-text {
  font-weight: 500;
  color: var(--txt-color-blue);
  font-size: 17px;
  text-align: left;
}
@media only screen and (max-width: 600px) {
  .card-caption-head .card-text {
    font-size: 16px;
  }
}

.course-basic-details {
  font-size: 0.875rem;
  margin-bottom: 0;
  color: var(--txt-color-blue2);
}

.course-details {
  font-size: 0.75rem;
  color: var(--txt-color-blue3);
  margin-bottom: 0.25rem;
}

.card-img-top {
  border-radius: 3rem !important;
}

.seprator {
  border: 0.01rem solid #000000;
  opacity: 0.2;
  margin-bottom: 0;
}

.more-cards {
  display: none;
  justify-content: space-between;
}
@media only screen and (max-width: 600px) {
  .more-cards {
    flex-direction: column;
  }
}

.btn-cta2 {
  color: #cb444a;
  font-size: 0.875rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}

.time-bar {
  display: flex;
  width: 100%;
  margin: 0;
}
@media only screen and (max-width: 600px) {
  .time-bar {
    display: none;
  }
}

#timeIncrease {
  margin-top: 2rem;
  background-color: var(--primary-color);
  width: 0.2rem;
  transition: linear 1s;
  border-radius: 1rem;
  height: 0.4rem;
}

@media screen and (max-width: 1200px) {
  .features {
    margin-bottom: 0.5rem;
  }
  .course-features > li > p {
    font-size: 0.9rem;
    text-align: left;
  }
}
.brand:first-child {
  max-height: 50px;
  margin-bottom: 0.5rem;
}

.tabbable {
  display: none;
}
@media only screen and (max-width: 999px) {
  .tabbable {
    display: block;
  }
}

#tab_selector {
  display: none;
}
@media only screen and (max-width: 999px) {
  #tab_selector {
    display: block;
  }
}

.pg-program-card {
  display: none;
}

.program-working-btn {
  background-color: #fff;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border-left: 7px solid transparent;
  width: 90%;
  box-shadow: rgba(25, 24, 29, 0.08) 0px 0px 6px 0px;
  text-align: center;
  justify-content: center;
  padding: 15px 10px;
}
@media only screen and (max-width: 600px) {
  .program-working-btn {
    padding: 8px;
    font-size: 12px;
    width: auto;
    border: 1px solid transparent;
    border-radius: 5px;
  }
}

.program-working-btn.active {
  border-left: 7px solid var(--primary-color);
  color: var(--primary-color);
}
@media only screen and (max-width: 600px) {
  .program-working-btn.active {
    border-left: 0;
    border: 1px solid var(--primary-color);
  }
}

.program-btn-wrapper {
  height: 50px !important;
}
@media only screen and (max-width: 600px) {
  .program-btn-wrapper {
    height: auto !important;
    margin-bottom: 35px;
  }
}

.program-tab-list {
  padding-left: 0;
  list-style: disc;
}
@media only screen and (max-width: 600px) {
  .program-tab-list {
    padding-left: 0;
  }
}
.program-tab-list .program-list-wrapper {
  display: flex;
  align-items: start;
  margin-bottom: 8px;
}
.program-tab-list .program-list-wrapper p {
  margin-bottom: 16px;
}
.program-tab-list .program-list-wrapper .program-ico {
  margin-right: 8px;
}

.program-container {
  height: 460px;
  padding: 32px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: rgba(25, 24, 29, 0.08) 0px 0px 20px 0px;
}
@media only screen and (max-width: 600px) {
  .program-container {
    height: auto;
  }
}

.program-main-wrapper {
  display: flex;
  padding: 0px 20px 30px 30px;
  justify-content: space-between;
  flex-direction: column;
}
.program-main-wrapper .tab-content {
  height: 330px;
  max-height: 100%;
  padding-top: 16px;
}
@media only screen and (max-width: 600px) {
  .program-main-wrapper .tab-content {
    height: auto;
  }
}
@media only screen and (max-width: 600px) {
  .program-main-wrapper {
    padding: 0;
  }
}
@media only screen and (max-width: 600px) {
  .program-main-wrapper .program-img-wrapper {
    display: none;
  }
}

@media only screen and (max-width: 999px) {
  .trusted-program-wrapper {
    width: 90%;
    margin: 40px auto auto auto;
  }
}

.ratings-main-wrapper {
  display: flex;
  width: 85%;
  margin: 100px auto auto auto;
}
@media only screen and (max-width: 900px) {
  .ratings-main-wrapper {
    flex-direction: column;
    width: 90%;
    margin: 40px auto auto auto;
  }
}

.ratings-main-img {
  border-radius: 1.5rem;
}
@media only screen and (max-width: 600px) {
  .ratings-main-img {
    width: 100%;
  }
}

.trusted-program-txt {
  font-weight: 500;
  font-size: 1.5rem;
  color: var(--txt-color-blue);
  margin-bottom: 16px;
}
@media only screen and (max-width: 999px) {
  .trusted-program-txt {
    font-weight: 500;
    font-size: 24px;
    line-height: 41px;
  }
}

.career-transformed {
  position: absolute;
  background-color: #eb9b43;
  bottom: 91px;
  right: -113px;
  width: 175px;
  height: 172px;
  padding: 24px;
  border-radius: 0.37rem;
  color: var(--primary-white);
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: left;
}
@media only screen and (max-width: 600px) {
  .career-transformed {
    width: 120px;
    height: 119px;
  }
}
.career-transformed .career-transformed-caption {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
}
@media only screen and (max-width: 600px) {
  .career-transformed .career-transformed-caption {
    font-size: 14px;
  }
}
.career-transformed p {
  font-weight: 700;
  font-size: 48px;
  line-height: 46px;
}
@media only screen and (max-width: 600px) {
  .career-transformed p {
    font-size: 32px;
  }
}

@media screen and (max-width: 650px) {
  .career-transformed {
    right: -5%;
  }
}
@media only screen and (max-width: 600px) {
  .ratings-img-wrapper {
    width: auto;
  }
}
@media screen and (min-width: 900px) and (max-width: 1070px) {
  .ratings-img-wrapper {
    margin-right: 4.5rem;
  }
}

.ratings-card-wrapper {
  margin: 0;
  /* Track */
  /* Handle */
}
.ratings-card-wrapper .tech-txt {
  font-weight: 500;
  font-size: 2.25rem;
  color: var(--txt-color-blue);
  font-family: inherit;
}
@media only screen and (max-width: 999px) {
  .ratings-card-wrapper .tech-txt {
    font-size: 24px;
  }
}
.ratings-card-wrapper .trusted-program-caption1 {
  color: var(--txt-color-blue2);
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  padding-bottom: 25px;
}
@media only screen and (max-width: 999px) {
  .ratings-card-wrapper .trusted-program-caption1 {
    font-size: 16px;
  }
}
.ratings-card-wrapper ::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.4rem;
}
.ratings-card-wrapper ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 4px #e6e6e6;
  border-radius: 1rem;
  width: 50%;
  opacity: 0.1;
}
.ratings-card-wrapper ::-webkit-scrollbar-thumb {
  background: var(--orange-color);
  border-radius: 1rem;
}
.ratings-card-wrapper .tech-card-wrapper img {
  height: 50px;
  width: 50px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 900px) {
  .ratings-card-wrapper .tech-card-wrapper {
    display: inline-block;
    width: 254px;
    height: 218px;
    white-space: normal;
    padding-left: 0;
    margin-right: 1.5rem;
    padding-bottom: 1rem;
  }
}

.ratings-cards {
  padding-left: 0;
}
@media only screen and (max-width: 900px) {
  .ratings-cards {
    display: block;
    margin-left: 0;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    width: 100%;
    padding-bottom: 0;
  }
}

.enroll-btn {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  border: 1px solid currentColor;
}

.rating-resp .rating-num {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #929292;
}
.rating-resp i {
  color: #f0c146;
}

.tech-program-txt {
  padding-top: 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--black-color);
  opacity: 0.8;
}

.tech-main-caption {
  font-size: 1.12rem;
  color: var(--black-color);
  font-weight: 500;
}

@media screen and (max-width: 1200px) {
  .ratings-img-wrapper {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 600px) {
  .rating-logo-wrapper {
    max-width: 90%;
  }
}

.ratingsPreWrap {
  margin-top: 130px;
}
@media only screen and (max-width: 600px) {
  .ratingsPreWrap {
    margin-top: 0;
  }
}

.brand-case-study-main-wrapper {
  margin: 100px auto auto auto;
}
@media only screen and (max-width: 999px) {
  .brand-case-study-main-wrapper {
    margin: 40px auto auto auto;
  }
}

.leader-wrapper {
  background-color: var(--light-blue);
  justify-content: space-between;
  border-radius: 0.5rem;
  position: relative;
}
@media only screen and (max-width: 999px) {
  .leader-wrapper {
    margin: 40px auto auto auto;
  }
}
.leader-wrapper .checked-wrap {
  display: flex;
  padding-left: 0;
  padding-top: 1.5rem;
}
.leader-wrapper .checked-wrap p {
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.02em;
  color: #1a1b1d;
  margin-top: -3px;
}
@media only screen and (max-width: 999px) {
  .leader-wrapper .checked-wrap p {
    font-weight: 500;
    font-size: 14px;
    line-height: 23px;
  }
}
@media only screen and (min-width: 1392px) {
  .leader-wrapper .checked-wrap {
    width: 100%;
  }
}
.leader-wrapper .checked-wrap img {
  height: 1.2rem;
  padding-right: 1rem;
}
.leader-wrapper .checked-wrap li {
  display: flex;
  width: 22rem;
}
@media only screen and (max-width: 600px) {
  .leader-wrapper .checked-wrap li {
    width: 100%;
  }
}
.leader-wrapper .checked-wrap li p {
  color: #1a1b1d;
  letter-spacing: 0.02rem;
  font-size: 1rem;
  font-weight: 500;
}
@media only screen and (min-width: 1800px) {
  .leader-wrapper {
    height: auto;
  }
}
.leader-wrapper .learn-caption {
  color: #0e0e0e;
  font-weight: 500;
  font-size: 2.25rem;
}
@media only screen and (max-width: 999px) {
  .leader-wrapper .learn-caption {
    font-weight: 500;
    font-size: 24px;
    line-height: 41px;
  }
}
.leader-wrapper .leader-img {
  display: flex;
  position: absolute;
  right: 2rem;
  top: -3rem;
  bottom: 0.2rem;
  justify-content: flex-end;
}
@media screen and (max-width: 999px) {
  .leader-wrapper .leader-img {
    display: none;
  }
}

.brand-case-study-wrapper {
  margin: auto;
  align-items: center;
  justify-content: space-between;
}
.brand-case-study-wrapper .case-study-caption {
  font-size: 1rem;
  color: #0f0b31;
  padding-bottom: 1rem;
}
@media only screen and (max-width: 600px) {
  .brand-case-study-wrapper .case-study-caption {
    padding-top: 1.5rem;
  }
}
.brand-case-study-wrapper #carouselFlagControls img {
  width: 5rem;
}
@media only screen and (max-width: 600px) {
  .brand-case-study-wrapper #carouselFlagControls img {
    width: auto;
  }
}
.brand-case-study-wrapper hr {
  height: 5rem;
  opacity: 0.5;
  margin: 0;
  border-radius: 1rem;
  border: 0.001px solid rgba(79, 73, 73, 0.57);
}
@media only screen and (max-width: 600px) {
  .brand-case-study-wrapper hr {
    display: none;
  }
}

.learning-platform-content-wrapper {
  justify-content: space-evenly;
  padding-top: 2rem;
}
@media only screen and (max-width: 600px) {
  .learning-platform-content-wrapper {
    margin: auto;
    padding-top: 0;
    flex-direction: column;
    align-items: center;
  }
}

.select-control {
  border: 1px solid #dddddd;
  border-radius: 4px;
  background-color: #fff;
  max-width: 278px;
  padding: 7px 16px;
}

.learning-platform-wrapper {
  background-color: var(--white4);
  text-align: center;
  border-radius: 1.5rem 1.5rem 0px 0px;
}
@media only screen and (max-width: 999px) {
  .learning-platform-wrapper {
    margin: 40px auto auto auto;
  }
}
.learning-platform-wrapper .text-typing-effect {
  display: flex;
  padding-left: 15vw;
  min-height: 20px;
}
@media only screen and (max-width: 600px) {
  .learning-platform-wrapper .text-typing-effect {
    display: block;
    padding: 1.5rem 1.5rem 1.5rem;
    height: 13rem;
  }
}
.learning-platform-wrapper .program-drop-btn {
  display: none;
}
.learning-platform-wrapper .program-drop-btn button {
  background-color: var(--primary-white);
}
@media only screen and (max-width: 600px) {
  .learning-platform-wrapper .program-drop-btn {
    display: flex;
  }
}
.learning-platform-wrapper .learning-main-caption {
  font-weight: 500;
  font-size: 2.25rem;
  text-align: center;
  padding-top: 2.25rem;
  color: var(--txt-color-blue1);
}
@media only screen and (max-width: 999px) {
  .learning-platform-wrapper .learning-main-caption {
    font-size: 24px;
  }
}
@media only screen and (max-width: 999px) {
  .learning-platform-wrapper .text-effect-mobile {
    width: 100% !important;
  }
}
.learning-platform-wrapper .nav-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-top: 1.75rem;
}
@media only screen and (max-width: 999px) {
  .learning-platform-wrapper .nav-container {
    padding-top: 0;
  }
}
.learning-platform-wrapper .nav-container .pill-bar {
  padding: 0.1rem 1.5rem;
  background-color: var(--primary-white);
  border-radius: 1rem;
  align-items: center;
}
@media only screen and (max-width: 999px) {
  .learning-platform-wrapper .nav-container .pill-bar {
    display: none !important;
  }
}
@media only screen and (max-width: 600px) {
  .learning-platform-wrapper .nav-container .pill-bar #pills-tab-selector {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .learning-platform-wrapper .nav-container .pill-bar .nav-pill-learning {
    display: none;
  }
}
.learning-platform-wrapper .nav-container .pill-bar .nav-pill-learning button {
  border-radius: 0.25rem;
}
.learning-platform-wrapper .nav-container .pill-bar .nav-pill-learning button span {
  font-size: 1rem;
  font-weight: 500;
  color: var(--txt-color-blue3);
}
.learning-platform-wrapper .nav-container .pill-bar .nav-pill-learning .active {
  background-color: var(--primary-color) !important;
  height: 32px;
  align-items: center;
  padding: 10px 16px;
  display: flex;
}
.learning-platform-wrapper .nav-container .pill-bar .nav-pill-learning .active span {
  color: var(--primary-white);
}
.learning-platform-wrapper .learn-caption {
  color: #0e0e0e;
  font-weight: 500;
  font-size: 2.25rem;
}
.learning-platform-wrapper .checked-wrap {
  display: flex;
  padding-left: 0;
  padding-top: 1.5rem;
  flex-wrap: wrap;
  min-width: 55rem;
  max-width: 50%;
  justify-content: space-between;
}
.learning-platform-wrapper .checked-wrap > li {
  display: flex;
  width: 22rem;
}
.learning-platform-wrapper .checked-wrap > li > p {
  color: var(--txt-color-blue2);
  letter-spacing: 0.02rem;
  font-size: 1rem;
}
.learning-platform-wrapper .checked-wrap img {
  height: 1.2rem;
  padding-right: 1rem;
}
.learning-platform-wrapper .checked-wrap-career {
  display: flex;
  padding-left: 0;
  padding-top: 1.5rem;
  flex-direction: column;
  justify-content: space-between;
}
.learning-platform-wrapper .checked-wrap-career p {
  color: var(--txt-color-blue2);
  font-size: 0.87rem;
  line-height: 2rem;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 999px) {
  .learning-platform-wrapper .checked-wrap-career p {
    font-size: 14px;
    line-height: 23px;
  }
}
.learning-platform-wrapper .checked-wrap-career img {
  height: 1.2rem;
  padding-right: 1rem;
}
@media only screen and (max-width: 999px) {
  .learning-platform-wrapper .checked-wrap-career img {
    margin-top: -17px;
  }
}
.learning-platform-wrapper .checked-wrap-career li {
  display: flex;
  align-items: center;
  padding-bottom: 25px;
}
@media only screen and (max-width: 600px) {
  .learning-platform-wrapper .learning-platform {
    width: 90%;
    margin: auto;
  }
}
.learning-platform-wrapper .learning-platform .tab-pane {
  display: none;
}
.learning-platform-wrapper .learning-platform .active {
  display: flex;
  flex-direction: column;
}
.learning-platform-wrapper .student-with-book-wrappper {
  position: relative;
  width: 20rem;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 600px) {
  .learning-platform-wrapper .student-with-book-wrappper {
    display: none;
  }
}
.learning-platform-wrapper .student-with-book-wrappper .course-career-wrapper {
  position: absolute;
  background-color: #f0c266;
  left: 23px;
  bottom: 67px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem;
  border-radius: 50%;
  box-shadow: 0px 13px 14px rgba(0, 0, 0, 0.19);
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
.learning-platform-wrapper .student-with-book-wrappper .course-career-wrapper .degree-ico-program {
  height: 1.5rem;
  width: 1.5rem;
}
.learning-platform-wrapper .student-with-book-wrappper .flag-career-wrapper {
  position: absolute;
  background-color: #ffffff;
  right: -2rem;
  bottom: 82px;
  display: flex;
  align-items: center;
  padding: 5px 7px;
  border-radius: 0.75rem;
}
.learning-platform-wrapper .student-with-book-wrappper .flag-career-wrapper .flag {
  height: 2rem;
  padding-left: 5px;
}
.learning-platform-wrapper .student-with-book-wrappper .flag-career-wrapper .flag img {
  border-radius: 50%;
  height: 2rem;
  width: 2rem;
}
.learning-platform-wrapper .student-with-book-wrappper .flag-career-wrapper .flag-caption {
  padding-left: 0.5rem;
  text-align: left;
}
.learning-platform-wrapper .student-with-book-wrappper .flag-career-wrapper .flag-caption .country-name {
  color: var(--txt-color-blue2);
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 0;
}
.learning-platform-wrapper .student-with-book-wrappper .flag-career-wrapper .flag-caption .details {
  margin-bottom: 0;
  font-size: 0.6rem;
  color: var(--txt-color-blue2);
  opacity: 0.6;
}

.type-container {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.type-container p {
  font-size: 3rem;
  padding: 0.5rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  text-align: center;
  overflow: hidden;
}

.type-container p span.typed-text {
  font-weight: normal;
  color: #dd7732;
}

.type-container p span.cursor {
  display: inline-block;
  background-color: #ccc;
  margin-left: 0.1rem;
  width: 3px;
  animation: blink 1s infinite;
}

.type-container p span.cursor.typing {
  animation: none;
}

@keyframes blink {
  0% {
    background-color: #ccc;
  }
  49% {
    background-color: #ccc;
  }
  50% {
    background-color: transparent;
  }
  99% {
    background-color: transparent;
  }
  100% {
    background-color: #ccc;
  }
}
/* Feature wrapper */
.features-main-wrapper .row {
  justify-content: space-between;
}
.features-main-wrapper .row div {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  width: 12rem;
}
.features-main-wrapper .featureCount {
  display: flex;
}
.features-main-wrapper .counter-bold {
  color: var(--txt-color-blue2);
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  padding-bottom: 0;
  line-height: 3.75rem;
}
@media only screen and (max-width: 999px) {
  .features-main-wrapper .counter-bold {
    font-weight: 500;
    font-size: 32px;
    line-height: 48px;
  }
}
.features-main-wrapper p:last-child {
  color: var(--txt-color-blue2);
  font-size: 1.1rem;
  font-weight: 400;
}
@media only screen and (max-width: 999px) {
  .features-main-wrapper p:last-child {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
  }
}
.features-main-wrapper .feature-counter-wrappper {
  justify-content: space-between;
  margin: auto;
}
@media only screen and (max-width: 999px) {
  .features-main-wrapper .feature-counter-wrappper {
    display: none;
  }
}
.features-main-wrapper .feature-counter-wrappper .container {
  text-align: left;
  padding-left: 0;
}
.features-main-wrapper .feature-counter-wrappper-resp {
  display: none;
  width: 100%;
  justify-content: space-between;
  margin: auto;
}
.features-main-wrapper .feature-counter-wrappper-resp div {
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 600px) {
  .features-main-wrapper .feature-counter-wrappper-resp {
    display: flex;
    flex-direction: column;
  }
}
.features-main-wrapper .feature-counter-wrappper-resp .container {
  text-align: left;
  padding: 0;
}
.features-main-wrapper .feature-counter-wrappper-resp .container .counter-bold {
  color: var(--txt-color-blue2);
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  padding-bottom: 0;
  line-height: 3.75rem;
}
@media only screen and (max-width: 600px) {
  .features-main-wrapper .feature-counter-wrappper-resp .container .counter-bold {
    font-size: 32px;
  }
}

.country-wrapper {
  padding-left: 40px;
  border-left: 1px solid rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 999px) {
  .country-wrapper {
    padding-left: 0;
    border: 0;
  }
}

.flag-wrapper figure img {
  width: auto !important;
}
.flag-wrapper figure figcaption {
  padding-top: 15px;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: var(--txt-color-blue2);
}
@media only screen and (max-width: 999px) {
  .flag-wrapper {
    border: 0;
    padding-left: 0;
  }
}

#featureCountMobile {
  display: none;
}
@media only screen and (max-width: 999px) {
  #featureCountMobile {
    display: block;
  }
  #featureCountMobile .sm {
    color: var(--txt-color-blue2);
    font-weight: 500;
    font-size: 1.1rem !important;
    line-height: 1.6rem !important;
  }
  #featureCountMobile .mini {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1rem;
  }
}
@media only screen and (max-width: 999px) and (max-width: 999px) {
  #featureCountMobile .mini {
    font-size: 12px;
  }
}

.centers-pre-wrap {
  margin-top: 180px;
}
@media only screen and (max-width: 600px) {
  .centers-pre-wrap {
    margin-top: 0px;
  }
}

.filter {
  text-align: left;
}
.filter a {
  text-align: center;
  padding: 0.7em 1em;
  background: #f9f9fa;
  color: white;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  color: var(--txt-color-blue);
  border-radius: 4px;
  margin-right: 16px;
  border: 1px solid transparent;
}

.filter a.current {
  background: rgba(220, 53, 69, 0.1);
  color: var(--primary-color);
  border: 1px solid rgba(220, 53, 69, 0.4);
}

.boxGroup {
  text-align: left;
  display: block;
  flex-wrap: wrap;
}

@media screen and (max-width: 750px) {
  .cta-section {
    margin: 90px auto auto auto;
  }
}
.cta-section .cta-main-wrapper {
  max-width: 1080px;
  margin: auto;
  padding: 33px;
  border-radius: 16px;
  background-color: var(--light-green-2);
}
@media screen and (max-width: 750px) {
  .cta-section .cta-main-wrapper {
    display: flex;
    width: 100%;
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 600px) {
  .cta-section .cta-main-wrapper {
    padding: 20px;
  }
}
@media only screen and (max-width: 999px) {
  .cta-section .cta-main-wrapper {
    margin: 40px auto auto auto;
  }
}
@media only screen and (max-width: 999px) {
  .cta-section .cta-main-wrapper .caption-wrapper {
    padding-top: 80px;
  }
}
.cta-section .cta-main-wrapper .cta-wrapper-degree {
  position: relative;
}
.cta-section .cta-main-wrapper .cta-wrapper-degree .shadow {
  background: #3d3d3d;
  filter: blur(8.5px);
  transform: rotate(-6.79deg);
  position: absolute;
  width: 5.3rem;
  height: 0.75rem;
  bottom: 3rem;
  border-radius: 50%;
  left: 6rem;
  opacity: 0.4;
}
@media screen and (max-width: 750px) {
  .cta-section .cta-main-wrapper .cta-wrapper-degree .shadow {
    bottom: -3.3rem;
  }
}
.cta-section .cta-main-wrapper .cta-wrapper-degree img {
  position: absolute;
  width: 80%;
  top: -5rem;
}
@media screen and (max-width: 750px) {
  .cta-section .cta-main-wrapper .cta-wrapper-degree img {
    left: 0;
    right: 0;
    margin: auto;
    width: auto;
  }
}
.cta-section .cta-main-wrapper .cta-wrapper {
  display: flex;
  width: 62.5rem;
  max-width: 100%;
  border-radius: 1rem;
  margin: auto;
  padding: 2rem 2rem;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .cta-section .cta-main-wrapper .cta-wrapper {
    flex-direction: column-reverse;
    padding-top: 16px;
  }
}
.cta-section .cta-main-wrapper .my-btn {
  border-radius: 6.25rem;
  font-size: 0.87rem;
  letter-spacing: 0.01rem;
  font-weight: 500;
  padding: 10px 18px;
}
@media only screen and (max-width: 999px) {
  .cta-section .cta-main-wrapper .my-btn {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    padding: 10px 9px;
  }
}
@media screen and (max-width: 320px) {
  .cta-section .cta-main-wrapper .my-btn {
    margin-top: 5px;
    font-size: 12px;
    padding: 8px 14px;
  }
}
@media only screen and (max-width: 999px) {
  .cta-section .cta-main-wrapper .my-btn:first-child {
    margin-right: 16px;
  }
}
.cta-section .cta-main-wrapper .my-btn .cta-main-caption {
  font-weight: 500;
  font-size: 2.25rem;
  color: #282828;
}
.cta-section .cta-main-wrapper .my-btn .secondary-caption {
  color: #000000;
  font-size: 1rem;
  font-weight: 500;
}

@media only screen and (max-width: 999px) {
  .testimonal-main-wrapper {
    margin: 40px auto auto auto;
  }
}

@media only screen and (max-width: 999px) {
  .testimonal-wrapper .prev-testimonal {
    display: none;
  }
}
.testimonal-wrapper .testimonal-main-caption {
  color: var(--txt-color-blue);
  font-weight: 500;
  font-size: 36px;
  line-height: 51px;
}
@media only screen and (max-width: 999px) {
  .testimonal-wrapper .testimonal-main-caption {
    font-weight: 500;
    font-size: 24px;
    line-height: 41px;
  }
}

.spotlight-caption {
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  margin-top: 19px;
}

.testimonal-cards-wrapper .swiper {
  width: 100%;
  height: 100%;
}
.testimonal-cards-wrapper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}
.testimonal-cards-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.testimonal-card {
  position: relative;
  background-color: var(--secondary-white);
  padding: 1.5rem;
  border-radius: 1rem;
  height: 180px;
  margin-right: 2.5rem;
}
.testimonal-card .testimonal-user-name {
  color: var(--txt-color-blue);
  font-weight: 600;
  font-size: 1.25rem;
}
.testimonal-card .testimonal-caption {
  font-size: 14px;
  color: var(--black-color);
  opacity: 0.8;
  font-weight: 400;
}
@media only screen and (max-width: 999px) {
  .testimonal-card {
    display: none;
  }
}

.testimonal-card-mobile {
  position: relative;
  background-color: #f3f4f6;
  padding: 1.5rem;
  border-radius: 1rem;
  height: 15.31rem;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 999px) {
  .testimonal-card-mobile {
    height: auto;
  }
}
.testimonal-card-mobile img {
  width: 40px;
  height: 40px;
  margin-right: 16px;
}
.testimonal-card-mobile .testimonal-user-name {
  color: var(--txt-color-blue);
  font-weight: 600;
  font-size: 1.25rem;
  margin-bottom: 0.93rem;
}
@media only screen and (max-width: 999px) {
  .testimonal-card-mobile .testimonal-user-name {
    font-size: 1rem;
  }
}
.testimonal-card-mobile .testimonal-caption {
  font-size: 0.93rem;
  color: var(--black-color);
  opacity: 0.8;
  font-weight: 400;
}

#loadTestimonal {
  border: 2px solid #dc3545;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #dc3545;
}

.testimonal-card > img {
  position: absolute;
  right: 3rem;
}

.testimonal-video-main-wrapper {
  width: 100%;
  white-space: nowrap;
  padding-top: 80px;
  padding-bottom: 1rem;
  /* Track */
  /* Handle */
}
.testimonal-video-main-wrapper::-webkit-scrollbar {
  max-width: 0.5rem;
  height: 0.3rem;
}
.testimonal-video-main-wrapper::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0.1rem grey;
  border-radius: 1px;
}
.testimonal-video-main-wrapper::-webkit-scrollbar-thumb {
  background: #dc3545;
  border-radius: 10px;
  width: 0.5rem;
}
.testimonal-video-main-wrapper .testimonal-video-wrapper {
  position: relative;
  display: inline-block;
  margin-right: 1rem;
  border-radius: 1rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 83.85%);
}
.testimonal-video-main-wrapper .testimonal-video-wrapper img {
  width: 100%;
  border-radius: 1rem;
}
@media only screen and (max-width: 600px) {
  .testimonal-video-main-wrapper .testimonal-video-wrapper {
    width: 160px !important;
    height: 193.68px;
  }
}
.testimonal-video-main-wrapper .testimonal-video-wrapper .play {
  position: absolute;
  left: 0;
  margin: auto;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
  transition: all 0.2s;
}
.testimonal-video-main-wrapper .testimonal-video-wrapper .play:hover {
  transform: scale(1.05);
}
.testimonal-video-main-wrapper .testimonal-video-wrapper .tag-caption {
  background: rgba(255, 255, 255, 0.24);
  color: var(--primary-white);
  font-weight: 500;
  position: absolute;
  top: 1.5rem;
  right: 2rem;
  padding: 0.18rem 0.62rem;
  border-radius: 1.25rem;
}
@media only screen and (max-width: 600px) {
  .testimonal-video-main-wrapper .testimonal-video-wrapper .tag-caption {
    display: none;
  }
}
.testimonal-video-main-wrapper .testimonal-video-wrapper .video-caption {
  position: absolute;
  bottom: 0;
  color: #ffffff;
  width: 100%;
  margin: auto;
  left: 0;
  border-radius: 1rem;
  right: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 83.85%);
  opacity: 0.8;
  padding-bottom: 1.4rem;
}
.testimonal-video-main-wrapper .testimonal-video-wrapper .video-caption p:nth-of-type(1) {
  font-size: 1.25rem;
  padding-left: 1rem;
  font-weight: 500;
}
@media only screen and (max-width: 600px) {
  .testimonal-video-main-wrapper .testimonal-video-wrapper .video-caption p:nth-of-type(1) {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
  }
}
.testimonal-video-main-wrapper .testimonal-video-wrapper .video-caption p:nth-of-type(2) {
  padding-left: 1rem;
  font-size: 0.875rem;
  font-weight: 400;
}
@media only screen and (max-width: 600px) {
  .testimonal-video-main-wrapper .testimonal-video-wrapper .video-caption p:nth-of-type(2) {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #ffffff;
    opacity: 0.9;
  }
}
.testimonal-video-main-wrapper .testimonal-video-wrapper .testimonal-img {
  border-radius: 1rem;
  width: 100%;
}

.video-column {
  margin-bottom: 1rem;
  width: 13rem;
  cursor: pointer;
}
@media only screen and (max-width: 999px) {
  .video-column {
    margin-right: 20px;
  }
}
.video-column img {
  width: 100%;
}
.video-column .cursor {
  opacity: 0.5;
}
.video-column .cursor .active {
  opacity: 1;
}

.myVideos {
  height: 80vh;
  margin: auto;
  width: 80%;
}
@media only screen and (max-width: 999px) {
  .myVideos {
    height: auto;
    width: 100%;
  }
}

.suggested-testimonal-video {
  width: 20%;
  height: 80vh;
  overflow: auto;
}
@media only screen and (max-width: 999px) {
  .suggested-testimonal-video {
    display: flex;
    margin-top: 100px;
    flex-direction: row;
    height: auto;
    width: 90%;
  }
}
.suggested-testimonal-video .videoD img {
  opacity: 0.5;
}

.testimonal-modal-content {
  position: relative;
  margin: auto;
  padding: 0;
  width: 90%;
  display: flex;
  /* Track */
  /* Handle */
}
@media only screen and (max-width: 999px) {
  .testimonal-modal-content {
    flex-direction: column;
  }
}
.testimonal-modal-content ::-webkit-scrollbar {
  width: 0.3rem;
  height: 0.4rem;
}
.testimonal-modal-content ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 1rem;
}
.testimonal-modal-content ::-webkit-scrollbar-thumb {
  background: grey;
  border-radius: 5px;
}

.testimonal-active {
  width: 80%;
  margin: auto;
}
@media only screen and (max-width: 999px) {
  .testimonal-active {
    width: 100%;
  }
}

.testimonal-modal {
  display: none;
  position: fixed;
  z-index: 100;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.881);
}

.carousel__viewport .carousel__slide {
  width: 150px !important;
  margin-right: 16px;
}

.no-carousel {
  display: none;
}
@media only screen and (max-width: 999px) {
  .no-carousel {
    display: block;
  }
}

@media only screen and (max-width: 999px) {
  .testimonal-head {
    display: none;
  }
}

.reviewsPreWrap {
  margin-top: 190px;
}
@media only screen and (max-width: 600px) {
  .reviewsPreWrap {
    margin-top: 0px;
  }
}

.life-at-main-wrapper img {
  width: 100%;
}
.life-at-main-wrapper .life-at-wrapper {
  display: flex;
  width: 100%;
}
.life-at-main-wrapper .life-at-wrapper .row-head {
  padding-bottom: 2.6rem;
}
@media only screen and (max-width: 600px) {
  .life-at-main-wrapper .life-at-wrapper .row-head {
    justify-content: space-between;
    width: 100%;
  }
}
.life-at-main-wrapper .life-at-wrapper .life-main-caption {
  color: #282828;
  font-size: 1.5rem;
  font-weight: 500;
}
.life-at-main-wrapper .bg-space {
  padding-top: 25px;
}
.life-at-main-wrapper .video-play {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
@media only screen and (max-width: 999px) {
  .life-at-main-wrapper .inline-slider {
    display: inline;
    white-space: nowrap;
    overflow-y: auto;
    padding: 10px;
  }
}
@media only screen and (max-width: 999px) {
  .life-at-main-wrapper .life-img-wrapper {
    overflow-x: auto;
    white-space: nowrap;
    overflow-y: hidden;
    display: inline;
    height: 199px;
    padding-bottom: 32px;
  }
  .life-at-main-wrapper .life-img-wrapper > div {
    display: inline;
  }
  .life-at-main-wrapper .life-img-wrapper > div img {
    width: 100%;
  }
}
@media only screen and (max-width: 999px) and (max-width: 999px) {
  .life-at-main-wrapper .life-img-wrapper > div img {
    width: 70%;
  }
}
.life-at-main-wrapper .life-img-wrapper .img-wrapper-box {
  display: flex;
  flex-direction: column;
  padding-bottom: 2rem;
}
@media only screen and (max-width: 900px) {
  .life-at-main-wrapper .life-img-wrapper .img-wrapper-box {
    flex-direction: row;
  }
}
.life-at-main-wrapper .life-img-wrapper .img-wrapper-box .sm-img {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0;
  margin-bottom: 0;
}
.life-at-main-wrapper .life-img-wrapper .img-wrapper-box div {
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  padding-bottom: 1rem;
  padding-right: 1rem;
}
.life-at-main-wrapper .life-img-wrapper img {
  width: 100%;
  border-radius: 0.5rem;
  box-sizing: content-box;
  cursor: pointer;
}

.life-at-modal {
  display: none;
  position: fixed;
  z-index: 100;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.881);
}

.column {
  margin-bottom: 1rem;
  padding: 0 1rem;
}

/* Modal Content */
.life-at-modal-content {
  position: relative;
  margin: auto;
  padding: 0;
  width: 90%;
  flex-direction: row;
  display: flex;
  /* Track */
  /* Handle */
}
@media only screen and (max-width: 999px) {
  .life-at-modal-content {
    flex-direction: column;
  }
}
.life-at-modal-content ::-webkit-scrollbar {
  width: 0.3rem;
  height: 0.4rem;
}
.life-at-modal-content ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 1rem;
}
.life-at-modal-content ::-webkit-scrollbar-thumb {
  background: grey;
  border-radius: 5px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

#brandCaseCarousel .swiper-wrapper div {
  height: 90px;
  align-items: center;
}

.close:hover,
.close:focus {
  color: #dc3545;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
  width: 80%;
  margin: auto;
  height: 500px;
}
@media only screen and (max-width: 999px) {
  .mySlides {
    height: 250px;
  }
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
@media only screen and (max-width: 600px) {
  .prev,
  .next {
    display: none;
  }
}

/* Position the "next button" to the right */
.next {
  right: 25px;
}

.prev {
  left: 20px;
}

.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
  color: #dc3545;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

#flagCarousel .swiper-slide {
  justify-content: center;
}
#flagCarousel .swiper-slide div {
  align-items: flex-end;
}

.video-column {
  margin-bottom: 1rem;
  width: 13rem;
  cursor: pointer;
}
@media only screen and (max-width: 999px) {
  .video-column {
    margin-right: 20px;
  }
}
.video-column img {
  width: 100%;
}
.video-column .cursor {
  opacity: 0.5;
}
.video-column .cursor .active {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.cta-box-wrapper {
  display: flex;
}

.grey {
  background-color: #777777;
}

.cta-box-img {
  position: absolute;
  top: 10px;
}

.partner-img-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.partner-img-wrapper {
  display: flex;
  justify-content: center;
  max-height: 125px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
  width: 160px;
  height: 60px;
  padding: 16px;
  border-radius: 8px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 600px) {
  .partner-img-wrapper {
    width: 110px;
  }
}

@media only screen and (max-width: 999px) {
  .spotlight-wrappper {
    margin: 40px auto auto auto;
    width: 90%;
  }
}
.spotlight-wrappper .spotlight-ctrl-btn {
  width: 100px;
}
@media only screen and (max-width: 600px) {
  .spotlight-wrappper .spotlight-ctrl-btn {
    display: none !important;
  }
}
.spotlight-wrappper .spotlight-card {
  width: 210px;
  max-width: 100%;
}
.spotlight-wrappper .spotlight-card .spotlight-caption {
  font-size: 0.75rem;
  color: #000000;
}
@media only screen and (max-width: 999px) {
  .spotlight-wrappper .spotlight-card .spotlight-caption {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .spotlight-wrappper #carouselSpotlightControls .spotlight-card {
    padding: 1.93rem;
    height: 11.87rem;
    border-radius: 0.5rem;
    cursor: pointer;
  }
  .spotlight-wrappper #carouselSpotlightControls .spotlight-card:hover {
    background-color: #d9d9d9;
  }
  .spotlight-wrappper #carouselSpotlightControls .spotlight-card .spotlight-caption {
    font-size: 0.75rem;
    color: #000000;
  }
}
.spotlight-wrappper .spotlight-card-mobile {
  display: none;
  padding: 1.93rem;
  border-radius: 0.5rem;
  cursor: pointer;
  background-color: #f5f5f5;
  margin-bottom: 1rem;
}
.spotlight-wrappper .spotlight-card-mobile:hover {
  background-color: #d9d9d9;
}
.spotlight-wrappper .spotlight-card-mobile .spotlight-caption {
  font-size: 0.75rem;
  color: #000000;
}

#spotlightCardWrapper .swiper-wrapper {
  margin-bottom: 10px;
}

#spotlightCardWrapper .swiper {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 999px) {
  #spotlightCardWrapper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #spotlightCardWrapper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #spotlightCardWrapper .swiper-slide-active {
    opacity: 1;
  }
}

.cta-ambasaddor-wrapper {
  display: flex;
  max-width: 1080px;
  background: linear-gradient(267.83deg, #fdc824 -55.44%, #e01033 165.19%);
  margin: 100px auto auto auto;
  border-radius: 0.75rem;
  padding: 2rem 2rem;
  color: #ffffff;
  justify-content: space-between;
}
@media only screen and (max-width: 600px) {
  .cta-ambasaddor-wrapper {
    flex-direction: column-reverse;
  }
}
.cta-ambasaddor-wrapper .brand-ambassador-main-caption {
  font-size: 2.25rem;
  padding-bottom: 0.01rem;
  font-weight: 500;
}
@media only screen and (max-width: 999px) {
  .cta-ambasaddor-wrapper .brand-ambassador-main-caption {
    font-weight: 500;
    font-size: 24px;
    line-height: 41px;
    margin-top: 6px;
  }
}
.cta-ambasaddor-wrapper .brand-ambassador-secondary-caption {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6rem;
}
@media only screen and (max-width: 999px) {
  .cta-ambasaddor-wrapper .brand-ambassador-secondary-caption {
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
    margin-top: 16px;
  }
}
.cta-ambasaddor-wrapper .cta-wrapper-degree {
  position: relative;
  border-radius: 50%;
}
.cta-ambasaddor-wrapper .cta-wrapper-degree img {
  position: absolute;
  width: 11rem;
  top: -5rem;
}
@media screen and (max-width: 750px) {
  .cta-ambasaddor-wrapper .cta-wrapper-degree img {
    transform: scaleX(-1);
    width: 111.28px;
  }
}
.cta-ambasaddor-wrapper .resp-mobile {
  margin-top: 0;
}
@media only screen and (max-width: 999px) {
  .cta-ambasaddor-wrapper .resp-mobile {
    margin-top: 60px;
  }
}
.cta-ambasaddor-wrapper .join-btn {
  letter-spacing: 0.01rem;
  font-weight: 500;
  color: #1d1d1d;
  padding: 0.62rem 1.5rem;
  border-radius: 6.2rem;
  margin-top: 0.75rem;
}

.contact-main-section {
  height: 590px;
}
@media only screen and (max-width: 600px) {
  .contact-main-section {
    height: auto;
  }
}
.contact-main-section .breadcrumb-item a {
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: var(--txt-color-blue2);
}

.contact-form-section {
  padding: 40px 60px;
  border-radius: 15px;
  min-height: 480px;
  background-color: #e9f8ff;
}
@media only screen and (max-width: 600px) {
  .contact-form-section {
    min-height: auto;
    padding: 20px 30px;
  }
}
.contact-form-section .enquire-form {
  top: 30px;
}
@media only screen and (max-width: 600px) {
  .contact-form-section .enquire-form {
    top: 0;
  }
}

.my-swiper-scroll {
  bottom: 0 !important;
}
.my-swiper-scroll .swiper-scrollbar-drag {
  background-color: #f79825;
}

@media only screen and (max-width: 600px) {
  .contactUsSticky {
    position: static;
  }
}
.contactUsSticky input:focus,
.contactUsSticky select:focus,
.contactUsSticky option:focus {
  box-shadow: none;
}

.typing-img {
  border-radius: 24px;
}

@media only screen and (max-width: 999px) {
  .right-wrapper {
    margin-top: 20px;
  }
}

.cta-banner-wrapper {
  display: flex;
  max-width: 1000px;
  background: linear-gradient(267.83deg, #fdc824 -55.44%, #e01033 165.19%);
  margin: 60px auto auto auto;
  border-radius: 0.75rem;
  padding: 2rem 2rem;
  align-items: center;
  color: #ffffff;
  height: 90%;
}
@media only screen and (max-width: 999px) {
  .cta-banner-wrapper {
    margin: 90px auto auto auto;
    height: auto;
  }
}
@media only screen and (max-width: 600px) {
  .cta-banner-wrapper {
    flex-direction: column-reverse;
  }
}
.cta-banner-wrapper .brand-ambassador-main-caption {
  font-size: 2.25rem;
  padding-bottom: 0.01rem;
  font-weight: 500;
}
@media only screen and (max-width: 999px) {
  .cta-banner-wrapper .brand-ambassador-main-caption {
    font-weight: 500;
    font-size: 24px;
    line-height: 41px;
    margin-top: 6px;
  }
}
.cta-banner-wrapper .brand-ambassador-secondary-caption {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6rem;
}
@media only screen and (max-width: 999px) {
  .cta-banner-wrapper .brand-ambassador-secondary-caption {
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
    margin-top: 16px;
  }
}
.cta-banner-wrapper .cta-degree {
  position: relative;
  border-radius: 50%;
  height: 165px;
}
@media only screen and (max-width: 999px) {
  .cta-banner-wrapper .cta-degree {
    height: 109px;
  }
}
.cta-banner-wrapper .cta-degree img {
  position: absolute;
  width: 11rem;
  top: -5rem;
}
@media screen and (max-width: 750px) {
  .cta-banner-wrapper .cta-degree img {
    transform: scaleX(-1);
    width: 165px;
  }
}
.cta-banner-wrapper .resp-mobile {
  margin-top: 0;
}
.cta-banner-wrapper .join-btn {
  letter-spacing: 0.01rem;
  font-weight: 500;
  color: #1d1d1d;
  padding: 0.62rem 1.5rem;
  border-radius: 6.2rem;
  margin-top: 0.75rem;
}

.grey-banner {
  background: #777777;
}

.cta-main-wrapper {
  max-width: 1050px;
  margin: auto;
  padding: 35px;
  border-radius: 16px;
  background-color: #e7f3e7;
}
@media screen and (max-width: 750px) {
  .cta-main-wrapper {
    display: flex;
    width: 100%;
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 600px) {
  .cta-main-wrapper {
    padding: 20px;
  }
}
@media only screen and (max-width: 999px) {
  .cta-main-wrapper {
    margin: 40px auto auto auto;
  }
}
@media only screen and (max-width: 999px) {
  .cta-main-wrapper .caption-wrapper {
    padding-top: 80px;
  }
}
.cta-main-wrapper .cta-wrapper-degree {
  position: relative;
}
.cta-main-wrapper .cta-wrapper-degree .shadow {
  background: #3d3d3d;
  filter: blur(8.5px);
  transform: rotate(-6.79deg);
  position: absolute;
  width: 5.3rem;
  height: 0.75rem;
  bottom: 3rem;
  border-radius: 50%;
  left: 6rem;
  opacity: 0.4;
}
@media screen and (max-width: 750px) {
  .cta-main-wrapper .cta-wrapper-degree .shadow {
    bottom: -3.3rem;
  }
}
.cta-main-wrapper .cta-wrapper-degree img {
  position: absolute;
  width: 80%;
  top: -5rem;
}
@media screen and (max-width: 750px) {
  .cta-main-wrapper .cta-wrapper-degree img {
    left: 0;
    right: 0;
    margin: auto;
    width: auto;
  }
}
.cta-main-wrapper .cta-wrapper {
  display: flex;
  width: 62.5rem;
  max-width: 100%;
  border-radius: 1rem;
  margin: auto;
  padding: 2rem 2rem;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .cta-main-wrapper .cta-wrapper {
    flex-direction: column-reverse;
    padding-top: 16px;
  }
}
.cta-main-wrapper .my-btn {
  border-radius: 6.25rem;
  font-size: 0.87rem;
  letter-spacing: 0.01rem;
  font-weight: 500;
  padding: 10px 18px;
}
@media only screen and (max-width: 999px) {
  .cta-main-wrapper .my-btn {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    padding: 10px 9px;
  }
}
@media screen and (max-width: 320px) {
  .cta-main-wrapper .my-btn {
    margin-top: 5px;
  }
}
@media only screen and (max-width: 999px) {
  .cta-main-wrapper .my-btn:first-child {
    margin-right: 16px;
  }
}
.cta-main-wrapper .my-btn .cta-main-caption {
  font-weight: 500;
  font-size: 2.25rem;
  color: #282828;
}
.cta-main-wrapper .my-btn .secondary-caption {
  color: #000000;
  font-size: 1rem;
  font-weight: 500;
}

.cta-my-logo {
  padding: 10px;
  border-radius: 30px;
  margin-left: 3px;
  opacity: 0.9;
}
.cta-my-logo:hover {
  opacity: 1;
}
.cta-my-logo img {
  width: 25px;
}

.blue-banner {
  background: linear-gradient(180deg, #81e1ff 0%, #247dae 100%);
}

@media only screen and (max-width: 600px) {
  .cta-banner-wrapper-one {
    margin: 35px auto auto auto !important;
  }
}

.cta-banner-wrapper-two {
  margin: 70px auto auto auto !important;
}

.faq-wrapper {
  background-color: var(--white4);
  padding: 50px;
}
@media only screen and (max-width: 600px) {
  .faq-wrapper {
    padding: 15px;
  }
}
.faq-wrapper .card-header {
  background-color: var(--white);
  border: none;
  outline: none;
}
.faq-wrapper .card-header i {
  color: var(--primary-color);
}
.faq-wrapper .card {
  border: none;
}
.faq-wrapper .card:not(:last-child) h2 {
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(87, 84, 111, 0.2);
}
.faq-wrapper .card .card-body {
  width: 93%;
  margin: auto;
}
.faq-wrapper .faq-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 154px;
  max-height: 154px;
  text-align: center;
  padding: 20px 40px;
  margin-right: 30px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 16px;
  border: 1px solid rgba(210, 210, 210, 0.8);
  margin-bottom: 10px;
}
@media only screen and (max-width: 999px) {
  .faq-wrapper .faq-card {
    width: 120px;
    text-align: center;
  }
}
.faq-wrapper .faq-card img {
  max-height: 55px;
  margin-bottom: 10px;
}
.faq-wrapper .faq-card:hover {
  background-color: var(--primary-white);
}
.faq-wrapper .active {
  background-color: var(--primary-white);
}
.faq-wrapper .faq-accordion-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  color: var(--txt-color-4);
}
@media only screen and (max-width: 999px) {
  .faq-wrapper .faq-card-wrapper {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    margin-top: 20px;
    white-space: nowrap;
    height: 150px;
    padding-bottom: 16px;
  }
  .faq-wrapper .faq-card-wrapper > div {
    display: inline-block;
  }
}

#aluminiSwiper {
  margin-top: 28px;
}
@media only screen and (max-width: 999px) {
  #aluminiSwiper {
    display: none;
  }
}
#aluminiSwiper .alumini-card {
  position: relative;
  max-width: 209px;
  height: 251px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
#aluminiSwiper .alumini-card img {
  border-radius: 16px;
  height: 100%;
  width: 100%;
}
#aluminiSwiper .alumini-caption-card {
  position: absolute;
  bottom: 0;
  height: 90%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 18px;
  border-radius: 16px;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
#aluminiSwiper .alumini-caption-card .alumini-name {
  font-weight: 500;
  font-size: 16px;
  display: inline;
  line-height: 24px;
  padding-left: 10px;
  color: #ffffff;
}
@media only screen and (max-width: 600px) {
  #aluminiSwiper .alumini-caption-card .alumini-name {
    font-size: 12px;
  }
}
#aluminiSwiper .alumini-caption-card .designation {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  padding-left: 10px;
  color: var(--primary-white);
}
#aluminiSwiper .alumini-caption-card img {
  padding-top: 10px;
  border-radius: 0;
  padding-left: 15px;
  width: 70px;
  height: auto;
}
#aluminiSwiper .alumini-main-caption-card {
  position: absolute;
  bottom: 0;
  height: 80%;
  text-align: center;
  border-radius: 16px;
  width: 100%;
}
#aluminiSwiper .alumini-main-caption-card p {
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;
  /* or 112% */
  text-align: center;
  color: #ffffff;
}
#aluminiSwiper .alumini-main-caption-card button {
  background-color: var(--orange-color-4);
  font-size: 16px;
  line-height: 36px;
  padding: 1px 12px;
  border-radius: 8px;
  margin: 30px auto;
  border: 0;
  outline: 0;
  color: var(--black-color);
}

.alumini-on-mobile {
  display: none;
}
@media only screen and (max-width: 999px) {
  .alumini-on-mobile {
    display: block;
  }
}
.alumini-on-mobile .alumini-card-mobile {
  display: none;
  position: relative;
  max-width: 180px;
  margin-right: 5px;
  margin-bottom: 15px;
  border-radius: 10px;
}
@media only screen and (max-width: 600px) {
  .alumini-on-mobile .alumini-card-mobile {
    width: 46%;
  }
}
@media screen and (max-width: 357px) {
  .alumini-on-mobile .alumini-card-mobile {
    max-width: 130px;
  }
}
.alumini-on-mobile .alumini-card-mobile img {
  border-radius: 10px;
  height: -moz-fit-content;
  height: fit-content;
}
.alumini-on-mobile .alumini-caption-card {
  position: absolute;
  bottom: -12px;
  height: 36%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 16px;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  margin-bottom: 10px;
}
@media only screen and (max-width: 600px) {
  .alumini-on-mobile .alumini-caption-card {
    height: 100%;
  }
}
.alumini-on-mobile .alumini-caption-card p {
  font-weight: 500;
  font-size: 16px;
  display: inline;
  line-height: 24px;
  padding-left: 10px;
  color: #ffffff;
}
@media only screen and (max-width: 600px) {
  .alumini-on-mobile .alumini-caption-card p {
    font-size: 12px;
  }
}
.alumini-on-mobile .alumini-caption-card img {
  padding-top: 10px;
  max-width: 70px;
  border-radius: 0;
  padding-bottom: 10px;
  padding-left: 10px;
}
.alumini-on-mobile .alumini-main-caption-card {
  position: absolute;
  bottom: 0;
  height: 80%;
  text-align: center;
  border-radius: 16px;
  width: 100%;
}
.alumini-on-mobile .alumini-main-caption-card p {
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;
  text-align: center;
  color: var(--primary-white);
}
.alumini-on-mobile .alumini-main-caption-card button {
  background-color: var(--orange-color-4);
  font-size: 16px;
  line-height: 36px;
  padding: 1px 12px;
  border-radius: 8px;
  margin: 15px auto;
  border: 0;
  outline: 0;
  color: var(--black-color);
}

@media only screen and (max-width: 999px) {
  .alumini-button-prev,
  .alumini-button-next {
    display: none;
  }
}

.ps-logo-card {
  background: #fff;
  width: -moz-fit-content;
  width: fit-content;
  padding: 3px;
  margin-bottom: 4px;
  height: 30px;
  margin-left: 10px;
  border-radius: 5px;
}

.fs-alumini .alumini-caption-card img {
  padding: 0 !important;
}

.book-ticket-wrapper {
  padding: 60px;
  margin: 0;
  background-color: var(--light-green-1);
  border-radius: 8px;
}
@media only screen and (max-width: 999px) {
  .book-ticket-wrapper {
    padding: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .book-ticket-wrapper {
    padding: 15px;
  }
}
@media only screen and (max-width: 999px) {
  .book-ticket-wrapper .borderd-col {
    border-right: 1px solid rgba(0, 0, 0, 0.4);
  }
}
@media only screen and (max-width: 999px) {
  .book-ticket-wrapper .columify {
    margin-bottom: 20px;
  }
}

.moretext-book-ticket {
  display: none;
}

.card-pad-up {
  padding-top: 0px;
}

.top-rated-wrapper {
  border-radius: 8px;
  padding-bottom: 16px;
}
@media only screen and (max-width: 999px) {
  .top-rated-wrapper {
    padding-left: 0;
    padding-top: 16px;
  }
}

.cta-go-wrapper {
  background-color: var(--txt-color-blue);
}

.job-logo-wrapper {
  display: flex;
  align-items: flex-end;
  max-width: 150px;
}
.job-logo-wrapper img {
  max-width: 100px;
}

.industry-icon img {
  max-width: 50px;
}

.evolving-tech-img {
  width: 60px;
  margin-bottom: 8px;
}

.growth-card {
  background-color: var(--white7);
  border: none;
  padding: 16px 20px;
  border-radius: 16px;
}
.growth-card .profile-pic {
  width: 80px;
}
.growth-card .heading-5 {
  font-size: 20px;
}

.columify {
  flex-direction: column;
}
@media only screen and (max-width: 999px) {
  .columify {
    flex-direction: row;
  }
}

#careerGrowthCarousel {
  margin-bottom: 60px;
}
#careerGrowthCarousel .swiper-wrapper {
  align-items: flex-end;
}
#careerGrowthCarousel .swiper-wrapper .swiper-slide {
  height: 80px !important;
  display: flex;
  align-items: flex-end;
  width: 200px !important;
}
#careerGrowthCarousel .swiper-wrapper .swiper-slide img {
  width: 80%;
}

.career-services-card {
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.career-services-card .career-card-main-wrap img {
  width: 55px;
}
@media only screen and (max-width: 999px) {
  .career-services-card .career-card-main-wrap {
    margin-bottom: 16px;
  }
}

#careerCards .swiper-slide {
  width: -moz-fit-content !important;
  width: fit-content !important;
}

#careerGrowthCards .swiper-slide {
  width: 430px;
}
@media only screen and (max-width: 600px) {
  #careerGrowthCards .swiper-slide {
    width: auto;
  }
}

.reskill-scroll {
  margin-top: 32px;
}
.reskill-scroll .swiper-scrollbar-drag {
  background-color: #f79825;
}

#upksillSwiper .swiper-wrapper {
  margin-bottom: 32px;
}
#upksillSwiper .swiper-slide {
  height: calc((100% - 30px) / 2) !important;
}

.placement-card {
  position: relative;
  max-width: 250px;
  height: 251px;
  border-radius: 16px;
}
.placement-card img {
  height: 100%;
  width: 100%;
  border-radius: 16px;
}
.placement-card .placement-caption {
  position: absolute;
  height: 60%;
  border-radius: 16px;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 83.85%);
  font-size: 16px;
  line-height: 24px;
  justify-content: center;
  color: var(--primary-white);
}
.placement-card .placement-caption p {
  padding: 5px;
  padding-bottom: 16px;
}

.placement-card-caption {
  height: 45%;
  position: absolute;
  bottom: 0;
  border-radius: 16px;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.placement-card-caption img {
  max-width: 60px;
}
.placement-card-caption .alumini-name {
  font-weight: 500;
  font-size: 16px;
  display: inline;
  line-height: 24px;
  padding-left: 10px;
  color: #ffffff;
}
@media only screen and (max-width: 600px) {
  .placement-card-caption .alumini-name {
    font-size: 12px;
  }
}
.placement-card-caption .designation {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  padding-left: 10px;
  color: var(--primary-white);
}
.placement-card-caption img {
  padding-top: 10px;
  border-radius: 0;
  padding-left: 15px;
  width: 70px;
  height: auto;
}

#placementCarousel .placement-card {
  position: relative;
  height: 251px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
#placementCarousel .placement-card img {
  height: 100%;
  width: 100%;
}

.revenue-slider {
  padding: 28px;
  background-color: var(--white4);
  min-height: 341px;
  border-radius: 8px;
  max-height: 341px;
  text-align: center;
}
@media only screen and (max-width: 999px) {
  .revenue-slider {
    height: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .revenue-slider {
    height: auto;
  }
}
.revenue-slider .blue-caption {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height, or 150% */
  color: #3c7bf3;
}

.designation-card {
  padding: 20px;
  margin-top: 16px;
  background-color: var(--white4);
  min-height: 221px;
  max-height: 221px;
  border-radius: 8px;
}
@media only screen and (max-width: 600px) {
  .designation-card {
    height: auto;
    max-height: 100%;
  }
}

.job-card {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
  background-color: var(--white4);
  padding: 16px;
  border-radius: 8px;
  align-items: center;
  min-height: 82px;
  max-height: 82px;
}
.job-card img {
  width: 35px;
}
@media only screen and (max-width: 600px) {
  .job-card img {
    width: 20px;
  }
}
.job-card .student-caption {
  font-size: 20px;
  line-height: 33px;
  font-weight: 500;
  color: var(--txt-color-4);
}
@media only screen and (max-width: 999px) {
  .job-card .student-caption {
    font-size: 16px;
  }
}

@media only screen and (max-width: 600px) {
  .finance-main-wrapper {
    margin-top: 16px;
    padding: 0;
  }
}

.fin-card {
  background-color: var(--white4);
  padding: 28px;
  border-radius: 8px;
}

.help {
  min-height: 277px;
  max-height: 277px;
  background-color: var(--orange-color-3);
}
@media only screen and (max-width: 999px) {
  .help {
    max-height: 100%;
  }
}
.help .contact-caption {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: var(--txt-color-4);
  text-decoration: underline;
}
.help .sm-caption {
  font-weight: 500;
  font-size: 12px;
  line-height: 19px;
  color: var(--txt-color-4);
}

.bold-money-caption {
  font-weight: 600;
  font-size: 36px;
  line-height: 24px;
  color: var(--txt-color-blue);
}

.avg-sal-card {
  margin-top: 16px;
  min-height: 385px;
  max-height: 385px;
  padding-top: 16px;
  vertical-align: middle;
}
@media only screen and (max-width: 600px) {
  .avg-sal-card {
    max-height: 100%;
  }
}

.primary-text-card {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: var(--txt-color-blue);
}

.bg-caption {
  font-weight: 500;
  font-size: 28px;
  line-height: 51px;
  color: var(--txt-color-4);
}

.light-grey-txt {
  font-weight: 500;
  font-size: 12px;
  line-height: 19px;
  color: #686868;
}

.salary-range-wrapper {
  min-height: 410px;
  max-height: 410px;
  padding: 24px;
  background: #476f66;
  color: var(--primary-white);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  margin-top: 16px;
  align-items: center;
}
.salary-range-wrapper .range-scale-wrapper {
  display: flex;
  max-width: 100%;
  color: var(--primary-white);
}
.salary-range-wrapper .range-scale-wrapper .low-scale {
  position: relative;
  width: 60px;
  height: 24px;
  background: #f6cfcf;
}
.salary-range-wrapper .range-scale-wrapper .medium-scale {
  position: relative;
  width: 199px;
  background-color: #31574f;
}
@media only screen and (max-width: 600px) {
  .salary-range-wrapper .range-scale-wrapper .medium-scale {
    width: 150px;
  }
}
.salary-range-wrapper .range-scale-wrapper .high-scale {
  position: relative;
  width: 60px;
  height: 24px;
  background: #ddf6ce;
}
.salary-range-wrapper .range-scale-wrapper .lw-scale-data,
.salary-range-wrapper .range-scale-wrapper .hg-scale-data,
.salary-range-wrapper .range-scale-wrapper .md-scale-data {
  position: absolute;
  bottom: -55px;
  left: 0;
  right: 0;
}
.salary-range-wrapper .salary-caption {
  font-weight: 500;
  font-size: 12px;
  color: var(--primary-white);
  line-height: 19px;
}

.graph-wrapper {
  min-height: 253px;
  max-height: 253px;
  padding: 15px 24px;
  background-color: var(--white4);
  border-radius: 8px;
}
@media only screen and (max-width: 600px) {
  .graph-wrapper {
    height: auto;
    max-height: 100%;
    min-height: auto;
  }
}

#professionBasedSalary,
#professionBasedSalaryUIUX,
#professionpgFsJava,
#professionAdvDS {
  background-color: transparent;
  outline: none;
  border: none;
  color: var(--primary-white);
}
#professionBasedSalary option,
#professionBasedSalaryUIUX option,
#professionpgFsJava option,
#professionAdvDS option {
  color: var(--black-color);
  padding: 32px;
  margin: 32px;
}

.placement-ico-wrapper img {
  width: 40px;
}

.location-wrapper {
  padding: 60px;
  background-color: var(--light-blue);
  border-radius: 24px;
}
@media only screen and (max-width: 999px) {
  .location-wrapper {
    padding: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .location-wrapper {
    padding: 15px;
  }
}
.location-wrapper .location-form-wrapper {
  border-radius: 4px;
  padding: 10px 15px;
  border: 1px solid #cac8dc;
  justify-content: space-between;
  display: flex;
  background-color: var(--primary-white);
  max-width: 451px;
  /* Firefox */
}
.location-wrapper .location-form-wrapper input {
  border: none;
  width: 70%;
  outline: none;
}
.location-wrapper .location-form-wrapper input::-webkit-outer-spin-button,
.location-wrapper .location-form-wrapper input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.location-wrapper .location-form-wrapper input[type=number] {
  -moz-appearance: textfield;
}
.location-wrapper .location-tags {
  display: flex;
  justify-content: flex-start;
  min-width: 130px;
  padding: 3px 10px;
  border: 1px solid #000000;
  border-radius: 6px;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  align-items: center;
  color: var(--txt-color-blue);
}
@media only screen and (max-width: 600px) {
  .location-wrapper .location-tags {
    display: block;
  }
}
.location-wrapper .location-tags p {
  padding-left: 10px;
  font-size: 15px;
  line-height: 20px;
}
@media only screen and (max-width: 600px) {
  .location-wrapper .location-tags p {
    padding-top: 10px;
    padding-left: 0px;
  }
}
.location-wrapper .location-tags i {
  padding-right: 8px;
}
@media only screen and (max-width: 999px) {
  .location-wrapper .location-tags {
    margin-bottom: 16px;
  }
}
.location-wrapper .location-caption-card {
  display: flex;
  max-width: 483px;
  padding: 16px;
  background: var(--primary-white);
  border: 1px solid #c4c4c4;
  border-radius: 16px;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}
@media only screen and (max-width: 999px) {
  .location-wrapper .location-caption-card {
    margin-bottom: 16px;
  }
}
.location-wrapper .location-caption-card img {
  margin-right: 16px;
  max-width: 45px;
}

.training-wrapper {
  background-color: var(--light-orange);
  padding: 60px;
}
@media only screen and (max-width: 999px) {
  .training-wrapper {
    padding: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .training-wrapper {
    padding: 15px;
  }
}
.training-wrapper .course-module-wrapper .course-name {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: var(--text-color-blue);
}
@media only screen and (max-width: 999px) {
  .training-wrapper .course-module-wrapper .course-name {
    font-size: 12px;
    margin-right: 10px;
    position: static !important;
  }
}
@media only screen and (max-width: 999px) {
  .training-wrapper .course-module-wrapper .preview-wrapper {
    margin-top: 16px;
    margin-left: 0 !important;
  }
  .training-wrapper .course-module-wrapper .preview-wrapper a {
    display: flex;
  }
}
@media only screen and (max-width: 999px) {
  .training-wrapper .course-module-wrapper .course-name-wrapper {
    flex-direction: column;
  }
}
@media only screen and (max-width: 999px) {
  .training-wrapper .course-module-wrapper .pw-text {
    font-size: 14px;
  }
}
@media only screen and (max-width: 600px) {
  .training-wrapper .course-module-wrapper .pw-text {
    margin: auto;
  }
}
.training-wrapper .course-module-wrapper .accordion-button {
  padding: 20px 24px;
}
@media only screen and (max-width: 999px) {
  .training-wrapper .course-module-wrapper .accordion-button {
    padding: 10px;
  }
}
@media only screen and (max-width: 600px) {
  .training-wrapper .course-module-wrapper .accordion-button .push-rt {
    padding-left: 22px;
  }
}
.training-wrapper .course-module-wrapper .accordion-header {
  border-radius: 18px;
}
.training-wrapper .course-module-wrapper .accordion-item {
  margin-bottom: 16px;
}
.training-wrapper .course-module-wrapper .accordion-body {
  background-color: var(--primary-white);
}
.training-wrapper .course-module-wrapper .accordion-course-modules {
  display: none;
}
.training-wrapper .course-module-wrapper .counter-wrapper {
  padding: 8px;
  min-width: 250px;
}
.training-wrapper .course-module-wrapper .counter-wrapper p {
  margin-left: 15px;
}
.training-wrapper .course-module-wrapper .counter-wrapper #coursesCovered {
  margin: 5px;
}
.training-wrapper .course-module-wrapper .counter-num-wrapper {
  width: 45px;
  max-width: 100%;
}
.training-wrapper .course-module-wrapper .counter-num {
  font-weight: 500;
  font-size: 40px;
  line-height: 60px;
  color: var(--txt-color-blue2);
}
.training-wrapper .specialisation-wrapper {
  padding-top: 60px;
}
.training-wrapper .specialisation-wrapper .tab-link {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.training-wrapper .specialisation-wrapper .pill-bar .nav-pill-creator .active {
  border-bottom: 2px solid var(--primary-color);
  background-color: transparent;
  color: var(--primary-color);
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  border-radius: 0;
}
.training-wrapper .specialisation-wrapper .pill-bar .nav-pill-creator {
  cursor: pointer;
  background-color: transparent;
  margin-right: 25px;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: var(--txt-color-blue3);
}
.training-wrapper .specialisation-wrapper .pill-bar .nav-pill-creator span {
  color: var(--txt-color-blue3);
}
.training-wrapper .specialisation-wrapper .tab-pane {
  display: none;
}
.training-wrapper .specialisation-wrapper .active {
  display: block;
}
.training-wrapper .specialisation-wrapper .accordion-button {
  padding: 20px 24px;
}
.training-wrapper .specialisation-wrapper .accordion-header {
  border-radius: 18px;
}
.training-wrapper .specialisation-wrapper .accordion-item {
  margin-bottom: 16px;
}
.training-wrapper .course-info-ico {
  width: 45px;
  padding-left: 8px;
}
@media only screen and (max-width: 600px) {
  .training-wrapper .course-info-ico {
    width: 35px;
    padding-left: 4px;
  }
}
.training-wrapper .carousel-wrapper {
  max-height: 372px;
  border-radius: 16px;
}
.training-wrapper .carousel-wrapper .card-carousel {
  position: relative;
  max-width: 300px;
  border-radius: 16px;
}
.training-wrapper .carousel-wrapper .card-carousel img {
  border-radius: 16px;
  width: 100%;
}
.training-wrapper .carousel-wrapper .card-carousel .card-carousel-caption {
  position: absolute;
  bottom: 0;
  height: 90%;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 83.85%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 16px;
}
.training-wrapper .carousel-wrapper .card-carousel .card-carousel-caption .carasoul-caption {
  font-weight: 500;
  font-size: 20px;
  color: var(--primary-white);
}
.training-wrapper .carousel-wrapper .card-carousel .card-carousel-caption .carasoul-caption-2 {
  font-weight: 500;
  font-size: 14px;
  color: var(--primary-white);
}
.training-wrapper .certificates-wrapper {
  padding-top: 60px;
}
.training-wrapper .selected-img-wrapper {
  padding: 25px;
  max-width: 437px;
  background-color: var(--primary-white);
}
@media only screen and (max-width: 600px) {
  .training-wrapper .selected-img-wrapper {
    padding: 16px;
  }
}
.training-wrapper .selectImage {
  display: flex;
  max-width: 475px;
  justify-content: space-between;
}
.training-wrapper .selectImage .select-img-wrapper {
  height: 80px;
  padding-left: 0;
  margin-top: 16px;
  margin-right: 16px;
}
.training-wrapper .selectImage .select-img-wrapper img {
  max-height: 100%;
  border-radius: 8px;
}
.training-wrapper .selectImage .select-bg-img-wrapper {
  height: 150px;
  padding-left: 0;
  margin-top: 16px;
  margin-right: 16px;
  cursor: pointer;
}
.training-wrapper .selectImage .select-bg-img-wrapper img {
  max-height: 100%;
  border-radius: 8px;
}
.training-wrapper .bonus-wrapper {
  padding-top: 60px;
}
.training-wrapper .accordion-my-item-wrap {
  width: 100%;
}
@media only screen and (max-width: 600px) {
  .training-wrapper .accordion-my-item-wrap {
    text-align: left;
    flex-direction: column;
  }
}
@media only screen and (max-width: 600px) {
  .training-wrapper .accordion-my-item-wrap .accordion-my-head {
    flex-direction: column;
  }
}

.infinite-bonus-wrap {
  overflow-x: hidden;
  margin-left: auto;
  width: 100%;
  /* Track */
  /* Handle */
}
.infinite-bonus-wrap ::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.2rem;
}
.infinite-bonus-wrap ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 4px #e6e6e6;
  border-radius: 1rem;
  width: 50%;
  opacity: 0.1;
}
.infinite-bonus-wrap ::-webkit-scrollbar-thumb {
  background: #f79825;
  border-radius: 1rem;
}
.infinite-bonus-wrap .infinite-scroll {
  overflow-x: auto;
  padding-bottom: 16px;
  width: 84vw;
  margin-left: 0;
  /* Track */
  /* Handle */
}
.infinite-bonus-wrap .infinite-scroll ul {
  margin-left: -33px;
}
.infinite-bonus-wrap .infinite-scroll ul li {
  margin-bottom: 16px;
}
.infinite-bonus-wrap .infinite-scroll ul li i {
  padding-right: 10px;
}
.infinite-bonus-wrap .infinite-scroll ::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.2rem;
}
.infinite-bonus-wrap .infinite-scroll ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 4px #e6e6e6;
  border-radius: 1rem;
  width: 50%;
  opacity: 0.1;
}
.infinite-bonus-wrap .infinite-scroll ::-webkit-scrollbar-thumb {
  background: #f79825;
  border-radius: 1rem;
}
.infinite-bonus-wrap .infinite-scroll .bonus-big-box-wrapper {
  display: inline-flex;
  margin-right: 16px;
  padding: 30px;
  margin-top: 16px;
  flex-direction: column;
  border-radius: 8px;
  width: 363px;
  background-color: var(--primary-white);
}
.infinite-bonus-wrap .infinite-scroll .bonus-big-box-wrapper .tag-box {
  border-radius: 8px;
  padding: 4px 10px;
  font-weight: 500;
  background-color: var(--orange-color-3);
  width: 80px;
}

.tools-learn {
  padding-top: 60px;
}
.tools-learn .tool-wrapper {
  display: none;
  align-items: center;
  padding: 10px;
  min-height: 71px;
  justify-content: center;
  background: var(--primary-white);
  margin-bottom: 16px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}
.tools-learn .tool-wrapper img {
  width: 110px;
}
@media only screen and (max-width: 999px) {
  .tools-learn .tool-wrapper {
    margin-bottom: 16px;
    padding: 9px;
  }
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.preview-wrapper {
  width: 100px;
}

.bonus-container-wrap {
  position: relative;
  background-color: var(--primary-white);
  padding: 16px;
}
@media only screen and (max-width: 999px) {
  .bonus-container-wrap {
    min-height: auto;
  }
}
.bonus-container-wrap .bonus-head {
  padding: 16px;
  height: 150px;
  background-size: contain;
  border-radius: 5px;
}
.bonus-container-wrap .performance-marketing {
  background-image: linear-gradient(109.6deg, rgba(0, 0, 0, 0.7) 11.2%, rgba(63, 61, 61, 0.7) 78.9%), url("/assets/images/courses/courseModule/performanceMareting&Adcopywriting.png");
}
.bonus-container-wrap .growth-hack {
  background-image: linear-gradient(109.6deg, rgba(0, 0, 0, 0.7) 11.2%, rgba(63, 61, 61, 0.7) 78.9%), url("/assets/images/courses/courseModule/growthHacking.png");
}
.bonus-container-wrap .seo-gradient {
  background-image: linear-gradient(109.6deg, rgba(0, 0, 0, 0.7) 11.2%, rgba(63, 61, 61, 0.7) 78.9%), url("/assets/images/courses/courseModule/seo.png");
}
.bonus-container-wrap .bonus-name-wrapper {
  background: #ffffff;
  padding: 10px;
  box-shadow: 0px 4px 4px rgba(174, 163, 163, 0.25);
  border-radius: 5px;
  position: absolute;
  top: 120px;
  left: 0;
  font-weight: 500;
  text-align: center;
  right: 0;
  margin: auto;
  width: 80%;
  min-height: 71px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bonus-container-wrap .bonus-body {
  background: #ffffff;
  padding: 16px 0;
  margin-top: 16px;
}
.bonus-container-wrap .bonus-body .ui-lists {
  padding: 50px 20px;
}
.bonus-container-wrap .bonus-body ul {
  margin-top: 25px;
  list-style: none;
  color: rgb(50, 103, 207);
}
.bonus-container-wrap .bonus-body ul li::before {
  content: "•";
  font-weight: bold;
  width: 1em;
  margin-left: -1em;
  padding-right: 10px;
  text-align: left;
}
.bonus-container-wrap .bonus-body li {
  padding-bottom: 16px;
}
.bonus-container-wrap .bonus-body li span {
  font-size: 14px;
  color: #18181a;
}

.circle {
  width: 20px;
  height: 20px;
  padding: 0.2px;
}

.green {
  color: rgb(51, 135, 51);
}

.placed-card {
  margin: 10px 0;
  max-width: 315px;
  background-color: var(--primary-white);
  border-radius: 16px;
  align-items: center;
  box-shadow: 0px 0 15px rgba(1, 41, 112, 0.1);
  border: none;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 10px;
  border-bottom: 4px solid #f79825;
}

.placed-card .card-img-top {
  mix-blend-mode: multiply;
  width: 120px;
  height: 120px;
  border-radius: 50% !important;
  border: 3px solid #7b7b7b;
}

.placed-card .brand-logo-wrap {
  width: 101px;
  text-align: center;
  margin: auto;
}

.placed-card .card-body {
  padding: 5px;
}

.curriculum-accordion .accordion-item {
  border: 1px solid #fff;
  box-shadow: rgba(25, 24, 29, 0.08) 0px 0px 20px 0px;
  border-radius: 4px;
  margin-bottom: 12px;
}
.curriculum-accordion .accordion-button {
  align-items: start;
}
@media only screen and (max-width: 600px) {
  .curriculum-accordion .accordion-button {
    padding: 15px 10px;
  }
}
.curriculum-accordion .accordion-button::after {
  border: 1px solid #e9e9e9;
  border-radius: 15px;
  padding: 12px;
  height: 24px;
  margin-left: 16px;
  margin-top: 0;
  background-image: var(--bs-accordion-btn-icon);
  width: 24px;
  display: flex;
  align-items: center;
  background-position: center;
  background-size: 15px;
}
@media only screen and (max-width: 600px) {
  .curriculum-accordion .accordion-button::after {
    position: absolute;
    right: 13px;
    top: 10px;
  }
}
.curriculum-accordion .accordion-button:not(.collapsed) {
  color: currentColor;
  background-color: #fff;
  box-shadow: none;
  border: none;
}
.curriculum-accordion .accordion-button:not(.collapsed)::after {
  border: 1px solid var(--orange-color);
  border-color: var(--orange-color);
  border-radius: 15px;
  height: 24px;
  width: 24px;
  padding: 12px;
  display: flex;
  align-items: center;
}
.curriculum-accordion .topic-strip {
  display: inline-flex;
  padding: 6px 12px;
  border-radius: 12px;
  font-size: 13px;
  color: var(--primary-color);
  background-color: rgba(220, 53, 69, 0.08);
}
.curriculum-accordion .topic-strip:not(:last-child) {
  margin-right: 5px;
}
.curriculum-accordion .topic-strip-new {
  display: block;
  padding: 4px;
  border-radius: 12px;
  font-size: 13px;
  color: var(--bs-body-color);
}
.curriculum-accordion .topic-strip-new:not(:last-child) {
  margin-right: 5px;
}
.curriculum-accordion .topic-strip-ul-li {
  list-style-type: disc;
  color: var(--primary-color);
}
@media only screen and (max-width: 600px) {
  .curriculum-accordion .topic-strip-ul-li{
    margin-bottom: 0px;
  }
}
.curriculum-accordion .accordion-button:focus {
  border-color: #fff;
  color: currentColor;
  box-shadow: none !important;
}
.curriculum-accordion .accordion-chapter-wrapper {
  border: 0.2px solid #dad9d9;
  padding: 8px 20px;
  border-radius: 2px;
}

.module-img {
  width: 53px;
  margin-top: 30px;
}

.program-tag {
  font-size: 12px;
  line-height: 30px;
  font-weight: 500;
  color: var(--primary-white);
  background-color: #262626;
  border-radius: 8px;
  padding: 3px 11px;
  display: flex;
  align-items: center;
}
.program-tag i {
  color: #4da96b;
  padding-right: 8px;
  font-size: 13px;
}
@media only screen and (max-width: 600px) {
  .program-tag i {
    margin-top: 1px;
  }
}
@media only screen and (max-width: 600px) {
  .program-tag {
    padding: 10px 18px;
    font-size: 15px;
    line-height: 25px;
    align-items: center;
  }
}

@media only screen and (min-width: 1260px) {
  .module-caption-strip {
    background-color: var(--primary-color);
    color: #fff;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    border-radius: 32px;
    top: 0;
    padding: 4px;
    font-size: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .module-caption-strip {
    font-size: 12px;
    color: #6c757d;
    font-weight: 600;
  }
}

.avail-bonuses {
  background-color: #fff;
  padding: 20px 20px;
  border-radius: 8px;
}
.avail-bonuses .ul-lists > ul {
  padding-left: 0;
  margin: 0;
}
.avail-bonuses .ul-lists > ul > li:not(:last-child) {
  margin-bottom: 16px;
  border-bottom: 0.2px solid rgb(221, 220, 220);
}

.bonus-tags {
  border-radius: 8px;
  background-color: var(--orange-color-3);
  color: #282828;
  margin: auto;
  font-size: 14px;
  padding: 5px 13px;
  font-weight: 600;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}

.course-detail-sticky {
  position: sticky;
  top: 100px;
}
@media only screen and (max-width: 600px) {
  .course-detail-sticky {
    position: static;
  }
}

.course-fee-wrapper {
  padding: 40px 60px;
  background-color: var(--white4);
}
@media only screen and (max-width: 999px) {
  .course-fee-wrapper {
    padding: 20px 20px;
  }
}
@media only screen and (max-width: 999px) {
  .course-fee-wrapper .finance-slider-main-wrapper {
    padding: 0;
  }
}
.course-fee-wrapper .finance-slider-box {
  background: var(--dark-orange);
  box-shadow: 0px 14px 32px rgba(0, 0, 0, 0.15);
  border-radius: 24px;
  padding: 60px;
  max-width: 563px;
}
@media only screen and (max-width: 999px) {
  .course-fee-wrapper .finance-slider-box {
    padding: 20px;
  }
}
@media only screen and (max-width: 1250px) {
  .course-fee-wrapper .finance-slider-box {
    padding: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .course-fee-wrapper .finance-slider-box {
    padding: 30px 15px;
  }
}
.course-fee-wrapper .finance-slider-box .slider-container {
  width: 90%;
  max-width: 500px;
  margin: 0 auto 50px;
}
.course-fee-wrapper .finance-slider-box .fin-slider {
  border-radius: 8px;
  margin-top: 40px;
  padding: 14px;
  width: 400px;
  max-width: 100%;
  background-color: var(--primary-white);
}
@media only screen and (max-width: 600px) {
  .course-fee-wrapper .finance-slider-box .fin-slider {
    width: 300px;
  }
}
.course-fee-wrapper .finance-slider-box .fin-slider .ui-slider-handle {
  width: 20px;
  border-radius: 50%;
  background-color: var(--dark-orange);
  border: transparent;
  box-shadow: none;
}
.course-fee-wrapper .finance-slider-box .fin-slider .ui-slider-handle::before {
  background: transparent;
}
.course-fee-wrapper .finance-slider-box .fin-slider .ui-slider-handle::after {
  background: transparent;
}
.course-fee-wrapper .finance-slider-box .fin-slider .ui-slider-pips [class*=ui-slider-pip-initial] {
  color: #999;
}
.course-fee-wrapper .finance-slider-box .fin-slider .rs-selected {
  background-color: var(--dark-orange);
  border: transparent;
}
.course-fee-wrapper .finance-slider-box .fin-slider input[type=range]::-webkit-slider-thumb {
  background: var(--dark-orange);
}
.course-fee-wrapper .finance-slider-box .fin-slider input[type=range]::-webkit-slider-runnable-track {
  height: 10px;
  -webkit-appearance: none;
  color: #13bba4;
  margin-top: -1px;
}
.course-fee-wrapper .finance-slider-box .range {
  font-size: 10px;
}
.course-fee-wrapper .text-1 {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: var(--primary-white);
}
@media only screen and (max-width: 999px) {
  .course-fee-wrapper .text-1 {
    font-size: 14px;
  }
}
.course-fee-wrapper .big-text-2 {
  font-size: 40px;
  line-height: 24px;
  color: var(--primary-white);
}
@media only screen and (max-width: 999px) {
  .course-fee-wrapper .big-text-2 {
    margin-top: 15px;
    font-size: 28px;
  }
}
@media only screen and (max-width: 600px) {
  .course-fee-wrapper .big-text-2 {
    font-size: 20px;
  }
}
.course-fee-wrapper .blue-1 {
  color: var(--txt-color-blue);
}
.course-fee-wrapper .text-3 {
  color: var(--primary-white);
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
}
.course-fee-wrapper .fin-info-card {
  padding: 60px;
  border: 1px solid var(--dark-orange);
  border-radius: 24px;
  height: 100%;
  max-width: 563px;
  background-color: var(--primary-white);
}
@media only screen and (max-width: 1250px) {
  .course-fee-wrapper .fin-info-card {
    padding: 30px;
  }
}
@media only screen and (max-width: 999px) {
  .course-fee-wrapper .fin-info-card {
    padding: 20px;
  }
}
@media only screen and (max-width: 999px) {
  .course-fee-wrapper .fin-info-card figure img {
    max-width: 42px;
  }
}
.course-fee-wrapper .fin-info-card .fin-icon {
  text-align: center;
}
.course-fee-wrapper .fin-info-card .fin-icon .caption-text {
  font-size: 15px;
  line-height: 20px;
}
.course-fee-wrapper .fin-info-card .fin-icon img {
  width: 50px;
}
.course-fee-wrapper #courseMode {
  background-color: transparent;
  outline: transparent;
  border: transparent;
  color: var(--primary-white);
  border-bottom: 2px solid var(--primary-white);
  border-radius: 1px;
}
.course-fee-wrapper #courseMode option {
  color: black;
}
.course-fee-wrapper #courseMode option select:hover,
.course-fee-wrapper #courseMode option select:focus,
.course-fee-wrapper #courseMode option select:active {
  background-color: orange;
  outline: orange;
}
.course-fee-wrapper .learn-more-btn {
  color: var(--dark-orange);
  border: 1px solid var(--dark-orange);
  border-radius: 8px;
}
.course-fee-wrapper .learn-more-btn:hover {
  color: var(--primary-white);
  background-color: var(--dark-orange);
}
.course-fee-wrapper .countdown-caption-wrapper {
  margin-top: 80px;
  text-align: center;
}
.course-fee-wrapper .countdown-timer-wrapper {
  max-width: 112px;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  background-color: var(--txt-color-blue);
  margin-right: 16px;
  margin-top: 16px;
}
.course-fee-wrapper .countdown-timer-wrapper .countdown-time {
  font-weight: 600;
  font-size: 44px;
  color: var(--primary-white);
  letter-spacing: 0.12em;
}
.course-fee-wrapper .countdown-timer-wrapper .countdown-caption {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: var(--primary-white);
}
.course-fee-wrapper .price-increase-caption {
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  color: var(--txt-color-blue);
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background: #ed8c2b !important;
  border: 1px solid #ed8c2b !important;
}

.ui-widget-content {
  border: 0 none !important;
  background: #ccc !important;
}

.ui-widget-header {
  background: #ed8c2b !important;
}

.ui-slider-tip {
  display: none !important;
}

.pricing-wrapper {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px 32px;
}

.case-study {
  background-color: var(--light-blue);
  padding: 20px;
  border-radius: 10px;
}
.case-study .border-col {
  border-right: 1px solid rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 999px) {
  .case-study .border-col {
    border-right: none;
    margin-top: 28px;
  }
}
@media only screen and (max-width: 999px) {
  .case-study .no-col {
    margin-top: 28px;
  }
}
.case-study #courseCaseStudySwiper {
  padding: 10px;
  padding-left: 0;
}
.case-study #courseCaseStudySwiper .swiper-slide {
  width: 150px !important;
  height: 54px;
  align-items: flex-end;
  display: flex;
}
.case-study #courseCaseStudySwiper .logos-wrapper {
  display: flex;
  justify-content: space-between;
}
.case-study .swiper-slide {
  width: 150px !important;
  height: 54px;
  align-items: flex-end;
  display: flex;
}

.logos-wrapper {
  display: flex;
  justify-content: space-between;
}

#programFlag {
  padding-top: 17px;
}
#programFlag .flag-caption-wrapper .swiper-slide {
  width: 80px !important;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
#programFlag .flag-caption-wrapper .swiper-slide img {
  padding-bottom: 10px;
}
#programFlag .flag-caption-wrapper .swiper-slide figcaption {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #282828;
}

.learning-format-wrapper {
  padding-top: 10px;
  display: flex;
}
@media only screen and (max-width: 999px) {
  .learning-format-wrapper {
    justify-content: flex-start;
  }
}

.learning-img-wrapper {
  margin-right: 32px;
  max-width: 80px;
  display: flex;
  padding: 1px;
  flex-direction: column;
}
@media only screen and (max-width: 999px) {
  .learning-img-wrapper {
    margin-right: 36px;
  }
}
.learning-img-wrapper figcaption {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #282828;
  padding-top: 16px;
}
.learning-img-wrapper img {
  width: 42.93px;
}

@media only screen and (max-width: 999px) {
  .creatorCarouselWrapper .infinite-scroll {
    margin-left: 0;
  }
}
.creatorCarouselWrapper .pill-bar .nav-pill-creator .active {
  border-bottom: 2px solid var(--primary-color);
  background-color: transparent;
  color: var(--primary-color);
  font-weight: 500;
  font-size: 20px;
  border-radius: 0;
}

@media only screen and (max-width: 999px) {
  .creatorCarouselWrapper .nav-pills {
    display: none;
  }
}
.creatorCarouselWrapper .pill-bar .nav-pill-creator {
  cursor: pointer;
  background-color: transparent;
  margin-right: 32px;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: var(--txt-color-blue3);
}
.creatorCarouselWrapper .pill-bar .nav-pill-creator span {
  color: var(--txt-color-blue3);
}
.creatorCarouselWrapper .tab-pane {
  display: none;
}
.creatorCarouselWrapper .active {
  display: block;
}
.creatorCarouselWrapper .carousel-card {
  max-width: 200px;
  max-height: 395px;
  background-color: var(--white6);
  border-radius: 16px;
  align-items: center;
  border: none;
  text-align: center;
  margin-right: 16px;
  padding: 30px 26px;
}
.creatorCarouselWrapper .carousel-card img {
  width: 64px;
  margin-right: 16px;
}
.creatorCarouselWrapper .carousel-card .card-body {
  padding: 0;
}
.creatorCarouselWrapper .carousel-card .card-text {
  margin-bottom: 24px;
}

@media only screen and (max-width: 999px) {
  #contentCarousel .swiper-slide {
    width: 200px !important;
  }
}

@media only screen and (max-width: 999px) {
  #placementCarousel .swiper-slide {
    width: 190px !important;
  }
}

.placement-carousel-card {
  max-width: 200px;
  max-height: 395px;
  background-color: var(--white6);
  border-radius: 16px;
  align-items: center;
  border: none;
  text-align: center;
  padding: 30px 26px;
}
@media only screen and (max-width: 600px) {
  .placement-carousel-card {
    padding: 15px 13px;
  }
}
.placement-carousel-card .card-body {
  padding: 0;
}
.placement-carousel-card .card-body .placement-company-logo {
  width: 90px;
  margin: auto;
}
@media only screen and (max-width: 600px) {
  .placement-carousel-card .design-txt {
    font-size: 12px;
  }
}
.placement-carousel-card .card-text {
  margin-bottom: 24px;
}
.placement-carousel-card .card-img-carousels {
  width: 85px;
  border-radius: 45px;
}

.card-dp-it {
  width: 100px;
  height: 101px;
  display: flex;
}
.card-dp-it img {
  border-radius: 50%;
}

.placement-company-logo-it {
  width: 90px;
  margin: auto;
  height: 60px;
  display: flex;
  align-items: center;
  mix-blend-mode: multiply;
}

.center-form-section {
  min-height: 500px;
}
.center-form-section .caption-3 {
  font-size: 14px;
}
.center-form-section .form-wrapper {
  border-radius: 24px;
  width: 100%;
  background-color: var(--light-orange);
  padding: 40px;
  margin: auto;
}
@media only screen and (max-width: 999px) {
  .center-form-section .form-wrapper {
    padding: 24px 18px;
  }
}
.center-form-section .form-wrapper .video-wrapper {
  max-width: 136.86px;
  max-height: 77px;
}
@media only screen and (max-width: 999px) {
  .center-form-section .form-wrapper .video-wrapper {
    width: 62px;
    max-height: 70.7px;
  }
}
.center-form-section .form-wrapper .video-wrapper img {
  border-radius: 8px;
}
@media only screen and (max-width: 999px) {
  .center-form-section .form-wrapper .video-wrapper img {
    border-radius: 99999px;
    width: 70px;
    height: 70px;
  }
}
.center-form-section .form-wrapper .video-cta {
  margin-top: 30px;
}
.center-form-section .form-wrapper .download-btn {
  max-width: 268px;
  padding: 16px;
}
@media only screen and (max-width: 999px) {
  .center-form-section .form-wrapper .download-btn {
    font-size: 14px;
  }
}
.center-form-section .centers-form-wrap {
  height: 500px;
}
@media only screen and (max-width: 600px) {
  .center-form-section .centers-form-wrap {
    height: auto;
  }
}

.courses-section {
  border-radius: 24px;
  padding: 32px;
  background-color: var(--light-orange);
  margin-bottom: 16px;
}
@media only screen and (max-width: 999px) {
  .courses-section {
    padding: 16px;
  }
}

.course-cards-wrapper {
  overflow-x: auto;
  white-space: nowrap;
  padding-bottom: 16px;
  margin: 16px 0;
}
@media only screen and (max-width: 999px) {
  .course-cards-wrapper {
    overflow-x: hidden;
    white-space: normal;
  }
}

.course-card-container {
  padding: 20px;
  max-width: 600px;
  background-color: var(--primary-white);
  border: 1px solid #bbbbbb;
  border-radius: 16px;
}
.course-card-container .course-name {
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
}
@media only screen and (max-width: 600px) {
  .course-card-container .course-name {
    font-size: 14px;
  }
}

.course-card .features img {
  width: 15px;
  height: 15px;
}
.course-card .features .course-basic-details {
  font-size: 10px;
}

.course-cards-section {
  /* Track */
  /* Handle */
}
@media only screen and (max-width: 999px) {
  .course-cards-section {
    overflow-x: none;
  }
}
.course-cards-section ::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.2rem;
}
.course-cards-section ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 4px #e6e6e6;
  border-radius: 1rem;
  width: 50%;
  opacity: 0.1;
}
.course-cards-section ::-webkit-scrollbar-thumb {
  background: #f79825;
  border-radius: 1rem;
}

.lt-green {
  background-color: var(--light-green-1);
}

.center-banner-section {
  min-height: 580px;
}

.center-form-wrap {
  min-height: 480px;
  border-radius: 24px;
  width: 100%;
  background-color: var(--light-orange);
  padding: 40px;
  margin: auto;
}
.center-form-wrap .enquire-form {
  top: 15px;
}

.resource-wrapper ol {
  list-style: none;
  padding-left: 0;
}
.resource-wrapper ol li {
  margin-left: 0;
  margin-bottom: 8px;
}
.resource-wrapper ol i {
  padding-right: 5px;
}

.bg-franchise-banner {
  background-image: url("/assets/images/becomeFranchise/bg-banner.jpg");
}

.franchise-features .counter-bold {
  font-size: 24px;
  font-weight: 500;
}

.franchise-faqs .accordion-button:not(.collapsed) {
  color: var(--primary-color);
  background-color: rgba(220, 53, 69, 0.1);
}
.franchise-faqs .accordion-button {
  outline: none;
  border: none;
}

.franchiseStickyForm input:focus,
.franchiseStickyForm select:focus,
.franchiseStickyForm option:focus {
  box-shadow: none;
}

@media only screen and (max-width: 600px) {
  .franchise-banner-wrapper {
    bottom: 0;
    margin: auto;
    width: 95%;
    margin: auto;
    left: 0;
    right: 0;
  }
}
.franchise-banner-wrapper ul {
  list-style: disc;
}
@media only screen and (max-width: 600px) {
  .franchise-banner-wrapper ul li {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .franchise-banner-wrapper .primary-heading {
    font-size: 18px;
    line-height: 27px;
  }
}
.franchise-banner-wrapper .heading-3 {
  font-weight: 500;
  font-size: 28px;
  line-height: 52px;
  color: var(--txt-color-blue);
}
@media only screen and (max-width: 600px) {
  .franchise-banner-wrapper .heading-3 {
    font-size: 15px;
    line-height: 30px;
  }
}

.franchise-main-banner-wrapper {
  position: relative;
  border-radius: 16px;
  display: flex;
}
.franchise-main-banner-wrapper .ms-auto > img {
  border-radius: 0 16px 16px 0;
}
.franchise-main-banner-wrapper .primary-heading {
  font-weight: 500;
  font-size: 36px;
  line-height: 54px;
  color: var(--txt-color-blue);
}
@media only screen and (max-width: 999px) {
  .franchise-main-banner-wrapper .primary-heading {
    font-size: 18px;
    line-height: 27px;
  }
}

.refer-banner-wrapper {
  background-color: var(--light-orange);
  padding: 40px;
  border-radius: 24px;
}
.refer-banner-wrapper i {
  color: #e9b343;
  padding-right: 4px;
}
@media only screen and (max-width: 600px) {
  .refer-banner-wrapper object {
    transform: rotate(90deg);
  }
}

.coupon-card-wrapper {
  background-color: var(--light-blue);
  min-height: 212px;
  max-height: 100%;
  border-radius: 8px;
  margin-bottom: 16px;
  padding: 16px;
}

.discount-card {
  border-right: 1px dashed rgba(0, 0, 0, 0.5);
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-evenly;
}
@media only screen and (max-width: 999px) {
  .discount-card {
    justify-content: space-between;
    border-right: none;
    flex-direction: row;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.5);
  }
}
.discount-card .discount-percentage {
  font-weight: 600;
  font-size: 32px;
  color: #429429;
}
.discount-card .coupon-tag {
  border: 1px solid rgba(0, 0, 0, 0.35);
  background: #e9f8ff;
  border-radius: 4px;
  color: var(--txt-color-blue);
  font-weight: 600;
  font-size: 12px;
  width: 74px;
  text-align: center;
  padding: 4px;
  line-height: 18px;
}

.coupon-code {
  display: none;
  background: #edfde0;
  border: 1px dashed #377d22;
  border-radius: 8px;
  padding: 8px 10px;
  margin-top: 16px;
}
@media only screen and (max-width: 600px) {
  .coupon-code {
    margin-left: 16px;
    margin-top: 0;
  }
}
.coupon-code img {
  max-width: 15px;
}

.referalForm {
  /* Firefox */
}
.referalForm input::-webkit-outer-spin-button,
.referalForm input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.referalForm input[type=number] {
  -moz-appearance: textfield;
}

.long-course-wrapper {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 16px;
}
@media only screen and (max-width: 600px) {
  .long-course-wrapper {
    align-items: flex-start !important;
  }
}
.long-course-wrapper:not(:last-of-type) {
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.long-course-wrapper .primary-text {
  font-weight: 500;
  font-size: 14px;
}

@media only screen and (max-width: 999px) {
  .referEarnCarouselWrapper .infinite-scroll {
    margin-left: 0;
  }
}
.referEarnCarouselWrapper .pill-bar .nav-pill-creator .active {
  border-bottom: 2px solid var(--primary-color);
  background-color: transparent;
  color: var(--primary-color);
  font-weight: 500;
  font-size: 20px;
  border-radius: 0;
}

@media only screen and (max-width: 999px) {
  .referEarnCarouselWrapper .nav-pills {
    display: none;
  }
}
.referEarnCarouselWrapper .pill-bar .nav-pill-creator {
  cursor: pointer;
  background-color: transparent;
  margin-right: 32px;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: var(--txt-color-blue3);
}
.referEarnCarouselWrapper .pill-bar .nav-pill-creator span {
  color: var(--txt-color-blue3);
}
.referEarnCarouselWrapper .tab-pane {
  display: none;
}
.referEarnCarouselWrapper .active {
  display: block;
}
.referEarnCarouselWrapper .carousel-card {
  max-width: 200px;
  max-height: 395px;
  background-color: var(--white6);
  border-radius: 16px;
  align-items: center;
  border: none;
  text-align: center;
  margin-right: 16px;
  padding: 30px 26px;
}
.referEarnCarouselWrapper .carousel-card img {
  width: 64px;
  margin-right: 16px;
}
.referEarnCarouselWrapper .carousel-card .card-body {
  padding: 0;
}
.referEarnCarouselWrapper .carousel-card .card-text {
  margin-bottom: 24px;
}

.referAndEarnPopup input:focus,
.referAndEarnPopup select:focus,
.referAndEarnPopup option:focus {
  box-shadow: none;
}

.main-banner-wrapper {
  position: relative;
  border-radius: 16px;
  display: flex;
}
.main-banner-wrapper img {
  border-radius: 16px;
}

.banner-caption-wrapper {
  padding: 30px;
  border-radius: 16px;
  position: absolute;
  background-attachment: fixed;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-image: url("./assets/images/compare-courses/person-img.png"), linear-gradient(90deg, #201a24 62%, rgba(32, 26, 36, 0) 100%);
}
@media only screen and (max-width: 600px) {
  .banner-caption-wrapper {
    transform: rotate(-90deg);
    bottom: 0px;
    height: auto;
  }
}
@media only screen and (max-width: 600px) {
  .banner-caption-wrapper > div {
    transform: rotate(90deg);
  }
}

.num-caption {
  font-weight: 500;
  font-size: 32px;
  line-height: 48px;
  color: var(--primary-white);
}

.need-card {
  padding: 30px;
  border-radius: 8px;
}
.need-card img {
  mix-blend-mode: multiply;
  padding-right: 16px;
}

.light-purple {
  background-color: #f0f4fe;
}

.light-purple-2 {
  background-color: #f4f1fb;
}

.light-pink {
  background-color: #faeeeb;
}

.light-blue {
  background-color: #f1fcfe;
}

.my-accordion .faq-accordion-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  color: var(--txt-color-4);
  padding-left: 10px;
}
.my-accordion .card {
  border-radius: 5px;
  border-color: transparent;
  border-bottom: none;
  border: 1px solid #e4e4e4;
  --bs-card-border-color: none;
  margin-bottom: 8px;
}
.my-accordion .card-header {
  background-color: var(--primary-white);
}
.my-accordion .card-body {
  width: 95%;
  margin-left: auto;
}
.my-accordion i {
  color: var(--primary-color);
}

.label-caption {
  position: relative;
  padding: 5px 10px;
}

.label-tag {
  align-items: center;
  display: flex;
  left: -15px;
  top: 50px;
  width: 190px;
}

.label-tag-rounded {
  background-color: var(--primary-color);
  width: 176px;
  height: 40px;
  border-radius: 16px;
  left: 27px;
  top: 50px;
}

.label-rounded-caption {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  width: 100%;
  left: -15px;
  top: 50px;
  background-color: var(--primary-color);
}

.banner-wrapper {
  padding-left: 30px;
  padding-bottom: 30px;
  bottom: 10px;
}

.figure-wrapper {
  display: flex;
  padding: 45px;
  max-width: 545px;
  margin: auto;
  background-color: var(--light-orange);
}
@media only screen and (max-width: 600px) {
  .figure-wrapper {
    padding: 24px;
  }
}
.figure-wrapper .fig-box {
  text-align: left;
}
.figure-wrapper .fig-box .bg-fig-caption {
  font-weight: 500;
  font-size: 40px;
  color: var(--txt-color-blue2);
}
@media only screen and (max-width: 600px) {
  .figure-wrapper .fig-box .bg-fig-caption {
    font-size: 32px;
  }
}
.figure-wrapper .fig-box .sm-fig-caption {
  font-weight: 400;
  font-size: 18px;
  color: var(--txt-color-blue2);
}

.b-xy {
  border-right: 1px solid grey;
  border-bottom: 1px solid grey;
}

.b-xy2 {
  border-left: 1px solid grey;
  border-top: 1px solid grey;
}

.about-card-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 245px;
  height: 203px;
  background-size: contain;
  background-repeat: no-repeat;
  color: var(--primary-white);
  background-image: url("/assets/images/about-us/blue-pattern.png");
}
.about-card-wrapper p {
  font-weight: 600;
  font-size: 24px;
}
@media only screen and (max-width: 600px) {
  .about-card-wrapper p {
    font-size: 18px;
  }
}

.p-card-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 327px;
  border-radius: 24px;
  height: 272px;
  color: var(--primary-white);
}
.p-card-wrapper p {
  font-weight: 600;
  font-size: 24px;
}

.purpose {
  background-image: linear-gradient(rgba(138, 16, 28, 0.8), rgba(138, 16, 28, 0.9)), url("/assets/images/about-us/purpose.png");
}

.people {
  background-image: linear-gradient(rgba(138, 16, 28, 0.8), rgba(138, 16, 28, 0.9)), url("/assets/images/about-us/people.png");
}

.performance {
  background-image: linear-gradient(rgba(138, 16, 28, 0.8), rgba(138, 16, 28, 0.9)), url("/assets/images/about-us/performance.png");
}

.partnership {
  background-image: linear-gradient(rgba(138, 16, 28, 0.8), rgba(138, 16, 28, 0.9)), url("/assets/images/about-us/partners.png");
}

.goal-wrapper {
  padding: 36px;
  border-radius: 16px;
  background-color: var(--light-orange);
}

.checked-wrap-career {
  padding-top: 16px;
}
.checked-wrap-career li {
  padding-bottom: 8px;
}

.hire-card {
  background: #262626;
  border-radius: 8px;
  display: flex;
}
.hire-card .caption-wrapper .caption {
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  /* or 178% */
  letter-spacing: 0.02em;
  color: #ffffff;
}
@media only screen and (max-width: 600px) {
  .hire-card .caption-wrapper .caption {
    font-size: 12px;
    line-height: 20px;
  }
}

.caseStudyPreWrap {
  margin-top: 190px;
}
@media only screen and (max-width: 600px) {
  .caseStudyPreWrap {
    margin-top: 0px;
  }
}

.main-img {
  mix-blend-mode: multiply;
}

.hire-form-section {
  padding: 40px 60px;
  background-color: #e9f8ff;
}
@media only screen and (max-width: 600px) {
  .hire-form-section {
    padding: 24px 10px;
  }
}
.hire-form-section .breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  margin-top: 2px;
}
.hire-form-section .breadcrumb-item a {
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: var(--txt-color-blue2);
}
.hire-form-section .breadcrumb-item a .active {
  font-weight: 600;
}

.seamless-card {
  position: relative;
  border-radius: 0px 0px 16px 16px;
}
@media only screen and (max-width: 600px) {
  .seamless-card {
    width: 90%;
  }
}
.seamless-card .seamless-caption {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  position: absolute;
  height: 100%;
  display: flex;
  justify-content: end;
  flex-direction: column;
  padding: 16px;
  text-align: left;
  border-radius: 16px;
  bottom: 0;
  vertical-align: baseline;
}
.seamless-card .seamless-caption .bg-s-caption {
  font-weight: 500;
  font-size: 20px;
}
@media only screen and (max-width: 600px) {
  .seamless-card .seamless-caption .text-light {
    font-size: 13px;
  }
}

.skill-tag-box {
  padding: 10px;
  border-radius: 8px;
  background: #e9f8ff;
}
.skill-tag-box span {
  font-weight: 500;
  font-size: 16px;
}
.skill-tag-box img {
  mix-blend-mode: multiply;
}

@media only screen and (max-width: 600px) {
  #seamlessSwiper .swiper-slide {
    width: 90% !important;
  }
}

.hire-card-img-wrapper img {
  width: 45px;
}

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

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

.dm-skill-tag,
.ui-skill-tag {
  display: none;
}

.hireFormSticky {
  border: 1px solid var(--orange-color);
  position: absolute;
  background-color: var(--primary-white);
  max-width: 430px;
  padding: 20px 30px;
  border-radius: 16px;
}
.hireFormSticky input:focus,
.hireFormSticky select:focus,
.hireFormSticky option:focus {
  box-shadow: none;
}

.placed-card {
  margin: 10px 0;
  max-width: 315px;
  background-color: var(--primary-white);
  border-radius: 16px;
  align-items: center;
  box-shadow: 0px 0 15px rgba(1, 41, 112, 0.1);
  border: none;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 10px;
  border-bottom: 4px solid #f79825;
}

.placed-card .card-img-top {
  mix-blend-mode: multiply;
  width: 120px;
  height: 120px;
  border-radius: 50% !important;
  border: 3px solid #7b7b7b;
}

.placed-card .brand-logo-wrap {
  width: 101px;
  text-align: center;
  margin: auto;
}

.placed-card .card-body {
  padding: 5px;
}

.career-transistion-card {
  max-width: 260px;
  max-height: 395px;
  background-color: var(--white6);
  border-radius: 16px;
  align-items: center;
  border: none;
  text-align: center;
  padding: 30px 26px;
}
.career-transistion-card .card-body {
  padding: 0;
}
.career-transistion-card .card-body .placement-company-logo {
  width: 90px;
  margin: auto;
}
.career-transistion-card .card-text {
  margin-bottom: 24px;
}
.career-transistion-card .student-pic {
  width: 110px;
  height: 110px;
  -o-object-fit: fill;
     object-fit: fill;
  border-radius: 60px;
}

.hiring-card {
  background: #fbfbfb;
  border: 1px solid #c1c1c1;
  border-radius: 8px;
  padding: 24px;
}
.hiring-card .bg-hc-caption {
  font-weight: 500;
  font-size: 16px;
  color: #282828;
}
.hiring-card .job-type-card {
  border-radius: 4px;
  font-size: 11px;
  padding: 2px;
  font-weight: 600;
}
.hiring-card .lt-green {
  background-color: #e7f3e7;
}
.hiring-card .apply {
  font-weight: 500;
  font-size: 14px;
  color: var(--primary-color);
}

.testimonal-blue {
  margin: 80px auto;
  background-color: var(--light-blue);
  padding: 55px 0;
}

.main-banner-wrapper {
  position: relative;
  border-radius: 16px;
  display: flex;
}

.banner-caption-wrapper {
  padding: 30px;
  border-radius: 16px 0 0 16px;
  position: absolute;
  height: 100%;
  width: 80%;
  background: linear-gradient(90deg, #201a24 70%, rgba(32, 26, 36, 0) 100%);
}

.advantages-wrapper {
  background-color: var(--light-orange);
}
.advantages-wrapper .bordered-col {
  border-right: 1px solid rgba(128, 128, 128, 0.5294117647);
}
@media only screen and (max-width: 600px) {
  .advantages-wrapper .bordered-col {
    border-right: 1px solid transparent;
    border-bottom: 1px solid rgba(128, 128, 128, 0.5294117647);
    padding-bottom: 16px;
  }
}

#jobRePopup {
  margin: 10px 0;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
#jobRePopup .enquire-form {
  overflow-y: auto;
  border: none;
  margin-top: 0;
  padding-top: 10px;
  margin-top: 10px;
}
#jobRePopup ::-webkit-scrollbar {
  width: 5px;
}
#jobRePopup ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 2px;
}
#jobRePopup ::-webkit-scrollbar-thumb {
  background: rgba(81, 77, 77, 0.3254901961);
  border-radius: 2px;
}
#jobRePopup ::-webkit-scrollbar-thumb:hover {
  background: rgba(81, 77, 77, 0.3254901961);
}

@media only screen and (max-width: 600px) {
  .jobpopups .modal-content {
    max-height: 70%;
  }
}

.career-banner-wrapper {
  bottom: 10px;
}
@media only screen and (max-width: 600px) {
  .career-banner-wrapper {
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
  }
  .career-banner-wrapper .heading-3 {
    font-size: 22px;
    line-height: 1.5;
  }
}

.career-form input:focus,
.career-form select:focus,
.career-form option:focus {
  box-shadow: none;
}

.master-body {
  background-color: #00143a;
  color: #fff;
}
.master-body h1 {
  font-size: 30px;
  line-height: 50px;
  margin: 0;
  color: #fff;
}
.master-body .heading-1 {
  font-size: 30px;
  line-height: 50px;
  margin: 0;
  color: #fff;
}
.master-body h2 {
  font-size: 25px;
  color: #fff;
}
@media only screen and (max-width: 600px) {
  .master-body h2 {
    font-size: 18px;
    font-weight: 500;
  }
}
.master-body p {
  color: #fff;
}
.master-body h3 {
  font-size: 20px;
  color: #fff;
  line-height: 28px;
}
@media only screen and (max-width: 600px) {
  .master-body h3 {
    font-size: 16px;
    font-weight: 500;
  }
}
.master-body .fixed-wrapper {
  left: 0;
  top: 0;
  right: 0;
  max-width: 100% !important;
  z-index: 10;
  width: 100%;
}
.master-body .section-wrapper {
  margin: 50px auto auto auto;
  width: 90%;
  max-width: 1260px;
}
@media only screen and (max-width: 600px) {
  .master-body .section-wrapper {
    width: 95%;
  }
}
@media only screen and (max-width: 600px) {
  .master-body p {
    font-size: 13px;
  }
}
.master-body .fw-border {
  border: 1px solid #d9d7d7 !important;
}
.master-body .field-wrapper {
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 4px 8px;
  margin: auto;
}
.master-body .field-wrapper > div:not(:last-child) {
  border-right: 1px solid #fff;
}
.master-body .field-wrapper input,
.master-body .field-wrapper select {
  border: transparent;
}
.master-body .field-wrapper input:focus,
.master-body .field-wrapper select:focus {
  box-shadow: none;
}
.master-body .field-wrapper input:default,
.master-body .field-wrapper select:default {
  color: #fff;
}
.master-body .nav-sticky {
  width: 100%;
  z-index: 10;
  position: fixed;
}
.master-body .stickTop {
  top: 47px;
}
.master-body .stickTop0 {
  top: 0;
}
.master-body .cta-sticky {
  width: 100%;
  top: 0;
  z-index: 10;
  position: fixed;
}
.master-body .ms-row {
  width: 70%;
  margin: auto;
}
@media only screen and (max-width: 600px) {
  .master-body .ms-row {
    width: 100%;
  }
}
.master-body .secondary-bg-color {
  background-color: #192f58;
}
.master-body .bg-color-3 {
  background-color: #00143a;
}
.master-body .primary-bg-color {
  background-color: #da2037;
}
.master-body .primary-color {
  color: #da2037;
}
.master-body .text-2 {
  font-weight: 500;
  font-size: 20px;
}
.master-body .hero-banner {
  -webkit-mask-image: linear-gradient(90deg, transparent, #192f58 74%, #192f58 75%, transparent);
  mask-image: linear-gradient(90deg, transparent, #192f58 74%, #192f58 75%, transparent);
}
@media only screen and (max-width: 600px) {
  .master-body .hero-banner {
    min-height: auto;
  }
}
.master-body .course-strip {
  margin-bottom: 32px;
}
.master-body .course-strip p {
  margin: 0;
  color: #000000;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  padding: 3px 10px;
  background-color: #ffc840;
}
@media only screen and (max-width: 600px) {
  .master-body .course-strip p {
    font-size: 12px;
  }
}
.master-body .course-strip img {
  width: 33px;
}
@media only screen and (max-width: 600px) {
  .master-body .course-strip img {
    width: auto;
  }
}
.master-body .nav {
  background-color: #00143a;
  padding: 20px 0;
}
.master-body .cta-btn {
  color: #fff;
  border: transparent;
  border-radius: 8px;
  outline: transparent;
  padding: 10px 20px;
  background-color: var(--color-secondary);
}
.master-body .nav-links-wrapper {
  display: flex;
  list-style: none;
  margin: auto;
}
@media only screen and (max-width: 600px) {
  .master-body .nav-links-wrapper {
    display: none;
  }
}
.master-body .nav-links-wrapper > li:not(:last-child) {
  margin-right: 32px;
}
.master-body .nav-links-wrapper > li > a {
  font-weight: 500;
  color: #fff;
}
.master-body .trainer-info-wrapper {
  background-color: #192f58;
  border-radius: 8px;
  padding: 40px 60px;
}
@media only screen and (max-width: 600px) {
  .master-body .trainer-info-wrapper {
    padding: 25px 20px;
  }
}
.master-body .module-title {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}
@media only screen and (max-width: 600px) {
  .master-body .module-title {
    font-size: 16px;
  }
}
.master-body .btn-secondary {
  background-color: #041b47;
  color: #fff;
  border: transparent;
  padding: 10px 20px;
  border-radius: 4px;
}
.master-body .topic-section-wrapper {
  display: none;
  background-color: #192f58;
  border-radius: 8px;
  padding: 50px 120px;
}
.master-body .topic-section-wrapper ul {
  list-style: disc;
}
@media only screen and (max-width: 600px) {
  .master-body .topic-section-wrapper {
    padding: 25px 40px;
  }
}
.master-body .my-popup {
  z-index: 1120;
  overflow-y: auto;
  background-color: rgba(0, 20, 58, 0.66);
}
.master-body .my-popup .border-right {
  border-right: 1px solid rgba(128, 128, 128, 0.397);
  height: 100%;
}
@media only screen and (max-width: 600px) {
  .master-body .my-popup .border-right {
    text-align: center;
    border-right: 1px solid rgba(128, 128, 128, 0);
  }
}
.master-body .popup-master-class {
  z-index: 1120;
  overflow-y: auto;
  background-color: #fff;
  margin: auto;
  width: 90%;
  top: 0;
  bottom: 0;
  left: 0;
  padding: 30px 10px;
  right: 0;
}
.master-body .popup-master-class .modal-content {
  border-color: transparent;
}
.master-body .popup-master-class .close-btn-popup {
  width: 99%;
}
@media only screen and (max-width: 600px) {
  .master-body .popup-master-class {
    width: 100%;
    height: 90%;
  }
}
@media only screen and (max-width: 600px) {
  .master-body .popup-master-class .section-wrapper {
    width: 90%;
    margin: 10px auto;
  }
}
@media only screen and (max-width: 600px) {
  .master-body .popup-master-class .section-wrapper h2 {
    font-size: 18px;
  }
}
.master-body .popup-master-class .master-class-form {
  box-shadow: none;
}
@media only screen and (max-width: 600px) {
  .master-body .popup-master-class .master-class-form {
    padding: 0;
  }
}
.master-body .popup-master-class .master-class-form svg,
.master-body .popup-master-class .master-class-form i {
  color: grey;
  fill: grey;
}
@media only screen and (max-width: 600px) {
  .master-body .strip-txt {
    font-size: 12px;
  }
}
.master-body .tool-img-wrap {
  width: 200px;
  height: 200px;
}
.master-body .ms-tool-wrap {
  width: 200px;
  height: 200px;
  margin-left: 0;
}
@media only screen and (max-width: 600px) {
  .master-body .ms-tool-wrap {
    margin-left: auto;
    margin-right: auto;
  }
}
.master-body .program-eligiblity-wrapper {
  padding: 25px 30px;
}
.master-body .not-wrap {
  border-left: 5px solid #da2037;
}
.master-body .yes-wrap {
  border-left: 5px solid #0c8948;
}
.master-body .master-class-accordion .accordion-item {
  border-radius: 8px;
  border-color: transparent;
  box-shadow: none;
  border: none;
  outline: none;
}
.master-body .master-class-accordion .accordion-item button {
  box-shadow: none;
}
.master-body .master-class-accordion .accordion-button::after {
  filter: invert(1);
}
.master-body .curriculum-wrapper {
  transform: all 0.5s;
  padding: 20px 0;
}
.master-body .curriculum-wrapper:hover {
  background-color: #041b47;
}
.master-body .curriculum-wrapper:hover .curriculum-img-wrapper img {
  transform: scale(1.1);
}
.master-body .floating-menu {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: fixed;
  bottom: 100px;
  right: 25px;
  transition: all 3s;
  z-index: 1190;
  display: none;
}
@media only screen and (max-width: 600px) {
  .master-body .floating-menu {
    display: block;
  }
}
.master-body .floating-menu input {
  position: absolute;
  width: 50px;
  height: 50px;
  margin: 0;
  z-index: 1190;
  opacity: 0;
  cursor: pointer;
}
.master-body .floating-menu input:checked ~ .plus-icon {
  transform: rotate(90deg);
}
.master-body .floating-menu input:checked ~ .floating-nav {
  display: flex;
  transition: all 3s;
  z-index: 190;
}
.master-body .floating-menu input:checked ~ .floating-nav li {
  z-index: 190;
}
.master-body .floating-menu input:checked ~ .floating-nav li:nth-child(1) {
  transform: translatey(-48px);
}
.master-body .floating-menu input:checked ~ .floating-nav li:nth-child(2) {
  transform: translatey(-88px);
}
.master-body .floating-menu input:checked ~ .floating-nav li:nth-child(3) {
  transform: translatey(-128px);
}
.master-body .floating-menu input:checked ~ .floating-nav li:nth-child(4) {
  transform: translatey(-168px);
}
.master-body .floating-menu input ~ .plus-icon {
  transform: rotate(0);
}
.master-body .floating-menu > .plus-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 1;
  color: #ffffff;
  background: #192f58;
  border-radius: 50%;
  transform: rotate(0);
  transition: all 0.5s ease;
  pointer-events: none;
  position: absolute;
}
.master-body .floating-menu > .floating-nav {
  display: none;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.master-body .floating-menu > .floating-nav li {
  display: flex;
  background: #192f58;
  padding: 10px 20px;
  justify-content: center;
  text-align: left;
  align-items: center;
  width: 100px;
  cursor: pointer;
  position: absolute;
  transition: all 0.5s ease;
}
.master-body .floating-menu > .floating-nav li a {
  font-size: 14px;
  line-height: 1;
  color: #ffffff;
}
.master-body .form-ul {
  list-style: square;
}
@media only screen and (max-width: 600px) {
  .master-body .apply-txt {
    display: block;
  }
}

.countdown-timer-wrapper {
  max-width: 270px;
}
.countdown-timer-wrapper .label-text {
  font-size: 14px;
}/*# sourceMappingURL=style.css.map */