:root {
    --light-orange: #F27C2A;
    --dark-orange: #E55204;
    --darker-hover-orange: #B34003;
    --light-gray: #35312D;
    --dark-gray: #1B1B1B;
    --border-radius: 4px;
}

body {
    background: #fff;
    font-family: "Poppins", sans-serif;
    color: #000;
    padding-top: 130px;
    overflow: hidden;
}

.product-landing-page {
    padding-top: 70px;
}

.toplevel-page, .home-page {
    padding-top: 0px;
}

.reviews-page .page-gallery .container {
    width: 100%;
}

.product-detail-page .page-gallery .container {
    width: 100%;
}
/* Animations
    --------------------------------------------------------------------------------------- */
.fadeInUp {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .3s linear, transform .5s linear;
}

    .fadeInUp.animate {
        opacity: 1;
        transform: translateY(0);
    }

.fadeInRight {
    opacity: 0;
    transform: translateX(20px);
    transition: opacity .3s linear, transform .5s linear;
}

    .fadeInRight.animate {
        opacity: 1;
        transform: translateX(0);
    }

.fadeInLeft {
    opacity: 0;
    transform: translateX(-20px);
    transition: opacity .3s linear, transform .5s linear;
}

    .fadeInLeft.animate {
        opacity: 1;
        transform: translateX(0);
    }

.slide-up-hover {
    transition: transform .3s linear;
}

    .slide-up-hover:hover {
        transform: translateY(-5px);
        transition: transform .3s linear;
    }

.slide-up-animation {
    animation: slideUp .3s linear;
}

@keyframes slideUp {
    0% {
        transform: translateY(20px);
    }

    100% {
        transform: translateY(0);
    }
}

.delay-1ms {
    transition-delay: .1s;
}

.delay-2ms {
    transition-delay: .2s;
}

.delay-3ms {
    transition-delay: .3s;
}

.delay-4ms {
    transition-delay: .4s;
}

.delay-5ms {
    transition-delay: .5s;
}

.delay-6ms {
    transition-delay: .6s;
}

/* Header
   ---------------------------------------------------------------------------------------- */

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: #000;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#111111', GradientType=0 );
}

.transparent-header .header {
    background: rgb(0,0,0,0.5);
}

.fixed-nav {
    padding-top: 0;
}

    .fixed-nav .header {
        position: static;
    }

.navbar {
    margin: 0;
    border: 0;
    border-radius: 0;
    background-color: none;
}

.navbar-brand {
    height: auto;
    padding: 0;
}

    .navbar-brand img {
        height: 70px;
    }

.navbar-toolbar {
    line-height: 64px;
    float: right;
    text-align: right;
}

.navbar-toolbar, .navbar-brand {
    position: relative;
    z-index: 3;
}

    .navbar-toolbar .social-icon {
        font-size: 24px;
        margin-right: 24px;
        display: inline-block;
        line-height: 32px;
        vertical-align: middle;
    }

        .navbar-toolbar .social-icon i {
            background: #fff;
            height: 21px;
            line-height: 21px;
            border-radius: 4px;
        }

    .navbar-toolbar .btn-quote {
        margin-left: 15px;
    }

.navbar-toggle {
    float: right;
    margin: 0px;
    padding: 0;
    width: 50px;
    line-height: 50px;
    color: #eee;
    text-align: center;
    font-size: 18px;
}

.navbar-phone-number {
    line-height: 32px;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
}

.navbar {
    position: relative;
    z-index: 1;
}

.navbar-collapse {
    padding: 0;
    text-align: center;
}

    .navbar-collapse .nav-main {
        float: none;
        display: inline-block;
        vertical-align: top;
    }

.nav-main .aMain {
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
}

    .nav-main .aMain:hover, .nav-main .aMain:focus, .nav-main .aMain.active {
        background: transparent;
        color: var(--dark-orange);
    }

.online-chat {
    position: fixed;
    bottom: 5px;
    right: 5px;
}

/* Footer
   ---------------------------------------------------------------------------------------- */
.breadcrumbs {
    border-top: 1px solid #EEEEEE;
    margin-top: 20px;
}

.breadcrumb {
    background-color: transparent;
    padding: 8px 0;
    margin: 0;
    font-size: 85%;
}

    .breadcrumb a {
        color: #777;
    }

.footer {
    border-top: 1px solid #333;
    padding: 20px 0;
    color: #fff;
    padding-top: 80px;
}

    .footer li {
        margin: 10px 0px;
    }

    .footer a {
        color: #fff;
    }

        .footer a:hover, .footer a:focus {
            color: #999;
            text-decoration: none;
        }


    .footer .location-div {
        margin: 20px 0px;
    }

.footer-heading {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
}

.footer, .copyright {
    background: var(--dark-gray);
}

    .footer p a {
        color: #e55204;
        text-decoration: underline;
    }

.copyright {
    padding: 20px 0 60px 0;
    color: #999;
}

    .copyright a, .copyright a:hover, .copyright a:focus {
        color: #999;
    }

.footer-social .linktree {
    position: relative;
    align-items: center;
    justify-content: center;
}

    .footer-social .linktree:hover .linktree-img {
        filter: invert(44%) sepia(52%) saturate(7499%) hue-rotate(11deg) brightness(100%) contrast(97%);
    }

.footer-social .linktree-img {
    filter: brightness(0)invert(1);
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
}

.footer-social .btn {
    border-radius: 50%;
    padding: 0;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #333;
    color: #fff;
    font-size: 18px;
}

    .footer-social .btn:hover, .footer-social .btn:focus {
        color: var(--dark-orange);
    }

.cookie-section {
    background: rgba(0, 0, 0, .9);
    position: fixed;
    z-index: 999;
    width: 100%;
    bottom: 0;
    text-align: center;
    color: #fff;
}
/* Pages
   ---------------------------------------------------------------------------------------- */
/*Global Classes*/
.section-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: 1;
}

.dark-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: 3;
    background-color: rgb(0,0,0,0.5);
}

.light-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: 3;
    background-color: rgb(255,255,255,0.8);
}
/* Home Page */
.home-page .hero {
    height: 634px;
    color: #fff;
    text-shadow: 0 0 10px #333;
    background: #333;
    position: relative;
    z-index: 0;
    overflow: hidden;
    text-align: center;
}

    .home-page .hero h1, .home-page .hero .h1 {
        margin: 0 0 3px 0;
    }

    .home-page .hero .btn {
        text-shadow: none;
    }

    .home-page .hero .lead {
        font-size: 30px;
        font-weight: 600;
        line-height: 100%;
    }

.home-page .btn-lg {
    min-width: 250px;
}

.home-page .hero .item {
    height: 634px;
    background: no-repeat 50% 50%;
    background-size: cover;
}


@keyframes imageAnimation {
    0% {
        opacity: 0;
        animation-timing-function: ease-in;
    }

    8% {
        opacity: 1;
        animation-timing-function: ease-out;
    }

    33% {
        opacity: 1;
    }

    40% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.hero .div-table-cell {
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0 );
}

.company-benefits-section {
    background: #dddad4;
}

    .company-benefits-section a {
        color: #333;
    }

        .company-benefits-section a:hover, .company-benefits-section a:focus {
            text-decoration: none;
        }

            .company-benefits-section a:hover b, .company-benefits-section a:focus b {
                color: #333;
            }

    .company-benefits-section .caption {
        margin-bottom: 10px;
    }

.classes-section .section-heading {
    color: #fff;
}

.classes-section {
    background: #202020;
    color: #ccc;
}

    .classes-section b {
        color: #fff;
    }

    .classes-section li {
        position: relative;
    }

        .classes-section li::before {
            content: "";
            background: #fff;
            border-radius: 50%;
            display: inline-block;
            width: 13px;
            height: 13px;
            left: -22px;
            top: 6px;
            position: absolute;
            z-index: 0;
        }

.home-page .banner-find-school {
    height: 430px;
}

.about-section .page-content .lead {
    line-height: 180%;
}

.testimonial-section .quote {
    padding: 20px 40px;
    font-size: 18px;
}

.quote-section {
    background: #111 url(/img/home/quote-bg.jpg) no-repeat 50% 50%;
    background-size: cover;
}

    .quote-section .quote-with-cred {
        background: transparent;
    }

    .quote-section .col-center {
        max-width: 700px;
    }

.div-bg {
    background: 50% 50% no-repeat;
    background-size: cover;
    color: #fff;
}

    .div-bg .div-table {
        background: rgba(0,0,0,.5);
    }

.section-header {
    margin: 0 auto 30px auto;
    max-width: 800px;
    text-align: center;
}

.section-heading {
    font-size: 30px;
}

.page-section {
    padding: 60px 0;
}

.quote-section .privacy {
    padding-top: 10px;
}

    .quote-section .privacy a {
        text-decoration: underline;
    }

        .quote-section .privacy a:hover {
            color: var(--dark-orange);
            text-decoration: none;
        }

/* Page */

.page-header .lead {
    margin: 5px 0 0 0;
}

.page-hero {
    margin-bottom: 20px;
    text-shadow: 0 0 10px #333;
}

    .page-hero .div-table-cell {
        background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
        background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
        background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000', GradientType=0 );
    }

.lead {
    font-size: 16px;
}

.page-header {
    padding: 30px 0;
    margin: 0;
    border: 0;
}

    .page-header h1, .page-header .h1 {
        margin: 0;
        color: #333;
    }

.page-hero .lead {
    font-size: 18px;
}

.page-hero .btn {
    text-shadow: none;
    box-shadow: 0 0 3px 0 rgba(0,0,0,.3);
}

.page-content {
    font-size: 16px;
    line-height: 160%;
}

    .page-content h2, .explore-thumbnails .h2, .page-nav-btn-group h2 {
        font-weight: bold;
    }

    .page-content li {
        margin-bottom: 6px;
    }

.page-gallery img {
    width: 100%;
    margin-bottom: 20px;
}

.page-nav-btn-group {
    margin-bottom: 20px;
}

    .page-nav-btn-group .btn {
        background: #ddd;
        margin-bottom: 5px;
        transition: all .25s linear;
    }

        .page-nav-btn-group .btn:hover, .page-nav-btn-group .btn:focus, .page-nav-btn-group .btn.active {
            background: #222;
            color: #fff;
            transition: all .25s linear;
        }

.page-hero {
    position: relative;
    overflow: hidden;
}

.product-landing-page .page-hero, .page-hero-bg {
    height: 450px;
    text-align: center;
    color: #fff;
    padding: 0;
}

.page-hero .page-hero-bg {
    height: 516px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    position: absolute;
    top: -66px;
    left: 0;
    right: 0;
    bottom: 0;
    animation: fadein ease-in 1s;
    z-index: 2;
}

@keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 100;
    }
}

.page-hero .inner {
    animation: slidedown linear .3s;
}

@keyframes slidedown {
    0% {
        opacity: 0;
        transform: translateY(-11px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.page-hero .bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #333;
    z-index: -2;
}

.page-hero .div-table {
    height: 100%;
    z-index: 3;
    position: relative;
}

.page-hero .btn-lg {
    width: 250px;
}


.div-table .inner {
    padding: 20px;
    max-width: 700px;
    margin: auto;
}

.offer-table .inner {
    padding: 20px;
    max-width: 800px;
    margin: auto;
}


.explore-thumbnails img {
    width: 100%;
    height: auto;
}

.offer-panel .panel-footer {
    background: transparent;
    padding-top: 0;
    border-top: 0;
}

.company-benefits img {
    display: inline-block;
}

.company-location-heading .location-label {
    margin: 4px 0;
    font-weight: bold;
}

.company-location-heading .company-name {
    display: block;
    font-size: 85%;
    line-height: 1.42857;
}

.company-location-heading .btn-directions {
    float: right;
}

.current-offer {
    text-align: center;
    margin: 0 0 20px 0;
}

    .current-offer .panel {
        box-shadow: none;
        margin: 0;
        border: 0;
    }

    .current-offer .offer-title {
        font-weight: bold;
        font-size: 24px;
        margin-bottom: 4px;
    }

    .current-offer a {
        background: #fff;
        color: #333;
        display: block;
        border: 1px solid #ddd;
    }

        .current-offer a:hover, .current-offer a:focus {
            text-decoration: none;
        }

.product-detail-page .current-offer .btn, .location-page .current-offer .btn {
    display: none;
}

.product-thumbnails .cell {
    margin-bottom: 20px;
}

.quote-with-cred, .application-form, .quote-form {
    background: var(--dark-gray);
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 40px;
    color: #fff;
}

    .quote-with-cred .quote-form {
        padding: 0;
        background: transparent;
    }

        .quote-with-cred .quote-form .form-title {
            display: none;
        }

.credibility a, .credibility a:hover, .credibility a:focus {
    color: var(--dark-orange);
}

.quote-with-cred .quote-form {
    margin: 0;
}

.quote-header {
    margin: 0 auto 20px auto;
}

    .quote-header .form-title {
        font-size: 22px;
        font-weight: bold;
        line-height: 100%;
        color: #fff;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .quote-header .lead {
        font-size: 18px;
        color: #fff;
        font-weight: 600;
    }

    .quote-header .aggregate-reviews .fa-star {
        color: var(--dark-orange);
    }

.quote-form {
    margin-bottom: 20px;
}

    .quote-form .form-title {
        font-size: 26px;
        color: #fff;
        line-height: 100%;
        margin-bottom: 15px;
        text-align: center;
    }

    .quote-form .message {
        padding-top: 20px;
        color: #E0E0E0;
    }

.aggregate-reviews .credibility-rating {
    color: #fff;
    font-weight: bold;
}

.text-primary {
    color: var(--dark-orange);
}

.btn-primary {
    background: var(--dark-orange);
    color: #fff;
    border-color: var(--dark-orange);
}

    .btn-primary:hover, .btn-primary:focus {
        background: var(--darker-hover-orange);
        color: #fff;
        border-color: var(--darker-hover-orange);
    }

.btn-outline-primary {
    border: 1px solid var(--dark-orange);
    color: var(--dark-orange);
    background: transparent;
}

    .btn-outline-primary:hover,
    .btn-outline-primary:focus {
        border: 1px solid var(--dark-orange);
        color: #fff;
        background: var(--dark-orange);
    }

.application-form .nav.nav-tabs {
    border-bottom-color: #333;
}

    .application-form .nav.nav-tabs a, .nav-tabs {
        background: transparent;
        color: #999;
        border-color: transparent;
    }

    .application-form .nav.nav-tabs a {
        border-width: 0 0 3px 0;
    }

        .application-form .nav.nav-tabs a:hover, .application-form .nav.nav-tabs a:focus {
            color: var(--dark-orange);
        }

    .application-form .nav.nav-tabs .active a, .nav-tabs .active {
        color: var(--dark-orange);
        border-color: var(--dark-orange);
        background: transparent;
        border-width: 0 0 3px 0;
    }

.apply-page .col-center {
    max-width: 500px;
}

.application-form h3 {
    font-weight: bold;
}

.application-form hr {
    border-color: #333;
}

#apply-login small {
    font-size: 12px;
}

.hazmat-banner {
    background: linear-gradient(rgba(64,64,64,.7),rgba(64,64,64,.4)),url(/img/pages/hazmat-banner.jpg) no-repeat 50% 50%;
    background-size: cover;
    height: 305px;
    color: #fff;
    text-shadow: 0 0 10px #333;
    padding: 20px;
    border-radius: 4px;
    display: block;
}

    .hazmat-banner:hover {
        color: #fff;
        text-decoration: none;
    }

    .hazmat-banner:focus {
        color: #fff;
        text-decoration: none;
    }

.banner-find-school {
    height: 305px;
    color: #fff;
    text-shadow: 0 0 10px #333;
    padding: 20px;
    border-radius: 4px;
    display: block;
}

    .banner-find-school .h1 {
        margin: 0 0 3px 0;
    }

    .banner-find-school .lead {
        font-size: 18px;
        max-width: 500px;
        margin: 0 auto 10px auto;
    }

    .banner-find-school:hover, .banner-find-school:focus {
        color: #fff;
        text-decoration: none;
    }

.application-form form .employer.first .btn-delete-employer {
    display: none;
}

.no-side-pad {
    padding-left: 0;
    padding-right: 0;
}
/*Page Gallery Sublevel*/
.offers-page .page-gallery .container {
    width: 100%;
}
/*HOME PAGE********************/
/*HERO SECTION*/
.hero-section {
    padding-top: 160px;
    position: relative;
    color: #fff;
}

.hero-img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: 1;
}

.hero-overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 3;
    background: rgb(0,0,0,.5);
}

.hero-section .container {
    position: relative;
    z-index: 5;
}

.hero-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-around;
}

.hero-title-section {
    padding: 0px 20px;
    max-width: 550px;
}

.hero-quote-section {
    width: 400px;
    flex-grow: 0;
    flex-shrink: 0;
}

.aggregate-reviews .credibility-description, .aggregate-reviews .item-name, .aggregate-reviews .rating-div {
    margin-bottom: 10px;
}

.hero-logo {
    max-width: 100px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 8px;
}
/*CAROUSEL SECTION*/
.carousel-logo {
    background: #fff;
    padding: 30px 20px;
    position: relative;
}

    .carousel-logo .sub-title-img {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        object-fit: cover;
        z-index: 1;
    }

    .carousel-logo .section-header, .carousel-logo .container {
        position: relative;
        z-index: 3;
    }

    .carousel-logo .section-header {
        margin-bottom: 0px;
    }

    .carousel-logo .section-title {
        margin-bottom: 0px;
    }

    .carousel-logo .mobile-version {
        display: none;
    }

    .carousel-logo .desktop-version {
        display: inherit;
    }

    .carousel-logo .carousel {
        margin: auto;
        margin-top: 20px;
        position: relative;
        border-radius: @border-radius;
    }

    .carousel-logo .item .center-row {
        display: flex;
        justify-content: center;
    }

    .carousel-logo .flex-div {
        width: 100%;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        height: 160px;
    }

    .carousel-logo .img-div-carousel {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0px 8px;
        height: 90%;
        max-width: 200px;
        max-height: 120px;
    }

        .carousel-logo .img-div-carousel img {
            object-fit: contain;
            height: 100%;
            width: auto;
        }

    .carousel-logo .enlarge-logo {
        max-height: 130px;
    }

    .carousel-logo .anchor-arrow-right, .carousel-logo .anchor-arrow-left {
        position: absolute;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        top: 0;
        bottom: 0;
        margin: auto 0;
        text-decoration: none;
        color: #000;
    }

    .carousel-logo .anchor-arrow-right {
        right: -20px;
    }

    .carousel-logo .anchor-arrow-left {
        left: -20px;
    }

    .carousel-logo .carousel-arrow-icons {
        font-size: 30px;
        font-size: 30px;
    }

/* ACADEMY STORIES */

.blog-section.academy-stories {
    background: #FFF;
    color: #000;
}

    .blog-section.academy-stories .section-header {
        color: #000;
    }

    .blog-section.academy-stories .company-blog .blog-card-anchor {
        color: #000;
    }

    .blog-section.academy-stories .company-blog {
        box-shadow: none;
    }

/*BENEFITS SECTION*/
.benefits-section {
    position: relative;
    background: #333;
    color: #fff;
}

    .benefits-section .section-header, .benefits-section .container {
        position: relative;
        z-index: 5;
    }

    .benefits-section .dark-overlay {
        background-color: rgb(0,0,0,0.8);
    }

    .benefits-section .section-bg-img {
        object-position: center 70%;
    }

.benefit {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 350px;
    margin: auto;
    margin-bottom: 40px;
}

    .benefit:hover > .service-icon {
        transform: rotateY(360deg);
        transition: all 1.5s;
    }

.service-icon {
    width: 50px;
    height: auto;
    margin-bottom: 20px;
}

/*TOPLEVEL SERVICE SECTION*/
.toplevel-service-section {
    background: var(--light-gray);
    color: #fff;
}

    .toplevel-service-section .section-header {
        color: #fff;
    }

    .toplevel-service-section .service-anchor {
        display: block;
        text-decoration: none;
        color: #fff;
    }

        .toplevel-service-section .service-anchor:hover {
            color: #fff;
        }

    .toplevel-service-section .panel {
        overflow: hidden;
        transition: all .65s linear;
        background: #6E655D;
        max-width: 400px;
        margin: auto;
    }

        .toplevel-service-section .panel:hover {
            border: 2px solid var(--dark-orange);
            transition: all .35s linear;
        }

    .toplevel-service-section img {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        width: 100%;
        object-fit: cover;
        height: 200px;
    }

    .toplevel-service-section .panel-body {
        text-transform: uppercase;
        font-weight: bold;
        color: #fff;
    }

    .toplevel-service-section .panel-footer {
        background: none;
    }

        .toplevel-service-section .panel-body a, .toplevel-service-section .panel-footer a {
            color: #fff;
        }

    .toplevel-service-section .panel-footer {
        border-top: none;
    }

        .toplevel-service-section .panel-footer .btn {
        }
/*OFFERS SECTION*/
.offers-section .offer-panel, .offers-section .offer-panel .panel {
    height: 100%;
}

.offers-section .offer-panel {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.offers-section .panel-hero img {
    height: 170px;
    width: 100%;
    object-fit: cover;
}

.offers-section .flex-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.offers-section .panel-body {
    min-height: 140px;
    flex: 1;
}

    .offers-section .panel-body a {
        color: #000;
    }

.product-detail-page .offer-panel .panel-hero img {
    max-height: 400px;
    margin: auto;
}
/*SERVICE AREA SECTION*/
.service-area-section {
    background: var(--light-gray);
}

.service-area-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    max-width: 500px;
    float: right;
    color: #fff;
    margin: 80px;
    padding: 20px;
}

.service-area-wrapper {
    height: 100%;
    width: 100%;
}

.service-area-img-div {
    height: 100%;
    width: 100%;
    position: relative;
    min-height: 400px;
}

.map-text-div {
    position: relative;
    z-index: 5;
    height: 100%;
}

    .map-text-div .btn {
        background: var(--dark-orange);
    }

.service-area-section .map-text {
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
    color: #fff;
    transition: all .65s linear;
}

    .service-area-section .map-text:hover {
        background: rgb(0,0,0,0.4);
        transition: all .65s linear;
    }

    .service-area-section .map-text .map-text-flex-div {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 100%;
        max-width: 500px;
        margin: auto;
    }

/*REVIEW SECTION*/
.review-section {
    background: #fff;
    position: relative;
}

    .review-section .section-header, .review-section .container, .review-section .btn {
        position: relative;
        z-index: 5;
    }

    .review-section .carousel-container {
        margin-bottom: 30px;
        padding-left: 40px;
        padding-right: 40px;
    }

    .review-section .carousel {
        margin: auto;
        position: relative;
    }

    .review-section .review-card {
        text-align: center;
        padding: 20px;
        min-height: 230px;
        margin: auto;
        margin-top: 10px;
        margin-bottom: 5px;
        max-width: 400px;
    }

    .review-section h3 {
        font-size: 20px;
    }

    .review-section .p-customer {
        color: #000;
    }

    .review-section .stars {
        color: var(--dark-orange);
    }

    .review-section .anchor-arrow-right, .review-section .anchor-arrow-left {
        position: absolute;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        top: 0;
        bottom: 0;
        margin: auto 0;
        text-decoration: none;
    }

    .review-section .carousel-arrow-icons {
        font-size: 30px;
    }

    .review-section .anchor-arrow-right {
        right: -30px;
    }

    .review-section .anchor-arrow-left {
        left: -30px;
    }

/*HAZMAT ENDORSE SECTION*/
.hazmat-endorse-section {
    position: relative;
    min-height: 400px;
    display: flex;
    align-items: center;
}

    .hazmat-endorse-section .section-header {
        color: #fff;
        position: relative;
        z-index: 7;
    }

        .hazmat-endorse-section .section-header h2 {
            color: var(--dark-orange);
            text-transform: uppercase;
        }

/*GALLERY SECTION*/

.gallery-section {
    background: #EEEEEE;
}

.truck-driving-classes-content .gallery-section, .benefits-content .gallery-section, .trucking-careers-content .gallery-section {
    background: var(--light-gray);
}

    .truck-driving-classes-content .gallery-section .section-header, .benefits-content .gallery-section .section-header, .trucking-careers-content .gallery-section .section-header {
        color: #fff;
    }

.gallery-section .page-gallery .row {
    margin-left: -15px;
}

.gallery-section .page-gallery-thumbnail a {
    margin: 0 0 15px 15px;
    position: relative;
    border-radius: var(--border-radius);
    overflow: hidden;
    display: block;
}

    .gallery-section .page-gallery-thumbnail a:after {
        content: '';
        background: var(--dark-orange);
        position: absolute;
        bottom: 0;
        width: 0;
        left: 50%;
        height: 5px;
        border-radius: var(--border-radius);
        transform: translateX(-50%);
        transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 1s;
    }

    .gallery-section .page-gallery-thumbnail a:hover:after {
        width: 90%;
        transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 1s;
    }

    .gallery-section .page-gallery-thumbnail a:hover:before {
        width: 90%;
        transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 1s;
    }

.gallery-section .page-gallery-thumbnail img {
    border-radius: 0px;
    overflow: hidden;
    margin-top: -4px;
    margin-left: -12px;
    width: 110%;
    margin-bottom: 0px;
}


/*BLOG SECTION*/
.blog-section {
    background: var(--light-gray);
    color: #fff;
}

    .blog-section .section-header {
        color: #fff;
    }

    .blog-section .company-blog {
        max-width: 400px;
        margin: auto;
    }

        .blog-section .company-blog .blog-card-anchor {
            display: block;
            text-decoration: none;
            color: #fff;
            border-color: var(--dark-orange);
        }

        .blog-section .company-blog .panel-hero {
            border-radius: var(--border-radius);
            transition: all .45s linear;
            overflow: hidden;
            color: var(--dark-orange);
            border: 2px solid var(--light-gray);
        }

        .blog-section .company-blog .blog-card-anchor:hover > .panel-hero {
            border-color: var(--dark-orange);
            transition: all .45s linear;
        }

        .blog-section .company-blog img, .blog-section .company-blog iframe {
            height: 350px;
            width: 100%;
            object-fit: cover;
        }

    .blog-section .panel {
        overflow: hidden;
    }

    .blog-section .panel-body {
        text-transform: uppercase;
        font-weight: bold;
    }

    .blog-section .panel, .blog-section .panel-footer {
        background: none;
    }

        .blog-section .panel-body a, .blog-section .panel-footer a {
            color: #fff;
        }

    .blog-section .panel-footer {
        border-top: none;
    }

        .blog-section .panel-footer .btn {
        }
/*VIDEO SECTION*/
.video-section {
    background: #fff;
}

    .video-section .page-content {
        margin-bottom: 30px;
    }

    .video-section ul {
        padding-left: 16px;
    }

    .video-section li {
        padding-left: 10px;
    }

        .video-section li::marker {
            font-family: 'Font Awesome 5 Pro';
            font-weight: 900;
            content: '\f058';
            color: var(--dark-orange);
        }

    .video-section .img-div {
        display: flex;
        height: 100%;
        width: 100%;
        justify-content: center;
        align-items: center;
    }

    .video-section .video-anchor {
        position: relative;
        transition: all .5s linear;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    }

        .video-section .video-anchor:hover {
            opacity: .7;
            color: var(--light-orange);
            transition: all .5s linear;
        }

            .video-section .video-anchor:hover > .icon i {
                font-size: 30px;
                transition: all .5s linear;
            }

            .video-section .video-anchor:hover > .icon {
                width: 30px;
                transition: all .5s linear;
            }

        .video-section .video-anchor .icon {
            position: absolute;
            left: 0;
            right: 0;
            margin-left: auto;
            margin-right: auto;
            width: 20px;
            top: 50%;
            transform: translateY(-50%);
            transition: all .5s linear;
        }

            .video-section .video-anchor .icon i {
                font-size: 20px;
                transition: all .5s linear;
            }

/*ABOUT SECTION*/
.about-section .about-img {
    border-radius: var(--border-radius);
}

.about-section .graph-card-img {
    max-height: 350px;
    margin: auto;
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.25);
}

.about-section .about-flex-div {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

/*SOCIAL MEDIA SECTION*/
.social-media-section {
    background: var(--light-gray);
    position: relative;
}

    .social-media-section .dark-overlay {
        background-color: rgb(0,0,0,0.7);
    }

    .social-media-section .social-media-text {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-top: 190px;
    }

    .social-media-section .section-title, .social-media-section .lead {
        color: #fff;
    }

    .social-media-section .instagram-embed-div {
        margin: auto;
        width: 100%;
        overflow: hidden;
    }

    .social-media-section .container {
        position: relative;
        z-index: 5;
    }

    .social-media-section .instagram-embed-div .instagram-media {
        margin: auto;
    }
/* Locator Page */
.results-contact-form {
    max-width: 750px;
}
/* Dealers Pages */
.dealer-results {
    margin-bottom: 20px;
}

    .dealer-results .heading {
        margin-top: 0;
    }

    .dealer-results .dealer {
        margin-bottom: 5px;
    }

    .dealer-results .dealer-link {
        display: block;
        position: relative;
        color: #555;
        padding: 10px;
        background: #fff;
        border: 1px solid #eee;
    }

        .dealer-results .dealer-link:hover, .dealer-results .dealer-link:focus {
            text-decoration: none;
            border-color: #337ab7;
        }

    .dealer-results .distance {
        position: absolute;
        right: 1px;
        top: 1px;
        font-size: 11px;
        width: 70px;
        padding: 12px 0;
        text-align: center;
        background: #f2f2f2;
        border-radius: 0 0 0 4px;
    }

    .dealer-results .dealer .copy {
        margin-right: 90px;
    }

    .dealer-results .copy p {
        margin: 0;
    }

    .dealer-results .dealer .dealer-heading {
        margin: 0 0 1px 0;
        font-weight: bold;
        color: #337ab7;
    }

    .dealer-results .dealer .distance i {
        font-size: 21px;
        margin-bottom: 2px;
    }

    .dealer-results .fa-map-marker {
        color: red;
    }

.locator-page .dealer-results .aggregate-stars, .locator-page .dealer-results .review-count {
    display: inline-block;
}

.locator-page .main-content {
    min-height: 450px;
}

.location-page .dealer-results .phone {
    font-size: 21px;
}

.location-page .dealer-results .dealer {
    text-align: center;
}

    .location-page .dealer-results .dealer .copy {
        margin-right: 0;
    }

.location-page .dealer-results .aggregate-stars {
    font-size: 24px;
    line-height: 20px;
    margin-top: 5px;
    margin-bottom: -4px;
}

.location-page .dealer-results .dealer .dealer-heading {
    font-size: 17px;
}

.location-page .page-heading {
    margin: 10px 0 30px 0;
}

.location-page .body-h1 h1 {
    margin: 0 0 30px 0;
    font-size: 16px;
    font-weight: bold;
}

.location-page .benefits img {
    width: auto;
    border-radius: 8px;
}

.location-page .benefits {
    font-size: 16px;
}

.dealer-page .current-offer .btn-link {
    display: none;
}

.dealer-page .hero {
    margin-top: 0;
}

.dealer-page section .section-heading {
    text-align: center;
    margin-bottom: 10px;
}
/* Quote Page */
.quote-page {
    background: #111 url(/img/home/quote-bg.jpg) no-repeat 50% 50%;
    background-size: cover;
}

    .quote-page .navbar-toolbar {
        display: block;
    }

    .quote-page .page-header {
        display: none;
    }

    .quote-page h1, .quote-page .h1 {
        color: #fff;
    }

    .quote-page .quote-form, .quote-page .quote-with-cred {
        background: #000;
    }

        .quote-page .quote-form label {
            display: block;
        }

    .quote-page .col-center {
        max-width: 750px;
    }

    .quote-page .black-bg {
        color: #fff;
        font-size: 21px;
        margin: 30px auto;
        padding: 20px;
        background: rgba(0,0,0,.6);
    }

        .quote-page .black-bg ul {
            margin-bottom: 0;
        }

    .quote-page .fa-ul {
        padding: 20px;
    }

        .quote-page .fa-ul li {
            display: flex;
            color: #fff;
            font-size: 18px;
            margin-bottom: 10px;
        }

            .quote-page .fa-ul li .list-div {
                margin-right: 30px;
                min-width: 185px;
            }

    .quote-page .section-header {
        color: #fff;
        border-bottom: 5px solid #fff;
        margin-bottom: 10px;
    }
/*Custome Quote Pages*/
.custom-quote-page .hero-row .hero-quote-section .quote-header .form-title {
    font-size: 21px;
}

.no-nav-page {
    padding-top: 0;
}

    .no-nav-page .navbar, .no-nav-page .navbar-toolbar, .no-nav-page .footer, .no-nav-page .footer-social, .no-nav-page .navbar-toggle, .no-nav-page .copyright-links {
        display: none;
    }

    .no-nav-page .header {
        text-align: center;
        position: static;
    }

    .no-nav-page .navbar-brand {
        float: none;
        display: inline-block;
    }
/* Components
   ---------------------------------------------------------------------------------------- */

/* Rating Stars */
.rating .fa-star, .rating-selector .fa-star:hover, .rating-selector .fa-star.yes-value, .rating-selector .fa-star:hover ~ .fa-star, .dealer-results .fa-star {
    color: #FFBC34;
}

    .rating .fa-star.no-value, .rating-selector .fa-star, .fa-star-o, .dealer-results .fa-star.no-value {
        color: #B0B1AF;
    }
/* Review Incentive Labels */
.incentive-body:before, .step-count .count {
    background-color: #ffbc34;
}

.fa-spacer-right {
    margin-right: 5px;
}

.fa-spacer-left {
    margin-left: 5px;
}

.icon-list {
    list-style: none;
    padding: 0;
}

.icon-list-item {
    margin: 0 0 13px 0;
}

    .icon-list-item .fa {
        padding: 3px 12px 0 0;
        text-align: center;
        width: 1.28571em;
        line-height: 1;
    }

    .icon-list-item .fa-phone {
        padding-top: 3px;
    }

    .icon-list-item .fa, .icon-list-item-text {
        display: table-cell;
        vertical-align: top;
    }

.icon-list-item-text {
    line-height: 1.42857;
}

.panel-body .icon-list-item {
    margin: 13px 0 0 0;
}

.panel-hero.google-map {
    height: 275px;
    overflow: hidden;
}

.panel-hero.half-hero.google-map {
    height: 202px;
}

input[type='number'] {
    -moz-appearance: textfield;
}

a {
    color: var(--dark-orange);
}

    a:hover, a:focus {
        color: #111;
    }

.btn-warning {
    background: var(--dark-orange);
    border-color: var(--dark-orange);
}

    .btn-warning:hover, .btn-warning:focus, .btn-warning:active {
        background: var(--darker-hover-orange);
    }

.btn-link-warning, .btn-link-warning:hover, .btn-link-warning:focus {
    color: var(--dark-orange);
}

    .btn-link-warning:hover, .btn-link-warning:focus {
        text-decoration: underline;
    }

.text-warning, a.text-warning:hover, a.text-warning:focus {
    color: var(--dark-orange);
}

.text-black {
    color: #222;
}

.margin-top-0 {
    margin-top: 0;
}

.margin-bottom-0 {
    margin-bottom: 0;
}

.margin-0 {
    margin: 0;
}

.btn-black, .btn-info {
    background: #111;
    color: #fff;
    border-color: #111;
}

    .btn-black:hover, .btn-info:hover, .btn-black:active, .btn-info:active, .btn-black:focus, .btn-info:focus {
        background: #333;
        color: #fff;
        border-color: #111;
    }

.btn-d-orange {
    background: var(--dark-orange);
    color: #fff;
    border-color: var(--dark-orange);
}

    .btn-d-orange:hover {
        background: var(--darker-hover-orange);
        color: #fff;
        border-color: var(--darker-hover-orange);
    }

.single-col-max {
    max-width: 750px;
    padding: 0 20px;
}

.img-width {
    max-width: 150px;
    margin-bottom: 10px;
}

.address {
    color: #999;
}

.offer-slide .btn-warning {
    display: none;
}

.sticky-sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 95px;
}

.product-landing-page .page-gallery h2 {
    display: none;
}

.social-image {
    width: 20px;
    margin-top: -5px;
}

.careers-page .page-hero {
    height: 560px;
}

    .careers-page .page-hero .page-hero-bg {
        height: 596px;
        top: -36px;
    }

    .careers-page .page-hero .div-table-cell {
        vertical-align: middle;
    }

.cookie-section {
    background: rgba(0,0,0,.9);
    position: fixed;
    z-index: 999;
    width: 100%;
    bottom: 0;
    text-align: center;
}

    .cookie-section p {
        color: #fff;
        margin: 0;
    }

        .cookie-section p a:hover,
        .cookie-section p a:focus {
            color: #F57B20;
        }


/*SUBLEVEL PAGES*/
/*banner-location-sublevel*/
.page-body .sublevel-map-text, .reviews-page .sublevel-map-text {
    color: #fff;
    text-decoration: none;
    display: block;
    border-radius: var(--border-radius);
    overflow: hidden;
}

.sublevel-map-text .map-text-flex-div {
    position: relative;
    color: #fff;
    border-radius: 4px;
    padding: 40px 20px;
    text-decoration: none;
    transition: all .45s linear;
}

    .sublevel-map-text .map-text-flex-div .btn-primary, .sublevel-map-text .map-text-flex-div p, .sublevel-map-text .map-text-flex-div h2 {
        position: relative;
        z-index: 5;
    }

    .sublevel-map-text .map-text-flex-div .dark-overlay {
        background-color: rgb(0,0,0,0.6);
    }

    .sublevel-map-text .map-text-flex-div .banner-img, .sublevel-map-text .map-text-flex-div .dark-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 1;
        transition: all .45s linear;
    }

    .sublevel-map-text .map-text-flex-div:hover > .dark-overlay {
        transition: all .45s linear;
        background-color: rgb(0,0,0,.8);
    }




/*sublevel hero*/
.page-body .page-hero img {
    border-radius: var(--border-radius);
}

.mobile-img-div {
    display: flex;
    width: 100%;
    max-width: 400px;
}

    .mobile-img-div .mobile-img {
        width: 50%;
        padding: 10px;
    }

.btn-group-social-media .btn {
    border-radius: 50%;
    padding: 0;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #333;
    color: #fff;
    font-size: 18px;
}

.btn-group-social-media .linktree-img {
    filter: brightness(0)invert(1);
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
}

.tn-logo {
    max-width: 150px;
    margin: 20px 0px;
}
/*Gallery Page*/
.gallery-page h1 {
    margin-bottom: 20px;
}

.header-alert {
    background: #e55204;
    color: #ffffff;
    border: none;
}

/* Media Queries
   ---------------------------------------------------------------------------------------- */
@media(min-width: 1500px) {
    body {
        padding-top: 120px;
    }
}

@media(max-width: 1499px) {

    .navbar-collapse .nav-main {
        float: right;
    }

    .header {
        position: inherit;
    }

    body, .product-landing-page, .home-page, .toplevel-page {
        padding-top: 0 !important;
    }

    #header-umbrella {
        background: #000;
    }
}

@media(min-width: 1200px) {
    .navbar-toggle {
        display: none;
    }
}

@media(max-width: 1199px) {

    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }
}

@media (min-width:1200px) {
    .nav-main .aMain {
        padding-left: 22px;
        padding-right: 22px;
    }

    .classes-section .students {
        position: absolute;
        bottom: -60px;
        right: 0;
    }

    .review-section .mobile-carousel-version {
        display: none;
    }
}

@media (max-width: 1199px) {
    .review-section .desktop-carousel-version {
        display: none;
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .nav-main .aMain {
        padding-left: 22px;
        padding-right: 22px;
    }
}

@media (min-width: 992px) {
    .hidden-desktop {
        display: none !important;
    }

    .nav-main .aMain {
        line-height: 36px;
    }

    .locator-page .dealer-results .dealer .copy {
        height: 90px;
    }

    .location-page .body-h1 h1 {
        margin-top: -10px;
    }

    .classes-section {
        overflow: hidden;
    }

        .classes-section .row {
            position: relative;
        }

    .page-hero .div-table-cell, .home-page .hero .div-table-cell {
        vertical-align: bottom;
    }

    .page-hero .inner {
        margin-bottom: 40px;
    }

    .home-page .hero .inner {
        margin-bottom: 80px;
    }

    .classes-section .students img {
        width: 750px;
    }
}

@media (max-width: 991px) {
    /*Hero Section*/
    .hero-row {
        flex-direction: column;
    }

    .hero-quote-section {
        width: 100%;
    }

    .visible-desktop {
        display: none !important;
    }

    .dealer-page .company-head {
        margin-bottom: 20px;
    }

    .location-page .page-heading {
        text-align: center;
    }

    .classes-section {
        padding-bottom: 0;
    }

        .classes-section img {
            max-width: 100%;
        }

    .img-width {
        margin-bottom: 20px;
    }
    /*Offers Section*/
    .offers-section {
        background: #fff;
    }

        .offers-section .panel-hero img {
            height: auto;
            max-height: 325px;
            width: 100%;
            object-fit: cover;
        }

        .offers-section .panel-body {
            min-height: revert;
        }
    /*Service Area Section*/
    .service-area-img-div {
        height: 400px;
    }

    .service-area-text {
        float: none;
        margin: 30px auto 0px auto;
    }

    .service-area-wrapper {
        padding: 20px 20px 40px 20px;
    }
    /*Blog Section*/
    .blog-section .company-blog {
        background: #535353;
    }

        .blog-section .company-blog .panel-hero {
            border-radius: var(--border-radius) var(--border-radius) 0px 0px;
        }

    /*Services Section*/
    .toplevel-service-section img {
        height: auto;
        min-height: 250px;
    }
    /*Sublevel Pages*/
    .mobile-img-div {
        margin: auto;
    }

    .social-media-section .social-media-text {
        margin-top: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .nav-main .aMain {
        font-size: 13px;
    }

    .header .nav > li > a {
        padding: 10px 10px;
    }
}

@media (min-width: 768px) {
    .copyright-col-right, .copyright-col-right .btn-group-social-media {
        float: right;
    }

    .navbar-toolbar .btn-call {
        display: none;
    }

    .application-form .btn-save-later {
        float: right;
        margin-top: -50px;
    }
}

@media (max-width: 767px) {
    body, .product-landing-page, .home-page, .toplevel-page {
        padding-top: 50px;
    }
    /*Nav Section*/
    .transparent-header .header {
        background: #000;
    }

    .navbar {
        min-height: unset;
        position: fixed;
        top: 50px;
        left: 0;
        width: 100%;
        z-index: 500;
        background: #333;
    }

    .navbar-collapse .nav-main {
        display: block;
        float: left;
    }

    .navbar-brand {
        padding-left: 0;
        padding-right: 0;
    }

        .navbar-brand img {
            height: 50px;
        }

    .navbar-toolbar {
        line-height: 50px;
    }

        .navbar-toolbar .btn-quote {
            margin-left: 5px;
        }

            .navbar-toolbar .btn-quote span {
                display: none;
            }

    .navbar-collapse {
        clear: both;
    }

    .nav-main .aMain {
        text-align: left;
    }

    .nav-main {
        padding-left: 20px;
    }

    .navbar .dropdown:hover .dropdown-menu {
        display: none;
    }

    .copyright {
        text-align: center;
    }

        .copyright .btn-group-social-media {
            margin-bottom: 15px;
        }

    .dealer-page .company-head {
        text-align: center;
    }

    .application-form .btn-save-later {
        display: block;
        margin: 10px 0;
        text-align: center;
    }
    /*Hero Section*/
    .hero-section {
        padding-top: 60px;
    }

        .hero-section .hero-title-section {
            height: 340px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .hero-section .hero-img {
            height: 400px;
        }

    .quote-with-cred {
        margin-bottom: 0px;
    }

    .hero-logo {
        max-width: 75px;
    }
    /*Carousel Logo*/
    .carousel-logo .mobile-version {
        display: revert;
    }

    .carousel-logo .desktop-version {
        display: none;
    }

    .carousel-logo .img-div-carousel img {
        flex: 1 1 0px;
    }

    .carousel-logo .img-div-carousel {
        margin: 0px 5px;
    }
    /*Gallery Section*/
    .gallery-section {
        background: #fff;
    }

        .gallery-section .page-gallery-thumbnail a {
            margin: 10px 0 0 0;
        }

        .gallery-section .gallery-button {
            margin-top: 20px;
        }

    .navbar {
        top: 120px;
    }
}

@media (max-width:600px) {
    .navbar {
        top: 120px;
    }

    .navbar-toolbar .social-icon {
        display: none;
    }

    .carousel-logo .carousel {
        max-width: 320px;
    }
}

@media (min-width: 500px) {
    .pull-right.marg {
        margin: 0 0 16px 16px;
    }

    .pull-left.marg {
        margin: 0 16px 16px 0;
    }
}

@media (max-width: 500px) {
    .navbar {
        top: 140px;
    }

    body, .product-landing-page, .home-page, .toplevel-page {
        padding-top: 82px;
    }

    .navbar-toolbar .btn-quote {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        border-radius: 0;
        margin: 0;
    }

    .pull-right.marg, .pull-left.marg {
        float: none !important;
        margin: 0 auto 16px auto;
    }

    .dealer-page .about-us h2 {
        text-align: center;
        margin-bottom: 30px;
    }

    .quote-page .fa-ul li .list-div {
        margin-right: 10px;
        min-width: 105px;
    }

    .header-alert {
        margin-bottom: 15px;
    }
}

.quote-with-cred .credibility .item {
    margin-bottom: 0;
}

.review-stars {
    color: #FFBC34;
}

.message {
    margin-top: 10px;
}
/* Testimonials */

.testimonial-section {
    background: var(--dark-orange);
    border: solid 15px #F9F8F6;
}

    .testimonial-section .fa-star {
        font-size: 30px;
        color: #FFF;
    }

    .testimonial-section h2 {
        color: #FFF;
    }

    .testimonial-section .btn-border {
        border: solid 2px #FFFF;
        color: #FFF;
    }

    .testimonial-section .testimonial-icon {
        font-size: 32px;
        color: #FFF;
    }

    .testimonial-section .carousel-control {
        position: static;
        margin-right: 0;
        display: inline-block;
        background: transparent;
        font-size: 25px;
        color: #FFF;
        text-shadow: none;
        opacity: 1;
        width: 40px;
        height: 40px;
        float: right;
    }

    .testimonial-section .carousel-indicators {
        position: relative;
        right: 50%;
        top: auto;
        bottom: 0;
        margin-top: 20px;
        margin-right: -19px;
        min-height: 60px;
    }

        .testimonial-section .carousel-indicators li {
            width: 50px;
            height: 50px;
            cursor: pointer;
            border: 1px solid #ccc;
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
            border-radius: 50%;
            opacity: 0.4;
            overflow: hidden;
            transition: all 0.4s ease-in;
            vertical-align: middle;
        }

        .testimonial-section .carousel-indicators .active {
            width: 60px;
            height: 60px;
            opacity: 1;
            transition: all 0.2s;
        }

    .testimonial-section .item {
        min-height: 280px;
    }

        .testimonial-section .item blockquote {
            margin: 0;
            padding: 0;
            border-left: none;
        }

            .testimonial-section .item blockquote p {
                margin: 15px 0;
                font-size: 16px;
                color: #FFF;
            }

            .testimonial-section .item blockquote strong {
                font-weight: 400;
                font-size: 18px;
                color: #FFF;
                text-transform: uppercase;
            }

@media (min-width: 992px) and (max-width: 1500px) {
    .testimonial-section .item {
        min-height: 380px;
    }
}

.dropdown-menu > li > a.monthly-promotion {
    font-weight: bold;
    background: var(--dark-orange);
    color: #FFF;
}

.dropdown-menu > li > a:hover.monthly-promotion {
    color: #000;
}

/* Testimonial Slider */

.quote-page .testimonial-slider {
    color: #FFF;
}

.testimonial-slider .carousel-inner {
    width: 90%;
    margin: auto;
}

.testimonial-slider .testimonial-content {
    position: relative;
    padding: 2rem;
    background: #FFF;
    color: #333;
}

.testimonial-slider .carousel-control {
    background: linear-gradient(to left, rgba(255, 255, 255, .5) 0%, rgba(255, 255, 255, .0001) 100%);
    background: none;
    width: 2%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    text-shadow: none;
}

    .testimonial-slider .carousel-control i {
        border: 1px solid rgba(255, 255, 255, 0.10);
        background: #F27C2A;
        box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.10), 0px 4px 6px -4px rgba(0, 0, 0, 0.10);
        backdrop-filter: blur(4px);
        padding: 10px;
        font-size: 22px;
        color: #FFF;
    }

        .testimonial-slider .carousel-control i:hover {
            color: #000;
        }

.testimonial-slider .carousel-indicators {
    bottom: -75px;
}

.testimonial-slider .carousel-indicators li {
    margin: 0;
    background: #CCC;
    width: 12px;
    height: 12px;
}

    .testimonial-slider .carousel-indicators li.active {
        background: #F27C2A;
    }

.testimonial-slider .img-div {
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.testimonial-slider .video-anchor {
    position: relative;
    transition: all .5s linear;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

    .testimonial-slider .video-anchor:hover {
        opacity: .7;
        color: var(--light-orange);
        transition: all .5s linear;
    }

    .testimonial-slider .video-anchor .icon {
        position: absolute;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        width: 20px;
        top: 50%;
        transform: translateY(-50%);
        transition: all .5s linear;
    }

    .testimonial-slider .video-anchor:hover > .icon i {
        font-size: 30px;
        transition: all .5s linear;
    }

    .testimonial-slider .video-anchor:hover > .icon {
        width: 30px;
        transition: all .5s linear;
    }

    .testimonial-slider .video-anchor .icon i {
        font-size: 20px;
        transition: all .5s linear;
    }

@media (max-width: 991px) {
    .testimonial-slider .d-flex {
        display: block;
    }

    .testimonial-slider .item {
        min-height: 700px;
    }
}

@media (max-width: 767px) {
    .testimonial-slider .item {
        min-height: 650px;
    }
}