
/* smart Phones and Tablets */

@media(min-width:300px) and (max-width:376px)

{
        
       
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse
    {
        max-height: none;
    }
    
    .testimonials .carousel-indicators li
    {
        width:60px;
        height: 60px;
    }
    
    .testimonials .carousel-indicators li.active
{
    width: 60px;
    height: 60px;
}

.navbar-brand > img {
   
    max-width: 250px;
}
.mylead
{
  font-size: 20px;
}

body{
  padding-top: 70px;
}    
}

/* Small Screen */

@media(min-width:768px) and (max-width:991px)

{
    h1 {color: #0f0}
}

/* Medium Screen */

@media(min-width:992px) and (max-width:1199px)

{
    h1 {color: #f00}
}

@media(min-width:1200px)

{
    h1 {color: #5f5f5f}
}