html, body {
  height: 120%;
  width: 100%;
  margin: 0px;
  padding: 0px;
  
}

.nb{
  width: 100%;
  height: 75px;
  background-color: #fff;
  box-shadow: 0 1px 4px rgb(146 161 176 / 25%);

}

.logo{
  position: absolute;
  top: 10px;
  left: 30px;
  cursor: pointer;
}

.navmenu{
  position: relative;
  top: 39px;
  text-align: center;
  line-height: 3.5px;
}

.navmenu a{
  text-decoration: none;
  padding: 2%;
  color: black;
  font-size: 17px;
  font-family: Helvetica;
  border-right-color: #c2c2c2;
  
}

.navmenu a:last-of-child{
  border-right: none
}


h1{
  text-align: center;
  font-size: 70px;

}
h2{
  text-align: center;
  font-size: 15px
}

.mstate{
  position: relative;
  top: 28px;
  text-align: center
}

.om h1{
  font-size: 75px;
}

.om h2{
  font-size: 25px
}

.answer, .answer1{
  text-align: center;
}



.fq, .fqw{

  padding-right: 3%;
  width: 45%;
  line-height: 2.5rem;
  float: right;
  
}

.questions, .questions1{
  font-size: 28px
}


.imgstdnts{
  float: left;
  position: static;

  margin-left: 3%;


}

.au{
  margin-top: 3%;
  
}

h5{
  position:fixed;
  bottom: 0px;
  right: 4px;
  font-size: 10px
}

.abtusback{
  background-size: cover;
  background-repeat: no-repeat;
  height: 50vh;
  width: 100%;
  object-fit: cover;
  background-color: rgba(114,160,193,0.8);
}

.om{
 position: absolute;
/*  top:20%; */
 margin: auto;
  width: 100%;
  height: auto;
/*  left: 33%; */
}

.schl{
  display: flex;
  flex-direction: row;
}


@media only screen and (max-width: 613px) and (min-width: 360px){
  html, body{
    width:100%;
    height:100%;
    margin:0px;
    padding: 0px;
    text-align: center
  }
  .logo{
    position: absolute;
    top: 10px;
    left: 30px;
    font-size: 25px;
  }

  .navmenu{
    display: flex;
    width: 100%
  }

  .nb{
    width: 100%;
    border-bottom: none;
    display: block;
  }
  .name{
    font-size:45px;
    text-align: center;
    position: absolute;
    top:100px;
    right: 100px
  } 
   .navbar {
    width: 100%;
    box-shadow: 0 1px 4px rgb(146 161 176 / 15%);
    position: absolute;
    z-index: 1;
  }

  .nb {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 62px;
  }
  
  .navbar .navmenu {
    display: flex;
  }
  
  .navbar .nb a {
    text-decoration: none;
    color: #0e2431;
    font-weight: 700;
    font-size: 2rem;
    padding: 2rem;
  }

  .navbar .navmenu a:hover{
    font-weight: bolder;
  }
  
  .nb {
    display: block;
    position: relative;
    height: 60px;
  }
  
  .nb .checkbox {
    position: absolute;
    display: block;
    height: 32px;
    width: 32px;
    top: 20px;
    left: 315px;
    z-index: 5;
    opacity: 0;
    cursor: pointer;
  }
  .main .checkbox {
    position: absolute;
    display: block;
    height: 32px;
    width: 32px;
    top: 20px;
    left: 80%;
    z-index: 5;
    opacity: 0;
    cursor: pointer;
  }


.nb .hamburger-lines {
  display: block;
  height: 26px;
  width: 32px;
  position: absolute;
  top: 26px;
  left: 80%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.nb .hamburger-lines .line {
  display: block;
  height: 4px;
  width: 100%;
  border-radius: 10px;
  background: #0e2431;
}

.nb .hamburger-lines .line1 {
  transform-origin: 0% 0%;
  transition: transform 0.4s ease-in-out;
}

.nb .hamburger-lines .line2 {
  transition: transform 0.2s ease-in-out;
}

.nb .hamburger-lines .line3 {
  transform-origin: 0% 100%;
  transition: transform 0.4s ease-in-out;
}

 .navmenu  {
  padding-top: 120px;
/*   box-shadow: inset 0 0 2000px rgb(0, 0, 0); */
  background-color: #ffffff;
  height: 76vh;
  width: 100%;
  transform: translate(-150%);
  display: flex;
  flex-direction: column;
  
  margin-left: -40px;
  padding-left: 50px;
  transition: transform 0.5s ease-in-out;
  text-align: center;
  
  position: absolute;
  top: 60px
  }

    .navmenu a{
    text-decoration: none;
    padding: 25px;
    color: black;
    font-size: 25px; 
    text-align: center;
    
  }


  .nb input[type="checkbox"]:checked ~ .navmenu {
    transform: translateX(0);
  }
  
  .nb input[type="checkbox"]:checked ~ .hamburger-lines .line1 {
    transform: rotate(45deg);
  }
  
  .nb input[type="checkbox"]:checked ~ .hamburger-lines .line2 {
    transform: scaleY(0);
  }
  
  .nb input[type="checkbox"]:checked ~ .hamburger-lines .line3 {
    transform: rotate(-45deg);
  }
  
  .mstate{
    position: relative;
    top: 60px
  }



  .au{
    position: static;
  }
  .questions, .questions1{
    font-size: 25px
  }
  .logo{
    width: 45px;
    height: 45px;
    position: absolute;
/*     top: 10px; */
    left: 30px;
  }
  .qa{
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 0%
  }

  .imgstdnts{
    width: 100%;
    height: auto;
    margin-left: 0%;
    margin-top: 2%;
  }

  .fq{
    width:98%;
    padding: 1%;
    text-align: center
  }

  .om h2{
    padding:1%
  }

  h5{
    position: relative;
    text-align: center
  }
  .imgstdnts{
    width: 100%;
    height: auto;
    margin-top: 15%
  }

  .answer{
    width: 100%
  }
  .om h1{
    font-size: 55px;
    
  }
  
  .om h2{
    font-size: 20px
  }

  
}

@media only screen and (min-width:613px){
  .hamburger-lines{
    display: none
  }

  .checkbox{
    display:none
  }

}

@media only screen and (min-width:613px) and (max-width: 1384px){
  .hamburger-lines{
    display: none
  }

  .checkbox{
    display:none
  }
  html, body{
    text-align: center;
    overflow-x: hidden;
   
  }
  .au{
/*     position: static; */
    text-align: center;
    margin: auto;
    margin-right: 0px;
    width: 100%;


  }
  .questions, .questions1{
    font-size: 25px
  }
  .logo{
    width: 45px;
    height: 45px;
    position: absolute;
/*     top: 10px; */
    left: 30px;
  }
  .qa{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
/*     margin-left: 3%;
    margin-right: 0%;
    margin-top: 5%; */

    text-align: center
  }


  .fq{
    width:98%;
    padding-right: 0px;
    text-align: center
  }

  .om h2{
    padding:1%
  }

  h5{
    position: relative;
    text-align: center
  }
  .imgstdnts{
    width: 600px;
    height: auto;
    display: flex;
    justify-content: center;
    margin-left: 0px;
    margin-top: 5%;
    margin: auto;
    align-items: center;
  }

  .answer{
    width: 100%
  }


  

}
/* 
@media only screen and (min-width: 613px) and (max-width: 704px){
  .imgstdnts{
    width: 100%;
    height: auto;
    margin-left: 0;
  }
  .qa{
    display: flex;
    flex-direction: column;
    width: 100%
  }
  .fq{
    width: 100%
  }
}

@media only screen and (min-width: 704px) and (max-width: 1155px){
  .imgstdnts{
    display: block;
  margin-left: auto;
  margin-right: auto;
  }

/*   .qa{
    display: flex;
    flex-direction: column;
    width: 45%;
  }
  .fq{
    width: 100%
  } */
/* } */ 