@media
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5){

  html,
  body{
    width:100%;
    overflow-x:hidden;
  }

}
/* Small Devices*/
@media only screen and (max-width: 767px) {
    
    .navbar-default {
        background-color: #fff !important;
        border-color: #e6e6e6;
    }
    
}

/* Small Devices and Tablets*/
@media only screen and (max-width: 767px) {
    .header {
        background-size: 100% 100%;
        width: 100%;
    }
    .header-text h1 {
        font-size: 24px;
        padding-top: 1px;
        color: #ffffff;
        padding-bottom: 1px;
        margin-bottom: 1px;
    }
    .header-text, .header-btns {
        text-align: center;
    }
    .header-text p {
    font-size: 18px;
    }
    .img-responsive {
        width: auto;
        padding-left: 55px
    }
    .features-inner-wrapper {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .education {
        background-size: 100% 100%;
        width: 100%;
    }
    .carousel-indicators {
        padding-top: 10px;
    }
    .counter {
        background-size: 100% 100%;
        width: 100%;
    }
}

/* Landscape Orientation*/
@media only screen and (orientation: landscape) {
    .header {
        background-size: 100% 100%;
        width: 100%;
    }
    .header-text h1 {
        font-size: 24px;
        padding-top: 1px;
        color: #B5B5B5;
        padding-bottom: 1px;
        margin-bottom: 1px;
    }
    .header-text, .header-btns {
        text-align: center;
    }
    .header-text p {
    font-size: 24px;
    }  
    .img-responsive {
        padding-left: 205px;
        width: auto;
    }
    .carousel-indicators li {
        display: none;
        
    }
    .left-feature-item h3{
        text-align: center;
        padding-left: 70px;  
    }
    .feature-iphone img {
        width: auto; 
    }
    .right-feature-item h3{
        text-align: center;
        padding-right: 70px;  
    }
    .features-inner-wrapper {
        padding-bottom: 5px; 
    }
    .section-bottom p {
        padding-top: 1px;
    }
    
}

/* Large Devices and Wide Screens*/
@media only screen and (min-width: 768px) {
     .header-text h1 {
        font-size: 36px;
        padding-top: 1px;
        color: #ebeae1;
        padding-bottom: 1px;
        margin-bottom: 1px;
    }
    .header-text, .header-btns {
        text-align: center;
    }
    .header-text p {
    font-size: 24px;
    }  
   
    .img-responsive {
        padding-left: 225px;
        width: auto;
}
    .carousel-indicators li {
        display: none;
    }
      .left-feature-item h3{
        text-align: center;
        padding-left: 70px;  
    }
    .feature-iphone img {
        padding-left: 95px;
        width: 100%; 
    }
    .right-feature-item h3{
        text-align: center;
        padding-right: 70px;  
    }
    .features-inner-wrapper {
        padding-bottom: 5px; 
    }
    .section-bottom p {
        padding-top: 1px;
    }
  /* ipad landscapes*/
@media only screen and (min-width: 9992px) { 
    .feature-iphone img {
        width: 90%;
        padding-left: 1px;
    }
