.integration-evolution-main {
    padding-top: 6%;
}

.integration-evolution-main h4 {
    font-weight: 800;
    font-size: 30px;
    line-height: 58px;
}

.integration-evolution-main h4 span {
    color: #3943B7;
    font-weight: 800;
    font-size: 30px;
    line-height: 58px;
}

.integration-evolution-text {
    font-size: 18px;
    color: #072125;
    font-weight: 700;
    margin-top: 6%;
}

.integration-evolution-sub-text {
    color: #072125;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin-top: 6%;
}

/* product css */
nav>div a.nav-item.nav-link,
nav>div a.nav-item.nav-link.active {
    border: none;
    padding: 14px 7px;
    color: #FFF !important;
    background: #3943b7;
    margin: 0 0px;
    width: 10%;
    font-size: 16px;
    border-top-left-radius: 9px;
    border-top-right-radius: 35px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
}

nav>div a.nav-item.nav-link,
nav>div a.nav-item.nav-link {
    border: none;
    padding: 14px 7px;
    color: #000 !important;
    background: white;
    border-radius: 8px 8px 0px 0px;
    background: #FFF;
    box-shadow: 9px -8px 14px -7px rgba(17, 16, 16, 0.07), -9px -8px 14px -7px rgba(17, 16, 16, 0.07), 0px -8px 20px -20px rgba(17, 16, 16, 0.03);
    border-radius: 0;
    margin: 0 8px;
    width: 10%;
    font-size: 16px;
    border-top-left-radius: 9px;
    border-top-right-radius: 35px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*
.nav-tabs {
    border-bottom: 0 !important;
}
*/
.nav-tabs {
    border-bottom: 4px solid #3943b7;
}
.tab-content {
    background: #fff;
    /* line-height: 25px; */
    background: #fdfdfd;
    /* line-height: 25px; */
    border: 1px solid #ddd;
    border-bottom: 5px solid #3943b7;
    padding: 10px 0px 0px 0px !important;
}

.challange-solution-main {
    padding-top: 4%;
}

.challange-solution-wrapper h6 {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    width: 60%;
    margin-top: 3%;
}

.challange-solution-wrapper p {
    color: #6A6A6A;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    width: 60%;
    margin-top: 4%;
}

.challange-solution-wrapper a {
    color: #1D9FBB;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    margin-top: 4%;
}

.power-of-intigration-main {
    margin-top: 7%;
}

.power-of-intigration-main h4 {
    font-size: 32px;
    font-weight: 800;
    line-height: 57.6px;
}

.power-of-intigration-main .row {
    margin-top: 6%;
}

.power-of-intigration-main .card {
    width: auto;
/*    width: 40rem;*/
    height: 22rem;
    margin: auto;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.16)
}

.power-of-intigration-main h4 span {
    color: #1BB1ED;
    font-size: 32px;
    font-weight: 800;
    line-height: 57.6px;
}

.power-of-intigration-text span {
    color: #3943B7;
    font-weight: 700;
}

.power-of-intigration-text {
    line-height: 26px;
    margin-top: 4%;
}

.btn-primary {
    padding: 8px 30.92px 10.19px 31px !important;
    border-radius: 50px !important;
    border: 1px solid #3943B7 !important;
    background: #3943B7 !important;
    cursor: pointer;
}

.btn-primary:hover {
    background:#000 !important;
    color: #ffffff !important;
    transition:.3s !important;
} 

/* mobile view */
@media (min-width: 320px) and (max-width: 1024px) {

    nav>div a.nav-item.nav-link,
    nav>div a.nav-item.nav-link.active {
        margin: 4px 5px;
        width: 40%;
        font-size: 14px;
        border-radius: 16px;
    }

    .carousel-content {
        padding-left: 16px;
    }

    .integration-evolution-main h4 {
        font-size: 22px;
        width: 100% !important;
    }

    .integration-evolution-main h4 span {
        font-size: 22px;
    }

    .product h1 {
        font-size: 22px;
    }

    .challange-solution-wrapper h6 {
        font-size: 16px;
        width: 80%;

    }

    .challange-solution-wrapper p {
        font-size: 14px;
        width: 80%;
    }

    .power-of-intigration-main .card {
        width: auto;
        height: auto;
        margin: 4% 0;
    }

    .btn-primary {
        margin-bottom: 10%;
    }

    .power-of-intigration-main h4 {
        font-size: 20px;
        width: 100% !important;
    }

    .power-of-intigration-main h4 span {
        font-size: 20px;
    }
}

@media (min-width: 481px) and (max-width: 1024px) {

    nav>div a.nav-item.nav-link,
    nav>div a.nav-item.nav-link.active {
        width: 20%;
        font-size: 14px;
        margin: 4px 5px;
        border-radius: 16px;

    }
}