/* 

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: #fff !important;
    background-color: #f5f5f5;
}
  .banner-section{
    padding: 90px 0;
  }
  .banner-content h1{
    font-size: 33px;
  }
  .banner-content p{
    font-size: 13px;
    margin-bottom: 35px;
  }
  .banner-button{
    padding: 8px 28px;
  }
  .feature-section{
    margin: 80px 0;
  }
  .card-title{
    font-size: 18px;
  }
  .revolution-content h1{
    font-size: 25px;
  }
  .revolution-content p{
    font-size: 14px;
    margin-bottom: 25px;
  }
  .revolution-button{
    padding: 8px 28px;
  }
  .revolution-section{
     margin: 80px 0;
  }
  .offer-section{
    margin: 80px 0;
  }
  .offer-section .col-md-3{
    padding-left: 5px;
    padding-right: 5px;
  }
  .card-offer-title{
    font-size: 13px;
    font-weight: 700;
  }
.card-offer-subtitle{
  font-size: 13px;
}
.offer-content-img img{
  margin-left: 25px;
}
.solution-section{
  margin: 80px 0;
}
.solution-section .col-md-6{
  display: flex;
  align-items: center;
}
.solution-content h1{
  font-size: 22px;
}
.solution-content p{
  font-size: 14px;
  margin-bottom: 25px;
}
.solution-button{
  padding: 8px 28px;
}
.price-section{
  margin: 80px 0;
}
.price-btn{
  padding: 8px 28px;
}
.card-price-tag{
  font-size: 52px;
}
.card-price-tag span{
  font-size: 35px;
}
.testimonial-section{
  margin: 80px 0;
}
.brand-img-section{
  padding: 50px 0;
}

.brand-img-section .owl-theme .owl-dots .owl-dot.active span{
  display: none;
}
.brand-img-section .owl-theme .owl-dots .owl-dot span{
  display: none;
}
.brand-img-section .col-md-12{
  padding-left: 58px;
}
.footer-section .footer-info h4{
  font-size: 16px;
  font-weight: 700;
}
.footer-section .footer-info .click-btn{
  left: 100px;
  top: -43px;
}
.footer-section .footer-bottom p{
 font-size: 11px;
}

}



/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
  .navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: #fff !important;
    background-color: #f5f5f5;
}
.sticky{
    width: 100%;
    position: relative;
}
.banner-section{
  padding: 90px 0;
  text-align: center;
}
.banner-img{
  padding-left: 50px;
  padding-right: 50px;
}
.banner-content h1{
  font-size: 36px;
  margin-top: 22px;
  margin-bottom: 22px;
}
.feature-section{
  margin: 65px 0;
  text-align: center;
}
.feature-heading .feature-title{
  margin-bottom: 20px;
  font-size: 33px;
}
.feature-section .col-md-4{
  margin-bottom: 25px;
}
.feature-section .feature-4-last{
  margin-bottom: 0;
  padding-bottom: 0;
}
.revolution-section{
  padding: 65px 0;
  text-align: center;
}
.revolution-content h1{
  font-size: 30px;
}
.revolution-section .col-md-5{
     padding-bottom: 90px;
}
.revo-img img{
  margin: 0;
}
.offer-section{
  margin: 65px 0;
}
.offer-content-img img{
  margin-left: 0;
  padding: 20px;
  margin-top: 36px;
}
.solution-section{
  margin: 90px 0;
  text-align: center;
}
.solution-section .offset-1{
  margin-left: 0;
}
.solution-img img{
  margin: 0;
  margin-bottom: 50px;
}
.solution-content h1{
  font-size: 26px;
}
.price-section{
  margin: 90px 0;
}

.testimonial-section{
  padding: 90px 0;
}
.brand-img-section .item{
  margin-left: 100px;
}
.footer-section{
  padding: 90px 0 90px;
  text-align: center;
}
.footer-section .footer-info h4{
  font-size: 28px;
  margin-bottom: 12px;
}
.footer-section .footer-info ul{
     font-size: 17px;
}
.footer-section .footer-info{
     margin-bottom: 25px;
}
.footer-section .footer-info input{
  width: 58% !important;
  height: 50% !important;
}
.footer-section .footer-info .click-btn{
  font-size: 12px !important;
  padding: 3px 10px;
}

.footer-section .subscribe-form form{
  padding-left: 18px;
}
.footer-section .footer-info .click-btn{
  left: -42px;
}
.footer-icons{
  text-align: center !important;
}
.brand-img-section .owl-theme .owl-dots .owl-dot.active span{
  display: none;
}
.brand-img-section .owl-theme .owl-dots .owl-dot span{
  display: none;
}

}