/* mobile*/
@media only screen and (min-width: 350px) and (max-width: 501px) {
  body.disabled{
    overflow: hidden;
  }
  .icon{
    display: block;
  }
  .icon.hide{
    display: none;
  }
  .navbar .menu-list{
    position: fixed;
    height: 100vh;
    width: 100%;
    max-width: 400px;
    left: -100%;
    top: 0px;
    display: block;
    padding: 40px 0;
    text-align: center;
    background: white;
    transition: all 0.3s ease;
  }
  .navbar.show .menu-list{
    left: 0%;
  }
  .navbar .menu-list li{
    margin-top: 45px;
  }
  .navbar .menu-list li a{
    font-size: 23px;
    margin-left: -100%;
    transition: 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  .navbar.show .menu-list li a{
    margin-left: 1px;
  }

.navbar.sticky img{
  width: 70px;
  height: 75px;
}

.logo img{
  margin-left: 0px;
  margin-top: 1px;
}

.nav-section{
  width: 100%;
  height: 100px;
}
.section1{
  width: 100%;
  height: 100%;
}

#section1-header{
  position: absolute;
  margin-top: 45%;
  margin-left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
  font-size: 5rem;
  font-family: sans-serif;
  color: white;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: white;
}

.section2{
  width: 100%;
  height: 100%;
}

.section2-cont{display: block;
  width: 100%;
  margin-top: 10%;
  margin-left: 0%;
}


.section2-card {
  width: 100%;
  height: 100%;
  margin-bottom: 60px;
}

.section2-card img{
  width: 100%;
  height: auto;
  z-index: -1;
}

.section2-card-box{
  background-color: white;
  border: 1.5px solid #d7d7d7;
  border-bottom: 12px solid #d7d7d7;
  border-radius: 5px;
  position: relative;
  width: 95%;
  height: auto;
  margin-top: -18%;
  margin-left: 2.5%;
}

.section2-span1{
  display: inline-flex;
  margin-top: 2%;
  margin-left: 3%;
  width: 95%;
}

.section2-card-box .fa-calendar-days{
  font-size: 18px;
  color: #7c7a7b;
  margin-top: 0.3%;
}

.section2-span1 h1{
  font-size: 1rem;
  font-weight: 800;
  color: #fc9306;
  margin-left: 1.5%;
}

.section2-card-box  h2{
  color: #081468;
  margin-top: 0.5%;
  margin-left: 3%;
  font-size: 1.5rem;
}

.section2-card-box  p{
  margin-top: 1%;
  margin-left: 3%;
  line-height: 30px;
  font-size: 1rem;
}

.section2-card-box a{
  text-decoration: none;
  color: #081468;
  font-size: 20px;
  margin-left: 5%;
  transition: 0.5s;
  font-size: 1.5rem;
}

.section2-card-box a:hover{
  text-decoration: underline;
  color: #fc9306;
}

.section2-page-number{
  margin-top: 2%;
  margin-left: 5%;
  display: inline-flex;
  justify-content:10px;
}

.section2-number{
  width: 35px;
  height: 35px;
  border: 1px solid #1f1f1f;
  margin-left: 10px;

}

.section2-page-number a{
  text-decoration: none;
}
.section2-number h1{
  text-align: center;
  align-items: center;
    justify-content: center;
    color: #1f1f1f;
    font-size: 17px;
    font-weight: 500;
    margin-top: 12%;
}

#section2-number-active{
  background-color: #1f1f1f;
}
#section2-number-active h1{
  color: white;
}
.section2-blank{
  width: 100%;
  height: 70px;
}


.footer{
  width: 100%;
  height: 100%;
  background-color: #f4f4f4;
}


.footer-cont{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap:10px;
  width: 100%;
  margin-top: 0%;
  margin-left: 0%;
}

.footer-sec{
  width: 100%;
  height: 100%;
}
}