@media only screen and (max-width: 768px) {
  /* Hero section */

  #hero {   
    height: 50vh;
    background-position: bottom 80% right 10%;
  
  }
  

  .left {
    padding-top: 180px;
  }

  .left h1 {
    font-size: 30px;
  }

  .left p {
    font-size: 10px;
  }

  /* Feature Section */

  .row {
    margin-left: 22px;
    margin-top: 10px;
  }

  .sm-banner {
    display: contents;


  }

  .banner-box {

    min-width: 100px;
    height: 66vh;
    background-size: cover;
    background-position: center;
    margin: 10px;


  }

  .banner-box h2 {
    font-size: 20px;
    font-weight: 600;
  }

  .banner-box3 h2 {
    font-size: 15px;


  }

  .banner-box3 h3 {
    font-size: 10px;
    margin-left: 10px;


  }

  .right input {


    left: 70%;

    outline: none;


    position: relative;

  }

  .right button {
    text-decoration: none;
    padding: 10px 12px;
    color: white;
    background-color: #088178;
    border: 1px solid #088178;
    position: absolute;
    right: 40.9%;
    border-end-end-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;



  }

  /* blog part */
  .blog-left img{
    width: 100%;
    height: 200px;
    object-fit: cover;
    
   }
   .blog-left{
    width: 100%;
   }


}

@media only screen and (max-width: 600px) {
  .left {
    display: none;

  }

  #product1 p {
    font-size: 14px;

  }

  .banner-box {

    width: 370px;
    height: 66vh;
    background-size: cover;
    background-position: center;
    margin: 10px;

  }

  .banner-box3 {

    width: 340px;
    height: 40vh;

    margin: 20px;
  }
  .body-newsletter.right{
    margin-left: 30px;
  }

  .right input {

    left: 10%;

  }
  .body-newsletter .right button {
   
    right: 20.9%;

  }  

  /* blog part */
  .blog-left{
    width: 100%;
    margin-right: 50px;
   
  
  }
  .blog-left img{
    width: 100%;
  }

}

@media only screen and (max-width: 375px){
  #hero{
    background-image: url('../img/hero4.png');
    width: 100%;
    height: 90vh;
   
    background-position: bottom 60% right 15%;
    margin-top: 65px;
    
  }
  .banner-box {

    width: 330px;


  }
  .banner-box3 {

    width: 280px;
    height: 40vh;
    margin: 40px;

    
  }
  .payApp img{
    width: 50%;
  }

  /* blog part */
  .Blog-details{
   
    flex-direction: column;
 
  }
  .blog-left{
    width: 100%;
    margin-right: 50px;
   
  
  }
  .blog-right{
    margin-top: 20px;
  }

  /* About page start */
  .about-details{
   
    flex-direction: column;
 
  }
  .about-img img{
    width: 90%;
    margin-left: 20px;
    
    }
  .about-text{
    margin-top: 30px;
  }

  #about-app .video{
    width: 100%;
  
  }

  /* contact */
  .contact-details{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .contact-right{
    margin-top: 20px;
  }
  .contact-right iframe{
    width: 100%;
    height: 100%;

  
  }
  #contact-form{
    margin-top: 30px;
    margin-left: 20px;
    padding: 4px;
  }
  form {
    width: 65%;
    
  }
}