.home .sectionOne {
    padding-top: 100px;
    text-align: center;
    position: relative;
}

.home .sectionOne .label {
        font-family: 'Archivo', sans-serif;
            font-size: 12px;
            font-weight: 500;
            line-height: 14.4px;
            letter-spacing: 0.2em;
            text-align: center;
            color: #004259;
            padding: 8px 12px;
            background: #e8f1f5;
            border: none;
            border-radius: 50px;
            width: fit-content;
            margin: 0 auto;
            text-transform: uppercase;
            margin-bottom: 0px;
            z-index: 1;
            position: relative;
            margin-top: 35px;
}

.home .sectionOne .title {
    font-family: 'Archivo', sans-serif;
    font-size: 70px;
        font-weight: 600;
        letter-spacing: -0.02em;
        text-align: center;
        color: #1a3c4a;
        padding-bottom: 0px;
        z-index: 1;
        position: relative;
        margin: 0;
}

/* p.title.playfair-display {
    color: #272727 !important;
} */
.home .sectionOne .title .subTitle {
    color: #004259;
}

.home .sectionOne .desc {
    font-family: 'Archivo', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #5e7e8c;
    padding-bottom: 10px;
    z-index: 1;
    position: relative;
    margin: 0;
}

.home .sectionOne .quickDemo {
    font-family: 'Archivo', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 16.8px;
    color: #fff;
    background: #004259;
    border: 1px solid #004259;
    border-radius: 10px;
    padding: 12px 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    gap: 10px;
    margin-bottom: 5px;
    z-index: 1;
    position: relative;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.home .sectionOne .quickDemo:hover {
    box-shadow: 0 4px 16px rgba(0,42,58,0.18);
    transform: translateY(-1px);
}

.home .sectionOne .dashboard {
    max-width: 100%;
    z-index: 1;
    position: relative;
    padding: 0 130px;
    padding-bottom: 112px;
}

.home .sectionOne .bg1 {
        max-width: 60%;
            position: absolute;
            left: 0;
            right: 0;
            margin: 0 auto;
            z-index: 0;
            top: 100px;
}

.home .sectionOne .bg2 {
        position: absolute;
            left: 0;
            right: 0;
            margin: 0 auto;
            z-index: 0;
            top: 67px;
            max-width: 100%;
            padding: 0 50px;
}

.home .sectionOne .bg3 {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 0;
    top: 350px;
    max-width: 100%;
}

.home .sectionOne .vector1 {
    position: absolute;
    left: 44px;
    top: 490px;
}

.home .sectionOne .vector2 {
    position: absolute;
    left: 235px;
    top: 185px;
}

.home .sectionOne .vector3 {
    position: absolute;
    right: 237px;
    top: 176px;
}

.home .sectionOne .vector4 {
    position: absolute;
    right: 56px;
    top: 490px;
}


.home .sectionTwo {
    /* padding-left: 100px; */
    display: flex;
    flex-direction: column;
    gap: 30px;
    position: relative;
    align-items: center;
    padding-bottom: 100px;
}

.home .sectionTwo .heading .vector1 {
    position: absolute;
    left: 50px;
    top: 50px;
}

.home .sectionTwo .heading .vector2 {
    position: absolute;
    left: 230px;
    top: 240px;
}

.home .sectionTwo .heading .title {
    font-family: 'Archivo', sans-serif;
    font-size: 44px;
    font-weight: 600;
    line-height: 56px;
    letter-spacing: -0.02em;
    text-align: center;
    width: -webkit-fill-available;
    max-width: 290px;
    color: #1a3c4a;
}

.home .sectionTwo .heading .title .blue {
    color: #004259;
}

.home .sectionTwo .companies {
    width: 100%;
    background: #ffffff;
    position: relative;
    border-radius: 12px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 60px 30px;
    gap: 25px;
    padding-left: 30px;
    box-shadow: 0 2px 12px rgba(0,42,58,0.06);
}

.home .companies .section2Arrow {
    position: absolute;
    left: -80px;
    top: 120px;
}

.home .companies .box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 18px;
    align-items: center;
}

.home .companies .box .label {
    font-family: 'Archivo', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.02em;
    color: #5e7e8c;
    height: 40px;
    text-align: center;
    margin-bottom: 0px;
}


.home .sectionThree {
    padding: 0 50px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    background: url("../assets/homepage/section3Bg1.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 140px;
    padding-bottom: 100px;
}

.home .sectionThree .top {
    display: flex;
    gap: 30px;
}

.home .sectionThree .top .head {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
}

.home .sectionThree .top .head .title {
    font-family: 'Archivo', sans-serif;
    font-size: 44px;
    font-weight: 600;
    line-height: 51px;
    letter-spacing: -0.02em;
    color: #1a3c4a;
    margin: 0;
}

.home .sectionThree .top .head .title .blue {
    color: #004259;
}

.home .sectionThree .top .head .subTitle {
    font-family: 'Archivo', sans-serif;
    font-size: 36px;
    font-weight: 300;
    line-height: 45px;
    letter-spacing: -0.04em;
    color: #5e7e8c;
    margin: 0;
    padding-right: 100px;
}

.home .sectionThree .top .head .section3Vector {
    position: absolute;
    right: 40px;
    bottom: 60px;
}

.home .sectionThree .box {
    background: #ffffff;
    border-radius: 12px;
    padding: 23px 28px;
    display: flex;
    flex-direction: column;
    gap: 23px;
    border: 1px solid #e8eff3;
    box-shadow: 0 2px 12px rgba(0,42,58,0.06);
    transition: box-shadow 0.2s ease;
}

.home .sectionThree .box:hover {
    box-shadow: 0 4px 20px rgba(0,42,58,0.10);
}

.home .sectionThree .box .boxInner {
    display: flex;
    gap: 15px;
    align-items: center;
}

.home .sectionThree .box .boxInner .boxImgOuter {
    background: #f0f6f9;
    width: 79px;
    height: 79px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home .sectionThree .box .boxInner .label {
    font-family: 'Archivo', sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 51px;
    color: #1a3c4a;
    margin: 0;
}

.home .sectionThree .box .desc {
    font-family: 'Archivo', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.02em;
    color: #5e7e8c;
    margin: 0;
}

.home .sectionThree .bottom {
    display: flex;
    gap: 30px;
}

.home .sectionThree .bottom .box {
    width: 100%;
}

.home .sectionThree .top .box {
    max-width: 396px;
}


.home .sectionFour {
    padding: 100px 15px;
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.home .sectionFour .heading {
    font-family: 'Archivo', sans-serif;
    margin: 0;
    font-size: 44px;
    font-weight: 600;
    line-height: 51px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #1a3c4a;
}

.home .sectionFour .heading .blue {
    color: #004259;
}

.home .sectionFour .mission {
    display: flex;
    gap: 25px;
    width: 100%;
    justify-content: space-between;
    position: relative;
}

.home .sectionFour .mission .dashboardImg {
    position: absolute;
    max-width: 920px;
    right: 147px;
    bottom: -570px;
    z-index: 1;
}

.home .sectionFour .mission .boxOuter {
    display: flex;
    gap: 28px;
    align-items: center;
    position: relative;
    top: -5px;
}

.home .sectionFour .mission .boxOuter .user .label {
    font-family: 'Archivo', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: -0.02em;
    color: #004259;
    margin: 0;
}

.home .sectionFour .mission .boxOuter .user {
    width: 102px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
    top: 25px;
    position: relative;
}

.home .sectionFour .mission .boxOuter .user .missionFirstArrow {
    position: absolute;
    right: -20px;
    top: 35px;
}

.home .sectionFour .mission .boxOuter .user .userImg {
    width: fit-content;
    margin: 0 auto;
}

.home .sectionFour .mission .boxOuter .boxText {
    font-family: 'Archivo', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 16.94px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #004259;
    margin: 0;
    padding: 10px 3px;
    box-shadow: 0 2px 12px rgba(0,42,58,0.06);
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid #e8eff3;
    max-width: 110px;
}

.home .sectionFour .mission .boxMiddle {
    padding: 54px 18px;
    /* background: url("../assets/homepage/section4Bg.png"); */
    overflow: auto;
    position: relative;
    padding-bottom: 10px;
    background: linear-gradient(180deg, rgba(148, 195, 213, 0) 0%, rgba(180, 213, 226, 0.35) 33.5%, rgba(255, 255, 255, 0.2) 100%);
    height: 300px;
}

.home .sectionFour .mission .boxMiddle .head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: max-content;
    gap: 16px;
    padding-bottom: 36px;
}

.home .sectionFour .mission .boxMiddle .head .leftRightArrow {
    max-width: 310px;
}

.home .sectionFour .mission .boxMiddle .head .label {
    font-family: 'Archivo', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 16.94px;
    letter-spacing: 0.5em;
    color: #004259;
    margin: 0;
}

.home .sectionFour .mission .boxMiddle .middle {
    display: flex;
    gap: 26px;
    position: relative;
}

.home .sectionFour .mission .boxMiddle .middle .arrowDown {
    position: absolute;
    left: 70px;
    bottom: -30px;
}

.home .sectionFour .mission .boxMiddle .middle .boxText {
    background: #ffffff;
    border-radius: 10px;
    padding: 13px 5px;
    font-family: 'Archivo', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.02em;
    color: #1a3c4a;
    margin: 0;
    position: relative;
    min-width: 120px;
    max-width: 120px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #e8eff3;
    transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.home .sectionFour .mission .boxMiddle .middle .boxText .boxArrow {
    position: absolute;
    right: -25px;
}

.home .sectionFour .mission .boxMiddle .middle .boxText.active {
    background: #004259;
    color: #fff;
    border-color: #004259;
}

.home .sectionFour .mission .boxMiddle .middle .boxText.big {
    min-width: 180px;
}

.home .sectionFour .mission .boxMiddle .desc {
    font-family: 'Archivo', sans-serif;
    font-size: 28px;
    font-weight: 300;
    line-height: 45px;
    letter-spacing: -0.04em;
    margin: 0;
    color: #5e7e8c;
    padding-top: 20px;
    padding-bottom: 10px;
    width: max-content;
}

.home .sectionFour .mission .boxOuter .missionLeftArrow {
    position: absolute;
    right: -35px;
}


.home .sectionFour .mission .boxRight {
    position: relative;
    display: flex;
    align-items: center;
    top: -5px;
}

.home .sectionFour .mission .boxRight .missionRightArrow {
    position: absolute;
    left: -33px;
}

.home .sectionFour .mission .boxRight .User {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    text-align: center;
    top: 7px;
    position: relative;
}

.home .sectionFour .mission .boxRight .User .label {
    font-family: 'Archivo', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 11px;
    letter-spacing: -0.02em;
    margin: 0;
    color: #004259;
}

.home .sectionFour .mission .boxRight .User .userImg {
    width: fit-content;
    margin: 0 auto;
}

.home .sectionFive {
    padding: 0 50px;
    padding-top: 580px;
    padding-bottom: 100px;
}

.home .sectionFive .heading {
    font-family: 'Archivo', sans-serif;
    font-size: 44px;
    font-weight: 600;
    line-height: 51px;
    letter-spacing: -0.02em;
    margin: 0;
    color: #1a3c4a;
    text-align: center;
    padding-bottom: 60px;
}

.home .sectionFive .heading .blue {
    color: #004259;
}

.home .sectionFive .table-responsive {
    box-shadow: 0 2px 12px rgba(0,42,58,0.06);
    border: 1px solid #e8eff3;
    border-radius: 12px;
    overflow: hidden;
}

.home .sectionFive .table thead tr td {
    background: #004259;
    color: #fff;
    font-family: 'Archivo', sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: -0.02em;
}

.home .sectionFive .table thead tr td.company {
    padding-left: 38px;
}

.home .sectionFive .table thead tr td:nth-of-type(1) {
    border-top-left-radius: 14px;
}

.home .sectionFive .table thead tr td:nth-last-child(1) {
    border-top-right-radius: 14px;
}

.home .sectionFive .table tbody tr td .data {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Archivo', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: -0.04em;
    color: #1a3c4a;
    min-height: 50px;
}

.home .sectionFive .table tbody tr td .data.head {
    gap: 20px;
    color: #004259;
    padding-left: 20px;
}

.home .sectionFive .table-striped>tbody>tr:nth-of-type(odd) {
    background: #f7f9fa;
}

.home .sectionFive .table {
    background: #fff;
    border-radius: 12px;
    border-color: transparent;
    margin: 0;
}

.home .sectionSix {
    padding-bottom: 10px;
    margin-top: 10px;
}
.home .sectionSix.headingCarousel {
    padding-bottom: 10px;
    margin-top: 100px;
}

.home .sectionSix .heading {
    font-family: 'Archivo', sans-serif;
    font-size: 44px;
    font-weight: 600;
    line-height: 51px;
    letter-spacing: -0.02em;
    margin: 0;
    color: #1a3c4a;
    text-align: center;
    padding-bottom: 70px;
}

.home .sectionSix .heading .blue {
    color: #004259;
}

.gridFix {
    display: grid !important;
}

.home .sectionSix .boxOuter {
    /* display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 50px; */
    display: flex;
    /* grid-template-columns: repeat(3, minmax(0, 1fr)); */
    gap: 10px 50px;
    width: 100%;
}

.home .sectionSix .boxOuter .ml-100 {
    margin-left: -220px;
}

.home .sectionSix .boxOuter .mr-100 {
    margin-right: -220px;
}

.home .sectionSix .boxOuter .boxCard {
    box-shadow: 0 2px 12px rgba(0,42,58,0.06);
    border: 1px solid #e8eff3;
    background-color: #ffffff;
    border-radius: 12px;
    padding: 25px;
    width: 592px;
    width: 616px;
    height: 358px;
    transition: box-shadow 0.2s ease;
}

.home .sectionSix .boxOuter .boxCard:hover {
    box-shadow: 0 4px 20px rgba(0,42,58,0.10);
}

.home .sectionSix .boxOuter .boxCard .description {
    color: #1a3c4a;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Archivo', sans-serif;
    line-height: 24px;
    overflow: auto;
    /* text-overflow: ellipsis;
    -webkit-line-clamp: 12;
    display: -webkit-box;
    -webkit-box-orient: vertical; */
    margin: 0;
    max-height: 290px;
}

.home .sectionSix .boxOuter .boxCard .quoteIcon {
    width: 69px;
    height: 69px;
    margin-top: -80px;
}

.home .sectionSix .boxOuter .userCenterDiv {
    text-align: center;
    justify-self: center;
}

.home .sectionSix .boxOuter .userCenterDiv .upArrow {
    width: 20px;
    height: 9px;
    margin-top: 10px;
}

.home .sectionSix .boxOuter .userCenterDiv .userIconDiv {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 20px;
    align-items: center;
    margin-top: 10px;
}

.home .sectionSix .boxOuter .userCenterDiv .userProfile {
    width: 46px;
    height: 46px;
    border: 1px solid #e8eff3;
    border-radius: 23px;
}

.home .sectionSix .boxOuter .userCenterDiv .selectUserProfile {
    width: 66px;
    height: 66px;
    border: 1px solid #e8eff3;
    border-radius: 33px;
}

.home .sectionSix .boxOuter .userCenterDiv .line {
    width: 38px;
}

.home .sectionSix .boxOuter .userCenterDiv .userName {
    color: #1a3c4a;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Archivo', sans-serif;
    line-height: 20px;
    margin-bottom: 5px;
}

.home .sectionSix .boxOuter .userCenterDiv .userPost {
    color: #5e7e8c;
    font-size: 12px;
    font-weight: 400;
    font-family: 'Archivo', sans-serif;
    line-height: 13px;
}

.home .sectionBenevele {
    display: grid;
    grid-template-columns: 40% 60%;
    gap: 30px;
    background: #f0f6f9;
    padding: 0 0px;
    /* margin-top: 615px; */
    margin-top: 450px;
    /* padding-bottom: 40px;
    margin-bottom: -88px; */
}

.home .sectionBenevele .mgmtOuter {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.home .sectionBenevele .mgmtOuter .managementImg {
    /* height: 800px; */
    width: 100%;
}

.home .sectionBenevele .mgmtOuter .text {
    padding-bottom: 30px;
    font-family: 'Archivo', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 16.8px;
    letter-spacing: 0.64em;
    color: #e8eff3;
    margin: 0;
    /* background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.09) 74.5%, rgba(0, 0, 0, 0.54902) 88.5%, #000000 100%); */
    height: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: absolute;
    bottom: 0px;
    z-index: 1;
}
.home .sectionBenevele .mgmtOuter::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.09) 74.5%, rgba(0, 0, 0, 0.54902) 88.5%, #000000 100%);
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.home .sectionBenevele .list {
    /* padding-top: 10%; */
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding-bottom: 30px;
}

.home .sectionBenevele .list .heading {
    font-family: 'Archivo', sans-serif;
    font-size: 44px;
    font-weight: 600;
    line-height: 51px;
    letter-spacing: -0.02em;
    color: #1a3c4a;
    margin: 0;
}

.home .sectionBenevele .list .heading .blue {
    color: #004259;
}

.home .sectionBenevele .list .listMain {
    display: flex;
    gap: 59px;
    position: relative;
    padding-right: 60px;
}

.home .sectionBenevele .list .listMain .listOuter {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.home .sectionBenevele .list .listMain .listOuter.right {
    padding-top: 150px;
}

.home .sectionBenevele .list .listMain .listOuter .listInner {
    display: flex;
    gap: 14px;
}

.home .sectionBenevele .list .listMain .listOuter .listInner .count {
    background: #004259;
    width: 49px;
    min-width: 49px;
    height: 49px;
    border-radius: 30px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.home .sectionBenevele .list .listMain .listOuter .listInner .data {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.home .sectionBenevele .list .listMain .listOuter .listInner .data .title {
    font-family: 'Archivo', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -0.04em;
    margin: 0;
    color: #1a3c4a;
}

.home .sectionBenevele .list .listMain .listOuter .listInner .data .subTitle {
    font-family: 'Archivo', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.04em;
    margin: 0;
    color: #5e7e8c;
}

.home .sectionBenevele .list .listMain .curve {
    position: absolute;
    top: 0;
    right: 0;
}

.home .sectionBenevele .list .listMain .vector1 {
    position: absolute;
    top: 70px;
    right: 250px;
}

.home .sectionBenevele .list .listMain .vector2 {
    position: absolute;
    top: 42px;
    right: 50px;
}

@media (min-width: 1400px) {
    .home .sectionOne .vector1 {
        left: 55px;
    }

    .home .sectionOne .vector2 {
        left: 260px;
    }

    .home .sectionOne .vector3 {
        right: 260px;
    }

    .home .sectionOne .vector4 {
        right: 65px;
    }

    .home .sectionThree .top .box {
        max-width: 426px;
    }

    .home .sectionFour .mission .dashboardImg {
        /* top: 100%; */
        max-width: 990px;
        right: 105px;
    }

    .home .sectionFour {
        padding: 100px 40px;
    }


}

.imgNium {
    height: 70px;
    width: 50px;
}
.imgMedi {
    height: 43px;
    width: 175px;
}
.imgPhonepe {
    height: 52px;
    width: 148px;
}
.imgValsala {
    height: 43px;
    width: 140px;
}
.imgHdfc {
    height: 78px;
    width: 96px;
}
.homeCredit {
    height: 41px;
    width: 96px;
}
.imgImpact {
    height: 70px;
    width: 165px;
}

.secdownArrow {
    /* margin-left: 45px; */
}

.new-cls1 {
    margin-left: 50px;
}

.new-cls2 {
    margin-left: 190px;
}

.new-cls3 {
    margin-left: 332px;
}

.new-cls4 {
    margin-left: 475px;
}

.new-cls5 {
    margin-left: 645px;
}

.new-cls6 {
    margin-left: 825px;
}

/* This will remove the arrow buttons in input[type=number] */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
    /* Firefox */
}
.desktopView {
    display: block;
}
.mobView {
    display: none;
}

.home .sectionFour .mission .boxMiddle.mobView {
    display: none;
}


@media only screen and (min-device-width:768px) and (max-device-width:1366px) {
    .home .sectionFour .mission .dashboardImg {
        position: absolute;
        max-width: 880px;
        right: 170px;
        bottom: -500px;
        z-index: 1;
    }
    .home .sectionFour .mission .boxMiddle .middle .boxText {
        min-width: 115px;
        max-width: 115px;
    }
    .home .sectionFour .mission .boxMiddle .head .leftRightArrow {
        max-width: 285px;
    }
}

@media (min-width: 1400px) {
    .home .sectionFour .mission .dashboardImg {
        position: absolute;
        max-width: 870px;
        right: 190px;
        bottom: -500px;
        z-index: 1;
    }

}

@media (min-width: 992px) and (max-width: 1300px) {
    .home .sectionBenevele .list {
        padding-top: 8%;
    }
    .home .sectionOne .bg2 {
        top: 84px;
    }
    .home .sectionBenevele {
        margin-top: 580px;
    }

    .home .sectionBenevele .mgmtOuter .managementImg {
        height: 600px;
        width: 100%;
    }

    .home .sectionBenevele .list .listMain .vector1 {
        position: absolute;
        top: 21px;
    }

    .home .sectionBenevele .list .listMain .listOuter.right {
        padding-top: 88px;
    }

    .home .sectionBenevele .list .listMain .listOuter .listInner .count {
        background: #004259;
        width: 40px;
        min-width: 40px;
        height: 40px;
    }

    .home .sectionBenevele .list .listMain .listOuter .listInner .data .subTitle {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
    }

    .home .sectionBenevele .list .heading {
        font-size: 38px;
        line-height: 47px;
    }
    .home .sectionBenevele .list .listMain .listOuter .listInner .data .title {
        font-size: 14px;
        font-weight: 600;
        line-height: 19px;
    }

    .new-cls2 {
        margin-left: 175px;
    }

    .new-cls6 {
        margin-left: 776px;
    }

    .new-cls5 {
        margin-left: 603px;
    }

    .new-cls4 {
        margin-left: 435px;
    }

    .new-cls1 {
        margin-left: 41px;
    }

    .new-cls3 {
        margin-left: 309px;
    }

    .home .sectionOne .title {
        font-size: 48px;
        line-height: 79.97px;
        padding-bottom: 0px;
    }
    .home .sectionOne .label {
        margin-bottom: 0px;
    }
    .home .sectionOne .desc {
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        padding-bottom: 30px;
        margin: 0;
    }
    .home .sectionThree .top .box {
        max-width: 377px;
    }
    .home .sectionOne .bg1 {
        top: 100px;
    }
    .home .sectionTwo .title {
        font-size: 38px;
        font-weight: 600;
        line-height: 47px;
    }

    .home .sectionFive .heading {
        font-size: 40px;
        padding-bottom: 40px;
    }

    .home .sectionThree .top .head .title {
        font-size: 38px;
        font-weight: 600;
        line-height: 47px;
    }

    .home .sectionOne .dashboard {
        max-width: 60%;
    }

    .home .sectionThree .box {
        gap: 18px;
    }

    .home .sectionFour .heading {
        margin: 0;
        font-size: 38px;
        line-height: 47px;
    }
    .home .sectionFour .mission .boxMiddle {
        padding: 15px 18px;
    }
    .home .sectionThree .top .head .subTitle {
        font-size: 24px;
        font-weight: 300;
        line-height: 35px;
    }
    .home .sectionThree .box .boxInner .label {
        font-size: 22px;
        line-height: 41px;
    }
    .home .sectionThree .box .boxInner .boxImgOuter {
        background: #f0f6f9;
        width: 60px;
        height: 60px;
    }
    .home .sectionThree .box .desc {
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
    }
    .home .sectionThree .box .boxInner .boxImgOuter {
        font-size: 38px;
        font-weight: 600;
        line-height: 47px;
    }

    .home .sectionFive .table tbody tr td .data {
        font-size: 16px;
        font-weight: 400;
        line-height: 23px;
    }

    .home .sectionFive {
        padding-bottom: 56px;
    }

    .home .sectionFour .mission .boxMiddle .middle .boxText {
        background: #ffffff;
        border-radius: 10px;
        padding: 9px 5px;
        font-family: 'Archivo', sans-serif;
        font-size: 13px;
        font-weight: 500;
        line-height: 18px;
        letter-spacing: -0.02em;
        color: #1a3c4a;
        margin: 0;
        position: relative;
        min-width: 100px;
        text-align: center;
        cursor: pointer;
    }
    .home .sectionFour .mission .boxOuter .boxText {
        font-family: 'Archivo', sans-serif;
        font-size: 13px;
        font-weight: 500;
        line-height: 18px;
    }
    .home .sectionFour .mission .dashboardImg {
        position: absolute;
        max-width: 782px;
        right: 14%;
        bottom: -506px;
        z-index: 1;
    }

    .home .sectionFour .mission .boxOuter .user .label {
        font-family: 'Archivo', sans-serif;
        font-size: 14px;
    }

    .home .sectionFour {
        padding: 30px 15px;
    }

    .home .sectionFour .mission .boxRight .User .label {
        font-family: 'Archivo', sans-serif;
        font-size: 14px;
    }

    .home .sectionFour .mission .boxOuter {
        display: flex;
        gap: 28px;
        align-items: center;
        position: relative;
        top: 20px;
    }

    .home .sectionFour .mission .boxRight {
        position: relative;
        display: flex;
        align-items: center;
        top: 20px;
    }

    .home .sectionFour .mission .boxMiddle .head .leftRightArrow {
        max-width: 255px;
    }

}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
    .home .sectionFour .mission .dashboardImg {
        position: absolute;
        max-width: 650px;
        right: 134px;
        bottom: -420px;
        z-index: 1;
    }

    .home .sectionTwo .companies {
        padding-bottom: 100px;
    }

    .home .sectionBenevele .mgmtOuter .text {
        text-align: center;
    }

    .home .sectionThree .top .head .section3Vector {
        position: absolute;
        right: 0px;
        bottom: 10px;
    }

    .home .sectionFour {
        padding-bottom: 0px;
    }

    .footer .desc {
        margin-left: 15px;
        margin-right: 15px;
    }
}

/*----- ipad -----*/
@media (max-width: 991px) {
    .navigation-bar {
        margin-top: 0px;
    }

    .home .sectionOne .title {
        font-size: 50px;
        line-height: 60px;
        /* padding: 10px 0px; */
    }

    .home .sectionOne .vector2 {
        left: 95px;
    }

    .home .sectionOne .vector3 {
        right: 95px;
    }

    .home .sectionOne .vector1 {
        top: 285px;
        left: 40px;
    }

    .home .sectionOne .vector4 {
        top: 285px;
        right: 50px;
    }

    .home .sectionTwo {
        display: block;
        padding: 50px 5px;
    }

    .home .sectionTwo .title {
        font-size: 30px;
        line-height: 40px;
        text-align: center;
        max-width: 100%;
        margin-bottom: 40px;
    }

    .home .sectionTwo .companies {
        background: #ffffff;
        position: relative;
        border-radius: 12px;
        display: flex;
        padding: 30px 10px;
        gap: 20px;
        margin-left: 15px;
        margin-right: 15px;
    }

    .home .sectionTwo .vector2 {
        position: absolute;
        left: inherit;
        top: 50px;
        right: 65px;
    }

    .home .sectionThree {
        padding: 0 25px;
        padding-top: 70px;
        padding-bottom: 70px;
        gap: 20px;
    }

    .home .sectionThree .box {
        margin-top: 20px;
        padding: 20px 20px;
        gap: 10px;
    }

    .home .sectionThree .top .box {
        max-width: 100%;
    }

    .home .sectionThree .top {
        flex-direction: column;
        gap: 20px;
    }

    .home .sectionThree .bottom {
        flex-direction: column;
        gap: 20px;
    }

    .home .sectionThree .top .head .section3Vector {
        bottom: 10px;
    }

    .home .sectionThree .top .head {
        gap: 10px;
    }

    .home .sectionThree .top .head .title {
        font-size: 35px;
        line-height: 40px;
    }

    .home .sectionThree .top .head .subTitle {
        font-size: 28px;
        line-height: 35px;
    }

    .home .sectionFour {
        padding: 30px 25px;
    }

    .home .sectionFour .heading {
        font-size: 30px;
        line-height: 40px;
    }

    .home .sectionFour .mission {
        gap: 10px;
        display: block;
    }

    .home .sectionFour .mission .boxOuter {
        display: block;
        top: 0px;
    }

    .home .sectionFour .mission .boxOuter .boxText {
        padding: 10px 3px;
        max-width: 100%;
        margin-top: 35px;
    }

    .home .sectionFour .mission .dashboardImg {
        position: absolute;
        max-width: 100%;
        right: 0px;
        bottom: inherit;
        z-index: 1;
        top: 43%;
    }

    .home .sectionFour .mission .boxRight {
        position: relative;
        display: block;
        align-items: center;
        width: 100%;
        margin: 63% auto 0px;
        text-align: center;
    }

    .home .sectionFour .mission .boxOuter .user {
        width: 100%;
        top: 25px;
        position: relative;
    }

    .home .sectionFour .mission .boxOuter .user .missionFirstArrow {
        right: 47%;
        top: 154px;
        transform: rotate(90deg);
    }

    .home .sectionFour .mission .boxOuter .missionLeftArrow {
        display: none;
    }

    .home .sectionFour .mission .boxRight .missionRightArrow {
        position: absolute;
        left: 48%;
        top: 10px;
        transform: rotate(90deg);
    }

    .home .sectionFour .mission .boxRight .User {
        top: 35px;
    }

    .home .sectionFive {
        padding-top: 365px;
        padding-bottom: 20px;
    }

    .home .sectionBenevele {
        display: block;
        margin-top: 115px;
    }

    .home .sectionBenevele .list {
        padding: 25px;
    }

    .home .sectionBenevele .list .heading {
        font-size: 30px;
        line-height: 40px;
    }

    .home .sectionBenevele .list .listMain .listOuter .listInner .data .title {
        font-size: 16px;
        line-height: 20px;
    }

    .home .sectionBenevele .list .listMain .listOuter .listInner .data .subTitle {
        font-size: 14px;
        line-height: 22px;
    }

    .home .sectionBenevele .list .listMain .listOuter.right {
        padding-top: 110px;
    }

    .home .sectionBenevele .mgmtOuter .managementImg {
        height: 100%;
        width: 100%;
    }

    .home .sectionBenevele .list .listMain .vector1 {
        top: 40px;
    }

    .home .companies .section2Arrow {
        display: none;
    }

    .footer {
        padding: 0 20px;
    }

    .pt-5 {
        padding-top: 0rem !important;
    }

    .footer .footer-logo {
        width: 110px;
    }

    .footer .desc {
        font-size: 14px;
        margin-right: 0px;
        line-height: 20px;
    }

    .paddingLeft-20 {
        padding-left: 15px;
    }

    .desktopView {
        display: none;
    }

    .mobView {
        display: block;
    }
    .home .sectionOne .bg1 {
        max-width: 80%;
    }
    .home .sectionOne .dashboard {
        max-width: 100%;
        padding: 0 25px;
    }
    .home .sectionOne .desc {
        padding: 10px 14vw;
        font-size: 14px;
    }
    .home .sectionOne .quickDemo {
        margin-bottom: 10px;
    }
    .home .companies .box {
        justify-content: flex-start;
    }
    .home .companies .box .bocImg {
        height: 65px;
    }
    .home .companies .box .label {
        height: auto;
    }
    .home .sectionSix .boxOuter .boxCard {
        width: 350px;
    }



}


@media (max-width: 767px) {
    .home .sectionSix .boxOuter .boxCard {
        width: 180px;
    }
    .home .sectionOne .bg1 {
        display: none;
    }
    .home .sectionBenevele {
        display: block;
        margin-bottom: 0px;
        margin-top: 15%;
        padding-bottom: 20px;
    }
    
    .home .sectionBenevele .list .listMain .listOuter.right {
        padding-top: 40px;
    }
    
    .home .sectionBenevele .list .listMain .curve {
        display: none;
    }
    
    .home .sectionBenevele .list .listMain .vector1 {
        display: none;
    }
    
    .home .sectionBenevele .list .listMain {
        display: block;
        gap: 59px;
        position: relative;
        padding-right: 0px;
        margin-top: 30px;
    }
    .home .sectionBenevele .list .listMain .listOuter {
        gap: 27px;
    }
    .home .sectionBenevele .list .listMain .vector2 {
        display: none;
    }
    .home .sectionBenevele .list .listMain .listOuter .listInner .data .title {
        font-size: 16px;
    }
    .home .sectionBenevele .list .listMain .listOuter .listInner .data .subTitle {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
    }
    
    .home .sectionBenevele .list .heading {
        font-size: 30px;
        font-weight: 600;
    }
    
    .home .sectionBenevele .list {
        padding-top: 30px;
        display: block;
        flex-direction: column;
        gap: 40px;
        padding-bottom: 30px;
        padding: 40px 20px;
    }
    
    .home .sectionBenevele .mgmtOuter .managementImg {
        height: auto;
        width: 100%;
    }
    
    .home .sectionFour .mission .boxOuter {
        display: block;
        top: 0px;
    }
    
    .home .sectionThree .top .head .section3Vector {
        display: none;
    }
    
    .new-cls2 {
        margin-left: 196px;
    }
    
    .new-cls3 {
        margin-left: 344px;
    }
    
    .new-cls4 {
        margin-left: 488px;
    }
    
    .new-cls1 {
        margin-left: 50px;
    }
    
    .home .sectionFour .mission .boxOuter .user {
        width: 100%;
        top: 25px;
        position: relative;
    }
    
    .home .sectionFour .mission .boxOuter .boxText {
        padding: 10px 3px;
        max-width: 100%;
        margin-top: 35px;
    }
    
    .home .sectionFour .mission .boxOuter .user .missionFirstArrow {
        right: 47%;
        top: 154px;
        transform: rotate(90deg);
    }
    
    .home .sectionFour .mission .boxRight .missionRightArrow {
        position: absolute;
        left: 47%;
        top: -10px;
        transform: rotate(90deg);
    }
    
    .home .sectionFour .mission .boxRight {
        position: relative;
        display: block;
        align-items: center;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        margin-top: 63%;
    }
    
    .home .sectionOne .label {
        font-size: 10px;
        margin-bottom: 10px;
        margin-top: 0;
    }
    
    .home .sectionOne .title {
        font-size: 30px;
        line-height: 40px;
        padding-bottom: 10px;
    }
    
    .home .sectionFive .table tbody tr td .data.head {
        gap: 16px;
        padding-left: 0px;
    }
    
    .home .sectionFive .table tbody tr td .data {
        gap: 10px;
        font-family: 'Archivo', sans-serif;
        font-size: 12px;
        line-height: normal;
        font-weight: 400;
        min-height: auto;
    }
    
    .home .sectionThree .box .boxInner .boxImgOuter {
        width: 60px;
        height: 60px;
    }
    
    .home .sectionThree .box .desc {
        font-family: 'Archivo', sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
    }
    
    .home .sectionThree .box .boxInner .label {
        font-size: 20px;
        font-weight: 500;
    }
    
    .home .sectionFive .table thead tr td {
        line-height: 41px;
        font-size: 16px;
    }
    
    .home .companies .section2Arrow {
        display: none;
    }
    
    .home .sectionOne .desc {
        padding: 0px 25px 30px;
        font-size: 14px;
        font-weight: 400;
        line-height: 23px;
    }
    .home .sectionOne .quickDemo {
        margin-bottom: 40px;
    }
    .home .sectionOne .vector1 {
        top: 290px;
        left: 20px;
    }
    .home .sectionOne .vector2 {
        left: 30px;
        top: 110px;
    }
    .home .sectionOne .vector3 {
        right: 30px;
        top: 100px;
    }
    .home .sectionOne .vector4 {
        top: 295px;
        right: 30px;
    }


    
    .home .sectionOne .dashboard {
        padding-bottom: 30px;
    }
    
    .home .sectionTwo {
        display: block;
        padding: 20px 30px;
    }
    
    .home .sectionTwo .title {
        font-size: 30px;
        line-height: 40px;
        text-align: center;
        max-width: 100%;
    }
    
    .home .sectionTwo .companies {
        border-radius: 12px;
        padding: 30px 20px;
        gap: 30px;
        margin: 0;
        flex-direction: column;
    }
    
    .home .companies .box {
        gap: 10px;
    }
    
    .home .sectionThree {
        display: block;
        padding: 0 20px;
        padding-top: 40px;
        padding-bottom: 50px;
        margin-top: 50px;
    }
    
    .home .sectionThree .top {
        display: block;
    }
    
    .home .sectionThree .bottom {
        display: block;
    }
    
    .home .sectionThree .top .head .title {
        font-size: 30px;
        line-height: 35px;
        text-align: center;
    }
    
    .home .sectionThree .top .head .subTitle {
        font-size: 19px;
        line-height: 27px;
        padding: 0;
        text-align: center;
    }
    
    .home .sectionThree .box {
        margin-top: 20px;
        padding: 20px 20px;
        gap: 10px;
    }
    
    .home .sectionFour {
        padding: 30px 20px;
    }

    .home .sectionFour .mission .boxMiddle {
        padding-top: 110px;
        margin-top: -130px;
    }
    .home .sectionFour .mission .boxMiddle.mobView {
        height: auto;
        background: no-repeat;
        margin-top: 0;
        padding-top: 60px;
        display: block;
    }
    .home .sectionOne .bg3 {
        top: 370px;
    }
    .home .sectionFour .mission .boxMiddle .head.desktopView {
        display: none;
    }
    .home .sectionFour .mission .boxMiddle .head {
        margin: 0 auto;
    }
    .home .sectionFour .mission .boxMiddle .head .label {
        margin: 0 auto;
        text-align: center;
    }
    .home .sectionFour .mission .boxMiddle .head .leftRightArrow {
        display: none;
    }
    
    
    .home .sectionFour .heading {
        font-size: 30px;
        line-height: 40px;
    }
    
    .home .sectionFour .mission {
        display: block;
    }
    
    .home .sectionFour .mission .dashboardImg {
        position: absolute;
        max-width: 100%;
        right: 0px;
        bottom: inherit;
        z-index: 1;
        top: 54%;
    }
    .home .sectionBenevele .mgmtOuter .text {
        font-size: 14px;
        letter-spacing: 4px;
    }
    
    .home .sectionFive {
        padding: 0px 20px;
        padding-top: 300px;
        padding-bottom: 20px;
    }
    
    .home .sectionFive .heading {
        font-size: 30px;
        line-height: 40px;
        padding-bottom: 30px;
    }
    
    .home .sectionSix {
        margin-top: 10px;
        padding: 0px 10px;
        padding-bottom: 10px;
    }
    div#image-carousel {
        margin-bottom: -70px;
    }
    div#user-info {
        margin-top: 10px;
    }
    
    .home .sectionSix .heading {
        font-size: 24px;
        line-height: 40px;
        padding-bottom: 50px;
    }
    
    .home .sectionSix .boxOuter {
        display: block;
    }
    
    .home .sectionSix .boxOuter .boxCard {
        width: 100%;
        margin-bottom: 40px;
        padding: 25px 10px;
    }
    
    .home .sectionSix .boxOuter .ml-100 {
        margin-left: 0px;
    }



}



