@media(max-width: 992px) {
    .main-nav .nav-links {
        display: none;
    }

    .main-nav .row .col-md-8 {
        display: flex;
    }

    .nav-con-parent {
        bottom: 0;
        top: 0;
        margin: auto 0 auto auto;
    }

    .wlcm-card p {
        padding: 0 10%;
    }

}

@media(max-width: 768px) {

    .nav-con-parent .call-parent,
    .nav-con-parent .open-times-parent {
        width: 100%;
        right: unset;
        border-radius: 0;
        text-align: center;
        justify-content: center;
        padding: 15px 3px;
    }

    .nav-con-parent {
        width: 100%;
        display: block;
    }

    .nav-cards-parent .nav-card .nav-card-link {
        font-size: 15px;
    }

    .doctors-parent .dr-item {
        margin-bottom: 60px;
    }

    .doctors-parent .dr-item .dr-img {
        display: block;
        width: 60%;
        padding-top: 60%;
        margin: auto;
    }

    .doctors-parent .dr-item p {
        margin-top: 0;
    }

    footer .container-fluid {
        padding: 10px 10%;
    }

    footer .footer-section {
        padding-right: 0;
        border-right: none;
    }

    footer .footer-title+br {
        display: none;
    }


    footer .houres1 {
        display: none;
    }

    footer .houres2 {
        display: block;
    }

    footer form input {
        display: block;
        width: 100%;
    }

    footer form button {
        display: block !important;
        margin: auto;
    }

    footer .footer-info-item{
        padding-left: 12%;
    }

    .page-banner h1{
        padding-top: 25px;
    }

    .qtns-box{
        padding: 50px 5%;
    }

    .qtns-box>p{
        padding: 0;
    }

    .qtns-box a{
        display: flex;
        margin-bottom: 40px;
    }

    .qtns-box a p{
        margin: 0;
    }

    .qtns-box a img{
        height: 25px;
    }

    .ser-box .col-md-6:nth-child(1){
        border-right: none;
        border-bottom: #D0D0D0 8px solid;
    }

    .ser-box .col-md-6:nth-child(2){
        border-left: none;
    }

    .teens-only {
        padding: 20px 6%;
    }

    .dr-info-item{
        margin-bottom: 35px;
    }

    .pr-open-times .pr-open-box p img {
        display: block;
        margin: auto;
        margin-bottom: 15px
    }

    #open-left{
        display: inline-block;
    }

}