@charset "UTF-8";
@media only screen and (max-width: 992px) {
  #faq-sec {
    font-size: 1.8em;
  }
  #app-instr p {
    font-size: 0.6em;
  }
}
@media only screen and (max-width: 768px) {
  #index-page .banner{
    height: 155vw;
  }
  #index-page .title {
    text-align: center;
    padding-top: 1em;
  }
  #index-page .title-img{
    margin-top: 5vw;
    margin-bottom: 5vw;
  }
  #index-page .banner div .title .fst-img{
    width:100%;
  }
  #index-page .banner .btn-group-banner img{
    height: 200%;
  }
  #index-page .two-cellphone img{
    height:200%;
  }
  #index-page .two-cellphone img:nth-child(1){
    bottom:-25%;
    right:37%;
    transform: translate(50%,0);
  }
  #index-page .two-cellphone img:nth-child(2){
    bottom:-45%;
    right:64%;
    transform: translate(50%,0);
  }
  #index-page .why-use-app {
    font-size: 2.2em;
    white-space: nowrap;
    line-height: 3.1em;
  }
  #index-page .why-use-app .sp{
    display: none;
  }
  #index-page .feature-item{
    font-size: 1.5em;
  }
  #index-page .feature-item h2 {
    line-height: 0.5em;
    background-size: 70% 80%;
  }
  #index-page .feature .row {
    width: 85%;
  }
  #app-instr p {
    margin: 1.2em 0 4em 0;
    font-size: 1.5em;
    text-align: center;
  }

  footer{
    font-size: 1rem;
  }
}
@media only screen and (max-width: 576px) {
  body{
    /* font-size:4vw; */
  }
  #index-page nav li:nth-child(1),
  #index-page nav li:nth-child(2)
  {
    display: none;
  }
  .navbar .navbar-nav .nav-link,
  .navbar .navbar-brand .nav-link
  {
    font-size:15px !important;
    padding: 0.3em 0.5em;
  }
  #index-page .banner{
    height: 175vw;
  }
  #index-page .feature-item{
    padding:1em 0 0em 0;
    font-size: 4em;
  }
  #index-page .feature-item h2 {
    background-size: 55% 80%;
  }
  #index-page .feature-item img:nth-child(1) {
    width: 50%;
    margin-bottom: 0.7em;
  }
  #app-instr p {
    margin: 1.2em 0 4em 0;
    font-size: 2em;
    line-height: 1.5em;
  }
  #app-instr p span {
    font-weight: bolder;
    font-size: 1.8em;
  }
  #index-page .download-app {
      height: 80px;
    }
  .invoice-vechicle-btn {
      width: 80px;
  }
  .desktop.slogan,#fa-piaou{
    display: none;
  }
  /* #faq-sec .faqs{
    padding: 1em 6% 0 6%;
  }
  #faq-sec {
    font-size: 2.2em;
  }
  #faq-sec .row div {
    line-height: 23vw;
    margin: 0.5em 0;
  } */
  .download-app-buttons{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
  }
  #index-page .download-app-buttons .sp{
    display: none;
  }
  #index-page .download-app-right .appstore-button {
    width: auto;
  }
  .appstore-button{
    height:auto;
  }
  .bottom-part{
    font-size: 1.1rem;
  }
}
