/* STYLES FOR OUR FLEET */
.our-fleet, .our-fleet-mobile {
    max-width: unset !important;
    margin: 0 !important;
    width: 100%;
    display: block;
    padding: 46px 4.3% 54px 4.3%;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 1.5%;
    background: #4A667D;
  }
  .our-fleet-content .counter-value {
    font-family: 'BauerBodoniStdBlackItalic' !important;
      font-weight: 900;
      font-style: italic;
      font-size: 72px !important;
      color: #FFFFFF !important;
      text-align: center;
      line-height: 70px;
    margin-bottom: 10px !important;
  }
  .our-fleet-content:last-of-type p:first-of-type{
    position: relative;
    display: table;
    margin: 0 auto;
  }
  .our-fleet-content:last-of-type p:first-of-type::after {
    content: "+";
    position: absolute;
    top: -5px;
    right: -45px;
    font-family: 'BauerBodoniStdBlackItalic' !important;
      font-weight: 900;
      font-style: italic;
      font-size: 72px !important;
      color: #FFFFFF !important;
  }
  .our-fleet-content p:last-of-type {
    font-family: "Gotham A", "Gotham B" !important;
      font-weight: normal !important;
      font-size: 22px !important; 
      color: #FFFFFF !important;
      line-height: 31px;
    text-align: center;
    margin: 0 !important;
    text-transform: uppercase;
  }
  .our-fleet-slider .our-fleet-controls {
    display: none;
  }
  .our-fleet-slider .our-fleet-prev {
    cursor: pointer;
    margin-right: 5px !important;
  }
  .our-fleet-slider .our-fleet-next {
    cursor: pointer;
    margin-left: 5px !important;
  }
  .our-fleet-mobile {
    display: none;
  }
  @media only screen and (max-width: 1400px) {
    .our-fleet-slider {
      padding-left: 15px;
      padding-right: 15px;
    }
  }
  @media only screen and (max-width: 1300px) {
    .our-fleet-slider .our-fleet-content:last-of-type p:first-of-type::after {
      right: 5px;
    }
  }
  @media only screen and (max-width: 1100px) {
    .our-fleet {
        display: none;
      }
    .our-fleet-mobile {
        display: block;
    }
    .our-fleet-slider {
      text-align: center;
    }
    .our-fleet-slider .our-fleet-content:last-of-type p:first-of-type{
      display: inline;
    }
    .our-fleet-content .counter-value {
        display: inline;
    }
    .our-fleet-mobile .our-fleet-content:last-of-type p:first-of-type::after {
        display: none;
    }
    .our-fleet-mobile .counter-value span {
        vertical-align: text-top;
    }
    .our-fleet-mobile .our-fleet-controls {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-top: 26px;
    }
    .our-fleet-controls .dotContainer .slick-dots {
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .our-fleet-controls .slick-dots {
        display: flex !important;
        justify-content: center;
        align-items: center;
        color: #FFF !important;
        padding: 0 10px !important;
        margin: 0;
      }
      .our-fleet-controls .slick-dots li {
        margin: 0 2px 6px 2px;
        display: block;
      }
      .our-fleet-controls .slick-dots ::marker {
        font-size: 27px;
        height: 10px !important;
        width: 10px !important;
        background-color: transparent;
        border: 1px solid #FFF;
        border-radius: 50%;
        display: inline-block;
      }
      .our-fleet-controls .slick-dots button {
        background-color: transparent !important;
        border: 1px solid #FFF;
        border-radius: 100%;
        display: inline-block !important;
        margin: 0 5px !important;
        text-indent: -999999px;
        padding: 3px 4px !important;
        font-size: 2px !important;
      }
      .our-fleet-controls .slick-dots li.slick-active button {
        background-color: #FFF !important
      }
    .our-fleet-controls .our-fleet-prev {
        margin-right: 20px;
    }
    .our-fleet-controls .our-fleet-next {
        margin-left: 20px;
    }
    .our-fleet-mobile .slick-next {
        display: none !important;
    }
  }