.home-underbanner {
    position: relative;
    padding-top: 40px;
    padding-bottom: 30px;
    margin-top: 50px;
}
.home-underbanner > .row {
    position: relative;
}
.home-underbanner .inner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.home-underbanner .inner .inner-up {
    width: 100%;
    height: 13%;
    background: linear-gradient(to bottom, rgba(90, 174, 252, 0.466), #fff);
}
.home-underbanner .inner .inner-down {
    width: 100%;
    height: 10%;
    margin-top: auto;
    position: absolute;
    bottom: 0;
    background: linear-gradient(to top, rgba(90, 174, 252, 0.466), #fff);
}
.home-underbanner .inner2 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.home-underbanner .inner2 .inner2-left {
    width: 30%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
}
.home-underbanner .inner2 .inner2-right {
    width: 30%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: linear-gradient(to left, #fff, rgba(255, 255, 255, 0));
}
.home-underbanner .home-underbanner-center {
    text-align: center;
}
.home-underbanner .home-underbanner-center img {
    width: 100%;
    height: auto;
}
.home-underbanner .home-underbanner-center span.number {
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 1.4em;
}
.home-underbanner .home-underbanner-center span.plus {
    font-family: "Roboto", sans-serif;
    font-size: 1.2em;
}
.home-underbanner .home-underbanner-center span.small-text {
    font-family: "Roboto", sans-serif;
    color: #7e7e7e;
    font-size: 0.7em;
    letter-spacing: 0.5px;
}
.home-underbanner .home-underbanner-center span.stars {
    font-size: 1.4em;
    line-height: 57px;
}
.home-underbanner .home-underbanner-image {
    display: flex;
    max-height: 108px;
}
.home-underbanner .home-underbanner-image img {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-bottom: auto;
    margin-right: auto;
}
.home-section-1 {
    width: 100%;
    height: auto;
    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-1 .home-section-1-title {
    margin-left: 80px;
    margin-right: 30px;
    margin-top: 50px;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 3.2em;
    line-height: 1em;
}
.home-section-1 .home-section-1-title-mobile,
.home-section-1-title-mobile {
    margin-top: 0;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 35px;
    line-height: 1em;
    text-align: center;
}
.home-section-1 .home-section-1-text {
    margin-left: 80px;
    margin-top: 50px;
    font-family: "Roboto", sans-serif;
    font-size: 1.2em;
    color: #212529;
}
.home-section-1 .home-section-1-text-mobile,
.home-section-1-text-mobile {
    margin: 0 auto;
    margin-top: 50px;
    font-family: "Roboto", sans-serif;
    font-size: 1.2em;
    color: #212529;
    text-align: center;
    width: 600px;
    max-width: calc(100% - 30px);
}
.home-section-1 .more {
    margin-top: 50px;
    margin-left: 80px;
    font-family: "Roboto", sans-serif;
    color: #105780;
    letter-spacing: 0.5px;
    font-weight: bold;
}
.home-section-1 .more-mobile,
.more-mobile {
    margin-top: 50px;
    font-family: "Roboto", sans-serif;
    color: #105780;
    letter-spacing: 0.5px;
    font-weight: bold;
    text-align: center;
}
.home-section-1 .home-section-1-percent {
    display: flex;
    margin-bottom: 30px;
}
.home-section-1 .home-section-1-percent:nth-child(1),
.home-section-1 .home-section-1-percent:nth-child(3) {
    padding-left: 50px;
}
.home-section-1 .home-section-1-percent:nth-child(2) {
    padding-left: 120px;
}
.home-section-1 .home-section-1-percent.mobile:nth-child(1),
.home-section-1 .home-section-1-percent.mobile:nth-child(3) {
    padding-left: 0;
}
.home-section-1 .home-section-1-percent.mobile:nth-child(2) {
    padding-left: 30px;
}
.home-section-1 .home-section-1-percent .circle {
    width: 100px;
    height: 100px;
    padding: 5px;
    display: inline-block;
    border-radius: 50%;
    background: linear-gradient(to bottom, #36aff5, #054063);
}
.home-section-1 .home-section-1-percent .circle .circle-sm {
    width: 100%;
    height: 100%;
    background-color: #fff;
    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-1 .home-section-1-percent .circle .circle-sm .percent {
    position: absolute;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    color: #212529;
    font-size: 0.6em;
    display: inline;
    line-height: 35px;
    background-color: #fff;
    top: 18px;
}
.home-section-1 .home-section-1-percent.mobile .home-section-1-percent-text {
    margin-left: 15px;
    font-size: 1em;
}
.home-section-1 .home-section-1-percent .home-section-1-percent-text {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 30px;
    font-family: "Roboto", sans-serif;
    color: #054063;
    font-size: 1.1em;
}
.home-section-1 a.home-why-button,
a.home-why-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 !important;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    cursor: pointer;
    display: block;
    text-decoration: none !important;
}
.home-section-1 > .container > .row {
    align-items: center;
}
.home-section-1 .home-section-1-percent:nth-child(2) {
    padding-left: 20px;
}
.home-section-1 .home-section-1-percent .circle {
    min-width: 100px;
}
.home-section-3 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.home-section-3 .home-section-3-left {
    position: relative;
}
.home-section-3 .home-section-3-left img.blue {
    width: 70%;
    height: auto;
    border-radius: 5px;
}
.home-section-3 .home-section-3-left img.sm {
    width: 55%;
    height: auto;
    border-radius: 5px;
    box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.253);
    position: absolute;
    top: 50px;
    right: 0;
}
.home-section-3 .home-section-3-right.mobile .s3-title {
    text-align: center;
}
.home-section-3 .home-section-3-right.mobile .s3-description {
    text-align: center;
    padding-left: 0;
}
.home-section-3 .home-section-3-right.mobile .s3-quote {
    width: 100%;
}
.home-section-3 .home-section-3-right .s3-title {
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 3.2em;
    text-align: right;
    line-height: 1em;
}
.home-section-3 .home-section-3-right .s3-description {
    font-family: "Roboto", sans-serif;
    font-size: 1.2em;
    text-align: right;
    color: #212529;
    padding-left: 100px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.home-section-3 .home-section-3-right .s3-quote {
    width: 85%;
    margin-left: auto;
    padding-top: 50px;
    border-top: 1px solid #7e7e7e;
}
.home-section-3 .home-section-3-right .s3-quote .icon {
    color: #000;
    float: left;
    font-size: 1.3em;
}
.home-section-3 .home-section-3-right .s3-quote .s3-quote-text {
    padding-left: 35px;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-style: italic;
    color: #105780;
    font-size: 1.1em;
}
.home-section-3 .home-section-3-right .s3-quote .s3-quote-author {
    text-align: right;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    letter-spacing: 0.5px;
    margin-top: 5px;
}
.home-section-3-photos {
    width: 100%;
    height: auto;
    position: relative;
    box-shadow: 0 10px 30px 0 #cccccc;
}
.home-section-3-photos .s3-slider-title {
    font-family: "Roboto", sans-serif;
    font-size: 1.5em;
    padding-top: 70px;
    padding-bottom: 40px;
    color: #858585;
    letter-spacing: 0.5px;
    line-height: 70px;
}
.home-section-3-photos .s3-slider-title .s3-slider-title-text {
    text-align: center;
}
.home-section-3-photos .s3-slider-controls {
    text-align: center;
}
.home-section-3-photos .s3-slider-controls a.s3-slider-control {
    color: inherit;
    text-decoration: none;
    font-size: 2em;
}
.home-section-3-photos .s3-slider-controls a.s3-slider-control:hover {
    color: #f3f734;
}
.home-section-3-photos .s3-slider-frame {
    height: auto;
    width: 100%;
    display: block;
    position: relative;
}
.home-section-3-photos .s3-slider-frame .s3-slider-item {
    position: relative;
}
.home-section-3-photos .s3-slider-frame .s3-slider-arrow {
    width: 80px;
    height: 100%;
    background-color: #026da5;
    opacity: 0.8;
    position: absolute;
    top: 0;
    z-index: 99;
    cursor: pointer;
    display: flex;
    color: #fff;
}
.home-section-3-photos .s3-slider-frame .s3-slider-arrow .icon {
    margin: auto;
    font-size: 4em;
}
.home-section-3-photos .s3-slider-frame .s3-slider-arrow.left {
    left: 0;
}
.home-section-3-photos .s3-slider-frame .s3-slider-arrow.right {
    right: 0;
}
a.home-free-quote-mobile {
    width: auto;
    line-height: 45px;
    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: 23px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.5px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0;
    margin-bottom: 0;
    box-shadow: 10px 10px 20px 0 #cccccc;
}
.home-video {
    aspect-ratio: 1920 / 600;
}
.home-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#home-slider .home-slider-image {
    height: auto;
    min-height: 360px;
    object-fit: cover;
}
#home-slider {
    position: relative;
    height: 100%;
    width: 100%;
}
#home-slider .carousel-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0.7;
}

#home-slider .slide-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    z-index: 10;
}
#home-slider .slide-content h3 {
    font-size: 60px;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    text-shadow: 2px 2px 6px black;
    text-transform: uppercase;
    line-height: 65px;
    margin: 15px auto;
}
#home-slider .slide-content a {
    text-transform: uppercase;
}
#home-slider .carousel-indicators .active {
    background-color: #00a2ff;
}
#home-slider .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2300a2ff' 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");
    z-index: 999;
}
#home-slider .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2300a2ff' 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");
    z-index: 999;
}
/* HOMEPAGE FORM POPUP */
.home-form-cta {
    max-width: 400px;
    height: 250px;
    background-color: rgba(0, 162, 255, 0.9);
    padding: 20px;
    position: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    bottom: 40px;
    left: -1000px;
    z-index: 999;
    transition: 500ms ease;
    color: #fff;
    border-radius: 15px;
}
.home-cta-post-load {
    left: 20px;
}
.home-form-cta h3,
.home-form-cta p,
.home-form-cta span,
.home-form-cta .gfield_consent_label,
.home-form-cta .gfield_label {
    color: #fff;
}
.home-form-cta a {
    background-color: #fff;
    color: #00a2ff;
    border: 1px solid #00a2ff;
    transition: 300ms ease;
    text-transform: uppercase;
}
.home-form-cta a:hover {
    background-color: transparent;
    color: #fff;
    border: 2px solid white;
    box-shadow: 0 0 3px white;
}
.home-form-cta .gform_wrapper {
    border: unset !important;
    background-color: transparent;
}
.home-form-cta .close {
    background-color: #fff;
    border: 1px solid rgba(0, 162, 255, 0.9);
    font-size: 24px;
    padding: 5px;
    border-radius: 20px;
    height: 36px;
    line-height: 20px;
    text-align: center;
    width: 36px;
    position: absolute;
    top: -10px;
    right: -10px;
    opacity: 1;
    color: rgba(0, 162, 255, 1);
}
.home-form-cta .close:hover {
    background-color: rgba(0, 162, 255, 1);
    color: white;
    border: 1px solid white;
    cursor: pointer;
}
.home-form-cta .ginput_container.ginput_recaptcha {
    overflow: hidden;
}
@media only screen and (max-width: 992px) {
    #home-slider .slide-content h3 {
        font-size: 40px;
        line-height: 45px;
    }
    #home-slider .slide-content a {
        text-transform: uppercase;
    }
}
@media only screen and (max-width: 650px) {
    #home-slider .slide-content h3 {
        font-size: 30px;
        line-height: 35px;
    }
    #home-slider .slide-content a {
        width: 175px;
    }
    .home-form-cta {
        max-width: 350px;
        padding: 20px;
        bottom: 50px;
        background-color: rgba(0, 162, 255, 1);
    }
    .home-form-cta a.close {
        border: 1px solid rgba(0, 162, 255, 1);
    }
    .home-cta-post-load {
        left: 0px;
    }
}
@media (max-width: 992px) {
    .home-underbanner .col-lg-6 > .row {
        align-items: center;
        margin-bottom: 15px;
    }
    .home-underbanner {
        margin-top: 5px;
    }
    .home-section-1 .home-section-1-percent:nth-child(1),
    .home-section-1 .home-section-1-percent:nth-child(3) {
        padding-left: 0;
    }
    .home-section-1 .home-section-1-percent {
        justify-content: center;
    }
    .home-section-1 a.home-why-button,
    a.home-why-button {
        height: unset;
        line-height: unset;
        padding: 10px;
        font-size: 16px;
    }
    .home-section-1 {
        padding-top: 60px;
        padding-bottom: 0;
    }
    .home-free-quote-mobile {
        margin-bottom: 0;
        margin-top: 45px;
    }
}
@media (max-width: 768px) {
    .home-underbanner {
        display: none;
    }
    .home-section-1 {
        padding-top: 0;
        padding-bottom: 30px;
    }
    .home-section-1 {
        padding-top: 30px;
        padding-bottom: 15px;
    }
    .home-section-1 .home-section-1-title-mobile {
        margin-top: 20px;
    }
    .home-section-1 .home-section-1-percent {
        margin-bottom: 15px;
    }
    .home-section-3 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
@media (max-width: 530px) {
    .home-section-1 .home-section-1-percent .home-section-1-percent-text {
        min-width: 190px;
    }
    .home-section-1 .home-section-1-percent:nth-child(2) {
        padding-left: 0;
    }
}
