/* gift certificate css start */

/*our services css start*/
.banner-sec {
    background: linear-gradient(45deg, #f3f8fc, #f1f7fb);
    position: relative;
    z-index: 0;
    padding-top: 150px;
    padding-bottom: 50px;
  }
  .banner h1 {
    color: var(--heading-color);
    font-family: var(--font-family-Mishella);
    font-size: 80px;
    text-align: center;
  }
  section.service-details {
    margin: 4rem;
  }
  .nav-pills .nav-link:last-child {
    margin-bottom: 0px;
  }
  .nav-pills .nav-link.active,
  .nav-pills .show > .nav-link,
  .nav-pills .nav-link:hover {
    color: #fff !important;
    background: #b8cae0;
  }
  .nav-pills .nav-link {
    margin-bottom: 4px;
    margin-top: 0px;
    padding: 18px;
    color: #fff !important;
    border-radius: 5px;
    background-color: #00adee;
    font-size: 19px;
    font-weight: 600;
    transition: 0.5s ease;
  }
  .tabs {
    margin-right: 30px;
  }
  .service-details-box p {
    margin-bottom: 2rem;
    line-height: 24px;
    color: #4e4e4e;
    font-size: var(--f-16);
    font-weight: 500;
  }
  .service-details-box h2 {
    margin-bottom: 20px;
    color: rgb(51, 51, 51);
    letter-spacing: 2px;
    font-family: var(--font-family-Manrope) !important;
    font-weight: 600;
    font-size: var(--f-55);
  }

  .ServicesPageinner h4 {
    margin-bottom: 2rem;
    font-size: 23px;
    font-weight: 700;
  }
  .ServicesPageinnerImage {
    margin-bottom: 2rem;
  }

  .nav.flex-column {
    background-color: var(--heading-color);
    height: auto;
    border-radius: 12px;
    /* width: 94%; */
    padding: 40px 25px;
  }
  .heading- h4 {
    color: white;
    text-align: left;
    margin-top: 12px;
    padding: 0 0 0 20px;
    font-weight: 500;
    margin-bottom: 20px;
    font-size: 26px;
  }

  .nav.flex-column a {
    color: black;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    background: white;
    margin: 10px 0;
    border-radius: 5px;
  }
  .nav.flex-column a:hover {
    text-decoration: underline;
  }
  .service-details-box img {
    width: 100%;
    height: auto;
  }

  /* ............services css end......... */
  /* gift certificate css end */
  
  
  #my-trips .nav.flex-column{
    height: 100%;
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    color: black;
  }
 #my-trips .nav.flex-column a {
    background-color: transparent;
    padding: 0;
    margin: 0;
    color: #222222 !important;
    font-size: 14px;
    /* text-decoration: underline !important; */
    display: block;
    font-weight: 400 !important;
    margin-bottom: 10px;
}
span.date {
    text-decoration: underline;
}
.trip-right p strong {
    text-decoration: underline;
}
#shared-trips .nav.flex-column {
    height: 100%;
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    color: black;
}
#shared-trips .nav.flex-column a {
    background-color: transparent;
    padding: 0;
    margin: 0;
    color: #222222 !important;
    font-size: 14px;
    /* text-decoration: underline !important; */
    display: block;
    font-weight: 400 !important;
    margin-bottom: 10px;
}
