@media (max-width: 767px) {
    
    .top-headers ul {
    display: flex;
    justify-content: space-between;
}
.dog-top-header .top-headers li a, .dog-top-header .top-headers li, .dog-top-header .social-icons-top a span {
    color: #fff;
    font-size: 12px;
}
    .dog-top-header .top-headers li{
        margin:0;
    }
    .dog-top-header .top-header-2 .social-icons-top, .navbar .btn-orange{
        display: none;
    }
    .top-headers ul li:nth-child(3){
        display: none;
    }
    .navbar-toggler, .navbar-toggler:focus{
        border: none;
        outline: none;
    }
    .navBarArea .navbar-nav li a.nav-link {
        line-height: 40px;
    }


    .bannerSlider .item {
        height: 37vh;
        position: relative;
    }
    .bannerSlider .item .cover .bannerSlider-content h2 {
        font-size: 12px;
        line-height: 24px;
    }

    .bannerSlider .item .cover .bannerSlider-content h1 {
        font-size: 20px;
        line-height: 30px;
    }

    .bannerSlider .item .cover .bannerSlider-content h4 {
        font-size: 12px;
        line-height: 20px;
    }
   .bannerSlider .owl-item.bannerSlide2  video {
    width: 66dvh !important;
    height: auto !important;
}
.bannerSlider .item .cover .bannerSlider-content {
    position: relative;
    padding: 30px;
    overflow: hidden;
}
    

.what h3 {
    font-size: 22px;
}
    .what .bottom-gd{
        margin-bottom: 1.5rem;
    }
    .cardBlock img {
        object-fit: cover;
    }

    .footerMenu a {
        padding-left: 0;
    }

    h2.dogtop-title {
        font-size: 32px;
    }
    .what .fetured-sec{
        margin-bottom: 2.5rem;
    }

    .contact .title-dog{
        display: none;
    }

    .enrollToday {
        background: url(../images/banner1.webp);
        padding: 20px;
        background-size: cover;
        background-position-y: 0px;
        position: relative;
        background-repeat: no-repeat;
    }
    .enrollToday div {
        position: relative;
        z-index: 999;
        top: -9px;
    }
    .enrollToday p {
        margin: 10px 0 17px;
        color: #fff;
    }
    .serviceServing ul li {
        width: 33%;
        height: 85px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: pink;
        margin: 0 0 2px;
        text-align: center;
    }
    .aboutPageAraes {
    margin-top: 24px;
}

.aboutPageAraes h3 {
    margin-bottom: 0 !important;
    font-size: 20px;
}

.servicePageArea .section-title h2 {
    font-size: 1.5rem;
}

.serviceV1 h3 {
    padding: 0 0 24px !important;
    font-size: 1.3rem;
}
.ceoAreaAbout h3 {
    font-size: 14px;
}

 
.BridgingArea .serv_bottom h3 {
    font-size: 16px;
}
.serviceHeadingBloks {
    margin-top: -30px;
    margin-bottom: 30px;
}

.servicePageArea .service-list-box {
    align-items: self-start;
    min-height: auto;
}
}