@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%;
    padding-left: 10px;
}
.text7imgflex {
    display: flex;
    /* padding-right: 10px; */
    flex-wrap: wrap;
}
/*section 3*/
.imgroundtext {
    
    width: 100%;
    padding-left: 0;
    text-align: center;
    margin-bottom: 30px;
}
.roundtext {
    border: 8px solid #e04164;
    border-radius: 100%;
    margin-left: 0px;
    background-color: white;
    height: 150px;
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 30px;
    margin: auto;
}
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%;
    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*/
    section.text7img 
    {
    margin-top: 23px;
    text-align: center;
   }
   .text7imgflex
    {
    display: flex;
    /* padding-right: 10px; */
    flex-wrap: wrap;
   }
   .imgroundtext
    {
    width: 100%;
    padding-left: 0;
    text-align: center;
    margin-bottom: 30px;
   }
   .roundtext 
   {
    margin: 0 auto;
   }
   .roundtext
    {
    border: 8px solid #e04164;
    border-radius: 100%;
    margin-left: 0px;
    background-color: white;
    height: 150px;
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 30px;
    margin: auto;
   }
   .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;
  }
 
}

