/* mobile*/
@media only screen and (min-width: 501px) and (max-width: 767px) {
 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-text-res{
  position: absolute;
  margin-top: 42%;
  margin-left: 50%;
  transform: translate(-50%,-50%);
}
#section1-header{
  position: relative;
  text-align: center;
  font-size: 4rem;
  color: #fff;
  margin-top: 0%;
  margin-left: 50%;
  width: 400px;
}


#section1-p{display: none;
  position: relative;
  width: 100%;
  margin-top: 20%;
  color: #fff;
  text-align: center;
  line-height: 20px;
}
.section2-cont{
  margin-top: 1%;
}

.section2-card{
  width: 100%;
  height:100%;
  border-radius: 5px;
  margin-top: 10%;
  margin-left: 0%;
  box-shadow: 0 0px 20px rgb(0 0 0 / 0.3);
  display: block;
}

.section2-card img{
  width: 100%;
  max-height: 100%;
  border-radius: 5px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.section2-res-blank{
  width: 100%;
  height: 40px;
}
.section3{
  width: 100%;
  height: 100%;
}

.section3 h1{
  margin-top: 3%;
  text-align: center;
  font-size: 30px;

}

.section3 h1 span{
  color: #f5a934;
}

.section3-cont{
  width: 90%;
  margin-top: 20%;
    margin-left: 5%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px,1fr));
  gap: 120px 60px;
}

.section3-card h1{
  text-align: center;
  margin-top: 15%;
  font-size: 27px;
  color: #132c4f;
}

.FAQ-CONT{
  width: 100%;
  height: 100%;
  margin-left: 0%;
  background-color: white;
}
.title{
    font-size: 35px;
    text-align: left;
    margin-top: 0%;
    margin-bottom: 40px;
    color: #f5a934;
    
}

.questions-container{
    max-width: 100%;
    margin: 0 auto;
}
.question p{
    font-size: 15px;
    max-height: 0;
    opacity: 0;
    line-height: 1.5;
    overflow: hidden;
    transition: all 0.6s ease;
    height: 100%;
}
.footer{
  width: 100%;
  height: 100%;
  background-color: #132c4f;
}

.footer-top-blank{
  width: 100%;
  height: 30px;
}

.footer-cont{
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px,1fr));
  gap: 30px 25px;
}
.footer-card{
  width: 100%;
  height: 100%;
}

.footer-card img{
  width: 60%;
  height: auto;
  margin-top: 5%;
  margin-left: 20%;

}

.footer-card h1{
  color: white;
  font-weight: 600;
  font-size: 25px;
  margin-top: 5%;
  margin-left: 5%;
}

.footer-card ul{
  list-style: none;
  margin-top: 3%;
  margin-left: 6%;
}

.footer-card ul {
  line-height: 40px;
}

.footer-card ul a{
  text-decoration: none;
  color: #e6e6e7;
  font-size: 18px;
}


.footer-social{
  margin-top: 3%;
  width: 60%;
  margin-left:20%;
}
.footer-social span{
  display:flex;
  justify-content: space-around;


}

.footer-social span a{
  text-decoration: none;
  color: #dadada;
  font-size: 22px;
  opacity: 0.8;
  transition: .3s ease;
}

.footer-social span a:hover{
  opacity: 1;
  color: white;

}

.footer-end{margin-top: 5%;
  width: 100%;
  height: 100%;
}

.footer-end hr{
  width: 100%;
  height: 0%;
  border: 1px solid #dadada;
  opacity: 0.3;
}

.footer-end span{
  display: block;
}

.footer-end span p{
  color: #dadada;
  margin-top: 5%;
  text-align: center;
}
.footer-end span a{
  text-decoration: none;
}
.footer-end span p a{
  text-decoration: none;
  color: white;
  font-weight: 600;
}

.footer-end span h5{
  margin-top: 5%;
  margin-left: 5%;
}

.footer-end span h5 a{
  color: #dadada;
  font-size: 15px;
}

.footer-end span h6{
  margin-top: 2%;
  margin-left: 5%;
}

.footer-end span h6 a{
  color: #dadada;
    font-size: 15px;
}
}