/*****************************
    BOOTSTRAP 3 MEDIA QUERIES
******************************/
 /*.navbar-brand2 {
        color: #fff;
        font-weight: bold;
        font-size: 24px;
            
    }   */ 

/*Large devices ≥1710px (Destop and Laptops)*/

/*@media(min-width: 1200px) {
   
    }*/

@media(min-width: 1710px) {
   
    }
/*Medium devices ≥990px landscape Tablets and medium Desktops */

@media(min-width: 990px) and (max-width: 1709px) {
    /*Mobile menu*/
    .navbar {
        background: rgba(0, 0, 0, 0.7);
        padding: 0;
    }
    .navbar-nav {
        float: left;
    }
    .floride-nav-wrapper {
        padding: 0;
    }
    
    
}




/*Small devices ≥768px Portrait Tablets & Small Desktop*/

@media (min-width: 768px) and (max-width: 990px) {
    /*Transparent left menu for small sizes*/
    .navbar {
        background: rgba(0, 0, 0, 0.7);
        padding: 0;
    }
    .navbar-nav {
        float: left;
    }
    .floride-nav-wrapper {
        padding: 0;
    }  
    
    /*Facebook like and share*/
.fb-like fb_iframe_widget {
    margin-top: 40px;
}
    
    #about-content-box {
        width: 100%;
        height: 350px;
    }
    .btn-general {
        padding: 6px 22px;
        font-size: 14px;        
        display:table;
        margin:0 auto;
       
    }
    .btn-primary {
        padding: 6px 22px;
        font-size: 14px;        
        display:table;
        margin:0 auto;
       
    }
        
    
    
    /*Footer*/
    #footer-copyrights {
        text-align: center;
    }
 
    
    
    
}


/*Extra Small devices <768px landscape Phones & Portrait Tablets*/

@media (max-width: 767px) {
    /*Mobile menu*/
    .navbar {
        background: rgba(0, 0, 0, 0.7);
        padding: 0;
    }
    .navbar-nav {
        float: left;
    }
    .floride-nav-wrapper {
        padding: 0;
    }
    
    /*Home*/
    #home-heading h1 {
        font-size: 24px;
     }
    
    #percussion-heading h1{
        font-size: 24px;
    }
    /*Buttons*/
    .btn-general {
        padding: 6px 22px;
        font-size: 14px;
        display:table;
        margin:0 auto;
    }
    .btn-primary {
        padding: 6px 22px;
        font-size: 14px;        
        display:table;
        margin:0 auto;
       
    }
    #about-content-box {
        width: 100%;
        height: 350px;
    }
    
    /*Footer*/
    #footer-copyrights {
        text-align: center;
    }
   .navbar-brand {
        color: #fff;
        font-weight: bolder;
        font-size: 25px;
    }
    
    #home-heading h1{
        font-size: 24px;
    }
    
    
        
}


/*Extra Small devices <480px Portrait Phones & Smaller Devices*/

@media (max-width: 480px) {
    
  .navbar-brand {
    color: #fff;
    font-weight: bolder;
    font-size: 20px;
}
    #home-heading h1{
        font-size: 16px;
    }

    #home-btn {
       
        font-size: 15px;
        width: 80%;
    }

    #badPostureImage2,#badPostureImage3 {
        height: 115px;
    }

    #badWayToSleep1,#badWayToSleep2,#badWayToSleep3 {
        width: 50%;
        margin: 0 25%;
    }

    #sciaticnervepain,#needle,#backpainPhoto,#walletcausesciatica {
        width: 75%;
        margin: 0 14%;
    }

    #shoulderImage {
        margin: 0 25%;
    }
    #trapezius {
        margin: 0 35%;
    }

}
/*Extra Small devices <320px Smaller Devices*/

@media (max-width: 320px) {
    /*Services*/
    .service-item-icon i {
        width: 58px;
        height: 58px;
        padding: 7px;
    }
    .sercice-item-title h3 {
        font-size: 16px;
    }
    /*About*/
    .about-content-box {
        margin-top: 40px;
    }
    /*testimonials*/
    .testimonials img {
        max-width: 80px;
    }
    .testimonials blockquote {
        padding: 6px 30px;
    }
    .testimonials blockquote:before {
        left: 7px;
    }
    .testimonials blockquote:after {
        right: 7px;
    }
   .navbar-brand {
    color: #fff;
    font-weight: bolder;
    font-size: 18px;
}
    
    
    
    
}


    
