@font-face {
  font-family: "Roboto-Regular";
  src: url("../fonts/Roboto-Regular.ttf");
}
@font-face {
  font-family: "Roboto-Medium";
  src: url("../fonts/Roboto-Medium.ttf");
}
@font-face {
  font-family: "Roboto-Bold";
  src: url("../fonts/Roboto-Bold.ttf");
}
@font-face {
  font-family: "Roboto-Light";
  src: url("../fonts/Roboto-Light.ttf");
}
@font-face {
  font-family: "Roboto-Slab-Regular";
  src: url("../fonts/Roboto-Slab-Regular.ttf");
}
html,
body {
  font-family: "Roboto-Regular", Arial, Helvetica, sans-serif;
  color: #292929;
  position: relative;
  scroll-behavior: smooth;
}
.transition-all {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn:hover {
  -webkit-box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14),
    0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14),
    0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}
.main-btns,
.top-referral-section .invite-right-wrapper a.invite-cta-btn,
a.share-now-btn,
.application-section a.apply-now-btn,
a.download-btn,
a.know-more-btn,
.programme-features-sticky-row > div .feature-wrapper-sticky a.apply-now-btn,
.banner-btn-row a.banner-btn {
  background-color: #158a75!important;
  border-color: #158a75!important;
  float: none;
  color: #fff;
  font-size: 15px;
  border-radius: 0px;
  padding: 15px 25px;
  font-family: "Roboto-Bold", Arial, Helvetica, sans-serif;
}
.main-logo-nav {
  width: 100%;
  background-color: #fff;
  min-height: 70px;
}
.main-logo-nav .container-fluid {
  max-width: 1140px;
}
a.navbar-brand {
  display: inline-block;
  border: none;
  outline: none;
  padding: 0px;
  margin-right: 0px;
  text-align: center;
}
a.navbar-brand img {
  display: inline-block;
  max-height: 70px;
  margin: 15px auto;
}
@media only screen and (max-width: 991px) {
  .main-logo-nav .row {
    text-align: center;
  }
}
.main-banner {
  width: 100%;
  min-height: 500px;
  background-image: url(../images/Landing-page.png);
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
  max-width: 1920px;
  margin: 0 auto;
}
.main-banner .banner-overlay {
  background-color: rgba(0, 0, 0, 0.1);
}
.main-banner .banner-overlay .container-fluid {
  max-width: 1140px;
}
@media only screen and (max-width: 991px) {
  .main-banner {
    background-position: center top;
    background-image: none;
  }
  .main-banner .banner-overlay {
    background-color: rgb(2 20 68);
    padding-top: 0px;
  }
}
.banner-tagline {
  display: inline-block;
/*  background-color: white;*/
/*  padding: 0px 20px;*/
  color: #fff;
/*  margin-top: 350px;*/
}
.banner-tagline .main-tagline {
    display: block;
    font-size: 30px;
    line-height: 42px;
    color: #ffe500 !important;
    font-family: "Roboto-Slab-Regular", Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.banner-tagline .small-tagline {
    display: block;
    font-size: 26px;
    line-height: 34px;
    color: black;
    font-family: "Roboto-Slab-Regular", Arial, Helvetica, sans-serif;
    margin: 10px 0px;
}
.banner-tagline .sub-tagline-text {
  display: block;
  font-size: 20px;
  line-height: 30px;
  margin-top: 5px;
  font-family: "Roboto-Slab-Regular", Arial, Helvetica, sans-serif;
}
.banner-tagline .batch-number {
    display: inline-block;
    font-size: 20px;
    line-height: 30px;
    background-color: #ffe500;
    color: #fff;
    padding: 10px 20px;
    vertical-align: top;
    color: black;
    font-weight: 600;
    border-radius: 20px;
    margin: 20px 0px;
}
.banner-tagline .sub-tagline-text.batch-rating {
  display: inline-block;
  min-height: 32px;
  font-size: 18px;
  line-height: 31px;
  color: #fff;
  padding: 1px 10px;
  border: 1px solid #158a75;
  font-style: italic;
}
.banner-tagline .sub-tagline-text.batch-rating span {
  font-size: 22px;
  font-style: normal;
  color: #158a75;
}
.banner-tagline .note-tagline-text {
  display: block;
  font-size: 12px;
  line-height: 20px;
  margin-top: 5px;
}
.banner-tagline.banner-tagline-ty {
  margin-top: 350px;
}
@media only screen and (max-width: 991px) {
  .banner-tagline {
    display: block;
    background-color: rgba(0, 0, 0, 0);
    padding: 20px 0px;
    color: #fff;
    margin-top: 0px;
  }
  .small-tagline  {
      color: #fff !important;
   
}
 .main-tagline  {
      color: #fff !important;
   
}
  .banner-tagline .main-tagline {
    font-size: 22px;
    line-height: 32px;
  }
  .banner-tagline .small-tagline {
    font-size: 20px;
    line-height: 28px;
  }
  .banner-tagline .sub-tagline-text {
    font-size: 16px;
    line-height: 26px;
  }
  .banner-tagline.banner-tagline-ty {
    margin-top: 0px;
  }
}
.banner-btn-row a.banner-btn {
  margin: 15px auto 10px;
  white-space: initial;
  padding: 5px 15px;
}
@media only screen and (max-width: 991px) {
  .banner-btn-row {
    text-align: center;
  }
  .banner-btn-row a.banner-btn {
    margin: 10px auto 50px;
    font-size: 16px;
  }
}
.time-ticker-col .time-ticker {
  display: block;
  width: 100%;
  margin-top: 5px;
  padding: 0px 5px 10px;
  max-width: 350px;
}
.time-ticker > .ticker-text {
  display: block;
  padding: 5px 0px;
  font-size: 16px;
  color: #fff;
  text-align: left;
}
.time-ticker > img {
  display: block;
  max-width: 100%;
}
@media only screen and (max-width: 991px) {
  .time-ticker-col .time-ticker {
    margin: 10px auto 0;
    margin-top: 10px;
    padding: 0px 5px 0px;
  }
  .time-ticker > .ticker-text {
    font-size: 15px;
    text-align: center;
    color: #fff;
  }
  .time-ticker > img {
    max-width: 100%;
    margin: 0 auto;
  }
}
.banner-box-btn {
  display: inline-block;
  background-color: #158a75!important;
  color: #158a75;
  font-size: 18px;
  padding: 8px 15px;
  font-family: "Roboto-Bold", Arial, Helvetica, sans-serif;
  margin-top: 15px;
}
@media only screen and (max-width: 768px) {
  .banner-box-btn {
    font-size: 15px;
    padding: 8px 10px;
    font-family: "Roboto-Medium", Arial, Helvetica, sans-serif;
    margin-top: 15px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-box-btn {
    display: block;
    margin-top: 20px;
    line-height: 20px;
    text-align: center;
  }
}
@media only screen and (max-width: 370px) {
  .banner-box-btn {
    font-size: 12px;
    padding: 8px 3px;
  }
}
.main-form {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  position: relative;
}
.main-form .container-fluid {
  position: relative;
}
.main-form-col .card {
  margin-bottom: 15px;
  margin-top: 10px;
  padding: 8px 25px;
  border: none;
  margin-left: auto;
  position: relative;
  border-radius: 0px;
}
.main-form-col .card .form-head {
  color: #292929;
  font-family: "Roboto-Bold", Arial, Helvetica, sans-serif;
  font-size: 22px;
  line-height: 40px;
  margin-bottom: 10px;
}
.form-note {
  font-size: 14px;
  margin-top: 20px;
  font-weight: bold;
  color: red;
  line-height: 18px;
  margin-bottom: 15px;
}
.form-custom input[type="text"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: calc(2.2em + 1px);
  margin: 0 0 0.7em;
  padding: 1em;
  border: 1px solid #bdbdbd;
  background: #fff;
  resize: none;
  outline: none;
  border-radius: 3px;
  color: #158a75;
}
.form-custom .form-group .input-group input[type="text"] {
  outline: none;
}
.form-custom .form-group .input-group input[disabled="disabled"],
.form-custom .form-group .input-group input[readonly] {
  background-color: #e9ecef;
}
.form-custom .form-group .input-group input[type="text"] + label[placeholder],
.form-custom
  .form-group
  .input-group
  input[type="text"]
  + ul
  + label[placeholder] {
  position: absolute;
  margin-top: calc(1.05em - 5px);
}
.form-custom
  .form-group
  .input-group
  input[type="text"][disabled="disabled"]
  + label[placeholder]::before {
  background: none;
}
.form-custom .form-group .input-group .input-group-text {
  height: calc(2.2em + 1px);
  cursor: pointer;
  border: 1px solid #bdbdbd;
  padding: 0.375rem 14px;
  position: absolute;
  right: 1px;
  z-index: 999;
  border-right: none;
}
.form-custom .form-group .input-group .input-group-text:hover {
  background-color: #000;
  color: #fff;
}
.form-custom input[type="text"].error,
.form-custom input[type="text"].error:focus {
  border-color: red;
}
.custom-select.error {
  border-color: red;
}
.checkbox-inline input {
  margin-right: 10px;
}
.form-custom input[type="text"]:focus {
  border-color: #bdbdbd;
  background-color: #f0f0f0;
}
.form-custom input[type="text"]:focus + label[placeholder]::before,
.form-custom input[type="text"]:focus + ul + label[placeholder]::before {
  color: #292929;
}
.form-custom input[type="text"]:focus + label[placeholder]::before,
.form-custom .notEmpty input[type="text"] + label[placeholder]::before,
.form-custom input[type="text"]:focus + ul + label[placeholder]::before,
.form-custom .notEmpty input[type="text"] + ul + label[placeholder]::before {
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  transform: translate(0, -1.15em) scale(0.9, 0.9);
  -webkit-transform: translate(0, -1.35em) scale(0.9, 0.9);
  -moz-transform: translate(0, -1.35em) scale(0.9, 0.9);
  -ms-transform: translate(0, -1.35em) scale(0.9, 0.9);
  -o-transform: translate(0, -1.35em) scale(0.9, 0.9);
  position: relative;
  color: #292929;
  background: #f0f0f0;
}
.form-custom input[type="text"]:invalid + label[placeholder][alt]::before,
.form-custom input[type="text"]:invalid + ul + label[placeholder][alt]::before {
  content: attr(placeholder);
  position: relative;
}
.form-custom input[type="text"] + label[placeholder],
.form-custom input[type="text"] + ul + label[placeholder] {
  display: block;
  pointer-events: none;
  line-height: 1.1em;
  margin-top: calc(-2.45em - 5px);
  margin-bottom: calc(1.3em + 2px);
  font-size: 14px;
}
.form-custom input[type="text"] + label[placeholder]::before,
.form-custom input[type="text"] + ul + label[placeholder]::before {
  content: attr(placeholder);
  display: inline-block;
  margin: 2px calc(1.1em - 6px) 0px;
  padding: 0 2px;
  color: #292929;
  white-space: nowrap;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background: #fff;
}
.custom-select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 0.7em;
  height: calc(2.5em + 1px);
  border: 1px solid #bdbdbd;
  background: #fff;
  resize: none;
  outline: none;
  border-radius: 3px;
  color: #292929;
  font-size: 14px;
}
.selected .custom-select {
  color: #158a75;
  background: #f0f0f0;
}
.select-label {
  display: none;
}
.selected .select-label {
  display: block;
  pointer-events: none;
  line-height: 1em;
  margin-top: calc(-2.8em - 2px);
  margin-bottom: calc(0.85em + 2px);
  position: absolute;
  bottom: 7px;
  font-size: 14px;
}
.selected label[placeholder][alt]::before {
  content: attr(placeholder);
}
.selected label[placeholder][alt]::before {
  content: attr(placeholder);
  display: inline-block;
  margin: 0 calc(1em - 5px) 17px;
  padding: 0 2px;
  white-space: nowrap;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  transform: scale(0.9, 0.9);
  -webkit-transform: scale(0.9, 0.9);
  -moz-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  -o-transform: scale(0.9, 0.9);
  color: #292929;
  background: #f0f0f0;
  font-size: 14px;
}
.form-group.selected {
  position: relative;
}
.form-group {
  display: inline-block;
  width: 100%;
  margin-bottom: 0.7rem;
}
.form-custom .custom-select:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}
.select-icon {
  position: relative;
}
.custom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select.custom-select::-ms-expand {
  display: none;
}
.select-icon::after {
  content: "";
  pointer-events: none;
  position: absolute;
  font-family: FontAwesome;
  top: 0;
  right: 10px;
  color: #bdbdbd;
  line-height: 33px;
}
@media only screen and (min-width: 576px) and (max-width: 1199px) {
  .select-icon::after {
    right: 25px;
  }
}
.main-form-col .custom-control {
  clear: both;
}
.main-form-col .custom-control-label {
  font-size: 11px;
  line-height: 18px;
  text-align: left;
  font-family: "Roboto-Light", Arial, Helvetica, sans-serif;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0px;
  background-color: #025a64;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #025a64;
}
.btn.main-form-button {
  background-color: #158a75;
  margin: 10px 0px;
  color: #fff;
  padding: 12px 25px;
  border-radius: 0px;
  width: 100%;
  font-family: "Roboto-Bold", Arial, Helvetica, sans-serif;
  font-size: 15px;
}
@media only screen and (max-width: 991px) {
  .btn.main-form-button {
    max-width: 250px;
  }
}
@media only screen and (max-width: 575px) {
  .btn.main-form-button {
    max-width: 100%;
  }
}
.privacy-text {
  font-size: 11px;
}
.privacy-text a {
  text-decoration: underline;
  color: inherit;
}
.error-text {
  display: block;
  position: relative;
}
label.error {
  position: absolute;
  display: block;
  color: red;
  font-size: 12px;
  left: 0px;
  bottom: -15px;
  text-align: left;
}
@media only screen and (max-width: 991px) {
  .main-form-col {
    background-color: #fff;
  }
  .main-form-col .row .form-group {
    width: 100%;
  }
  .main-form-col .card {
    width: 100%;
    float: none;
    padding: 8px 5px;
    max-width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .btn.main-form-button {
    margin: 15px 0px;
  }
}
@media only screen and (max-width: 991px) {
  .main-form-col .form-group {
    width: 50%;
    float: left;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 992) and (max-width: 1199px) {
  .main-form-col .row .form-group {
    width: 100%;
  }
  .main-form-col .form-group {
    width: 100%;
    float: left;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .main-form-col .form-group {
    width: 100%;
    float: none;
    padding-right: 0px;
  }
}
.programme-features {
    background-color: #e9e6e6;
    padding-top: 1px;
}
.programme-features .container-fluid {
  max-width: 1920px;
}
.programme-features-row > div {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.programme-features-row > div .feature-wrapper {
    /* background-color: #025a64; */
    padding: 20px 30px 20px 15px;
    color: #000;
    width: 24%;
}
.programme-features-row > div .feature-wrapper-seperator {
  width: 1%;
}
.programme-features-row > div .feature-wrapper-seperator span.seperator {
  border-right: 1px solid #fff;
  position: absolute;
  top: 20px;
  bottom: 20px;
}
.programme-features-row > div .feature-wrapper:last-child {
  margin-right: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .programme-features-row > div .feature-wrapper {
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 15px 10px;
    width: 50%;
  }
  .programme-features-row > div .feature-wrapper:nth-child(1) {
    border-right: 1px solid #fff !important;
  }
  .programme-features-row > div .feature-wrapper:last-child {
    border-left: 1px solid #fff !important;
  }
  .programme-features-row > div .feature-wrapper-seperator {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .programme-features-row > div > .feature-wrapper {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 5px;
  }
  .programme-features-row > div .feature-wrapper {
    padding: 20px 0px 20px 0px;
  }
  .programme-features-row > div .feature-wrapper-seperator {
    width: 100%;
    height: 2px;
    position: relative;
  }
  .programme-features-row > div .feature-wrapper-seperator span.seperator {
    border-right: none;
    border-top: 1px solid #fff;
    position: absolute;
    left: 10px;
    right: 10px;
    top: 0;
    bottom: 0;
  }
  .programme-features-row > div .feature-wrapper:nth-child(2) {
    border: none;
  }
  .programme-features-row > div .feature-wrapper:nth-child(3) {
    border: none;
  }
  .programme-features-row > div .feature-wrapper:nth-child(4) {
    margin-bottom: 20px;
  }
}
.feature-wrapper .head-text {
    display: block;
    font-size: 1.125rem;
    font-family: "Roboto-Regular", Arial, Helvetica, sans-serif;
    line-height: 26px;
    padding-bottom: 8px;
    letter-spacing: 0.36px;
    font-weight: bold;
}
.feature-wrapper .main-text {
    display: block;
    font-size: 1.125rem;
    font-family: "Roboto-Bold", Arial, Helvetica, sans-serif;
    line-height: 34px;
    font-weight: bold;
}
.feature-wrapper .main-text a {
  display: block;
  text-decoration: underline;
  font-size: 16px;
  color: #fff;
}
.feature-wrapper .small-text {
  display: block;
  font-size: 14px;
  margin-bottom: 2px;
  font-family: "Roboto-Light", Arial, Helvetica, sans-serif;
  letter-spacing: 0.36px;
  line-height: 1.3rem;
}
.feature-wrapper .small-text a {
  display: inline;
  text-decoration: underline;
  font-size: 12px;
  color: #fff;
  font-style: italic;
}
.feature-wrapper .small-text i {
  margin-right: 5px;
  display: inline;
}
@media only screen and (max-width: 767px) {
  .feature-wrapper .head-text {
    font-size: 20px;
    line-height: 26px;
  }
  .feature-wrapper .main-text {
    font-size: 18px;
    line-height: 26px;
  }
  .feature-wrapper .main-text a {
    font-size: 15px;
  }
  .feature-wrapper .small-text {
    font-size: 13px;
  }
  .feature-wrapper .small-text a {
    font-size: 13px;
  }
}
.programme-features-sticky {
    background-color: #e9e6e6;
    border-bottom: 2px solid #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    display: none;
    color: black;
    box-shadow: 0px 0px 5px 1px #bdb9b9;
}
.programme-features-sticky .container-fluid {
  max-width: 1140px;
}
@media only screen and (max-width: 991px) {
  .programme-features-sticky {
    display: none !important;
  }
}
.programme-features-sticky-row > div {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.programme-features-sticky-row > div .feature-wrapper-sticky {
    padding: 10px 5px;
    color: #000;
    width: 24.5%;
}
.programme-features-sticky-row > div .feature-wrapper-sticky .head-text {
  display: block;
  font-size: 20px;
  font-family: "Roboto-Regular", Arial, Helvetica, sans-serif;
  line-height: 22px;
  padding-bottom: 8px;
  letter-spacing: 0.36px;
}
.programme-features-sticky-row > div .feature-wrapper-sticky .main-text {
  display: block;
  font-size: 18px;
  font-family: "Roboto-Bold", Arial, Helvetica, sans-serif;
  line-height: 24px;
}
.programme-features-sticky-row > div .feature-wrapper-sticky .small-text {
  display: block;
  font-size: 13px;
  margin-bottom: 2px;
  font-family: "Roboto-Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.36px;
}
.programme-features-sticky-row > div .feature-wrapper-sticky .small-text a {
  display: inline;
  text-decoration: underline;
  font-size: 12px;
  color: #fff;
}
.programme-features-sticky-row > div .feature-wrapper-sticky a.apply-now-btn {
  margin: 10px auto 10px;
  font-size: 15px;
  border-radius: 0px;
  padding: 15px 25px;
  background-color: #158a75 !important;
  color: #fff;
  border-color: #158a75 !important;
}
.programme-features-sticky-row > div .feature-wrapper-seperator {
  width: 0.5%;
}
.programme-features-sticky-row > div .feature-wrapper-seperator span.seperator {
  border-right: 1px solid #fff;
  position: absolute;
  top: 5px;
  bottom: 5px;
}
.programme-features-sticky-row > div .feature-wrapper-sticky:nth-child(5) {
  width: 26.5%;
}
.programme-features-sticky-row > div .feature-wrapper-sticky:last-child {
  margin-right: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 22.5%;
}
.content-section {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .content-section {
    padding-top: 15px;
    padding-bottom: 30px;
  }
}
h2.main-head {
  display: block;
  margin: 0 auto;
  font-family: "Roboto-Bold", Arial, Helvetica, sans-serif;
  padding-bottom: 15px;
  color: #292929;
  font-size: 34px;
  position: relative;
}
h2.main-head small {
  color: #292929;
  font-family: "Roboto-Medium", Arial, Helvetica, sans-serif;
}
.content-section-stats {
  padding-top: 22px;
  padding-bottom: 22px;
}
.stats-col .stats-text-wrapper {
  padding-left: 140px;
}
.stats-col .stats-text-wrapper p {
  font-size: 20px;
  margin-bottom: 5px;
  font-family: "Roboto-Bold", Arial, Helvetica, sans-serif;
}
.stats-col .stats-text-wrapper .stat-source {
  font-size: 14px;
  color: #fff;
}
.stats-col::before {
  content: "";
  background-image: url(../images/stat-icon.png);
  width: 136px;
  height: 127px;
  position: absolute;
  top: -36px;
}
@media only screen and (max-width: 575px) {
  .stats-col .stats-text-wrapper {
    padding-left: 0px;
    padding-top: 100px;
  }
  .stats-col .stats-text-wrapper p {
    font-size: 16px;
    margin-bottom: 12px;
    text-align: center;
  }
  .stats-col .stats-text-wrapper .stat-source {
    font-size: 10px;
    text-align: center;
  }
  .stats-col::before {
    content: "";
    top: -36px;
    left: 50%;
    margin-left: -68px;
  }
}
@media only screen and (max-width: 480px) {
  h2.main-head {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 991px) {
 /* h2.main-head {
    margin-top: 25px !important;
  }*/
  .tab-content-section h2.main-head {
    margin-top: 5px !important;
  }
}
.objective-text-col p {
  display: block;
  margin: 0 auto 10px;
  font-size: 18px;
  color: #292929;
}
.objective-text-col p.text-note {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  color: #949494;
  font-style: italic;
}
.objective-text-col p.para-stat {
  font-size: 14px;
  color: #949494;
}
.section-wbg {
  background-color: #02123d;
}
.highlights-sm-row p {
  display: block;
  padding: 10px 0px;
  font-size: 18px;
}
.highlights-sm-row a {
  text-decoration: underline;
  color: #292929;
}
.media-learn {
    text-align: center;
    filter: brightness(12);
}
.media-learn span {
    margin: auto;
    filter: brightness(12);
}
.pro-high-icon,
.pro-high-icon6,
.pro-high-icon5,
.pro-high-icon4,
.pro-high-icon3,
.pro-high-icon2,
.pro-high-icon1 {
  display: block;
  width: 75px;
  height: 75px;
  margin: 0 auto 5px;
  background-image: url("../images/iitd-dsml-icons.png");
}
.pro-high-icon1 {
  background-position: 0px 0;
}
.pro-high-icon2 {
  background-position: -75px 0;
}
.pro-high-icon3 {
  background-position: -150px 0;
}
.pro-high-icon4 {
  background-position: -225px 0;
}
.pro-high-icon5 {
  background-position: -300px 0;
}
.pro-high-icon6 {
  background-position: -375px 0;
}
.main-highlight.slick-slide {
  outline: none;
}
.main-highlight-section .slick-slider {
  padding: 0;
}
.main-highlight-section .slick-dots {
  bottom: -15px;
}
a.know-more-btn {
  margin: 10px auto 10px;
  border-radius: 0px;
  padding: 15px 30px;
}
.quote-wrapper {
  border: 2px solid #025a64;
  padding: 20px;
}
.quote-wrapper p {
  font-size: 22px;
  margin-bottom: 0;
}
.quote-wrapper p span {
  display: block;
  line-height: 1.1;
  margin-top: 10px;
  font-family: "Roboto-Medium", Arial, Helvetica, sans-serif;
}
.stat-num ul {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
}
.stat-num ul li {
  width: 33%;
  padding-left: 15px;
  padding-right: 15px;
}
.stat-num ul li h4 {
  font-size: 45px;
  font-family: "Roboto-Bold", Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0 0 5px 0;
  color: #158a75;
}
.stat-num ul li p {
  font-size: 18px;
  margin-bottom: 12px;
}
@media only screen and (min-width: 768px) {
  .stat-num ul li p {
    min-height: 110px;
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  .stat-num ul li p {
    min-height: 85px;
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  .stat-num ul li p {
    min-height: 60px;
    display: block;
  }
}
.border-stat {
  border-right: 1px solid #bdbdbd;
}
.stat-source {
  font-size: 12px;
  color: #949494;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .stat-num ul {
    display: block;
  }
  .stat-num ul li {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .border-stat {
    border: 0;
    border-bottom: 1px solid #bdbdbd;
    margin: 0;
    padding: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.programme-for-col {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.programme-for-col p {
  display: block;
  padding: 15px;
  margin-right: 1%;
  border-radius: 0px;
  background-color: #158a75;
  color: #fff;
}
.programme-for-col p:last-child {
  margin-right: 0px;
}
.programme-for-col p:nth-child(even) {
  background-color: #025a64;
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .programme-for-col p {
    width: 49%;
  }
  .programme-for-col p:nth-child(3) {
    background-color: #025a64;
    color: #fff;
  }
  .programme-for-col p:nth-child(4) {
    background-color: #158a75;
    color: #fff;
  }
  .programme-for-col p:last-child {
    width: 100%;
    margin-right: 0px;
    background-color: #025a64;
    color: #fff;
  }
  .programme-for-col p:nth-child(2n + 0) {
    margin-right: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .programme-for-col p {
    width: 100%;
    margin-right: 0%;
  }
}
.objectives-sm-row p {
  display: block;
  padding: 10px 0px;
}
.media-learn {
  text-align: center;
}
.media-learn span {
  margin: auto;
}
.pro-icon,
.pro-obj-icon5,
.pro-obj-icon4,
.pro-obj-icon3,
.pro-obj-icon2,
.pro-obj-icon1 {
  display: block;
  width: 110px;
  height: 110px;
  margin: 0 auto;
  background-image: url("../images/iitd-dsml-icons.png");
}
.pro-obj-icon1 {
  background-position: 550px 0;
}
.pro-obj-icon2 {
  background-position: 440px 0;
}
.pro-obj-icon3 {
  background-position: 330px 0;
}
.pro-obj-icon4 {
  background-position: 220px 0;
}
.pro-obj-icon5 {
  background-position: 110px 0;
}
a.know-more-btn {
  margin: 10px auto 10px;
  border-radius: 0px;
  padding: 15px 30px;
}
.learning-journey-row {
  max-width: 950px;
  margin: 0px auto;
}
.learning-journey-row .learning-journey-col img {
  display: block;
  margin: 20px auto;
}
.faculty-img-blk,
.faculty3,
.faculty2,
.faculty1 {
  display: block;
  width: 130px;
  height: 130px;
  margin: 0 auto 10px;
  background-image: url("../images/iitd-dsml-faculties.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}
.faculty-img {
  height: auto;
  margin: 0px auto 20px;
  display: block;
  max-width: 130px;
}
.faculty-img span {
  border-radius: 50%;
  -webkit-box-shadow: 2px 2px 10px #ccc;
  box-shadow: 2px 2px 10px #ccc;
  width: 130px;
}
.faculty-section {
  color: #292929;
  margin-top: 20px;
}
.faculty-section .slick-dots {
  display: none !important;
}
.faculty-section .faculty-wrap {
  outline: none;
  overflow: hidden;
}
.faculty-section .faculty-wrap .faculty {
  margin: 0 1rem;
}
.faculty-section .faculty-wrap .faculty .media .faculty-img {
  margin-right: 30px;
}
.faculty-section .faculty-wrap .faculty .faculty-name {
  color: #292929 !important;
  font-size: 18px;
  font-family: "Roboto-Bold", Arial, Helvetica, sans-serif;
  margin-bottom: 0px;
  margin-top: 5px;
}
.faculty-section .faculty-wrap .faculty .faculty-desig {
  font-size: 18px;
  font-family: "Roboto-Medium", Arial, Helvetica, sans-serif;
}
.faculty-section .faculty-wrap .faculty .faculty-desig-sub {
  display: block;
  margin-top: 20px;
  font-size: 18px;
  font-family: "Roboto-Regular", Arial, Helvetica, sans-serif;
}
.faculty-section .faculty-wrap .faculty .faculty-desig-sub a.read-more-text {
  text-decoration: underline;
  color: #292929;
  font-size: 16px;
}
@media only screen and (max-width: 991px) {
  .faculty-section .faculty-wrap .faculty .media {
    display: block;
  }
  .faculty-section .faculty-wrap .faculty .media .faculty-img {
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40px;
  }
  .faculty-section .faculty-wrap .faculty .media-body {
    display: block;
  }
}
.faculty1 {
  background-position: 0px 0;
}
.faculty2 {
  background-position: -130px 0;
}
.faculty3 {
  background-position: -260px 0;
}
.faculty-section {
  margin-top: 0px;
}
.faculty-section .slick-slider {
  padding: 0 2.5rem;
}
.faculty-section .slick-slider .slick-prev {
  left: 0;
  z-index: 9;
}
.faculty-section .slick-slider .slick-prev:before {
  content: url(../images/left-arrow.png);
}
.faculty-section .slick-slider .slick-next {
  right: 0;
  z-index: 9;
}
.faculty-section .slick-slider .slick-next:before {
  content: url(../images/right-arrow.png);
}
@media only screen and (min-width: 576px) {
  .faculty-section .slick-slider {
    padding: 0;
  }
}
@media only screen and (min-width: 992px) {
  .faculty-section .slick-slider {
    margin-bottom: 0;
    padding: 0 2.5rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .faculty-section .faculty-wrap .faculty .faculty-img {
    height: auto;
  }
}
@media only screen and (max-width: 380px) {
  .faculty-section .faculty-wrap .faculty {
    margin: 0;
  }
}
.faculty-section .faculty-wrap {
  padding-bottom: 0;
  margin-bottom: 0;
}
.faculty.slick-slide {
  outline: none;
}
@media only screen and (max-width: 767px) {
  .faculty-popup .media {
    display: block;
  }
  .faculty-popup .media figure.faculty-img {
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40px;
  }
  .faculty-popup .media .media-body {
    display: block;
  }
  .faculty-popup .media .media-body .faculty-name {
    color: #292929 !important;
    font-size: 18px;
    font-family: "Roboto-Bold", Arial, Helvetica, sans-serif;
    margin-bottom: 0px;
    margin-top: 5px;
  }
  .faculty-popup .media .media-body .faculty-desig {
    font-size: 18px;
    font-family: "Roboto-Medium", Arial, Helvetica, sans-serif;
  }
  .faculty-popup .media .media-body .faculty-desig-sub {
    display: block;
    margin-top: 20px;
    font-size: 18px;
    font-family: "Roboto-Regular", Arial, Helvetica, sans-serif;
  }
}
.content-para-col p {
  display: block;
  max-width: 900px;
  margin: 0 auto 20px;
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  color: #292929;
  font-family: "Roboto-Bold", Arial, Helvetica, sans-serif;
}
.content-para-col ul {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
.date-list {
  list-style: none;
  text-align: center;
}
.modules-section > .container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 45px;
  padding-right: 45px;
}
.programme-modules-row .card {
  border: none;
  border-radius: 0;
  background: none;
  border-bottom: none !important;
}
.programme-modules-row .card .card-body {
  border-bottom: 1px solid #bdbdbd;
}
.programme-modules-row > div > div .card:last-child {
  border-bottom: none !important;
}
.programme-modules-row .card-header {
  background: none;
  border-radius: 0px !important;
  border-bottom: 1px solid #bdbdbd;
  padding: 0;
  background-color: #fff;
}
.programme-modules-row .card-header h5 {
  font-size: 1.1rem !important;
}
.programme-modules-row .card-header a {
  color: #292929;
  text-decoration: none;
  display: block;
  padding: 1.3rem 0.8rem;
  font-family: "Roboto-Bold", Arial, Helvetica, sans-serif;
}
.md-accordion .card .card-header .card-title {
  font-family: "Roboto-Medium", Arial, Helvetica, sans-serif;
}
.md-accordion .card .card-header a {
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
.md-accordion .card .card-header a:not(.collapsed) {
  background-color: #158a75;
  color: #fff;
}
.md-accordion .card .card-header a:not(.collapsed) .rotate-icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #fff;
}
.md-accordion .card .card-header a:not(.collapsed) .fa-plus:before {
  content: "" !important;
  font-family: FontAwesome !important;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}
.md-accordion .card .fa-plus {
  float: right;
  color: #bdbdbd;
  font-size: 18px;
  margin-top: 2px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.programme-modules-row .card-body {
  background-color: #f3f3f3;
}
@media only screen and (max-width: 420px) {
  .md-accordion .card .fa-plus {
    top: 22px;
    position: absolute;
    right: 10px;
  }
  .programme-modules-row .card-header h5 {
    font-size: 16px;
    padding-right: 15px;
  }
  .programme-modules-row .card-header a {
    padding-right: 20px;
  }
}
.course_modules {
  padding-left: 30px;
}
@media only screen and (max-width: 768px) {
  .course_modules {
    padding-left: 15px;
  }
}
.topics_list span {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  color: #158a75;
}
.topics_list ul {
  list-style-type: square;
}
.topics_list ul {
  padding: 0 0 0 20px;
}
.topics_list ul li {
  padding: 0;
  margin: 0 0 10px 0;
  line-height: 22px;
}
a.download-btn {
  margin: 10px auto 10px;
  border-radius: 0px;
  padding: 15px 30px;
  white-space: initial;
}
.certificate_info {
  line-height: 24px;
  font-size: 18px;
  display: block;
  margin-bottom: 25px;
}
.certificate_info span {
  color: #158a75;
}
.certificate {
  margin: 0px;
}
.certificate img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}
.certificate-section h2.main-head {
  margin-top: 10px !important;
}
p.certificate-sub-text {
  line-height: 25px;
  font-size: 14px;
  display: block;
  margin: 15px auto 15px;
}
@media only screen and (max-width: 767px) {
  .modules-section > .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .certificate-section h2.main-head {
    text-align: center;
  }
}
.application-section {
  color: #fff;
  background-color: #158a75;
}
.application-section .app-overlay {
  background-color: rgba(0, 0, 0, 0);
}
.early_app_title {
  font-size: 30px;
  text-transform: inherit;
  font-family: "Roboto-Medium", Arial, Helvetica, sans-serif;
}
.early_app_sub_title {
  font-size: 18px;
  margin-top: 15px;
}
.early_app_round_title {
  font-size: 24px;
  font-family: "Roboto-Bold", Arial, Helvetica, sans-serif;
  color: #fff;
}
.early_app_round_title small {
  display: block;
  color: #fff;
  margin-top: 8px;
}
.early_app_sub_title a {
  color: #fff;
  text-decoration: underline;
}
.early_app_sub_title a:hover {
  text-decoration: none;
}
.application-section a.apply-now-btn {
  margin: 10px auto 10px;
  border-radius: 0px;
  padding: 15px 30px;
  white-space: initial;
  background-color: #fff !important;
  border-color: #fff !important;
  color: #158a75;
}
.app-deadline-main-wrapper {
  padding: 20px 15px;
  max-width: 850px;
  margin: 10px auto;
}
.app-deadline-main-wrapper .app-deadline-col {
  padding-left: 30px;
  padding-right: 30px;
}
.app-deadline-main-wrapper .app-deadline-col .app-deadline-wrapper {
  width: 90%;
  border-radius: 0px;
  border: 2px solid #fff;
  position: relative;
  border-left: none;
  padding: 20px 15px 20px 45px;
  margin: 10px auto;
}
.app-deadline-main-wrapper
  .app-deadline-col
  .app-deadline-wrapper
  .app-d-sub-head {
  display: block;
  color: #fff;
  font-family: "Roboto-Regular", Arial, Helvetica, sans-serif;
  line-height: 22px;
  font-size: 14px;
}
.app-deadline-main-wrapper
  .app-deadline-col
  .app-deadline-wrapper
  .app-d-sub-text {
  display: block;
  color: #fff;
  font-family: "Roboto-Bold", Arial, Helvetica, sans-serif;
  line-height: 24px;
  font-size: 20px;
}
.app-deadline-main-wrapper .app-deadline-col .app-deadline-wrapper .app-d-head {
  position: absolute;
  width: 100px;
  left: -50px;
  top: 10px;
}
.app-deadline-main-wrapper
  .app-deadline-col
  .app-deadline-wrapper
  .app-d-head
  .round-text {
  display: block;
  color: #fff;
  font-family: "Roboto-Bold", Arial, Helvetica, sans-serif;
  font-size: 18px;
  margin: 0 auto;
  width: 65px;
  height: 22px;
  line-height: 23px;
  text-align: center;
}
.app-deadline-main-wrapper
  .app-deadline-col
  .app-deadline-wrapper
  .app-d-head
  .round-nos {
  display: block;
  color: #292929;
  font-family: "Roboto-Bold", Arial, Helvetica, sans-serif;
  font-weight: 900;
  text-align: center;
  font-size: 65px;
  margin: 0 auto;
  width: 65px;
  line-height: 70px;
  -webkit-text-stroke: 3px #fff;
}
@media only screen and (max-width: 991px) {
  .app-deadline-wrapper {
    max-width: 450px;
  }
}
p.apply-note {
  font-size: 14px;
  text-align: center;
  font-style: italic;
  font-weight: normal;
  opacity: 0.7;
}
.iitd-modal-dialog {
  max-width: 960px;
}
.iitd-modal-body {
  padding: 40px;
}
.popup-title {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-weight: 600;
}
.popup-title::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 2px;
  background-color: #158a75;
  left: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.fee-info {
  font-weight: 600;
  margin: 20px 0 10px;
}
.fee-info span {
  color: #158a75;
  font-weight: 800;
}
.fee-info span.small {
  color: #292929;
  font-weight: normal;
  font-size: 15px;
}
.iitd-pop-close-btn {
  z-index: 1;
  position: absolute;
  right: 20px;
  top: 20px;
}
.modal-content-cert {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .iitd-modal-dialog {
    max-width: 92%;
    margin: 20px auto;
  }
  .iitd-modal-body {
    padding: 25px 40px;
  }
}
.flexible-payment-table .bg-primary {
  background-color: #158a75 !important;
  color: #fff;
}
.fee-info-tbl {
  display: table;
  width: 100%;
}
.fee-info-tbl .tbl-col {
  display: table-cell;
  border: 1px solid #dee2e6;
  border-left: 0;
}
.fee-info-tbl .tbl-col:first-child {
  border-left: 1px solid #dee2e6;
}
.installment_info ul {
  padding: 0;
  margin: 0;
}
.installment_info ul li {
  list-style: none;
  display: block;
  border-bottom: 1px solid #dee2e6;
  padding: 15px;
}
.installment_info ul li:last-child {
  border-bottom: none;
}
.installment_info small {
  display: inline-block;
  color: #616b72;
}
.installment_info.installment_title ul li {
  font-weight: 600;
}
.flexi_installment {
  font-weight: 600;
  margin-bottom: 5px;
}
.m-show {
  display: none;
}
@media only screen and (max-width: 767px) {
  .installment_info ul li {
    padding: 10px;
  }
  .fee-info-tbl {
    display: block;
    border: 1px solid #dee2e6;
  }
  .fee-info-tbl .tbl-col {
    display: block;
    border: none;
    border-bottom: 2px solid #158a75;
  }
  .fee-info-tbl .installment_title {
    display: none;
  }
  .m-show {
    display: block;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
  }
  .fee-info-tbl .tbl-col:last-child {
    border: none;
  }
}
.in-collob {
  text-align: center;
  display: block;
  margin: 20px auto 0px;
  font-size: 15px;
  margin-left: 5px;
  margin-bottom: 15px;
}
.eruditus-section-border {
  border-top: 1px solid #bdbdbd;
}
.eruditus-section p {
  font-size: 15px;
  line-height: 1.5rem;
  margin-bottom: 0px;
}
.site-footer {
  color: #fff;
  background: #158a75;
  padding: 10px 0 !important;
  font-size: 15px;
}
.site-footer p {
  margin-bottom: 0px;
}
.main-form-col.thank-you-col .card {
  margin-top: 40px;
  border-radius: 0px;
  margin-bottom: 70px;
}
@media only screen and (max-width: 1199px) {
  .main-form-col.thank-you-col .card {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .app-deadline-main-wrapper .app-deadline-col {
    padding-right: 0;
  }
  .main-form-col.thank-you-col .card {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.thank-you-text {
  font-size: 13px;
  color: #292929;
  margin-bottom: 15px;
  line-height: 20px;
}
.thank-you-text a.ty-flexi-link {
  font-size: 15px;
  color: #000;
  line-height: 24px;
  text-decoration: underline;
}
.terms-link a {
  text-decoration: none;
  font-size: 13px;
  color: #bdbdbd;
  line-height: 22px;
}
.thank-you-text-note {
  font-size: 12px;
  line-height: 16px;
}
.thank-you-text-head {
  font-size: 14px;
  color: #292929;
  margin-bottom: 15px;
  line-height: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e1e1e1;
}
.thank-you-col a.main-form-button {
  margin-top: 0px;
  margin-bottom: 15px;
  border-radius: 0px !important;
  background-color: #158a75!important;
}
.thankyou-box-wrapper {
  margin-bottom: 15px;
}
.ty-box-icon-wrapper {
  padding-top: 5px;
}
.ty-box-icon-wrapper .ty-box-icon {
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid #158a75;
  text-align: center;
  line-height: 31px;
  color: #158a75;
  font-size: 18px;
}
.ty-box-text-link {
  display: block;
}
.ty-box-text-link a {
  text-decoration: underline;
  font-family: "Roboto-Bold", Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #158a75;
}
.ty-card-btn-wrapper {
  border-top: 1px solid #e1e1e1;
  padding-top: 20px;
}
.main-form-col.thank-you-col.thank-you-col-b2b .card {
  padding: 90px 20px 90px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 991px) {
  .main-form-col.thank-you-col.thank-you-col-b2b .card {
    margin-bottom: 50px;
    padding: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .main-form-col.thank-you-col.thank-you-col-b2b .card {
    margin-top: 20px;
    padding: 20px;
    margin-bottom: 30px;
  }
}
.main-form-col.thank-you-col.thank-you-col-abs .card {
  margin-bottom: 20px;
  float: none;
}
.career-services-box a {
  text-decoration: underline;
  color: #fff;
}
.early_app_sub_title.avail-career-services-link a {
  text-decoration: underline;
  color: #025a64;
}
.career-popup-content a {
  text-decoration: none;
  font-weight: bold;
  color: #292929;
}
.career-popup-content .ecs-text {
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
.ecs-popup-row {
  margin-top: 30px;
  margin-bottom: 20px;
}
.ecs-icon {
  display: block;
  width: 95px;
  height: 95px;
  margin: 0 auto 10px;
  background-image: url("../images/career-services-icons.png");
}
@media only screen and (min-width: 768px) {
  .ecs-popup-row div {
    border-right: 1px solid #bdbdbd;
  }
  .ecs-popup-row div:last-child {
    border-right: none;
  }
}
.ecs-icon1 {
  background-position: 285px 0;
}
.ecs-icon2 {
  background-position: 190px 0;
}
.ecs-icon3 {
  background-position: 95px 0;
}
.loan-popup-content h4 {
  color: #025a64;
}
.loan-popup-content .loan-steps-head {
  margin-top: 30px;
  border-top: 1px solid #bdbdbd;
  padding-top: 30px;
}
.sg-form label {
  margin-bottom: 2px;
}
.sg-form label.error {
  bottom: -19px;
}
ul.custom-bullets li {
  margin-bottom: 15px;
  line-height: 20px;
}
ul.custom-bullets {
  list-style-type: none;
  margin-top: 18px;
}
ul.custom-bullets li {
  position: relative;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
}
ul.custom-bullets li::before {
  content: "";
  position: absolute;
  font-family: FontAwesome;
  width: 10px;
  height: 10px;
  color: #292929;
  left: -25px;
  top: -1px;
  font-size: 8px;
}
.more-less {
  display: inline-block;
  text-decoration: underline;
  cursor: pointer;
  color: #158a75;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 15px;
}
.alumni-popup-content {
  font-size: 16px;
}
.alumni-popup-content a {
  text-decoration: underline;
  color: #158a75;
  font-size: 18px;
  line-height: 24px;
}
.alumni-popup-content a img {
  outline: none;
  border: none;
}
.covid-section {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 16px;
  border-bottom: 1px solid #bdbdbd;
  background-color: #f3f3f3;
}
.covid-section p {
  margin-bottom: 0;
  font-size: 14px;
  display: block;
}
.covid-section a {
  text-decoration: underline;
  color: #158a75;
}
.covid-section span.covid-popup-btn {
  display: block;
  position: absolute;
  cursor: pointer;
  z-index: 1;
  right: 10px;
  top: 0px;
  width: 20px;
  height: 20px;
  color: #158a75;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
}
.covid-section span.covid-popup-btn + p {
  padding-right: 30px;
  font-family: "Roboto-Bold", Arial, Helvetica, sans-serif;
}
@media only screen and (max-width: 991px) {
  .sticky-btn-section {
    background-color: #158a75!important;
    display: block;
    border-top: 1px solid #fff;
    width: 100%;
    float: none;
    position: fixed;
    bottom: 0px;
    left: 0;
    z-index: 999;
    height: 72px;
    padding-top: 10px;
  }
  .sticky-btn-section a.sticky-btn {
    display: inline-block;
    background-color: #158a75 !important;
    color: #fff;
    height: 52px;
    line-height: 52px;
    padding: 0px 25px;
    text-align: center;
    font-family: "Roboto-Bold", Arial, Helvetica, sans-serif;
    font-size: 16px;
    border-radius: 0px;
    max-width: 500px;
    width: 90%;
  }
  .disclaimer-section {
    padding-bottom: 92px;
  }
}
@media only screen and (min-width: 992px) {
  .sticky-btn-section {
    display: none;
  }
}
.section-wbg-red {
  background-color: #158a75;
  color: #fff;
}
.section-wbg-red ul.custom-bullets li::before {
  color: #fff;
}
.section-wbg-red .main-head {
  color: #025a64;
}
.section-wbg-red h2.main-head::after {
  background-color: #fff;
}
.section-wbg-red .objective-text-col p {
  color: #fff;
}
.section-wbg-green {
  background-color: #025a64;
  color: #158a75;
}
.section-wbg-green ul.custom-bullets li::before {
  color: #fff;
}
.section-wbg-green .main-head {
  color: #fff;
}
.section-wbg-green h2.main-head::after {
  background-color: #fff;
}
.section-wbg-green .objective-text-col p {
  color: #fff;
}
.inline-checkbox {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.inline-checkbox input[type="checkbox"] {
  width: auto;
  float: left;
  height: auto;
  position: relative;
  top: 4px;
  margin-left: -20px;
}
.inline-checkbox .allow-text {
  float: left;
  padding-top: 0 !important;
  font-size: 14px;
  margin-bottom: 0px;
}
@media only screen and (max-width: 991px) {
  .ref-terms-section h2.main-head {
    margin-top: 0px !important;
  }
}
h3.terms-main-head {
  display: inline-block;
  margin: 0 auto;
  padding-bottom: 15px;
  color: #292929;
  font-size: 24px;
  font-family: "Roboto-Medium", Arial, Helvetica, sans-serif;
  position: relative;
  margin-bottom: 20px;
  border-bottom: 1px solid #158a75;
}
.terms-col ol li {
  margin-bottom: 15px;
}
a.share-now-btn {
  margin: 30px auto 25px;
  background-color: #158a75!important;
  border-color: #158a75!important;
  font-size: 20px;
  border-radius: 0px;
  padding: 5px 40px;
  white-space: initial;
}
select > option[value=""] {
  display: none;
}
.graph-section {
  padding-bottom: 20px;
}
.graph-section .graph-head {
  display: block;
  color: #158a75;
  font-size: 20px;
  font-family: "Roboto-Bold", Arial, Helvetica, sans-serif;
  margin-bottom: 10px;
}
.graph-section .grapg-note {
  line-height: 25px;
  font-size: 14px;
  display: block;
  margin: 5px auto 15px;
}
.graph-section .graph {
  margin: 0px;
  margin-top: 15px;
}
.graph-section .graph img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.top-referral-section {
  background-color: #158a75;
  min-height: 50px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.top-referral-section .container-fluid {
  max-width: 1140px;
}
.top-referral-section .invite-text {
  display: block;
  min-height: 26px;
  line-height: 26px;
  font-size: 16px;
  margin: 2px auto 2px;
  color: #fff;
  padding: 6px 20px 6px 0px;
  font-family: "Roboto-Medium", Arial, Helvetica, sans-serif;
}
.top-referral-section .invite-right-wrapper {
  display: block;
  float: right;
  margin-top: 0px;
}
.top-referral-section .invite-right-wrapper a.invite-cta-btn {
  margin: 2px 40px 2px auto;
  font-size: 16px;
  white-space: initial;
  display: inline-block;
  padding: 6px 22px;
  line-height: 26px;
  background-color: #fff !important;
  color: #158a75;
}
.top-referral-section .invite-right-wrapper a.invite-cta-btn:hover {
  text-decoration: none;
  background-color: #fff !important;
  color: #158a75;
}
.top-referral-section .invite-right-wrapper .invite-close-btn {
  position: absolute;
  color: #fff;
  display: inline-block;
  height: 20px;
  width: 20px;
  text-align: center;
  cursor: pointer;
  font-size: 20px;
  z-index: 1;
  top: 10px;
  right: 15px;
}
@media only screen and (max-width: 575px) {
  .top-referral-section .invite-text {
    line-height: 20px;
    font-size: 16px;
    text-align: center;
    padding: 0px 8px 6px;
  }
  .top-referral-section .invite-right-wrapper {
    display: block;
    float: none;
    text-align: center;
    margin-top: 0px;
  }
  .top-referral-section .invite-right-wrapper a.invite-cta-btn {
    margin: 2px auto 6px auto;
    padding: 8px 16px;
    line-height: 16px;
  }
  .top-referral-section .invite-right-wrapper a.invite-cta-btn:hover {
    text-decoration: none;
    background-color: #fff !important;
    color: #158a75;
  }
  .top-referral-section .invite-right-wrapper .invite-close-btn {
    z-index: 1;
    top: 10px;
    right: 3px;
  }
}
.main-form-col-referal .card {
  max-width: 500px;
}
@media only screen and (max-width: 991px) {
  .main-form-col-referal .card {
    max-width: 100%;
  }
}
.main-banner-referal {
  min-height: 500px;
}
.main-banner-referal .banner-overlay {
  min-height: 500px;
}
.banner-tagline-referal {
  margin-top: 40px;
}
.banner-tagline-referal .small-tagline-text {
  font-size: 26px;
  line-height: 32px;
}
.banner-tagline-referal .main-tagline {
  font-size: 32px;
  line-height: 40px;
}
.banner-tagline-referal .sub-tagline-text {
  font-size: 20px;
  line-height: 26px;
}
.form-custom textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 0.7em;
  padding: 1em;
  border: 1px solid #bdbdbd;
  background: #fff;
  resize: none;
  outline: none;
  border-radius: 3px;
  color: #158a75;
}
.form-custom textarea.error,
.form-custom textarea.error:focus {
  border-color: red;
}
.custom-select.error {
  border-color: red;
}
.checkbox-inline input {
  margin-right: 10px;
}
.form-custom textarea:focus {
  border-color: #bdbdbd;
  background-color: #f0f0f0;
  outline: none !important;
  color: #158a75;
}
.form-custom textarea:focus + label[placeholder]::before,
.form-custom textarea:focus + ul + label[placeholder]::before {
  color: #292929;
}
.form-custom textarea:focus + label[placeholder]::before,
.form-custom .notEmpty textarea + label[placeholder]::before,
.form-custom textarea:focus + ul + label[placeholder]::before,
.form-custom .notEmpty textarea + ul + label[placeholder]::before {
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  transform: translate(0, -1.15em) scale(0.9, 0.9);
  -webkit-transform: translate(0, -1.35em) scale(0.9, 0.9);
  -moz-transform: translate(0, -1.35em) scale(0.9, 0.9);
  -ms-transform: translate(0, -1.35em) scale(0.9, 0.9);
  -o-transform: translate(0, -1.35em) scale(0.9, 0.9);
  position: relative;
  color: #292929;
  background: #f0f0f0;
}
.form-custom textarea:invalid + label[placeholder][alt]::before,
.form-custom textarea:invalid + ul + label[placeholder][alt]::before {
  content: attr(placeholder);
  position: relative;
}
.form-custom textarea + label[placeholder],
.form-custom textarea + ul + label[placeholder] {
  display: block;
  pointer-events: none;
  line-height: 1.1em;
  margin-top: calc(-2.45em - 73px);
  margin-bottom: calc(6.3em + 2px);
  font-size: 14px;
}
.form-custom textarea + label[placeholder]::before,
.form-custom textarea + ul + label[placeholder]::before {
  content: attr(placeholder);
  display: inline-block;
  margin: 2px calc(1.1em - 6px) 0px;
  padding: 0 2px;
  color: #292929;
  white-space: nowrap;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background: #fff;
}
@media only screen and (max-width: 991px) {
  .main-form-col .form-group-text-area {
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .main-form-col .form-group-text-area {
    width: 100%;
  }
}
.referal-form-note {
  float: left;
  padding-top: 0 !important;
  font-size: 14px;
  margin-bottom: 0px;
  color: #808083;
  display: block;
  width: 100%;
}
.referal-form-note a {
  display: inline-block;
  text-decoration: underline;
  color: #808083;
  text-align: center;
  font-size: 13px;
}
.btn.referal-form-btn {
  display: inline-block;
}
.black-text p.text-note {
  color: #292929 !important;
}
.testimonial-img-blk {
  display: block;
  width: 130px;
  height: 130px;
  margin: 0 auto 10px;
  background-image: url("../images/iimk-smp-faculties.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}
.testimonial-img {
  height: auto;
  margin: 0px auto 20px;
  display: block;
  max-width: 130px;
}
.testimonial-img span {
  border-radius: 50%;
  -webkit-box-shadow: 2px 2px 10px #ccc;
  box-shadow: 2px 2px 10px #ccc;
  width: 130px;
}
.testimonial-section {
  color: #292929;
}
.testimonial-section .slick-dots {
  display: none !important;
}
.testimonial-section .testimonial-wrap {
  outline: none;
  overflow: hidden;
}
.testimonial-section .testimonial-wrap .testimonial {
  margin: 0 1rem;
}
.testimonial-section .testimonial-wrap .testimonial .media .testimonial-img {
  margin-right: 30px;
}
.testimonial-section .testimonial-wrap .testimonial .testimonial-text {
  font-size: 18px;
  line-height: 24px;
}
.testimonial-section .testimonial-wrap .testimonial .testimonial-name {
  color: #292929 !important;
  font-size: 18px;
  font-family: "Roboto-Bold", Arial, Helvetica, sans-serif;
  margin-bottom: 0px;
  margin-top: 10px;
}
.testimonial-section .testimonial-wrap .testimonial .testimonial-desig {
  font-size: 18px;
  font-family: "Roboto-Medium", Arial, Helvetica, sans-serif;
}
@media only screen and (max-width: 991px) {
  .testimonial-section .testimonial-wrap .testimonial .media {
    display: block;
  }
  .testimonial-section .testimonial-wrap .testimonial .media .testimonial-img {
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
  }
  .testimonial-section .testimonial-wrap .testimonial .media-body {
    display: block;
  }
}
.testimonial-section .slick-slider {
  padding: 0 2.5rem;
}
.testimonial-section .slick-slider .slick-prev {
  left: 0;
  z-index: 9;
}
.testimonial-section .slick-slider .slick-prev:before {
  content: url(../images/left-arrow.png);
}
.testimonial-section .slick-slider .slick-next {
  right: 0;
  z-index: 9;
}
.testimonial-section .slick-slider .slick-next:before {
  content: url(../images/right-arrow.png);
}
@media only screen and (min-width: 576px) {
  .testimonial-section .slick-slider {
    padding: 0;
  }
}
@media only screen and (min-width: 992px) {
  .testimonial-section .slick-slider {
    margin-bottom: 0;
    padding: 0 2.5rem;
  }
}
@media only screen and (max-width: 575px) {
  .testimonial-section .testimonial-wrap .testimonial .testimonial-desig-sub {
    font-size: 16px;
  }
}
@media only screen and (max-width: 380px) {
  .testimonial-section .testimonial-wrap .testimonial {
    margin: 0;
  }
}
.testimonial-section .testimonial-wrap {
  padding-bottom: 0;
  margin-bottom: 0;
}
.testimonial.slick-slide {
  outline: none;
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .testimonial-section .testimonial-wrap .testimonial .testimonial-img {
    height: auto;
  }
}
@media only screen and (max-width: 380px) {
  .testimonial-section .testimonial-wrap .testimonial {
    margin: 0;
  }
}
p.highlightText {
  padding: 20px;
  margin-top: 20px;
}
p.highlightText-1 {
  font-size: 16px;
  margin-top: 20px;
}
.highlightTextBand {
  padding: 10px 10px;
  background-color: #bdbdbd;
}
.highlightTextBand p {
  margin-bottom: 0px;
  color: #000;
  font-family: "Roboto-Regular", Arial, Helvetica, sans-serif;
  font-size: 18px;
}
.stat-num2 ul {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
}
.stat-num2 ul li {
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
}
.stat-num2 ul li h4 {
  font-size: 45px;
  font-family: "Roboto-Bold", Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0 0 5px 0;
  color: #158a75;
}
.stat-num2 ul li p {
  font-size: 18px;
  margin-bottom: 12px;
}
@media only screen and (min-width: 768px) {
  .stat-num2 ul li p {
    min-height: 30px;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .stat-num2 ul {
    display: block;
  }
  .stat-num2 ul li {
    width: 50%;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.enroll-table .bg-primary {
  background-color: #158a75 !important;
  color: #fff !important;
}
.enroll-table th {
  vertical-align: middle;
}
.check {
  width: 40px !important;
  height: 40px !important;
  border: 1px solid #025a64;
  margin: auto;
  border-radius: 50%;
}
.check .fa-check,
.check .fa-times {
  font-size: 18px;
  font-weight: 300;
  line-height: 38px;
  color: #025a64;
}
.check .fa-times {
  color: red;
}
.check.red {
  border: 1px solid red;
}
.programme-modules-row #accordionTable .card-header {
  background-color: #f3f3f3;
}
.card-header h5.tabtitle {
  font-size: 1.5rem !important;
} /*# sourceMappingURL=style.min.css.map */

.bg-image-gradient:before {
  content: "";
  width: 100%;
  height: 70%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #000 50%, #f00)
    no-repeat;
  opacity: 0.7;
}

.btn-alerts {
    background-color: #e12627;
    position: relative;
    z-index: 1;
    padding: 12px 32px;
    border-radius: 30px;
}

.bouncing-button {
    animation: bounce 1s infinite alternate;
    font-size: 25px;
    padding: 10px 30px;
    border-radius: 30px;
    font-weight: 400;
    color: #fff;
    text-transform: capitalize;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: inline-block;
}





.logo-slider {
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: auto;
    margin: auto;
/*    padding: 20px 0;*/
/*    background-color: #f9f9f9;*/
}

.slider-track {
    display: flex;
    animation: scroll 40s linear infinite;
    align-items: center;
}
.media-learn img {
    width: 40%;
    border: 1px dashed #158a75;
    /* border-radius: 50%; */
    padding: 19px;
    height: 50%;
}

.slide {
    min-width: 180px;
    margin: 0 10px;
    height: 100px;
    margin: 10px;
    border: 1px solid #dbdbdb;
    padding: 10px;
    border-radius: 20px 0px;
    align-items: center;
    text-align: center;
    display: flex;
    top: 0%;
    bottom: 0px;
}

.bg-defult {
    background: #158a75;
    position: fixed;
    bottom: 0px;
    width: 100%;
}
.slide img {
    width: 100%;
    display: block;
    padding: 20px;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-180px * 20));
    }
}


@media (max-width: 767px) {
    .dgfgrrs {
        /* background: #e4efff; */
/*        padding: 120px 0px !important;*/
    }

    footer {
    background: #0d72f3;
/*    padding: 10px 0;*/
    bottom: 50px !important;
    position: fixed;
    width: 100%;
}
}


@media (max-width: 991px) {
    footer {
        background: #0d72f3;
/*        padding: 10px 0;*/
        bottom: 0px !important;
        position: fixed;
        width: 100%;
    }
}
.dgfgrr {
    background: #e4efff;
    /* padding: 120px 0px !important; */
}

.dgfgrrs {
    /* background: #e4efff; */
/*    padding: 7% 0px ;*/
}

.mobilesr {
    position: fixed;
    bottom: 75px;
    z-index: 99999999999999999999999999;
    left: 0;
}

.call34 {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #115549;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 17px;
    font-size: 38px;
    padding: 10px;
    color: white;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.caling1 {
    animation: callring 2s infinite;
}

/*.bounceBtn {
    animation: pulse 1s infinite;
    
    justify-content: center;
    align-items: center;
  
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    margin: 10px 0px;
    color: #fff;
    padding: 12px 25px;
    border-radius: 0px;
  
    animation: bounce 2s infinite;
    font-size: 15px;
    background: white;
}*/
.bounceBtn a {
    color: black;
    text-decoration: none;
    font-size: 18px;
    /* margin-top: 33px; */
}


  @keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    40% {
      -moz-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
      -webkit-transform: translateY(-10px);
      transform: translateY(-10px);
    }
    60% {
      -moz-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
      -webkit-transform: translateY(-5px);
      transform: translateY(-5px);
    }
  }
.apply-now-btns {
    margin: 9px auto 10px;
    font-size: 18px;
    border-radius: 0px;
    padding: 10px 40px;
    background-color: #158a75 !important;
    color: #fff;
    border-color: #158a75 !important;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Roboto-Bold';
}

.graph-section .custom-bullets {
    list-style-type: decimal;
    margin-top: 18px;
    padding-left: 20px;
}

.graph-section ul.custom-bullets li::before {
    content: none;
   }


  .test{
        width: 35%;
    margin: 10px 0px;
}
