body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #000;
  background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  color: #000;
}

.icon {
  display: inline-block;
}

.icon svg {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  display: inline-block;
  transform: translateY(-1.5px);
}

.icon svg path {
  fill: currentColor;
}

h3.state {
  font-weight: 400 !important;
}

.image-row {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0;
  max-width: 100%;
}

.image-row img {
  flex-grow: 1;
  flex-basis: 0;
  height: auto;
  margin: 0 10px;
}

@media (max-width: 992px) {
  .image-row {
    flex-direction: column;
  }
}

.pagination {
  display: none;
}

.portfolio-header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}

.screen-reader-text,
.sr-only {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.full-width {
  padding: 40px 40px 20px 40px;
  width: 100%;
}

a.anchor-tag {
  display: block;
  position: relative;
  top: -250px;
  visibility: hidden;
}

@media (max-width: 992px) {
  body .contact-section-1 {
    margin-top: 25px;
  }
}

.page-banner-top-blank {
  width: 100%;
  height: 0;
  display: block;
}

.page-banner {
  width: 100%;
  position: relative;
}

.page-banner img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

@media only screen and (max-width: 650px) {
  .page-banner img {
    width: 100%;
    height: auto;
  }

  .page-banner .page-banner-inner-mobile {
    z-index: 10;
  }

  .page-banner .page-banner-inner-mobile .page-banner-title-sm-mobile {
    font-size: 1.5em;
  }

  .page-banner .page-banner-inner-mobile .page-banner-title-mobile {
    margin-left: 0 !important;
  }

  .page-banner:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /* set to 100% for full overlay width */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.8) 100%);
  }
}

.page-banner .page-banner-inner-mobile {
  text-align: center;
  position: absolute;
  bottom: 0;
  background: #319cd9b8;
  padding-top: 3%;
  padding-bottom: 3%;
  width: 100%;
  color: white;
}

.page-banner .page-banner-inner-mobile h1 {
  font-weight: 900;
}

.page-banner .page-banner-inner-mobile .page-banner-title-sm-mobile {
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.5px;
  color: #fff;
  font-size: 1.8em;
  text-align: center;
  font-weight: bolder;
}

.page-banner .page-banner-inner-mobile .page-banner-title-mobile {
  margin-top: 2%;
  margin-left: 30%;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  line-height: 1em;
  font-size: 2em;
  color: #fff;
}

.page-banner .page-banner-inner {
  position: absolute;
  top: 40%;
  width: 100%;
  height: 60%;
}

.page-banner .page-banner-inner .page-banner-box-frame {
  position: absolute;
  height: 400px;
  left: 0;
  bottom: -80px;
}

.page-banner .page-banner-inner .page-banner-box {
  width: 400px;
  max-width: 100%;
  height: 400px;
  padding-top: 50px;
  background: linear-gradient(to bottom, #36aff5, #054063);
  position: absolute;
  top: 0;
  left: 0;
}

.page-banner .page-banner-inner .page-banner-box .title-sm {
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.5px;
  color: #fff;
  font-size: 1.2em;
  font-weight: 700;
  text-shadow: 0 0 black;
  padding: 0 24px;
}

.page-banner .page-banner-inner .page-banner-title {
  margin-top: 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  line-height: 1em;
  font-size: 4.5em;
  color: #fff;
  z-index: 9999;
  margin-left: 20px;
  max-width: 400px;
  position: absolute;
  text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}

.page-banner .page-banner-inner .page-banner-button {
  width: calc(100% - 60px);
  line-height: 60px;
  float: right;
  background-color: #00a0e0;
  background: linear-gradient(to top, #005374, #00a0e0);
  color: #fff;
  padding-left: 25px;
  padding-right: 25px;
  text-align: center;
  border-radius: 5px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  letter-spacing: 0.5px;
  font-size: 1.1em;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
  margin-bottom: 30px;
  box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.369);
  position: absolute;
  bottom: 0;
  left: 30px;
}

.page-banner-button-mobile {
  width: 90%;
  line-height: 60px;
  background-color: #00a0e0;
  background: linear-gradient(to top, #005374, #00a0e0);
  color: #fff;
  text-align: center;
  border-radius: 5px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  letter-spacing: 0.5px;
  font-size: 1.1em;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.369);
}

.page-underbanner {
  margin-top: 20px;
  margin-bottom: 80px;
}

.page-underbanner .page-underbanner-center {
  text-align: center;
}

.page-underbanner .page-underbanner-center img {
  width: auto;
  height: 58px;
}

.page-underbanner .page-underbanner-center span.number {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 2.3em;
}

.page-underbanner .page-underbanner-center span.plus {
  font-family: 'Roboto', sans-serif;
  font-size: 2em;
}

.page-underbanner .page-underbanner-center span.small-text {
  font-family: 'Roboto', sans-serif;
  color: #7e7e7e;
  font-size: 0.9em;
  letter-spacing: 0.5px;
}

.page-underbanner .page-underbanner-center span.stars {
  font-size: 1.4em;
  line-height: 57px;
}

.home-banner-top-blank {
  width: 100%;
  display: block;
}

.home-banner {
  width: 100%;
  height: auto;
  position: relative;
}

.home-banner ul.home-banner-slider {
  width: 100%;
  height: auto;
}

.home-banner ul.home-banner-slider li {
  position: relative;
  text-align: center;
  height: auto;
}

.home-banner ul.home-banner-slider li img {
  width: 100%;
  height: auto;
  margin-top: -8%;
  margin-bottom: -8%;
}

.home-banner ul.home-banner-slider li span.text {
  position: absolute;
  font-family: 'Roboto', sans-serif;
  font-size: 5em;
  color: #02304b;
}

.home-banner ul.home-banner-slider li span.text[data-text]::after {
  content: attr(data-text);
  color: #6cc9ff;
  position: absolute;
  left: 0;
  z-index: 2;
  -webkit-mask-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#ff0000), to(rgba(0, 0, 255, 0)));
}

.home-banner ul.home-banner-slider li.first span.text.text_wrap {
  top: 100px;
  left: 15%;
  z-index: -10;
}

.home-banner ul.home-banner-slider li.first span.text.text_up {
  top: 170px;
  left: 15%;
}

.home-banner ul.home-banner-slider li.first span.text.text_stand {
  right: 12%;
  bottom: 80px;
  z-index: 999;
}

.home-banner ul.home-banner-slider li.first span.text.text_out {
  right: 12%;
  bottom: 10px;
}

.home-banner ul.home-banner-slider li.second span.text.text_wrap {
  top: 5%;
  left: 15%;
  z-index: -10;
}

.home-banner ul.home-banner-slider li.second span.text.text_up {
  top: 20%;
  left: 15%;
}

.home-banner ul.home-banner-slider li.second span.text.text_stand {
  top: 5%;
  right: 12%;
  z-index: 999;
}

.home-banner ul.home-banner-slider li.second span.text.text_out {
  top: 20%;
  right: 12%;
}

.home-banner .home-banner-dots {
  position: absolute;
  left: calc(50% - 50px);
  bottom: -50px;
  z-index: 9999;
}

.home-banner .home-banner-dots .home-banner-dot {
  display: inline-block;
  margin-left: 10px;
  width: 20px;
  height: 20px;
  border: 2px solid #00a2ff;
  border-radius: 50%;
  box-shadow: 5px 5px 10px 0 #cccccc;
  cursor: pointer;
  background-color: #fff;
}

.home-banner .home-banner-dots .home-banner-dot.active {
  background-color: #00a2ff;
}

.home-banner-mobile {
  width: 100%;
  height: auto;
  position: relative;
  padding-top: 100px;
}

.home-banner-mobile span.text {
  position: absolute;
  font-family: 'Roboto', sans-serif;
  font-size: 2.5em;
  color: #02304b;
}

.home-banner-mobile span.text.text_wrap {
  top: 50px;
  left: 35px;
  z-index: -10;
}

.home-banner-mobile span.text.text_up {
  top: 85px;
  left: 35px;
}

.home-banner-mobile span.text.text_stand {
  right: 35px;
  top: 50px;
}

.home-banner-mobile span.text.text_out {
  top: 85px;
  right: 35px;
}

.home-banner-mobile span.text[data-text]::after {
  content: attr(data-text);
  color: #6cc9ff;
  position: absolute;
  left: 0;
  z-index: 2;
  -webkit-mask-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#ff0000), to(rgba(0, 0, 255, 0)));
}

.home-banner-mobile img {
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .home-banner ul.home-banner-slider li img {
    margin-top: unset;
    margin-bottom: unset;
  }
}

.home-section-2 {
  width: 100%;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f2f6fa;
}

.home-section-2 .home-section-2-title {
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 1.5em;
}

#content-section .home-section-2-title {
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: .75em;
}

#content-section .home-section-2-description {
  color: #666666;
  margin-top: 20px;
  text-align: center;
}

.home-section-2 .home-section-2-description {
  color: #666666;
  margin-top: 20px;
  text-align: center;
}

.home-section-2 .s2-item {
  cursor: pointer;
}

.home-section-2 .s2-item.active .s2-circle {
  background: linear-gradient(to bottom, #36aff5, #054063);
}

.home-section-2 .s2-item.active .s2-circle .s2-circle-sm .s2-circle-image {
  left: -20px;
}

.home-section-2 .s2-item.active .type-name {
  color: #054063;
}

.home-section-2 .s2-item .s2-circle {
  width: 100px;
  height: 100px;
  padding: 5px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}

.home-section-2 .s2-item .s2-circle .s2-circle-sm {
  width: 100%;
  height: 100%;
  background-color: #f2f6fa;
  border-radius: 50%;
  text-align: center;
  line-height: 90px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 3.6em;
  color: #212529;
  position: relative;
}

.home-section-2 .s2-item .s2-circle .s2-circle-sm .s2-circle-image {
  width: 90px;
  height: auto;
  position: absolute;
  display: inline-block;
  background-color: #f2f6fa;
  top: 20px;
  left: 0;
  line-height: 45px;
  padding-bottom: 3px;
}

.home-section-2 .s2-item .s2-circle .s2-circle-sm .s2-circle-image img {
  width: 100%;
  height: auto;
}

.home-section-2 .s2-item .type-name {
  text-align: center;
  color: #212529;
  font-family: 'Roboto', sans-serif;
  font-size: 1.3em;
  font-size: 1.1em;
  margin-top: 10px;
}

.home-section-2 .s2-form {
  width: 100%;
  height: 60px;
  background-color: #fff;
  border-radius: 5px;
  margin-top: 20px;
  position: relative;
}

.home-section-2 .s2-form .s2-dropdown {
  display: none;
  position: absolute;
  width: 100%;
  height: auto;
  background-color: #fff;
  left: 0;
  top: 62px;
  z-index: 999;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
}

.home-section-2 .s2-form .s2-dropdown ul {
  list-style: none;
  font-family: 'Roboto', sans-serif;
  font-size: 1.1em;
  margin: 0;
}

.home-section-2 .s2-form .s2-dropdown ul li {
  line-height: 35px;
  color: #363636;
  opacity: 0.8;
  cursor: pointer;
}

.home-section-2 .s2-form .s2-dropdown ul li:hover {
  opacity: 1;
}

.home-section-2 .s2-form .input-frame {
  width: calc(100% - 100px);
  height: 100%;
  border-top: 2px solid #a1a1a1;
  display: inline-block;
}

.home-section-2 .s2-form .input-frame.long {
  width: 100%;
}

.home-section-2 .s2-form .input-frame input {
  border: 0;
  height: 100%;
  width: 100%;
  padding-left: 20px;
  font-family: 'Roboto', sans-serif;
}

.home-section-2 .s2-form .input-frame input:focus {
  outline: none;
}

.home-section-2 .s2-form .input-frame .input-title {
  width: 35%;
  height: 100%;
  line-height: 60px;
  padding-left: 20px;
  font-family: 'Roboto', sans-serif;
  color: #818181;
  float: left;
}

.home-section-2 .s2-form .input-frame .input-title i.far {
  float: right;
  margin-right: 30px;
  line-height: 60px;
  font-size: 1.5em;
}

.home-section-2 .s2-form .input-frame .input-title i.far:hover {
  color: #005374;
}

.home-section-2 .s2-form .input-frame .input-select {
  width: 65%;
  height: 100%;
  background: linear-gradient(to left, #36aff5, #054063);
  float: right;
}

.home-section-2 .s2-form .input-frame .input-select .input-select-button {
  height: 100%;
  line-height: 60px;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-size: 1.1em;
  cursor: pointer;
  padding: 0;
  background-color: #fff;
  color: #818181;
}

.home-section-2 .s2-form .input-frame .input-select .input-select-button:nth-child(2),
.home-section-2 .s2-form .input-frame .input-select .input-select-button:nth-child(3) {
  border-left: 1px solid #fff;
}

.home-section-2 .s2-form .input-frame .input-select .input-select-button.active {
  background: linear-gradient(to left, #36aff5, #054063);
  color: #fff;
}

.home-section-2 .s2-form .input-frame .input-select .input-select-button.active:nth-child(1) {
  border-left: 1px solid #000;
}

.home-section-2 .s2-form .input-button {
  width: 100px;
  height: 100%;
  line-height: 60px;
  padding-left: 10px;
  color: #fff;
  background: linear-gradient(to left, #36aff5, #054063);
  font-family: 'Roboto', sans-serif;
  float: right;
  font-size: 1.1em;
  cursor: pointer;
}

.home-section-2 .s2-form .input-button i.fas {
  margin-left: 10px;
  font-size: 1.3em;
}

.home-section-2 .s2-button {
  width: 250px;
  height: 60px;
  border-radius: 5px;
  background: linear-gradient(to bottom, #36aff5, #054063);
  line-height: 60px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 1.2em;
  letter-spacing: 0.5px;
  text-align: center;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  display: block;
}

.home-section-2 #s2_form_submit {
  display: none;
}

.home-section-2 span.vehicle_types {
  display: none;
}

.home-section-2 .wpcf7-response-output {
  display: none !important;
}

.home-view-our-work-button {
  width: 250px;
  height: 60px;
  border-radius: 5px;
  background: linear-gradient(to bottom, #36aff5, #054063);
  line-height: 60px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 1.2em;
  letter-spacing: 0.5px;
  text-align: center;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  cursor: pointer;
}

.home-section-4 {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  background: url(https://fleetwraphq.com/dev/wp-content/uploads/2022/04/home_bg_new_2.jpeg);
  background-size: cover;
  background-position: center;
}

.home-section-4 .home-section-4-item {
  position: relative;
}

@media (max-width: 768px) {
  .home-section-4 .home-section-4-item {
    margin-bottom: 35px;
  }
}

.home-section-4 .home-section-4-item img.s4-image {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 10px 10px 20px 0 #cccccc;
}

.home-section-4 .home-section-4-item .s4-quote-sign {
  position: absolute;
  left: 105px;
}

.home-section-4 .home-section-4-item .s4-text {
  width: calc(100% - 150px);
  float: right;
}

.home-section-4 .home-section-4-item .s4-text .s4-quote {
  font-family: 'Roboto', sans-serif;
  font-size: 1em;
  color: #363636;
}

.home-section-4 .home-section-4-item .s4-text .s4-author {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 1em;
  letter-spacing: 0.5px;
  margin-top: 20px;
  color: #00a2ff;
}

.home-section-4 .s4-slider-title {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 1.4em;
  line-height: 1.1;
  text-align: center;
  margin-top: 10px;
}

.home-section-4 .s4-control {
  width: 35px;
  height: 35px;
  border: 1px solid #00a2ff;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  color: #00a2ff;
  margin: auto;
  cursor: pointer;
}

.home-section-4 .s4-slider {
  height: 70px;
}

.home-section-4 .s4-slider .s4-slider-item {
  width: auto;
  height: 70px;
  text-align: center;
  display: flex;
}

.home-section-4 .s4-slider .s4-slider-item img {
  width: auto;
  max-width: 90%;
  max-width: 160px;
  height: auto;
  max-height: 100%;
  margin: auto;
}

@media (max-width: 450px) {
  .home-section-4 .home-section-4-item .s4-quote-sign {
    top: 30px;
    left: 58%;
  }

  .home-section-4 .home-section-4-item img.s4-image {
    display: block;
    margin: 0 auto 15px auto;
  }

  .home-section-4 .home-section-4-item .s4-text {
    width: 100%;
    float: unset;
  }
}

.contact-section-1 {
  background-color: #f2f6fa;
  padding-top: 80px;
  padding-bottom: 80px;
  margin-top: 85px;
}

.contact-page.contact-section-1 {
  margin-top: 0;
}

.contact-section-1 .contact-section-1-title {
  text-align: center;
  font-family: 'Rototo-Black', sans-serif;
  font-size: 3em;
  line-height: 1;
  margin-bottom: 20px;
}

.contact-section-1 .contact-section-1-substitle {
  text-align: center;
  margin-top: 40px;
  font-family: 'Roboto', sans-serif;
  font-size: 1.2em;
  color: #6e6e6e;
}

@media screen and (max-width: 992px) {
  .contact-section-1 .contact-section-1-subtitle {
    margin-left: 60px;
    margin-right: 60px;
  }
}

@media (max-width: 768px) {
  .contact-section-1 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}

.contact-section-1 .contact-form input {
  width: 100%;
  height: 60px;
  margin-top: 30px;
  background-color: #fff;
  border: 0;
  border-top: 2px solid #9b9b9b;
  border-radius: 5px;
  padding-left: 30px;
  font-family: 'Roboto', sans-serif;
}

.contact-section-1 .contact-form textarea {
  width: 100%;
  height: 150px;
  margin-top: 30px;
  background-color: #fff;
  border: 0;
  border-top: 2px solid #9b9b9b;
  border-radius: 5px;
  padding-left: 30px;
  font-family: 'Roboto', sans-serif;
  padding-top: 20px;
}

.contact-section-1 .contact-button {
  width: 250px;
  height: 60px;
  border-radius: 5px;
  background: linear-gradient(to bottom, #36aff5, #054063);
  line-height: 60px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 1.1em;
  letter-spacing: 0.5px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  display: block;
}

.contact-section-1 .contact-button-hidden {
  display: none;
}

.contact-map {
  padding-top: 80px;
  padding-bottom: 80px;
}

.contact-map .contact-map-title {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 1.5em;
}

.contact-map .contact-map-subtitle {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2em;
  column-rule: #c0c0c0;
  color: #949494;
}

.contact-map .contact-map-link {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 0.9em;
  color: #1c67bd;
  text-decoration: underline;
}

.contact-map .contact-map-image {
  position: relative;
}

.contact-map .contact-map-image img {
  width: 100%;
  height: auto;
}

.contact-map .contact-map-image i.fas {
  position: absolute;
  color: #fff;
  font-size: 3em;
  top: 40%;
  left: 35%;
}

.contact-map .contact-map-image .contact-map-direction {
  position: absolute;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  bottom: 30px;
  right: 50px;
  font-size: 0.9em;
  text-decoration: underline;
  letter-spacing: 0.5px;
}

.btn.btn-primary,
.page-id-2593 .home-why-button {
  width: 300px;
  height: 60px;
  border-radius: 5px;
  background: linear-gradient(to bottom, #36aff5, #054063);
  line-height: 60px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 1.2em;
  letter-spacing: 0.5px;
  text-align: center;
  color: #fff !important;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  cursor: pointer;
  display: block;
  border: none;
  text-decoration: none !important;
}

.btn.btn-primary {
  margin-top: 30px;
  line-height: 50px;
}

.faq-section-1 {
  width: 100%;
  height: auto;
  background-color: #f2f6fa;
  padding-top: 80px;
  padding-bottom: 100px;
}

.faq-section-1 .faq-section-1-title {
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 3em;
}

.faq-section-1 .faq-section-1-description {
  text-align: center;
  font-family: 'Roboto', sans-serif;
  color: #575757;
  font-size: 1.3em;
  line-height: 1.6em;
}

.faq-section-1 .faq-section-1-link {
  text-align: center;
  color: #054063;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.5px;
  font-weight: bold;
  text-decoration: underline;
}

.faq-questions-buttons {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
}

.faq-questions-buttons .faq-questions-button {
  width: 270px;
  line-height: 45px;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  border: 1px solid #363636;
  letter-spacing: 0.5px;
  font-size: 1.5em;
  position: relative;
  cursor: pointer;
}

.faq-questions-buttons .faq-questions-button:nth-child(1) {
  margin-left: auto;
  margin-right: 15px;
}

.faq-questions-buttons .faq-questions-button:nth-child(2) {
  margin-right: auto;
  margin-left: 15px;
}

.faq-questions-buttons .faq-questions-button.active {
  background-color: #363636;
  color: #fff;
}

.faq-questions-buttons .faq-questions-button.active .triangle {
  display: inline-block;
}

.faq-questions-buttons .faq-questions-button .triangle {
  display: none;
  position: absolute;
  left: 40%;
  bottom: -35px;
  width: 0px;
  height: 0px;
  border: 20px transparent solid;
  border-top: 20px solid #363636;
}

.faq-questions {
  display: none;
}

.faq-questions.active {
  display: block;
}

.faq-questions .faq-question {
  min-height: 80px;
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
}

.faq-questions .faq-question .q-icon {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 20px;
  left: 0;
  text-align: center;
  line-height: 60px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 2.4em;
  color: #fff;
  background: linear-gradient(to bottom, #36aff5, #054063);
  box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.397);
}

.faq-questions .faq-question .faq-question-text {
  width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #36aff5;
  padding-top: 30px;
  padding-left: 80px;
  padding-right: 100px;
  padding-bottom: 30px;
}

.faq-questions .faq-question .faq-question-text .faq-question-q {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 1.7em;
}

.faq-questions .faq-question .faq-question-text .faq-question-a {
  height: 0;
  overflow: hidden;
  font-family: 'Roboto', sans-serif;
  color: #575757;
  font-size: 1.1em;
  transition: height 0.7s;
}

.faq-questions .faq-question .faq-question-text .faq-question-a a,
.faq-questions .faq-question .faq-question-text .faq-question-a a:visited,
.faq-questions .faq-question .faq-question-text .faq-question-a a:hover {
  color: #0b48a3;
  text-decoration: underline;
}

.faq-questions .faq-question .faq-question-text.mobile {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 80px;
}

.faq-questions .faq-question .q-open {
  width: 30px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  top: 35px;
  right: 45px;
  background: linear-gradient(to bottom, #36aff5, #054063);
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 1.1em;
  cursor: pointer;
}

.faq-questions .faq-question .q-close {
  display: none;
  width: 30px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  top: 35px;
  right: 45px;
  background-color: #000;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 1.1em;
  cursor: pointer;
}

@media (max-width: 768px) {
  .faq-section-1 {
    padding-top: 25px;
    padding-bottom: 30px;
  }
}

.how-section-1 {
  width: 100%;
  height: auto;
  background-color: #f2f6fa;
  padding-bottom: 60px;
}

.how-section-1 .how-section-1-title {
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 3em;
}

.how-section-1 .how-section-1-description {
  text-align: center;
  font-family: 'Roboto', sans-serif;
  color: #575757;
  font-size: 1em;
  line-height: 1.3em;
}

.how-section-1 .how-section-1-link {
  text-align: center;
  color: #054063;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.5px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .how-section-1 {
    padding-top: 25px;
  }

  .how-section-1 .how-section-1-description {
    font-size: 1.1em;
    line-height: 1.5em;
  }

  .how-section-1 .how-section-1-description h2 {
    font-size: 25px;
  }

  .how-section-1-title img {
    width: 60% !important;
    margin-bottom: 0 !important;
  }
}

.how-section-1 .how-section-1-link a,
.how-section-1 .how-section-1-link a:visited,
.how-section-1 .how-section-1-link a:hover {
  width: 300px;
  height: 60px;
  border-radius: 5px;
  background: linear-gradient(to bottom, #36aff5, #054063);
  line-height: 60px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 1.2em;
  letter-spacing: 0.5px;
  text-align: center;
  color: #fff !important;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  cursor: pointer;
  display: block;
  text-decoration: none !important;
}

.how-step {
  background-image: url('https://fleetwraphq.com/dev/wp-content/uploads/2022/04/home_bg_new_2.jpeg');
  background-position: left top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding-top: 80px;
  padding-bottom: 80px;
}

.how-step .how-step-image {
  position: relative;
}

.how-step .how-step-image.right .how-step-number {
  text-align: right;
  margin-left: auto;
}

.how-step .how-step-image.right .how-step-number img {
  margin-right: 50px;
}

.how-step .how-step-image.right img.front {
  left: 15px;
}

.how-step .how-step-image.right .play-icon {
  left: 20%;
}

.how-step .how-step-image.left .how-step-number img {
  margin-left: 50px;
}

.how-step .how-step-image.left img.front {
  right: 15px;
}

.how-step .how-step-image.left .play-icon {
  right: 20%;
}

.how-step .how-step-image .how-step-number {
  width: 70%;
  background: linear-gradient(to bottom, #36aff5, #054063);
  padding-top: 70px;
  padding-bottom: 70px;
  box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.397);
}

.how-step .how-step-image .how-step-number img {
  width: 50%;
  height: auto;
  opacity: 0.4;
}

.how-step .how-step-image img.front {
  width: 55%;
  height: auto;
  position: absolute;
  top: 80px;
  box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.397);
  cursor: pointer;
}

.how-step .how-step-image .play-icon {
  position: absolute;
  top: 40%;
  font-size: 5em;
  color: #fff;
  opacity: 0.7;
  cursor: pointer;
}

.how-step .how-step-text.mobile .how-step-description {
  margin-right: 20px;
  margin-top: 30px;
}

.how-step .how-step-text .how-step-circle {
  width: 100px;
  height: 100px;
  padding: 5px;
  border-radius: 50%;
  background: linear-gradient(to bottom, #36aff5, #054063);
}

.how-step .how-step-text .how-step-circle .how-step-circle-sm {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 50%;
  text-align: center;
  line-height: 90px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 3.6em;
  color: #212529;
  position: relative;
}

.how-step .how-step-text .how-step-circle .how-step-circle-sm .how-step-circle-image {
  width: 90px;
  height: auto;
  position: absolute;
  display: inline-block;
  background-color: #ffffff;
  top: 20px;
  left: -20px;
  line-height: 45px;
  padding-bottom: 3px;
}

.how-step .how-step-text .how-step-circle .how-step-circle-sm .how-step-circle-image img {
  height: auto;
  max-height: 90px;
  width: auto;
}

.how-step .how-step-text .how-step-title {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 2.8em;
  margin-top: 30px;
}

.how-step .how-step-text .how-step-description {
  font-family: 'Roboto', sans-serif;
  font-size: 1.4em;
  color: #858383;
  margin-top: 20px;
  margin-right: 120px;
  padding-bottom: 40px;
  border-bottom: 1px solid #d4d4d4;
}

.how-step .how-step-text .how-step-link {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  color: #36aff5;
  font-size: 1.2em;
  letter-spacing: 0.5px;
  margin-top: 20px;
}

.how-step .how-step-text .how-step-link a,
.how-step .how-step-text .how-step-link a:visited,
.how-step .how-step-text .how-step-link a:hover {
  color: #36aff5;
  text-decoration: none;
}

@media (max-width: 768px) {
  .how-step .how-step-text .how-step-circle {
    margin-top: 15px;
  }
}

.modal-close-button {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  opacity: 0.7;
}

.modal-close-button:hover {
  opacity: 1;
}

.modal-close-button .line {
  width: 60px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  top: 30px;
}

.modal-close-button .line:nth-child(1) {
  transform: rotate(45deg);
}

.modal-close-button .line:nth-child(2) {
  transform: rotate(-45deg);
}

.blog-section-1 {
  width: 100%;
  height: auto;
  background-color: #f2f6fa;
  padding-top: 50px;
  padding-bottom: 50px;
}

.blog-section-1 .blog-section-1-title {
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 3em;
}

.blog-section-1 .blog-section-1-description {
  text-align: center;
  font-family: 'Roboto', sans-serif;
  color: #575757;
  font-size: 1.3em;
  line-height: 1.6em;
}

.blog-section-1 .blog-section-1-link {
  text-align: center;
  color: #054063;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.5px;
  font-weight: bold;
  text-decoration: underline;
}

.blog-search {
  position: relative;
  margin-bottom: 40px;
}

.blog-search input,
.blog-search .inner {
  width: 100%;
  height: 60px;
  border: 1px solid #666666;
  padding-left: 30px;
  line-height: 60px;
}

.blog-search .inner {
  cursor: pointer;
}

.blog-search .icon {
  position: absolute;
  color: #005a93;
  font-size: 1.4em;
  top: 50%;
  transform: translateY(-50%);
  right: 27px;
  cursor: pointer;
}

.blog-search .blog-search-dropdown {
  border: 1px solid #c5c5c5;
  border-radius: 4px;
  position: absolute;
  top: 63px;
  left: 15px;
  width: calc(100% - 30px);
  background-color: #fff;
  z-index: 999;
  display: none;
}

.blog-search .blog-search-dropdown.active {
  display: inline-block;
}

.blog-search .blog-search-dropdown ul.categories-list {
  list-style: none;
  margin: 0;
}

.blog-search .blog-search-dropdown ul.categories-list li {
  line-height: 50px;
  font-family: 'Roboto', sans-serif;
  color: #575757;
  height: 50px;
  font-size: 1.2em;
}

.blog-cat-title,
.blog-search-title {
  line-height: 100px;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 3em;
}

.blog-item-image {
  position: relative;
  width: 100%;
  height: 250px;
  margin-right: auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.blog-item-image img {
  width: 100%;
  height: auto;
}

.blog-item .headline {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  color: #005a93;
  font-weight: bold;
  margin-top: 30px;
  text-transform: uppercase;
  font-size: 0.8em;
  letter-spacing: 0.5px;
}

.blog-item .headline span.cats a {
  text-decoration: underline;
}

.blog-item .headline span.cats a,
.blog-item .headline span.cats a:visited,
.blog-item .headline span.cats a:hover {
  color: inherit;
}

.blog-item .single-title {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 1.3em;
  margin-top: 10px;
}

.blog-item .blog-excerpt {
  color: #777777;
  font-size: 1em;
}

.blog-item .blog-read-more {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  color: #054063;
  letter-spacing: 0.5px;
  text-decoration: underline;
}

.blog-load-more {
  width: 200px;
  height: 60px;
  border-radius: 5px;
  background: linear-gradient(to bottom, #36aff5, #054063);
  line-height: 60px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 1.2em;
  letter-spacing: 0.5px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  margin-bottom: 80px;
}

.blog-item .blog-read-more {
  display: block;
  width: 200px;
  border-radius: 5px;
  background: linear-gradient(to bottom, #36aff5, #054063);
  line-height: 30px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.5px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .blog-item {
    margin: 25px 0;
  }

  .blog-item .blog-read-more {
    width: 100%;
    line-height: 35px;
  }
}

body {
  background-color: white !important;
}

a,
a:visited,
a:hover {
  color: inherit;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-font-smoothing: antialiased;
}

.top-image {
  position: relative;
  text-align: center;
  overflow: hidden;
  /* height: 510px; */
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 85px;
}

@media only screen and (max-width: 991px) {
  .top-image {
    margin-top: 0;
  }
}

.top-image img {
  width: 100%;
}

.top-image .mountain {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: -15%;
  left: 0;
  min-width: 800px;
}

.top-image .banner-text {
  width: 100%;
  margin-top: 10%;
  text-align: left;
  margin-bottom: 15%;
}

.top-image .banner-text h3 {
  font-family: 'Ubuntu', sans-serif;
  color: white;
  font-weight: 100;
  letter-spacing: 22px;
  font-size: 2.4em;
}

.top-image .banner-text h1 {
  font-size: 5em;
  line-height: 1em;
  color: white;
  font-weight: 600;
  letter-spacing: 3px;
  font-family: Ubuntu, sans-serif;
}

.top-image .banner-text p {
  color: white;
  font-family: Ubuntu, sans-serif;
  font-size: 1.2em;
}

.top-image .banner-text .buttons .button-view {
  width: 200px;
  height: 55px;
  display: inline-block;
  line-height: 51px;
  text-align: center;
  background-color: white;
  border-radius: 5px;
  color: black;
  font-size: 1.2em;
  font-family: 'Ubuntu';
  margin-right: 10px;
  margin-bottom: 10px;
  border: 2px solid white;
}

.top-image .banner-text .buttons .button-request {
  width: 200px;
  height: 55px;
  display: inline-block;
  line-height: 51px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  text-align: center;
  color: white;
  border-top: 2px solid white;
  border-left: 2px solid white;
  border-bottom: 2px solid white;
  position: relative;
  font-size: 1.2em;
}

.top-image .banner-text .buttons .button-request .angle {
  width: 39px;
  height: 39px;
  position: absolute;
  top: 6px;
  right: -20px;
  transform: rotate(45deg);
  border-top: 2px solid white;
  border-right: 2px solid white;
}

.section-below-banner .banner-bottom-text {
  width: 100%;
  margin-top: 15px;
  text-align: center;
  font-family: 'Ubuntu', sans-serif;
  letter-spacing: 8px;
  font-size: 1.1em;
  color: #676767;
}

.section-below-banner {
  background-image: url('https://fleetwraphq.com/dev/wp-content/uploads/2023/01/image5.png');
  background-size: 100% auto;
  background-position: bottom;
  background-repeat: no-repeat;
  padding-bottom: 80px;
}

.banner-below-text {
  width: 100%;
  height: auto;
  display: block;
  line-height: 50px;
  text-align: center;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 600;
  color: #00a0e0;
  font-size: 3em;
  letter-spacing: 5px;
}

/* Section */
.section-container {
  margin-top: 50px !important;
}

.section-container .row {
  background-color: white;
  padding: 0;
  margin-top: 30px;
}

.section-image {
  text-align: center;
  padding: 0;
}

.section-image img {
  max-width: 100%;
}

.section-title-icon {
  width: 100%;
  margin-top: 10%;
  text-align: center;
}

.section-titile-icon img {
  max-width: 70%;
}

.section-text-text {
  text-align: center;
  margin-top: 30px;
  color: #676767;
}

.section-text-text p {
  display: flex;
  margin-top: 20px;
  padding-bottom: 0;
}

.section-text-text p img {
  margin-left: auto;
}

.section-text-text p span {
  margin-right: auto;
  margin-left: 10px;
  font-size: 1.2em;
}

.section-text .see-more {
  width: 40%;
  height: 45px;
  display: block;
  background-color: #00a0e0;
  border-radius: 5px;
  text-align: center;
  line-height: 45px;
  color: white;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 15px;
}

/* OUR REVIEWS */
.our-reviews {
  background-image: url('https://fleetwraphq.com/dev/wp-content/uploads/2023/01/image4.png');
  background-size: 100% 100%;
  background-position: top;
  background-repeat: no-repeat;
  padding-top: 100px;
  padding-bottom: 100px;
  color: #676767;
}

.our-reviews .title {
  font-size: 3em;
  color: #00a0e0;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 600;
  line-height: 40px;
}

.our-reviews .text {
  font-family: 'Ubuntu', sans-serif;
}

.our-reviews .text p {
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.3em;
  line-height: 1.5em;
}

.our-reviews .text h4 {
  letter-spacing: 3px;
  font-size: 0.9em;
}

/* CONTACT */
.contact {
  padding-bottom: 100px;
}

.contact .title-row {
  margin-top: 60px;
  margin-bottom: 60px;
  font-family: 'Ubuntu', sans-serif;
}

.contact .title-row .title {
  text-align: center;
  font-size: 2em;
  color: black;
  font-weight: 600;
  line-height: 1.4em;
}

.contact .contact-item .key {
  color: #00a0e0;
  font-size: 1.1em;
  font-weight: 600;
}

.contact .contact-item .value {
  font-size: 1.1em;
  color: #676767;
  font-family: 'NotoSans', sans-serif;
  font-weight: 100;
}

/* GET STARTED */
.get-started .gs-form-title {
  font-size: 24px;
  font-family: 'Ubuntu', sans-serif;
  color: #292929;
  text-align: center;
  padding-bottom: 40px;
}

.get-started .gs-form-item label {
  width: 100%;
  font-size: 16px;
  font-family: 'Ubuntu', sans-serif;
  color: #33333b;
  font-weight: bold;
  line-height: 40px;
}

.get-started .gs-form-item input {
  width: 100%;
  background-color: white;
  border: 1px solid #dddddd;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

.get-started .gs-form-item .cb-pi,
.get-started .gs-form-item .dt-dl {
  display: none;
}

.get-started .gs-form-item .cb-pi-item {
  padding-top: 10px;
  height: 70px;
  line-height: 35px;
}

.get-started .gs-form-item .cb-pi-clickable {
  width: 35px;
  height: 35px;
  background-color: #dddddd;
  border-radius: 2px;
  float: left;
  margin-right: 20px;
  cursor: pointer;
  color: white;
}

.get-started .gs-form-item .cb-pi-clickable svg {
  fill: white;
  display: none;
}

.get-started .gs-form-item .cb-pi-clickable.checked {
  background-color: #00a0e0;
}

.get-started .gs-form-item .cb-pi-clickable.checked svg {
  display: inherit;
}

.get-started .gs-form-item .cb-pi-text {
  /* display: inline; */
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  color: #33333b;
  font-weight: 300;
  float: left;
}

.get-started .gs-form-item .date-fm {
  padding-bottom: 20px;
}

.get-started .gs-form-item .date-fm input {
  text-align: center;
}

.get-started .wpcf7-submit {
  display: none;
}

.denver-form-button {
  width: 170px;
  height: 56px;
  background-color: #00a0e0;
  font-size: 16px;
  border-radius: 5px;
  border: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 100px;
  color: #fff;
  cursor: pointer;
  text-align: center;
  line-height: 56px;
}

.get-started iframe {
  max-width: 100% !important;
}

.get-started iframe body {
  background-color: white !important;
}

.get-started body .formWrap {
  border: 0;
}

/* FIRST STEP */
.first-step {
  background-image: url('https://fleetwraphq.com/dev/wp-content/uploads/2023/01/image6.png');
  background-size: 100% auto;
  background-position: bottom;
  background-repeat: no-repeat;
  padding-bottom: 100px;
  color: #676767;
}

.first-step-text h2 {
  text-align: center;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
  margin-bottom: 30px;
}

.first-step-text p {
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.2em;
}

@media only screen and (min-width: 991px) {
  .page-id-131 h1.page-banner-title {
    margin-right: -2em;
  }
}

.reorder-form input {
  width: 100%;
  height: 60px;
  margin-top: 30px;
  background-color: #fff;
  border: 0;
  border-top: 2px solid #9b9b9b;
  border-radius: 5px;
  padding-left: 30px;
  font-family: 'Roboto', sans-serif;
}

.reorder-form textarea {
  width: 100%;
  height: 150px;
  margin-top: 30px;
  background-color: #fff;
  border: 0;
  border-top: 2px solid #9b9b9b;
  border-radius: 5px;
  padding-left: 30px;
  font-family: 'Roboto', sans-serif;
  padding-top: 20px;
}

.reorder-button {
  width: 250px;
  height: 60px;
  border-radius: 5px;
  background: linear-gradient(to bottom, #36aff5, #054063);
  line-height: 60px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 1.1em;
  letter-spacing: 0.5px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  display: block;
}

input.reorder-submit {
  display: none;
}

.grey-background,
.sv-s3 {
  margin-top: 200px;
  background-image: url('https://fleetwraphq.com/dev/wp-content/uploads/2023/01/incline-bg.svg');
  background-size: 100% auto;
  background-position: top;
  background-repeat: no-repeat;
}

.noUi-connects {
  background-image: linear-gradient(to right, #6fcaff, #054063);
}

.page-banner .page-banner-inner .page-banner-title {
  z-index: 10 !important;
}

.business-description {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.modal-backdrop.show {
  opacity: 0.8 !important;
}

/*HOMEPAGE*/
@media (min-width: 992px) {
  .modal-lg {
    max-width: 80%;
  }
}

/*Slider bottom */
.slider-bottom .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2300a0e0' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.slider-bottom .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2300a0e0' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.slider-bottom .carousel-indicators .active {
  background-color: #00a0e0;
}

.carousel-control-next,
.carousel-control-prev {
  width: 5%;
}

/*------------------------------------*\
  #Before After Image Section
\*------------------------------------*/
.before-after-container {
  /*  background-color: #1B1B1B;*/
  padding: 45px 0 0 0;
}

.city-carousel a.carousel-control-prev,
.city-carousel a.carousel-control-next {
  width: 5%;
  margin-top: -200px;
}

.city-carousel a.carousel-control-prev i,
.city-carousel a.carousel-control-next i {
  color: #32a1e0;
  font-size: 40px;
}

.city-carousel .carousel-indicators {
  margin-top: 20px;
  border-top: solid 1px #ccc;
  padding-top: 20px;
  bottom: -60px;
}

.city-carousel .carousel-indicators li {
  background-color: #000;
}

.city-carousel .carousel-indicators li.active {
  background-color: #34a4e1;
}

@media only screen and (max-width: 767px) {
  .city-carousel .text-column {
    width: 70%;
    margin: 0 auto;
    padding: 0 !important;
  }

  .city-carousel .text-column .pr-5,
  .city-carousel .text-column .pl-5 {
    padding: 0 !important;
  }
}

@media only screen and (max-width: 992px) {

  .city-carousel a.carousel-control-prev,
  .city-carousel a.carousel-control-next {
    width: 10%;
  }
}

/*Vehicle Prep page*/
.vehicle-prep-bottom {
  margin: 0 auto;
  align-items: center;
  margin-bottom: 30px;
}

.vehicle-prep-bottom img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.vehicle-prep-bottom p {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #54565b;
}

.landing-full-width {
  width: 100%;
  max-width: unset;
  flex: unset;
}

section#areas-we-serve h3 {
  font-size: 20px;
}

section#areas-we-serve {
  background: #f2f6fa;
  padding: 50px 0px;
}

section#areas-we-serve h2 {
  text-transform: uppercase;
  font-weight: 700;
  color: #00a2ff;
}

ul.marker {
  list-style: none;
}

ul.marker {
  list-style: none;
  padding-left: 0;
}

section#areas-we-serve.home-section-4 {
  background-image: url('https://fleetwraphq.com/dev/wp-content/uploads/2022/04/home_bg_new_2.jpeg') !important;
  background-size: 100% auto;
  min-height: 45vh;
}

.locations-1 h2 {
  text-transform: uppercase;
  font-weight: bold;
}

h3.state {
  color: #00a2ff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 25px;
  margin-top: 15px;
}

.marker li {
  /* text-transform: uppercase; */
  margin-left: 18px;
  font-size: 18px;
}

section#areas-we-serve h3.state {
  font-size: 17px;
  color: #222;
}

.marker li a:hover {
  color: #00a2ff;
}

.wrap-install-body {
  text-align: center;
  margin-bottom: 75px;
}

.page-id-2593 .home-why-button {
  margin: 50px auto;
}

.smaller-car-icons {
  margin-top: 60px;
}

.smaller-car-icons .gform_wrapper ul.gform_fields li.gfield.show-icon .s2-circle .s2-circle-sm .s2-circle-image {
  width: 75px;
  margin-left: 7px;
}

.db-vid-header {
  font-size: 24px;
  font-weight: 700;
  color: #00a0e0;
  text-align: center;
  margin-bottom: 15px;
}

.gform_delete_file {
  background: red;
  padding: 6px 7px 0px 8px;
  border-radius: 50%;
  color: white;
  border: 1px solid white;
}

.dropbox-top {
  margin-bottom: 30px;
  align-items: center;
}

.col-md-6.db-text {
  font-size: 20px;
  font-weight: 700;
  color: #00a0e0;
  text-align: center;
  padding: 30px;
}

.dropbox-video {
  margin: 0 auto;
  display: block;
  border-radius: 10px;
  max-width: calc(100% - 16px);
  height: auto;
}

/*End Gravity Forms*/
.section-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  object-fit: cover;
  object-position: 50% 150%;
}

.bg-wide {
  object-fit: unset !important;
}

body {
  margin: 0;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

#areas-we-serve .home-why-button {
  margin-top: 15px;
}

.contact-section-1-subtitle {
  margin-bottom: 30px;
}

.db-step {
  font-size: 24px;
  color: black;
  font-weight: 900;
  text-align: center;
}

.db-step.blue {
  color: #00a0e0;
}

.thank-you-btns {
  display: flex;
  flex-wrap: wrap;
  max-width: 660px;
  margin: 0 auto;
}

.thank-you-btns>a {
  width: 300px;
}

.landing-h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 1.5em;
  line-height: 1.5;
  color: #212529;
}

.carousel-control-next,
.carousel-control-prev {
  opacity: 1;
}

.disclaimer {
  font-size: 12px;
  opacity: 0.5;
}

.warning-header {
  background: red;
  color: white;
  font-weight: 900;
  margin-top: -70px;
  margin-bottom: 30px;
  padding: 30px;
  letter-spacing: 2px;
  border-radius: 5px;
  text-align: center;
}

@media (max-width: 1200px) {
  .container {
    max-width: calc(100% - 30px) !important;
    margin: 0 auto;
  }

  .free-quote {
    display: none;
  }

  .page-underbanner .offset-lg-4 {
    margin-left: unset;
    margin: 0 auto;
  }

  .page-banner .page-banner-inner .page-banner-box-frame {
    bottom: 0;
  }

  .page-underbanner {
    margin-bottom: 0;
    padding: 20px 0;
  }
}

@media (max-width: 992px) {
  .page-banner .page-banner-inner .page-banner-title {
    position: relative;
    margin-left: 0;
    font-size: 44px;
    margin-top: 5px;
    margin-bottom: 15px;
  }

  .page-banner .page-banner-inner .page-banner-box .title-sm {
    margin-top: 15px;
    margin-bottom: 0;
  }

  .page-banner .page-banner-inner {
    top: unset;
    bottom: 0;
    height: unset;
    position: relative;
  }

  .page-banner-inner .container {
    max-width: unset !important;
  }

  .page-banner .page-banner-inner .page-banner-box-frame {
    padding: 0;
    height: unset;
    position: relative;
  }

  .page-banner .page-banner-inner .page-banner-box {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    height: 100%;
    padding-top: 0;
    background: rgba(0, 160, 224, 0.9);
    position: relative;
    z-index: 10;
  }

  .page-banner .page-banner-inner-mobile .page-banner-title-mobile {
    margin-left: unset;
  }

  .main-content {
    margin-top: 62px;
  }

  .homepage {
    margin-top: 62px;
  }
}

@media (max-width: 768px) {
  .thank-you-btns {
    flex-direction: column;
  }

  #design-tabs .nav-item {
    margin: 0 4px !important;
  }

  .portfolio-photos-buttons {
    top: 100px;
    padding: 8px;
    border-radius: 8px;
    margin-bottom: 60px;
  }

  .portfolio-photos-buttons .portfolio-photos-button {
    width: unset;
    padding: 5px 10px !important;
    font-size: 16px;
    line-height: 1.2;
    white-space: nowrap;
  }

  .col-md-6 {
    width: 100%;
  }

  .how-step-text.mobile {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 15px;
  }

  .how-step .how-step-text .how-step-title {
    min-width: 35%;
  }

  .home-section-4 .s4-slider .s4-slider-item img {
    max-width: 80px;
  }
}

@media (max-width: 530px) {
  .image-row img {
    max-width: 200px;
    height: auto;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-block {
    display: block !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
}

#hero-section .hero-box a.btn.btn-primary {
  background: linear-gradient(to bottom, #727e7e, #3a4040) !important;
}

.page-id-4019 h2,
.page-id-4019 h3,
.page-id-4019 h4 {
  color: #00a2ff;
}

.page-id-5104 .page-banner .page-banner-title {
  margin-top: 150px;
  margin-left: 10px;
}