.servicearea {
    padding: 50px;
}

.startedarea {
    padding: 50px;
    background: #0b77be;
}

.flexiblearea {
    padding: 50px;
}

.addarea {
    padding: 50px;
    background: #f5ffff;
}

.processarea {
    padding: 50px;
}

.chosearea {
    padding: 50px;
    background: #0b77be;
    color: white;
}

.Clientarea {
    padding: 50px;
}

.qaarea {
    padding: 50px;
    background: #f5ffff;
}

.infoarea {
    background: #f5ffff;
    padding: 80px;
}

.addareaheading p {
    text-align: center;
    font-size: 18px;
    color: black;
    margin-bottom: 50px;
}

.processheading p {
    text-align: center;
    font-size: 18px;
    color: black;
    margin-bottom: 50px;
}

.serviceheading h2 {
    text-align: center;
    font-size: 50px;
    font-weight: 800;
    color: #0b77be;
}

.flexiblearahead h2 {
    text-align: center;
    font-size: 50px;
    font-weight: 800;
    color: #0b77be;
}

.addareaheading h2 {
    text-align: center;
    font-size: 50px;
    font-weight: 800;
    color: #0b77be;
}

.processheading h2 {
    text-align: center;
    font-size: 50px;
    font-weight: 800;
    color: #0b77be;
}

.cliheading h2 {
    text-align: center;
    font-size: 50px;
    font-weight: 800;
    color: #0b77be;
    margin-bottom: 50px;
}

.qaheading h2 {
    text-align: center;
    font-size: 50px;
    font-weight: 800;
    color: #0b77be;
    padding-bottom: 50px;
}

.bannerarea {
    border-bottom: 5px none #2dafc3;
    background-image: url(../images/topbg.jpg);
    background-position: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px;
}

.bannerdata h1 {
    text-align: center;
    font-size: 70px;
    font-weight: 800;
    color: white;
}

.bannerdata h3 {
    text-align: center;
    font-size: 25px;
    font-weight: 400;
    color: white;
    line-height: 30px;
}

.baninputarea input {
    height: 45px;
    width: 100%;
    border-radius: 50px;
    font-size: 14px;
    color: black;
    border: 1px solid #b5ad10;
}

.bannerarclick {
    background: #b5ad10;
    border-color: #efef43;
    color: white;
    border-radius: 0px;
    padding: 15px;
    border-radius: 33px;
    font-size: 16px;
    font-weight: 500;
}

.bannerarclick:hover {
    background: #bab220;
    border-color: #efef43;
    color: white;
}

.baninputarea {
    margin-top: 50px;
}

.infodatabox {
    display: flex;
}

.infoboxdata h3 {
    color: #0b77be;
    font-weight: 800;
    font-size: 50px;
    margin: -5px 0px;
    text-align: center;
}

.infoboxdata p {
    color: #373737;
    font-size: 18px;
    text-align: center;
    margin-top: 16px;
    margin-left: 13px;
    font-weight: 400;
}

.serviceimg {
    display: flex;
    width: 100%;
}

.serviceimg img {
    margin: 0 auto;
    margin-top: 40px;
    height: 100px;
}

.upworkimg {
    height: 85px !important;
    margin-left: 45px !important;
}

.startedtextarea h3 {
    color: white;
    font-size: 50px;
    font-weight: 800;
    line-height: 50px;
    margin-bottom: 35px;
}

.startedtextarea p {
    color: white;
    font-size: 20px;
    line-height: 35px;
    font-weight: 400;
    margin-bottom: 35px;
}

.Startedclick {
    background: white;
    color: #0b77be;
    width: 30%;
    padding: 9px;
    font-size: 15px;
    font-weight: 600;
    border-color: white;
    border-radius: 0px;
}

.Startedclick:hover {
    background: #0b77be;
    color: white;
    border-color: white;
}

.barbox {
    background: white;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
    min-height: 487px;
}

.barbox img {
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 22px;
}

.barbox h4 {
    color: black;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}

.barbox p {
    line-height: 27px;
    font-size: 15px;
    font-weight: 400;
    color: black;
    margin-bottom: 25px;
}

.Applyclick {
    color: #0b77be;
    background-color: transparent;
    border-color: white;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 7px;
}

.Applyclick:hover {
    color: #0b77be;
    background-color: transparent;
    border-color: #0b77be;
}

.flexiblecard {
    -webkit-box-shadow: 0 0 18px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 18px 0 rgb(0 0 0 / 15%);
    background: #fff;
    padding: 50px;
    margin-top: 50px;
    border-radius: 10px;
}

.flexcarddata h5 {
    font-size: 25px;
    font-weight: 600;
    color: #0b77be;
}

.flexcarddata p {
    color: black;
    font-size: 19px;
    font-weight: 400;
    margin-top: 15px;
}

.flexcarddata h3 {
    color: #0b77be;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: -10px;
}

.flexibleclick {
    background: #0b77be;
    color: white;
    width: 40%;
    padding: 9px;
    font-size: 15px;
    font-weight: 600;
    border-color: #0b77be;
    border-radius: 0px;
    margin-top: 15px;
}

.flexibleclick:hover {
    background: white;
    color: #0b77be;
    border-color: #0b77be;
}

.flexcardline {
    border-right: 1px solid;
}

.flexcarddata ul li {
    font-size: 16px;
    color: black;
    font-weight: 500;
    line-height: 40px;
}

.flexcarddata ul {
    margin-top: 35px;
    list-style: none;
}

.flexcarddata ul li:before {
    content: "\f138";
    color: #0b77be;
    font-family: 'FontAwesome';
    padding-right: 10px;
    left: 0;
}

.addbox {
    -webkit-box-shadow: 0 0 18px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 18px 0 rgb(0 0 0 / 15%);
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    text-align: center;
}

.addbox img {
    margin: 0 auto;
    margin-bottom: 25px;
}

.addbox h3 {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 17px;
}

.addbox p {
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
}

.processbox {
    -webkit-box-shadow: 0 0 18px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 18px 0 rgb(0 0 0 / 15%);
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 35px;
}

.processbox img {
    margin: 0 auto;
}

.processbox h3 {
    margin-bottom: 13px;
    font-weight: 600;
    font-size: 21px;
}

.processbox p {
    font-size: 17px;
    font-weight: 400;
    color: black;
}

.numblue {
    color: #0b77be;
}

.chosedata h3 {
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 20px;
}

.chosedata p {
    color: white;
    font-size: 21px;
    font-weight: 400;
    margin-bottom: 30px;
}

.chosedata img {
    margin: 0 auto;
}

.chosepoin h3 {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 13px;
    margin-top: 40px;
}

.chosepoin p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.chosepoin {
    margin-top: 60px;
}

.Clientbox {
    -webkit-box-shadow: 0 0 18px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 18px 0 rgb(0 0 0 / 15%);
    background: #fff;
    padding: 50px;
    border-radius: 10px;
    margin-bottom: 35px;
}

.Clientbox h5 {
    font-size: 17px;
    line-height: 36px;
    color: black;
    font-weight: 400;
    margin-bottom: 30px;
}

.Clientbox h6 {
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 15px;
}

.Clientbox p {
    font-size: 14px;
}

.pheading {
    background: #ffffff !important;
    border-color: #eeeeee !important;
    color: black !important;
    padding: 20px !important;
}

.pheading a h4:hover {
    text-decoration: none !important;
}

.pheading a {
    font-size: 16px !important;
    font-weight: 600 !important;
}

.panswe {
    min-height: 150px !important;
}

.pdata {
    font-size: 13px;
    color: black;
    font-weight: 400;
}

.fullp {
    margin-bottom: 14px !important;
    border-radius: 0px !important;
}

.banicon {
    margin: 0px -75px;
}




@media only screen and (max-width : 480px) {

    .bannerarea {
        padding: 25px;
    }

    .servicearea {
        padding: 25px;
    }

    .startedarea {
        padding: 25px;
        background: #0b77be;
        margin-top: 25px;
    }

    .flexiblearea {
        padding: 25px;
    }

    .addarea {
        padding: 25px;
        background: #f5ffff;
    }

    .processarea {
        padding: 25px;
    }

    .chosearea {
        padding: 25px;
        background: #0b77be;
        color: white;
    }

    .Clientarea {
        padding: 25px;
    }

    .qaarea {
        padding: 25px;
        background: #f5ffff;
    }

    .infoarea {
        background: #f5ffff;
        padding: 35px;
    }

    .bannerdata h1 {
        text-align: center;
        font-size: 50px;
        font-weight: 800;
        color: white;
    }

    .bannerdata h3 {
        text-align: center;
        font-size: 21px;
        font-weight: 400;
        color: white;
        line-height: 30px;
    }

    .baninputarea {
        margin-top: 50px;
        display: flex;
        margin: 30px 40px;
    }

    .acvasec {
        margin: 0px -75px;
    }

    .baninputarea input {
        font-size: 13px;
    }

    .bannerarclick {
        background: #b5ad10;
        border-color: #efef43;
        color: white;
        border-radius: 0px;
        padding: 15px;
        border-radius: 33px;
        font-size: 16px;
        font-weight: 500;
    }

    .infodatabox {
        margin-top: 25px;
    }

    .serviceheading h2 {
        text-align: center;
        font-size: 30px;
        font-weight: 800;
        color: #0b77be;
        padding-bottom: 25px;
    }

    .serviceimg {
        display: grid;
    }

    .serviceimg img {
        margin: 0 auto;
        margin-top: 0px;
        height: auto;
    }

    .Startedclick {
        background: white;
        color: #0b77be;
        width: auto;
        padding: 9px;
        font-size: 15px;
        font-weight: 600;
        border-color: white;
        border-radius: 0px;
        margin-bottom: 30px;
    }

    .barbox {
        background: white;
        padding: 10px;
        text-align: center;
        border-radius: 10px;
        min-height: 0px;
        margin-bottom: 15px;
    }

    .flexiblearahead h2 {
        text-align: center;
        font-size: 25px;
        font-weight: 800;
        color: #0b77be;
    }

    .flexibleclick {
        background: #0b77be;
        color: white;
        width: auto;
        padding: 9px;
        font-size: 15px;
        font-weight: 600;
        border-color: #0b77be;
        border-radius: 0px;
        margin-top: 15px;
    }

    .flexcardline {
        border-right: none;
    }

    .flexiblecard {
        -webkit-box-shadow: 0 0 18px 0 rgb(0 0 0 / 15%);
        -moz-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0 0 18px 0 rgb(0 0 0 / 15%);
        background: #fff;
        padding: 25px;
        margin-top: 50px;
        border-radius: 10px;
    }

    .flexcarddata ul li {
        font-size: 16px;
        color: black;
        font-weight: 500;
        line-height: 30px;
    }

    .flexcarddata ul {
        margin-top: 35px;
        list-style: none;
        padding-inline-start: 0px !important;
    }

    .addareaheading h2 {
        text-align: center;
        font-size: 30px;
        font-weight: 800;
        color: #0b77be;
    }

    .addareaheading p {
        text-align: center;
        font-size: 15px;
        color: black;
        margin-bottom: 50px;
    }

    .addbox {
        -webkit-box-shadow: 0 0 18px 0 rgb(0 0 0 / 15%);
        -moz-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0 0 18px 0 rgb(0 0 0 / 15%);
        background: #fff;
        padding: 25px;
        border-radius: 10px;
        text-align: center;
        margin-bottom: 20px;
    }

    .processheading h2 {
        text-align: center;
        font-size: 30px;
        font-weight: 800;
        color: #0b77be;
    }

    .processheading p {
        text-align: center;
        font-size: 15px;
        color: black;
        margin-bottom: 50px;
    }

    .chosepoin h3 {
        font-size: 25px;
        font-weight: 500;
        margin-bottom: 13px;
        margin-top: 25px;
    }

    .cliheading h2 {
        text-align: center;
        font-size: 30px;
        font-weight: 800;
        color: #0b77be;
        margin-bottom: 50px;
    }

    .Clientbox {
        -webkit-box-shadow: 0 0 18px 0 rgb(0 0 0 / 15%);
        -moz-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0 0 18px 0 rgb(0 0 0 / 15%);
        background: #fff;
        padding: 25px;
        border-radius: 10px;
        margin-bottom: 35px;
    }

    .qaheading h2 {
        text-align: center;
        font-size: 30px;
        font-weight: 800;
        color: #0b77be;
        padding-bottom: 25px;
    }


}