.header {
    padding: 10px 0;
}
.header-right{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.slide-image{
    background-size: cover;
    min-height: 600px;
}

.navbar-toggler{
    display: none;
}
.navbar-light .navbar-nav .nav-link{
    padding: 0px !important;
}

.navigation{
    background-color: white !important;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
    border: none;
    z-index: 100;
    padding-top: 15px;
    padding-bottom: 15px;
}
.navigation a{
    color: #1c3459 !important;
}

.header{
    display: none;
}

.featured-text p{
    text-align: justify;
}

.blog-text {
    margin-top: -80px;
}

.blog-img img {
    height: 300px;
}

.blog-text {
    /*margin-top: -80px;*/
    min-height: 220px;
    margin: 0px;
}


@media only screen and (max-width: 990px) {
    .navbar-toggler {
        display: block;
    }

    .navigation {
        padding: 0px;
    }

    .header {
        display: block;
    }

    .desktop-logo {
        display: none;
    }

    .navbar-light .navbar-nav .nav-link {
        padding: 15px !important;
    }

    .slide-text h2 span, .slide-text h2 {
        font-size: 1.6875rem !important;
    }
    .slide-image {
        background-size: cover;
        min-height: 350px;
        max-height: 350px;
    }
    .appointment-text{
        text-align: center;
    }
    .appointment-btn{
        text-align: center;
    }
    .appointment-text h2 {
        font-size: 1.5rem;
        margin-bottom: 16px;
    }
    .appointment-text p {
        font-size: 1.3rem;
        margin-bottom: 0;
    }
    .section-title h2 span, .section-title h2{
        font-size: 2rem
    }
    .grey-bg {
        padding-top: 55px;
        padding-bottom: 55px;
    }
    .footer-top-text h2{
        font-size: 2.2rem;
    }
}
