
.navbar {
    margin-bottom: 0;
    border-radius: 0;
  }
  
  /* Set height of the grid so .sidenav can be 100% (adjust as needed) */
  .row.content {height: 450px}
  
  /* Set gray background color and 100% height */
  .sidenav {
    padding-top: 20px;
    background-color: #f1f1f1;
    height: 100%;
  }
  
  /* Set black background color, white text and some padding */
  footer {
    background-color: #555;
    color: white;
    padding: 15px;
  }
  
  /* On small screens, set height to 'auto' for sidenav and grid */
  @media screen and (max-width: 767px) {
    .sidenav {
      height: auto;
      padding: 15px;
    }
    .row.content {height:auto;} 
  }

  ul.nav.navbar-nav {
      float: right;
  }
  nav.navbar.navbar-inverse {
    background: white;
    border: 0px;
}

@media (min-width: 768px) {
    ul.nav.navbar-nav {
        float: right;
    }
    .navbar-nav>li {
       
        width: 136px;
        text-align: center;
    }
}
.navbar-inverse .navbar-nav>li>a {
    color: black;
}
.navbar-inverse .navbar-nav>li>a:hover {
    color: orange;
}
button.btn.account-btn {
    color: white;
    background-color: rgb(247, 169, 62);
    padding: 15px;
    border-radius: 24px;
    padding-left: 38px;
    padding-right: 38px;
}
.header-cover {
    font-size: 6rem;
    font-weight: 800;
    font-style: italic;
}
.bike-order-input {
    padding-top: 40px;
    padding-bottom: 40px;
}
.btn.btn-search {
    color: white;
    background-color: rgb(247, 169, 62);
    padding: 15px;
    border-radius: 24px;
    padding-left: 38px;
    padding-right: 38px;
}
input.search_bx_location {
    border: 0px;
    background: rgb(248,248,248);
    width: 47%;
    margin-right: 12px;
    padding-top: 18px;
    padding-bottom: 18px;
    border-radius: 25px;
    padding-left: 25px;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: black;
    opacity: 1; /* Firefox */
    font-weight: 500;
    font-size: medium;
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: black;
    font-weight: 500;
    font-size: medium;
  }
  
  ::-ms-input-placeholder { /* Microsoft Edge */
    color: black;
    font-weight: 500;
    font-size: medium;
  }
  .how-it-works h3 {
    color: rgb(9, 24, 63);
    font-size: 6rem;
    font-style: italic;
    font-weight: 700;
    padding-bottom: 20px;
}
.how-it-works h3 span {
  color: rgb(247, 169, 62);
}
.empty-area-border {
    border-bottom: 5px solid rgb(247, 169, 62);
    width: 10%;
    text-align: center;
    margin: auto;
    margin-bottom: 21px;
}
body {
  background-color: rgb(251,251,251);
}
.row.how-it-works-section .numb {
  color: rgb(9, 24, 63);
  font-size: 7rem;
  font-weight: 800;
  text-align: left;
}
.row.how-it-works-section .txt-line {
  font-size: 2.8rem;
  font-weight: 700;
  color: rgb(247, 169, 62);
  text-align: left;
} 
.row.how-it-works-section .desc-line {
  font-size: 1.5rem;
  text-align: left;
  font-style: italic;
  font-weight: 600;
  color: #333;
  letter-spacing: 1px;
  word-spacing: 3px;
}
.row.how-it-works-section .inner-sect {
    background: white;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 26px;
    border-radius: 13px;
    margin-left: 0px;
    padding-left: 20px;
    padding-right: 20px;
    width: 95%;
    min-height: 323px;
}
.row.how-it-works-section .inner-sect.active {
  background: rgb(247, 169, 62);
}
.row.how-it-works-section .inner-sect.active .txt-line {
  font-size: 2.8rem;
  font-weight: 700;
  color: white;
  text-align: left;
}
.row.how-it-works-section .inner-sect.active .desc-line{
  color: white;
}
.row.how-it-works-section .inner-sect.active .numb{
  color: white;
}
.super_easy {
  padding: 30px;
  color: rgb(9, 24, 63);
    font-size: 6rem;
    font-style: italic;
    font-weight: 700;
    text-align: center;
}
.super_easy span {
  color: rgb(247, 169, 62);
}
.footer.ftr.container-fluid {
  background-color: rgb(9, 24, 63);
  color: white;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  font-weight: 700;
}
.footer.ftr.container-fluid a {
  color: white;
  font-weight: 700;
  padding-right: 19px;
  text-decoration: none;
}
.nearest-shops {
  text-align: left;
  font-weight: 600;
  padding-top: 15px;
  padding-bottom: 15px;
}
.how-it-works.search-results {
  text-align: left;
}
.how-it-works.search-results h3 {
  font-size: 2.4rem;
  /* font-style: normal; */
  padding-top: 0px;
}
.shop-list .shop-img {
  width: 10%;
  float: left;
}
.shop-list .shop-name-rating {
  width: 70%;
  float: left;
  text-align: left;
}
.shop-list .shop-status {
  width: 20%;
  float: left;
}
.shop-list {
  background: white;
  min-height: 100px;
  padding-top: 28px;
  border-radius: 13px;
  margin-bottom: 40px;
  box-shadow: 0px 2px 3px 0px lightgrey;
  padding-bottom: 83px;
}
.shop-img img {
  width: 60px !important;
  height: 53px;
  border-radius: 10px;
}
.header-cover.search-results {
  text-align: left;
  padding-top: 30px;
  font-size: 2.8rem;
}
input.search_bx_location.search-results {
  width: 84%;
}
.glyphicon-star {
  font-size: 2.5rem;
    color: rgb(247, 169, 62);
  &.half {
    position: relative;
    &:before {
      position: relative;
      z-index: 9;
      width: 47%;
      display: block;
      overflow: hidden;
    }
    &:after {
      content: '\e006';
      position: absolute;
      z-index: 8;
      color: #bdc3c7;
      top: 0;
      left: 0;
    }
  }
}
.glyphicon-star .half {
  position: relative;
}
.glyphicon-star.half:before {
    position: relative;
      z-index: 9;
      width: 47%;
      display: block;
      overflow: hidden;
}
.glyphicon-star.half:after {
    content: '\e006';
      position: absolute;
      z-index: 8;
      color: #bdc3c7;
      top: 0;
      left: 0;
}
.shop-name-rating h4 {
  font-size: 1.7rem;
  font-weight: 600;
  color: black;
}
.shop-status {
  padding-top: 14px;
  font-size: 1.7rem;
  color: #000000;
}
.shop-details {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
}
.shop-details .rating {
    width: 30%;
    float: left;
}
span.review-txt {
  font-size: 1.4rem;
  font-weight: bold;
}
span.shop-available-unavailable img {
  /* width: 62px; */
  margin-left: 30px;
  height: 31px;
}
.shop-details.row h3 {
  font-weight: 600;
}
.shop-details .main-img {

}
.bike-main-banners.row {
  margin-top: 30px;
  margin-bottom: 30px;
}
.ist-row.col-sm-3 .inner img {
  /* height: 300px; */
  width: 100%;
  border-radius: 12px;
  height: 332px;
}
.sec-row.col-sm-6 .inner .ist {
  float: left;
}
.sec-row.col-sm-6 .inner img {
  width: 268px;
  height: 155px;
  border-radius: 10px;
}
.sec-row.col-sm-6 .inner {
  margin-bottom: 20px;
  margin-left: 7px;
}
.third-row.col-sm-3 .inner img {
  /* height: 300px; */
  width: 100%;
  border-radius: 12px;
  height: 332px;
}
.plan-price {
    color: rgb(9, 24, 63);
    font-size: 3rem;
    font-style: italic;
    text-align: center;
    font-weight: 600;
}
.how-it-works-section.select-plan.row {
  width: 80%;
  margin:auto;
}
.plan-name {
    color: rgb(247, 169, 62);
    font-size: 2rem;
    text-align: left;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 18px;
}
.plan-service {
    text-align: left;
    font-weight: 600;
    font-style: italic;
    padding-bottom: 15px;
}
.plan-characteristics ul {
    list-style: none !important;
    text-align: left;
    padding-left: 1px;
}
/*.plan-characteristics ul li::before {
  content: url("../img/checkmark.png");

}*/
.plan-characteristics span img {
  width: 26px;
  height: auto;
  margin-right: 10px;
}
.plan-characteristics ul li {
  padding-top: 5px;
  padding-bottom: 5px;
}
.plan-price.regular{
  color: white;
  text-align: left;
}
.plan-name.regular{
  color: white;
}
.plan-service.regular{
  color: white;

}
.plan-characteristics.regular ul li {
  color: white;
}
.most-popular {
    background: rgb(9, 24, 63);
    color: white;
    width: 68%;
    padding: 12px;
    font-size: 1.5rem;
    font-weight: 600;
    border-radius: 38px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.buy-this-package {
    background: rgb(247, 169, 62);
    padding: 13px;
    color: white;
    border-radius: 26px;
    font-weight: 600;
    margin-top: 16px;
    margin-bottom: 10px;
}
.buy-this-package.regular {
    color: rgb(247, 169, 62);
    padding: 13px;
    background: white;
}
.row.how-it-works-section.checkout .select-plan .inner-sect {
    width: 80%;
    margin: auto;
}
.part-b.checkout {
  text-align: left;
}
.part-b.checkout h4 {
  font-weight: bold;
  font-size: 3rem;
}
.part-b.checkout .sTxt {
    padding: 14px;
    width: 100%;
    border-radius: 15px;
    border: 0px;
    background: rgb(246,245,246);
    box-shadow: 0px 0px 1px 0px;
}
.row.how-it-works-section.checkout .select-plan .inner-sect {
    width: 80%;
    margin: auto;
    box-shadow: 0px 0px 1px 0px;
    margin-bottom: 29px;
}
.row.how-it-works-section.checkout label img {
    width: 25px;
    margin-right: 15px;
    height: auto;
    margin-left: 12px;
}
button.create_order_btn {
    background: rgb(247, 169, 62);
    padding: 13px;
    color: white;
    border-radius: 26px;
    font-weight: 600;
    margin-top: 16px;
    margin-bottom: 10px;
    border: 0px;
    float: right;
    padding-left: 7%;
    padding-right: 7%;
    margin-bottom: 40px;
    margin-top: 10px;
}

 @media screen and (max-width: 767px) {
    .header-cover {
      font-size: 3rem;
      font-weight: 800;
      font-style: italic;
      text-align: center;
      padding-top: 41px;
  }
  .header-cover img {
    width: 100%;
  }

  .row.how-it-works-section .inner-sect {
    margin: auto;
  }
  .super_easy {
    padding-top: 0px;
  }
  button.navbar-toggle {
    background-color: #333;
  }
  .shop-name-rating h4 {
    font-size: 1.4rem;
  }
  .shop-list .shop-name-rating {
    width: 55%;
    float: left;
    text-align: left;
    margin-left: 11%;
  }
  .shop-status span {
    display: none;
  }
  .shop-status img {
    width: 60% !important;
  }
  .row.how-it-works-section .inner-sect.active {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .how-it-works i {
    font-size: 4rem;
  }
  .col-sm-8.part-b.checkout .col-sm-6{
    margin-bottom: 20px;
  }
  }

  .col-sm-4.shop-details-lft {
    
}
.shop-details-lft h3 {
    font-size: 2rem;
    font-weight: bold;
}
.shop-details-lft h4 {
    color: orange;
    font-weight: bold;
    font-style: italic;
}
.information-detail {
    border-bottom: 1px solid lightgray;
    padding-bottom: 8px;
    padding-top: 8px;
    font-size: 1.4rem;
}
.shop-details-lft .inner-section {
  width: 90%;
  margin: auto;
  border: 2px solid orange;
  margin-bottom: 21px;
  padding-bottom: 10px;
  border-radius: 12px;
  padding-left: 5%;
  padding-right: 5%;
}