/* Code for the Tabs component for vertical align */
.vertical-tabs .tabs .tab-menu .tab-link:after {
    transition: background-color .25s cubic-bezier(.65,0,.45,1);
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 11.5rem;
}

.vertical-tabs .tabs .tab-menu {
    display: inline-flex;
    width: 18%;
    position: relative;
    flex-direction: column;
}

.vertical-tabs .tabs  {
    display: flex;
}

.vertical-tabs .tabs .tab-menu .tab-link {
    background-color: #fff !important;
}
.vertical-tabs .tabs .tab-menu .tab-link[aria-selected=true] {
    font-weight: bold;
}

.vertical-tabs .tabs button:focus {
    outline: none !important;
}

.vertical-tabs .tabs .tab-menu {
    height: fit-content;
}
.vertical-tabs .tabs .tab-content {
    padding-top: 10px !important;
}

.vertical-tabs .tabs .tab-menu .tab-link {
    padding: 2.25rem 1.25rem !important;
    outline: none !important;
}
.vertical-tabs .tabs .tab-menu .tab-link:focus {
    outline: none !important;
}

/* styles for carousel controls on carousel */
.controls-on-carousel .carousel-indicators {
    bottom: 0 !important;
}

.controls-on-carousel button.carousel-control {
    padding: 10px 14.5px;
}


/* styles for carousel controls below carousel */
.controls-below-carousel .carousel-slide-wrapper {
    margin-bottom: 90px;
}

.controls-below-carousel .carousel-controls {
    bottom: -90px !important;
}

.controls-below-carousel button.carousel-control {
    padding: 10px 14.5px;
}

/* styles for studentpage tabs component */
.tabs-student-page .tabs {
    border: none !important;
}
.tabs-student-page .tabs .tab-menu {
    border: .0625rem solid #ecedee;
}

.tabs-student-page .tabs .tab-content {
    border: .0625rem solid #ecedee;
    margin-top: 50px;
}

.tabs-student-page .tabs .tab-menu .tab-link {
    font-weight: bold;
    font-size: 17px;
    color: #000;
}


/* styles for studentpage four coloumn grid */
.student-page-grid > .container > .row > div > div {
    height: 100%;
}

.student-page-grid > .container > .row > div > div > .grid {
    height: 100%;
}

.student-page-grid > .container > .row > div > div > .grid > div{
    height: 100%;
}


/* styles for studentpage tabs component */
.student-page-tabs .tabscomp {
    display: flex;
    justify-content: center;
}

.student-page-tabs .tabscomp .tabs {
    max-width: 950px;
    border: 0 !important;
}
.student-page-tabs .tabscomp .tabs .tab-link
{
    border: 0 !important;
}

.student-page-tabs .tabscomp .tab-link span {
    padding-left: 5px;
}
.student-page-tabs.vertical-tabs .tabs .tab-menu .tab-link {
    padding: 10px 5px !important;
}

.vertical-tabs .tabs .tab-menu .tab-link[aria-selected=true] {
    border-left: 4px solid #00175A !important;
}

/* styles for studentpage side padding */
.student-page-carousel .carousel-slide-item .col-md-6.margin-0-tb {
    padding: 0;
}

.student-testimonial-carousel .carousel-slide-item .col-md-6.margin-0-tb {
    padding: 0;
}

.studentpage-padding .container {
    padding: 0;
}


.controls-on-carousel.student-page-carousel .carousel-controls {
    bottom: -15px !important;
}
.controls-on-carousel .carousel-indicators{
    padding: 8px !important;
}
.controls-on-carousel .carousel-control{
    padding: 5px 5px !important;
}
@media screen and (min-width: 1100px) {
    .student-testimonial-carousel .carousel-container {
        padding-top: 500px !important;
    }

    .student-testimonial-carousel .carousel-slide-wrapper {
        height: 500px !important; /*500px*/
    }

    .student-testimonial-carousel .controls-on-carousel .carousel-controls {
        bottom: unset !important;
        top: 450px; /*450px*/
    }
    .student-page-carousel .carousel-container {
        padding-top: 450px !important; /* 500px*/
    }
    .student-page-carousel .carousel-slide-wrapper {
        height: 450px !important; /*500px*/
    }

    .controls-on-carousel .carousel-controls {
        bottom: unset !important;
        top: 412px; /*450px*/
    }
    .student-testimonial-imagesheight .card-img-bg {
        margin-bottom: 100px;
    }
}
/* added by sai on 25 sep */
@media (min-width: 768px) and (max-width: 1023px){
    .studentpage-Mauryce{
        min-height: 580px !important;
    }
    .studentpage-Mauryce-img{
        min-height: 580px !important;
    }
    .inclusion-grid2 {
        min-height: 460px !important;
    }
    .inclusion-grid1 {
        min-height: 330px !important;
    }
    .inclusion-grid {
        min-height: 375px !important;
    }
    .grow-as-lead-grid2-left{
        min-height: 585px !important;
    }
}
@media (min-width: 321px) and (max-width: 420px){
    .studentpage-Mauryce{
        min-height: 570px !important;
    }
    .studentpage-Mauryce-img{
        min-height: 408px !important;
        margin-left: 6px !important;
    }
    .grow-as-lead-grid2-left{
        min-height: 320px !important;
    }
    .grow-as-lead-grid1-left{
        min-height: 320px !important;
    }
}

@media (min-width: 550px) and (max-width: 1024px){
   /* .studentpage-tablet-font .heading-5,.studentpage-tablet-font .heading-5 b {
        font-size: 20px !important;
        line-height: 15px !important;
        font-weight: bold !important;
    } */
    .studentpage-tablet-font .body-5 {
        font-size: 14px !important;
        line-height: 12px !important;
    }
}

/* Home page CSS */

/*Hero*/

@media (min-width:1366px) and (-webkit-min-device-pixel-ratio: 1) {
    html {
        zoom: 0.80 !important;
    }
}

@media (min-width:1200px), (min-width:960px) and (-webkit-min-device-pixel-ratio: 1.25) {
    html {
        zoom: 0.75 !important;
    }
}

@media (min-width:1024px) and (-webkit-min-device-pixel-ratio: 2) {
    html {
        zoom: 1.0 !important;
    }
}

/* /* @media (min-width:1200px), (min-width:960px) and (-webkit-min-device-pixel-ratio: 1){
    html {
      zoom: 0.80;
    }
  } */

/* @media only screen
  and (min-width: 1024px)
  and (max-height: 1366px)
  and (-webkit-min-device-pixel-ratio: 1.5) {
    html{zoom: 1.0 !important;}
} */

*/
/* .custom-hero-grid-subgrid4 .container .row .col-md-12 video
  {
	  display: none;
  }

  .custom-hero-grid-subgrid4 .container .row .col-md-12 .video
  {
	  display: none;
  } */


.custom-hero-grid-subgrid2 .container .row .col-md-12 .customlocationcarousel-exp .carousel .carousel-inner>li {
    padding: 0px !important;
}

.custom-hero-grid-subgrid2 .container .row .col-md-12 .customlocationcarousel-exp .carousel .carousel-inner, .custom-hero-grid-subgrid2 .container .row .col-md-12 .customlocationcarousel-exp .carousel .carousel-inner .hero {
    min-height: 0px !important;
}

.custom-hero-grid-subgrid2 .container .row .col-md-12 .customlocationcarousel-exp .carousel .carousel-inner>li {
    padding: 0px !important;
}

.custom-hero-grid-subgrid2 .container, .custom-hero-grid-subgrid2 .container .row .col-md-12 {
    padding: 0px !important;
}

/* .custom-hero-grid-mobile .container .row .col-md-6 .customlocationcarousel-exp .carousel .carousel-inner >li, .custom-hero-grid-mobile .container .row .col-md-6
{
	padding:0px !important;
} */
.Grid-amex-flex{
    background-color: #E0EEF9;
}
.Grid-flex .container{
    padding: 0px !important;
}
.custom-hero-grid-mobile .container {
    padding: 0px !important;
}

.custom-hero-grid-subgrid31 .container .row .col-md-12 .customlocationcarousel-exp .carousel .carousel-inner, .custom-hero-grid-subgrid31 .container .row .col-md-12 .customlocationcarousel-exp .carousel .carousel-inner .hero {
    min-height: 0px !important;
}

.custom-hero-grid-subgrid31 .container .row .col-md-12 .customlocationcarousel-exp .carousel .carousel-inner>li, .custom-hero-grid-subgrid31 .container, .custom-hero-grid-subgrid32 .container, .custom-hero-grid-subgrid32 .container .col-md-12, .custom-hero-grid-subgrid3 .container, .custom-hero-grid-subgrid32 .container .row .col-md-12 .image .pad, .custom-hero-grid-subgrid31 .container .row .col-md-12 .image .pad {
    padding: 0px !important;
}

.custom-hero-grid-subgrid33 .container .row .col-md-12 .customlocationcarousel-exp .carousel .carousel-inner, .custom-hero-grid-subgrid33 .container .row .col-md-12 .customlocationcarousel-exp .carousel .carousel-inner .hero {
    min-height: 0px !important;
}

.custom-hero-grid-subgrid33 .container .row .col-md-12 .customlocationcarousel-exp .carousel .carousel-inner, .custom-hero-grid-subgrid33 .container .row .col-md-12 .customlocationcarousel-exp .carousel .carousel-inner .hero {
    min-height: 0px !important;
}

.custom-hero-grid-subgrid33 .container .row .col-md-12 .customlocationcarousel-exp .carousel .carousel-controls {
    display: none !important;
}

.custom-hero-grid-subgrid33 .container .row .col-md-12 .customlocationcarousel-exp .carousel .carousel-inner>li {
    padding: 0px !important;
}

.custom-hero-grid-subgrid33 .container .row .col-md-12 .customlocationcarousel-exp .carousel .carousel-inner .carousel-item .stack div div div .slide31-inner .container .row .col-md-12, .custom-hero-grid-subgrid33 .container .row .col-md-12 .customlocationcarousel-exp .carousel .carousel-inner .carousel-item .stack div div div .slide32-inner .container .row .col-md-12 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.custom-hero-grid-Carousel2 .container .row .col-md-12 .hero-grid-text-carousel .carousel .carousel-inner>li {
    padding: 20px !important;
}

.custom-hero-grid-subgrid33 .container .row .col-md-12 .hero-grid-text-carousel .carousel {
    height: 305px!important;
}

.upload-button-bold .btn {
    font-weight: bold;
}

.custom-hero-grid-main .container .row .col-md-6 .grid .custom-hero-grid-subgrid3 .container .row .col-md-6 {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.custom-hero-grid-subgrid31 .container .row .col-md-12 .hero-grid-text-carousel .carousel .carousel-inner, .custom-hero-grid-subgrid31 .container .row .col-md-12 .hero-grid-text-carousel .carousel .carousel-inner .hero {
    min-height: 0px !important;
}

.custom-hero-grid-subgrid31 .container .row .col-md-12 .hero-grid-text-carousel .carousel .carousel-inner>li, .custom-hero-grid-subgrid31 .container {
    padding: 0px !important;
}

.custom-hero-grid-subgrid4 .container .row .col-md-12 .image .pad {
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-bottom: 10px !important;
    padding-top: 0px !important;
}

.hero-grid-carousel1-slide2 .container .row .col-md-5 {
    padding-top: 20px;
}

.discover-grid-subgrid1 .hidden-md-up .hidden-md-up
{
    background-position: bottom;
}
@media (min-width:1366px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .custom-hero-grid-subgrid2 .container .row .col-md-12 .customlocationcarousel-exp .carousel .carousel-inner > li {
        display: block !important;
    }
    .custom-hero-grid-main .container .row > .col-md-6
    {
        padding-right:0px !important;
    }
    .custom-hero-grid-main .container .row > .col-md-6 ~ .col-md-6
    { padding-right:10px !important;
    }
}
@media (min-width:768px) {
    .herogrid-singlecolumn {
        flex: 100%;
        min-width: 100%;
    }
    .custom-hero-grid-subgrid33 .container .row .col-md-12 {
        padding-right: 10px !important;
    }
}

.custom-hero-grid-subgrid34 .container .row .col-md-12, .custom-hero-grid-subgrid34 .container .row .col-md-12 .image .pad {
    padding: 0px !important;
}

.custom-hero-grid-subgrid34 .container .row .col-md-12 .image .pad>img {
    width: 335px !important;
    height: 125px !important;
}

.custom-hero-grid-subgrid32 .container .row .col-md-12 .image .pad>img {
    width: 315px !important;
    height: 210px !important;
}

.custom-hero-grid-mobile .container .row .col-md-6 .customlocationcarousel-exp .carousel .carousel-inner, .custom-hero-grid-mobile .container .row .col-md-6 .customlocationcarousel-exp .carousel .carousel-inner .hero {
    min-height: 0px !important;
}

.custom-hero-grid-mobile .container .row .col-md-6 .hero-grid-text-carousel .carousel, .custom-hero-grid-mobile .container .row .col-md-6 .hero-grid-text-carousel .carousel {
    height: 210px !important;
}

.custom-hero-grid-mobile .container .row .col-md-6 .hero-grid-text-carousel .carousel .carousel-inner>li, .custom-hero-grid-mobile .container .row .col-md-6 .hero-grid-text-carousel .carousel .carousel-inner>li {
    padding-left: 20px !important;
    padding-right: 10px !important;
}

@media (min-width:768px) {
    .custom-hero-grid-invisible {
        display: block !important;
    }
    .custom-hero-grid-mobile {
        display: none !important;
    }
    .custom-hero-grid-subgrid4 .container .row .col-md-12 .video .col-sm-12 .video>video {
        /* max-height: 270px !important; */
    }
    @media (min-width:768px) {
        .custom-hero-grid-main .container .row>.col-md-6 {
            padding-right: 0px !important;
        }
        .custom-hero-grid-main .container .row>.col-md-6~.col-md-6 {
            padding-right: 10px !important;
        }
    }
    .custom-hero-grid-subgrid4 .container, .custom-hero-grid-subgrid4 .container .row .col-md-12 {
        padding: 0px !important;
    }
}

/* newone > image cut-off */
@media (min-width: 426px) and (max-width: 767px) {
    .custom-grid-slide1-mobile .hidden-md-up div {
        background-position: top;
    }
}

@media (max-width:767px) {
    .custom-hero-grid-mobile-Hero .container .row .col-md-6 .hero-grid-text-carousel .carousel .carousel-inner .hero .heading-5 {
        FONT-SIZE: 15px!important;
        line-height: 20px;
    }
    .custom-hero-grid-mobile-Hero .container .row .col-md-6 .hero-grid-text-carousel .carousel .carousel-inner .hero .heading-3 {
        font-size: 13px !important;
        line-height: 20px !important;
    }
    .custom-hero-grid-subgrid4 .container .row .col-md-12 .image .pad {
        padding: 0px !important;
    }
    .custom-hero-grid-invisible {
        display: none !important;
    }
    .custom-hero-grid-mobile {
        display: block !important;
    }
    .custom-hero-grid-subgrid1-inner .container .row .col-md-12 .richtext .pad-3-r .heading-6 {
        font-size: 20px !important;
        line-height: 20px !important;
    }
    .custom-hero-grid-subgrid1-inner {
        min-height: 0px !important;
    }
    .custom-hero-grid-subgrid1 {
        min-height: 307px !important;
    }
    .custom-grid-hero-button .container {
        width: 180px !important;
        padding: 0px !important;
        float: left;
    }
    .custom-hero-grid-subgrid4 .container .row .col-md-12 .video .col-sm-12 .video>video {
        max-height: 191px !important;
    }
    .custom-hero-grid-mobile>.container {
        padding: 0px !important;
    }
    .custom-hero-grid-subgrid1-inner .container .row .col-md-12 .richtext .pad-3-r {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .custom-hero-grid-mobile .container .row>.col-md-6 {
        padding-right: 0px !important;
        padding-left: 5px !important;
    }
    .custom-hero-grid-mobile .container .row>.col-md-6~.col-md-6 {
        padding-left: 0px !important;
        padding-right: 5px !important;
    }
    .custom-hero-grid-subgrid4 .container {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .custom-hero-grid-subgrid4 {
        min-height: 191px !important;
    }
    .custom-grid-hero-button .container .row .col-md-6 .button .pad-3-l {
        padding-left: 10px !important;
    }
    .custom-hero-grid-subgrid1 .container .row .col-md-12 .richtext .pad-3-t {
        padding-top: 30px !important;
    }
    .custom-hero-grid-main {
        min-height: 0px !important;
    }

    .custom-hero-grid-subgrid4 .container .row .col-md-12 .video .col-sm-12
    {
        padding: 0px;
    }
}

.custom-hero-grid-subgrid4 .container .row .col-md-12 .image .pad>img {
    width: 630px !important;
    /* height: 270px !important; */
    filter: brightness(60%);
}

.dls-icon-play {
    margin-top: -340px !important;
}

.icon:hover:after {
    content: " " !important;
    height: 0px !important;
}

/* .custom-hero-grid-subgrid4 .container .row .col-md-12 .video .col-sm-12 .video-player>iframe {
	width: 100% !important;
	height: 270px !important;
} */


.custom-grid-3 .container {
    padding: 0px !important;
}

@media (min-width: 768px) {
    .hide-non-mobile {
        display: none !important;
    }
}

@media (min-width: 1280px) {
    .custom-grid-container>.container {
        width: 1240px !important;
    }
    .custom-grid-container>.container~.container {
        width: 100% !important;
    }
    .custom-hero-grid-subgrid4 .container .row .col-md-12 .video .col-sm-12 .video-player>iframe {
        width: 100% !important;
        height: 270px !important;
    }
}

@media (max-width: 320px) {
    .custom-grid-container>.container {
        width: 320px !important;
    }
    .custom-grid-container>.container~.container {
        width: 100% !important;
    }
}

@media (min-width: 321px) and (max-width:767px) {
    .custom-grid-container>.container {
        width: 767px !important;
    }
    .custom-grid-container>.container~.container {
        width: 100% !important;
    }
}

@media (min-width: 768px) and (max-width:1023px) {
    .custom-hero-grid-mobile-Hero .container .row .col-md-6 .hero-grid-text-carousel .carousel .carousel-inner .hero .heading-5 {
        FONT-SIZE: 25px;
        line-height: 30px;
    }
    .custom-hero-grid-invisible {
        display: none !important;
    }
    .custom-hero-grid-mobile {
        display: block !important;
    }
    .custom-grid-container>.container {
        width: 1023px !important;
    }
    .custom-grid-container>.container~.container {
        width: 100% !important;
    }
    .hero-grid-carousel1-slide2 .container .row .col-md-5 .richtext div p span .heading-hunderd {
        font-size: 60px !important;
    }
}

@media (min-width: 1024px) and (max-width:1279px) {
    .custom-grid-container>.container {
        width: 1279px !important;
    }
    .custom-grid-container>.container~.container {
        width: 100% !important;
    }
    .hero-grid-carousel1-slide2 .container .row .col-md-5 .richtext div p span .HeroGrid_font_tablet {
        font-size: 30px !important;
        line-height: 35px;
    }
    .hero-grid-carousel1-slide3 .container .row .col-md-5 .richtext div p span .HeroGrid_font_tablet {
        font-size: 30px !important;
        line-height: 35px;
    }
    .tabs-student-page .tabs .tab-menu .tab-link {
        font-weight: bold;
        font-size: 17px;
        color: #000;
    }
    .inclusion-grid .hidden-md-down .card-img-bg hidden-md-down{
        background-position: 100% 50%;
        background-size: cover;
    
    }
    .inclusion-and-diversity-component studentpage-padding .card-img-bg  dls-gray-01-bg .container .row pad-3-t pad-3-b   flex-reverse-wrap .col-md-6 margin-0-tb .grid .inclusion-grid .card-img-bg hidden-md-down{
        background-position: 100% 50%;
        background-size: cover;
    }
}

.custom-grid-container>.container {
    padding: 0px !important;
}

@media (min-width:768px) and (max-width:1024px) {
    .custom-hero-grid-subgrid4 .container .row .col-md-12 .video .col-sm-12 .video>video {
        /* height: 270px !important; */
        width: 630px !important;
    }
}

.slide31-inner .container .row .col-md-12 .image .pad, .slide32-inner .container .row .col-md-12 .image .pad {
    padding: 0px !important;
}

.slide32-inner .container .row .col-md-12 .image .pad>img, .slide31-inner .container .row .col-md-12 .image .pad>img {
    width: 315px !important;
    height: 305px !important;
}

@media (min-width:1280px) {
    .custom-hero-grid-subgrid4 .container .row .col-md-12 .video .col-sm-12 .video-player {
        padding-bottom: 44.25% !important;
    }
    .custom-hero-grid-Carousel2 .container .row .col-md-12 .hero-grid-text-carousel .carousel {
        height: 390px;
    }
}

@media (min-width: 1024px) and (max-width:1279px) {
    .custom-hero-grid-subgrid4 .container .row .col-md-12 .video .col-sm-12 .video-player {
        padding-bottom: 58.25% !important;
    }
    .custom-hero-grid-Carousel2 .container .row .col-md-12 .hero-grid-text-carousel .carousel {
        height: 390px;
    }
    .custom-hero-grid-subgrid1 {
        min-height: 561px !important;
    }
}

@media (min-width: 768px) and (max-width:1023px) {
    .custom-hero-grid-subgrid4 .container .row .col-md-12 .video .col-sm-12 .video-player>iframe {
        width: 100% !important;
        /* height: 270px !important; */
    }
    .custom-hero-grid-subgrid4 .container .row .col-md-12 .image .pad>img {
        width: 100% !important;
        /* height: 270px !important; */
        filter: brightness(60%);
    }
    .herogrid-singlecolumn .container .row .col-md-6 {
        flex: 0 0 100%;
        min-width: 100%;
    }
    .custom-hero-grid-mobile .container .row .col-md-6 {
        flex: 0 0 50%;
        min-width: 50%;
    }
    .custom-hero-grid-subgrid4 .container .row .col-md-12 .video .col-sm-12 .video-player {
        padding-bottom: 40.25% !important;
        margin-bottom: 1px !important;
    }
    .hero-grid-carousel1-slide {
        min-height: 314px !important;
    }
    .slide1-inner, .slide2-inner, .slide3-inner, .slide4-inner, .slide5-inner, .custom-hero-grid-subgrid31 {
        min-height: 358px !important;
    }
    .custom-hero-grid-subgrid34 {
        min-height: 68px !important;
    }
    .custom-hero-grid-subgrid32 div .card-img-bg, .custom-hero-grid-subgrid34 div .card-img-bg {
        background-size: contain;
        background-repeat: no-repeat;
        width: auto;
        height: auto;
        max-width: 100%;
        background-position: 0 0;
    }
    .custom-hero-grid-subgrid32 {
        min-height: 121px !important;
    }
    .HeroGrid_font_tablet {
        font-size: 25px !important;
        line-height: 28px !important;
    }
    .custom-hero-grid-subgrid1-inner .container .row .col-md-12 .richtext div, .custom-grid-hero-button .container .row .col-md-6 div .button .button {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .custom-hero-grid-subgrid1-inner .container .row .col-md-12 .richtext div .heading-6 {
        font-size: 1.875rem;
        line-height: 2.375rem;
    }
    .custom-hero-grid-subgrid1-inner {
        min-height: unset !important;
    }
    .custom-hero-grid-subgrid1 {
        min-height: 400px !important;
    }
    .custom-hero-grid-subgrid1 .container .row .col-md-12 .richtext div {
        padding-top: 40px !important;
        padding-bottom: 10px !important;
    }
    .custom-hero-grid-subgrid3 {
        min-height: 445px !important;
    }
}

.custom-grid-slide1-mobile .container {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

/*End of Hero*/

/*Lead the way start*/

@media (min-width:768px) {
    .lead-the-way-grid-main .container .row .col-md-8 {
        padding-right: 0px !important;
    }
    .lead-the-way-grid-main .container .row .col-md-4 {
        padding-left: 0px !important
    }
}

@media (min-width:1024px) and (max-width:1279px) {
    .lead-the-way-grid-subgrid1, .lead-the-way-grid-subgrid2, .lead-the-way-grid-main {
        min-height: 395px !important;
    }
    /* newone > changed inline min-height: 542px to 574px */
    .inclusion-diversity-subgrid1-image {
        min-height: 574px !important;
    }
    /* newone > fixed for alignment issue with video on leaf image */
    .custom-hero-grid-subgrid32 {
        min-height: 212.55px !important;
    }
    /* newone > fixed for alignment issue with video on amex badge */
    .custom-hero-grid-subgrid34 {
        min-height: 128px !important;
    }
}

@media (min-width:768px) and (max-width:1023px) {
    /* newone > removed the class .lead-the-way-grid-subgrid1, .lead-the-way-grid-subgrid2 from below prop */
    .lead-the-way-grid-main {
        min-height: 320px !important;
    }
    .lead-the-way-grid-subgrid1 .container .row .col-md-12 .richtext div p .heading-6 {
        font-size: 1.875rem;
        line-height: 2.375rem;
    }
    .lead-the-way-grid-subgrid1 .container .row .col-md-12 div>.richtext {
        display: none !important;
    }
    .lead-the-way-grid-subgrid1 .container .row .col-md-12 div>.richtext~.richtext {
        display: block !important;
    }
    .lead-the-way-button .btn-max {
        padding-right: 1.25rem;
        padding-left: 1.25rem;
        padding: .5rem 1.25rem;
        font-size: .9375rem;
        line-height: 1.375rem;
        border-radius: .1875rem;
        max-width: 16.25rem;
        min-width: 6.875rem;
    }
    .lead-the-way-button .btn-max:before {
        font-size: 1.375rem;
    }
}

@media (max-width:767px) {
    .custom-hero-grid-Carousel2 .container .row .col-md-6 .hero-grid-text-carousel .carousel .carousel-inner>li {
        padding: 20px !important;
    }
    .lead-the-way-grid-main {
        /*commented to reduce the spacing thing on mobile view */
        /* min-height: 588px !important; */
    }
    .lead-the-way-grid-subgrid1 {
        min-height: 360px !important;
    }
    .lead-the-way-grid-subgrid2 {
        min-height: 131px !important;
    }
    .lead-the-way-grid-subgrid1 .container .row .col-md-12 .richtext div p .heading-6 {
        font-size: 30px !important;
    }
    .lead-the-way-button>a {
        width: 180px !important;
        height: 38px !important;
        padding: 6px !important;
        font-size: 15px !important;
    }
    .lead-the-way-grid-subgrid1 .container .row .col-md-12 .button .lead-the-way-button {
        /* padding-left: 20% !important; */
    }
    .custom-hero-grid-mobile .container .row .col-md-6 .hero-grid-text-carousel .carousel .carousel-inner>li, .custom-hero-grid-mobile .container .row .col-md-6 .hero-grid-text-carousel .carousel .carousel-inner>li {
        padding-left: 10px !important;
        padding-right: 10px !important;
        padding-top: 10px;
    }
}

/*Lead the way End*/

/*Discover start*/

@media (min-width:768px) {
    .discover-main-grid .container .row>.col-md-6 {
        padding-right: 0px !important;
        padding-left: 10px !important;
    }
    .discover-main-grid .container .row>.col-md-6~.col-md-6 {
        padding-left: 0px !important;
        padding-right: 10px !important;
    }
}

@media (max-width:767px) {
    .discover-grid-subgrid2, .discover-grid-subgrid1, .discover-main-grid {
        min-height: 340px !important;
    }
    .discover-grid-subgrid2-text .container .row .col-md-10 .richtext div p .heading-6 {
        font-size: 30px !important;
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .discover-grid-subgrid2, .discover-grid-subgrid1, .discover-main-grid {
        min-height: 660px !important;
    }
    .custom-hero-grid-Carousel2 .container .row .col-md-12 .hero-grid-text-carousel .carousel, .custom-hero-grid-Carousel2 {
        /* height: 358px  !important; */
        min-height: 358px !important;
    }
    .discover-grid-subgrid2-text .container .row .col-md-1 {
        display: none !important;
    }
    .discover-grid-subgrid2-text .container .row .col-md-10 .richtext div p .heading-6 {
        font-size: 1.875rem;
        line-height: 2.375rem;
    }
    .discover-grid-adjust {
        min-height: 20px !important;
    }
}

/*Discover end*/

/*Two column start*/

.careers_twocolumn_background_color {
    background-color: #E0EEF9;
}

/*Two column end*/

/*Multicard carousel start*/

.carousel-multi-card .carousel-inner>li {
    background-color: #f7f8f9!important;
}

.carousel-multi-card .carousel-inner .carousel-item .row .col-md-6 .card {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25) !important;
}

@media (max-width:767px) {
    .career-areas-multicard-text .container .row .col-md-12 .richtext div p .heading-6 {
        font-size: 30px !important;
    }
    .career-areas-multicard-text .container .row .col-md-12 div>.richtext {
        display: none !important;
    }
    .career-areas-multicard-text .container .row .col-md-12 div>.richtext~.richtext {
        display: block !important;
    }
}

/*Multicard carousel end*/

/*Location carousel start*/

.grid-custom-location-carousel .container .row .col-md-12 .customlocationcarousel-exp .carousel .carousel-inner>li {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 0px !important;
}

@media (max-width: 767px) {
    .grid-custom-location-carousel-heading .container .row .col-md-8 .richtext div p .heading-6 {
        font-size: 30px !important;
    }
}

@media (min-width:321px) and (max-width:425px) {
    .home-slide-left div .card-img-bg {
        background-size: contain;
        background-repeat: no-repeat;
        max-width: 100%;
        width: auto !important;
        height: auto !important;
        background-position: right;
    }
    .home-slide-right div .card-img-bg {
        background-size: contain;
        background-repeat: no-repeat;
        max-width: 100%;
        width: auto !important;
        height: auto !important;
        background-position: 0px 0;
    }
    /* added new one for mobile */
    .home-slide-right1 div .card-img-bg {
        background-size: contain;
        background-repeat: no-repeat;
        max-width: 100%;
        width: auto !important;
        height: auto !important;
        background-position: -60px 0;
    }
    .home-slide-top div .card-img-bg {
        background-size: contain;
        background-repeat: no-repeat;
        max-width: 100%;
        width: auto !important;
        height: auto !important;
        background-position: center;
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .custom-grid-container-full-height div .card-img-bg, .custom-grid-container-half-height div .card-img-bg {
        background-size: contain;
        background-repeat: no-repeat;
        max-width: 100%;
        width: auto !important;
        height: auto !important;
        background-position: 0 0;
    }
    .custom-grid-container, .custom-grid-container-full-height {
        min-height: 390px !important;
    }
    .custom-grid-container-half-height, .custom-grid-3 {
        min-height: 190px !important;
    }
    .custom-grid-3 .container .row>.col-md-6 {
        padding-left: 9px !important;
    }
    .custom-grid-3 .container .row>.col-md-6~.col-md-6 {
        padding-left: 5px !important;
    }
    .custom-grid-container .container .row .col-md-8 .richtext div, .custom-grid-container .container .row .col-md-4 .richtext div {
        padding-top: 10px !important;
    }
}

/*.home-slide1-mobile1-grid1 .container, .home-slide1-mobile1-grid2 .container, .home-slide1-mobile1-grid3 .container, .custom-grid-slide1-mobile .container
{
	padding:0px !important;
}
.home-slide1-mobile1-grid1 .container .row .col-md-12 .image .pad, .home-slide1-mobile1-grid2 .container .row .col-md-12 .image .pad, .home-slide1-mobile1-grid3 .container .row .col-md-12 .image .pad
{
	padding:0px !important;
}
.home-slide1-mobile1-grid1 .container .row .col-md-12 .image .pad >img, .home-slide1-mobile1-grid2 .container .row .col-md-12 .image .pad >img, .home-slide1-mobile1-grid3 .container .row .col-md-12 .image .pad >img
{
	width:100% !important;
	height:100% !important;
}*/

/*Location carousel end*/

/*Inclusion Diversity start*/

@media (min-width:768px) and (max-width: 1023px) {
    .inclusion-diversity-subgrid1-image {
        /* newone > commented 596 and replaced 625px */
        /* min-height: 596px !important; */
        min-height: 625px !important;
    }
    .inclusion-diversity-subgrid1 {
        min-height: 766px !important;
    }
    .inclusion-diversity-main-grid {
        min-height: 766px !important;
    }
}

@media (max-width:767px) {
    .inclusion-diversity-visible-mobile {
        display: block !important;
    }
    .inclusion-diversity-main-grid {
        min-height: 0px !important;
    }
    .inclusion-diversity-subgrid1-image, .inclusion-diversity-subgrid2-image, .inclusion-diversity-subgrid3-image {
        min-height: 176px !important;
    }
    .inclusion-diversity-subgrid1-text, .inclusion-diversity-subgrid2-text, .inclusion-diversity-subgrid3-text {
        min-height: 86px !important;
    }
    .inclusion-diversity-subgrid1-text .container .row .col-md-12 .richtext .pad-2-t .heading-5, .inclusion-diversity-subgrid2-text .container .row .col-md-12 .richtext .pad-2-t .heading-5, .inclusion-diversity-subgrid3-text .container .row .col-md-12 .richtext .pad-2-t .heading-5 {
        font-size: 20px !important;
    }
    .inclusion-diversity-subgrid1-text .container .row .col-md-12 .pad-2-b {
        padding-bottom: 0px !important;
    }
    .inclusion-diversity-subgrid1-text .container .row .col-md-12 .richtext .pad-2-t, .inclusion-diversity-subgrid2-text .container .row .col-md-12 .richtext .pad-2-r, .inclusion-diversity-subgrid3-text .container .row .col-md-12 .richtext .pad-2-r {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .inclusion-diversity-subgrid1-text .container .row .col-md-12 .richtext .pad-3-t {
        padding-left: 0px !important;
        padding-right: 10px !important;
        padding-top: 0px !important;
    }
    .inclusion-diversity-subgrid1-text .container .row .col-md-12 div>.richtext, .inclusion-diversity-subgrid2-text .container .row .col-md-12 div>.richtext, .inclusion-diversity-subgrid3-text .container .row .col-md-12 div>.richtext {
        float: unset !important;
    }
    .inclusion-diversity-subgrid1-text .container .row .col-md-12 div>.richtext~.richtext, .inclusion-diversity-subgrid2-text .container .row .col-md-12 div>.richtext~.richtext, .inclusion-diversity-subgrid3-text .container .row .col-md-12 div>.richtext~.richtext {
        float: right !important;
    }
    .inclusion-diversity-subgrid1 {
        min-height: 262px !important;
    }
    .inclusion-diversity-subgrid2 {
        min-height: 262px !important;
    }
    .inclusion-diversity-subgrid3 {
        min-height: 262px !important;
    }
    .learn-more-about-working-at-amex .container .row .col-md-10 .richtext p .heading-6 {
        font-size: 30px !important;
    }
}

@media (min-width:768px) {
    .inclusion-diversity-visible-mobile {
        display: none !important;
    }
}

/*Inclusion Diversity end*/

/*Common classes start*/

@media (min-width:768px) {
    .custom-hero-grid-main>.container {
        padding-left: 0px !important;
        padding-right: 10px !important;
    }
}

@media (max-width:767px) {
    .custom-hero-grid-Carousel2 .container .row .col-md-6 .hero-grid-text-carousel .carousel {
        height: 187px;
    }
    .custom-hero-grid-main>.container {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

.lead-the-way-grid-main>.container {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.discover-main-grid>.container {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.grid-custom-location-carousel>.container {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.careers_twocolumn_background_color>.container {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.inclusion-diversity-main-grid .container {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.inclusion-diversity-subgrid1 .container {
    padding: 0px !important;
}

.inclusion-diversity-subgrid2 .container {
    padding: 0px !important;
}

@media (max-width:767px) {
    .container-height-2x {
        min-height: 60px !important;
    }
}

/* New ribben css on slides on caousel-exp */

.col-no-padding [class*=" col-"]{
    padding-left: 0;
    padding-right: 0;
}

.main-carousel .carousel-controls {
    right: 18px;
    bottom: -5px;
}

.greatplace-image img {
    padding-top: 45px;
    padding-bottom: 5px;
    max-width: 53%;
}

/*Common classes end*/


/* To modify image for mobile in slide 3 carousel3*/
@media (max-width:500px) {
    .left-padding .hidden-md-up .hidden-md-up {
        left: 55px !important;
        background-position: unset !important;
        background-size: auto;
    }
}
/* To modify heading width in the two column carousel in desktop*/
@media (min-width:1280px) {
    .careers_TC_carousel_headline {
        width: 501px !important;
        font-size: 35px !important;
    }

    .careers_TC_carousel_subheading {
        width: 470px !important;
        font-size: 17px !important;
    }
}
/* color for the indicators for the two column carousel on home page DLS Version upgrade */
.custom-carousel-location-button-white.carousel-control:before, .carousel-control.careers_TC_carousel_indicators:before {
    color: #fff !important;
}

/* Great place to work grid on Home page*/
.greatplace-toworkgrid > .container {
    padding: 0;
}

.greatplace-toworkgrid .col-md-offset-1 {
    margin: 0 !important;
    padding-left: 30px;
}

.greatplace-toworkgrid img {
    height: 210px;
}

/* added font size in mobile mode */
@media (min-width:321px) and (max-width:425px){
    .studentpage-tablet-font .container .row .col-md-12 .richtext .pad-3-r .heading-5{
        font-size: 17px !important;
        line-height: 22px !important;
    }
    .studentpage-tablet-font .container .row .col-md-12 .richtext .pad-2-r .heading-5{
        font-size: 15px !important;
        line-height: 20px !important;
    }    
    .studentpage-tablet-font .container .row .col-md-12 .richtext{
        padding-top: 20px !important;
    }
    .studentpage-padding .container .row .col-md-12 .richtext .pad-1-t .heading-6 {
        font-size: 16px !important;
        line-height: 33px !important;
    }
    .additionalstudent-padding .container .row .col-md-12 .richtext .heading-6 {
        font-size: 16px !important;  
        line-height: 33px !important;
    }
    .selection-padding .container .row .col-md-12 .richtext .heading-6{
        font-size: 16px !important;  
        line-height: 17px !important;
    }
    .studentpage-tablet-font .body-5 {
        font-size: 14px !important;
        line-height: 20px !important;
    }
    .vertical-tabs .tabs .tab-menu {
        display: inline-flex;
        width: 38%;
        position: relative;
        flex-direction: column;
        font-size: 11px;
    }
}
@media (min-width:768px) and (max-width: 1023px){
    .studentpage-tablet-font .container .row .col-md-12 .richtext .pad-3-r .heading-5{
    font-size: 15px !important;
    line-height: 20px !important;
    }
    .studentpage-tablet-font .container .row .col-md-12 .richtext .pad-2-r .heading-5{
        font-size: 14px !important;
        line-height: 20px !important;
    }  
    .studentpage-padding .container .row .col-md-12 .richtext .pad-1-t .heading-6 {
        font-size: 15px !important;
        line-height: 33px !important;
    }
    .selection-padding .container .row .col-md-12 .richtext .heading-6{
        font-size: 15px !important; 
        line-height: 30px !important; 
    }
    .additionalstudent-padding .container .row .col-md-12 .richtext .heading-6 {
        font-size: 15px !important; 
        line-height: 33px !important;   
    }
    .vertical-tabs .tabs .tab-menu {
        display: inline-flex;
        width: 37%;
        position: relative;
        flex-direction: column;
        font-size: 13px;
    }
    .tabs-student-page .tabs .tab-menu .tab-link {
       font-weight: bold;
       font-size: 11px;
       color: #000;
}
}
@media (min-width:1024px){
    .studentpage-padding .container .row .col-md-12 .richtext .pad-1-t .heading-6 {
        font-size: 21px !important;
    }
    .studentpage-padding .container .row .col-md-12 .richtext .pad-1-t .heading-6 {
        font-size: 21px !important;
    }
    .selection-padding .container .row .col-md-12 .richtext .heading-6{
        font-size: 21px !important; 
    }
    .additionalstudent-padding .container .row .col-md-12 .richtext .heading-6 {
        font-size: 21px !important; 
    }
    .studentpage-tablet-font .container .row .col-md-12 .richtext .pad-2-r .heading-5{
        font-size: 20px !important;
    } 
    .studentpage-tablet-font .container .row .col-md-12 .richtext .pad-3-r .heading-5 {
        font-size: 21px !important;
    } 
    .tabs-student-page .tabs .tab-menu .tab-link {
        font-weight: bold;
        font-size: 16px;
        color: #000;
    }
}
@media (min-width: 1024px) and (max-width:1279){
    .studentpage-tablet-font .container .row .col-md-12 .richtext .pad-3-r .heading-5 {
        font-size: 21px !important;
    } 
    .studentpage-tablet-font .body-5 {
        font-size: 15px !important;
        line-height: 14px !important;
    }  
    .studentpage-tablet-font .container .row .col-md-12 .richtext .pad-2-r .heading-5 {
        font-size: 20px !important;
    }
    .studentpage-tablet-font .card-img-bg .container .row .col-md-12 .richtext .pad-3-r .heading-5{
        font-size: 21px !important;
    }
    .studentpage-tablet-font .container .row .col-md-12 .richtext .pad-2-r .heading-5{
        font-size: 20px !important;
       line-height : 25px !important;
    }
}
@media (min-width:768px) and (max-width: 1050px){
    .tabs-globalstudents-page.tabs-student-page .tabs .tab-menu .tab-link {
        flex: auto;
        width: 17%;
        font-size: 17px;
    }

    .tabs-globalstudents-page.tabs-student-page .tabs .tab-menu {
        flex-wrap: wrap;
    }
}
@media (min-width: 1280px) {
    .container {
        max-width: 1280px !important;
    }
}