@media screen and (max-width:768px){
    /* start header */
    .md-none{
        display: none !important;
    }
    .contect-sec ul , .sm-sec{
        font-size: 20px !important;
    }
    /* start navigation  */
    .navigation{
        display: none;
    }
    .sidebar ul {
        display: block !important;
    }
    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
        display: none;
        z-index: 999;
    }
    .sidebar {
        position: fixed;
        left: -310px;
        top: 0;
        bottom: 0;
        width: 280px;
        background: #002e96;
        box-shadow: 2px 0 10px rgba(0,0,0,0.1);
        transition: 0.3s ease-in-out;
        z-index: 1000;
        /* height: 100vh; */
        /* overflow-y: auto; */
        display: block !important;
        padding: 30px 20px;
    }
    .activate{
        left: 0;
    }
    nav .navigation .navlist li{
        margin-bottom: 10px ;
    }
    .drop-down-list{
        top: 25px;
        left: 0;
        right: 0;
    }
    /* start slider  */

    /* start about for landing page  */
    .aboutindex-bx .aboutindex-inner .ab-content{
        margin-top: 40px;
    }
    .aboutindex-bx .aboutindex-inner .ab-bx .bx{
        margin-bottom: 20px;   
    }
    /* start appointment  */
    .form-body {
        padding: 1.5rem;
    }
    .info-section {
        padding: 1.5rem;
    }
    /* start contact  */
    .contact-body {
        padding: 1.5rem;
    }
    .contact-info {
        margin-top: 2rem;
    }
    /* start counter  */
    .counter-title {
        margin-bottom: 30px;
    }
    .counter-title h2 {
        font-size: 28px;
    }
    .counter-title p {
        font-size: 16px;
    }
    .counter-number {
        font-size: 32px;
    }
    .counter-text {
        font-size: 16px;
    }
}



@media screen and (min-width:769px){
    /* start navigation  */
    .overlay {
        display: none !important;
    }
    .gallery-bx-inner figure img{
        height: 300px;
    }
}

@media screen and (min-width:992px){
    /* start slider  */
    .my-slider figure img{
        height: 590px;
    }
}
@media screen and (max-width:992px){
    /* start slider  */
    .m-top{
        margin-top:20px;
    }
}

@media screen and (max-width:530px){
    .my-slider figure img{
        height:200px !important;
    }
}