﻿@charset "UTF-8"; /*!
 * Style version 1.0
 */


@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600;700&display=swap');

@font-face {
    font-family: 'Formata-Condensed';
    src: url('../fonts/formata-lightcondensed-webfont.woff2') format('woff2'), url('../fonts/formata-lightcondensed-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Formata-Condensed';
    src: url('../fonts/Formata-CondensedItalic.woff2') format('woff2'), url('../fonts/Formata-CondensedItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Formata-Condensed';
    src: url('../fonts/Formata-CondensedBold.woff2') format('woff2'), url('../fonts/Formata-CondensedBold.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Formata-Condensed';
    src: url('../fonts/Formata-CondensedMedium.woff2') format('woff2'), url('../fonts/Formata-CondensedMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Formata-Condensed';
    src: url('../fonts/Formata-CondensedMediumItalic.woff2') format('woff2'), url('../fonts/Formata-CondensedMediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

a {
    color: #c23b3b;
    text-decoration: none;
}

.bg-light {
    background-color: #000 !important;
}

body {
    font-family: 'Formata-Condensed', sans-serif;
    font-size: 20px;
    color: #333333;
    line-height: 1.3
}

.shadow-sm {
    box-shadow: 0 .155rem .30rem rgba(0,0,0,0.198) !important;
}
/*--Menu--*/

.hero {
    height: 100vh;
    width: 100%;
    background: #5d5b6a;
}

.site-navbar {
    margin-bottom: 0px;
    z-index: 1999;
    position: absolute;
    top: 0;
    width: 100%;
}

    .site-navbar .site-logo {
        position: relative;
        left: 0;
        font-size: 24px;
        margin-top: -40px;
        width: 87%;
    }

    .site-navbar .site-navigation .site-menu {
        margin-bottom: 0;
    }

        .site-navbar .site-navigation .site-menu .active {
            /* color: #007bff;
            display: inline-block;
            padding: 20px 20px;*/
        }

        .site-navbar .site-navigation .site-menu a {
            text-decoration: none !important;
            display: inline-block;
        }

        .site-navbar .site-navigation .site-menu > li {
            display: inline-block;
        }

            .site-navbar .site-navigation .site-menu > li > a {
                padding: 15px;
                font-size: 0.9rem;
                text-transform: uppercase;
                display: inline-block;
                text-decoration: none !important;
                letter-spacing: 1px;
            }

                .site-navbar .site-navigation .site-menu > li > a:hover {
                    color: #fff;
                }

            .site-navbar .site-navigation .site-menu > li.social > a {
                padding-left: 5px;
                padding-right: 5px;
            }

        .site-navbar .site-navigation .site-menu .has-children {
            position: relative;
        }

            .site-navbar .site-navigation .site-menu .has-children > a {
                position: relative;
                padding-right: 20px;
            }

                .site-navbar .site-navigation .site-menu .has-children > a:before {
                    position: absolute;
                    content: "\e313";
                    font-size: 16px;
                    top: 50%;
                    right: 0;
                    -webkit-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                    transform: translateY(-50%);
                    font-family: 'icomoon';
                }

            .site-navbar .site-navigation .site-menu .has-children .dropdown {
                visibility: hidden;
                opacity: 0;
                top: 100%;
                position: absolute;
                text-align: left;
                border-top: 2px solid #007bff;
                -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
                box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
                padding: 0px 0;
                margin-top: 20px;
                margin-left: 0px;
                -webkit-transition: 0.2s 0s;
                -o-transition: 0.2s 0s;
                transition: 0.2s 0s;
                background-color: #262626;
                border-color: #3d3d3d;
                font-size: 14px;
                padding-bottom: 10px;
            }

                .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
                    position: absolute;
                }

                    .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
                        bottom: 100%;
                        left: 20%;
                        border: solid transparent;
                        content: " ";
                        height: 0;
                        width: 0;
                        position: absolute;
                        pointer-events: none;
                    }

                    .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
                        border-color: rgba(136, 183, 213, 0);
                        border-bottom-color: #fff;
                        border-width: 10px;
                        margin-left: -10px;
                    }

                .site-navbar .site-navigation .site-menu .has-children .dropdown a {
                    text-transform: none;
                    letter-spacing: normal;
                    -webkit-transition: 0s all;
                    -o-transition: 0s all;
                    transition: 0s all;
                    color: #9d9d9d;
                    font-size: 1rem;
                    line-height: inherit;
                }

                .site-navbar .site-navigation .site-menu .has-children .dropdown .active {
                    color: #007bff !important;
                }

                .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
                    list-style: none;
                    padding: 0;
                    margin: 0;
                    min-width: 210px;
                }

                    .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
                        padding: 6px 20px;
                        display: block;
                        letter-spacing: 1px;
                    }

                        .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
                            color: #fff;
                        }

                    .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
                        content: "\e315";
                        right: 20px;
                    }

                    .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
                        left: 100%;
                        top: 0;
                    }

            .site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
                color: #fff;
            }

            .site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
                cursor: pointer;
            }

                .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
                    -webkit-transition-delay: 0s;
                    -o-transition-delay: 0s;
                    transition-delay: 0s;
                    margin-top: 0px;
                    visibility: visible;
                    opacity: 1;
                }

.site-mobile-menu {
    width: 300px;
    position: fixed;
    right: 0;
    z-index: 2000;
    padding-top: 20px;
    background: #262626;
    height: calc(100vh);
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    margin-top: 107px;
    width: 100%;
}

.offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
}

    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
        float: right;
        margin-top: 8px;
        color: #fff;
    }

        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
            font-size: 30px;
            display: inline-block;
            padding-left: 10px;
            padding-right: 0px;
            line-height: 1;
            cursor: pointer;
            -webkit-transition: .3s all ease;
            -o-transition: .3s all ease;
            transition: .3s all ease;
        }

    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
        float: left;
        margin-top: 10px;
        margin-left: 0px;
    }

        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
            display: inline-block;
            text-transform: uppercase;
        }

            .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
                max-width: 70px;
            }

            .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
                text-decoration: none;
            }

.site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 20px 20px 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px;
}

.site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

    .site-mobile-menu .site-nav-wrap a {
        padding: 10px 20px;
        display: block;
        position: relative;
        color: #fff;
    }

        .site-mobile-menu .site-nav-wrap a:hover {
            color: #007bff;
        }

    .site-mobile-menu .site-nav-wrap li {
        position: relative;
        display: block;
    }

        .site-mobile-menu .site-nav-wrap li .active {
            color: #007bff;
        }

    .site-mobile-menu .site-nav-wrap .social {
        display: inline-block;
    }

    .site-mobile-menu .site-nav-wrap .arrow-collapse {
        position: absolute;
        right: 0px;
        top: 10px;
        z-index: 20;
        width: 36px;
        height: 36px;
        text-align: center;
        cursor: pointer;
        border-radius: 50%;
        color: #fff;
    }

        .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
            background: #4c4c4c;
        }

        .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
            font-size: 12px;
            z-index: 20;
            font-family: "icomoon";
            content: "\f078";
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%) rotate(-180deg);
            -ms-transform: translate(-50%, -50%) rotate(-180deg);
            transform: translate(-50%, -50%) rotate(-180deg);
            -webkit-transition: .3s all ease;
            -o-transition: .3s all ease;
            transition: .3s all ease;
        }

        .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

    .site-mobile-menu .site-nav-wrap > li {
        display: block;
        position: relative;
        float: left;
        width: 100%;
    }

        .site-mobile-menu .site-nav-wrap > li.social {
            float: none !important;
            width: auto !important;
        }

        .site-mobile-menu .site-nav-wrap > li > a {
            padding-left: 20px;
            font-size: 20px;
            border-bottom: 1px solid #5c5b5b;
        }

        .site-mobile-menu .site-nav-wrap > li > ul {
            padding: 0;
            margin: 0;
            list-style: none;
            background: #373737;
        }

            .site-mobile-menu .site-nav-wrap > li > ul > li {
                display: block;
            }

                .site-mobile-menu .site-nav-wrap > li > ul > li > a {
                    padding-left: 40px;
                    font-size: 16px;
                }

                .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
                    padding: 0;
                    margin: 0;
                }

                    .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
                        display: block;
                    }

                        .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                            font-size: 16px;
                            padding-left: 60px;
                        }

    .site-mobile-menu .site-nav-wrap[data-class="social"] {
        float: left;
        width: 100%;
        margin-top: 30px;
        padding-bottom: 5em;
    }

        .site-mobile-menu .site-nav-wrap[data-class="social"] > li {
            width: auto;
        }

            .site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
                padding-left: 15px !important;
            }

.sticky-wrapper {
    z-index: 100;
    width: 100%;
    background-color: #000;
}

    .sticky-wrapper .site-navbar {
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
    }

    .sticky-wrapper .site-navbar {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

        .sticky-wrapper .site-navbar .site-menu-toggle {
            color: #fff;
        }

        .sticky-wrapper .site-navbar .site-logo a {
            color: #fff;
        }

        .sticky-wrapper .site-navbar .site-menu > li > a {
            color: #9d9d9d;
            position: relative
        }

            .site-navbar .site-menu > li > a:hover, .sticky-wrapper .site-navbar .site-menu > li > a.active {
                color: #fff;
            }

    .sticky-wrapper.is-sticky .site-navbar {
        background: #000;
        border-bottom: 1px solid transparent;
        -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1);
        box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1);
    }

        .sticky-wrapper.is-sticky .site-navbar .site-menu-toggle, .sticky-wrapper .site-navbar .site-menu-toggle {
            color: #fff;
        }

        .sticky-wrapper.is-sticky .site-navbar .site-logo a {
            color: #000;
        }



.site-navbar .site-menu > li > a:hover:after, .site-navbar .site-menu > li > a.active:after {
    content: '';
    height: 2px;
    width: 30%;
    background: #c23b3b;
    display: block;
    margin: auto;
    position: absolute;
    position: absolute;
    bottom: 10px;
    left: 35%;
    right: 50%;
}

.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a:hover, .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a.active {
    color: #fff !important;
}


.top-nav-contact {
}

.phone-number-top {
    font-size: 1.2rem;
}

    .phone-number-top a {
        background: #ED1E24;
        padding: 7px 20px;
        color: #fff;
        text-decoration: none;
        display: block;
        margin: 7px 7px 7px 0;
    }

.login-customer {
    margin-left: 10px;
    text-transform: none;
    color: #fff !important;
    margin: 7px 0 7px 10px;
    font-size: 1rem;
}

    .login-customer a {
        color: #c23b3b !important;
        text-decoration: none;
        font-weight: 500
    }

.navbar-nav .nav-item:last-child > .nav-link {
    padding-right: 0 !important
}

.navbar-brand {
    margin-top: -30px
}

.over-detials {
    display: none;
}
.index-banner > .col-md-8 {
width:754px;
}
    .index-banner > .col-md-8 .carousel-heading-new {
        font-size: 2em;
    }
    .index-banner > .col-md-8 .caption-wrp {
        padding: 5% 8.5% 3% 8.5%;
    }

@media (max-width: 991.98px) {
    .banner-main-heading {
            padding: 5px 12px 5px 0;
            font-size: 1.5rem;
        }

        .over-detials {
            display: block;
            color: inherit;
            text-decoration: none;
            text-align: left;
        }

        .offcanvas-collapse {
            position: fixed;
            top: 56px; /* Height of navbar */
            bottom: 0;
            left: 100%;
            width: 100%;
            padding-right: 1rem;
            padding-left: 1rem;
            overflow-y: auto;
            visibility: hidden;
            background-color: #fff;
            transition: transform .3s ease-in-out, visibility .3s ease-in-out;
        }

        .navbar-nav .nav-link.active:after, .navbar-nav .nav-link:hover:after {
            width: 100%;
        }

        .offcanvas-collapse.open {
            visibility: visible;
            transform: translateX(-100%);
        }
    }

    .caption-heading h1 {
    font-size: 4em;
    font-weight: 500;
    text-shadow: 2px 2px #252525;
}

.carousel-caption h5 {
    font-size: 2em;
    font-weight: normal;
    text-transform: uppercase
}

.careers-banner-container-right-box {
    background-color: rgba(0,0,0,0.6) !important;
}

.carousel-caption {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    padding-top: 0;
    padding-bottom: 0;
    color: #fff;
    text-align: center;
    top: auto;
}

.carousel-control-next, .carousel-control-prev {
    width: 5%;
    opacity: 1
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    background-color: rgba(0,0,0,0.6);
    border-radius: 4px;
    background-size: 18px;
    padding: 5px 15px
}

.carousel-item {
    height: 600px;
}

.caption-wrp {
    border-top: 2px solid #ED1E24;
    border-bottom: 2px solid #ED1E24;
    color: #fff;
    background-color: rgba(0,0,0,0.5);
    padding: 5% 8% 3% 7%;
}

.caption-pouch {
    background-color: rgba(256,256,256,0.8);
    padding: 4% 3% 3% 3%;
    margin: 0 5%;
}

.carousel-heading-new {
    font-size: 2.3em;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 500;
}

.carousel-indicators {
    margin-right: 0;
    margin-left: 0;
    display: block;
    top: 0;
}

.caption-text a {
    font-size: 1rem;
}

.caption-text {
    font-size: 1rem;
}

    .caption-text, .caption-text a {
        line-height: 23px;
        margin-top: 18px;
        color: #19365F;
        text-decoration: none
    }

.carousel-indicators [data-bs-target] {
    box-sizing: inherit;
    flex: 0 1 auto;
    width: auto;
    height: auto;
    padding: inherit;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: inherit;
    cursor: pointer;
    background-clip: padding-box;
    border: 0;
    border-top: none;
    border-bottom: none;
    opacity: 1;
    transition: opacity .6s ease;
    line-height: 0;
    height: 40px !important;
    background-color: #ED1E24 !important;
    border: 2px solid #ED1E24;
    border-radius: 0 !important;
    color: #fff;
    text-transform: uppercase;
    padding: 12px 20px;
    font-size: 1.25em;
}

    .carousel-indicators [data-bs-target].active {
        background-color: #fff !important;
        color: #ED1E24;
    }

#new-carouselExampleIndicators .carousel-indicators [data-bs-target] {
    padding: 5px;
    height: 5px !important;
    border-radius: 100px !important;
    border: 0;
    background-color: #cfcfcf !important;
}

    #new-carouselExampleIndicators .carousel-indicators [data-bs-target].active {
        background-color: #000 !important;
    }

#new-carouselExampleIndicators .carousel-indicators {
    position: relative;
    text-align: center
}

.driving-banner {
    background: no-repeat center top url(../images/QF_Web_Banner_1920x685_2-2.jpg);
    background-size: cover
}

.admin-banner {
    background: no-repeat center top url(../images/quick-fuel-station-in-winter-1920x685-1.jpg);
    background-size: cover
}

.home-banner {
    background: no-repeat center top url(../images/Home_3.jpg);
    background-size: cover
}

.services-banner {
    background: no-repeat center top url(../images/Services_1.jpg);
}

.services-RFID-banner {
    background: no-repeat center top url(../images/quick-fuel-trucks-fueling-1920x685-1.jpg);
}

.Products-banner {
    background: no-repeat center top url(../images/QF_Web_Banner_1920x685_1.jpg);
}

.DieselExhaustFluid-banner {
    background: no-repeat center top url(../images/QFStation-4.jpg);
}

.MobilLubricants-banner {
    background: no-repeat center top url(../images/mobil-lubricants-header-e1559917837905.jpg);
}

.VitalicPremiumDiesel-banner {
    background: no-repeat center top url(../images/Vitalic-Web-Header-Graphic-Update-5-23-1920x600-1.jpg);
}

.locations-banner {
    background: no-repeat center top url(../images/quick-fuel-station-trucks-fueling-dusk-1920x600-1.jpg);
}

.our-story-banner {
    background: no-repeat center top url(../images/Our_Story_1.jpg);
}

.community-banner {
    background: no-repeat center top url(../images/Community_1A.jpg);
}

.contact-banner {
    background: no-repeat center top url(../images/quick-fuel-contact-us-1920x685-1.jpg);
}

.contact-banner, .services-banner, .our-story-banner, .renewable-fuels-banner, .services-banner, .services-RFID-banner, .Products-banner, .DieselExhaustFluid-banner, .MobilLubricants-banner, .VitalicPremiumDiesel-banner, .community-banner {
    background-size: cover;
    background-attachment: fixed
}

.header-banner {
    position: relative;
    text-align: center;
}

.banner-caption {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    color: #fff;
}

.inner-banner-text h5 {
    font-weight: 500;
    font-size: 2.2em;
}

.caption-container {
    height: 100%
}

.carousel-caption h5 {
    position: relative;
    padding-bottom: 7px;
    margin-bottom: 20px;
}

    .carousel-caption h5:after {
        content: '';
        height: 1px;
        width: 50%;
        background: #fff;
        display: block;
        margin: auto;
        position: absolute;
        bottom: -3px;
        left: 0;
        right: 0;
    }

.slider-learn-more a {
    color: #fff;
    font-weight: 500;
    text-decoration: none
}

.careers-banner-container-right-box p {
}

.slide-cta {
    position: absolute;
    background-color: rgba(0, 40, 86, 0.831);
    margin: 0 !important;
    padding: 10px 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 9
}

    .slide-cta p {
        color: #fff;
        font-size: 1.3rem;
        line-height: 26.4px;
        display: inline-block;
        margin-bottom: 0;
    }

    .slide-cta a.qbutton {
        margin: 14px 0 0 20px;
        border: 2px solid #fff;
        background-color: #ed1e24;
        color: #fff;
        text-transform: none;
        font-size: 18px;
        float: right;
    }

    .slide-cta .btn-primary {
        border: 2px solid #fff;
    }

.heading-all h2 {
    color: #c23b3b;
    position: relative;
    text-transform: capitalize;
}

    .heading-all h2:after {
        content: '';
        height: 2px;
        width: 10%;
        background: #c23b3b;
        display: block;
        margin: auto;
        position: absolute;
        bottom: -10px;
        left: 0;
        right: 0;
    }

.index-choose-path {
    position: relative
}

.green-ribbon {
    position: absolute !important;
    bottom: 20px !important;
    font-size: 20px !important;
    line-height: 26px;
}

    .green-ribbon a {
        color: #fff;
        background-color: #81bc00;
        text-decoration: none;
        padding: 10px;
    }

.index-benefits-wrp {
    background: #e4e4e4;
    color: #333;
    font-size: 1.25rem;
    /* line-height: 1.6em; */
    font-weight: 400;
}

    .index-benefits-wrp .heading-all h2 {
        color: #c23b3b;
    }

        .index-benefits-wrp .heading-all h2:after {
            background: #c23b3b;
        }

.index-icon-wrp {
    border-radius: 200px;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 96px;
    height: 96px;
    margin: auto
}

.red-btn a {
    color: #ffffff;
    border-color: #c23b3b;
    background-color: #c23b3b;
    border-width: 2px;
    padding: 5px 23px;
    border: 2px solid #fff;
    font-size: 1.1rem;
    letter-spacing: 1px;
    border-radius: 4px;
    -webkit-box-sizing: initial !important;
    -moz-box-sizing: initial !important;
    box-sizing: initial !important;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 500;
}

.footer {
    background: #262626;
    color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 1rem
}

    .footer a {
        color: #fff;
        text-decoration: none;
    }

    .footer .fa {
        font-size: 2.2em
    }

.index-icon-wrp .fa {
    font-size: 3em
}

.index-benefits-wrp a {
    /* color: #fff; */
    text-decoration: none;
}

.footer-inforamtion-menu {
    letter-spacing: 1px;
}

.index-flyers-map {
}

.index-location-form label {
    font-size: 1.3rem;
    font-weight: normal
}

.new-heading-right {
    font-size: 1.7rem;
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 40px;
    margin-top: 15px;
    color: #c23b3b;
}

    .new-heading-right:after {
        content: '';
        height: 2px;
        width: 30%;
        background: #c23b3b;
        display: block;
        margin: auto;
        position: absolute;
        bottom: -10px;
        left: 0;
    }

#button-addon2 {
    border-radius: 4px;
    margin-left: 10px;
    background: #fff;
    color: #c23b3b;
    font-weight: 500
}
/*commercial start*/
#our-culture-wrp {
    background: no-repeat center top url(../images/our-culture-bg.jpg);
    padding-top: 4rem;
    padding-bottom: 4rem;
    font-size: 1.2rem;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.culture-carousel {
    color: #fff;
    text-align: center;
    min-height: 152px;
}

.heading-culture-carousel {
    position: relative;
    color: #fff;
    font-size: 1.3rem;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase
}

    .heading-culture-carousel:after {
        content: '';
        height: 1px;
        width: 10%;
        background: #fff;
        display: block;
        margin: auto;
        position: absolute;
        bottom: -10px;
        left: 0;
        right: 0;
    }

#our-culture-wrp .carousel-item {
    height: auto
}

.carousel-control-wrp {
    position: relative;
    text-align: center;
}

    .carousel-control-wrp .carousel-control-next, .carousel-control-wrp .carousel-control-prev {
        position: relative;
        top: auto;
        bottom: auto;
        z-index: 1;
        display: inline-block;
        align-items: center;
        justify-content: center;
        color: #fff;
        width: 35px;
    }

    .carousel-control-wrp .carousel-control-next-icon, .carousel-control-wrp .carousel-control-prev-icon {
        background-color: #fff;
    }

.carousel-control {
    background-color: #fff;
    width: 32px;
    height: 32px;
    color: #8a8a8a;
    border-radius: 4px;
    font-size: 20px;
}

.banner-main-heading {
    background: rgba(194, 59, 59, 0.7);
    display: inline-block;
    padding: 15px 35px 15px 0;
    font-size: 1.9rem;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 1px;
}

    .banner-main-heading:before {
        background: rgba(194, 59, 59, 0.7)
    }

    .banner-main-heading:before, .banner-main-subheading:before {
        content: '';
        display: block;
        right: 100%;
        position: absolute;
        width: 500%;
        height: 100%;
        top: 0;
    }

.banner-main-subheading:before {
    background: rgba(194, 59, 59, 0.7);
}

.banner-main-subheading {
    background: rgba(194, 59, 59, 0.7);
    margin-top: 15px;
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    padding: 12px 35px 12px 0;
    position: relative;
    letter-spacing: 1px;
}

#career-growth {
    margin-top: 25px;
}

h3 {
    font-size: 1.62rem;
    line-height: 31px;
    text-transform: none;
    font-weight: 500;
    margin-bottom: 15px;
}
/*FleetFueling*/
.fleet-icon-wrp {
    line-height: 1.55em;
}

    .fleet-icon-wrp i {
        font-size: 3.5rem;
        margin-right: 15px;
        color: #81bc00;
    }

    .fleet-icon-wrp span {
    }

#our-culture-wrp {
    background: no-repeat center top url(../images/fuel-pumps-cardlock-fleet-fueling.jpg);
    background-size: cover;
    position: relative;
    min-height: 416px;
}

.credit_application_note {
    font-size: 0.9rem
}

.form-new-heading {
    font-size: 1.2rem;
    color: #c23b3b
}

.ui-descirption {
    margin-bottom: 18px;
    border: 1px solid #000;
    background-color: #efefef;
    padding: 20px
}

.btn-danger {
    background-color: #ed1e24;
}

.w-200px {
    width: 200px
}

/*FleetFueling*/

/*commercial end*/
/*Branding*/
.graydark-bg {
    background: #e4e4e4
}

.client-logos-tab {
}

    .client-logos-tab .nav-tabs .nav-link {
        font-size: 0.85rem;
        letter-spacing: 1px;
        background: transparent;
        font-weight: 500;
    }

        .client-logos-tab .nav-tabs .nav-item.show .nav-link, .client-logos-tab .nav-tabs .nav-link.active {
            background: transparent;
            color: #c23b3b;
            border: 0
        }

    .client-logos-tab .nav-link {
        color: #b4b4b4
    }

        .client-logos-tab .nav-link:hover {
            color: #81bc00
        }

    .client-logos-tab .tab-pane {
        background: transparent
    }

.client-logos-ul li {
    margin-bottom: 10px
}
/*Branding  end*/
/*Locations*/
.locations-wrp {
}

.locations-form {
}

.contact-form.locations-form label {
    display: inline-block;
    width: auto;
    margin-right: 14px;
    font-size: 1.6rem;
    font-weight: 500;
    color: #c23b3b;
    white-space: nowrap
}

.btn-primary {
    border-color: #c23b3b
}

.adv-search h3 {
    font-size: 1.3rem;
}

.contact-form.locations-form .adv-search label {
    font-size: 1.3rem;
    color: inherit;
    font-weight: normal;
}

.adv-search {
}

.new-fa-plus:after {
    content: '+'
}

.new-fa-minus:after {
    content: '-'
}

.new-fa-plus:after, new-fa-minus:after {
    display: inline-block;
}

.adv-btn {
    cursor: pointer
}

.bulk-plant hr {
    margin: 0.5rem 0;
    opacity: 1;
}
/*Locations End*/
/*Our Story*/
.new-show-heading {
    color: #fff;
    font-size: 1.7rem;
    font-weight: 500;
}

#new-carouselExampleIndicators .carousel-item {
    height: auto
}
/*Our Story End*/
.new-all-heading .heading-all h2:after {
    margin-left: 0
}
/*contact*/
.contact-form label {
    width: 100%
}

.contact-form .form-control {
    background-color: #fff;
    border-color: #dddddd;
    border-width: 1px;
    border-style: solid;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    font-size: 18px;
    display: block;
    margin: 5px 0 0;
    padding: 10px 15px
}

.form-control:disabled {
    background-color: #ddd;
    opacity: 0.8;
    cursor: not-allowed;
}

.btn-primary {
    background-color: #c23b3b
}

.general-contact {
}

.main-heading {
    color: #c23b3b;
    font-size: 2rem;
    line-height: 2.5rem;
    margin-bottom: 25px;
    font-weight: 500;
}

    .main-heading:after {
        display: block;
        content: "";
        position: relative;
        left: 0;
        width: 130px;
        padding-bottom: 12px;
        border-bottom: 2px solid #c23b3b;
    }

.sub-heading {
    /* color: #c23b3b; */
    font-size: 1.6rem;
    font-weight: 500;
}

.form-check {
    display: inline-block;
}

.form-check-input {
    margin-right: 10px;
}

.form-check .form-check-input {
    margin-top: 7px;
}

.form-check-label {
    font-weight: normal;
    width: auto !important;
    float: left;
}
/*contact end*/
/*benefits*/
.benefits {
    margin-bottom: 30px
}

    .benefits td:first-child {
        min-width: 200px;
        color: #fff;
        background-color: #0039AA;
        text-align: center;
        font-weight: 500;
    }

    .benefits td {
        color: #002757;
        border-bottom: 2px solid #C2C2C2;
        padding: 15px;
        text-align: left;
        vertical-align: top;
    }

    .benefits tr:first-child td {
        border-top: 2px solid #C2C2C2;
    }

    .benefits td:first-child p {
        color: #fff;
    }

    .benefits td .q_font_awsome_icon {
        border: 2px solid #fff;
        border-radius: 100px;
        width: 100px;
        height: 100px;
        text-align: center;
    }

.q_font_awsome_icon {
    display: inline-block;
}

.benefits td .qode_icon_element {
    line-height: 100px;
}

.fa-3x {
    font-size: 3em;
}

.flyers-about-heading {
    color: #c23b3b;
    font-size: 1.5em;
    text-transform: none;
    margin: 10px 0
}

.flyers-about-heading-commercial {
    color: #c23b3b;
    position: relative;
    margin: 20px 0 40px;
    font-weight: normal;
    font-size: 1.5em;
}

    .flyers-about-heading-commercial:after {
        content: '';
        height: 2px;
        width: 40%;
        background: #c23b3b;
        display: block;
        margin: auto;
        position: absolute;
        bottom: -10px;
        left: 0;
    }

.sustainable-energy-wrp {
    border-top: 2px solid #ddd;
    padding-top: 32px;
    background-color: #e4e4e4;
}

.pofile-img {
    position: relative;
}

.overlape-detials {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    color: #fff;
    padding: 20px;
    text-align: center;
    opacity: 0;
    transition: opacity .05s ease-in-out;
    overflow: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background: rgba(0,0,0,0.5);
    font-size: 0.9rem;
}

.overlape-detials-2 {
    background: rgba(0,0,0,0.7);
}

.pofile-img:hover .overlape-detials, .pofile-img:hover .overlape-detials-2 {
    opacity: 1;
    display: flex;
}

.overlay-anchor {
    color: inherit;
    text-decoration: none;
}

.overlay-image-layer {
    background: rgba(0,0,0,0.4);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.overlape-detials-new-story {
    font-size: 1.25rem;
}

.pofile-img:hover .bydefault-show-heading {
    display: none;
}


.bydefault-show-heading {
    text-transform: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.16rem;
    font-weight: 500;
    color: #fff;
}

.bydefault-show-heading-our-story {
    font-size: 1.8rem;
}

.bydefault-show-heading h2 {
    color: #fff;
    font-size: 1.8em;
    font-weight: 500;
    position: relative;
}

    .bydefault-show-heading h2:after {
        content: '';
        height: 2px;
        width: 50%;
        background: #c23b3b;
        display: block;
        margin: auto;
        position: absolute;
        bottom: -10px;
        left: 0;
        right: 0;
    }

.designation {
    margin-bottom: 7px;
}



.border-2px {
    border-top: 2px solid #ddd;
}

.profile-pouch {
    margin-top: 40px
}

.gray-bg {
    background-color: #f0f1f2
}

.search-bar .search-input {
    font-size: 0.875em;
    line-height: 1.25rem;
    letter-spacing: 0.015rem;
    font-weight: 400;
    color: rgb(73, 73, 73);
    border: 1px solid rgb(240, 241, 242);
    display: block;
    border-radius: 4px;
    box-sizing: border-box;
    height: 40px;
    transition: box-shadow 0.2s ease 0s, border-color 0.2s ease 0s;
    padding: 8px 40px 8px 8px;
    margin: 0px;
    background-color: rgb(240, 241, 242);
    min-width: 0px;
    padding-left: 35px;
    position: relative
}

.search-bar-wrp {
    position: relative
}

.search-magni-icon {
    position: absolute;
    left: 11px;
    top: 7px;
    z-index: 1;
    color: #7d8593;
}

.search-bar .btn-warning {
    appearance: none;
    cursor: pointer;
    font-weight: 700;
    line-height: 1;
    outline: 0px;
    border-radius: 0px;
    height: 40px;
    width: auto;
    max-width: none;
    background-color: rgb(244, 123, 32);
    border: 2px solid rgb(244, 123, 32);
    color: rgb(234, 238, 242);
    padding: 0px 24px;
    min-width: 0px
}

.btn, .dropdown-menu.show {
    border-radius: 3px;
}

.btn {
    font-size: 0.8rem;
    padding-top: 10px;
    padding-bottom: 10px;
}

.location-search .search-bar-wrp .search-input {
    color: rgb(73, 73, 73);
    border: 1px solid rgb(123, 133, 143);
    background: #fff;
}

.location-slection {
    font-size: 14px;
}

.form-check-input {
    border-radius: 2px !important;
    width: 15px;
    height: 15px;
}

.location-slection .list-group-item {
    padding: 7px 0;
    text-transform: uppercase;
    font-size: 0.85em
}

.location-search-footer .btn-sm {
    height: 30px;
    font-size: 0.8em;
}

.search-dropdown {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    border-radius: 4px;
    height: 40px;
    border: 2px solid rgb(206, 211, 217);
}

label {
    font-weight: normal;
    margin-bottom: 5px;
}

.selected-location .btn-secondary {
    border: 1px solid rgb(123, 133, 143);
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 4px;
    background-color: rgb(232, 235, 237);
    font-weight: 500;
    color: rgb(51, 51, 51);
    padding-left: 15px;
    margin-right: 7px;
    margin-top: 5px;
    font-weight: 500
}

.selected-location .btn-close {
    width: 2px;
}

/*.selected-location {
    margin-left: 0px;
    padding-left: 0
}

    .selected-location li {
        display: inline-block
    }*/
@media (max-width: 767.98px) {
    .banner-main-heading {
        padding: 5px 12px 5px 0;
        font-size: 1.3rem;
    }

    .banner-main-subheading {
        margin-top: 4px;
        font-size: 1em;
        padding: 6px 15px 6px 0;
    }

    .carousel-indicators [data-bs-target] {
        font-size: 1.0em
    }

    .caption-wrp {
        padding: 5%;
    }

    .navbar-brand {
        margin-top: 0;
    }

    .carousel-heading-new {
        font-size: 1.4em;
    }

    .caption-heading h1 {
        font-size: 2.8em;
    }

    .pofile-img:hover .overlape-detials, .overlay-image-layer {
        display: none;
    }



    .bydefault-show-heading {
        display: none;
    }

    .site-navbar .site-logo {
        margin-top: -5px;
    }

        .site-navbar .site-logo img {
            width: 60%
        }
}

@media (min-width: 767.98px) and (max-width: 1024px) {
    .banner-main-subheading {
        margin-top: 6px;
        font-size: 1.1em;
        padding: 6px 15px 6px 0;
    }

    .carousel-indicators [data-bs-target] {
        font-size: 1.1em
    }

    .carousel-heading-new {
        font-size: 1.8em;
    }

    body {
        font-size: 16px;
    }
}

@media (max-width:600px) {
    body {
        font-size: 14px;
    }

    .cookies-wrp .modal-content {
        min-height: 90vh;
    }

    .banner-main-heading {
        padding: 5px 12px 5px 0;
        font-size: 1.1rem;
    }

    .banner-main-subheading {
        margin-top: 4px;
        font-size: 1em;
        padding: 6px 15px 6px 0;
    }

    .site-navbar .site-logo {
        margin-top: 0px
    }

        .site-navbar .site-logo img {
            width: 70%;
        }

    .slide-cta p {
        font-size: 1.2em;
    }

    .red-btn a {
        font-size: 11px;
    }
}

.carousel-item-inner {
    height: 400px
}

.btn-danger {
    border-color: #c23b3b;
    color: #ffffff;
    background-color: #c23b3b;
    border-width: 2px;
    font-weight: 500;
    font-size: 0.84rem;
    letter-spacing: 1px;
    padding: 8px 20px;
}

    .btn-danger:hover, .btn-danger:focus {
        border-color: #c23b3b;
        color: #c23b3b;
        background-color: transparent;
        border-width: 2px;
    }

.btn {
    padding-left: 20px;
    padding-right: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500
}

    .btn:hover {
        background-color: #333;
        border-color: #333;
    }

.rounded {
    border-radius: 3px !important;
}

.input-group-text {
    border-radius: 2px !important;
}

.thanks-alert {
    border: 2px solid #46b450;
    padding: 10px;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 400
}

    .thanks-alert .fa {
        color: #fff;
    }

/*end*/
/*location*/
#map {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 685px;
    float: left;
    position: relative;
}

.list-map-pouch {
    position: relative;
}

#locations-list {
    width: 33%;
    height: 400px;
    margin: 15px;
    overflow: auto;
    position: absolute;
    left: 0px;
    top: 130px;
    padding: 5px;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 3px 3px 10px 0px rgba(107,107,107,1);
}

    #locations-list ul {
        padding: 0;
        margin: 0;
    }

        #locations-list ul li {
            font-family: 'Roboto', sans-serif;
            font-size: 0.88rem;
            font-weight: 400;
            padding: 2px 0;
            cursor: pointer
        }

            #locations-list ul li:hover {
                background-color: #EEE;
            }

.list-location-icon {
    padding-right: 5px;
    float: left;
}

    .list-location-icon img {
        max-height: 14px;
        line-height: normal;
    }

.list-location-icon, .site-number, .location-address {
    line-height: normal
}

.modal-site-number {
    margin: 2px;
    padding: 1px;
    color: #000 !important;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
}

.modal-address {
    font-size: 0.95rem;
    margin-bottom: 1.3rem
}

.detials-ul strong {
    font-weight: bold
}

.modal-direction.text-primary {
    font-size: 0.95rem;
    color: #1982D1;
    cursor: pointer
}

.text-primary {
    color: #003da7 !important
}

.direction-table {
}

    .direction-table table {
        width: 100%
    }

    .direction-table tr td {
        text-align: center
    }

    .direction-table .adp-placemark tr td {
        padding: 5px;
        text-align: center
    }

.field-validation-error {
    font-weight: 500;
    font-size: 0.9rem
}

.cookies-wrp-main {
    padding: 10px 0px;
    background-color: #202020;
    border-top: 1px solid #fff;
    color: #fff;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 999;
    letter-spacing: 0.5px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    left: 0;
    right: 0;
    border-radius: 0;
    margin-bottom: 0;
    font-family: 'Nunito', sans-serif;
    font-weight: 700
}

    .cookies-wrp-main a {
        color: #fff;
        text-decoration: underline
    }

    .cookies-wrp-main button {
        text-transform: none;
        font-weight: 800;
        border-radius: 150px;
        padding: 8px 30px;
    }

        .cookies-wrp-main button.btn-primary {
            background-color: #0C4DA2;
            border-color: #0C4DA2;
        }

            .cookies-wrp-main button.btn-primary:hover, .cookies-wrp-main button.btn-primary:focus {
                color: #0C4DA2;
                background: #fff;
            }

.cookies-wrp .modal-content, .cookies-wrp .modal-content .container, .cookies-wrp .modal-content .container > div {
    min-height: 500px;
}

.cookies-wrp .modal-content {
    transform: scale(.9);
    border-radius: 6px;
}

.cookies-tab {
    font-family: 'Nunito', sans-serif;
}

.cookies-column-left {
    box-shadow: 0 0 30px 0 rgba(35,35,35,.1);
    font-size: 0.68rem;
    font-weight: 400;
    text-transform: uppercase;
}

    .cookies-column-left .fa {
        font-size: 0.9rem
    }

.cookies-tab {
}

    .cookies-tab ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        .cookies-tab ul li {
            margin-top: 10px;
            padding: 12px 10px;
            border-radius: 4px;
            border: 1px solid #f1f1f1;
            font-weight: 800;
        }

            .cookies-tab ul li:hover, .cookies-tab ul li.active {
                background: rgb(240, 240, 240);
                color: #0C4DA2;
                cursor: pointer;
            }

.cookies-logo {
    max-height: 57px;
    margin-bottom: 10px
}

.cookies-close-button .btn-close {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat
}

.cookies-column-right {
    font-family: 'Nunito', sans-serif;
    font-size: 0.84rem;
    line-height: 1.2rem;
    background-color: #f1f1f1;
    border-radius: 0 6px 6px 0;
    position: relative;
    box-shadow: 4px 0px 10px 5px rgba(0,0,0,0.05) inset, 10px 0 10px 10px rgb(241 241 241) inset;
}

    .cookies-column-right .modal-footer {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

.modal-save-settings {
    float: right;
}

.cookies-column-right .form-switch .form-check-label {
    font-weight: 700;
    color: #ff0000;
    cursor: pointer
}

#form-check-label-cookies {
    padding-top: 12px;
}

.cookies-column-right .form-switch .form-check-input {
    box-shadow: -5px 2px 8px 0px rgba(0,0,0,0.2) !important;
    border-radius: 34px !important;
    height: 26px;
    min-width: 39px !important;
    border: 0;
    background-color: #ff0000;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
    background-size: 30px;
    background-position: -2px;
}

    .cookies-column-right .form-switch .form-check-input.green-switch {
        background-color: #2e9935;
        background-size: 30px;
        background-position: 11px;
    }

.cookies-column-right .form-switch .form-check-label.text-green {
    color: #2e9935
}

.cookies-column-right .modal-footer .btn-primary {
    background-color: #0C4DA2;
    border: 1px solid #0C4DA2;
    font-size: 0.69rem;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: normal;
}
.cookies-column-right .modal-footer .btn-primary:hover {
    color: #0C4DA2;
    border: 1px solid #0C4DA2;
    background:#fff;
}
    .privacy-overview {
    }

    .privacy-overview h4, .strictly-overview h4 {
        font-size: 1.3rem;
        font-weight: 700;
        margin-bottom: 1rem;
        margin-top: 10px
    }

.cookies-close-button {
    background-color: #0C4DA2;
    border: 1px solid #0C4DA2;
    width: 40px;
    height: 40px;
    position: absolute;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    right: -15px;
    top: -20px;
    z-index: 2
}

    .cookies-close-button .btn-close {
        color: #fff;
    }
.cookies-wrp {
    z-index: 1000000
}
.modal-backdrop {
    opacity: 0.9 !important;
    z-index: 999999
}

.powered-by {
    font-family: 'Nunito', sans-serif;
    position: absolute;
    bottom: 30px;
    left: 20px;
    color: #000;
    font-weight: 700;
    text-transform: none;
}

    .powered-by a {
        color: #000;
    }

.broadcast-wrp {
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    padding: 10px 0;
    font-size: 0.9rem;
    letter-spacing: -0.2px;
    box-shadow: 0 0px 10px 2px rgba(0,0,0,0.2);
    position: relative;
    z-index: 1;
}
.broadcast-wrp .fa {
    font-weight:normal;
    font-size:1.1rem;
    padding-left:10px;
    cursor:pointer
}
.tournament-list-strong{
    font-weight: 500;
    padding: 3px 10px;
    margin-right:5px;
    border-radius: 2px;
    font-size: 15px;
    text-transform: uppercase;
}
.gold-bg{
    background-color: #facc6b;
    background-image: linear-gradient(315deg, #facc6b 0%, #fabc3c 74%);
}
.silver-bg {
    background-color: #c3cbdc;
    background-image: linear-gradient(147deg, #c3cbdc 0%, #edf1f4 74%);
}
.bronze-bg {
    background-color: #CD7F32;
    background-image: linear-gradient(147deg, #CD7F32 0%, #CD9932 74%);
}
@media (max-width:767px) {
    .cookies-wrp .modal-content, .cookies-wrp .modal-content .container, .cookies-wrp .modal-content .container > div {
        min-height: 95vh;
    }

    .direction-column-sm {
        flex-direction: column;
    }

    .cookies-column-right {
        flex: 2;
        border-radius: 0 0 6px 6px;
        padding-bottom: 80px !important;
    }

        .cookies-column-right .modal-footer {
        }

    #strictly-necessary-cookies span, #privacy-overview span {
        display: none;
    }

    .cookies-tab ul {
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .cookies-tab ul li {
            margin-top: 0;
        }

    .cookies-column-left .fa {
        font-size: 1.2rem;
    }

    .cookies-column-left {
        padding-bottom: 10px !important;
    }

    .powered-by {
        bottom: 30px;
        left: auto;
        right: 20px;
        top: 34px;
    }
}
