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 */
#smallgo{
    display: none;

}
#smallgo:hover, #go:hover{
  cursor:pointer;
}
#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;
}
.smallfilteroptioncontainer{
  background-color: #fff;
  height: auto;
  display: none;
  z-index: 9999;
  box-shadow: 0px 2px 19px 2px rgba(184, 198, 230, 0.2);
  border-radius: 9px;
  margin-top: 40px;
  position: relative;
}
#smlangoptionscontainer{
  border-radius: 9px;
}


/*  ------------------------------------------SEARCH FILTER SYSTEM */
.firsttitlerow{
    width: 100%;
    margin: 0 auto;
    }
    .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;
        }

      .freeonlinetestdiv{
        margin-top: 6.3%;
      }
      #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;
      margin: 0 auto 0 auto;
      border: solid 1px #0acf83;
      font-size: 12px;
      font-weight: bold;
      letter-spacing: 0.2px;
      }
      
    .greencorner{
      border-right: 3px solid #23d796;
      border-bottom: 3px solid #23d796;
      height: 10px;
      width: 10px;
      transform: rotate(0.125turn);
      position: relative;
      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 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;
            }
            .divtoholdfiltersmall{
              width: 100%;
              display: none;
              font-weight: 500;
              font-size: 11px;
              line-height: 22px;
              letter-spacing: -0.015em;
              color: rgba(0, 0, 0, 0.66);
            }
            #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;
            }
            #smallfilterselectlang, #smallfilterselectlevel{
              border-right: 1px solid #CFCFCF;
            }
            .smallfilteroption{
              float: left;
              width: 50%;
              height: 22px;
              margin-top: 4px;
            }
    
            .smallfilteroption:hover{
              cursor: pointer;
            }
            .smalloptiontitle{
              float: left;
              text-align: center;
              width: 95px;  
              line-height: 20px;
            }
            .smcustomoption{
              /* display: none; */
              /* background-color: grey; */
              width: 100%;
              text-align: center;
              opacity: 0.5;

            }
            .smcustomoption:hover{
              opacity: 1;
            }
            #smlangoptionscontainer{
              margin-top: 30px;
              z-index: 999;
              position: relative;
              background: #FFFFFF;

            }
            .smlangoption{
              width: 135px !important;
              height: 22px;
            }
    
            #filter{
                width: 100%;
                position: absolute;
                bottom: 20vh;
            }
            #moreoffers .lSSlideWrapper.usingCss {
              overflow-y: visible !important;
            }

            @media only screen and (max-width: 1000px) {
              #introh1{
                margin-top: 5%;
              }
              .inputundertitle{
                display: none;
              }
              .divtoholdfilter{
                width: 650px;
              }
              .filterdoostext{
                min-width: 74px;
              }
              #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;
    
              }
              #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: 768px) {

                #smallfilterselectlevel {
                 border-right: 0;
                }
                #firsttwofilters, #secondtwofilters {
            
              padding: 0 10px;
            }
            .greencorner{
                display: inline-block;
                float: none;
            
            }
            .smallfilteroption {
              max-width: 50%;
              white-space: nowrap;
            }
            .smallfilteroptioncontainer{
              margin-top: 7px;
            }
            #smalllocationoptionscontainer{
              margin-top: 12px;

            }
                #smallgo{
                    display: block;
                }

                #secondtwofilters {
                    display: flex;
                    width: 280px;
                    justify-content: space-between;
                    background: transparent;
                    border-radius: 0;
                    border: 0;
                    padding: 0 0;
                  }
                  #smallfilterselectlocation{
                    background: rgba(255, 255, 255, 0.9);
                    border: 0.3px solid #CFCFCF;
                    box-sizing: border-box;
                    border-radius: 31px;
                    height: 31px;
                  }
                  #smallfilterselectlocation p{
                    line-height: 31px;

                  }
                  .smalloptiontitle{
                      margin-bottom: 0;
                  }
                  #smallgo img{
                      width: 30px;
                  }
            }
            
            @media only screen and (max-width: 744px) {
              #go{
                display: None;
            }
              .divtoholdfilter{
                display: none;
              }
              .divtoholdfiltersmall{
                display: block;
              }
              #go{
                height: 38px;
                padding: 0;
                width: 38px;
                float: none;
                margin-right: auto;
                margin-left: auto;
              }
              .greencorner{
                margin: 0 15px 0 15px;
    
              }
            }
    
    