/* Small */
    
@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    
    .section-gap {
        padding: 30px 0;
    }
    
    header .top {
        text-align: center;
    }
    
    header .break {
        display: block;
    }

    header .socials {
        margin-top: 10px;
        text-align: center;
    }
   
   .jarallax {
        min-height: 300px;
    }
    
    .hero-banner {
        min-height: 300px;
    }
   
    .hero-banner h2 {
        font-size: 30px;
    }
    
    .hero-banner h3 {
        font-size: 20px;
    }
    
    header .navbar-nav>li a {
        padding: 10px 0;
    }
    
    header .navbar-nav>li>a.btn {
        margin: 0 0 20px 0;
    }
    
    .welcome .welbox {
        padding: 0;
        margin-top: 300px;
        width: 100%;
    }
    
    .welcome .wimg {
        top: 0;
        right: 0;
        position: absolute;
        z-index: 50;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .welcome .welpic1 {
        width: 70%;
        height: 285px;
        left: 15px;
    }
    
    .welcome .welpic2 {
        width: 60%;
        height: 225px;
        right: 15px;
        top: 30px;
    }
    
    .welcome .mission-vision {
        padding-left: 0;
    }
    
    .welcome-about-pic {
        display: none;
    }
    
    .home-our-menu {
        margin: 0;
        padding-bottom: 130px !important;
    }
    
    .home-our-menu h2 {
        font-size: 25px;
    }
    
    .home-our-menu h2 small {
        font-size: 16px;
    }
    
    .home-our-menu .home-menu-list .nav-tabs {
        font-size: 16px;
        margin-bottom: 40px;
    }
    
    .home-our-menu .home-menu-list .nav-tabs li {
        margin: 0 10px;
    }
    
    .mid-section {
        padding-top: 0 !important;
    }
    
    .mid-section .mid-left img {
        display: none;
    }
    
    .mid-section .midbox {
        margin: 35px 0;
    }
    
    .mid-section .midbox:first-child {
        margin-top: 0;
    }
    
    .home-meeting .hmpic {
        position: relative;
    }
    
    .home-meeting .hmpic1 {
        width: 100%;
        height: 300px;
        top: 0;
        border: 0;
        border-radius: 0;
    }
    
    .home-meeting .hmpic2 {
        left: 0;
        height: 300px;
    }
    
    .home-meeting .hmpic2 iframe {
        width: 100%;
        height: 300px;
        margin-top: 15px;
    }
    
    .home-meeting .hmbox {
        margin: 30px 0 0 0;
    }
    
    .testimonials {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .testimonials .testimonial-contents {
        margin: 30px 0 0 0;
        padding: 30px;
    }
    
    .testimonials .eclipse {
        display: none;
    }
    
    .testimonials .container {
        padding: 15px;
    }
    
    .home-reservation {
        padding-left: 0;
    }
    
    .home-gallery {
        margin: 0;
        padding: 5px;
        padding: 30px 0 0 0;
    }
    
    .home-gallery .gallery-item .gallery-image {
        height: 200px;
    }
    
    .home-gallery .gallery-item .gallery-image:nth-child(1) {
        width: 49%;
    }
    
    .home-gallery .gallery-item .gallery-image:nth-child(2) {
        width: 49%;
    }
    
    .home-gallery .gallery-item .gallery-image:nth-child(3) {
        width: 49%;
    }
    
    .home-gallery .gallery-item .gallery-image:nth-child(4) {
        width: 49%;
    }
    
    .home-gallery .gallery-item .gallery-image:nth-child(5) {
        width: 49%;
    }
    
    .home-gallery .gallery-item .gallery-image:nth-child(6) {
        width: 49%;
    }
    
    footer::before {
        background: none;
    }
    
    .fb-page, 
    .fb-page span, 
    .fb-page span iframe[style] { 
        width: 100% !important; 
    }
    
    ._2lqh, ._2p3a {
        width: 100% !important;
    }
    
    .copyright {
       text-align: center;
    }
    
    .copyright .company {
        text-align: center;
    }
    
    .copyright .socials {
        margin: 15px 0;
    }
    
    .inner-banner {
        width: 100%;
        height: 200px;
    }
    
    .common-page .common-page-image {
        width: 100%;
        height: 300px;
        float: none;
        margin: 0 0 20px 0;
    }
    
    .inner-banner h2 {
        font-size: 22px;
    }
    
    .inner-banner p {
        font-size: 14px;
        line-height: 18px;
        margin-top: 15px;
        padding: 0 20px;
    }
    
    .our-menu .seperator {
        margin-bottom: 30px;
    }
    
    .news-events-details .ned-image {
        height: 250px;
    }
    
    .contact-page .info {
        padding: 30px 20px;
        margin-bottom: 30px;
    }
    
    .contact-page {
        padding: 40px 0 0 0;
    }
    
    .form-section {
        padding: 30px 0;
    }
    
    .form-section form {
        background: var(--primary-theme-color);
        color: #fff;
        padding: 20px;
    }
}

/* Medium */

@media only screen and (min-width: 768px) {
}

/* Large */

@media only screen and (min-width: 992px) {}