.navbar-section {
    background-color: #9c0072;
    padding-top: 8px;
    padding-bottom: 8px;
}
.navbar-phone {
    font-size: 25px;
    color: #fff;
    text-decoration: none;
    margin-right: 20px;
    font-family: 'Montserrat', sans-serif;
}
.navbar-phone i{
    font-size: 28px;
}
.why-choose-bg {
    background-image: url(./why-new-age-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.why-choose-card {
    padding: 60px;
    background-color: #fff;
    border-radius: 6px;
    border-top: 6px solid #5b5b7d;
}
.why-choose-card h5 {
    font-size: 20px;
    font-weight: 800;
}
.number-counter {
    border: 12px solid #f396aa;
    border-radius: 100%;
    width: 180px;
    height: 180px;
    text-align: center;
    padding-top: 48px;
}
.number-counter h4 {
    font-size: 32px;
    font-weight: 900;
    line-height: .9 !important;
    color: #c00000;
}
.number-counter p {
    font-size: 14px;
    color: #c00000;
}
.school-card {
    margin-top: 10px;
    margin-bottom: 10px;
}
.school-card img {
    border-radius: 12px;
}
.school-card h5 {
    color: #111;
    font-weight: 800;
    margin-top: 12px;
}
.school-card p {
    font-size: 1rem;
}

.footer-top {
    background-color: #892b7c !important;
    padding-top: 8px;
    padding-bottom: 8px;
}
.footer-link {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    color: #fff !important;
    margin-right: 16px;
}


@media only screen and (max-width: 680px) {
    .footer-link{
        font-size: 18px;
    }
    .navbar-phone{
        font-size: 16px;
    }
    .navbar-phone i{
        font-size: 16px;
    }
    .nav-number{
        margin-top: 14px;
    }
}