@font-face {
  font-family: "HelveticaNowDisplay";
  src: url("fonts/HelveticaNowDisplay-Regular.woff2") format("woff2"), url("fonts/HelveticaNowDisplay-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNowDisplay";
  src: url("fonts/HelveticaNowDisplay-Bold.woff2") format("woff2"), url("fonts/HelveticaNowDisplay-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNowDisplay";
  src: url("fonts/HelveticaNowDisplay-ExtraBold.woff2") format("woff2"), url("fonts/HelveticaNowDisplay-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNowDisplay";
  src: url("fonts/HelveticaNowDisplay-Medium.woff2") format("woff2"), url("fonts/HelveticaNowDisplay-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNowDisplay";
  src: url("fonts/HelveticaNowDisplay-Black.woff2") format("woff2"), url("fonts/HelveticaNowDisplay-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
.student-exp-banner-sec {
  background-image: url("/wp-content/uploads/sites/3/2024/05/banner-student-desktop.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 33.854vw;
  display: flex;
  align-items: center;
}
.student-exp-banner-sec .banner-wrapper {
  flex-basis: 40%;
}
.student-exp-banner-sec .banner-wrapper .banner-txt-box {
  background: linear-gradient(91deg, rgba(68, 166, 167, 0.7) 30%, rgba(20, 34, 61, 0.6) 81%);
  box-shadow: 0px 1px 8px rgba(20, 34, 61, 0.5);
  backdrop-filter: blur(11px);
  -webkit-backdrop-filter: blur(11px);
  border-radius: 15px;
  width: 38.854vw;
  height: 17.865vw;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.student-exp-banner-sec .banner-wrapper .banner-txt-box p {
  color: #fff;
  font-weight: 800;
  max-width: 27.438vw;
}
.student-exp-banner-sec .banner-wrapper .banner-txt-box p.heading {
  font-size: 2.083vw;
  line-height: 2.188vw;
  font-weight: bold;
  color: #FFFFFF;
}
.student-exp-banner-sec .fullContainer-about {
  padding: 0 4%;
  margin-bottom: 12px;
}

.learning-methodology .learn-wrapper {
  display: flex;
}
.learning-methodology .left {
  width: 35%;
}
.learning-methodology .left .section-text {
  font-size: 1.458vw;
  line-height: 1.823vw;
  font-weight: 500;
  color: #000;
  max-width: 21.789vw;
}
.learning-methodology .right {
  width: 65%;
  padding: 2.5vw 3.646vw;
  background-color: #f7f7f7;
  border-radius: 20px;
  border: 1px solid #fff;
}
.learning-methodology .right .heading {
  font-size: 1.771vw;
  line-height: 2.604vw;
  font-weight: 700;
  margin-bottom: 10px;
}
.learning-methodology .right .description {
  font-size: 1.458vw;
  line-height: 1.823vw;
  color: #000;
}
.learning-methodology .learn-method {
  display: flex;
  justify-content: center;
  margin-top: 5.521vw;
  gap: 5.052vw;
  max-width: 95%;
  margin: 5.521vw auto 0;
}
.learning-methodology .learn-method .box1,
.learning-methodology .learn-method .box2,
.learning-methodology .learn-method .box3 {
  display: flex;
  align-items: center;
  width: 28%;
  gap: 20px;
}
.learning-methodology .learn-method .box1 p,
.learning-methodology .learn-method .box2 p,
.learning-methodology .learn-method .box3 p {
  font-size: 1.042vw;
  line-height: 1.302vw;
  color: #000;
}
.learning-methodology .learn-method .box1 img,
.learning-methodology .learn-method .box2 img,
.learning-methodology .learn-method .box3 img {
  margin: 0;
}

.remote-proctor .remote-wrapper {
  display: flex;
  align-items: center;
}
.remote-proctor .left {
  width: 40%;
}
.remote-proctor .left .section-text {
  font-size: 1.458vw;
  line-height: 1.823vw;
  font-weight: 500;
  color: #000;
}
.remote-proctor .right {
  width: 60%;
  padding: 2.5vw 3.646vw;
  background-color: #f7f7f7;
  border-radius: 20px;
  border: 1px solid #fff;
}
.remote-proctor .right ul {
  padding-left: 20px;
}
.remote-proctor .right ul li {
  font-size: 1.458vw;
  line-height: 1.563vw;
  margin: 20px 0;
  color: #000;
}
.remote-proctor .right ul li:last-child {
  margin: 20px 0 0;
}
.remote-proctor .right ul li::marker {
  font-size: 17px !important;
  line-height: 17px;
}
.remote-proctor .right .heading {
  font-size: 1.771vw;
  line-height: 2.604vw;
  font-weight: 700;
  margin-bottom: 10px;
}
.remote-proctor .right .description {
  font-size: 1.458vw;
  line-height: 1.563vw;
  color: #000;
}
.remote-proctor .exam-steps {
  margin-top: 3.125vw;
}
.remote-proctor .exam-steps .heading {
  font-size: 1.771vw;
  line-height: 2.604vw;
  font-weight: 700;
}
.remote-proctor .exam-steps .wrapper {
  display: flex;
  flex-direction: row;
}
.remote-proctor .exam-steps .tab-wrapper {
  width: auto;
  padding: 37px 0;
}
.remote-proctor .exam-steps .tab-wrapper .tabs {
  flex-direction: row;
  gap: 0;
  background-color: transparent;
  padding: 0;
}
.remote-proctor .exam-steps .tab-wrapper .tabs .tab-link {
  flex-direction: column;
  flex-basis: 25%;
  padding: 0;
  display: block;
}
.remote-proctor .exam-steps .tab-wrapper .tabs .tab-link span {
  margin: 0 auto;
  background-color: transparent;
  color: #00B5B3;
  border-color: #00B5B3;
  position: relative;
  display: flex;
  align-items: center;
}
.remote-proctor .exam-steps .tab-wrapper .tabs li:not(:last-child) span::after,
.remote-proctor .exam-steps .tab-wrapper .tabs li:not(:last-child) span::-webkit-after {
  content: "";
  width: 15.625vw;
  height: 2px;
  background: #00B5B3 !important;
}
.remote-proctor .exam-steps .tab-wrapper .tabs img {
  margin: 10px 15px 0;
  width: 6.25vw;
}
.remote-proctor .exam-steps .tab-wrapper .tabs h5 {
  margin: 20px 0 10px;
  font-size: 1.563vw;
  line-height: 2.083vw;
  /*min-height: 46px;*/
  font-weight: 700;
  padding: 0 15px;
  text-align: left;
}
.remote-proctor .exam-steps .tab-wrapper .tabs p {
  padding: 0 15px;
  text-align: left;
  font-size: 1.042vw;
  line-height: 1.302vw;
  color: #000;
}
.remote-proctor .exam-steps .tab-wrapper .tabs .tab-link.active {
  background-color: inherit;
  box-shadow: none;
  border-radius: 0;
  color: #231F20;
}
.remote-proctor .exam-steps .tab-wrapper .tabs .tab-link.active span {
  background-color: transparent;
  color: #f78d2d;
  border-color: #f78d2d;
}
.remote-proctor .exam-steps .tab-wrapper .tabs .tab-link.active span:before, .remote-proctor .exam-steps .tab-wrapper .tabs .tab-link.active span:after {
  background-color: #ffcaa6;
}

.placement-assistance .placement-wrapper {
  display: flex;
}
.placement-assistance .left {
  width: 30%;
}
.placement-assistance .left .section-text {
  font-size: 1.458vw;
  line-height: 1.823vw;
  font-weight: 500;
  color: #000;
  max-width: 25vw;
}
.placement-assistance .right {
  width: 70%;
}
.placement-assistance .right img {
  margin: 0;
}

.tools-certificate {
  display: flex;
  align-items: flex-start;
  background: #f7f7f7;
}
.tools-certificate .left {
  width: 40%;
}
.tools-certificate .left .section-title span {
  display: block;
}
.tools-certificate .left .section-title span.block {
  display: block;
  color: unset;
}
.tools-certificate .left .section-text {
  font-size: 1.458vw;
  line-height: 1.563vw;
  font-weight: 500;
  color: #000;
  max-width: 26vw;
}
.tools-certificate .right {
  width: 60%;
  margin-top: 14px;
}
.tools-certificate .tabcontent {
  position: relative;
}
.tools-certificate .accordionTitle {
  text-align: center;
}
.tools-certificate .accordionTitle #certification-tab {
  justify-content: start;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 2px solid #ff6600;
  justify-content: space-around;
  margin-bottom: 2.552vw;
  padding: 0px 40px;
}
.tools-certificate .accordionTitle #certification-tab li {
  padding: 0.521vw 3.698vw;
  border-radius: 10px 10px 0 0 !important;
  list-style: none;
  border: 2px solid #ff6600;
  border-bottom: 0;
  cursor: pointer;
  min-width: 14.74vw;
}
.tools-certificate .accordionTitle #certification-tab li a {
  font-size: 1vw;
  line-height: 1.5vw;
  font-weight: 500;
  color: #000;
}
.tools-certificate .accordionTitle #certification-tab li .sem-heading {
  font-size: 1.042vw;
  line-height: 1.563vw;
  font-weight: 500;
  color: #000;
}
.tools-certificate .accordionTitle #certification-tab li.tablinks.active {
  background: #FDE0C6;
  border-radius: 90px;
  padding: 0.521vw 3.698vw;
  border-radius: 10px 10px 0 0 !important;
  cursor: pointer;
}
.tools-certificate .tabcontent {
  display: none;
}
.tools-certificate .tabcontent.active {
  display: block;
}
.tools-certificate .tabcontent {
  padding: 1.563vw 2.448vw;
  border-radius: 0;
  width: 100%;
  align-items: baseline;
  background: #fff;
}
.tools-certificate .tabcontent .label {
  font-size: 1vw;
  line-height: 1.9vw;
  color: #fff;
  font-weight: 800;
}
.tools-certificate .tabcontent .price {
  font-size: 1.6vw;
  color: #fff;
}
.tools-certificate .tabcontent .EnrollBtnWrapper {
  background: rgba(255, 255, 255, 0.2941176471) 0% 0% no-repeat padding-box;
  border: 1px solid #FFFFFF;
  padding: 10px;
  color: #fff;
  border-radius: 10px;
  display: flex;
  width: 70%;
  margin-top: 40px;
}
.tools-certificate .tabcontent .EnrollBtnWrapper .enrollBtn {
  color: #fff;
  font-size: 1.042vw;
  line-height: 1.302vw;
  text-transform: uppercase;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.tools-certificate .tabcontent .domain-list {
  column-count: 3;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.tools-certificate .tabcontent .domain-list li {
  display: flex;
  align-items: flex-start;
  padding: 10px 20px 10px 0px;
  font-weight: bold;
  color: #231F20;
  width: 25%;
}
.tools-certificate .tabcontent .domain-list li img {
  margin: 0 8px 0 0;
  align-self: flex-start;
  width: 20px;
  height: auto;
}
.tools-certificate .tabcontent .domain-list.four-col {
  column-count: 4;
  -webkit-column-count: 4;
  -moz-column-count: 4;
  display: flex;
  flex-wrap: wrap;
}
.tools-certificate .tabcontent .university-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.tools-certificate .tabcontent .university-list li {
  margin-bottom: 16px;
  flex: 0 0 auto;
  width: 25%;
  padding: 0 20px;
}
.tools-certificate .tabcontent .university-list img {
  margin: 0;
}
.tools-certificate .tabcontent .university-list .tools-certif {
  height: auto;
}
.tools-certificate .tabcontent .university-list .tools-certif-logos {
  height: 91px;
}
.tools-certificate .tabcontent .university-list.seven-col li {
  width: 19.28%;
}
.tools-certificate .tabcontent.active {
  display: flex;
}
.tools-certificate .tabcontent.active .left {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-right: 16px;
  border-radius: 5px;
  padding: 24px 0;
  height: inherit;
  width: 50%;
}
.tools-certificate .tabcontent.active .left label {
  font-size: 1vw;
  line-height: 1.9vw;
  color: #fff;
  font-weight: 900;
}
.tools-certificate .tabcontent.active .right {
  display: flex;
  flex-direction: column;
  width: 50%;
  height: inherit;
  justify-content: center;
  gap: 70px;
  align-items: self-end;
}
.tools-certificate .tabcontent.active .right .terns-condition {
  font-size: 0.8vw;
  color: #fff;
  line-height: 1.8vw;
}
.tools-certificate .skill-tab .domain-list {
  padding: 0 20px;
}
.tools-certificate .skill-tab .domain-list li {
  display: revert !important;
}
.tools-certificate .skill-tab ul li {
  list-style: disc !important;
}

/* Expert session & webinar section css  */
section.sessions-webinar-sect {
  background: #f7f7f7;
}
section.sessions-webinar-sect #sessions-webinar-sect {
  scroll-margin-block-start: 220px;
}
section.sessions-webinar-sect .sessions-webinar-container {
  display: flex;
  justify-content: space-around;
  gap: 0 3.542vw;
}
section.sessions-webinar-sect .sessions-webinar-container .webinar-left {
  width: 50%;
  background-color: #fff;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  padding: 1.875vw 4.167vw;
}
section.sessions-webinar-sect .sessions-webinar-container .webinar-left .heading {
  font-size: 1.771vw;
  line-height: 2.604vw;
  margin-bottom: 20px;
  font-weight: 700;
  color: #231F20;
  text-align: left;
}
section.sessions-webinar-sect .sessions-webinar-container .webinar-left .webinar-series-wrap {
  display: flex;
  gap: 0 34px;
}
section.sessions-webinar-sect .sessions-webinar-container .webinar-left .webinar-series-wrap p {
  font-size: 1.042vw;
  line-height: 1.563vw;
  margin-bottom: 10px;
  color: #000;
}
section.sessions-webinar-sect .sessions-webinar-container .webinar-left .webinar-series-wrap div {
  width: 20.313vw;
}
section.sessions-webinar-sect .sessions-webinar-container .webinar-right {
  width: 50%;
  background-color: #fff;
  border-radius: 5px;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  padding: 34px 48px 23px 33px;
  /*ul scroll hover css */
}
section.sessions-webinar-sect .sessions-webinar-container .webinar-right .heading {
  font-size: 1.042vw;
  line-height: 1.563vw;
  letter-spacing: 2px;
  color: #00B5B3;
  text-transform: uppercase;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
section.sessions-webinar-sect .sessions-webinar-container .webinar-right .heading img {
  margin: -4px 0 0 10px;
}
section.sessions-webinar-sect .sessions-webinar-container .webinar-right .detailsBlock {
  max-height: 20.729vw;
  overflow-y: scroll;
  overflow-x: hidden;
}
section.sessions-webinar-sect .sessions-webinar-container .webinar-right .detailsBlock::-webkit-scrollbar {
  width: 12px !important;
}
section.sessions-webinar-sect .sessions-webinar-container .webinar-right .detailsBlock::-webkit-scrollbar-track {
  background: #f7f7f7 !important;
  border-radius: 10px;
}
section.sessions-webinar-sect .sessions-webinar-container .webinar-right .detailsBlock::-webkit-scrollbar-thumb {
  background: #bababa;
  border-radius: 10px;
}
section.sessions-webinar-sect .sessions-webinar-container .webinar-right .detailsBlock::-webkit-scrollbar-thumb:hover {
  background: #555;
}
section.sessions-webinar-sect .sessions-webinar-container .webinar-right ul.upcoming-webinar {
  padding-left: 0;
}
section.sessions-webinar-sect .sessions-webinar-container .webinar-right ul.upcoming-webinar li {
  font-size: 14px;
  display: flex;
  justify-content: flex-start;
  padding: 15px;
  border-radius: 0;
  border-bottom: 1px solid #eee;
}
section.sessions-webinar-sect .sessions-webinar-container .webinar-right ul.upcoming-webinar li div:first-child {
  width: 100%;
}
section.sessions-webinar-sect .sessions-webinar-container .webinar-right ul.upcoming-webinar li div:first-child p.description {
  font-size: 1.042vw;
  line-height: 1.563vw;
  font-weight: 700;
  color: #000;
}
section.sessions-webinar-sect .sessions-webinar-container .webinar-right ul.upcoming-webinar li div:first-child p.time {
  display: flex;
  gap: 16px;
}
section.sessions-webinar-sect .sessions-webinar-container .webinar-right ul.upcoming-webinar li div:first-child p.time span {
  font-size: 10px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #000;
  margin-top: 10px;
}
section.sessions-webinar-sect .sessions-webinar-container .webinar-right ul.upcoming-webinar li div:first-child p.time span.period {
  text-align: right;
}
section.sessions-webinar-sect .sessions-webinar-container .webinar-right ul.upcoming-webinar li div:first-child p.time span.period img {
  display: inline-block;
}
section.sessions-webinar-sect .sessions-webinar-container .webinar-right ul.upcoming-webinar li div:nth-child(2) img {
  float: right;
}
section.sessions-webinar-sect .sessions-webinar-container .webinar-right ul.upcoming-webinar li:last-child {
  margin-bottom: 0;
}
section.sessions-webinar-sect .sessions-webinar-container .webinar-right ul.upcoming-webinar::-webkit-scrollbar {
  width: 7px;
}
section.sessions-webinar-sect .sessions-webinar-container .webinar-right ul.upcoming-webinar::-webkit-scrollbar-track {
  box-shadow: none;
}
section.sessions-webinar-sect .sessions-webinar-container .webinar-right ul.upcoming-webinar::-webkit-scrollbar-track {
  background: transparent;
}
section.sessions-webinar-sect .sessions-webinar-container .webinar-right ul.upcoming-webinar::-webkit-scrollbar-thumb {
  background-color: transparent;
  border-radius: 5px;
}
section.sessions-webinar-sect .sessions-webinar-container .webinar-right ul.upcoming-webinar::-webkit-scrollbar-thumb:hover {
  background: transparent;
}
section.sessions-webinar-sect .sessions-webinar-container .webinar-right ul.upcoming-webinar:hover::-webkit-scrollbar {
  width: 7px;
}
section.sessions-webinar-sect .sessions-webinar-container .webinar-right ul.upcoming-webinar:hover::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #d8d8d8;
}
section.sessions-webinar-sect .sessions-webinar-container .webinar-right ul.upcoming-webinar:hover::-webkit-scrollbar-track {
  background: transparent;
}
section.sessions-webinar-sect .sessions-webinar-container .webinar-right ul.upcoming-webinar:hover::-webkit-scrollbar-thumb {
  background-color: rgba(215, 208, 189, 0.9);
  border-radius: 5px;
}
section.sessions-webinar-sect .sessions-webinar-container .webinar-right ul.upcoming-webinar:hover::-webkit-scrollbar-thumb:hover {
  background: #b5b1b1;
}

.webinar-right .upcoming-webinar {
  padding-bottom: 12px;
}
.webinar-right .upcoming-webinar .description {
  padding-bottom: 12px;
}
.webinar-right .upcoming-webinar .details {
  display: flex !important;
  width: 100% !important;
}
.webinar-right .upcoming-webinar .left,
.webinar-right .upcoming-webinar .right {
  display: flex;
  flex-direction: column;
}
.webinar-right .upcoming-webinar .left span,
.webinar-right .upcoming-webinar .right span {
  font-size: 1.042vw;
  line-height: 1.563vw;
  color: #000;
}
.webinar-right .upcoming-webinar .left .span:first-child,
.webinar-right .upcoming-webinar .right .span:first-child {
  padding-bottom: 6px;
}
.webinar-right .upcoming-webinar .left .name,
.webinar-right .upcoming-webinar .right .name {
  font-weight: bold;
}
.webinar-right .upcoming-webinar .left {
  width: 49% !important;
  padding-right: 12px;
}
.webinar-right .upcoming-webinar .right {
  display: flex;
  width: 51% !important;
}
.webinar-right .upcoming-webinar .right .date {
  display: flex;
  align-items: center;
}
.webinar-right .upcoming-webinar .right .date span:first-child {
  font-weight: bold;
}
.webinar-right .upcoming-webinar .right .date .time {
  display: block;
  font-weight: normal !important;
}
.webinar-right .upcoming-webinar .right img {
  margin: 0 4px 0 0;
  height: 12px;
  width: 12px;
}

/* Expert session & webinar section css end */
.student-engagement {
  background-image: url("/wp-content/uploads/sites/3/2024/05/advantages-bg.png") !important;
  background-repeat: no-repeat !important;
  background-size: cover;
  background-position: -186px -12.208vw;
  margin-bottom: 5.208vw;
  padding-top: 5.208vw;
}
.student-engagement .student-wrapper {
  display: flex;
  gap: 6.042vw;
}
.student-engagement .student-wrapper .left {
  width: 60%;
  position: relative;
  display: flex;
  align-items: flex-end;
}
.student-engagement .student-wrapper .left img {
  position: relative;
  margin: 0;
}
.student-engagement .student-wrapper .right {
  width: 40%;
  margin-left: 0px;
  justify-content: center;
  display: flex;
  align-items: center;
}
.student-engagement .student-wrapper .right .activities-block {
  display: flex;
  flex-direction: column;
  padding: 3.125vw 3.646vw;
  justify-content: center;
  background-color: #F7F7F7;
  border-radius: 20px;
  max-width: 31.25vw;
}
.student-engagement .student-wrapper .right .activities-block p {
  font-size: 1.042vw;
  line-height: 1.51vw;
  color: #000;
}
.student-engagement .student-wrapper .right .activities-block .heading {
  font-size: 1.771vw;
  line-height: 2.604vw;
  font-weight: 700;
  margin-bottom: 10px;
}
.student-engagement .student-wrapper .right .activities-block ul {
  padding-left: 0;
}
.student-engagement .student-wrapper .right .activities-block ul li {
  font-size: 1.042vw;
  line-height: 1.51vw;
  color: #000000;
  padding: 25px 0 0;
  list-style: disc;
  margin-left: 15px;
}
.student-engagement .student-wrapper .right .activities-block ul li::marker {
  color: #000;
}

@media all and (max-width: 1366px) {
  .remote-proctor .exam-steps .tab-wrapper .tabs .tab-link .exam-details {
    max-width: 18.667vw;
  }
}
@media all and (max-width: 768px) {
  .student-exp-banner-sec {
    background-image: url("/wp-content/uploads/sites/3/2024/05/banner-student-mobile.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    height: 570px;
    align-items: flex-start;
    display: flex;
    justify-content: flex-end;
  }
  .student-exp-banner-sec .banner-wrapper {
    flex-basis: 100%;
    width: 100%;
    margin-top: 40px;
  }
  .student-exp-banner-sec .banner-wrapper .banner-txt-box {
    position: relative;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    border-radius: 10px;
    padding: 20px 10px;
    width: 100%;
    height: auto;
    text-align: center;
    gap: 10px;
  }
  .student-exp-banner-sec .banner-wrapper .banner-txt-box p {
    font-size: 30PX;
    line-height: 40px;
    max-width: unset;
  }
  .student-exp-banner-sec .banner-wrapper .banner-txt-box .heading {
    font-size: 20PX !important;
    line-height: 22PX !important;
    padding: 0 60px;
  }
  .learning-methodology .learn-wrapper {
    flex-direction: column;
  }
  .learning-methodology .learn-wrapper .left {
    width: 100%;
  }
  .learning-methodology .learn-wrapper .left .section-text {
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    margin-bottom: 23px;
    font-weight: 700;
    max-width: 100%;
  }
  .learning-methodology .learn-wrapper .right {
    width: 100%;
    padding: 13px 26px;
    border-radius: 10px;
  }
  .learning-methodology .learn-wrapper .right .heading {
    font-size: 20px;
    line-height: 25px;
  }
  .learning-methodology .learn-wrapper .right .description {
    font-size: 14px;
    line-height: 18px;
  }
  .learning-methodology .learn-method {
    flex-direction: column;
    gap: 36px;
    margin-top: 40px;
  }
  .learning-methodology .learn-method .box1,
  .learning-methodology .learn-method .box2,
  .learning-methodology .learn-method .box3 {
    width: 100%;
    position: relative;
  }
  .learning-methodology .learn-method .box1 p,
  .learning-methodology .learn-method .box2 p,
  .learning-methodology .learn-method .box3 p {
    font-size: 14px;
    line-height: 21px;
    position: absolute;
    left: 90px;
    max-width: 66.158vw;
  }
  .learning-methodology .learn-method .box1 img,
  .learning-methodology .learn-method .box2 img,
  .learning-methodology .learn-method .box3 img {
    width: 106px;
  }
  .tools-certificate {
    flex-direction: column;
  }
  .tools-certificate .left {
    width: 100%;
  }
  .tools-certificate .left .section-text {
    font-size: 14px;
    line-height: 21px;
    max-width: 100%;
    margin: 0 0 52px 0;
  }
  .tools-certificate .right {
    width: 100%;
    margin-top: 0;
  }
  .tools-certificate .right .accordionTitle {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-left: -5%;
    margin-right: -5%;
    margin-bottom: 30px;
  }
  .tools-certificate .right .accordionTitle #certification-tab {
    overflow-x: scroll;
    gap: 15px;
    justify-content: flex-start;
  }
  .tools-certificate .right .accordionTitle ul {
    padding: 0 10px !important;
    flex-wrap: nowrap !important;
  }
  .tools-certificate .right .accordionTitle ul li a {
    font-size: 13px;
    line-height: 19px;
  }
  .tools-certificate .right .accordionTitle #certification-tab li {
    padding: 10px !important;
    min-width: 161px;
  }
  .tools-certificate .right .accordionTitle #certification-tab li .sem-heading {
    font-size: 13px;
    line-height: 19px;
  }
  .tools-certificate .content-wrapper .tabcontent .domain-list {
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    margin-left: 20px;
  }
  .tools-certificate .content-wrapper .tabcontent .domain-list li {
    width: 50%;
  }
  .tools-certificate .content-wrapper .tabcontent .domain-list.four-col {
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
  }
  .tools-certificate .content-wrapper .tabcontent .university-list li {
    width: 50%;
  }
  .tools-certificate .content-wrapper .tabcontent .university-list.seven-col li {
    width: 25%;
  }
  .student-engagement {
    padding-left: 5%;
    background-size: 100%;
    background-position: 0 -35px;
    margin-bottom: 40px;
    padding-top: 40px;
  }
  .student-engagement .student-wrapper {
    flex-direction: column;
  }
  .student-engagement .student-wrapper .left {
    width: 110%;
    padding: 0;
    margin-left: -10%;
  }
  .student-engagement .student-wrapper .left img {
    margin: 0;
  }
  .student-engagement .student-wrapper .right {
    width: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
    margin-left: 2px;
  }
  .student-engagement .student-wrapper .right .activities-block {
    width: 100%;
    margin-top: 0px;
    padding: 24px;
    border-radius: 10px;
    max-width: unset;
  }
  .student-engagement .student-wrapper .right .activities-block .heading {
    font-size: 20px;
    line-height: 29px;
  }
  .student-engagement .student-wrapper .right .activities-block p {
    font-size: 14px;
    line-height: 21px;
  }
  .student-engagement .student-wrapper .right .activities-block .activities-title {
    font-size: 14px;
    line-height: 21px;
  }
  section.sessions-webinar-sect .sessions-webinar-container {
    flex-direction: column;
  }
  section.sessions-webinar-sect .sessions-webinar-container .webinar-left {
    width: 100%;
    flex-direction: column;
    padding: 30px 24px;
  }
  section.sessions-webinar-sect .sessions-webinar-container .webinar-left .heading {
    font-size: 20px;
    line-height: 29px;
    letter-spacing: 0.2px;
    margin-bottom: 10px;
    text-align: left;
  }
  section.sessions-webinar-sect .sessions-webinar-container .webinar-left .webinar-series-wrap {
    flex-direction: column;
    text-align: left;
  }
  section.sessions-webinar-sect .sessions-webinar-container .webinar-left .webinar-series-wrap div {
    width: 100%;
  }
  section.sessions-webinar-sect .sessions-webinar-container .webinar-left .webinar-series-wrap div p {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 10px;
  }
  section.sessions-webinar-sect .sessions-webinar-container .webinar-left .webinar-series-wrap img {
    width: 276px;
    margin-top: 20px;
    margin-bottom: 45px;
  }
  section.sessions-webinar-sect .sessions-webinar-container .webinar-right {
    width: 100%;
    flex-direction: column;
    margin-top: 42px;
    padding: 24px;
    /*ul scroll hover css */
  }
  section.sessions-webinar-sect .sessions-webinar-container .webinar-right .detailsBlock {
    max-height: 283px;
  }
  section.sessions-webinar-sect .sessions-webinar-container .webinar-right .heading {
    font-size: 4.9vw;
    line-height: 29px;
  }
  section.sessions-webinar-sect .sessions-webinar-container .webinar-right ul.upcoming-webinar {
    max-height: 280px;
  }
  section.sessions-webinar-sect .sessions-webinar-container .webinar-right ul.upcoming-webinar li {
    padding: 15px 0;
  }
  section.sessions-webinar-sect .sessions-webinar-container .webinar-right ul.upcoming-webinar li div:first-child {
    width: 91%;
  }
  section.sessions-webinar-sect .sessions-webinar-container .webinar-right ul.upcoming-webinar li div:first-child p.time span {
    line-height: 12px;
  }
  section.sessions-webinar-sect .sessions-webinar-container .webinar-right ul.upcoming-webinar li div:first-child p.time span.period img {
    margin-right: 1px;
  }
  section.sessions-webinar-sect .sessions-webinar-container .webinar-right ul.upcoming-webinar li div:first-child p.description {
    font-size: 16px;
    line-height: 24px;
  }
  section.sessions-webinar-sect .sessions-webinar-container .webinar-right ul.upcoming-webinar .details {
    flex-direction: column;
  }
  section.sessions-webinar-sect .sessions-webinar-container .webinar-right ul.upcoming-webinar .left,
  section.sessions-webinar-sect .sessions-webinar-container .webinar-right ul.upcoming-webinar .right {
    width: 100% !important;
  }
  section.sessions-webinar-sect .sessions-webinar-container .webinar-right ul.upcoming-webinar .left span,
  section.sessions-webinar-sect .sessions-webinar-container .webinar-right ul.upcoming-webinar .right span {
    font-size: 14px;
    line-height: 21px;
  }
  section.sessions-webinar-sect .sessions-webinar-container .webinar-right ul.upcoming-webinar .right .date {
    margin-top: 20px;
  }
  section.sessions-webinar-sect .sessions-webinar-container .webinar-right ul.upcoming-webinar:hover::-webkit-scrollbar {
    width: 0;
  }
  section.sessions-webinar-sect .sessions-webinar-container .webinar-right ul.upcoming-webinar:hover::-webkit-scrollbar {
    width: 7px;
  }
  section.sessions-webinar-sect .sessions-webinar-container .webinar-right ul.upcoming-webinar:hover::-webkit-scrollbar-track {
    box-shadow: none;
  }
  section.sessions-webinar-sect .sessions-webinar-container .webinar-right ul.upcoming-webinar:hover::-webkit-scrollbar-track {
    background: transparent;
  }
  section.sessions-webinar-sect .sessions-webinar-container .webinar-right ul.upcoming-webinar:hover::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 5px;
  }
  section.sessions-webinar-sect .sessions-webinar-container .webinar-right ul.upcoming-webinar:hover::-webkit-scrollbar-thumb:hover {
    background: transparent;
  }
  .remote-proctor .remote-wrapper {
    flex-direction: column;
  }
  .remote-proctor .remote-wrapper .left {
    width: 100%;
  }
  .remote-proctor .remote-wrapper .right {
    width: 100%;
    padding: 17px 24px;
    border-radius: 10px;
  }
  .remote-proctor .remote-wrapper .right .description {
    font-size: 14px;
    line-height: 21px;
  }
  .remote-proctor .remote-wrapper .right ul {
    padding-left: 18px;
  }
  .remote-proctor .remote-wrapper .right ul li {
    font-size: 14px;
    line-height: 21px;
  }
  .remote-proctor .exam-steps .heading {
    font-size: 20px;
    line-height: 29px;
    margin: 30px 0 30px 24px;
  }
  .remote-proctor .exam-steps .tab-wrapper {
    padding: 0;
  }
  .remote-proctor .exam-steps .tab-wrapper .tabs {
    flex-direction: column;
  }
  .remote-proctor .exam-steps .tab-wrapper .tabs .tab-link {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 16px;
  }
  .remote-proctor .exam-steps .tab-wrapper .tabs .tab-link span {
    margin: 0;
    width: -moz-fit-content;
    width: fit-content;
  }
  .remote-proctor .exam-steps .tab-wrapper .tabs .tab-link span:after {
    width: 0 !important;
  }
  .remote-proctor .exam-steps .tab-wrapper .tabs .tab-link .exam-details {
    width: 70%;
    margin-left: -15px;
    max-width: unset;
  }
  .remote-proctor .exam-steps .tab-wrapper .tabs img {
    width: 92px;
    margin: 0;
  }
  .remote-proctor .exam-steps .tab-wrapper .tabs h5 {
    font-size: 20px;
    line-height: 29px;
    font-weight: 700;
    margin: 0;
  }
  .remote-proctor .exam-steps .tab-wrapper .tabs p {
    font-size: 14px;
    line-height: 16px;
  }
  .placement-assistance .placement-wrapper {
    flex-direction: column;
  }
  .placement-assistance .placement-wrapper .left {
    width: 100%;
  }
  .placement-assistance .placement-wrapper .left .section-text {
    font-size: 14px;
    line-height: 21px;
    max-width: 100%;
  }
  .placement-assistance .placement-wrapper .right {
    width: 100%;
  }
  .placement-assistance .placement-sect-logo-slider {
    padding: 0px 17px 0px 17px;
  }
  .placement-assistance .placement-sect-logo-slider .slick-slide {
    margin-bottom: 20px;
  }
  .placement-assistance .placement-sect-logo-slider .slick-dots {
    bottom: 10px;
  }
  .placement-assistance .placement-sect-logo-slider .slick-arrow {
    top: 100%;
  }
  .placement-assistance .placement-sect-logo-slider .slick-prev {
    left: 37% !important;
  }
  .placement-assistance .placement-sect-logo-slider .slick-next {
    left: 50%;
  }
  .placement-assistance .placement-sect-logo-slider .slick-prev:before,
  .placement-assistance .placement-sect-logo-slider .slick-next:before {
    width: 29px;
    height: 29px;
  }
  .student-testimonial {
    margin-top: 50px;
  }
  footer {
    margin-bottom: 0;
  }
}/*# sourceMappingURL=student-exp.css.map */