.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 110px;
  }

  @media(max-width:1024px){
    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1000;
        top: 0;
        right: 0;
        background-color: #111;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top:250px;
      }
      .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        padding-top:120px;
      }
  }
  @media(max-width:768px){
    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1000;
        top: 0;
        right: 0;
        background-color: #111;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top:250px;
      }
      .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        padding-top:220px !important;
      }
      .sticky-top{
        text-align: center !important;
        vertical-align: middle;
      }
  }
  
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  
  .sidenav a:hover {
    color: #f1f1f1;
  }
  
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 40px;
    padding-top: 80px;
  }
 

  .btn{
      padding: 10px 25px;
      border-radius: 20px;
      border: 1px solid #111;
      background-color: #ec6702;
      color:white !important;
  }

  .btn-light:hover {
    color: #212529 !important;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}

  .box{
      margin: auto;
      width: 100px;
      height: 100px;
      border-radius: 50%;
      box-shadow: 1px 1px 15px 1px rgba(0, 0, 0, 0.301);
      line-height: 100px;
  }
 .battery p{
      font-weight: 600;
      padding: 10px 0px;
      text-align: center;
  }
  a{
      text-decoration: none;
      color:rgb(49, 49, 49);
  }
  a:hover{
    text-decoration: none;
    color:rgb(97, 97, 97);
}
.request a{
  margin-top: 15px;
}
@media(max-width:786px){
  .request .quote{
    display: none;
  }
}
.help{
    background-image: url("../images/choosebg.jpg");
    background-size: cover;
    padding: 25px 0px;
    position: relative;
    background-repeat: no-repeat;
    color:white;
    text-align: center;
}
.help::before{
    content: "";
    background: rgba(0, 0, 0, 0.685);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.help h2{
    margin-bottom:30px;
}
.call{
    position: relative;
}
.call h2::before{
    left: 0;
}
.call h2::after{
    right: 0;
}
.call h2::before,
.call h2::after{
    position: absolute;
    content: "";
    width: calc(50% - 140px);
    border-top: 1px solid red;
    top: 20px;
}
.call{
  border-bottom: 1px solid red;
  padding-bottom: 40px;
}
.phone a{
    font-size: 15px;
    color:white;
}
.online .btn:hover{
  background-color: rgb(255, 255, 255);
  color:orangered;
}
.page-footer{
  color: white !important;
}
.page-footer a{
  color: white !important;
}
.copyright{
  background-color: rgb(44, 44, 44) !important;
}
.car{
  width: 20%;
  padding: 15px;
  float: left;
  display: table;
  margin: 15px;
  display: table-cell;
    height: 160px;
    vertical-align: middle;
    width: 100%;
    padding: 5px;
    position: relative;
    border: 1px solid #dbdadd;
}
.car:hover{
  transform: scale(1.01);
  box-shadow: 1px 1px 20px 1px rgba(17, 17, 17, 0.233);
  transition: 0.5s ease-in-out;
}
.car span{
  font-size: 15px;
  font-weight: 600;
  border-radius: 3px;
  padding: 3px 10px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.car .carlogo{
  display: block;
  padding: 5px;
  height: 90px;
  line-height: 80px;
}
.car img{
  vertical-align: middle;
    max-height: 80px;
}
