     body{
        font-family: 'Rubik', sans-serif;
      }
      .navbar{
        height: 70px;
        Padding: 10px 50px!important;
        box-shadow: rgb(0 0 0 / 13%) 0px 0.2rem 1.2rem 0px;
        background-color: #fff;
      }
      .nav-link{
        color: #000 !important;
      }
      .banner {
        position: relative;
        overflow: hidden;
        background: url('https://wavescab.com/cilive/public/frontend/images/main_home_banner3.webp') no-repeat 80% -80%;
        background-size: cover;
        padding: 100px 0px;
        min-height: 600px;
      }

      .book-box
      {
        width: 70%;
        display: flex;
        flex-direction: column;
        background-color: rgb(255, 255, 255);
        box-shadow: rgb(0 0 0 / 13%) 0px 0.2rem 1.2rem 0px;
        position: sticky;
        top: 0;
        z-index: 6;
        border-radius: 1.2rem;
        padding: 1.5rem;
        margin-right: 2rem;
        height: auto;
      }
      .book-option 
      {
        background-color: #ffffff;
        text-align: center;
        border-radius: 15px;
        color: #647a97;
        border-radius: 30px;
        padding: 8px;
        box-shadow: 0 2px 5px 0 rgb(0 0 0 / 50%);
      }
      .book-option > span 
      {
        cursor: pointer;
        padding: 6px 45px 7px 45px;
      }
      .tab.active {
        background-color: #4D61AA;
        border-radius: 30px;
        color: #fff;
      }
      .Outstation-option 
      {
        padding: 20px 0px 0px 20px;
      }
      [data-tab-content] {
        display: none;
      }

      .onclick[data-tab-content] {
        display: block;
      }
      .form-check {
        display: inline-block;
        padding-left: 5.5em;
      }
      .form-check-input:checked{
        background-color: #4D61AA;
        border-color: #4D61AA;
      }
      .pickup-input, .drop-input{
        display: flex;
        flex-direction: column;
        padding: 0.5rem 0px;
        position: relative;
        border-bottom: 2px solid rgb(239, 243, 248);
      }
      .pickup-input > input[type="text"], .drop-input > input[type="text"], input[type="date"], input[type="time"]{
        border: 0px;
        outline: 0px;
        padding: 1rem 0px 0px;
        font-size: 1.2rem;
      }
      .hourly{
        border: 0px;
        outline: 0px;
        padding: 1rem 0rem;
        font-size: 1.2rem; 
      }
      .pickup-datetime, .return-datetime {
        padding: 1rem 0px;
        border-bottom: 1px solid rgb(239, 243, 248);
        display: flex;
        flex-direction: row;
        -webkit-box-pack: justify;
        justify-content: space-between;
        cursor: pointer;
      }
      .pickup-date, .return-date {
          width: 55%;
          border-right: 1px solid rgb(239, 243, 248);
          flex-direction: column;
          display: flex;
          cursor: pointer;
      }
      .pickup-time, .return-time {
        width: 50%;
        align-items: flex-end;
        flex-direction: column;
        display: flex;
      }
      .hourly select {
      width: 80%;
      padding: 8px 16px;
      border: 1px solid transparent;
      border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
      cursor: pointer;
      user-select: none;
    }
      .search-button {
        display: flex;
        position: absolute;
        bottom: -4rem;
        left: 50%;
        transform: translateX(-50%);
    }
    .search-button button {
        border: 0px;
        outline: 0px;
        background-color: #f55951;
        height: 3rem;
        width: 10rem;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
        text-transform: uppercase;
        cursor: pointer;
        border-radius: 3rem;
        color: white;
        font-size: 1 rem;
        box-shadow: rgb(0 0 0 / 13%) 0px 0.2rem 1.2rem 0px;
    }
    
    .aboutus {
        position: relative;
        overflow: hidden;
        background: url('https://wavescab.com/cilive/public/frontend/images/aboutus.webp') no-repeat 80% -80%;
        background-size: cover;
        padding: 100px 0px;
        min-height: 600px;
      }

      .wedo {
        position: relative;
        overflow: hidden;
        background: url('https://wavescab.com/cilive/public/frontend/images/wedo.webp') no-repeat 80% 0%;
        background-size: cover;
        padding: 100px 0px;
        min-height: 600px;
      }
      .contactus {
        position: relative;
        overflow: hidden;
        background: url('https://wavescab.com/cilive/public/frontend/images/contactus.webp') no-repeat 80% 0%;
        background-size: cover;
        padding: 100px 0px 20px 0px;
        min-height: 300px;
      }
      .list-unstyled {
          padding-left: 0;
          list-style: none;
      }
      a{
        color: #000000b5;
        text-decoration: none;
      }

      .pos-relative {
    position: relative;
    left: 40px;
}
.pos-relative a {
      position: absolute;
    top: 42px;
    right: 60px !important;
    pointer-events: none;
}
input[type="date"] {
    position: relative;
    background: white !important;
}

    /* create a new arrow, because we are going to mess up the native one
    see "List of symbols" below if you want another, you could also try to add a font-awesome icon.. */
    input[type="date"]:after {
        content: "\1F4C5"; 
        color: #555;
        padding: 0 5px;
    }


    /* change color of symbol on hover */
    input[type="date"]:hover:after {
        color: #bf1400;
    }

    /* make the native arrow invisible and stretch it over the whole field so you can click anywhere in the input field to trigger the native datepicker*/
    input[type="date"]::-webkit-calendar-picker-indicator {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: auto;
        height: auto;
        color: transparent;
        background: transparent;
    }

    /* adjust increase/decrease button */
    input[type="date"]::-webkit-inner-spin-button {
        z-index: 1;
    }

    /* adjust clear button */
    input[type="date"]::-webkit-clear-button {
        z-index: 1;
    }
    .bg-clock{
      background: url('https://wavescab.com/cilive/public/frontend/images/clock.png')  !important;
      background-size: contain !important;
    }
      
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  h4 {
    text-align: -webkit-center;
    margin-top: 2rem;
    font-weight: bold;
  }
  .navbar{
    Padding: 0 !important;
  }
  .banner {
        background: url('https://wavescab.com/cilive/public/frontend/images/main_home_banner3.webp') no-repeat 45% 50%;
      }
  .book-box{
    width: 100%;
    height: auto;
  }
  .book-option{
    padding: 5px;
  }
  .book-option > span{
    cursor: pointer;
    padding: 4px 19px;
  }
  .form-check {
    padding-left: 2.5em;
  }
  .pickup-input {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0px;
    position: relative;
    border-bottom: 1px solid rgb(239, 243, 248);
  }
  .pickup-input input[type="text"]{
    border: 0px;
    outline: 0px;
    padding: 1rem 0px 0px;
    font-size: 1.2rem;
  }
  .hourly{
        border: 0px;
        outline: 0px;
        padding: 1rem 0rem 0.8rem 0rem;
        font-size: 1.2rem; 
      }
  .hourly select {
    width: 70%;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
  }
  .airport, .local{
    margin-top:2rem;
  }
  .aboutus{
    background: url('https://wavescab.com/cilive/public/frontend/images/aboutus.webp') no-repeat 54% 35%;
    text-align: -webkit-center;
  }
  .wedo{
    background: url('https://wavescab.com/cilive/public/frontend/images/wedo.webp') no-repeat 44% 0%;
    text-align: -webkit-center;
  }
  .footer-list {
    text-align: -webkit-center;
  }
  .pos-relative a {
    right: 40px !important;
  }

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .book-option > span{
    cursor: pointer;
    padding: 8px 42px;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

}