#newsubmitbutton{
    width: 145px;
height: 36px;
border: 2px solid #23D796;
border-radius: 25px;
text-align: center;
position: absolute;
right: 35px;
bottom: 0;
}
#newsubmitbutton p{
    line-height: 32px;
    color: #23D796;
}
#newsubmitbutton span{
    background-color: #23D796;
    height: 34px;
    width: 34px;
    position: absolute;
    right: 0;
    top: 0;
    border-top-right-radius: 20px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 20px;

    color: white;
    font-size: 25px;
    line-height: 30px;
}
#ourtutoring, #howwegoaboutit, #needtutoring{
    display: flex;
    justify-content: space-between;
}

#ourtutoringleft{
    flex: 0 0 50%;
}
#ourtutoringright{
    flex: 0 0 40%;
}
#ourtutoringsecondright{
    flex: 0 0 40%;
    text-align:center;
}
#ourtutoringsecondright img{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 145px;
    height: 70px;
}

#howwegoaboutitleft{
    flex: 0 0 50%;
}
#howwegoaboutitright{
    flex: 0 0 40%;
    display: none;
}
#howwegoaboutitabove{
    flex: 0 0 40%;
}
.readmorelink{
    display: none;
}
#ourtutoring{
    transition: all 2s ease;
}



#levels{
    display: flex;
    justify-content: space-around;
    margin-top: 200px;
    flex-wrap: wrap;
}
.levelsbox{

    margin: 0 35px 100px 35px;
}


 /* bluebox and transparent box */
 #needtutoring{
     width: 100%;
     max-width: 100%;
     margin-top: 100px;
 }
.blueboxleft{
    background: #577BD0;
    border-top-right-radius: 131px;   
    border-bottom-right-radius: 131px;   
    height: 247px;
    flex: 0 0 50%;
}
.blueboxleft h4{

font-weight: 500;
font-size: 21px;
line-height: 32px;
letter-spacing: -0.005em;
color: #FFFFFF;
margin-top: 34px;
margin-bottom: 25px;
}
.blueboxleft p{
font-size: 14px;
line-height: 26px;
color: #FFFFFF;
/* padding: 0 10%; */
}
.transparentboxright{
    flex: 0 0 40%;
    position: relative;

}
.transparentboxright form{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    position: relative;
    height: 150px;
    margin: 15px 0 0 0;
    /* width: 349px; */
}
.transparentboxright input{
    border: none;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: medium;
min-width: 350px;
border-bottom: 1px solid #23d796;
margin: 0 auto 0 0;
width: 100%;
}
.transparentboxright img{
    width: 145px;
    height: 36px;
    margin-left: auto;
    margin-right: 50px;
}


@media only screen and (max-width: 992px) {
    .transparentboxright input{
        margin: 0 auto;
        text-align: center;
    }   
    .blueboxleft h6 {
        text-align: center;
    }
    #howwegoaboutitright img{
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }
    #howwegoaboutitleft h3{
        white-space: nowrap;
    }
    #ourtutoring{
        margin-bottom: 50px;
    }
    #howwegoaboutitright{
        /* display: block; */
    }

    #ourtutoringright{
        display: none;
    }
    #ourtutoringsecondright{
        display: block;
    }
    .moretoread{
        display: none;
    }
    .readmorelink{
        display: inline;
    }
    /* bluebox */
    .blueboxleft{
        border-top-right-radius: 0;   
        border-bottom-right-radius: 0;   
        flex: 0 0 100%;
        padding-top: 25px;
        padding-bottom: 50px !important;
    }
    .blueboxleft p{
        text-align: center;
    }
    .transparentboxright {
        flex: 0 0 100%;
    }
    .transparentboxright form{
        width: 80%;
        margin: 75px auto 75px auto;
    }
    .transparentboxright form input{
        width: 60%;
    }
    #newsubmitbutton{
        margin: 0 auto;
        position: relative;
        right: 0;
    }
    .transparentboxright form input {
        width: 100%;
      }
      #tutoringform-submit {

        margin-right: auto !important;
      }
}

@media only screen and (max-width: 768px) {
    #howwegoaboutitleft{
        flex: 0 0 100%;
    }
    #howwegoaboutitright{
        display: none;
    }
    #howwegoaboutitrightforsmall, #howwegoaboutitabove{
        display: block;
    }
#ourtutoringsecondright, #ourtutoringleft{
    flex: 0 0 100%;
}
#newsubmitbutton{
    margin: 0 auto 75px auto;
}
#howwegoaboutitabove {
    flex: 0 0 100%;
  }
  #howwegoaboutitabove img{
    width: 80%;
    margin: 0 auto 100px auto;
  }
  .readmorelink{
      display: block;
      margin: 0 auto;
      text-align: center;
  }
  .ourtutoringsecondright{
    margin-top: 35px;
  }
  .transparentboxright{
    background: #577BD0;
  }
  #tutoringform input::placeholder{
    color: #DBDADA !important;

  }
  #tutoringform input{
      background-color: transparent;
  }
}

@media only screen and (max-width: 575px) {
    .levelsbox{
        margin: 0 0 100px 0;
    }
}
@media only screen and (max-width: 525px) {
    .blueboxleft {
        height: 335px;
    }
    .transparentboxright input{

    min-width: 89vw;
    max-width: 90vw;
    margin: 0 5vw;
    }
    #tutoringform {

        min-width: 0 !important;
        width:100vw !important;
    }
}
@media only screen and (max-width: 350px) {

    .blueboxleft {
        height: 400px;
    }
}