/* mobile*/
@media only screen and (min-width: 360px) 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-text-res{
  position: absolute;
  margin-top: 60%;
  margin-left: 50%;
  transform: translate(-50%,-50%);
}
#section1-header{
  position: relative;
  text-align: center;
  font-size: 3.1rem;
  color: #fff;
  margin-top: 5%;
  margin-left: 50%;
  width: 350px;
}


#section1-p{display: none;
  position: relative;
  width: 100%;
  margin-top: 20%;
  color: #fff;
  text-align: center;
  line-height: 20px;
}
#section1-span{display: none;}

.section2{
  position: relative;
  width: 100%;
  height: 100%;
}

.section2-cont{
  width: 90%;
  height: 100%;
  margin-top: 7%;
  margin-left: 5%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px,1fr));
  gap: 60px;
}

.section2-card{
  width: 100%;
  height: 100%;
  display: flex;
}

.section2-card-box{
  width: 20%;
  margin-left: 0%;
  height: 70px;
  border-radius: 4px;
  border: none;
}
.section2-card-box .fa-mobile-screen{
  color: #f5a934;
  margin-left: 15%;
  font-size: 50px;
  margin-top: 12%;
}

.section2-card-box .fa-envelope{
  color: #f5a934;
  margin-left: 15%;
  font-size: 45px;
  margin-top: 12%;
}

.section2-card-box .fa-clock{
  color: #f5a934;
  margin-left: 15%;
  font-size: 50px;
  margin-top: 12%;
}

.section2-card-box .fa-phone-flip{
  color: #f5a934;
  margin-left: 15%;
  font-size: 50px;
  margin-top: 12%;
  transform: scaleX(-1);
}
.section2-card-box .fa-location-dot{
  color: #f5a934;
  margin-left: 15%;
  font-size: 50px;
  margin-top: 12%;
}
.section2-card-box .fa-phone-volume{
  color: #f5a934;
  margin-left: 15%;
  font-size: 50px;
  margin-top: 12%;
}
.section2-card-box .fa-map-location-dot{
  color: #f5a934;
  margin-left: 15%;
  font-size: 50px;
  margin-top: 12%;
}

.section2-text ul{
  list-style: none;
  line-height: 35px;
  width: 200px;

}

.section2-text ul li{
  margin-top: 0%;
  margin-left: 10%;
}

.section2-text ul li a{
  text-decoration: none;
  color: #132c4f;
  font-size: 20px;
  font-weight: 600;
}
.section2-text h2{
  font-size: 17px;
  font-weight: 800;
  margin-top: 7.5%;
  margin-left: 5%;
  width: 260px; 
}

.section2-text p{
  font-size: 18px;
  font-weight: 800;
  margin-top: 3.5%;
  margin-left: 10%;
  width: 230px; 
  color: #132c4f;
}

.section2 hr{
  width: 95%;
  height: 0%;
  margin-top: 15%;
  margin-left: 2.5%;
  border: 1px solid #707070;
}

.section2-end{
  width: 90%;
  height: 100%;
  margin-top: 15%;
  margin-left: 5%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px,1fr));
  gap:50px 590px;
}

.section2-end-card{
  width: 100%;
  height: 100%;
  display: flex;
}

.section2-text h1{
  font-size: 20px;
  margin-left: 10%;
}

.section2-text h3{
  font-size: 19px;
  font-weight: 800;
  margin-top: 3%;
  margin-left: 10%;
  width: 235px; 
}
.section2-text h4{
  font-size: 17px;
  font-weight: 800;
  margin-top: 5%;
  margin-left: 10%;
  width: 235px; 
}
.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(250px,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;
}
}