body {
    font-family: Arial, sans-serif;
    background: #fff
}

.topbar {
    background: #eef3f8
}


.logo img {
    width: 230px;
}

.hero {
    max-width: 1800px;
    margin: 0 auto;
    border-radius: 20px;
    background: #003A65
}



.hero h2,
.hero h3,
.hero h4 {
    margin-bottom: 15px
}

@media only screen and (min-width: 1000px) and (max-width: 1500px) {
    .hero {
        max-width: 1300px;
    }
}

@media only screen and (min-width: 200px) and (max-width: 800px) {

    .hero h2,
    .hero h3,
    .hero h4 {
        font-size: 15px !important;

    }

    .hero {
        border-radius: 0;
    }

    .logo img {
        width: 60px;
    }
}

.list-group-item.active {
    background: #003A65;
    border-color: #003A65;
    font-weight: 600
}

.para_style {
    font-size: 16px;
    line-height: 1.6;
    text-align: justify;
}

ol li,
ul li {
    text-align: justify;
    margin-bottom: 10px;
}



.table-responsive {
    width: 100%;
    overflow-x: auto;
}

.important-dates {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #222;
}

.important-dates th,
.important-dates td {
    border: 1px solid #cfcfcf;
    padding: 16px 18px;
    text-align: left;
    vertical-align: middle;
}

.important-dates th {
    background: #f8f8f8;
    font-size: 15px;
    font-weight: 700;
}

.important-dates td strong {
    font-weight: 600;
}

.important-dates del {
    color: #444;
    margin-right: 10px;
}

.extended {
    color: #ff0000;
    font-weight: 700;
}

.important-dates tbody tr:hover {
    background: #fafafa;
}

/* Mobile */

@media (max-width:768px) {

    .important-dates {
        font-size: 13px;
    }

    .important-dates th,
    .important-dates td {
        padding: 12px;
    }

}

.footer {
    background: #003A65
}

@media(max-width:991px) {
    .logo {
        width: 45%
    }
}

@media(max-width:576px) {
    .logo {
        width: 100%
    }

    .hero h3 {
        font-size: 1.3rem
    }
}

.side_tab {
    margin-bottom: 10px;
    border-radius: 5px;
    padding: 15px 20px;
}

.side_tab:focus {
    margin-bottom: 10px;
    border-radius: 5px;
    padding: 15px 20px;
}