.search-box
{
    position: absolute;
    /* overflow: hidden; */
    z-index: 10;
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
    
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    padding: 25px;
    border-radius: 25px none;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    flex-direction: row;
    
}
.search-box input,select{
    width: 200px; 
}
/* .search-box input{
  
} */
#specific{
  padding-top: 2rem;
  padding-bottom: 3rem;
}

.school {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 5px 10px 30px 3px rgba(0, 0, 0, 0.05);
  color: #656974;
  margin-bottom: 30px;
}

.school .top {
  color: #656974;
  padding: 20px 15px 0 20px;
  display: block;
}

.school .bottom {
  background-color: #fbfbfa;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 55px;
  padding: 0 15px;
}
.school .img img{
  display: flex;
  justify-content: center;
  width: 200px;
  height: 200px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

/* @media (max-width: 800px) {
    
  #specific{
    padding-top: 17rem;
  }
    .search-box {
        top: 110%;
        flex-direction: column;
    }
} */




/* @media only screen 
    and (device-width : 414px) 
    and (device-height : 896px) 
    and (-webkit-device-pixel-ratio : 2) { 
      #specific{
        padding-top: 17rem;
      }
      .search-box {
          top: 100%;
          flex-direction: column;
      }
} */

/* @media screen and (device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2) {
  #specific{
    padding-top: 17rem;
  }
  .search-box {
      top: 112%;
      flex-direction: column;
  }

  #first-header{
    padding-top: 2.5rem !important;
  }
} */

/* @media screen and (device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3) {
  #specific{
    padding-top: 17rem;
  }
  .search-box {
      top: 103%;
      flex-direction: column;
  }
} */

/* @media screen and (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  #specific{
    padding-top: 17rem;
  }
  .search-box {
      top: 103%;
      flex-direction: column;
  }
} */

/* @media screen and (min-width: 576px) and (max-width: 767.98px) {
  #specific{
    padding-top: 17rem;
  }
  .search-box {
      top: 103%;
      flex-direction: column;
  }

} */

/* @media screen and (device-width: 360px) and (device-height: 740px) and (-webkit-device-pixel-ratio: 4) {
  #specific{
    padding-top: 17rem;
  }
  .search-box {
      top: 108%;
      flex-direction: column;
  }

} */

/* @media screen and (device-width: 412px) and (device-height: 915px) and (-webkit-device-pixel-ratio: 4) {
  #specific{
    padding-top: 17rem;
  }
  .search-box {
      top: 108%;
      flex-direction: column;
  }

} */
/* @media only screen and (-webkit-min-device-pixel-ratio: 3.5) {
  #specific{
    padding-top: 17rem;
  }
  .search-box {
      top: 105%;
      flex-direction: column;
  }
} */

/* @media screen and (device-width: 820px) and (device-height: 1180px) and (-webkit-device-pixel-ratio: 2) {
  #specific{
    padding-top: 17rem;
  }
  .search-box {
      top: 96%;
      flex-direction: column;
      padding: 58px;
  }

  .text {
    padding: 20px !important;
  }

  .text p {
    font-size: 15px !important;
  }

  .text span {
    font-size: 12px;
  }

} */

/* @media only screen and (-webkit-min-device-pixel-ratio: 2.75) {
  #specific{
    padding-top: 17rem;
  }
  .search-box {
      top: 105%;
      flex-direction: column;
  }
} */

/* @media screen and (device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2) {
  #specific{
    padding-top: 17rem;
  }
  .search-box {
      top: 96%;
      flex-direction: column;
      padding: 58px;
  }

  .text {
    padding: 20px !important;
  }

  .text p {
    font-size: 15px !important;
  }

  .text span {
    font-size: 12px;
  }
} */


/* @media only screen and (max-width: 1280px) and (orientation : landscape) {
  #specific{
    padding-top: 17rem;
  }
  .search-box {
    top: 84%;
    flex-direction: column;
    padding: 71px;
  }
} */

/* @media screen and (device-width: 912px) and (device-height: 1368) {

  #specific{
    padding-top: 17rem;
  }
  .search-box {
    top: 84%;
    flex-direction: column;
    padding: 71px;
  }
} */

/* 1792x828px at 326ppi */
/* @media only screen 
    and (device-width : 414px) 
    and (device-height : 896px) 
    and (-webkit-device-pixel-ratio : 2) { 

      
  #specific{
    padding-top: 17rem;
  }
  .search-box {
    top: 100%;
    flex-direction: column;
  }
    } */
/* @media screen and (device-width: 540px ) and (device-height:720px) and (-webkit-device-pixel-ratio: 2.75) {
  #specific{
    padding-top: 17rem;
  }
  .search-box {
    top: 84%;
    flex-direction: column;
    padding: 71px;
  }
} */

/* small mobiles */


@media (max-width: 374px) and (min-width: 320px) {
  .search-box {
      top: 120%;
      flex-direction: column;
      padding: 58px;
  }
/* 
  .text {
    padding: 20px !important;
  }

  .text p {
    font-size: 15px !important;
  }

  .text span {
    font-size: 12px;
  } */
}

@media (-webkit-min-device-pixel-ratio: 3.5) {
 
  .search-box {
      top: 110%;
      flex-direction: column;
      padding: 58px;
  }


}
@media (max-width: 424px) and (min-width: 375px) {

  .search-box {
      top: 120%;
      flex-direction: column;
      padding: 58px;
  }


}

@media (max-width: 767px) and (min-width: 425px) {
 
  .search-box {
      top: 120%;
      flex-direction: column;
      padding: 58px;
  }
}

@media (max-width: 1024px) and (min-width: 768px){
 
  .search-box {
      top: 90%;
      flex-direction: column;
      padding: 58px;
  }
  .search-box input{
    width: 250px; 
  }
  .search-box select{
    width: 250px; 
  }
}

@media only screen 
    and (device-width : 414px) 
    and (device-height : 896px) 
    and (-webkit-device-pixel-ratio : 2) {
      
      .search-box {
          top: 103%;
          flex-direction: column;
          padding: 58px;
      }
}
/* xs */
/* @media only screen 
    and (device-width : 375px) 
    and (device-height : 812px) 
    and (-webkit-device-pixel-ratio : 3) { 
    } */

/* XS PRO */
/* 2688x1242px at 458ppi */
/* @media only screen 
    and (device-width : 414px) 
    and (device-height : 896px) 
    and (-webkit-device-pixel-ratio : 3) { } */

@media only screen and (-webkit-min-device-pixel-ratio: 3),
                    only screen and (min--moz-device-pixel-ratio: 3),
                    only screen and (-o-min-device-pixel-ratio: 3/1),
                    only screen and (min-device-pixel-ratio: 3){
                      
                      .search-box {
                          top: 108%;
                          flex-direction: column;
                          padding: 58px;
                      }
             
                 
}


@media
  only screen and (-webkit-min-device-pixel-ratio: 2.75),
  only screen and (   min--moz-device-pixel-ratio: 2.75),
  only screen and (     -o-min-device-pixel-ratio: 2.75/1),
  only screen and (        min-device-pixel-ratio: 2.75),
  only screen and (                min-resolution: 432dpi),
  only screen and (                min-resolution: 2.75dppx) { 
    
    .search-box {
        top: 108%;
        flex-direction: column;
        padding: 58px;
    }
 
}


@media (max-width: 320px){
  
  .search-box {
      top: 120%;
      flex-direction: column;
      padding: 58px;
  }
  #search-icons{
    display: none;
  }
/* 
  .text {
    padding: 20px !important;
  }

  .text p {
    font-size: 15px !important;
  }

  .text span {
    font-size: 12px;
  } */
}
