@media only screen and (min-width:320px) and (max-width:991px) {
/*h1 {
 font-size:26px!important;
}
 h2 {
 font-size:21px!important;
}
 h3 {
 font-size:19px!important;
}
 h4 {
 font-size:15px!important;
}
  */
}
@media only screen and (min-width:320px) and (max-width:767px) {

    .course-grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr) !important;
        gap: 25px;
    }
    header .logo-bar {
        position: inherit;
        padding: 8px 0;
        border-bottom: 0;
    }
    .nav-bar {
        height: 50px;
    }
    .sec-title h1{
        font-size:2.1rem;
    }
    header .logo {
        font-size: 15px;
        letter-spacing:1px;
    }
    .myflex .img2 {
        height: 50px;
    }
    header .logo img {
        height: 50px;
        margin-right: 15px;
    }
    .search-item {
        margin: 8px 28px 0 0px;
    }
 .heading_mask__pcO5T {
    font-size: 80px !important;
}
 .heading_mask__pcO5T + .heading_title__1bzno {
    margin-top: -62px !important;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 5px !important;
}
.home-abt-bar {
	padding:20px 0 30px!important;
	position:relative;
	z-index:1;
}
.content-bar {
        padding: 10px 0;
}
.home-abt-bar h4 {
        font-size: 20px; 
    font-weight: 400; 
    line-height: 24px;
    margin-bottom: 24px !important; 
}
.home-abt-bar p {
        border:0;
        padding:0 !important;
        text-align:justify;
}
.sec-title h2 {
        font-size: 16px;
} 
.top_head h3 img, .main-head img {
    margin-top: 10px;
    width: 25%;
}
.slide_box {
    float: none; 
    width: auto; 
    text-align: center;
    padding: 15px 15px; 
}
.page-banner .banner-head {
         top: 57%;
}
.page-banner .banner-head h1 {
    font-size: 14px;
    padding: 10px !important; 
}
.page-banner {  
     height: 75px;
}
.location { 
    float: none;
}
.location-bar h1 {
        font-size: 15px;
}
.location li {
        padding: 5px 8px 5px 0 !important;
}
.sub-heading {
    font-size: 18px; 
} 
.nivoSlider {
    height: 250px;
}
.nivoSlider img {    
    min-height:250px;
  /*width: 1024px !important;*/
}
.nivo-directionNav {
    display: none;
}
.ourmoto {
    font-size: 14px !important;
    line-height: 24px;
    text-align: center !important;
}
.opening-hours {
      padding: 35px 0 10px; 
}
.iconsWrp h6 {
    font-size: 16px; 
    margin-bottom: 25px !important;
}
ul.lt-list li h3 {
    font-size: 14px;
    font-weight: 500;
    color: #008776;
}
ul.lt-list li p {
    font-size: 13px;
    font-weight: 400; 
    text-transform:capitalize;
}
.gallery-sec .sec-title {
    margin-bottom: 25px;
}
.offer-bar {
    padding: 25px 0 0; 
}
.contact-bar {
    padding: 0px 0;
}
.contact-right-w3l{
    margin-top:35px;
}
.contact .sec-title {
    margin-bottom: 25px;
}
.footer__copyright-desc { 
    text-align: center !important;
}
footer .social-nav ul {  
    margin: 0px auto 25px !important;
    float: none;
}
}

@media only screen and (min-width:380px) and (max-width:991px) {
    .my_res_btn_bar {
       top:120px !important;
    }
}

    @media only screen and (min-width:768px) and (max-width:991px) {
        .course-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr) !important;
            gap: 25px;
        }

        header .cont-nav ul a {
            padding: 0px 4px;
        }

        header .logo-bar {
            position: inherit;
            padding: 8px 0;
            border-bottom: 0;
        }

        header .social-nav li:first-child {
            display: none
        }

        .page-banner {
            min-height: 150px;
        }

            .page-banner .banner-head {
                top: 38%;
            }

                .page-banner .banner-head h1 {
                    font-size: 16px;
                }

        ul.mylist-icon li {
            line-height: 24px;
            font-weight: 400;
            font-size: 14px;
        }

            ul.mylist-icon li::before {
                font-size: 14px;
            }

        .no-padding-sm {
            padding: 0 !important;
        }

        .sec-title h2 {
            font-size: 20px;
        }

        .ourmoto {
            font-size: 14px !important;
            line-height: 24px;
            text-align: center !important;
        }

        .opening-hours {
            padding: 50px 0 10px;
        }

        .iconsWrp h6 {
            font-size: 16px;
            margin-bottom: 25px !important;
        }

        ul.lt-list li h3 {
            font-size: 14px;
            font-weight: 500;
            color: #008776;
        }

        ul.lt-list li p {
            font-size: 13px;
            font-weight: 400;
            text-transform: capitalize;
        }

        .gallery-sec .sec-title {
            margin-bottom: 25px;
        }

        .offer-bar {
            padding: 50px 0 0;
        }

        .contact-bar {
            padding: 0px 0;
        }

        .contact-right-w3l {
            margin-top: 35px;
        }

        .contact .sec-title {
            margin-bottom: 25px;
        }
    }

    @media only screen and (min-width:992px) and (max-width:1199px) {
        header .logo {
            margin: 8px 0;
        }

        .contact-bar {
            padding: 0px 0;
        }
    }

    @media only screen and (min-width:1200px) and (max-width:1380px) {
    }
