.right-pannel {
  position: relative;
  border-radius: 0;
  box-shadow: 10px 10px 0px #ffe6e5;
  border: 1px solid #dde3e7;
  background-color: #fff;
  padding: 24px 20px 32px 20px;
  margin-top: 64px;
  margin-left: auto;
  z-index: 1;
}
#mpBannerText{
  position: unset !important;
}

.right-pannel ul > span {
  margin-top: 10px;
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  color: #595959;
  padding-left: 26px;
}
.right-pannel ul {
  margin: 0;
  padding-left: 0px;
  position: relative;
}
.right-pannel ul li:first-child {
  padding-top: 0;
}
.right-pannel ul li:last-of-type::before {
  display: none;
}
.right-pannel ul li:last-of-type a {
  margin-bottom: 0;
}
.right-pannel ul li {
  position: relative;
  padding-left: 26px;
  display: inline-block;
  width: 100%;
}
.right-pannel ul li span {
  font-size: 12px;
  color: #51565e;
  display: inline-block;
  margin-bottom: 8px;
  line-height: normal;
  vertical-align: top;
}
.right-pannel ul li a {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: #272c37;
  margin-bottom: 26px;
  position: relative;
}
.right-pannel ul li a::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: #89251f;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: -32px;
}
.right-pannel ul li:before {
  content: "";
  display: inline-block;
  width: 1px;
  background: #89251f;
  position: absolute;
  top: 0;
  bottom: -28px;
  left: 0;
}
.right-pannel ul li:first-child::before {
  top: 41px;
}
.right-pannel ul li:last-child {
  font-size: 16px;
  line-height: 1.5;
  color: #272c37;
}
.right-pannel ul li:last-child::before {
  content: "";
  display: inline-block;
  width: 1px;
  background: #d2d6de;
  position: absolute;
  top: 0;
  bottom: 16px;
  left: 0;
}
.right-pannel ul li:last-child span {
  font-size: 12px;
  color: #848da0;
  margin: 0;
  line-height: normal;
}
.right-pannel ul li[class]:last-of-type::before {
  display: none;
}
.right-pannel ul li[class]:last-of-type::after {
  background-color: #fff;
}
.right-pannel ul li[class]:last-of-type span {
  margin-bottom: 0;
}
.right-pannel ul li.master-cert {
  color: #272c37;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
}
.right-pannel ul li.master-cert:after {
  content: "";
  display: inline-block;
  background-position: -18px -18px;
  width: 24px;
  height: 32px;
  position: absolute;
  left: -11px;
  top: 0;
  background: url(/assets/image/Certification.svg) no-repeat;
}
.right-pannel ul li.master-cert span {
  margin-top: 8px;
  margin-bottom: 32px;
}
.right-pannel .course-info-footer {
  text-align: center;
}
.right-pannel .course-info-footer .down-btn {
  line-height: 42px;
  margin-top: 30px;
  border: 1px solid #89251f;
  border-radius: 2px;
  min-width: 252px;
  font-size: 14px;
  font-weight: 500;
  color: #89251f;
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
}
.right-pannel .course-info-footer .down-btn:hover {
  background: #89251f;
  color: #fff;
}
@media (min-width: 1200px) {
  .right-pannel ul li a {
    max-width: 252px;
  }
}

.coporate-training-module {
  text-align: center;
  width: 100%;
  max-width: 335px;
  border-radius: 4px;
  background-color: #fff;
  padding: 24px;
  margin-left: auto;
  margin-top: 48px;
  clear: right;
  z-index: 1;
  box-shadow: 10px 10px 0px #ffe6e5;
  border-radius: 0;
}
.coporate-training-module h3 {
  margin-top: 0px;
  line-height: 20px;
}
.coporate-training-module p {
  margin: 16px 0 24px;
  line-height: 1.43;
}
.coporate-training-module #ContactUsForm a.opt-btn {
  margin-top: 24px;
  background: transparent;
  color: #89251f;
  font-weight: 500;
  font-size: 14px;
  border: 0;
  line-height: normal;
  text-transform: uppercase;
}
.coporate-training-module a.contact-btn {
  line-height: 30px;
  margin: 24px auto 0;
  max-width: 153px;
  border: 1px solid #89251f;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 500;
  color: #89251f;
  display: block;
  text-align: center;
  text-transform: uppercase;
  background: #fff;
}
.coporate-training-module a.contact-btn:hover {
  background: #89251f;
  color: #fff;
}
.coporate-training-module .ebook-modal .form-control {
  margin-bottom: 32px;
}
.coporate-training-module .ebook-modal .form-checkbox label {
  text-align: left;
}
.coporate-training-module .eligible-wrapper .modal-dialog form {
  margin-top: 40px;
}
.ebook-modal .lead-module .country-code .form-control {
  float: left;
}
@media (min-width: 768px) {
  .coporate-training-module {
    width: 100%;
    max-width: 568px;
    margin-top: 32px;
  }
  .coporate-training-module p {
    padding: 0 48px;
    margin-bottom: 0;
  }
  .coporate-training-module .ebook-modal .form-control {
    margin-bottom: 24px;
  }
  .eligible-wrapper .modal-dialog h3 {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .coporate-training-module {
    max-width: 377px;
    padding: 24px 32px;
    margin-top: 24px;
  }
  .coporate-training-module h3 {
    font-size: 18px;
  }
  .coporate-training-module p {
    font-size: 14px;
    padding: 0;
  }
  .coporate-training-module .eligible-wrapper .modal-dialog {
    width: 100%;
    max-width: 865px;
  }
  .coporate-training-module .eligible-wrapper .modal-dialog .modal-body {
    padding: 32px 54px;
  }
  .coporate-training-module .eligible-wrapper .course-head {
    width: 376px;
    position: relative;
    display: inline-block;
    padding-right: 48px;
  }
  .coporate-training-module .eligible-candidates {
    position: relative;
    padding-left: 48px;
    vertical-align: top;
  }
  .coporate-training-module .eligible-candidates h4 {
    margin-top: 32px;
    font-size: 16px;
    color: #51565e;
    font-weight: 500;
    text-align: left;
  }
  .coporate-training-module .eligible-candidates ul {
    margin-bottom: 0;
  }
  .coporate-training-module .eligible-candidates ul li {
    margin-top: 24px;
    padding-left: 40px;
    position: relative;
    font-size: 14px;
    line-height: 1.43;
    color: #51565e;
    text-align: left;
  }
  .coporate-training-module .eligible-candidates ul li::before {
    content: "";
    background: url("/assets/image/course_sprite_8.svg")
      no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0;
    background-position: -215px -249px;
  }
  .coporate-training-module .eligible-candidates ul li:first-child {
    margin-top: 32px;
  }
  .coporate-training-module .eligible-candidates::before {
    content: "";
    width: 1px;
    height: calc(100% - -30px);
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background: #d2d6de;
  }
  .coporate-training-module .eligible-candidates {
    display: inline-block;
    width: calc(100% - 402px);
    padding-bottom: 32px;
  }
  .coporate-training-module .thankyouLine::before {
    height: 100%;
  }
  .ebook-modal .lead-module .query_success p {
    width: calc(100% - 60px);
    position: relative;
    top: 60px;
    left: -35px;
  }
  .close-frm + div .resource-pop-up {
    display: none;
  }
}
.banner-master {
  background: #89251f0f;
  display: inline-block;
  width: 100%;
  padding-bottom: 56px;
  margin-bottom: 40px;
}
.banner-master .master-label {
  display: none;
}
.banner-master .master-icon {
  font-size: 14px;
  color: #dde6ed;
  position: relative;
  margin-top: 32px;
  display: inline-block;
}
.banner-master .master-icon::before {
  content: "";
  width: 45px;
  height: 45px;
  display: inline-block;
  background: url("https://www.simplilearn.com/ice9/assets/master_sprite_v1.svgz")
    no-repeat;
  background-position: -14px -60px;
  vertical-align: middle;
  margin-right: 20px;
  background-size: 158px;
}
.banner-master h1 {
  margin-top: 24px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.36;
  letter-spacing: 1px;
  color: #fff;
}
.banner-master p.desc {
  color: #dde6ed;
  font-size: 14px;
  text-align: left;
  margin-top: 48px;
  line-height: 1.43;
  margin-bottom: 40px;
}
.banner-master #LearnerSection {
  display: inline-block;
  margin-right: 25px;
}
.banner-master #LearnerSection a {
  color: #dde6ed;
}
.banner-master .rating {
  display: inline-block;
}
.banner-master span.learner {
  font-size: 12px;
}
.banner-master .right-pannel {
  display: none;
}
.banner-master .breadcrumb {
  position: relative;
  color: #fff;    left: 55%;
  border-radius: 0px 0px 18px 18px !important;
}
.banner-master .master-rate {
  color: #dde6ed;
  font-size: 14px;
  margin-top: 24px;
}
.banner-master .master-rate span {
  vertical-align: middle;
}
.banner-master .master-rate .star_in {
  vertical-align: top;
  width: 42px;
}
.banner-master .master-rate .stars + span + .learner {
  padding-left: 24px;
}
.banner-master .stars,
.banner-master .star_in {
  width: 82px;
  display: inline-block;
  height: 18px;
  background: url("https://www.simplilearn.com/ice9/assets/master_sprite_v1.svgz")
    no-repeat;
  background-position: -99px -18px;
  vertical-align: middle;
  margin-right: 10px;
}
.banner-master .star_in {
  background-position: -99px -42px;
  margin-right: 0;
}
@media (max-width: 991px) {
  .banner-master .container {
    padding: 0;
    width: 100%;
  }
  .banner-master .top-banner {
    background: #2e2b31;
  }
  .banner-master .col-md-8 {
    padding-left: 30px;
    padding-right: 30px;
    display: inline-block;
    width: 100%;
  }
  .banner-bg {
    display: none;
  }
  .banner-master .container .col-md-8{
    flex:100%;
    max-width: 100%;
  }
  #mpBannerText{
    position: relative !important;
  }
  .banner-master .breadcrumb{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    max-width: 400px;
    width: 95%;
    margin: auto;
    text-align: center;
  }
  .banner-master .container .col-md-4{
    margin: 30px auto;
  }
}
@media (max-width: 767px) {
  .banner-master .col-md-8 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .banner-master {
    padding-bottom: 64px;
  }
  .banner-master .top-banner {
    padding-bottom: 64px;
  }
  .banner-master .master-icon {
    display: none;
  }
  .banner-master h1 {
    font-size: 30px;
    line-height: 1.33;
    position: relative;
    padding-left: 80px;
    margin-top: 72px;
  }
  .banner-master h1::before {
    content: "";
    width: 58px;
    height: 58px;
    display: inline-block;
    background: url("https://www.simplilearn.com/ice9/assets/master_sprite_v1.svgz")
      no-repeat;
    background-position: -18px -76px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .banner-master .master-label {
    display: inline-block;
    margin-right: 48px;
  }
  .banner-master p.desc {
    margin-top: 36px;
    margin-bottom: 0px;
    max-width: 608px;
    line-height: 1.57;
  }
  .banner-master #LearnerSection {
    margin-right: 40px;
  }
  .master-rate {
    margin-top: 56px;
  }
  .master-rate .stars + span + .learner {
    padding-left: 40px;
  }
}
@media (min-width: 992px) {
  .banner-master .breadcrumb {
    display: inline-block;
  }
  .breadcrumb {
    width: 100%;
    font-size: 12px;
    line-height: normal;
    margin-top: 16px;
  }
  .breadcrumb a.last-list {
    pointer-events: none;
    color: rgba(255, 255, 255, 0.7);
  }
  .banner-master {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
  }
  .banner-master .container {
    position: static;
  }
  .banner-master .container::after {
    content: " ";
    display: table;
    clear: both;
  }
  .banner-master .container div.affirm {
    display: flow-root;
    min-height: 53px;
  }
  .banner-master .col-md-4 {
    display: inline-block;
    width: 312px;
    vertical-align: top;
    float: right;
  }
  .banner-master .col-md-8 {
    width: calc(100% - 312px);
    display: inline-block;
    vertical-align: top;
    float: left;
  }
  .banner-master .banner-bg {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: inline-block;
    background: #fff;
    height: 496px;
    background-position: top;
    background-size: cover;
  }
  .banner-master .banner-content {
    position: relative;
  }
  .banner-master h1 {
    margin-top: 56px;
    letter-spacing: 0.5px;
    line-height: 1.29;
    font-size: 34px;
    max-width: 540px;
  }
  .banner-master .top-banner {
    padding-bottom: 56px;
  }
  .banner-master p.desc {
    max-width: 540px;
  }
  .master-rate {
    margin-top: 24px;
  }
}
@media (min-width: 1200px) {
  .banner-master .col-md-4 {
    width: 360px;
    padding-left: 30px;
  }
  .banner-master .col-md-8 {
    width: calc(100% - 360px);
    display: inline-block;
    vertical-align: top;
    float: left;
  }
  .banner-master h1,
  .banner-master p.desc {
    max-width: 608px;
  }
  .banner-master .banner-bg {
    height: 475px;
  }
}
@media (max-width: 1199px) {
  /* .banner-master .banner-bg {
    background-image: none !important;
  } */
}
.banner-master .ms-keyfeatures {
  margin-top: 56px;
}
.banner-master .ms-keyfeatures ul li {
  color: #848da0;
  font-size: 14px;
  margin-bottom: 40px;
}
.banner-master .ms-keyfeatures ul li b,
.banner-master .ms-keyfeatures ul li a {
  color: #89251f;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.38;
  margin-bottom: 10px;
}
.banner-master .ms-keyfeatures ul li a {
  text-decoration: underline;
}
.error-program {
  text-align: center;
}
.error-program span {
  font-size: 20px;
  margin-top: 20px;
  font-weight: 400;
  display: inline-block;
}
.error-program p {
  font-size: 16px;
  margin-top: 8px;
}
@media (min-width: 768px) {
  .banner-master .ms-keyfeatures {
    margin-top: 64px;
  }
  .banner-master .ms-keyfeatures ul {
    width: 100%;
  }
  .banner-master .ms-keyfeatures ul li {
    width: 50%;
    display: inline-block;
    min-height: 74px;
    margin-bottom: 32px;
  }
  .banner-master .ms-keyfeatures {
    padding-right: 0px;
  }
  .error-program span {
    font-size: 24px;
    display: block;
  }
}
@media (min-width: 992px) {
  .banner-master .ms-keyfeatures ul {
    padding-right: 30px;
  }
  .banner-master .ms-keyfeatures ul::after {
    left: -30px;
  }
  .banner-master .master-enroll {
    padding-right: 30px;
  }
  .ContactUsFormEnterpriseSL .ebook-modal.course-popup .modal-body {
    min-height: 426px;
  }
  .ContactUsFormEnterpriseSL .ebook-modal .lead-module .query_success p {
    width: 72%;
    left: 0;
    top: 0;
  }
}
@media (min-width: 1200px) {
  .banner-master .ms-keyfeatures {
    padding-right: 0;
    max-width: 670px;
  }
  .banner-master .ms-keyfeatures ul {
    padding-right: 0;
  }
  .banner-master .ms-keyfeatures ul::after {
    left: 0;
  }
  .banner-master .master-enroll {
    padding-right: 0;
  }
  #dual-sticky-header .cp-course-menu.sticky-top {
    margin-bottom: 5px;
  }
}

@media (min-width: 1200px) {
  div#dual-sticky-header {
    position: relative;
    min-height: 58px;
  }
  div#dual-sticky-header .sticky-top {
    position: fixed;
  }
}


.learning-path {
  padding-bottom: 0;
}
/* .learning-path .course-content .curriculum-wrapper,
.learning-path .course-content .showCourseBatches {
  display: none;
} */
.learning-path .course-content.active .curriculum-wrapper,
.learning-path .course-content.active .showCourseBatches {
  display: block;
}
.learning-path .course-content.active a.content-wrap:after {
  background-position: -167px -288px;
}
.learning-path .showCourseBatches {
  padding-bottom: 24px;
}
.learning-path h2 {
  margin-bottom: 8px;
  display: inline-block;
  width: 100%;
}
.learning-path ul.course-lavel {
  margin-bottom: 0;
}
.learning-path ul.course-lavel > li.elective.list-level {
  border-radius: 0;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #89251f;
  background: #fff;
}
.learning-path ul.course-lavel > li.elective.list-level h3 {
  margin-top: 5px;
}
.learning-path ul.course-lavel > li.certificate.list-level {
  background: #fff;
  border-color: transparent;
  padding-top: 16px;
  padding-bottom: 16px;
}
.learning-path ul.course-lavel > li.certificate.list-level h3 {
  margin-top: 0;
  font-size: 18px;
  position: relative;
  padding-left: 24px;
}
.learning-path ul.course-lavel > li.certificate.list-level h3::before {
  width: 24px;
  height: 38px;
  content: "";
  display: inline-block;
  background: url(/assets/image/Certification.svg) no-repeat;
  position: absolute;
  top: -4px;
  left: -32px;
  background-color: #fff;
}
.learning-path ul.course-lavel > li.list-level {
  margin-top: 32px;
  background: #89251f05;
  border: 0;
  border-radius: 0;
  padding: 24px 10px 24px 35px;
  position: relative;
  box-shadow: 0px 0px 16px -8px #89251f69;
}
.learning-path ul.course-lavel > li.list-level::before {
  content: "";
  width: 1px;
  height: calc(100% + 42px);
  position: absolute;
  top: 0;
  left: 15px;
  background: #89251f;
  display: inline-block;
}
.learning-path ul.course-lavel > li.list-level:first-child::before {
  top: 32px;
}
.learning-path ul.course-lavel > li.list-level:last-child::before {
  height: 32px;
}
.learning-path .count {
  font-size: 16px;
  display: inline-block;
  line-height: normal;
  color: #89251f;
  width: 100%;
  position: relative;
  font-weight: bold;
}
.learning-path .count::before {
  width: 12px;
  height: 12px;
  content: "";
  display: inline-block;
  background: #89251f;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: -26px;
}
.learning-path .count span {
  background: #89251f;
  text-align: center;
  font-size: 12px;
  color: #fff;
  border-radius: 4px;
  line-height: 24px;
  padding: 0 18px;
  vertical-align: middle;
  display: inline-block;
  margin-left: 20px;
  float: right;
}
.learning-path .info a {
  margin-top: 16px;
  display: inline-block;
  line-height: normal;
}
.learning-path .info h3 {
  margin-top: 24px;
}
.learning-path .info h3 span {
  color: #89251f;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 500;
  margin-top: 0px;
  display: inline-block;
  cursor: pointer;
}
.learning-path .info p {
  font-size: 14px;
  line-height: 1.43;
  margin-top: 16px;
  color: #51565e;
}
.learning-path .intro-prev {
  text-align: center;
}
.learning-path .intro-prev a {
  color: #89251f;
  margin-top: 24px;
  display: inline-block;
}
.learning-path .intro-prev a::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url("https://www.simplilearn.com/ice9/assets/dual-master-sprite_1.svgz")
    no-repeat;
  background-position: -355px -476px;
  vertical-align: middle;
  margin-right: 10px;
}
.learning-path .industry-logo {
  text-align: center;
}
.learning-path .industry-logo span {
  font-size: 14px;
  font-weight: 500;
  color: #51565e;
  display: block;
  margin-top: 40px;
}
.learning-path .industry-logo img {
  margin: 24px 15px 0 15px;
  height: 42px;
  object-fit: contain;
  width: 120px;
}
.learning-path .course-content {
  border-radius: 4px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #dde3e7;
  background-color: #fff;
  margin-top: 48px;
}
.learning-path .course-content a.content-wrap {
  padding: 16px 10px;
  display: block;
  width: 100%;
  font-size: 14px;
  position: relative;
  font-weight: 500;
  color: #89251f;
  cursor: pointer;
}
.learning-path .course-content a.content-wrap::after {
  content: "";
  width: 22px;
  height: 22px;
  background: url("/assets/image/course_sprite_8.svg")
    no-repeat;
  background-position: -124px -245px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.learning-path .course-content a.content-wrap b {
  display: inline-block;
  width: 100%;
  font-weight: 500;
  color: #89251f;
}
.learning-path .course-content a.content-wrap span {
  font-size: 12px;
  font-weight: 400;
  color: #51565e;
  display: inline-block;
  padding: 0 18px;
  line-height: 24px;
  border-radius: 4px;
  background: #ebf1f8;
  margin-top: 16px;
}
.learning-path .course-content > a {
  line-height: normal;
}
.learning-path .course-content + .course-content {
  margin-top: 8px;
}
.cp-btn {
  width: 246px;
  display: block;
  clear: both;
  margin: 24px auto;
  border-radius: 2px;
  border: 1px solid #89251f;
  color: #89251f;
  line-height: 38px !important;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}
.cp-btn:hover {
  background: #89251f;
  color: #fff;
}
.master-page .country-code .arrow-icon select {
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .learning-path h2 {
    margin-bottom: 0;
  }
  .learning-path ul.course-lavel {
    margin-top: 40px;
  }
  .learning-path ul.course-lavel li.list-level {
    padding: 24px 20px 24px 40px;
  }
  .learning-path ul.course-lavel li.list-level::before {
    left: 20px;
  }
  .learning-path ul.course-lavel .start-week li {
    padding: 0;
  }
  .learning-path .ms-intro {
    position: relative;
  }
  .learning-path .ms-intro .info {
    width: 504px;
    display: inline-block;
    vertical-align: middle;
    padding-right: 64px;
  }
  .learning-path .ms-intro .intro-prev {
    display: inline-block;
    vertical-align: middle;
    margin-top: 24px;
  }
  .learning-path .ms-intro .intro-prev::before {
    content: "";
    width: 1px;
    height: 80px;
    display: inline-block;
    background: #89251f;
    position: absolute;
  }
  .learning-path .ms-intro .intro-prev a {
    padding-left: 44px;
    margin-top: 14px;
  }
  .learning-path .ms-intro .intro-prev a::before {
    display: block;
    margin: 0 auto 10px;
  }
  .learning-path .course-content a.content-wrap {
    line-height: 24px;
    padding: 10px 20px;
    font-weight: 400;
    font-size: 16px;
  }
  .learning-path .course-content a.content-wrap b {
    width: auto;
    font-weight: 400;
    font-size: 16px;
  }
  .learning-path .course-content a.content-wrap span {
    float: right;
    margin: 0 60px 0 0;
  }
  .learning-path .course-content a.content-wrap::after {
    right: 16px;
  }
  .learning-path ul.course-lavel > li.certificate h3 {
    font-size: 20px;
  }
  .learning-path .industry-logo {
    text-align: left;
    margin-top: 24px;
  }
  .learning-path .industry-logo span {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
  }
  .learning-path .industry-logo img {
    margin: 0 20px 0;
  }
}
@media (min-width: 992px) {
  .learning-path ul.course-lavel {
    width: 848px;
  }
  .learning-path .ms-intro .info {
    width: 568px;
  }
  .learning-path .ms-intro .info h3 {
    margin-top: 32px;
  }
  .learning-path .ms-intro .intro-prev {
    margin-top: 32px;
  }
  .learning-path .ms-intro .intro-prev a {
    padding-left: 64px;
  }
  .learning-path ul.course-lavel li.list-level {
    padding: 24px 30px 24px 60px;
  }
  .learning-path ul.course-lavel li.list-level::before {
    left: 30px;
  }
  .learning-path ul.course-lavel li.list-level .count::before {
    left: -35px;
  }
  .learning-path .course-content {
    margin-top: 40px;
  }
  .learning-path ul.course-lavel > li.list-level.certificate h3:before {
    left: -42px;
  }
}


.menu-container {
  left: 0 !important;
  right: 0 !important;
  margin: auto;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.25);
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  position: absolute;
  width: 964px;
  height: 548px;
  z-index: 999999;
}
.menu {
  background: #f1f6fa;
  width: 240px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.menu h4 {
  font-weight: 500;
  color: #272c37;
  margin: 32px 0 16px 0;
  text-transform: uppercase;
  padding: 0;
  font-size: 14px;
  line-height: normal;
}
.menu h4::after {
  content: "";
  width: 50px;
  height: 2px;
  background: #89251f;
  display: block;
  margin-top: 8px;
}
.menu li {
  padding: 0 20px;
  color: #51565e;
  line-height: 32px;
  font-size: 12px;
  background-color: transparent;
}
.menu li h4.hidden-sm {
  padding-left: 0;
}
.menu li.active {
  color: #0f77df;
  font-weight: 500;
  background: #fff;
  cursor: pointer;
}
.menu li.active a {
  color: #51565e;
  line-height: 18px;
  margin-bottom: 15px;
  font-size: 12px;
  font-weight: 400;
  display: block;
}
.menu li.active a:hover {
  color: #0f77df;
}
.menu li.active .menu-master-prg {
  margin-top: 32px;
  display: inline-block;
  clear: both;
  overflow: hidden;
  float: left;
}
.menu li.active .menu-master-prg a.master-link {
  padding: 0;
  margin: 0;
}
.menu li.active .menu-master-prg a {
  position: relative;
  padding-left: 0;
  margin-bottom: 12px;
}
.menu li.active .menu-master-prg a img {
  position: relative;
  left: 0;
  background-color: transparent;
  vertical-align: middle;
  display: inline-block;
}
.menu li.active .menu-master-prg a span {
  display: inline-block;
  width: calc(100% - 45px);
  vertical-align: middle;
  color: #272c37;
  line-height: 1.5;
}
.menu li.active .menu-master-prg a:hover span {
  color: #89251f;
}
.menu li.active .menu-master-prg ul li {
  color: #848da0;
  line-height: 1.5;
}
.menu li.active .menu-master-prg ul li b {
  color: #51565e;
}
.menu li.active .menu-master-prg:first-of-type {
  margin-top: 8px;
}
.menu li.pull-left {
  width: 41.666%;
}
.menu li.pull-left li {
  padding: 0;
  width: 100%;
}
.menu li.pull-right {
  width: 58.333%;
  padding-left: 0;
}
.menu li.pull-right li {
  padding: 0;
}
.menu .univ-list {
  display: block;
  padding-left: 5px;
  padding-right: 5px;
  max-width: 425px;
}
.menu .univ-list a {
  display: inline-block;
  background: #fff;
  margin-top: 8px;
  margin-bottom: 0;
  padding: 10px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  position: relative;
}
.menu .univ-list .uni-logo {
  width: 70px;
  height: 70px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #d2d6de;
  display: inline-block;
  border-radius: 2px;
}
.menu .univ-list .uni-logo::before {
  content: "";
  width: 0px;
  height: 70px;
  display: inline-block;
  vertical-align: middle;
}
.menu .univ-list .uni-logo img {
  max-width: 100%;
}
.menu .univ-list .univ-info {
  width: calc(100% - 70px);
  display: inline-block;
  padding-left: 16px;
  vertical-align: top;
}
.menu .univ-list .univ-info h5 {
  font-size: 12px;
  line-height: 1.5;
  color: #272c37;
  font-weight: 500;
}
.menu .univ-list .univ-info span {
  font-size: 12px;
  color: #51565e;
  line-height: 1.4;
  margin-top: 16px;
  display: inline-block;
}
.menu li.active .univ-list a {
  margin-bottom: 0;
}
.sub-menu {
  border: 0 !important;
  left: 240px;
  background: #fff;
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}
.sub-menu li {
  float: left;
  display: inline-block;
  width: 100%;
}
li.active .sub-menu {
  width: 724px;
  height: 100%;
  overflow: visible;
  cursor: initial;
}
.menu-master-prg {
  padding-left: 5px;
}
.menu-master-prg img {
  width: 35px;
  height: 35px;
  margin-right: 10px;
}
.menu-master-prg a {
  margin-bottom: 20px;
}
.menu-master-prg a span {
  font-size: 18px;
  line-height: 1.44;
  font-weight: 400;
}
.menu-master-prg ul {
  font-weight: 400;
  position: relative;
  padding-left: 45px;
  font-size: 12px;
  display: block;
  overflow: hidden;
}
.menu-master-prg ul::before {
  width: 0px;
}
.menu-master-prg ul li {
  position: relative;
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}
.menu-master-prg ul li::after {
  width: 1px;
  content: "";
  display: inline-block;
  background: #d2d6de;
  position: absolute;
  left: -28px;
  bottom: -15px;
  z-index: 0;
  top: 9px;
}
.menu-master-prg ul li:last-child::after {
  display: none;
}
.menu-master-prg ul li::before {
  width: 5px;
  height: 5px;
  background: #89251f;
  padding: 0;
  border-radius: 50%;
  left: -30px;
  position: absolute;
  margin-top: 8px;
  content: "";
  display: inline-block;
  z-index: 1;
}
.menu-master-prg ul li:first-child {
  padding-top: 0 !important;
}
.menu-master-prg ul li:last-child {
  padding-bottom: 0 !important;
}
.menu-master-prg ul li span {
  font-size: 14px;
  font-weight: 500;
  color: #51565e;
  display: inline-block;
  vertical-align: middle;
}
.visible-sm {
  display: none;
}
.menu li.category-btn {
  text-align: center;
  margin-bottom: 25px;
  width: 100%;
}
.menu li.category-btn a {
  border-radius: 2px;
  font-size: 14px;
  display: block;
  background: rgba(0, 0, 0, 0);
  color: #89251f;
  text-transform: uppercase;
  text-align: center;
  width: auto;
  box-shadow: none;
  border: 1px solid #89251f;
  cursor: pointer;
  line-height: 36px;
  padding-left: 40px;
  padding-right: 40px;
  background: #fff;
  display: inline-block;
  line-height: 40px;
  width: 250px;
  border-radius: 2px;
  border: 1px solid #89251f;
  font-weight: 500;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
.menu li.category-btn a::after {
  width: 24px;
  height: 20px;
  display: inline-block;
  content: "";
  background: url(https://www.simplilearn.com/ice9/assets/megamenu_1.svgz)
    no-repeat;
  background-position: -54px -17px;
  vertical-align: middle;
  margin-left: 15px;
}
.menu li.category-btn a:hover {
  background: #118aef;
  color: #fff;
}
.menu li.category-btn a:hover::after {
  background-position: -54px -51px;
}
@media (max-width: 991px) {
  .unversity-wrap {
    margin-bottom: 16px;
  }
  .only-clm-5 .unversity-wrap {
    margin-bottom: 0;
  }
  .safari.body-fixed-menu {
    height: 100%;
    width: 100%;
    position: fixed;
    overflow: hidden;
  }
  .hidden-sm {
    display: none;
  }
  .visible-sm {
    display: inline-block;
  }
  .menu-container {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    top: 0;
    position: fixed;
    z-index: 99999999;
  }
  .menu {
    width: 100%;
    background: #fff;
  }
  .menu h4 {
    width: 100%;
  }
  .menu li.pull-left,
  .menu li.pull-right {
    width: 100%;
    float: none;
  }
  .menu li.pull-left {
    display: table-footer-group;
    padding: 0;
  }
  .menu li.pull-left ul {
    display: inline-block;
    padding: 0 5px;
  }
  .menu li.pull-left ul li a {
    position: relative;
    margin: 0;
    font-size: 14px;
    display: block;
    padding: 10px 0;
    color: #51565e;
    line-height: 1.67;
  }
  .menu li.pull-right {
    display: table-header-group;
  }
  .menu li.col-md-6.pull-left {
    display: block;
  }
  .menu li.col-md-6 + li.col-md-6 {
    position: relative;
    top: -10px;
  }
  .menu li.col-md-6 + li.col-md-6 h4 {
    display: none;
  }
  .menu li.menu-item {
    position: relative;
    margin: 0;
    display: block;
    padding-right: 15px;
    padding-left: 15px;
    clear: both;
    line-height: normal;
  }
  .menu li.menu-item .menu-cat {
    font-size: 14px;
    line-height: normal;
    color: #51565e;
    padding: 13px 0;
    display: inline-block;
    width: 100%;
  }
  .menu li.menu-item::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(https://www.simplilearn.com/ice9/assets/megamenu_1.svgz)
      no-repeat;
    background-position: -128px -18px;
    position: absolute;
    right: 20px;
    transition: all 0.2s ease;
    top: 11px;
  }
  .menu li.menu-item:last-child {
    padding-bottom: 64px;
  }
  .menu li.menu-item.active {
    padding-bottom: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-y: auto;
    z-index: 1;
    padding-top: 50px;
    background: #f3f6f8;
  }
  .menu li.menu-item.active .menu-cat {
    margin: 0;
    line-height: 48px;
    font-size: 14px;
    font-weight: 500;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background: #fff;
    color: #272c37;
    padding: 0;
    padding-left: 50px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  }
  .menu li.menu-item.active .menu-cat::before {
    content: "";
    width: 20px;
    height: 24px;
    display: inline-block;
    background: url(https://www.simplilearn.com/ice9/assets/megamenu_1.svgz)
      no-repeat;
    background-position: -14px -11px;
    position: absolute;
    left: 15px;
    top: 8px;
  }
  li.active {
    font-weight: 400;
  }
  li.active .sub-menu {
    width: 100%;
    left: 0;
    position: relative;
    display: inline-block;
    background: #f3f6f8;
    margin-top: 0px;
    float: left;
  }
  .menu-master-prg a span {
    font-size: 14px;
    font-weight: 400;
  }
  .menu-master-prg ul li {
    line-height: 28px;
    display: inline-block;
    font-weight: 400;
    padding-right: 15px;
  }
  .menu-head {
    text-align: center;
    font-size: 14px !important;
    font-weight: 500;
    margin: 0px 0 20px 0;
    position: relative;
    width: 100%;
  }
  .menu-head span {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(https://www.simplilearn.com/ice9/assets/megamenu_1.svgz)
      no-repeat;
    background-position: -14px -11px;
    position: absolute;
    left: 15px;
    top: 8px;
  }
  .menu-head span.menu-close-btn {
    right: 15px;
    left: inherit;
    background-position: -93px -11px;
    width: 20px;
  }
  .first-menu ul li.menu-head,
  .menu li.menu-head {
    padding-top: 0;
    padding-bottom: 0;
    color: #272c37;
    background: #ebf1f8;
    border: 1px solid #dde6ed;
    line-height: 46px;
  }
  .menu-overlay {
    background: rgba(0, 0, 0, 0.6);
    display: inline-block;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 99999999;
    width: 100%;
    bottom: 0;
  }
  .first-menu {
    overflow-y: auto;
    background: #fff;
    padding: 0;
    margin-bottom: 0;
    width: calc(100% - 50px);
    display: inline-block;
    height: 100%;
  }
  .first-menu ul li {
    padding: 0;
    padding-right: 20px;
  }
  .first-menu ul li a,
  .first-menu ul li span.mobile-all-courses {
    padding: 10px 20px;
    color: #272c37;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    width: 100%;
  }
  .first-menu ul li span.mobile-all-courses {
    line-height: normal;
    position: relative;
  }
  .first-menu ul li span.mobile-all-courses::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(https://www.simplilearn.com/ice9/assets/megamenu_1.svgz)
      no-repeat;
    background-position: -129px -15px;
    position: absolute;
    right: 0;
    top: 6px;
    transition: all 0.2s ease;
  }
  .menu li.category-btn {
    padding-top: 32px;
  }
  .menu .col-md-5.pull-left h4 {
    margin-top: 48px;
  }
  .menu-master-prg ul::before {
    bottom: 4px;
  }
  .menu li.active .menu-master-prg {
    width: 100%;
    max-width: 425px;
    float: left;
    margin-top: 5px;
  }
  .menu li.active .menu-master-prg a {
    display: block;
    margin: 0;
  }
  .menu li.active .menu-master-prg a span {
    color: #51565e;
  }
  .menu li.active .menu-master-prg a.master-link {
    background: #fff;
    padding: 14px 16px;
    border-radius: 4px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 5px;
  }
  .menu li.active .menu-master-prg ul {
    display: none;
  }
  .menu li.active .menu-master-prg:first-of-type {
    margin-top: 8px;
  }
  .menu-container {
    border-radius: 0px;
  }
  .menu .univ-list .univ-info span {
    font-size: 12px;
  }
  .menu .univ-list .univ-info h5 {
    font-size: 14px;
  }
  .menu h4.no-popular {
    display: none;
  }
}
@media (min-width: 992px) {
  ul.menu li.category-btn {
    width: auto;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .menu-container {
    margin-top: 63px;
  }
  #menu-button {
    float: left;
    margin-top: 12px;
  }
  header #menu-button span.courses-menu {
    margin-top: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu-head span {
    left: 30px;
  }
  .first-menu ul li {
    padding-right: 30px;
  }
  .first-menu ul li a,
  .menu li.menu-item {
    padding-left: 35px;
    padding-right: 35px;
  }
  .menu-head span.menu-close-btn {
    right: 30px;
  }
  .menu li.menu-item::after {
    right: 35px;
  }
  .menu li.menu-item.active .menu-cat {
    padding-left: 66px;
  }
  .menu li.menu-item.active .menu-cat::before {
    left: 30px;
  }
  .menu li.menu-item.active {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  .menu h4 {
    font-size: 12px;
  }
  .menu h4::after {
    display: none;
  }
  .menu a.menu-cat {
    line-height: 36px;
  }
  .menu li.active a.menu-cat {
    line-height: 36px;
    margin-bottom: 0;
    font-weight: 500;
    color: #89251f;
    position: relative;
  }
  .menu li.active a.menu-cat::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(https://www.simplilearn.com/ice9/assets/megamenu_1.svgz)
      no-repeat;
    background-position: -129px -15px;
    position: absolute;
    right: -14px;
    top: 6px;
  }
  .menu li.active .sub-menu-item a {
    padding: 8px 0;
    margin-bottom: 0;
  }
  .menu li.active .menu-master-prg {
    padding-left: 0;
    padding-right: 21px;
    margin-top: 24px;
  }
  .menu li.pull-left {
    width: 225px;
  }
  .menu li.pull-right {
    width: calc(100% - 225px);
    padding-right: 15px;
  }
  .menu li.pull-right.only-clm-5 {
    width: 274px;
    float: right;
  }
  .menu .unversity-wrap {
    width: 242px;
    float: right;
    padding-left: 4px;
  }
  .menu .master-wrap {
    width: 242px;
    float: left;
  }
  .menu .master-wrap.only-master {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
  }
  .menu .master-wrap.only-master h4 {
    width: 100%;
  }
  .menu .master-wrap.only-master .menu-master-prg {
    display: inline-block;
    width: 242px;
    clear: none;
    margin-top: 24px;
  }
  .menu .master-wrap.only-master .menu-master-prg:first-of-type,
  .menu .master-wrap.only-master .menu-master-prg:nth-of-type(2) {
    margin-top: 8px;
  }
  .menu .master-wrap.only-master .menu-master-prg:nth-of-type(2),
  .menu .master-wrap.only-master .menu-master-prg:nth-of-type(4) {
    padding-right: 0;
    padding-left: 21px;
  }
  .menu .univ-list {
    padding-right: 0;
    padding-left: 0px;
  }
  .menu .univ-list a {
    background: #ebf1f8;
    border-radius: 4px;
    box-shadow: none;
  }
  .menu .univ-list .uni-logo {
    background: #fff;
    border: 0px;
  }
  .menu .univ-list .univ-info {
    padding-left: 10px;
  }
  .menu-master-prg a span {
    font-size: 12px;
    font-weight: 500;
    color: #51565e;
    line-height: 1.5;
  }
  .menu li.category-btn {
    margin-bottom: 20px;
    margin-right: 20px;
    padding: 0;
  }
  .menu li.category-btn a {
    margin-bottom: 0;
  }
  .menu li.pull-left + li.pull-left {
    padding-left: 10px;
  }
  .menu li.menu-item .menu-cat {
    color: #51565e;
  }
  .menu li.menu-item.active .menu-cat {
    color: #89251f;
  }
}
@media (min-width: 1200px) {
  .menu-container {
    width: 1050px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.25);
    height: 546px;
  }
  .menu {
    width: 255px;
  }
  .sub-menu {
    left: 255px;
  }
  li.active .sub-menu {
    width: 795px;
  }
  .menu li.pull-left {
    width: 267px;
    padding-right: 35px;
  }
  .menu li.pull-right {
    width: calc(100% - 267px);
    padding-right: 15px;
  }
  .menu li.pull-right.only-clm-5 {
    width: 260px;
  }
  .menu .unversity-wrap,
  .menu .master-wrap {
    width: 255px;
  }
  .menu .master-wrap.only-master .menu-master-prg {
    width: 255px;
  }
  .menu-container {
    left: 80px !important;
  }
}

@media (max-width: 991px) {
  #stickyfooter .container {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .callbackleadform.active-form {
    background: rgba(0, 0, 0, 0.85);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    border-bottom: 0;
    border-left: 0;
    box-shadow: none;
    padding-bottom: 10px;
    overflow-y: auto;
    z-index: 1;
  }
  .callbackleadform.active-form .mobile-sticky-form {
    background: #f9f9f9;
    border-bottom: 1px solid #b7b7b7;
    border-left: 1px solid #b7b7b7;
    box-shadow: 3px 1px 7px #c6c6c6;
    padding: 15px 15px 30px 15px;
    position: relative;
    bottom: 0;
    width: 100%;
    vertical-align: middle;
    display: inline-block;
    min-height: 508px;
  }
  .callbackleadform.active-form .mobile-sticky-form h4.heading-label {
    font-size: 18px;
    line-height: 1.3;
    color: rgba(10, 9, 9, 0.9);
    font-weight: 400;
    margin: 0;
  }
  .callbackleadform.active-form::before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
  .callbackleadform {
    margin-left: 0;
    width: 100%;
  }
  .closeFooterCallBackForm {
    margin: 0;
    display: inline-block;
    width: 100%;
  }
  .closeFooterCallBackForm a {
    font-size: 18px;
    line-height: 1.3;
    color: rgba(10, 9, 9, 0.9);
    font-weight: 400;
  }
  .callbackleadform .callback-forms button[type="submit"] {
    margin-top: 20px;
  }
  span.close_btn {
    background: url(https://www.simplilearn.com/static/frontend/images/home-page_sprite_v7.png)
      no-repeat;
    background-position: -415px -120px;
    width: 12px;
    height: 16px;
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
  }
  #mobile-callback-forms #lead-response h4 {
    font-size: 18px;
    line-height: 1.3;
    color: rgba(10, 9, 9, 0.9);
    font-weight: 400;
    letter-spacing: 0.02em;
    padding: 0;
    text-align: center;
    display: block;
    margin: 10px 0;
  }
  #mobile-callback-forms #lead-response h4 .caption-dark {
    margin-bottom: 0;
  }
  #mobile-callback-forms .caption-dark {
    font-size: 14px;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.8);
    margin: 0 0 10px;
    text-align: center;
  }
  #reffer-n-earn-form form .form-control {
    padding-right: 10px;
    width: 50%;
    float: left;
  }
  #reffer-n-earn-form form button[type="submit"] {
    margin-left: auto;
    margin-right: auto;
  }
}
.active-sticky-footer + .container .callbackleadform {
  position: fixed;
  z-index: 3;
}
.footer_sticky_bar .mobile_lead_wrapper {
  width: 100%;
  text-align: center;
  background: #29bff6;
  display: table;
}
.footer_sticky_bar .mobile_lead_wrapper a {
  width: 33.33%;
  font-size: 13px;
  font-weight: 300;
  display: table-cell;
  line-height: 45px;
  padding: 0;
}
.footer_sticky_bar .mobile_lead_wrapper a:before {
  content: "";
  display: inline-block;
  height: 38px;
  margin-right: 7px;
  position: relative;
  top: -2px;
  vertical-align: middle;
  width: 29px;
  background: url(https://www.simplilearn.com/static/frontend/images/home-page_sprite_v7.png)
    no-repeat;
  background-position: -243px -247px;
}
.footer_sticky_bar .mobile_lead_wrapper a:nth-child(2) {
  background: #0499cf;
}
.footer_sticky_bar .mobile_lead_wrapper a:nth-child(2):before {
  background-position: -178px -247px;
}
.footer_sticky_bar .mobile_lead_wrapper a:nth-child(3):before {
  background-position: -212px -247px;
}
.home-page .footer_sticky_bar .mobile_lead_wrapper a.query {
  display: table-cell;
}
.gmg_chat_outer {
  position: relative;
  z-index: 2;
  display: block !important;
}
@media (min-width: 992px) {
  .eu-container
    + .sticky-footer-gdpr
    + .container
    .callbackleadform.active-form {
    bottom: 86px;
  }
  div.callbackleadform.active-form {
    bottom: 42px;
  }
}
@media (max-width: 991px) {
  .active-sticky-footer + .container .callbackleadform {
    margin-left: 0;
    width: 100%;
  }
  .active-sticky-footer + .container .callbackleadform .query_success {
    position: absolute;
    top: 110px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 22222;
    border-radius: 4px;
    min-height: 242px;
    background: #f9f9f9;
  }
  .sticky-footer-gdpr + .container {
    display: block;
  }
  .callbackleadform.active-form .mobile-sticky-form h4.heading-label {
    width: 100%;
    text-align: center;
    margin-bottom: 16px;
  }
  .requestcallback-tabber {
    text-align: center;
    margin-bottom: 20px;
    width: 298px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    background: #848da0;
    border-radius: 27px;
    position: relative;
    height: 38px;
    top: -12px;
  }
  .requestcallback-tabber h6 {
    margin: 0;
    border: 0;
    line-height: 38px;
    color: #fff;
    width: 149px;
    font-weight: 400;
    font-size: 14px;
    float: left;
    position: absolute;
    left: 0;
  }
  .requestcallback-tabber h6 + h6 {
    left: inherit;
    right: 0;
  }
  .requestcallback-tabber h6.active {
    border-radius: 27px;
    background-color: #fff;
    border: 2px solid #89251f;
    cursor: default;
    color: #89251f;
    top: -2px;
    bottom: -2px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .active-sticky-footer + .container .callbackleadform {
    margin-left: 340px;
  }
}
.offer-pormo {
  margin-top: -80px;
  transition: 0.5s all ease;
  height: 80px;
}
.offer-pormo.banner-loaded {
  margin-top: 0;
}
.offer-pormo.promotions-html {
  margin-top: 0;
}
.festive_offer_block {
  position: relative;
  display: block;
  z-index: 999;
  transition: 0.5s all ease;
  margin-top: 0px;
}
.enroll_offer {
  transition: 0.5s all ease;
  width: 100%;
  height: 80px;
  background: #212121;
  z-index: 2;
  position: relative;
}
.enroll_offer .enroll {
  text-align: center;
}
.enroll_offer .enroll a img {
  height: 66px;
}
.view_offer {
  display: inline-block;
  height: 55px;
}
.view_offer {
  width: auto;
  padding-top: 5px;
  padding-right: 0;
  padding-bottom: 5px;
  padding-left: 0;
}
.festive_offer_block .slide_up {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 33px;
  left: 15px;
}
.festive_offer {
  position: absolute;
  top: -200px;
  right: 16px;
  width: 68px;
  height: 160px;
  z-index: 1;
  transition: 0.5s all ease;
  background-repeat: no-repeat;
  display: none;
}
.popup_country_wrapper .offer_pop {
  background: transparent;
  border: 0;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.offer_pop .close_country_btn {
  position: absolute;
  top: 8px;
  right: 12px;
  background: transparent;
  cursor: pointer;
}
.diwali_popup .dropdown_country {
  height: 525px;
}
.popup_country_wrapper .offer_pop {
  width: 300px;
}
img[usemap],
map area {
  outline: none;
}
.diwali_popup {
  z-index: 999999999;
  text-align: center;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
}
.diwali_popup::before {
  display: inline-block;
  vertical-align: middle;
  content: " ";
  height: 100%;
}
@media (min-width: 768px) {
  .view_offer {
    width: 100%;
    padding-top: 8px;
    padding-right: 0;
    padding-bottom: 8px;
    padding-left: 0;
  }
  .popup_country_wrapper .offer_pop {
    width: 639px;
    background: #fff;
  }
  .festive_offer_block {
    display: block;
  }
  .festive_offer_block .slide_up {
    right: 20px;
    top: 31px;
    left: inherit;
  }
  .offer_pop .close_country_btn {
    position: absolute;
    top: 5px;
    right: 10px;
    background-position: -83px -322px;
    width: 25px;
    height: 25px;
  }
  .enroll_offer .enroll {
    width: 700px;
  }
}
@media (max-width: 767px) {
  .offer_pop .close_country_btn {
    top: 4px;
    right: 3px;
    z-index: 9999999;
    display: inline-block;
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 991px) {
  .diwali_popup .dropdown_country {
    top: 44px;
  }
}
@media (min-width: 992px) {
  .view_offer {
    width: auto;
  }
  .festive_offer {
    display: block;
  }
  .enroll_offer .enroll {
    width: 100%;
  }
}
.body-fixed,
.body-place {
  overflow: hidden;
}
.ebook-modal.course-popup .modal-body {
  padding: 32px 25px;
}
.ebook-modal.course-popup .modal-body .course-head h3 {
  font-size: 18px !important;
}
.ebook-modal.course-popup .modal-body .course-head div p.sub-text {
  margin-bottom: 0;
  font-size: 14px !important;
  line-height: 1.46 !important;
}
.ebook-modal.course-popup
  .modal-body
  .course-head
  div
  .resource-pop-up
  form
  .eu-privacy-text {
  font-size: 12px !important;
  margin-bottom: 10px;
  line-height: 15px !important;
}
@media (min-width: 1200px) {
  .body-fixed,
  .body-place {
    padding-right: 15px;
  }
  .body-fixed.safari,
  .body-place.safari {
    padding-right: 0;
  }
}
.modal {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 9999999999;
  overflow: hidden;
  outline: 0px;
  background: rgba(39, 44, 55, 0.6);
  overflow-y: auto;
}
.modal .modal-dialog {
  position: relative;
  margin: 60px 15px;
  margin-top: 100px;
  width: inherit;
}
.modal .modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 2px;
  outline: 0px;
}
.modal a.close {
  position: absolute;
  right: 0px;
  top: -30px;
  color: #fff;
  font-weight: 400;
  font-size: 22px;
  margin-top: 0 !important;
  background: url("https://www.simplilearn.com/ice9/assets/frs-sprite_4.svgz")
    no-repeat;
  background-position: -19px -53px;
  width: 15px;
  height: 15px;
  text-indent: -99999px;
  z-index: 3;
}
.modal .modal-body {
  padding: 40px 10px 20px;
}
.modal .course-head p.text-right {
  width: 168px;
  height: auto;
  line-height: 16px;
  color: #fff !important;
  font-size: 10px !important;
  text-align: center;
  font-weight: 400;
  top: 10px;
  right: -8px;
  border-radius: 15px;
  background: #f6a623;
  position: absolute;
}
.modal .course-head p.text-right span {
  display: inline-block;
  color: #fff !important;
  font-size: 10px !important;
  margin: 0 !important;
}
.modal .course-head p.text-right img {
  display: none;
  width: 100%;
  margin: 0 !important;
}
.modal .course-info {
  display: inline-block;
  width: 100%;
  background: #f3fbff;
  padding: 0px 15px 15px;
}
.modal .course-img {
  width: 60px;
  top: -12px;
  float: left;
  margin-right: 15px;
  position: relative;
  box-shadow: rgba(35, 46, 52, 0.15) 0px 6px 10px 0px;
}
.modal .course-img img {
  width: 100%;
  margin: 0 !important;
}
.modal .course-img img.lazy {
  width: 60px;
  height: 60px;
}
.modal .course-title {
  width: calc(100% - 75px);
  float: left;
}
.modal .course-title h3 {
  font-size: 16px;
  line-height: 1.13;
  color: #333;
  letter-spacing: -0.6px;
  margin: 12px 0px 5px;
  font-weight: 400;
}
.modal .rating-view-wrap {
  display: inline-block;
}
.modal .rating_wrap {
  font-size: 12px;
  color: #797d7f;
  font-weight: 400;
  display: inline-block;
}
.modal .stars {
  margin-top: 5px;
  margin-right: 8px;
  width: 56px;
  height: 14px;
  display: inline-block;
  float: left;
  background: url("https://www.simplilearn.com/ice9/assets/frs-sprite_4.svgz")
    no-repeat;
  background-position: -152px -213px;
}
.modal .stars .star_in {
  width: 56px;
  height: 14px;
  display: inline-block;
  margin-top: 0px;
  margin-right: 0px;
  float: left;
  background: url("https://www.simplilearn.com/ice9/assets/frs-sprite_4.svgz")
    no-repeat;
  background-position: -152px -200px;
}
.modal .offer-place {
  padding: 15px 0px;
  text-align: center;
}
.modal h4 {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  margin: 0px;
  line-height: 22px;
  letter-spacing: 0.02em;
  padding: 0px;
}
.modal h4 b {
  text-transform: uppercase;
  font-size: 12px;
  color: #909090;
  display: inline-block;
  vertical-align: middle;
}
.modal h4 span {
  display: block !important;
  color: #797d7f !important;
  font-size: 14px !important;
  font-weight: 300;
  margin-top: 10px !important;
  margin-bottom: 0px !important;
}
.modal .key-feature {
  display: inline-block;
  width: 100%;
  background: #f3fbff;
  padding: 16px 20px 10px;
}
.modal .key-feature h4 {
  font-size: 16px;
  color: #212020;
  letter-spacing: -0.6px;
  margin-bottom: 25px;
}
.modal .key-feature ul {
  margin-bottom: 10px;
}
.modal .key-feature ul li {
  padding-left: 30px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #797d7f;
  line-height: 1;
  position: relative;
  min-height: 20px;
}
.modal .key-feature ul li::before {
  content: "";
  width: 22px;
  height: 22px;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: -5px;
  background: url("https://www.simplilearn.com/ice9/assets/frs-sprite_4.svgz")
    no-repeat;
  background-position: -233px -124px;
}
.course-popup .modal-body {
  padding: 40px 10px 40px;
}
.course-popup .modal-body .btn-success {
  top: 10px;
}
.ebook-modal .form-control,
.ebook-modal .country-code,
.ebook-modal .form-select-control {
  margin-bottom: 20px;
  float: left;
  width: 100%;
}
.ebook-modal a.close {
  background-position: -60px -53px;
  top: 15px;
  right: 15px;
  z-index: 33445;
}
.ebook-modal .arrow-icon {
  display: inline-block;
  width: 100%;
  float: left;
  margin-bottom: 0;
}
.ebook-modal .arrow-icon select {
  margin-bottom: 0;
  width: 100%;
}
.ebook-modal .form-select-control {
  margin-bottom: 20px;
}
.ebook-modal .form-select-control select {
  color: #51565e;
  font-weight: 400;
  font-size: 14px;
  text-indent: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.ebook-modal .form-select-control select:focus {
  outline: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}
.ebook-modal .form-select-control select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #51565e;
}
.ebook-modal .form-select-control option:not(:checked) {
  color: #51565e;
}
.ebook-modal .form-select-control select ::-ms-expand {
  display: none;
}
.ebook-modal .form-select-control select:invalid,
.ebook-modal .form-select-control select option[value=""] {
  color: #848da0;
}
.ebook-modal .form-control {
  border-bottom: 0;
}
.ebook-modal .form-control label {
  color: #848da0;
  font-weight: 400;
}
.ebook-modal .form-control input {
  border-bottom: 0px solid #d2d6de;
}
.ebook-modal .form-control input + .floating-label_border {
  height: 1px;
  background: #d2d6de;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.ebook-modal .form-control input:focus + .floating-label_border {
  background: #00a6df;
}
.ebook-modal .country-code,
.ebook-modal .form-select-control select {
  border-bottom-color: #d2d6de;
  padding-left: 5px;
  position: relative;
  z-index: 2;
}
.ebook-modal .country-code {
  border-bottom: 0px solid transparent;
}
.ebook-modal .country-code .form-control {
  float: none;
  width: calc(100% - 115px);
  display: inline-block;
  margin-bottom: 0;
}
.ebook-modal .country-code .form-control input {
  width: 100%;
  border-bottom: 0;
}
.ebook-modal .country-code .form-select-control {
  margin-bottom: 0;
  width: auto;
  float: none;
  border: 0;
}
.ebook-modal .checkbox-material .check {
  color: #89251f;
}
.ebook-modal .form-checkbox {
  display: inline-block;
  clear: both;
  margin-bottom: 0;
  margin-top: 4px;
  transform: inherit;
}
.ebook-modal .form-checkbox label {
  font-weight: 400;
  color: #51565e;
  font-size: 13px;
}
.ebook-modal .form-checkbox label a {
  color: #89251f;
}
.ebook-modal .form-checkbox label span {
  bottom: 0;
  position: absolute;
  top: 0px;
  margin: 0;
}
.ebook-modal .form-checkbox label span.checkbox-material {
  width: 20px;
  height: 20px;
}
.ebook-modal .btn {
  width: 200px;
  border-radius: 2px;
  display: block;
  line-height: 32px;
  margin: 16px auto 0px;
  background-color: #89251f;
  position: relative;
  text-align: center;
  letter-spacing: 0.5px;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  color: white;
  text-transform: uppercase;
  transition: all 0.4s ease;
}
.ebook-modal .btn:hover {
  background: #0a5dc9;
}
.ebook-modal .modal-content {
  border-radius: 4px;
}
.ebook-modal .modal-dialog {
  max-width: 456px;
  margin-left: auto;
  margin-right: auto;
}
.ebook-modal .modal-body {
  padding: 32px 25px;
}
.ebook-modal .modal-body input {
  font-size: 14px;
  font-weight: 400;
  color: #51565e;
}
.ebook-modal .modal-body .callback-forms {
  padding: 0;
}
.ebook-modal .modal-body .form-control .error_field + label,
.ebook-modal .modal-body input:focus + label,
.ebook-modal .modal-body textarea:focus + label,
.ebook-modal .modal-body input.valid + label,
.ebook-modal .modal-body textarea.valid + label {
  margin-top: -52px;
  font-weight: 400;
  font-size: 10px;
}
.ebook-modal .modal-body input:focus + label,
.ebook-modal .modal-body textarea:focus + label,
.ebook-modal .modal-body input.valid + label,
.ebook-modal .modal-body textarea.valid + label {
  font-weight: 400;
}
.ebook-modal h3 {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: normal;
  color: #272c37;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
.ebook-modal h3 + p.sub-text,
.ebook-modal p.sub-text {
  margin-top: 16px;
  line-height: 1.43;
  color: #51565e;
  text-align: center;
  margin-left: 15px;
  margin-right: 15px;
}
.ebook-modal form {
  margin-top: 40px;
}
.ebook-modal .country-code .arrow-icon select,
.ebook-modal .phoneCodeId {
  color: #51565e;
  font-size: 14px;
  font-weight: 400;
}
.ebook-modal .query_success {
  position: absolute;
  top: 0;
  bottom: 0;
  background: #fff;
  left: 0;
  right: 0;
  z-index: 22222;
  border-radius: 4px;
}
.ebook-modal .query_success::before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 0px;
  height: 100%;
}
.ebook-modal .query_success p {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: calc(100% - 4px);
  padding: 0 15px;
}
.ebook-modal .query_success p::before {
  width: 60px;
  height: 61px;
  content: "";
  display: block;
  background: url("https://www.simplilearn.com/ice9/assets/frs-sprite_4.svgz")
    no-repeat;
  background-position: -219px -152px;
  margin: 0 auto 42px auto;
}
.ebook-modal .query_success p b {
  color: #272c37;
  font-size: 22px;
  display: block;
  font-weight: 500;
  margin-bottom: 20px;
}
.ebook-modal .query_success p span {
  font-size: 14px;
  display: block;
  font-weight: 400;
  color: #51565e;
}
.ebook-modal .error-message p:before {
  background-position: -289px -152px;
}
@media (max-width: 767px) {
  .ebook-modal {
    padding: 0 15px;
  }
  .ebook-modal .modal-dialog {
    margin-left: auto;
    margin-right: auto;
  }
  .ebook-modal .modal-body {
    padding-left: 15px;
    padding-right: 15px;
  }
  .ebook-modal .modal-body input[type="date"],
  .ebook-modal .modal-body input[type="datetime"],
  .ebook-modal .modal-body input[type="email"],
  .ebook-modal .modal-body input[type="month"],
  .ebook-modal .modal-body input[type="number"],
  .ebook-modal .modal-body input[type="tel"],
  .ebook-modal .modal-body input[type="text"],
  .ebook-modal .modal-body select,
  .ebook-modal .modal-body select:focus,
  .ebook-modal .modal-body textarea {
    font-size: 16px !important;
  }
  .ebook-modal .modal-body .phoneCodeId {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .modal .course-img img.lazy {
    width: 80px;
    height: 80px;
  }
  .ebook-modal .query_success p::before {
    width: 71px;
    height: 73px;
    background-position: -145px -120px;
  }
  .ebook-modal .modal-body .columns-2 {
    display: inline-block;
    width: 100%;
    float: left;
  }
  .ebook-modal .modal-body .columns-2 .col {
    width: 50%;
    float: left;
    position: relative;
  }
  .ebook-modal .modal-body .columns-2 .col-1 {
    padding-right: 2px;
  }
  .ebook-modal .modal-body .columns-2 .col-2 {
    padding-left: 2px;
  }
  .ebook-modal .modal-body .columns-2 .col-2 input,
  .ebook-modal .modal-body .columns-2 .col-2 select {
    padding-left: 14px;
  }
  .ebook-modal .modal-body .columns-2 .col-2 label {
    margin-left: 14px;
  }
  .ebook-modal .modal-body .columns-2 .col-2::before {
    content: "";
    position: absolute;
    left: -1px;
    width: 2px;
    height: 26px;
    background: #d2d6de;
    display: inline-block;
    top: 3px;
  }
  .modal .modal-dialog {
    width: 540px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .modal a.close {
    position: absolute;
    right: -32px;
    top: 0;
  }
  .modal .course-head p.text-right {
    width: 118px;
    height: 110px;
    position: absolute;
    right: -3px;
    top: -8px;
    background: transparent;
    border-radius: 0;
  }
  .modal .course-head p.text-right span {
    display: none;
  }
  .modal .course-head p.text-right img {
    display: block;
  }
  .modal .course-img {
    width: 80px;
    top: -20px;
  }
  .modal .course-title {
    width: calc(100% - 95px);
  }
  .modal .course-title h3 {
    font-size: 20px;
    color: #212020;
    line-height: 1.11;
    letter-spacing: -0.6px;
    margin: 12px 0 5px 0;
    max-width: calc(100% - 30px);
  }
  .modal .rating_wrap {
    font-size: 12px;
    color: #797d7f;
    font-weight: 300;
  }
  .modal .offer-place {
    padding: 8px;
    padding-bottom: 0;
    text-align: center;
  }
  .modal .offer-place h4 {
    font-size: 28px;
  }
  .modal .offer-place h4 span {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .modal .key-feature h4 {
    font-size: 18px;
  }
  .ebook-modal a.close {
    top: 15px;
    right: 15px;
  }
  .ebook-modal .error-message p:before {
    background-position: -284px -70px;
  }
}
@media (max-width: 1199px) {
  .body-fixed.safari {
    height: 100%;
    width: 100%;
    position: fixed;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .modal .modal-dialog {
    margin-top: 56px;
    margin-bottom: 20px;
  }
}
span.suggestion-box {
  max-width: 57%;
  position: absolute;
  bottom: -16px;
  line-height: normal;
  color: #51565e;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  left: 0;
}
span.suggestion-box a {
  padding: 0 !important;
}
.dual-master form .form-email span.suggestion-box {
  max-width: 78%;
}
.resource-pop-up span.suggestion-box {
  max-width: 48%;
}
.callbackleadform .callback-forms p.eu-privacy-text,
.eu-privacy-text {
  padding-top: 10px;
  display: inline-block;
  text-align: center;
  width: 100%;
  line-height: 15px;
  margin-top: 15px;
  color: #51565e !important;
  font-size: 12px;
  margin-bottom: 10px;
}
.callbackleadform .callback-forms p.eu-privacy-text a,
.eu-privacy-text a {
  font-size: 12px;
  color: #89251f;
}
.cohort .eligible-wrapper .callback-forms p.eu-privacy-text {
  font-size: 12px;
  margin-top: 16px;
}
.callback-forms select[name="learnerType"] + button {
  margin-top: 30px;
}
.arrow-icon {
  overflow: hidden;
  position: relative;
}
.arrow-icon::after {
  content: "";
  position: absolute;
  right: 5px;
  top: 14px;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed #000;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.arrow-icon select {
  width: 112%;
}
.eligible-candidates {
  display: none;
}
.callbackleadform.active-form {
  display: block;
  bottom: 0;
}
.error_field ~ .floating-label_border,
.error ~ .floating-label_border {
  width: 100%;
  background: red;
  height: 1px;
  position: absolute;
  bottom: 0;
}
.form-select-control span.error_field + .arrow-icon select {
  border-bottom: 1px solid red !important;
}
.cp-privew-popup .experience .form-select-control span.error_field {
  bottom: 0;
}
.cp-privew-popup .experience #experience {
  width: 100%;
}
.query-form .experience {
  margin-top: 16px;
}
.arrow-icon select#experience {
  width: 100%;
}
input[type="checkbox"] {
  opacity: 0;
  color: #d8d8d8;
  position: absolute;
  margin: 0;
  z-index: -1;
  width: 0;
  height: 0;
  overflow: hidden;
  left: 0;
  display: none;
  box-sizing: border-box;
  padding: 0;
  pointer-events: none;
  background-color: transparent;
}
.form-checkbox {
  position: relative;
  padding-left: 30px;
  transform: translateZ(0);
  line-height: 16px;
  margin-top: 18px;
  margin-bottom: 12px;
}
.form-checkbox label {
  font-size: 12px;
  cursor: pointer;
  padding-left: 0;
  font-weight: 300;
  color: #000;
  margin-bottom: 0;
}
.form-checkbox label a {
  color: #89251f;
}
.form-checkbox label span {
  position: absolute;
  left: 0;
}
.checkbox-material {
  top: 2px;
  margin-right: 6px;
  vertical-align: middle;
}
.checkbox-material::before {
  display: block;
  position: absolute;
  left: 0;
  background-color: #32ce7d;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  z-index: 1;
  opacity: 0;
  margin: 0;
  content: "";
}
.checkbox-material .check {
  position: relative;
  color: #89251f;
  border-color: #89251f;
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 2px solid;
  border-radius: 3px;
  overflow: hidden;
  z-index: 1;
}
.checkbox-material .check::before {
  content: "";
}
input[type="checkbox"]:checked + .checkbox-material .check {
  border-bottom: 0;
}
input[type="checkbox"]:checked + .checkbox-material .check:before {
  -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px,
    0 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
  -moz-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px,
    -5px 5px 0 10px, 20px -12px 0 11px;
  -o-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px,
    -5px 5px 0 10px, 20px -12px 0 11px;
  box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px,
    -5px 5px 0 10px, 20px -12px 0 11px;
  animation: checkbox-on 0.3s forwards;
}
.checkbox-material .check:before {
  position: absolute;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  margin-top: -5px;
  margin-left: 5px;
  width: 0;
  height: 0;
  -webkit-box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0,
    0 0 0 0 inset;
  -moz-box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0,
    0 0 0 0 inset;
  -o-box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0,
    0 0 0 0 inset;
  box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0,
    0 0 0 0 inset;
  animation: checkbox-off 0.3s forwards;
}
.error_field .checkbox-material .check {
  color: #df0000;
  border-color: #df0000;
}
.callbackleadform {
  background: #f9f9f9;
  border-bottom: 1px solid #b7b7b7;
  border-left: 1px solid #b7b7b7;
  box-shadow: 3px 1px 7px #c6c6c6;
  float: left;
  margin-right: -2px;
  width: 337px;
  padding-bottom: 32px;
  margin-left: 200px;
  display: none;
}
.phoneCodeId {
  margin-right: 5px;
}
.callback-forms {
  padding: 10px;
  display: inline-block;
  width: 100%;
}
.form-control {
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 15px;
  position: relative;
}
.form-control label {
  position: absolute;
  margin-top: -29px;
  transition: all 0.2s ease;
  font-weight: 300;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
  pointer-events: none;
}
.form-control .error_field + label {
  color: #ff0000 !important;
  margin-top: -44px;
  font-size: 11px;
  font-weight: 300;
}
.form-select-control {
  position: relative;
}
span.error_field {
  font-size: 10px;
  color: #ea0f0f;
  position: absolute;
  bottom: -15px;
  right: 0;
  left: inherit;
  height: auto;
  width: auto;
  display: inline-block;
  text-align: right;
  line-height: normal;
}
::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: normal;
  color: #848da0;
}
::-moz-placeholder {
  font-size: 14px;
  font-weight: normal;
  color: #848da0;
}
:-ms-input-placeholder {
  font-size: 14px;
  font-weight: normal;
  color: #848da0;
}
:-moz-placeholder {
  font-size: 14px;
  font-weight: normal;
  color: #848da0;
}
.callbackleadform .callback-forms p {
  padding-top: 10px;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.8);
}
input {
  border: 0;
  display: block;
  width: 100%;
  height: 34px;
  font-size: 14px;
  color: #51565e;
  font-weight: 300;
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
}
input:focus {
  box-shadow: none;
  border-radius: 0;
  border: 0;
}
textarea {
  background: #fff;
  width: 100%;
  height: 76px;
  padding: 10px;
  margin: 0;
  resize: none;
  position: relative;
  border-radius: 2px;
  box-shadow: none;
  border: 1px solid #d2d6de;
}
.form-message .form-control {
  border: 0;
}
textarea:focus,
textarea:active {
  box-shadow: none;
  outline: 0;
  border-color: #89251f;
}
.form-control textarea + label {
  left: 25px;
  margin-top: 12px;
  font-weight: 300;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
}
input:focus,
select:focus {
  outline-offset: -2px;
  outline: 0;
  transition: all 0.2s ease;
  border-bottom: 1px solid #89251f;
}
input:focus + label,
textarea:focus + label,
input.valid + label,
textarea.valid + label {
  margin-top: -44px;
  font-size: 11px;
  font-weight: 300;
  color: #89251f;
}
.country-code .arrow-icon {
  width: 52px !important;
  height: 31px;
  border: 0;
  font-size: 16px;
  background: transparent;
  float: left;
  border-right: 1px solid #e7e7e7;
  margin-bottom: 0;
}
.country-code .arrow-icon select {
  width: 128%;
  position: relative;
  z-index: 2;
}
input[name="personPhone"] {
  border: none !important;
  width: calc(100% + 32px);
  padding-top: 8px;
  padding-bottom: 5px;
}
select {
  border: 0;
  border-bottom: 1px solid #d8d8d8;
  background: 0 0;
  height: 35px;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 15px;
  width: 100%;
  color: #51565e;
}
select[name="course"],
select[name="learnerType"] {
  height: 35px;
  border: 0;
  position: relative;
  z-index: 1;
  background: 0 0;
}
select[name="course"] {
  border-bottom: 1px solid #d8d8d8;
  font-size: 16px;
  color: #51565e;
  font-weight: 300;
  margin-bottom: 15px;
}
select[name="learnerType"] {
  position: absolute;
  margin-top: -5px;
  width: 60%;
  font-size: 14px;
  border-bottom: 1px dashed #333;
}
button[type="submit"] {
  margin-top: 2px;
  border-radius: 2px;
  font-size: 14px;
  display: block;
  background: #89251f;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  box-shadow: none;
  border: 0;
  cursor: pointer;
  line-height: 30px;
  width: auto;
  padding-left: 30px;
  padding-right: 30px;
}
.phoneCodeId {
  display: inline-block;
  font-size: 14px;
  float: left;
  left: 5px;
  position: relative;
  vertical-align: middle;
  z-index: 1;
  padding: 0px 10px 0 0;
  color: #000;
  top: 5px;
}
.country-code {
  display: inline-block;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 15px;
}
.country-code .form-select-control {
  width: auto;
  float: left;
  position: relative;
  top: 2px;
}
.country-code .form-control {
  width: auto;
  float: left;
  border-bottom: 0 !important;
  margin-bottom: 0 !important;
  position: static;
}
.country-code .form-control input:focus ~ .floating-label_border {
  width: 100%;
  border-bottom: 1px solid #89251f;
  margin-top: -1px;
  position: absolute;
  left: 0;
}
.country-code .form-select-control span.error_field + .arrow-icon select {
  border-bottom: 1px solid red;
}
.country-code .error_field ~ .floating-label_border,
.country-code .error ~ .floating-label_border {
  width: 100%;
  border-bottom: 1px solid red;
  margin-top: -1px;
  position: absolute;
  left: 0;
}
.country-code input:focus + .error_field ~ .floating-label_border,
.country-code .error ~ .floating-label_border {
  width: 100%;
  border-bottom: 1px solid red;
  margin-top: -1px;
  position: absolute;
  left: 0;
}
#lead-response {
  color: #5fcf80;
  font-weight: 300;
  padding: 10px 10px 0 10px;
}
.suggestion-box {
  font-size: 12px;
  display: block;
  width: 100%;
  text-align: right;
}
.suggestion-box a {
  color: #89251f;
}
.thank-you-text h6 {
  color: #5fcf80;
  display: block;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
}
.detail-info-banner .form-control span.error_field,
.detail-info-banner .form-select-control span.error_field {
  position: absolute;
}
.disabled-btn {
  cursor: not-allowed !important;
  opacity: 0.5 !important;
}
.query-form .form-checkbox + .form-checkbox {
  margin-left: 30px;
}
.query-form .checkbox-material {
  font-size: 14px;
  color: #51565f;
  top: 0;
}
.query-form .form-query-type .checkbox-material .check {
  width: 20px;
  height: 20px;
  color: #89251f;
  border-color: #89251f;
  border-radius: 50%;
  margin-right: 12px;
  vertical-align: middle;
}
.query-form input[type="radio"]:checked + .checkbox-material .check:before {
  background: #89251f;
  border-radius: 50%;
  left: -3px;
  top: 7px;
  width: 10px;
  height: 10px;
}
.query-form .cntr-list select {
  margin-bottom: 0;
  height: 40px;
  padding-left: 16px;
  border-bottom: 0;
  font-size: 14px;
  color: #848da0;
}
.query-form .cntr-list .form-select-control {
  margin-top: 16px;
  border-radius: 2px;
  border: 1px solid #d2d6de;
}
.query-form .cntr-list .arrow-icon:after {
  right: 15px;
  top: 20px;
}
.query-form .form-control {
  margin-bottom: 24px;
}
.query-form .form-company .form-control input {
  margin-top: 24px;
}
.query-form .checkbox-material .check:before {
  margin-top: -4px;
  margin-left: 6px;
}
.query-form div p {
  color: #51565e;
  font-size: 14px;
  line-height: 1.29;
  margin-top: 0;
  display: inline-block;
}
.query-form .form-query-type {
  margin-top: 0px;
  display: inline-block;
  padding-left: 16px;
}
.query-form .form-checkbox label {
  color: #848da0;
  font-size: 14px;
}
.query-form .form-checkbox label span.check {
  top: -1px;
}
.query-form .form-message {
  margin-top: 16px;
}
.query-form .form-checkbox {
  display: inline-block;
}
.query-form .form-checkbox label {
  font-size: 14px;
  color: #51565f;
}
.query-form .form-checkbox input {
  height: 0;
  position: absolute;
  left: -7px;
}
.query-form .form-checkbox input[type="radio"] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  padding: 0;
  border: 0;
}
.query-form button[type="submit"] {
  margin: 0 auto;
  max-width: 200px;
  width: 100%;
}
.query-form .arrow-icon select#course {
  margin-top: 16px;
}
.query-form .form-course .arrow-icon:after {
  top: 30px;
}
.query-form .query-box-shel {
  padding-bottom: 14px;
}
.query-frm#QueryBoxB2B2C .query-form .form-checkbox {
  margin-top: 0;
}
.query-frm#QueryBoxB2B2C .query-form .form-checkbox label.active-btn-text {
  color: #51565e;
}
.query-frm#QueryBoxB2B2C .query-form .form-checkbox .query-tc {
  font-size: 12px;
}
.query-box-shel .form-head .form-body {
  margin-top: 24px !important;
}
.query-box-shel .form-head .form-body .btn {
  margin-top: 16px !important;
}
@media (max-width: 767px) {
  .query-form .form-checkbox {
    margin-top: 0;
  }
  .query-form .form-message .form-control {
    margin-bottom: 0;
  }
  .query-form button[type="submit"] {
    margin-top: 6px;
  }
  .mobile-sticky-form {
    padding: 15px;
  }
  .mobile-sticky-form .closeFooterCallBackForm {
    display: block;
  }
}
@media (min-width: 1200px) {
  .query-frm#QueryBoxB2B2C .query-form .form-checkbox label {
    color: #848da0;
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .detail-info-banner .country-code .arrow-icon select {
    min-width: 240px;
  }
  .query-success-form #mobile-callback-forms #lead-response .query_success {
    top: 40px;
  }
  .query-success-form #mobile-callback-forms .query_success {
    top: 40px;
  }
}
@media (max-width: 767px) {
  .detail-info-banner .country-code .arrow-icon select {
    min-width: 840px;
  }
}
#ApplicationFormCohort #application_save:disabled,
#ApplicationForm #application_save:disabled {
  cursor: not-allowed !important;
  opacity: 0.5 !important;
}

.curriculum .prv-text {
  font-size: 14px;
  font-weight: 500;
  color: #89251f;
  float: right;
  position: relative;
  top: 3px;
}
.level-1 {
  border-radius: 4px;
  background: transparent;
  margin-bottom: 8px;
  padding: 12px 10px;
}
.level-1 li.free-course::before {
  background: transparent;
}
.level-1 li.free-course span {
  display: inline-block;
  background: rgba(78, 229, 135, 0.5);
  border-radius: 0 16px 16px 0;
  padding: 0 8px;
  position: relative;
  color: #51565e;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.level-1 li.free-course span::before {
  display: inline-block;
  width: 3px;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #26a33f;
}
.level-1 li {
  position: relative;
}
.level-1 li a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 24px;
  z-index: 1;
}
.level-1 li h3,
.level-1 li h4,
.level-1 li h5 {
  font-size: 14px;
  font-weight: 400;
  color: #51565e;
  width: calc(100% - 95px);
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  letter-spacing: normal;
  line-height: normal;
}
.level-1 li:before {
  display: inline-block;
  width: 24px;
  height: 24px;
  content: "";
  background: url("/assets/image/course_sprite_8.svg")
    no-repeat;
  background-position: -407px -125px;
  vertical-align: middle;
  margin-right: 10px;
}
.level-1 li.free-course + li .head_icon + .prv-text {
  top: -10px;
}
.level-1 li.active {
  margin-bottom: 24px;
}
.level-1 li.active::before {
  background-position: -342px -204px;
}
.level-1 li.active li {
  margin-bottom: 24px;
}
.level-2 {
  margin-top: 32px;
  margin-left: 36px;
}
.level-2 li.active {
  margin-bottom: 0 !important;
}
.level-2 li.active::before {
  background-position: -384px -247px;
}
.level-2 li.active h4 {
  color: #272c37;
  font-weight: 500;
}
.level-3 {
  margin-top: 24px;
}
.level-3 li {
  cursor: pointer;
  position: relative;
  padding-bottom: 24px;
  margin-bottom: 0 !important;
}
/* .level-3 li::after {
  content: "";
  width: 1px;
  display: inline-block;
  background: #d2d6de;
  position: absolute;
  left: 38px;
  top: -6px;
  bottom: 0;
} */
.level-3 li::before {
  display: none;
}
.level-3 li h5 {
  padding-left: 50px;
  position: relative;
  width: calc(100% - 55px);
}
/* .level-3 li h5::before {
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  background: #89251f;
  position: absolute;
  left: 36px;
  top: 5px;
  border-radius: 50%;
  z-index: 1;
} */
.level-3 li:last-child::after {
  bottom: 32px;
}
.level-3 li:first-child::after {
  top: 9px;
}
.level-3 .play {
  box-shadow: none;
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url("/assets/image/course_sprite_8.svg") no-repeat;
  background-position: -448px -82px;
  border: 0;
  padding: 0;
  float: right;
  position: relative;
  right: 14px;
  cursor: pointer;
}
.level-3 .play:focus {
  outline: 0;
  border: 0;
}
.level-2,
.level-3 {
  display: none;
}
.level-1 .active .head_icon + .prv-text {
  display: none;
}
.level-1 .active ul.level-2 {
  display: block;
}
.level-1 .active ul.level-2 .active .prv-text {
  display: none;
}
.level-1 .active ul.level-2 .active ul.level-3 {
  display: block;
}
.curriculum {
  border-top: 1px solid #d2d6de;
  padding-top: 0;
}
@media (max-width: 767px) {
  .curriculum span.time {
    display: none;
  }
}
@media (min-width: 768px) {
  .curriculum span.time {
    float: right;
    color: #89251f;
  }
  .curriculum .prv-text {
    margin-right: 20px;
  }
  .level-1 {
    padding-right: 30px;
  }
  .level-1 li h3,
  .level-1 li h4,
  .level-1 li h5 {
    width: calc(100% - 205px);
  }
  span.time.sec {
    position: relative;
    top: 3px;
    min-width: 56px;
    text-align: right;
  }
  .level-3 .play {
    margin-right: 20px;
  }
}
@media (min-width: 992px) {
  .curriculum .prv-text {
    margin-right: 30px;
  }
  .level-3 .play {
    margin-right: 50px;
  }
}
@media (min-width: 1200px) {
  .level-3 li b {
    margin-left: 54px;
  }
}
div.preview-modal .cp-privew-popup h4 {
  visibility: hidden;
}
div.preview-modal .cp-privew-popup div.cp-play-list {
  display: none;
}
div.preview-modal .cp-privew-popup a.close {
  background-position: -57px -183px;
}
div.preview-modal .btn:hover {
  background: #0a5dc9;
}
@media (max-width: 767px) {
  div.preview-modal .cp-privew-popup {
    background: transparent;
  }
  div.preview-modal .cp-privew-popup .privew-container {
    min-height: 100%;
    background: rgba(39, 44, 55, 0.6);
    display: inline-block;
    width: 100%;
  }
  div.preview-modal .blank_player {
    height: 292px;
  }
  div.preview-modal .cp-privew-popup .cp-video-play {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  div.preview-modal .cp-privew-popup {
    background: rgba(39, 44, 55, 0.6);
  }
  div.preview-modal .cp-privew-popup .privew-container {
    background: transparent;
    width: 680px;
    height: 400px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
  }
  div.preview-modal .cp-privew-popup h2,
  div.preview-modal .cp-privew-popup h5 {
    visibility: hidden;
  }
  div.preview-modal .blank_player .form-play .course-head:before {
    width: 680px;
    height: 355px;
    left: -134px;
    top: -53px;
  }
}
@media (min-width: 1200px) {
  div.preview-modal .cp-privew-popup .privew-container {
    width: 720px;
    height: 400px;
  }
  div.preview-modal .cp-privew-popup a.close {
    top: -19px;
    right: -28px;
  }
  div.preview-modal .blank_player .form-play .course-head:before {
    width: 717px;
    height: 378px;
    left: -152px;
    top: -63px;
  }
}
.preview-modal .cp-privew-popup .callback-forms p {
  max-width: 100% !important;
}
body .blank_player .jw-error {
  width: 100% !important;
}
.dual-master .preview-modal .cp-privew-popup .yt-icon {
  display: inline-block;
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.dual-master .preview-modal .cp-privew-popup .yt-icon::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(39, 44, 55, 0.6);
  z-index: 1;
}
.dual-master .preview-modal .cp-privew-popup .yt-icon img {
  margin: auto;
  height: auto !important;
  width: 100% !important;
}
.dual-master .preview-modal .cp-privew-popup .yt-icon .loader {
  border: 8px solid transparent;
  border-top: 8px solid #fff;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  z-index: 1;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 767px) {
  .dual-master .preview-modal .cp-privew-popup .yt-icon .loader {
    width: 60px;
    height: 60px;
    border: 4px solid transparent;
    border-top: 4px solid #fff;
  }
}
.preview-modal .blank_player {
  background-color: #000;
  position: relative;
  height: 200px;
}
.preview-modal .cp-privew-popup .cp-play-list a {
  font-weight: 400;
  color: #51565e;
}
.preview-modal .cp-privew-popup .cp-play-list h3.active {
  background: #edf2f5;
}
.preview-modal .cp-privew-popup .cp-play-list h3.active a {
  font-weight: 500;
}
.preview-modal .cp-privew-popup .cp-play-list .active a {
  color: #272c37;
}
.preview-modal .jw-playlist-dock-btn {
  display: none !important;
}
@media (min-width: 320px) {
  .preview-modal .blank_player {
    height: 265px;
  }
}
@media (max-width: 767px) {
  .preview-modal .cp-privew-popup {
    padding: 30px 0;
  }
  .preview-modal .cp-privew-popup h2 {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .preview-modal .cp-privew-popup .cp-video-play {
    padding-bottom: 0;
  }
}
.preview-modal .cp-privew-popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999999999;
  padding: 0;
  overflow-y: auto;
  min-height: 640px;
}
.preview-modal .cp-privew-popup .privew-container {
  min-height: 580px;
}
.preview-modal .cp-privew-popup span.close {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 30px;
  right: 20px;
  background: url("/assets/image/course_sprite_8.svg")
    no-repeat;
  background-size: 368px 178px;
  background-position: -119px -59px;
  cursor: pointer;
}
.preview-modal .cp-privew-popup span.close:after {
  display: none;
}
.preview-modal .cp-privew-popup .jwplayer,
.preview-modal .cp-privew-popup iframe,
.preview-modal .cp-privew-popup .yt-icon img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.preview-modal .cp-privew-popup h2 {
  font-size: 18px;
  font-weight: 300;
  color: #272c37;
  letter-spacing: normal;
  padding: 0 15px;
  margin: 0;
  display: none;
}
.preview-modal .cp-privew-popup h4 {
  font-size: 16px;
  font-weight: 300;
  color: #51565e;
  letter-spacing: normal;
  padding: 0px 15px 20px 15px;
  margin: 0;
}
.preview-modal .cp-privew-popup iframe {
  width: 100%;
}
.preview-modal .cp-privew-popup .yt-icon img {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
}
.preview-modal .cp-privew-popup h5 {
  font-size: 14px;
  font-weight: 300;
  color: #51565e;
  letter-spacing: normal;
  padding: 18px 15px 20px 15px;
  margin: 0;
  display: none;
}
.preview-modal .cp-privew-popup .cp-play-list {
  background-color: #fff;
  max-height: calc(100vh - 320px);
  overflow-y: auto;
}
.preview-modal .cp-privew-popup .cp-play-list::-webkit-scrollbar {
  width: 6px;
}
.preview-modal .cp-privew-popup .cp-play-list::-webkit-scrollbar-track {
  background: transparent;
}
.preview-modal .cp-privew-popup .cp-play-list::-webkit-scrollbar-thumb {
  background: #d2d6de;
}
.preview-modal .cp-privew-popup h3 {
  margin: 0;
  padding: 16px 66px 16px 48px;
  position: relative;
  letter-spacing: normal;
  width: 100%;
  text-align: left;
  line-height: 20px;
}
.preview-modal .cp-privew-popup h3 a {
  color: #51565e;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.43;
}
.preview-modal .cp-privew-popup h3 span {
  position: absolute;
  right: 9px;
  top: 0;
  bottom: 0;
  font-size: 14px;
  height: 15px;
  max-width: 70px;
  margin: auto;
  color: #89251f;
  font-weight: 400;
}
.preview-modal .cp-privew-popup h3:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0px;
  right: 0px;
  height: 1px;
  background: #dde6ed;
}
.preview-modal .cp-privew-popup h3:before {
  content: "";
  width: 22px;
  height: 22px;
  background: url("/assets/image/course_sprite_8.svg")
    no-repeat;
  background-position: -448px -193px;
  display: inline-block;
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.preview-modal .cp-privew-popup h3.active:before {
  background-position: -449px -163px;
}
.preview-modal .cp-privew-popup .cp-video-play {
  position: relative;
  margin-top: 16px;
  padding-bottom: 0px;
}
.preview-modal .cp-privew-popup a.close {
  position: absolute;
  right: 0px;
  top: 0px;
  color: transparent;
  background: url("/assets/image/course_sprite_8.svg")
    no-repeat;
  background-position: -56px -236px;
  width: 48px;
  height: 48px;
  text-indent: -99999px;
  z-index: 999;
}
.preview-modal .cp-privew-popup .callback-forms {
  padding: 18px 20px;
}
.preview-modal .cp-privew-popup .callback-forms .form-checkbox {
  margin-top: 0;
}
.preview-modal .cp-privew-popup .callback-forms .btn {
  margin-top: 16px !important;
  line-height: 34px;
}
.preview-modal .cp-privew-popup .callback-forms .btn:hover {
  background: #0a5dc9;
}
.preview-modal .cp-privew-popup .callback-forms .eu-privacy-text {
  margin: 0;
}
.preview-modal .blank_player .form-play .course-head {
  position: absolute;
  z-index: 999;
  border-radius: 4px;
  left: 0;
  right: 0;
  margin: 10px;
  top: 0;
  bottom: 0;
}
.preview-modal .blank_player .form-play .course-head::before {
  display: inline-block;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: -10px;
  top: -10px;
}
.preview-modal .blank_player .form-play .course-head > div {
  background: #fff;
  border-radius: 4px;
  position: relative;
}
@media (min-width: 768px) {
  .preview-modal .blank_player {
    height: 355px;
  }
  .preview-modal .blank_player .form-play .course-head {
    margin: auto;
    height: 250px;
    max-width: 412px;
  }
  .preview-modal .cp-privew-popup {
    overflow-y: auto;
  }
  .preview-modal .cp-privew-popup h2 {
    font-size: 26px;
    padding-right: 30px;
  }
  .preview-modal .cp-privew-popup h4 {
    font-size: 20px;
  }
  .preview-modal .cp-privew-popup iframe {
    height: 400px;
  }
  .preview-modal .cp-privew-popup .yt-icon img {
    height: 400px;
  }
  .preview-modal .cp-privew-popup .cp-video-play {
    padding-bottom: 0;
  }
  .preview-modal .cp-privew-popup .cp-play-list {
    max-height: calc(100vh - 418px);
  }
  .preview-modal .cp-privew-popup .cp-video-play .modal-dialog {
    margin: auto;
    top: 0;
    position: absolute;
    bottom: 0;
    max-height: 293px;
    width: 335px;
  }
  .preview-modal .blank_player .form-play .course-head:before {
    width: 768px;
    height: 355px;
    left: -178px;
    top: -53px;
  }
}
@media (min-width: 992px) {
  .preview-modal .cp-privew-popup {
    overflow-y: auto;
  }
  .preview-modal .cp-privew-popup h3 span {
    right: 20px;
  }
  .preview-modal .cp-privew-popup .btn {
    margin-top: 30px !important;
    line-height: 34px;
  }
  .preview-modal .cp-privew-popup iframe {
    height: 400px;
  }
  .preview-modal .cp-privew-popup .yt-icon img {
    height: 400px;
  }
  .preview-modal .blank_player .form-play .course-head:before {
    width: 1024px;
    left: -306px;
  }
}
@media (min-width: 1200px) {
  .preview-modal .blank_player {
    height: 347px;
  }
  .preview-modal .cp-privew-popup {
    padding: 37px 0;
    background: rgba(39, 44, 55, 0.8);
  }
  .preview-modal .cp-privew-popup h2,
  .preview-modal .cp-privew-popup h4,
  .preview-modal .cp-privew-popup h5 {
    color: #fff;
  }
  .preview-modal .cp-privew-popup h5 {
    display: inline-block;
    margin-top: 18px;
    margin-left: 5px;
  }
  .preview-modal .cp-privew-popup .privew-container {
    width: 1140px;
    display: block;
    margin: 0 auto;
    position: relative;
  }
  .preview-modal .cp-privew-popup .cp-video-play {
    margin-top: 0px;
    width: 717px;
    float: left;
    height: 378px;
  }
  .preview-modal .cp-privew-popup .cp-play-list {
    width: 378px;
    float: left;
    margin-left: 15px;
    max-height: 378px;
    box-shadow: 0 10px 20px 0 rgba(197, 208, 216, 0.2);
  }
  .preview-modal .cp-privew-popup h3 {
    cursor: pointer;
  }
  .preview-modal .cp-privew-popup h3 a {
    line-height: 1.43;
    display: inline-block;
    width: 100%;
  }
  .preview-modal .cp-privew-popup h4 + div {
    height: 378px;
  }
  .preview-modal .cp-privew-popup iframe {
    height: 378px;
  }
  .preview-modal .cp-privew-popup .yt-icon img {
    height: 378px;
  }
  .preview-modal .cp-privew-popup .course-head .callback-forms {
    background: #fff;
    border-radius: 2px;
    position: relative;
  }
  .preview-modal .blank_player .form-play .course-head:before {
    width: 718px;
    height: 378px;
    left: -152px;
    top: -64px;
  }
  .cp-privew-popup .cp-play-list h3:hover {
    background: #edf2f5;
  }
}
@media (max-width: 1199px) {
  .preview-modal .cp-privew-popup {
    background: #fff;
  }
  .preview-modal .cp-privew-popup h4 {
    padding-bottom: 16px;
  }
  .preview-modal .cp-privew-popup h4::after {
    display: none;
  }
  .preview-modal .cp-privew-popup h5 {
    padding: 11px 15px 11px;
    background: #ebf1f8;
  }
}
@media (min-width: 1200px) {
  .preview-modal .cp-privew-popup .privew-container {
    background: #272c37;
    height: 479px;
    padding: 0 15px 15px;
    border-radius: 4px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    min-height: 479px;
  }
  .preview-modal .cp-privew-popup h4 {
    display: none;
  }
  .preview-modal .cp-privew-popup h2 {
    width: 732px;
    display: inline-block;
    margin: 0;
    padding-left: 10px;
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    top: 4px;
  }
  .preview-modal .cp-privew-popup h5 {
    margin-top: 0;
    margin-left: 0;
    padding-left: 0;
    line-height: normal;
    font-size: 12px;
    padding-top: 24px;
    padding-bottom: 16px;
  }
  .preview-modal .cp-privew-popup .cp-play-list {
    border-radius: 2px;
    height: 100%;
  }
  .preview-modal .cp-privew-popup a.close {
    top: -48px;
    right: -12px;
    background-position: -54px -183px;
  }
}
@media screen and (min-width: 540px) and (max-width: 767px) and (orientation: landscape) {
  .preview-modal .cp-privew-popup .cp-play-list {
    display: none;
  }
}
.emiCallForm .course-popup .modal-dialog {
  margin-top: 52px;
}
.emiCallForm .course-popup .header-info p {
  text-align: center;
}
.emiCallForm .course-popup .emi-info {
  text-align: left;
  margin-top: 0;
}
.emiCallForm .course-popup .emi-info b {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #272c37;
  display: block;
  margin-bottom: 10px;
}
.emiCallForm .course-popup .group {
  text-align: left;
}
.emiCallForm .course-popup .group span {
  font-size: 12px;
  font-weight: 500;
  color: #848da0;
  vertical-align: top;
}
.emiCallForm .course-popup .group .img-group {
  display: inline-block;
  width: calc(100% - 76px);
}
.emiCallForm .course-popup .group .img-group img {
  margin-left: 15px;
}
.emiCallForm .course-popup .group .img-group img:nth-of-type(1),
.emiCallForm .course-popup .group .img-group img:nth-of-type(4) {
  margin-left: 15px;
}
.emiCallForm .course-popup .group .affirm-group {
  width: calc(100% - 110px);
  text-align: left;
}
.emiCallForm .course-popup .group .affirm-group img {
  margin-left: 15px;
}
.emiCallForm .course-popup .emi-dsc {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 400;
  color: #51565e;
}
.emiCallForm .course-popup .emi-dsc b {
  font-weight: 500;
}
.emiCallForm .course-popup hr {
  margin: 24px -15px;
  height: 1px;
  border: 0;
  background: #d2d6de;
}
.emiCallForm .course-popup hr + p {
  font-size: 14px;
  font-weight: 400;
  padding: 0;
}
.emiCallForm .course-popup form {
  margin-top: 30px;
}
.emiCallForm .course-popup form .btn {
  width: 100%;
  max-width: 282px;
}
.emiCallForm .course-popup .affirm-wrap {
  text-align: center;
}
@media (min-width: 768px) {
  .emiCallForm .course-popup .modal-dialog {
    margin-top: 0;
    width: 544px;
    max-width: 544px;
  }
  .emiCallForm .course-popup .emi-info b {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .emiCallForm .course-popup .emi-info img {
    max-width: 110px;
  }
  .emiCallForm .course-popup .emi-info .eduvanz-icon {
    display: inline-block;
  }
  .emiCallForm .course-popup hr {
    margin-top: 16px;
  }
  .emiCallForm .course-popup hr + p {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .emiCallForm .course-popup form {
    width: 384px;
    margin-left: auto;
    margin-right: auto;
  }
  .emiCallForm .course-popup form .form-checkbox {
    float: left;
    text-align: left;
    margin-bottom: 24px;
  }
  .emiCallForm .course-popup form .form-checkbox label a {
    display: block;
    font-weight: 500;
  }
  .emiCallForm .course-popup .header-info .group {
    margin: 0 auto;
    display: inline-block;
  }
  .emiCallForm .course-popup .header-info .group .img-group {
    width: auto;
  }
  .emiCallForm .course-popup .header-info .group .img-group img:nth-of-type(1) {
    margin-left: 10px;
  }
}




/* custom css */



.master-banner {
  position: relative;
  background-color: #89251f;
  height: 450px;
}
.master-banner::before {
  background: url(/assets/image/inner_bg_shapes.png);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.banner-content {
  min-height: 360px;
}
.ms-keyfeatures ul {
  display: flex;
  flex-wrap: wrap;
}

span.enroll-price {
  font-size: 40px;
  padding-bottom: 14px;
  display: inline-block;
  font-weight: 800;
  color: #89251f;
}

.enroll-now.master-enroll {
  padding: 23px;
  background-color: #fff;
}
.enroll-now.master-enroll .btn {
  margin-top: 14px;
  margin-left: 0;
  margin-right: auto !important;
}

ul.accordion li:not(:last-child) {
  margin-bottom: 10px;
}
ul.accordion .accordion .exam-head {
  padding: 10px 23px;
}

.tools .hide-img{
  max-height: 100%;
  display: flex;
  flex-wrap: wrap;
}
div#tools-img img {
  flex: 0 0 11%;
    margin: 20px 18px;
}

div#tools-img img {
    width: 20%;
    height: auto;
    /*object-fit: contain;*/
    max-height: initial;
}
.why-bootcamp h2 {
  margin-top: 0;
}
@media (max-width: 1199px) {
  .curriculum .col-md-4{
    display: block;
  }
  .why-bootcamp ul {
    padding-top: 40px;
  }
  .course-info .col-md-4 .sh-box {
    margin-bottom: 50px;
  }
  .tools .hide-img {
    margin-bottom: 50px;
  }
}
@media (max-width: 992px) {
    #mpBannerText {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 341px;
      padding: 0;
  }
  .curriculum-list .col-md-8{
    max-width: 100%;
  }
  .curriculum .col-md-4 {
      max-width: 50%;
  }
  .enroll-now.master-enroll .btn{
    margin-bottom: 14px;
  }
}
@media (max-width: 767px) {
  .banner-content {
    min-height: 341px;
  }
}

@media (max-width: 575px) {
    .why-bootcamp{
      padding-bottom: 0;
    }
    .faqs{
      padding-top: 0;
    }
    #mpBannerText {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 251px;
      padding: 0;
  }
  .curriculum .col-md-4 {
    max-width: 80%;
  }
}
@media (max-width: 575px) {
  .curriculum .col-md-4 {
    max-width: 100%;
  }  
}
.banner-master .banner-bg {
  background-position: top;
  background-size: 100%;
      height: 456px !important;
  background-repeat: no-repeat;
}
.start-week strong {
  color: #000;
  padding: 0;
  background-color: transparent;
}
.batches table,
.showCourseBatches table {
  text-align: center;
  margin-top: 20px;
}
.batches thead th,
.showCourseBatches thead th {
  background-color: #89251f;
  color: #fff;
  font-weight: 600;
  padding: 5px 10px;
}
.batches tbody td,
.showCourseBatches tbody td {
  padding: 5px 10px;
  color:#000;
}



.banner-master .col-md-4.right-pannel{
    margin-top: 456px;
}
.banner-master .col-md-4.right-pannel ul{
    overflow: scroll;
    height: 334px;
    overflow-x: hidden;
    padding-left: 14px;
}
.mst .tools .hide-img {
    display: inline-block;
}
.mst div#tools-img img {
    width: 17%;
    margin: 18px 21px 13px 0px;
    padding: 12px 8px;
    border: 1px solid #89251f47;
    height: auto;
}
