body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
div,
ol,
ul,
li {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: "IBM Plex Sans", serif;
}

.section-padding {
    padding: 4rem 0;
}

.section-small-heading {
    font-size: 1rem;
}

.section-big-heading {
    font-size: 3.5rem;
}

.section-para {
    font-size: 1rem;
}


/*nxtshift-banner-section*/
.nxtshift-banner-section {
    background: #ED1A3B;
}

.page-template-template-offering-rewiring-DNA .nxtshift-content-wrapper p {
       padding-bottom: 1rem;
}

.nxtshift-banner-main-container {
    display: flex;
    flex-wrap: wrap;
}

.nxtshift-img-wrapper {
    width: 50%;
    position: relative;
}

.nxtshift-content-wrapper {
    width: 50%;
    align-self: center;
    padding-right: 7rem;
    margin: 7rem 0;
}

.nxtshift-breadcrumb .breadcrumb-item a {
    color: #fff;
    font-size: 0.9rem;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 300;
}

.nxtshift-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

.nxtshift-breadcrumb .breadcrumb-item.active {
    color: #fff;
    font-size: 0.9rem;
    text-transform: uppercase;
}

.nxtshift-breadcrumb .breadcrumb {
    align-items: center;
}

.nxtshift-heading-wrapper {
    position: relative;
}

.nxtshift-heading-wrapper img {
    width: 100%;
    height: auto;
    max-width: 250px;
}

.nxtshift-heading-wrapper h1 {
    font-size: 4.5rem;
    color: #fff;
    font-family: "Noto Serif", serif;
    font-weight: 300;
    position: absolute;
    top: 25%;
    left: 0%;
}

.nxtshift-content-wrapper h2 {
    color: #fff;
        font-size: 2.25rem;
    font-weight: 300;
    padding-bottom: 2rem;
}

.nxtshift-content-wrapper p {
    color: #fff;
}

.nxtshift-img-wrapper img {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    max-width: 100%;
}

/*charaterstics-section*/
.charaterstics-section {
    padding: 7rem 0 2rem;
}

.charaterstics-main-container {
    display: flex;
}

.charater-left-wrapper {
    width: 50%;
}

.charater-right-wrapper {
    width: 50%;
}

.charater-right-wrapper h2 {
    display: none;
}

.charater-left-wrapper h2 {
    color: #121212;
    font-family: "Noto Serif", serif;
    font-weight: 300;
    padding-bottom: 3rem;
}

.charater-left-wrapper img {
    width: 100%;
    height: auto;
    max-width: 80%;
}

.charater-card {
    display: flex;
    border-top: 1px solid #ED1A3B;
    padding: 2rem 0;
    position: relative;
}

.charater-card:last-child {
    border-bottom: 1px solid #ED1A3B;
}

.charater-icon img {
    width: 100%;
    height: auto;
    max-width: 30px;
    margin: 0 auto;
}

.charater-heading h3 {
    color: #121212;
    font-weight: 500;
    font-size: 1.1rem;
}

.charater-para p {
    color: #121212;
    font-size: 1rem;
}

.charater-icon {
    width: 10%;
}

.charater-heading {
    width: 50%;
}

.charater-para {
    width: 50%;
}

.charater-inner {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
}

.down-arrow-img img {
    width: 100%;
    height: auto;
    max-width: 25px;
    position: absolute;
    bottom: -1.1rem;
    left: 50%;
}

.charater-card:last-child .down-arrow-img img {
    display: none;
}



/*typical challenges section*/
.typical-heading-wrapper h2 {
    color: #121212;
    font-family: "Noto Serif", serif;
    font-weight: 300;
    text-align: center;
    max-width: 660px;
    margin: 0 auto;
}

.typical-heading-wrapper {
    position: relative;
}

.typical-heading-wrapper img {
    width: 100%;
    height: auto;
    max-width: 45px;
    position: absolute;
    top: 5%;
    right: 0;
}

.typical-card {
    width: 34%;
    background: #F5F5F5;
    border-bottom: 3px solid #DD2222;
    padding: 2rem;
}

.typical-card p::first-letter {
    font-size: 2rem;
    line-height: 1;
}

/*p::first-letter {
  font-size: 1.5rem;
  font-weight: bold;
  color: brown;
}*/
.typical-card p {
    font-family: "Noto Serif", serif;
}

.typical-card-container {
    display: flex;
    flex-wrap: wrap;
}

.typical-img-wrapper {
    position: relative;
}

.typical-img {
    width: 100%;
    height: auto;
    max-width: 36%;
    margin: 5rem auto 8rem auto;
    display: flex;
    position: relative;
    z-index: 9;
}

.typical-card-container .typical-card:first-child {
    position: absolute;
    top: 0;
    left: 0;
}

.typical-card-container .typical-card:nth-child(2) {
    position: absolute;
    top: 28%;
    right: 0;
}

.typical-card-container .typical-card:nth-child(3) {
    position: absolute;
    left: 7%;
    bottom: 3%;
    z-index: 99;
}


/*outcomes section*/
.outcomes-section {
    padding-bottom: 1rem;
}

.outcomes-card-wrapper {
    display: flex;
    justify-content: space-between;
}

.outcomes-card {
    width: calc((100% - 30px) / 3);
    margin-right: 8rem;
    text-align: center;
}

.outcomes-card:last-child {
    margin-right: 0;
}

.outcomes-heading-wrapper h2 {
    color: #121212;
    padding-bottom: 3rem;
    font-family: "Noto Serif", serif;
    font-weight: 300;
    text-align: center;
}

.outcomes-card h3 {
    color: #121212;
    font-size: 1.3rem;
    padding: 2rem 0 1rem;
    font-weight: 400;
}

.outcomes-card p {
    color: #121212;
    font-size: 1rem;
}

.outcomes-card img {
    width: 100%;
    height: auto;
    max-width: 80px;
}


/*action section*/
.action-small-heading-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.action-small-heading-wrapper h2 {
    color: #ED1A3B;
    font-weight: 400;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

.action-small-heading-wrapper img {
    width: 100%;
    height: auto;
    max-width: 100px;
    margin-top: -3rem;
}

.action-small-heading-wrapper h2 span {
    background: #ED1A3B;
    height: 2px;
    width: 30px;
    margin-right: 5px;
}

.action-small-heading-wrapper img {
    width: 100%;
    height: auto;
    max-width: 44px;
}

.action-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 3rem;
    padding-bottom: 2rem;
}

.action-content-wrapper {
    width: 50%;
    padding-right: 4rem;
}

.action-img-wrapper img {
    width: 100%;
    height: auto;
}

.action-content-wrapper h2 {
    color: #121212;
    padding-bottom: 2rem;
    font-weight: 300;
    font-family: "Noto Serif", serif;
}

.action-content-wrapper p {
    color: #121212;
}


/*explore-section*/
.explore-section {
    background: #F5F5F5;
}

.explore-main-container {
    display: flex;
    flex-wrap: wrap;
}

.rewiring-wrapper {
    width: 50%;
    padding-right: 5rem;
    padding-top: 6rem;
    padding-bottom: 6rem;
    border-right: 2px solid #ED1A3B;
}

.future-wrapper {
    width: 50%;
    padding-top: 6rem;
    padding-bottom: 6rem;
    padding-left: 6rem;
}

.rewiring-wrapper h3,
.future-wrapper h3 {
    color: #ED1A3B;
    font-family: "Noto Serif", serif;
    font-weight: 300;
    position: absolute;
    left: 0%;
    top: 24%;
}

.rewiring-wrapper p,
.future-wrapper p {
    color: #121212;
    padding-bottom: 3rem;
}

.future-wrapper p {
    padding-bottom: 3rem !important;
}

.rewiring-wrapper a,
.future-wrapper a {
    background: #ED1A3B;
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    padding: 10px 30px;
}

.rewiring-wrapper a:hover,
.future-wrapper a:hover {
    background: transparent;
    color: #ED1A3B;
    border: 1px solid #ED1A3B;
}

.rewiring-heading-wrapper img,
.future-heading-wrapper img {
    width: 100%;
    height: auto;
    max-width: 210px;
}

.rewiring-heading-wrapper,
.future-heading-wrapper {
    position: relative;
}

.rewiring-wrapper h2 {
    display: flex;
    align-items: center;
    color: #ED1A3B;
    text-transform: uppercase;
    font-weight: 400;
}

.rewiring-wrapper h2 span {
    background: #ED1A3B;
    height: 2px;
    width: 30px;
    margin-right: 5px;
}

.future-wrapper h2 {
    opacity: 0;
}


/*marquee section css*/
.marquee-section {
    overflow-x: hidden;
}

.marquee {
    background: #ED1A3B;
}

.marquee-box-one {
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
}

.marquee-content-one {
    display: flex;
    gap: 20px;
    padding: 0 20px;
    margin-right: 9rem;
    animation: scroll-one 10s linear infinite;
}

.marquee-text {
    white-space: nowrap;
    text-transform: capitalize;
    font-size: 1.75rem;
    font-weight: 400;
    flex-shrink: 0;
    margin: 0;
    padding: 30px 15px;
    color: #fff;
    display: flex;
    align-items: center;
    user-select: none;
}

.marquee-text img {
    width: 100%;
    height: auto;
    max-width: 100px;
}

@keyframes scroll-one {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

.m-img {
    display: none;
}

/*focus section*/
.focus-heading-wrapper {
    text-align: center;
}

.focus-heading-wrapper h2 {
    color: #121212;
    padding-bottom: 2rem;
    font-weight: 300;
}

.focus-card-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.focus-card {
    width: calc((100% - 40px) / 3);
    margin-right: 1rem;
    background: #F5F5F5;
}

.focus-card:last-child {
    margin-right: 0;
}

.focus-card-img img {
    width: 100%;
        height: 320px;
    object-fit: cover;
}

.focus-card-content h3 {
    color: #121212;
    padding-bottom: 1rem;
    font-size: 1.3rem;
}

.focus-card-content p {
    color: #121212;
    padding-bottom: 1rem;
    font-size: 1rem;
}

.focus-card-content a {
    color: #ED1A3B;
    font-size: 1rem;
    text-decoration: none;
}

.focus-card-content {
    padding: 2rem;
}

.focus-card-inner {
    display: flex;
    padding-bottom: 1rem;
}

.focus-card-inner span {
    font-size: 0.9rem;
    color: #121212;
    padding: 0 10px;
    border-right: 1px solid #000;
    line-height: 1;
}

.focus-card-inner span:first-child {
    padding-left: 0;
}

.focus-card-inner span:last-child {
    padding-right: 0;
    border-right: 0;
}
 #owl-card-slider.owl-theme .owl-dots .owl-dot span {
    width: 100%;
    height: 2.5px;
    border-radius: 0;
    margin: 10px 0;
}

#owl-card-slider.owl-theme .owl-dots .owl-dot.active span {
    background: #ED1A3B;
}

#owl-card-slider.owl-theme .owl-dots .owl-dot {
    width: 100%;
}

#owl-card-slider.owl-theme .owl-nav.disabled+.owl-dots {
    display: flex;
    margin-top: 2rem;
}
#owl-card-slider.owl-carousel .owl-stage{
    display: flex;
        background: #f5f5f5;
}
@media screen and (min-width: 320px) and (max-width: 568px) {
    .m-img {
        display: block;
    }

    .d-img {
        display: none;
    }

    .nxtshift-breadcrumb .breadcrumb {
        margin-bottom: 10px;
    }

    .charater-right-wrapper h2 {
        display: block;
    }

    .nxtshift-img-wrapper {
        width: 100%;
    }

    .nxtshift-content-wrapper {
        width: 100%;
        padding-right: 3rem;
        margin: 3rem 0;
    }

    .nxtshift-img-wrapper img {
        position: static;
    }

    .nxtshift-banner-main-container {
        flex-wrap: wrap-reverse;
    }

    .nxtshift-heading-wrapper img {
                max-width: 150px;
    }

    .nxtshift-heading-wrapper h1 {
              font-size: 3.5rem;
              top: 8%;
    }
.nxtshift-heading-wrapper {
    padding-bottom: 4rem;
}
    .focus-card {
        width: 100%;
        margin-right: 0;
        margin-bottom: 2rem;
    }

    .focus-card-content {
        padding: 2rem 1rem 0;
    }

    .down-arrow-img img {

        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: 11;
    }

    .section-big-heading {
        font-size: 2.1rem;
        line-height: 46px;
    }

    .section-small-heading {
        font-size: 1rem;
    }

    .nxtshift-content-wrapper h2 {
               font-size: 2rem;
        line-height: 46px;
    }

    .charaterstics-main-container {
        flex-wrap: wrap-reverse;
    }

    .charater-left-wrapper,
    .charater-right-wrapper {
        width: 100%;
        padding-left: 0;
    }

    .typical-card-container .typical-card:first-child,
    .typical-card-container .typical-card:nth-child(3),
    .typical-card-container .typical-card:nth-child(2) {
        width: 100%;
        position: static !important;
        margin-bottom: 1rem;
    }

    .typical-img {
        max-width: 100%;
        margin: 2rem auto;
    }

    .typical-heading-wrapper h2 {
        text-align: left;
        max-width: 300px;
        margin-left: auto;
    }

    .typical-heading-wrapper img {
        top: -15%;
        max-width: 30px;
    }

    .outcomes-card-wrapper {
        flex-wrap: wrap;
    }

    .outcomes-card {
        width: 100%;
        margin-right: 0;
        margin-bottom: 2rem;
    }

    .outcomes-card img {
        max-width: 70px;
    }

    .action-content-wrapper {
        width: 100%;
        padding-right: 1rem;
        margin-bottom: 2rem;
    }

    .action-wrapper {
        margin-top: 1rem;
    }

    .rewiring-wrapper {
        width: 100%;
        padding-right: 0;
        border-right: 0;
        padding-top: 3rem;
        padding-bottom: 3rem;
        border-bottom: 2px solid #ED1A3B;
    }

    .future-wrapper {
        width: 100%;
        padding-top: 3rem;
        padding-bottom: 3rem;
        padding-left: 0;
    }

    .future-wrapper h2 {
        display: none;
    }

    .rewiring-heading-wrapper img,
    .future-heading-wrapper img {
        max-width: 150px;
    }

    .section-padding {
        padding: 2rem 0;
    }

    .charater-card {
        flex-wrap: wrap;
    }

    .charater-heading {
        width: 100%;
    }

    .charater-para {
        width: 100%;
    }

    .charater-inner {
        width: 80%;
    }

    .charater-icon {
        width: 20%;
    }

    .charater-heading h3 {
        padding-bottom: 10px;
    }

    .charater-left-wrapper h2 {
        display: none;
    }

    .charater-left-wrapper img {
        max-width: 100%;
        padding: 3rem 0;
    }

    .charater-card:last-child {
        border-bottom: 1px solid #ED1A3B;
    }

    .charater-right-wrapper h2 {
        color: #121212;
        font-family: "Noto Serif", serif;
        font-weight: 300;
        padding-bottom: 3rem;
    }

    .charaterstics-section {
        padding: 4rem 0 2rem;
    }

    .action-small-heading-wrapper img {
        max-width: 30px;
    }

    .marquee-text {
        font-size: 1.5rem;
    }



    .typical-card-container .typical-card:first-child {
        order: 1;
    }

    .typical-card-container .typical-card:nth-child(2) {
        order: 3;
    }

    .typical-card-container .typical-card:nth-child(3) {
        order: 2;
    }

    .action-content-wrapper h2 {
        max-width: 300px;
    }

    .rewiring-heading-wrapper {
        margin-top: 10px;
    }

    #breadcrumbs span {
        font-size: 11px;
    }
}

@media screen and (min-width: 569px) and (max-width: 768px) {
    .m-img {
        display: block;
    }

    .d-img {
        display: none;
    }

    .nxtshift-breadcrumb .breadcrumb {
        margin-bottom: 10px;
    }

    .charater-right-wrapper h2 {
        display: block;
    }

    .focus-card {
        width: 100%;
        margin-right: 0;
        margin-bottom: 2rem;
    }

    .focus-card-content {
        padding: 2rem 1rem;
    }

    .nxtshift-img-wrapper {
        width: 100%;
    }

    .nxtshift-content-wrapper {
        width: 100%;
        padding-right: 3rem;
        margin: 3rem 0;
    }

    .nxtshift-img-wrapper img {
        position: static;
    }

    .nxtshift-banner-main-container {
        flex-wrap: wrap-reverse;
    }

    .nxtshift-heading-wrapper img {
        max-width: 200px;
    }

    .nxtshift-heading-wrapper h1 {
        font-size: 3.5rem;
    }

    .section-big-heading {
        font-size: 2.1rem;
        line-height: 46px;
    }

    .section-small-heading {
        font-size: 1rem;
    }

    .nxtshift-content-wrapper h2 {
        font-size: 2rem;
        line-height: 46px;
    }

    .charaterstics-main-container {
        flex-wrap: wrap-reverse;
    }

    .charater-left-wrapper,
    .charater-right-wrapper {
        width: 100%;
        padding-left: 0;
    }

    .typical-card {
        width: 100%;
        position: static;
        margin-bottom: 1rem;
        position: relative !important;
    }

    .typical-card-container .typical-card:nth-child(3) {
        left: 0;
    }

    .typical-img {
        max-width: 100%;
        margin: 2rem auto;
    }

    .typical-heading-wrapper h2 {
        text-align: left;
    }

    .typical-heading-wrapper img {
        top: 5%;
        max-width: 40px;
        right: 1rem;
    }

    .outcomes-card-wrapper {
        flex-wrap: wrap;
    }

    .outcomes-card {
        width: 100%;
        margin-right: 0;
        margin-bottom: 2rem;
    }

    .outcomes-card img {
        max-width: 70px;
    }

    .action-content-wrapper {
        width: 100%;
        padding-right: 1rem;
        margin-bottom: 2rem;
    }

    .action-wrapper {
        margin-top: 1rem;
    }

    .rewiring-wrapper {
        width: 100%;
        padding-right: 0;
        border-right: 0;
        padding-top: 3rem;
        padding-bottom: 3rem;
        border-bottom: 2px solid #ED1A3B;
    }

    .future-wrapper {
        width: 100%;
        padding-top: 3rem;
        padding-bottom: 3rem;
        padding-left: 0;
    }

    .future-wrapper h2 {
        display: none;
    }

    .rewiring-heading-wrapper img,
    .future-heading-wrapper img {
        max-width: 150px;
    }

    .section-padding {
        padding: 2rem 0;
    }

    .charater-card {
        flex-wrap: wrap;
    }

    .charater-heading {
        width: 100%;
    }

    .charater-para {
        width: 100%;
    }

    .charater-inner {
        width: 80%;
    }

    .charater-icon {
        width: 15%;
    }

    .charater-heading h3 {
        padding-bottom: 10px;
    }

    .charater-left-wrapper h2 {
        display: none;
    }

    .charater-left-wrapper img {
        max-width: 100%;
        padding: 3rem 0;
    }

    .charater-card:last-child {
        border-bottom: 1px solid #ED1A3B;
    }

    .charater-right-wrapper h2 {
        color: #121212;
        font-family: "Noto Serif", serif;
        font-weight: 300;
        padding-bottom: 3rem;
    }

    .charaterstics-section {
        padding: 4rem 0 2rem;
    }

    .action-small-heading-wrapper img {
        max-width: 30px;
    }

    .marquee-text {
        font-size: 1.5rem;
    }

    #owl-card-slider.owl-theme .owl-dots .owl-dot span {
        width: 100%;
        height: 3px;
        border-radius: 0;
    }

    #owl-card-slider.owl-theme .owl-dots .owl-dot.active span {
        background: #ED1A3B;
    }

    #owl-card-slider.owl-theme .owl-dots .owl-dot {
        width: 100%;
    }

    #owl-card-slider.owl-theme .owl-nav.disabled+.owl-dots {
        display: flex;
    }

    .rewiring-heading-wrapper,
    .future-heading-wrapper {
        position: relative;
        margin-bottom: 10px;
    }
}

@media screen and (min-width: 769px) and (max-width: 991px) {
    .m-img {
        display: block;
    }

    .d-img {
        display: none;
    }

    .nxtshift-breadcrumb .breadcrumb {
        margin-bottom: 10px;
    }

    .focus-card {
        width: 100%;
        margin-right: 0;
        margin-bottom: 2rem;
    }

    .focus-card-content {
        padding: 2rem 1rem;
    }

    .charater-right-wrapper h2 {
        display: block;
    }

    .nxtshift-img-wrapper {
        width: 100%;
    }

    .nxtshift-content-wrapper {
        width: 100%;
        padding-right: 3rem;
        margin: 3rem 0;
    }

    .nxtshift-img-wrapper img {
        position: static;
    }

    .nxtshift-banner-main-container {
        flex-wrap: wrap-reverse;
    }

    .nxtshift-heading-wrapper img {
        max-width: 200px;
    }

    .nxtshift-heading-wrapper h1 {
        font-size: 3.5rem;
    }

    .section-big-heading {
        font-size: 2.1rem;
        line-height: 46px;
    }

    .section-small-heading {
        font-size: 1rem;
    }

    .nxtshift-content-wrapper h2 {
        font-size: 2rem;
        line-height: 46px;
    }

    .charaterstics-main-container {
        flex-wrap: wrap-reverse;
    }

    .charater-left-wrapper,
    .charater-right-wrapper {
        width: 100%;
        padding-left: 0;
    }

    .typical-card {
        width: 100%;
        position: static;
        margin-bottom: 1rem;
        position: relative !important;
    }

    .typical-card-container .typical-card:nth-child(3) {
        left: 0;
    }

    .typical-img {
        max-width: 100%;
        margin: 2rem auto;
    }

    .typical-heading-wrapper h2 {
        text-align: left;
    }

    .typical-heading-wrapper img {
        top: 0%;
        max-width: 40px;
    }

    .outcomes-card-wrapper {
        flex-wrap: wrap;
    }

    .outcomes-card {
        width: 100%;
        margin-right: 0;
        margin-bottom: 2rem;
    }

    .outcomes-card img {
        max-width: 70px;
    }

    .action-content-wrapper {
        width: 100%;
        padding-right: 1rem;
        margin-bottom: 2rem;
    }

    .action-wrapper {
        margin-top: 1rem;
    }

    .rewiring-wrapper {
        width: 100%;
        padding-right: 0;
        border-right: 0;
        padding-top: 3rem;
        padding-bottom: 3rem;
        border-bottom: 2px solid #ED1A3B;
    }

    .future-wrapper {
        width: 100%;
        padding-top: 3rem;
        padding-bottom: 3rem;
        padding-left: 0;
    }

    .future-wrapper h2 {
        display: none;
    }

    .rewiring-heading-wrapper img,
    .future-heading-wrapper img {
        max-width: 150px;
    }

    .section-padding {
        padding: 2rem 0;
    }

    .charater-card {
        flex-wrap: wrap;
    }

    .charater-heading {
        width: 100%;
    }

    .charater-para {
        width: 100%;
    }

    .charater-inner {
        width: 80%;
    }

    .charater-icon {
        width: 15%;
    }

    .charater-heading h3 {
        padding-bottom: 10px;
    }

    .charater-left-wrapper h2 {
        display: none;
    }

    .charater-left-wrapper img {
        max-width: 100%;
        padding: 3rem 0;
    }

    .charater-card:last-child {
        border-bottom: 1px solid #ED1A3B;
    }

    .charater-right-wrapper h2 {
        color: #121212;
        font-family: "Noto Serif", serif;
        font-weight: 300;
        padding-bottom: 3rem;
    }

    .charaterstics-section {
        padding: 4rem 0 2rem;
    }

    .action-small-heading-wrapper img {
        max-width: 30px;
    }

    .marquee-text {
        font-size: 1.5rem;
    }

    #owl-card-slider.owl-theme .owl-dots .owl-dot span {
        width: 100%;
        height: 3px;
        border-radius: 0;
    }

    #owl-card-slider.owl-theme .owl-dots .owl-dot.active span {
        background: #ED1A3B;
    }

    #owl-card-slider.owl-theme .owl-dots .owl-dot {
        width: 100%;
    }

    #owl-card-slider.owl-theme .owl-nav.disabled+.owl-dots {
        display: flex;
    }

    .rewiring-heading-wrapper,
    .future-heading-wrapper {
        position: relative;
        margin-bottom: 10px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1024px) {
    .nxtshift-content-wrapper {
        padding-right: 6rem;
        margin: 3rem 0;
    }

    .nxtshift-heading-wrapper img {
        max-width: 200px;
    }

    .nxtshift-content-wrapper h2 {
        font-size: 2rem;
    }

    .nxtshift-heading-wrapper h1 {
        font-size: 3.5rem;
    }

    .charater-right-wrapper {
        padding-left: 0;
    }

    .charaterstics-section {
        padding: 5rem 0 2rem;
    }

    .section-big-heading {
        font-size: 3rem;
        padding-bottom: 2rem;
    }

    .charater-heading {
        width: 100%;
    }

    .charater-para {
        width: 100%;
    }

    .charater-inner {
        padding-left: 1rem;
    }

    .action-content-wrapper {
        width: 100%;
        margin-bottom: 2rem;
    }

    .rewiring-wrapper {
        padding-right: 3rem;
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .future-wrapper {
        padding-top: 3rem;
        padding-bottom: 3rem;
        padding-left: 3rem;
    }

    .rewiring-heading-wrapper img,
    .future-heading-wrapper img {
        max-width: 200px;
    }

    .charater-left-wrapper img {
        max-width: 90%;
    }

    .outcomes-card {
        margin-right: 3rem;
    }

    .action-wrapper {
        margin-top: 1rem;
        flex-wrap: nowrap;
        padding-bottom: 0;
    }

    .action-wrapper {
        justify-content: center;
    }

    .typical-img {
        margin: 6rem auto 11rem auto;
    }

    /*.typical-card{
		width: 35%;
		top: 16%;
	}*/
    .typical-card-3 {
        left: 3%;
        bottom: 0%;
    }

    .typical-heading-wrapper h2 {
        max-width: 565px;
    }

    .typical-card-container .typical-card:first-child {
        top: -6rem;
    }

    .typical-card-container .typical-card:nth-child(3) {
      left: 7%;
        bottom: -6%;
        top: auto;
        z-index: -1;
    }

    .typical-card-container .typical-card:nth-child(2) {
        position: absolute;
        top: 18%;
        right: 0;
    }

    .focus-card-inner span {
        line-height: 1.4;
    }

    .rewiring-wrapper p,
    .future-wrapper p {
        height: 150px !important;
    }

    .action-section {
        padding-bottom: 1rem;
    }
    .typical-challenges-section{
        padding-bottom: 5rem !important;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1200px) {
    
    .typical-card-container .typical-card:nth-child(3) {
        left: 20% !important;
        bottom: -4% !important;       
    }
    .typical-img-wrapper {
        padding-bottom: 8rem;
    }
    /*.typical-challenges-section{
        padding-bottom: 12rem;
    }*/
   .action-content-wrapper {
        width: 100%;
                padding-bottom: 2rem;
    }
   .action-img-wrapper {
        width: 100%;
    }
    .nxtshift-content-wrapper {
        padding-right: 6rem;
        margin: 4rem 0;
    }

    .charater-heading {
        width: 100%;
    }

    .charater-para {
        width: 100%;
    }

    .typical-card-3 {
        bottom: 0;
    }

    
    .charater-inner {
        padding-left: 1rem;
    }

    .outcomes-card {
        margin-right: 5rem;
    }

    .action-wrapper {
        flex-wrap: wrap;
    }

    .rewiring-wrapper {
        padding-right: 4rem;
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .future-wrapper {
        padding-top: 4.2rem;
        padding-bottom: 4rem;
        padding-left: 4rem;
    }

    .section-big-heading {
        font-size: 3rem;
    }

    .section-small-heading {
        font-size: 1.1rem;
              
    }

    
    .nxtshift-heading-wrapper h1 {
        font-size: 3.4rem;
    }

    .nxtshift-content-wrapper h2 {
        font-size: 1.8rem;
    }

    .typical-card-container .typical-card:nth-child(2) {
        top: 18%;
    }

 /*   .typical-card-container .typical-card:nth-child(3) {
        top: -2%;
    }*/

    .future-wrapper p {
        padding-bottom: 2.9rem;
    }

    .typical-card-container .typical-card:nth-child(3) {
        left: 7%;
        bottom: -3%;
        z-index: -1;
    }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
    .nxtshift-content-wrapper {
        padding-right: 6rem;
        margin: 4rem 0;
    }

    .charater-heading {
        width: 100%;
    }

    .charater-para {
        width: 100%;
    }

    .typical-card-3 {
        bottom: 0;
    }

    .typical-img {
        margin: 5rem auto 9rem auto;
    }

    .charater-inner {
        padding-left: 1rem;
    }

    .outcomes-card {
        margin-right: 5rem;
    }

    .action-wrapper {
        flex-wrap: nowrap;
    }

    .rewiring-wrapper {
        padding-right: 4rem;
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .future-wrapper {
        padding-top: 4.2rem;
        padding-bottom: 4rem;
        padding-left: 4rem;
    }

    .section-big-heading {
        font-size: 3rem;
    }

    .section-small-heading {
        font-size: 1.1rem;
    }

    .action-content-wrapper {
        width: 60%;
    }

    .nxtshift-heading-wrapper h1 {
        font-size: 4rem;
    }

    .nxtshift-content-wrapper h2 {
        font-size: 1.8rem;
    }

    .typical-card-container .typical-card:nth-child(2) {
        top: 18%;
    }

 /*   .typical-card-container .typical-card:nth-child(3) {
        top: -2%;
    }*/

    .future-wrapper p {
        padding-bottom: 2.9rem;
    }

.typical-card-container .typical-card:nth-child(3) {
    left: 7%;
    bottom: -3%;
    z-index: -1;
}


}

@media screen and (min-width: 1600px) and (max-width: 1999px) {
    .section-big-heading {
        font-size: 3.7rem;
    }

    .section-para {
        font-size: 1.1rem;
    }
.future-wrapper p {
    padding-bottom: 3rem;
}
    .section-small-heading {
        font-size: 1.3rem;
    }

    .outcomes-card p {
        font-size: 1.2rem;
    }

    .charater-right-wrapper {
        padding-left: 0;
    }

    .outcomes-card h3 {
        font-size: 1.6rem;
    }

    .charater-para p {
        font-size: 1.1rem;
    }

    .charater-heading h3 {
        font-size: 1.2rem;
    }

    .charater-icon img {
        max-width: 40px;
    }

    .nxtshift-breadcrumb .breadcrumb-item a {
        font-size: 1.1rem;
    }

    .nxtshift-heading-wrapper h1 {
        font-size: 4.6rem;
    }

    .nxtshift-content-wrapper h2 {
        font-size: 2.6rem;
    }

    .rewiring-wrapper a,
    .future-wrapper a {
        font-size: 1.2rem;
    }

    .nxtshift-content-wrapper {
        padding-right: 2rem;
    }
    .rewiring-heading-wrapper, .future-heading-wrapper {
   
    margin: 1rem 0;
}
}

@media screen and (min-width: 2000px) and (max-width: 2499px) {
    .section-big-heading {
        font-size: 3.7rem;
    }

    .section-para {
        font-size: 1.1rem;
    }

    .section-small-heading {
        font-size: 1.3rem;
    }

    .outcomes-card p {
        font-size: 1.2rem;
    }

    .outcomes-card h3 {
        font-size: 1.6rem;
    }

    .charater-para p {
        font-size: 1.1rem;
    }

    .charater-heading h3 {
        font-size: 1.2rem;
    }

    .charater-icon img {
        max-width: 40px;
    }

    .nxtshift-breadcrumb .breadcrumb-item a {
        font-size: 1.1rem;
    }

    .nxtshift-heading-wrapper h1 {
        font-size: 4.6rem;
    }

    .nxtshift-content-wrapper h2 {
        font-size: 2.6rem;
    }

    .rewiring-wrapper a,
    .future-wrapper a {
        font-size: 1.2rem;
    }

    .nxtshift-content-wrapper {
        padding-right: 2rem;
    }

    .rewiring-wrapper p,
    .future-wrapper p {
        height: 150px;
    }
}

@media (min-width: 1280px) {
    .nxtshift-img-wrapper img {
        /*  	padding:3rem 3rem 3rem 5rem;*/
    }
}
