* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  scrollbar-width: none;
}
::-webkit-scrollbar {
  width: 10px; /* width of the scrollbar */
}
::-webkit-scrollbar-track {
  background: #ffffff; /* color of the track */
}
::-webkit-scrollbar-thumb {
  background: rgb(97, 180, 205);
}

body {
  scrollbar-width: none;
}
::-webkit-scrollbar {
  width: 10px; /* width of the scrollbar */
}
::-webkit-scrollbar-thumb {
  background: rgb(97, 180, 205);
}
.container {
  width: 98%;
  background: #fff;
  padding: 40px 0 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
}

.back-wrapper {
  display: flex;
  padding: 14px 0 10px 0;
}

.back-img {
  width: 31px;
  height: 31px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: url("images/Specialised/BackIcon.png");
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}

/* Ebook */
.ebook-wrapper {
  width: 100%;
  display: flex;
  height: 76px;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  padding-left: 30px;
}

.ebook-wrapper h1 {
  color: #000;
  font-family: "Azo Sans Med";
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

/* Login Wrapper */


.login-wrapper1 {
  width: 100%;
  height: 470px;
  flex-shrink: 0;
  background: url("images/Facilities&General/Group\ 105.png");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  padding: 30px 33px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 20px;
}
.login-wrapper3 {
  width: 100%;
  height: 464px;
  flex-shrink: 0;
  background: url("images/Facilities&General/Group\ 102.png");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  padding: 30px 33px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.login-wrapper4 {
  width: 100%;
  height: 464px;
  flex-shrink: 0;
  background: url("images/Facilities&General/Group\ 106.png");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  padding: 30px 33px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  text-decoration: none;
  margin-bottom: 10px;
}
.login-content {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  padding-bottom: 10px;
}
.login-content h3 {
  width: 100%;
  height: 60px;
  flex-shrink: 0;
  margin: 30px;
  color: #fff;
  font-family: "Azo Sans Med";
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: flex-end;
  text-decoration: none;
}
.login-content p {
  padding-left: 20px;
  width: 45%;
  height: 50%;
  flex-shrink: 0;
  color: #fff;
  font-family: "Azo Sans Reg";
  font-size: 20px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  padding-right: 25px;
}
.text_decoration {
  text-decoration: none;
}
/* Access to Publication text */

.publication {
  padding-left: 50px;
  margin-top: 25px;
}

.publication h2 {
  height: 60px;
  flex-shrink: 0;
  color: #000;
  font-family: "Azo Sans Med";
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.publication p {
  margin-top: -10px;
  height: 60px;
  flex-shrink: 0;
  color: #000;
  font-family: "Azo Sans Reg";
  font-size: 16px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  margin-bottom: 20px;
}

.available-wrapper {
  align-items: center;
  margin-left: -30px;
  display: flex;
  gap: 20px;
}

.available-wrapper > div {
  width: 50%;
  height: 120px;
  border: 3px solid red;
  box-shadow: 0px 1px 9.1px 0px rgba(0, 0, 0, 0.43);
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  gap: 20px;
  padding-left: 30px;
  padding-top: 35px;
  margin-bottom: 100px;
}

.available-wrapper > div > img {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.available-wrapper1 {
  margin-top: 45px;
  align-items: center;
  margin-left: -50px;
  display: flex;
  gap: 20px;
  margin-bottom: 60px;
}

.available-wrapper1 > div {
  width: 50%;
  height: 135px;
  border: 3px solid 527688;
  box-shadow: 0px 1px 9.1px 0px rgba(0, 0, 0, 0.43);
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  gap: 20px;
  padding-left: 30px;
  padding-top: 30px;
  margin-bottom: 10px;
}

.available-wrapper1 > div > img {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}


.available {
  margin-top: 0px;
}

.available > h4 {
  flex-shrink: 0;
  color: #000;
  font-family: "Azo Sans Med";
  font-size: 20px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  margin-bottom: 15px;
}

.available > p {
  width: 480px;
  height: 100px;
  flex-shrink: 0;
  color: #000;
  font-family: "Azo Sans Reg";
  font-size: 15px;
  font-style: normal;
  font-weight: 100;
  line-height: normal;
}

.SD_Container {
  width: 90%;
  margin-top: 5%;
  margin-left: 5%;
  display: flex;
  flex-wrap: wrap;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 14px;
  margin-bottom: 50px;
}
.Box {
  width: 23%;
  height: auto;
  border: 4px solid #1C3155;
  border-radius: 10px;
  box-shadow: 0px 1px 9.1px 0px rgba(0, 0, 0, 0.43);
  margin-bottom: 10px;
  align-items: center;
  margin-left: 1%;
}
.Box1 {
  width: 25%x;
  height: 350px;
  border: 4px solid #007fb5;
  border-radius: 10px;
  box-shadow: 0px 1px 9.1px 0px rgba(0, 0, 0, 0.43);
}
.box-content {
  width: 90%;
  padding-left: 10px;
  padding-top: 45px;
}
.h6 {
  flex-shrink: 0;
  color: #1C3155;
  font-family: "Azo Sans Med";
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: underline;
  text-underline-offset: 10px;
  text-decoration-color: #1C3155;
  text-decoration-thickness: 3px;
  padding-bottom: 50px;
}
.box-content > p {
  flex-shrink: 0;
  color: #000;
  font-family: "Azo Sans Med";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 15px;
}
.box-content > p1 {
  flex-shrink: 0;
  color: #000;
  font-family: "Azo Sans Reg";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 40px;
}
.low-content {
  padding-top: 50px;
  display: flex;
  flex-direction: column;
}
.low-1 {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.low-1-left {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.low-1-left > img {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}
.low-1-left > p {
  flex-shrink: 0;
  color: #ed8f00;
  font-family: "Azo Sans Reg";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.low-1-left > p1 {
  color: #000;
  font-family: "Azo Sans Reg";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 30px;
  padding-left: 20px;
}
.low-2 {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.low-2-left {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.low-2-left > img {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}
.low-2-left > p {
  flex-shrink: 0;
  color: #118d25;
  font-family: "Azo Sans Reg";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.low-2-left > p1 {
  color: #000;
  font-family: "Azo Sans Reg";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 30px;
  padding-bottom: 30px;
}

.low-3 {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.low-3-left {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.low-3-left > img {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}
.low-3-left > p {
  flex-shrink: 0;
  color: #ab2a87;
  font-family: "Azo Sans Reg";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.low-3-left > p1 {
  color: #000;
  font-family: "Azo Sans Reg";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 30px;
  padding-bottom: 5%;
}

/* Media Queries */

@media (max-width: 1800px) {
  .login-wrapper,
  .login-wrapper1,
  .login-wrapper3,
  .login-wrapper4 {
    height: auto;
  }

  .ebook-wrapper {
    padding-left: 22px;
  }

  .ebook-wrapper h1,
  .login-content h3,
  .publication h2 {
    font-size: 24px;
  }

  .account-text p {
    font-size: 24px;
  }

  .available > p {
    width: auto;
    height: auto;
    font-size: 16px;
  }

  .available-wrapper1 {
    margin-top: 45px;
    align-items: center;
    margin-left: -30px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }

  .available-wrapper > div {
    margin-top: 40px;
    width: 100%;
    display: flex;
    gap: 22px;
    height: auto;
    /*flex-direction: row;*/
  }

  .available-wrapper > div > img {
    width: 20px;
    height: 20px;
  }

  .available > h4 {
    font-size: 24px;
  }

  .SD_Container {
    width: 100%;
    margin-top: 5%;
    display: flex;
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 14px;
    margin-bottom: 50px;
    margin-left: 0%;
  }

  .low-2-left > p1 {
    color: #000;
    font-family: "Azo Sans Reg";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 12%;
    padding-right: 0%;
    padding-bottom: 30px;
  }

  .low-3-left > p1 {
    width: auto;
    text-align: left;
    color: #000;
    font-family: "Azo Sans Reg";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 30px;
    padding-left: 5%;
    margin-left: 5px;
  }

  .h6 {
    flex-shrink: 0;
    color: #1C3155;
    font-family: "Azo Sans Med";
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: underline;
    text-underline-offset: 10px;
    text-decoration-color: #1C3155;
    text-decoration-thickness: 3px;
    padding-bottom: 50px;
  }

}

@media (max-width: 1200px) {

  .login-wrapper {
    height: auto;
  }
  .login-wrapper1,
  .login-wrapper3{
    margin-top: 4%;
  }
  .login-wrapper4 {
    height: auto;
  }
  .login-content {
    width: 100%;
  }
  .ebook-wrapper h1,
  .login-content h3,
  .publication h2 {
    font-size: 24px;
  }

  .account-text p {
    font-size: 16px;
    text-align: center;
  }
  .available > h4 {
    font-size: 20px;
  }
  .available > p {
    font-size: px;
  }
  .available-wrapper {
    display: flex;
    flex-direction: row;
    margin-top: 120px;
  }

  .available-wrapper > div > img {
    margin-top: 10px;
    width: 20px;
    height: 20px;
  }
  .available-wrapper1 {
    flex-direction: column;
    height: auto;
    margin-top: auto;
    margin-right: 3%;
  }
  .available-wrapper1 > div {
    width: 90%;
    margin-left: 9%;
    margin-bottom: 1%;
    display: flex;
    align-items: center;
  }

  .available-wrapper1 > div > img {
    margin-top: 14px;
    width: 20px;
    height: 20px;
  }
  .login-wrapper {
    height: auto;
    padding: 26px 15px;
    flex-direction: column;
    gap: 28px;
    align-items: center;
  }
  .available > h4,
  p {
    margin-top: -10px;
  }

  .ebook-wrapper,
  .publication {
    padding-left: 14px;
    padding-right: 14px;
  }

  .publication p {
    width: 100%;
    margin-top: -10px;
    height: auto;
    flex-shrink: 0;
    color: #000;
    font-family: "Azo Sans Reg";
    font-size: 15px;
    font-style: normal;
    font-weight: 150;
    line-height: normal;
  }

  .account-text {
    margin: 41px 15px;
  }
 
  .SD_Container {
    margin-top: 5%;
    grid-template-columns: 1fr 1fr;
  }

  .login-content p {
    padding-left: 0px;
    width: 100%;
    height: 50%;
    flex-shrink: 0;
    color: #fff;
    font-family: "Azo Sans Reg";
    font-size: 16px;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
    padding-right: 0px;
  }

  .Box {
    width: 100%;
    height: auto;
    border: 4px solid #1C3155;
    border-radius: 10px;
    box-shadow: 0px 1px 9.1px 0px rgba(0, 0, 0, 0.43);
    margin-bottom: 10px;
    display: block;
  }

  .box-content {
    width: 100%;
    padding-left: 10px;
    padding-top: 45px;
    text-align: center;
  }

  .box-content > p {
    flex-shrink: 0;
    color: #000;
    font-family: "Azo Sans Med";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 15px;
  }

  .low-1-left > p1 {
    text-align: center;
    color: #000;
    font-family: "Azo Sans Reg";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 30px;
    padding-left: 68px;
  }

  .low-2-left > p1 {
    text-align: left;
    color: #000;
    font-family: "Azo Sans Reg";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 30px;
    padding-left: 75px;
  }

  .low-3-left > p1 {
    width: 900px;
    text-align: left;
    color: #000;
    font-family: "Azo Sans Reg";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 30px;
    padding-left: 150px;
    margin-left: 5px;
  }
}


@media (max-width: 900px) {

  .login-wrapper {
    height: auto;
  }
  .login-wrapper1,
  .login-wrapper3{
    margin-top: 4%;
  }
  .login-wrapper4 {
    height: auto;
  }
  .login-content {
    width: 100%;
  }
  .ebook-wrapper h1,
  .login-content h3,
  .publication h2 {
    font-size: 24px;
  }

  .account-text p {
    font-size: 16px;
    text-align: center;
  }
  .available > h4 {
    font-size: 20px;
  }
  .available > p {
    font-size: px;
  }
  .available-wrapper {
    display: flex;
    flex-direction: row;
    margin-top: 120px;
  }

  .available-wrapper > div > img {
    margin-top: 10px;
    width: 20px;
    height: 20px;
  }
  .available-wrapper1 {
    flex-direction: column;
    height: auto;
    margin-top: auto;
    margin-right: 3%;
  }
  .available-wrapper1 > div {
    width: 90%;
    margin-left: 9%;
    margin-bottom: 1%;
    display: flex;
    align-items: center;
  }

  .available-wrapper1 > div > img {
    margin-top: 14px;
    width: 20px;
    height: 20px;
  }
  .login-wrapper {
    height: auto;
    padding: 26px 15px;
    flex-direction: column;
    gap: 28px;
    align-items: center;
  }
  .available > h4,
  p {
    margin-top: -10px;
  }

  .ebook-wrapper,
  .publication {
    padding-left: 14px;
    padding-right: 14px;
  }

  .publication p {
    width: 100%;
    margin-top: -10px;
    height: auto;
    flex-shrink: 0;
    color: #000;
    font-family: "Azo Sans Reg";
    font-size: 15px;
    font-style: normal;
    font-weight: 150;
    line-height: normal;
  }

  .account-text {
    margin: 41px 15px;
  }
 
  .SD_Container {
    margin-top: 5%;
    grid-template-columns: 1fr 1fr;
  }

  .login-content p {
    padding-left: 0px;
    width: 100%;
    height: 50%;
    flex-shrink: 0;
    color: #fff;
    font-family: "Azo Sans Reg";
    font-size: 15px;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
    padding-right: 0px;
  }

  .Box {
    width: 100%;
    height: auto;
    border: 4px solid #1C3155;
    border-radius: 10px;
    box-shadow: 0px 1px 9.1px 0px rgba(0, 0, 0, 0.43);
    margin-bottom: 10px;
    display: block;
  }

  .low-3-left > p1 {
    width: 100%;
    text-align: left;
    color: #000;
    font-family: "Azo Sans Reg";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 30px;
    padding-left: 150px;
    margin-left: 5px;
  }

  .box-content {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 45px;
    text-align: center;
  }

  .low-1-left > p1 {
    text-align: center;
    color: #000;
    font-family: "Azo Sans Reg";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 00px;
    padding-left: 68px;
  }

  .low-1-left > p1 {
    text-align: left;
    color: #000;
    font-family: "Azo Sans Reg";
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding-left: 15%;
    padding-bottom: 30px;
  }

  .low-2-left > p1 {
    text-align: left;
    color: #000;
    font-family: "Azo Sans Reg";
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding-left: 15%;
    padding-bottom: 30px;
  }


  .low-2-left > img {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
  }


}

@media (max-width: 700px) {
  .burger-menu {
    width: auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
    cursor: pointer;
  }
  header {
    padding-left: 0%;
    padding-right: 5%;
  }
  .login-wrapper {
    height: auto;
  }
  .login-wrapper1,
  .login-wrapper3{
    margin-top: 4%;
  }
  .login-wrapper4 {
    height: auto;
  }
  .login-content {
    width: 100%;
  }
  .ebook-wrapper h1,
  .login-content h3,
  .publication h2 {
    font-size: 24px;
  }

  .account-text p {
    font-size: 16px;
    text-align: center;
  }
  .available > h4 {
    font-size: 15px;
  }
  .available > p {
    font-size: px;
  }
  .available-wrapper {
    display: flex;
    flex-direction: row;
    margin-top: 120px;
  }

  .available-wrapper > div > img {
    margin-top: 10px;
    width: 20px;
    height: 20px;
  }
  .available-wrapper1 {
    flex-direction: column;
    height: auto;
    margin-top: auto;
    margin-right: 0.5%;
  }
  .available-wrapper1 > div {
    padding-top: 5%;
    padding-left: 5%;
    margin-left: 7%;
    margin-bottom: 8%;
    flex-direction: row;
  }

  .available-wrapper1 > div > img {
    margin-top: 0%;
    margin-bottom: 14px;
    width: 20px;
    height: 20px;
  }
  .login-wrapper {
    height: auto;
    padding: 26px 15px;
    flex-direction: column;
    gap: 28px;
    align-items: center;
  }
  .available > h4,
  p {
    margin-top: -10px;
  }

  .ebook-wrapper,
  .publication {
    padding-left: 14px;
    padding-right: 14px;
  }

  .publication p {
    width: auto;
    margin-top: -10px;
    height: auto;
    flex-shrink: 0;
    color: #000;
    font-family: "Azo Sans Reg";
    font-size: 12px;
    font-style: normal;
    font-weight: 150;
    line-height: normal;
  }

  .account-text {
    margin: 41px 15px;
  }
 
  .SD_Container {
    margin-top: 5%;
    grid-template-columns: 1fr 1fr;
  }

  .login-content p {
    width: 100%;
    padding-right: 0%;
    padding-left: 0%;
    padding-top: 6%;
    text-align: left;
    font-family: "Azo Sans Reg";
    font-size: 12px;
    font-style: normal;
    font-weight: 150;
    line-height: normal;
  }

  .login-content h3 {
    width: 100%;
    height: 60px;
    flex-shrink: 0;
    margin-bottom: 30px;
    margin-left: 0%;
    color: #fff;
    font-family: "Azo Sans Med";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: flex-end;
    text-decoration: none;
  }

  .Box {
    width: 100%;
    height: auto;
    border: 4px solid #1C3155;
    border-radius: 10px;
    box-shadow: 0px 1px 9.1px 0px rgba(0, 0, 0, 0.43);
    margin-bottom: 10px;
    display: block;
  }

  .box-content > p {
    width: 93%;
    font-size: 12px;
    flex-shrink: 0;
    color: #000;
    font-family: "Azo Sans Med";
    font-style: normal;
    font-weight: 400;
    text-align: left;
    line-height: normal;
    padding-left: 6%;
    padding-bottom: 15px;
  }

  .box-content > p1 {
    width: 92%;
    font-size: 12px;
    padding-right: 10%;
    padding-left: 0%;
  }

  .h6 {
    text-align: center;
    flex-shrink: 0;
    color: #1C3155;
    font-family: "Azo Sans Med";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: underline;
    text-underline-offset: 10px;
    text-decoration-color: #1C3155;
    text-decoration-thickness: 3px;
    padding-bottom: 50px;
  }

  .low-content {
    width: 100%;
    padding-top: 50px;
    display: flex;
    flex-direction: column;
  }

  .low-1-left > p {
    flex-shrink: 0;
    color: #ed8f00;
    font-family: "Azo Sans Reg";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-top: 3%;
  }

  .low-2-left > p {
    flex-shrink: 0;
    color: #118d25;
    font-family: "Azo Sans Reg";
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-top: 3%;
  }

  .low-3-left > p {
    width: auto;
    flex-shrink: 0;
    color: #ab2a87;
    font-family: "Azo Sans Reg";
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-top: 3%;
  }

  .low-1-left > img {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    margin-left: 5.5%;
    margin-top: 0%;
  }

  .low-2-left > img {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    margin-top: 0%;
    margin-left: 4.7%;
  }

  .low-3-left > img {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    margin-top: 0%;
    margin-left: 5%;
    padding-top: 0.5%;
  }
  
  .low-1-left > p1 {
    width: 70%;
    color: #000;
    font-family: "Azo Sans Reg";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 30px;
    padding-left: 20%;
    margin-left: 30%;
  }

  .low-2-left > p1 {
    width: 40%;
    text-align: left;
    color: #000;
    font-family: "Azo Sans Reg";
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding-left: 22.5%;
    padding-bottom: 30px;
    margin-left: 22%;
  }

  .low-3-left > p1 {
    width: 50%;
    color: #000;
    font-family: "Azo Sans Reg";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    line-height: normal;
    padding-right: 5%;
    padding-left: 20%;
    padding-bottom: 30px;
    margin-left: 26%;
  }
}

@media (max-width: 460px) {
  .burger-menu {
    width: auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
    cursor: pointer;
  }
  header {
    padding-left: 0%;
    padding-right: 5%;
  }
  .login-wrapper {
    height: auto;
  }
  .login-wrapper1,
  .login-wrapper3{
    margin-top: 4%;
  }
  .login-wrapper4 {
    height: auto;
  }
  .login-content {
    width: 100%;
  }
  .ebook-wrapper h1,
  .login-content h3,
  .publication h2 {
    font-size: 24px;
  }

  .account-text p {
    font-size: 16px;
    text-align: center;
  }
  .available > h4 {
    font-size: 15px;
  }
  .available > p {
    font-size: px;
  }
  .available-wrapper {
    display: flex;
    flex-direction: row;
    margin-top: 120px;
  }

  .available-wrapper > div > img {
    margin-top: 10px;
    width: 20px;
    height: 20px;
  }
  .available-wrapper1 {
    width: 380px;
    flex-direction: column;
    height: auto;
    margin-top: auto;
    margin-right: 0.5%;
  }
  .available-wrapper1 > div {
    padding-top: 5%;
    padding-left: 5%;
    margin-left: 5%;
    margin-bottom: 8%;
    flex-direction: row;
  }

  .available-wrapper1 > div > img {
    margin-top: 0%;
    margin-bottom: 14px;
    width: 20px;
    height: 20px;
  }
  .login-wrapper {
    height: auto;
    padding: 26px 15px;
    flex-direction: column;
    gap: 28px;
    align-items: center;
  }
  .available > h4,
  p {
    margin-top: -10px;
  }

  .ebook-wrapper,
  .publication {
    padding-left: 14px;
    padding-right: 14px;
  }
  
  .publication > h2 > p {
    width: auto;
    margin-top: -10px;
    height: auto;
    flex-shrink: 0;
    color: #000;
    font-family: "Azo Sans Reg";
    font-size: 12px;
    font-style: normal;
    font-weight: 150;
    line-height: normal;
  }


  .publication p {
    /*width: 250px;*/
    margin-top: -10px;
    height: auto;
    flex-shrink: 0;
    color: #000;
    font-family: "Azo Sans Reg";
    font-size: 12px;
    font-style: normal;
    font-weight: 150;
    line-height: normal;
  }

  .account-text {
    margin: 41px 15px;
  }
 
  .SD_Container {
    margin-top: 5%;
    grid-template-columns: 1fr 1fr;
  }

  .login-content p {
    width: 100%;
    padding-right: 0%;
    padding-left: 0%;
    padding-top: 6%;
    text-align: left;
    font-family: "Azo Sans Reg";
    font-size: 12px;
    font-style: normal;
    font-weight: 150;
    line-height: normal;
  }

  .login-content h3 {
    width: 100%;
    height: 60px;
    flex-shrink: 0;
    margin-bottom: 30px;
    margin-left: 0%;
    color: #fff;
    font-family: "Azo Sans Med";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: flex-end;
    text-decoration: none;
  }

  .Box {
    width: 100%;
    height: auto;
    border: 4px solid #1C3155;
    border-radius: 10px;
    box-shadow: 0px 1px 9.1px 0px rgba(0, 0, 0, 0.43);
    margin-bottom: 10px;
    display: block;
  }

  .box-content > p {
    width: 93%;
    font-size: 12px;
    flex-shrink: 0;
    color: #000;
    font-family: "Azo Sans Med";
    font-style: normal;
    font-weight: 400;
    text-align: left;
    line-height: normal;
    padding-left: 6%;
    padding-bottom: 15px;
  }

  .box-content > p1 {
    width: 92%;
    font-size: 12px;
    padding-right: 10%;
    padding-left: 0%;
  }

  .h6 {
    text-align: center;
    flex-shrink: 0;
    color: #1C3155;
    font-family: "Azo Sans Med";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: underline;
    text-underline-offset: 10px;
    text-decoration-color: #1C3155;
    text-decoration-thickness: 3px;
    padding-bottom: 50px;
  }

  .low-content {
    width: 100%;
    padding-top: 50px;
    display: flex;
    flex-direction: column;
  }

  .low-1-left > p {
    flex-shrink: 0;
    color: #ed8f00;
    font-family: "Azo Sans Reg";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-top: 3%;
  }

  .low-2-left > p {
    flex-shrink: 0;
    color: #118d25;
    font-family: "Azo Sans Reg";
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-top: 3%;
  }

  .low-3-left > p {
    width: auto;
    flex-shrink: 0;
    color: #ab2a87;
    font-family: "Azo Sans Reg";
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-top: 3%;
  }

  .low-1-left > img {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    margin-left: 5%;
    margin-top: 0%;
  }

  .low-2-left > img {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    margin-top: 0%;
    margin-left: 5%;
  }

  .low-3-left > img {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    margin-top: 0%;
    margin-left: 5%;
    padding-top: 0.5%;
  }
  
  .low-1-left > p1 {
    width: 60%;
    color: #000;
    font-family: "Azo Sans Reg";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 30px;
    padding-left: 20%;
    margin-left: 20%;
  }

  .low-2-left > p1 {
    width: 50%;
    text-align: left;
    color: #000;
    font-family: "Azo Sans Reg";
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding-left: 22.5%;
    padding-bottom: 30px;
  }

  .low-3-left > p1 {
    width: 60%;
    color: #000;
    font-family: "Azo Sans Reg";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    line-height: normal;
    padding-right: 5%;
    padding-left: 20%;
    padding-bottom: 30px;
    margin-left: 20%;
  }
}

@media (max-width: 320px) {

  .burger-menu {
    width: auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
    cursor: pointer;
  }
  header {
    padding-left: 0%;
    padding-right: 5%;
  }
  .login-wrapper {
    height: auto;
  }
  .login-wrapper1,
  .login-wrapper3{
    margin-top: 4%;
  }
  .login-wrapper4 {
    height: auto;
  }
  .login-content {
    width: 100%;
  }
  .ebook-wrapper h1,
  .login-content h3,
  .publication h2 {
    font-size: 24px;
  }

  .account-text p {
    font-size: 16px;
    text-align: center;
  }
  .available > h4 {
    font-size: 15px;
  }
  .available > p {
    font-size: px;
  }
  .available-wrapper {
    display: flex;
    flex-direction: row;
    margin-top: 120px;
  }

  .available-wrapper > div > img {
    margin-top: 10px;
    width: 20px;
    height: 20px;
  }
  .available-wrapper1 {
    flex-direction: column;
    height: auto;
    margin-top: auto;
    margin-right: 0.5%;
  }
  .available-wrapper1 > div {
    padding-top: 5%;
    padding-left: 5%;
    margin-left: 7%;
    margin-bottom: 8%;
    flex-direction: row;
  }

  .available-wrapper1 > div > img {
    margin-top: 0%;
    margin-bottom: 14px;
    width: 20px;
    height: 20px;
  }
  .login-wrapper {
    height: auto;
    padding: 26px 15px;
    flex-direction: column;
    gap: 28px;
    align-items: center;
  }
  .available > h4,
  p {
    margin-top: -10px;
  }

  .ebook-wrapper,
  .publication {
    padding-left: 14px;
    padding-right: 14px;
  }

  .publication p {
    width: auto;
    margin-top: -10px;
    height: auto;
    flex-shrink: 0;
    color: #000;
    font-family: "Azo Sans Reg";
    font-size: 12px;
    font-style: normal;
    font-weight: 150;
    line-height: normal;
  }

  .account-text {
    margin: 41px 15px;
  }
 
  .SD_Container {
    margin-top: 5%;
    grid-template-columns: 1fr 1fr;
  }

  .login-content p {
    width: 100%;
    padding-right: 0%;
    padding-left: 0%;
    padding-top: 6%;
    text-align: left;
    font-family: "Azo Sans Reg";
    font-size: 12px;
    font-style: normal;
    font-weight: 150;
    line-height: normal;
  }

  .login-content h3 {
    width: 100%;
    height: 60px;
    flex-shrink: 0;
    margin-bottom: 30px;
    margin-left: 0%;
    color: #fff;
    font-family: "Azo Sans Med";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: flex-end;
    text-decoration: none;
  }

  .Box {
    width: 100%;
    height: auto;
    border: 4px solid #1C3155;
    border-radius: 10px;
    box-shadow: 0px 1px 9.1px 0px rgba(0, 0, 0, 0.43);
    margin-bottom: 10px;
    display: block;
  }

  .box-content > p {
    width: 93%;
    font-size: 12px;
    flex-shrink: 0;
    color: #000;
    font-family: "Azo Sans Med";
    font-style: normal;
    font-weight: 400;
    text-align: left;
    line-height: normal;
    padding-left: 6%;
    padding-bottom: 15px;
  }

  .box-content > p1 {
    width: 92%;
    font-size: 12px;
    padding-right: 10%;
    padding-left: 0%;
  }

  .h6 {
    text-align: center;
    flex-shrink: 0;
    color: #1C3155;
    font-family: "Azo Sans Med";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: underline;
    text-underline-offset: 10px;
    text-decoration-color: #1C3155;
    text-decoration-thickness: 3px;
    padding-bottom: 50px;
  }

  .low-content {
    width: 100%;
    padding-top: 50px;
    display: flex;
    flex-direction: column;
  }

  .low-1-left > p {
    flex-shrink: 0;
    color: #ed8f00;
    font-family: "Azo Sans Reg";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-top: 5%;
  }

  .low-2-left > p {
    flex-shrink: 0;
    color: #118d25;
    font-family: "Azo Sans Reg";
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-top: 5%;
  }

  .low-3-left > p {
    width: auto;
    flex-shrink: 0;
    color: #ab2a87;
    font-family: "Azo Sans Reg";
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-top: 5%;
  }

  .low-1-left > img {
    width: 10px;
    height: 10px;
    flex-shrink: 0;
    margin-left: 5%;
    margin-top: 1.5%;
  }

  .low-2-left > img {
    width: 10px;
    height: 10px;
    flex-shrink: 0;
    margin-left: 5%;
    margin-top: 1.5%;
  }

  .low-3-left > img {
    width: 10px;
    height: 10px;
    flex-shrink: 0;
    margin-left: 5%;
    margin-top: 1.5%;
  }
  
  .low-1-left > p1 {
    width: 50%;
    color: #000;
    font-family: "Azo Sans Reg";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 30px;
    padding-left: 20px;
  }

  .low-2-left > p1 {
    width: 50%;
    text-align: left;
    color: #000;
    font-family: "Azo Sans Reg";
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding-left: 12.5%;
    padding-bottom: 30px;
  }

  .low-3-left > p1 {
    width: 50%;
    color: #000;
    font-family: "Azo Sans Reg";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    line-height: normal;
    padding-right: 5%;
    padding-left: 9%;
    padding-bottom: 30px;
  }
}