#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;
}

#small1h1 {
  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;
}


#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: 85%;
  margin: 0 auto;
  flex-direction: column;
}

.inputtitle {
  margin-top: 2px;
}

.divtoholdfilter {
  border-radius: 31px;
  height: 56px;
  width: 900px;
  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;
}

.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: 100%;
  text-align: left;
  color: rgb(0, 0, 0);
  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;
}

.freeonlinetestdiv {
  /* margin: 7vh auto 0 auto;*/
  padding-top: 50px;
  width: 500px;
  /* display: flex;*/
}


#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: 410px;
  height: 65px;
  background-color: rgb(87, 123, 208);
  color: white;
  border-radius: 50px;
  display: block;
  line-height: 64px;
  text-align: center;
  border: solid 1px rgb(87, 123, 208);
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.2px;
}

.ALL-COURSES {
  width: 410px;
  height: 65px;
  background-color: #ffffff52;
  color: rgb(87, 123, 208);
  border: 3px solid rgb(87, 123, 208);
  line-height: 64px;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.2px;
  border-radius: 50px;
  text-align: center;
}

.freeonlinetestdiv a {
  margin: 0 auto;
  display: block;

}

.greencorner {
  border-right: 3px solid rgb(87, 123, 208);
  border-bottom: 3px solid rgb(87, 123, 208);
  width: 10px;
  height: 10px;
  transform: rotate(0.125turn);
  position: relative;
  /* margin: 10px 0 0 0; */
  margin: 12px 10px 0 10px;
  float: left;
}

.filterdoosgreencorner {
  height: 50px;
  float: left;
}

.filterdoostext {
  /* height: 67px; */
  float: left;
}

.city {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 1%;
  gap: 1%;
  width: 80%;

}

.filtersysteemrow {
  margin: 20px auto !important;
}

#start {
  width: 100%;
}

#filter {

  position: absolute;
  background-color: rgb(87, 123, 208);
  width: 100%;
  bottom: 0vh;
  display: flex;
  flex-direction: row;
}

#filtercontainer {
  width: 100%;
}

.filterdoos {
  float: left;
  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: center;
  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: 10px 0px 10px 63px;
}

.divtoholdfilter {
  font-size: 23px;
}

#selectlang,
#selectlevel,
#selectlessonform {
  border-right: none;
  margin-right: 0;
}

#selectlevel {
  min-width: 0px;
}

.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;
}



#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-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) 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;
  }
}





/* @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) {
  .filterdoos {
    height: 1px;
    margin: 0px 0px 0px 11px;
}

  .greencorner {
    margin: 7px 15px 0 15px;
  }

  #filter {
    bottom: 15vh;
}

  #headdiv {
    height: auto !important;
  }

  #introh1 {
    margin-top: 5%;
  }

  .inputundertitle {
    display: none;
  }

  .divtoholdfilter {
    width: auto;
    margin: 10px auto;
    height: auto;
    line-height: 2px;

  }

  #go {
    margin-top: 4px;
  }

  .filterdoostext {
    font-weight: bold;

  }

  #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);
  }
}

@media screen and (max-width:1000px) and (orientation:landscape) {
  .filterdoos {

    margin: 0;
  }

  #filter {
    bottom: -64vh;
  }

  .divtoholdfilter {
    line-height: 18px;
  }

  .greencorner {
    margin: 15px 15px 0 15px;
  }
  #go img {
    margin-top: -1px;
}

}



@media screen and (max-width: 800px) and (orientation: landscape) {
  #filter {
      bottom: -86vh;
  }
}

.divtoholdfilter {
  background-color: #fff;
}

/* 1000px   */
@media only screen and (max-width: 780px) {
  .FREE-ONLINE-TEST {
    width: 230px;
    height: 40px;
    background-color: rgb(87, 123, 208);
    color: white;
    border-radius: 24px;
    display: block;
    line-height: 36px;
    text-align: center;
    border: solid 1px rgb(87, 123, 208);
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.2px;
  }

  .ALL-COURSES {
    width: 230px;
    height: 40px;
    background-color: #ffffff52;
    color: rgb(87, 123, 208);
    border: 2px solid rgb(87, 123, 208);
    line-height: 36px;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.2px;
    border-radius: 24px;
    text-align: center;
  }
  .greencorner {
    border-right: 1px solid rgb(87, 123, 208);
    border-bottom: 1px solid rgb(87, 123, 208);
    width: 5px;
    height: 5px;
    transform: rotate(0.125turn);
    position: relative;
    /* margin: 10px 0 0 0; */
    margin: 10px 15px 0 15px;
    float: left;
  }

  .filterdoos {
    height: 40px;
    margin: 8px 0 0 0;
  }

  .filtersysteemrow {
    margin: 0 auto !important;
  }

  .ALL-COURSES {
    color: white;
  }




  #selectlang,
  #selectlevel,
  #selectlessonform {
    border-right: none;
    margin-right: 0;
  }

  #go img {
    margin-top: 7%;
    width: 70%;
  }

  .divtoholdfilter {
    margin: 10px auto;
    height: 40px;
    line-height: 0px;
    padding-left: 0.5rem;
  }

  .city img {

    width: 150px;
    height: 50px;
  }

  .city {
    width: 100%;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 1%;
    gap: 1%;

  }

  .freeonlinetestdiv {
    display: block;
    padding-top: 0px;
    flex-direction: column;
    max-width: calc(100vw - 30px);

  }



  #filter {
    display: block;
    background-color: rgb(87, 123, 208);
    width: 100%;
    bottom: 38vw;
  }

  .greencorner {

    margin: 10px 15px 0 15px;

  }

  #bigh1 {
    display: none;
  }

  #small1h1 {
    display: block;
    text-align: left;
  }

  #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: 780px) and (max-height: 375px) {
  #filter {
    bottom: -35vh;
  }
}

@media only screen and (max-width: 744px) {



  #lastgreencorner {
    margin: 5px 0 0 15px !important;
  }

  /*  #findyourcourses{
                display: block;
            }*/


  #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;
  }


  .greencorner {
    margin: 10px 8px 0 9px;

  }

  #go img {
    margin-top: 3%;
    width: 67%;
  }
}

@media only screen and (max-width: 535px) {

  #filter {

    bottom: 30vh;
  }


  #go img {
    margin-top: 15%;
    width: 70%;
  }


  .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;
  }


}

@media only screen and (max-width: 450px) {

  .firsttitlerow {
    /* margin: -78px 0 1px 18px;*/
  }

  #bigh1 {
    display: none;

  }

  #small1h1 {
    display: block;
    text-align: left;

  }

  #overlaybody {
    padding: 25px 50px 18vh 50px;
  }
}


@media only screen and (max-width: 400px) {
  #filter {
    bottom: 36vw;
  }

  .divtoholdfilter {

    line-height: 18px;
  }

  .greencorner {
    margin: 17px 8px 0 9px;
  }

  .filterdoos {

    margin: 0px 0 0 0;
  }

  .inputtitle {
    font-size: 8px;
  }

  .customoption {
    font-size: 8px;
  }

  .firsttitlerow {
    margin: 0 auto;
  }

  #langoptionscontainer,
  #leveloptionscontainer,
  #typeoptionscontainer,
  #locationoptionscontainer {

    margin-left: -5px;
  }


}

@media only screen and (max-width: 380px) {
  #filter {
    bottom: 15vw;
  }
}

@media only screen and (max-height: 350px) {


  .freeonlinetestdiv {
    /* bottom: 2vh; */
    display: None;
  }

}