

  .teacherImageRound{
      border-radius: 50%;
      height: 166px;
      width: 166px;
  }
  #teacherscontainer > div > div{
    text-align: center;
  }
  #teachersh1{
  
    font-weight: 600;
    font-size: 48px;
    line-height: 55px;
    text-align: center;
    letter-spacing: -0.005em;
    text-transform: capitalize;
    color: #FFFFFF;
    /* text-shadow: 0.8px 0.6px 9px rgba(129, 145, 164, 0.44); */
    /* backdrop-filter: blur(90px); */
    width: 300px;
    margin: 300px auto;
    }
    #ourlanguageexperts{
        margin: 100px 0;
    }
    #ourlanguageexperts p{
        width: 730px;
        margin: 100px auto 0 auto;
        text-align: center;
        font-size: 21px;
        line-height: 37px;
        text-align: center;
        letter-spacing: -0.005em;
        color: #535353;
    }

    .teachersbio{
        /* display: none; */
    }
    .teachersa{
        width: 100%;
        display: block;
    }
    .teacherscontainer{
        margin-bottom: 100px;
    }
    a:hover{
        cursor: pointer;
    }
    #teacherscontainer{
        justify-content: center;
    }
    #gotwhatittakes{

    }

    /* --------------------------------------------------------------------------- */
    
/* ------------------------------------------LANGUAGES */
#languages-found{
  margin-top: 200px;
}

  #languages input::placeholder{
    font-size: 11px;
    line-height: 6.18;
    letter-spacing: -0.17px;
    text-align: left;
    color: #989898;
    margin-left: 25px;
  }
  #languages-submit-button{
    float: right;
    width: 145px;
    height: 36px;
    margin-right: 6rem;
    margin-top: 10px;
  }
 
  #newLanguage{
    margin-left: 85px;
    margin-top: 80px;
  }
  #newLanguageEmail{
    margin-left: 85px;
    margin-top: 25px;
  
  }
  .newlanginputs{
    border: none;
    width: 350px;
    border-bottom: 1px solid #23d796;
  
  }
  
          
  #h3languages{
    margin-top: 300px;
    margin-bottom: 100px;
  }
  
          #didntfindlanguage{
            font-size: 21px;
            font-weight: 500;
            line-height: 2.74;
            letter-spacing: -0.11px;
            text-align: left;
            color: #fff;
          }
          #languages{
            max-width: 1280px;
            margin: 0 auto;
          }
          #language-not-found{
            padding-left: 4rem;
            background-color: #577bd0;
            width: 707px;
            height: 247px;
            border-top-right-radius: 131px;
            border-bottom-right-radius: 131px;
            color: white;
            line-height: 35px;
            /* padding: 25px 200px 0 150px; */
            padding: 2rem 4rem 0 6rem;
            /* max-width: 707px; */
            }
  
            #language-not-found p{
              font-size: 14px;
              font-weight: normal;
              line-height: 1.89;
              letter-spacing: normal;
              color: #fff;
            }
            .d-block{
              max-width: 100px;
              max-height: 100px;
            }
            #newlanguageleft{
              float: left;
              width: 69%;
              display: flex;
              flex-direction: column;
              justify-content: space-between;
              flex-wrap: nowrap;
              height: 270px;
              padding: 3.5rem 0;
            }
            #newlanguageleft input{
              border-radius: 16px;
              width: 320px;
              height: 30px;
              margin-left: 120px;
            }
            #newlanguageleft input::placeholder{
              font-weight: 500;
              font-size: 11px;
              line-height: 68px;
              letter-spacing: -0.015em;
              color: #A5A5A6;
            }

            form{
                max-width: 650px;
            }
            #newlanguageleft input:active, #newlanguageleft input:focus{
              border: solid 1px #0acf83;
            }
    
            #newlanguageright{
              float: left;
              width: 29%;
            }
            @media only screen and (max-width: 1100px) {
              #language-not-found{
                padding: 1rem 2rem;
              }
              #didntfindlanguage{
                font-size: 21px;
                font-weight: 500;
                line-height: 21px;
                letter-spacing: -0.11px;
                text-align: left;
                color: #fff;
                padding: 1rem 0;
              }
              #newLanguage, #newLanguageEmail{
                margin-left: 2rem;
                width: 300px;
              }
            }
            @media only screen and (max-width: 992px) {
              form{
                max-width: none;
            }
              #language-not-found{
                width: 100% !important;
                border-radius: 0;
                max-width: none;
                text-align: center;
              }
              #whatlanguage{
                text-align: center;
              }
              #languages-submit-button{
                float: none;
                margin-right: 0;
                margin-top: 35px;
              }
              #languages-submit-button img{
                margin-top: 25px;

              }
              #newLanguage, #newLanguageEmail{
                margin-left: 0;
                width: 400px;
                max-width: 80%;
              }
              #didntfindlanguage{
                text-align: center;
                padding: 2rem 0;
              }
              #whatlanguage{
                background-color: #577bd0;
                padding-bottom: 50px;
              }
              #whatlanguage input::placeholder{
                color: #DBDADA !important;
              }
              #whatlanguage input{
                background-color: transparent;
              }
              #newLanguage {
                margin-top: 0;
              }
            }
            @media only screen and (max-width: 820px) {
              #ourlanguageexperts p{
                width: 80%;
                margin-left: 10%;
              }
            }

  