/* Home banner start */
.home_banner {
  /* margin-top: 98px; */
  min-height: 580px;
}

.our-offerings a {
  color: #2469BC;
}

.home-carousel .item:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.90));
  content: none;
}

.banner-max-width {
  max-width: 880px !important;
  width: 100%;
}

.tcs-section .enquire-wrap,
.Enquiresection .enquire-wrap {
  width: 100%;
  max-width: 690px;
}

/* For UI Correction: To make horizontal bar hidden when explore button is hovered in header */
.vocational-quick-links.fixed.hideHorizontalBar {
  z-index: 1 !important;
}

.enterpriseBtn {
  color: #2469BC;
  text-decoration: none;
  border: 1px solid #2469BC;
  transition: transform .3s ease-in-out;
  font-weight: bold;
  background: white;
}

/* For UI Correction: For login enterprise button */
#micrositeContent .divLogin.modal .border-btn {
  display: block;
  width: 100%;
  padding: 6px 0;
  border-radius: 4px;
  font-style: normal;
  font-size: 15px;
  border: 1px solid rgba(218, 221, 233, 1);
  color: #000000;
  text-align: center;
  transition: transform .3s ease-in-out;
}

#micrositeContent .divLogin.modal .border-btn:hover {
  color: #007dc5;
  text-decoration: none;
  border: 1px solid #007dc5;
  transition: transform .3s ease-in-out;
}

#micrositeContent .divLogin.modal .border-btn.active {
  display: block;
  font-weight: normal;
  width: 100%;
  padding: 6px 0;
  border-radius: 4px;
  font-style: normal;
  font-size: 15px;
  border: 1px solid rgba(218, 221, 233, 1);
  color: #000000;
  text-align: center;
}

.border-div {
  display: block;
  width: 100%;
  padding: 6px 0;
  border-radius: 4px;
  font-style: normal;
  font-size: 15px;
  border: 1px solid rgba(218, 221, 233, 1);
  color: #000000;
  text-align: center;
}


/* For UI Correction : For tooltip */
/* tooltop color change, 16-Oct-23 */
.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #1f1f1f;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #1f1f1f;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #1f1f1f;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #1f1f1f;
}

.tooltip-inner {
  background-color: #1f1f1f;
}

/* For UI Correction : To make read more button show properly on testimonials page */
.collaboratorsBlock .textTest a.click {
  color: #2469BC;
  font-weight: 700;
  text-decoration: underline;
}

/* For UI correction : To making add to cart modal proper, commenting code as causing issue on production */
/* #generic_alert .modelcon {
  margin: 40px 80px !important;
} */

/* For UI Correction : We added this css to remove grab cursor on sliding carousels */
.owl-stage-outer {
  cursor: default;
}

/* All ::-webkit-scrollbar thumb is changed */

/*For UI Correction : This property is given to avoid focus border as pink color on loadmore buttons on testimonials*/
#loadMore:focus,
#loadLess:focus {
  box-shadow: 0 0 0 0.2rem !important;
}

/* For UI Correction : Adding these css otherlinks class to make banner buttons as per instruction */
.otherLinks {
  padding-top: 20px;
}

.banner-caption {
  max-width: 690px;
  width: 100%;
}

.banner-caption .otherLinks {
  border: 0px transparent !important;
}


.otherLinks span {
  font-size: 1.8em;
  color: #FFFFFF;
  text-align: left;
  margin-right: 10px;
}

.otherLinks a {
  font-size: 1.8em;
  color: #FFFFFF;
  text-align: left;
  text-decoration: none !important;
  margin-right: 10px;
  position: relative;
  padding-bottom: 2px;
}

.otherLinks a:hover {
  color: #ffffff;
}

.otherLinks a:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #FFFFFF;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform .3s ease-in-out
}

.otherLinks a:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}

.blue-const .lmBtn #loadLess {
  background: #15F1FF;
  border: 1px solid #15F1FF;
}

.blue-const .lmBtn .noContent {
  color: #FFFFFF !important;
}

.blue-const .lmBtn #loadLess:hover {
  background: #000;
  border: 1px solid #15F1FF;
  color: #FFFFFF;
}

/* For UI Correction : To make the user consent modal visible on registration */
#purposeFrame {
  z-index: 1000002 !important
}

/*For UI Correction : For hiding padding in video modal body*/
#exampleModalCenter .modal-body {
  padding: 0px !important;
}

/* For UI Correction : Form was not having the scrollbar, to fix this added css */

.partnerWithUsForm {
  overflow: auto !important;
}

/* For UI Correction : To provide padding top for stamps at home page */

.learners-wrappre.tcs-section .owl-stage {
  padding-top: 25px;
}

/* For UI Correction: Clients section for VE */
.VE-client {
  margin: 1%;
}


.learners-wrappre.tcs-section .programsList-carousel .owl-stage,
#learningPrograms .programsList-carousel .owl-stage,
#assessmentProducts .programsList-carousel .owl-stage {
  padding-top: 20px;
}

/* FOR UI Correction : For making stamps UI perfect */
.hover-block {
  background: #FFFFFF;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -100%;
  left: 0;
  transition: all .4s linear;
  z-index: 1;
  padding: 50px 20px 20px 20px;
  overflow: auto;
}

.hover-block::-webkit-scrollbar {
  width: 2px;
}

.hover-block::-webkit-scrollbar-track {
  background: #DADDE9;
  border-radius: 17px;
}

.hover-block::-webkit-scrollbar-thumb {
  border: 3px solid #9e9e9e;
}

/* FOR UI Correction : To show images clear in features section of segment pages */

#exampleModalCenterimg .modal-body {
  overflow: hidden;
  text-align: center;
}

#exampleModalCenterimg img {
  margin: 0% 5% !important;
  width: auto !important;
}

.shareWrap .copiedMsg {
  font-size: 11px !important;
  color: #2469BC !important;
  bottom: -8px;
  left: 35px;
  position: inherit !important;
  display: none;
}

.stampAction {
  display: flex;
  justify-content: space-between;
  /* text-align: right; */
  width: 100%;
}

/* .btn-wrap .stampAction .btn {
  margin: 5px;
} */

/* For UI Correction: Adding this class to showcase rupee icon */

.currency-rupee {
  display: inline-block;
  position: relative;
  height: 20px;
  width: 10px;
  /* margin-right: 3px; */
}

.currency-rupee::after {
  content: "\20B9";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 20px;
  width: 10px;
  font-style: normal;
}

.currency-dollar {
  display: inline-block;
  position: relative;
  height: 20px;
  width: 10px;
  margin-right: 3px;
}

.currency-dollar::after {
  content: "\0024";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 20px;
  width: 10px;
  font-style: normal;
}

.currency-euro {
  display: inline-block;
  position: relative;
  height: 20px;
  width: 10px;
  margin-right: 3px;
}

.currency-euro::after {
  content: "\20AC";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 20px;
  width: 10px;
  font-style: normal;
}

.currency-yen {
  display: inline-block;
  position: relative;
  height: 20px;
  width: 10px;
  margin-right: 3px;
}

.currency-yen::after {
  content: "\00A5";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 20px;
  width: 10px;
  font-style: normal;
}


.home-carousel .banner-caption {
  height: 580px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  position: relative;
  z-index: 2;
}

.home-carousel .banner-caption h2 {
  font-weight: normal;
  font-size: 5em;
  color: #ffffff;
  text-align: left;
  line-height: 55px;
}

.home-carousel .banner-caption h1 {
  font-weight: normal;
  font-size: 6em;
  color: #ffffff;
  text-align: left;
}

.home-carousel .banner-caption h1 {
  font-weight: normal;
  font-size: 6em;
  color: #ffffff;
  text-align: left;
}

.home-carousel .banner-caption h4 {
  font-weight: normal;
  font-size: 2.2em;
  color: #ffffff;
  text-align: left;
  margin: 10px 0px;
}

.home-carousel .banner-caption p {
  color: #ffffff;
  margin-bottom: 20px;
  text-align: left;
}

.banner-btns a {
  margin-right: 25px;
}

#custom-owl-dots.owl-dots {
  position: relative;
  z-index: 2;
  text-align: left;
  margin-top: -60px;
}

#custom-owl-dots .owl-dot {
  display: inline-block;
  height: 12px;
  width: 12px;
  background: #e4c1b3;
  border-radius: 50%;
  margin: 0 8px 0 0;
  cursor: pointer;
  vertical-align: middle;
}

#custom-owl-dots .owl-dot {
  background: none;
  width: 20px;
  height: 20px;
  border: 2px solid #ffffff;
}

#custom-owl-dots .owl-dot.active {
  cursor: pointer;
  background: #2469BC;
}

#custom-owl-dots .owl-dot.play span {
  display: block;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid #fff;
  position: relative;
  margin: 4px 6px;
}

#custom-owl-dots .owl-dot.stop.active {
  cursor: context-menu;
}

#custom-owl-dots .owl-dot.stop span {
  display: block;
  transform: scale(var(--ggs, 1));
  width: 7px;
  height: 8px;
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
  margin: 5px 5px;
}

/* Home banner end */

/* know better start */
.know-better-wrap {
  background: #000000;
}

.know-better-wrap .row {
  align-items: baseline;
}

.know-better h2 {
  color: #ffffff;
  text-align: left;
}

.know-better p {
  color: #ffffff;
  text-align: left;
}

.platforms h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 2.4em;
  color: #ffffff;
  margin-bottom: 20px;
}

.platforms ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.platforms ul li {
  padding-bottom: 20px;
}

.platforms ul li a {
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6em;
  color: #FFFFFF;
  text-decoration: none;
  background: #1F1F1F;
  padding: 10px 20px 10px 45px;
  position: relative;
  transition: all 0.4s ease;
  border: 1px solid #1F1F1F;
}

.platforms ul li a:hover {
  /* background: #2469BC; */
  color: #ffffff;
  border: 1px solid #2469BC;
  /* -webkit-box-shadow: 0px 0px 22px -2px #ffffff;
  -moz-box-shadow: 0px 0px 22px -2px #ffffff;
  box-shadow: 0px 0px 22px -2px #2469BC; */
}

.platforms ul li a .pl-icon {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translate(0, -50%);
  width: 24px;
}

.platforms ul li a .pl-icon svg {
  display: inline-block;
  width: 100%;
  height: 100%;
  fill: #fff;
  transition: all 0.4s ease;
}

.platforms ul li a:hover .pl-icon svg {
  fill: #fff;
}

.institutions {
  padding-left: 20px;
}

.institutions .col-sm {
  display: flex;
  justify-content: space-between;
}

.institutions ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.institutions ul li {
  width: 50%;
}

/* know better end */

/* Courses for Learners start */
.learners-wrappre {
  background: #f9f9f9;
}

.courses-tabs {
  padding-top: 30px;
}

.view-all {
  text-align: right;
  padding-right: 20px;
  margin-top: 20px;
}

.view-all a {
  font-style: normal;
  font-weight: 700;
  font-size: 1.8em;
  color: #2469BC;
  text-decoration: none;
  position: relative;
  padding-bottom: 2px;
}

.view-all a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #2469BC;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}

.view-all a:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}

.view-all a .arrow {
  border-bottom: 2px solid #2469BC;
  border-right: 2px solid #2469BC;
  transform: rotateZ(-50deg);
  height: 8px;
  width: 8px;
  top: 8px;
  right: -20px;
  position: absolute;
  cursor: pointer;
}

.courses-tabs .nav-tabs {
  border-bottom: 1px solid #dadde9;
}

.courses-tabs .nav-tabs .nav-link {
  border: none;
  font-style: normal;
  font-weight: 400;
  font-size: 1.8em;
  color: #474747;
  padding: 13px 0;
  position: relative;
  cursor: pointer;
}

.courses-tabs .nav-tabs .nav-item {
  margin-right: 40px;
}

.courses-tabs .nav-tabs .nav-link.active,
.courses-tabs .nav-tabs .nav-item.show .nav-link,
.courses-tabs .nav-tabs .nav-link:hover {
  border: none;
  background: none;
  color: #2469BC;
}

/* .courses-tabs .nav-tabs .nav-link.active {cursor: context-menu;} */
.courses-tabs .nav-tabs .nav-item.mob-drop {
  display: none;
}

.courses-tabs .nav-tabs .nav-link.active:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 4px;
  background: #2469BC;
  position: absolute;
  left: 0;
  bottom: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.courses-carousel {
  padding: 20px 0 0 0;
}

.courses-carousel .owl-stage {
  padding: 30px 0;
  display: flex;
  transition: all 0.4s ease-in-out;
}

.courses-carousel .item {
  transition: all 0.4s ease-in-out;
  padding: 0 15px;
}

.courses-carousel .item:hover .courses-block {
  transform: scale(1.02);
  -webkit-box-shadow: 0px 0px 17px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 17px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 17px -10px rgba(0, 0, 0, 0.75);
}

.courses-block {
  background: #ffffff;
}

.img-wrap {
  position: relative;
}

.img-wrap .cart-icon {
  position: absolute;
  top: 4px;
  right: 8px;
  width: 30px;
  height: 30px;
  padding: 5px;
  background: #ffffff;
  border-radius: 50%;
}

.img-wrap .cart-icon svg {
  fill: #2469BC;
}

.img-wrap span {
  position: absolute;
  top: 0;
  left: -7px;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4em;
  color: #ffffff;
  padding: 6px 25px 6px 25px;
}

.img-wrap span.learningProgram {
  background: #7158b1;
}

.img-wrap span.assesmentProducts {
  background: #ef7333;
}

.img-wrap span.assesmentProducts::before {
  border-left: 5px solid #ef7333;
}

.img-wrap span::before {
  content: "";
  display: inline-block;
  border-left: 5px solid #4d2f9e;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 3px;
  bottom: -6px;
  transform: rotateZ(-45deg);
}

.courses-block img {
  display: block;
  width: 100%;
  height: 100%;
}

.courses-details {
  padding: 20px 15px 0 15px;
  height: 190px;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}

.courses-carousel .item:hover .courses-details {
  height: 260px;
}

.courses-details .course-name {
  min-height: 100px;
}

.courses-details h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 1.8em !important;
  color: #000000;
  text-align: left;
}

.courses-details p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.4em !important;
  color: #474747;
  text-align: left;
}

.skills-price {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  align-items: center;
}

.skills-price .skill {
  font-style: normal;
  font-weight: 400;
  font-size: 1.4em;
  color: #007dc5;
}

.skills-price .price {
  font-style: normal;
  font-weight: 700;
  font-size: 1.8em;
  color: #007dc5;
}

.skills-price .price.free {
  color: #178c4c;
}

.skills-price .price .rs-icon {
  display: inline-block;
  background: url(../rs-icon.html) 0 0 no-repeat;
  width: 9px;
  height: 13px;
}

.duration-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 12px;
}

.duration-wrap .time {
  font-style: normal;
  font-weight: 400;
  font-size: 1.6em;
  color: #474747;
  display: flex;
}

.duration-wrap .ratings {
  font-style: normal;
  font-weight: 400;
  font-size: 1.4em;
  color: #474747;
}

.duration-wrap .time .time-icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  margin-right: 5px;
}

.duration-wrap .ratings .rating-icon {
  display: inline-block;
  background: url(../svg/rating-icon.svg) 0 0 no-repeat;
  width: 16px;
  height: 15px;
  vertical-align: middle;
  margin-right: 5px;
}

.courses-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  transition: all 0.4s ease-in-out;
  border-top: 1px solid #f3f3f3;
}

.courses-btn .btn-link {
  font-style: normal;
  /* font-weight: 700; */
  font-size: 1.4em;
  color: #2469BC;
  text-decoration: none;
  position: relative;
}

.courses-btn .btn-link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #2469BC;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}

.courses-btn .btn-link:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}

.courses-btn .btn-primary {
  background: #2469BC;
  font-style: normal;
  /* font-weight: 700; */
  font-size: 1.4em;
  color: #ffffff;
  text-decoration: none;
  border: none;
  padding: 8px 30px;
  border-radius: 10px;
  border: 1px solid #2469BC;
}

.courses-btn .btn-primary:hover {
  background: #ffffff;
  color: #2469BC;
  border: 1px solid #2469BC;
}

/* Courses for Learners end */

/* Courses for institutions start */
.institutions-wrappre {
  background: #edf6ff;
}

.institutions-carousel {
  padding: 20px 0;
}

.institutions-carousel .owl-stage {
  display: flex;
  /* align-items: center; */
}

.insti-block .content-block {
  background: #ffffff;
  text-align: center;
}

.insti-block .content-block .content-inner {
  background: #ffffff;
  margin: -25px 25px 0 25px;
  position: relative;
  z-index: 2;
  padding: 15px 0;
  text-align: center;
  height: 140px;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
}

.institutions-carousel .item:hover .content-inner {
  height: 205px;
  transition: all 0.4s ease-in-out;
}

.insti-block .content-block .content-inner h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 1.8em;
  color: #000000;
  text-align: center;
}

.insti-block .content-block .content-inner p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.4em;
  color: #474747;
  text-align: center;
  height: 60px;
  overflow: hidden;
  overflow: auto;
}

.insti-block .content-block .btn-primary {
  font-style: normal;
  /* font-weight: 700; */
  font-size: 1.4em;
  color: #ffffff;
  border: none;
  background: #2469BC;
  border: 1px solid #2469BC;
  padding: 10px 30px;
  border-radius: 10px;
  transition: all 0.4s ease;
}

.insti-block .content-block .btn-primary:hover {
  color: #2469BC;
  border: 1px solid #2469BC;
  background: #ffffff;
}

/* Courses for institutions end */

/* Join free start */
.join-wrappre {
  text-align: left;
  /* padding: 80px 0; */
}

.join-wrappre .desktop-img {
  padding: 80px 0;
  display: block;
}

.join-wrappre .mobile-img {
  display: none;
}

.join-wrappre .join-inner {
  max-width: 690px;
  background: rgba(0, 0, 0, 0.7);
  padding: 50px 30px;
}

.join-wrappre .join-inner h2 {
  color: #ffffff;
  text-align: left;
}

/* Join free end */

/* Why tcs start */
.why-tcs .row {
  align-items: center;
}

.why-tcs .mobile-view {
  display: none;
}

.why-tcs .img-block {
  border-radius: 10px;
  overflow: hidden;
}

.why-tcs .img-block img {
  display: block;
  width: 100%;
  height: 100%;
}

.tcs-txt h2 {
  text-align: left;
}

.tcs-txt p {
  text-align: left;
}

/* Why tcs end */

/* world of TCS iON start */
.explor-tcs {
  background: #000000;
}

.explor-tcs h2 {
  color: #ffffff;
}

.explor-tcs p {
  color: #ffffff;
  text-align: center;
}

.explore-wrapper {
  padding-top: 35px;
}

.explore-wrapper .row {
  justify-content: center;
}

.explore-wrap {
  overflow: hidden;
  border-radius: 10px;
}

.explore-wrap img {
  display: block;
  width: 100%;
}

.explore-wrap:hover .explore-txt {
  background: #1f1f1f;
}

.explore-wrap:hover .explore-txt .btn-link {
  opacity: 1;
}

.explore-txt {
  background: #0f0f0f;
  padding: 15px;
  transition: all 0.4s ease;
}

.explore-txt h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 1.8em;
  color: #ffffff;
  text-align: left;
}

.explore-txt p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.4em;
  color: #ffffff;
  text-align: left;
  height: 50px;
  overflow: auto;
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
  /* scrollbar-width: auto; */
  /* scrollbar-color: #4f4f4f #ffffff; */
}

/* Chrome, Edge, and Safari */
/* *::-webkit-scrollbar {
  width: 14px;
}

*::-webkit-scrollbar-track {
  background: #ffffff;
}

*::-webkit-scrollbar-thumb {
  background-color: #4f4f4f;
  border-radius: 10px;
  border: 3px solid #ffffff;
} */

.explore-txt .btn-link {
  font-style: normal;
  /* font-weight: 700; */
  font-size: 1.6em;
  color: #ffffff;
  padding: 0;
  text-decoration: none;
  position: relative;
  opacity: 0;
  padding-bottom: 2px;
}

.explore-txt .btn-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(1);
  transition: transform .3s ease-in-out;
}

.explore-txt .btn-link:hover::before {
  transform-origin: left;
  transform: scaleX(1);
  background-color: #2469BC;
}

.explore-txt .btn-link .know-more {
  display: inline-block;
  width: 24px;
  height: 24px;
  position: absolute;
  right: -35px;
  top: 0;
}

.explore-txt .btn-link .know-more svg {
  fill: #ffffff;
}

/* world of TCS iON end */

/* Enquire now start */
/* For UI Correction : To remove white space */
.enquire-main {
  margin-top: 0px;
}

.enquire-main {
  margin-top: 0px;
}

.enquire-main {
  margin-top: 0px;
  position: relative;
}

.enquire-main::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.80));
  content: none;
}

.enquire-wrap {
  padding: 50px 0;
  position: relative;
  z-index: 2;
}

.enquire-wrap h2 {
  color: #FFFFFF;
  text-align: left;
}

.enquire-wrap p {
  color: #FFFFFF;
  text-align: left;
}

.ihc-landing .enquire-wrap h2 {
  width: 80%;
}


/* Enquire now end */

/* links start */
.quick-link.tcs-section {
  padding: 40px 0 0 0;
}

.quick-link {
  background: #000000;
}

.link-wrap {
  margin-bottom: 50px;
}

.link-wrap h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 2.4em;
  color: #ffffff;
  margin-bottom: 35px;
  text-align: left;
}

.link-wrap .link-list {
  margin-bottom: 20px;
}

.link-wrap .link-list h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 1.6em;
  color: #ffffff;
  text-align: left;
}

.link-wrap .link-list p {
  font-style: normal;
  font-weight: 300;
  font-size: 1.4em;
  color: #9f9f9f;
  margin-bottom: 5px;
  text-align: left;
}


.link-wrap .link-list .btn-link {
  font-style: normal;
  /* font-weight: 700; */
  font-size: 1.4em;
  color: #ffffff;
  text-decoration: none;
  padding: 0;
  position: relative;
  padding-bottom: 2px;
}

.link-wrap .link-list .btn-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(1);
  transition: transform .3s ease-in-out;
}

.link-wrap .link-list .btn-link:hover::before {
  transform-origin: left;
  transform: scaleX(1);
  background-color: #2469BC;
}

/* links end */

/* Job pages css start */
.nameTxt span {
  color: #ff0000;
}

.ainput {
  position: absolute;
  right: 10px;
  bottom: 8px;
}

.atext {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #333;
  text-decoration: none;
}

.atext:hover {
  text-decoration: none;
}

.form-group span {
  color: #ff0004;
}

.textInputSet p {
  font-size: 12px;
}

.textInputSet p input {
  display: inline-block;
  margin: 0 0 0 10px;
  vertical-align: middle;
  color: #ff0000;
  cursor: pointer;
}

/*--JOBS CSS START--*/

/* For UI correction : Commented top margin for css issue fix */
.jobSearch {
  display: block;
  background: #000000;
  /* margin-top: 101px; */
  width: 100%;
}

.jobSearch .content {
  display: block;
  text-align: left;
  padding: 20px 0px 80px 0;
  width: 100%;
}

.jobSearch .content h2 {
  color: #ffffff;
  text-align: left;
}

.jobs_banner {
  margin-top: 0px;
  min-height: 580px;
}

.breadcrumbs {
  display: block;
  position: relative;
  z-index: 2;
}

.breadcrumbs ul {
  display: block;
  text-align: left;
  padding: 20px 0 0 0;
}

.breadcrumbs ul li {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  font-size: 1.6em;
}

.breadcrumbs ul li.nxtArrow {
  padding: 0 10px;
}

.breadcrumbs ul li.nxtArrow svg {
  display: inline-block;
  width: 6px;
  fill: #ffffff;
}

.breadcrumbs ul li a {
  display: block;
  color: #ffffff;
}

.breadcrumbs ul li a:hover {
  color: #ffffff;
  text-decoration: none;
}
.breadcrumbs ul li.blacktxt a { color: #000000;}
.breadcrumbs ul li.nxtArrow.blacktxt svg {
	fill: #000000;
 }



.searchMain {
  display: flex;
  align-items: center;
  vertical-align: top;
  justify-content: space-between;
}

.searchMain .searchIn {
  background: #ffffff;
  padding: 10px 15px;
  border-radius: 40px;
  width: 550px;
}

.searchMain span svg {
  display: inline-block;
  height: 25px;
  width: 25px;
  fill: #2469BC;
  vertical-align: top;
  margin: 7px 0 0 10px;
}


/*For UI Correction font size increased inititally it was 1.7em */
.searchMain input {
  display: inline-block;
  border: none;
  font-size: 1.72em;
  color: #474747;
  margin-left: 20px;
  vertical-align: top;
  width: 85%;
}

.searchMain input:focus {
  border: none;
  box-shadow: none;
  outline: none;
}

.searchMain .searchBtn {
  display: inline-block;
  border: none;
  background: linear-gradient(102.57deg, #dc0916, #f41fd6 100%, #f41fd6 0);
  font-size: 1.8em;
  vertical-align: top;
  width: auto;
  color: #ffffff;
  border-radius: 25px;
  padding: 5px 20px;
  transition: all 0.4s ease;
}

.searchMain .searchBtn:hover {
  background: linear-gradient(102.57deg, #f41fd6, #dc0916);
}

.searchDropdown {
  display: inline-block;
  width: 18%;
  background: #ffffff;
  padding: 10px 15px;
  border-radius: 40px;
} 

/* FOR UI Correction : To make dropdown width small for experience input on jobs landing page */

.searchDropdown .yearsOfExperience {
  display: inline-block;
  width: 20%;
  background: #ffffff;
  padding: 10px 15px;
  border-radius: 40px;
}

.searchFilter-btn {
  height: 37px;
  background: #ffffff;
  width: 100%;
  border-radius: 39px;
  border: none;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6em;
  color: #000000;
  padding: 0 35px 0 20px;
  outline: none !important;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(../png/down-arrow.png) no-repeat;
  background-position: calc(100% - 14px) calc(1em + 1px),
    calc(100% - 15px) calc(1em + 2px), calc(100% - 0.5em) 0.5em;
}

.searchFilter-btn.dropdown-toggle:after {
  content: "";
  display: block;
  border-bottom: 2px solid #2469BC;
  border-right: 2px solid #2469BC;
  border-top: none;
  border-left: none;
  transform: rotateZ(45deg);
  height: 7px;
  width: 7px;
  position: absolute;
  cursor: pointer;
  right: 15px;
  top: 15px;
  transition: all 0.4s ease;
}

.searchMain .show .searchFilter-btn.dropdown-toggle:after {
  transform: rotateZ(220deg);
  top: 15px;
}

.searchMain .show .searchFilter-btn.dropdown-toggle:after {
  transform: rotateZ(220deg);
  top: 15px;
}

.searchMain .dropdown-item {
  font-style: normal;
  font-weight: 400;
  font-size: 1.4em;
  color: #000000;
  padding: 10px 25px 10px 15px;
}

.jobs-carousel .owl-dots {
  display: block;
  text-align: center;
  margin-top: 20px;
  position: absolute;
  bottom: 30px;
  width: 100%;
}

.jobs-carousel .owl-dot {
  display: inline-block;
  background: #c3c2c5;
  height: 10px;
  width: 10px;
  margin: 0 4px;
  border-radius: 50%;
}

.jobs-carousel .owl-dot.active {
  background: #2469BC;
}  

.findWrap {
  display: block;
  background: #edf6ff;
}

.findWrap .textArea {
  display: block;
  text-align: center;
  color: #000000;
  padding: 30px 0 0 0;
}

.findWrap .textArea h2 {
  font-size: 4em;
  font-family: "HouschkaRoundedAlt-Medium";
}

.findWrap .textArea p {
  font-size: 1.8em;
}

.findWrap .findContent {
  display: block;
  text-align: center;
}

.findWrap .findContent ul {
  display: inline-block;
  text-align: center;
  list-style: none;
  border-bottom: 0px !important;
  border: 4px solid #1f1f1f !important;
}

.findWrap .findContent ul li {
  display: inline-block;
  text-align: center;
  margin: 0px 0px 0px -3px !important;
  padding: 0px;
  list-style: none;
}

.findWrap .findContent ul li:first-child {
  margin-left: 0px !important;
}

.findWrap .findContent ul li a {
  display: block;
  padding: 10px 20px !important;
  font-size: 16px;
  color: #fff !important;
  background-color: #696969 !important;
  transition: 0.3s;
  border-radius: 0px !important;
}

/* .findWrap .findContent ul li a:hover { background: #2469BC !important ; text-decoration: none; } */
.findWrap .findContent ul li a.active {
  background: #2469BC;
  text-decoration: none;
}

.findWrap .findContent .courses-tabs .nav-tabs .nav-link.active {
  border: none;
  background: #2469BC !important;
  color: #ffffff !important;
}

.findWrap .findContent .courses-tabs .nav-tabs .nav-link.active:after {
  display: none;
}

.findJobs {
  display: block;
  width: 100%;
  text-align: center;
}

.findWrap .findContent .col-sm-auto {
  width: 18% !important;
  margin: 50px 1% 50px 1%;
  text-align: left;
}

.jobsTile {
  display: block;
  position: relative;
}

.jobsTile h5 {
  font-size: 2em;
  font-weight: 600;
  color: #000000;
}

.jobsTile span {
  position: absolute;
  left: -15px;
  top: 0px;
  background: #2469BC;
  height: 50px;
  width: 3px;
}

.jobsTile p {
  font-size: 1.4em;
  color: #474747;
  text-align: left;
}

.trendingWrap {
  display: block;
  background: #ffffff;
}

.trendingWrap .textArea h2 {
  font-size: 4em;
  font-family: "HouschkaRoundedAlt-Medium";
}

.trendingWrap .textArea p {
  font-size: 18px;
}

.trendingWrap .col-sm-auto {
  width: 16% !important;
  margin: 50px 1.5% 50px 1.5%;
  text-align: left;
  display: inline-block;
  vertical-align: top;
}

.trendingWrap .trendingInner {
  display: block;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.09);
}

.trendingWrap .trendingInner:hover {
  -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.3);
  transition: 0.25s;
  transition-timing-function: ease-out;
}

.trendingWrap .trendingInner .textArea {
  display: block;
  height: 105px;
  /*initial height 95px changed to 102px;*/
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  text-align: left;
  padding: 0;
}

.trendingWrap .trendingInner .textArea:hover {
  /* height: 130px;*/
}

.trendingWrap .trendingInner .textArea svg {
  display: inline-block;
  width: 25px;
  height: 30px;
  fill: #2469BC;
  margin-bottom: 15px;
}

.trendingWrap .trendingInner .textArea h3 {
  font-size: 1.8em;
  font-weight: 700;
  color: #000000;
}

.trendingWrap .trendingInner .textArea p {
  font-size: 1.4em;
  margin: 0px;
  color: #474747;
  text-align: left;
}


.trendingWrap .trendingInner .textArea a {
  display: inline-block;
  font-size: 1.4em;
  margin: 10px 0 0 0;
  color: #2469BC;
  text-decoration: none;
  position: relative;
  padding-bottom: 2px;
}

.trendingWrap .trendingInner .textArea a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #2469BC;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}

.trendingWrap .trendingInner .textArea a:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}

.trendingWrap .trendingInner .textArea .hintIcon {
  display: inline-block;
  background: url(../form-hint.html) 0 0 no-repeat;
  width: 20px;
  height: 20px;
  left: 0;
  top: 2px;
}

.arrow-right,
.arrow-left,
.long-arrow-right,
.long-arrow-left {
  display: inline-block;
  margin: 0px auto;
  width: 5px;
  height: 5px;
  border-top: 1px solid #2469BC;
  border-left: 1px solid #2469BC;
  margin-left: 20px;
}

.long-arrow-right {
  transform: rotate(135deg);
}

.long-arrow-right::after {
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  background-color: #2469BC;
  transform: rotate(-45deg) translate(5px, 4px);
  left: 0;
  top: 0;
}

.topTrending-carousel {
  display: block;
  padding: 40px 0 0 0;
}

.topTrending-carousel .item {
  padding: 20px;
}

.suitedJob-carousel {
  display: block;
  padding: 40px 0 0 0;
  text-align: left;
}

.suitedJob-carousel .item {
  padding: 15px;
}

.topRoles {
  display: block;
  background: #edf6ff;
}

.topRoles .textArea {
  display: block;
  text-align: center;
  color: #000000;
}

.topRoles .textArea h2 {
  font-size: 40px;
  font-family: "HouschkaRoundedAlt-Medium";
}

.topRoles .textArea p {
  font-size: 18px;
}

.topRoles .textArea .tabSet {
  display: block;
  margin-top: 30px;
}

.topRoles .textArea .tabSet ul {
  display: block;
  text-align: center;
}


/*For UI Change increesed margin top size For Jobs Page*/
.topRoles .textArea .tabSet ul li {
  display: inline-block;
  margin: 10px 10px;
}

.topRoles .textArea .tabSet ul li a {
  display: block;
  background-color: #696969;
  font-size: 1.6em;
  font-weight: 400;
  color: #ffffff;
  padding: 10px 20px;
  transition: all 0.2s ease-in-out;
}

.topRoles .textArea .tabSet ul li a:hover {
  background-color: #2469BC;
  color: #ffffff;
  text-decoration: none;
  -webkit-box-shadow: 0px 0px 5px 0px rgb(36, 105, 188);
  -moz-box-shadow: 0px 0px 5px 0px rgb(36, 105, 188);
  box-shadow: 0px 0px 5px 0px rgb(36, 105, 188);
}

.learnSection {
  display: block;
  background: #ffffff;
}

.learnSection h2 {
  margin-bottom: 30px;
}

.lrnTcsImg {
  display: block;
}

.lrnTcsImg img {
  display: block;
  width: 100%;
  width: 100%;
}

.learnSection .learnList {
  display: block;
  margin: 30px 0 0 40px;
}

.learnSection .learnList ul {
  display: block;
  margin: 0;
  padding: 0;
}

.learnSection .learnList ul li {
  display: block;
  font-size: 1.6em;
  color: #474747;
  position: relative;
  margin-bottom: 20px;
  padding: 0;
  text-align: left;
}

.learnSection .learnList ul li span {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: #ffffff;
  border: 2px solid #2469BC;
  border-radius: 50%;
  margin-right: 8px;
}

.testimonials {
  display: block;
  background: #f8f7fb;
}

.testimonials .textArea {
  display: block;
  text-align: center;
  color: #000000;
}

.testimonialBanner {
  display: block;
  position: relative;
  padding: 30px 50px;
  text-align: center;
}

.testimonialBanner .item img {
  display: block;
  width: 100%;
  height: auto;
}

.testimonials-carousel .row {
  align-items: center;
}

.testiContant {
  display: block;
}

.testiContant p {
  font-size: 2em;
  color: #474747;
  text-align: left;
  font-weight: 400;
  margin-bottom: 30px;
}

.testiContant .testiName h4 {
  font-size: 1.8em;
  font-weight: 700;
  color: #000000;
  text-align: left;
}

.testiContant .testiName p {
  font-size: 1.4em;
  font-weight: 400;
  color: #000000;
  text-align: left;
}

.testimonials-carousel {
  margin-bottom: 30px;
}

.testimonialBanner .owl-dots {
  display: block;
  text-align: center;
  margin-top: 20px;
}

.testimonialBanner .owl-dot {
  display: inline-block;
  background: #c3c2c5;
  height: 10px;
  width: 10px;
  margin: 0 4px;
  border-radius: 50%;
}

.testimonialBanner .owl-dot.active {
  background: #2469BC;
}

.testimonialBanner .owl-nav {
  position: absolute;
  top: 42%;
  width: 100%;
}

.testimonialBanner .owl-prev {
  display: inline-block;
  background: #2469BC;
  width: 4em;
  height: 4em;
  border: 0.5em solid #f2b2ce;
  border-radius: 50%;
  margin-right: 1.5em;
  position: absolute;
  left: -50px;
}

.testimonialBanner .owl-next {
  display: inline-block;
  background: #2469BC;
  width: 4em;
  height: 4em;
  border: 0.5em solid #f2b2ce;
  border-radius: 50%;
  margin-left: 1.5em;
  position: absolute;
  right: -50px;
}

.testimonialBanner .owl-prev:after {
  content: "";
  display: inline-block;
  margin-top: -3px;
  margin-left: -3px;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  -moz-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.testimonialBanner .owl-next:after {
  content: "";
  display: inline-block;
  margin-top: -5px;
  margin-left: -5px;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

a:hover .testimonialBanner .owl-prev,
a:hover .testimonialBanner .owl-prev {
  border: 0.5em solid #e74c3c;
}

a:hover .testimonialBanner .owl-next:after,
a:hover .testimonialBanner .owl-next:after {
  border-top: 0.5em solid #e74c3c;
  border-right: 0.5em solid #e74c3c;
}

.tchNqt-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -10px;
}

.tchNqt-carousel .owl-prev {
  display: inline-block;
  background: #2469BC;
  width: 4em;
  height: 4em;
  border: 0.5em solid #f2b2ce;
  border-radius: 50%;
  margin-right: 1.5em;
  position: absolute;
  left: 15px;
}

.tchNqt-carousel .owl-next {
  display: inline-block;
  background: #2469BC;
  width: 4em;
  height: 4em;
  border: 0.5em solid #f2b2ce;
  border-radius: 50%;
  margin-left: 1.5em;
  position: absolute;
  right: 15px;
}

.tchNqt-carousel .owl-prev:after {
  content: "";
  display: inline-block;
  margin-top: -3px;
  margin-left: -3px;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  -moz-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.tchNqt-carousel .owl-next:after {
  content: "";
  display: inline-block;
  margin-top: -5px;
  margin-left: -5px;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

a:hover .tchNqt-carousel .owl-prev,
a:hover .tchNqt-carousel .owl-prev {
  border: 0.5em solid #e74c3c;
}

a:hover .tchNqt-carousel .owl-next:after,
a:hover .tchNqt-carousel .owl-next:after {
  border-top: 0.5em solid #e74c3c;
  border-right: 0.5em solid #e74c3c;
}

.partners-carousel .owl-nav {
  position: absolute;
  top: 42%;
  width: 100%;
}

.partners-carousel .owl-prev {
  display: inline-block;
  background: #2469BC;
  width: 4em;
  height: 4em;
  border: 0.5em solid #f2b2ce;
  border-radius: 50%;
  margin-right: 1.5em;
  position: absolute;
  left: -50px;
}

.partners-carousel .owl-next {
  display: inline-block;
  background: #2469BC;
  width: 4em;
  height: 4em;
  border: 0.5em solid #f2b2ce;
  border-radius: 50%;
  margin-left: 1.5em;
  position: absolute;
  right: -50px;
}

.partners-carousel .owl-prev:after {
  content: "";
  display: inline-block;
  margin-top: -3px;
  margin-left: -3px;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  -moz-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.partners-carousel .owl-next:after {
  content: "";
  display: inline-block;
  margin-top: -5px;
  margin-left: -5px;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

a:hover .partners-carousel .owl-prev,
a:hover .partners-carousel .owl-prev {
  border: 0.5em solid #e74c3c;
}

a:hover .partners-carousel .owl-next:after,
a:hover .partners-carousel .owl-next:after {
  border-top: 0.5em solid #e74c3c;
  border-right: 0.5em solid #e74c3c;
}

.partners-carousel .owl-dots {
  display: block;
  text-align: center;
  margin-top: 20px;
}

.partners-carousel .owl-dot {
  display: inline-block;
  background: #c3c2c5;
  height: 10px;
  width: 10px;
  margin: 0 4px;
  border-radius: 50%;
}

.partners-carousel .owl-dot.active {
  background: #2469BC;
}

.partners-carousel .item {
  padding: 20px;
}

.partners-carousel .item img {
  box-shadow: 0px 2px 20px rgba(60, 100, 177, 0.08);
}

.client-carousel .owl-nav {
  position: absolute;
  top: 42%;
  width: 100%;
}

.client-carousel .owl-prev {
  display: inline-block;
  background: #2469BC;
  width: 4em;
  height: 4em;
  border: 0.5em solid #f2b2ce;
  border-radius: 50%;
  margin-right: 1.5em;
  position: absolute;
  left: -10px;
}

.client-carousel .owl-next {
  display: inline-block;
  background: #2469BC;
  width: 4em;
  height: 4em;
  border: 0.5em solid #f2b2ce;
  border-radius: 50%;
  margin-left: 1.5em;
  position: absolute;
  right: -10px;
}

.client-carousel .owl-prev:after {
  content: "";
  display: inline-block;
  margin-top: -3px;
  margin-left: -3px;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  -moz-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.client-carousel .owl-next:after {
  content: "";
  display: inline-block;
  margin-top: -5px;
  margin-left: -5px;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

a:hover .client-carousel .owl-prev,
a:hover .client-carousel .owl-prev {
  border: 0.5em solid #e74c3c;
}

a:hover .client-carousel .owl-next:after,
a:hover .client-carousel .owl-next:after {
  border-top: 0.5em solid #e74c3c;
  border-right: 0.5em solid #e74c3c;
}

.owl-prev.disabled {
  opacity: 0.3;
  cursor: auto !important;
}

.owl-next.disabled {
  opacity: 0.3;
  cursor: auto !important;
}

.hiringSection {
  display: block;
  background: #ffffff;
}

.hiringSection .textArea {
  display: block;
  text-align: center;
  color: #000000;
}

.hiring-carousel {
  display: block;
  margin-top: 30px;
}

.hiringSection .owl-dots {
  display: block;
  text-align: center;
  margin-top: 20px;
}

.hiringSection .owl-dot {
  display: inline-block;
  background: #c3c2c5;
  height: 10px;
  width: 10px;
  margin: 0 4px;
  border-radius: 50%;
}

.hiringSection .owl-dot.active {
  background: #2469BC;
}

.hiringSection .owl-nav {
  position: absolute;
  top: 42%;
  width: 100%;
}

.hiringSection .owl-prev {
  display: inline-block;
  background: #2469BC;
  width: 4em;
  height: 4em;
  border: 0.5em solid #f2b2ce;
  border-radius: 50%;
  margin-right: 1.5em;
  position: absolute;
  left: -40px;
  top: 50%;
  transform: translate(0, 0%);
}

.hiringSection .owl-next {
  display: inline-block;
  background: #2469BC;
  width: 4em;
  height: 4em;
  border: 0.5em solid #f2b2ce;
  border-radius: 50%;
  margin-left: 1.5em;
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translate(0, 0%);
}

.hiringSection .owl-prev:after {
  content: "";
  display: inline-block;
  margin-top: 11px;
  margin-left: 12px;
  width: 8px;
  height: 8px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  -moz-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.hiringSection .owl-next:after {
  content: "";
  display: inline-block;
  margin-top: 11px;
  margin-left: 9px;
  width: 8px;
  height: 8px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

a:hover .hiringSection .owl-prev,
a:hover .hiringSection .owl-prev {
  border: 0.5em solid #e74c3c;
}

a:hover .hiringSection .owl-next:after,
a:hover .hiringSection .owl-next:after {
  border-top: 0.5em solid #e74c3c;
  border-right: 0.5em solid #e74c3c;
}

.hiringSection .item {
  padding: 5px;
}

.hiringInner {
  display: block;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.27);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.27);
  padding: 15px;
}

.hiringInner .left {
  display: inline-block;
  width: 30%;
  vertical-align: top;
}

.hiringInner .right {
  display: inline-block;
  width: 68%;
  vertical-align: top;
  padding-left: 20px;
}

.hiringInner .right h4 {
  display: block;
  font-size: 1.5em;
  color: #000000;
  font-style: normal;
  font-weight: 700;
  margin: 0;
}

.hiringInner .right p {
  display: block;
  font-size: 1.2em;
  color: #474747;
  font-weight: 400;
  text-align: left;
}

.hiringInner .bottom {
  display: block;
  border-top: 1px solid #e3e5ef;
}

.hiringInner .bottom ul {
  display: block;
  padding: 0px;
  margin-bottom: 0;
}

.hiringInner .bottom ul li {
  display: block;
  margin-top: 15px;
  font-size: 1.4em;
  color: #474747;
  font-weight: 400;
  position: relative;
}

.hiringInner .bottom ul li svg {
  display: inline-block;
  width: 20px;
  fill: #2469BC;
}

.hiringInner .bottom ul li span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
}

.hiringInner .bottom ul li a {
  font-size: 14px;
  color: #474747;
  position: relative;
}

.hiringInner .bottom ul li a:hover {
  color: #2469BC;
  text-decoration: none;
}

.jobsHiringSection .owl-dots {
  display: block;
  text-align: center;
  margin-top: 20px;
}

.jobsHiringSection .owl-dot {
  display: inline-block;
  background: #c3c2c5;
  height: 10px;
  width: 10px;
  margin: 0 4px;
  border-radius: 50%;
}

.jobsHiringSection .owl-dot.active {
  background: #2469BC;
}

.jobsHiringSection .owl-nav {
  position: absolute;
  top: 32%;
  width: 100%;
}

.jobsHiringSection .owl-prev {
  display: inline-block;
  background: #2469BC;
  width: 4em;
  height: 4em;
  border: 0.5em solid #f2b2ce;
  border-radius: 50%;
  margin-right: 1.5em;
  position: absolute;
  left: -40px;
  top: 50%;
  transform: translate(0, 0%);
}

.jobsHiringSection .owl-next {
  display: inline-block;
  background: #2469BC;
  width: 4em;
  height: 4em;
  border: 0.5em solid #f2b2ce;
  border-radius: 50%;
  margin-left: 1.5em;
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translate(0, 0%);
}

.jobsHiringSection .owl-prev:after {
  content: "";
  display: inline-block;
  margin-top: 11px;
  margin-left: 12px;
  width: 8px;
  height: 8px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  -moz-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.jobsHiringSection .owl-next:after {
  content: "";
  display: inline-block;
  margin-top: 11px;
  margin-left: 9px;
  width: 8px;
  height: 8px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

a:hover .jobsHiringSection .owl-prev,
a:hover .jobsHiringSection .owl-prev {
  border: 0.5em solid #e74c3c;
}

a:hover .jobsHiringSection .owl-next:after,
a:hover .jobsHiringSection .owl-next:after {
  border-top: 0.5em solid #e74c3c;
  border-right: 0.5em solid #e74c3c;
}

.jobsHiringSection .item {
  padding: 5px;
}

.jobsHiringInner {
  display: block;
  text-align: center;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.27);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.27);
  padding: 15px;
}

.jobsHiringInner .left {
  display: inline-block;
  width: 49%;
  vertical-align: top;
  margin-top: 10px;
}

.jobsHiringInner .right {
  display: inline-block;
  width: 49%;
  vertical-align: top;
  padding-left: 20px;
  margin-top: 22px;
}

.jobsHiringInner .right h4 {
  display: block;
  font-size: 1.5em;
  color: #000000;
  font-style: normal;
  font-weight: 700;
  margin: 0;
}

.jobsHiringInner .right p {
  display: block;
  font-size: 1.2em;
  color: #474747;
  font-weight: 400;
  text-align: left;
}

.jobsHiringInner .bottom {
  display: block;
  border-top: 1px solid #e3e5ef;
  margin-top: 10px;
}

.jobsHiringInner .bottom ul {
  display: block;
  padding: 0px;
  margin-bottom: 0;
  text-align: center;
}

.jobsHiringInner .bottom ul li {
  display: inline-block;
  margin-top: 15px;
  font-size: 1.4em;
  color: #474747;
  font-weight: 400;
  position: relative;
}

.jobsHiringInner .bottom ul li svg {
  display: inline-block;
  width: 20px;
  fill: #2469BC;
}

.jobsHiringInner .bottom ul li span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
}

.jobsHiringInner .bottom ul li a {
  font-size: 14px;
  color: #474747;
  position: relative;
}

.jobsHiringInner .bottom ul li a:hover {
  color: #2469BC;
  text-decoration: none;
}

.res-link {
  color: #2469BC !important;
  text-decoration: none;
  position: relative;
  padding-bottom: 2px;
}

.res-link:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #2469BC;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}

.res-link:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}

.multicityLink {
  position: absolute;
  top: 35px;
  left: 24px;
  background: #ffffff;
  width: 200px;
  border: 1px solid #c1c1c1;
  border-radius: 6px;
  padding-bottom: 5px;
  -webkit-box-shadow: 0px 4px 16px -7px rgba(0, 0, 0, 0.68);
  -moz-box-shadow: 0px 4px 16px -7px rgba(0, 0, 0, 0.68);
  box-shadow: 0px 4px 16px -7px rgba(0, 0, 0, 0.68);
}

.multicityLink ul {
  height: 93px;
  overflow: auto;
}

.multicityLink ul li {
  margin-top: 0px !important;
  padding-left: 15px;
}

.multicityLink:after,
.multicityLink:before {
  border: solid transparent;
  content: " ";
  display: block;
  height: 0;
  position: absolute;
  pointer-events: none;
  width: 0;
  bottom: 100%;
}

.multicityLink:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  left: 20%;
  margin-left: -10px;
  border-width: 10px;
}

.multicityLink:before {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #c1c1c1;
  left: 20%;
  margin-left: -11px;
  border-width: 11px;
}

.viaSet {
  display: block;
  text-align: center;
  margin-top: 5px;
}

.viaSet h5 {
  font-size: 1.4em;
  font-weight: bold;
  color: #000000;
  margin: 10px 0px;
}

.viaSet span {
  display: inline-block;
  background: #e0e4ef;
  color: #000000;
  font-size: 1.3em;
  padding: 5px;
  border-radius: 4px;
}

.viaSet p {
  font-size: 1.4em;
  margin-top: 15px;
}

.viaSet a:hover {
  background: #ffffff;
  color: #2469BC;
}

.tchNqt-carousel .owl-dots {
  display: block;
  text-align: center;
  margin-top: 20px;
  position: absolute;
  bottom: 30px;
  width: 100%;
}

.tchNqt-carousel .owl-dot {
  display: inline-block;
  background: #c3c2c5;
  height: 10px;
  width: 10px;
  margin: 0 4px;
  border-radius: 50%;
}

.tchNqt-carousel .owl-dot.active {
  background: #2469BC;
}

.learners-inner {
  text-align: center;
}

.joinNetwork {
  display: block;
  background: #f1f0f4;
  padding-top: 80px;
}

.joinNetwork .textArea {
  display: block;
  text-align: left;
  color: #000000;
}

.joinNetwork .textArea h2 {
  font-size: 40px;
}

.joinNetwork .textArea p {
  font-size: 18px;
}

.newsLatter {
  display: block;
  margin-top: 30px;
}

.newsLatter input {
  display: inline-block;
  background: #ffffff;
  width: 46%;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  padding: 7px 0 7px 20px;
  margin-right: 10px;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.66);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.66);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.66);
  border: none;
}

.newsLatter button {
  display: inline-block;
  font-size: 16px;
  background: #2469BC;
  color: #ffffff;
  padding: 7px 20px;
  border: none;
  border-radius: 5px;
}

.joinNetwork img {
  display: inline-block;
  width: 60%;
}

.job-search {
  background: #ffffff;
  margin-top: 101px;
  padding: 25px 0;
}

.filter-Wrap .col-sm-5 {
  padding-right: 25px;
}

.filter-Wrap .col-sm-5::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 32px;
  position: absolute;
  top: 8px;
  right: 0;
  background: #dadde9;
}

.job-search .form-group {
  margin-bottom: 0;
  position: relative;
}

.divJobSearch .searchIcon {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate(0, -50%);
  z-index: 2;
  display: block;
  width: 18px;
  height: 18px;
  line-height: 18px;
}

.divJobSearch .searchIcon svg {
  fill: #2469BC;
}

.divJobSearch .search {
  height: 48px;
  border: none;
  background: #ffffff;
  box-shadow: 0px 0px 8px rgba(228, 17, 101, 0.1);
  border-radius: 39px;
  padding: 0 0 0 35px;
  font-size: 1.6em;
}

.divJobSearch a {
  position: absolute;
  right: 0px;
  font-size: 1.3em;
  color: #2469BC;
  line-height: 50px;
  padding-right: 15px;
}

.filter-Wrap .col-sm-7 {
  padding-left: 25px;
}

.other-filters {
  display: flex;
  /* justify-content: space-between; */
}

.filter-btn {
  height: 48px;
  background: #ffffff;
  box-shadow: 0px 0px 8px rgba(228, 17, 101, 0.1);
  border-radius: 39px;
  border: none;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4em;
  color: #000000;
  padding: 0 60px 0 20px;
  outline: none !important;
  position: relative;
  margin-right: 30px;
}

.filter-btn.dropdown-toggle::after {
  content: "";
  display: block;
  border-bottom: 2px solid #2469BC;
  border-right: 2px solid #2469BC;
  border-top: none;
  border-left: none;
  transform: rotateZ(45deg);
  height: 7px;
  width: 7px;
  position: absolute;
  cursor: pointer;
  right: 20px;
  top: 20px;
  transition: all 0.4s ease;
}

.other-filters .show .filter-btn.dropdown-toggle::after {
  transform: rotateZ(220deg);
  top: 23px;
}

.filter-btn:hover {
  color: #000000;
  background-color: transparent;
  border-color: transparent;
}

.filter-btn:not(:disabled):not(.disabled):active:focus,
.filter-btn:not(:disabled):not(.disabled).active:focus,
.show>.filter-btn.dropdown-toggle:focus {
  box-shadow: 0px 0px 8px rgba(228, 17, 101, 0.1);
}

.filter-btn:not(:disabled):not(.disabled).active,
.show>.filter-btn.dropdown-toggle {
  color: #000000;
  background-color: transparent;
  border-color: transparent;
}

.other-filters select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(../select-arrow.html) no-repeat;
  background-position: calc(100% - 15px) calc(1em + 7px),
    calc(100% - 15px) calc(1em + 2px), calc(100% - 0.5em) 0.5em;
}

.other-filters option {
  box-shadow: 0px 0px 8px rgba(228, 17, 101, 0.1);
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  border: none;
  overflow: hidden;
  font-style: normal;
  font-weight: 400;
  font-size: 1em;
  color: #000000;
  padding: 10px 25px 10px 15px;
}

.other-filters .dropdown-menu {
  padding: 0;
  box-shadow: 0px 0px 8px rgba(228, 17, 101, 0.1);
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  border: none;
  overflow: hidden;
}

.other-filters .dropdown-item {
  font-style: normal;
  font-weight: 400;
  font-size: 1.4em;
  color: #000000;
  padding: 10px 25px 10px 15px;
}

.other-filters .dropdown-item:hover,
.other-filters .dropdown-item:focus {
  background: #f5faff;
  font-weight: 600;
}

.moreFilters {
  margin-top: 25px;
  display: flex;
  align-items: center;
}

.moreFilters .show-more {
  display: flex;
  align-items: center;
}

.moreFilters .show-more.show-more-filter {
  display: none;
}

.moreFilters a {
  font-style: normal;
  font-weight: 700;
  font-size: 1.6em;
  color: #2469BC;
  text-decoration: none;
}

.all-jobs {
  background: #f5f5f5;
}

.job-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
}

.job-header .job-result h2 {
  font-family: "HouschkaRoundedAlt-Medium";
  font-style: normal;
  font-weight: 400;
  font-size: 3.2em;
  color: #000000;
  text-align: left;
}

.job-header .job-result p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.4em;
  color: #373f41;
  text-align: left;
  margin: 0;
}

.job-sort .filter-btn {
  width: 233px;
  margin: 0;
  text-align: left;
}

.job-sort .filter-btn {
  height: 48px;
  background: #ffffff;
  box-shadow: 0px 0px 8px rgba(228, 17, 101, 0.1);
  border-radius: 39px;
  border: none;

  font-style: normal;
  font-weight: 400;
  font-size: 1.4em;
  color: #000000;
  padding: 0 60px 0 20px;
  outline: none !important;
  position: relative;
  margin-right: 0;
}

.job-sort .filter-btn svg {
  display: inline-block;
  fill: #2469BC;
  width: 16px;
}

.job-sort .filter-btn img {
  padding-right: 8px;
}

.job-sort .filter-btn.dropdown-toggle::after {
  content: "";
  display: block;
  border-bottom: 2px solid #2469BC;
  border-right: 2px solid #2469BC;
  border-top: none;
  border-left: none;
  transform: rotateZ(45deg);
  height: 7px;
  width: 7px;
  position: absolute;
  cursor: pointer;
  right: 20px;
  top: 20px;
  transition: all 0.4s ease;
}

.job-sort .show .filter-btn.dropdown-toggle::after {
  transform: rotateZ(220deg);
  top: 23px;
}

.job-sort .filter-btn:hover {
  color: #000000;
  background-color: #ffffff;
  border-color: #ffffff;
}

.job-sort .filter-btn:not(:disabled):not(.disabled):active:focus,
.job-sort .filter-btn:not(:disabled):not(.disabled).active:focus,
.show>.job-sort .filter-btn.dropdown-toggle:focus {
  box-shadow: 0px 0px 8px rgba(228, 17, 101, 0.1);
}

.job-sort .filter-btn:not(:disabled):not(.disabled).active,
.job-sort .show .filter-btn.dropdown-toggle {
  color: #000000;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}

.job-sort .dropdown-menu {
  padding: 0;
  box-shadow: 0px 0px 8px rgba(228, 17, 101, 0.1);
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  border: none;
  overflow: hidden;
  width: 100%;
  margin-top: 10px;
}

.job-sort .dropdown-item {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  padding: 10px 25px 10px 15px;
}

.job-sort .dropdown-item:hover,
.job-sort .dropdown-item:focus {
  background: #f5faff;
}

.jobListWrapper {
  padding-bottom: 20px;
}

.job-list {
  background: #ffffff;
  padding: 20px;
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.08);
  margin-bottom: 25px;
}

.company-head {
  display: flex;
  justify-content: space-between;
  padding-bottom: 25px;
  border-bottom: 1px solid #dadde9;
}

.company-name {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.company-logo {
  padding-right: 20px;
}

.job-name h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 1.6em;
  color: #000000;
  text-align: left;
}

.job-name .posted-by {
  list-style: none;
  padding: 0;
  margin: 0;
}

.job-name .posted-by li {
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4em;
  color: #474747;
  text-align: left;
  vertical-align: middle;
  padding: 0 12px;
  line-height: normal;
}

.job-name .posted-by li:first-child {
  padding-left: 0;
  border-right: 1px solid #dadde9;
}

.job-name .posted-by svg {
  display: inline-block;
  width: 17px;
  fill: #2469BC;
}

.job-name .posted-by li span {
  vertical-align: middle;
}

.job-name .posted-by li strong {
  color: #000000;
}

.apply-date p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.4em;
  color: #373f41;
}

.apply-date span {
  font-weight: 600;
}

.company-ftr {
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
  align-items: center;
}

.company-ftr .job-requirement ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.company-ftr .job-requirement ul li {
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4em;
  color: #474747;
  text-align: left;
  vertical-align: middle;
  padding-right: 20px;
}

.company-ftr .job-requirement ul li svg {
  display: inline-block;
  width: 15px;
  fill: #2469BC;
}

.company-ftr .job-requirement ul li span {
  vertical-align: middle;
  padding-left: 8px;
}

.job-btns .btn {
  font-weight: 700;
  font-style: normal;
  font-size: 1.4em;
  color: #ffffff;
  border: none;
  background: #2469BC;
  border: 1px solid #2469BC;
  padding: 10px 30px;
  border-radius: 10px;
  transition: all 0.4s ease;
  min-width: 150px;
  margin-left: 17px;
}

.job-btns .apply-btn:hover {
  background: #ffffff;
  color: #2469BC;
}

.job-btns .save-btn {
  background: #ffffff;
  color: #2469BC;
}

.job-btns .save-btn:hover {
  color: #ffffff;
  background: #2469BC;
}

.job-btns .btn-link {
  background: none;
  border: none;
  min-width: auto;
  padding: 0;
}

.job-btns .btn-link svg {
  display: inline-block;
  width: 16px;
  fill: #2469BC;
}

.job-pagination .pagination {
  justify-content: flex-end;
}

.job-pagination .page-link {
  font-style: normal;
  font-weight: 400;
  font-size: 1.6em;
  color: #686e78;
  background: none;
  border: none;
  padding: 3px 10px;
  border-radius: 50%;
  transition: all 0.4s ease;
  margin: 0 5px;
}

.job-pagination .page-link svg {
  display: inline-block;
  width: 20px;
  fill: #2469BC;
}

.job-pagination .page-link.active {
  background: rgba(228, 17, 101, 0.2);
  border-radius: 50%;
  color: #000000;
  font-weight: 700;
}

.job-pagination .page-link:hover {
  background: rgba(228, 17, 101, 0.2);
  border-radius: 50%;
  color: #000000;
  font-weight: 700;
}

.job-pagination .page-link.long-prv:hover,
.job-pagination .page-link.long-nxt:hover {
  background: none;
}

.job-pagination .page-link.prv:hover,
.job-pagination .page-link.nxt:hover {
  background: none;
}

.jobhiHringSection {
  background: #f5f5f5;
}

.jobhiHringSection h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  color: #000000;
  text-align: left;
}

.jobhiHringSection .hiringInner {
  min-height: auto;
}

.jobhiHringSection .hiringInner .left {
  vertical-align: middle;
  padding-bottom: 15px;
}

.jobhiHringSection .hiringInner .right {
  vertical-align: middle;
}

.join-network {
  background: #f8f7fb;
  padding-top: 30px;
}

.join-network .row {
  align-items: center;
}

.job-network h2 {
  text-align: left;
}

.job-network p {
  text-align: left;
}

.join-img {
  text-align: right;
}

.email-us {
  display: flex;
}

.email-us .form-group {
  margin: 0 15px 0 0;
}

.email-us .form-control {
  min-width: 332px;
  height: 48px;
  background: #ffffff;
  box-shadow: 0px 0px 8px rgba(228, 17, 101, 0.1);
  border-radius: 4px;
  border: none;
  font-size: 1.8em;
}

.job-details {
  margin-top: 101px;
  background: #000000;
  padding: 0 0 40px 0;
}

.job-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #1f1f1f;
  padding: 30px 0;
}

.company-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.jobname-block {
  padding-left: 30px;
}

.company-block .img-block {
  width: 300px;
}

.company-block .img-block img {
  display: block;
  width: 100%;
}

.jobname-block h2 {
  font-family: "HouschkaRoundedAlt-Medium";
  font-style: normal;
  font-size: 4em;
  color: #ffffff;
  text-align: left;
}

.posted-block {
  list-style: none;
  padding: 0;
  margin: 0;
}

.posted-block li {
  font-style: normal;
  font-weight: 400;
  font-size: 1.6em;
  color: #ffffff;
  display: inline-block;
  padding: 0 12px;
  line-height: 16px;
}

.posted-block li:first-child {
  padding-left: 0;
  border-right: 1px solid #dadde9;
}

.posted-block li svg {
  display: inline-block;
  width: 15px;
  fill: #2469BC;
}

.posted-block li span {
  padding-left: 10px;
}

.date-block p {
  font-style: normal;
  font-size: 1.6em;
  color: #ffffff;
  background: #1f1f1f;
  border-radius: 27px;
  padding: 10px 15px;
}

.ftr-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0 0 0;
}

.requirement-block {
  max-width: 650px;
}

.requirement-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.requirement-block ul li {
  display: inline-block;
  font-style: normal;
  font-size: 1.6em;
  color: #ffffff;
  padding-right: 20px;
  vertical-align: middle;
}

.requirement-block ul li svg {
  display: inline-block;
  fill: #2469BC;
  width: 20px;
}

.requirement-block ul li span {
  vertical-align: middle;
  padding-left: 10px;
}

.btns-block .btn {
  font-style: normal;
  font-size: 1.6em;
  color: #ffffff;
  border: none;
  background: #2469BC;
  border: 1px solid #2469BC;
  padding: 10px 0;
  border-radius: 10px;
  transition: all 0.4s ease;
  min-width: 150px;
  margin-left: 17px;
}

.btns-block .btn.save-btn {
  background: #000000;
  color: #2469BC;
}

.btns-block .btn.btn-link {
  background: none;
  border: none;
  min-width: auto;
  padding: 0;
}

.btns-block .btn.btn-link svg {
  display: inline-block;
  width: 16px;
  fill: #2469BC;
}

.btns-block .btn.apply-btn:hover {
  background: #000000;
  color: #2469BC;
}

.btns-block .btn.save-btn:hover {
  color: #ffffff;
  background: #2469BC;
}

.job-summary {
  background: #f5f5f5;
  padding: 40px 0;
}

.job-summary h3 {
  font-weight: 700;
  font-style: normal;
  font-size: 2.4em;
  color: #000000;
  margin: 30px 0 10px 0;
}

.job-summary h3:first-child {
  margin: 0 0 10px 0;
}

.jobinfo-block p {
  font-style: normal;
  color: #474747;
  margin-bottom: 10px;
  text-align: left;
}

.jobinfo-block .knowledge-block {
  list-style: disc;
  padding-left: 15px;
  margin: 10px 0 0 0;
}

.jobinfo-block .knowledge-block li {
  font-style: normal;
  font-weight: 400;
  font-size: 1.8em;
  color: #474747;
}

.jobinfo-block .skills-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

.jobinfo-block .skills-list li {
  display: inline-block;
  font-style: normal;
  font-weight: 600;
  font-size: 1.6em;
  color: #474747;
  background: #edf6ff;
  padding: 10px 15px;
  margin: 0 15px 15px 0;
}

.about-company {
  border-top: 1px solid #dadde9;
  padding: 35px 0 20px 0;
}

.about-company h3 {
  margin: 0 0 20px 0;
}

.about-company .company-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.about-company .company-wrap .com-details {
  padding-left: 20px;
}

.about-company .company-wrap .com-details h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 2.4em;
  color: #474747;
  text-align: left;
}

.about-company .company-wrap .com-details ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-content: center;
}

.about-company .company-wrap .com-details ul li {
  font-style: normal;
  font-weight: 400;
  font-size: 1.6em;
  color: #474747;
  padding-right: 20px;
}

.about-company .company-wrap .com-details ul li svg {
  display: inline-block;
  width: 18px;
  fill: #2469BC;
}

.about-company .company-wrap .com-details ul li span {
  padding-left: 6px;
  vertical-align: middle;
}

.similar-jobs {
  border-left: 1px solid #dadde9;
  padding-left: 20px;
}

.similar-jobs h3 {
  margin-bottom: 35px !important;
}

.similarJobs-list {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.similarJobs-list .similarJobs-name {
  padding-left: 15px;
}

.similarJobs-list .similarJobs-name p {
  font-style: normal;
  font-weight: 600;
  font-size: 1.6em;
  color: #000000;
  margin-bottom: 7px;
  text-align: left;
}

.similarJobs-list .similarJobs-name ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.similarJobs-list .similarJobs-name ul li {
  font-style: normal;
  font-weight: 400;
  font-size: 1.4em;
  color: #474747;
  margin-bottom: 8px;
}

.similarJobs-list .similarJobs-name ul li svg {
  display: inline-block;
  width: 15px;
  fill: #2469BC;
}

.similarJobs-list .similarJobs-name ul li span {
  vertical-align: middle;
  padding-left: 9px;
}

.similar-jobs a.view-more {
  display: block;
  width: 100%;
  font-style: normal;
  font-weight: 700;
  font-size: 1.6em;
  color: #2469BC;
  text-align: center;
  background: #f5f5f5;
  border: 1px solid #2469BC;
  border-radius: 8px;
  text-decoration: none;
  padding: 10px 0;
  transition: all ease 0.5s;
}

.similar-jobs a.view-more:hover {
  color: #f5f5f5;
  background: #2469BC;
}

.reccomended-products {
  background: #edf6ff;
  padding: 40px 0;
}

.products-inner h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 2.4em;
  color: #000000;
}

.products-inner p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.8em;
  color: #474747;
  text-align: left;
}

/* Job pages css end */

/* About us css start */
.about-banner {
  /* margin-top: 101px; */
  background: #000000;
  padding: 0 0 40px 0;
  height: 516px;
}

.about-banner .banner-caption {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  height: 450px;
  position: relative;
  z-index: 2;
}










.about-banner .banner-caption h2 {
  font-family: "HouschkaRoundedAlt-Medium";
  font-size: 4.8em;
  color: #ffffff;
  text-align: left;
}

.about-banner .banner-caption p {
  font-size: 1.6em;
  color: #ffffff;
  text-align: left;
}

.contactUs-banner .banner-caption {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  height: 450px;
  position: relative;
  z-index: 2;
}

.contactUs-banner .banner-caption h2 {
  font-family: "HouschkaRoundedAlt-Medium";
  font-size: 4.8em;
  color: #ffffff;
  text-align: left;
}

.contactUs-banner .banner-caption p {
  font-size: 1.6em;
  color: #ffffff;
  text-align: left;
}

.about-text {
  background: #ffffff;
}

.about-text p {
  font-style: normal;
  font-weight: 700;
  font-size: 1.8em;
  text-align: left;
  margin: 0;
}

.our-offerings {
  background: #f9f9f9;
}

.offers-tabs {
  padding: 30px 0 0 0;
  display: flex;
}

.offers-tabs .link-tab {
  width: 25%;
}

.offers-tabs .link-tab .responsive-tabs.nav-tabs {
  position: relative;
  height: 60px;
  overflow: visible;
  border-bottom: none;
}

.offers-tabs .link-tab .responsive-tabs.nav-tabs>li {
  display: none;
  float: none;
}

.offers-tabs .link-tab .responsive-tabs.nav-tabs>li.active {
  display: block;
}

.offers-tabs .link-tab .responsive-tabs.nav-tabs.open>li {
  display: block;
}

.offers-tabs .nav-link {
  font-style: normal;
  font-weight: 400;
  font-size: 1.8em;
  color: #474747;
  /* For UI Correction : Updated padding left to 18px to fit content on cards lhs */
  padding: 15px 0 15px 18px;
  border: none;
}

.offers-tabs .nav-link span {
  vertical-align: middle;
  padding-left: 2px;
}

.offers-tabs .nav-link.active {
  background: #ffffff;
  color: #2469BC;
  font-weight: 700;
  border-radius: 0;
  z-index: 2;
  position: relative;
  -webkit-box-shadow: -14px -1px 21px -7px rgba(217, 217, 217, 1);
  -moz-box-shadow: -14px -1px 21px -7px rgba(217, 217, 217, 1);
  box-shadow: -14px -1px 21px -7px rgba(217, 217, 217, 1);
  cursor: default;
}

.offers-tabs .nav-link svg {
  display: inline-block;
  width: 20px;
  fill: #4f4f4f;
}

.offers-tabs .nav-link.active svg {
  fill: #2469BC;
}

.offers-tabs .link-content {
  padding: 30px 30px 0px 30px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 21px -1px rgba(217, 217, 217, 1);
  -moz-box-shadow: 0px 0px 21px -1px rgba(217, 217, 217, 1);
  box-shadow: 0px 0px 21px -1px rgba(217, 217, 217, 1);
  width: 75%;
}

.offers-tabs .link-content .tab-content {
  
  /*For UI Correction : In SegmentGov page on Boost Your Learning Experience, Line is seen when color applied*/
  height: 439px;
  overflow-y: hidden;
  overflow-x: hidden;
  padding-right: 15px;
}

/*fluid header change for tab-content*/
.govt-landing-fluid .link-content .tab-content {
  height: max-content;
  overflow-y: hidden;
  overflow-x: hidden;
  padding-right: 15px;
}

/* For UI correction: In SE added h4  */
.offers-tabs .link-content p,
h4 {
  text-align: left;
  color: #474747;
}

.offers-tabs .link-content .tab-content::-webkit-scrollbar {
  width: 2px;
}

/* .offers-tabs .link-content .tab-content::-webkit-scrollbar-track { background: #D9D9D9; } */

/* FOR UI CORRECTION */
.offers-tabs .link-content .tab-content::-webkit-scrollbar-thumb {
  /* background: #c0c0c0; */
  border: 3px solid #9e9e9e;

}

.we-growing p {
  color: #474747;
  font-weight: 400;
  margin-bottom: 40px;
}

.growing-carousel .inner-count {
  text-align: center;
}

.growing-carousel .inner-count svg {
  display: inline-block;
  /* fill: #2469BC; */
  height: 40px;
}

.growing-carousel .inner-count h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 3.2em;
  color: #2469bc;
  margin: 0;
  padding: 20px 0 15px 0;
}

.growing-carousel .inner-count p {
  font-style: normal;
  font-weight: 400;
  font-size: 2em;
  color: #474747;
  margin: 0;
}

.growing-carousel .owl-dots {
  display: block;
  text-align: center;
  margin-top: 20px;
}

.growing-carousel .owl-dot {
  display: inline-block;
  background: #c3c2c5;
  height: 10px;
  width: 10px;
  margin: 0 4px;
  border-radius: 50%;
}

.growing-carousel .owl-dot.active {
  background: #2469BC;
}

.clients-wrapper .courses-tabs .nav-tabs {
  width: 155px;
  margin: 0 auto;
  padding: 0;
}

.clients-wrapper .courses-tabs .nav-tabs .nav-item {
  display: inline-block;
  margin: 0;
}

.clients-wrapper .courses-tabs .nav-tabs .nav-item:first-child {
  padding-right: 30px;
}

.client-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  /* For UI correction : Fixes for buttons of carousel in clients */
  padding: 35px 0px;
  /* flex-direction: column; */
}

.client-container .client-block {
  flex-basis: 30%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column; 
  gap: 25px;
}

.client-container .client-block .imgBlock {
  background: #ffffff;
  box-shadow: 0px 5px 26px rgba(60, 100, 177, 0.08);
  border-radius: 8px;
  overflow: hidden;
}



@media (max-width: 767px) {
  .clients-wrapper .imgBlock {
      padding: 5px;
      flex: 0 0 33.33%;
  }
  .client-container {
    flex-wrap: wrap;
    padding: 0;
}
  .clients-wrapper .owl-carousel .owl-item p {
      flex: 0 0 100%;
  }
  .clients-wrapper .owl-carousel .owl-item .imgBlock img {
      width: 75%;
      margin: 0 auto;
  }
  .clients-wrapper .client-container .imgBlock img {
      width: 75%;
      margin: 0 auto;
  }
  .clients-wrapper .ourClient-carousel .item {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around;
      align-items: center;
      padding: 0;
  }
}

@media (max-width: 540px) {
  .clients-wrapper .owl-carousel .owl-item .imgBlock img {
      width: 100%;
  }
  .clients-wrapper .client-container .imgBlock img {
      width: 100%;
  }
}

.tcsion-partner .enquire-wrap {
  display: table-cell;
  height: 300px;
  vertical-align: middle;
  padding: 15px 0 20px 0;
  position: relative;
  z-index: 99;
}

.ourClient-carousel .item {
  text-align: center;
}

.ourClient-carousel .client-block {
  display: inline-block;
  vertical-align: middle;
  padding: 0 25px;
}

.ourClient-carousel .client-block .imgBlock {
  margin-bottom: 25px;
}

.ourClient-carousel .owl-dots {
  display: block;
  text-align: center;
  margin-top: 20px;
}

.ourClient-carousel .owl-dot {
  display: inline-block;
  background: #c3c2c5;
  height: 10px;
  width: 10px;
  margin: 0 4px;
  border-radius: 50%;
}

.ourClient-carousel .owl-dot.active {
  background: #2469BC;
}

.awards-accolades .awards-carousel .item {
  padding: 15px;
}

.awards-accolades .awards-carousel .awards-block {
  background: #ffffff;
  box-shadow: 0px 1px 8px rgba(0, 80, 149, 0.2);
  border-radius: 8px;
  text-align: center;
  padding: 25px;
}

.awards-accolades .awards-carousel .awards-block img {
  width: 100px;
  height: 100px;
  margin: 0 auto;
}

.awards-accolades .awards-carousel .awards-block h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 1.8em;
  color: #000000;
  margin-top: 20px;
}

.awards-accolades .awards-carousel .awards-block p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.2em;
  color: #474747;
  margin: 0;
}

.awards-accolades .awards-carousel .owl-dots {
  display: block;
  text-align: center;
  margin-top: 20px;
}

.awards-accolades .awards-carousel .owl-dot {
  display: inline-block;
  background: #c3c2c5;
  height: 10px;
  width: 10px;
  margin: 0 4px;
  border-radius: 50%;
}

.awards-accolades .awards-carousel .owl-dot.active {
  background: #2469BC;
}

.contact-us {
  background: #f9f9f9;
}

.contact-us .row {
  align-items: center;
}

.contact-us .contact-lhs {
  border-right: 1px solid #dadde9;
}

.contact-us .contact-lhs h2 {
  text-align: left;
}

.contact-us .contact-lhs p {
  text-align: left;
}

.contact-us .contact-rhs {
  padding: 30px 0 0 30px;
}

.contact-us .contact-rhs .cnt-email {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-us .contact-rhs .cnt-email li {
  padding-right: 39px;
}

.contact-us .contact-rhs .cnt-email li .cnt-icon {
  display: inline-block;
  width: 56px;
  height: 56px;
  background: #2469BC14;
  border-radius: 50%;
}

.contact-us .contact-rhs .cnt-email li .cnt-icon svg {
  display: block;
  margin: 0 auto;
  padding: 13px;
  fill: #2469BC;
  width: 56px;
}

.contact-us .contact-rhs .cnt-email li .cnt-text {
  display: inline-block;
  padding-left: 20px;
  vertical-align: top;
}

.contact-us .contact-rhs .cnt-email li .cnt-text p {
  font-weight: 600;
  font-size: 1.6em;
  text-align: left;
  color: #000000;
  margin: 0;
}

.contact-us .contact-rhs .cnt-email li .cnt-text a {
  font-weight: 400;
  font-size: 2em;
  text-align: left;
  color: #474747;
  text-decoration: none;
  position: relative;
  padding-bottom: 2px;
}

.contact-us .contact-rhs .cnt-email li .cnt-text a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #2469BC;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}

.contact-us .contact-rhs .cnt-email li .cnt-text a:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}

.contact-us .contact-rhs .cnt-email li .cnt-text span {
  font-style: normal;
  font-weight: 600;
  font-size: 1.4em;
  color: #474747;
  text-align: left;
  display: block;
  padding-top: 5px;
}

.contact-us .contact-rhs img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

/* About us css end */

/* Catalogue page css start */
.cource-filterby {
  margin-top: 101px;
}

.cource-filterby .filter-wrapper h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 1.6em;
  color: #000000;
  text-align: left;
}

.cource-filter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 20px;
}

.filterDropdown {
  position: relative;
}

.filterDropdown .dropdown-list {
  width: 230px;
  background: #fff;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  background: #ffffff;
  box-shadow: 0px 1px 54px rgba(0, 80, 149, 0.1);
  border-radius: 4px;
  display: none;
  z-index: 10;
  padding-bottom: 15px;
}

.filterDropdown .filterCheckbox {
  opacity: 0;
  transition: opacity 0.2s;
  padding: 15px 0 0 20px;
}

.filterDropdown .dropdown-label {
  display: block;
  height: 44px;
  font-size: 1.6em;
  color: #000000;
  font-style: normal;
  line-height: 42px;
  background: #fff;
  padding: 0 40px 0 20px;
  cursor: pointer;
  position: relative;
  margin: 0;
}

.filterDropdown .dropdown-label:before {
  content: "";
  display: block;
  border-bottom: 2px solid #000000;
  border-right: 2px solid #000000;
  border-top: none;
  border-left: none;
  transform: rotateZ(45deg);
  height: 7px;
  width: 7px;
  position: absolute;
  cursor: pointer;
  right: 20px;
  top: 18px;
  transition: all 0.4s ease;
}

.filterDropdown.open .dropdown-list {
  display: block;
}

.filterDropdown.open .filterCheckbox {
  transition: 2s opacity 2s;
  opacity: 1;
}

.filterDropdown.open .dropdown-label:before {
  transform: rotate(-137deg);
  top: 20px;
}

.filterCheckbox:last-child {
  margin-bottom: 0;
}

.filterCheckbox .checkbox-custom {
  display: none;
}

.filterCheckbox .checkbox-custom-label {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  line-height: 16px;
  font-size: 1.4em;
  color: #000000;
  margin-right: 0;
  margin-left: 0;
}

.filterCheckbox .checkbox-custom+.checkbox-custom-label:before {
  content: "";
  background: transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  text-align: center;
  width: 15px;
  height: 15px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  margin-top: -2px;
}

.filterCheckbox .checkbox-custom:checked+.checkbox-custom-label:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 4px;
  height: 10px;
  padding: 2px;
  transform: rotate(45deg);
  text-align: center;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  background: #2469BC;
}

.filterCheckbox .checkbox-custom:checked+.checkbox-custom-label:before {
  background: #2469BC;
  border: 1px solid #2469BC;
}

.filterCheckbox .dropdown-label:checked .filterCheckbox {
  background: #f5faff;
}

.filterRadio {
  position: relative;
}

.filterRadio .dropdown-menu li input {
  vertical-align: middle;
  cursor: pointer;
  display: none;
}

.filterRadio .dropdown-menu li input:checked+label::before {
  border-color: #2469BC;
}

.filterRadio .dropdown-menu li input:checked+label::after {
  transform: translateY(-50%) scale(0.55);
}

.filterRadio .dropdown-menu label {
  font-style: normal;
  font-weight: 400;
  font-size: 1.4em;
  color: #ffffff;
  text-decoration: none;
  margin: 0;
  cursor: pointer;
  padding-left: 30px;
  position: relative;
}

.filterRadio .dropdown-menu label::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 2px solid #474747;
  border-radius: 50%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: border-color 400ms ease;
}

.filterRadio .dropdown-menu li:first-child label::before {
  top: 58%;
}

.filterRadio .dropdown-menu li:first-child label::after {
  top: 58%;
}

.filterRadio ul {
  list-style: none;
  margin: 0;
  padding: 10px 0 0 0px;
  overflow: auto;
}

.filterRadio ul li {
  color: #000000;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
}

.filterRadio ul li input[type="radio"] {
  position: absolute;
  visibility: hidden;
}

.filterRadio ul li label {
  display: block;
  position: relative;
  font-weight: 300;
  font-size: 1.35em;
  padding: 0px 0px 0px 54px;
  margin: 5px auto;
  height: 30px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
}

.filterRadio ul li:hover label {
  color: #000000;
}

.filterRadio ul li .radcheck {
  display: block;
  position: absolute;
  border: 3px solid #2469BC;
  border-radius: 100%;
  height: 20px;
  width: 20px;
  top: 5px;
  left: 20px;
  z-index: 5;
  transition: border 0.25s linear;
  -webkit-transition: border 0.25s linear;
}

.filterRadio ul li:hover .radcheck {
  border: 3px solid #2469BC;
}

.filterRadio ul li .radcheck::before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 100%;
  height: 10px;
  width: 10px;
  top: 2px;
  left: 2px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}

.filterRadio input[type="radio"]:checked~.radcheck {
  border: 3px solid #2469BC;
}

.filterRadio input[type="radio"]:checked~.radcheck::before {
  background: #2469BC;
}

.filterRadio input[type="radio"]:checked~label {
  color: #2469BC;
}

.cource-filter a {
  font-style: normal;
  font-weight: 700;
  font-size: 1.6em;
  color: #2469BC;
  text-decoration: none;
  position: relative;
}

.cource-filter a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #2469BC;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}

.cource-filter a:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}

.filtered-tab {
  padding-top: 20px;
}

.filtered-tab h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 1.6em;
  color: #000000;
  text-align: left;
  margin-bottom: 30px;
}

.filtered-tab .filtered-list {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  display: inline-block;
}

.filtered-tab .filtered-list li {
  font-style: normal;
  font-weight: 400;
  font-size: 1.4em;
  color: #000000;
  display: inline-block;
  background: #ffffff;
  box-shadow: 0px 1px 4px rgba(0, 80, 149, 0.15);
  border-radius: 28px;
  padding: 5px 45px 6px 15px;
  margin: 0 15px 20px 0;
  position: relative;
}

.filtered-tab .filtered-list li.filteredHead {
  box-shadow: none;
  font-style: normal;
  font-weight: 700;
  font-size: 1.6em;
  color: #000000;
  padding: 5px 0 6px 15px;
  background: transparent !important;
  text-transform: capitalize;
}

.filtered-tab .filtered-list li .fltClearBtn svg {
  display: inline-block;
  height: 20px;
  fill: #2469BC;
}

.filtered-tab .filtered-list li .fltClearBtn {
  position: absolute;
  top: 3px;
  right: 12px;
}

.filtered-tab .filtered-list li.clearAll {
  box-shadow: none;
  padding: 5px 0 6px 0;
  font-size: 1.6em;
  background: transparent !important;
}

.filtered-tab .filtered-list li.clearAll a {
  text-decoration: none;
  font-style: normal;
  font-weight: 700;
  color: #2469BC;
}

.filtered-tab .filtered-list li.clearAll a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #2469BC;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}

.filtered-tab .filtered-list li.clearAll a:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}

.filtered-tab ul.filtered-list:last-child {
  display: block !important;
  padding-left: 15px;
}

.most-viewed {
  background: #d9d9d9;
  padding: 40px 0;
}

.most-viewed .mostView-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.most-viewed .mostView-list li {
  display: inline-block;
  margin: 0 15px 0 0;
  position: relative;
}

.most-viewed .mostView-list li:first-child {
  box-shadow: none;
  font-style: normal;
  font-weight: 700;
  font-size: 1.6em;
  color: #000000;
  background: none;
}

.most-viewed .mostView-list li a {
  font-style: normal;
  font-weight: 400;
  font-size: 1.4em;
  color: #000000;
  display: block;
  background: #ffffff;
  box-shadow: 0px 1px 4px rgba(0, 80, 149, 0.15);
  border-radius: 28px;
  padding: 5px 15px 6px 15px;
  text-decoration: none;
  transition: all 0.4s ease;
}

.most-viewed .mostView-list li a:hover {
  background: #ffffff;
  box-shadow: 0px 1px 4px rgba(0, 80, 149, 0.3);
  color: #2469BC;
}

.exploreLearningPrograms {
  background: #f9f9f9;
}

.exploreProgramsFilter {
  display: flex;
  justify-content: flex-end;
}

.exploreProgramsFilter .filter {
  height: 48px;
  background: #ffffff;
  box-shadow: 0px 0px 8px rgba(228, 17, 101, 0.1);
  border-radius: 39px;
  border: none;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4em;
  color: #000000;
  padding: 0 60px 0 40px;
  outline: none !important;
  position: relative;
  margin-right: 0;
}

.exploreProgramsFilter .filter svg {
  display: inline-block;
  fill: #2469BC;
  width: 16px;
}

.exploreProgramsFilter .filter.dropdown-toggle::after {
  content: "";
  display: block;
  border-bottom: 2px solid #2469BC;
  border-right: 2px solid #2469BC;
  border-top: none;
  border-left: none;
  transform: rotateZ(45deg);
  height: 7px;
  width: 7px;
  position: absolute;
  cursor: pointer;
  right: 20px;
  top: 20px;
  transition: all 0.4s ease;
}

.exploreProgramsFilter .dropdown-menu {
  padding: 0;
  box-shadow: 0px 0px 8px rgba(228, 17, 101, 0.1);
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  border: none;
  overflow: hidden;
  width: 100%;
  margin-top: 10px;
}

.exploreProgramsFilter .dropdown-item {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  padding: 10px 25px 10px 15px;
}

.exploreProgramsFilter .dropdown-item.active {
  background: #2469BC;
  color: #ffffff;
}

.exploreProgramsFilter .list-view {
  list-style: none;
  padding: 0;
  margin: 0;
  background: #ffffff;
  box-shadow: 0px 0px 8px rgba(228, 17, 101, 0.1);
  border-radius: 39px;
  border: none;
  margin-left: 20px;
  display: none;
  align-items: center;
  padding: 0 15px;
}

.exploreProgramsFilter .list-view li {
  padding: 5px 5px;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.exploreProgramsFilter .list-view li:hover {
  background: #2469BC;
}

.exploreProgramsFilter .list-view li:hover svg {
  fill: #ffffff;
}

.exploreProgramsFilter .list-view li.active {
  background: #2469BC;
  border-radius: 50%;
}

.exploreProgramsFilter .list-view li.active svg {
  fill: #ffffff;
}

.exploreProgramsFilter .list-view li svg {
  display: inline-block;
  height: 24px;
  fill: #2469BC;
}

.rightFilterDiv {
  display: flex;
}

div.jqcloud {
  font-size: 10px;
  line-height: normal;
  width: 100% !important;
}

div.jqcloud a {
  font-size: inherit;
  text-decoration: none;
}

div.jqcloud a.w10 {
  font-size: 550%;
}

div.jqcloud a.w9 {
  font-size: 500%;
}

div.jqcloud a.w8 {
  font-size: 450%;
}

div.jqcloud a.w7 {
  font-size: 400%;
}

div.jqcloud a.w6 {
  font-size: 350%;
}

div.jqcloud a.w5 {
  font-size: 300%;
}

div.jqcloud a.w4 {
  font-size: 250%;
}

div.jqcloud a.w3 {
  font-size: 200%;
}

div.jqcloud a.w2 {
  font-size: 150%;
}

div.jqcloud a.w1 {
  font-size: 100%;
}

div.jqcloud {
  color: #2ba0fd;
}

div.jqcloud a.w10 {
  color: #2469BC;
}

div.jqcloud a.w9 {
  color: #007dc5;
}

div.jqcloud a.w8 {
  color: #007dc5;
}

div.jqcloud a.w7 {
  color: #007dc5;
}

div.jqcloud a.w6 {
  color: #2469BC;
}

div.jqcloud a.w5 {
  color: #007dc5;
}

div.jqcloud a.w4 {
  color: #007dc5;
}

div.jqcloud a.w3 {
  color: #007dc5;
}

div.jqcloud a.w2 {
  color: #007dc5;
}

div.jqcloud a.w1 {
  color: #2469BC;
}

div.jqcloud {
  overflow: hidden;
  position: relative;
  margin: 20px auto;
}

div.jqcloud a {
  padding: 0;
}

.testimonialsSection {
  background: #edf6ff;
}

.testimonialsSearch {
  position: relative;
}

.testimonialsSearch svg {
  fill: #2469BC;
}

.testimonialsSearch input {
  height: 30px;
  padding: 22px 20px 22px 40px;
  font-size: 1.3em;
  color: #000000;
  width: 250px;
  background: #ffffff;
  box-shadow: 0px 0px 8px rgba(228, 17, 101, 0.1);
  border-radius: 39px;
  border: none;
}

.testimonialsSearch i {
  position: absolute;
  top: 12px;
  left: 12px;
}

.filterOverlay {
  position: fixed;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0px;
  left: 0px;
  z-index: 999;
}

.filterOverlay .filterPopup {
  background: #000;
  width: 35%;
  height: 100vh;
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 50px;
  z-index: 9999;
}

.filterOverlay .filterPopup .popClose {
  position: absolute;
  right: 50px;
  top: 50px;
}

.filterOverlay .filterPopup h3 {
  display: block;
  text-align: left;
  font-size: 2.6em;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 10px;
}

.filterOverlay .popupInside {
  display: block;
  width: 700px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.filterOverlay .popupInside img {
  width: 100%;
}

.filterOverlay .popupInside .close {
  position: absolute;
  top: 20px;
  right: 20px;
}

.filterOverlay .popupInside i svg {
  fill: #2469BC;
  height: 12px;
  width: auto;
}

.hidden {
  overflow: hidden !important;
}

.recordListing {
  display: block;
  position: absolute;
  bottom: 15px !important;
  right: 10px;
}

.recordListing li {
  display: inline-block;
  margin: 0 10px;
}

.recordListing li a.saveBtn {
  background: #2469BC;
  padding: 6px 12px;
  font-size: 1.4em;
  color: #fff;
  border-radius: 5px;
}

.recordListing li a.saveBtn:hover {
  text-decoration: none;
  color: #fff;
}

.thanksDiv {
  display: block;
  text-align: center;
  padding: 50px 0;
}

.thanksDiv i {
  display: inline-block;
}

.thanksDiv h3 {
  display: block;
  text-align: center;
  font-size: 2.8em;
}

.thanksDiv p {
  display: block;
  text-align: center;
  font-size: 1.6em;
}

#exampleModalCenter .close {
  right: 0px !important;
  top: -40px;
  color: #2469BC !important;
  background: #ffffff;
  width: 30px;
  border-radius: 5px;
}

#exampleModalCenterimg .close {
  right: 0px !important;
  top: -40px;
  color: #2469BC !important;
  background: #ffffff;
  width: 30px;
  border-radius: 5px;
}

#testimonialsModalCenter .close {
  right: 25px !important;
  top: 15px;
  color: #2469BC !important;
}

#thankuModalCenter .close {
  right: 25px !important;
  top: 15px;
  color: #2469BC !important;
}

#audioModalCenter .close {
  right: 0px !important;
  top: -40px;
  color: #2469BC !important;
  background: #ffffff;
  width: 30px;
  border-radius: 5px;
}

.testiPopup .close {
  right: 0px !important;
  top: 0px;
  color: #2469BC !important;
}

.testiPopup .modal-content {
  padding: 30px;
}

.testiPopup .modal-content .icon-cuama svg {
  fill: #2469BC;
}

.testiPopup .modal-content .textTest p {
  font-size: 1.6em;
  text-align: left;
}

.testiPopup .modal-content .otherName {
  display: inline-block;
  margin-left: 15px;
}

.testiPopup .modal-content .otherName .displayName {
  margin-left: 0px;
}

.otherName .video-btn {
  position: absolute;
  right: 0px;
  top: 0px;
}

.collaborators-img-popup {
  width: 80px;
  border-radius: 50%;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  vertical-align: top;
}

.collaborators-img-popup img {
  display: inline-block;
  width: 100%;
}

.segmentDiv ul {
  padding: 0px;
}

.segmentDiv ul li {
  padding-bottom: 20px;
  display: inline-block;
  margin-right: 20px;
}

.segmentDiv ul li a {
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  font-size: 1.8em;
  color: #ffffff;
  text-decoration: none;
  background: #1f1f1f;
  padding: 10px 20px 10px 45px;
  position: relative;
  transition: all 0.4s ease;
}

.segmentDiv ul li a:hover {
  background: #000000;
  color: #2469BC;
  -webkit-box-shadow: 0px 0px 22px -2px rgba(228, 17, 101, 1);
  -moz-box-shadow: 0px 0px 22px -2px rgba(228, 17, 101, 1);
  box-shadow: 0px 0px 22px -2px rgba(228, 17, 101, 1);
}

.segmentDiv ul li a .pl-icon {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translate(0, -50%);
  width: 24px;
}

.segmentDiv ul li a .pl-icon svg {
  display: inline-block;
  width: 100%;
  height: 100%;
  fill: #fff;
  transition: all 0.4s ease;
}

.segmentDiv ul li a:hover .pl-icon svg {
  fill: #2469BC;
}

/* .fltPopBtns{position: absolute; bottom: 50px; left: 50px;} */
.fltPopBtns ul {
  display: block;
  width: 100%;
  padding: 0;
}

.fltPopBtns ul li {
  display: inline-block;
  margin-right: 20px;
}

.popClose {
  font-size: 1.8em;
  font-weight: bold;
}

#myTable {
  display: none;
}

.wytDiv {
  display: block;
  padding: 30px !important;
}

.wytDiv h3 {
  font-size: 1.9em;
  display: block;
  font-weight: bold;
}

.wytDiv ul {
  display: block;
  padding: 0px;
  margin-top: 15px;
}

.wytDiv ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}

.wytDiv ul li input {
  vertical-align: middle;
  cursor: pointer;
  display: none;
}

.wytDiv ul li input:checked+label::before {
  border-color: #2469BC;
}

.wytDiv ul li input:checked+label::after {
  transform: translateY(-50%) scale(0.55);
}

.wytDiv ul li label {
  font-style: normal;
  font-weight: 400;
  font-size: 1.5em;
  text-decoration: none;
  margin: 0;
  cursor: pointer;
  padding-left: 30px;
  position: relative;
}

.wytDiv ul li label::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 2px solid #474747;
  border-radius: 50%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: border-color 400ms ease;
}

.wytDiv ul li:first-child label::before {
  top: 58%;
}

.wytDiv ul li:first-child label::after {
  top: 58%;
}

.wytDiv ul li label::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #2469BC;
  border: 2px solid #2469BC;
  border-radius: 50%;
  top: 50%;
  left: 0;
  transform: translateY(-50%) scale(0);
  transition: transform 400ms ease;
}

.hiddenDiv {
  display: block;
  width: 100%;
}

.hiddenDiv p {
  font-size: 1.6em;
  padding-bottom: 15px;
}

.hiddenDiv .text {
  font-size: 1.3em;
  font-weight: bold;
}

.hiddenDiv p a:hover {
  text-decoration: none;
}

.hiddenDiv svg {
  fill: #2469BC;
}

.hiddenDiv ul li {
  font-size: 1.4em;
}

.hiddenDiv ul li .btn {
  background: #fff;
  color: #2469BC;
  border: 1px solid #2469BC;
  padding: 8px 15px;
  border-radius: 4px;
  transition: all ease 0.4s;
}

.hiddenDiv ul li .btn:hover {
  background: #2469BC;
  color: #ffffff;
  text-decoration: none;
}

.hideInner {
  display: block;
  width: 65%;
  background: #f9f9f9;
  padding: 15px;
  margin-bottom: 15px;
}

.label-text {
  background: #fff;
  color: #2469BC;
  border: 1px solid #2469BC;
  padding: 8px 15px !important;
  border-radius: 4px;
  transition: all ease 0.4s;
  font-size: 1.2em !important;
}

.label-text:hover {
  background: #2469BC;
  color: #ffffff;
  text-decoration: none;
}

.label-text input[type="file"] {
  display: none;
}

.label-text:after {
  display: none;
}

.label-text:before {
  display: none;
}

.audioRec {
  display: flex;
  justify-content: space-between;
  font-size: 1.4em;
}

.audioRec .recLabel {
  display: flex;
}

.audioRec .recLabel span {
  margin: 0 10px;
}

.audioRec .recPreview {
  display: flex;
  vertical-align: middle;
}

.audioRec .recPreview a:hover {
  text-decoration: none;
}

.recForm label {
  font-size: 1.4em;
  font-style: normal;
  font-weight: 400;
  color: #000000;
  text-align: left;
}

.recForm .form-control {
  font-style: normal;
  font-weight: 400;
  font-size: 1.6em;
  color: #474747;
  text-align: left;
  height: 48px;
  border: 1px solid #dadde9;
  border-radius: 4px;
  margin-bottom: 25px;
}

.recForm .form-control:focus {
  box-shadow: 0 0 7px 0 rgba(36, 105, 188, 0.2);
}

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

.testimonialsFilter .filter {
  height: 48px;
  background: #ffffff;
  box-shadow: 0px 0px 8px rgba(228, 17, 101, 0.1);
  border-radius: 39px;
  border: none;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4em;
  color: #000000;
  padding: 0 60px 0 44px;
  outline: none !important;
  position: relative;
  margin-right: 0;
}

.testimonialsFilter .filter svg {
  display: inline-block;
  fill: #2469BC;
  width: 16px;
}

.testimonialsFilter .filter.dropdown-toggle::after {
  content: "";
  display: block;
  border-bottom: 2px solid #2469BC;
  border-right: 2px solid #2469BC;
  border-top: none;
  border-left: none;
  transform: rotateZ(45deg);
  height: 7px;
  width: 7px;
  position: absolute;
  cursor: pointer;
  right: 20px;
  top: 20px;
  transition: all 0.4s ease;
}

.testimonialsFilter .dropdown-menu {
  padding: 0;
  box-shadow: 0px 0px 8px rgba(228, 17, 101, 0.1);
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  border: none;
  overflow: hidden;
  width: 100%;
  margin-top: 10px;
}

.testimonialsFilter .dropdown-item {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  padding: 10px 25px 10px 15px;
}

.testimonialsFilter .filterOption {
  list-style: none;
  padding: 0;
  margin: 0;
  background: #ffffff;
  box-shadow: 0px 0px 8px rgba(228, 17, 101, 0.1);
  border-radius: 39px;
  border: none;
  margin-left: 20px;
  display: flex;
  align-items: center;
  padding: 0 15px;
}

.testimonialsFilter .filterOption a {
  display: block;
  font-size: 1.3em;
  color: #000000;
}

.testimonialsFilter .filterOption a:hover {
  text-decoration: none;
}

.testimonialsFilter .filterOption svg {
  fill: #2469BC;
  height: 15px;
  width: auto;
  padding-right: 5px;
}

.exploreProgramsList {
  padding-bottom: 40px;
}

.exploreProgramsList h2 {
  text-align: left;
  font-size: 4em;
}

.exploreProgramsList .programsHeads {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}

.exploreProgramsList .programsHeads .lhs-txt {
  display: flex;
  align-items: center;
}

.exploreProgramsList .programsHeads .lhs-txt .hintIcon {
  display: inline-block;
  width: 32px;
  height: 32px;
  left: 0;
  top: 0;
  vertical-align: middle;
  margin: 0 10px;
}

.exploreProgramsList .programsHeads .lhs-txt .hintIcon svg {
  fill: #2469BC;
  vertical-align: top;
}

.exploreProgramsList .programsHeads .lhs-txt span {
  font-size: 2em;
  vertical-align: middle;
}

/*STANDRED STAMP*/
.programsList-carousel .item {
  padding: 0 20px;
}

.programsList-carousel .item span.learningProgram {
  background: #7158b1;
  position: absolute;
  top: 0;
  left: 14px;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4em;
  color: #ffffff;
  padding: 3px 25px 5px 25px;
  z-index: 2;
}

.programsList-carousel .item span.learningProgram::before {
  content: '';
  display: inline-block;
  border-left: 5px solid #702D00;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 3px;
  bottom: -6px;
  transform: rotateZ(-45deg);
}

.img-wrap span.contestProducts {
  background: #83EBE7;
}

.item span.contestProducts {
  background: #83EBE7;
  position: absolute;
  top: 0;
  left: 13px;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4em;
  color: #FFFFFF;
  padding: 6px 25px 6px 25px;
  z-index: 2;
}

.item span.contestProducts::before {
  content: '';
  display: inline-block;
  border-left: 5px solid #83EBE7;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 3px;
  bottom: -6px;
  transform: rotateZ(-45deg);
}

.detailPage span.contestProducts {
  background: #83EBE7;
  position: absolute;
  top: 0;
  left: 14px;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4em;
  color: #FFFFFF;
  padding: 3px 25px 5px 25px;
  z-index: 2;
}

.detailPage span.contestProducts::before {
  content: '';
  display: inline-block;
  border-left: 5px solid #83EBE7;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 3px;
  bottom: -6px;
  transform: rotateZ(-45deg);
}

.programsList-carousel .programsList-block {
  background: #ffffff;
  position: relative;
  min-height: 403.34px;
  overflow: hidden !important;
}

.programsList-carousel .item:hover .programsList-block {
  height: auto;
  /* overflow: auto; */
}

.programsList-carousel .item:hover .programsList-block .program-img .icon-wrap {
  position: fixed;
  right: 32px;
}

/* width */
.programsList-carousel .item:hover .programsList-block::-webkit-scrollbar {
  width: 0px;
}

/* Track */
.programsList-carousel .item:hover .programsList-block::-webkit-scrollbar-track {
  background: #d9d9d9;
}

/* Handle */
.programsList-carousel .item:hover .programsList-block::-webkit-scrollbar-thumb {
  /* background: #9e9e9e; */
  border: 3px solid #9e9e9e;

}

.programsList-block .program-img img {
  display: block;
  max-height: 160px;
  width: 100%;
}

.programsList-block .program-img .icon-wrap {
  position: absolute;
  cursor: pointer;
  top: 4px;
  right: 12px;
  z-index: 2;
}

.programsList-block .program-img .icon-wrap .cart-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  padding: 5px;
  background: #ffffff;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 8px;
}

.programsList-block .program-img .icon-wrap .cart-icon svg {
  fill: #2469BC;
}

.programsList-block .program-img .icon-wrap .wishlist-icon {
  display: none;
  width: 30px;
  height: 30px;
  padding: 5px;
  background: #ffffff;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 8px;
  padding-top: 8px;
  transition: ease all 0.9s;
}

.programsList-block .program-img .icon-wrap .wishlist-icon.wishlistShow,
.programsList-block .program-img .icon-wrap .cart-icon.wishlistShow {
  display: inline-block;
  background: #2469BC;
}

.programsList-block .program-img .icon-wrap .wishlist-icon.wishlistShow svg,
.programsList-block .program-img .icon-wrap .cart-icon.wishlistShow svg {
  fill: #fff;
  stroke: #ffffff;
}

.programsList-block .program-img .icon-wrap .wishlist-icon svg {
  fill: #2469BC;
}

.programsList-block .program-detail {
  padding: 10px 20px;
}

.programsList-block .program-detail h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 1.8em;
  color: #000000;
  text-align: left;
  margin-bottom: 15px;
  min-height: 65px;
}

.programsList-block .program-detail .segment-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.programsList-block .program-detail .segment-wrap .segment {
  background: #d9d9d9;
  padding: 3px 15px;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4em;
  color: #474747;
  text-align: left;
}

.programsList-block .program-detail .segment-wrap .ratings .rating-icon {
  display: inline-block;
  background: url(../svg/rating-icon.svg) 0 0 no-repeat;
  width: 16px;
  height: 15px;
  vertical-align: middle;
  margin-right: 5px;
}

.programsList-block .program-detail .segment-wrap .ratings span {
  font-style: normal;
  font-weight: 700;
  font-size: 1.4em;
  color: #474747;
  text-align: left;
  vertical-align: middle;
}

.programsList-block .program-detail .startEndDate {
  display: flex;
  justify-content: space-between;
}

.programsList-block .program-detail .startEndDate span {
  padding-top: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4em;
  color: #474747;
  line-height: normal;
}

.programsList-block .program-detail .startEndDate .expiredAlert {
  color: #ffbb4c;
  font-weight: 800;
}

.programsList-block .program-detail .price-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}

.programsList-block .program-detail .price-wrap .crs-tag p {
  font-style: normal;
  font-weight: 800;
  font-size: 1.4em;
  color: #2469BC;
  text-align: left;
  margin: 0;
}

.programsList-block .program-detail .price-wrap .crs-tag span {
  font-style: normal;
  font-weight: 400;
  font-size: 1.2em;
  color: #2469BC;
  text-align: left;
}

.programsList-block .program-detail .price-wrap .price-tag p {
  font-style: normal;
  font-weight: 700;
  font-size: 1.8em;
  color: #2469BC;
  text-align: left;
  margin: 0;
}

.programsList-block .program-detail .price-wrap .price-tag p span {
  font-weight: 800;
  width: auto;
  font-size: 0.9em;
  color: #474747;
  position: relative;
}

.programsList-block .program-detail .price-wrap .price-tag p span:before {
  content: " ";
  display: block;
  width: 100%;
  border-top: 1px solid #474747;
  height: 12px;
  position: absolute;
  bottom: -2px;
  left: 0;
  transform: rotate(-7deg);
}

.programsList-block .program-detail .price-wrap .price-tag span {
  font-style: normal;
  font-weight: 400;
  font-size: 1em;
  color: #007dc5;
  text-align: left;
}

.programsList-block .program-detail .duration-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.programsList-block .program-detail .duration-wrap ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.programsList-block .program-detail .duration-wrap ul li {
  font-style: normal;
  font-weight: 400;
  font-size: 1.4em;
  color: #474747;
  line-height: normal;
  margin-bottom: 8px;
}

.programsList-block .program-detail .duration-wrap ul li .time-icon {
  vertical-align: middle;
}

.programsList-block .program-detail .duration-wrap ul li .time-icon svg {
  display: inline-block;
  height: 18px;
  fill: #474747;
}

.programsList-block .program-detail .duration-wrap ul li span {
  vertical-align: middle;
  padding-left: 7px;
}

.programsList-block .program-detail .duration-wrap ul li:nth-child(2) .time-icon svg {
  height: 18px;
}

.courses-carousel .item:hover .wishlist-icon {
  display: inline-block;
}

.programsList-carousel .item:hover .wishlist-icon {
  display: inline-block;
}

.detailPage .programsList-block:hover .wishlist-icon {
  display: inline-block;
}

.programsList-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translate(0, -50%);
}

.programsList-carousel .owl-prev {
  display: inline-block;
  background: #2469BC;
  width: 4em;
  height: 4em;
  border: 0.5em solid #f2b2ce;
  border-radius: 50%;
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translate(0, -50%);
}

.programsList-carousel .owl-prev:after {
  content: "";
  display: inline-block;
  margin-top: 11px;
  margin-left: 12px;
  width: 8px;
  height: 8px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  -moz-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.programsList-carousel .owl-next {
  display: inline-block;
  background: #2469BC;
  width: 4em;
  height: 4em;
  border: 0.5em solid #f2b2ce;
  border-radius: 50%;
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translate(0, -50%);
}

.programsList-carousel .owl-next:after {
  content: "";
  display: inline-block;
  margin-top: 11px;
  margin-left: 9px;
  width: 8px;
  height: 8px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.programsList-carousel .item:hover .hover-block {
  bottom: 0;
}

.courses-carousel .item {
  padding: 0 20px;
}

.item span.learningProgram {
  background: #7158b1;
  position: absolute;
  top: 0;
  left: 13px;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4em;
  color: #ffffff;
  padding: 6px 25px 6px 25px;
  z-index: 2;
}

.item span.learningProgram::before {
  content: "";
  display: inline-block;
  border-left: 5px solid #4d2f9e;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 3px;
  bottom: -6px;
  transform: rotateZ(-45deg);
}

.item span.assesmentProducts {
  background: #ef7333;
  position: absolute;
  top: 0;
  left: 13px;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4em;
  color: #ffffff;
  padding: 6px 25px 6px 25px;
  z-index: 2;
}

.item span.assesmentProducts::before {
  content: "";
  display: inline-block;
  border-left: 5px solid #ef7333;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 3px;
  bottom: -6px;
  transform: rotateZ(-45deg);
}

.courses-carousel .programsList-block {
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

.courses-carousel .item:hover .programsList-block {
  min-height: 470px;
}

.courses-carousel .item:hover .hover-block {
  bottom: 0;
}

.detailPage {
  padding: 0 6px;
  margin-bottom: 30px;
}

.detailPage span.learningProgram {
  background: #7158b1;
  position: absolute;
  top: 0;
  left: 14px;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4em;
  color: #ffffff;
  padding: 3px 25px 5px 25px;
  z-index: 2;
}

.detailPage span.learningProgram::before {
  content: "";
  display: inline-block;
  border-left: 5px solid #4d2f9e;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 3px;
  bottom: -6px;
  transform: rotateZ(-45deg);
}

.detailPage span.assesmentProducts {
  background: #ef7333;
  position: absolute;
  top: 0;
  left: 14px;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4em;
  color: #ffffff;
  padding: 3px 25px 5px 25px;
  z-index: 2;
}

.detailPage span.assesmentProducts::before {
  content: "";
  display: inline-block;
  border-left: 5px solid #ef7333;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 3px;
  bottom: -6px;
  transform: rotateZ(-45deg);
}

.detailPage .programsList-block {
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

.detailPage:hover .programsList-block {
  min-height: 470px;
}

.detailPage:hover .hover-block {
  bottom: 0px;
}

.text-block h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 1.8em;
  color: #000000;
  text-align: left;
}

.text-block ul.about-cource {
  padding-left: 20px;
  margin: 0 0 10px 0;
  /*height: 123px; overflow-y: scroll;*/
}

.text-block ul.about-cource li {
  font-style: normal;
  font-weight: 400;
  font-size: 1.4em;
  color: #474747;
  text-align: left;
}

.text-block .guided-shorts {
  margin-bottom: 15px;
}

.text-block .guided-shorts p {
  font-style: normal;
  font-weight: 800;
  font-size: 1.4em;
  color: #2469BC;
  text-align: left;
  margin: 0;
}

.text-block .guided-shorts span {
  font-style: normal;
  font-weight: 400;
  font-size: 1.4em;
  color: #007dc5;
  text-align: left;
}

.text-block .duration-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.text-block .duration-wrap ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.text-block .duration-wrap ul li {
  font-style: normal;
  font-weight: 400;
  font-size: 1.4em;
  color: #474747;
  line-height: normal;
  margin-bottom: 8px;
}

.text-block .duration-wrap ul li .time-icon {
  vertical-align: middle;
}

.text-block .duration-wrap ul li .time-icon svg {
  display: inline-block;
  height: 18px;
  fill: #474747;
}

.text-block .duration-wrap ul li span {
  vertical-align: middle;
  padding-left: 7px;
}

.text-block .duration-wrap ul li:nth-child(2) .time-icon svg {
  height: 18px;
}

/* .text-block ul.about-cource::-webkit-scrollbar { width: 2px; }
.text-block ul.about-cource::-webkit-scrollbar-track { background: #DADDE9; border-radius: 17px; }
.text-block ul.about-cource::-webkit-scrollbar-thumb { background: #9E9E9E; border-radius: 17px;} */

.text-block .price-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.text-block .price-wrap .crs-tag p {
  font-style: normal;
  font-weight: 800;
  font-size: 1.4em;
  color: #2469BC;
  text-align: left;
  margin: 0;
}

.text-block .price-wrap .crs-tag span {
  font-style: normal;
  font-weight: 400;
  font-size: 1.4em;
  color: #007dc5;
  text-align: left;
}

.text-block .price-wrap .price-tag p {
  font-style: normal;
  font-weight: 700;
  font-size: 1.8em;
  color: #2469BC;
  text-align: left;
  margin: 0;
}

.text-block .price-wrap .price-tag p span {
  font-weight: 800;
  width: auto;
  font-size: 0.9em;
  color: #474747;
  position: relative;
}

.text-block .price-wrap .price-tag p span:before {
  content: " ";
  display: block;
  width: 100%;
  border-top: 1px solid #474747;
  height: 12px;
  position: absolute;
  bottom: -2px;
  left: 0;
  transform: rotate(-7deg);
}

.text-block .price-wrap .price-tag span {
  font-style: normal;
  font-weight: 400;
  font-size: 1em;
  color: #2469BC;
  text-align: left;
}

/* .text-block .ratings { display: flex; align-items: center; } */
.text-block .ratings .rating-icon {
  display: inline-block;
  background: url(../svg/rating-icon.svg) 0 0 no-repeat;
  width: 16px;
  height: 15px;
  vertical-align: middle;
  margin-right: 5px;
}

.text-block .ratings span {
  font-style: normal;
  font-weight: 700;
  font-size: 1.4em;
  color: #474747;
  text-align: left;
  vertical-align: middle;
  line-height: normal;
}

/* .text-block .btn-wrap {
  padding-bottom: 20px;
}

.text-block .btn-wrap .btn {
  width: 140px;
  font-size: 1.4em;
  color: #fff;
  background-color: #2469BC;
  border-color: #2469BC;
  border-radius: 8px;
  padding: 8px 0;
}

.text-block .btn-wrap .btn:hover {
  background-color: #ffffff;
  border-color: #2469BC;
  color: #2469BC;
}

.text-block .btn-wrap .btn:first-child {
  background: #ffffff;
  color: #2469BC;
}

.text-block .btn-wrap .btn:first-child:hover {
  color: #fff;
  background-color: #2469BC;
  border-color: #2469BC;
}
 */

.hover-block .btn-wrap {
  /* margin-top: 40px; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
}

.hover-block .btn-wrap .btn {
  width: 140px;
  font-size: 1.4em;
  color: #fff;
  background-color: #2469BC;
  border-color: #2469BC;
  border-radius: 8px;
  padding: 8px 0;
}

.hover-block .btn-wrap .btn:hover {
  background-color: #005B9C;
  border-color: #005B9C;
  color: #fff;
}

.hover-block .btn-wrap .btn:first-child {
  background: #ffffff;
  color: #2469BC;
}

.hover-block .btn-wrap .btn:first-child:hover {
  color: #005B9C;
  background-color: #ebf4ff;
  border-color: #005B9C;
}


.programsList-carousel .item span.assesmentProducts {
  background: #7158b1;
  position: absolute;
  top: 0;
  left: 14px;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4em;
  color: #ffffff;
  padding: 3px 25px 5px 25px;
  z-index: 2;
}

.programsList-carousel .item span.assesmentProducts::before {
  content: '';
  display: inline-block;
  border-left: 5px solid #8D6800;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 3px;
  bottom: -6px;
  transform: rotateZ(-45deg);
}

.learners-inner {
  text-align: left;
}

.platformSolutions-carousel .item {
  padding: 0 20px 20px 20px;
}

.platformSolutions-carousel .img-div img {
  width: auto !important;
  margin: 0 auto;
}

.platformSolutions-carousel .solution-block {
  background: #ffffff;
  padding: 110px 20px 0 20px;
  margin-top: -90px;
  text-align: center;
  height: 195px;
  transition: all 0.4s ease;
  overflow: hidden;
}

.platformSolutions-carousel .item:hover .solution-block {
  height: 250px;
  transition: all 0.4s ease;
  box-shadow: 0px 1px 14px rgba(0, 80, 149, 0.2);
}

.platformSolutions-carousel .solution-block h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 1.8em;
  color: #000000;
  text-align: center;
}

.platformSolutions-carousel .solution-block p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.4em;
  color: #707398;
  text-align: center;
  margin-bottom: 15px;
}

.platformSolutions-carousel .solution-block a.learn-more {
  font-style: normal;
  font-size: 1.4em;
  color: #ffffff;
  background: #2469BC;
  padding: 8px 25px;
  border-radius: 8px;
  border: 1px solid #2469BC;
}

.platformSolutions-carousel .solution-block a.learn-more:hover {
  background: #ffffff;
  color: #2469BC;
  border: 1px solid #2469BC;
}

.platformSolutions-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translate(0, -50%);
}

.platformSolutions-carousel .owl-prev {
  display: inline-block;
  background: #2469BC;
  width: 4em;
  height: 4em;
  border: 0.5em solid #f2b2ce;
  border-radius: 50%;
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translate(0, -50%);
}

.platformSolutions-carousel .owl-prev:after {
  content: "";
  display: inline-block;
  margin-top: 11px;
  margin-left: 12px;
  width: 8px;
  height: 8px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  -moz-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.platformSolutions-carousel .owl-next {
  display: inline-block;
  background: #2469BC;
  width: 4em;
  height: 4em;
  border: 0.5em solid #f2b2ce;
  border-radius: 50%;
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translate(0, -50%);
}

.platformSolutions-carousel .owl-next:after {
  content: "";
  display: inline-block;
  margin-top: 11px;
  margin-left: 9px;
  width: 8px;
  height: 8px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.psInner .psInner {
  padding: 0 20px 20px 20px;
}

.psInner .img-div img {
  width: auto !important;
  margin: 0 auto;
}

.psInner .solution-block {
  background: #ffffff;
  padding: 110px 20px 0 20px;
  margin-top: -90px;
  text-align: center;
  height: 195px;
  transition: all 0.4s ease;
  overflow: hidden;
}

.psInner .psInner:hover .solution-block {
  height: 250px;
  transition: all 0.4s ease;
  box-shadow: 0px 1px 14px rgba(0, 80, 149, 0.2);
}

.psInner .solution-block h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 1.8em;
  color: #000000;
  text-align: center;
}

.psInner .solution-block p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.4em;
  color: #707398;
  text-align: center;
  margin-bottom: 15px;
}

.psInner .solution-block a.learn-more {
  font-style: normal;
  font-size: 1.4em;
  color: #ffffff;
  background: #2469BC;
  padding: 8px 25px;
  border-radius: 8px;
  border: 1px solid #2469BC;
}

.psInner .solution-block a.learn-more:hover {
  background: #ffffff;
  color: #2469BC;
  border: 1px solid #2469BC;
}

.resources-carousel .item {
  padding: 0 15px;
}

.resources-carousel .resources-img {
  background: #d1e8fa;
  padding: 10px;
  position: relative;
}

.resources-carousel .resources-img .save-icon {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #ffffff;
  padding: 8px 9px;
  border-radius: 50%;
}

.resources-carousel .resources-img .save-icon svg {
  display: inline-block;
  height: 13px;
  fill: #2469BC;
}

.resources-carousel .resources-img span {
  display: block;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  color: #003c6b;
  text-align: left;
  padding-top: 10px;
}

.resources-carousel .resources-info {
  background: #ffffff;
  padding: 15px;
}

.resources-carousel .resources-info h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 1.8em;
  color: #000000;
  text-align: left;
}

.resources-carousel .resources-info p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.4em;
  color: #474747;
  text-align: left;
}

.resources-carousel .resources-info .name-wrap {
  margin: 20px 0 15px 0;
  border-bottom: 1px solid #f3f3f3;
}

.resources-carousel .resources-info .name-wrap h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 1.4em;
  color: #000000;
  text-align: left;
  margin-bottom: 5px;
}

.resources-carousel .resources-info .name-wrap p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.2em;
  color: #474747;
  text-align: left;
}

.resources-carousel .resources-info .cta-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.resources-carousel .resources-info .cta-wrap .read-more a {
  font-style: normal;
  font-weight: 700;
  font-size: 1.6em;
  color: #2469BC;
  text-decoration: none;
  position: relative;
  padding-bottom: 2px;
  display: flex;
}

.resources-carousel .resources-info .cta-wrap .read-more a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #2469BC;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}

.resources-carousel .resources-info .cta-wrap .read-more a:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}

.resources-carousel .resources-info .cta-wrap .read-more a .ctaIcon {
  padding-left: 10px;
}

.resources-carousel .resources-info .cta-wrap .read-more a .ctaIcon svg {
  display: inline-block;
  width: 24px;
  height: 24px;
  fill: #2469BC;
}

.resources-carousel .resources-info .cta-wrap .btns-icon ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

.resources-carousel .resources-info .cta-wrap .btns-icon ul li {
  padding: 0 10px;
}

.resources-carousel .resources-info .cta-wrap .btns-icon ul li:first-child {
  border-right: 1px solid #dadde9;
}

.resources-carousel .resources-info .cta-wrap .btns-icon ul li svg {
  display: inline-block;
  height: 15px;
  fill: #2469BC;
}

.resources-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translate(0, -50%);
}

.resources-carousel .owl-prev {
  display: inline-block;
  background: #2469BC;
  width: 4em;
  height: 4em;
  border: 0.5em solid #f2b2ce;
  border-radius: 50%;
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translate(0, -50%);
}

.resources-carousel .owl-prev:after {
  content: "";
  display: inline-block;
  margin-top: 11px;
  margin-left: 12px;
  width: 8px;
  height: 8px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  -moz-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.resources-carousel .owl-next {
  display: inline-block;
  background: #2469BC;
  width: 4em;
  height: 4em;
  border: 0.5em solid #f2b2ce;
  border-radius: 50%;
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translate(0, -50%);
}

.resources-carousel .owl-next:after {
  content: "";
  display: inline-block;
  margin-top: 11px;
  margin-left: 9px;
  width: 8px;
  height: 8px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.resubscribeDropdown .dropdown-menu {
  padding: 0;
  margin: 0;
  top: -10px !important;
  position: relative;
}

.resubscribeDropdown .dropdown-menu::after {
  position: absolute;
  bottom: -9px;
  right: 103px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #cccccc;
  content: "";
  display: block;
  z-index: 2;
  transition: all 200ms linear;
  transform: translate(-50%, 0);
}

.resubscribeDropdown .dropdown-menu a {
  text-align: left;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4em;
  color: #474747;
  padding: 10px 0 10px 10px;
}

.resubscribeDropdown .dropdown-menu a:active {
  color: #ffffff;
}

.resubscribeDropdown .dropdown-menu a:nth-child(2) {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

/* Catalogue page css end */

/* Empty cart start */
.empty-cart {
  margin-top: 101px;
}

.empty-cart h2 {
  font-size: 4em;
  text-align: left;
  color: #000000;
  margin-bottom: 30px;
}

.empty-cart .cart-wrapper {
  background: #f6fbfe;
  text-align: center;
}

.empty-cart .cart-wrapper p {
  font-style: normal;
  font-weight: 700;
  font-size: 2em;
  color: #000000;
  text-align: center;
  padding: 20px 0 15px 0;
  margin: 0;
}

.recommended-products {
  background: #ffffff;
}

.recommended-products h4 {
  font-style: normal;
  font-weight: 400;
  font-size: 2.4em;
  color: #000000;
  text-align: left;
  margin-bottom: 30px;
}

.recommended-products .programsList-carousel .item {
  padding: 0 20px 20px 20px;
}

.recommended-products .programsList-carousel .programsList-block {
  box-shadow: 0px 1px 20px rgba(0, 80, 149, 0.2);
}

.recommended-products .viewbtn {
  text-align: center;
  margin-top: 30px;
}

.recommended-products .viewbtn a {
  font-style: normal;
  font-weight: 700;
  font-size: 1.6em;
  color: #2469BC;
  text-decoration: none;
  border: 1px solid #2469BC;
  border-radius: 8px;
  padding: 8px 20px;
  transition: all 0.5s ease;
}

.recommended-products .viewbtn a:hover {
  background: #2469BC;
  border: 1px solid #2469BC;
  color: #ffffff;
}

.cart-wrap {
  margin-top: 101px;
}

.cartHead {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 20px 0;
}

.cartHead h2 {
  text-align: left;
  font-size: 4em;
  text-align: left;
  color: #000000;
}

.cartHead a {
  font-style: normal;
  font-weight: 600;
  font-size: 1.4em;
  color: #2469BC;
  text-decoration: none;
  position: relative;
  padding-bottom: 2px;
}

.cartHead a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #2469BC;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}

.cartHead a:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}

.cart-wrap .main-error {
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4em;
  color: #000000;
  position: relative;
  background: #ffeaea;
  padding: 8px 20px 8px 20px;
  margin-bottom: 15px;
  width: 100%;
  text-align: center;
}

.cart-wrap .errorIcon {
  display: inline-block;
  background: url(../form-error.html) 0 0 no-repeat;
  width: 15px;
  height: 13px;
  margin-right: 10px;
}

.cart-products {
  margin-bottom: 50px;
}

.cart-products .cart-list {
  background: #ffffff;
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  display: flex;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
  align-items: center;
}

.cart-products .cart-list .cart-img {
  width: 30%;
  position: relative;
}

.cart-products .cart-list .cart-img img {
  display: block;
  width: 100%;
}

.cart-products .cart-list .cart-img span {
  font-style: normal;
  font-weight: 700;
  font-size: 1.6em;
  color: #000000;
  background: #ffeaea;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  padding: 7px 0;
  opacity: 0.7;
}

.cart-products .cart-list .cart-img .hlArea {
  background: #ffeaea;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 10;
  padding: 10px 0px;
}

.cart-products .cart-list .cart-img .hlArea a {
  font-style: normal;
  font-weight: 700;
  font-size: 1.4em !important;
  color: #2469BC;
  text-decoration: none;
  position: relative;
  padding-bottom: 2px;
}

.cart-products .cart-list .cart-img .hlArea a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #2469BC;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}

.cart-products .cart-list .cart-img .hlArea a:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}

.cart-products .cart-list .cart-img .hlArea a.arrow {
  border-bottom: 2px solid #2469BC;
  border-right: 2px solid #2469BC;
  transform: rotateZ(-50deg);
  height: 7px;
  width: 7px;
  top: 8px;
  right: -15px;
  position: absolute;
  cursor: pointer;
}

.cart-products .cart-detail {
  width: 70%;
  padding: 20px;
}

.cart-products .cart-detail .courseName {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cart-products .cart-detail .courseName h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 1.8em;
}

.cart-products .cart-detail .courseName span {
  font-style: normal;
  font-weight: 400;
  font-size: 1.2em;
  color: #ffffff;
  padding: 5px 10px;
}

.cart-products .cart-detail .courseName span.lp {
  background: #7158b1;
}

.cart-products .cart-detail .courseName span.ap {
  background: #ef7333;
}

.cart-products .cart-detail p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.4em;
  color: #474747;
  text-align: left;
  margin-bottom: 6px;
}

.cart-products .cart-detail p span {
  color: #000000;
}

.cart-products .cart-detail .quantityWrap {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.cart-products .cart-detail .quantityWrap p {
  margin-right: 10px;
}

.cart-products .cart-detail .quantityWrap button {
  margin-left: 10px;
  font-size: 1.4em;
}

.cart-products .cart-detail .price {
  margin-bottom: 5px;
}

.cart-products .cart-detail .price span {
  padding-right: 2px;
}

.cart-products .cart-detail .price span.perUnit {
  font-style: normal;
  font-weight: 400;
  font-size: 1.4em;
  color: #474747;
  text-align: left;
}

.cart-products .cart-detail .price span.offer-price {
  font-style: normal;
  font-weight: 700;
  font-size: 1.8em;
  text-align: left;
  color: #007dc5;
}

.cart-products .cart-detail .price span.og-price {
  font-style: normal;
  font-weight: 400;
  font-size: 1.2em;
  color: #000000;
  text-decoration: line-through;
}

.cart-products .cart-detail .price span.off {
  font-size: 1.4em;
  color: #eb5000;
}

.cart-products .cart-detail .offer-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.cart-products .cart-detail .offer-wrap .offer-applied {
  display: flex;
  align-items: flex-end;
}

.cart-products .cart-detail .offer-wrap .offer-applied p {
  font-style: normal;
  font-weight: 600;
  font-size: 1.4em;
  color: #2469BC;
  margin: 0;
}

.cart-products .cart-detail .offer-wrap .offer-applied p:first-child {
  padding-right: 40px;
}

.cart-products .cart-detail .offer-wrap .offer-applied p span {
  color: #000000 !important;
}

.cart-products .cart-detail .offer-wrap .offer-applied a {
  font-style: normal;
  font-weight: 600;
  font-size: 1.4em;
  color: #2469BC;
  text-decoration: underline;
}

.cart-products .cart-detail .offer-wrap .like-delete ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

.cart-products .cart-detail .offer-wrap .like-delete ul li {
  padding: 0 10px;
}

.cart-products .cart-detail .offer-wrap .like-delete ul li:first-child {
  border-right: 1px solid #dadde9;
}

.cart-products .cart-detail .offer-wrap .like-delete ul li svg {
  display: inline-block;
  height: 15px;
  fill: #2469BC;
}

.cart-products .outOffStock {
  opacity: 0.5;
  cursor: not-allowed;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.price-details {
  background: #ffffff;
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  margin: 95px 0 0 0;
  padding: 15px;
}

.price-details h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 1.4em;
  color: #000000;
}

.price-details table {
  width: 100%;
}

.price-details table tr {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}

.price-details table tr th {
  font-style: normal;
  font-weight: 400;
  font-size: 1.4em;
  color: #474747;
  vertical-align: top;
}

.price-details table tr td {
  font-style: normal;
  font-weight: 700;
  font-size: 1.4em;
  color: #000000;
  vertical-align: top;
}

.price-details table tr td.discount {
  color: #178c4c;
}

.price-details table tr td.couponDiscount {
  font-style: normal;
  font-weight: 600;
  font-size: 1.4em;
  color: #2469BC;
  text-align: right;
}

.price-details table tr td.couponDiscount span {
  color: #000000;
}

.price-details table tr td.couponDiscount a {
  text-decoration: underline;
  color: #2469BC;
}

.price-details table tr.total {
  border-top: 1px solid #dadde9;
  padding: 10px 0 0 0;
}

.price-details table tr.total td,
.price-details table tr.total th {
  font-style: normal;
  font-weight: 700;
  font-size: 1.6em;
  color: #000000;
}

.price-details table tr:nth-last-child(2) {
  margin-bottom: 10px;
}

.price-details p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.4em;
  color: #474747;
  text-align: left;
  margin: 10px 0 10px 0;
}

.price-details p a {
  text-decoration: none;
  color: #2469BC;
  position: relative;
  padding-bottom: 2px;
}

.price-details p a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #2469BC;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}

.price-details p a:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}

.price-details .tcs-primary-btn {
  width: 100%;
}

.proceedToPayment .modal-content {
  border: none;
  border-radius: 8px;
}

.proceedToPayment h5 {
  font-style: normal;
  font-weight: 700;
  font-size: 2em;
  color: #000000;
}

.proceedToPayment .close {
  color: #2469BC;
  font-size: 2rem;
}

.proceedToPayment .modal-header {
  border: none;
  padding: 20px;
}

.proceedToPayment .modal-body {
  padding: 0;
}

.proceedToPayment .modal-body .enterCoupon {
  background: #f9f9f9;
  padding: 20px;
}

.proceedToPayment .modal-body .enterCoupon .form-group {
  margin-bottom: 0;
  position: relative;
}

.proceedToPayment .modal-body .enterCoupon .form-group input {
  height: 48px;
}

.proceedToPayment .modal-body .enterCoupon .form-group .validate {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  font-style: normal;
  font-weight: 600;
  font-size: 1.6em;
  color: #2469BC;
  text-decoration: none;
}

.proceedToPayment .modal-body .enterCoupon p {
  font-style: normal;
  font-weight: 500;
  font-size: 1.4em;
  color: #139d31;
  margin: 10px 0 0 0;
}

.proceedToPayment .modal-body .couponWrap {
  padding: 20px;
}

.proceedToPayment .modal-body .couponWrap .appliedCoupon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #dadde9;
  padding-bottom: 15px;
}

.proceedToPayment .modal-body .couponWrap .appliedCoupon .couponOff p {
  font-style: normal;
  font-weight: 700;
  font-size: 1.4em;
  text-align: left;
  color: #1d7c05;
  text-align: left;
  margin: 0;
}

.proceedToPayment .modal-body .couponWrap .appliedCoupon .couponOff p.cpnText {
  font-weight: 400;
  color: #000000;
}

.proceedToPayment .modal-body .couponWrap .appliedCoupon .applied {
  font-style: normal;
  font-weight: 700;
  font-size: 1.4em;
  color: #1d7c05;
}

.proceedToPayment .modal-body .couponWrap .couponList {
  padding: 20px 0;
  border-bottom: 1px solid #dadde9;
}

.proceedToPayment .modal-body .couponWrap .couponList input {
  vertical-align: middle;
  cursor: pointer;
  display: none;
}

.proceedToPayment .modal-body .couponWrap .couponList input:checked+label {
  color: #2469BC;
  border: 1px dashed #2469BC;
}

.proceedToPayment .modal-body .couponWrap .couponList input:checked+label::before {
  border-color: #2469BC;
}

.proceedToPayment .modal-body .couponWrap .couponList input:checked+label::after {
  transform: translateY(-50%) scale(0.55);
}

.proceedToPayment .modal-body .couponWrap .couponList label {
  font-style: normal;
  font-weight: 400;
  font-size: 1.6em;
  color: #474747;
  cursor: pointer;
  position: relative;
  margin: 0 0 0 35px;
  border: 1px dashed #474747;
  border-radius: 4px;
  padding: 5px 20px;
}

.proceedToPayment .modal-body .couponWrap .couponList label::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 2px solid #474747;
  border-radius: 50%;
  top: 50%;
  left: -35px;
  transform: translateY(-50%);
  transition: border-color 0.4s;
}

.proceedToPayment .modal-body .couponWrap .couponList label::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #2469BC;
  border: 2px solid #2469BC;
  border-radius: 50%;
  top: 50%;
  left: -35px;
  transform: translateY(-50%) scale(0);
  transition: transform 0.4s;
}

.proceedToPayment .modal-body .couponWrap .couponList p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.4em;
  color: #000000;
  text-align: left;
  margin: 0 0 5px 0;
}

.proceedToPayment .modal-body .couponWrap .couponList p.saveUpto {
  font-weight: 600;
  margin-top: 15px;
}

.proceedToPayment .modal-body .couponWrap .couponList p.expiresOn {
  color: #474747;
  margin-bottom: 0;
}

.proceedToPayment .modal-body .couponWrap .couponList p.expiresOn span {
  padding-left: 20px;
}

.proceedToPayment .modal-body .couponWrap .couponList:last-child {
  border: none;
  padding-bottom: 0;
}

.proceedToPayment .modal-body .applyCouponFinal {
  box-shadow: 0px -4px 12px rgba(0, 0, 0, 0.1);
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.proceedToPayment .modal-body .applyCouponFinal .showApplyCoupons p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.4em;
  color: #000000;
  margin: 0 0 5px 0;
}

.proceedToPayment .modal-body .applyCouponFinal .showApplyCoupons p span {
  font-weight: 600;
  font-size: 1.6em;
  vertical-align: middle;
}

.proceedToPayment .modal-body .applyCouponFinal .applyBtn .tcs-primary-btn {
  width: 200px;
  text-align: center;
}

.proccedDropdown {
  margin-top: 20px;
}

.proccedDropdown a.tcs-primary-btn {
  text-align: center;
}

.proccedDropdown a.tcs-primary-btn::before {
  content: "";
  display: block;
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  border-top: none;
  border-left: none;
  transform: rotateZ(45deg) translate(-50%, 0);
  height: 7px;
  width: 7px;
  position: absolute;
  cursor: pointer;
  right: 20px;
  top: 47%;
  transition: all 0.4s ease;
}

.proccedDropdown .dropdown-menu {
  width: 100%;
  padding: 0;
  margin: 0;
}

.proccedDropdown .dropdown-menu a {
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4em;
  color: #474747;
  padding: 10px 0;
}

.proccedDropdown .dropdown-menu a:active {
  color: #ffffff;
}

.proccedDropdown .dropdown-menu a:first-child {
  border-bottom: 1px solid #cccccc;
}

/* Empty cart end */

#characterLeft {
  display: block;
  text-align: right;
}

/* Contact us css start */
.divContactUs p {
  font-size: 1.8em;
  font-style: normal;
  font-weight: 400;
  color: #ffffff;
  text-align: left;
}

.queries-feedback p {
  margin-bottom: 40px;
}

.feedback-wrapper {
  background: #ffffff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  overflow: hidden;
}

.feedbackForm {
  padding: 40px 10px 40px 25px;
}

.feedbackForm label {
  font-size: 1.4em;
  font-style: normal;
  font-weight: 400;
  color: #000000;
  text-align: left;
}

/* new brand guideline change start*/
.feedbackForm label::after {
  content: "*";
  color: #000000;
}

/* new brand guideline change end*/

.feedbackForm .form-group {
  position: relative;
}

.feedbackForm .form-group .timeIcon {
  position: absolute;
  top: 45px;
  right: 10px;
  background: #ffffff;
}

.feedbackForm .form-group .timeIcon svg {
  display: inline-block;
  width: 18px;
  fill: #2469BC;
  cursor: pointer;
}

.feedbackForm select {
  background-image: url("../webp/down-arrow.webp");
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%;
  background-size: 0.65em auto;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.feedbackForm .form-control {
  font-style: normal;
  font-weight: 400;
  font-size: 1.6em;
  color: #474747;
  text-align: left;
  height: 48px;
  border: 1px solid #dadde9;
  border-radius: 4px;
  margin-bottom: 25px;
}

.feedbackForm .form-control:focus {
  box-shadow: 0 0 7px 0 rgba(36, 105, 188, 0.2);
}

.feedbackForm h3 {
  font-size: 2.4em;
  font-style: normal;
  font-weight: 700;
  color: #000000;
  text-align: left;
}

.feedbackForm p {
  font-size: 1.4em;
  font-style: normal;
  font-weight: 400;
  color: #474747;
  text-align: left;
}

.feedbackForm button {
  /* width: 100%; */
  margin-top: 10px;
}

.customer-support {
  background: #f8f7fb;
  padding: 40px 30px 40px 40px;
}

.customer-support h3 {
  font-size: 2.4em;
  font-style: normal;
  font-weight: 700;
  color: #000000;
  text-align: left;
}

.customer-support p {
  font-size: 1.4em;
  font-style: normal;
  font-weight: 400;
  color: #474747;
  text-align: left;
  margin-bottom: 20px;
}

.customer-support ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #dadde9;
}

.customer-support ul:last-child {
  border: none;
}

.customer-support ul:last-child li {
  margin-bottom: 0;
}

.customer-support ul li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.customer-support ul li .cnt-icon {
  display: flex;
  align-items: center;
  width: 48px;
  height: 48px;
  background: #2469BC14;
  border-radius: 50%;
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.1);
}

.customer-support ul li .cnt-icon svg {
  display: block;
  margin: 0 auto;
  fill: #2469BC;
  width: 20px;
}

.customer-support ul li .cnt-icon.address svg {
  width: 14px;
}

.customer-support ul li .cnt-text {
  padding-left: 20px;
}

.customer-support ul li .cnt-text p {
  font-size: 1.8em;
  font-style: normal;
  font-weight: 600;
  color: #000000;
  text-align: left;
  margin: 0;
}

.customer-support ul li .cnt-text p a {
  font-size: 1.1em;
  color: #000000;
  font-weight: 600;
}

.customer-support ul li .cnt-text span {
  font-size: 1.4em;
  font-style: normal;
  font-weight: 400;
  color: #474747;
  text-align: left;
  text-decoration: none;
  padding-bottom: 2px;
  position: relative;
}

.customer-support ul li .cnt-text a {
  font-size: 1.4em;
  font-style: normal;
  font-weight: 400;
  color: #474747;
  text-align: left;
  text-decoration: none;
  padding-bottom: 2px;
  position: relative;
}

.customer-support ul li .cnt-text a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #2469BC;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}

.customer-support ul li .cnt-text a:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}

.customer-support ul li .cnt-text button {
  padding: 0;
  vertical-align: unset;
  margin-left: 5px;
}

.customer-support ul li .cnt-text button svg {
  display: inline-block;
  height: 13px;
}

.customer-support h4 {
  font-size: 2em;
  font-style: normal;
  font-weight: 700;
  color: #000000;
  text-align: left;
  margin: 23px 0;
}

.customer-support ul.liveChat li .cnt-text a {
  font-size: 1.8em;
  font-style: normal;
  font-weight: 700;
  color: #2469BC;
}

.myAccordion button:focus {
  box-shadow: none;
}

.myAccordion .card {
  border: none;
  border-bottom: 1px solid #dadde9;
  background: none;
  border-radius: 0;
}

.myAccordion .card:last-child {
  border-bottom: none;
}

.myAccordion .card-header {
  background: none;
  border: none;
  padding: 20px 0;
}

.myAccordion .card-header h5 button {
  font-size: 0.9em;
  font-style: normal;
  font-weight: 600;
  color: #000000;
  text-align: left;
  display: block;
  width: 100%;
  text-decoration: none;
}

.myAccordion .card-body {
  padding: 0 0 20px 0;
  font-size: 1.8em;
  font-style: normal;
  font-weight: 400;
  color: #474747;
}

.myAccordion .card-header button {
  padding: 0;
  position: relative;
}

.myAccordion .card-header button.collapsed .iconPlus {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 25px;
  color: #2469BC;
}

.myAccordion .card-header button .iconPlus {
  display: none;
}

.myAccordion .card-header button .iconMinus {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 25px;
  color: #2469BC;
}

.myAccordion a {
  font-size: 1.8em;
  color: #000000;
  transition: ease all 0.4s;
}

.myAccordion a:hover {
  text-decoration: none;
  color: #2469BC;
}

.faq-section .faq-btn {
  text-align: center;
  margin-top: 20px;
}

#queriesForm .successfull-msg {
  display: block;
}

#queriesForm button {
  width: auto;
}




/* new brand guideline change start */
@media (max-width: 568px) {
  .feedbackForm button {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .customer-small {
    padding: 10px 15px;
  }
}

@media (max-width: 280px) {
  .customer-small {
    padding: 20px 17px !important;
  }
}

/* new brand guideline change end */


/* Contact us css end */

/* ================= Back to top ================= */
#tcs-scrollUp {
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  position: fixed;
  right: 2rem;
  bottom: 1rem;
  transition: all ease 0.3s;
  opacity: 0;
  visibility: hidden;
  background: transparent;
  z-index: 9;
  border-radius: 50%;
  overflow: hidden;
}

#tcs-scrollUp .icon-arrow_up {
  background: #2469BC;
  display: block;
  padding: 8px;
}

#tcs-scrollUp.In {
  opacity: 1;
  visibility: visible;
  bottom: 2rem;
}

/* ================= Back to top ================= */

.filterDropdown .dropdown .btn-secondary {
  background-color: transparent;
  border-color: transparent;
  color: black;
}

.filterDropdown .dropdown .btn-secondary.focus {
  background-color: transparent;
  outline: none;
}

/*vocational CSS Start*/
.vocational-quick-links {
  display: block;
  background: #000000;
}

/* For UI Correction : made changes in top:100px to top:61px */
.vocational-quick-links.fixed {
  position: fixed;
  top: 61px;
  left: 0;
  width: 100%;
  z-index: 9;
}

.vocational-quick-links ul {
  display: block;
  text-align: center;
  margin: 0px;
}

.vocational-quick-links ul li {
  display: inline-block;
}

.vocational-quick-links ul li .quickNav {
  display: block;
  position: relative;
  padding-bottom: 2px;
  padding: 15px;
  font-size: 1.6em;
  color: #ffffff;
  text-decoration: none;
  transition: ease all 0.4;
}

.vocational-quick-links ul li .quickNav:hover {
  color: #2469BC;
}

.vocational-quick-links ul li .quickNav.active {
  color: #2469BC;
}

.vocational-quick-links ul li .quickNav:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #2469BC;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}

.vocational-quick-links ul li .quickNav:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}

.vocational-quick-links ul li .quickNav.active a::before {
  transform-origin: left;
  transform: scaleX(1);
  color: #ff0000;
}

/*margin added 18 july*/
.case-studies .item {
  min-height: 340px;
  height: auto;
  margin: 0 20px;
}

.caseStudiesInner {
  background: #ffffff;
  padding: 25px;
  text-align: left;
  width: 50%;
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translate(0px, -50%);
}

.caseStudiesInner p {
  text-align: left;
}

.tabContentInside {
  display: block;
}

.tabContentInside .col-sm-7 {
  padding: 20px 35px;
}

.tabContentInside .col-sm-7 h3 {
  margin-bottom: 15px;
}

.tabContentInside .col-sm-5 img {
  display: block;
  width: 99%;
}

.tabContentInside .col-sm-5 .imgG {
  position: relative;
  bottom: -75px;
}

.testiName a {
  display: inline-block;
  font-size: 1.6em;
  margin-right: 35px;
  text-decoration: none;
  position: relative;
}

.testiName a:hover {
  color: #2469BC;
}

/* .testiName a:before { content: ''; position: absolute; width: 100%; height: 2px; background-color: #2469BC; bottom: 0;  left: 0; transform-origin: right; transform: scaleX(0); transition: transform .3s ease-in-out;}
.testiName a:hover::before { transform-origin: left; transform: scaleX(1); } */
.testiName .playIcon svg {
  display: inline-block;
  height: 18px;
  fill: #2469BC;
}

.content-wrap h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 3.2em;
  color: #000000;
  text-align: left;
}

.content-wrap p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.8em;
  color: #000000;
  text-align: left;
}

.assessment-products .container {
  position: relative;
}

.assessment-wrap-left-one .content-wrap {
  width: 60%;
  position: relative;
  z-index: 1;
}

.assessment-wrap-left-one {
  position: relative;
  height: 500px;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}

.assessment-wrap-left-one .big-bg {
  width: 70%;
  background: #000000;
  height: 500px;
  position: absolute;
  left: 0;
  top: 0;
}

.assessment-wrap-left-one::after {
  content: "";
  display: inline-block;
  width: 60%;
  height: 100%;
  background: rgba(175, 208, 250, 30%);
  position: absolute;
  left: 0;
  top: 0;
}

.assessment-wrap-left-one .proimg-wrap {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translate(0, -50%);
  z-index: 1;
  overflow: hidden;
}

.assessment-wrap-left-one .proimg-wrap::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.assessment-wrap-left-one .proimg-wrap:hover::before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.assessment-wrap-left-one .proimg-wrap img {
  width: 100%;
  border-radius: 10px 0 0 10px;
}

.assessment-wrap-left-one .content-wrap {
  width: 55%;
  position: relative;
  z-index: 1;
}

.assessment-wrap-left-one .proimg-wrap {
  width: 40%;
}

.assessment-wrap-right .content-wrap {
  width: 100%;
  position: relative;
  z-index: 1;
  padding-left: 540px;
}

.assessment-wrap-right {
  position: relative;
  height: 500px;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}

.assessment-wrap-right .big-bg {
  width: 70%;
  background: #000000;
  height: 500px;
  position: absolute;
  left: 0;
  top: 0;
}

.assessment-wrap-right::after {
  content: "";
  display: inline-block;
  width: 60%;
  height: 100%;
  background: rgba(210, 255, 196, 0.3);
  position: absolute;
  right: 0;
  top: 0;
}

.assessment-wrap-right.newWrap::after {
  content: "";
  display: inline-block;
  width: 60%;
  height: 100%;
  background: rgba(184, 172, 216, 0.3);
  position: absolute;
  right: 0;
  top: 0;
}

.assessment-wrap-right .proimg-wrap {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translate(0, -50%);
  z-index: 1;
  width: 40%;
  overflow: hidden;
}

.assessment-wrap-right .proimg-wrap::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.assessment-wrap-right .proimg-wrap:hover::before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.assessment-wrap-right .proimg-wrap img {
  width: 100%;
  border-radius: 0 10px 10px 0;
}

.assessment-wrap-left-two .content-wrap {
  width: 60%;
  position: relative;
  z-index: 1;
}

.assessment-wrap-left-two {
  position: relative;
  height: 500px;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}

.assessment-wrap-left-two .big-bg {
  width: 70%;
  background: #000000;
  height: 500px;
  position: absolute;
  left: 0;
  top: 0;
}

.assessment-wrap-left-two::after {
  content: "";
  display: inline-block;
  width: 60%;
  height: 100%;
  background: rgba(247, 185, 120, 0.2);
  position: absolute;
  left: 0;
  top: 0;
}

.assessment-wrap-left-two .proimg-wrap {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translate(0, -50%);
  z-index: 1;
  width: 40%;
  overflow: hidden;
}

.assessment-wrap-left-two .content-wrap {
  width: 55%;
  position: relative;
  z-index: 1;
}

.assessment-wrap-left-two .proimg-wrap::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.assessment-wrap-left-two .proimg-wrap:hover::before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.assessment-wrap-left-two .proimg-wrap img {
  width: 100%;
  border-radius: 10px 0 0 10px;
}

.assessment-products .content-wrap ul {
  padding-left: 20px;
  margin: 0 0 20px 0;
}

.assessment-products .content-wrap ul li {
  font-style: normal;
  font-weight: 400;
  font-size: 1.8em;
  color: #474747;
  text-align: left;
}

.platform-solution {
  background: linear-gradient(180deg,
      rgba(163, 209, 245, 0.3) 0%,
      rgba(163, 209, 245, 0) 100%);
}

/*.platform-solution .pl-container { position: relative; height: 500px; display: flex; align-items: center; margin-top: 40px; width: 100%;  }*/
.platform-solution .pl-container {
  position: relative;
  height: auto;
  display: block;
  margin-top: 40px;
  width: 100%;
}

.platform-solution .pl-container .left {
  position: relative;
  display: inline-block;
  width: 49%;
  vertical-align: middle;
}

.platform-solution .pl-container .left img {
  display: block;
  width: 100%;
}

.platform-solution .pl-container .right {
  position: relative;
  display: inline-block;
  width: 49%;
  vertical-align: middle;
}

.platform-solution .pl-container .right ul {
  position: relative;
  display: block;
  width: 100%;
}

.platform-solution .pl-container .right ul li {
  display: block;
  vertical-align: top;
  padding: 15px 60px 9px 15px;
  border-bottom: 1px solid #dadde9;
  position: relative;
  transition: all 0.5s ease;
}

.platform-solution .pl-container .right ul li:last-child {
  border-bottom: none;
}

.platform-solution .pl-container .right ul li .psIcon {
  position: absolute;
  top: 14px;
  left: 30px;
}

.platform-solution .pl-container .right ul li .psIcon svg {
  display: inline-block;
  fill: #2469BC;
  width: 30px;
}

.platform-solution .pl-container .right ul li .text {
  display: inline-block;
  width: 100%;
  padding-left: 66px;
  text-align: left;
}

.platform-solution .pl-container .right ul li .text h4 {
  font-size: 1.7em;
  font-weight: 700;
}

.platform-solution .pl-container .right ul li .text p {
  display: block;
  text-align: left;
  font-size: 1.3em;
}

.platform-solution .pl-container .right ul li .text a {
  display: inline-block;
  font-size: 1.7em;
  color: #2469BC;
  position: relative;
}

/* For Ui correction in SegSE page for comming soon  */
.platform-solution .pl-container .right ul li .text a:hover {
  text-decoration: none;
}

.platform-solution .pl-container .right ul li:hover {
  background: #ffffff;
  border: none;
  -webkit-box-shadow: 0px 0px 47px -7px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 47px -7px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 47px -7px rgba(0, 0, 0, 0.2);
}

.platform-solution .pl-container .right ul li .text a {
  font-style: normal;
  font-size: 1.6em;
  color: #2469BC;
  padding: 0;
  text-decoration: none;
  position: relative;
  padding-bottom: 2px;
  display: none;
}

.platform-solution .pl-container .right ul li:hover a {
  display: inline-block;
}

.platform-solution .pl-container .right ul li .text a:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #2469BC;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform .3s ease-in-out;
}

.platform-solution .pl-container .right ul li .text a:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}

.platform-solution .pl-container .right ul li .text a .know-more {
  display: inline-block;
  width: 24px;
  height: 24px;
  position: absolute;
  right: -35px;
  top: 0;
}

.platform-solution .pl-container .right ul li .know-more svg {
  fill: #2469BC;
}

.LookForThisCoolWebsite {
  font-size: 2em;
  text-align: center;
  background-color: #000;
}

.LookForThisCoolWebsite a {
  color: #ff0000;
}

.slider {
  background: rgba(240, 240, 240, 0.5);
  text-align: center;
}

.slider div {
  position: relative;
  padding-top: 56.25%;
}

.slider iframe {
  position: absolute;
  top: 0.5%;
  left: 0.5%;
  width: 99%;
  height: 99%;
}

/* <!-- third slider -->   */
.gallery {
  display: flex;
  flex-flow: wrap;
  border: solid rgb(240, 240, 240);
}

.gallery div {
  flex: 450px;
  position: relative;
  text-align: center;
}

.gallery div:nth-of-type(1) {
  flex: 10000 1 300px;
}

.gallery div::before {
  content: "";
  display: block;
  padding-top: 100px;
}

.gallery div:nth-of-type(1)::before {
  padding-top: 56.25%;
}

.gallery iframe,
.gallery span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}

.gallery a {
  display: block;
  text-align: left;
  margin-bottom: 10px;
  padding: 15px;
  text-decoration: none;
}

.gallery a.active {
  background: #fdf1eb;
}

.gallery a:last-child {
  margin-bottom: 5px;
}

.gallery iframe,
.gallery img {
  max-width: 100%;
  vertical-align: middle;
}

.gallery img {
  display: inline-block;
}

.gallery .vd-name {
  display: inline-block;
  vertical-align: top;
  padding-left: 15px;
}

.gallery .vd-name::before {
  display: none;
}

.gallery .vd-name h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 1.8em;
  color: #000000;
  text-align: left;
  margin: 0;
}

.gallery .vd-name p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.4em;
  color: #000000;
  text-align: left;
  margin-bottom: 10px;
}

.viewBtn {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.gallery span::-webkit-scrollbar {
  width: 2px;
}

.gallery span::-webkit-scrollbar-thumb {
  /* background: #4d2f9e;
 */
  border: 3px solid #9e9e9e;

}

/*.tcs-iON-Offerings .col-sm-4{ display: inline-block; width: 33%; vertical-align: top; }
.tcs-iON-Offerings .img-div { text-align: center; }
.tcs-iON-Offerings .img-div img { width: 80% !important; margin: 0 auto; }
.tcs-iON-Offerings .solution-block { background: #FFFFFF; padding: 110px 20px 0 20px; margin-top: -90px; text-align: center; height: 195px; transition: all 0.4s ease; overflow: hidden; box-shadow: 0px 1px 14px rgba(0, 80, 149, 0.2); }
.tcs-iON-Offerings .item:hover .solution-block { height: 250px; transition: all 0.4s ease;  }
.tcs-iON-Offerings .solution-block h3 { font-style: normal; font-weight: 400; font-size: 1.8em; color: #000000; text-align: center; }
.tcs-iON-Offerings .solution-block p { font-style: normal; font-weight: 400; font-size: 1.4em; color: #707398; text-align: center; margin-bottom: 15px; }
.tcs-iON-Offerings .solution-block a.learn-more { font-style: normal; font-size: 1.4em; color: #FFFFFF; background: #2469BC; padding: 8px 25px; border-radius: 8px; border: 1px solid #2469BC;  }
.tcs-iON-Offerings .solution-block a.learn-more:hover { background: #FFFFFF; color: #2469BC; border: 1px solid #2469BC; }*/

.tcs-iON-Offerings {
  margin: 70px 0px 02px 0px;
  text-align: center;
}

.tcs-iON-Offerings .col-sm-4 {
  display: inline-block;
  width: 33%;
  vertical-align: top;
}

.tcs-iON-Offerings .img-div {
  text-align: center;
  overflow: hidden;
  width: 80%;
  margin: 0 auto;
  position: relative;
}

.tcs-iON-Offerings .img-div img {
  width: 66%;
  margin: 0 auto;
}

.tcs-iON-Offerings .img-div::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.tcs-iON-Offerings .img-div:hover::before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

/* For UI correction :In VE stamps on the microsite are shrinking on hovering,but on proto its expanding */
.tcs-iON-Offerings .solution-block {
  background: #ffffff;
  padding: 110px 20px 13px 20px;
  margin-top: -90px;
  text-align: center;
  height: auto;
  transition: all 0.4s ease;
  overflow: auto;
  box-shadow: 0px 1px 14px rgba(0, 80, 149, 0.2);
}

/* For UI correction : In landing page TCSiON Promise section cards removed hover */
.tcs-iON-Offerings .item .solution-block {
  /* height: 300px; */
  transition: all 0.4s ease;
}

.tcs-iON-Offerings .solution-block h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 1.8em;
  color: #000000;
  text-align: center;
}

.tcs-iON-Offerings .solution-block p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.4em;
  color: #707398;
  text-align: center;
  margin-bottom: 15px;
  overflow: auto;
  height: 63px; 
}

.tcs-iON-Offerings .solution-block a.learn-more {
  font-style: normal;
  font-size: 1.4em;
  color: #ffffff;
  background: #2469BC;
  padding: 8px 25px;
  border-radius: 8px;
  border: 1px solid #2469BC;
}

.tcs-iON-Offerings .solution-block a.learn-more:hover {
  background: #ffffff;
  color: #2469BC;
  border: 1px solid #2469BC;
}

.tcs-iON-Offerings .solution-block a {
  font-style: normal;
  font-size: 1.6em;
  color: #2469BC;
  padding: 0;
  text-decoration: none;
  position: relative;
  padding-bottom: 2px;
  display: inline-block;
  transition: transform 0.3s ease-in-out;
}

/* FOR UI Correction : Added to fix alert modal on addtocart */
#generic_alert .modal-dialog {
  max-width: 500px !important;
}


/* FOR UI Correction : Updated to show knowmore button always */

.tcs-iON-Offerings .solution-block a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #2469BC;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}

.tcs-iON-Offerings .solution-block a:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}

.tcs-iON-Offerings .solution-block a .know-more {
  display: inline-block;
  width: 24px;
  height: 24px;
  position: absolute;
  right: -35px;
  top: 0;
}

.tcs-iON-Offerings .solution-block .know-more svg {
  fill: #2469BC;
}

.tcs-iON-Offerings-gov {
  margin: 70px 0px 50px 0px;
}

.tcs-iON-Offerings-gov .col-sm-4 {
  display: inline-block;
  width: 33%;
  vertical-align: top;
}

.tcs-iON-Offerings-gov .img-div {
  text-align: center;
  overflow: hidden;
  width: 80%;
  margin: 0 auto;
  position: relative;
}

.tcs-iON-Offerings-gov .img-div img {
  /*For UI Correction : In SegmentGov page in TCS iON Promise, image width was 100% reduced to 50% for device*/
  width: 100%;
  margin: 0 auto;
}

.tcs-iON-Offerings-gov .img-div::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.tcs-iON-Offerings-gov .img-div:hover::before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.tcs-iON-Offerings-gov .solution-block {
  background: #ffffff;
  padding: 110px 20px 13px 20px;
  margin-top: -90px;
  text-align: center;
  height: 250px;
  transition: all 0.4s ease;
  overflow: hidden;
  box-shadow: 0px 1px 14px rgba(0, 80, 149, 0.2);
}

.tcs-iON-Offerings-gov {
  text-align: center;
}

.tcs-iON-Offerings-gov .item:hover .solution-block {
  height: 250px;
  transition: all 0.4s ease;
}

.tcs-iON-Offerings-gov .solution-block h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 1.8em;
  color: #000000;
  text-align: center;
}

.tcs-iON-Offerings-gov .solution-block p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.4em;
  color: #707398;
  text-align: center;
  margin-bottom: 15px;
  overflow: auto;
  height: 63px;
}

.tcs-iON-Offerings-gov .solution-block a.learn-more {
  font-style: normal;
  font-size: 1.4em;
  color: #ffffff;
  background: #2469BC;
  padding: 8px 25px;
  border-radius: 8px;
  border: 1px solid #2469BC;
}

.tcs-iON-Offerings-gov .solution-block a.learn-more:hover {
  background: #ffffff;
  color: #2469BC;
  border: 1px solid #2469BC;
}

.tcs-iON-Offerings-gov .solution-block a {
  font-style: normal;
  font-size: 1.6em;
  color: #2469BC;
  padding: 0;
  text-decoration: none;
  position: relative;
  padding-bottom: 2px;
  /* display: none; */
  transition: transform 0.3s ease-in-out;
}

/* .tcs-iON-Offerings-gov .solution-block:hover a {
  display: inline-block;
} */

.tcs-iON-Offerings-gov .solution-block a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #2469BC;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}

.tcs-iON-Offerings-gov .solution-block a:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}

.tcs-iON-Offerings-gov .solution-block a .know-more {
  display: inline-block;
  width: 24px;
  height: 24px;
  position: absolute;
  right: -35px;
  top: 0;
}

.tcs-iON-Offerings-gov .solution-block .know-more svg {
  fill: #2469BC;
}

.our-purpose {
  padding-bottom: 0px !important;
}

.our-purpose .container {
  position: relative;
}

.our-purpose-inner .content-wrap {
  width: 60%;
  position: relative;
  z-index: 1;
}
/* 
.our-purpose-inner {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 500px;
  height: auto;
} */

.our-purpose-inner .big-bg {
  width: 70%;
  background: #000000;
  height: 500px;
  position: absolute;
  left: 0;
  top: 0;
}

/* .our-purpose-inner::after {
  content: "";
  display: inline-block;
  width: 60%;
  height: 100%;
  background: rgba(175, 208, 250, 0.3);
  position: absolute;
  left: 0;
  top: 0;
} */

/* .our-purpose-inner::before {
  content: "";
  display: inline-block;
  width: 40%;
  height: 100%;
  background: rgb(140, 189, 250, 0.6);
  position: absolute;
  right: 0;
  top: 0;
} */

/* .our-purpose-inner .proimg-wrap {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translate(0, -50%);
  z-index: 1;
} */

.our-purpose-inner .content-wrap {
  width: 44%;
  position: relative;
  z-index: 1;
}

.our-purpose-inner .content-wrap li {
  font-size: 1.6em;
  margin-bottom: 10px;
}

/* .our-purpose-inner .proimg-wrap {
  width: 50%;
} */

.our-purpose-inner .proimg-wrap img {
  border-radius: 8px;
  display: block;
  width: 100%;
}

.our-purpose h2 {
  cursor: default;
  font-size: 4.8em;
}

.our-purpose p {
  font-size: 1.7em;
}

.phygital-model {
  background: #f5f5f5;
}

.leo-integer-section {
  background: #4d2f9e;
}

.leo-integer-sectionGray {
  background: #edf6ff;
}

.question .item {
  background: #ffffff;
  margin: 85px 0px;
  padding: 50px;
  border-radius: 15px;
}

.question .item h1 {
  font-size: 5em;
  text-align: center;
}

.question .owl-dots {
  display: block;
  text-align: center;
  margin-top: 0px;
  position: absolute;
  bottom: 30px;
  width: 100%;
}

.question .owl-dot {
  display: inline-block;
  background: #ffffff;
  height: 12px;
  width: 12px;
  margin: 0 6px;
  border-radius: 50%;
}

.question .owl-dot.active {
  background: #2469BC;
  opacity: 1;
}

.question-set {
  display: flex;
  position: relative;
  align-content: center;
  margin-top: 30px;
}

.question-set .left {
  width: 45%;
}

.question-set .left img {
  width: 100%;
}

.question-set .right {
  padding-left: 100px;
}

.question-set .right p {
  font-size: 2em;
  text-align: left;
  padding-left: 15px;
}

.question-set .right ul {
  width: 100%;
  padding: 0px;
}

.question-set .right ul li {
  display: inline-block;
  width: 45%;
  margin: 20px 2%;
}

.question-set .right ul li a {
  font-size: 1.6em;
  margin-bottom: 0px;
  text-decoration: none;
  color: #474747;
  box-shadow: 0px 1px 8px rgba(0, 80, 149, 0.2);
  padding: 10px 15px;
  border-radius: 6px;
  vertical-align: middle;
  cursor: pointer;
  transition: all 0.4s ease;
  border: 1px solid transparent;
}

.question-set .right ul li:hover a {
  text-decoration: none !important;
  border: 1px solid #007dc5;
}

.question-set .right ul li.active a {
  border: 1px solid #007dc5;
}

/* .question-set .right ul li:last-child a{background: linear-gradient(102.57deg,#dc0916,#f41fd6 100%,#f41fd6 0); border-radius: 6.25rem; font-size: 1.6em; color: #fff; letter-spacing: .03125rem; padding: 9pt 2pc; transition: all 0.4s ease; text-decoration: none; display: inline-block; border: none; width: auto;} */
/* .question-set .right ul li:last-child a:hover { background: linear-gradient(102.57deg,#f41fd6,#dc0916); transition: all 0.4s ease; text-decoration: none; color: #fff; } */
/* .question-set .right ul li:last-child a:hover, .question-set .right ul li.active:last-child a {border: none;} */
.question-set .right ul li span {
  font-size: 1.2em;
  font-weight: 700;
  color: #007dc5;
  margin-right: 10px;
}

.question-set .right ul li:last-child {
  box-shadow: none;
  border: none;
}

.events {
  background: #000000;
}

.events h2 {
  color: #ffffff;
}

.events p {
  color: #ffffff;
}

.events-carousel {
  margin-top: 40px;
}

.events-carousel .owl-stage {
  display: flex;
}

.events-carousel .owl-item {
  display: flex;
  flex: 1 0 auto;
}

.events-carousel .item {
  padding: 0 8px;
  display: flex;
  flex-direction: column;
}

.eventBlock {
  background: #1f1f1f;
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
}

.eventBlock .textDiv {
  padding: 20px;
}

.eventBlock .textDiv h4 {
  font-size: 1.7em;
  color: #ffffff;
  text-align: left;
}

.eventBlock .textDiv p {
  font-size: 1.3em;
  color: #ffffff;
  text-align: left;
  min-height: 40px;
}

.eventBlock .textDiv p span.dividar {
  margin: 0 10px;
  color: #474747;
}

.eventBlock .textDiv p i svg {
  height: 18px;
  fill: #2469BC;
  margin-right: 8px;
}

.eventBlock span.event-title {
  background: #007dc5;
  position: absolute;
  top: 0;
  left: 0px;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4em;
  color: #ffffff;
  padding: 3px 25px 5px 25px;
  z-index: 2;
}

.eventBlock span.event-title::before {
  content: "";
  display: inline-block;
  border-left: 5px solid #005095;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 3px;
  bottom: -6px;
  transform: rotateZ(-45deg);
}

.eventBlock .textDiv .btnArea {
  border-top: 1px solid #474747;
  padding-top: 15px;
  /*opacity: 0;*/
  transition: all 0.4s ease;
}

.eventBlock .textDiv .btnArea button {
  width: 100%;
  text-align: center;
}

.eventBlock:hover .btnArea {
  opacity: 1;
}

.events-carousel {
  margin-bottom: 30px;
}

.events .owl-dots {
  display: block;
  text-align: center;
  margin-top: 20px;
}

.events .owl-dot {
  display: inline-block;
  background: #c3c2c5;
  height: 10px;
  width: 10px;
  margin: 0 4px;
  border-radius: 50%;
}

.events .owl-dot.active {
  background: #2469BC;
}

.events .owl-nav {
  position: absolute;
  top: 45%;
  width: 100%;
}

.events .owl-prev {
  display: inline-block;
  background: #2469BC;
  width: 4em;
  height: 4em;
  border: 0.5em solid #f2b2ce;
  border-radius: 50%;
  margin-right: 1.5em;
  position: absolute;
  left: -45px;
}

.events .owl-next {
  display: inline-block;
  background: #2469BC;
  width: 4em;
  height: 4em;
  border: 0.5em solid #f2b2ce;
  border-radius: 50%;
  margin-left: 1.5em;
  position: absolute;
  right: -45px;
}

.events .owl-prev:after {
  content: "";
  display: inline-block;
  margin-top: 11px;
  margin-left: 12px;
  width: 8px;
  height: 8px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  -moz-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.events .owl-next:after {
  content: "";
  display: inline-block;
  margin-top: 11px;
  margin-left: 10px;
  width: 8px;
  height: 8px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.collaborators-carousel .owl-item,
.collaborators-carousel .owl-stage {
  height: 100%;
}

.collaborators-carousel .item {
  padding: 15px;
  height: 450px;
  position: relative;
}

.collaborators {
  background: #edf6ff;
}

.collaborators .collaboratorsBlock {
  background: #ffffff;
  box-shadow: 0px 0px 14px rgba(60, 100, 177, 0.24);
  padding: 20px;
  text-align: left;
  position: relative;
  height: 100%;
}

.textTest {
  min-height: 200px;
}

.collaborators .collaboratorsBlock p {
  font-size: 1.5em;
  text-align: left;
}

.icon-cuama {
  display: block;
  width: 100%;
  text-align: left;
  margin-bottom: 10px;
}

.icon-cuama svg {
  fill: #2469BC;
}

.bottomText {
  display: block;
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0px;
  padding: 0 25px;
}

.bottomTextVid {
  display: block;
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0px;
  padding: 0 25px;
  min-height: 180px;
}

.bottomTextVid p {
  color: #fff;
}

.bottomTextVid h4 {
  color: #fff !important;
}

/*.bottomTextVid svg { fill:#FFF !important;}*/
.bottomTextVid svg {
  fill: #2469BC !important;
}

.collaborators-img {
  width: 100%;
  vertical-align: middle;
  /* display: inline-block; */
  position: relative;
  /* display: flex; */
  align-items: center;
  flex-direction: row;
}

.testimonial_image {
  width: 50px;
  border: 2px solid #2469bc;
  border-radius: 50%;
  padding: 4px;
  font-size: 2.3em;
  font-weight: 600;
  text-align: center;
  height: 50px;
  display: inline-block
}

.collaborators-img a.play {
  position: absolute;
  right: 0px;
  top: 5px;
}

.collaborators-img i svg {
  display: inline-block;
  fill: #2469BC;
}

.owl-carousel .collaborators-img img,
.collaborators-img img {
  display: inline-block;
  /* For UI Correction : To make profile image proper circular in testimonial cards */
  aspect-ratio: 1/1;
  width: 20% !important;
  border-radius: 50%;
  overflow: hidden;
}

.displayName {
  display: inline-block;
  background: #2469BC;
  padding: 2px 6px;
  border-radius: 3px;
  color: #ffffff;
  font-size: 1.2em;
  margin-left: 15px;
  height: max-content;
}

/* For UI Correction : To make proper height testimonial cards, reduced 50px */
.testimonialBlock .collaboratorsBlock {
  background: #ffffff;
  box-shadow: 0px 4px 32px rgba(60, 100, 177, 0.24);
  padding: 20px;
  height: 420px;
}

.testimonialBlock .collaboratorsBlock h2 {
  text-align: center;
  display: block;
  width: 100%;
}

.testimonialBlock .collaboratorsBlock p {
  font-size: 1.5em;
  text-align: left;
}

.testimonialBlock .col-sm-4 {
  margin: 20px 0px;
}

.customerWrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  width: 100%;
}

.otherName {
  text-align: left;
  padding-right: 36px;
  position: relative;
  min-height: 75px;
}

.otherName h4 {
  font-size: 1.6em;
  font-weight: 700;
  margin-top: 15px;
  color: #000;
}

.otherName p {
  font-size: 1.4em;
  margin-bottom: 0;
}

/* FOR UI Correction : Provided hover and backrgound color to fix UI isues on changing accessibility colors */

.otherName a.play {
  position: absolute;
  right: 0px;
  top: 0px;
  background: none !important;
}

.otherName a.play:hover {
  text-decoration: none;
  border: 0px !important;
}

.otherName i svg {
  display: inline-block;
  fill: #2469BC;
}

.myAccordion button:focus {
  box-shadow: none;
}

.myAccordion .card {
  border: none;
  border-bottom: 1px solid #dadde9;
}

.myAccordion .card:last-child {
  border-bottom: none;
}

.myAccordion .card-header {
  background: none;
  border: none;
  padding: 20px 0;
}

.myAccordion .card-header h5 button {
  font-size: 0.9em;
  font-style: normal;
  font-weight: 600;
  color: #000000;
  text-align: left;
  display: block;
  width: 100%;
  text-decoration: none;
  padding-right: 20px;
}

.myAccordion .card-body {
  padding: 0 20px 20px 0;
  font-size: 1.8em;
  font-style: normal;
  font-weight: 400;
  color: #474747;
}

.myAccordion .card-header button {
  padding: 0;
  position: relative;
}

.myAccordion .card-header button.collapsed .iconPlus {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 25px;
  color: #2469BC;
}

.myAccordion .card-header button .iconPlus {
  display: none;
}

.myAccordion .card-header button .iconMinus {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 25px;
  color: #2469BC;
}

.ecosystem-content {
  width: 49%;
  display: inline-block;
  vertical-align: middle;
}

.ecosystem-content h2 {
  text-align: left;
}

.ecosystem-content p {
  text-align: left;
}

ul.lest {
  display: block;
  width: 100%;
  padding-left: 60px;
}

ul.lest li {
  display: block;
  width: 100%;
  padding-left: 50px;
  position: relative;
  margin-bottom: 55px;
}

ul.lest li i {
  position: absolute;
  left: -15px;
}

ul.lest li i svg {
  display: inline-block;
  fill: #2469BC;
}

ul.lest li h6 {
  font-size: 1.9em;
  font-weight: 700;
}

ul.lest li p {
  font-size: 1.6em;
  text-align: left;
}

ul.lest li:nth-child(2) {
  margin-left: 50px;
}

ul.lest li:nth-child(3) {
  margin-left: 80px;
}

ul.lest li:nth-child(4) {
  margin-left: 50px;
}

ul.lest li span img {
  display: block;
  width: 100%;
  height: auto;
}

ul.lest li:first-child span {
  position: absolute;
  height: auto;
  width: 150px;
  top: 15px;
  left: -189px;
}

ul.lest li:nth-child(2) span {
  position: absolute;
  height: auto;
  width: 110px;
  top: 26px;
  left: -129px;
}

ul.lest li:nth-child(3) span {
  position: absolute;
  height: 1px;
  width: 127px;
  top: 10px;
  left: -149px;
  background: #000;
}

ul.lest li:nth-child(4) span {
  position: absolute;
  height: auto;
  width: 127px;
  top: -21px;
  left: -147px;
}

ul.lest li:nth-child(5) span {
  position: absolute;
  height: auto;
  width: 178px;
  top: -42px;
  left: -191px;
}

ul.lest1 {
  display: block;
  width: 100%;
  padding-left: 60px;
  margin-top: 30px;
}

ul.lest1 li {
  display: block;
  width: 100%;
  padding-left: 50px;
  position: relative;
  margin-bottom: 25px;
}

ul.lest1 li i {
  position: absolute;
  left: -15px;
}

ul.lest1 li i svg {
  display: inline-block;
  /* fill: #2469BC; */
  width: 40px;
}

ul.lest1 li h6 {
  font-size: 1.9em;
  font-weight: 700;
}

ul.lest1 li p {
  font-size: 1.6em;
  text-align: left;
}

.phygital-model .donut-chart-block {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}

.phygital-model .donut-chart {
  position: relative;
  width: 600px;
  height: 600px;
  border-radius: 100%;
}

.phygital-model .center {
  background: #ffffff;
  position: absolute;
  text-align: center;
  font-size: 28px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 550px;
  height: 550px;
  margin: auto;
  border-radius: 50%;
  line-height: 35px;
  padding: 15% 0 0;
  box-shadow: 8px 0px 24px rgba(0, 0, 0, 0.25);
}

.phygital-model .center .centerInside {
  text-align: left;
  padding: 50px 0 0 115px;
}

.phygital-model .center .centerInside h4 {
  font-size: 1.7em;
}

.phygital-model .center .centerInside p {
  font-size: 0.7em;
  text-align: left;
}

.phygital-model .center .centerInside h6 {
  font-size: 0.9em;
}

.phygital-model .portion-block {
  border-radius: 50%;
  clip: rect(0px, 600px, 600px, 300px);
  height: 100%;
  position: absolute;
  width: 100%;
}

.phygital-model .circle {
  border-radius: 50%;
  clip: rect(0px, 300px, 600px, 0px);
  height: 100%;
  position: absolute;
  width: 100%;
  font-size: 1.5rem;
}

.phygital-model .donut-chart #part1 {
  transform: rotate(0deg);
}

.phygital-model .donut-chart #part1 .circle {
  background-color: #ef7333;
  animation: first 1s 1 forwards;
}

.phygital-model .donut-chart #part2 {
  transform: rotate(72deg);
}

.phygital-model .donut-chart #part2 .circle {
  background-color: #7058b0;
  animation: second 1s 1 forwards 1s;
}

.phygital-model .donut-chart #part3 {
  transform: rotate(144deg);
}

.phygital-model .donut-chart #part3 .circle {
  background-color: #459fe5;
  animation: third 0.5s 1 forwards 2s;
}

.phygital-model .donut-chart #part4 {
  transform: rotate(216deg);
}

.phygital-model .donut-chart #part4 .circle {
  background-color: #49bbc3;
  animation: fourth 0.9s 1 forwards 3s;
}

.phygital-model .donut-chart #part5 {
  transform: rotate(288deg);
}

.phygital-model .donut-chart #part5 .circle {
  background-color: #cb336b;
  animation: fifth 0.9s 1 forwards 4s;
}

/* Animation */
@keyframes first {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(72deg);
  }
}

@keyframes second {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(72deg);
  }
}

@keyframes third {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(72deg);
  }
}

@keyframes fourth {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(72deg);
  }
}

@keyframes fifth {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(72deg);
  }
}

.our-ecosystem-parameter {
  background: #f5f5f5;
}

.our-ecosystem-parameter .donut-chart-block {
  display: inline-block;
  width: 50%;
  margin-top: 25px;
  vertical-align: middle;
}

/* new brand guideline changes start */

.our-ecosystem-parameter .donut-chart #part1 {
  transform: rotate(0deg);
}

.our-ecosystem-parameter .donut-chart #part1 .circle {
  background-color: #f07931;
  animation: first 1s 1 forwards;
}

.our-ecosystem-parameter .donut-chart #part2 {
  transform: rotate(72deg);
}

.our-ecosystem-parameter .donut-chart #part2 .circle {
  background-color: #dba32c;
  animation: second 1s 1 forwards 1s;
}

.our-ecosystem-parameter .donut-chart #part3 {
  transform: rotate(144deg);
}

.our-ecosystem-parameter .donut-chart #part3 .circle {
  background-color: #4e84c4;
  animation: third 0.5s 1 forwards 2s;
}

.our-ecosystem-parameter .donut-chart #part4 {
  transform: rotate(216deg);
}

.our-ecosystem-parameter .donut-chart #part4 .circle {
  background-color: #5ba545;
  animation: fourth 0.9s 1 forwards 3s;
}


.our-ecosystem-parameter .donut-chart #part5 {
  transform: rotate(288deg);
}

.our-ecosystem-parameter .donut-chart #part5 .circle {
  background-color: #dc2c1d;
  animation: fifth 0.9s 1 forwards 4s;
}


/* new brand guideline changes ends */



.our-ecosystem-parameter .donut-chart {
  position: relative;
  width: 600px;
  height: 600px;
  border-radius: 100%;
}

/*For UI Correction : In SegmentGOV page in Our Ecosystem Parameter section links are added for icons in donut-chart*/
.our-ecosystem-parameter .donut-chart #part1 .circle::before {
  content: "";
  position: absolute;
  background: url("../svg/academic_process.svg") top center no-repeat;
  top: 12%;
  left: 24%;
  height: 50px;
  width: 50px;
  transform: rotate(-71deg);
}

.our-ecosystem-parameter .donut-chart #part2 .circle::before {
  content: "";
  position: absolute;
  background: url("../svg/icon-c-1.svg") top center no-repeat;
  top: 12%;
  left: 24%;
  height: 65px;
  width: 63px;
  transform: rotate(-145deg);
}

.our-ecosystem-parameter .donut-chart #part3 .circle::before {
  content: "";
  position: absolute;
  background: url("../svg/icon-c-2.svg") top center no-repeat;
  top: 15%;
  left: 24%;
  height: 50px;
  width: 50px;
  transform: rotate(145deg);
}

.our-ecosystem-parameter .donut-chart #part4 .circle::before {
  content: "";
  position: absolute;
  background: url("../svg/oem_wizards.svg") top center no-repeat;
  top: 14%;
  left: 23%;
  height: 50px;
  width: 50px;
  transform: rotate(72deg);
}

.our-ecosystem-parameter .donut-chart #part5 .circle::before {
  content: "";
  position: absolute;
  background: url("../svg/l%26p_centre.svg") top center no-repeat;
  top: 15%;
  left: 22%;
  height: 50px;
  width: 50px;
  transform: rotate(0deg);
}




/*For UI Correction : In HE Digital Assessment page in Our Ecosystem Parameter section links are added for icons in donut-chart*/
@keyframes digitalfirst {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(60deg);
  }
}

@keyframes digitalsecond {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(60deg);
  }
}

@keyframes digitalthird {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(60deg);
  }
}

@keyframes digitalfourth {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(60deg);
  }
}

@keyframes digitalfifth {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(60deg);
  }
}

@keyframes digitalsixth {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(60deg);
  }
}

.digital-assessment-parameter {
  background: #F5F5F5;
}

.digital-assessment-parameter .donut-chart-block {
  display: inline-block;
  width: 50%;
  margin-top: 25px;
  vertical-align: middle;
}

.digital-assessment-parameter .donut-chart #part1 {
  transform: rotate(-30deg);
}

.digital-assessment-parameter .donut-chart #part1 .circle {
  background-color: #f07931;
  animation: digitalfirst 1s 1 forwards;
}

.digital-assessment-parameter .donut-chart #part2 {
  transform: rotate(30deg);
}

.digital-assessment-parameter .donut-chart #part2 .circle {
  background-color: #dba32c;
  animation: digitalsecond 1s 1 forwards 1s;
}

.digital-assessment-parameter .donut-chart #part3 {
  transform: rotate(90deg);
}

.digital-assessment-parameter .donut-chart #part3 .circle {
  background-color: #4e84c4;
  animation: digitalthird 0.3s 1 forwards 2s;
}

.digital-assessment-parameter .donut-chart #part4 {
  transform: rotate(150deg);
}

.digital-assessment-parameter .donut-chart #part4 .circle {
  background-color: #5ba545;
  animation: digitalfourth 0.5s 1 forwards 3s;
}

.digital-assessment-parameter .donut-chart #part5 {
  transform: rotate(210deg);
}

.digital-assessment-parameter .donut-chart #part5 .circle {
  background-color: #dc2c1d;
  animation: digitalfifth 0.7s 1 forwards 4s;

}

.digital-assessment-parameter .donut-chart #part6 {
  transform: rotate(270deg);
}

.digital-assessment-parameter .donut-chart #part6 .circle {
  background-color: #49BBC3;
  animation: digitalsixth 0.9s 1 forwards 5s;
}

.digital-assessment-parameter .donut-chart #part1 .circle::before {
  content: '';
  position: absolute;
  background: url("../png/he-da01.png") top center no-repeat;
  top: 12%;
  left: 26%;
  height: 50px;
  width: 50px;
  transform: rotate(-30deg) !important;
  background-size: contain;
}

.digital-assessment-parameter .donut-chart #part2 .circle::before {
  content: '';
  position: absolute;
  background: url("../png/he-da02.png") top center no-repeat;
  top: 12%;
  left: 27%;
  height: 50px;
  width: 50px;
  transform: rotate(-90deg) !important;
  background-size: contain;
}

.digital-assessment-parameter .donut-chart #part3 .circle::before {
  content: '';
  position: absolute;
  background: url("../png/he-da03.png") top center no-repeat;
  top: 12%;
  left: 25%;
  height: 50px;
  width: 50px;
  transform: rotate(-150deg) !important;
  background-size: contain;
}

.digital-assessment-parameter .donut-chart #part4 .circle::before {
  content: '';
  position: absolute;
  background: url("../png/he-da04.png") top center no-repeat;
  top: 12%;
  left: 26%;
  height: 50px;
  width: 50px;
  transform: rotate(150deg) !important;
  background-size: contain;
}

.digital-assessment-parameter .donut-chart #part5 .circle::before {
  content: '';
  position: absolute;
  background: url("../png/he-da05.png") top center no-repeat;
  top: 12%;
  left: 26%;
  height: 50px;
  width: 50px;
  transform: rotate(90deg) !important;
  background-size: contain;
}

.digital-assessment-parameter .donut-chart #part6 .circle::before {
  content: '';
  position: absolute;
  background: url("../png/he-da06.png") top center no-repeat;
  top: 12%;
  left: 25%;
  height: 50px;
  width: 50px;
  transform: rotate(30deg) !important;
  background-size: contain;
}









/*For UI Correction : In HE Marking page in Our Ecosystem Parameter section links are added for icons in donut-chart*/
.our-ecosystem-parameter .donut-chart.HE-DM #part1 .circle::before {
  content: "";
  position: absolute;
  background: url("../svg/lntelligent-marking.svg") top center no-repeat;
  top: 12%;
  left: 24%;
  height: 50px;
  width: 50px;
  transform: rotate(-71deg);
}

.our-ecosystem-parameter .donut-chart.HE-DM #part2 .circle::before {
  content: "";
  position: absolute;
  background: url("../svg/accelerated-marking.svg") top center no-repeat;
  top: 12%;
  left: 24%;
  height: 50px;
  width: 50px;
  transform: rotate(-145deg);
}

.our-ecosystem-parameter .donut-chart.HE-DM #part3 .circle::before {
  content: "";
  position: absolute;
  background: url("../svg/assistive-marking.svg") top center no-repeat;
  top: 15%;
  left: 24%;
  height: 50px;
  width: 50px;
  transform: rotate(-213deg);
}

.our-ecosystem-parameter .donut-chart.HE-DM #part4 .circle::before {
  content: "";
  position: absolute;
  background: url("../svg/flexible-marking.svg") top center no-repeat;
  top: 14%;
  left: 23%;
  height: 50px;
  width: 50px;
  transform: rotate(72deg);
}

.our-ecosystem-parameter .donut-chart.HE-DM #part5 .circle::before {
  content: "";
  position: absolute;
  background: url("../svg/productive-marking.svg") top center no-repeat;
  top: 15%;
  left: 22%;
  height: 50px;
  width: 50px;
  transform: rotate(0deg);
}

.our-ecosystem-parameter .center {
  background: #ffffff;
  position: absolute;
  text-align: center;
  font-size: 28px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 350px;
  height: 350px;
  margin: auto;
  border-radius: 50%;
  line-height: 35px;
  padding: 15% 0 0;
  box-shadow: 8px 0px 24px rgba(0, 0, 0, 0.25);
}

.our-ecosystem-parameter .center .centerInside {
  text-align: left;
  padding: 39px 0 0 132px;
}

.our-ecosystem-parameter .HE-DM .center .centerInside,
.our-ecosystem-parameter .HE-DA .center .centerInside {
  text-align: center;
  padding: 0;
  margin-top: 13%;
}

.our-ecosystem-parameter .center .centerInside h4 {
  font-size: 1.7em;
}

.our-ecosystem-parameter .center .centerInside p {
  font-size: 0.7em;
  text-align: left;
}

.our-ecosystem-parameter .center .centerInside h6 {
  font-size: 0.9em;
}

.our-ecosystem-parameter .portion-block {
  border-radius: 50%;
  clip: rect(0px, 600px, 600px, 300px);
  height: 100%;
  position: absolute;
  width: 100%;
}

.our-ecosystem-parameter .circle {
  border-radius: 50%;
  clip: rect(0px, 300px, 600px, 0px);
  height: 100%;
  position: absolute;
  width: 100%;
  font-family: monospace;
  font-size: 1.5rem;
}

.centers-of-ecellence .donut-chart-block {
  display: inline-block;
  width: 50%;
  vertical-align: middle;
}

.centers-of-ecellence .donut-chart {
  position: relative;
  width: 600px;
  height: 600px;
  border-radius: 100%;
}

.centers-of-ecellence .center {
  background: #ffffff;
  position: absolute;
  text-align: center;
  font-size: 28px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 350px;
  height: 350px;
  margin: auto;
  border-radius: 50%;
  line-height: 35px;
  padding: 15% 0 0;
  box-shadow: 8px 0px 24px rgba(0, 0, 0, 0.25);
}

.centers-of-ecellence .center .centerInside {
  text-align: center;
  padding: 42px 0 0 0;
}

.centers-of-ecellence .center .centerInside h4 {
  font-size: 1.7em;
}

.centers-of-ecellence .center .centerInside p {
  font-size: 0.7em;
  text-align: left;
}

.centers-of-ecellence .center .centerInside h6 {
  font-size: 0.9em;
}

.centers-of-ecellence .portion-block {
  border-radius: 50%;
  clip: rect(0px, 600px, 600px, 300px);
  height: 100%;
  position: absolute;
  width: 100%;
}

.centers-of-ecellence .circle {
  border-radius: 50%;
  clip: rect(0px, 300px, 600px, 0px);
  height: 100%;
  position: absolute;
  width: 100%;
  font-size: 1.5rem;
}

.centers-of-ecellence .donut-chart #part1 {
  transform: rotate(-70deg);
}

.centers-of-ecellence .donut-chart #part1 .circle::before {
  content: "Teacher Excellence";
  position: absolute;
  top: 33%;
  left: 6%;
  height: 58px;
  width: 110px;
  transform: rotate(-71deg);
  color: #ffffff;
  font-size: 0.7em;
  text-align: center;
}

.centers-of-ecellence .donut-chart #part2 .circle::before {
  content: "Administrator Excellence";
  position: absolute;
  top: 12%;
  left: 18%;
  height: 58px;
  width: 110px;
  transform: rotate(-142deg);
  color: #ffffff;
  font-size: 0.7em;
  text-align: center;
}

.centers-of-ecellence .donut-chart #part3 .circle::before {
  content: "Learner Excellence";
  position: absolute;
  top: 30%;
  left: 7%;
  height: 50px;
  width: 100px;
  transform: rotate(70deg);
  color: #ffffff;
  font-size: 0.7em;
  text-align: center;
}

.centers-of-ecellence .donut-chart.HE-DL #part1 .circle::before {
  content: "";
  position: absolute;
  background: url("../svg/for-faculty.svg") top center no-repeat;
  top: 29%;
  left: 2%;
  height: 58px;
  width: 110px;
  transform: rotate(-71deg);
  color: #ffffff;
  font-size: 0.7em;
  text-align: center;
}

.centers-of-ecellence .donut-chart.HE-DL #part2 .circle::before {
  content: "";
  position: absolute;
  background: url("../svg/for-administrators.svg") top center no-repeat;
  top: 11%;
  left: 16%;
  height: 58px;
  width: 110px;
  transform: rotate(-142deg);
  color: #ffffff;
  font-size: 0.7em;
  text-align: center;
}

.centers-of-ecellence .donut-chart.HE-DL #part3 .circle::before {
  content: "";
  position: absolute;
  background: url("../svg/for-students.svg") top center no-repeat;
  top: 30%;
  left: 5%;
  height: 50px;
  width: 100px;
  transform: rotate(70deg);
  color: #ffffff;
  font-size: 0.7em;
  text-align: center;
}



.centers-of-ecellence .donut-chart #part1 .circle {
  background-color: #f07931;
  animation: one 1s 1 forwards;
}

.centers-of-ecellence .donut-chart #part2 {
  transform: rotate(70deg);
}

.centers-of-ecellence .donut-chart #part2 .circle {
  background-color: #dba32c;
  animation: two 1s 1 forwards 1s;
}

.centers-of-ecellence .donut-chart #part3 {
  transform: rotate(142deg);
}

.centers-of-ecellence .donut-chart #part3 .circle {
  background-color: #4e84c4;
  animation: three 0.5s 1 forwards 2s;
}

/* Animation */
@keyframes one {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(140deg);
  }
}

@keyframes two {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(72deg);
  }
}

@keyframes three {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(148deg);
  }
}

.campus .donut-chart-block {
  display: inline-block;
  width: 50%;
}

.campus .donut-chart {
  position: relative;
  width: 600px;
  height: 600px;
  border-radius: 100%;
}

.campus .center {
  background: #ffffff;
  position: absolute;
  text-align: center;
  font-size: 28px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 350px;
  height: 350px;
  margin: auto;
  border-radius: 50%;
  line-height: 35px;
  padding: 15% 0 0;
  box-shadow: 8px 0px 24px rgba(0, 0, 0, 0.25);
}

.campus .center .centerInside {
  text-align: center;
  padding: 42px 0 0 0;
}

.campus .center .centerInside h4 {
  font-size: 1.7em;
}

.campus .center .centerInside p {
  font-size: 0.7em;
  text-align: left;
}

.campus .center .centerInside h6 {
  font-size: 0.9em;
}

.campus .portion-block {
  border-radius: 50%;
  clip: rect(0px, 600px, 600px, 300px);
  height: 100%;
  position: absolute;
  width: 100%;
}

.campus .circle {
  border-radius: 50%;
  clip: rect(0px, 300px, 600px, 0px);
  height: 100%;
  position: absolute;
  width: 100%;
  font-size: 1.5rem;
}

.campus .donut-chart #part1 {
  transform: rotate(-70deg);
}

.faq-bg {
  background: #f8f7fb;
}

.inner-count svg {
  /* fill: #2469BC; */
}

.about-text {
  display: none;
}

/* Partner with us css start */
.partnerShipWrap {
  list-style: none;
  padding: 0;
  margin: 40px 0 0 0;
}

.partnerShipWrap .item {
  width: 220px;
  height: 130px;
  text-align: center;
  margin: 0 25px 25px 0;
}

/* 17 july 2024
 .partnerShipWrap .item:nth-child(5) {
    margin: 0 0 25px 0;
} */

.partnerShipWrap .item a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 30px 0 0 0;
  text-decoration: none;
  background: #f8f7fb;
  border: 1px solid transparent;
}

.partnerShipWrap .item a.active {
  box-shadow: 0px 1px 54px rgba(0, 80, 149, 0.2);
  border: 1px solid #2469BC;
  cursor: auto;
}

.partnerShipWrap .item svg {
  display: inline-block;
  height: 25px;
  /* fill: #2469BC; */
}

.partnerShipWrap .item p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.6em;
  color: #000000;
  margin: 10px 0 0 0;
}

.partnerShipWrap .item a.active p {
  color: #2469BC;
  font-weight: 700;
}

.partnerContent {
  display: block;
}

.partnerContent h2 {
  margin-bottom: 40px;
}

/* For UI correction: stamp size changes in our partnership section*/

.partnerContent .col-sm-6 {
  display: flex;
}

/* For UI correction: stamp size changes in our partnership section*/
.partnerContent .ptrInfo {
  background: #edf6ff;
  border-radius: 12px;
  padding: 50px 40px;
  /* min-height: 544.78px; */
}

.partnerContent .ptrInfo h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #000000;
}

.partnerContent .ptrInfo p {
  font-style: normal;
  font-weight: 400;
  color: #474747;
  font-size: 1.6em;
  text-align: left;
  margin-bottom: 0;
}

.partnerContent .ptrInfo ul {
  list-style: disc;
  padding-left: 18px;
  margin: 0;
}

.partnerContent .ptrInfo ul li {
  font-style: normal;
  font-weight: 400;
  font-size: 1.6em;
  color: #474747;
  margin-bottom: 10px;
}

.ptrBtn {
  display: block;
  text-align: center;
  margin-top: 50px;
}

.ptrWithBest {
  background: #f9f9f9;
}

.withBest-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.withBest-wrap .withBest-text h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 2.4em;
  color: #000000;
  text-align: left;
}

.ptrWithBest-carousel {
  width: 80% !important;
}

.ptrWithBest-carousel .owl-dots {
  display: block;
  text-align: center;
  margin-top: 20px;
}

.ptrWithBest-carousel .owl-dot {
  display: inline-block;
  background: #c3c2c5;
  height: 10px;
  width: 10px;
  margin: 0 4px;
  border-radius: 50%;
}

.ptrWithBest-carousel .owl-dot.active {
  background: #2469BC;
}

.ptrTestimonials .testimonials-carousel .row {
  align-items: flex-start;
}

.ourPartners {
  background: #f8f7fb;
}

.client-carousel .owl-dots {
  display: block;
  text-align: center;
  margin-top: 40px;
}

.client-carousel .owl-dot {
  display: inline-block;
  background: #c3c2c5;
  height: 10px;
  width: 10px;
  margin: 0 4px;
  border-radius: 50%;
}

.client-carousel .owl-dot.active {
  background: #2469BC;
}

.partnerContatct {
  background: #ffffff !important;
}

.partnerContatct .contact-rhs .cnt-email li .cnt-icon {
  width: 48px;
  height: 48px;
}

.partnerContatct .contact-rhs .cnt-email li .cnt-icon svg {
  width: 48px;
}

.partnerContatct .contact-rhs {
  padding: 0;
}

.partnerContatct .contact-rhs .cnt-email {
  justify-content: space-between;
}

.partnerContatct .contact-rhs .cnt-email li .cnt-text a {
  font-size: 1.6em;
}

.partnerContatct .contact-rhs .cnt-email li .cnt-text a.click {
  color: #2469BC;
  font-weight: 700;
}

.partnerContatct .contact-rhs .cnt-email li .cnt-text {
  padding-left: 15px;
}

.partnerContatct .contact-rhs .cnt-email li .cnt-text span {
  display: inline-block;
}

.partnerWithUsForm .close {
  color: #2469BC;
}

.partnerWithUsForm .modal-dialog {
  max-width: 1100px;
}

.partnerWithUsForm .modal-header {
  padding: 1rem 1.5rem;
}

.partnerWithUsForm .modal-header h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 2em;
  color: #000000;
  text-align: left;
}

.partnerWithUsForm .modal-header p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.4em;
  color: #474747;
  text-align: left;
  margin-bottom: 0;
}

.partnerWithUsForm .modal-body {
  padding: 1rem 1.5rem;
}

.partnerWithUsForm label {
  font-size: 1.4em;
  font-style: normal;
  font-weight: 400;
  color: #000000;
  text-align: left;
}

.partnerWithUsForm .form-control {
  font-style: normal;
  font-weight: 400;
  font-size: 1.6em;
  color: #474747;
  text-align: left;
  height: 48px;
  border: 1px solid #dadde9;
  border-radius: 4px;
  margin-bottom: 25px;
}

.partnerWithUsForm .form-control:focus {
  box-shadow: 0 0 7px 0 rgba(36, 105, 188, 0.2);
}

.partnerWithUsForm .form-group span.forEg {
  position: absolute;
  left: 15px;
  bottom: -17px;
  font-style: normal;
  font-weight: 400;
  font-size: 1.2em;
  color: #474747;
}

.partnerWithUsForm .btnWrap a {
  margin-right: 10px;
}

#aTodForm .modal-header {
  border-bottom: none;
}

.tAndcWrap {
  background: #f8f7fb;
  box-shadow: 0px 4px 24px rgba(60, 100, 177, 0.15);
  border-radius: 4px;
  padding: 20px;
  margin: 30px 0;
}

.tAndcWrap h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 2em;
  color: #000000;
  text-align: left;
  margin-bottom: 15px;
}

.tAndcWrap p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.6em;
  color: #474747;
  text-align: left;
  margin-bottom: 10px;
}

.tAndcWrap .form-check-label {
  font-weight: 600;
  font-size: 1.6em;
  color: #000000;
  text-align: left;
  cursor: pointer;
}

/* Partner with us css end */

/* Higher Education Platform Detail start */
.platformDetail-carousel {
  margin-top: 50px;
}

.platformDetail-carousel .row {
  align-items: center;
}

.platformDetail-img {
  background: #f0f0f0;
  box-shadow: 0px 4px 32px rgba(0, 80, 149, 0.1);
  border-radius: 12px;
  margin: 0 30px;
  overflow: hidden;
}

.platformDetail-txt {
  padding-left: 30px;
}

.platformDetail-txt h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 1.6em;
  color: #474747;
  text-align: left;
  margin: 0;
}

.platformDetail-txt h3 span {
  margin-right: 15px;
}

.platformDetail-txt h3 span svg {
  display: inline-block;
  width: 25px;
}

.platformDetail-txt h3 span svg path {
  stroke: #2469BC;
}

.platformDetail-txt p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.6em;
  color: #474747;
  text-align: left;
  padding-left: 45px;
}

.platformDetail-txt p:last-child {
  margin: 0;
}

.platformDetail-txt ul {
  padding: 10px 0 0 60px;
  margin: 0;
}

.platformDetail-txt ul li {
  font-style: normal;
  font-weight: 400;
  font-size: 1.6em;
  color: #474747;
  text-align: left;
}

.platformDetail-carousel .owl-dots {
  display: block;
  text-align: center;
  margin-top: 20px;
}

.platformDetail-carousel .owl-dot {
  display: inline-block;
  background: #c3c2c5;
  height: 10px;
  width: 10px;
  margin: 0 4px;
  border-radius: 50%;
}

.platformDetail-carousel .owl-dot.active {
  background: #2469BC;
}

.platformTestimonials {
  padding-bottom: 30px;
}

.testiWrap {
  background: #f8f7fb;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 20px;
}

.testiWrap .testiName {
  display: flex;
  flex: 0 0 28%;
  align-items: center;
}

.testiWrap .testiName .testi-img {
  padding-right: 20px;
}

.testiWrap .testiName h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 1.6em;
  color: #000000;
  margin: 0;
}

.testiWrap .testiName h3 span {
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 0.9em;
  color: #474747;
  padding-top: 7px;
}

.testiWrap .testiWords p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.6em;
  color: #474747;
  text-align: left;
  margin: 0;
  border-left: 1px solid #dadde9;
  padding-left: 25px;
}

.reasonToBelievePoints {
  margin-top: 40px;
}

.reasonToBelievePoints .pointWrap {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}

.reasonToBelievePoints .pointWrap img {
  display: block;
  width: 100%;
}

.reasonToBelievePoints .pointWrap .bottom-txt {
  background: #000000;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.4s ease;
  min-height: 73px;
}

.reasonToBelievePoints .pointWrap .bottom-txt h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 1.8em;
  color: #ffffff;
  text-align: center;
  margin: 15px 0;
}

.reasonToBelievePoints .pointWrap:hover .bottom-txt {
  display: none;
}

.reasonToBelievePoints .pointWrap .hover-txt {
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.4s ease;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  box-shadow: 0px 12px 76px rgba(60, 100, 177, 0.2);
  padding: 15px 20px;
}

.reasonToBelievePoints .pointWrap .hover-txt h2 {
  font-family: "BasisGrotesquePro-Regular";
  font-style: normal;
  font-weight: 700;
  font-size: 2.4em;
  color: #ffffff;
  text-align: left;
}

.reasonToBelievePoints .pointWrap .hover-txt p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.4em;
  color: #ffffff;
  text-align: left;
  margin: 0;
  line-height: 19.6px;
}

.reasonToBelievePoints .pointWrap:hover .hover-txt {
  opacity: 1;
  transform: scale(1);
}

.white-bg {
  background: #ffffff !important;
}

.platformSolutionsGovt {
  background: #000000;
  text-align: center;
}

.platformSolutionsGovt h2 {
  color: #ffffff;
}

.platformSolutionsGovt p {
  color: #ffffff;
}

.platformSolutionsGovt .institutions-carousel {

  max-width: 900px;
  margin: 40px auto;
  display: flex !important;
  justify-content: center !important;
}

.platformSolutionsGovt .institutions-carousel .insti-block .content-block .content-inner {
  height: 165px;
}

.platformSolutionsGovt .institutions-carousel .item:hover .content-inner {
  height: 230px;
}

.platformSolutionsGovt .institutions-carousel .insti-block .content-block .content-inner p {
  height: 110px;
}

.platformSolutionsGovt .owl-nav {
  position: absolute;
  top: 42%;
  width: 100%;
}

.platformSolutionsGovt .owl-prev {
  display: inline-block;
  background: #2469BC;
  width: 4em;
  height: 4em;
  border: 0.5em solid #f2b2ce;
  border-radius: 50%;
  margin-right: 1.5em;
  position: absolute;
  left: -50px;
}

.platformSolutionsGovt .owl-next {
  display: inline-block;
  background: #2469BC;
  width: 4em;
  height: 4em;
  border: 0.5em solid #f2b2ce;
  border-radius: 50%;
  margin-left: 1.5em;
  position: absolute;
  right: -50px;
}

.platformSolutionsGovt .owl-prev:after {
  content: "";
  display: inline-block;
  margin-top: 11px;
  margin-left: 2px;
  width: 8px;
  height: 8px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  -moz-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.platformSolutionsGovt .owl-next:after {
  content: "";
  display: inline-block;
  margin-top: 11px;
  margin-right: 2px;
  width: 8px;
  height: 8px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

a:hover .platformSolutionsGovt .owl-prev,
a:hover .platformSolutionsGovt .owl-prev {
  border: 0.5em solid #e74c3c;
}

a:hover .platformSolutionsGovt .owl-next:after,
a:hover .platformSolutionsGovt .owl-next:after {
  border-top: 0.5em solid #e74c3c;
  border-right: 0.5em solid #e74c3c;
}

.platformDetailGvtSec .tcs-iON-Offerings {
  text-align: center;
}

.rightPlanWrap {
  margin-top: 30px;
}

.rightPlanWrap .planDetails {
  background: #ffffff;
  box-shadow: 0px 1px 8px rgba(0, 80, 149, 0.2);
  border-radius: 4px;
  padding: 20px;
  height: 100%;
}

.rightPlanWrap .basicPlan {
  border-top: 6px solid #00acac;
}

.rightPlanWrap .basicPlan .planType .planImg svg {
  fill: #00acac;
}

.rightPlanWrap .plusePlan {
  border-top: 6px solid #eb5000;
}

.rightPlanWrap .plusePlan .planType .planImg svg {
  fill: #eb5000;
}

.rightPlanWrap .proPlan {
  border-top: 6px solid #007dc5;
}

.rightPlanWrap .proPlan .planType .planImg svg {
  fill: #007dc5;
}

.rightPlanWrap .planDetails .planType {
  display: flex;
  align-items: center;
}

.rightPlanWrap .planDetails .planType .planImg svg {
  display: inline-block;
  width: 54px;
}

.rightPlanWrap .planDetails .planType .planName {
  padding-left: 20px;
}

.rightPlanWrap .planDetails .planType .planName h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 2em;
  text-align: left;
  color: #000000;
  margin: 0;
}

.rightPlanWrap .planDetails .planType .planName p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.6em;
  text-align: left;
  color: #474747;
  margin: 0;
}

.rightPlanWrap .planDetails .PlanCost {
  margin: 25px 0 20px 0;
  position: relative;
}

.rightPlanWrap .planDetails .PlanCost h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 3.2em;
  color: #000000;
  text-align: left;
  margin: 0;
}

.rightPlanWrap .planDetails .PlanCost h3 span {
  font-size: 0.6em;
}

.rightPlanWrap .planDetails .PlanCost .popularMark {
  position: absolute;
  top: -65px;
  right: 10px;
}

.rightPlanWrap .planDetails .PlanCost .popularMark span {
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6em;
  color: #000000;
  transform: rotate(32.15deg);
  padding: 0 0 5px 18px;
}

.rightPlanWrap .planDetails .PlanCost .popularMark svg {
  width: 34px;
}

.rightPlanWrap .planDetails .tcs-primary-btn {
  display: block;
  text-align: center;
}

.rightPlanWrap .planDetails .watYouGet {
  margin-top: 30px;
}

.rightPlanWrap .planDetails .watYouGet p {
  font-style: normal;
  font-weight: 600;
  font-size: 1.8em;
  color: #000000;
  text-align: left;
}

.rightPlanWrap .planDetails .watYouGet ul {
  list-style: none;
  margin: 0;
}

.rightPlanWrap .planDetails .watYouGet ul li {
  font-style: normal;
  font-weight: 400;
  font-size: 1.6em;
  color: #474747;
  text-align: left;
  margin-bottom: 10px;
  position: relative;
}

.rightPlanWrap .planDetails .watYouGet ul li::before {
  content: "";
  display: inline-block;
  background-image: url(../png/right-icon.png);
  background-repeat: no-repeat;
  width: 16px;
  height: 12px;
  position: absolute;
  top: 7px;
  left: -40px;
}

/* Higher Education Platform Detail end */

.writeBtnArea {
  display: block;
  text-align: center;
}

.he-parameter .circle {
  clip: rect(0px, 300px, 600px, 0px);
}

@keyframes hefirst {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(90deg);
  }
}

@keyframes hesecond {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(90deg);
  }
}

@keyframes hethird {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(90deg);
  }
}

@keyframes hefourth {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(90deg);
  }
}

.he-parameter,
.centers-of-ecellence.tcs-section {
  background: #f5f5f5;
}

.he-parameter .donut-chart-block {
  display: inline-block;
  width: 50%;
  margin-top: 25px;
  vertical-align: middle;
}

.he-parameter .donut-chart #part1 {
  transform: rotate(0deg);
}

.he-parameter .donut-chart #part1 .circle {
  background-color: #cb336b;
  animation: hefirst 1s 1 forwards;
}

.he-parameter .donut-chart #part2 {
  transform: rotate(90deg);
}

.he-parameter .donut-chart #part2 .circle {
  background-color: #ef7333;
  animation: hesecond 1s 1 forwards 1s;
}

.he-parameter .donut-chart #part3 {
  transform: rotate(180deg);
}

.he-parameter .donut-chart #part3 .circle {
  background-color: #47a3eb;
  animation: hethird 0.5s 1 forwards 2s;
}

.he-parameter .donut-chart #part4 {
  transform: rotate(270deg);
}

.he-parameter .donut-chart #part4 .circle {
  background-color: #49bbc3;
  animation: hefourth 0.9s 1 forwards 3s;
}

.he-parameter .donut-chart #part1 .circle::before {
  content: "";
  position: absolute;
  background: url("../icon-c-5.html") top center no-repeat;
  top: 15%;
  left: 20%;
  height: 50px;
  width: 50px;
  transform: rotate(-90deg) !important;
}

.he-parameter .donut-chart #part2 .circle::before {
  content: "";
  position: absolute;
  background: url("../icon-c-1.html") top center no-repeat;
  top: 19%;
  left: 18%;
  height: 50px;
  width: 50px;
  transform: rotate(180deg) !important;
}

.he-parameter .donut-chart #part3 .circle::before {
  content: "";
  position: absolute;
  background: url("../icon-c-6.html") top center no-repeat;
  top: 17%;
  left: 18%;
  height: 50px;
  width: 50px;
  transform: rotate(90deg) !important;
}

.he-parameter .donut-chart #part4 .circle::before {
  content: "";
  background: transparent;
}

.he-parameter .center .centerInside {
  text-align: center;
  padding: 60px 0 0 0;
}

.dm-parameter .donut-chart #part1 .circle {
  background-color: #ef7333;
}

.dm-parameter .donut-chart #part2 .circle {
  background-color: #47a3eb;
}

.dm-parameter .donut-chart #part3 .circle {
  background-color: #49bbc3;
}

.dm-parameter .donut-chart #part4 .circle {
  background-color: #cb336b;
}

.dm-parameter .donut-chart #part1 .circle::before {
  content: "";
  position: absolute;
  background: url("../png/icon-c-7.png") top center no-repeat;
  top: 15%;
  left: 20%;
  height: 50px;
  width: 50px;
  transform: rotate(-90deg);
}

.dm-parameter .donut-chart #part2 .circle::before {
  content: "";
  position: absolute;
  background: url("../png/icon-c-8.png") top center no-repeat;
  top: 19%;
  left: 18%;
  height: 50px;
  width: 50px;
  transform: rotate(180deg);
}

.dm-parameter .donut-chart #part3 .circle::before {
  content: "";
  position: absolute;
  background: url("../png/icon-c-9.png") top center no-repeat;
  top: 17%;
  left: 18%;
  height: 50px;
  width: 50px;
  transform: rotate(90deg);
}

.dm-parameter .donut-chart #part4 .circle::before {
  content: "";
  position: absolute;
  background: url("../png/icon-c-10.png") top center no-repeat;
  top: 17%;
  left: 18%;
  height: 50px;
  width: 50px;
  transform: rotate(0deg) !important;
}

.whyDigitalLearning {
  background: #f9f9f9;
}

.whyDigitalLearning h2 {
  text-align: left;

}

.whyDigitalLearning ul {
  padding: 0;
}

.whyDigitalLearning ul li {
  font-style: normal;
  font-weight: 400;
  font-size: 1.7em;
  color: #000000;
  text-align: left;
}

.he-parameter ul.lest1 li ul,
.HE-DL ul.lest1 li ul {
  padding: 0;
  list-style: disc;
}

.he-parameter ul.lest1 li ul li,
HE-DL ul.lest1 li ul li {
  font-style: normal;
  font-weight: 400;
  font-size: 1.4em;
  color: #474747;
  padding: 0;
  margin: 0;
}

.reasonToBelievePoints .pointWrap .hover-txt ul {
  list-style: disc;
  padding: 0 0 0 15px;
}

.reasonToBelievePoints .pointWrap .hover-txt ul li {
  font-style: normal;
  font-weight: 400;
  font-size: 1.4em;
  color: #ffffff;
}

/*  Why Digital Assessments? start  */
.whyDigiAssessment ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  flex-wrap: wrap;
}

.whyDigiAssessment ul li {
  width: 21%;
  text-align: center;
  margin-bottom: 50px;
}

.whyDigiAssessment ul li svg {
  display: inline-block;
  height: 40px;
  /* fill: #2469BC; */
}

.whyDigiAssessment ul li span {
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 1.8em;
  color: #000000;
  text-align: center;
  margin-top: 10px;
}

.kf-parameter .donut-chart #part1 .circle {
  background-color: #ef7333;
}

.kf-parameter .donut-chart #part2 .circle {
  background-color: #dba32c;
}

.kf-parameter .donut-chart #part3 .circle {
  background-color: #4e84c4;
}

.kf-parameter .donut-chart #part4 .circle {
  background-color: #5ba545;
}

.kf-parameter .donut-chart #part1 .circle::before {
  content: "";
  position: absolute;
  background: url("../svg/icon-c-3.svg") top center no-repeat;
  top: 15%;
  left: 20%;
  height: 50px;
  width: 50px;
  transform: rotate(-90deg);
}

.kf-parameter .donut-chart #part2 .circle::before {
  content: "";
  position: absolute;
  background: url("../svg/icon-c-4.svg") top center no-repeat;
  top: 19%;
  left: 18%;
  height: 50px;
  width: 50px;
  transform: rotate(180deg);
}

.kf-parameter .donut-chart #part3 .circle::before {
  content: "";
  position: absolute;
  background: url("../svg/icon-c-5.svg") top center no-repeat;
  top: 17%;
  left: 18%;
  height: 50px;
  width: 50px;
  transform: rotate(90deg);
}

.kf-parameter .donut-chart #part4 .circle::before {
  content: "";
  position: absolute;
  background: url("../svg/icon-c-6.svg") top center no-repeat;
  top: 17%;
  left: 18%;
  height: 50px;
  width: 50px;
  transform: rotate(0) !important;
}

/* HE landing ecosystem circle css */


.kf-parameter .donut-chart.HELanding #part1 .circle::before {
  content: "";
  position: absolute;
  background: url("../webp/icon-c-5.webp") top center no-repeat;
  top: 15%;
  left: 20%;
  height: 50px;
  width: 50px;
  transform: rotate(-90deg);
}

.kf-parameter .donut-chart.HELanding #part2 .circle::before {
  content: "";
  position: absolute;
  background: url("../webp/icon-c-1.webp") top center no-repeat;
  top: 19%;
  left: 18%;
  height: 65px;
  width: 64px;
  transform: rotate(180deg);
}

.kf-parameter .donut-chart.HELanding #part3 .circle::before {
  content: "";
  position: absolute;
  background: url("../webp/icon-horn.webp") top center no-repeat;
  top: 17%;
  left: 17%;
  height: 66px;
  width: 64px;
  transform: rotate(90deg);
}

.kf-parameter .donut-chart.HELanding #part4 .circle::before {
  content: "";
  position: absolute;
  background: url("../webp/icon-c-3.webp") top center no-repeat;
  top: 17%;
  left: 13%;
  height: 87px;
  width: 82px;
  transform: rotate(0) !important;
}


/* Gov landing ecosystem circle css */
.kf-parameter .donut-chart.govLanding #part1 .circle::before {
  content: "";
  position: absolute;
  background: url("../svg/icon-c-3.svg") top center no-repeat;
  top: 15%;
  left: 20%;
  height: 50px;
  width: 50px;
  transform: rotate(-90deg);
}

.kf-parameter .donut-chart.govLanding #part2 .circle::before {
  content: "";
  position: absolute;
  background: url("../svg/icon-c-4.svg") top center no-repeat;
  top: 19%;
  left: 18%;
  height: 65px;
  width: 64px;
  transform: rotate(180deg);
}

.kf-parameter .donut-chart.govLanding #part3 .circle::before {
  content: "";
  position: absolute;
  background: url("../svg/icon-c-5.svg") top center no-repeat;
  top: 17%;
  left: 18%;
  height: 50px;
  width: 50px;
  transform: rotate(90deg);
}

.kf-parameter .donut-chart.govLanding #part4 .circle::before {
  content: "";
  position: absolute;
  background: url("../svg/icon-c-6.svg") top center no-repeat;
  top: 17%;
  left: 13%;
  height: 87px;
  width: 82px;
  transform: rotate(0) !important;
}

/*  Why Digital Assessments? end  */

.sortList {
  position: relative;
  right: -34px;
  z-index: 1;
}

.sortList i {
  height: 14px;
  width: auto;
}

.sortList i svg {
  fill: #2469BC;
  height: 18px;
}

.gov-platformDetails {
  background: #edf6ff;
}

.btnList {
  display: block;
  padding-left: 60px;
  margin-top: 30px;
  list-style: none;
}

.btnList li {
  display: inline-block;
  margin-right: 15px;
}

.mTop {
  margin-top: 10px;
}

.whiteTxt {
  color: #ffffff;
  margin-left: 20px;
}

.whiteTxt:hover {
  color: #ffffff;
  text-decoration: underline;
}

.whiteTxt:hover {
  text-decoration: none;
}

.leftText h2 {
  text-align: left !important;
}

.leftText p {
  text-align: left !important;
}

.grayBg {
  background: #f2f2f2;
}

.tabInset {
  padding: 50px 0px;
  text-align: left;
}

.tabInset h3 {
  font-size: 2.2em;
  text-align: left;
}

.tabInset p {
  font-size: 1.6em;
  text-align: left;
}

.tabInset img {
  display: block;
  width: 100%;
}

.cardWrapper {
  display: block;
  text-align: center;
}

.careerCard {
  display: inline-block;
  text-align: left;
  background: #fff;
  box-shadow: 0px 1px 54px rgba(0, 80, 149, 0.2);
  width: 300px;
}

.careerCard .imgArea {
  display: block;
}

.careerCard .imgArea img {
  display: block;
  width: 100%;
  height: auto;
}

.careerCard .textArea {
  display: block;
  padding: 20px;
}

.careerCard .textArea h4 {
  display: block;
  font-size: 1.8em;
  text-align: left;
}

.careerCard .textArea p {
  display: block;
  font-size: 1.5em;
  text-align: left;
}

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

.freeTxt {
  font-size: 1.5em;
  font-weight: bold;
  color: #178c4c;
}

.textArea span {
  font-size: 1.6em;
}

.textArea span a.link {
  font-size: 1em;
  color: #007dc5;
}

.cardLink {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

.cardLink .btn:last-child {
  background: #ffffff;
  color: #2469BC;
}

.cardLink .btn {
  width: auto;
  font-size: 1.4em;
  color: #fff;
  background-color: #2469BC;
  border-color: #2469BC;
  border-radius: 8px;
  padding: 8px 20px;
}

.trending-wrapper {
  background: #f2f2f2;
}

.trending-wrapper .courses-tabs .nav-tabs {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.trending-wrapper .courses-tabs .nav-tabs .nav-item {
  display: inline-block;
  margin: 0 15px;
}

.trending-wrapper .courses-tabs .nav-tabs .nav-item:first-child {
  margin-left: 0px;
}

/*.trandingTabInset .programsList-carousel .item:hover .programsList-block { min-height: 540px;}*/
.trandingTabInset .text-block .btn-wrap .btn {
  width: 130px;
}

.trandingTabInset {
  padding: 20px;
}

.youthTab {
  display: block;
  margin-top: -30px;
  position: relative;
  z-index: 9;
}

.youthTab ul {
  display: flex;
  text-align: center;
  padding: 0;
  margin: 0;
  justify-content: space-between;
}

.youthTab ul li {
  display: inline-block;
  width: 290px;
}

.youthTab ul li a {
  display: block;
  padding: 20px 0;
  font-size: 2em;
  background: #ffffff;
  color: #000000;
  box-shadow: 0px 1px 12px rgba(0, 80, 149, 0.3);
  border: 1px solid transparent;
  transition: all ease 0.4s;
  height: 75px;
}

.youthTab ul li a i {
  margin-right: 10px;
}

.youthTab ul li a i svg {
  fill: #2469BC;
  width: 25px;
}

.youthTab ul li:nth-child(2) a i svg,
.youthTab ul li:nth-child(4) a i {
  width: 30px;
}

.youthTab ul li a:hover {
  border: 1px solid #2469BC;
  color: #2469BC;
  text-decoration: none;
}

.youthTab ul li a.active {
  border: 1px solid #2469BC;
  color: #2469BC;
  text-decoration: none;
}

.youthSec img {
  display: block;
  width: 100%;
}

.career-question {
  display: block;
}

.career-question .col-sm-4 {
  text-align: center;
}

.career-question .col-sm-4 img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.career-question .col-sm-8 p {
  text-align: left !important;
}

.career-question .col-sm-8 p span {
  font-size: 2.8em;
  position: absolute;
  left: 0px;
  top: -11px;
  color: #2469BC;
}

.txtPadding {
  padding-left: 120px;
  position: relative;
}

.gTest .col {
  margin-top: 20px;
}

.gTest .col .box {
  display: block;
  background: #ffffff;
  padding: 20px;
  min-height: 162px;
}

.gTest .col .box svg {
  fill: #2469BC;
}

.gTest .col .box p {
  text-align: left;
  margin-top: 10px;
  font-size: 1.4em;
}

.gTest .col .box p strong {
  color: #2469BC;
}

.categoriesSec .col-sm-4 {
  text-align: center;
  margin-top: 30px;
}

.categoriesSec .col-sm-4 h3 {
  font-size: 2.2em;
  margin: 15px 0;
}

.categoriesSec .col-sm-4 p span {
  color: #2469BC;
}

.categoriesSec i svg {
  fill: #2469BC;
}

.steps {
  display: block;
}

.steps .col-sm-3 {
  display: block;
  text-align: center;
}

.steps .col-sm-3 .iconArea {
  display: inline-block;
  height: 72px;
  width: 72px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  padding-top: 16px;
  margin: 20px 0px;
  position: relative;
}

/* .steps .col-sm-3 .iconArea svg { fill: #2469BC; } */
.roundedArrow {
  position: absolute;
  top: -22px;
  left: 66px;
  height: 40px;
  width: 248px;
  fill: #2469BC;
}

.roundedArrow1 {
  position: absolute;
  top: 54px;
  left: 66px;
  height: 40px;
  width: 248px;
  fill: #2469BC;
}

.stepList {
  text-align: center;
  display: block;
  margin-top: 30px;
}

.stepList ul {
  display: inline-block;
  background: #ffffff;
  list-style: none;
}

.stepList ul li {
  display: inline-block;
  font-size: 1.8em;
  margin: 10px 20px;
  position: relative;
}

.stepList ul li a {
  color: #000000;
}

.stepList ul li a:hover {
  text-decoration: none;
  color: #2469BC;
  transition: all ease 0.4s;
}

.stepList ul li::after {
  content: "";
  border: solid #2469BC;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: absolute;
  top: 10px;
  right: -26px;
}

.stepList ul li:first-child::after {
  display: none;
}

.stepList ul li:last-child::after {
  display: none;
}

.categoriesSec {
  display: block;
}

.categoriesSec ul {
  display: block;
  text-align: center;
  margin-top: 35px;
  padding: 0px;
}

.categoriesSec ul li {
  display: inline-block;
}

.categoriesSec ul li:first-child {
  margin-right: 10px;
}

.categoriesSec a {
  padding: 8px 12px;
  width: auto;
  height: 36px;
  background: rgba(228, 17, 101, 0.1);
  border-radius: 8px;
  color: #000;
  font-size: 1.4em;
}

.categoriesSec a:hover {
  text-decoration: none;
  color: #000;
}

.categoriesSec a svg {
  fill: #2469BC;
}

.smWrapper {
  position: absolute;
  top: 140px;
  right: 30px;
  z-index: 10;
}

.tcs-share {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  outline: none;
  background: #ffffff;
  box-shadow: 0px 4px 8px rgba(112, 115, 152, 0.5);
}

.tcs-share:focus {
  outline: none;
}

.tcs-share svg {
  fill: #2469BC;
  width: 18px;
}

.tcs-share:hover {
  background: #2469BC;
}

.tcs-share:hover svg {
  fill: #ffffff;
}

.shareWrap {
  position: absolute;
  top: 50px;
  right: 0;
  width: 345px;
  height: auto;
  z-index: 10;
  background: #ffffff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  padding: 10px;
}

.shareWrap h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 1.4em;
  color: #000000;
}

.shareWrap ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: space-between;
}

.shareWrap ul li {
  background: #e6e6e6;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
}

.shareWrap ul li a {
  display: block;
}

.shareWrap ul li svg {
  fill: #2469BC;
}

/* For UI Correction : Implementation on Share ICON CSS Starts here*/

.shareWrap ul li:nth-child(3) svg {
  fill: white;
}

.shareWrap ul li:nth-child(1) svg {
  fill: white;
}

.shareWrap ul li:nth-child(2) svg {
  fill: black;
}

.shareWrap ul li:nth-child(5) svg {
  fill: #128c7e;
}

.shareWrap ul li:nth-child(6) svg {
  fill: #2469BC;
}

.shareWrap ul li:nth-child(7) svg {
  fill: #2469BC;
}

.yellow-const .shareWrap ul li:nth-child(3) svg {

  fill: white;

}

.yellow-const .shareWrap ul li:nth-child(1) svg {

  fill: white;

}

.yellow-const .shareWrap ul li:nth-child(2) svg {

  fill: black;

}

.yellow-const .shareWrap ul li:nth-child(5) svg {

  fill: #128c7e;

}

.yellow-const .shareWrap ul li:nth-child(6) svg {

  fill: #FFFF42;

}

.yellow-const .shareWrap ul li:nth-child(7) svg {

  fill: #FFFF42;

}

.blue-const .shareWrap ul li:nth-child(3) svg {

  fill: white;

}

.blue-const .shareWrap ul li:nth-child(1) svg {

  fill: white;

}

.blue-const .shareWrap ul li:nth-child(2) svg {

  fill: black;

}

.blue-const .shareWrap ul li:nth-child(5) svg {

  fill: #128c7e;

}

.blue-const .shareWrap ul li:nth-child(6) svg {

  fill: #15F1FF;

}

.blue-const .shareWrap ul li:nth-child(7) svg {

  fill: #15F1FF;

}

.blue-const .shareWrap ul li:nth-child(2),
.blue-const .shareWrap ul li:nth-child(5),
.yellow-const .shareWrap ul li:nth-child(2),
.yellow-const .shareWrap ul li:nth-child(5) {

  background: white
}



.yellow-const .liveChat-wrap svg path {
  fill: #000000 !important;
}

.blue-const .liveChat-wrap svg path {
  fill: #000000 !important;
}

/* For UI Correction : Implementation on Share ICON CSS Ends here*/

.shareWrap.smShow {
  display: none;
  height: 0;
  transition: all 0.7s;
}

.shareWrapStamp {
  position: absolute;
  top: 50px;
  right: 0;
  width: 345px;
  height: auto;
  z-index: 10;
  background: #ffffff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  padding: 10px;
}

.shareWrapStamp h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 1.4em;
  color: #000000;
}

.shareWrapStamp ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: space-between;
}

.shareWrapStamp ul li {
  background: #e6e6e6;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
}

.shareWrap ul li:first-child {
  background: #1670B9;
}

.shareWrap ul li:nth-child(3) {
  background: #007AB9;
}

.shareWrapStamp ul li a {
  display: block;
}

.shareWrapStamp ul li svg {
  fill: #2469BC;
}

.shareWrap ul li:nth-child(3) svg {
  fill: white;
}

.shareWrap ul li:nth-child(1) svg {
  fill: white;
}

.shareWrapStamp ul li:nth-child(2) svg {
  fill: #1877f2;
}

.shareWrapStamp ul li:nth-child(5) svg {
  fill: #128c7e;
}

.shareWrapStamp ul li:nth-child(6) svg {
  fill: #000000;
}

.shareWrapStamp.smStmpShow {
  display: none;
  height: 0;
  transition: all 0.7s;
}

.OurPartners .owl-next,
.OurPartners .owl-prev {
  top: -20px;
}

ul.bannerList {
  display: block;
  width: 100%;
  margin-top: 20px;
  padding: 0px;
}

ul.bannerList li {
  display: inline-block;
  text-align: left;
  margin: 0 60px 0 0;
}

ul.bannerList li h4 {
  color: #ffffff;
  margin-top: 15px;
}

/* FOR UI Correction : For share icon */
.yellow-const .tcs-share {
  background: #FFFF42;
}

.yellow-const .tcs-share svg {
  fill: #000000;
}

.blue-const .tcs-share {
  background: #15F1FF;
}

.blue-const .tcs-share svg {
  fill: #000000;
}

ul.tucareers {
  display: block;
  text-align: center;
  width: 100%;
}

ul.tucareers li {
  display: inline-block;
  font-size: 3em;
  margin: 0 20px;
}

.tableArea {
  display: block;
  font-size: 1.6em;
  margin-top: 40px;
}

.tableArea table th {
  background: #ffffff;
  text-align: center;
  vertical-align: middle;
}

.tableArea table th:first-child {
  width: 20%;
  text-align: left;
}

.tableArea table th h3 {
  font-size: 2em;
  display: block;
  text-align: center;
}

.tableArea table th h5 {
  font-size: 1.1em;
  font-weight: bold;
}

.tableArea table th p {
  font-size: 1em;
  margin-bottom: 0px;
}

.tableArea table tr {
  background: #ffffff;
  vertical-align: middle;
}

.tableArea table td {
  background: #ffffff;
  vertical-align: middle;
  text-align: center;
}

.tableArea table td .tcs-primary-btn {
  font-size: 1em;
  padding: 5pt 2pc;
}

.tableArea table td .dwnLnk {
  color: #2469BC;
}

.tableArea table td .dwnLnk:hover {
  color: #000000;
  text-decoration: none;
  transition: all ease 0.4s;
}

.bannerList i svg {
  height: auto;
  width: 42px;
  fill: #2469BC;
}

.intro .col-sm-6 {
  display: block;
  margin-top: 30px;
}

.intro .col-sm-6 img {
  width: 100%;
}

.intro .col-sm-6 p {
  text-align: left;
}

.introBox {
  display: block;
  border: 1px solid #dadde9;
  padding: 20px;
  min-height: 295px;
  border-radius: 6px;
  margin-top: 50px;
}

.introBox i svg {
  width: auto;
  height: 46px;
  fill: #2469BC;
}

.introBox h3 {
  text-align: left;
  font-size: 1.8em;
  font-weight: 700;
  margin: 20px 0px;
}

.introBox p {
  text-align: left;
}

.white-bg-tabs {
  display: block;
  margin: 30px 0px;
}

.white-bg-tabs .nav-tabs {
  border: none;
  position: relative;
}

.white-bg-tabs .nav-tabs .nav-link {
  border: none;
  font-style: normal;
  font-weight: 400;
  font-size: 1.8em;
  color: #474747;
  padding: 13px 30px;
  position: relative;
  cursor: pointer;
  background: #f9f9f9;
  box-shadow: 0px -17px 30px rgba(0, 80, 149, 0.1);
  border-radius: 0px;
}

.white-bg-tabs .nav-tabs .nav-item {
  margin-right: 0px;
}

.white-bg-tabs .nav-tabs .nav-link.active,
.white-bg-tabs .nav-tabs .nav-item.show .nav-link,
.white-bg-tabs .nav-tabs .nav-link:hover {
  border: none;
  color: #2469BC;
  background: #ffffff;
  box-shadow: 0px -17px 30px rgba(0, 80, 149, 0.1);
  border-radius: 0px;
}

.white-bg-tabs .nav-tabs .nav-link.active {
  cursor: context-menu;
}

.white-bg-tabs .nav-tabs .nav-item.mob-drop {
  display: none;
}

.white-bg-tabs .tab-content>.active {
  background: #ffffff;
  padding: 30px;
  box-shadow: 0px 1px 24px rgba(0, 80, 149, 0.1);
}

.white-bg-tabs .col-sm-5 img {
  display: block;
  width: 100%;
  height: auto;
}

.white-bg-tabs .tab-content h1 {
  text-align: left;
  font-size: 3.8em;
}

.white-bg-tabs .tab-content p {
  text-align: left;
}

.customBtn {
  position: absolute;
  right: 0px;
  top: 0px;
}

ul.tabList {
  display: block;
  padding-left: 0px;
  margin-top: 25px;
}

ul.tabList li {
  display: inline-block;
  margin-right: 30px;
  font-size: 1.6em;
  color: #000000;
  position: relative;
}

ul.tabList li::after {
  content: "";
  position: absolute;
  right: -15px;
  top: 5px;
  height: 10px;
  width: 2px;
  background: #c1c1c1;
}

ul.tabList li:last-child::after {
  display: none;
}

.customSelect {
  margin-top: 15px;
}

.customSelect select {
  /* Reset Select */
  appearance: none;
  outline: 0;
  border: 0;
  box-shadow: none;
  /* Personalize */
  flex: 1;
  padding: 15px 20px;
  font-size: 1.6em;
  color: #fff;
  background-color: #2469BC;
  background-image: none;
  cursor: pointer;
}

/* Remove IE arrow */
.customSelect select::-ms-expand {
  display: none;
}

/* Custom Select wrapper */
.customSelect .select {
  position: relative;
  display: flex;
  width: 20em;
  height: auto;
  border-radius: 3.25em;
  overflow: hidden;
}

/* Arrow */
.customSelect .select::after {
  content: "\25BC";
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px;
  transition: 0.25s all ease;
  pointer-events: none;
  color: #ffffff;
}

/* Transition */
.customSelect .select:hover::after {
  color: #ffffff;
}

.customSelectWhite {
  margin-top: 15px;
}

.customSelectWhite select {
  /* Reset Select */
  appearance: none;
  outline: 0;
  border: 0;
  box-shadow: none;
  /* Personalize */
  flex: 1;
  padding: 15px 20px;
  font-size: 1.6em;
  color: #000000;
  background-color: #ffffff;
  background-image: none;
  cursor: pointer;
}

/* Remove IE arrow */
.customSelectWhite select::-ms-expand {
  display: none;
}

/* Custom Select wrapper */
.customSelectWhite .select {
  position: relative;
  display: flex;
  width: 20em;
  height: auto;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 0px 8px rgba(228, 17, 101, 0.1);
}

/* Arrow */
.customSelectWhite .select::after {
  content: "\25BC";
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px;
  transition: 0.25s all ease;
  pointer-events: none;
  color: #2469BC;
}

/* Transition */
.customSelectWhite .select:hover::after {
  color: #2469BC;
}

.courses-tabs .justify-content-center {
  border-bottom: 0px !important;
}

/* Youth take placement css start */
.nqtBanner .banner-caption {
  height: 430px !important;
}

.banner-caption .logoImg {
  margin-bottom: 20px;
}

.banner-caption .testDate {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.banner-caption .testDate li {
  display: inline-block;
  padding: 0 20px;
}

.banner-caption .testDate li:first-child {
  padding-left: 0;
  border-right: 1px solid #dadde9;
}

.banner-caption .testDate li p {
  font-style: normal;
  font-weight: normal;
  font-size: 1.4em;
  color: #ffffff;
  text-align: left;
  margin-bottom: 8px !important;
}

.banner-caption .testDate li h4 {
  font-style: normal;
  font-weight: normal;
  font-size: 1.6em;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}

.banner-caption .testDate li span {
  font-style: normal;
  font-weight: normal;
  font-size: 1.4em;
  color: #ffffff;
  text-align: left;
}

.nqtJobs {
  background: #0f0f0f;
}

.nqtJobs .jobVacancy h3 {
  font-style: normal;
  font-weight: normal;
  font-size: 2em;
  color: #ffffff;
  text-align: left;
}

.nqtJobs .jobVacancy p {
  font-style: normal;
  font-weight: normal;
  font-size: 1.6em;
  color: #b7b7b7;
  text-align: left;
  margin: 0;
}

.landYourDreamJob .jobSteps {
  list-style: none;
  padding: 0;
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}

.landYourDreamJob .jobSteps li {
  width: 15%;
  position: relative;
}

.landYourDreamJob .jobSteps li .iconWrap {
  width: 72px;
  height: 72px;
  background: #fce7f0;
  border-radius: 50%;
  margin: 0 auto;
  line-height: 72px;
  text-align: center;
  position: relative;
  z-index: 2;
}

.landYourDreamJob .jobSteps li .iconWrap svg {
  fill: #2469BC;
}

.landYourDreamJob .jobSteps li p {
  font-style: normal;
  font-weight: 600;
  font-size: 1.6em;
  color: #000000;
  text-align: center;
  margin: 8px 0;
}

.landYourDreamJob .jobSteps li p.desc {
  font-weight: 400;
  color: #474747;
}

.landYourDreamJob .jobSteps li .drowLine1 {
  position: absolute;
  top: -20px;
  right: -140px;
  z-index: 1;
}

.landYourDreamJob .jobSteps li .drowLine2 {
  position: absolute;
  top: 23px;
  right: -140px;
  z-index: 1;
}

.landYourDreamJob .jobSteps li .drowLine1 svg,
.landYourDreamJob .jobSteps li .drowLine2 svg {
  fill: #2469BC;
}

.landYourDreamJob .btn-wrap {
  text-align: center;
  margin-top: 50px;
}

.tcsNqtCertified {
  background: #f2f2f2;
}

.corporatesWrap {
  list-style: none;
  padding: 0;
  text-align: center;
  margin: 20px 0 0 0;
}

.corporatesWrap li {
  display: inline-block;
  padding: 0 10px 20px 10px;
}

.corporatesWrap li img {
  border: 1px solid #dadde9;
  border-radius: 4px;
  overflow: hidden;
}

.certified-carousel .owl-nav {
  position: absolute;
  top: 42%;
  width: 100%;
}

.certified-carousel .owl-prev {
  display: inline-block;
  background: #2469BC;
  width: 4em;
  height: 4em;
  border: 0.5em solid #f2b2ce;
  border-radius: 50%;
  margin-right: 1.5em;
  position: absolute;
  left: -30px;
}

.certified-carousel .owl-next {
  display: inline-block;
  background: #2469BC;
  width: 4em;
  height: 4em;
  border: 0.5em solid #f2b2ce;
  border-radius: 50%;
  margin-left: 1.5em;
  position: absolute;
  right: -30px;
}

.certified-carousel .owl-prev:after {
  content: "";
  display: inline-block;
  margin-top: -3px;
  margin-left: -3px;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  -moz-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.certified-carousel .owl-next:after {
  content: "";
  display: inline-block;
  margin-top: -5px;
  margin-left: -5px;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

a:hover .certified-carousel .owl-prev,
a:hover .certified-carousel .owl-prev {
  border: 0.5em solid #e74c3c;
}

a:hover .certified-carousel .owl-next:after,
a:hover .certified-carousel .owl-next:after {
  border-top: 0.5em solid #e74c3c;
  border-right: 0.5em solid #e74c3c;
}

.certified-carousel .owl-dots {
  display: block;
  text-align: center;
  margin-top: 20px;
}

.certified-carousel .owl-dot {
  display: inline-block;
  background: #c3c2c5;
  height: 10px;
  width: 10px;
  margin: 0 4px;
  border-radius: 50%;
}

.certified-carousel .owl-dot.active {
  background: #2469BC;
}

.tcsNqtCertified .btn-wrap {
  text-align: center;
  margin-top: 30px;
}

.topJobs-wrap {
  margin-top: 40px;
}

.topJobs-wrap .img-wrap img {
  display: block;
  width: 100%;
}

.topJobs-wrap .text-wrap p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.8em;
  color: #000000;
  text-align: left;
}

.topJobs-wrap .text-wrap h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 2.4em;
  color: #000000;
  text-align: left;
  margin-bottom: 15px;
}

.topJobs-wrap .text-wrap ul {
  list-style: disc;
  padding-left: 20px;
}

.topJobs-wrap .text-wrap ul li {
  font-style: normal;
  font-weight: 400;
  font-size: 1.8em;
  color: #000000;
  text-align: left;
  margin-bottom: 8px;
}

.whatDoYouGet {
  background: #f2f2f2;
}

.whatDoYouGet ul {
  list-style: none;
  padding: 0;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}

.whatDoYouGet ul li {
  background: #ffffff;
  border-radius: 4px;
  width: 23%;
  min-height: 220px;
  padding: 20px;
}

.whatDoYouGet ul li svg {
  fill: #2469BC;
  height: 45px;
}

.whatDoYouGet ul li h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 1.8em;
  color: #000000;
  margin: 20px 0 10px 0;
}

.whatDoYouGet ul li p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.6em;
  color: #000000;
  text-align: left;
}

.whatDoYouGet ul li a {
  font-style: normal;
  font-weight: 700;
  font-size: 1.6em;
  color: #2469BC;
  text-align: left;
  padding-bottom: 3px;
  position: relative;
  text-decoration: none;
}

.whatDoYouGet ul li a span {
  margin-left: 8px;
}

.whatDoYouGet ul li a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #2469BC;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}

.whatDoYouGet ul li a:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}

.nqtVariants .programsList-carousel {
  margin-top: 30px;
}

.nqtVariants .programsList-carousel .item {
  padding: 0 20px 20px 20px;
}

.nqtVariants .programsList-carousel .programsList-block {
  box-shadow: 0px 1px 20px rgba(0, 80, 149, 0.2);
}

.popularPacks {
  background: #f2f2f2;
}

.popularPacks-carousel .item {
  background: #ffffff;
  box-shadow: 0px 1px 34px rgba(0, 80, 149, 0.2);
  margin: 30px 0;
}

.popularPacks-carousel .item .itemHead {
  padding: 15px;
}

.popularPacks-carousel .item .itemHead h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 1.8em;
  color: #2469BC;
  text-align: left;
}

.popularPacks-carousel .item .itemHead p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.4em;
  color: #000000;
  text-align: left;
  margin-bottom: 0;
}

.popularPacks-carousel .item .packsName {
  padding: 15px;
  background: #edf6ff;
}

.popularPacks-carousel .item .packsName ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.popularPacks-carousel .item .packsName ul li {
  border-bottom: 1px solid #dadde9;
  padding: 8px 0;
}

.popularPacks-carousel .item .packsName ul li:last-child {
  border-bottom: none;
  margin-bottom: 10px;
}

.popularPacks-carousel .item .packsName ul li svg {
  fill: #2469BC;
}

.popularPacks-carousel .item .packsName ul li a {
  font-style: normal;
  font-weight: 400;
  font-size: 1.4em;
  color: #000000;
  text-align: left;
  text-decoration: none;
  vertical-align: middle;
  padding-bottom: 2px;
  margin-left: 15px;
  position: relative;
}

.popularPacks-carousel .item .packsName ul li a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #2469BC;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}

.popularPacks-carousel .item .packsName ul li a:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}

.popularPacks-carousel .item .packsName a {
  font-style: normal;
  font-weight: 700;
  font-size: 1.4em;
  color: #2469BC;
  text-align: left;
  text-decoration: none;
  position: relative;
  padding-bottom: 2px;
}

.popularPacks-carousel .item .packsName a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #2469BC;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}

.popularPacks-carousel .item .packsName a:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}

.popularPacks-carousel .item .priceDiv {
  padding: 15px;
}

.popularPacks-carousel .item .priceDiv p {
  font-style: normal;
  font-weight: 700;
  font-size: 1.8em;
  color: #007dc5;
  text-align: left;
  padding-bottom: 10px;
  margin-bottom: 0;
  border-bottom: 1px solid #dadde9;
}

.popularPacks-carousel .item .btn-wrap {
  padding: 0 15px 15px 15px;
  display: flex;
  justify-content: space-between;
}

.popularPacks-carousel .item .btn-wrap button {
  width: 48%;
  padding: 13px 0;
}

.popularPacks-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translate(0, -50%);
}

.popularPacks-carousel .owl-prev {
  display: inline-block;
  background: #2469BC;
  width: 4em;
  height: 4em;
  border: 0.5em solid #f2b2ce;
  border-radius: 50%;
  position: absolute;
  left: -45px;
  top: 50%;
  transform: translate(0, -50%);
}

.popularPacks-carousel .owl-prev:after {
  content: "";
  display: inline-block;
  margin-top: 11px;
  margin-left: 12px;
  width: 8px;
  height: 8px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  -moz-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.popularPacks-carousel .owl-next {
  display: inline-block;
  background: #2469BC;
  width: 4em;
  height: 4em;
  border: 0.5em solid #f2b2ce;
  border-radius: 50%;
  position: absolute;
  right: -45px;
  top: 50%;
  transform: translate(0, -50%);
}

.popularPacks-carousel .owl-next:after {
  content: "";
  display: inline-block;
  margin-top: 11px;
  margin-left: 9px;
  width: 8px;
  height: 8px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.popularPacks-carousel .owl-dots {
  display: block;
  text-align: center;
  margin-top: 20px;
}

.popularPacks-carousel .owl-dot {
  display: inline-block;
  background: #c3c2c5;
  height: 10px;
  width: 10px;
  margin: 0 4px;
  border-radius: 50%;
}

.popularPacks-carousel .owl-dot.active {
  background: #2469BC;
}

.popularPacks .modal-dialog {
  max-width: 1000px;
}

.popularPacks .modal-content {
  border-top: 5px solid #2469BC;
}

.popularPacks .modal-body .packHead h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 1.8em;
  color: #2469BC;
  text-align: left;
  padding: 20px;
  margin: 0;
}

.popularPacks .modal-body .packHead p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.4em;
  color: #000000;
  text-align: left;
  padding: 0 20px 20px 20px;
  margin: 0;
}

.popularPacks .modal-body .packsPointers {
  background: #edf6ff;
  padding: 0 20px;
}

.popularPacks .modal-body .packsPointers .listHead {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #dadde9;
}

.popularPacks .modal-body .packsPointers .listHead .listName {
  padding-left: 15px;
}

.popularPacks .modal-body .packsPointers .listHead .listName p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.4em;
  color: #000000;
  text-align: left;
  margin: 0;
}

.popularPacks .modal-body .packsPointers .listHead .listIcon svg {
  fill: #2469BC;
}

.popularPacks .modal-body .priceWrap {
  display: flex;
  padding: 20px 20px 0 20px;
}

.popularPacks .modal-body .priceWrap .price {
  padding-right: 50px;
}

.popularPacks .modal-body .priceWrap .price span.mrpPrice {
  font-style: normal;
  font-weight: 700;
  font-size: 1.8em;
  color: #007dc5;
  text-align: left;
  padding-right: 5px;
}

.popularPacks .modal-body .priceWrap .price span.offPrice {
  font-style: normal;
  font-weight: 700;
  font-size: 1.5em;
  color: #474747;
  text-align: left;
  position: relative;
}

.popularPacks .modal-body .priceWrap .price span.offPrice:before {
  content: " ";
  display: block;
  width: 100%;
  border-top: 1px solid #474747;
  height: 12px;
  position: absolute;
  bottom: -2px;
  left: 0;
  transform: rotate(-7deg);
}

.popularPacks .modal-body .priceWrap .price p {
  font-style: normal;
  font-weight: 400;
  font-size: 1em;
  color: #007dc5;
  text-align: left;
}

.popularPacks .modal-body .priceWrap .buyBtn .btn {
  width: 140px;
  font-size: 1.4em;
  color: #fff;
  background-color: #2469BC;
  border-color: #2469BC;
  border-radius: 8px;
  padding: 8px 0;
}

.popularPacks .modal-body .priceWrap .buyBtn .btn:hover {
  color: #2469BC;
  background-color: #fff;
  border-color: #2469BC;
}

.popularPacks .modal-footer {
  justify-content: flex-start;
  border-top: none;
  padding: 0 0 10px 0;
}

.popularPacks .modal-footer .btn {
  font-style: normal;
  font-weight: 700;
  font-size: 1.4em;
  color: #2469BC;
  text-decoration: none;
  position: relative;
}

.popularPacks .modal-footer .btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #2469BC;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}

.popularPacks .modal-footer .btn:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}

.best-saller {
  background: #f2f2f2;
}

.best-saller-carousel {
  margin-top: 30px;
}

.best-saller-carousel .item {
  background: #ffffff;
  margin: 0;
  min-height: 650px;
  height: auto;
}

.best-saller-carousel .item .itemHead {
  padding: 0px;
}

.best-saller-carousel .item .itemHead h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 1.8em;
  background: #2469BC;
  color: #ffffff;
  text-align: left;
  padding: 15px 20px;
}

.best-saller-carousel .item .itemHead p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.4em;
  color: #000000;
  text-align: left;
  margin-bottom: 0;
  padding: 20px 20px 0px 20px;
}

.best-saller-carousel .item .packsName {
  padding: 20px;
}

.best-saller-carousel .item .packsName h4 {
  font-style: normal;
  font-weight: normal;
  font-size: 1.6em;
  color: #333333;
  text-align: left;
}

.best-saller-carousel .item .packsName ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.best-saller-carousel .item .packsName ul li {
  padding: 0px 0 5px 20px;
  font-size: 1.4em;
  position: relative;
}

.best-saller-carousel .item .packsName ul li::before {
  content: "";
  background: #000;
  height: 8px;
  width: 8px;
  position: absolute;
  left: 0px;
  top: 8px;
  border-radius: 50%;
}

.best-saller-carousel .item .priceDiv {
  padding: 15px;
}

.best-saller-carousel .item .priceDiv p {
  font-style: normal;
  font-weight: 700;
  font-size: 1.8em;
  color: #007dc5;
  text-align: left;
  margin-bottom: 0;
}

.best-saller-carousel .item .priceDiv p span {
  margin-left: 20px;
  color: #000000;
  position: relative;
}

.best-saller-carousel .item .priceDiv p span::before {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 11px;
  background: #000000;
  rotate: -15deg;
}

.best-saller-carousel .item .priceDiv span {
  color: #007dc5;
}

.showcaseMoreSkills {
  margin-top: 50px;
}

.showcaseMoreSkills .best-saller-carousel .item {
  min-height: 300px;
}

.showcaseMoreSkills .best-saller-carousel .owl-stage {
  margin: 0 auto;
}

.best-saller-carousel .item .priceDiv a {
  font-style: normal;
  font-weight: 700;
  font-size: 1.4em;
  color: #000000;
  text-align: left;
  text-decoration: none;
  position: relative;
  padding-bottom: 2px;
  margin: 10px 0px;
  display: inline-block;
}

.best-saller-carousel .item .priceDiv a:hover {
  color: #2469BC;
}

.best-saller-carousel .item .priceDiv a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #2469BC;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}

.best-saller-carousel .item .priceDiv a:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}

.best-saller-carousel .item .btn-wrap {
  padding: 0 15px 15px 15px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  bottom: 0;
}

.best-saller-carousel .item .btn-wrap button {
  width: 48%;
  padding: 13px 0;
}

.best-saller-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translate(0, -50%);
}

.best-saller-carousel .owl-prev {
  display: inline-block;
  background: #2469BC;
  width: 4em;
  height: 4em;
  border: 0.5em solid #f2b2ce;
  border-radius: 50%;
  position: absolute;
  left: -45px;
  top: 50%;
  transform: translate(0, -50%);
}

.best-saller-carousel .owl-prev:after {
  content: "";
  display: inline-block;
  margin-top: 11px;
  margin-left: 12px;
  width: 8px;
  height: 8px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  -moz-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.best-saller-carousel .owl-next {
  display: inline-block;
  background: #2469BC;
  width: 4em;
  height: 4em;
  border: 0.5em solid #f2b2ce;
  border-radius: 50%;
  position: absolute;
  right: -45px;
  top: 50%;
  transform: translate(0, -50%);
}

.best-saller-carousel .owl-next:after {
  content: "";
  display: inline-block;
  margin-top: 11px;
  margin-left: 9px;
  width: 8px;
  height: 8px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.best-saller-carousel .owl-dots {
  display: block;
  text-align: center;
  margin-top: 20px;
}

.best-saller-carousel .owl-dot {
  display: inline-block;
  background: #c3c2c5;
  height: 10px;
  width: 10px;
  margin: 0 4px;
  border-radius: 50%;
}

.best-saller-carousel .owl-dot.active {
  background: #2469BC;
}

.jobPlacements-carousel {
  padding-top: 30px;
}

.jobPlacements-carousel .item {
  background: #ffffff;
  box-shadow: 0px 1px 8px rgba(0, 80, 149, 0.2);
  margin: 20px;
}

.jobPlacements-carousel .item ul {
  list-style: disc;
  padding: 20px 20px 20px 40px;
  margin: 0;
  min-height: 330px;
}

.jobPlacements-carousel .item ul li {
  color: #2469BC;
  font-size: 16px;
  margin-bottom: 20px;
}

.jobPlacements-carousel .item ul li p {
  font-style: normal;
  font-weight: 600;
  font-size: 1em;
  color: #000000;
  text-align: left;
  margin-bottom: 0;
}

.jobPlacements-carousel .item ul li span {
  font-style: normal;
  font-weight: 400;
  font-size: 1em;
  color: #000000;
  text-align: left;
  margin-bottom: 0;
}

.jobPlacements-carousel .item ul li.companyPlaced {
  vertical-align: top;
}

.jobPlacements-carousel .item ul li.companyPlaced .lhsDiv {
  display: inline-block;
  vertical-align: top;
  padding-right: 15px;
}

.jobPlacements-carousel .item ul li.companyPlaced .rhsDiv {
  display: inline-block;
  vertical-align: top;
  float: right;
}

.jobPlacements-carousel .item ul li:last-child {
  margin-bottom: 0;
}

.jobPlacements-carousel .item .detailWrap {
  background: #edf6ff;
  padding: 20px;
  display: flex;
  align-items: center;
  border-top: 1px solid #dadde9;
}

.jobPlacements-carousel .item .detailWrap .imgWrap {
  padding-right: 15px;
  width: 30%;
}

.jobPlacements-carousel .item .detailWrap .nameWrap p {
  font-style: normal;
  font-weight: 700;
  font-size: 1.8em;
  color: #000000;
  text-align: left;
  margin-bottom: 0;
}

.jobPlacements-carousel .item .detailWrap .nameWrap span {
  font-style: normal;
  font-weight: 400;
  font-size: 1.6em;
  color: #474747;
  text-align: left;
}

.jobPlacements-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translate(0, -50%);
}

.jobPlacements-carousel .owl-prev {
  display: inline-block;
  background: #2469BC;
  width: 4em;
  height: 4em;
  border: 0.5em solid #f2b2ce;
  border-radius: 50%;
  position: absolute;
  left: -35px;
  top: 50%;
  transform: translate(0, -50%);
}

.jobPlacements-carousel .owl-prev:after {
  content: "";
  display: inline-block;
  margin-top: 11px;
  margin-left: 12px;
  width: 8px;
  height: 8px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  -moz-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.jobPlacements-carousel .owl-next {
  display: inline-block;
  background: #2469BC;
  width: 4em;
  height: 4em;
  border: 0.5em solid #f2b2ce;
  border-radius: 50%;
  position: absolute;
  right: -35px;
  top: 50%;
  transform: translate(0, -50%);
}

.jobPlacements-carousel .owl-next:after {
  content: "";
  display: inline-block;
  margin-top: 11px;
  margin-left: 9px;
  width: 8px;
  height: 8px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.jobPlacements-carousel .owl-dots {
  display: block;
  text-align: center;
  margin-top: 20px;
}

.jobPlacements-carousel .owl-dot {
  display: inline-block;
  background: #c3c2c5;
  height: 10px;
  width: 10px;
  margin: 0 4px;
  border-radius: 50%;
}

.jobPlacements-carousel .owl-dot.active {
  background: #2469BC;
}

.placement-collaborators {
  background: #f2f2f2 !important;
}

.placement-collaborators .btn-wrap {
  text-align: center;
}

.testimonialBanner.clients-wrapper .courses-tabs .nav-tabs {
  width: 195px;
}

.placement-collaborators .testimonialBanner {
  padding: 0 50px 30px;
}

.placement-collaborators .courses-tabs {
  padding-top: 0;
}

.relatedCourses {
  background: #f2f2f2;
}

.getHired ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: space-around;
  margin-top: 40px;
}

.getHired ul li {
  background: #ffffff;
  border: 1px solid #dadde9;
  border-radius: 4px;
  width: 18%;
  padding: 20px;
  text-align: center;
  transition: all 0.4s ease;
  margin-bottom: 20px;
}

.getHired ul li:hover {
  box-shadow: 0px 4px 32px rgba(0, 80, 149, 0.13);
}

.getHired ul li img {
  display: block;
  margin: 0 auto;
}

.getHired ul li a {
  display: inline-block;
  font-style: normal;
  font-weight: 700;
  font-size: 1.6em;
  color: #2469BC;
  text-align: center;
  text-decoration: none;
  position: relative;
  padding-bottom: 2px;
  margin-top: 15px;
}

.getHired ul li a span {
  margin-left: 7px;
}

.getHired ul li a span svg {
  fill: #2469BC;
}

.getHired ul li a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #2469BC;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}

.getHired ul li a:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}

.getHired .tncWrap {
  vertical-align: middle;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4em;
  color: #000000;
  text-align: left;
  padding-left: 10px;
}

.getHired .tncWrap svg {
  vertical-align: middle;
  margin-right: 5px;
}

.getHired .btn-wrap {
  text-align: center;
  margin-top: 30px;
}

/* Youth take placement css end */

/*--NEWSROOM CSS START--*/

.newsroom-looking {
  display: block;
  background: #ffffff;
  box-sizing: border-box;
  box-shadow: 0px 1px 54px rgba(0, 80, 149, 0.2);
  min-height: 396px;
  margin-top: 20px;
}

.newsroom-looking .lkImgBlock {
  display: block;
}

.newsroom-looking .lkImgBlock img {
  display: block;
  width: 100%;
  height: auto;
}

.newsroom-looking .lkSet {
  display: block;
  width: 100%;
  padding: 20px;
}

.newsroom-looking .lkSet h4 {
  font-size: 1.8em;
  text-align: left;
}

.newsroom-looking .lkSet p {
  font-size: 1.5em;
  text-align: left;
}

.newsroom-looking .lkSet a {
  font-style: normal;
  font-size: 1.6em;
  color: #2469BC;
  padding: 0;
  text-decoration: none;
  position: relative;
  padding-bottom: 2px;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}

.newsroom-looking:hover a {
  opacity: 1;
}

.newsroom-looking .lkSet a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #2469BC;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}

.newsroom-looking .lkSet a:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}

.newsroom-looking .lkSet a .know-more {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: -25px;
  top: -2;
  fill: #2469BC;
}

.blueBg {
  background: #edf6ff;
}

.featuredNews {
  display: block;
  background: #ffffff;
  box-sizing: border-box;
  box-shadow: 0px 1px 54px rgba(0, 80, 149, 0.2);
  min-height: 396px;
  margin-top: 20px;
}

.featuredNews .lkImgBlock {
  display: block;
}

.featuredNews .lkImgBlock img {
  display: block;
  width: 100%;
  height: auto;
}

.featuredNews .lkSet {
  display: block;
  width: 100%;
  padding: 50px 20px 20px 20px;
  position: relative;
}

.featuredNews .lkSet .tLeft {
  position: absolute;
  left: 20px;
  top: 15px;
}

.featuredNews .lkSet .tRight {
  position: absolute;
  right: 20px;
  top: 15px;
}

.featuredNews .lkSet h4 {
  font-size: 1.8em;
  text-align: left;
}

.featuredNews .lkSet p {
  font-size: 1.6em;
  text-align: left;
}

.featuredNews .lkSet a {
  font-style: normal;
  font-size: 1.6em;
  color: #2469BC;
  padding: 0;
  text-decoration: none;
  position: relative;
  padding-bottom: 2px;
  opacity: 1;
  transition: transform 0.3s ease-in-out;
}

.featuredNews .lkSet a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #2469BC;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}

.featuredNews .lkSet a:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}

.featuredNews .lkSet a .know-more {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: -25px;
  top: -2;
  fill: #2469BC;
}




.in-social-media .courses-tabs .nav-tabs .nav-link i svg {
  display: inline-block;
  height: 15px;
  width: auto;
  margin-top: -5px;
  margin-right: 5px;
  fill: #333737;
  /* new brand guideline changes 16 Apr 2024 */
}

.in-social-media .courses-tabs .nav-tabs .nav-link.active i svg {
  fill: #2469BC;
}

/* new brand guideline changes 16 Apr 2024 start*/
.in-social-media .courses-tabs .nav-tabs .nav-link i svg path {
  fill: #333737;
}

.in-social-media .courses-tabs .nav-tabs .nav-link.active i svg path {
  fill: #2469BC;
}

/* new brand guideline changes 16 Apr 2024 ends*/

ul.featuredNewsList {
  display: block;
  padding: 0px;
  margin-top: 20px;
}

ul.featuredNewsList li {
  display: block;
  margin: 0px;
  margin: 0px 0px 42px 0px;
}

ul.featuredNewsList li:last-child {
  margin: 0px;
}

ul.featuredNewsList li .left {
  display: inline-block;
  width: 21%;
  vertical-align: top;
}

ul.featuredNewsList li .left img {
  display: block;
  width: 100%;
  height: auto;
}

ul.featuredNewsList li .right {
  display: inline-block;
  width: 78%;
  padding: 40px 20px 10px 20px;
  position: relative;
}

ul.featuredNewsList li .right .tLeft {
  position: absolute;
  left: 20px;
  top: 15px;
}

ul.featuredNewsList li .right .tRight {
  position: absolute;
  right: 20px;
  top: 15px;
}

ul.featuredNewsList li .right p {
  font-size: 1.6em;
  text-align: left;
  margin-bottom: 9px;
}

ul.featuredNewsList li:hover {
  display: block;
  margin: 0px;
  background: #ffffff;
  box-sizing: border-box;
  box-shadow: 0px 1px 54px rgba(0, 80, 149, 0.2);
  margin: 0px 0px 42px 0px;
  transition: all ease 0.4s;
}

ul.featuredNewsList li:last-child:hover {
  margin: 0px;
}

ul.featuredNewsList li .right a {
  font-style: normal;
  font-size: 1.6em;
  color: #2469BC;
  padding: 0;
  text-decoration: none;
  position: relative;
  padding-bottom: 2px;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}

ul.featuredNewsList li .right:hover a {
  opacity: 1;
}

ul.featuredNewsList li .right a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #2469BC;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}

ul.featuredNewsList li .right a:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}

ul.featuredNewsList li .right a .know-more {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: -25px;
  top: -2;
  fill: #2469BC;
}

.socialmediaList {
  display: block;
  padding: 0px;
  margin-top: 50px;
  background: #ffffff;
  box-sizing: border-box;
  box-shadow: 0px 1px 54px rgba(0, 80, 149, 0.2);
  transition: all ease 0.4s;
}

.socialmediaList .left {
  display: inline-block;
  width: 26%;
  vertical-align: top;
}

.socialmediaList .left img {
  display: block;
  width: 100%;
  height: auto;
}

.socialmediaList .right {
  display: inline-block;
  width: 73%;
  padding: 40px 20px 10px 20px;
  position: relative;
}

.socialmediaList .right .tLeft {
  position: absolute;
  left: 20px;
  top: 15px;
}

.socialmediaList .right .tRight {
  position: absolute;
  right: 20px;
  top: 15px;
}

.socialmediaList .right p {
  font-size: 1.6em;
  text-align: left;
  margin-bottom: 9px;
}

.socialmediaList .right a {
  font-style: normal;
  font-size: 1.6em;
  color: #2469BC;
  padding: 0;
  text-decoration: none;
  position: relative;
  padding-bottom: 2px;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}

.socialmediaList .right:hover a {
  opacity: 1;
}

.socialmediaList .right a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #2469BC;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}

.socialmediaList .right a:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}

.socialmediaList .right a .know-more {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: -25px;
  top: -2;
  fill: #2469BC;
}

.mediaContact {
  display: block;
  background: #ffffff;
  box-sizing: border-box;
  box-shadow: 0px 1px 8px rgba(0, 80, 149, 0.2);
  height: auto;
  margin-top: 30px;
  position: relative;
}

.mediaContact .lkImgBlock {
  display: block;
  position: relative;
}

.mediaContact .lkImgBlock h6 {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: #ffffff;
  font-size: 1.8em;
  font-weight: bold;
}

.mediaContact .lkImgBlock img {
  display: block;
  width: 100%;
  height: auto;
}

.mediaContact .lkSet {
  display: block;
  width: 100%;
  padding: 20px;
}

.mediaContact .lkSet h4 {
  font-size: 1.8em;
  text-align: left;
}

.mediaContact .lkSet p {
  font-size: 1.5em;
  text-align: left;
}

.mediaContact .lkSet ul {
  display: block;
  padding: 0px;
}

.mediaContact .lkSet ul li {
  display: block;
  margin-top: 15px;
}

.mediaContact .lkSet ul li:nth-child(3) {
  text-align: right;
  position: relative;
}

.mediaContact .lkSet ul li:nth-child(3) a {
  position: absolute;
  right: 0px;
  top: -20px;
}

.contactDiv {
  position: absolute;
  width: 100%;
  height: auto;
  background: #ffffff;
  z-index: 1;
  box-shadow: 0px 1px 54px rgba(0, 80, 149, 0.2);
  margin-top: 10px;
}

.contactDiv::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 20px solid #ffffff;
  position: absolute;
  top: -20px;
  right: 48px;
}

.mediaContact .lkSet ul li a {
  font-style: normal;
  font-size: 1.6em;
  color: #000000;
  padding: 0;
  text-decoration: none;
  position: relative;
  padding-bottom: 2px;
  transition: transform 0.3s ease-in-out;
}

.mediaContact .lkSet ul li a:hover {
  color: #2469BC;
}

.mediaContact .lkSet ul li i {
  display: inline-block;
  height: 50px;
  width: 50px;
  text-align: center;
  vertical-align: middle;
  background: #f2dde5;
  border-radius: 50%;
  padding-top: 16px;
  margin-right: 10px;
}

.mediaContact .lkSet a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #2469BC;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}

.mediaContact .lkSet a:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}

.mediaContact .lkSet a .know-more {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: -25px;
  top: -2;
  fill: #2469BC;
}

.successCard {
  display: block;
  background: #fff;
  box-shadow: 0px 1px 54px rgba(0, 80, 149, 0.2);
  width: 100%;
}

.successCard .imgArea {
  display: block;
}

.successCard .imgArea img {
  display: block;
  width: 100%;
  height: auto;
}

.successCard .textArea {
  display: block;
  padding: 20px;
  min-height: 238px;
}

.successCard .textArea h4 {
  display: block;
  font-size: 1.8em;
  text-align: left;
}

.successCard .textArea p {
  display: block;
  font-size: 1.5em;
  text-align: left;
}

.successCard .textArea a {
  font-style: normal;
  font-size: 1.6em;
  color: #2469BC;
  padding: 0;
  text-decoration: none;
  position: relative;
  padding-bottom: 2px;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}

.successCard .textArea:hover a {
  opacity: 1;
}

.successCard .textArea a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #2469BC;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}

.successCard .textArea a:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}

.successCard .textArea a .know-more {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: -25px;
  top: -2;
  fill: #2469BC;
}

.holisticLearning {
  display: block;
  padding: 0px;
  margin-top: 50px;
  transition: all ease 0.4s;
}

.holisticLearning .left {
  display: inline-block;
  width: 18%;
  vertical-align: top;
  position: relative;
  margin-right: -20px;
  z-index: 1;
}

.holisticLearning .left img {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 18px;
  border-radius: 4px;
}

.holisticLearning .right {
  display: inline-block;
  width: 84%;
  padding: 25px 20px 25px 40px;
  position: relative;
  background: #f8f7fb;
  height: 140px;
}

.holisticLearning .right .tLeft {
  position: absolute;
  left: 20px;
  top: 15px;
}

.holisticLearning .right .tRight {
  position: absolute;
  right: 20px;
  top: 15px;
}

.holisticLearning .right p {
  font-size: 1.6em;
  text-align: left;
  margin-bottom: 9px;
}

.holisticLearning .right a {
  font-style: normal;
  font-size: 1.6em;
  color: #2469BC;
  padding: 0;
  text-decoration: none;
  position: relative;
  padding-bottom: 2px;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}

.holisticLearning .right:hover a {
  opacity: 1;
}

.holisticLearning .right a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #2469BC;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}

.holisticLearning .right a:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}

.holisticLearning .right a .know-more {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: -25px;
  top: -2;
  fill: #2469BC;
}

.inTheNews .col-sm-8 {
  border-right: 1px solid #dadde9;
}

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

.newsSearch-wrapper .newsSearch {
  position: relative;
}

.newsSearch-wrapper .newsSearch .form-control {
  width: 291px;
  height: 48px;
  background: #ffffff;
  box-shadow: 0px 0px 8px rgba(228, 17, 101, 0.1);
  border-radius: 39px;
  border: none;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6em;
  padding: 0 10px 0 50px;
  position: relative;
}

.newsSearch-wrapper .newsSearch .srcIcon {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(0, -50%);
  z-index: 2;
}

.newsSearch-wrapper .newsSearch .srcIcon svg {
  fill: #2469BC;
}

.newsFilters .filter-btn {
  -webkit-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(../select-arrow.html) no-repeat;
  background-position: calc(100% - 15px) calc(1em + 7px),
    calc(100% - 15px) calc(1em + 2px), calc(100% - 0.5em) 0.5em;
}

.newsList {
  margin-top: 30px;
}

.newsList .newsWrap .imgWrap {
  position: relative;
}

.newsList .newsWrap span {
  font-style: normal;
  font-weight: 400;
  font-size: 1.4em;
  color: #ffffff;
  background: #4d2f9e;
  padding: 5px 25px 7px 25px;
  position: absolute;
  top: 0;
  left: -7px;
}

.newsList .newsWrap span::before {
  content: "";
  display: inline-block;
  border-left: 5px solid #4d2f9e;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 3px;
  bottom: -6px;
  transform: rotateZ(-45deg);
}

.newsList .newsWrap .imgWrap img {
  display: block;
  width: 100%;
}

.newsList .newsWrap .infoWrap {
  display: block;
  background: #ffffff;
  padding: 20px;
  min-height: 270px;
}

.newsList .newsWrap {
  background: #ffffff;
  box-shadow: 0px 1px 54px rgba(0, 80, 149, 0.2);
  margin-bottom: 30px;
}

.newsList .newsWrap .newsTag {
  display: inline-block;
  background: #be0046;
  border-radius: 4px;
  padding: 2px 8px;
  font-style: normal;
  font-weight: 600;
  font-size: 1.4em;
  color: #ffffff;
  margin-bottom: 15px;
}

.newsList .newsWrap h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 1.8em;
  color: #000000;
}

.newsList .newsWrap p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.4em;
  color: #474747;
  text-align: left;
}

.newsList .newsWrap p.newsDate {
  color: #000000;
}

.newsList .newsWrap a {
  display: inline-block;
  font-style: normal;
  font-weight: 700;
  font-size: 1.6em;
  color: #2469BC;
  text-align: left;
  text-decoration: none;
  position: relative;
  padding-bottom: 2px;
  margin-bottom: 15px;
  position: absolute;
  bottom: 30px;
  left: 35px;
}

.newsList .newsWrap a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #2469BC;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}

.newsList .newsWrap a:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}

.newsList .newsWrap a svg {
  fill: #2469BC;
}

.allTags h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 2.4em;
  color: #000000;
  text-align: left;
  margin-bottom: 30px;
}

.allTags .offerings {
  margin-bottom: 30px;
}

.allTags p {
  font-style: normal;
  font-weight: 400;
  font-size: 2em;
  color: #000000;
  text-align: left;
}

.allTags ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.allTags ul li {
  display: inline-block;
}

.allTags ul li a {
  display: inline-block !important;
  border: 1px solid #8b8b8b;
  border-radius: 10px;
  font-style: normal;
  font-weight: 600;
  font-size: 1.6em;
  color: #000000;
  padding: 5px 15px;
  margin: 0 10px 13px 0;
  text-decoration: none;
}

.allTags .offerings a {
  display: block;
  text-align: center;
}

.allTags .segments ul li a {
  color: #474747;
}

.allTags .segments ul li .segIcon {
  display: inline-block;
  padding-right: 5px;
}

.allTags .segments ul li .segIcon svg {
  fill: #2469BC;
}

.roundLearning .grayBox {
  display: block;
  background: #f9f9f9;
  padding: 30px;
  text-align: center;
  margin-top: 30px;
  min-height: 215px;
}

.roundLearning .grayBox svg {
  display: inline-block;
  height: 40px;
  width: auto;
  fill: #2469BC;
}

.roundLearning .grayBox p {
  text-align: center;
  margin-bottom: 0px !important;
  margin-top: 10px;
}

.roundDevelopment .grayBox {
  display: block;
  background: #f9f9f9;
  padding: 30px;
  text-align: left;
  margin-top: 15px;
}

.roundDevelopment .grayBox svg {
  height: 40px;
  width: auto;
  fill: #2469BC;
}

.roundDevelopment .grayBox p {
  text-align: left;
  margin-bottom: 0px !important;
  margin-top: 10px;
}

.news-caption {
  margin-top: 50px;
}

.news-caption .imgDiv img {
  display: block;
  width: 100%;
}

.news-caption .newsDetails {
  position: relative;
}

.news-caption .newsDetails .newsTag {
  background: #ffffff;
  border-radius: 4px;
  padding: 5px 20px;
  font-style: normal;
  font-weight: 600;
  font-size: 1.4em;
  color: #2469BC;
}

.news-caption .newsDetails h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 4em;
  color: #ffffff;
  text-align: left;
  margin-top: 30px;
}

.news-caption .newsDetails p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.8em;
  color: #ffffff;
  text-align: left;
  margin-bottom: 40px;
}

.news-caption .newsDetails .newsName {
  display: flex;
}

.news-caption .newsDetails .newsName .postImg {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
}

.news-caption .newsDetails .newsName .postName {
  padding-left: 20px;
}

.news-caption .newsDetails .newsName .postName h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 1.6em;
  color: #ffffff;
  text-align: left;
}

.news-caption .newsDetails .newsName .postName p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.4em;
  color: #ffffff;
  text-align: left;
}

.news-caption .newsDetails .newsShare {
  list-style: none;
  padding: 0;
  margin: 0;
}

.news-caption .newsDetails .newsShare li {
  display: inline-block;
  padding: 0 15px;
  vertical-align: middle;
  border-right: 1px solid #6d6e74;
}

.news-caption .newsDetails .newsShare li:first-child {
  padding-left: 0;
}

.news-caption .newsDetails .newsShare li:last-child {
  border-right: none;
}

.news-caption .newsDetails .newsShare li a {
  font-style: normal;
  font-weight: 600;
  font-size: 1.4em;
  color: #2469BC;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}

.news-caption .newsDetails .newsShare li i.smIcon {
  display: inline-block;
}

.news-caption .newsDetails .newsShare li i.smIcon svg {
  fill: #2469BC;
}

.allNewsDetails p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.8em;
  color: #474747;
  text-align: left;
  margin-bottom: 30px;
}

.allNewsDetails h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 2.4em;
  color: #000000;
  text-align: left;
}

.allNewsDetails .imgBlock {
  margin-bottom: 30px;
}

.allNewsDetails .imgBlock img {
  display: block;
  width: 100%;
}

.allNewsDetails .imgBlock .imgCaption {
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 1.8em;
  color: #474747;
  text-align: center;
  margin-top: 10px;
}

.learnigBlock {
  display: block;
  background: #ffffff;
  box-shadow: 0px 1px 17px rgba(0, 80, 149, 0.2);
  margin: 50px 0 20px 0;
}

.learnigBlock .textBlock {
  display: block;
  padding: 20px;
}

.learnigBlock .textBlock p {
  text-align: left;
}

.ljImg img {
  border-radius: 9px;
}

.learning-journey-carousel .owl-nav {
  position: absolute;
  top: 49%;
  width: 100%;
}

.learning-journey-carousel .owl-prev {
  display: inline-block;
  background: #2469BC;
  width: 4em;
  height: 4em;
  border: 0.5em solid #f2b2ce;
  border-radius: 50%;
  margin-right: 1.5em;
  position: absolute;
  left: -50px;
}

.learning-journey-carousel .owl-next {
  display: inline-block;
  background: #2469BC;
  width: 4em;
  height: 4em;
  border: 0.5em solid #f2b2ce;
  border-radius: 50%;
  margin-left: 1.5em;
  position: absolute;
  right: -50px;
}

.learning-journey-carousel .owl-prev:after {
  content: "";
  display: inline-block;
  margin-top: -3px;
  margin-left: -3px;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  -moz-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.learning-journey-carousel .owl-next:after {
  content: "";
  display: inline-block;
  margin-top: -5px;
  margin-left: -5px;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

a:hover .learning-journey-carousel .owl-prev,
a:hover .learning-journey-carousel .owl-prev {
  border: 0.5em solid #e74c3c;
}

a:hover .learning-journey-carousel .owl-next:after,
a:hover .learning-journey-carousel .owl-next:after {
  border-top: 0.5em solid #e74c3c;
  border-right: 0.5em solid #e74c3c;
}

ul.topBannerList {
  display: block;
  text-align: left;
  padding-left: 0px;
  margin: 10px 0px 40px 0px;
}

ul.topBannerList li {
  display: inline-block;
  width: 225px;
  margin: 0 15px;
  position: relative;
}

ul.topBannerList li p {
  margin-bottom: 0px !important;
}

ul.topBannerList li::after {
  content: "";
  position: absolute;
  height: 40px;
  width: 1px;
  top: 20px;
  right: -4px;
  background: #dadde9;
}

ul.topBannerList li:first-child {
  margin-left: 0px;
}

ul.topBannerList li:last-child::after {
  display: none;
}

/* School Children coding css */
.significanceOfCoding .sc-skills {
  list-style: none;
  padding: 0;
  margin: 30px 0 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.significanceOfCoding .sc-skills li {
  background: #f8f7fb;
  width: 180px;
  padding: 20px 0;
}

.significanceOfCoding .sc-skills li .skilIcon {
  display: block;
  text-align: center;
  min-height: 56px;
}

.significanceOfCoding .sc-skills li .skilIcon svg {
  fill: #2469BC;
  height: 56px;
}

.significanceOfCoding .sc-skills li p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.6em;
  color: #000000;
  text-align: center;
  margin: 20px 0 0 0;
}

.crackTheCode {
  background: #edf6ff;
}

.crackTheCode .grades-select {
  width: 209px;
  background: #ffffff;
  padding: 12px 20px;
  box-shadow: 0px 0px 8px rgba(228, 17, 101, 0.1);
  border-radius: 8px;
  border: none;
  outline: none !important;
  font-style: normal;
  font-weight: 700;
  font-size: 1.4em;
  color: #000000;
}

.crackTheCode-carousel {
  margin-top: 20px;
}

.crackTheCode-carousel .item {
  background: #ffffff;
}

.crackTheCode-carousel .item .startedHead {
  background: #2469BC;
}

.crackTheCode-carousel .item .startedHead h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 1.8em;
  color: #ffffff;
  text-align: left;
  padding: 10px 20px;
}

.crackTheCode-carousel .item .courseDetails {
  padding: 20px;
}

.crackTheCode-carousel .item .courseDetails .crsHead {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.crackTheCode-carousel .item .courseDetails .crsHead h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 1.6em;
  color: #000000;
  text-align: left;
}

.crackTheCode-carousel .item .courseDetails .crsHead span {
  font-style: normal;
  font-size: 1.4em;
  color: #474747;
  text-align: right;
  vertical-align: middle;
}

.crackTheCode-carousel .item .courseDetails .crsHead span svg {
  margin-top: -5px;
}

.crackTheCode-carousel .item .courseDetails ul {
  list-style: disc;
  margin: 10px 0 0 0;
  padding-left: 15px;
}

.crackTheCode-carousel .item .courseDetails ul li {
  font-style: normal;
  font-weight: 400;
  font-size: 1.2em;
  color: #000000;
  text-align: left;
}

.crackTheCode-carousel .item .courseDetails .crsDuration {
  display: flex;
  align-items: center;
  margin: 20px 0;
}

.crackTheCode-carousel .item .courseDetails .crsDuration span {
  font-style: normal;
  font-weight: 400;
  font-size: 1.6em;
  color: #474747;
  flex: 0 0 150px;
}

.crackTheCode-carousel .item .courseDetails .crsDuration span svg {
  margin-top: -5px;
}

.crackTheCode-carousel .item .courseDetails .crsDuration span a {
  font-style: normal;
  font-weight: 700;
  color: #2469BC;
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: 1px solid #2469BC;
}

.crackTheCode-carousel .item .courseDetails a.unableFind {
  display: inline-block;
  font-style: normal;
  font-weight: 700;
  font-size: 1.6em;
  color: #2469BC;
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: 1px solid #2469BC;
  margin-bottom: 5px;
}

.crackTheCode-carousel .item .courseDetails .crsPriceDiv {
  display: flex;
  justify-content: space-between;
}

.crackTheCode-carousel .item .courseDetails .crsPriceDiv .priceTag p {
  font-style: normal;
  font-weight: 700;
  font-size: 1.8em;
  text-align: left;
  color: #007dc5;
  margin-bottom: 10px;
}

.crackTheCode-carousel .item .courseDetails .crsPriceDiv .priceTag p span {
  color: #474747;
  font-size: 0.9em;
  padding-left: 10px;
  position: relative;
}

.crackTheCode-carousel .item .courseDetails .crsPriceDiv .priceTag p span::after {
  content: "";
  display: block;
  width: 100%;
  border-top: 1px solid #474747;
  height: 12px;
  position: absolute;
  bottom: -2px;
  left: 0;
  transform: rotate(-7deg);
}

.crackTheCode-carousel .item .courseDetails .crsPriceDiv .priceTag span {
  font-style: normal;
  font-weight: 400;
  font-size: 1em;
  color: #007dc5;
  text-align: left;
}

.crackTheCode-carousel .item .courseDetails .crsPriceDiv .priceLinks a {
  display: block;
  font-style: normal;
  font-weight: 700;
  font-size: 1.3em;
  text-align: right;
  color: #2469BC;
  text-decoration: none;
  border-bottom: 1px solid #2469BC;
  padding-bottom: 2px;
  margin-bottom: 10px;
}

.crackTheCode-carousel .item .courseDetails .crsPriceDiv .priceLinks a.emiLink {
  color: #474747;
  border-bottom: none;
}

.crackTheCode-carousel .item .courseDetails .crsPriceDiv .priceLinks a.emiLink span {
  border-bottom: 1px solid #474747;
  padding-bottom: 2px;
}

.crackTheCode-carousel .item .courseDetails .btnWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}

.crackTheCode-carousel .item .courseDetails .btnWrap a.tryForFree {
  font-style: normal;
  font-weight: 700;
  font-size: 1.4em;
  color: #2469BC;
  text-align: left;
  text-decoration: none;
  padding-bottom: 2px;
  position: relative;
}

.crackTheCode-carousel .item .courseDetails .btnWrap a.tryForFree::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #2469BC;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}

.crackTheCode-carousel .item .courseDetails .btnWrap a.tryForFree:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}

.crackTheCode-carousel .owl-nav {
  position: absolute;
  top: 49%;
  width: 100%;
}

.crackTheCode-carousel .owl-prev {
  display: inline-block;
  background: #2469BC;
  width: 4em;
  height: 4em;
  border: 0.5em solid #f2b2ce;
  border-radius: 50%;
  margin-right: 1.5em;
  position: absolute;
  left: -45px;
}

.crackTheCode-carousel .owl-next {
  display: inline-block;
  background: #2469BC;
  width: 4em;
  height: 4em;
  border: 0.5em solid #f2b2ce;
  border-radius: 50%;
  margin-left: 1.5em;
  position: absolute;
  right: -45px;
}

.crackTheCode-carousel .owl-prev:after {
  content: "";
  display: inline-block;
  margin-top: -3px;
  margin-left: -3px;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  -moz-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.crackTheCode-carousel .owl-next:after {
  content: "";
  display: inline-block;
  margin-top: -5px;
  margin-left: -5px;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.crackTheCode-carousel .owl-dots {
  display: block;
  text-align: center;
  margin-top: 20px;
}

.crackTheCode-carousel .owl-dot {
  display: inline-block;
  background: #c3c2c5;
  height: 10px;
  width: 10px;
  margin: 0 4px;
  border-radius: 50%;
}

.crackTheCode-carousel .owl-dot.active {
  background: #2469BC;
}

.coding-wrap {
  margin-top: 50px;
}

.coding-wrap .row {
  align-items: center;
}

.coding-wrap .imgBlock img {
  display: block;
  width: 100%;
}

.coding-wrap .txtBlock p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.8em;
  color: #474747;
  text-align: left;
}

.simplifiedCoding-inner .imgBlock img {
  display: block;
  width: 100%;
}

.simplifiedBlock {
  background: #f8f7fb;
  padding: 20px 0;
  margin-bottom: 30px;
}

.simplifiedBlock .iconBlock {
  display: block;
  text-align: center;
  height: 52px;
  margin-bottom: 15px;
}

.simplifiedBlock .iconBlock svg {
  fill: #2469BC;
}

.simplifiedBlock h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 1.8em;
  color: #000000;
  text-align: center;
}

.simplifiedBlock p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.6em;
  color: #474747;
  text-align: center;
  margin-bottom: 0;
}

.futureProof .imgBlock img {
  display: block;
  width: 100%;
}

.futureProof .rhsTxtBlock h2 {
  text-align: left;
  margin-bottom: 20px;
}

.futureProof .rhsTxtBlock ul {
  list-style: disc;
  margin: 0 0 30px 0;
  padding-left: 15px;
}

.futureProof .rhsTxtBlock ul li {
  font-style: normal;
  font-weight: 400;
  font-size: 1.8em;
  color: #2469BC;
  margin-bottom: 15px;
}

.futureProof .rhsTxtBlock ul li span {
  color: #000000;
}

.inAssociation .associationName h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 3.2em;
  color: #000000;
  text-align: left;
}

.inAssociation .associationName p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.8em;
  color: #000000;
  text-align: left;
  margin-bottom: 0;
}

.accessOtherAreas {
  background: #f2f2f2;
}

.accessOtherAreas h2 {
  margin-bottom: 30px;
}

.accessOtherAreas .areasBlock {
  background: #ffffff;
  box-shadow: 0px 1px 8px rgba(0, 80, 149, 0.2);
  transition: all 0.4s ease;
}

.accessOtherAreas .areasBlock:hover {
  box-shadow: 0px 1px 54px rgba(0, 80, 149, 0.2);
}

.accessOtherAreas .areasBlock:hover .txtAreas a {
  opacity: 1;
}

.accessOtherAreas .areasBlock .imgBlock img {
  display: block;
  width: 100%;
}

.accessOtherAreas .txtAreas {
  padding: 20px;
}

.accessOtherAreas .txtAreas h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 1.8em;
  color: #000000;
  text-align: left;
}

.accessOtherAreas .txtAreas p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.4em;
  color: #474747;
  text-align: left;
  min-height: 42px;
}

.accessOtherAreas .txtAreas a {
  opacity: 0;
  font-style: normal;
  font-weight: 700;
  font-size: 1.6em;
  color: #2469BC;
  text-align: left;
  text-decoration: none;
  padding-bottom: 3px;
  position: relative;
}

.accessOtherAreas .txtAreas a span {
  margin-right: 10px;
}

.accessOtherAreas .txtAreas a svg {
  fill: #2469BC;
}

.accessOtherAreas .txtAreas a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #2469BC;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}

.accessOtherAreas .txtAreas a:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}

.holisticDevelopment {
  background: #ffffff;
}

.learningJourney .programsList-block .program-detail p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.4em;
  color: #474747;
  text-align: left;
}

.learningJourney .text-block p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.4em;
  color: #474747;
  text-align: left;
}

.learningJourney .btnWrap {
  text-align: center;
}

.learnigBlock:hover .btn-link {
  opacity: 1;
}

.moreLink .btn-link {
  font-style: normal;
  /* font-weight: 700; */
  font-size: 1.6em;
  color: #2469BC;
  padding: 0;
  text-decoration: none;
  position: relative;
  opacity: 0;
  padding-bottom: 2px;
}

.moreLink .btn-link:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #2469BC;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}

.moreLink .btn-link:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}

.moreLink .btn-link .know-more {
  display: inline-block;
  width: 24px;
  height: 24px;
  position: absolute;
  right: -35px;
  top: 0;
}

.moreLink .btn-link .know-more svg {
  fill: #2469BC;
}

/* Calender css */
.calenderMain .modal-dialog {
  max-width: 1030px;
}

.calenderMain .modal-header {
  border-bottom: none;
}

.calenderMain .modal-header h5 {
  font-style: normal;
  font-weight: 700;
  font-size: 2em;
  color: #373f41;
}

.calenderMain .modal-header .close {
  color: #2469BC;
  font-size: 2rem;
}

.calenderWrap .monthNdate {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}

.calenderWrap .monthNdate .monthWrap .showMonth {
  display: flex;
}

.calenderWrap .monthNdate .monthWrap .showMonth p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.6em;
  color: #000000;
  text-align: left;
  margin-bottom: 0;
  padding-right: 20px;
}

.calenderWrap .monthNdate .monthWrap .showMonth .arrowIcon a {
  padding-right: 8px;
}

.calenderWrap .monthNdate .dateWrap {
  display: flex;
  align-items: center;
  cursor: pointer;
  border: 1px solid #dadde9;
  padding: 0 12px;
}

.calenderWrap .monthNdate .dateWrap svg {
  fill: #2469BC;
}

.calenderWrap .monthNdate .dateWrap .form-control {
  background: none;
  border: none;
  padding: 0;
  width: 100px;
  text-align: center;
  cursor: pointer;
  font-style: normal;
  font-weight: 600;
  font-size: 1.4em;
  color: #000000;
}

.calenderWrap .monthNdate .dateWrap .form-control:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

.calenderWrap .selectCalender {
  padding: 0 20px 20px 20px;
}

.calenderWrap .selectCalender .courses-tabs {
  padding-top: 0;
}

.calenderWrap .selectCalender .tableWrap {
  margin-top: 20px;
  height: 500px;
  overflow-y: scroll;
  padding-right: 10px;
}

.calenderWrap .selectCalender .tableWrap table {
  width: 100%;
}

.calenderWrap .selectCalender .tableWrap table thead th {
  width: 10%;
  border: 1.5px solid #dadde9;
  font-style: normal;
  font-weight: 600;
  font-size: 1.6em;
  color: #000000;
  padding: 8px 10px 8px 10px;
}

.calenderWrap .selectCalender .tableWrap table tbody td {
  width: 10%;
  border: 1.5px solid #dadde9;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4em;
  color: #000000;
  padding: 8px 10px 8px 10px;
  height: 140px;
  vertical-align: top;
  text-align: right;
}

.calenderWrap .selectCalender .tableWrap::-webkit-scrollbar {
  width: 8px;
}

.calenderWrap .selectCalender .tableWrap::-webkit-scrollbar-track {
  background: #dadde9;
  border-radius: 17px;
}

.calenderWrap .selectCalender .tableWrap::-webkit-scrollbar-thumb {
  /* background: #474747; */
  border-radius: 17px;
  border: 3px solid #9e9e9e;

}

.calenderWrap .selectCalender .tableWrap table tbody td .sessionWrap {
  width: 100%;
  padding: 7px;
  border-radius: 4px;
  margin-top: 5px;
}

.calenderWrap .selectCalender .tableWrap table tbody td .sessionWrap p {
  font-style: normal;
  font-size: 0.8em;
  color: #474747;
  text-align: left;
  margin-bottom: 0;
}

.calenderWrap .selectCalender .tableWrap table tbody td .sessionWrap p strong {
  color: #000000;
}

.calenderWrap .selectCalender .tableWrap table tbody td .sessionWrap.cyanBg {
  background: #c1f5f3;
}

.calenderWrap .selectCalender .tableWrap table tbody td .sessionWrap.orangBg {
  background: #f7b999;
}

.calenderWrap .selectCalender .tableWrap table tbody td .sessionWrap.blueBg {
  background: #a3d1f5;
}

.calenderWrap .selectCalender .tableWrap table tbody td .sessionWrap.yellowBg {
  background: #fff599;
}

.calenderWrap .selectCalender .tableWrap table tbody td .sessionWrap.purpleBg {
  background: #b8acd8;
}

.greyBg {
  background: #f2f2f2;
}

.btnWrap {
  display: block;
  text-align: center;
  margin-top: 30px;
}

.learningJourney .courses-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translate(0, -50%);
}

.learningJourney .courses-carousel .owl-prev {
  display: inline-block;
  background: #2469BC;
  width: 4em;
  height: 4em;
  border: 0.5em solid #f2b2ce;
  border-radius: 50%;
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translate(0, -50%);
}

.learningJourney .courses-carousel .owl-prev:after {
  content: "";
  display: inline-block;
  margin-top: 11px;
  margin-left: 12px;
  width: 8px;
  height: 8px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  -moz-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.learningJourney .courses-carousel .owl-next {
  display: inline-block;
  background: #2469BC;
  width: 4em;
  height: 4em;
  border: 0.5em solid #f2b2ce;
  border-radius: 50%;
  position: absolute;
  right: -25px;
  top: 50%;
  transform: translate(0, -50%);
}

.learningJourney .courses-carousel .owl-next:after {
  content: "";
  display: inline-block;
  margin-top: 11px;
  margin-left: 9px;
  width: 8px;
  height: 8px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.vd-img {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}

.vd-img a {
  display: block;
}

.vd-img .playBotton {
  background: url(../play-icon.html) no-repeat;
  width: 66px;
  height: 66px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.youth-coursesTabs.courses-tabs .nav-tabs .nav-item .dropdown-menu {
  top: 100% !important;
  left: auto !important;
  right: 0 !important;
  transform: none !important;
  padding: 0 15px;
  min-width: 200px;
}

.youth-coursesTabs.courses-tabs .nav-tabs .nav-item .dropdown-menu .active::after {
  display: none;
}

.youth-coursesTabs.courses-tabs .nav-tabs .nav-link.active.dropdown-toggle::before {
  border-bottom: 2px solid #2469BC;
  border-right: 2px solid #2469BC;
}

.youth-coursesTabs.courses-tabs .nav-tabs .nav-link.dropdown-toggle::before {
  content: "";
  display: block;
  border-bottom: 2px solid #474747;
  border-right: 2px solid #474747;
  transform: rotateZ(45deg);
  height: 7px;
  width: 7px;
  position: absolute;
  cursor: pointer;
  right: -13px;
  top: 21px;
  transition: all 0.4s ease;
  border-left: transparent;
  border-top: transparent;
}

/* .youth-coursesTabs.courses-tabs .nav-tabs .nav-link:hover.dropdown-toggle::before { border-bottom: 2px solid #2469BC; border-right: 2px solid #2469BC; } */
.youth-coursesTabs .dropdown-toggle::after {
  display: none;
}

.cmgTxt {
  font-size: 1.5em;
  line-height: 39px;
  color: #ffbb4c;
  font-weight: bold;
  font-style: italic;
}

.comingsoonTxt {
  font-size: 1.2em;
  color: #10ad00;
  font-weight: bold;
}

.customLinkWrapper {
  display: block;
  padding: 10px 22px 0px 22px;
}

.customLink {
  font-style: normal;
  font-weight: 700;
  font-size: 1.4em !important;
  color: #2469BC;
  text-decoration: none;
  position: relative;
  padding-bottom: 2px;
}

.customLink:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #2469BC;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}

.customLink:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}

.customLink .arrow {
  border-bottom: 2px solid #2469BC;
  border-right: 2px solid #2469BC;
  transform: rotateZ(-50deg);
  height: 7px;
  width: 7px;
  top: 8px;
  right: -15px;
  position: absolute;
  cursor: pointer;
}

.closeOption {
  margin-right: 0px !important;
}

ul.popupElement {
  display: block;
  padding: 0px;
  height: 230px;
  overflow: auto;
}

ul.popupElement li {
  display: inline-block;
  padding: 10px;
}

.sortDropdown {
  padding: 10px;
  font-size: 1.4em;
}

.headingWithviewAll {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0 0 0;
}

.headingWithviewAll .lhs-txt {
  display: flex;
  align-items: center;
}

.headingWithviewAll .lhs-txt h2 {
  font-size: 3.2em;
}

.headingWithviewAll .lhs-txt span {
  font-size: 2em;
  vertical-align: middle;
}

.mobileFilter {
  display: none;
}

.mobileFilterDiv {
  display: none;
}

.select {
  position: relative;
  margin-bottom: 15px;
  width: 160px;
  margin-right: 15px;
}

.select input {
  width: 100%;
  height: 30px;
  font-size: 1.4em;
}

.select .selectBtn {
  background: var(--bg1);
  padding: 14px;
  box-sizing: border-box;
  border-radius: 25px;
  box-shadow: 0px 0px 8px rgba(228, 17, 101, 0.1);
  width: 100%;
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #fff;
  font-size: 1.4em;
}

.select .selectBtn:after {
  content: "";
  position: absolute;
  top: 45%;
  right: 15px;
  width: 6px;
  height: 6px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid #666;
  border-bottom: 2px solid #666;
  transition: 0.2s ease;
}

.select .selectBtn.toggle {
  border-radius: 3px 3px 0 0;
}

.select .selectBtn.toggle:after {
  -webkit-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
}

.select .selectDropdown {
  position: absolute;
  top: 100%;
  width: 100%;
  border-radius: 0 0 3px 3px;
  overflow: hidden;
  background: var(--bg1);
  border-top: 1px solid #eee;
  z-index: 1;
  background: #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: top center;
  transform-origin: top center;
  visibility: hidden;
  transition: 0.2s ease;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

.select .selectDropdown .option {
  padding: 10px;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 1.4em;
}

.select .selectDropdown .option:hover {
  background: #f8f8f8;
}

.select .selectDropdown.toggle {
  visibility: visible;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.mobileSearchDiv {
  display: none;
}

.job-result-mobile {
  display: none;
}

.corpTab,
.govtTab {
  display: none;
}

.tabActive {
  display: block;
}

.nqtBanner {
  min-height: 490px;
}

.list-autocomplete {
  padding: 0;
}

.list-autocomplete em {
  font-style: normal;
  background-color: #e1f2f9;
}

.hasNoResults {
  color: #aaa;
}

.hasNoResults,
.btn-extra {
  display: block;
  padding: 10px;
}

.hasNoResults {
  color: #aaa;
}

.btn-extra {
  width: 100%;
  border-top: 0.5px solid #d2d2d2;
}

.cource-filter .btn-group .btn-danger {
  color: #000000;
  background-color: transparent;
  border-color: transparent;
}

.content {
  height: auto;
  color: #fff;
  /* display: none; */
}

.lmBtn {
  display: block;
  text-align: center;
}

.noContent {
  color: #000 !important;
  background-color: transparent !important;
  pointer-events: none;
  border: none !important;
  display: none;
}

.noContent:focus {
  box-shadow: none;
}

.tcs-section-inner {
  padding: 50px 0 0 0;
}

.job-btns {
  position: relative;
}

.job-btns .insideShare {
  position: absolute;
  right: 0px;
  bottom: -15px;
  background: #ff0000;
}

/* Responsive css */
@media (max-width: 1400px) {
  .explore-txt .btn-link {
    opacity: 1;
  }

  .platformSolutionsGovt .institutions-carousel .insti-block .content-block .content-inner {
    height: 238px;
  }

  .moreLink .btn-link {
    opacity: 1;
  }

  .successCard .textArea a {
    opacity: 1;
  }

  .accessOtherAreas .txtAreas a {
    opacity: 1;
  }

  /* .shareWrap { top: 22%; } */
}

@media screen and (min-width: 1280px) and (max-width: 1366px) {
  .cource-filterby.tcs-section {
    padding: 15px 0;
  }

  .cource-filter {
    padding-bottom: 0;
  }

  .most-viewed {
    padding: 10px 0;
  }

  /* .smWrapper{ top: 20%; } */
}

@media (max-width: 1300px) {
  .programsList-carousel .owl-prev {
    left: 0;
  }

  .programsList-carousel .owl-next {
    right: 0;
  }

  .platformSolutions-carousel .owl-prev {
    left: 0;
  }

  .platformSolutions-carousel .owl-next {
    right: 0;
  }

  .resources-carousel .owl-prev {
    left: -15px;
  }

  .resources-carousel .owl-next {
    right: -15px;
  }

  .partnerShipWrap .item {
    width: 200px;
    margin: 0 10px 15px 10px;
  }

  .partnerShipWrap .item:nth-child(5) {
    margin: 0 10px 15px 10px;
  }

  /* .partnerShipWrap .item:nth-child(5) { margin: 0 25px 25px 0; } */
}

@media (max-width: 1280px) {
  .explore-txt p {
    height: 70px;
  }

  .programsList-carousel .owl-prev {
    left: -30px;
  }

  .programsList-carousel .owl-next {
    right: -30px;
  }

  .platformSolutions-carousel .owl-prev {
    left: -30px;
  }

  .platformSolutions-carousel .owl-next {
    right: -30px;
  }

  .tcs-iON-Offerings-gov .item:hover .solution-block {
    height: auto;
    transition: all 0.4s ease;
  }

  .question-set .right {
    padding-left: 20px;
  }

  .btnList li {
    margin-right: 0px;
  }

  .learning-journey-carousel .item {
    padding: 15px;
  }

  .learning-journey-carousel .owl-prev {
    left: -29px;
  }

  .learning-journey-carousel .owl-next {
    right: -29px;
  }

  .popularPacks-carousel {
    padding: 0 15px;
  }

  .popularPacks-carousel .owl-next {
    right: -15px;
  }

  .events-carousel {
    padding: 0 20px;
  }

  .events .owl-next {
    right: -5px;
  }

  .partners-carousel .owl-prev {
    left: -29px;
  }

  .partners-carousel .owl-next {
    right: -29px;
  }

  .moreLink .btn-link {
    opacity: 1;
  }

  .ourClient-carousel .client-block {
    width: 19%;
  }
}

@media (max-width: 1200px) {

  /* For UI Correction:  Added height for rupee symbol For Jobs Page*/
  #divLearner .currency-rupee {
    height: 17px;
  }

  .other-filters {
    justify-content: space-between;
  }

  .moreFilters .filter-btn {
    margin-right: 25px;
  }

  .filter-btn {
    padding: 0 30px 0 20px;
    margin-right: 0;
  }

  .filter-btn.dropdown-toggle::after {
    right: 12px;
  }

  .company-ftr .job-requirement {
    width: 490px;
  }

  .job-btns .btn {
    min-width: 100px;
  }

  .company-block .img-block {
    width: 230px;
  }

  .jobname-block h2 {
    font-size: 3em;
  }

  .requirement-block {
    max-width: 540px;
  }

  .jobinfo-block p {
    font-size: 1.5em;
  }

  .jobinfo-block .knowledge-block li {
    font-size: 1.5em;
  }

  .jobinfo-block .skills-list li {
    font-size: 1.4em;
  }

  .about-company .company-wrap .com-details h4 {
    font-size: 2em;
  }

  .about-company .company-wrap .com-details ul li {
    font-size: 1.4em;
  }

  .similarJobs-list .similarJobs-name p {
    font-size: 1.4em;
  }

  .similarJobs-list .similarJobs-name ul li {
    font-size: 1.2em;
  }

  .similar-jobs a.view-more {
    font-size: 1.4em;
  }

  .products-inner p {
    font-size: 1.4em;
  }

  .job-network p {
    font-size: 1.4em;
  }

  .programsList-carousel .owl-prev {
    left: -35px;
  }

  .programsList-carousel .owl-next {
    right: -35px;
  }

  .platformSolutions-carousel .owl-prev {
    left: -35px;
  }

  .platformSolutions-carousel .owl-next {
    right: -35px;
  }

  .resources-carousel .owl-prev {
    left: -35px;
  }

  .resources-carousel .owl-next {
    right: -35px;
  }

  .most-viewed .mostView-list li:first-child {
    margin: 0;
  }

  .most-viewed .mostView-list li {
    margin: 0 8px 0 0;
  }

  .programsList-carousel .item {
    padding: 0 15px;
  }

  .text-block .btn-wrap .btn {
    width: 100px;
  }

  .platformSolutions-carousel .item {
    padding: 0 5px 20px 5px;
  }

  .more-cl-btn {
    display: none;
  }

  .exploreProgramsList .programsHeads .lhs-txt .hintIcon {
    height: 25px;
    width: 25px;
    left: 0px;
    top: 0;
  }

  .programsList-block .program-detail .price-wrap .price-tag p {
    font-size: 1.4em;
  }

  .programsList-block .program-detail .price-wrap .crs-tag span {
    font-size: 0.9em;
  }

  .text-block .price-wrap .price-tag p {
    font-size: 1.4em;
  }

  .courses-carousel .item:hover .programsList-block {
    min-height: 480px;
  }

  .searchMain .searchIn {
    width: 350px;
  }

  .searchMain input {
    width: 80%;
  }

  .topRoles .textArea .tabSet ul li {
    margin: 0 10px 15px 10px;
  }

  .growing-carousel .inner-count h3 {
    font-size: 2em;
  }

  .growing-carousel .inner-count p {
    font-size: 1.6em;
  }

  .our-purpose h2 {
    font-size: 3.2em;
  }

  .assessment-wrap-left-one::after,
  .assessment-wrap-right::after,
  .assessment-wrap-left-two::after {
    width: 70%;
  }

  .case-studies .item {
    min-height: auto;
    height: auto;
  }

  .eventBlock .textDiv p {
    font-size: 1.2em;
  }

  .eventBlock .textDiv p i svg {
    margin-right: 0;
  }

  .eventBlock .textDiv p span.dividar {
    margin: 0 2px;
  }

  .whyDigitalLearning ul li {

    font-size: 1.4em !important;

  }

  .whyDigitalLearning h2 {
    text-align: left;
    font-size: 2.8em !important;
  }

  .our-purpose p {
    font-size: 1.4em;
  }

  .our-purpose-inner .content-wrap li {
    font-size: 1.4em;
  }

  .caseStudiesInner p {
    text-align: left;
    font-size: 1.3em !important;
  }

  .partnerContent .ptrInfo h3 {
    font-size: 2.4em;
  }

  .centers-of-ecellence .donut-chart {
    width: 400px;
    height: 400px;
    margin: 0 auto;
  }

  .centers-of-ecellence .portion-block {
    clip: rect(0px, 400px, 400px, 200px);
  }

  .centers-of-ecellence .circle {
    clip: rect(0px, 200px, 400px, 0px);
  }

  .centers-of-ecellence .center {
    width: 200px;
    height: 200px;
  }

  .centers-of-ecellence .donut-chart-block {
    margin-top: 7px;
  }

  .centers-of-ecellence .center .centerInside {
    padding: 0px;
  }

  .centers-of-ecellence .center .centerInside h4 {
    font-size: 1.4em;
  }

  .centers-of-ecellence .center .centerInside h6 {
    font-size: 0.7em;
  }

  .our-ecosystem-parameter .donut-chart {
    width: 400px;
    height: 400px;
    margin: 0 auto;
  }

  .our-ecosystem-parameter .portion-block {
    border-radius: 50%;
    clip: rect(0px, 400px, 400px, 200px);
    height: 100%;
    position: absolute;
    width: 100%;
  }

  .our-ecosystem-parameter .circle {
    border-radius: 50%;
    clip: rect(0px, 200px, 400px, 0px);
    height: 100%;
    position: absolute;
    width: 100%;
    font-family: monospace;
    font-size: 1.5rem;
  }

  .our-ecosystem-parameter .center {
    width: 200px;
    height: 200px;
  }

  .our-ecosystem-parameter .center .centerInside {
    text-align: center;
    padding: 0px 0 0 0px;
  }

  .our-ecosystem-parameter .center .centerInside h6 {
    font-size: 0.7em;
  }

  .our-ecosystem-parameter .donut-chart #part1 .circle::before {
    transform: rotate(-71deg) scale(0.7);
  }

  .our-ecosystem-parameter .donut-chart #part2 .circle::before {
    transform: rotate(-145deg) scale(0.7);
  }

  .our-ecosystem-parameter .donut-chart #part3 .circle::before {
    transform: rotate(-36deg) scale(0.7);
  }

  .our-ecosystem-parameter .donut-chart #part4 .circle::before {
    transform: rotate(72deg) scale(0.7);
  }

  .our-ecosystem-parameter .donut-chart #part5 .circle::before {
    transform: rotate(0deg) scale(0.9);
  }

  .platformDetail-txt {
    padding-left: 0;
  }

  .testiWrap .testiName {
    flex: 0 0 35%;
  }

  .filterOverlay .filterPopup {
    width: 60%;
  }

  .rightPlanWrap .planDetails .PlanCost .popularMark {
    right: -20px;
  }

  .platformSolutions-carousel .solution-block {
    height: 260px;
  }

  .youthTab ul li {
    width: 220px;
  }

  .youthTab ul li a {
    font-size: 1.5em;
  }

  .tcs-iON-Offerings .solution-block {
    /* height: auto; */
    padding: 110px 20px 20px 20px;
  }

  .tcs-iON-Offerings .solution-block a {
    font-size: 1.3em;
    display: inline-block;
  }

  .landYourDreamJob .jobSteps li .drowLine1 {
    top: 7px;
  }

  .jobPlacements-carousel .item {
    margin: 10px;
  }

  .jobPlacements-carousel .item ul li p {
    font-size: 0.8em;
  }

  .jobPlacements-carousel .item ul li span {
    font-size: 0.8em;
  }

  .jobPlacements-carousel .item .detailWrap .nameWrap p {
    font-size: 1.4em;
  }

  .jobPlacements-carousel .item .detailWrap .nameWrap span {
    font-size: 1.2em;
  }

  .collaborators-carousel .item {
    height: 470px;
  }

  .white-bg-tabs .tab-content h1 {
    font-size: 2.8em;
  }

  .trandingTabInset .text-block .btn-wrap .btn {
    width: 100px;
  }

  .newsroom-looking {
    max-height: 366px;
  }

  ul.featuredNewsList li .right p {
    font-size: 1.3em;
  }

  ul.featuredNewsList li .right {
    width: 70%;
  }

  ul.featuredNewsList li .left {
    width: 29%;
  }

  .socialmediaList .left {
    width: 33%;
  }

  .socialmediaList .right {
    width: 66%;
  }

  .crackTheCode-carousel .item .courseDetails {
    padding: 15px;
  }

  .crackTheCode-carousel .item .courseDetails .crsDuration span {
    font-size: 1.4em;
  }

  .crackTheCode-carousel .item .courseDetails .crsPriceDiv .priceTag p {
    font-size: 1.6em;
  }

  .significanceOfCoding .sc-skills li {
    margin-bottom: 8px;
  }

  .intro .col-sm-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .introBox {
    min-height: 247px;
  }

  .domain .more-cl-btn {
    display: block !important;
  }

  .domain .d-xl-none {
    display: none !important;
  }
}

@media screen and (max-device-width: 1200px) and (orientation: landscape) {

  /* For UI Correction:  Added height for rupee symbol For Jobs Page*/
  #divLearner .currency-rupee {
    height: 16px;
  }

  .cart-products .cart-detail {
    padding: 10px 15px;
  }

  .cart-products .cart-detail .courseName h3 {
    margin: 0;
  }

  .cart-products .cart-detail p {
    margin-bottom: 0;
  }

  .cart-products .cart-detail .price {
    margin-bottom: 0;
  }

  .phygital-model .donut-chart {
    width: 450px;
    height: 450px;
  }

  .phygital-model .portion-block {
    clip: rect(0px, 450px, 450px, 230px);
  }

  .phygital-model .circle {
    clip: rect(0px, 230px, 450px, 0px);
  }

  .phygital-model .center {
    width: 400px;
    height: 400px;
  }

  .phygital-model .donut-chart-block {
    margin-top: 7px;
  }

  ul.lest li {
    margin-bottom: 0;
  }

  ul.lest li p {
    font-size: 1.4em;
  }

  .centers-of-ecellence .center .centerInside {
    padding: 0px 0 0 45px;
  }

  .centers-of-ecellence .center .centerInside h4 {
    font-size: 1.4em;
  }

  .centers-of-ecellence .center .centerInside h6 {
    font-size: 0.7em;
  }

  .centers-of-ecellence .donut-chart {
    width: 400px;
    height: 400px;
    margin: 0 auto;
  }

  .centers-of-ecellence .portion-block {
    clip: rect(0px, 400px, 400px, 200px);
  }

  .centers-of-ecellence .circle {
    clip: rect(0px, 200px, 400px, 0px);
  }

  .centers-of-ecellence .center {
    width: 200px;
    height: 200px;
  }

  .centers-of-ecellence .donut-chart-block {
    margin-top: 7px;
  }

  .centers-of-ecellence .center .centerInside {
    padding: 0px;
  }

  .centers-of-ecellence .center .centerInside h4 {
    font-size: 1.4em;
  }

  .centers-of-ecellence .center .centerInside h6 {
    font-size: 0.7em;
  }

  .our-ecosystem-parameter .donut-chart {
    width: 400px;
    height: 400px;
    margin: 0 auto;
  }

  .our-ecosystem-parameter .portion-block {
    border-radius: 50%;
    clip: rect(0px, 400px, 400px, 200px);
    height: 100%;
    position: absolute;
    width: 100%;
  }

  .our-ecosystem-parameter .circle {
    border-radius: 50%;
    clip: rect(0px, 200px, 400px, 0px);
    height: 100%;
    position: absolute;
    width: 100%;
    font-family: monospace;
    font-size: 1.5rem;
  }

  .our-ecosystem-parameter .center {
    width: 200px;
    height: 200px;
  }

  .our-ecosystem-parameter .center .centerInside {
    text-align: center;
    padding: 0px 0 0 0px;
  }

  .our-ecosystem-parameter .HE-DM .center .centerInside {
    text-align: center;
    padding: 0;
    margin-top: 8%;
  }

  .our-ecosystem-parameter .center .centerInside h6 {
    font-size: 15px;
  }

  .our-ecosystem-parameter .donut-chart #part1 .circle::before {
    transform: rotate(-71deg) scale(0.7);
  }

  .our-ecosystem-parameter .donut-chart #part2 .circle::before {
    transform: rotate(-145deg) scale(0.7);
  }

  .our-ecosystem-parameter .donut-chart #part3 .circle::before {
    transform: rotate(-36deg) scale(0.7);
  }

  .our-ecosystem-parameter .donut-chart #part4 .circle::before {
    transform: rotate(72deg) scale(0.7);
  }

  .our-ecosystem-parameter .donut-chart #part5 .circle::before {
    transform: rotate(0deg) scale(0.9);
  }

  .centers-of-ecellence .donut-chart #part1 .circle::before {
    transform: rotate(-71deg) scale(0.7);
  }

  .centers-of-ecellence .donut-chart #part2 .circle::before {
    transform: rotate(-142deg) scale(0.7);
  }

  .centers-of-ecellence .donut-chart #part3 .circle::before {
    transform: rotate(70deg) scale(0.7);
  }

  .newsList .newsWrap .infoWrap {
    min-height: 330px;
  }

  .significanceOfCoding .sc-skills li {
    margin-bottom: 8px;
  }

  .successCard .textArea a {
    opacity: 1;
  }

  .learningJourney h3 {
    margin-top: 0 !important;
  }
}

@media (max-width: 1024px) {
  body {
    overflow-x: hidden !important;
  }

  .searchMain input {
    width: 39%;
  }

  .suitedJob-carousel .owl-dots {
    display: block;
    text-align: center;
    margin-top: 20px;
    position: absolute;
    bottom: 13px;
    width: 100%;
  }

  .suitedJob-carousel .owl-dot {
    display: inline-block;
    background: #c3c2c5;
    height: 10px;
    width: 10px;
    margin: 0 4px;
    border-radius: 50%;
  }

  .suitedJob-carousel .owl-dot.active {
    background: #2469BC;
  }

  .topTrending-carousel .owl-dots {
    display: block;
    text-align: center;
    margin-top: 20px;
    position: absolute;
    bottom: -20px;
    width: 100%;
  }

  .topTrending-carousel .owl-dot {
    display: inline-block;
    background: #c3c2c5;
    height: 10px;
    width: 10px;
    margin: 0 4px;
    border-radius: 50%;
  }

  .topTrending-carousel .owl-dot.active {
    background: #2469BC;
  }
/* 
  .topRoles .textArea .tabSet ul li a {
    margin-bottom: 15px;
  } */

  .programsList-block .program-detail .price-wrap .price-tag p {
    font-size: 1.5em;
  }

  .text-block .ratings span {
    font-size: 1.1em;
  }

  .text-block .btn-wrap .btn {
    width: 96px;
  }

  .text-block .price-wrap .price-tag p {
    font-size: 1.5em;
  }

  .explore-txt .btn-link {
    opacity: 1;
  }

  .join-wrappre .join-inner {
    max-width: 423px;
  }

  /*--VOCETIONAL EDUCATIONAL CSS--*/
  .growing-carousel .inner-count h3 {
    font-size: 2em;
  }

  .growing-carousel .inner-count p {
    font-size: 1.6em;
  }

  .our-purpose h2 {
    font-size: 3.6em;
  }

  .our-purpose p {
    font-size: 1.3em;
  }

  .whyDigitalLearning ul li {

    font-size: 1.3em;

  }

  .whyDigitalLearning h2 {
    text-align: left;
    font-size: 2.8em;
  }

  .our-purpose-inner {
    height: 375px;
  }

  .phygital-model .donut-chart {
    width: 300px;
    height: 300px;
  }

  .phygital-model .portion-block {
    clip: rect(0px, 300px, 300px, 150px);
  }

  .phygital-model .circle {
    clip: rect(0px, 150px, 300px, 0px);
  }

  .phygital-model .center {
    width: 250px;
    height: 250px;
  }

  .our-ecosystem-parameter .donut-chart {
    width: 300px;
    height: 300px;
  }

  .our-ecosystem-parameter .portion-block {
    clip: rect(0px, 300px, 300px, 150px);
  }

  .our-ecosystem-parameter .circle {
    clip: rect(0px, 150px, 300px, 0px);
  }

  .our-ecosystem-parameter .center {
    width: 140px;
    height: 140px;
  }

  .centers-of-ecellence .donut-chart {
    width: 300px;
    height: 300px;
  }

  .centers-of-ecellence .portion-block {
    clip: rect(0px, 300px, 300px, 150px);
  }

  .centers-of-ecellence .circle {
    clip: rect(0px, 150px, 300px, 0px);
  }

  .centers-of-ecellence .center {
    width: 140px;
    height: 140px;
  }

  .centers-of-ecellence .center .centerInside {
    padding: 10px 0 0 0;
  }

  .centers-of-ecellence .center .centerInside h6 {
    font-size: 0.6em;
  }

  .centers-of-ecellence .donut-chart #part1 .circle::before {
    font-size: 0.6em;
    top: 29%;
    left: 0%;
  }

  .centers-of-ecellence .donut-chart #part2 .circle::before {
    font-size: 0.5em;
    top: 8%;
    left: 11%;
  }

  .centers-of-ecellence .donut-chart #part3 .circle::before {
    font-size: 0.5em;
    top: 24%;
    left: 0px;
  }

  .centers-of-ecellence .donut-chart-block {
    width: 33%;
    margin-top: 50px;
  }

  .vocational-quick-links ul li a {
    padding: 15px 10px;
    font-size: 1.3em;
  }

  .our-ecosystem-parameter .donut-chart #part1 .circle::before {
    top: 10%;
    left: 21%;
    transform: rotate(-71deg) scale(0.6);
  }

  .our-ecosystem-parameter .donut-chart #part2 .circle::before {
    top: 10%;
    left: 21%;
    transform: rotate(-145deg) scale(0.6);
  }

  .our-ecosystem-parameter .donut-chart #part3 .circle::before {
    top: 10%;
    left: 21%;
    transform: rotate(-34deg) scale(0.6);
  }

  .our-ecosystem-parameter .donut-chart #part4 .circle::before {
    top: 15%;
    left: 18%;
    transform: rotate(72deg) scale(0.6);
  }

  .our-ecosystem-parameter .donut-chart #part5 .circle::before {
    top: 10%;
    left: 21%;
    transform: rotate(0deg) scale(0.6);
  }

  .he-parameter .donut-chart #part1 .circle::before {
    transform: rotate(-90deg) scale(0.8) !important;
    top: 13%;
    left: 17%;
  }

  .he-parameter .donut-chart #part2 .circle::before {
    transform: rotate(180deg) scale(0.6) !important;
    top: 17%;
    left: 14%;
  }

  .he-parameter .donut-chart #part3 .circle::before {
    transform: rotate(90deg) scale(0.6) !important;
    top: 17%;
    left: 14%;
  }

  .he-parameter .center .centerInside {
    padding: 15px 0 0 0 !important;
  }

  .center .centerInside h4 {
    font-size: 0.8em;
  }

  .center .centerInside p {
    font-size: 0.5em;
    line-height: normal;
  }

  .center .centerInside h6 {
    font-size: 0.6em;
  }

  .phygital-model .center .centerInside {
    padding: 40px 0 0 78px;
  }

  .phygital-model .center .centerInside h4 {
    display: none;
  }

  .phygital-model .center .centerInside p {
    display: none;
  }

  .center .centerInside {
    padding: 0px 10px 0 46px;
  }

  ul.lest li {
    margin-bottom: 0px;
  }

  ul.lest li h6 {
    font-size: 1.6em;
  }

  ul.lest li p {
    font-size: 1.2em;
  }

  ul.lest1 li h6 {
    font-size: 1.6em;
  }

  ul.lest1 li p {
    font-size: 1.4em;
  }

  .phygital-model .donut-chart-block {
    width: 33%;
  }

  .ecosystem-content {
    width: 66%;
    padding-right: 70px;
  }

  ul.lest li:first-child span {
    width: 90px;
    top: 15px;
    left: -116px;
  }

  ul.lest li:nth-child(2) span {
    width: 90px;
    top: 26px;
    left: -120px;
  }

  ul.lest li:nth-child(3) span {
    width: 128px;
    top: 10px;
    left: -150px;
  }

  ul.lest li:nth-child(4) span {
    width: 113px;
    top: -15px;
    left: -139px;
  }

  ul.lest li:nth-child(5) span {
    width: 144px;
    top: -29px;
    left: -161px;
  }

  .question .item {
    padding: 50px 50px 20px 50px;
  }

  .question .item h1 {
    font-size: 3.6em;
  }

  .question-set .left {
    width: 54%;
  }

  .question-set .right {
    padding-left: 0px;
  }

  .question-set .right ul li a {
    font-size: 1.5em;
  }

  .question-set .right p {
    font-size: 1.6em;
  }

  .question-set .right ul li {
    padding: 8px 0px;
  }

  .question-set .right ul li p {
    font-size: 1.2em;
  }

  .question-set .right ul li span {
    margin-right: 7px;
    font-size: 1.2em;
  }

  .testiContant p {
    font-size: 1.6em;
  }

  .eventBlock .textDiv h4 {
    font-size: 1.6em;
  }

  .eventBlock .textDiv p {
    font-size: 1em;
  }

  .assessment-wrap-left-one {
    padding: 50px 0px;
    height: 365px;
  }

  .assessment-wrap-right {
    padding: 50px 0px;
    height: 365px;
  }

  .assessment-wrap-left-two {
    padding: 50px 0px;
    height: 365px;
  }

  .assessment-wrap-left-one::after {
    width: 75%;
  }

  .assessment-wrap-right::after {
    width: 75%;
  }

  .assessment-wrap-left-two::after {
    width: 75%;
  }

  .assessment-wrap-right.newWrap::after {
    width: 75%;
  }

  .content-wrap h2 {
    font-size: 2.8em;
  }

  .content-wrap p {
    font-size: 1.4em;
  }

  .assessment-wrap-right .content-wrap {
    padding-left: 380px;
  }

  .proimg-wrap {
    text-align: center;
  }

  .platform-solution .pl-container {
    margin-top: 0px;
    padding: 15px 0px;
    height: auto;
  }

  .platform-solution .pl-container .left {
    width: 40%;
  }

  .platform-solution .pl-container .right {
    width: 58%;
  }

  .platform-solution .pl-container .right ul li {
    padding: 20px 10px 10px 20px;
  }

  .platform-solution .pl-container .right ul li .text h4 {
    font-size: 2em;
  }

  .collaborators-img {
    margin-top: 10%;
  }

  .collaborators .collaboratorsBlock p {
    font-size: 1.2em;
    margin-bottom: 0;
  }

  .our-ecosystem-parameter .donut-chart-block {
    width: 33%;
  }

  .our-ecosystem-parameter .center .centerInside {
    padding: 0 0 0 31px;
  }

  .testiWrap .testiName {
    flex: 0 0 40%;
  }

  .reasonToBelievePoints .pointWrap .bottom-txt h3 {
    font-size: 1.4em;
  }

  .reasonToBelievePoints .pointWrap .hover-txt h2 {
    font-size: 1.6em;
  }

  .reasonToBelievePoints .pointWrap .hover-txt {
    overflow-y: scroll;
  }

  .reasonToBelievePoints .pointWrap .hover-txt::-webkit-scrollbar {
    width: 5px;
  }

  .reasonToBelievePoints .pointWrap .hover-txt::-webkit-scrollbar-track {
    background: #d9d9d9;
  }

  .reasonToBelievePoints .pointWrap .hover-txt::-webkit-scrollbar-thumb {
    /* background: #c0c0c0; */
    border: 3px solid #9e9e9e;
  }

  .rightPlanWrap .planDetails .PlanCost .popularMark {
    right: -20px;
  }

  .rightPlanWrap .planDetails .PlanCost .popularMark span {
    padding: 0 0 5px 5px;
  }

  .filterOverlay .filterPopup {
    width: 80%;
  }

  .partnerContatct .contact-rhs .cnt-email li .cnt-text {
    padding-left: 0px;
  }

  .contact-us .row {
    align-items: flex-start;
  }

  .contact-us .contact-rhs .cnt-email {
    flex-wrap: wrap;
  }

  .partnerContatct .contact-rhs .cnt-email li {
    width: 50%;
    margin-bottom: 25px;
  }

  .partnerContatct .contact-rhs .cnt-email li .cnt-icon {
    margin-right: 10px;
  }

  .client-container .client-block {
    flex-basis: 16%;
  }

  .platformSolutions-carousel .solution-block {
    height: 251px;
  }

  .ourClient-carousel .client-block {
    padding: 0 14px;
  }

  .btnList li {
    margin-right: 0px;
  }

  .home-carousel .banner-caption h2 {
    font-size: 4.5em;
  }

  .home-carousel .banner-caption h1 {
    font-size: 4.5em;
  }

  .roundedArrow {
    width: 186px;
  }

  .roundedArrow1 {
    width: 177px;
  }

  .tableArea table td .tcs-primary-btn {
    padding: 5pt 1pc;
  }

  .tableArea table th h5 {
    font-size: 0.9em;
  }

  .tableArea table th p {
    font-size: 0.8em;
  }

  .tableArea table th h3 {
    font-size: 1.7em;
  }

  .white-bg-tabs .tab-content h1 {
    font-size: 3, 0em;
  }

  .youth-coursesTabs .more-cl-btn {
    display: block !important;
  }

  .youth-coursesTabs .d-sm-block {
    display: none !important;
  }

  .trending-wrapper .courses-tabs .d-sm-block {
    display: none !important;
  }

  .trending-wrapper .courses-tabs .more-cl-btn {
    display: block !important;
  }

  .trending-wrapper .nav-tabs .dropdown-menu {
    padding: 15px;
  }

  .youth-coursesTabs.courses-tabs .nav-tabs .nav-item .dropdown-menu {
    top: 100% !important;
    left: auto !important;
    right: 0 !important;
    transform: none !important;
    padding: 0 15px;
    min-width: 200px;
  }

  .youth-coursesTabs.courses-tabs .nav-tabs .nav-link.dropdown-toggle::before {
    content: "";
    display: block;
    border-bottom: 2px solid #474747;
    border-right: 2px solid #474747;
    transform: rotateZ(45deg);
    height: 7px;
    width: 7px;
    position: absolute;
    cursor: pointer;
    right: -13px;
    /* top: 19px; */
    transition: all 0.4s ease;
    border-left: transparent;
    border-top: transparent;
  }

  .youth-coursesTabs .dropdown-toggle::after {
    display: none;
  }

  .customBtn {
    top: -8px;
  }

  .introBox {
    min-height: 349px;
  }

  .newsroom-looking {
    min-height: 363px;
  }

  ul.featuredNewsList li .left {
    width: 25%;
  }

  ul.featuredNewsList li .right {
    width: 74%;
  }

  ul.featuredNewsList li .right p {
    font-size: 1.3em;
  }

  .socialmediaList .right p {
    font-size: 1.4em;
  }

  .contact-us .contact-rhs .cnt-email li {
    margin-bottom: 30px;
  }

  .contact-us .contact-lhs {
    margin-top: 20px;
  }

  .newsList .newsWrap .infoWrap {
    min-height: 330px;
  }

  .roundDevelopment .grayBox p {
    font-size: 1.3em;
  }

  .roundLearning .grayBox {
    min-height: 205px;
    padding: 25px;
  }

  .roundLearning .grayBox p {
    font-size: 1.4em;
  }

  .sc-banner .item {
    background-position: 80% 50% !important;
  }

  .scc-banner {
    background-position: 80% 50% !important;
  }

  .crackTheCode-carousel .item .courseDetails .crsDuration span {
    font-size: 1.4em;
    flex: 0 0 110px;
  }

  .crackTheCode-carousel .item .courseDetails a.unableFind {
    font-size: 1.4em;
  }

  .moreLink .btn-link {
    opacity: 1;
  }

  .learning-journey-carousel .owl-prev {
    left: -42px;
  }

  .learning-journey-carousel .owl-next {
    right: -42px;
  }

  .successCard .textArea a {
    opacity: 1;
  }

  #micrositeContent .accessiblity-tools {
    display: block !important;
  }

  #micrositeContent .accessiblity-tools .mouse-trail {
    display: none;
  }

  .cart-products .cart-detail {
    padding: 15px;
  }

  .best-saller-carousel .item .itemHead h3 {
    font-size: 1.6em;
  }

  .domain .d-xl-none {
    display: block !important;
  }
}

@media (max-width: 992px) {
  .ourClient-carousel .client-block {
    padding: 0 7px;
  }

  .paddingtopzero {
    padding-top: 0px !important;
  }

  .home_banner {
    /* margin-top: 54px; */
  }

  /* For UI Change: added for jobs Page banner
#jobsPageBanner {
  background-size: contain !important;
} */
  .know-better-wrap .col-sm-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .know-better h2 {
    text-align: center;
  }

  .know-better p {
    text-align: center;
  }

  .know-better-wrap .row {
    align-items: flex-start;
  }

  .know-better-wrap .col-sm-8 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .platforms ul li a {
    padding: 10px 20px 10px 20px;
    font-size: 1.5em;
  }

  .platforms ul li a .pl-icon {
    display: none;
  }

  .platforms ul li {
    display: inline-block;
    margin-right: 15px;
  }

  .platforms ul li a {
    border: 1px solid #3d3d3d;
  }

  .platforms ul li a:hover {
    box-shadow: none;
    border: 1px solid #2469BC;
  }

  .institutions {
    padding-left: 0;
  }

  .institutions ul li {
    width: 30%;
  }

  .explore-wrapper .col-sm-3 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-bottom: 30px;
  }

  .explore-txt p {
    height: 55px;
  }

  .courses-details {
    height: auto;
    padding: 20px 15px 20px 15px;
  }

  .insti-block .content-block .content-inner {
    height: auto;
  }

  .explore-txt .btn-link {
    opacity: 1;
  }

  .home-carousel .banner-caption h2 {
    font-size: 4em;
  }

  .home-carousel .banner-caption h1 {
    font-size: 4em;
  }

  .searchMain input {
    width: 80%;
  }

  /* For UI Correction: to make search input fields wider on jobs page*/
  .searchDropdown {
    width: 34%;
  }

  .searchMain {
    text-align: left;
    flex-wrap: wrap;
  }

  .searchMain .searchIn {
    width: 100%;
    margin-bottom: 15px;
  }

  .searchMain .searchBtn {
    margin-top: 20px;
  }

  .textArea h2 {
    font-size: 28px !important;
  }

  .job-search {
    margin-top: 55px;
  }

  .divJobSearch {
    padding-bottom: 10px;
    margin-top: 35px;
  }

  .filter-Wrap .col-sm-5 {
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .filter-Wrap .col-sm-5::after {
    display: none;
  }

  .other-filters {
    justify-content: unset;
  }

  .filter-Wrap .col-sm-7 {
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .filter-btn {
    margin-right: 25px;
  }

  .company-ftr .job-requirement {
    width: 385px;
  }

  .job-btns .btn {
    min-width: auto;
    padding: 10px 10px;
  }

  .job-btns .btn:first-child {
    margin-left: 0;
  }

  .email-us .form-control {
    min-width: auto;
  }

  .job-details {
    margin-top: 55px;
  }

  .company-block .img-block {
    width: 200px;
  }

  .requirement-block {
    max-width: auto;
  }

  .requirement-block ul li {
    display: block;
    padding: 0 0 10px 0;
  }

  .similarJobs-img {
    width: 100px;
  }

  .similarJobs-img img {
    display: block;
    width: 100%;
  }

  .similarJobs-list .similarJobs-name p {
    font-size: 1.3em;
  }

  .jobSearch {
    margin-top: 55px;
  }

  .learnSection .learnList {
    margin: 0;
  }

  .testimonials-carousel .row {
    align-items: flex-start;
  }

  .about-banner {
    margin-top: 55px;
  }

  /*.about-banner .banner-caption p { display: none; }*/
  .contactUs-banner {
    margin-top: 55px;
  }

  /* For UI correction :In SE landing page for TCSiON Promise section images size  */
  .tcs-iON-Offerings-gov .img-div img {
    width: 50%;
  }

  .contactUs-banner .banner-caption p {
    display: block;
  }

  .about-text {
    display: block;
  }

  .offers-tabs .nav-link {
    padding: 15px 0 15px 10px;
  }

  .offers-tabs .link-tab {
    width: 35%;
  }

  .offers-tabs .link-content {
    width: 65%;
  }

  .offers-tabs .link-content {
    padding: 30px 15px 0px 30px;
  }

  .question-set .right ul li a {
    font-size: 1.4em;
  }

  .contact-us {
    padding-top: 40px;
  }

  .contact-us .col-sm-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .contact-us .contact-lhs {
    border: none;
  }

  .contact-us .contact-rhs {
    padding: 30px 0 0 0;
  }

  .contact-us .col-sm-9 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .contact-us .contact-rhs img {
    width: 100%;
  }

  .contact-us .contact-rhs .cnt-email {
    display: block;
  }

  .contact-us .contact-rhs .cnt-email li {
    padding: 0 0 30px 0;
  }

  /* For UI Correction : To remove extra space on card */
  .contact-us .contact-rhs .cnt-email li {
    padding: 0px;
  }

  .client-container .client-block .imgBlock img {
    height: 60px;
  }

  .cource-filterby {
    margin-top: 55px;
  }

  .cource-filter {
    justify-content: start;
  }

  .most-viewed .mostView-list li {
    margin: 0 8px 8px 0;
  }

  .platformSolutions-carousel .item {
    padding: 0 20px 20px 20px;
  }

  .exploreProgramsList .col-sm-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .empty-cart {
    margin-top: 55px;
  }

  .cart-wrap {
    margin-top: 55px;
  }

  .cart-wrap .col-sm-8 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .cart-wrap .col-sm-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .price-details {
    margin: 0 0 40px 0;
  }

  .tcs-primary-btn {
    font-size: 1.3em;
    /* width: 100%; */
    margin: 5px 0px;
  }

  .platformSolutions-carousel .solution-block {
    height: auto;
    padding: 110px 20px 20px 20px;
  }

  .feedback-wrapper .col-sm-7 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .feedback-wrapper .col-sm-5 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .feedbackForm {
    padding: 20px;
  }

  .customer-support {
    padding: 20px 30px 20px 30px;
  }

  .myAccordion .card-header {
    padding: 20px 10px 20px 0;
  }

  /**--VOCETIONAL EDUCATION CSS--**/
  .our-purpose-inner .content-wrap {
    width: 100%;
  }

  .our-purpose-inner .proimg-wrap {
    width: 100%;
    position: relative;
    transform: translate(0, 0%);
    padding-bottom: 30px;
    margin-top: 40px;
  }

  .proimg-wrap img {
    width: 80%;
  }

  .our-purpose-inner::before {
    width: 100%;
    height: 445px;
    bottom: 0px;
    top: auto;
    background: none;
  }

  .our-purpose-inner::after {
    display: none;
  }

  .phygital-model .donut-chart-block {
    width: 100%;
  }

  .phygital-model .donut-chart {
    margin: 0 auto;
  }

  .phygital-model .center .centerInside {
    padding: 44px 0 0 79px;
  }

  .phygital-model .center .centerInside h4 {
    display: none;
  }

  .phygital-model .center .centerInside p {
    display: none;
  }

  .our-ecosystem-parameter .center .centerInside h6 {
    font-size: 13px;
  }

  .our-ecosystem-parameter .donut-chart-block {
    width: 100%;
  }

  .our-ecosystem-parameter .donut-chart {
    margin: 0 auto;
  }

  .centers-of-ecellence .donut-chart-block {
    width: 100%;
  }

  .centers-of-ecellence .donut-chart {
    margin: 0 auto;
  }

  .our-ecosystem-parameter .HE-DM .center .centerInside {
    text-align: center;
    padding: 0;
    margin-top: 8%;
  }

  .our-ecosystem-parameter .center .centerInside {
    padding:
      /*0 0 0 42px;*/
      0px;
  }

  .our-ecosystem-parameter .donut-chart #part1 .circle::before,
  .our-ecosystem-parameter .donut-chart.HE-DM #part1 .circle::before {
    transform: rotate(-70deg) scale(0.6);
  }

  .our-ecosystem-parameter .donut-chart #part2 .circle::before,
  .our-ecosystem-parameter .donut-chart.HE-DM #part2 .circle::before {
    transform: rotate(215deg) scale(0.6);
  }

  .our-ecosystem-parameter .donut-chart #part3 .circle::before,
  .our-ecosystem-parameter .donut-chart.HE-DM #part3 .circle::before {
    transform: rotate(-34deg) scale(0.6);
  }

  .our-ecosystem-parameter .donut-chart #part4 .circle::before,
  .our-ecosystem-parameter .donut-chart.HE-DM #part4 .circle::before {
    transform: rotate(74deg) scale(0.7);
  }

  .our-ecosystem-parameter .donut-chart #part5 .circle::before,
  .our-ecosystem-parameter .donut-chart.HE-DM #part5 .circle::before {
    transform: rotate(0deg) scale(0.8);
  }

  .our-ecosystem-parameter .donut-chart #part1 .circle::before,
  .our-ecosystem-parameter .donut-chart.HE-DM #part1 .circle::before {
    top: 10%;
    left: 19%;
  }

  .our-ecosystem-parameter .donut-chart #part2 .circle::before,
  .our-ecosystem-parameter .donut-chart.HE-DM #part2 .circle::before {
    top: 10%;
    left: 19%;
  }

  .our-ecosystem-parameter .donut-chart #part3 .circle::before,
  .our-ecosystem-parameter .donut-chart.HE-DM #part3 .circle::before {
    top: 10%;
    left: 19%;
  }

  .our-ecosystem-parameter .donut-chart #part4 .circle::before,
  .our-ecosystem-parameter .donut-chart.HE-DM #part4 .circle::before {
    top: 10%;
    left: 19%;
  }

  .our-ecosystem-parameter .donut-chart.HELanding #part4 .circle::before {
    transform: rotate(180deg) scale(0.7) !important;
    top: 8% !important;
    left: 10% !important;
  }

  .our-ecosystem-parameter .donut-chart #part5 .circle::before,
  .our-ecosystem-parameter .donut-chart.HE-DM #part5 .circle::before {
    top: 10%;
    left: 19%;
  }


  .our-ecosystem-parameter .donut-chart.govLanding #part1 .circle::before {
    top: 12%;
    left: 17%;
  }

  .our-ecosystem-parameter .donut-chart.govLanding #part2 .circle::before {
    top: 15%;
    left: 11%;
  }

  .our-ecosystem-parameter .donut-chart.govLanding #part3 .circle::before {
    top: 16%;
    left: 16%;
  }

  .our-ecosystem-parameter .donut-chart.govLanding #part4 .circle::before {
    top: 15%;
    left: 8%;
  }

  /*.centers-of-ecellence .donut-chart #part1 .circle::before{ top: 10%; left: 19%;}
	.centers-of-ecellence .donut-chart #part2 .circle::before{ top: 10%; left: 19%;}
	.centers-of-ecellence .donut-chart #part3 .circle::before{ top: 10%; left: 19%;}*/
  .centers-of-ecellence .center {
    width: 130px;
    height: 130px;
  }

  .centers-of-ecellence .center .centerInside {
    padding: 0px 0 0 0;
    margin-top: -7px;
  }

  .centers-of-ecellence .donut-chart #part1 .circle::before,
  .centers-of-ecellence .donut-chart.HE-DL #part1 .circle::before {
    top: 29%;
    left: 0%;
  }

  .centers-of-ecellence .donut-chart #part2 .circle::before,
  .centers-of-ecellence .donut-chart.HE-DL #part2 .circle::before {
    top: 10%;
    left: 10%;
  }

  .centers-of-ecellence .donut-chart #part3 .circle::before,
  .centers-of-ecellence .donut-chart.HE-DL #part3 .circle::before {
    top: 27%;
    left: 2%;
  }

  .he-parameter .donut-chart #part1 .circle::before {
    transform: rotate(-90deg) scale(0.6) !important;
    top: 13%;
    left: 17%;
  }

  .he-parameter .donut-chart.HELanding #part1 .circle::before {
    transform: rotate(-90deg) scale(0.9) !important;
    top: 13%;
    left: 17%;
  }

  .he-parameter .donut-chart #part2 .circle::before {
    transform: rotate(180deg) scale(0.6) !important;
    top: 17%;
    left: 14%;
  }

  .he-parameter .donut-chart.HELanding #part2 .circle::before {
    transform: rotate(180deg) scale(0.6) !important;
    top: 17% !important;
    left: 14% !important;
  }

  .he-parameter .donut-chart #part3 .circle::before {
    transform: rotate(90deg) scale(0.6) !important;
    top: 17%;
    left: 14%;
  }

  .he-parameter .donut-chart.HELanding #part3 .circle::before {
    transform: rotate(90deg) scale(0.6) !important;
    top: 12% !important;
    left: 16% !important;
  }

  .he-parameter .center .centerInside {
    padding: 15px 0 0 0 !important;
  }

  .dm-parameter .donut-chart #part4 .circle::before {
    transform: rotate(0deg) scale(0.6) !important;
    top: 17%;
    left: 14%;
  }

  .ecosystem-content {
    width: 100%;
    padding-right: 70px;
  }

  ul.lest li {
    margin-left: 0px !important;
    margin-top: 20px;
  }

  ul.lest li span {
    display: none;
  }

  .assessment-wrap-left-one .content-wrap {
    width: 100%;
  }

  .assessment-wrap-right .content-wrap {
    width: 100%;
    padding-left: 0px;
  }

  .assessment-wrap-left-two .content-wrap {
    width: 100%;
  }

  .assessment-wrap-left-one .proimg-wrap {
    width: 100%;
    position: relative;
    transform: translate(0, 0%);
    margin-top: 30px;
  }

  .assessment-wrap-right .proimg-wrap {
    width: 100%;
    position: relative;
    transform: translate(0, 0%);
    margin-top: 30px;
  }

  .assessment-wrap-left-two .proimg-wrap {
    width: 100%;
    position: relative;
    transform: translate(0, 0%);
    margin-top: 30px;
  }

  .assessment-wrap-left-one::after {
    width: 100%;
    height: 50%;
  }

  .assessment-wrap-left-two::after {
    width: 100%;
    height: 50%;
  }

  .assessment-wrap-right::after {
    width: 100%;
    height: 50%;
  }

  .assessment-wrap-right.newWrap::after {
    width: 100%;
    height: 80%;
  }

  /* For UI Correction : To avoid extra spacing from the card of goverment sectors card */
  .tcs-iON-Offerings .solution-block {
    height: 250px;
    padding: 110px 20px 20px 20px;
  }

  .tcs-iON-Offerings .solution-block p {
    margin-bottom: 7px;
  }

  .tcs-iON-Offerings .item:hover .solution-block {
    height: auto;
  }

  .tcs-iON-Offerings .solution-block h3 {
    font-size: 1.5em;
  }

  .tcs-iON-Offerings .solution-block a {
    font-size: 1.3em;
    display: inline-block;
  }

  .offers-tabs .link-tab .responsive-tabs.nav-tabs.open>li {
    position: relative;
    z-index: 1;
  }

  .learning-platform h3 {
    font-size: 1.8em;
    font-weight: 700;
  }

  .tabContentInside .col-sm-7 {
    max-width: 100%;
    display: block;
    flex: 0 0 100%;
  }

  .tabContentInside .col-sm-5 {
    max-width: 100%;
    display: block;
    flex: 0 0 100%;
  }

  .offers-tabs .link-content .tab-content {
    height: auto;
  }

  .platform-solution .pl-container {
    display: block;
  }

  .platform-solution .pl-container .left {
    width: 100%;
    margin-left: -54px;
  }

  .platform-solution .pl-container .right {
    width: 100%;
  }

  .platform-solution .pl-container .right ul {
    padding-left: 0px;
  }

  .question .item h1 {
    font-size: 3em;
  }

  .question-set .left {
    display: none;
  }

  .question-set .right {
    padding-left: 0px;
    text-align: center;
    padding-bottom: 20px;
  }

  .question .item {
    padding: 30px 20px 0px 20px;
  }

  .customersSaying .testimonialBanner .col-sm-5 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .customersSaying .testimonialBanner .col-sm-7 {
    max-width: 100%;
    flex: 0 0 100%;
    margin-top: 20px;
  }

  .case-studies .container {
    position: relative;
  }

  .case-studies .container .col-sm-7 {
    max-width: 100%;
    flex: 0 0 100%;
    position: relative;
  }

  .case-studies .container .caseStudiesInner {
    transform: translate(-50%, 0px);
    bottom: 0px;
    width: 90%;
    left: 50%;
    top: 44%;
  }

  .caseStudiesInner p {
    font-size: 1.5em;
  }

  .myAccordion .card-header h5 button {
    font-size: 0.8em;
  }

  .case-studies .container .caseStudiesInner {
    position: relative;
    width: 100%;
  }

  .most-viewed .mostView-list {
    padding-left: 110px;
    position: relative;
  }

  .most-viewed .mostView-list li:first-child {
    position: absolute;
    top: 0px;
    left: 0px;
  }

  .our-purpose-inner {
    height: auto;
  }

  .assessment-wrap-left-one {
    height: auto;
  }

  .assessment-wrap-left-two {
    height: auto;
  }

  .assessment-wrap-right {
    height: auto;
  }

  .assessment-wrap-left-one .proimg-wrap img {
    border-radius: 10px 10px 0 0;
  }

  .assessment-wrap-left-two .proimg-wrap img {
    border-radius: 10px 10px 0 0;
  }

  .assessment-wrap-right .proimg-wrap img {
    border-radius: 10px 10px 0 0;
  }

  .tabContentInside .col-sm-5 .imgG {
    bottom: 0px;
  }

  /* For UI Correction : To make card proper in iPad view */
  .tcs-iON-Offerings-gov .solution-block {
    padding: 110px 10px 20px 10px;
  }

  /* For UI Correction : To make card proper in iPad view */
  .tcs-iON-Offerings-gov .solution-block {
    height: 300px;
  }

  /* For UI Correction : To make card proper in iPad view */
  .tcs-iON-Offerings-gov .solution-block p {
    height: 100px;
  }


  .tcs-iON-Offerings-gov .solution-block a {
    display: inline-block !important;
  }

  .withBest-wrap {
    display: block;
  }

  .withBest-wrap .withBest-text h4 {
    text-align: center;
    margin-bottom: 20px;
  }

  .withBest-wrap .withBest-text h4 br {
    display: none;
  }

  .ptrWithBest-carousel {
    width: 100% !important;
  }

  .partnerContent .ptrInfo h3 {
    font-size: 2.2em;
  }

  .events-carousel .item {
    padding: 0 10px;
  }

  .events .owl-next {
    right: -5px;
  }

  .events .owl-prev {
    left: -45px;
  }

  .platform-solution .pl-container .right ul li .psIcon {
    top: auto;
  }

  .platform-solution .pl-container .right ul li .text a {
    display: inherit;
  }

  .vocational-quick-links.fixed {
    top: 55px;
  }

  .platformTestimonialsCarousel {
    padding: 0 30px;
  }

  .reasonToBelievePoints .col-sm-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .rightPlanWrap .col-sm-4 {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 30px;
  }

  .platformDetailGvtSec .col-sm-4 {
    width: 60%;
    max-width: 60%;
  }

  .platformSolutionsGovt .institutions-carousel .insti-block .content-block .content-inner {
    height: auto;
  }

  #testimonialsModalCenter .modal-dialog {
    max-width: 70%;
  }

  #exampleModalCenter .modal-dialog {
    max-width: 70%;
  }

  .hideInner {
    width: 100%;
  }

  .recForm label {
    font-size: 1.2em;
  }

  .recForm .form-control {
    font-size: 1.2em;
  }

  .partnerContatct .contact-rhs .cnt-email li {
    display: inline-block;
    width: 49%;
  }

  .client-carousel .owl-nav {
    top: 36%;
  }

  /* For UI Correction : Provided height auto to avoid big hieght in mobile devices */
  .tcs-iON-Offerings .col-sm-4 {
    margin: 0px 0px 30px 0px;
    height: auto;
  }

  .question .owl-dots {
    margin-left: -20px;
  }

  .ourClient-carousel {
    padding: 0;
  }

  .ourClient-carousel .item {
    gap: 10px;
  }

  .platformDetail-txt h3 {
    position: relative;
    padding-left: 40px;
    margin-top: 40px;
  }

  .platformDetail-txt h3 span {
    position: absolute;
    left: 0px;
  }

  .platformDetail-carousel .col-sm-6 {
    display: block;
    width: 100%;
    flex: none;
    max-width: 100%;
  }

  .youthTab {
    margin-top: 30px;
    z-index: auto;
  }

  .youthTab ul {
    flex-wrap: wrap;
  }

  .youthTab ul li {
    width: 310px;
    margin-bottom: 20px;
  }

  .gallery div::before {
    padding-top: 200px;
  }

  .career-question .col-sm-4 {
    flex: auto;
    max-width: 100%;
  }

  .career-question .col-sm-4 img {
    display: inline-block;
    width: 71%;
  }

  .career-question .col-sm-8 {
    flex: auto;
    max-width: 100%;
    margin-top: 40px;
  }

  .gTest .row-cols-5>* {
    flex: auto;
    max-width: 33%;
  }

  .steps p {
    font-size: 1.5em;
  }

  .roundedArrow {
    width: 110px;
    top: 0px;
  }

  .roundedArrow1 {
    width: 110px;
  }

  .tableArea {
    width: 100%;
    overflow-x: scroll;
  }

  .tableArea table {
    width: 1000px;
  }

  .bannerList i svg {
    width: 28px;
  }

  ul.bannerList li {
    margin: 0 40px 0 0;
  }

  ul.bannerList li h4 {
    font-size: 1.8em;
  }

  ul.bannerList li p {
    font-size: 1.3em;
  }

  ul.tucareers li {
    font-size: 2em;
  }

  ul.tucareers li i svg {
    width: 160px;
  }

  .white-bg-tabs .tab-content h1 {
    font-size: 2.4em;
  }

  .nqtJobs .col-sm-2 {
    flex: 0 0 30.666667%;
    max-width: 30.666667%;
    margin-bottom: 20px;
  }

  .landYourDreamJob .jobSteps li .drowLine1 {
    display: none;
  }

  .landYourDreamJob .jobSteps li .drowLine2 {
    display: none;
  }

  .landYourDreamJob .jobSteps {
    flex-wrap: wrap;
  }

  .landYourDreamJob .jobSteps li {
    width: 22%;
    margin-bottom: 20px;
  }

  /* For UI Correction : Removing d-none as text was following same line on mobile devices */
  section h2 br {
    /* display: none; */
  }

  .whatDoYouGet ul {
    flex-wrap: wrap;
  }

  .whatDoYouGet ul li {
    width: 48%;
    margin-bottom: 25px;
  }

  .collaborators-carousel .item {
    /* height: 418px; */
    height: auto;
    height: 418px;
  }

  .getHired ul {
    flex-wrap: wrap;
  }

  .getHired ul li {
    width: 28%;
  }

  .popularPacks .modal-dialog {
    width: 100%;
  }

  .popularPacks .modal-body .packsPointers .listHead.border-bottom-0 {
    border-bottom: 1px solid #dadde9 !important;
  }

  .popularPacks .modal-body .packsPointers .col-sm-4:last-child .listHead {
    border-bottom: none !important;
  }

  .introBox {
    min-height: 295px;
  }

  .intro .col-sm-3 {
    max-width: 50%;
    flex: 0 0 50%;
  }

  .newsroom-looking {
    min-height: 360px;
  }

  .featuredNewssec .col-sm-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  ul.featuredNewsList li .right {
    padding: 60px 20px 10px 20px;
  }

  ul.featuredNewsList li .right p {
    font-size: 1.6em;
  }

  .in-social-media .col-sm-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .socialmediaList .right {
    padding: 50px 20px 10px 20px;
  }

  .socialmediaList .right p {
    font-size: 1.6em;
  }

  .media-contant .col-sm-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .newsSearch-wrapper {
    display: block;
  }

  .newsSearch-wrapper .newsSearch .form-control {
    width: 100%;
    margin-bottom: 20px;
  }

  .newsFilters .filter-btn {
    width: 100%;
    margin: 0 0 20px 0;
  }

  .newsList .col-sm-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .allTags ul li a {
    font-size: 1.2em;
    padding: 5px 10px;
    margin: 0 5px 13px 0;
  }

  .newsList .newsWrap a {
    position: relative;
    bottom: 0;
    left: 0;
  }

  .allTags h3 {
    font-size: 2em;
    margin: 30px 0 20px 0;
  }

  .allTags p {
    font-size: 1.6em;
  }

  .news-details {
    height: 400px;
  }

  .news-caption .newsDetails .newsTag {
    font-size: 1.2em;
  }

  .news-caption .newsDetails h2 {
    font-size: 2.4em;
    margin-top: 20px;
  }

  .news-caption .newsDetails p {
    font-size: 1.4em;
    margin-bottom: 30px;
  }

  .allNewsDetails p {
    font-size: 1.4em;
  }

  .allNewsDetails h3 {
    font-size: 2em;
  }

  .allNewsDetails .imgBlock .imgCaption {
    font-size: 1.4em;
  }

  .newsList .newsWrap .infoWrap {
    min-height: auto;
  }

  .roundDevelopment .col-sm-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .roundDevelopment .grayBox {
    padding: 20px;
  }

  .holisticLearning .col-sm-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .holisticLearning .left {
    width: 15%;
  }

  .successStories .col-sm-3 {
    flex: 0 0 50%;
    max-width: 50%;
    margin-top: 30px;
  }

  .successCard .textArea {
    min-height: 209px;
  }

  .tabInset h3 {
    margin-top: 0px;
  }

  ul.topBannerList li {
    margin: 0px 10px;
    width: 195px;
  }

  ul.topBannerList li::after {
    right: 0px;
  }

  .significanceOfCoding .sc-skills li {
    margin-bottom: 30px;
  }

  .simplifiedCoding-inner .col-sm-4 {
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0 auto;
  }

  .simplifiedCoding-inner .col-sm-4 .imgBlock {
    margin-bottom: 25px;
  }

  .simplifiedCoding-inner .col-sm-8 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .accessOtherAreas .col-sm-2 {
    display: none;
  }

  .accessOtherAreas .col-sm-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .tchNqt-carousel.question {
    padding: 0px 20px;
  }

  .tchNqt-carousel.question .owl-prev {
    left: -44px;
  }

  .tchNqt-carousel.question .owl-next {
    right: -5px;
  }

  .coding-wrap .row {
    align-items: start;
  }

  .smWrapper {
    top: 90px;
  }

  .programsList-block .program-detail .price-wrap {
    height: 60px;
  }

  .hover-block .text-block {
    height: auto;
  }

  .text-block .btn-wrap {
    bottom: 20px;
  }

  .courses-tabs .nav-tabs .nav-link.dropdown-toggle::before {
    content: "";
    display: block;
    border-bottom: 2px solid #474747;
    border-right: 2px solid #474747;
    transform: rotateZ(45deg);
    height: 7px;
    width: 7px;
    position: absolute;
    cursor: pointer;
    right: -13px;
    top: 21px;
    transition: all 0.4s ease;
    border-left: transparent;
    border-top: transparent;
  }

  .courses-tabs .nav-tabs .nav-link.dropdown-toggle.active::before {
    border-bottom: 2px solid #2469BC;
    border-right: 2px solid #2469BC;
  }

  .courses-tabs .nav-tabs .nav-link.dropdown-toggle::after {
    display: none;
  }

  .courses-tabs .nav-tabs .d-xl-none .nav-link.active:after {
    display: none;
  }

  .cartHead {
    justify-content: flex-start;
  }

  .cartHead a {
    margin-left: 20px;
  }
}

@media (min-width: 768px) {
  .offers-tabs .link-tab .responsive-tabs.nav-tabs {
    display: block;
  }

  .offers-tabs .link-tab .responsive-tabs.nav-tabs>li {
    display: block;
  }

  .mobile-quick-links {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .offers-tabs .link-tab .responsive-tabs.nav-tabs {
    display: block;
    flex-wrap: none;
  }

  .home-carousel .item:after {
    content: ''
  }

  .more-cl-btn {
    display: block;
  }

  .exploreProgramsList .programsHeads .lhs-txt {
    display: block;
  }

  .exploreProgramsList .programsHeads .lhs-txt .hintIcon {
    height: 22px;
    width: 22px;
    margin: 0 5px 0 0;
  }

  .exploreProgramsList .programsHeads .lhs-txt span {
    font-size: 1.4em;
  }
}

@media only screen and (max-device-width: 680px) and (orientation: landscape) {
  ul.topBannerList li {
    margin: 0px 10px !important;
    width: 145px !important;
  }

  ul.topBannerList li::after {
    height: 40px !important;
    width: 1px !important;
    top: 10px !important;
    right: -10px !important;
    left: inherit !important;
  }

  .roundLearning .grayBox {
    min-height: 249px !important;
  }
}

@media (max-width: 799px) {

  .container,
  .container-sm {
    max-width: 92% !important;
  }

  .institutions .col-sm {
    display: block;
  }

  .rightFilterDiv {
    justify-content: space-between;
  }

  #exampleModalCenter .modal-dialog {
    max-width: 60%;
  }

  #audioModalCenter .modal-dialog {
    max-width: 60%;
  }

  .tcs-iON-Offerings .img-div img {
    width: 68%;
  }
}

@media (max-height: 768px) {
  .filterOverlay {
    overflow: scroll;
  }

  .filterOverlay .filterPopup {
    height: auto;
  }
}

@media (max-width: 767px) {

  /* For UI Correction:  Added height for rupee symbol For Jobs Page*/
  #divLearner .currency-rupee {
    height: 16px;
  }

  .enquire-main::after {
    content: ''
  }

  .otherName a.play {
    top: -10px;
  }

  #exampleModalCenterimg img {
    margin: 0% 0% !important;
    width: 327px !important;
  }

  /* For UI Change: added for jobs Page banner
  #jobsPageBanner {
    background-size: contain !important;
  } */

  .our-purpose-inner::before {
    width: 100%;
    height: 250px;
    bottom: 0px;
    top: auto;
    /* For UI Correction: Content is overlapping the blue box in VE */
    background: none;
  }

  .tcs-iON-Offerings .img-div {
    width: 49%;
  }

  /* FOR UI Correction : To make modal height adequate in case of mobile view in testimonials */
  #exampleModalCenter .modal-content {
    height: 400px;
  }

  /* FOR UI Correction : To make modal height adequate in case of mobile view in testimonials */
  #exampleModalCenter .embed-responsive.embed-responsive-16by9 {
    height: 94%;
  }

  .testimonialBlock .collaboratorsBlock {
    background: #ffffff;
    box-shadow: 0px 4px 32px rgba(60, 100, 177, 0.24);
    padding: 20px;
    height: 400px;
  }

  .smWrapper {
    top: 62px;
    right: 0;
    width: 100%;
  }

  .exploreProgramsFilter {
    justify-content: space-between;
    clear: both;
  }

  .exploreProgramsFilter .filter {
    padding: 0 40px 0 40px;
  }

  .tcs-share {
    position: absolute;
    right: 15px;
  }

  .events .owl-next {
    right: -5px;
  }

  .events .owl-prev {
    left: -45px;
  }

  .breadcrumbs ul li a {
    font-size: 0.8em;
  }

  .home_banner {
    min-height: 500px;
  }

  /* For UI correction: In SE page The Banner Image is not looking correct, the character image is getting cut--made 80% */
  .home-carousel .item {
    background-position: 80% 50% !important;
    padding-top: 110px;
  }

  .home-carousel .banner-caption {
    height: 500px;
    justify-content: flex-end;
    padding-bottom: 50px;
    position: relative;
    z-index: 999;
  }

  .home-carousel .banner-caption h2 {
    font-size: 32px;
  }

  .home-carousel .banner-caption h1 {
    font-size: 32px;
  }

  .home-carousel .banner-caption p {
    font-size: 13px;
  }

  .home-carousel .banner-caption p br {
    display: none;
  }

  .banner-btns {
    display: flex;
  }

  .banner-btns .tcs-primary-btn {
    width: auto;
  }

  #custom-owl-dots.owl-dots {
    margin-top: -35px;
    text-align: center;
  }

  /* #custom-owl-dots .owl-dot {width: 24px; height: 2px; background: #ddc2b7;} */
  /* #custom-owl-dots .owl-dot.active span {display: none;} */
  /* #custom-owl-dots .owl-dot.active {width: 24px; height: 2px; border: none;} */

  .platforms {
    padding-bottom: 10px;
  }

  .platforms h3 {
    font-size: 16px;
  }

  .platforms ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .platforms ul li {
    width: 48%;
    margin: 0;
  }

  .platforms ul li a {
    width: 100%;
    font-size: 14px;
    text-align: center;
    padding: 10px 0;
  }

  .learners-wrappre .container {
    padding: 0;
  }

  .learners-inner h2 {
    padding: 0 15px;
  }

  .learners-inner p {
    margin: 0;
    padding: 0 15px;
  }

  .courses-tabs {
    padding-top: 25px;
  }

  .courses-tabs .nav-tabs {
    padding: 0 15px;
  }

  .courses-tabs .nav-tabs .nav-link {
    font-size: 16px;
  }

  .courses-tabs .nav-tabs .nav-link.dropdown-toggle::before {
    content: "";
    display: block;
    border-bottom: 2px solid #474747;
    border-right: 2px solid #474747;
    transform: rotateZ(45deg);
    height: 7px;
    width: 7px;
    position: absolute;
    cursor: pointer;
    right: -13px;
    top: 21px;
    transition: all 0.4s ease;
    border-left: transparent;
    border-top: transparent;
  }

  .courses-tabs .nav-tabs .nav-link.dropdown-toggle.active::before {
    border-bottom: 2px solid #2469BC;
    border-right: 2px solid #2469BC;
  }

  .courses-tabs .nav-tabs .nav-link.dropdown-toggle::after {
    display: none;
  }

  .courses-tabs .nav-tabs .d-xl-none .nav-link.active:after {
    display: none;
  }

  .courses-tabs .nav-tabs .nav-item {
    margin-right: 20px;
  }

  .courses-tabs .nav-tabs .nav-item .dropdown-menu {
    top: 100% !important;
    left: -150px !important;
    right: 0 !important;
    transform: none !important;
    padding: 0 15px;
    min-width: 200px;
  }

  .courses-details h2 {
    padding: 0;
  }

  .courses-details p {
    padding: 0;
  }

  .view-all {
    text-align: center;
    padding: 0;
  }

  .institutions-carousel {
    padding: 20px 0 20px 15px;
  }

  .institutions-wrappre .container {
    padding: 0;
  }

  .insti-block .content-block .content-inner p {
    margin-bottom: 15px;
  }

  .join-wrappre .desktop-img {
    display: none;
  }

  .join-wrappre .mobile-img {
    display: block;
    height: 350px;
    position: relative;
  }

  .join-wrappre .join-inner {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 30px;
    bottom: 40px;
    padding: 20px 30px 20px 20px;
  }

  .join-wrappre .join-inner h2 {
    font-size: 20px;
  }

  .join-wrappre .join-inner .btn-primary {
    font-size: 14px;
  }

  .why-tcs .mobile-view {
    display: block;
    padding-bottom: 20px;
  }

  .why-tcs .desktop-view {
    display: none;
  }

  .explore-wrapper {
    padding-top: 20px;
  }

  .explor-tcs h2 {
    text-align: left;
  }

  .explor-tcs p {
    font-size: 14px;
    text-align: left;
    height: auto;
  }

  .explore-wrapper .col-sm-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .enquire-main {
    background-position: 66% 0 !important;
  }

  .jobs-carousel .item {
    background-position: 66% center !important;
  }

  .textArea h2 {
    font-size: 24px !important;
  }

  .textArea p {
    font-size: 16px !important;
  }

  .learnSection .learnList {
    margin: 0;
    text-align: center;
  }

  .learnSection .learnList ul {
    padding-left: 0px;
    margin-top: 25px;
  }

  .findWrap .findContent ul {
    padding: 0px;
  }

  .jobsTile {
    padding-left: 50px;
  }

  .jobsTile span {
    left: 25px;
  }

  .searchMain {
    text-align: center;
    border-radius: 10px;
    display: block;
    position: relative;
  }

  .jobSearch {
    margin-top: 55px;
  }

  .jobSearch .content {
    padding: 20px 0px 40px 0;
  }

  .searchMain span svg {
    width: 15px;
    position: absolute;
    top: 20px;
    left: 16px;
    z-index: 1;
    margin: 0;
  }

  .searchMain input {
    width: 100%;
    margin-left: 0;
    border-radius: 39px;
    padding: 0.375rem 2rem;
  }

  /* .searchMain input:focus { border: 1px solid #ccc; } */
  .searchDropdown {
    width: 100%;
    margin-bottom: 15px;
  }

  .searchFilter-btn {
    width: 100%;
    text-align: left;
  }

  .searchMain .tcs-primary-btn {
    margin-top: 15px;
  }

  .testimonialBanner {
    padding: 30px 20px;
  }

  .testiContant p {
    font-size: 1.4em;
    margin: 0;
  }

  .testiContant .testiName p {
    margin: 0;
    font-size: 1.2em;
  }

  .hiringSection .owl-prev {
    left: 0;
  }

  .hiringSection .owl-next {
    right: 0;
  }

  .hiringSection .item {
    padding: 20px;
  }

  .topRoles .textArea .tabSet ul {
    padding: 0px;
  }

  .topRoles .textArea .tabSet ul li {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0px;
  }

  .trendingWrap .trendingInner .textArea {
    height: auto;
  }

  .divJobSearch .search {
    height: 40px;
  }

  .filter-btn {
    height: 40px;
    margin: 0 10px 12px 0;
    font-size: 1.2em;
  }

  .filter-btn.dropdown-toggle::after {
    top: 16px;
  }

  .moreFilters a {
    font-size: 1.4em;
  }

  .other-filters {
    flex-wrap: wrap;
  }

  .other-filters .show .filter-btn.dropdown-toggle::after {
    top: 19px;
  }

  .moreFilters {
    margin-top: 0;
    display: none !important;
  }

  .job-sort .filter-btn {
    height: 40px;
    width: 158px;
  }

  .job-sort .filter-btn.dropdown-toggle::after {
    top: 16px;
  }

  .job-sort .show .filter-btn.dropdown-toggle::after {
    top: 19px;
  }

  .company-head {
    display: block;
    padding: 0;
  }

  .company-name {
    display: block;
  }

  .company-logo {
    padding: 0;
  }

  .company-logo img {
    display: block;
    margin: 0 auto;
  }

  .job-name h3 {
    margin-top: 10px;
    text-align: center;
  }

  .job-name .posted-by {
    padding: 0 0 10px 0;
    text-align: center;
  }

  .apply-date {
    text-align: center;
  }

  .company-ftr {
    display: block;
  }

  .company-ftr .job-requirement {
    width: auto;
  }

  .company-ftr .job-requirement ul li {
    padding-right: 15px;
  }

  .company-ftr .job-requirement ul li span {
    padding-right: 3px;
  }

  .job-btns {
    text-align: center;
    padding-top: 20px;
  }

  .job-header .job-result h2 {
    font-size: 2.4em;
  }

  .job-details {
    padding: 30px 0 40px 0;
  }

  .job-block {
    display: block;
  }

  .company-block {
    align-items: flex-start;
  }

  .company-block .img-block {
    width: 140px;
  }

  .jobname-block {
    padding-left: 20px;
  }

  .jobname-block h2 {
    font-size: 2em;
  }

  .posted-block li {
    font-size: 1.1em;
    display: block;
    padding: 0 0 10px 0;
  }

  .posted-block li:first-child {
    border: none;
  }

  .date-block {
    text-align: center;
  }

  .date-block p {
    font-size: 1.2em;
    margin: 10px 0 0 0;
    text-align: center;
    display: inline-block;
  }

  .ftr-block {
    display: block;
  }

  .btns-block {
    margin-top: 20px;
  }

  .requirement-block ul li {
    font-size: 1.4em;
  }

  .btns-block .btn {
    font-size: 1.4em;
    min-width: 110px;
  }

  .btns-block .btn:first-child {
    margin-left: 0;
  }

  .job-summary h3 {
    font-size: 2em;
  }

  .about-company .company-wrap .com-details ul {
    display: block;
  }

  .about-company .company-wrap {
    display: block;
    text-align: left;
  }

  .about-company .company-wrap .com-details {
    padding: 0;
  }

  .about-company .company-wrap .com-details h4 {
    text-align: left;
    font-size: 1.6em;
    padding-top: 10px;
  }

  .jobinfo-block .skills-list li {
    margin: 0 10px 10px 0;
  }

  .similar-jobs {
    border-left: none;
    padding-left: 0;
  }

  .products-inner h3 {
    font-size: 2em;
  }

  .job-network h2 {
    font-size: 2.4em;
  }

  .join-img {
    text-align: center;
    margin-top: 20px;
  }

  .suitedJob-carousel .owl-dots {
    bottom: 0;
  }

  .topTrending-carousel .owl-dots {
    bottom: -15px;
  }

  .learnSection .learnList ul li {
    font-size: 1.4em;
  }

  .findJobs {
    margin-top: 20px;
  }

  .about-banner {
    background-position: 75% 50% !important;
  }

  .contactUs-banner {
    background-position: 75% 50% !important;
  }

  .about-text p {
    font-size: 1.4em;
  }

  .offers-tabs {
    display: block;
  }

  .offers-tabs .link-tab {
    width: 100%;
    border-bottom: 1px solid #cccccc;
  }

  .offers-tabs .nav-link {
    padding: 8px 15px;
  }

  .offers-tabs .nav-link.active {
    box-shadow: none;
    position: relative;
  }

  .offers-tabs .nav-tabs .nav-item {
    background: #ffffff;
    margin: 0;
    border: 1px solid #cccccc;
    border-collapse: collapse;
  }

  .offers-tabs .nav-tabs::after {
    content: "";
    display: block;
    border-bottom: 2px solid #2469BC;
    border-right: 2px solid #2469BC;
    border-top: none;
    border-left: none;
    transform: rotateZ(45deg);
    height: 7px;
    width: 7px;
    position: absolute;
    cursor: pointer;
    right: 20px;
    top: 20px;
    transition: all 0.4s ease;
    z-index: 2;
  }

  .offers-tabs .nav-tabs.removeDrpdwnArrow::after {
    content: "";
    display: block;
    border-bottom: none !important;
    border-right: none !important;
    border-top: none;
    border-left: none;
    transform: rotateZ(45deg);
    height: 7px;
    width: 7px;
    position: absolute;
    cursor: pointer;
    right: 20px;
    top: 20px;
    transition: all 0.4s ease;
    z-index: 2;
  }


  .offers-tabs .link-content {
    width: 100%;
    padding: 20px;
  }

  .offers-tabs .link-content .tab-content {
    height: auto;
    overflow-y: hidden;
  }

  .offers-tabs .link-content p {
    font-size: 1.4em;
  }

  .tcsion-partner .enquire-wrap {
    height: 300px;
  }

  /* Partner with us changes start */
  .imgBlock {
    padding: 5px;
    flex: 0 0 33.33%;
    width: 33.33%;
  }

  .imgBlock img {
    width: 100%;
  }

  .owl-carousel .owl-item .imgBlock img {
    width: 75%;
    margin: 0 auto;
  }

  /* Partner with us changes end */

  .client-container {
    flex-wrap: wrap;
    padding: 0;
  }

  .clients-wrapper .courses-tabs .nav-tabs {
    width: 141px;
  }

  .client-container .client-block {
    gap: unset;
    flex-basis: 34%;
  }

  .client-container .client-block .imgBlock {
    margin-bottom: 20px;
    width: 100%;
  }

  /*.contact-us .contact-rhs img {
        width: 40%;
    }*/
  .contact-us .contact-rhs img {
    width: 100%;
  }

  .view-all a {
    font-size: 1.3em;
  }

  .view-all a .arrow {
    top: 4px;
    right: -10px;
  }

  .link-wrap h2 {
    font-size: 2em;
    margin-bottom: 25px;
  }

  .link-wrap .link-list h3 {
    font-size: 1.5em;
  }

  .ourClient-carousel .client-block {
    display: block;
    width: 50%;
    margin: 0 auto;
  }

  .growing-carousel .inner-count h3 {
    font-size: 1.8em;
    padding: 20px 0 0 0;
  }

  .growing-carousel .inner-count p {
    font-size: 1.4em;
  }

  .cource-filter {
    display: block;
  }

  .filterDropdown .dropdown-label {
    border: 1px solid #cccccc;
    border-radius: 40px;
    margin-bottom: 10px;
  }

  .filterDropdown .dropdown-list {
    width: 100%;
    top: 45px;
  }

  .most-viewed .mostView-list li {
    display: block;
    text-align: center;
  }

  .exploreProgramsList h2 {
    font-size: 2.2em;
  }

  .programsList-block .program-detail .price-wrap .crs-tag p {
    padding-left: 0px;
  }

  .crs-tag {
    min-width: 43%;
  }

  .programsList-block .program-detail .price-wrap .price-tag span {
    font-size: 0.9em;
  }

  .programsList-block .program-detail .price-wrap .price-tag p {
    padding-right: 0px;
    font-size: 1.2em;
  }

  .programsList-block .program-detail .price-wrap .price-tag p span:before {
    bottom: -4px;
  }

  .text-block .guided-shorts p {
    padding-left: 0px;
  }

  .text-block .price-wrap .price-tag p {
    padding-left: 0px;
    font-size: 1.6em;
  }

  .exploreProgramsList .col-sm-4 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .cartHead h2 {
    font-size: 3em;
  }

  .cart-wrap .main-error {
    padding: 8px 5px;
    font-size: 1.2em;
  }

  .cart-products .cart-list {
    display: block;
  }

  .cart-products .cart-list .cart-img {
    width: 100%;
  }

  .cart-products .cart-detail {
    width: 100%;
    padding: 15px;
  }

  .cart-products .cart-detail .courseName {
    display: block;
    margin-bottom: 10px;
  }

  .cart-products .cart-detail .offer-wrap .offer-applied {
    display: block;
  }

  .proceedToPayment .modal-body .applyCouponFinal {
    display: block;
    text-align: center;
  }

  .price-details table tr th {
    font-size: 1.2em;
  }

  .price-details table tr td {
    font-size: 1.2em;
  }

  .price-details table tr td.couponDiscount {
    font-size: 1.2em;
  }

  .price-details p {
    font-size: 1.2em;
  }

  .programsList-block .program-detail h3 {
    font-size: 1.6em;
  }

  .text-block h3 {
    font-size: 1.6em;
  }

  .programsList-block .program-detail {
    padding: 10px 10px;
  }

  .programsList-block .program-detail .segment-wrap .segment {
    padding: 3px 8px;
  }

  .cart-products .cart-detail .courseName h3 {
    margin-bottom: 15px;
  }

  .hover-block {
    padding: 50px 10px 20px 10px;
  }

  .divContactUs {
    background-position: 30% 50% !important;
  }

  .feedbackForm .form-control {
    font-size: 1.4em;
    margin-bottom: 15px;
  }

  .feedbackForm h3 {
    font-size: 1.8em;
  }

  .customer-support h3 {
    font-size: 1.8em;
  }

  .customer-support ul li .cnt-text p {
    font-size: 1.6em;
  }

  .customer-support h4 {
    font-size: 1.6em;
  }

  .myAccordion .card-header h5 button {
    font-size: 15px;
  }

  .myAccordion .card-body {
    font-size: 14px;
  }

  .tcs-iON-Offerings .col-sm-4 {
    width: 100%;
    max-width: 100%;
  }

  .tcs-iON-Offerings .col-sm-4:nth-child(2) {
    margin: 40px 0px;
  }

  .phygital-model .donut-chart {
    width: 200px;
    height: 200px;
  }

  .phygital-model .portion-block {
    clip: rect(0px, 200px, 200px, 100px);
  }

  .phygital-model .circle {
    clip: rect(0px, 100px, 200px, 0px);
  }

  .phygital-model .center {
    width: 160px;
    height: 160px;
  }

  .phygital-model .centerInside h4 {
    display: none;
  }

  .phygital-model .centerInside p {
    display: none;
  }

  .phygital-model .phygital-model .center .centerInside h6 {
    font-size: 0.8em;
  }

  .phygital-model .center .centerInside {
    padding: 14px 10px 0 37px;
  }

  .our-ecosystem-parameter .donut-chart {
    width: 200px;
    height: 200px;
  }

  .our-ecosystem-parameter .portion-block {
    clip: rect(0px, 200px, 200px, 100px);
  }

  .our-ecosystem-parameter .circle {
    clip: rect(0px, 100px, 200px, 0px);
  }

  .our-ecosystem-parameter .center {
    width: 100px;
    height: 100px;
    font-size: 24px;
  }

  .our-ecosystem-parameter .HE-DM .center .centerInside {
    text-align: center;
    padding: 0;
    margin-top: 7%;
  }

  .our-ecosystem-parameter .centerInside h4 {
    display: none;
  }

  .our-ecosystem-parameter .centerInside p {
    display: none;
  }

  .our-ecosystem-parameter .center .centerInside h6 {
    font-size: 0.5em;
  }

  .our-ecosystem-parameter .center .centerInside {
    padding: 0;
  }

  .our-ecosystem-parameter .HE-DA .center .centerInside {
    margin-top: 3%;
  }


  /* dig assessment icon css for mobile view */
  .digital-assessment-parameter .donut-chart #part1 .circle::before {
    height: 22px !important;
    width: 27px !important;
    top: 13% !important;
    left: 24% !important;
  }

  .digital-assessment-parameter .donut-chart #part2 .circle::before {
    height: 22px !important;
    width: 27px !important;
    top: 13% !important;
    left: 24% !important;
  }

  .digital-assessment-parameter .donut-chart #part3 .circle::before {
    height: 22px !important;
    width: 27px !important;
    top: 13% !important;
    left: 24% !important;
  }

  .digital-assessment-parameter .donut-chart #part4 .circle::before {
    height: 22px !important;
    width: 27px !important;
    top: 13% !important;
    left: 24% !important;
  }

  .digital-assessment-parameter .donut-chart #part5 .circle::before {
    height: 22px !important;
    width: 27px !important;
    top: 13% !important;
    left: 24% !important;
  }

  .digital-assessment-parameter .donut-chart #part6 .circle::before {
    height: 22px !important;
    width: 27px !important;
    top: 13% !important;
    left: 24% !important;
  }


  .our-ecosystem-parameter .donut-chart #part1 .circle::before,
  .our-ecosystem-parameter .donut-chart.HE-DM #part1 .circle::before {
    transform: rotate(-70deg) scale(0.5);
    top: 6%;
    left: 16%;
  }

  .our-ecosystem-parameter .donut-chart #part2 .circle::before,
  .our-ecosystem-parameter .donut-chart.HE-DM #part2 .circle::before {
    transform: rotate(215deg) scale(0.5);
    top: 8%;
    left: 15%;
  }

  .our-ecosystem-parameter .donut-chart #part3 .circle::before,
  .our-ecosystem-parameter .donut-chart.HE-DM #part3 .circle::before {
    transform: rotate(-34deg) scale(0.5);
    top: 8%;
    left: 16%;
  }

  .our-ecosystem-parameter .donut-chart #part4 .circle::before,
  .our-ecosystem-parameter .donut-chart.HE-DM #part4 .circle::before {
    transform: rotate(74deg) scale(0.5);
    top: 10%;
    left: 14%;
  }

  .our-ecosystem-parameter .donut-chart #part5 .circle::before,
  .our-ecosystem-parameter .donut-chart.HE-DM #part5 .circle::before {
    transform: rotate(0deg) scale(0.6);
    top: 8%;
    left: 16%;
  }


  .our-ecosystem-parameter .donut-chart.govLanding #part1 .circle::before {
    transform: rotate(-70deg) scale(0.5);
    top: 7%;
    left: 14%;
  }

  .our-ecosystem-parameter .donut-chart.govLanding #part2 .circle::before {
    transform: rotate(215deg) scale(0.5);
    top: 10%;
    left: 5%;
  }

  .our-ecosystem-parameter .donut-chart.govLanding #part3 .circle::before {
    transform: rotate(-34deg) scale(0.5);
    top: 12%;
    left: 12%;
  }

  .our-ecosystem-parameter .donut-chart.govLanding #part4 .circle::before {
    transform: rotate(74deg) scale(0.5);
    top: 12%;
    left: 3%;
  }


  .our-ecosystem-parameter .donut-chart.HELanding #part1 .circle::before {
    transform: rotate(-70deg) scale(0.5);
    top: 7%;
    left: 14%;
  }

  .our-ecosystem-parameter .donut-chart.HELanding #part2 .circle::before {
    transform: rotate(215deg) scale(0.5);
    top: 10%;
    left: 5%;
  }

  .our-ecosystem-parameter .donut-chart.HELanding #part3 .circle::before {
    transform: rotate(-266deg) scale(0.5) !important;
    top: 6% !important;
    left: 8% !important;
  }

  .our-ecosystem-parameter .donut-chart.HELanding #part4 .circle::before {
    transform: rotate(74deg) scale(0.5);
    top: 8%;
    left: 3%;
  }

  .centers-of-ecellence .donut-chart {
    width: 200px;
    height: 200px;
  }

  .centers-of-ecellence .portion-block {
    clip: rect(0px, 200px, 200px, 100px);
  }

  .centers-of-ecellence .circle {
    clip: rect(0px, 100px, 200px, 0px);
  }

  .centers-of-ecellence .center {
    width: 100px;
    height: 100px;
  }

  .centers-of-ecellence .centerInside h4 {
    display: none;
  }

  .centers-of-ecellence .centerInside p {
    display: none;
  }

  .centers-of-ecellence .center .centerInside h6 {
    font-size: 0.4em;
  }

  .centers-of-ecellence .center .centerInside {
    padding: 0px 10px 0 21px;
  }

  .centers-of-ecellence .donut-chart #part1 .circle::before {
    transform: rotate(-70deg) scale(0.5);
    top: 24%;
    left: -8%;
  }

  .centers-of-ecellence .donut-chart #part2 .circle::before {
    transform: rotate(215deg) scale(0.5);
    top: 6%;
    left: -2%;
  }

  .centers-of-ecellence .donut-chart #part3 .circle::before {
    transform: rotate(70deg) scale(0.5);
    top: 23%;
    left: -7%;
  }

  .centers-of-ecellence .donut-chart.HE-DL #part1 .circle::before {
    transform: rotate(-70deg) scale(0.5);
    top: 24%;
    left: -8%;
  }

  .centers-of-ecellence .donut-chart.HE-DL #part2 .circle::before {
    transform: rotate(215deg) scale(0.5);
    top: 6%;
    left: -2%;
  }

  .centers-of-ecellence .donut-chart.HE-DL #part3 .circle::before {
    transform: rotate(70deg) scale(0.5);
    top: 23%;
    left: -7%;
  }

  ul.lest1 li i {
    left: -25px;
  }

  ul.lest1 {
    padding-left: 20px;
  }

  ul.lest1 li {
    padding-left: 25px;
  }

  ul.lest1 li i svg {
    height: 26px;
  }

  .ecosystem-content {
    width: 100%;
    padding-right: 0px;
  }

  ul.lest {
    padding-left: 0px;
  }

  .tabContentInside .col-sm-5 img {
    margin-top: 0px;
    width: 50%;
    margin: 0 auto;
  }

  .assessment-wrap-left-one::after {
    width: 100%;
    height: 75%;
  }

  .assessment-wrap-left-two::after {
    width: 100%;
    height: 75%;
  }

  .assessment-wrap-right::after {
    width: 100%;
    height: 75%;
  }

  .proimg-wrap img {
    width: 100%;
  }

  .assessment-wrap-left-one {
    padding: 50px 0px 0px 0px;
  }

  .assessment-wrap-left-two {
    padding: 50px 0px 0px 0px;
  }

  .assessment-wrap-right {
    padding: 50px 0px 0px 0px;
  }

  .question-set .right ul li {
    padding: 15px 0px;
    margin: 0;
    width: 100%;
  }

  .question-set .right ul li a {
    padding: 10px 15px;
    width: 100%;
    display: block;
  }

  /* .question .item { padding: 20px 0px 0px 0px;} */
  .question .item h1 {
    font-size: 2.6em;
  }

  .case-studies .item {
    min-height: 300px;
  }

  .caseStudiesInner p {
    font-size: 1.3em;
  }

  .testiName a {
    font-size: 1.3em;
  }

  .testiName a:nth-child(2) {
    margin-bottom: 15px;
  }

  .desktop-quick-links {
    display: none !important;
  }

  .mobile-quick-links {
    width: 100%;
    margin: 15px 0px;
    padding: 10px;
    font-size: 1.5em;
  }

  .mobile-quick-links option {
    font-size: 1em;
  }

  .tcs-iON-Offerings-gov .solution-block {
    height: auto;
    padding: 110px 20px 20px 20px;
  }

  .tcs-iON-Offerings-gov .solution-block a {
    font-size: 1.3em;
    display: inline-block;
  }

  .platform-solution .pl-container .right ul li .text h4 {
    font-size: 1.4em;
  }

  .platform-solution .pl-container .right ul li .text {
    padding: 20px;
  }

  .platform-solution .pl-container .right ul li .psIcon {
    top: 40px;
    left: 0px;
  }

  .platform-solution .pl-container .right ul li .psIcon svg {
    height: 20px;
  }

  .tcs-iON-Offerings-gov .col-sm-4 {
    width: 100%;
    margin-bottom: 20px;
    max-width: 100%;
  }

  .myAccordion .card-header button.collapsed .iconPlus,
  .myAccordion .card-header button .iconMinus {
    right: -10px;
  }

  .most-viewed .mostView-list {
    padding-left: 0;
    position: relative;
  }

  .most-viewed .mostView-list li:first-child {
    position: relative;
    margin-bottom: 15px;
  }

  .partnerShipWrap .item {
    width: 48%;
    margin: 0 0 10px 0;
  }

  .partnerShipWrap .nav {
    justify-content: space-between;
  }

  .partnerShipWrap .item:nth-child(5) {
    margin: 0 0 10px 0;
  }

  .partnerShipWrap .item p {
    font-size: 1.2em;
  }

  .partnerContent h2 {
    margin: 30px 0;
  }

  .partnerContent .ptrInfo {
    padding: 20px 20px;
    min-height: auto;
    margin-bottom: 20px;
  }

  .partnerContent .ptrInfo h3 {
    font-size: 2.1em;
  }

  .partnerContent .ptrInfo ul li {
    font-size: 1.4em;
  }

  .ptrBtn {
    margin-top: 20px;
  }

  /* For UI Correction : Form was not having the scrollbar, to fix this added css */

  .partnerWithUsForm {
    overflow: auto !important;
  }

  .partnerWithUsForm .form-control {
    font-size: 1.4em;
    margin-bottom: 10px;
  }

  .partnerWithUsForm .form-group span.forEg {
    bottom: -17px;
    font-size: 1em;
  }

  .tAndcWrap p {
    font-size: 1.4em;
  }

  .tAndcWrap .form-check-label {
    font-size: 1.4em;
  }

  /* .testimonialBanner .owl-carousel .owl-item img{margin-bottom: 20px;} */
  .vocational-quick-links.fixed {
    top: 56px;
  }

  /* For UI Correction : To make icon overlapping issue fix on features card */
  .platformDetail-txt {
    margin: 25px;
  }

  .testiWrap {
    display: block;
  }

  .testiWrap .testiWords {
    padding-top: 10px;
  }

  .testiWrap .testiWords p {
    padding: 0;
    border-left: 0;
  }

  .reasonToBelievePoints .col-sm-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .rightPlanWrap .col-sm-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .platformSolutionsGovt .institutions-carousel {
    max-width: unset;
    padding: 0;
  }

  .platformSolutionsGovt .owl-prev {
    left: -20px;
  }

  .platformSolutionsGovt .owl-next {
    right: -20px;
  }

  /* For UI Correction: To make extra height in texts of testimonials card*/
  .textTest {
    min-height: 200px;
  }

  .collaborators-img {
    margin-top: 0;
  }

  .recForm .form-control {
    font-size: 1.2em;
  }

  .testimonialsFilter {
    display: block;
  }

  .testimonialsSearch {
    position: relative;
    margin-bottom: 25px;
  }

  .testimonialsSearch input {
    display: block;
    width: 100%;
  }

  .testimonialsFilter .filterOption {
    margin-left: 1px;
  }

  .filterOverlay .filterPopup {
    width: 100%;
  }

  .segmentDiv ul li {
    width: 100%;
  }

  .segmentDiv ul li a {
    font-size: 1.4em;
    width: 100%;
  }

  .about-banner .banner-caption h2 {
    font-size: 3.2em;
  }

  .about-banner .banner-caption p {
    font-size: 1.4em;
  }

  #testimonialsModalCenter .modal-dialog {
    max-width: 90%;
  }

  #exampleModalCenter .modal-dialog {
    max-width: 90%;
  }

  .form-check {
    padding-left: 0px;
  }

  .filterOverlay .popupInside {
    width: 90%;
  }

  .hiddenDiv ul li {
    margin-right: 0px;
    width: 100%;
    margin-bottom: 15px;
  }

  .hiddenDiv ul li .btn {
    width: 100%;
  }

  .he-parameter .donut-chart #part1 .circle::before {
    transform: rotate(-90deg) scale(0.6);
    top: 9%;
    left: 13%;
  }

  .he-parameter .donut-chart #part2 .circle::before {
    transform: rotate(180deg) scale(0.5);
    top: 11%;
    left: 12%;
  }

  .he-parameter .donut-chart #part3 .circle::before {
    transform: rotate(90deg) scale(0.6);
    top: 11%;
    left: 12%;
  }

  .he-parameter .center .centerInside {
    padding: 0 0 0 0 !important;
  }

  .partnerContatct .contact-rhs .cnt-email li {
    display: block;
    width: 100%;
  }

  #exampleModalCenter .modal-dialog {
    max-width: 80%;
  }

  #audioModalCenter .modal-dialog {
    max-width: 80%;
  }

  .dm-parameter .donut-chart #part4 .circle::before {
    transform: rotate(0deg) scale(0.6) !important;
    top: 11%;
    left: 12%;
  }

  .kf-parameter .donut-chart #part4 .circle::before {
    transform: rotate(0deg) scale(0.6) !important;
  }

  .kf-parameter .donut-chart.HELanding #part4 .circle::before {
    transform: rotate(0deg) scale(0.6) !important;
  }

  .whyDigiAssessment ul li {
    width: 50%;
  }

  .whyDigiAssessment ul li span {
    font-size: 1.4em;
  }

  .platformDetail-txt h3 {
    font-size: 1.4em;
  }

  .platformDetail-txt ul li {
    font-size: 1.4em;
  }

  #tcs-scrollUp {
    right: 13px;
  }

  .sortList {
    position: absolute;
    top: 14px;
    left: 15px;
    right: auto;
  }

  .platformDetail-txt ul {
    padding: 10px 0 0 45px;
  }

  .btnList {
    padding-left: 0;
  }

  .btnList li {
    margin-right: 0px;
  }

  .youthTab {
    z-index: auto;
  }

  .youthTab ul li {
    width: 100%;
  }

  .careerCard {
    width: 100%;
  }

  .partners-carousel .owl-prev {
    left: -30px;
  }

  .partners-carousel .owl-next {
    right: -30px;
  }

  .trandingTabInset {
    padding: 20px 0;
  }

  .stepTowards .courses-tabs .nav-tabs {
    padding: 0;
  }

  .shareWrap {
    width: 320px;
    right: 15px;
  }

  .trandingTabInset .text-block .btn-wrap .btn {
    width: 105px;
  }

  .gTest .row-cols-5>* {
    max-width: 100%;
  }

  .gTest .col .box {
    min-height: auto;
  }

  .gTest .col .box p {
    margin-bottom: 0px;
  }

  .roundedArrow {
    display: none;
  }

  .roundedArrow1 {
    display: none;
  }

  .stepList ul {
    padding: 0px;
  }

  .stepList ul li {
    width: 100%;
    margin: 0px;
    border-bottom: 1px solid #cccccc;
    padding: 10px 0px;
  }

  .stepList ul li::after {
    display: none;
  }

  .stepList ul li:first-child {
    border: none;
  }

  ul.bannerList {
    margin-top: 14px;
  }

  ul.bannerList li {
    width: 24%;
    margin: 0px;
  }

  ul.tucareers {
    padding: 0px;
  }

  ul.tucareers li {
    margin: 0px;
  }

  ul.tucareers li i {
    display: block;
    margin-top: 10px;
  }

  .introBox {
    min-height: inherit;
  }

  .introBox p {
    margin-bottom: 0px;
  }

  .white-bg-tabs {
    padding-top: 50px;
  }

  .white-bg-tabs .nav-tabs .nav-link {
    padding: 10px 10px;
    font-size: 1.5em;
  }

  .customBtn {
    top: -55px;
  }

  .white-bg-tabs .tab-content h1 {
    font-size: 2em;
    margin-top: 15px;
  }

  .banner-caption .testDate li {
    display: block;
    margin-bottom: 10px;
    padding: 0;
  }

  .banner-caption .testDate li:first-child {
    border-right: none;
  }

  .nqtJobs .col-sm-2 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .landYourDreamJob .jobSteps li {
    width: 100%;
    margin-bottom: 30px;
  }

  .landYourDreamJob .jobSteps li:last-child {
    margin-bottom: 0;
  }

  .corporatesWrap li {
    width: 49%;
  }

  .certified-carousel .owl-prev {
    left: -30px;
  }

  .certified-carousel .owl-next {
    right: -30px;
  }

  .topJobs-wrap .text-wrap p {
    font-size: 1.4em;
    margin-top: 15px;
  }

  .topJobs-wrap .text-wrap h3 {
    font-size: 2em;
  }

  .topJobs-wrap .text-wrap ul li {
    font-size: 1.4em;
  }

  .whatDoYouGet ul li {
    width: 100%;
    min-height: 160px;
  }

  .whatDoYouGet ul li h4 {
    font-size: 1.5em;
  }

  .whatDoYouGet ul li p {
    font-size: 1.3em;
  }

  .whatDoYouGet ul li a {
    font-size: 1.4em;
  }

  .popularPacks-carousel .item {
    box-shadow: 0px 1px 10px rgba(0, 80, 149, 0.2);
  }

  .popularPacks-carousel .owl-prev {
    left: -43px;
  }

  .popularPacks-carousel .owl-next {
    right: -15px;
  }

  .jobPlacements-carousel .owl-prev {
    left: -30px;
  }

  .jobPlacements-carousel .owl-next {
    right: -30px;
  }

  .getHired ul li {
    width: 100%;
  }

  .introBox {
    min-height: inherit;
    margin-top: 20px;
  }

  .intro .col-sm-3 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .tcsion-partner .item {
    background-position: 70% 50% !important;
  }

  .newsroom-looking {
    min-height: inherit;
  }

  ul.featuredNewsList li .left {
    width: 100%;
  }

  ul.featuredNewsList li .right {
    width: 100%;
  }

  .socialmediaList .left {
    width: 100%;
    height: auto;
  }

  .socialmediaList .right {
    width: 100%;
  }

  .media-contant .col-sm-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .inTheNews .col-sm-8 {
    border-right: none;
  }

  .our-offerings .col-sm-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .news-details {
    height: auto;
  }

  .news-caption .newsDetails {
    margin-top: 20px;
  }

  .allTags ul li {
    display: block;
  }

  .allTags ul li a {
    padding: 5px 4px;
    margin: 0 0 13px 0;
    width: 100%;
  }

  /*.learning-journey-carousel .item{padding: 25px;}*/
  .learning-journey-carousel .owl-prev {
    left: -44px;
  }

  .learning-journey-carousel .owl-next {
    right: -13px;
  }

  .tchNqt-carousel.question .owl-prev {
    left: -44px;
  }

  .tchNqt-carousel.question .owl-next {
    right: -5px;
  }

  .roundDevelopment .col-sm-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .holisticLearning .left {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: -20px;
  }

  .holisticLearning .left img {
    width: 50%;
    display: inline-block;
  }

  .holisticLearning .right {
    width: 100%;
    height: auto;
  }

  .successStories .col-sm-3 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 30px;
  }

  ul.topBannerList {
    width: 100%;
  }

  ul.topBannerList li {
    margin: 10px 0px;
    width: 100%;
  }

  ul.topBannerList li::after {
    height: 1px;
    width: 70%;
    left: 0px;
    bottom: -13px;
    top: inherit;
  }

  .question-set .right {
    text-align: center;
    padding-bottom: 15px;
  }

  .gallery img {
    width: 30%;
  }

  .vd-name {
    width: 68%;
    display: inline-block;
    font-size: 0.8em;
  }

  .successCard .textArea a {
    opacity: 1;
  }

  .tabInset h3 {
    margin-top: 0px;
  }

  .sc-banner .item {
    background-position: 80% 50% !important;
  }

  .scc-banner {
    background-position: 80% 50% !important;
  }

  .significanceOfCoding .sc-skills li {
    width: 100%;
  }

  .significanceOfCoding .sc-skills li:last-child {
    margin-bottom: 0;
  }

  .coding-wrap .txtBlock p {
    font-size: 1.4em;
    margin: 10px 0;
  }

  .crackTheCode .grades-select {
    width: 100%;
  }

  .crackTheCode-carousel .owl-prev {
    left: -34px;
  }

  .crackTheCode-carousel .owl-next {
    right: -34px;
  }

  .simplifiedCoding-inner .col-sm-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .simplifiedBlock h3 {
    font-size: 1.6em;
  }

  .simplifiedBlock p {
    font-size: 1.4em;
  }

  .futureProof .rhsTxtBlock ul li {
    font-size: 1.6em;
  }

  .inAssociation .imgBlock img {
    display: block;
    margin: 10px auto 0;
  }

  .accessOtherAreas .col-sm-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .accessOtherAreas .areasBlock {
    margin-bottom: 20px;
  }

  .calenderWrap .selectCalender .tableWrap table tbody td .sessionWrap {
    width: 110px;
  }

  .calenderWrap .monthNdate {
    display: block;
  }

  .calenderWrap .monthNdate .monthWrap .showMonth {
    margin-bottom: 15px;
  }

  .calenderWrap .monthNdate .dateWrap .form-group {
    margin-bottom: 0;
    display: flex;
    align-items: center;
  }

  .learningJourney h3 {
    margin-top: 20px;
  }

  .learningJourney .learning-journey-carousel {
    padding: 15px;
  }

  .crackTheCode-carousel .item .courseDetails .crsPriceDiv .priceTag p {
    font-size: 1.4em;
  }

  .crackTheCode-carousel .item .courseDetails .crsPriceDiv .priceLinks a {
    font-size: 1.2em;
  }

  .tabInset img {
    margin-bottom: 20px;
  }

  .cart-products .cart-detail .price span.perUnit {
    display: block;
  }

  .resubscribeDropdown .dropdown-menu a {
    font-size: 1.2em;
  }

  .best-saller-carousel .item {
    min-height: 700px;
  }

  .best-saller-carousel .owl-prev {
    left: -30px;
  }

  .best-saller-carousel .owl-next {
    right: -30px;
  }

  .exploreLearningPrograms {
    padding-top: 75px !important;
  }

  .cource-filterby {
    display: none;
  }

  .most-viewed {
    display: none;
  }

  .mobileFilter {
    display: block;
    height: auto;
    width: 100%;
    position: relative;
    left: 0%;
    top: 5px;
    z-index: 9;
  }

  .mobileTab {
    display: block;
    width: 100%;
    height: 0;
    opacity: 0;
    overflow: hidden;
    margin-top: 0px;
    padding: 0px;
    transition: all 1s ease;
  }

  .mobileTab .tab {
    float: left;
    width: 43%;
    height: auto;
    border-radius: 0px;
  }

  .mobileTab .tab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 12px 0 12px 12px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 1.4em;
    border-radius: 4px;
  }

  .mobileTab .tab button:hover {
    background-color: #ffffff;
  }

  .mobileTab .tab button.active {
    background-color: #ffffff;
  }

  .mobileTab .tabcontent {
    float: left;
    padding: 20px 10px 20px 20px;
    width: 57%;
    border-left: none;
    height: 350px;
    border-radius: 0;
    text-align: left;
    background: #ffffff;
  }

  .mobileTab .tabcontent p {
    text-align: left;
  }

  .filterCheckbox .checkbox-custom-label {
    margin-top: 20px;
  }

  .mobileFilterDiv {
    display: block;
    width: 100%;
    text-align: left;
    position: relative;
    margin-bottom: 20px;
  }

  .mobileFilterDiv .filterbtn {
    display: inline-block;
    padding: 0px 30px;
    font-size: 1.4em;
    color: #000000;
    height: 40px;
    line-height: 40px;
    background: #ffffff;
    box-shadow: 0px 0px 8px rgba(228, 17, 101, 0.1);
    border-radius: 39px;
    text-decoration: none;
  }

  .showDropdown {
    height: 350px;
    opacity: 1;
  }

  .bottomBtn {
    position: absolute;
    bottom: 0;
    right: 0;
    width: auto;
  }

  .bottomBtn ul {
    display: block;
    text-align: right;
    padding-right: 15px;
  }

  .bottomBtn ul li {
    display: inline-block;
  }

  .bottomBtn ul li a {
    padding: 0 10px;
    font-size: 1.4em;
  }

  .tabViewLink {
    font-size: 1.4em;
    margin-top: 15px;
  }

  .divJobSearch .search {
    font-size: 1.2em;
  }

  .divJobSearch a {
    line-height: 40px;
  }

  .select {
    width: 100%;
    margin-right: 0px;
  }

  .job-search {
    display: none !important;
  }

  .job-header {
    padding: 0px;
    position: relative;
  }

  .mobileSearchDiv {
    display: block;
    position: relative;
    padding-top: 70px;
  }

  .mobileSearchDiv .form-group {
    position: relative;
  }

  .job-result {
    display: none;
  }

  .job-result-mobile {
    display: block;
  }

  .job-result-mobile h2 {
    text-align: left;
  }

  .job-result-mobile p {
    text-align: left;
  }

  .job-sort {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 10;
  }

  .filterRadio ul li .radcheck {
    left: 0px;
  }

  .filterRadio ul li label {
    padding: 0px 0px 0px 30px;
  }

  .shareWrapStamp {
    top: 65px;
    right: -35px;
  }

  #divInstitutions .institutions-carousel .owl-next {
    right: 0px;
  }
}

@media screen and (max-device-width: 650px) and (orientation: landscape) {
  .hover-block {
    padding: 50px 10px 20px 10px;
  }

  .programsList-carousel .item:hover .programsList-block {
    min-height: 490px;
  }
}

@media screen and (max-device-width: 850px) and (orientation: landscape) {
  .filterOverlay .filterPopup {
    overflow: auto !important;
  }

  .fltPopBtns {
    position: static;
  }

  .fltPopBtns ul {
    padding: 0px;
  }

  .segmentDiv ul li a {
    font-size: 1.4em;
  }
}

@media screen and (max-device-width: 750px) and (orientation: landscape) {
  .home_banner {
    min-height: auto;
  }

  .home-carousel .banner-caption {
    height: 320px;
  }

  .home-carousel .banner-caption.school-children {
    height: 440px;
  }

  .filterOverlay .filterPopup {
    overflow: auto;
  }
}

@media (max-width: 500px) {
  .courses-btn .btn-primary {
    padding: 8px 12px;
    font-size: 1.2em;
  }

  .img-wrap span {
    font-size: 1.2em;
  }

  /* For UI Correction : Enterprise UI correction on login */

  .enterpriseSection {
    flex-direction: column-reverse;
    gap: 10px;
  }

  .job-btns .btn {
    padding: 10px 6px;
    margin-left: 10px;
  }

  .courses-details {
    padding: 20px 10px 20px 10px;
  }

  .programsList-carousel .owl-prev {
    left: -30px;
  }

  .programsList-carousel .owl-next {
    right: -30px;
  }

  .best-saller-carousel .owl-prev {
    left: -30px;
  }

  .best-saller-carousel .owl-next {
    right: -30px;
  }

  .tcs-iON-Offerings .img-div {
    width: 73%;
  }

  /* .partnerShipWrap .item {width: 137px;} */

  .youth-coursesTabs.courses-tabs .nav-tabs .nav-link.dropdown-toggle::before {
    top: 19px;
  }
}

@media (max-width: 390px) {

  /* .partnerShipWrap .item { margin: 10px 5px; } */
  /* .partnerShipWrap .item:nth-child(5) {margin: 10px 5px; } */
  .testimonialsFilter .filterOption {
    padding: 0 13px 0 30px;
  }

  .testimonialsFilter .filterOption a i {
    position: absolute;
    margin-left: -19px;
  }

  .segmentDiv ul li {
    padding-bottom: 5px;
  }

  .segmentDiv h4 {
    font-size: 1.5em;
    color: #fff;
  }

  .fltPopBtns ul {
    padding: 0px;
  }

  .fltPopBtns ul li {
    margin-right: 10px;
  }

  .audioRec {
    font-size: 1.3em;
  }

  .audioRec .recLabel span {
    margin: 0 3px;
  }

  .filterOverlay .popupInside a {
    position: absolute;
    top: 25px;
    right: 10px;
  }

  .trending-wrapper .courses-tabs .nav-tabs .nav-item {
    margin: 0 10px;
  }
}

@media (max-width: 360px) {

  /* .partnerShipWrap .item {width: 137px;} */
  .cartHead h2 {
    font-size: 2.3em;
  }

  .text-block .btn-wrap .btn {
    width: 90px;
    font-size: 1.2em;
  }

  .programsList-block .program-detail .segment-wrap .segment {
    font-size: 1.2em;
  }

  .programsList-carousel .item span.learningProgram {
    font-size: 1.2em;
    left: 8px;
    padding: 3px 6px 5px 6px;
  }

  .programsList-carousel .item span.assesmentProducts {
    font-size: 1.2em;
    left: 8px;
    padding: 3px 6px 5px 6px;
  }

  .programsList-carousel .item span.contestProducts {
    font-size: 1.2em;
    left: 8px;
    padding: 3px 6px 5px 6px;
  }


  .programsList-block .program-img .icon-wrap {
    right: 0;
  }

  .programsList-carousel .item:hover .programsList-block .program-img .icon-wrap {
    right: 15px;
  }

  .best-saller-carousel .item {
    min-height: 740px;
  }
}

/* For UI Correction: To make cart icons color proper in theme mode when item is already in cart */
.yellow-const .programsList-block .program-img .icon-wrap .cart-icon.wishlistShow svg .st9,
.blue-const .programsList-block .program-img .icon-wrap .cart-icon.wishlistShow svg .st9 {
  fill: black;
  stroke: black;
}

.yellow-const .testiContant p,
.blue-const .testiContant p {
  color: #FFFFFF;
}

.yellow-const .lmBtn #loadLess {
  background: #1F1F1F;
  border: 1px solid #FFFF42;
}

.yellow-const .lmBtn .noContent {
  color: #FFFFFF !important;
}

.yellow-const .lmBtn #loadLess:hover {
  background: #FFFF42;
  border: 1px solid #FFFF42;
  color: #0F0F0F;
}

.yellow-const .collaboratorsBlock .textTest a.click {
  color: #FFFF42;
}

.yellow-const .offers-tabs .nav-tabs::after {
  /* content: ''; */

  /*For UI Correction : In About us page on offerings, arrow was coming*/
  display: block;
  border-bottom: 2px solid #2469BC;
  border-right: 2px solid #2469BC;
  border-top: none;
  border-left: none;
  transform: rotateZ(45deg);
  height: 7px;
  width: 7px;
  position: absolute;
  cursor: pointer;
  right: 20px;
  top: 20px;
  transition: all 0.4s ease;
  z-index: 2;
}

.yellow-const .owl-carousel .owl-prev,
.yellow-const .owl-carousel .owl-next {
  background: #FFFF42;
  border: 0.5em solid #7e7e3f;
}

.yellow-const .owl-carousel .owl-prev:after,
.yellow-const .owl-carousel .owl-next:after {
  border-top: 3px solid #000000;
  border-right: 3px solid #000000;
}

.blue-const .owl-carousel .owl-prev,
.blue-const .owl-carousel .owl-next {
  background: #15F1FF;
  border: 0.5em solid #34676a;
}


.blue-const .owl-carousel .owl-prev:after,
.blue-const .owl-carousel .owl-next:after {
  border-top: 3px solid #000000;
  border-right: 3px solid #000000;
}

.blue-const .collaboratorsBlock .textTest a.click {
  color: #15F1FF;
}

/* For UI Correction : The contrast color yellow is not looking correct */
.yellow-const .offers-tabs .link-content p,
.yellow-const .offers-tabs .link-content h4 {
  color: #ffffff !important;
}

/* For UI Correction : The contrast color yellow is not looking correct */
.blue-const .offers-tabs .link-content p,
.blue-const .offers-tabs .link-content h4 {
  color: #ffffff !important;
}

/* For UI Correction : To avoid modal text color as white */
#textModalCenter p,
#textModalCenter h4 {
  color: black !important;
}

.yellow-const #textModalCenter p,
.yellow-const #textModalCenter h4,
.blue-const #textModalCenter p,
.blue-const #textModalCenter h4 {
  color: white !important;
}

/* For UI Correction : The contrast color yellow is not looking correct */
.blue-const .offers-tabs .link-content p a {
  color: #15F1FF;
}

/* For UI Correction : The contrast color yellow is not looking correct */
.yellow-const .offers-tabs .link-content p a {
  color: #FFFF42;
}

/* For UI correction in aboutus page */

.yellow-const .offers-tabs .nav-link {
  color: #ffffff;
  background: #000000;
}

/* For UI correction in aboutus page */
.blue-const .offers-tabs .nav-link {
  color: #ffffff;
  background: #000000;
}


.yellow-const .customer-support ul li .cnt-text p,
.blue-const .customer-support ul li .cnt-text p {
  color: #FFFFFF;
}

.yellow-const .customer-support ul li .cnt-text a,
.blue-const .customer-support ul li .cnt-text a {
  color: #FFFFFF;
}

/* For UI Correction : To make the HE title on testimonial cards lie on side by side */

.collaborators-carousel .collaborators-img img,
.owl-carousel .collaborators-img img {
  display: inline-block !important;
}

.yellow-const .testiName a.caseStudiesAction:hover {
  color: #FFFF42 !important;
}

.blue-const .testiName a.caseStudiesAction:hover {
  color: #15F1FF !important;
}

.yellow-const .home-carousel .owl-dot.active span {
  border-left: 3px solid #000000 !important;
}

.blue-const .home-carousel .owl-dot.active span {
  border-left: 3px solid #000000 !important;
}

.faq-section .card-body a.click {
  font-size: inherit;
  color: #2469BC;
  font-weight: 700;
  text-decoration: underline;
}

.yellow-const .faq-section .card-body a.click {
  color: #FFFF42;
}

.yellow-const .faq-section .card-body a.click:hover {
  color: #FFFF42;
}

.blue-const .faq-section .card-body a.click {
  color: #15F1FF;
}

.blue-const .faq-section .card-body a.click:hover {
  color: #15F1FF;
}

.programsList-carousel .item:hover .wishlist-icon {
  display: inline-block;
}

div#registerAccount label span {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  color: #2469BC;
}


.yellow-const .centers-of-ecellence .ecosystem-content,
.blue-const .centers-of-ecellence .ecosystem-content {
  background-color: #1F1F1F !important;
}

.yellow-const .centers-of-ecellence,
.blue-const .centers-of-ecellence {
  background: #1F1F1F;
}

/* For UI Correction : To maintain CSS for products card */
/* resubscribe button - start */
.btn.reSubscribeBtn {
  position: relative;
  margin-right: 5px;
}

.reSubsOption {
  position: absolute;
  top: -110px;
  left: -6px;
  background-color: #fff;
  text-align: left;
  min-width: 120px;
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 1px 0px 4px rgba(0, 0, 0, 0.2);
  display: none;
}

.reSubsOption li {
  border-bottom: 1px solid #ddd;
  padding: 7px 12px;
  color: #333;
  font-size: 12px;
  cursor: pointer;
}

.reSubsOption li:first-child {
  border-radius: 5px 5px 0px 0px;
}

.reSubsOption li:last-child {
  border-bottom: none;
  border-radius: 0px 0px 5px 5px;
}

.reSubsOption li:hover {
  background-color: #f6f6f6;
}

ul.reSubsOption:after,
ul.reSubsOption:before {
  bottom: -20px;
  left: 42%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

ul.reSubsOption:before {
  border-color: rgba(212, 210, 210, 0);
  border-top-color: #ccc;
  border-width: 10px;
  margin-bottom: 0;
}

ul.reSubsOption:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 11px;
  margin-left: -1px;
}

.text-block .stampAction {
  display: flex;
  justify-content: space-between;
  /*padding-bottom: 20px;*/
}

.text-block .stampAction .btn {
  width: 140px;
  font-size: 1.4em;
  color: #fff;
  background-color: #2469BC;
  border-color: #2469BC;
  border-radius: 8px;
  padding: 8px 0;
}

.text-block .stampAction .btn:hover {
  background-color: #FFFFFF;
  border-color: #2469BC;
  color: #2469BC;
}

.text-block .stampAction .btn:first-child {
  background: #FFFFFF;
  color: #2469BC;
}

.text-block .stampAction .btn:first-child:hover {
  color: #fff;
  background-color: #2469BC;
  border-color: #2469BC;
}

.programsList-block .program-img .icon-wrap .wishlist-icon.added,
.programsList-block .program-img .icon-wrap .cart-icon.added {
  display: inline-block;
  cursor: default;
  background: #2469BC;
}

.programsList-block .program-img .icon-wrap .wishlist-icon.added svg,
.programsList-block .program-img .icon-wrap .cart-icon.added svg {
  fill: #fff;
  stroke: #ffffff;
}

.yellow-const .programsList-carousel .programsList-block .program-img .icon-wrap .cart-icon.added {
  background: #FFFF42;
}

.yellow-const .programsList-carousel .programsList-block .program-img .icon-wrap .cart-icon.added svg {
  fill: #0F0F0F;
  stroke: black;
}

.yellow-const .programsList-carousel .programsList-block .program-img .icon-wrap .wishlist-icon.added {
  background: #FFFF42;
}

.yellow-const .programsList-carousel .programsList-block .program-img .icon-wrap .wishlist-icon.added svg {
  fill: #0F0F0F;
  stroke: black;
}

.blue-const .programsList-carousel .programsList-block .program-img .icon-wrap .wishlist-icon.added {
  background: #15F1FF;
}

.blue-const .programsList-carousel .programsList-block .program-img .icon-wrap .wishlist-icon.added svg {
  fill: #0F0F0F;
  stroke: black;
}

.blue-const .programsList-carousel .programsList-block .program-img .icon-wrap .cart-icon.added {
  background: #15F1FF;
}

.blue-const .programsList-carousel .programsList-block .program-img .icon-wrap .cart-icon.added svg {
  fill: #0F0F0F;
  stroke: black;
}

.blue-const .text-block .stampAction {
  display: flex;
  justify-content: space-between;
  /*padding-bottom: 20px;*/
}

.blue-const .text-block .stampAction .btn {
  width: 140px;
  font-size: 1.4em;
  color: #fff;
  background-color: #15F1FF;
  border-color: #15F1FF;
  border-radius: 8px;
  padding: 8px 0;
}

.blue-const .text-block .stampAction .btn:hover {
  background-color: #FFFFFF;
  border-color: #15F1FF;
  color: black;
}

.blue-const .text-block .stampAction .btn:first-child {
  background: black;
  color: #15F1FF;
}

.blue-const .text-block .stampAction .btn:first-child:hover {
  color: black;
  background-color: #15F1FF;
  border-color: #15F1FF;
}

.yellow-const .text-block .stampAction {
  display: flex;
  justify-content: space-between;
  /*padding-bottom: 20px;*/
}

.yellow-const .text-block .stampAction .btn {
  width: 140px;
  font-size: 1.4em;
  color: #fff;
  background-color: #FFFF42;
  border-color: #FFFF42;
  border-radius: 8px;
  padding: 8px 0;
}

.yellow-const .text-block .stampAction .btn:hover {
  background-color: #FFFFFF;
  border-color: #FFFF42;
  color: black;
}

.yellow-const .text-block .stampAction .btn:first-child {
  background: black;
  color: #FFFF42;
}

.yellow-const .text-block .stampAction .btn:first-child:hover {
  color: black;
  background-color: #FFFF42;
  border-color: #FFFF42;
}

#divTestimonials .container iframe {
  width: 446px;
  height: 350px;
}

@media (min-width: 992px) and (max-width:1200px) {
  #divTestimonials .container iframe {
    width: 328px;
  }
}

@media (min-width: 669px) and (max-width:799px) {
  #divTestimonials .container iframe {
    width: 490px;
    height: 278px;
  }
}

@media (min-width: 564px) and (max-width:610px) {
  #divTestimonials .container iframe {
    width: 390px;
    height: 278px;
  }
}

@media (max-width:563px) {
  #divTestimonials .container iframe {
    width: 232px;
    height: 236px;
  }
}

@media (min-width: 575px) and (max-width:768px) {
  .platformSolutions .solutions-tile {
    min-height: 104px;
  }
}

@media (max-width: 540px) {
  .share_wrapper .shareWrap {
    right: 0px;
  }

  .share_wrapper .smWrapper {
    right: 0px;
    top: 20px;
  }

  .inner-banner-caption {
    justify-content: end;
    padding-bottom: 20px;
  }

  /* Our Clients changes start   */
  .owl-carousel .owl-item .imgBlock img {
    width: 100%;
  }

  /* Our Clients changes end   */
  .ihcCourseDetails .col-sm-3 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .ihcCourseDetails .col-sm-3:last-child {
    margin-bottom: 0px;
  }

  .creditsScore {
    padding: 30px 0px 0px;
  }

  .ihc-product .padding-20 {
    padding: 10px 20px;
    border-right: 0px dotted #2469BC;
    border-bottom: 1px dotted #2469BC;
  }

  .ihc-product .padding-20:last-child {
    border-bottom: 0px dotted #2469BC;
  }

  .ihc-product .img-wrap img {
    width: 100%;
  }

  .ihc-product .ourClient-carousel .item {
    width: 80%;
  }

  .ihc-product .platforms ul li {
    width: 100%;
  }

  .ihc-product .collaborators-img {
    width: 50%;
    display: block;
    margin: 0 auto 20px;
  }

  .ihc-product .otherName {
    padding: 0px;
    width: 100%;
  }

  .ihc-product .recommendedFor {
    padding-top: 30px;
  }

  /* new brand guidelines changes start */
  .whatDoYouGet ul li {
    width: 100%;
  }

  .whatDoYouGet ul li:last-child {
    margin-bottom: 0;
  }

  /* new brand guidelines changes end */
}

.search .form-control:focus {
  color: white !important;
}

/* Changes Done on Sticky Banner start */
.home_banner .sticky_popup {
  position: absolute;
  width: 100%;
  /* top: 0; */
  left: 0;
  right: 0;
  background: #f8c63d;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  z-index: 9;
}

.home_banner .sticky_popup .popup_desc {
  padding: 6px 0;
  font-size: 1em;
}

.home_banner .sticky_popup .popup_desc p {
  margin-bottom: 0;
  font-size: 1.6em;
}

.home_banner .sticky_popup a {
  color: #000;
  font-weight: 600;
  text-decoration: underline;
  -webkit-transition: all 1000ms ease-out;
  -moz-transition: all 1000ms ease-out;
  -ms-transition: all 1000ms ease-out;
  transition: all 1000ms ease-out;
}

.home_banner .sticky_popup a:hover {
  color: #005095;
}

.home_banner .close_icon {
  font-size: 1.6em;
  color: #000;
  cursor: pointer;
  position: relative;
  margin-left: 10px;
  display: inline-block;
  z-index: 99;
  border: 0px;
  -webkit-transition: all 1000ms ease-out;
  -moz-transition: all 1000ms ease-out;
  -ms-transition: all 1000ms ease-out;
  transition: all 1000ms ease-out;
  background: transparent;
  padding: 0;
}

.home_banner .close_icon:hover {
  color: #005095;
}

@media (max-width: 767px) {
  .sticky_popup .container {
    padding: 0;
  }

  .home_banner .sticky_popup .popup_desc p {
    text-align: left;
    font-size: 1.4em;
  }
}

/* Changes Done on Sticky Banner End */
@media (max-width: 767px) {
  .ourClient-carousel .item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .ourClient-carousel .item.client-container p {
    width: 100%;
  }
}

@media (max-width: 567px) {
  .client-container.ourClient-carousel .item .imgBlock {
    width: 48%;
    flex: 0 0 48%;
    max-width: 48%;
  }
}

/* removed due to banner overlay in partner with us */
/* 
@media (max-width: 767px) {
  .about-banner::before {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      top: 0;
      right: 0;
      padding: 20px 30px 20px 20px;
      background: rgba(0, 0, 0, 0.5);
  }
} */


/* new brand guideline changes 24 july 2024 starts*/

@media (max-width: 1024px) {
  .about-banner .banner-caption {
    position: relative;
    z-index: 1;
  }

  .about-banner {
    position: relative;
  }

  .about-banner::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    padding: 20px 30px 20px 20px;
    background: rgba(0, 0, 0, 0.5);
  }

  .newsroom-looking .lkSet a {
    opacity: 1;
  }



}

/* new brand guideline changes 24 july 2024 ends*/

.textTest .collaborators-img {
  width: 80px;
  vertical-align: middle;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row;
}


.textTest .testimonial_image {
  width: 100%;
  border: 2px solid #2469bc;
  border-radius: 50%;
  font-size: 3.3em;
  font-weight: 600;
  text-align: center;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}


.yellow-const .displayName {
  background: #FFFF42;
  color: #000;
}

.yellow-const .lmBtn #loadMore {
  background: #FFFF42;
  border: 1px solid #FFFF42;
}

.yellow-const .lmBtn #loadLess {
  background: #FFFF42;
  border: 1px solid #FFFF42;
}



.yellow-const .lmBtn #loadMore:hover {
  background: #0F0F0F;
  border: 1px solid #FFFF42;
  color: #FFFFFF !important;
}

.yellow-const .lmBtn #loadLess:hover {
  background: #0F0F0F;
  border: 1px solid #FFFF42;
  color: #FFFFFF !important;
}

.blue-const .lmBtn #loadMore:hover {
  background: #0F0F0F;
  border: 1px solid #15F1FF;
  color: #FFFFFF;
}

.blue-const .displayName {
  background: #15F1FF;
  color: #000;
}

.yellow-const .testimonialsSection,
.blue-const .testimonialsSection {
  background: #0f0f0f;
}

.yellow-const .testimonialsSection .testHead h2,
.blue-const .testimonialsSection .testHead h2 {
  color: #fff;
}

.yellow-const .testimonialsSection .testHead p,
.blue-const .testimonialsSection .testHead p {
  color: #fff;
}


.blue-const .testimonialsSection .lmBtn #loadMore:hover {
  background: #000;
  color: #FFFFFF !important;
}

.blue-const .lmBtn #loadMore {
  background: #15F1FF;
  border: 1px solid #15F1FF;
}

/*Our ecosystem parameter circle4 change in government*/
@media (max-width: 767px) {
  .GovtLandingIcon .donut-chart.govLanding #part4 .circle::before {
    transform: rotate(0deg) scale(0.6) !important;
    top: 11%;
    left: 2%;
  }
}

/*case study css start*/
.case_study_banner {
  margin-top: 101px;
  background: #000000;
  padding: 0 0 0px 0;
  height: auto;
}

.case_study_banner .banner-caption {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  height: 510px;
}

.case-studies .tag {

  display: inline-block;

  font-size: 1.4em;

  color: #ffffff;

  background: #2469BC;

  padding: 2px 5px;

  border-radius: 5px;

}

.case-studies {
  padding-bottom: 0px !important;
}

.caseStudyWrap .col-lg-3 {
  margin-bottom: 30px;
}

.csBlock span {
  position: absolute;
  top: 0;
  left: -6px;
  background: #154b8c;
  font-size: 1.4em;
  font-weight: 400;
  color: #FFFFFF;
  padding: 3px 15px;
}

.csBlock a {
  text-decoration: none;
}

.csBlock {
  background: #ffffff;
  position: relative;
  transition: all 0.4s ease;
  height: 100%;
}

.caseStudyWrap .col-sm-3 {
  margin-bottom: 30px;
}

.caseStudyWrap {
  margin-top: 30px;
}

.document-wrap {
  background: #EDF6FF;
}

.csBlock span::before {
  content: '';
  display: inline-block;
  border-left: 5px solid #005095;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 3px;
  bottom: -6px;
  transform: rotateZ(-45deg);
}

.csBlock .csDetails h3:hover {
  color: #2469BC;
}

.csBlock .csDetails h3 {
  font-size: 1.8em;
  color: #000000;
  font-weight: 600;
  text-align: left;
  transition: all 0.4s ease;
}

.csBlock .csDetails {
  padding: 20px;
  height: auto;
  overflow: hidden;
}

.csBlock .csDetails p {
  font-size: 1.4em;
  color: #474747;
  font-weight: 400;
  text-align: left;
  margin: 0;
}

.case-studies h3 {
  font-size: 2.2em;
  color: #000000;
  font-weight: 700;
  padding-top: 10px;
}

.lmBtn {
  width: 100%;
}

.csBlock img {
  display: block;
  width: 100%;
}

.caseStudySegmentDiv ul li a:hover {
  background: #000000;
  color: #2469BC;
  -webkit-box-shadow: 0px 0px 22px -2px rgb(36, 105, 188, 1);
  -moz-box-shadow: 0px 0px 22px -2px rgb(36, 105, 188, 1);
  box-shadow: 0px 0px 22px -2px rgb(36, 105, 188, 1);
  /* new brand guideline changes start */

}

.caseStudySegmentDiv h4 {
  display: block;
  font-size: 1.8em;
  color: #FFF;
  margin: 20px 0px;
}

.caseStudySegmentDiv ul li a {
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  font-size: 1.5em;
  color: #FFFFFF;
  text-decoration: none;
  background: #1F1F1F;
  padding: 10px 20px 10px 45px;
  position: relative;
  transition: all 0.4s ease;
}

.caseStudyPlatformTopics h4 {
  display: block;
  font-size: 1.8em;
  color: #FFF;
  margin: 20px 0px;
}

.caseStudyPlatformTopics ul {
  padding: 0px;
}

.caseStudyPlatformTopics ul li {
  padding-bottom: 20px;
  display: inline-block;
  margin-right: 20px;
}

.caseStudyPlatformTopics ul li a {
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  font-size: 1.5em;
  color: #FFFFFF;
  text-decoration: none;
  background: #1F1F1F;
  padding: 10px 20px;
  border-radius: 25px;
  position: relative;
  transition: all 0.4s ease;
}

.caseStudyPlatformTopics ul li a:hover {
  background: #000000;
  color: #2469BC;
  -webkit-box-shadow: 0px 0px 22px -2px rgb(36, 105, 188, 1);
  -moz-box-shadow: 0px 0px 22px -2px rgb(36, 105, 188, 1);
  box-shadow: 0px 0px 22px -2px rgb(36, 105, 188, 1);
  /* new brand guideline changes start */

}

.caseStudyTestimonials .dropdown-item.active {
  background: #2469BC;
  color: #FFFFFF;
}

.caseStudyRightFilter .dropdown-item:active {
  background-color: #2469BC;
  color: #fff;
}

@media (max-width: 767px) {
  .case_study_banner .home-carousel .banner-caption {
    /* height: 252px; */
    height: 312px;
    justify-content: flex-end;
    padding-bottom: 50px;
  }
}

@media (max-width: 500px) {
  .caseStudiesInner {
    padding: 25px 10px;
  }
}

@media (max-width: 992px) {
  .case-studies .caseStudiesInner {
    transform: translate(-50%, 0px);
    bottom: 0px;
    width: 90%;
    left: 50%;
    top: 44%;
  }
}

@media (max-width: 992px) {
  .case-studies .caseStudiesInner {
    position: relative;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .case_study_banner {
    background-position: 75% 50% !important;
  }
}

@media (max-width: 992px) {
  .case_study_banner {
    margin-top: 55px;
  }
}

@media (max-width: 767px) {
  .case-study-caption .home-carousel .banner-caption {
    height: 252px;
    justify-content: flex-end;
    padding-bottom: 50px;
  }
}

@media (max-width: 992px) {
  .case-study-caption .home-carousel .banner-caption {
    height: 330px;
  }
}

@media (max-width: 767px) {
  .case-study-share .tcs-share {
    position: absolute;
    right: 15px;
    top: 15px;
  }
}

@media (max-width: 767px) {
  .case_study_banner .banner-caption p {
    font-size: 1.2em;
  }
}

/* @media (max-width: 767px) {
  section p {
      font-size: 1.4em;
  }
} */
.caseStudyWrap #loadMore:focus,
.caseStudyWrap #loadLess:focus {
  box-shadow: 0 0 0 0.2rem transparent !important;
}

/*case study css end*/