body {
    margin: 0px;
    padding: 0px;
}

/*Why choose Great Learning courses?*/
.services-section {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px
}

.services-list__item {
    margin-top: 40px;
    display: flex;
    flex-direction: column
}

.services__image {
    border-radius: 8px;
    overflow: hidden
}

.services__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.services__count {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    font-size: 24px;
    color: #fff;
    margin: 25px auto 0
}

.services__count.one {
    background-color: #196ae5
}

.services__count.two {
    background-color: #d64b9e
}

.services__count.three {
    background-color: #e9bb01
}

.sercives__title {
    font-size: 20px;
    letter-spacing: .15px;
    color: #000;
    margin-top: 24px
}

.services__desc {
    font-size: 14px;
    line-height: 28px;
    color: rgba(0, 0, 0, .6);
    margin-top: 16px
}

.services__stats {
    display: flex
}

.services-stats-item {
    width: 50%;
    padding: 16px 8px 0
}

.service-stats-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #f8f8f8;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center
}

.service-stats__title {
    font-size: 20px;
    letter-spacing: .15px;
    font-weight: 700;
    margin-top: 24px;
    color: #000
}

.service-stats__subtitle {
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, .6);
    margin-top: 4px;
    font-weight: 700
}

.exp-now--btn {
    margin-top: 16px;
    width: 80%;
    /* width: 100%; */
}

.btn {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1.25px;
    color: #fff;
    background-color: #5e3fdf;
    border-radius: 8px;
    padding: 16px 24px;
    display: inline-block;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;


}

@media only screen and (min-width: 768px) {
    .services-list__item {
        flex-direction: row
    }

    .services-list__item:nth-child(2n) {
        flex-direction: row-reverse
    }

    .services__image {
        width: 50%;
        flex-shrink: 0
    }

    .services__info {
        flex-grow: 1;
        padding-left: 16px;
        padding-right: 16px;
        margin-top: 0
    }

    .services__count {
        display: none
    }

    .sercives__title {
        margin-top: 0
    }

    .service-stats__subtitle,
    .services__desc {
        font-size: 14px
    }
}

@media only screen and (min-width: 992px) {
    .services__count {
        width: 88px;
        height: 88px;
        font-size: 34px
    }

    .sercives__title {
        font-size: 34px;
        margin-top: 32px;
        line-height: 48px
    }

    .service-stats__subtitle {
        font-size: 16px
    }

    .services__desc {
        margin-top: 24px;
        font-size: 16px
    }

    .services__info {
        padding-left: 60px;
        padding-right: 60px
    }

    .exp-now--btn {
        margin-top: 40px
    }
}

@media only screen and (min-width: 1280px) {
    .services__count {
        display: flex
    }
}

/*Why choose Great Learning courses end*/
/*banner page*/

.home-banner-container {
    margin-top: 64px;
    position: relative
}

.home-banner__title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.87);
    margin-bottom: 0
}

.home-banner__subtitle {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .1px;
    color: rgba(0, 0, 0, 0.72);
    margin-top: 8px;
    font-weight: 500;
    margin-bottom: 8px
}

.home-banner__slide {
    width: 100%;
    height: 415px
}



.home-banner__slide.main-banner .home-banner__content {
    width: 70%
}

.home-banner__slide.management-banner .home-banner__button {
    margin-top: 0
}

.home-banner__slide.management-banner .home-banner__content {
    width: 100%
}

.home-banner__content {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px
}

.home-banner__image {
    margin-top: 8px
}



.home-banner__image img {
    width: 100%
}

.home-banner-carousel {
    overflow: hidden
}

.home-banner-list {
    display: flex
}

.home-banner__item {
    flex-shrink: 0;
    flex-grow: 1;
    width: 100%
}

.carousel-dots-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px
}

.carousel-dots__item {
    width: 8px;
    height: 8px;
    border-radius: 20px;
    background-color: rgba(0, 0, 0, 0.6);
    transition: all .2s ease
}

.carousel-dots__item.active {
    background-color: #000;
    width: 32px
}

.home-banner__overline {
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 1.5px;
    font-weight: 600;
    color: #ef8629;
    display: block;
    text-transform: uppercase
}

.gl-slider-btns {
    display: none
}

.home-banner__button {
    margin-top: 16px
}

.home-banner__button span {
    display: none
}

.home-banner__button img {
    margin-left: 5px;
    margin-bottom: -3px
}

.up-banner-text-list {
    display: none
}

.up-bannner__add-text {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: .15px;
    color: #39cd39;
    font-weight: 600
}

.management-banner-image {
    height: 160px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom -10px center
}

.gl-slider-slide {
    display: flex;
}

.home-banner__content {
    width: 100%;
}

.gl-grid .main-banner {
    width: 40%;
}

@media (min-width: 768px) {
    .home-banner-container {
        margin-top: 78px;
        text-align: left
    }

    .main-banner {
        margin-top: 55px;
    }

    .home-banner__slide {
        display: flex;
        align-items: center;
        height: 400px;
        padding: 0 3%
    }




    .home-banner__slide.main-banner .home-banner__content {
        width: 72%
    }

    .home-banner__slide.management-banner {
        gap: 24px
    }

    .home-banner__slide.management-banner .home-banner__button {
        margin-top: 40px
    }

    .management-banner-image {
        height: 460px
    }

    .home-banner__image {
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .home-banner__image img {
        width: 100%;
        height: 500px
    }

    .home-banner__title {
        font-size: 32px;
        line-height: 48px;
        margin-top: 8px
    }

    .home-banner__subtitle {
        font-size: 16px;
        line-height: 24px;
        margin-top: 16px
    }

    .home-banner__overline {
        font-size: 12px;
        line-height: 16px
    }

    .home-banner__button.btn {
        padding: 20px 40px;
        margin-top: 24px
    }

    .home-banner__button span {
        display: inline
    }

    .home-banner__controls.gl-slider-btns {
        display: none
    }

    .carousel-dots-list {
        margin-top: 50px
    }

    .up-banner-text-list {
        display: block
    }
}

@media only screen and (min-width: 1024px) {
    .home-banner__title {
        font-size: 40px;
        line-height: 64px
    }

    .home-banner__subtitle {
        font-size: 20px;
        line-height: 32px
    }

    .home-banner__slide {
        height: 520px
    }



    .home-banner__controls.gl-slider-btns {
        position: relative;
        width: 100%;
        display: flex
    }

    .home-banner__controls .gl-slider-nav {
        width: 40px;
        height: 40px;
        position: absolute;
        top: -300px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background-color: #000
    }

    .home-banner__controls .gl-slider-nav path {
        fill: #fff
    }

    .home-banner__controls .gl-slider-nav.left {
        left: -20px
    }

    .home-banner__controls .gl-slider-nav.right {
        right: -20px
    }
}

@media only screen and (min-width: 768px) {
    .home-banner-container {
        margin-top: 0px;
        text-align: left;
    }
}

.hero-area .gradient-bg {
    display: flex;
    background: #fff;
}

.hero-area .section-overlay {
    height: 100%;
    width: 100%;
    background: #fff;
}

.hero-area .section-overlay .container {
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .hero-area .section-overlay {
        min-height: 600px;
        padding: 0 0;
    }
}

@media only screen and (max-width: 768px) {
    .hero-area .section-overlay {
        min-height: 305px;
        padding: 40px 0;
    }
}

@media(max-width:992px) {

    /*.home-banner__slide.main-banner {
    background-repeat: no-repeat;
    background-position: unset;
    background-size: cover;
}*/
    .home-banner__button span {
        display: inline-block;

    }

    .home-banner__slide.main-banner {
        display: grid;
        height: 250px;
    }

    .gl-slider-slide {
        display: block;
    }

    .home-banner__content {
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 36px;
        margin-bottom: 20px;
    }

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

}

/*banner page end*/
/*Our Top Categories*/
.section-left-title-with-btn {
    width: 100%;
    text-align: center;
}

/*Our Top Categories end*/
/*----*/
@media only screen and (min-width: 769px) {
    .section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.partners-section {
    padding-left: 16px;
    padding-right: 16px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 1366px) {

    .container,
    .gl-grid {
        max-width: 1280px;
    }
}

.partners-section .section-head {
    text-align: center;
}

.section-overline {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .15px;
    margin-bottom: 8px;
    color: #0f4089;
    font-weight: 500;
}

.section-overline p {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    line-height: 24px;
    outline: 0;
    -webkit-tap-highlight-color: transparent;
    letter-spacing: .25px;
}

@media (min-width: 769px) {
    .section-title {
        font-size: 48px;
        line-height: 64px;
    }
}

.section-title {
    font-size: 48px;
    line-height: 64px;
    margin-bottom: 16px;
    color: rgba(0, 0, 0, 0.87);
    font-weight: 600;
}

.partners-section .body__section {
    max-width: 1040px;
    margin: 0 auto;
}


.partners-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    height: 150px;
    overflow: hidden;
    transition: height .5s ease;
}

.partners-list ul,
ol {
    list-style: none;
    list-style-type: none;
}

@media only screen and (min-width: 1024px) {
    .partners-list__item {
        width: 248px;
        height: 164px;
    }
}

.partners-list__item {
    width: 200px;
    height: 120px;
    position: relative;
    padding: 8px;
    cursor: pointer;
}

.partners-list__item li {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    line-height: 24px;
    outline: 0;

}

@media only screen and (min-width: 1024px) {
    .partners-logo {
        width: 80%;
    }
}

.partners-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}

.partners-logo .img {

    overflow-clip-margin: content-box;
    overflow: clip;
}

.fadeIn,
.fadeOut {
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
}

.btn.btn--invert {
    color: #fff;
    background-color: #196ae5;
}

.btn.btn-lg {
    padding: 20px 24px;
}

.btn.block {
    display: block;
    width: fit-content;
}

.partners__cta {
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
}

/*ghjm end*/



/*Learners across 170+ countries*/
.learners-section {
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;

}

.learners-section .section-head {
    text-align: center;
}

.learners-data-list {
    margin-top: 24px;
}

.learners-data__item {
    display: flex;
    margin-bottom: 16px;
    box-shadow: 0 2px 4px 2px rgba(0, 0, 0, .1);
    background-color: #fff;
    padding: 8px 16px;
    border-radius: 8px;
}

.learners-data__item:last-child {
    margin-bottom: 0;
}

.learners-data__item .data-provider {
    padding-right: 16px;
    padding-left: 16px;
    flex-grow: 1;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .15px;
    color: #000;
    font-weight: 500;
}

.learners-data__item .data-rating {
    color: #fff;
    background-color: #0084ff;
    font-size: 14px;
    line-height: 24px;
    border-radius: 40px;
    padding-left: 6px;
    padding-right: 21px;
    font-weight: 500;
    position: relative;
}

.learners-data__item .data-rating img {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
}

.learners-data-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
}

@media only screen and (min-width: 768px) {

    .learners-data-list,
    .learners-data-list-dom {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .learners-data-list-dom .learners-data__item,
    .learners-data-list .learners-data__item {
        width: 40%;
        margin-right: 8px;
        margin-left: 8px;
    }

    .learners-data-list-dom .learners-data__item:last-child,
    .learners-data-list .learners-data__item:last-child {
        margin-bottom: 16px;
    }

    .learners-data__item .data-image {
        width: 25px;
        height: 25px;
    }

    .learners-data__item .data-provider {
        padding-left: 8px;
        padding-right: 8px;
    }
}

@media only screen and (min-width: 1024px) {
    .learners-data__item .data-image {
        width: 40px;
        height: 40px;
    }
}

@media only screen and (min-width: 1200px) {
    .learners-data__item {
        padding: 24px;
    }

    .learners-data__item .data-image {
        width: 48px;
        height: 48px;
    }

    .learners-data__item .data-provider {
        font-size: 20px;
        padding-left: 24px;
        padding-right: 24px;
    }

    .learners-data__item .data-rating {
        font-size: 18px;
        line-height: 30px;
        padding-right: 26px;
    }

    .learners-data__item .data-rating img {
        width: 18px;
        height: 18px;
    }
}

/*Learner section end*/
/*Acadamic section*/
.academy-card {
    background-color: #f8f8f8;
    max-width: 1066px;
    overflow: hidden;
    margin: 0 12px;
    border-radius: 8px;
}

.senior-prof-academy_card {
    padding-top: 20px;
}

.academy-card__body {
    padding: 16px 16px 24px;
}

.academy-card__body .section-overline {
    font-size: 14px;
}

.academy-card__body .section-title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 8px;
}

.academy-card__body .section-subtitle {
    line-height: 24px;
    flex-grow: 1;
    margin-bottom: 40px;
}

.academy-card__banner {
    width: 100%;
    height: 204px;
    background-color: rgba(0, 0, 0, .1);
    background-size: cover;
    background-position: top;
}

.academy-card-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 0;
    margin-left: auto;
    margin-right: auto;
}

.academy-card-wrapper .section-body {
    display: flex;
    flex-direction: column;
    margin-top: 16px;
}

.academy-card-wrapper .section-head .section-title {
    text-align: center;
}

.academy-card__link {
    margin-top: 32px;
    display: inline-block;
    flex: 1 1;
}

.academy-card__link:first-child {
    margin-top: 0;
}

@media only screen and (min-width: 660px) {
    .academy-card__link {
        margin-top: 0;
        width: 32%;
    }

    .academy-card-wrapper .section-body {
        flex-direction: row;
        margin-top: 0;
    }

    .academy-card__body {
        height: calc(100% - 204px);
    }

    .academy-card,
    .academy-card__body {
        display: flex;
        flex-direction: column;
    }

    .academy-card {
        align-items: stretch;
        height: 100%;
        margin: 0 6px;
    }

    .academy-card .btn.academy-card__cta {
        width: 100%;
        padding: 16px 0;
        font-size: 12px;
    }
}

@media only screen and (min-width: 768px) {
    .academy-card {
        border-radius: 8px;
        margin: 0 12px;
    }

    .senior-prof-academy_card {
        padding-top: 40px;
    }
}

@media only screen and (min-width: 660px) {
    .academy-card__link:only-child {
        width: 100%;
    }

    .academy-card__link:only-child .academy-card {
        display: flex;
        height: 475px;
        flex-direction: row-reverse;
    }

    .academy-card__link:only-child .academy-card .btn.academy-card__cta {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        padding: 16px;
    }

    .academy-card__link:only-child .academy-card__banner {
        height: 100%;
        width: 100%;
    }

    .academy-card__link:only-child .academy-card__body {
        padding: 64px;
        height: auto;
        align-self: center;
        width: 55%;
    }

    .academy-card__link:only-child .academy-card__body .section-overline {
        font-size: 16px;
        line-height: 24px;
        text-transform: unset;
    }

    .academy-card__link:only-child .academy-card__body .section-title {
        margin-bottom: 16px
    }

    .academy-card__link:only-child .academy-card__body .section-subtitle {
        flex-grow: unset;
        margin-bottom: 16px;
    }

    .academy-card__link:only-child .acedemy-card__image {
        width: 45%;
    }
}

@media only screen and (min-width: 992px) {
    .academy-card__link:only-child .academy-card {
        height: 520px;
    }

    .academy-card__link:only-child .academy-card .section-title {
        font-size: 48px;
        line-height: 64px;
        margin-bottom: 16px;
    }
}

@media only screen and (min-width: 1284px) {
    .academy-card__link {
        flex: 1 1;
    }

    .academy-card__link:only-child .academy-card__body {
        padding: 64px;
        align-self: center;
    }

    .academy-card__link:only-child .academy-card__body .section-subtitle {
        margin-bottom: 32px;
    }

    .academy-card__link:only-child .academy-card {
        flex-direction: row-reverse;
        margin: 0 auto;
    }

    .academy-card__link:only-child .academy-card .btn.academy-card__cta {
        font-size: 16px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        padding: 16px 24px;
        margin-top: 16px;
    }

    .academy-card__link:only-child .academy-card__banner {
        height: 100%;
        width: 100%;
    }
}

/*Academic section end*/


/*Generic slug*/
.generic-slug-section {
    padding-left: 16px;
    padding-right: 16px;
    margin-left: auto;
    margin-right: auto;
}

.generic-slug {
    padding: 24px;
    color: #fff;
    border-radius: 8px;
}

.generic-slug.download-report--slug {
    background: url(https://d1vwxdpzbgdqj.cloudfront.net/s3-public-images/page-banners/home/learners-slug-overlay.png) no-repeat;
    background-position: 101% 100%;
    background-size: 50vw;
}

.generic-slug.contact-us--slug {
    position: relative;
    overflow: hidden;
}

.generic-slug.contact-us--slug:before {
    content: "";
    display: block;
    position: absolute;
    width: 200px;
    height: 200px;
    background: #fe9f0f;

    border-radius: 50%;


}

.generic-slug.contact-us--slug:after {
    content: "";
    display: block;
    position: absolute;
    width: 330px;
    height: 330px;
    background: #fe9f0f;
    border-radius: 0%;
    right: -20px;
    top: -20px;
}

@media only screen and (min-width: 768px) {
    .generic-slug.contact-us--slug:before {
        left: 0;
        bottom: -230px;
        width: 300px;
        height: 300px;
    }
}

.generic-slug.contact-us--slug:after {
    -webkit-clip-path: polygon(50% 0, 83% 12%, 100% 43%, 94% 78%, 68% 100%, 32% 100%, 6% 78%, 0% 43%, 17% 12%);
    -moz-clip-path: polygon(50% 0, 83% 12%, 100% 43%, 94% 78%, 68% 100%, 32% 100%, 6% 78%, 0% 43%, 17% 12%);
    -ms-clip-path: polygon(50% 0, 83% 12%, 100% 43%, 94% 78%, 68% 100%, 32% 100%, 6% 78%, 0% 43%, 17% 12%);
    clip-path: polygon(50% 0, 83% 12%, 100% 43%, 94% 78%, 68% 100%, 32% 100%, 6% 78%, 0% 43%, 17% 12%);
}

.generic-slug.contact-us--slug .generic-slug__title {
    margin-top: 12px;
}

.generic-slug.contact-us--slug .generic-slug__subtitle {
    color: hsla(0, 0%, 100%, .74);
}

.generic-slug.contact-us--slug .generic-slug__body,
.generic-slug.contact-us--slug .generic-slug__footer {
    position: relative;
    z-index: 1;
}

.generic-slug.contact-us--slug {
    box-shadow: 0 2px 4px 2px rgba(0, 0, 0, .1);

}

.generic-slug.contact-us--slug .generic-slug__overline {
    color: rgba(0, 0, 0, 0.87) !important;
}

.generic-slug.contact-us--slug .generic-slug__title {
    color: rgba(0, 0, 0, 0.87) !important;
}

.generic-slug.contact-us--slug .generic-slug__subtitle {
    color: rgba(0, 0, 0, 0.87) !important;
}



.generic-slug .generic-slug__footer {
    margin-top: 56px;
}

.generic-slug__overline {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

.generic-slug__title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    color: #fff;
}

.generic-slug__subtitle {
    font-size: 20px;
    color: #fff;
    line-height: 32px;
    margin-top: 8px;

}

.generic-slug__cta.btn {
    margin-top: 16px;
    background-color: #fff;
    color: rgba(0, 0, 0, 0.87);
}

.track-click-mp:hover {
    border: 1px solid var(--theme-color);
    color: var(--theme-color);
    background-color: var(--white-color);
}

@media only screen and (min-width: 768px) {
    .generic-slug {
        padding: 48px;
        display: flex;
        align-items: center;
    }

    .generic-slug .generic-slug__footer {
        margin-top: 0;
    }

    .generic-slug.download-report--slug {
        background-size: 30vw;
    }

    .generic-slug.contact-us--slug .generic-slug__footer {
        margin-top: 0;
    }

    .generic-slug.contact-us--slug:after {
        right: -160px;
        top: -200px;
    }



    .generic-slug__body {
        width: 60%;
    }

    .generic-slug__subtitle {
        margin-top: 16px;
    }

    .generic-slug__footer {
        width: 40%;
        display: flex;
        justify-content: center;
    }

    .generic-slug__footer a {
        display: block;
    }

    .generic-slug__cta.btn {
        margin-top: 0;
    }
}

@media only screen and (min-width: 992px) {
    .generic-slug__title {
        font-size: 48px;
        line-height: 64px;
    }
}

@media (max-width: 992px) {
    .generic-slug-section {
        margin: 30px 0px;
    }

    .generic-slug.contact-us--slug:before {
        display: none;
    }

    .generic-slug.contact-us--slug:after {
        display: none;
    }
}


/*generic slug end*/
/*mutliple stories*/

/*.testimonial-section .section-footer,.testimonial-section .section-head {
    text-align: center;
    padding-left: 16px;
    padding-right: 16px
}

.testimonial-section .testimonial-list {
    padding-bottom: 24px
}

.testimonial-section .gl-slider-btns {
    position: absolute;
    right: 0;
    top: -90px
}

.testimonial-card {
    width: 312px;
    box-shadow: 0 2px 4px 2px rgba(0,0,0,.1);
    height: 100%;
    background-color: #f8f8f8;
    border-radius: 8px;
    overflow: hidden
}

.testimonial-card__body {
    margin-bottom: 16px;
    position: relative;
    flex-grow: 1
}

.testimonial-card__banner {
    width: 100%;
    height: 208px;
    background-color: rgba(0,0,0,.1);
    background-size: cover;
    background-position: top
}

.testimonial-card__title {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: .18px;
    color: rgba(0,0,0,.87);
    margin-bottom: 16px;
    font-weight: 600;
    height: 86px
}

.testimonial-card__description {
    font-size: 14px;
    line-height: 28px;
    letter-spacing: .25px;
    color: rgba(0,0,0,.6);
    max-height: 112px;
    overflow: hidden
}

.testimonial-card__description:after {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: hsla(0,0%,97.3%,.5);
    background: linear-gradient(0deg,#f8f8f8,hsla(0,0%,97.3%,.5))
}

.testimonial-card__footer {
    margin-top: 8px
}

.testimonial-card__learner {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: .15px;
    margin-top: 8px;
    font-weight: 500
}

.testimonial-card__desg {
    font-size: 14px;
    line-height: 28px;
    letter-spacing: .25px;
    color: #196ae5
}

.testimonial-card__wrapper {
    display: flex;
    flex-direction: column;
    padding: 16px
}

.testimonial-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none;
    z-index: 100;
    background-color: #f8f8f8
}

.testimonial-popup .testimonial-card {
    width: 100%;
    height: 100%;
    box-shadow: none;
    overflow: scroll;
    border-radius: 0;
    background-color: #fff
}

.testimonial-popup .testimonial-card__banner {
    width: 180px;
    height: 180px;
    margin: 20px auto 10px;
    border-radius: 50%;
    box-shadow: 0 2px 4px 2px rgba(0,0,0,.1);
    background-size: 200px
}

.testimonial-popup .card {
    height: 100%;
    overflow: scroll
}

.testimonial-popup .testimonial-card__description {
    max-height: none
}

.testimonial-popup .testimonial-card__description:after {
    content: none
}

.testimonial-popup.active {
    display: block
}

.testimonial-popup__close {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #f8f8f8;
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 101
}

.testimonial-popup__close:after,.testimonial-popup__close:before {
    content: "";
    width: 15px;
    height: 2px;
    background-color: #000;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%
}

.testimonial-popup__close:after {
    transform: translate(-50%,-50%) rotate(45deg)
}

.testimonial-popup__close:before {
    transform: translate(-50%,-50%) rotate(-45deg)
}

@media only screen and (min-width: 768px) {
    .testimonial-section {
        display:flex;
        flex-direction: column
    }

    .testimonial-section .section-head {
        text-align: left
    }

    .testimonial-section .section-body {
        order: 3
    }

    .testimonial-section .section-footer {
        order: 2;
        margin-bottom: 24px;
        text-align: left
    }

    .testimonial-section .section-footer .track-click-mp {
        display: inline-block
    }

    .testimonial-list__item {
        width: 100%;
        flex-shrink: 0;
        max-width: 848px
    }

    .testimonial-card {
        width: 100%;
        display: flex;
        flex-direction: row-reverse;
        border-radius: 8px;
        overflow: hidden
    }

    .testimonial-card__wrapper {
        width: 50%;
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 40px;
        flex-shrink: 0
    }

    .testimonial-card__description {
        max-height: none;
        line-height: 21px
    }

    .testimonial-card__description:after {
        content: none
    }

    .testimonial-card__read-more {
        display: none
    }

    .testimonial-card__banner {
        width: 50%;
        height: 100%
    }

    .testimonial-card__footer {
        margin-top: 16px
    }
}

@media only screen and (min-width: 992px) {
    .testimonial-card__title {
        font-size:34px;
        line-height: 48px;
        min-height: 144px;
        height: auto
    }
}

@media only screen and (min-width: 768px) and (max-width:992px) {
    .testimonial-list__item {
        width:96%;
        flex-shrink: 0;
        max-width: 848px
    }
}

.testimonial-intl .section-head {
    padding-left: 16px;
    padding-right: 16px;
    text-align: center
}

.testimonial-card-intl {
    display: flex;
    flex-direction: column;
    width: 312px;
    padding: 16px
}

.testimonial-intl__head {
    display: flex
}

.testimonial-intl__head .avatar-img {
    margin-right: 16px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0
}

.testimonial-intl__body {
    flex-grow: 1;
    margin-top: 16px;
    position: relative
}

.testimonial-intl__title {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: .15px;
    font-weight: 500;
    color: rgba(0,0,0,.87)
}

.testimonial-intl__desc {
    font-size: 16px;
    line-height: 24px;
    color: rgba(0,0,0,.6);
    margin-top: 8px;
    max-height: 112px;
    overflow: hidden
}

.testimonial-intl__desc:after {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: hsla(0,0%,100%,.5);
    background: linear-gradient(0deg,#fff,hsla(0,0%,100%,.5))
}

.testimonial-intl__footer {
    display: flex;
    margin-top: 32px
}

.testimonial-intl__learner {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .15px;
    font-weight: 500;
    color: rgba(0,0,0,.6)
}

.testimonial-intl__designation {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: .25px;
    color: #0f4089
}

.testimonial-card__read-more {
    font-size: 14px;
    line-height: 28px;
    letter-spacing: .25px;
    color: #fff;
    background-color: #196ae5;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 8px 28px;
    border-radius: 40px;
    z-index: 1
}

.testimonial-popup .testimonial-card-intl {
    width: 100%;
    box-shadow: none;
    margin-top: 60px
}

.testimonial-popup .testimonial-card__read-more {
    display: none
}

.testimonial-popup .testimonial-intl__desc {
    max-height: none
}

.testimonial-popup .testimonial-intl__desc:after {
    content: none
}

.section-link {
    display: block;
    margin-bottom: 20px
}

@media only screen and (min-width: 768px) {
    .testimonial-intl .section-head {
        text-align:left
    }

    .testimonial-card-intl {
        width: 512px
    }

    .testimonial-card__read-more {
        display: none
    }

    .testimonial-intl__desc {
        max-height: none
    }

    .testimonial-intl__desc:after {
        content: none
    }
}

@media only screen and (min-width: 1024px) {
    .testimonial-intl {
        display:flex;
        justify-content: space-between
    }

    .testimonial-intl .section-body,.testimonial-intl .section-head {
        width: 50%;
        flex-shrink: 0
    }

    .testimonial-intl .gl-slider-frame {
        width: 520px;
        overflow: hidden
    }

    .testimonial-intl .gl-slider-frame .free-flow__item {
        padding-left: 4px;
        padding-right: 4px
    }

    .testimonial-intl .gl-slider-frame .free-flow__item:first-child {
        padding-left: 4px
    }

    .testimonial-intl .gl-slider-frame .free-flow__item:last-child {
        padding-right: 4px
    }
}
@media only screen and (min-width: 768px){
.testimonial-card {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    border-radius: 8px;
    overflow: hidden;
}
}
@media only screen and (min-width: 768px){
.testimonial-section {
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
}
}*/
/*fghiuo*/
/*@media only screen and (min-width: 769px){
.section {
    padding-top: 40px;
    padding-bottom: 40px;
}
}


@media only screen and (min-width: 768px){
.award-section .section-head, .media-section .section-head {
    text-align: left;
}
}
.media-section .section-head {
    text-align: center;
    padding-left: 16px;
    padding-right: 16px;
}
.section-overline {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .15px;
    margin-bottom: 8px;
    color: #0f4089;
    font-weight: 500;
}
.media-section .section-head {
    text-align: left;
}
.media-section .section-head {
    text-align: center;
    padding-left: 16px;
    padding-right: 16px;
}
@media only screen and (min-width: 769px){
.section-title {
    font-size: 48px;
    line-height: 64px;
}
}
.section-title {
    font-size: 34px;
    line-height: 48px;
    margin-bottom: 16px;
    color: rgba(0,0,0,0.87);
    font-weight: 600;
}
.gl-slider-frame {
    width: 100%;
    position: relative;
    font-size: 0;
    line-height: 0;
    padding: 8px 0;
}
@media only screen and (min-width: 768px){
.gl-slider-frame .free-flow-list {
    overflow: visible;
}
}
.free-flow-list {
    display: flex;
    overflow-x: scroll;
    padding-top: 8px;
    padding-bottom: 8px;
}
.gl-slider-list {
    width: 100%;
}

element.style {
    transition-timing-function: ease;
    transition-duration: 600ms;
    transform: translateX(0px);
}
@media only screen and (min-width: 768px){
.gl-slider-frame .free-flow-list {
    overflow: visible;
}
}
@media only screen and (min-width: 992px){
.free-flow-list {
    overflow: visible;
}
}
.free-flow-list {
    display: flex;
    overflow-x: scroll;
    padding-top: 8px;
    padding-bottom: 8px;
}
.gl-slider-list {
    width: 100%;
}

.gl-slider-frame {
    width: 100%;
    position: relative;
    font-size: 0;
    line-height: 0;
    padding: 8px 0;
}
.free-flow__item:first-child {
    padding-left: 16px;
}
.free-flow__item {
    padding-left: 8px;
    padding-right: 8px;
    display: flex;
}
.award-section .gl-slider-btns .media-section .gl-slider-btns {
    position: absolute;
    right: 20px;
    top: -90px;
}
.gl-slider-btns {
    width: 160px;
    display: flex;
    justify-content: space-between;
}
.gl-slider-nav.disabled {
    pointer-events: none;
    opacity: .3;
    cursor: not-allowed;
}
.gl-slider-nav {
    width: 72px;
    height: 72px;
    background-color: #fff;
    box-shadow: 0 0 16px 4px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
}
.gl-slider-nav.disabled {
    pointer-events: none;
    opacity: .3;
    cursor: not-allowed;
}



.gl-slider-nav.disabled {
    pointer-events: none;
    opacity: .3;
    cursor: not-allowed;
}
.gl-slider-nav {
    width: 72px;
    height: 72px;
    background-color: #fff;
    box-shadow: 0 0 16px 4px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
}
/*Mutliple stories*/
/*.media-mention-card {
    padding: 24px;
    width: 300px;
    height: 100%;
    display: flex;
    flex-direction: column;
    font-weight: 500;
}
.gl-card {
    box-shadow: 0 2px 4px 2px rgba(0,0,0,.1);
    border-radius: 8px;
}
.media-card__head {
    flex-grow: 1;
}
.fadeIn, .fadeOut {
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
.media-card__image {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: left;
    object-position: left;
}
.card__title {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: .15px;
    color: #000;
    margin-top: 40px;
}
.media-card__footer {
    color: rgba(0,0,0,.6);
    margin-top: 16px;
}
.media-section .gl-slider-btns {
    position: absolute;
    right: 0;
    top: -90px;
}
.award-section .gl-slider-btns, .media-section .gl-slider-btns {
    position: absolute;
    right: 20px;
    top: -90px;
}
@media only screen and (min-width: 768px){
 .media-section .section-head {
    text-align: left;
}
}

@media only screen and (min-width: 769px){
.section {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
}
}
.award-section .section-title {
    font-size: 34px;
    line-height: 48px;
    margin-bottom: 16px;
    color: rgba(0,0,0,0.87);
    font-weight: 600;
    margin-left:auto;
    margin-right:auto;
}
@media only screen and (max-width: 769px){
    .award-section .section-title{
    font-size: 34px;
    line-height: 48px;
    margin-left:20px;
    margin-top:40px;
    }
}
@media only screen and (max-width: 769px){
    .media-section .section-title{ 
        font-size: 34px;
        line-height: 48px;
    }
    .media-section .section-head{
        text-align: left;
        padding-left: 16px;
        padding-right: 16px;
        margin-top: 50px;
    }
    .testimonial-section .gl-slider-btns {
        position: absolute;
        right: 0;
        top: -120px;
    }
    .gl-slider-btns {
        width: 80px;
        height: 50px;
        display: flex;
        justify-content: space-between;
    }
}*/



/*Media spotlight start*/
@media only screen and (min-width: 769px) {
    .section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media (min-width: 1366px) {

    .container,
    .gl-grid {
        max-width: 1280px;
    }
}

.gl-grid {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;

}

@media only screen and (min-width: 768px) {

    .award-section .section-head,
    .media-section .section-head {
        text-align: left;
    }
}

.media-section .section-head {
    text-align: center;
    padding-left: 16px;
    padding-right: 16px;
}

.section-overline {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .15px;
    margin-bottom: 8px;
    color: #0f4089;
    font-weight: 500;
}

@media only screen and (min-width: 768px) {

    .award-section .section-head,
    .media-section .section-head {
        text-align: left;
    }
}

@media only screen and (min-width: 769px) {
    .section-title {
        font-size: 48px;
        line-height: 64px;
    }
}

.section-title {
    font-size: 34px;
    line-height: 48px;
    margin-bottom: 16px;
    color: rgba(0, 0, 0, 0.87);
    font-weight: 600;
}

.gl-slider-frame {
    width: 100%;
    position: relative;
    font-size: 0;
    line-height: 0;
    padding: 8px 0;
}

@media only screen and (min-width: 768px) {
    .gl-slider-frame .free-flow-list {
        overflow: visible;
    }
}

.free-flow-list {
    display: flex;
    overflow-x: scroll;
    padding-top: 8px;
    /* justify-content: center; */
    padding-bottom: 8px;
}

.gl-slider-list {
    width: 100%;
}

.free-flow__item:first-child {
    padding-left: 16px;
}

.free-flow__item {
    padding-left: 8px;
    padding-right: 8px;
    display: flex;
}

.free-flow__item {
    padding-left: 8px;
    padding-right: 8px;
    display: flex;
    /* justify-content: center; */

}

.gl-card {
    /* box-shadow: 0 2px 4px 2px rgba(0, 0, 0, .1);
    border-radius: 8px; */
}

.media-mention-card {
    padding: 24px;
    width: 300px;
    height: 100%;
    display: flex;
    flex-direction: column;
    font-weight: 500;
}

.media-card__head {
    flex-grow: 1;
}

.fadeIn,
.fadeOut {
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.media-card__image {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: left;
    object-position: left;
}

.media-card__title {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: .15px;
    color: #000;
    margin-top: 40px;
}

.media-mention-card {

    font-weight: 500;
}

.media-card__footer {
    color: rgba(0, 0, 0, .6);
    margin-top: 16px;
}

@media only screen and (min-width: 768px) {
    .gl-slider-frame .free-flow-list {
        overflow: visible;
    }
}

.free-flow-list {
    display: flex;

    padding-top: 8px;
    padding-bottom: 8px;
}

.gl-slider-list {
    width: 100%;
}

@media only screen and (max-width: 768px) {

    .gl-slider-list {
        width: 100%;
    }

    .gl-slider-frame {
        width: 100%;
        position: relative;
        font-size: 0;
        line-height: 0;
        padding: 8px 0;
    }

    .gl-slider-btns {
        display: none;
    }

    .free-flow-list {
        display: flex;
        overflow-x: scroll;
        padding-top: 8px;
        padding-bottom: 8px;
    }


}

@media (min-width: 991px) {

    .award-section .gl-slider-btns,
    .media-section .gl-slider-btns {
        position: absolute;
        right: 20px;
        top: -90px;
    }

    .gl-slider-btns {
        width: 160px;
        display: flex;
        justify-content: space-between;
    }

    .free-flow-list {
        display: flex;
        /* justify-content: center; */

        padding-top: 8px;
        padding-bottom: 8px;
    }

    @media (min-width: 992px) {
        .slidebar::-webkit-scrollbar {
            width: 0px;

        }
    }


    .slidebar {
        transition-timing-function: ease;
        transition-duration: 600ms;
        transform: translateX(0px);
        overflow: auto;
    }
}

@media (min-width: 991px) {
    .home-banner__content {
        width: 50%;
    }
}

/*media spotlight end*/