.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav>li {
    color: #999;
    display: block;
    font-size: 30px;
    font-weight: 400;
    padding: 8px 8px 8px 8px;
    overflow: hidden;
    font-weight: 400;
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #000;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    font-size: 30px;
    font-weight: bold;
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav>li {
    color: #999;
    display: block;
    font-size: 30px;
    font-weight: 400;
    padding: 8px 8px 8px 8px;
    overflow: hidden;
    font-weight: 400;
}

.style66 {
    font-size: 24px;
}

.style67 {
    font-size: 20px;
}

.card-body {
    font-size: 22px;
}

.card-title {
    font-size: 35px;
    font-weight: 500;
}

.content-body {
    margin-left: 15px;
    margin-right: 15px;
}

.card {
    border: 0px!important;
    border-radius: 20px;
    margin: 10px;
}

.accordion>.card {
    overflow: visible!important;
}

.font-content {
    color: #000000;
    font-weight: 600;
    font-size: 22px;
}

.btn-default {
    color: #FFF;
    background-color: #eb008b;
}

.btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open>.dropdown-toggle.btn-default {
    color: #FFF;
    background-color: #eb008b;
    /* border-color: #adadad; */
}

.content-head {
    position: relative;
    margin-top: 15%;
}

.content-body {
    font-size: 30px;
    font-weight: normal;
}

.box-insurance {
    background-color: #00B9F2;
    color: #FFF;
    font-weight: normal;
}

.box-insurance-content {
    padding-top: 150px;
    width: 100%;
    height: 100%;
    color: #FFF;
    font-weight: normal;
}

.box-insurance-content-title {
    color: #FFF500;
    font-size: 60px;
    font-weight: 600;
}

.box-student-card {
    width: 100%;
}

.box-student-card img {
    padding-top: 5%;
}

footer {
    font-size: 22px!important;
}

.box-img {
    display: flex;
    width: 50%;
}

.box-img img {
    height: auto;
    max-width: 100%;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media only screen and (max-width: 600px) {
    .navbar-nav {
        background-color: #FFFFFF;
    }
    .box-student-card img {
        padding-top: 15%;
    }
}