
/* ---------------------------------------------- OUR LANGUAGE EXPERTS */

  .teacherImage{
    max-height: 135px;
    max-width: 135px;
    border-radius: 50%;
  }.nextslideloose, .previouslideloose, .nextslideunder{
    border-right: 3px solid #23d796;
    border-bottom: 3px solid #23d796;
    height: 15px;
    width: 15px;
    position: absolute;
    top: 67px;
  }
  .nextslideloose:hover, .previouslideloose:hover, .nextslideunder:hover{
    cursor: pointer;
  }
  .nextslideunder{
    transform: rotate(0.125turn);
    bottom: 0;
    top: auto;
    left: 107px;
}
  .nextslideloose{
    transform: rotate(-0.125turn);
    right: 0;
  }
  .previouslideloose{
    transform: rotate(0.375turn);
    left: 0;
  }
  #previouslideloose:hover,
  #nextslideloose:hover{
    cursor: pointer;
  }
  #ourexperts{
    display: flex;
    justify-content: space-between;
  }
  #ourexperts{
    max-width: 88%;
    margin: 250px auto 200px auto;
  }
  #ourexpertsleft{
    flex: 0 0 45%;
  }
  #ourexpertsright{
    flex: 0 0 45%;
    max-height: 200px;
    max-width: 45vw;
  }
  #our-experts h3{
    width: 100%;
  }
  #ourexpertsh3{
    text-align: left;
    margin-bottom: 25px;
  }
  #lightSlidersmall{
    display: none;
  }
  #lightSlider{
    /* max-width: min(700px, 45vw); */
    /* display: none; */
    height: 140px;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
  }
  #ourexpertscarrouselcontainer .lSSlideWrapper.usingCss{
    max-width: 750px;
  }
  #ourexpertscarrouselcontainer .lSSlideWrapper {
    overflow: hidden;
  }
  #ourexpertscarrouselcontainer .lSSlideOuter {
    overflow: hidden;
  }
  #ourexpertscarrouselcontainer{
    position: relative;
  }
  .nextslideunder{
    display: none;
  }
  #ourexpertsh3small{
    margin-bottom: 50px;
  }
  @media only screen and (max-width: 1350px) {
    #ourexpertscarrouselcontainer .lSSlideWrapper.usingCss {
      /* max-width: 500px; */
    }
    #ourexperts {
      justify-content: start;
    }
  }
  @media only screen and (max-width: 1200px) {
    #ourexperts{
      flex-direction: column;
    }
    #ourexpertsleft {
      flex: 0 0 90%;
      text-align: center;
    }
    #ourexpertsright {
      flex: 0 0 90%;
      margin: 100px auto 0 auto;
      max-width: 100vw;
    }
    #ourexpertsh3 {
      text-align: center;
    }
    #ourexperts.lSSlideWrapper.usingCss {
      width: 705px;
    }
     .nextslideloose{
      right: -50px;
    }
    #ourexperts.lSSlideWrapper.usingCss{
        margin: 0 0 0 0 !important;
        height: 575px !important;
    }
 
  }  
  @media only screen and (max-width: 992px) {

    #ourexpertscarrouselcontainer{
      padding: 0 35px;
  }
  #lightSlider{
      display: block;
  }
  .nextslideunder{
      display: block;
  }
  .nextslideloose, .previouslideloose{
      display: none;
  }
  #ourexpertscarrouselcontainer{
      width: 225px;
  }
  #ourexpertsright{
    max-height: none;
  }
  .nextslideunder{
    left: 95px;
  }

  }
  @media only screen and (max-width: 768px) {
    #ourexperts{
      margin-top: 150px;
    }
  }