*,
body {
    padding: 0;
    margin: 0;
    font-family: "Open Sans", sans-serif;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
ul {
    padding: 0;
    margin: 0;
}

.container {
    max-width: 1280px;
}

header {
    padding: 0px;
}

.practiceLogo {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    align-items: center;
}

.Logo2 {
    width: 145px;
}

.practice {
    display: none;
}

.aicteLogo {
    width: 55px;
    height: 55px;
}

.crisp {
    width: 130px;
}

.maker {
    width: 140px;
}

.leap {
    width: 120px;
}

.banner {
    position: relative;
    width: 100%;
}

.menubars li {
    list-style: none;
    margin-left: 30px;
}

.menubars li a {
    text-decoration: none;
    color: #212121;
    font-size: 16px;
}

.titlearea {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    background-color: #ffffffcf;
    padding: 40px;
    border-radius: 20px;
    max-width: 800px;
    width: 100%;
    padding-top: 20px;
}

.titlearea h2 {
    color: #003d67;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    line-height: 40px;
    margin-top: 15px;
}

.titlearea p {
    color: #212121;
    font-size: 18px;
    text-align: center;
    margin-top: 15px;
}

.need {
    position: relative;
    width: 100%;
    margin: 60px 0;
}

.titles h2 {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}

.analysisBox {
    background-color: #fff;
    box-shadow: 0 0 12px -6px #999;
    border-radius: 10px;
    margin: 15px 0;
}

.analysisBox img {
    width: 100%;
    border-radius: 10px 10px 0 0;
}

.boxText {
    padding: 10px 15px;
    min-height: 146px;
}

.boxText h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.btn-link.text-left {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.btn-link,
.btn-link:hover,
.btn-link:focus {
    text-decoration: none;
    color: #4e4e4e;
    font-size: 18px;
    font-weight: 600;
    outline: none;
    box-shadow: none;
}

.accordion h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #5c5c5c;
}

.box2 img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    margin-bottom: 15px;
}

.box2 h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.cardBox {

    border-radius: 15px;
    box-shadow: 0 0 12px -6px #999;
    background-color: #fff;
    min-height: 280px;
}

.cardHead {
    background-color: #032761;
    padding: 10px 20px;
    border-radius: 10px 10px 0 0;
}

.card i {
    color: #032761;
}

.cardBox h2 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.cardBox h3 {
    font-size: 18px;
    font-weight: normal;
    margin-top: 10px;
}

.cardBox ul {
    margin-left: 20px;
}

.need p {
    font-size: 15px;
}

.footer {
    background-color: #032761;
    padding: 15px;
}

.footer p {
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin: 0;
}

.accordion>.card {
    margin: 10px 0;
}

.accordion>.card>.card-header {
    margin-bottom: 0px;
    background-color: #eff5ff;
}

.icons .analysisBox {
    min-height: 245px;
}

.icons .analysisBox img {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
}

.scope {
    padding: 50px 0;
    color: #fff;
    position: relative;
}

.need.scope::before {
    content: '';
    background-color: rgb(3 39 97 / 81%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.scope .titles {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    position: relative;
}

.scope .box2 {
    text-align: center;
}

.projected .box2 {
    text-align: center;
    margin: 15px auto;
    border: 1px solid #ccc;
    padding: 30px;
    min-height: 234px;
}

.accordion>.card:not(:last-of-type) {
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.bannerLogo img {
    width: 280px;
    margin: auto;
    display: block;
}

.need.projected .titles {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}


/* Responsive */
@media only screen and (min-width:768px) and (max-width:1024px) {
    .bannerLogo img {
        width: 170px;
    }
    .titlearea h2{
        font-size: 24px;
    }
    .titlearea p{
        font-size: 15px;
        margin-top: 0;
    }

}

@media only screen and (max-width:767px) {

    .crisp,
    .maker,
    .leap {
        display: none;
    }

    .Logo2 {
        width: 125px;
    }

    .practice {
        display: block;
        width: 102px;
    }

    .cardBox {
        margin-bottom: 25px;
    }

    .titlearea {
        position: relative;
        transform: inherit;
        left: auto;
        top: auto;
        padding: 15px;
    }

    .bannerLogo {
        display: none;
    }

    .titlearea h2 {
        font-size: 24px;
    }

    .need {
        margin: 29px 0;
    }

    .practiceLogo {
        gap: 2px;
    }
}