/* Mobile Csss */

@media (max-width: 576px) {
  body {
    /*background-color: lightblue;*/
  }

  .herosection_text {
    margin: 0;
    font-size: 22px;
  }

  .herosection_sub_text {
    margin: 0;
    font-size: 13px;
  }

  .hidep_1 {
    display: none;
  }

  .subpara {
    /* border: 1px solid red; */
    text-align: center;
    color: white;
    font-size: 18px;
    padding: 10px 10px;
    font-family: "Prociono", serif;
  }


  /* ------------------------------ tutor div  ------------------------------ */

  .tutorname {
    font-size: 15px;
    margin: 0;
    padding: 0;
    text-align: center;
    font-weight: 600;
    color: #1a212f;
    font-family: "Prociono", serif;
  }

  .tutordesc {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 7px;
    font-weight: 700;
    color: #1a212f;
    font-family: "Prociono", serif;
  }


  .btndiv {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .tutorexpbtn {
    text-align: center;
    width: 90%;
    border-radius: 10px;
    padding: 6px 1px;
    border: none;
    background-color: #1a212f;
    color: white;
    font-family: "Inter", sans-serif;
  }



  /* ------------------------------ signup  ------------------------------ */
  /* ------------------------------ signup  ------------------------------ */
  /* ------------------------------ signup  ------------------------------ */
  /* ------------------------------ signup ------------------------------ */
  /* ------------------------------ signup  ------------------------------ */
  /* ------------------------------ signup ------------------------------ */
  /* ------------------------------ signup  ------------------------------ */

  .signupbox {
    /* border: 1px solid red; */
    color: white;
    font-size: 30px;
    height: 500px;
    width: 95%;
    background-color: #1a212f;
    box-shadow: 2px 2px 5px gray;
  }

  .signupmaindiv {
    display: flex;
    justify-content: center;
    /* Horizontal centering */
    align-items: center;
    /* Vertical centering */
    height: 550px;
    /* Full viewport height */
    flex-direction: column;
  }


    /* ------------------------------ booktutor  ------------------------------ */
    /* ------------------------------ booktutor  ------------------------------ */
    /* ------------------------------ booktutor  ------------------------------ */
    /* ------------------------------ booktutor  ------------------------------ */
    /* ------------------------------ booktutor  ------------------------------ */
    /* ------------------------------ booktutor  ------------------------------ */


    .tutorimage {
      height: 200px;
      padding: 5px 0;
      border-radius: 10%;
  }

  .booktutordetailmaindiv {
    padding: 8px 0px;
    /* border: 1px solid red; */
    padding-left: 50px;
}

.booktutortutorname {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
}

.booktutorbooknowbtn {
  border: none;
  background-color: #1a212f;
  color: white;
  padding: 3px 5px;
  border-radius: 3px;
  width: 30%;
}

}



/* tablet css */







@media (min-width: 576px) and (max-width: 992px) {
  body {
    /*background-color: lightgreen;*/

  }

  .herosection_text {
    margin: 0;
    font-size: 29px;
  }

  .hidep_1 {
    display: none;
  }

  /* ------------------------------ tutor div  ------------------------------ */

  .tutorname {
    font-size: 20px;
    margin: 0;
    padding: 0;
    text-align: center;
    font-weight: 600;
    color: #1a212f;
    font-family: "Prociono", serif;
  }

  .tutordesc {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 9px;
    font-weight: 700;
    color: #1a212f;
    font-family: "Prociono", serif;
  }


  .btndiv {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .tutorexpbtn {
    text-align: center;
    width: 80%;
    border-radius: 10px;
    padding: 6px 1px;
    border: none;
    background-color: #1a212f;
    color: white;
    font-family: "Inter", sans-serif;
  }


  /* ------------------------------ signup  ------------------------------ */
  /* ------------------------------ signup  ------------------------------ */
  /* ------------------------------ signup  ------------------------------ */
  /* ------------------------------ signup ------------------------------ */
  /* ------------------------------ signup  ------------------------------ */
  /* ------------------------------ signup ------------------------------ */
  /* ------------------------------ signup  ------------------------------ */

  .signupbox {
    /* border: 1px solid red; */
    color: white;
    font-size: 30px;
    height: 600px;
    width: 55%;
    background-color: #1a212f;
    box-shadow: 2px 2px 5px gray;
  }

  .signupmaindiv {
    display: flex;
    justify-content: center;
    /* Horizontal centering */
    align-items: center;
    /* Vertical centering */
    height: 720px;
    /* Full viewport height */
    flex-direction: column;
  }

}