#findyourcourses{
  background: #577BD0;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  width: 201px;
  height: 43px;
  border-radius: 54px;
  position: absolute;
  bottom: 5vh;
  left: 50%; 
  transform: translate(-50%, 0);
  }
  #findyourcourses:hover{
  cursor: pointer;
  }
  #findyourcourses p{
      color: #fff;
      display: inline;
  }
  #findyourcourses img{
      width: 45px;
  }
  #findyourcourseoverlay{
      width: 100vw;
      height: 100vh;
      position: fixed;
      top: 0;
      left: 0;
      display: none;
  }
#overlaytop{
  width: 100%;
  height: 15vh;
}
#overlaybody{
  height: 85vh;
  width: 100%;
  background-color: #577BD0;
  border-radius: 46px 46px 0 0;
  z-index: 999;
  position: absolute;
  bottom: 0;
  overflow: scroll;
  /* min-height: 100%; */
}
#headdiv.overlayactive{
  opacity: 0.4;
}
body{
  overflow: auto;
}
body.overlayactive{
  overflow: hidden;
}
#headdiv.overlayactive img{
  display: none;
}
#overlayclose{
  position: fixed;
  top: 0;
  right: 40px;
  color: #577BD0;
  font-size: 50px;
}
#overlaylanguages, #overlayLevels, #overlayTypes, #overlayLocations{
  display: none;
}
#searchbutton:hover, .overlaySelect:hover, #overlayclose:hover{
cursor: pointer;
}
.overlaySelect{
  display: flex;
  width: 246px;
  border: 1px solid #fff;
  height: 40px;
  border-radius: 25px;
  margin: 45px auto 0 auto;
  padding: 3px 0 0 25px;
  justify-content: space-between;
}
.overlaySelectTitle{
font-size: 12px;
color: #FFFFFF;
}
.overlaySelectUnderTitle{
font-size: 10px;
color: rgba(255, 255, 255, 0.36);
}
#searchbutton{
  width: 152px;
  height: 35px;
  background-color: #fff;
  color: #577BD0;
  text-align: center;
  border-radius: 25px;
  position: absolute;
  bottom: 15vh;
  left: 50%; 
  transform: translate(-50%, 0);
  font-size: 14px;
  line-height: 35px;
  z-index: 1000;
}
.overlayOptionsCotainer{
  position: absolute;
  top: 95px;
  left: 50%;
  transform: translate(-50%, 0);
  background: #577BD0;
  width: 246px;
  z-index: 1001;
  border: 1px solid #fff;
  border-radius: 25px;
}
#overlayLevels{
  top: 180px;
}
#overlayTypes{
  top: 265px;
}
#overlayLocations{
  top: 350px;
}
.overlayOptionsCotainer p{
  color: #fff;
}
.overlayOptionsCotainer p:hover{
  color: #fff;
  text-decoration: underline;
}
.overlayOptionsCotainer > p:hover{
  cursor: pointer;
}

@media only screen and (max-height: 650px){
  #searchbutton{
    bottom: 15vh;
  }

}
@media only screen and (max-height: 575px){
  #overlaybody{
    display: flex;
    flex-wrap: wrap;
    padding: 125px 50px;
    justify-content: space-around;
  }
  .overlayOptionsCotainer{
    position: absolute;
    top: 0;
    left: 0;
    transform: none;
    width: 100vw;
    z-index: 1001;
    border: none;
    height: 100vh;
    padding: 25px 0 50px 0;
    overflow: scroll;
  }
  #overlayLevels{
    top: 0;
  }
  #overlayTypes{
    top: 0;
  }
  #overlayLocations{
    top: 0;
  }
  .overlaySelectUnderTitle{
    display: none;
  }
  .overlaySelect{
    width: 200px;
    margin: 0 25px;
    padding: 3px 0 0 0;
  }
  .overlaySelectTitle{
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    width: 140px;
  }

}
@media only screen and (max-height: 575px) and (max-width: 550px){
  .overlaySelect{
    margin: 0;
  }
  #overlaybody{
    padding: 75px 50px 21vh 50px;
  }
}
@media only screen and (max-height: 575px) and (max-width: 500px){

  #overlaybody{
    padding: 75px 35px 21vh 35px;
  }
}
@media only screen and (max-height: 475px){
  #overlaybody{
    display: flex;
    flex-wrap: wrap;
    padding: 75px 50px 21vh 50px;
    justify-content: space-around;
  }
  #overlayclose{
    top: -15px;
  }
  /* #searchbutton{
    bottom: 10vh;
  } */

}
@media only screen and (max-height: 375px) and (max-width: 550px){
  .overlaySelect{
    margin: 0;
  }
  #overlaybody{
    padding: 35px 50px 18vh 50px;
  }
}
@media only screen and (max-height: 350px){
  #overlaybody{
    display: flex;
    flex-wrap: wrap;
    padding: 35px 50px 18vh 50px;
    justify-content: space-around;
  }
}
@media only screen and (max-height: 475px) and (max-width: 500px){
  #overlaybody{
    display: flex;
    flex-wrap: wrap;
    padding: 25px 50px 18vh 50px;
    justify-content: space-around;
  }
}
@media only screen and (max-width: 450px){
  #overlaybody{
    padding: 25px 50px 18vh 50px;
  }
}
@media only screen and (max-width: 450px) and  (min-height: 576px){
  #overlaybody{
    padding: 0;
  }
}
@media only screen and (max-height: 250px){
  #bigh1 {
    font-size: 24px !important;
  }
}
@media only screen and (max-height:400px) and (max-width: 600px){
  #overlaybody{
    padding: 75px 0 21vh 0;
  }
}
  @media (orientation: landscape) {
#overlaybody{
  height: 100vh;
  border-radius: 0;
}
#overlayclose {
  top: 10px;
  color: #fff;
  font-size: 40px;
  z-index: 1000;
}
  }












#findyourcourses{
  display: None;
}
h1{
    /* width: 100%;
    font-weight: 600;
    font-size: 48px;
    line-height: 58px;
    text-align: center;
    letter-spacing: -0.005em;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-top: calc(20vh - 86px); */
}
/* new */
#langoptionscontainer, #leveloptionscontainer, #typeoptionscontainer, #locationoptionscontainer{
  margin-top: 48px;
  background-color: #fff;
  border: 0.5px solid #C4C4C4;
  /* box-shadow: 6px 6px 15px 4px rgba(184, 198, 230, 0.53); */
  border-radius: 9px;
  display: none;
  margin-left: -25px;
}

#smlangoptionscontainer{
  border-radius: 9px;
}
.freeonlinetestdiv{
  margin: 7vh auto 0 auto;
  width: 500px;
  display: flex;
}

/*  ------------------------------------------SEARCH FILTER SYSTEM */
.firsttitlerow{
    width: 100%;
    margin: 0 auto;
    flex-direction: column;
    }
    .inputtitle{
      margin-top: 2px;
    }
      .divtoholdfilter{
        border-radius: 31px;
        height: 56px;
        width: 955px;
        margin: 0 auto;
        font-family: Karla;
        font-size: 11px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        letter-spacing: -0.17px;
        text-align: left;
        background-color: rgba(255, 255, 255, 0.9);
        padding-left: 2.7rem;
        padding-right: 0.5rem;
        z-index: 100;
      }
        .inputundertitle{
        font-size: 0.7rem;
        max-width: 85%;
        text-align: left;
        color: rgba(0, 0, 0, 0.37);
        }
    
        .inputarrow{
        float: right;
        width: 14%;
        color: #33d597;
        font-size: 1.7rem;
        height: 47px;
        min-width: 35px;
        font-weight: bold;
        max-height: 5px;
        }
        .arrowwith{
        border-right: 1px solid #cfcfcf;
    
        }
        .inputtitle{
        max-width: 85%;
        text-align: left;
        color: rgba(0, 0, 0, 0.66);
          font-weight: bold;
        }
        #selectlang{
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px;
        /* width: 257.3px; */
        }
        #selectlang  p:nth-child(3) {
          /* margin-top: 50px; */
        }
        #selectlevel  p:nth-child(3) {
          /* margin-top: 50px; */
        }
        #selectlessonform  p:nth-child(3) {
          /* margin-top: 50px; */
        }
        #selectlocation  p:nth-child(3) {
          /* margin-top: 50px; */
        }
        .filterdoostext{
          min-width: 100px;
        }
        #selectlevel{
        min-width: 90px;
        }


      #introh1 {
        text-align: center;
        width: 700px;
        margin: 11% auto 0 auto;
        font-family: Karla;
        font-size: 48px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.2;
        letter-spacing: -0.24px;
        color: white;
        text-shadow: 0.8px 0.6px 9px rgba(129, 145, 164, 0.44);
        /* backdrop-filter: blur(90px); */
      }
      .FREE-ONLINE-TEST {
      width: 201px;
      height: 43px;
      background-color: #23d796;
      color: white;
      border-radius: 24px;
      display: block;
      line-height: 43px;
      text-align: center;
      border: solid 1px #0acf83;
      font-size: 12px;
      font-weight: bold;
      letter-spacing: 0.2px;
      }
      .ALL-COURSES{
        width: 201px;
        height: 43px;
        background-color: #fff;
        color: #23d796;
        border: 2px solid #23d796;
        line-height: 43px;
        font-size: 12px;
        font-weight: bold;
        letter-spacing: 0.2px;
        border-radius: 24px;
        text-align: center;
      }
      .freeonlinetestdiv a{
        margin: 0 auto;
display: block;

      }

    .greencorner{
      border-right: 3px solid #23d796;
      border-bottom: 3px solid #23d796;
      height: 10px;
      width: 10px;
      transform: rotate(0.125turn);
      position: relative;
      /* margin: 10px 0 0 0; */
      margin: 10px 15px 0 15px;
      float: left;
    }
    .filterdoosgreencorner{
      height: 50px;
    float: left;
    }
    .filterdoostext{
      /* height: 67px; */
      float: left;
    }
    
    #start{
        width: 100%;
    }
    #filtercontainer{
      width: 100%;
    }
    
    .filterdoos{
      float: left;
      }
    
      .filterdoos{
          height: 67px;
      }
        .verticaline{
          height: 34px;
          width: 0px;
          border-right: 1px solid rgba(0, 0, 0, 0.17);
          float: left;
          margin-left: 15px;
          margin-top: 8px;
        }
    
        #go{
          height: 40px;
          /* padding: 0 20px; */
          max-width: 70px;
          float:right;
          margin-right: 10px;
          margin-top: 8px;
          }
          #go:hover{
            cursor: pointer;
          }
          #go img{
            margin-top: 1px;
          }
          .divtoholdfilter:hover{
            cursor: pointer;
          }
          #languageoptions, #leveloptions, #locationoptions, #lessonformoptions{
            margin-top: 65px;
            margin-right: 25px;
          }
          .leveloption, .locationoption, .typeoption, .langoption{
            /* display: none; */
            margin-bottom: 5px;
            text-align: left;
            }
            .customoption{
            text-align: left;
            height: 25px;
            line-height: 25px;
            /* margin-left: -25px; */
            font-weight: 500;
            font-size: 14px;
            line-height: 32px;
            color: #8E8C8C;
            opacity: 0.5;
            margin: 8px 0 8px 25px;
            }


            .customoption:hover{
              opacity: 1;
              /* color: #000; */
            }
            .filterdoos{
              height: 40px;
              margin: 8px 0 0 0;
            }
            #selectlang, #selectlevel, #selectlessonform{
              border-right: 1px solid rgba(0, 0, 0, 0.17);
              margin-right: 25px;
            }
            .inputundertitle{
              white-space: nowrap;
            }
            
            #firsttwofilters, #secondtwofilters{
              width: 280px;
              height: 31px;
              background: rgba(255, 255, 255, 0.9);
              /* border: 0.3px solid #CFCFCF; */
              box-sizing: border-box;
              border-radius: 31px;
              margin: 0 auto 20px auto;
              display: block;
              padding: 0 15px;
            }

            #filter{
                width: 100%;
                position: absolute;
                bottom: 15vh;
            }
            #expiremntal{
              width: 280px;
              height: 31px;
              background: rgba(255, 255, 255, 0.9);
              border-radius: 31px;
              display: flex;
              justify-content: space-between;
                  }


            /* @media only screen and (max-width: 1100px) and (max-height: 500px) { */
            @media only screen and (max-width: 2000px) and (max-height: 600px) {
              #filter{
                bottom: 5vh;
              }
            }
            @media only screen and (max-width: 1000px) {
              #introh1{
                margin-top: 5%;
              }
              .inputundertitle{
                display: none;
              }
              .divtoholdfilter{
                width: 650px;
              }
              .filterdoostext{
                min-width: 75px;
              }
              #selectlevel {
                min-width: 0px;
              }
              .inputtitle{
                text-align: center;
                max-width: 100%;
                margin-top: 12px;
                letter-spacing: -0.015em;
                font-weight: bold;
                font-size: 12px;
                color: rgba(0, 0, 0, 0.66);
              }
            }/* 1000px   */
            @media only screen and (max-width: 780px) {
              .greencorner{
                /* margin: 15px 15px 0 15px; */
                margin: 10px 15px 0 15px;
                width: 10px;
              }
              #introh1{
                
                font-weight: 600;
                font-size: 30px;
                line-height: 44px;
                text-align: center;
                letter-spacing: -0.005em;
                color: #FFFFFF;
                text-shadow: 0.8px 0.6px 9px rgba(129, 145, 164, 0.44);
                backdrop-filter: blur(90px);
    
              }
            }
            @media only screen and (max-width: 744px) {
              #lastgreencorner{
                margin: 5px 0 0 15px !important;
              }
              #findyourcourses{
                display: block;
            }
              #filter{
                bottom: 10vh;
              }
                #firsttwofilters, #secondtwofilters{
                    width: 300px;
                    padding: 0 0 0 15px;
                  }
                  #firsttwofiltersdiv{
                    margin-bottom: 15px;
                  }
              .divtoholdfilter{
                display: none;
              }

              #go{
                height: 38px;
                padding: 0;
                width: 38px;
                float: none;
                margin-right: auto;
                margin-left: auto;
              }
            

            .greencorner{
              /* position: absolute;
              right: 0; */
            }
            #firsttwofiltersdiv{
              width: 300px;
      height: 31px;
      background: rgba(255, 255, 255, 0.9);
      border-radius: 31px;
      display: flex;
      justify-content: space-between;
      margin: 0 auto 25px auto;
          }
       
            }
    
            @media only screen and (max-width: 535px) {
              .freeonlinetestdiv{
                margin-top: 35px;
                flex-direction: column;
                max-width: calc(100vw - 30px);

              }
              .firsttitlerow h1 {
                margin-left: unset !important;
                margin-right: unset !important;
              }
              .freeonlinetestdiv {
                max-width: 100vw - 30px;
              }
              .freeonlinetestdiv a {
                margin: 0 auto;
              }
              #findyourcourses {
                bottom: 0;
              }
              .navbar {
                padding: 0rem 1rem !important;
              }
              #filter {
                bottom: 2vh;
              }
            }
            @media only screen and  (max-height: 350px) {
              .freeonlinetestdiv{
                /* bottom: 2vh; */
                display: None;
              }
            }
