@media (max-width:990px) {
    .banner-text {
        margin: 20px 0 35px;
        color: #fff;
        text-align: center
    }
    .learn-img {
        text-align: center;
        margin-bottom: 60px;
    }
    #resturant-menu {
        text-align: center;
    }
    .prefooter-detail {
        margin-bottom: 60px;
    }
    .packge-container {
        margin-bottom: 30px;
    }
    #team {
        padding-bottom: 35px;
    }
    .testi_image {
        text-align: center;
        display: block;
    }
    #logo {v
        text-align: center;
        margin-bottom: 10px;
    }
    #logo img {
        display: inline-block;
    }
    .packge-container .packge-img {
        text-align: center;
    }
    .packge-container .packge-img img {
        display: inline-block;
    }
}

@media (max-width:767px) {
    #topbar::before {
        background: none;
    }
    .topbar-address {
        text-align: center;
    }
    .banner-text h3 {
        font-size: 20px;
    }
    .banner-text h1 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    #signUp-form .col-sm-6 {
        clear: both;
    }
    .info-price {
        margin-top: 15px;
    }
  
    .tab-content {
        margin-top: 20px;
    }
    .footer-detail,
    .featurebox {
        margin-bottom: 20px;
    }
    .box-text {
        margin-bottom: 45px;
    }
    .section-heading1 p {
        padding: 0px;
    }
    .packge-container .packge-img img {
        width: 100%;
    }
 
    
    .adds .tab-content ul {
        column-count: 1;
    }
}

@media (max-width: 480px) {
    .banner-text h1 {
        /* display: none; */
    }
    .topbar-address > a {
        margin-left: 0px;
    }
  
    .section-heading p {
        padding: 0px 20px;
    }
   
    .section-heading h1,
    .learn-text h2,
    .section-heading2 h1 {
        font-size: 28px;
    }
    .testi_info P {
        padding: 30px 0px;
    }
}

@media (max-width: 360px) {
    .packge-boxes .col-xs-8,
    .workout-boxes .col-xs-8,
    .team-container .col-xs-8 {
        width: 100%;
        margin-left: 0px;
    }
}