/* Home banner start */

.home_banner {
    margin-top: 98px;
    min-height: 580px;
    position: relative;
    /* new brand guideline changes done*/
}

.home_banner .container {
    position: relative;
}


/* new brand guideline changes start */

.home-carousel .item {
    position: relative;
    z-index: 2;
}

.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;
}

.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;
}

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

.npt .owl-controls {
    display: none;
}


/* new brand guideline changes end */

.home-carousel .banner-caption h2 {
    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;
}

.inner-banner-caption {
    height: 580px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    position: relative;
    z-index: 2;
    /* new brand guideline changes start */
    max-width: 690px;
    width: 100%;
    /* new brand guideline changes end */
}

.inner-banner-caption h2 {
    font-weight: normal;
    font-size: 6em;
    color: #FFFFFF;
    text-align: left;
}

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

.inner-banner-caption p {
    color: #FFFFFF;
    margin-bottom: 20px;
    text-align: left;
}

.inner-banner-caption a {
    margin-right: 10px;
}

.inner-banner-caption p.price {
    font-weight: bold;
    font-size: 2.0em;
    margin-bottom: 0px !important;
}

.inner-banner-caption p span.canPrice {
    display: inline-block;
    position: relative;
}

.inner-banner-caption p span.canPrice::before {
    content: "";
    position: absolute;
    top: 15px;
    left: 0px;
    height: 2px;
    width: 100%;
    background: #FFFFFF;
    transform: skew(-10deg, -10deg);
}

.inner-banner-caption span.tnc {
    font-size: 1.2em;
    color: #FFFFFF;
    margin-bottom: 20px;
}

#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: 21px;
    height: 21px;
    border: 2px solid #ffffff;
}


/* new brand guideline changes start */

.nqtBanner #custom-owl-dots .owl-dot {
    display: none;
}


/* new brand guideline changes end */

#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: center;
}

.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: #ffffff;
}

.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;
}

.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 .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-5.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(../rating-icon-4.html) 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 .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: #005B9C;
    border: 1px solid #005B9C;
    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-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 */


/* new brand guideline changes start */


/* Enquire now start */

.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 */

.ihc-product.careerGuidance {
    background-color: #F9F9F9;
}


/* new brand guideline changes 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--*/

.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;
}


/* new brand guideline changes start */

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


/* new brand guideline changes end */

.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;
}

.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;
}

.searchMain input {
    display: inline-block;
    border: none;
    font-size: 1.7em;
    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;
    background: #FFFFFF;
    padding: 10px 15px;
    border-radius: 40px;
}

.searchFilter-btn {
    height: 37px;
    background: #FFFFFF;
    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(../select-arrow-5.html) 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.30);
    transition: 0.25s;
    transition-timing-function: ease-out;
}

.trendingWrap .trendingInner .textArea {
    display: block;
    height: 95px;
    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 .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-5.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;
}

.topRoles .textArea .tabSet ul li {
    display: inline-block;
    margin: 0 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 rgba(228, 17, 101, 0.55);
    -moz-box-shadow: 0px 0px 5px 0px rgba(228, 17, 101, 0.55);
    box-shadow: 0px 0px 5px 0px rgba(228, 17, 101, 0.55);
}

.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 #b2d0f2;
    border-radius: 50% !important;
    margin-right: 1.5em !important;
    position: absolute;
    left: -50px;
}

.testimonialBanner .owl-next {
    display: inline-block;
    background: #2469BC;
    width: 4em;
    height: 4em;
    border: 0.5em solid #b2d0f2;
    border-radius: 50% !important;
    margin-left: 1.5em !important;
    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;
}

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);
    /* new brand guideline changes start */
    max-width: 225px;
    text-align: center;
    margin: 0 auto;
    /* new brand guideline changes end */
}

.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: .3;
    cursor: auto !important;
}

.owl-next.disabled {
    opacity: .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 .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-5.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;
}

.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;
}

.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;
    padding: 15px 0 15px 30px;
    border: none;
}

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

.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 {
    height: 439px;
    overflow-y: scroll;
    padding-right: 15px;
}

.offers-tabs .link-content p {
    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; } */

.offers-tabs .link-content .tab-content::-webkit-scrollbar-thumb {
    background: #C0C0C0;
}

.we-growing p {
    color: #474747;
    font-weight: 400;
    margin-bottom: 20px;
    /* new brand guidelines changes done */
}

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

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


/* .growing-carousel .inner-count svg path {
    stroke: #2469bc;
} */

.growing-carousel .inner-count svg path {
    stroke: #2469bc;
}

.growing-carousel .inner-count h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 3.2em;
    color: #2469bc;
    /* new brand guidelines changes done */
    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;
    padding: 35px;
}

.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;
}


/* new brand guideline changes start  */

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

.tcsion-partner.tcsNqt .tchNqt-carousel .item {
    position: relative;
}

.bg_overlay::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;
}


/* new brand guideline changes end  */

.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: #4E84C4;
    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 .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, .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 .25s linear;
    -webkit-transition: border .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 .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 .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.30);
    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 .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;
}

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

#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: #F7B999
}

.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 h4 {
    display: block;
    font-size: 1.8em;
    color: #FFF;
    margin: 20px 0px;
}

.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.5em;
    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;} */

.platforms-topicsDiv h4 {
    display: block;
    font-size: 1.8em;
    color: #FFF;
    margin: 20px 0px;
}

.platforms-topicsDiv ul {
    padding: 0px;
}

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

.platforms-topicsDiv 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;
}

.platforms-topicsDiv 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);
}

.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 .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 .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(228, 17, 101, 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;
    background: none;
}

.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 {
    /* new brand guideline changes start */
    background: #F07931;
    /* new brand guideline changes end */
    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;
    /* new brand guideline changes start */
    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;
    overflow: unset;
}


/*.programsList-carousel .item:hover .programsList-block {height: auto; overflow: auto;}*/

.programsList-carousel .item:hover .programsList-block {
    height: 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: 4px;
}


/* Track */

.programsList-carousel .item:hover .programsList-block::-webkit-scrollbar-track {
    background: #D9D9D9;
}


/* Handle */

.programsList-carousel .item:hover .programsList-block::-webkit-scrollbar-thumb {
    background: #9E9E9E;
}

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

.programsList-block .program-img .icon-wrap {
    position: absolute;
    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: #4E84C4;
}

.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 .9s
}

.programsList-block .program-img .icon-wrap .wishlist-icon.wishlistShow,
.programsList-block .program-img .icon-wrap .cart-icon.wishlistShow {
    display: inline-block;
    /* new brand guideline changes start */
    /* background: #2469BC; */
    /* new brand guideline changes end */
}

.programsList-block .program-img .icon-wrap .wishlist-icon.wishlistShow svg,
.programsList-block .program-img .icon-wrap .cart-icon.wishlistShow svg {
    fill: #fff;
}


/* new brand guideline changes start */

.programsList-block .program-img .icon-wrap .cart-icon.wishlistShow svg path {
    fill: #4E84C4;
}


/* new brand guideline changes ends */

.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;
}

.yellow-const .programsList-block .program-detail .segment-wrap .segment,
.blue-const .programsList-block .program-detail .segment-wrap .segment {
    background: #ffffff;
    color: #000000;
}

.programsList-block .program-detail .segment-wrap .ratings .rating-icon {
    display: inline-block;
    background: url(../rating-icon-4.html) 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;
    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: #2469BC;
    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);
}

.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 {
    background: #9E9E9E;
    border-radius: 17px;
}

.programsList-carousel .item:hover .hover-block {
    bottom: 0;
}

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


/* new brand guideline changes start */

.item span.learningProgram {
    background: #F07931;
    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 #702D00;
    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.AssessmentProgram {
    background: #E6A900;
    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.AssessmentProgram::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);
}


/* new brand guideline changes ends */

.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: #F07931;
    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 #F07931;
    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.AssessmentProgram {
    background: #E6A900;
    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.AssessmentProgram::before {
    content: '';
    display: inline-block;
    border-left: 5px solid #E6A900;
    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;
    /*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;
    margin: 3px 0px;
}

.text-block .guided-shorts {
    margin-bottom: 10px;
    margin-top: 5px;
}

.text-block .guided-shorts p {
    font-style: normal;
    font-weight: 800;
    font-size: 1.4em;
    color: #007DC5;
    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: #007DC5;
    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: #007DC5;
    text-align: left;
    margin: 0;
}

.text-block .price-wrap .price-tag p span {
    font-weight: 800;
    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: #007DC5;
    text-align: left;
}


/* .text-block .ratings { display: flex; align-items: center; } */

.text-block .ratings .rating-icon {
    display: inline-block;
    background: url(../rating-icon-4.html) 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 {
    display: flex;
    justify-content: space-between;
    /*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: #005B9C;
    border-color: #2469BC;
}

.programsList-carousel .item 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;
}

.programsList-carousel .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);
}

.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 .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 .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-5.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: .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 .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 .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(.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 .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 .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;
}

.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("../down-arrow-4.html");
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%;
    background-size: .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(228, 17, 101, 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: #FFFFFF;
    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 .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;
    box-shadow: none;
    /* new brand guideline changes */
}


/*.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 {
    color: #000000;
    transition: ease all .4s;
}

.myAccordion a:hover {
    text-decoration: none;
    color: #2469BC;
}

.faq-section .faq-btn {
    text-align: center;
    /* margin-top: 20px;*/
}

.faq-section .faq-btn1 {
    text-align: center;
    margin-top: 20px;
}

#queriesForm .successfull-msg {
    display: block;
}

#queriesForm button {
    width: auto;
}


/* 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;
}

.vocational-quick-links.fixed {
    position: fixed;
    top: 100px;
    left: 0;
    width: 100%;
    z-index: 999;
}

.vocational-quick-links ul {
    display: block;
    text-align: center;
    margin: 0px;
    padding: 0;
}

.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 .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;
}

.case-studies .item {
    min-height: 340px;
    height: auto;
}

.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;
    color: #2469BC;
}

.testiName a:hover {
    color: #005B9C;
}


/* .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: #4E84C4;
}

.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, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.assessment-wrap-left-one .proimg-wrap:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .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, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.assessment-wrap-right .proimg-wrap:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .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, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.assessment-wrap-left-two .proimg-wrap:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .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(175, 208, 250, 0.3) 0%, rgba(175, 208, 250, 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: #4E84C4;
    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;
}

.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, .5);
    text-align: center;
}

.slider div {
    position: relative;
    padding-top: 56.25%;
}

.slider iframe {
    position: absolute;
    top: .5%;
    left: .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: #edf6ff;
    /* new brand guideline changes done*/
}

.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;
}


/*.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 50px 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: 100%;
    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, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.tcs-iON-Offerings .img-div:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}


/*.tcs-iON-Offerings .solution-block { background: #FFFFFF; padding: 110px 20px 0 20px; margin-top: -90px; text-align: center; height: 325px; transition: all 0.4s ease; overflow: auto; box-shadow: 0px 1px 14px rgba(0, 80, 149, 0.2); }*/

.tcs-iON-Offerings .solution-block {
    background: #FFFFFF;
    padding: 110px 20px 0 20px;
    margin-top: -90px;
    text-align: center;
    height: 230px;
    transition: all 0.4s ease;
    overflow: auto;
    box-shadow: 0px 1px 14px rgba(0, 80, 149, 0.2);
}

.tcs-iON-Offerings .item:hover .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;
}


/* new brand guideline changes start */

.tcs-iON-Offerings .solution-block p {
    font-style: normal;
    font-weight: 400;
    font-size: 1.4em;
    color: #747678;
    text-align: center;
    margin-bottom: 15px;
}


/* new brand guideline changes end */

.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: none;
    transition: transform .3s ease-in-out;
}

.tcs-iON-Offerings .solution-block:hover a {
    display: inline-block;
}

.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 .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 {
    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, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.tcs-iON-Offerings-gov .img-div:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.tcs-iON-Offerings-gov .solution-block {
    background: #FFFFFF;
    padding: 110px 20px 0 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;
}

.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 .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 .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 {
    font-size: 4.8em;
}

.our-purpose p {
    font-size: 1.7em;
}

.phygital-model {
    background: #F5F5F5;
}

.leo-integer-section {
    background: rgba(175, 208, 250, 0.3);
}

.leo-integer-sectionGray {
    background: #EDF6FF;
}

.question .item {
    background: #FFFFFF;
    margin: 85px 0px;
    padding: 50px;
    border-radius: 15px;
}

.question .item h1 {
    font-size: 5.0em;
    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: 2.0em;
    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: 20px;
    /* new brand guidelines changes done*/
}

.eventBlock .textDiv p span.dividar {
    margin: 0 10px;
    color: #474747;
}

.eventBlock .textDiv p i svg {
    height: 18px;
    fill: #4E84C4;
    margin-right: 8px;
}

.eventBlock span.event-title {
    /* new brand guidelines changes start  */
    background: #2469BC;
    /* new brand guidelines changes start  */
    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;
}

.yellow-const .eventBlock span.event-title {
    background-color: #FFFF42;
    color: #000000;
}

.yellow-const .eventBlock span.event-title::before {
    border-left-color: #FFFF42;
}

.blue-const .eventBlock span.event-title {
    background-color: #15F1FF;
    color: #000000;
}

.blue-const .eventBlock span.event-title::before {
    border-left-color: #15F1FF;
}

.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 a {
    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);
}


/* new brand guideline changes start */

.events .owl-carousel .owl-next {
    right: -25px;
}


/* new brand guideline changes end */

.collaborators-carousel .owl-item,
.collaborators-carousel .owl-stage {
    height: 100%;
}

.collaborators-carousel .item {
    padding: 15px;
    height: 417px;
    position: relative;
}

.collaborators {
    background: rgba(175, 208, 250, 0.3);
}

.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;
}

.collaborators-img a.play {
    position: absolute;
    right: 0px;
    top: 5px;
}

.collaborators-img i svg {
    display: inline-block;
    fill: #2469BC;
}

.collaborators-img img {
    display: inline-block;
    width: 20% !important;
    border-radius: 50%;
    overflow: hidden;
}

.displayName {
    display: inline-block;
    background: #EB5000;
    padding: 2px 6px;
    border-radius: 3px;
    color: #FFFFFF;
    font-size: 1.2em;
    margin-left: 15px;
}

.testimonialBlock .collaboratorsBlock {
    background: #FFFFFF;
    box-shadow: 0px 4px 32px rgba(60, 100, 177, 0.24);
    padding: 20px;
    height: 450px;
}

.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: 30px;
    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;
}

.otherName a.play {
    position: absolute;
    right: 0px;
    top: 0px;
}

.otherName i svg {
    display: inline-block;
    fill: #4E84C4;
}

.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-body1 {
    padding: 0px 20px 0px 20px;
    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: -160px;
}

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;
}


/* new brand guideline changes start */

ul.lest1 li i svg {
    display: inline-block;
    /* fill: #4E84C4; */
    width: 40px;
}


/* new brand guideline changes end */

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);
}


/* new brand guideline changes start */

.phygital-model .donut-chart #part1 .circle {
    background-color: #f07931;
    animation: first 1s 1 forwards;
}

.phygital-model .donut-chart #part2 {
    transform: rotate(72deg);
}

.phygital-model .donut-chart #part2 .circle {
    background-color: #dba32c;
    animation: second 1s 1 forwards 1s;
}

.phygital-model .donut-chart #part3 {
    transform: rotate(144deg);
}

.phygital-model .donut-chart #part3 .circle {
    background-color: #4e84c4;
    animation: third 0.5s 1 forwards 2s;
}

.phygital-model .donut-chart #part4 {
    transform: rotate(216deg);
}

.phygital-model .donut-chart #part4 .circle {
    background-color: #5ba545;
    animation: fourth 0.9s 1 forwards 3s;
}

.phygital-model .donut-chart #part5 {
    transform: rotate(288deg);
}

.phygital-model .donut-chart #part5 .circle {
    background-color: #dc2c1d;
    animation: fifth 0.9s 1 forwards 4s;
}


/* new brand guideline changes ends */


/* 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%;
}

.our-ecosystem-parameter .donut-chart #part1 .circle::before {
    content: '';
    position: absolute;
    background: url("../academic_process-3.html") 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("../icon-c-52.html") top center no-repeat;
    top: 12%;
    left: 24%;
    height: 50px;
    width: 50px;
    transform: rotate(-145deg);
}

.our-ecosystem-parameter .donut-chart #part3 .circle::before {
    content: '';
    position: absolute;
    background: url("../icon-c-53.html") top center no-repeat;
    top: 15%;
    left: 24%;
    height: 50px;
    width: 50px;
    transform: rotate(140deg);
}

.our-ecosystem-parameter .donut-chart #part4 .circle::before {
    content: '';
    position: absolute;
    background: url("../oem_wizards-3.html") 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("../l%26p_centre-3.html") top center no-repeat;
    top: 15%;
    left: 22%;
    height: 50px;
    width: 50px;
    transform: rotate(0deg);
}


/* government page icon start */

.our-ecosystem-parameter .donut-chart #part1 .circle.industrysme::before {
    background: url("../icon-c-52.html") top center no-repeat;
}

.our-ecosystem-parameter .donut-chart #part2 .circle.academyexpert::before {
    background: url("../icon-c-53.html") top center no-repeat;
}

.our-ecosystem-parameter .donut-chart #part3 .circle.domainconsult::before {
    background: url("../icon-c-54.html") top center no-repeat;
}

.our-ecosystem-parameter .donut-chart #part4 .circle.talentexpert::before {
    background: url("../icon-c-55.html") top center no-repeat;
}

.our-ecosystem-parameter .donut-chart #part5 .circle.academy_process::before {
    background: url("../academic_process-3.html") top center no-repeat;
}


/* government page icon end */


/* School education icons start */

.our-ecosystem-parameter .donut-chart #part1 .circle.academy_process::before {
    background: url("../academic_process-3.html") top center no-repeat;
}

.our-ecosystem-parameter .donut-chart #part2 .circle.industrystalwarts::before {
    background: url("../icon-c-52.html") top center no-repeat;
}

.our-ecosystem-parameter .donut-chart #part3 .circle.PublishingSpecalists::before {
    background: url("../icon-c-53.html") top center no-repeat;
}

.our-ecosystem-parameter .donut-chart #part4 .circle.ome_circle::before {
    background: url("../icon-c-56.html") top center no-repeat;
}

.our-ecosystem-parameter .donut-chart #part5 .circle.l_and_p_circle::before {
    background: url("../icon-c-57.html") top center no-repeat;
}


/* School education icons end */

.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 .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 #part1 .circle {
    background-color: #f07931;
    /* Changes done on 09th April 2024 */
    animation: one 1s 1 forwards;
}

.centers-of-ecellence .donut-chart #part2 {
    transform: rotate(70deg);
}

.centers-of-ecellence .donut-chart #part2 .circle {
    background-color: #dba32c;
    /* Changes done on 09th April 2024 */
    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;
    /* Changes done on 09th April 2024 */
    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;
}

.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;
}

.partnerContent .ptrInfo {
    background: #EDF6FF;
    border-radius: 12px;
    padding: 50px 40px;
    min-height: 330px;
}

.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-evenly;
}

.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 {
    padding-right: 0;
}

.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(228, 17, 101, 0.2);
}

.partnerWithUsForm .form-group span.forEg {
    position: absolute;
    left: 15px;
    bottom: 8px;
    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: 60px;
}

.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: #4E84C4;
}

.platformDetail-txt p {
    font-style: normal;
    font-weight: 400;
    font-size: 1.6em;
    color: #474747;
    text-align: left;
    padding-left: 45px;
    position: relative !important;
}

.platformDetail-txt p span {
    position: absolute;
    left: 0px;
    top: 0px;
}

.platformDetail-txt p span svg {
    display: inline-block;
    width: 25px;
}

.platformDetail-txt p span svg path {
    stroke: #2469BC;
}

.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;
    padding: 0 10px;
}

.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;
}

.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%;
}


/* new brand guideline changes start */

.rightPlanWrap .basicPlan {
    border-top: 6px solid #5ba545;
}

.rightPlanWrap .basicPlan .planType .planImg svg {
    fill: #5ba545;
}

.rightPlanWrap .plusePlan {
    border-top: 6px solid #f07931;
}

.rightPlanWrap .plusePlan .planType .planImg svg {
    fill: #f07931;
}

.rightPlanWrap .proPlan {
    border-top: 6px solid #4e84c4;
}

.rightPlanWrap .proPlan .planType .planImg svg {
    fill: #4e84c4;
}


/* new brand guideline changes ends */

.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(../right-icon-4.html);
    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 {
    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);
}


/* new brand guideline changes start */

.he-parameter .donut-chart #part1 .circle {
    background-color: #f07931;
    animation: hefirst 1s 1 forwards;
}

.he-parameter .donut-chart #part2 {
    transform: rotate(90deg);
}

.he-parameter .donut-chart #part2 .circle {
    background-color: #dba32c;
    animation: hesecond 1s 1 forwards 1s;
}

.he-parameter .donut-chart #part3 {
    transform: rotate(180deg);
}

.he-parameter .donut-chart #part3 .circle {
    background-color: #4e84c4;
    animation: hethird 0.5s 1 forwards 2s;
}

.he-parameter .donut-chart #part4 {
    transform: rotate(270deg);
}

.he-parameter .donut-chart #part4 .circle {
    background-color: #5ba545;
    animation: hefourth 0.9s 1 forwards 3s;
}


/* new brand guideline changes end */

.he-parameter .donut-chart #part1 .circle::before {
    content: '';
    position: absolute;
    background: url("../icon-c-58.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-59.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-60.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;
}


/*.he-parameter .circle {clip: rect(0px, 600px, 600px, 0px); }*/

@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);
}


/* new brand guideline changes start */

.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;
}


/* new brand guideline changes ends */

.digital-assessment-parameter .donut-chart #part1 .circle::before {
    content: '';
    position: absolute;
    background: url("../he-da01-4.html") 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("../he-da02-4.html") 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("../he-da03-4.html") 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("../he-da04-4.html") 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("../he-da05-4.html") 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("../he-da06-4.html") top center no-repeat;
    top: 12%;
    left: 25%;
    height: 50px;
    width: 50px;
    transform: rotate(30deg) !important;
    background-size: contain;
}


/* new brand guideline changes start */

.dm-parameter .donut-chart #part1 .circle {
    background-color: #f07931;
}

.dm-parameter .donut-chart #part2 .circle {
    background-color: #dba32c;
}

.dm-parameter .donut-chart #part3 .circle {
    background-color: #4e84c4;
}

.dm-parameter .donut-chart #part4 .circle {
    background-color: #5ba545;
}


/* new brand guideline changes end */

.dm-parameter .donut-chart #part1 .circle::before {
    content: '';
    position: absolute;
    background: url("../icon-c-61.html") 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("../icon-c-62.html") 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("../icon-c-63.html") 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("../icon-c-64.html") 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.8em;
    color: #000000;
    text-align: left;
}

.he-parameter ul.lest1 li ul {
    padding: 0;
    list-style: disc;
}

.he-parameter 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: #4E84C4;
}

.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: #47A3EB;
}

.kf-parameter .donut-chart #part3 .circle {
    background-color: #49BBC3;
}

.kf-parameter .donut-chart #part4 .circle {
    background-color: #CB336B;
}

.kf-parameter .donut-chart #part1 .circle::before {
    content: '';
    position: absolute;
    background: url("../icon-c-65.html") 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("../icon-c-66.html") 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("../icon-c-67.html") 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("../icon-c-68.html") top center no-repeat;
    top: 17%;
    left: 18%;
    height: 50px;
    width: 50px;
    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: 1.0em;
    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: 2.0em;
    background: #FFFFFF;
    color: #000000;
    box-shadow: 0px 1px 12px rgba(0, 80, 149, 0.3);
    border: 1px solid transparent;
    transition: all ease .4s;
    height: 75px;
}

.youthTab ul li a i {
    margin-right: 10px;
}

.youthTab ul li a i svg {
    /* new brand guideline changes start  */
    /* fill: #2469BC; */
    /* new brand guideline changes end */
    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;
}


/* new brand guideline changes start */

.gTest .col .box svg {
    /* fill: #2469BC; */
}


/* new brand guideline changes end */

.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; */
    /* new brand guidelines changes done */
}

.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;
}


/* new brand guideline changes start */

.steps .iconArea>i:first-child>svg {
    width: 40px;
    height: 40px;
}


/* new brand guideline changes start */

.steps .iconArea>i:first-child>svg {
    width: 40px;
    height: 40px;
}

.yellow-const .blackBg {
    background: #000000;
}

.blue-const .blackBg {
    background: #000000;
}

ul.tucareers li svg path {
    fill: revert-layer;
}

.yellow-const .stepList ul,
.blue-const .stepList ul {
    background: #000000 !important;
}


/* new brand guideline changes end */


/* .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 .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: rgb(78 132 196 / 18%);
    /* new brand guidelines changes done*/
    border-radius: 8px;
    color: #000;
    font-size: 1.4em;
}

.categoriesSec a:hover {
    text-decoration: none;
    color: #000;
}

.categoriesSec a svg {
    fill: #4E84C4;
}

.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;
}

.shareWrap ul li:first-child svg {
    fill: #00acee;
}

.shareWrap ul li:nth-child(2) svg {
    fill: #1877F2;
}

.shareWrap ul li:nth-child(3) svg {
    fill: #0A66C2;
}

.shareWrap ul li:nth-child(5) svg {
    fill: #128C7E;
}

.shareWrap ul li:nth-child(6) svg {
    fill: #000000;
}

.shareWrap.smShow {
    display: none;
    height: 0;
    transition: all .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;
}

.shareWrapStamp ul li a {
    display: block;
}

.shareWrapStamp ul li svg {
    fill: #2469BC;
}

.shareWrapStamp ul li:first-child svg {
    fill: #00acee;
}

.shareWrapStamp ul li:nth-child(2) svg {
    fill: #1877F2;
}

.shareWrapStamp ul li:nth-child(3) svg {
    fill: #0A66C2;
}

.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 .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;
}

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

ul.tucareers li {
    display: inline-block;
    font-size: 3.0em;
    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: 2.0em;
    display: block;
    text-align: center;
}

.tableArea table th h5 {
    font-size: 1.1em;
    font-weight: bold;
}

.tableArea table th p {
    font-size: 1.0em;
    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: 1.0em;
    padding: 5pt 2pc;
}

.tableArea table td .dwnLnk {
    color: #2469BC;
}

.tableArea table td .dwnLnk:hover {
    color: #000000;
    text-decoration: none;
    transition: all ease .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; */
    /* new brand guideline changes */
    /* fill: #2469BC; */
    /* new brand guideline changes */
}

.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: .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: .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: 422px;
    /* new brand guideline changes */
}

.banner-caption .logoImg {
    margin-bottom: 20px;
}

.logoImgNqt {
    margin-bottom: 20px;
    background: #ffffff;
    padding: 10px 30px 10px 10px;
    border-radius: 0px 50px 50px 0;
    position: relative;
}


/*.banner-caption .logoImgNqt::before{ content: ''; position: absolute; left: -667px; top: 0px; height: 100%; width: 667px; background: #FFFFFF;}*/

.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; */
    /* new brand guideline changes */
}

.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;
}

.banner-caption .upComingDate {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
    padding-left: 0px;
}

.banner-caption .upComingDate li {
    display: block;
}

.banner-caption .upComingDate li p {
    font-style: normal;
    font-weight: normal;
    font-size: 1.5em;
    color: #FFFFFF;
    text-align: left;
    margin-bottom: 8px !important;
}

.banner-caption .upComingDate li h4 {
    font-style: normal;
    font-weight: normal;
    font-size: 1.5em;
    color: #FFFFFF;
    text-align: left;
    margin-bottom: 0;
}

.banner-caption .upComingDate li h4 span {
    font-style: normal;
    font-weight: normal;
    font-size: 0.8em;
    color: #FFFFFF;
    text-align: left;
}

.nqtJobs {
    background: #0F0F0F;
}

.nqtJobs .jobVacancy h3 {
    font-style: normal;
    font-weight: normal;
    font-size: 2em;
    color: #2469BC;
    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: #000000;
    /* new brand guideline changes */
    box-shadow: 0px 4px 8px 0px #0000001A;
    /* new brand guideline changes */
    border-radius: 50%;
    margin: 0 auto;
    line-height: 72px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.landYourDreamJob .jobSteps li .iconWrap svg {
    fill: #2469BC;
}


/* new brand guideline changes start */

.nqtJobsSteps.landYourDreamJob .jobSteps li .iconWrap svg {
    fill: unset;
}


/* new brand guideline changes end */

.landYourDreamJob .jobSteps li p {
    font-style: normal;
    font-weight: 600;
    font-size: 1.6em;
    color: #000000;
    text-align: center;
    margin: 20px 0 10px 0;
}

.landYourDreamJob .jobSteps li p.desc {
    font-weight: 400;
    color: #474747;
}

.landYourDreamJob .jobSteps li .drowLine1 {
    position: absolute;
    top: -10px;
    right: -140px;
    z-index: 1;
}

.landYourDreamJob .jobSteps li .drowLine2 {
    position: absolute;
    top: 50px;
    right: -140px;
    z-index: 1;
}


/* new brand guideline changes start */

.landYourDreamJob .jobSteps li .drowLine1 svg,
.landYourDreamJob .jobSteps li .drowLine2 svg,
.journeyDreamJobNpt .dasktopJourney .lineLeft svg {
    fill: #2469BC;
}


/* new brand guideline changes end */

.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;
}

.corporatesWrapNqt {
    list-style: none;
    padding: 0;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #DADDE9;
}

.corporatesWrapNqt .imageWrap {
    display: block;
    text-align: center;
    padding: 15px;
    height: 160px;
}

.corporatesWrapNqt .imageWrap img {
    display: inline-block !important;
    width: 50% !important;
    margin-top: 20px;
}

.corporatesWrapNqt .imageWrap p {
    margin-top: 0px;
    margin-bottom: 0px;
}

.corporatesWrapNqt1 {
    list-style: none;
    padding: 0;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #DADDE9;
    margin: 15px 0px;
}

.corporatesWrapNqt1 .imageWrap {
    display: block;
    text-align: center;
    padding: 15px;
    height: 160px;
}

.corporatesWrapNqt1 .imageWrap img {
    display: inline-block !important;
    width: 50% !important;
    margin-top: 20px;
}

.corporatesWrapNqt1 .imageWrap p {
    margin-top: 0px;
    margin-bottom: 0px;
}

.linkWrap {
    display: block;
    text-align: center;
    display: none;
}

.linkWrap a {
    font-size: 1.6em;
    font-weight: normal;
    transition: ease all .4s;
}

.linkWrap a {
    font-style: normal;
    font-weight: 700;
    font-size: 1.6em;
    color: #2469BC;
    text-align: left;
    padding-bottom: 3px;
    position: relative;
    text-decoration: none;
}

.linkWrap a span {
    margin-left: 8px;
}

.linkWrap 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;
}

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

.linkWrap a svg {
    fill: #2469BC;
    height: 45px;
}

.imageWrap:hover .linkWrap {
    display: block;
}

.imageWrap:hover .imageWrap img {
    margin-top: 0px;
}

.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;
}

.corporates-carousel .owl-nav {
    position: absolute;
    top: 38%;
    width: 100%;
}

.corporates-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;
}

.corporates-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;
}

.corporates-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);
}

.corporates-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 .corporates-carousel .owl-prev,
a:hover .corporates-carousel .owl-prev {
    border: 0.5em solid #e74c3c;
}

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

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

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

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

.corporates-carousel .corporatesWrapNqt1 .imageWrap img {
    margin-top: 35px;
}

.relatedCourses {
    display: block;
}

.courseBlock {
    display: block;
    background: #FFFFFF;
}

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

.imgBlock img {
    display: block;
}

.imgBlock .icon-wrap {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
}

.imgBlock .icon-wrap .cart-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    padding: 5px;
    background: #ffffff;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 8px;
}

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

.courseBlock .textBlock {
    display: block;
    padding: 11px;
}

.courseBlock .textBlock p {
    text-align: left;
    margin-bottom: 10px;
    font-size: 1.6em;
}

.courseBlock .textBlock a {
    font-style: normal;
    font-weight: 700;
    font-size: 1.6em;
    color: rgba(0, 125, 197, 1);
    text-align: left;
    padding-bottom: 3px;
    position: relative;
    text-decoration: none;
}

.courseBlock .textBlock a span {
    margin-left: 8px;
}

.courseBlock .textBlock a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: rgba(0, 125, 197, 1);
    bottom: 0;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .3s ease-in-out;
}

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

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


/* new brand guideline changes start */


/*.owl-carousel .owl-nav {
    top: 32%;
}*/


/* new brand guideline changes end */

.nqtCertified-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;
}

.nqtCertified-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;
}

.nqtCertified-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);
}

.nqtCertified-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 .nqtCertified-carousel .owl-prev,
a:hover .nqtCertified-carousel .owl-prev {
    border: 0.5em solid #e74c3c;
}

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

.nqtCertified-carousel .owl-dots {
    display: block;
    text-align: center;
    margin-top: 50px !important;
}

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

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

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

.jobProspects-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;
}

.jobProspects-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;
}

.jobProspects-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);
}

.jobProspects-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 .jobProspects-carousel .owl-prev,
a:hover .jobProspects-carousel .owl-prev {
    border: 0.5em solid #e74c3c;
}

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

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

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

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

.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;
}


/* new brand guideline changes start */

.whatDoYouGet ul li span svg {
    fill: #2469BC;
    height: 45px;
}


/* new brand guideline changes end */

.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 .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: #000000;
    /* new brand guideline changes done*/
    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 .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 .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: #2469BC;
    /* new brand guideline changes done*/
    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 .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 .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 .item .achieversDiv {
    display: block;
    background: #ffffff;
    box-shadow: 0px 1px 8px 0px rgba(0, 80, 149, 0.2);
}

.jobPlacements-carousel .item .achieversDiv img {
    display: block;
    margin: 0px;
    width: 100%;
    height: auto;
}

.achieversContent {
    display: block;
    padding: 20px;
}

.achieversContent .top {
    display: block;
}

.achieversContent .top .left {
    display: inline-block;
    width: 67%;
    vertical-align: top;
}

.achieversContent .top .left p strong {
    font-size: 1.2em;
}

.achieversContent .top .left p {
    text-align: left;
    vertical-align: top;
    margin: 0px;
    font-size: 1.6em;
    min-height: 47px;
}

.achieversContent .top .right {
    display: inline-block;
    width: 32%;
}

.achieversContent .top .right p {
    text-align: right;
    font-size: 1.6em;
}

.achieversContent .middle {
    display: block;
    margin: 10px 0px;
    font-size: 1.6em;
}

.achieversContent .middle img {
    display: inline-block !important;
    width: auto !important;
    height: auto !important;
    margin-right: 10px !important;
}

.achieversContent .bottom p {
    font-size: 1.6em;
    text-align: left;
    margin-bottom: 0px;
}

.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: -30px;
    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: -30px;
    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: #fff !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 .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 .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 .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 .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 .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: #474747;
}

.in-social-media .courses-tabs .nav-tabs .nav-link.active i svg {
    fill: #2469BC;
}

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 .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 .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 .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 .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 .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 .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 .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 .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 .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 .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(../images/select-arrow.png) 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 .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 .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 .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 .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;
}

.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;
    position: relative;
}

.vd-img .playBotton {
    background: url(../play-icon-5.html) no-repeat;
    width: 66px;
    height: 66px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.yellow-const .vd-img .playBotton {
    background: url(../play-icon-yellow-3.html) no-repeat;
}

.blue-const .vd-img .playBotton {
    background: url(../play-icon-blue-3.html) no-repeat;
}

.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 .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;
}


/* new brand guideline changes start */

.nqtBanner {
    min-height: 480px;
    overflow: hidden;
}

.explore_bundles {
    align-items: center;
}

.nqt_view_past_result_btn {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
    position: relative;
    transition: 0.4s;
    padding: 3px 0px 3px 22px;
    margin-left: 15px;
}

.nqt_view_past_result_btn:before {
    background: url(../svg/past_result_iconf22d.svg?version=303334149);
}

.nqt_view_past_result_btn:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 20px;
    bottom: 4px;
    background-repeat: no-repeat !important;
    background-position: left center !important;
    width: 18px;
    transition: 0.4s;
}

.banner-caption .banner-title {
    margin-bottom: 10px;
}

.nqt_view_past_result_btn:hover {
    color: #005B9C;
    text-decoration: underline;
}

.nqt_view_past_result_btn:hover:before {
    background: url(../blue_search-3.html);
}

.banner-caption .banner-heading {
    font-family: 'HouschkaRoundedAlt-Medium';
    font-style: normal;
    font-weight: 600;
    font-size: 4.8em;
    color: #ffffff;
    text-align: left;
    margin-bottom: 2px;
}

.home-carousel .banner-caption .banner-sub-text {
    color: #fff;
    letter-spacing: 4px;
    font-weight: 600;
    font-size: 1.6em;
}

.nqtBanner .display_txt {
    margin-bottom: 10px;
    margin-top: 15px;
    max-width: 490px;
    line-height: 1.2;
    font-size: 1.6em;
}


/* new brand guideline changes end */

.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: .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;
    width: 100%;
}

.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;
}

.infoText {
    display: block;
    position: relative;
    top: -50px;
    left: 17px;
    z-index: 10;
}

.infoText p {
    text-align: left;
    font-size: 1.4em;
}

.infoText p i {
    margin-right: 10px;
}

.infoText1 {
    display: block;
}

.infoText1 p {
    text-align: left;
    font-size: 1.4em;
}

.infoText1 p i {
    margin-right: 10px;
}

.gateway-section {
    background: #EDF6FF;
}

.gateway-section .gatewayInner {
    margin-top: 20px;
    border-left: 3px solid #2469BC;
    padding-left: 20px;
}

.gateway-section .gatewayInner p {
    text-align: left;
}

.aboutUs-section {
    background: #EDF6FF;
}

.aboutUs-section h2 {
    text-align: left;
}

.aboutUs-section h3 {
    text-align: center;
    font-size: 2.0em;
    font-weight: bold;
    margin-top: 15px;
}

.aboutUs-section ul {
    display: block;
}

.aboutUs-section ul li {
    font-size: 1.8em;
}

.aboutUs-section .gatewayInner {
    margin-top: 20px;
    border-left: 3px solid #2469BC;
    padding-left: 20px;
}

.aboutUs-section .gatewayInner p {
    text-align: left;
}

.tblContent {
    display: block;
}

.tblContent h3 {
    font-size: 1.8em;
    text-align: left;
    font-weight: bold;
}

.tblContent p {
    font-size: 1.6em;
    text-align: left;
}

.jobProspects-carousel {
    margin-top: 40px !important;
}

.jobProspects-carousel .platformDetail-txt {
    padding-left: 0px;
}

.keyBenefitsList {
    display: block;
    text-align: center;
    margin-top: 20px;
}


/* new brand guideline changes start  */


/* .keyBenefitsList svg {
    fill: #2469BC;
    height: 40px;
    width: 40px;
} */


/* new brand guideline changes end  */

.keyBenefitsList p {
    font-size: 1.8em;
    color: #000000;
    margin-top: 15px;
}

.advantagesBox {
    display: block;
    text-align: left;
    margin-top: 20px;
    background: rgba(249, 249, 249, 1);
    padding: 25px;
    min-height: 337px;
}


/* new brand guideline */

.advantagesBox svg {
    height: 40px;
    width: 40px;
}

.jobPlacements.ihc-product {
    padding: 48px 0 0;
}

.ihcCourseBox svg {
    width: 40px;
    height: 40px;
}


/* new brand guideline */

.advantagesBox p {
    font-size: 1.8em;
    color: #000000;
    margin-top: 15px;
    text-align: left;
}

.advantagesBox1 {
    display: block;
    text-align: left;
    margin-top: 20px;
    background: rgba(249, 249, 249, 1);
    padding: 25px;
    min-height: 200px;
}

.advantagesBox1 svg {
    fill: #2469BC;
    height: 40px;
    width: 40px;
}

.advantagesBox1 p {
    font-size: 1.8em;
    color: #000000;
    margin-top: 15px;
    text-align: left;
}

.advantagesBox2 {
    display: block;
    text-align: left;
    margin-top: 20px;
    background: rgba(249, 249, 249, 1);
    padding: 25px;
    min-height: 270px;
}

.advantagesBox2 svg {
    fill: #2469BC;
    height: 40px;
    width: 40px;
}

.advantagesBox2 p {
    font-size: 1.8em;
    color: #000000;
    margin-top: 15px;
    text-align: left;
}

.coverageSection {
    background: rgba(248, 247, 251, 1);
}

.coverageBox {
    display: block;
    background: #ffffff;
    padding: 25px;
    border: 1px solid rgba(218, 221, 233, 1);
    transition: all ease .4s;
    min-height: 346px;
    width: 100%;
}

.coverageBox:hover {
    box-shadow: 0px 1px 8px 0px rgba(0, 80, 149, 0.2);
    box-shadow: 0px 1px 54px 0px rgba(0, 80, 149, 0.2);
}

.coverageBox h3 {
    font-size: 2.2em;
    font-weight: bold;
}

.coverageBox ul {
    display: block;
    padding-left: 20px;
}

.coverageBox ul li {
    margin: 0px 10px;
    font-size: 2.0em;
}

.coverageBox h4 {
    font-size: 2.2em;
    font-weight: bold;
}

.pbtitle {
    margin-top: 30px;
}

.pbtitle h3 {
    font-size: 3.2em;
    text-align: center;
    margin-bottom: 20px;
}

.pbtitle .coverageBox h3 {
    font-size: 2.2em;
    text-align: left;
    margin-bottom: 20px;
}

.pbtitle .coverageBox p {
    text-align: left;
}

.pbtitle .coverageBox {
    min-height: 387px;
}

.coverageBoxPlen {
    display: block;
    margin-top: 20px;
}

.coverageBoxPlen p {
    text-align: left;
    position: relative;
    padding-left: 15px;
}

.coverageBoxPlen p::before {
    position: absolute;
    content: "";
    top: 5px;
    left: 0px;
    height: 50px;
    width: 4px;
    background: rgba(228, 17, 101, 1);
}

.ihc-product .pl-icon svg {
    width: 35px;
    height: 40px;
}


/* b2b page start */

.home_banner .item img {
    width: auto !important;
    margin-bottom: 10px;
}

.otherLinks {
    padding-top: 20px;
}

.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;
    margin-right: 10px;
    position: relative;
    padding-bottom: 2px;
}

.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);
}

.topCorporates {
    padding: 20px 0 0 0;
    min-height: 550px;
    text-align: center;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(217, 217, 217, 1);
    -moz-box-shadow: 0px 5px 5px 0px rgba(217, 217, 217, 1);
    box-shadow: 0px 5px 5px 0px rgba(217, 217, 217, 1);
}

.topCorporates h2 {
    color: #FFFFFF;
}

.topCorporatesList {
    margin-top: 70px;
}

.hexagon-yellowbg {
    width: 250px;
    height: 180px;
    background: #FFBC00;
    position: relative;
    transform: rotate(90deg);
    display: inline-block;
}

.hexagon-yellowbg:nth-child(2),
.hexagon-yellowbg:nth-child(4) {
    top: 130px;
}

.hexagon-yellowbg:before,
.hexagon-yellowbg:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
}

.hexagon-yellowbg:before {
    top: -60px;
    left: 0;
    border-left: 125px solid transparent;
    border-right: 125px solid transparent;
    border-bottom: 60px solid #FFBC00;
}

.hexagon-yellowbg:after {
    bottom: -60px;
    left: 0;
    border-left: 125px solid transparent;
    border-right: 125px solid transparent;
    border-top: 60px solid #FFBC00;
}

.hexagon-bg {
    width: 250px;
    height: 180px;
    background: #FFFFFF;
    position: absolute;
    top: 10px;
    left: 0;
    transform: rotate(0);
    display: inline-block;
    z-index: 1;
}

.hexagon-bg:before,
.hexagon-bg:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
}

.hexagon-bg:before {
    top: -59px;
    left: 0;
    border-left: 125px solid transparent;
    border-right: 125px solid transparent;
    border-bottom: 60px solid #FFFFFF;
}

.hexagon-bg:after {
    bottom: -59px;
    left: 0;
    border-left: 125px solid transparent;
    border-right: 125px solid transparent;
    border-top: 60px solid #FFFFFF;
}

.hexagon-bg ul {
    transform: translate(-50%, -50%) rotate(-90deg);
    padding: 0;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
}

.hexagon-bg ul li {
    font-size: 1.4em;
    color: #000000;
    text-align: left;
}

.roleInRecruitment .row {
    align-items: center;
}

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

.roleInRecruitment h2 {
    text-align: left;
}

.roleInRecruitment p {
    text-align: left;
    margin-bottom: 0;
}

.recruitmentBtn {
    margin-top: 20px;
}

.recruitmentBtn a {
    margin: 0 15px 15px 0;
    width: 250px;
    text-align: center;
}

.hiringThroughTcs .row {
    align-items: center;
}

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

.hiringThroughTcs h2 {
    text-align: left;
}

.hiringThroughTcs p {
    text-align: left;
}

.hiringThroughTcs ul {
    padding-left: 20px;
    margin: 0;
}

.hiringThroughTcs ul li {
    font-size: 1.8em;
    color: #474747;
    text-align: left;
}

.whatisTcsNqt {
    padding-bottom: 48px;
}

.whatisTcsNqt .tabContentInside p {
    font-size: 1.6em;
}

.whatisTcsNqt .tabContentInside ul {
    padding-left: 17px;
    margin: 0 0 20px 0;
}

.whatisTcsNqt .tabContentInside ul li {
    text-align: left;
    color: #474747;
    font-size: 1.6em;
}

.whatisTcsNqt .tabContentInside img {
    width: 100%;
}

.whatisTcsNqt .link-content .tab-content {
    height: auto;
}

.whatisTcsNqt .tabContentInside p a {
    text-decoration: none;
    position: relative;
    padding-bottom: 2px;
}

.whatisTcsNqt .tabContentInside p a:hover {
    color: #2469BC;
}

.nqtScores {
    background: #F9F9F9;
}

.nqtScores .jobSteps li .stepPoint {
    width: 70px;
    height: 70px;
    background: #FFFFFF;
    border-radius: 50%;
    margin: 0 auto;
    line-height: 70px;
    text-align: center;
    position: relative;
    z-index: 2;
    box-shadow: 0px 4px 8px rgba(112, 115, 152, 0.5);
    font-size: 2.4em;
    font-weight: 600;
}

.bundlePack .solution-block {
    height: 260px;
}

.bundlePack .item:hover .solution-block {
    height: 260px;
}

.keyBenefits {
    background: #F8F7FB;
}

.keyBenefitsWrap {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 30px;
}

.keyBenefitsWrap .BenefitsList {
    display: block;
    flex: 0 31%;
    text-align: center;
}

.keyBenefitsWrap .BenefitsList svg {
    fill: #2469BC;
    height: 60px;
}

.keyBenefitsWrap .BenefitsList p {
    font-size: 1.8em;
    color: #000000;
    margin-top: 15px;
}

.participationInTcsNqt .row {
    align-items: center;
}

.participationInTcsNqt .platformDetail-carousel {
    margin-top: 0;
}

.participationInTcsNqt .platformDetail-txt h2 {
    text-align: left;
}

.participationInTcsNqt .platformDetail-txt p {
    text-align: left;
    padding-left: 0;
}

.brandsThatAcknowledge {
    background: #F9F9F9;
}

.brandsThatAcknowledge .corporatesWrapNqt .imageWrap {
    transition: all 0.4s ease;
}

.brandsThatAcknowledge .corporatesWrapNqt .imageWrap img {
    margin-top: 40px;
    transition: all 0.4s ease;
}

.brandsThatAcknowledge .corporatesWrapNqt .imageWrap:hover {
    -webkit-box-shadow: 0px 0px 15px 4px rgba(218, 221, 233, 1);
    -moz-box-shadow: 0px 0px 15px 4px rgba(218, 221, 233, 1);
    box-shadow: 0px 0px 15px 4px rgba(218, 221, 233, 1);
}

.brandsThatAcknowledge .corporatesWrapNqt .imageWrap:hover img {
    margin-top: 20px;
}

.brandsThatAcknowledge .nqtCertified-carousel .item {
    padding: 20px 0;
}

.corporatesHires {
    background: #F9F9F9;
}

.corporatesHires .corporatesWrapNqt .imageWrap {
    height: auto;
    padding: 15px 0 0 0;
}

.corporatesHires .corporatesWrapNqt .imageWrap img {
    margin: 0 0 15px 0;
}

.corporatesHires .corporatesWrapNqt .imageWrap p {
    font-size: 1.8em;
    color: #000000;
    text-align: left;
    padding: 15px 0 15px 20px;
    border-top: 1px solid #e6e6e6;
}

.corporatesHires .corporatesWrapNqt .imageWrap:hover img {
    margin-top: 0;
}

.clients-wrapper .partners-carousel .item p {
    font-size: 1.8em;
    text-align: center;
    color: #000000;
    padding-top: 15px;
}

.relatedProducts {
    background: #F9F9F9;
}

.ourCommunity .courses-tabs .nav-tabs {
    width: 380px;
    margin: 0 auto;
    justify-content: space-between;
}

.ourCommunity .courses-tabs .nav-tabs .nav-item {
    margin-right: 0;
}

.nqt-faq {
    background: #F8F7FB;
}

.keyFeatures {
    background: #FFFFFF;
}

.certifiedTalentPool {
    background: #F8F7FB;
}

.certificationTabs .nav-tabs {
    border-bottom: 1px solid #dadde9;
    width: 400px;
    margin: 0 auto;
    justify-content: space-between;
}

.certificationTabs .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;
}

.certificationTabs .nav-tabs .nav-item {
    margin-right: 0;
    padding: 0 40px;
}

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


/* .certificationTabs .nav-tabs .nav-link.active {cursor: context-menu;} */

.certificationTabs .nav-tabs .nav-item.mob-drop {
    display: none;
}

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

.certificationTabs h3 {
    font-size: 2em;
    color: #474747;
    font-weight: 700;
    text-align: center;
    margin: 30px 0;
}

.certificationTabs p {
    font-size: 1.6em;
    color: #474747;
    font-weight: 400;
    text-align: center;
    margin-bottom: 0;
}

.certificationStep {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}

.certificationStep .stepWrap {
    flex: 0 13%;
}

.certificationStep .stepWrap .stepIcon {
    height: 67px;
    text-align: center;
}

.certificationStep .stepWrap .stepIcon svg {
    fill: #2469BC;
}

.certifiedCandidates {
    background: #F8F7FB;
}

.certifiedCandidates .platformDetail-txt h2 {
    color: #2469BC;
}

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

.certifiedCandidates-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;
}

.certifiedCandidates-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;
}

.certifiedCandidates-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);
}

.certifiedCandidates-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 .certifiedCandidates-carousel .owl-prev,
a:hover .certifiedCandidates-carousel .owl-prev {
    border: 0.5em solid #e74c3c;
}

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

.certifiedCandidates-carousel .brandLogos {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 25px;
    padding: 0 20px;
}

.certifiedCandidates-carousel .brandLogos .imgBox {
    flex: 0 30%;
}

.certifiedCandidates .infoText {
    top: 10px;
    left: 0;
}

.workInitiative {
    background: #F8F7FB;
    text-align: center;
}

.interestWrap {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.interestWrap .showInterest {
    flex: 0 30%;
}

.interestWrap .showInterest .iconWrap {
    height: 77px;
    text-align: center;
}

.interestWrap .showInterest .iconWrap svg {
    fill: #2469BC;
}

.interestWrap .showInterest h3 {
    font-size: 3.2em;
    color: #000000;
    text-align: center;
    font-weight: 700;
    margin-top: 10px;
}

.interestWrap .showInterest p {
    font-size: 2em;
    color: #474747;
    text-align: center;
    font-weight: 400;
}

.corPrelatedProducts {
    background: #FFFFFF;
}

.careerPlanningTools h3 {
    color: #2469BC;
}

.infoText .tipIcon {
    position: absolute;
    top: 0;
    left: 0;
}

.infoText p {
    padding-left: 18px;
}


/* b2b page end */

.topCorporates h2 {
    padding-left: 20px;
    padding-right: 20px;
}

.platformDetail-txt p {
    min-height: 30px;
}

.ihcContact {
    background: #0000001A;
}

.ihcContact .contactBox {
    border: 1px solid #DADDE9;
    box-shadow: 0px 4px 20px 0px #0000001A;
}

.ihcContact .feedbackForm {
    padding: 40px;
}

.ihcContact .feedbackForm .form-group {
    position: relative;
}

.ihcContact .feedbackForm .form-group .errorMsg {
    position: absolute;
    bottom: -22px;
    left: 0px;
    background: #FF0000;
    color: #ffffff;
    padding: 2px 8px;
    font-size: 1.2em;
    border-radius: 4px;
}

.captchaArea {
    display: block;
}

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

.ihcContactText {
    background: #FFFFFF;
}

.ihcContactText h2 {
    text-align: left;
}

.ihcContactText p {
    text-align: left;
}

.ihcContactText ol {
    display: block;
    text-align: left;
    padding-left: 19px;
}

.ihcContactText ol li {
    text-align: left;
    font-size: 1.8em;
    margin: 15px 0px;
}

.stepsSec {
    background: #F8F7FB;
}

.stepsSec .jobSteps {
    list-style: none;
    padding: 0;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}

.stepsSec .jobSteps li {
    width: 15%;
    position: relative;
}


/* new brand guideline changes start */

.stepsSec .jobSteps li .iconWrap {
    width: 60px;
    height: 60px;
    background: #000;
    color: #fff;
    border-radius: 50%;
    margin: 0 auto;
    line-height: 60px;
    text-align: center;
    position: relative;
    z-index: 2;
    box-shadow: 0px 4px 8px 0px #0000001A;
    font-size: 2.8em;
}


/* new brand guideline changes end */

.stepsSec .jobSteps li .iconWrap svg {
    fill: #2469BC;
}

.stepsSec .jobSteps li p {
    font-style: normal;
    font-weight: 600;
    font-size: 1.6em;
    color: #000000;
    text-align: center;
    margin: 20px 0 10px 0;
}

.stepsSec .jobSteps li p.desc {
    font-weight: 400;
    color: #474747;
}

.stepsSec .jobSteps li .drowLine1 {
    position: absolute;
    top: -38px;
    right: -241px;
    z-index: 1;
}

.stepsSec .jobSteps li .drowLine2 {
    position: absolute;
    top: 22px;
    right: -250px;
    z-index: 1;
}

.stepsSec .jobSteps li .drowLine1 svg,
.stepsSec .jobSteps li .drowLine2 svg {
    fill: #2469BC;
}


/* new brand guideline changes start */

.stepsSec .jobSteps li .drowLine1 svg path,
.stepsSec .jobSteps li .drowLine2 svg path {
    fill: #2469BC;
}


/* new brand guideline changes end */

.common-logo-carousel {
    margin-top: 20px;
}

.common-logo-carousel .logoArea {
    display: block;
    box-shadow: 0px 5px 26px 0px #3C64B114;
    background: #FFFFFF;
    border-radius: 8px;
    text-align: center !important;
    height: 120px;
    line-height: 120px;
}

.common-logo-carousel .logoArea img {
    display: inline-block !important;
    width: auto !important;
    height: 60px;
}

.common-logo-carousel .item {
    padding: 20px;
}

.common-logo-carousel .logoWithCta {
    display: block;
    box-shadow: 0px 5px 26px 0px #3C64B114;
    background: #FFFFFF;
    border-radius: 8px;
    text-align: center !important;
}

.honour-section {
    background: #FFFFFF;
}

.honour-section .gatewayInner {
    margin-top: 20px;
    border-left: 3px solid #2469BC;
    padding-left: 20px;
    min-height: 136px;
}

.honour-section .gatewayInner p {
    text-align: left;
}

.nqtCertified-carousel .acknowledge {
    list-style: none;
    padding: 0;
    text-align: center;
    box-shadow: 0px 5px 26px 0px #3C64B114;
    background: #FFFFFF;
    border-radius: 8px;
}

.nqtCertified-carousel .acknowledge .imageWrap {
    display: block;
    text-align: center;
    padding: 5px;
    height: auto;
}

.nqtCertified-carousel .acknowledge .imageWrap img {
    display: inline-block !important;
    width: 92% !important;
    margin-top: 10px;
}

.nqtCertified-carousel .acknowledge .imageWrap p {
    margin-top: 0px;
    margin-bottom: 0px;
}

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

.acknowledgeCta a {
    font-style: normal;
    font-weight: normal;
    font-size: 1.4em;
    color: #2469BC;
    text-align: left;
    padding-bottom: 3px;
    position: relative;
    text-decoration: none;
}

.acknowledgeCta a span {
    margin-left: 8px;
}

.acknowledgeCta 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;
}

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

.acknowledgeCta a svg {
    fill: #2469BC;
    height: 45px;
}


/* IHC page css start */


/* new brand guideline changes start */

.collaboration {
    padding: 30px 0;
}

.collaboration .offeredBy .offerTxt {
    font-size: 1.8em;
    color: #000000;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
}

.collaboration .offeredBy .logoWrap {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
    padding-left: 20px;
}

.collaborationLogo {
    display: flex;
    align-items: center;
}

.collaborationLogo .logoImgWrap {
    padding-right: 20px;
    position: relative;
}

.collaborationLogo .postedby_popup {
    background: #ffffff;
    width: 150px;
    height: auto;
    position: absolute;
    left: -50%;
    top: 140%;
    z-index: 999;
    box-shadow: 0px 4px 20px 0px #0000001A;
    border-radius: 12px;
    padding: 10px;
    display: none;
}

.collaborationLogo .postedby_popup::before {
    position: absolute;
    top: -7px;
    right: 42%;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #FFFFFF;
    content: '';
    display: block;
    z-index: 2;
    transition: all 200ms linear;
    transform: translate(-50%, 0);
}

.collaborationLogo .postedby_popup h3 {
    font-size: 1.4em;
    color: #000000;
    text-align: center;
    border-bottom: 1px solid #DADDE9;
    padding-bottom: 10px;
}

.collaborationLogo .postedby_popup P {
    font-size: 1.2em;
    color: #000000;
    text-align: center;
    margin-bottom: 0;
}

.collaborationLogo .logoImgWrap:hover .postedby_popup {
    display: block;
}

.inner-banner-caption .ihcPrice {
    font-size: 4.4em;
    color: #FFFFFF;
    font-weight: 700;
}

.inner-banner-caption .ihcPrice span {
    font-size: 0.4em;
    font-weight: 400;
    vertical-align: middle;
}

.ihc-product .inner-banner-caption .ihcPrice {
    font-size: 2em;
}

.integrateTcs {
    background: #010101;
    padding: 30px 0;
}

.integrateTcs p {
    color: #FFFFFF;
    text-align: left;
    margin-bottom: 0;
    margin-top: 0px;
}

.integrateTcs p a {
    color: #2469BC;
    position: relative;
    text-decoration: none;
}

.integrateTcs p 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;
    padding-bottom: 2px;
}

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

.ihc-product .ihcCourseDetails {
    background: #F2F2F2;
}

.ihc-product .courseDetailsWrap {
    margin-top: 30px;
    margin-bottom: 30px;
}

.ihc-product .courseDetailsWrap .ihcCourseBox {
    background: #FFFFFF;
    padding: 20px;
    width: 100%;
}

.ihc-product .courseDetailsWrap .ihcCourseBox h3 {
    font-size: 1.8em;
    color: #000000;
    font-weight: 700;
    text-align: left;
    margin-top: 20px;
}

.ihc-product .courseDetailsWrap .ihcCourseBox p {
    font-size: 1.6em;
    color: #000000;
    font-weight: 400;
    text-align: left;
    margin-bottom: 0;
}

.ihc-product .creditsScore {
    box-shadow: 0px 4px 20px 0px #0000001A;
    background: #FFFFFF;
    border-radius: 12px;
    overflow: hidden;
    padding: 20px;
}

.ihc-product .creditsScore-wrap {
    border-bottom: 1px solid #0000001A;
    padding-bottom: 30px;
}

.ihc-product .creditsScore-wrap h3 {
    font-size: 2.4em;
    color: #000000;
    text-align: left;
    font-weight: 700;
}

.ihc-product .creditsScore-wrap p {
    font-size: 1.4em;
    color: #474747;
    text-align: left;
    font-weight: 400;
    margin-bottom: 0;
}

.ihc-product .creditsScore-wrap .ltpBox {
    font-size: 1.4em;
    color: #474747;
    text-align: center;
    font-weight: 400;
}

.ihc-product .creditsScore-wrap .ltpBoxNumbers {
    font-size: 1.4em;
    color: #2469BC;
    text-align: center;
    font-weight: 700;
    margin-top: 10px;
}

.ihc-product .recommendedFor {
    padding-top: 30px;
}

.ihc-product .recommendedFor h3 {
    font-size: 2.4em;
    color: #000000;
    text-align: left;
    font-weight: 700;
}

.ihc-product .recommendedFor .ltpBox {
    font-size: 1.4em;
    color: #474747;
    text-align: left;
    font-weight: 400;
}

.ihc-product .courseSummaryDetails {
    padding-top: 50px;
}

.ihc-product .knwlBanner {
    position: relative;
}

.ihc-product .knwlBanner img {
    display: block;
    width: 100%;
}

.ihc-product .knwlBanner .bannnerText {
    position: absolute;
    top: 50%;
    left: 70px;
    transform: translate(0, -50%);
}

.ihc-product .knwlBanner .bannnerText h3 {
    font-size: 3em;
    color: #FFFFFF;
    font-weight: 400;
}

.ihc-product .knwlBanner .bannnerText P {
    margin-bottom: 0;
    color: #FFFFFF;
    text-align: left;
}

.ihc-product .knwlBanner .mobBanner {
    display: none;
}

.ihc-product .courseSyllabus h2,
.ihc-product .courseSyllabus p {
    text-align: left;
}

.ihc-product .syllabusTimline ul {
    list-style-type: none;
    border-left: 1px solid #2469BC;
}

.ihc-product .syllabusTimline ul li {
    font-size: 2.4em;
    color: #000000;
    font-weight: 700;
    position: relative;
    padding-bottom: 30px;
}

.ihc-product .syllabusTimline ul li .listNumber {
    height: 28px;
    width: 28px;
    position: absolute;
    top: 5px;
    left: -54px;
    border: 1px solid #2469BC;
    border-radius: 50%;
    background: #FFFFFF;
    font-size: 0.5em;
    text-align: center;
    padding: 4px 0;
}

.ihc-product .syllabusTimline ul li .listNumber.fillBg {
    background: #2469BC;
    color: #FFFFFF;
}

.ihc-product .syllabusTimline ul li a {
    text-decoration: none;
    font-size: 0.6em;
    color: #2469BC;
    position: relative;
    display: block;
}

.ihc-product .syllabusTimline ul li a:hover::before {
    transform-origin: left;
    transform: scaleX(0.06);
}

.ihc-product .syllabusTimline ul li ol {
    list-style-type: disc;
    padding-left: 0;
    list-style-position: inside;
    padding: 15px 0;
    display: none;
}

.ihc-product .syllabusTimline ul li ol li {
    font-size: 0.6em;
    font-weight: 400;
    padding-bottom: 0;
}

.ihc-product .careerGuidance {
    background: #f9f9f9;
}

.ihc-product .careerGuidance .advantagesBox {
    min-height: auto;
    background: #FFFFFF;
}

.ihc-product .careerGuidance .advantagesBox p {
    font-size: 1.6em;
}

.ihc-product .careerGuidance .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 20%;
    max-width: 20%;
}

.ihc-product .meetTheMentor {
    display: flex;
    align-items: center;
}

.ihc-product .meetTheMentor .testiImage {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    overflow: hidden;
}

.ihc-product .meetTheMentor .testiInfo {
    padding-left: 20px;
}

.ihc-product .meetTheMentor .testiInfo p {
    margin-bottom: 0;
}

.ihc-product .searchHeader {
    background: #FFFFFF;
    box-shadow: 0px 4px 20px 0px #0000001A;
    border-radius: 12px;
}

.ihc-product .showSearchBar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 40px;
}

.ihc-product .showEntries span {
    font-size: 1.4em;
    text-align: left;
    color: #474747;
    font-weight: 400;
}

.ihc-product .showEntries select {
    border: 1px solid #DADDE9;
    border-radius: 4px;
    height: 27px;
    padding: 0 10px;
    margin: 0 5px;
    font-size: 1.4em;
    color: #919191;
}

.ihc-product .searchEnries {
    position: relative;
}

.ihc-product .searchEnries .form-control {
    min-width: 257px;
    height: 27px;
}

.ihc-product .searchEnries .srcIcon {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translate(0, -50%);
}

.ihc-product .searchEnries .srcIcon svg {
    fill: #2469BC;
}

.ihc-product .entriesTable .table {
    margin-bottom: 0;
}

.ihc-product .entriesTable .table thead {
    background: #F8F7FB;
    overflow: hidden;
}

.ihc-product .entriesTable .table thead th {
    border-top: none;
    border-bottom: none;
    border-right: 1px solid #e0dfe2;
    text-align: center;
    font-size: 1.4em;
    color: #000000;
    font-weight: 700;
    padding: 25px 0;
}

.ihc-product .entriesTable .table thead th:last-child {
    border-right: none;
}

.ihc-product .searchHistory .entriesTable .table {
    background: #FFFFFF;
    border: 1px solid #e0dfe2;
    border-radius: 12px;
    margin-top: 15px;
}

.ihc-product .searchHistory .entriesTable .table:hover {
    box-shadow: 0px 4px 20px 0px #0000001A;
    transition: all 0.4s ease;
}

.ihc-product .searchHistory .entriesTable .table tbody tr td {
    border-top: none;
    border-bottom: none;
    border-right: 1px solid #e0dfe2;
    padding: 25px 40px;
}

.ihc-product .searchHistory .entriesTable .table tbody tr td:last-child {
    border-right: none;
}

.ihc-product .searchHistory .entriesTable .table tbody tr td p {
    text-align: left;
    font-size: 1.2em;
    color: #000000;
    font-weight: 400;
}

.ihc-product .searchHistory .entriesTable .table tbody tr td p.courseName {
    text-align: left;
    font-size: 1.4em;
    color: #000000;
    font-weight: 700;
}

.ihc-product .searchHistory .entriesTable .table tbody tr td a.textLink {
    text-align: left;
    font-size: 1.2em;
    color: #2469BC;
    font-weight: 400;
    text-decoration: none;
    padding-bottom: 2px;
    position: relative;
}

.ihc-product .searchHistory .entriesTable .table tbody tr td a.textLink:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #2469BC;
    bottom: 0;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .3s ease-in-out
}

.ihc-product .searchHistory .entriesTable .table tbody tr td a.textLink:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}

.ihc-product .entriesTable .table thead th:nth-child(1),
.ihc-product .entriesTable .table tbody td:nth-child(1) {
    width: 20%
}

.ihc-product .entriesTable .table thead th:nth-child(2),
.ihc-product .entriesTable .table tbody td:nth-child(2) {
    width: 13%
}

.ihc-product .entriesTable .table thead th:nth-child(3),
.ihc-product .entriesTable .table tbody td:nth-child(3) {
    width: 20%
}

.ihc-product .entriesTable .table thead th:nth-child(4),
.ihc-product .entriesTable .table tbody td:nth-child(4) {
    width: 25%
}

.ihc-product .entriesTable .table thead th:nth-child(5),
.ihc-product .entriesTable .table tbody td:nth-child(5) {
    width: 25%
}

.ihc-product .entriesTable .table .activeNow {
    margin-top: 30px;
}

.ihc-product .searchHistory .entriesTable .table tbody tr td ul {
    padding-left: 0;
    margin-bottom: 0;
}

.ihc-product .searchHistory .entriesTable .table tbody tr td ul li {
    text-align: left;
    font-size: 1.2em;
    color: #000000;
    font-weight: 400;
}

.ihc-product .entriesPagination {
    margin-top: 30px;
}

.ihc-product .entriesPagination .row {
    align-items: center;
}

.ihc-product .entriesPagination .totalEntries p {
    font-size: 1.4em;
    text-align: left;
    color: #000000;
    font-weight: 400;
    margin-bottom: 0;
}

.ihc-product .entriesPagination nav ul {
    margin-bottom: 0;
}

.ihc-product .entriesPagination nav ul li {
    font-size: 1.4em;
    text-align: left;
    color: #000000;
    font-weight: 400;
}

.ihc-product .entriesPagination nav ul li .page-link {
    border: none;
    color: #000000;
}

.ihc-product .entriesPagination nav ul li .page-link.active {
    color: #2469BC;
}

.ihc-product .showMobile {
    display: none;
}

.ihc-product .ihcCourseDetails {
    background: #Fff;
}

.ihc-product .integrateTcs p {
    margin-top: 0px;
}

.ihc-product .courseDetailsWrap .ihcCourseBox {
    background: #F2F2F2;
    padding: 20px;
    width: 100%;
}

.ihc-product .creditsScore {
    box-shadow: none;
    padding: 30px 0px 0px;
}

.ihc-product .creditsScore-wrap {
    padding-bottom: 0px;
    border: none;
}

.ihc-product .creditsScore-wrap .ltpBox {
    font-size: 1.6em;
    color: #2469BC;
    text-align: left;
    font-weight: 600;
}

.ihc-product .creditsScore-wrap .ltpBoxNumbers {
    font-size: 3em;
    color: #2E2E2E;
    text-align: left;
    font-weight: 400;
    margin-top: 10px;
}

.ihc-product .margin-bottom-20 {
    margin-bottom: 20px;
}

.ihc-product .padding-20 {
    padding: 10px 20px;
    border-right: 1px dotted #2469BC;
}

.ihc-product .padding-20:last-child {
    border-right: 0px dotted #2469BC;
}

.ihc-product .creditsScore-wrap h3,
.ihc-product .recommendedFor h3 {
    font-size: 1.8em;
}

.yellow-const .ihc-product .creditsScore-wrap p {
    color: #FFFFFF;
}

.blue-const .ihc-product .creditsScore-wrap p {
    color: #FFFFFF;
}

.ihc-product .creditsScore-wrap p {
    font-size: 1.8em;
}

.ihc-product .recommendedFor {
    padding-top: 0px;
}

.ihc-product .recommendedFor .ltpBox span {
    display: block;
    margin-bottom: 10px;
}

.ihc-product .color-grey {
    background-color: #F9F9F9;
    margin: 0px;
}

.ihc-product .recommendedFor .ltpBox {
    padding: 0px 20px;
    border-left: 3px solid #2469BC;
    color: #858585;
    font-size: 1.4em;
}

.ihc-product .ltpBox strong {
    color: #000;
}

.ihc-product .courseSummary {
    padding: 0px 0px 48px;
}

.ihc-product .courseSummaryDetails {
    padding-top: 0px;
}

.ihc-product .img-wrap img {
    width: 100%;
}

.ihc-product .courseSummaryDetails h2 {
    text-align: left;
}

.ihc-product .courseSummarypara {
    display: none;
}

.ihc-product .inner-banner-caption .ihcPrice {
    font-size: 2em;
}

.ihc-product .courseSummaryDetails a {
    text-decoration: none;
    font-size: 1.5em;
    color: #2469BC;
    position: relative;
    display: block;
    font-weight: 600;
}

.ihc-product .courseSummaryDetails p {
    font-size: 1.6em;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px;
}

.ihc-product .embed-responsive p {
    padding: 20px 20px 0px;
    text-align: left;
}

.ihc-product .integrateTcs p a {
    color: #2469BC;
}

.ihc-product .integrateTcs p a::before {
    background-color: #2469BC;
}

.ihc-product.deskBanner {
    background: url(../knowledge-banner-3.html) no-repeat;
    background-position: 50% 50%;
    background-size: cover !important;
}

.ihc-product .knwlBanner .bannnerText {
    position: relative;
    top: 0%;
    left: 0px;
    transform: translate(0, 0%);
}

.ihc-product .knwlBanner .bannnerText h3 {
    color: #000;
    font-weight: 400;
}

.ihc-product .knwlBanner .bannnerText P {
    margin-bottom: 0;
    color: #000;
    text-align: left;
}

.ihc-product .syllabusTimline ul li ol {
    list-style-position: outside;
    padding: 15px 20px;
    display: none;
}

.ihc-product .syllabusTimline ul li ol li,
.ihc-product .syllabusTimline ul li a {
    font-size: 0.6em;
}

.ihc-product.clients-wrapper {
    background-color: #F9F9F9;
}

.ihc-product .client-container {
    padding: 0px;
}

.ihc-product .advantagesBox {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    min-height: auto;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.ihc-product .ourClient-carousel .item {
    width: 95%;
    margin: 0 auto;
    padding-bottom: 30px;
}

.ihc-product .syllabusTimline ul {
    list-style-type: none;
    border-left: 1px solid #2469BC;
}

.yellow-const .ihc-product .syllabusTimline ul li .listNumber.fillBg {
    background: #FFFF42;
    color: #000;
}

.blue-const .ihc-product .syllabusTimline ul li .listNumber.fillBg {
    background: #15f1ff;
    color: #000;
}

.ihc-product .syllabusTimline ul li .listNumber.fillBg {
    background: #2469BC;
    color: #FFFFFF;
}

.ihc-product .syllabusTimline ul li .listNumber {
    border: 1px solid #2469BC;
}

.ihc-product .advantagesBox svg {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.ihc-product .client-paragraph {
    display: inline-block;
    margin-bottom: 0px;
    margin-top: 0px !important;
    width: 73%;
    vertical-align: middle;
}

.yellow-const .ihc-product .advantagesBox p {
    color: #fff;
}

.blue-const .ihc-product .advantagesBox p {
    color: #fff;
}

.know-better-wrap.ihc-product {
    background: url(../backgroun-img-3.html) no-repeat !important;
    background-position: 50% 50%;
    background-size: cover !important;
}

.ihc-product .advantagesBox p {
    margin-bottom: 0px;
    font-size: 1.6em;
    color: #2E2E2E;
}

.ihc-product .collaboratorsBlock {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 40px;
    text-align: left;
}

.ihc-product .customerWrapper {
    position: relative;
    padding: 0px;
    margin-top: auto;
}

.ihc-product .collaboratorsBlock p {
    text-align: left;
    display: inline;
    font-size: 1.6em;
}

.ihc-product .collaborators-img {
    width: 20%;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    margin-top: 0px;
}

.ihc-product .collaborators-img img {
    width: 100% !important;
}

.ihc-product .otherName {
    display: inline-block;
    padding-left: 30px;
    padding-right: 0px;
    vertical-align: middle;
    width: 75%;
}

.ihc-product .otherName h4 {
    margin-top: 0px;
}

.ihc-product .collaboratorsBlock a {
    text-decoration: none;
    font-size: 1em;
    color: #2469BC;
    position: relative;
    display: inline;
    font-weight: 600;
    text-align: left;
    margin-bottom: 10px;
    padding-left: 10px;
}

.ihc-product .collaborators-carousel {
    display: flex !important;
}

.ihc-product .collaborators-carousel .item {
    display: flex;
    flex: 1 0 auto;
    height: 100%;
    flex-wrap: wrap;
}

.ihc-product .collaboratorsBlock {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}


/* Meet the Mentor(s) end */


/* Potential Career Path start */

.ihc-product .know-better-wrap {
    background: url(../backgroun-img-3.html) no-repeat !important;
    background-position: 50% 50%;
    background-size: cover !important;
}

.ihc-product .know-better h2 {
    text-align: center;
    margin-bottom: 30px;
}

.ihc-product .platforms ul {
    text-align: center;
    max-width: 1030px;
    margin: 0 auto;
    width: 100%;
}

.ihc-product .platforms ul li {
    padding-bottom: 25px;
    display: inline-block;
    margin-right: 30px;
}

.ihc-product .platforms ul li {
    margin-bottom: 20px;
    display: inline-block;
    font-style: normal;
    font-weight: 600;
    font-size: 1.8em;
    color: #2E2E2E;
    text-decoration: none;
    background: #fff;
    padding: 10px 20px 10px 20px;
    position: relative;
    transition: all 0.4s ease;
}


/* Potential Career Path end */


/* Related Courses start  */

.ihc-product .jobPlacements {
    padding: 48px 0 0px;
}


/* Related Courses end  */


/* new brand guideline changes end */


/* new brand guideline changes start  */


/* IHC search Page start  */

.searchHeader {
    background: #FFFFFF;
    box-shadow: 0px 4px 20px 0px #0000001A;
    border-radius: 12px;
}

.showSearchBar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 40px;
}

.showEntries span {
    font-size: 1.6em;
    text-align: left;
    color: #474747;
    font-weight: 400;
}

.showEntries select {
    border: 1px solid #DADDE9;
    border-radius: 4px;
    height: 27px;
    padding: 0 10px;
    margin: 0 5px;
    font-size: 1.4em;
    color: #919191;
}

.searchEnries {
    position: relative;
}

.searchEnries .form-control {
    min-width: 257px;
    height: 27px;
}

.searchEnries .srcIcon {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translate(0, -50%);
}

.searchEnries .srcIcon svg {
    fill: #2469BC;
}

.entriesTable .table {
    margin-bottom: 0;
}

.entriesTable .table thead {
    background: #F8F7FB;
    overflow: hidden;
}

.entriesTable .table thead th {
    border-top: none;
    border-bottom: none;
    border-right: 1px solid #e0dfe2;
    text-align: center;
    font-size: 1.6em;
    color: #000000;
    font-weight: 700;
    padding: 25px 0;
}

.entriesTable .table thead th:last-child {
    border-right: none;
}

.searchHistory .entriesTable .table {
    background: #FFFFFF;
    border: 1px solid #e0dfe2;
    border-radius: 12px;
    margin-top: 15px;
}

.searchHistory .entriesTable .table:hover {
    box-shadow: 0px 4px 20px 0px #0000001A;
    transition: all 0.4s ease;
}

.searchHistory .entriesTable .table tbody tr td {
    border-top: none;
    border-bottom: none;
    border-right: 1px solid #e0dfe2;
    padding: 25px 40px;
}

.searchHistory .entriesTable .table tbody tr td:last-child {
    border-right: none;
}

.searchHistory .entriesTable .table tbody tr td p {
    text-align: left;
    font-size: 1.5em;
    color: #000000;
    font-weight: 400;
}

.searchHistory .entriesTable .table tbody tr td p.courseName {
    text-align: left;
    font-size: 1.5em;
    color: #000000;
    font-weight: 700;
}

.searchHistory .entriesTable .table tbody tr td a.textLink {
    text-align: left;
    font-size: 1.4em;
    color: #2469BC;
    font-weight: 400;
    text-decoration: none;
    padding-bottom: 2px;
    position: relative;
}

.searchHistory .entriesTable .table tbody tr td a.textLink:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #2469BC;
    bottom: 0;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .3s ease-in-out
}

.searchHistory .entriesTable .table tbody tr td a.textLink:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}

.entriesTable .table thead th:nth-child(1),
.entriesTable .table tbody td:nth-child(1) {
    width: 20%
}

.entriesTable .table thead th:nth-child(2),
.entriesTable .table tbody td:nth-child(2) {
    width: 13%
}

.entriesTable .table thead th:nth-child(3),
.entriesTable .table tbody td:nth-child(3) {
    width: 20%
}

.entriesTable .table thead th:nth-child(4),
.entriesTable .table tbody td:nth-child(4) {
    width: 25%
}

.entriesTable .table thead th:nth-child(5),
.entriesTable .table tbody td:nth-child(5) {
    width: 25%
}

.entriesTable .table .activeNow {
    margin-top: 30px;
}

.searchHistory .entriesTable .table tbody tr td ul {
    padding-left: 0;
    margin-bottom: 0;
}

.searchHistory .entriesTable .table tbody tr td ul li {
    text-align: left;
    font-size: 1.5em;
    color: #000000;
    font-weight: 400;
}

.entriesPagination {
    margin-top: 30px;
}

.entriesPagination .row {
    align-items: center;
}

.entriesPagination .totalEntries p {
    font-size: 1.4em;
    text-align: left;
    color: #000000;
    font-weight: 400;
    margin-bottom: 0;
}

.entriesPagination nav ul {
    margin-bottom: 0;
}

.entriesPagination nav ul li {
    font-size: 1.4em;
    text-align: left;
    color: #000000;
    font-weight: 400;
}

.entriesPagination nav ul li .page-link {
    border: none;
    color: #000000;
}

.entriesPagination nav ul li .page-link.active {
    color: #2469BC;
}

.showMobile {
    display: none;
}


/* IHC search Page end */


/* new brand guideline changes end  */


/* IHC page css end */

.hrefLink {
    display: block;
    padding: 0px;
}

.hrefLink li {
    display: inline-block;
    padding: 0px;
    margin-right: 20px;
}

.hrefLink li a.result {
    display: block;
    position: relative;
    padding-bottom: 2px;
    padding: 10px 0px;
    font-size: 1.6em;
    color: #FFFFFF;
    text-decoration: none;
    transition: ease all 0.4;
}

.hrefLink li a.result:hover {
    color: #FFFFFF;
}

.hrefLink li a.result.active {
    color: #FFFFFF;
}

.hrefLink li a.result: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;
}

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

.hrefLink li a.result a::before {
    transform-origin: left;
    transform: scaleX(1);
    color: #FFFFFF;
}

.landYourDreamJobNpt .jobSteps li .iconWrap {
    width: 72px;
    height: 72px;
    background: #ffffff;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    margin: 0 auto;
    line-height: 72px;
    text-align: center;
    position: relative;
    z-index: 2;
    font-size: 3.0em;
}

.aboutNpt ul {
    display: block;
    padding: 0px;
}

.aboutNpt ul li {
    display: block;
    margin: 15px 0px;
    font-size: 1.8em;
    position: relative;
    padding: 0px 0px 0px 20px;
}

.aboutNpt ul li::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 10px;
    height: 8px;
    width: 8px;
    background: #333333;
    border-radius: 50%;
}

.aboutNpt h3 {
    display: block;
    text-align: center;
    font-size: 3.0em;
    margin: 15px 0px;
}

.aboutNpt h2 {
    text-align: left;
}

.NptWhiteBg {
    background: #FFFFFF;
}

.NptWhiteBg ul li {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.banner-caption .logoImgNqt img {
    margin-bottom: 0px !important;
}

.nptJobs {
    background: #0F0F0F;
}

.nptJobs .jobVacancy h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 2em;
    color: #FFFFFF;
    text-align: left;
}

.nptJobs .jobVacancy p {
    font-style: normal;
    font-weight: normal;
    font-size: 1.6em;
    color: #FFFFFF;
    text-align: left;
    margin: 0;
}

.grephImg {
    display: block;
    text-align: center;
}

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

.testOfKnowledge .row {
    align-items: center;
}

.testCoverage p {
    margin-top: 30px;
}

.testCoverage .testOfKnowledge {
    margin-top: 40px;
}

.testCoverage .infoBox {
    display: block;
    background: #f4f4f4;
    border-radius: 8px;
    height: 450px;
    position: relative;
}

.testCoverage .infoBox .inside {
    display: block;
    padding: 35px 35px 50px 35px;
}

.testCoverage .infoBox .inside h3 {
    display: block;
    font-size: 2.6em;
}

.testCoverage .infoBox .inside ul {
    display: block;
    padding: 0px;
    margin-top: 20px;
}

.testCoverage .infoBox .inside ul li {
    display: block;
    margin: 10px 0;
    padding-left: 20px;
    position: relative;
    font-size: 1.6em;
}

.testCoverage .infoBox .inside ul li::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 7px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #4471be;
}

.testCoverage .infoBox .bottom {
    display: block;
    background: #e3e3e3;
    padding: 10px 15px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    border-radius: 0 0 8px 8px;
}

.testCoverage .infoBox .bottom p {
    margin: 0px;
}

.testCoverage .infoBox .bottom p i svg {
    height: 18px;
    width: 18px;
    fill: #4471be;
}

.testCoverage .coverageText {
    display: block;
    text-align: left;
}

.testCoverage .coverageText h2 {
    display: block;
    text-align: left;
}

.testCoverage .coverageText p {
    display: block;
    text-align: left;
    margin-top: 13px;
}

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

.oportunities h2 {
    text-align: left;
}

.oportunities ul {
    display: block;
    padding: 0px;
    margin-top: 20px;
}

.oportunities ul li {
    display: block;
    margin: 10px 0;
    padding-left: 20px;
    position: relative;
    font-size: 1.6em;
}

.oportunities ul li::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 7px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #333333;
}

.journeyDreamJobNpt {
    background: rgba(248, 247, 251, 1);
}

.journeyDreamJobNpt i {
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    font-style: normal;
    border-radius: 50%;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    font-size: 2.4em;
    margin: 40px 0px;
    position: relative;
    z-index: 9;
}

.journeyDreamJobNpt .col-sm-2 {
    text-align: center;
    position: relative;
}

.journeyDreamJobNpt .col-sm-2 p {
    font-size: 1.6em;
}

.journeyDreamJobNpt .mLeft1 {
    margin-left: 100px;
}

.journeyDreamJobNpt .mLeft2 {
    margin-left: -100px;
}

.journeyDreamJobNpt .mLeft2 {
    margin-left: -100px;
}

.journeyDreamJobNpt .mtop {
    margin-top: -130px;
}

.journeyDreamJobNpt .lineLeft {
    position: absolute;
    bottom: 30px;
    right: -100px;
    z-index: 1;
}


/* new brand guideline changes start */

.journeyDreamJobNpt .lineright {
    position: absolute;
    top: 36px;
    right: -100px;
    z-index: 1;
}

.journeyDreamJobNpt .lineright svg {
    fill: #2469BC;
}


/* new brand guideline changes end */

.journeyDreamJobNpt h2 {
    margin-bottom: 20px;
}

.dasktopJourney {
    display: block;
}

.mobileJourney {
    display: none;
}

#hideLinkDiv {
    display: none;
    width: 100%;
}

.readMoreLink {
    display: block;
    text-align: right;
    margin-top: 10px;
}

.readMoreLink a {
    font-style: normal;
    font-weight: 400;
    font-size: 1.2em;
    color: #2469BC;
    text-align: left;
    text-decoration: none;
    vertical-align: middle;
    padding-bottom: 2px;
    margin-left: 0px;
    position: relative;
}

.readMoreLink a:hover {
    text-decoration: none;
    color: #2469BC;
}

.readMoreLink 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;
}

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

.readMoreHide {
    display: none;
}


/*--404 PAGE css--*/

.banner-404 {
    min-height: 847px;
}

.banner-404 .caption-404 {
    height: 847px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: center;
}

.banner-404 .caption-404 h2 {
    color: #FFFFFF;
    width: 100%;
    font-size: 50px;
}

.banner-404 .caption-404 p {
    color: #FFFFFF;
    font-size: 2.0em;
    width: 100%;
    margin-top: 20px;
}

.banner-404 .caption-404 ul {
    display: block;
    text-align: center;
    margin-top: 20px;
    width: 100%;
}

.banner-404 .caption-404 ul li {
    display: inline-block;
    margin: 0 10px;
}

.banner-404 .caption-404 ul li a {
    display: block;
    font-size: 2.0em;
    text-align: center;
    padding: 10px 30px;
    border: 1px solid #FFFFFF;
    border-radius: 6px;
    color: #FFFFFF;
    transition: all 0.2s ease;
}

.banner-404 .caption-404 ul li a:hover {
    border-color: rgba(228, 17, 101, 1);
    color: #FFFFFF;
    text-decoration: none;
}

.btns-404 {
    text-align: center;
    width: 100%;
    margin-top: 20px;
}

.tcs-404-btn {
    background: #FFFFFF;
    border-radius: 6px;
    font-size: 1.8em;
    color: #000;
    letter-spacing: .03125rem;
    padding: 9pt 2pc;
    transition: all in out 0.4s ease;
    text-decoration: none;
    display: inline-block;
    border: none;
    width: auto;
}

.tcs-404-btn:hover {
    background: linear-gradient(102.57deg, #f41fd6, #dc0916);
    text-decoration: none;
    color: #fff !important;
}

.bannerBottomSet {
    display: block;
    background: #000000;
    text-align: center;
    padding: 10px;
}

.bannerBottomSet ul {
    display: block;
    text-align: center;
    padding: 0px;
}

.bannerBottomSet ul li {
    display: inline-block;
    text-align: center;
    margin: 0 20px;
    color: #ffffff;
    font-size: 1.8em;
    position: relative;
}

.bannerBottomSet ul li:first-child::after {
    content: '';
    position: absolute;
    top: 8px;
    right: -23px;
    height: 15px;
    width: 2px;
    background: #FFFFFF;
}

.bannerBottomSet ul li a {
    color: #ffffff;
    transition: all in out 0.4s ease;
}

.bannerBottomSet ul li a:hover {
    text-decoration: none;
    color: rgba(228, 17, 101, 1);
    transition: all in out 0.4s ease;
}


/*---DOCUMENT CSS START HERE---*/

.document-wrap {
    background: #EDF6FF;
}

.documentArea {
    display: block;
    margin-top: 50px;
}

.documentArea .col-sm-4 {
    margin-bottom: 40px;
}

.documentArea .documentSet {
    background: #FFFFFF;
    border-radius: 8px;
}

.documentArea .documentSet .left {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.documentArea .documentSet .left span {
    position: absolute;
    top: 0;
    left: -7px;
    background: rgba(77, 47, 158, 1);
    font-size: 1.4em;
    color: #FFFFFF;
    padding: 3px 10px 5px 10px;
}

.documentArea .documentSet .left span::before {
    content: '';
    display: inline-block;
    border-left: 5px solid rgba(77, 0, 146, 1);
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 3px;
    bottom: -6px;
    transform: rotateZ(-45deg);
}

.documentArea .documentSet .left img {
    width: 100%;
    display: block;
}

.documentArea .documentSet .left a {
    padding: 0px;
    background-color: transparent;
    border-color: transparent;
}

.documentArea .documentSet .right {
    width: 74%;
    display: inline-block;
    vertical-align: top;
    padding: 20px;
}

.documentArea .documentSet .right h3 {
    display: block;
    font-size: 1.6em;
    color: #000000;
}

.documentArea .documentSet .right a {
    font-size: 1.5em;
    color: rgba(228, 17, 101, 1);
    margin-top: 15px;
    position: relative;
    opacity: 0;
    transition: all in out 0.4s ease;
}

.documentArea .documentSet .right a::after {
    content: '';
    position: absolute;
    top: 0;
    right: -26px;
    background: url("../download-arrow-3.html");
    background-size: cover;
    height: 22px;
    width: 22px;
}

.documentArea .documentSet .right a:hover {
    text-decoration: none;
}

.documentArea .documentSet:hover .right a {
    opacity: 1;
}

.opportunities-cards {
    display: block;
    margin-top: 40px;
}

.documentsForm .formTypo {
    display: block;
}

.documentsForm .formTypo h4 {
    font-size: 1.8em;
    color: #ffffff;
}

.documentsForm .formTypo p {
    text-align: left;
    font-size: 1.3em;
    color: #ffffff;
}

.documentsForm .close {
    text-align: right;
    padding: 5px 10px 0 0;
    color: #FFFFFF;
    text-shadow: none;
}

.documentsForm .modal-content {
    background-color: #000;
    padding: 20px;
}

.documentsForm .form-wrap .form-group {
    margin-bottom: 8px;
}

.documentsForm .form-check input {
    cursor: pointer;
}

.documentsForm .info-wrap .form-control {
    border: 1px solid #1f1f1f;
    background: #000;
    color: #FFFFFF;
    font-size: 13px;
    margin-bottom: 32px;
}

.documentsForm .info-wrap {
    position: relative;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    margin-top: -4px;
}

.documentsForm .info-wrap label {
    font-size: 1.1em;
    color: #FFF;
}

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

.dwnBtnArea a:hover {
    color: #FFFFFF;
}

.dwnBtnArea p {
    color: #FFF;
    font-size: 12px;
}

.fancybox-video {
    display: none;
}

.playRed {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    transform: translate(-50%, -50%);
    background: url(../play-icon-red-3.html) no-repeat center;
    background-size: contain;
}

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


/* Blogs page css start */

.leadershipWrapper {
    margin-top: 30px;
}

.leadershipWrapper .row {
    margin-bottom: 20px;
}

.leadershipWrapper .item {
    padding: 0 5px;
}

.leadBox {
    background: #FFFFFF;
}

.leadImg {
    position: relative;
}

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

.leadImg span {
    position: absolute;
    top: 0;
    left: -5px;
    background: #007DC5;
    font-size: 1.4em;
    color: #FFFFFF;
    padding: 3px 10px 5px 10px;
}

.leadImg 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);
}

.leadTxt {
    padding: 15px;
    margin-bottom: 10px;
    box-shadow: 0px 1px 8px 0px #00509533;
}

.leadTxt h3 {
    font-weight: 600;
    font-size: 1.8em;
    color: #000000;
    text-align: left;
    height: 40px;
}

.leadTxt p {
    font-weight: 400;
    font-size: 1.6em;
    color: #474747;
    text-align: left;
}

.leadTxt .leadName {
    padding-bottom: 20px;
}

.leadTxt .leadName .nameWrap {
    display: inline-block;
}

.leadTxt .leadName .nameWrap img {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.leadTxt .leadName .nameWrap .lname {
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
}

.leadTxt .leadName .nameWrap .lname h4 {
    font-weight: 600;
    font-size: 1.6em;
    color: #000000;
    text-align: left;
    margin-bottom: 5px;
}

.leadTxt .leadName .nameWrap .lname p {
    font-weight: 400;
    font-size: 1.4em;
    color: #474747;
    text-align: left;
    margin-bottom: 0;
}

.leadTxt .leadName .leadShare {
    display: inline-block;
    padding: 0;
    margin: 0 0 0 10px;
    list-style-type: none;
    vertical-align: bottom;
}

.leadTxt .leadName .leadShare li {
    display: inline-block;
    padding: 0 5px;
    vertical-align: middle;
    border-right: 1px solid #6d6e74;
    position: relative;
}

.leadTxt .leadName .leadShare li:last-child {
    border-right: none;
    padding: 0;
}

.leadTxt .leadName .leadShare li a {
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
}

.leadTxt .leadName .leadShare li i.smIcon {
    display: inline-block;
}

.leadTxt .leadName .leadShare li i.smIcon svg {
    fill: #2469BC;
}

.leadBox a.readMore {
    font-style: normal;
    font-size: 1.6em;
    color: #2469BC;
    padding: 0;
    text-decoration: none;
    position: relative;
    padding-bottom: 2px;
    opacity: 1;
    transition: transform .3s ease-in-out;
    opacity: 0;
    transition: all 0.4s ease;
}

.leadBox:hover a.readMore {
    opacity: 1;
}

.leadBox a.readMore: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;
}

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

.leadBox a.readMore .know-more {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: -25px;
    top: -2;
    fill: #2469BC;
}

.blogsForYou .leadBox {
    margin-bottom: 25px;
}

.leadShareWrap {
    position: absolute;
    top: -85px;
    right: 0;
    width: 345px;
    height: auto;
    z-index: 10;
    background: #383838;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    padding: 10px;
}

.leadShareWrap h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 1.4em;
    color: #FFFFFF;
    height: auto;
}

.leadShareWrap ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: space-between;
}

.leadShareWrap ul li {
    background: #e6e6e6;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    line-height: 29px;
    text-align: center;
}

.leadShareWrap ul li a {
    display: block;
}

.leadShareWrap ul li svg {
    fill: #2469BC;
}

.leadShareWrap ul li:first-child svg {
    fill: #00acee;
}

.leadShareWrap ul li:nth-child(2) svg {
    fill: #1877F2;
}

.leadShareWrap ul li:nth-child(3) svg {
    fill: #0A66C2;
}

.leadShareWrap ul li:nth-child(5) svg {
    fill: #128C7E;
}

.leadShareWrap ul li:nth-child(6) svg {
    fill: #000000;
}

.leadShareWrap.smShow {
    display: none;
    height: 0;
    transition: all .7s;
}

.blogs-details .newsDetails .newsShare li {
    position: relative;
    padding: 0 5px;
}

.blogs-details .leadShareWrap {
    left: 0;
}

.aboutTheAuthor {
    display: flex;
    align-items: center;
}

.aboutTheAuthor .postName {
    padding-left: 20px;
}

.aboutTheAuthor .postName h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 1.8em;
    color: #000000;
    text-align: left;
}

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

.similarBlogs .similarTxt {
    padding-left: 20px;
}

.similarBlogs .similarTxt h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 1.6em;
    color: #000000;
    text-align: left;
}

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

.moreFromAuthor {
    margin-top: 50px;
}

.moreFromAuthor h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 2.4em;
    color: #000000;
    text-align: left;
    padding-bottom: 10px;
    border-bottom: 1px solid #DADDE9;
}

.moreFromAuthor a {
    text-decoration: none;
}

.authorDetail {
    display: flex;
    margin: 10px 0;
}

.authorDetail .authorTxt h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 1.6em;
    color: #000000;
    text-align: left;
}

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

.getMoreBlogs {
    background: #000000;
}

.getMoreBlogs h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 2.4em;
    color: #FFFFFF;
    text-align: left;
}

.getMoreBlogs p {
    font-style: normal;
    font-weight: 400;
    font-size: 2em;
    color: #E0E0E0;
    text-align: left;
}

.getMoreBlogs .btnDiv {
    text-align: right;
}

.getMoreBlogs a {
    margin-right: 15px;
}


/* Blogs page css end */


/* Generic popup start */

.genericModel h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 2em;
    color: #000000;
    text-align: left;
}

.genericModel p {
    font-style: normal;
    font-weight: 400;
    font-size: 1.4em !important;
    color: #474747;
    text-align: left !important;
    margin-bottom: 0;
}

.genericModel p a {
    font-size: 1em !important;
    color: #2469BC !important;
    text-decoration: underline !important;
}


/* Generic popup end */


/* new brand guideline changes start */

.icon-cuama svg path {
    fill: #2469BC;
}

.varient_stamp_box_listing {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 188px;
}

.varient_stamp_box_listing::-webkit-scrollbar {
    width: 5px;
}


/* Track */

.varient_stamp_box_listing::-webkit-scrollbar-track {
    background: #B4ADAD;
}


/* Handle */

.varient_stamp_box_listing::-webkit-scrollbar-thumb {
    background: #2469BC;
    border-radius: 15px;
}


/* Handle on hover */

.varient_stamp_box_listing::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.blue-const .nqt_view_past_result_btn:hover {
    color: #15f1ff;
    text-decoration: underline;
}

.blue-const .nqt_view_past_result_btn:hover:before {
    background: url(../lightblue_search-3.html);
}

.yellow-const .nqt_view_past_result_btn:hover {
    color: #ffff42;
    text-decoration: underline;
}

.yellow-const .nqt_view_past_result_btn:hover:before {
    background: url(../yellow_search-3.html);
}

.yellow-const .testimonialBanner,
.blue-const .testimonialBanner {
    color: #ffffff;
}

.yellow-const svg rect {
    fill: #ffff42;
}

.blue-const svg rect {
    fill: #15F1FF;
}

.yellow-const svg circle {
    fill: #ffff42;
}

.blue-const svg circle {
    fill: #15F1FF;
}

.yellow-const svg line {
    stroke: #ffff42;
}

.blue-const svg line {
    stroke: #15F1FF;
}

.yellow-const .testiName .playIcon svg path:nth-child(2) {
    fill: #000000;
}

.blue-const .testiName .playIcon svg path:nth-child(2) {
    fill: #000000;
}

.yhc_tech {
    position: relative;
}

.yhc_tech_overlay .enquire-wrap p:nth-child(2) {
    margin-bottom: 0;
}

.get_career_guide_tech {}

.get_career_guide_tech_overlay {}

.youth_learncertify_tech {}

.youth_learncertify_tech .enquire-wrap {
    width: 100%;
    max-width: 690px;
}

.youth_learncertify_tech_overlay {}

.yellow-const .white-bg-tabs .nav-tabs .nav-link.active {
    background: #0F0F0F;
    color: #FFFF42;
}

.blue-const .white-bg-tabs .nav-tabs .nav-link.active {
    background: #0F0F0F;
    color: #15F1FF;
}

.yellow-const .popularPacks .modal-body .packsPointers,
.blue-const .popularPacks .modal-body .packsPointers {
    background: #1f1f1f;
}

.yellow-const .popularPacks .modal-body .packsPointers .listHead .listName p,
.blue-const .popularPacks .modal-body .packsPointers .listHead .listName p {
    color: #ffffff;
}

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

.ion_prod_creator_toper_container {
    margin: 30px 0;
    width: 30%;
    max-width: 260px;
    font-size: 1.6em;
    background-color: #fff;
    color: #2469BC;
    position: absolute;
    padding: 10px;
    padding-left: 50px;
    font-weight: 600;
    top: 10px;
    left: 0px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    background: #fff url(../banner_back_arrow_blue-3.html) no-repeat 8% 50%;
    z-index: 99;
}

.ion_prod_creator_toper_container:hover,
.ion_prod_creator_toper_container:focus,
.ion_prod_creator_toper_container:active {
    background-color: #2469BC;
    color: #fff !important;
    text-decoration: none;
    background: #2469BC url(../banner_back_arrow_white-3.html) no-repeat 8% 50%;
}

.yellow-const .ion_prod_creator_toper_container {
    background: #000000 url(../banner_back_arrow_yellow-3.html) no-repeat 8% 50%;
    color: #FFFF42;
}

.yellow-const .ion_prod_creator_toper_container:hover {
    color: #FFFF42 !important;
}

.blue-const .ion_prod_creator_toper_container {
    background: #000000 url(../banner_back_arrow_blue1-3.html) no-repeat 8% 50%;
    color: #15F1FF;
}

.blue-const .ion_prod_creator_toper_container:hover {
    color: #15F1FF !important;
}

.ion_prod_creator_toper_container a {
    color: #e41165;
    text-decoration: none;
}


/* .ion_prod_creator_toper_container a:hover, .ion_prod_creator_toper_container a:focus, .ion_prod_creator_toper_container a:active{
    color: #fff;
    text-decoration: none;
} */


/* new brand guideline changes ends */


/* 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%; } */
    .tcs-iON-Offerings .solution-block {
        height: 270px;
    }
    .tcs-iON-Offerings .solution-block a {
        display: inline-block !important;
    }
}

@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; } */
    .hexagon-yellowbg {
        width: 200px;
        height: 130px;
    }
    .hexagon-yellowbg:before {
        border-left: 100px solid transparent;
        border-right: 100px solid transparent;
    }
    .hexagon-yellowbg:after {
        border-left: 100px solid transparent;
        border-right: 100px solid transparent;
    }
    .hexagon-bg {
        width: 200px;
        height: 130px;
    }
    .hexagon-bg:before {
        border-left: 100px solid transparent;
        border-right: 100px solid transparent;
    }
    .hexagon-bg:after {
        border-left: 100px solid transparent;
        border-right: 100px solid transparent;
    }
    .hexagon-bg ul li {
        font-size: 1.2em;
    }
    .certifiedCandidates-carousel .brandLogos .imgBox {
        flex: 0 29%;
    }
    .certifiedCandidates-carousel .owl-prev {
        left: -30px;
    }
    .certifiedCandidates-carousel .owl-next {
        right: -30px;
    }
    .achieversContent .top .left {
        width: 57%;
    }
    .achieversContent .top .left p {
        font-size: 1.4em;
    }
    .achieversContent .top .right {
        width: 40%;
    }
    .achieversContent .top .right p {
        font-size: 1.4em;
    }
    .stepsSec .jobSteps li .drowLine1 {
        top: -11px;
        right: -220px;
    }
    .stepsSec .jobSteps li .drowLine2 {
        top: 8px;
        right: -223px;
    }
    .journeyDreamJobNpt .col-sm-2 p {
        font-size: 1.2em
    }
    .journeyDreamJobNpt .lineright {
        top: 42px;
    }
    .journeyDreamJobNpt .lineLeft {
        bottom: 45px;
    }
}

@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%;
    }
    .tcs-iON-Offerings .solution-block {
        height: 302px;
    }
    /* new brand guideline changes start */
    .youth_learncertify_poppacks .owl-carousel .owl-next {
        right: -5px;
    }
    /* new brand guideline changes end */
}

@media (max-width: 1200px) {
    .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: .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,
    .assessment-wrap-right.newWrap::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;
    }
    .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: 170px;
        height: 170px;
        padding: 13% 0 0;
    }
    .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: 225px;
        /* new brand guideline changes done*/
    }
    .youthTab ul li a {
        /* new brand guideline changes starts */
        font-size: 1.8em;
        /* new brand guideline changes ends */
    }
    .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: 410px;
    }
    .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;
    }
    .assessment-wrap-right .content-wrap {
        padding-left: 420px;
    }
    .phygital-model .center .centerInside {
        padding: 30px 0 0 45px;
    }
    ul.lest li:first-child span {
        width: 140px;
        left: -164px;
    }
    ul.lest li:nth-child(4) span {
        left: -143px;
    }
    ul.lest li:nth-child(5) span {
        width: 140px;
        top: -30px;
        left: -162px;
    }
    .phygital-model .center .centerInside h4 {
        font-size: 1em;
    }
    .client-container .client-block {
        padding: 0 14px;
    }
    .courseBlock .textBlock p {
        min-height: 48px;
    }
    .recruitmentBtn a {
        width: 245px;
    }
    .whatisTcsNqt .offers-tabs .nav-link {
        padding: 15px 0 15px 15px;
        font-size: 1.4em;
    }
    .whatisTcsNqt .offers-tabs .nav-link span {
        padding-left: 0;
    }
    .participationInTcsNqt .platformDetail-txt {
        padding-left: 40px;
    }
    .careerGuidance .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .entriesTable .table .activeNow .tcs-primary-btn {
        font-size: 1.4em;
        padding: 9pt 10px;
    }
    .searchHistory .entriesTable .table tbody tr td {
        padding: 25px 35px;
    }
    .entriesTable .table thead th:nth-child(2),
    .entriesTable .table tbody td:nth-child(2) {
        width: 14%;
    }
    .testCoverage .col-sm-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .testCoverage .col-sm-2 {
        flex: 0 0 33.33%;
        max-width: 33.33%;
        text-align: center;
    }
    .testCoverage .infoBox .inside {
        display: block;
        padding: 35px 35px 75px 35px;
    }
    .banner-404 {
        min-height: 700px;
    }
    .banner-404 .caption-404 {
        height: 700px;
    }
    .yhc_event .owl-carousel .owl-next {
        right: 15px;
    }
}

@media screen and (max-device-width: 1200px) and (orientation: landscape) {
    .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 .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);
    }
    .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;
    }
    .stepsSec .jobSteps li .drowLine1 {
        top: -11px;
        right: -220px;
    }
    .stepsSec .jobSteps li .drowLine2 {
        top: 8px;
        right: -223px;
    }
    .whatDoYouGet ul li a {
        font-size: 1.2em;
    }
    .leadTxt p {
        height: 70px;
        overflow: hidden;
    }
    .leadTxt .leadName .nameWrap .lname p {
        height: auto;
    }
    .leadTxt h3 {
        font-size: 1.5em;
    }
    .leadTxt .leadName .nameWrap .lname h4 {
        font-size: 1.4em;
    }
    .leadTxt .leadName {
        padding-bottom: 0;
    }
    .leadTxt .leadName .leadShare {
        margin: 20px 0 0 0;
    }
    .leadBox a.readMore {
        opacity: 1;
    }
    .authorDetail .authorTxt {
        padding-right: 10px;
    }
}

@media only screen and (max-width: 1199px) {
    .partnerContatct .contact-rhs .mob-cnt-item li {
        width: auto;
        margin-bottom: 0;
    }
    .contact-us .row {
        align-items: center;
    }
    /* new brand guideline changes start */
    .ihc-product .platforms ul li {
        margin-right: 20px;
    }
    /* new brand guideline changes end */
}

@media screen and (min-width:1020px) and (max-width:1024px) {
    .padding-20 {
        padding: 10px 10px;
    }
}

@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;
    }
    .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: 160px;
        height: 160px;
    }
    .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: 0 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: 10%;
        left: 21%;
        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;
    }
    .phygital-model .center .centerInside h4 {
        font-size: 1em;
    }
    .center .centerInside p {
        font-size: 0.5em;
        line-height: normal;
    }
    .center .centerInside h6 {
        font-size: 0.6em;
    }
    .phygital-model .center .centerInside {
        padding: 20px 0 0 68px;
    }
    /* .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: 1.0em;
    }
    .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: 2.0em;
    }
    .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 0;
    }
    .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;
    }
    .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% !important;
        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;
    }
    .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: 0;
    }
    .contact-us .col-sm-3 {
        flex: 0 0 30%;
        max-width: 30%;
    }
    .contact-us .col-sm-9 {
        flex: 0 0 70%;
        max-width: 70%;
    }
    .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;
    }
    .accessiblity-tools {
        display: block !important;
    }
    .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;
    }
    .whatisTcsNqt .offers-tabs .nav-link {
        font-size: 1.4em;
    }
    .keyBenefitsWrap .BenefitsList {
        flex: 0 31%;
    }
    .tcsAdvantages .col-sm-3 {
        flex: 0 0 50% !important;
        max-width: 50% !important;
        margin: 15px 0px;
    }
    .coverageSection .col-sm-4 {
        flex: 0 0 50% !important;
        max-width: 50% !important;
        margin: 15px 0px;
    }
    .coverageSection .col-sm-8 {
        flex: 0 0 50% !important;
        max-width: 50% !important;
        margin: 15px 0px;
    }
    .advantagesBox {
        min-height: 256px;
        width: 100%;
    }
    .stepsSec .jobSteps li .drowLine1 {
        top: -9px;
        right: -221px;
    }
    .stepsSec .jobSteps li .drowLine2 {
        top: 11px;
        right: -225px;
    }
    .searchHistory .entriesTable .table tbody tr td {
        padding: 25px 20px;
    }
    .whatDoYouGet ul li a {
        font-size: 1.2em;
    }
    .banner-404 {
        min-height: 700px;
    }
    .banner-404 .caption-404 {
        height: 700px;
    }
    .leadTxt .leadName .leadShare {
        margin: 20px 0 0 0;
    }
    .leadershipWrapper .col-sm-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .leadTxt p {
        height: 70px;
        overflow: hidden;
    }
    .leadTxt .leadName .nameWrap .lname p {
        height: auto;
    }
    .leadTxt h3 {
        font-size: 1.5em;
    }
    .leadTxt .leadName .nameWrap .lname h4 {
        font-size: 1.3em;
    }
    .leadTxt .leadName .nameWrap .lname p {
        font-size: 1.3em;
    }
    .leadBox a.readMore {
        opacity: 1;
    }
    .yhc_event .owl-carousel .owl-next {
        right: 0;
    }
    .ion_prod_creator_toper_container {
        width: 40%;
    }
}

@media (max-width: 1000px) {
    .tcs-iON-Offerings .solution-block {
        height: 353px !important;
    }
}

@media (max-width: 992px) {
    .ourClient-carousel .client-block {
        padding: 0 7px;
    }
    .home_banner {
        margin-top: 54px;
        min-height: 500px;
        /* new brand guideline changes */
    }
    .home-carousel .banner-caption {
        height: 500px;
    }
    /* new brand guideline changes */
    .npt_innerpage .home-carousel .item {
        background-position: 72% 50% !important;
    }
    .advantagesBox2 {
        height: auto;
        min-height: unset;
    }
    .searchHistory .entriesTable .table tbody tr td ul li {
        font-size: 1.4em;
    }
    /* new brand guideline changes */
    .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;
    }
    .searchMain input {
        width: 30%;
    }
    .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;
    }
    .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;*/
    }
    .client-container .client-block .imgBlock img {
        height: 60px;
        width: auto;
        margin: 0 auto;
    }
    .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.4em;
        /*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;
}

.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: 25px 0 0 65px;
}


/* .phygital-model .center .centerInside h4{display: none;} */

.phygital-model .center .centerInside p {
    display: none;
}

.our-ecosystem-parameter .center .centerInside h6 {
    font-size: 0.7em;
}

.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 .center .centerInside {
    padding: /*0 0 0 42px;*/
    0px;
}

.our-ecosystem-parameter .donut-chart #part1 .circle::before {
    transform: rotate(-70deg) scale(0.6);
}

.our-ecosystem-parameter .donut-chart #part2 .circle::before {
    transform: rotate(215deg) scale(0.6);
}

.our-ecosystem-parameter .donut-chart #part3 .circle::before {
    transform: rotate(-34deg) scale(0.6);
}

.our-ecosystem-parameter .donut-chart #part4 .circle::before {
    transform: rotate(74deg) scale(0.7);
}

.our-ecosystem-parameter .donut-chart #part5 .circle::before {
    transform: rotate(0deg) scale(0.8);
}

.our-ecosystem-parameter .donut-chart #part1 .circle::before {
    top: 10%;
    left: 19%;
}

.our-ecosystem-parameter .donut-chart #part2 .circle::before {
    top: 10%;
    left: 19%;
}

.our-ecosystem-parameter .donut-chart #part3 .circle::before {
    top: 10%;
    left: 19%;
}

.our-ecosystem-parameter .donut-chart #part4 .circle::before {
    top: 10%;
    left: 19%;
}

.our-ecosystem-parameter .donut-chart #part5 .circle::before {
    top: 10%;
    left: 19%;
}


/*.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 {
    top: 29%;
    left: 0%;
}

.centers-of-ecellence .donut-chart #part2 .circle::before {
    top: 10%;
    left: 10%;
}

.centers-of-ecellence .donut-chart #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 #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;
}

.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%;
}

.tcs-iON-Offerings .solution-block {
    height: auto;
    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: 3.0em;
}

.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.9em;
}

.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;
    min-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;
}

.tcs-iON-Offerings-gov .solution-block {
    padding: 110px 20px 20px 20px;
}

.tcs-iON-Offerings-gov .solution-block {
    height: auto;
}

.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: 59%;
}

.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: 33%;
}

.client-carousel .owl-nav {
    top: 36%;
}

.tcs-iON-Offerings {
    margin: 70px 0px 0 0
}

.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%;
}


/* new brand guideline changes start */

.career-question .col-sm-4 img {
    display: block;
    width: 71%;
    margin: 0 auto;
}


/* new brand guideline changes end */

.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: 2.0em;
}

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;
}

section h2 br {
    display: none;
}

.whatDoYouGet ul {
    flex-wrap: wrap;
}

.whatDoYouGet ul li {
    width: 48%;
    margin-bottom: 25px;
}

.collaborators-carousel .item {
    height: 400px;
}

.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;
}

.tcs-iON-Offerings .solution-block {
    height: 353px;
}

.topCorporatesList {
    position: relative;
}

.hexagon-yellowbg:nth-child(2) {
    top: 103px;
}

.hexagon-yellowbg:nth-child(4) {
    position: absolute;
    top: 207px;
    left: 80px;
}

.hexagon-yellowbg:nth-child(5) {
    position: absolute;
    top: 207px;
    right: 80px;
}

.roleInRecruitment .img-block {
    margin-bottom: 20px;
}

.roleInRecruitment .col-sm-5 {
    flex: 0 0 100%;
    max-width: 100%;
}

.roleInRecruitment .col-sm-7 {
    flex: 0 0 100%;
    max-width: 100%;
}

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

.whatisTcsNqt .offers-tabs .nav-link {
    font-size: 1.4em;
}

.bundlePack .tcs-iON-Offerings-gov .col-sm-4 {
    display: block;
    max-width: 100%;
    vertical-align: top;
    width: 100%;
}

.bundlePack .tcs-iON-Offerings-gov .col-sm-4 .item {
    margin-bottom: 30px;
}

.keyBenefitsWrap {
    gap: unset;
}

.keyBenefitsWrap .BenefitsList {
    flex: 0 50%;
    margin-bottom: 20px;
}

.participationInTcsNqt .col-sm-6 {
    flex: 0 0 100%;
    max-width: 100%;
}

.brandsThatAcknowledge .linkWrap {
    display: block;
}

.corporatesHires .corporatesWrapNqt .imageWrap p {
    font-size: 1.4em;
}

.jobPlacements-carousel .owl-prev {
    left: -35px;
}

.jobPlacements-carousel .owl-next {
    right: -35px;
}

.vocational-quick-links ul li .quickNav {
    padding: 15px 8px;
    font-size: 1.4em;
}

.participationInTcsNqt .platformDetail-txt {
    padding: 20px 0 0 0;
}

.sampleTest .col-sm-3 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    margin: 15px 0px;
}

.coverageSection .col-sm-3 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    margin: 15px 0px;
}

.keyBenefits .col-sm-3 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    margin: 15px 0px;
}

.tcsAdvantages .col-sm-3 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin: 15px 0px;
}

.advantagesBox {
    min-height: inherit;
}

.coverageBox {
    min-height: 316px;
}

.stepsSec .jobSteps {
    display: block;
}

.stepsSec .jobSteps li {
    display: inline-block;
    width: 49%;
    vertical-align: top;
}

.stepsSec .jobSteps li p.desc {
    min-height: 90px;
}

.stepsSec .jobSteps li .drowLine1 {
    display: none;
}

.stepsSec .jobSteps li .drowLine2 {
    display: none;
}

.tcs-iON-Offerings-gov .img-div img {
    width: 50%;
}

.careerGuidance .col-sm-3 {
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
    margin: 0;
}

.ihcCourseDetails .col-sm-3 {
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
    margin-bottom: 20px;
}

.creditsScore-wrap h3 {
    font-size: 2em;
}

.recommendedFor h3 {
    font-size: 2em;
}

.syllabusTimline ul li {
    font-size: 2em;
}

.meetTheMentor .testiInfo {
    flex: 0 80%;
}

.showSearchBar {
    padding: 30px 20px;
}


/* new brand guideline changes start */

.entriesTable .table thead th {
    font-size: 1.4em;
}

.searchHistory .entriesTable .table tbody tr td a.textLink {
    font-size: 1.4em;
}

.searchHistory .entriesTable .table tbody tr td p.courseName {
    font-size: 1.4em;
}

.entriesTable .table .activeNow .tcs-primary-btn {
    font-size: 1.4em;
    padding: 9pt 10px;
}


/* new brand guideline changes end  */

.journeyDreamJobNpt .lineright {
    display: none;
}

.journeyDreamJobNpt .lineLeft {
    display: none;
}

.nptJobs .col-sm-3 {
    flex: 0 0 50%;
    max-width: 50%;
    margin: 15px 0px;
}

.testCoverage .col-sm-6 {
    flex: 0 0 100%;
    max-width: 100%;
}

.testCoverage .col-sm-2 {
    flex: 0 0 33.33%;
    max-width: 33.33%;
}

.testOfKnowledge .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 15px 0px;
}

.dasktopJourney {
    display: none;
}

.mobileJourney {
    display: block;
}

.mobileJourney .col-sm-4 {
    text-align: center;
}


/* new brand guideline changes start  */

.searchHistory .entriesTable .table tbody tr td p {
    font-size: 1.4em;
}


/* new brand guideline changes end  */

.knwlBanner .bannnerText {
    left: 20px;
}

.knwlBanner .bannnerText h3 {
    font-size: 2.5em;
}

.knwlBanner .bannnerText p {
    font-size: 1.4em;
}

.inner-banner-caption h2 {
    font-size: 4.0em;
}

.courses-tabs .nav-tabs .nav-link {
    font-size: 1.4em;
}

.banner-404 .caption-404 ul li {
    margin: 10px 10px;
}

.banner-404 {
    min-height: 507px;
}

.banner-404 .caption-404 {
    height: 507px;
}

.documentArea .col-sm-4 {
    flex: 50%;
    max-width: 50%;
}

.home-carousel .banner-caption p br {
    display: none;
}

.similarBlogs .similarTxt h4 {
    font-size: 1.3em;
}

.similarBlogs .similarTxt p {
    font-size: 1.3em;
}

.similarBlogs .similarTxt {
    padding-left: 0;
}

.authorDetail {
    display: block;
}

.authorDetail .authorTxt h4 {
    font-size: 1.3em;
}

.authorDetail .authorTxt p {
    font-size: 1.3em;
    margin-bottom: 5px;
}

.similarBlogs {
    display: block;
}

.similarBlogs .similerImg {
    margin-bottom: 10px;
}

.ihcCourseDetails .col-sm-3 {
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
    margin-bottom: 20px;
}

.creditsScore {
    padding: 10px 0px 0px;
}

.color-grey {
    margin-bottom: 20px;
}

.ihcCourseDetails {
    padding: 45px 0 20px;
}

.img-wrap {
    margin-bottom: 20px;
    text-align: center;
}

.courseSummaryDetails p {
    -webkit-line-clamp: 5;
}

.advantagesBox {
    padding: 15px;
}

.ihc-product .client-paragraph {
    width: 59%;
}

.ourClient-carousel .item {
    width: 90%;
    margin: 0 auto;
}

.courseSummaryDetails p {
    margin-bottom: 0;
}

/* .testimonialBanner {
    padding: 10px 20px;
} */

.collaboratorsBlock {
    padding: 20px;
}


/* new brand guideline changes start */

/* .ihc-product .collaboratorsBlock {
    padding: 20px;
} */


/* new brand guideline changes ends */

.customerWrapper {
    margin-top: auto;
}


/* new brand guideline changes start */

.ihc-product .advantagesBox svg {
    width: 30px;
}

.platforms ul li a .pl-icon {
    display: none;
}

.events .owl-carousel .owl-next {
    right: 20px;
}


/* new brand guideline changes end */

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

.platforms ul li {
    padding: 10px 10px 10px 10px;
}

.jobPlacements {
    padding: 45px 0 0px;
}

.syllabusTimline ul li ol li,
.syllabusTimline ul li a {
    font-size: 0.833em;
}


}

/* new brand guideline changes start */
@media (min-width: 1800px) {
    .ion_prod_creator_toper_container:hover,
    .ion_prod_creator_toper_container:focus,
    .ion_prod_creator_toper_container:active {
        background: #2469BC url(../banner_back_arrow_white-3.html) no-repeat 21% 50%;
    }
}

/* new brand guideline changes ends */
@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;
    }
    
    .otherName a.play {
        top: -55px;
    }
    
    .tcs-iON-Offerings .solution-block {
        height: auto;
    }
    
    .tcs-iON-Offerings .img-div img {
        width: 66%;
    }
}
@media (max-width: 768px) {
    .offers-tabs .link-tab .responsive-tabs.nav-tabs {
        display: block;
        flex-wrap: none;
    }
    
    .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;
    }
    
    .tcs-iON-Offerings .solution-block {
        height: auto !important;
    }
    
    .topCorporatesList {
        padding-bottom: 1px;
    }
    
    .recruitmentBtn a {
        margin: 0 0 15px 0 !important;
        width: 100%;
    }
    
    .hiringThroughTcs ul li {
        font-size: 1.4em;
    }
    
    .whatisTcsNqt .tabContentInside p {
        font-size: 1.4em;
    }
    
    .whatisTcsNqt .tabContentInside ul li {
        font-size: 1.4em;
    }
    
    .brandsThatAcknowledge .infoText {
        top: 0;
        left: 0;
    }
    
    .brandsThatAcknowledge .infoText p {
        font-size: 1.2em;
        padding-left: 25px;
    }
    
    .clients-wrapper .partners-carousel .item p {
        font-size: 1.4em;
    }
    
    .relatedProducts-carousel .owl-next {
        right: -25px;
    }
    
    .relatedProducts-carousel .owl-prev {
        left: -25px;
    }
    
    .ourCommunity .courses-tabs .nav-tabs {
        width: 370px;
    }
    
    .certifiedCandidates-carousel .owl-prev {
        left: -44px;
    }
    
    .certifiedCandidates-carousel .owl-next {
        right: -44px;
    }
    
    .interestWrap .showInterest h3 {
        font-size: 2.5em;
    }
    
    .interestWrap .showInterest p {
        font-size: 1.8em;
    }
    
    .keyBenefitsWrap .BenefitsList p {
        font-size: 1.4em;
    }
    
    .knwlBanner .deskBanner {
        display: none;
    }
    
    .knwlBanner .mobBanner {
        display: block;
    }
    
    .leadershipWrapper .col-sm-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .leadTxt .leadName .nameWrap {
        display: block;
    }
    
    .leadShareWrap {
        right: -180px;
        width: 270px;
    }
    
    .getMoreBlogs .tcs-primary-btn {
        margin-right: 6px !important;
    }
    /* new brand guideline changes starts */
    
    .youth_banner .home-carousel .item {
        background-position: 80% 50% !important;
    }
    
    .tcsion-partner.tcsNqt .tchNqt-carousel .item {
        position: relative;
    }
    
    .yhc_tech_overlay {
        position: relative;
    }
    
    .yhc_tech_overlay::after {
        content: '';
        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));
    }
    
    .yhc_step .tabInset {
        padding-bottom: 0px;
    }
    
    .yhc_event .owl-carousel .owl-next {
        right: 20px;
    }
    
    .youthTab ul li a {
        padding-left: 30px;
    }
    
    .get_career_guide_tech_overlay {
        position: relative;
    }
    
    .get_career_guide_tech_overlay::after {
        content: '';
        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));
    }
    
    .youth_learncertify_tech_overlay::after {
        content: '';
        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));
    }
    
    .youth_learncertify_poppacks .owl-carousel .owl-next {
        right: 10px;
    }
    
    .ion_prod_creator_toper_container {
        margin: 30px 0 10px 0;
        width: 43%;
    }
    /* new brand guideline changes ends */
}
@media only screen and (device-width: 896px) and (device-height: 414px) {
    .tcs-iON-Offerings .solution-block {
        height: 333px;
    }
    
    .tcs-iON-Offerings .img-div img {
        width: 90%;
    }
}
@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 screen and (min-width:567px) and (max-width: 767px) {
    .partnerContatct .contact-rhs .mob-cnt-item li {
        display: inline-block;
        padding-right: 20px;
    }
    
    .nqtBanner .home-carousel .banner-caption {
        height: auto;
    }
    /* new brand guideline changes  */
}

/* new brand guideline changes start */
@media (min-width: 540px) and (max-width: 720px) and (orientation: portrait) {
    .ion_prod_creator_toper_container {
        margin: 30px 0 10px 0;
        width: 50%;
        max-width: 250px;
        padding-left: 50px;
        background: #fff url(../banner_back_arrow_blue-3.html) no-repeat 13% 50%;
    }
}

/* new brand guideline changes ends */
@media (max-width: 767px) {
    /* new brand guideline changes start */
    
    .home-carousel .item:after {
        content: ''
    }
    
    .nqtBanner .display_txt {
        max-width: 398px;
        line-height: 1.4;
        font-size: 1.6em;
    }
    
    .jobPlacements.ihc-product {
        padding: 45px 0 0;
    }
    
    .tcsion-partner.tcsNqt .tchNqt-carousel .item {
        background-position: 80% 50% !important;
    }
    
    .bg_overlay::after {
        content: '';
    }
    
    .best-saller.tcs-section.tcsNqt {
        padding-top: 0;
    }
    
    .banner-caption .testDate li:last-child {
        padding-left: 0;
    }
    
    .nqt_view_past_result_btn {
        display: inline-block;
        margin-left: 0;
    }
    
    .banner-caption .banner-heading {
        font-size: 3.2em;
    }
    
    .ihc-product .enquire-wrap::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        top: 0;
        right: 0;
        padding: 20px 30px 20px 20px;
        background: rgba(0, 0, 0, 0.5);
    }
    
    .ihc-product .enquire-wrap * {
        position: relative;
    }
    /* new brand guideline changes end */
    
    .ihc-product .inner-banner-caption .ihcPrice {
        font-size: 1.4em;
    }
    
    .ihcContactText ol li {
        font-size: 1.4em;
    }
    
    .our-purpose-inner .proimg-wrap img {
        margin-top: 0;
    }
    
    .otherName a.play {
        top: -10px;
    }
    
    .our-purpose-inner::before {
        width: 100%;
        height: 250px;
        bottom: 0px;
        top: auto;
        display: none;
    }
    
    .tcs-iON-Offerings .img-div {
        width: 49%;
    }
    
    .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;
        top: 15px;
    }
    
    .events .owl-next {
        right: -5px;
    }
    
    .events .owl-prev {
        left: -45px;
    }
    
    .breadcrumbs ul li a {
        font-size: 0.8em;
    }
    
    .home_banner {
        min-height: 500px;
    }
    
    .home-carousel .item {
        /* new brand guideline changes start */
        background-position: 80% 50% !important;
        padding-top: 110px;
        /* new brand guideline changes end */
    }
    
    .se_banner .item {
        background-position: 80% 50% !important;
    }
    
    .home-carousel .banner-caption {
        height: 500px;
        justify-content: flex-end;
        padding-bottom: 50px;
    }
    
    .home-carousel .banner-caption h2 {
        font-size: 3.2em;
        /* new brand guideline changes done */
    }
    
    .home-carousel .banner-caption p {
        font-size: 13px;
    }
    
    .home-carousel .banner-caption p br {
        display: none;
    }
    
    .banner-btns {
        display: flex;
        flex-wrap: wrap;
    }
    
    .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: -130px !important;
        /* new brand guideline changes start */
        right: 0 !important;
        transform: none !important;
        padding: 0 15px;
        min-width: 200px;
        z-index: 8;
        /* new brand guideline changes end */
    }
    
    .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;
    }
    /* new brand guideline changes start */
    
    .enquire-main::after {
        content: ''
    }
    /* new brand guideline changes ends */
    
    .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,
    .placement-collaborators .testimonialBanner {
        /* new guidlines changes start */
        padding: 10px 20px 30px;
    }
    
    .testiContant p {
        font-size: 1.4em;
        margin: 0;
    }
    
    .testiContant .testiName p {
        margin: 0;
        font-size: 1.2em;
        text-align: center;
    }
    
    .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 .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;
    }
    
    .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;
    }
    /*.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: 20px;
    }
    
    .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;
    }
    
    .myAccordion .card-body1 {
        font-size: 14px;
    }
    
    .tcs-iON-Offerings {
        margin: 70px 0px 0 0px;
    }
    
    .tcs-iON-Offerings .col-sm-4 {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
    /* .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;
    }
    
    .phygital-model .center .centerInside h4 {
        font-size: 0.7em;
    }
    
    .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 .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 .donut-chart #part1 .circle::before {
        transform: rotate(-70deg) scale(0.5);
        top: 6%;
        left: 16%;
    }
    
    .our-ecosystem-parameter .donut-chart #part2 .circle::before {
        transform: rotate(215deg) scale(0.5);
        top: 8%;
        left: 15%;
    }
    
    .our-ecosystem-parameter .donut-chart #part3 .circle::before {
        transform: rotate(-34deg) scale(0.5);
        top: 8%;
        left: 16%;
    }
    
    .our-ecosystem-parameter .donut-chart #part4 .circle::before {
        transform: rotate(74deg) scale(0.5);
        top: 10%;
        left: 14%;
    }
    
    .our-ecosystem-parameter .donut-chart #part5 .circle::before {
        transform: rotate(0deg) scale(0.6);
        top: 8%;
        left: 16%;
    }
    
    .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 10px;
    }
    
    .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%;
    }
    
    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;
    }
    /* new brand guideline changes start */
    
    .mobile-quick-links option {
        font-size: 1em;
    }
    
    .ihc-product .tcs-iON-Offerings-gov {
        margin: 40px 0px 10px 0px;
    }
    /* new brand guideline changes end */
    
    .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;
    }
    
    .partnerWithUsForm .form-control {
        font-size: 1.4em;
        margin-bottom: 10px;
    }
    
    .partnerWithUsForm .form-group span.forEg {
        bottom: 0;
        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;
    }
    
    .platformDetail-txt {
        margin-top: 30px;
    }
    
    .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;
    }
    
    .textTest {
        min-height: 150px;
    }
    
    .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: 2.1em;
    }
    
    .about-banner .banner-caption p {
        font-size: 1.2em;
    }
    
    #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% !important;
    }
    
    #exampleModalCenter .modal-dialog {
        max-width: 80%;
    }
    
    #audioModalCenter .modal-dialog {
        max-width: 80%;
    }
    /* new brand guideline changes start  */
    
    #readmoreText .modal-dialog {
        max-width: 80%;
    }
    /* new brand guideline changes end  */
    
    .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
    }
    
    .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%;
        text-align: left;
        /* new brand guideline changes done */
    }
    
    .careerCard {
        width: 100%;
    }
    
    .partners-carousel .owl-prev {
        left: -25px;
    }
    
    .partners-carousel .owl-next {
        right: -25px;
    }
    
    .trandingTabInset {
        padding: 20px 0;
    }
    
    .stepTowards .courses-tabs .nav-tabs {
        padding: 0;
    }
    
    .shareWrap {
        width: 100%
    }
    
    .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: 2.0em;
        margin-top: 15px;
    }
    /*--.banner-caption .testDate li { display: block; margin-bottom: 10px; padding: 0; }
    .banner-caption .testDate li:first-child { border-right: none; }--*/
    
    .banner-caption .testDate li {
        display: inline-block;
        padding: 0 13px;
    }
    
    .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 {
        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: -35px;
    }
    
    .jobPlacements-carousel .owl-next {
        right: -35px;
    }
    
    .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;
    }
    
    .testimonialBanner .owl-next {
        right: -47px;
    }
    
    .testimonialBanner .owl-prev {
        left: -47px;
    }
    
    .aboutUs-section ul li {
        font-size: 1.4em;
    }
    
    .platformDetail-txt p {
        font-size: 1.4em;
    }
    
    .coverageBox {
        min-height: inherit;
        margin: 10px 0px;
    }
    
    .coverageBox h3 {
        font-size: 1.6em;
    }
    
    .coverageBox ul li {
        font-size: 1.4em;
    }
    
    .coverageBox h4 {
        font-size: 1.6em;
    }
    
    .advantagesBox {
        min-height: inherit;
    }
    
    .advantagesBox p {
        font-size: 1.4em;
    }
    
    .inner-banner-caption h2 {
        font-size: 3em;
    }
    
    .aboutUs-section ul li {
        font-size: 1.4em;
    }
    
    .hexagon-yellowbg {
        display: block;
        margin: 0 auto 80px;
    }
    
    .hexagon-yellowbg:nth-child(2) {
        top: auto;
    }
    
    .hexagon-yellowbg:nth-child(4) {
        position: relative;
        top: auto;
        left: auto;
    }
    
    .hexagon-yellowbg:nth-child(5) {
        position: relative;
        top: auto;
        right: auto;
    }
    
    .keyBenefitsWrap .BenefitsList {
        flex: 0 100%;
    }
    
    .certificationTabs .nav-tabs {
        width: 230px;
    }
    
    .certificationTabs .nav-tabs .nav-item {
        padding: 0 20px;
    }
    
    .certificationTabs .nav-tabs .nav-link {
        font-size: 1.4em;
    }
    
    .certificationStep .stepWrap {
        flex: 0 40%;
    }
    
    .certificationStep {
        gap: 15px;
    }
    
    .certifiedCandidates-carousel .brandLogos {
        width: 400px;
        margin: 0 auto;
    }
    
    .certifiedCandidates-carousel .brandLogos .imgBox {
        flex: 0 25%;
    }
    
    .certifiedCandidates-carousel .owl-prev {
        left: -24px;
    }
    
    .certifiedCandidates-carousel .owl-next {
        right: -24px;
    }
    
    .interestWrap {
        flex-wrap: wrap
    }
    
    .interestWrap .showInterest {
        flex: 0 100%;
    }
    
    .ourCommunity .courses-tabs .nav-tabs {
        width: 310px;
        padding: 0;
    }
    
    .nqtCertified-carousel .owl-next {
        right: -25px;
    }
    
    .nqtCertified-carousel .owl-prev {
        left: -25px;
    }
    
    .collaborators .collaboratorsBlock p {
        font-size: 1.1em;
    }
    
    .collaborators-img {
        margin-top: 10px;
    }
    
    .achieversContent .top .left {
        width: 57%;
    }
    
    .achieversContent .top .left p {
        font-size: 1.4em;
    }
    
    .achieversContent .top .right {
        width: 40%;
    }
    
    .achieversContent .top .right p {
        font-size: 1.4em;
    }
    
    .sampleTest .col-sm-3 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin: 15px 0px;
    }
    
    .coverageSection .col-sm-3 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin: 15px 0px;
    }
    
    .keyBenefits .col-sm-3 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin: 15px 0px;
    }
    
    .coverageSection .col-sm-4 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin: 5px 0px;
    }
    
    .coverageSection .col-sm-8 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin: 5px 0px;
    }
    
    .pbtitle .coverageBox {
        min-height: inherit;
    }
    
    .stepsSec .jobSteps {
        display: block;
    }
    
    .stepsSec .jobSteps li {
        width: 100%;
        margin: 20px 0px;
    }
    
    .drowLine {
        display: none;
    }
    
    .drowLine1 {
        display: none;
    }
    
    .drowLine2 {
        display: none;
    }
    
    .honour-section .col {
        flex-basis: auto;
    }
    
    .honour-section .gatewayInner {
        min-height: inherit;
    }
    
    .infoText {
        top: 20px;
        left: inherit;
    }
    
    .nqtCertified-carousel .owl-dots {
        margin-top: 10px !important;
    }
    
    .careerGuidance .col-sm-3 {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        display: block !important;
    }
    
    .offeredBy {
        margin-bottom: 20px;
    }
    
    .collaboration .offeredBy .offerTxt {
        display: block;
        text-align: center;
    }
    
    .collaboration .offeredBy .logoWrap {
        display: block;
        margin: 0 auto;
        padding-left: 0;
        width: 100%;
    }
    
    .collaboration .offeredBy .logoWrap img {
        width: 30%;
        margin: 0 auto;
        display: block;
    }
    
    .collaborationLogo {
        justify-content: space-between;
    }
    
    .collaborationLogo .logoImgWrap img {
        width: auto !important;
    }
    
    .ihcCourseDetails .col-sm-3 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    
    .knwlBanner {
        height: 200px;
    }
    
    .knwlBanner img {
        width: 100%;
        height: 100%;
    }
    
    .knwlBanner .bannnerText {
        left: 10px;
    }
    
    .knwlBanner .bannnerText h3 {
        font-size: 2em;
    }
    
    .knwlBanner .bannnerText P {
        text-align: left;
    }
    
    .syllabusTimline ul li {
        font-size: 1.8em;
    }
    
    .syllabusTimline ul li .listNumber {
        padding: 7px 0;
    }
    
    .meetTheMentor {
        display: block;
    }
    
    .meetTheMentor .testiImage {
        margin: 0 auto;
    }
    
    .meetTheMentor .testiInfo {
        padding-left: 0;
    }
    
    .testiContant .testiName h4,
    .meetTheMentor .testiInfo p {
        text-align: center;
    }
    
    .collaborationLogo .logoImgWrap {
        padding-right: 0;
    }
    
    .inner-banner-caption .ihcPrice {
        font-size: 3em;
    }
    
    .inner-banner-caption .ihcPrice span {
        display: block;
    }
    
    .showSearchBar {
        display: block;
    }
    
    .showEntries {
        margin-bottom: 20px;
        text-align: center;
    }
    
    .hideMobile {
        display: none;
    }
    
    .showMobile {
        display: inline-table;
    }
    
    .entriesTable {
        overflow: scroll;
    }
    
    .searchHistory {
        overflow: scroll;
    }
    
    .entriesTable .table thead th:nth-child(1),
    .entriesTable .table tbody td:nth-child(1) {
        min-width: 150px;
    }
    
    .entriesTable .table thead th:nth-child(2),
    .entriesTable .table tbody td:nth-child(2) {
        min-width: 150px;
    }
    
    .entriesTable .table thead th:nth-child(3),
    .entriesTable .table tbody td:nth-child(3) {
        min-width: 150px;
    }
    
    .entriesTable .table thead th:nth-child(4),
    .entriesTable .table tbody td:nth-child(4) {
        min-width: 150px;
    }
    
    .entriesTable .table thead th:nth-child(5),
    .entriesTable .table tbody td:nth-child(5) {
        min-width: 150px;
    }
    
    .entriesPagination .totalEntries p {
        text-align: center;
    }
    
    .testCoverage .infoBox {
        height: auto;
    }
    
    .testCoverage .testOfKnowledge {
        margin-top: 0px;
    }
    
    .testCoverage .coverageText {
        margin-bottom: 20px;
        text-align: center;
    }
    
    .testCoverage .coverageText h2 {
        text-align: center;
    }
    
    .testCoverage .coverageText p {
        text-align: center;
    }
    
    .testCoverage .infoBox .inside h3 {
        font-size: 1.9em;
    }
    
    .testCoverage .infoBox .bottom p {
        margin: 5px 0px;
        text-align: left;
    }
    
    .testCoverage .infoBox .inside {
        display: block;
        padding: 13px 15px 120px 15px;
    }
    
    .journeyDreamJobNpt i {
        margin: 10px 0px;
    }
    
    .mobileJourney .col-sm-4 {
        text-align: center;
        margin-bottom: 20px;
    }
    
    .oportunities .col-sm-6 img {
        margin-bottom: 20px;
    }
    
    .grephImg img {
        display: inline-block;
        width: 100%;
    }
    
    .testCoverage .col-sm-2 {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }
    
    .landYourDreamJobNpt .jobSteps li .iconWrap {
        height: 50px;
        width: 50px;
        line-height: 50px;
        font-size: 2.0em;
    }
    
    .nptJobs .col-sm-3 {
        flex: 0 0 100%;
        max-width: 100%;
        margin: 15px 0px;
        text-align: center;
    }
    
    .banner-404 {
        min-height: 537px;
    }
    
    .banner-404 .caption-404 {
        height: 534px;
    }
    
    .banner-404 .caption-404 ul {
        padding: 0px;
    }
    
    .banner-404 .caption-404 ul li {
        margin: 10px 0px;
        width: 100%;
    }
    
    .banner-404 .caption-404 ul li a {
        display: block;
        width: 100%;
    }
    
    .banner-404 .caption-404 p {
        font-size: 1.6em;
    }
    
    .banner-404 .caption-404 ul li a {
        font-size: 1.3em;
    }
    
    .tcs-404-btn {
        font-size: 1.4em;
        width: 100%;
    }
    
    .bannerBottomSet ul {
        margin: 0px;
    }
    
    .bannerBottomSet ul li:first-child::after {
        display: none;
    }
    
    .bannerBottomSet ul li {
        display: block;
        width: 100%;
        font-size: 1.4em;
        margin: 0px;
    }
    
    .caption-404 br {
        display: none;
    }
    
    .digital-assessment-parameter .donut-chart #part1 .circle::before {
        height: 22px;
        width: 27px;
        top: 13%;
        left: 24%;
    }
    
    .digital-assessment-parameter .donut-chart #part2 .circle::before {
        height: 22px;
        width: 27px;
        top: 13%;
        left: 24%;
    }
    
    .digital-assessment-parameter .donut-chart #part3 .circle::before {
        height: 22px;
        width: 27px;
        top: 13%;
        left: 24%;
    }
    
    .digital-assessment-parameter .donut-chart #part4 .circle::before {
        height: 22px;
        width: 27px;
        top: 13%;
        left: 24%;
    }
    
    .digital-assessment-parameter .donut-chart #part5 .circle::before {
        height: 22px;
        width: 27px;
        top: 13%;
        left: 24%;
    }
    
    .digital-assessment-parameter .donut-chart #part6 .circle::before {
        height: 22px;
        width: 27px;
        top: 13%;
        left: 24%;
    }
    
    .documentArea .col-sm-4 {
        flex: 100%;
        max-width: 100%;
    }
    
    .filterOverlay .filterPopup {
        overflow: auto;
    }
    
    .documentArea .documentSet .right a {
        opacity: 1;
    }
    
    .dwnBtnArea {
        display: block;
        text-align: center;
    }
    
    .dwnBtnArea p {
        margin-top: 20px;
    }
    
    .img-wrap img {
        width: 60%;
    }
    
    .partnerContatct .contact-rhs .mob-cnt-item li {
        padding-right: 0;
    }
    
    .contact-us .contact-rhs .cnt-email li .cnt-text p {
        font-size: 1.4em;
    }
    
    .partnerContatct .contact-rhs .cnt-email li .cnt-text a {
        font-size: 1.4em;
    }
    
    .knwlBanner .bannnerText P {
        padding: 0 10px 0px 0;
    }
    
    .platforms ul li {
        width: calc(50% - 15px);
        margin: 0 auto 20px;
    }
    
    .ihc-product .platforms ul li:last-child {
        margin: 0 auto 0;
    }
    
    .ihc-product .platforms {
        padding-bottom: 0px;
    }
    
    .ihc-product .platforms ul li {
        display: inline-flex;
        text-align: left;
        align-items: center;
        margin: 0 auto 20px;
    }
    
    .ihc-product .pl-icon {
        width: 50px;
        display: flex;
        align-items: center;
    }
    
    .ihc-product .knwlBanner {
        height: auto;
    }
}
@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: 900px) and (orientation: landscape) {
    .filterOverlay .filterPopup {
        overflow: auto !important;
    }
    
    .fltPopBtns {
        position: static;
    }
    
    .fltPopBtns ul {
        padding: 0px;
    }
    
    .segmentDiv ul li a {
        font-size: 1.4em;
    }
    
    .vocational-quick-links ul li .quickNav {
        font-size: 1.3em;
    }
    
    .sampleTest .col-sm-3 {
        flex: 0 0 50% !important;
        max-width: 50% !important;
        margin: 15px 0px;
    }
    
    .coverageSection .col-sm-3 {
        flex: 0 0 50% !important;
        max-width: 50% !important;
        margin: 15px 0px;
    }
    
    .keyBenefits .col-sm-3 {
        flex: 0 0 50% !important;
        max-width: 50% !important;
        margin: 15px 0px;
    }
    
    .collaborators-carousel .item {
        padding: 15px;
    }
    
    .coverageSection .col-sm-4 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin: 15px 0px;
    }
    
    .coverageSection .col-sm-8 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin: 15px 0px;
    }
    
    .coverageBox {
        min-height: inherit;
    }
    
    .pbtitle .coverageBox {
        min-height: inherit;
    }
}
@media screen and (max-device-width: 750px) and (orientation: landscape) {
    .home_banner {
        min-height: auto;
    }
    
    .home-carousel .banner-caption {
        height: auto;
        /* new brand guideline changes */
    }
    
    .nptBanner .banner-caption {
        height: auto;
        /* new brand guideline changes */
    }
    
    .home-carousel .banner-caption.school-children {
        height: 440px;
    }
    
    .filterOverlay .filterPopup {
        overflow: auto;
    }
    
    .jobPlacements-carousel .owl-prev {
        left: -35px;
    }
    
    .jobPlacements-carousel .owl-next {
        right: -35px;
    }
    
    .ourCommunity .courses-tabs .nav-tabs {
        width: 320px;
    }
    
    .certifiedCandidates-carousel .brandLogos {
        width: 450px;
    }
    
    .certifiedCandidates-carousel .brandLogos .imgBox {
        flex: 0 25%;
    }
    
    .ihcContact .feedback-wrapper .feedbackForm .col-sm-3 {
        display: block;
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    .ihcContact .feedback-wrapper .feedbackForm .col-sm-4 {
        display: block;
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    .captchaArea {
        margin-top: 34px;
    }
}

/* new brand guideline changes start */
@media (max-width: 767px) and (orientation: landscape) {
    .ion_prod_creator_toper_container {
        margin-top: 20px;
    }
}

/* new brand guideline changes ends */

/* new brand guideline changes start */
@media(max-width: 568px) {
    .ion_prod_creator_toper_container {
        width: 84%;
        margin: 10px 0 10px 0;
        padding-left: 50px;
        background: #fff url(../banner_back_arrow_blue-3.html) no-repeat 8% 50%;
        left: -15px;
    }
}

/* new brand guideline changes end */
@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;
    }
    
    .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 */
}
@media (max-width: 500px) {
    .courses-btn .btn-primary {
        padding: 8px 12px;
        font-size: 1.2em;
    }
    
    .img-wrap span {
        font-size: 1.2em;
    }
    
    .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;
    }
    
    .jobPlacements-carousel .owl-prev {
        left: -25px;
    }
    
    .jobPlacements-carousel .owl-next {
        right: -25px;
    }
    
    .certifiedCandidates-carousel .brandLogos {
        width: 300px;
        margin: 0 auto;
    }
    
    .certifiedCandidates-carousel .brandLogos .imgBox {
        flex: 0 45%;
    }
}
@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-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;
    }
}

/* new brand guideline changes start */
@media (max-width: 330px) {
    .home_banner {
        min-height: unset;
    }
    
    .home-carousel .banner-caption {
        height: auto;
    }
}
@media (max-width: 300px) {
    .ion_prod_creator_toper_container {
        width: 82%;
        margin: 13px 0 10px 0;
        padding-left: 23px;
        background: #fff url(../banner_back_arrow_blue-3.html) no-repeat 2% 50%;
    }
}

/* new brand guideline changes end */