@media(max-width: 1199px)
{

}
@media(max-width: 991px)
{
   .bannertext h1 
   {
    color: #fff;
    font-size: 30px;
    letter-spacing: 1px;
  }
  .flexp 
  {
    display: flex;
    margin-top: 20px;
    
  }
  /*section 2*/
  .textimg2flex 
  {
    display: flex;
    margin-top: 50px;
    flex-wrap: wrap;
 }
 .text, .images {
    width: 100% !important;
    padding-left: 10px;
}
.text7imgflex {
    display: flex;
    /* padding-right: 10px; */
    flex-wrap: wrap;
}
/*section 3*/

section.bluecontent {
    padding: 10px;
}



}

@media(max-width: 767px)
{
     
   section.banner 
   {
    position: relative;
    padding: 30px 0 30px;
    background-size: cover;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
   }

   .bannertext 
   {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  
  .bannertext h1 
  {
    color: #fff;
    font-size: 28px;
    letter-spacing: 1px;
  }
  

  /*section 2*/
    .textimg2flex
     {
    display: flex;
    margin-top: 50px;
    flex-wrap: wrap;
    }
    .text, .images 
    {
    width: 100% !important;
    padding: 10px;
    }
    .text p
     {
    font-size: 18px;
    color: #434343;
    font-weight: 500;
    word-spacing: 6px;
    line-height: 25px;
    margin-bottom: 25px;
    /* font-family: 'Arimo'; */
    }
   
    /*section 3  round*/
    
   .text1 
   {
    margin: auto;
    width: 146px;
    font-weight: 400;
    padding-top: 20px;
    line-height: 20.3px;
  }
   .text1 
   {
    margin: auto;
    width: 146px;
    font-weight: 400;
    padding-top: 20px;
    line-height: 20.3px;
  }
  section.bluecontent
   {
    margin-top: 35px;
    padding: 10px;
  }
 
}

