/*IMPORTANT: SCROLL TO THE BOTTOM TO FIND THE RESPONSIVE OVERRIDE SETTINGS*/
body {
    background: #fff !important;
}

.dexp-quick-settings {
    display: none !important;
}

.zoom-out {
    -moz-transform: scale(0.9, 0.9);
    zoom: 0.9;
    zoom: 90%;
}

@media (min-width: 1000px) {
    .site-logo img {
        width: auto;
        height: 55px !important;
    }
}

.nav-minimized .header-top-megamenu {
    top: 30px;
}

.header-top-megamenu nav ul li a {
    color: #162056;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: inherit !important;
}

article {
    padding: 0px !important;
}

#section-header ul.dexp-menu>li>a,
#section-header ul.dexp-menu>li>span[data-drupal-link-system-path] {
    font-family: Montserrat;
}

#section-footer {
    padding: 0px;
    border-top: none !important;
}

.dexp-quick-settings .quick-settings-toggle {
    display: none !important;
}

.button,
.image-button {
    margin-right: 0px;
    margin-left: 0px;
}

#section-header .dexp-container {
    padding-right: none !important;
    padding-left: none !important;
}

label,
legend {
    font-weight: inherit;
    font-size: inherit;
    color: inherit;
}

select.form-control:not([size]):not([multiple]) {
    height: auto !important;
}

label,
legend {
    font-size: 16px !important;
    line-height: 20px !important;
    font-weight: 500 !important;
}

.block h2.block-title {
    margin: 0 0 30px 0;
    text-align: center;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 120% !important;
}

.button.button-dark-slate-blue a {
    color: #fff;
}

.fuel-brand-selection {
    display: flex;
    justify-content: center;
    align-items: center;
}

.fuel-brand-selection img {
    height: 80px;
}

.company-selector .company-item {
    padding: 5px 0px;
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
    border: 5px solid #f4f5f7;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.form-control:disabled {
    background: #e8eaed !important;
}

button[disabled] {
    background-color: #e9ecef !important;
}

/*----- RESPONSIVE MODIFICATIONS -----*/
@media (min-width: 1200px) {
    /* Desktop  */

    /*Hide  mobile menu*/
    .menu--mobile-menu {
        display: none !important;
    }

    #section-header ul.dexp-menu>li>a::before,
    #section-header ul.dexp-menu>li>span[data-drupal-link-system-path]::before {
        content: "";
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        margin-top: 15px;
        transition: all 0.3s ease;
        height: 3px;
        background: #d52b1e;
    }

    #section-header ul.dexp-menu>li>a::after,
    #section-header ul.dexp-menu>li>span[data-drupal-link-system-path]::after {
        content: "";
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        margin-top: 15px;
        transition: all 0.3s ease;
        height: 3px;
        background: #d52b1e;
    }

    #section-header ul.dexp-menu>li>a,
    #section-header ul.dexp-menu>li>span[data-drupal-link-system-path] {
        font-size: 16px;
        color: #162056;
        line-height: 40px;
    }

    .merchant-widget {
        display: none !important;
    }

    .infobox.mobile {
        display: none !important;
    }

    .company-selector {
        width: 700px;
    }

    .company-selector .company-item {
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media (max-width: 1023px) {

    .header-top,
    .menu--main {
        display: none !important;
    }
}

@media (min-width: 1000px) {
    #carouselExampleIndicators {
        min-height: 278px !important;
    }
}

@media only screen and (min-width: 1000px) and (max-width: 1024px) {
    #block-mobilemenu {
        display: none !important;
    }
}

@media (max-width: 1199px) {
    /* Tablet portrait */

    /*----- MOBILE MENU OVERRIDE SETTINGS -----*/

    /*Hide top navigation and desktop menu*/

    ul.dexp-menu li.menu-item--expanded {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 20px;
    }

    #section-header ul.dexp-menu {
        background-color: #fff !important;
    }

    #section-header li>a.is-active,
    #section-header li>span[data-drupal-link-system-path].is-active {
        color: #d52b1e !important;
    }

    #section-header li>a,
    #section-header li>span[data-drupal-link-system-path] {
        color: #162056;
        text-transform: none;
        font-size: 16px;
        font-weight: 300;
    }

    #section-header ul.dexp-menu>li>a,
    #section-header ul.dexp-menu>li>span[data-drupal-link-system-path] {
        font-size: 16px !important;
        font-weight: 400 !important;
    }

    #section-header li>a,
    #section-header li>span[data-drupal-link-system-path] {
        color: black;
    }

    /*----- END OF MOBILE MENU OVERRIDE SETTINGS -----*/

    .infobox {
        bottom: 60px !important;
        background: #0085ca !important;
    }

    .infobox .infobox-text {
        font-size: 18px !important;
    }

    .infobox.merchant-widget {
        bottom: 0px !important;
        background: #ed3237 !important;
    }

    .infobox.desktop {
        display: none !important;
    }

    .fuel-brand-selector .fuel-brand-selection img {
        height: 80px !important;
        padding-top: 20px !important;
    }

    .fuel-brand-selector h3 {
        text-align: center;
    }

    .anchor #target1 {
        position: absolute;
        left: 0px;
        top: -90px;
    }
}

@media (max-width: 767px) {
    /* Mobile */

    .header-top-megamenu nav {
        float: right;
        width: 100% !important;
        margin: 25px 0 0 0;
    }

    .section-text {
        margin-top: 30px;
    }
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 510px !important;
        margin: 1.75rem auto;
    }
}

@media (max-width: 500px) {
    .blog-post-item .blog-post-item-text .button.button-xs-height {
        padding-bottom: 25px !important;
    }
}

/*----- END OF RESPONSIVE MODIFICATIONS -----*/
#block-nation-content .product-selector .product img {
    height: auto !important;
}

#section-content {
    margin-top: 50px;
}

#block-nation-content .product-selector .product .button-selector {
    margin-top: 32px !important;
}

[class^="dexp-menu-icon-"],
[class*=" dexp-menu-icon-"] {
    font-family: "dexp-menu-icon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: initial;
}

.dexp-menu-icon-menu-toggle:before {
    content: "\e900";
}

#section-content {
    margin-top: 0px;
}

@media only screen and (min-width: 1550px) {
    #section-header .region-navigation {
        margin-top: 15px;
    }
}

.nav-minimized .header-top-megamenu {
    top: 30px !important;
}

@media (min-width: 1400px) {
    .nav-minimized .header-top {
        padding-top: 10px;
    }
}

#homeModal .container {
    padding: 0;
    padding-top: 20px;
}

@media (min-width: 769px) {
    #block-mobilemenu {
        display: none;
    }
}

/*Otp Css*/

@media (max-width: 450px) {
    .modal-body-img-first {
        width: 55px !important;
    }

    .modal-body-img-mid {
        width: 60px !important;
    }

    .modal-body-img-last {
        width: 99px !important;
    }

    .modal-style-responsive .modal-body {
        padding: 0px !important;
        justify-content: space-around !important;
    }
}

@media (max-width: 780px) {

    .sliderBtns .button-cerulean,
    .noteArea {
        display: block !important;
    }
}

/* .mobil-design-button-container .cboxElement:focus {outline: none;} */
/*Otp Css*/

.home-page-slider-height {
    height: 100%;
    display: flex;
    align-items: flex-start;
    padding-top: 40px;
}

.d-hide {
    display: none;
}

#skip-link,
#block-nation-main-menu-menu {
    display: none !important;
}

.bredcrumbsLevelOne {
    text-decoration: underline;
    color: #162056;
    font-weight: 500;
}

.homeBannerText {
    font-size: 2.75vw;
    transition: none 0s ease 0s;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    font-weight: 700;
    line-height: 2.48vw !important;
    text-align: right;
}

.homeBannerTextS {
    font-size: 2.48vw;
    transition: none 0s ease 0s;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    font-weight: 700;
    line-height: 2.48vw !important;
    text-align: right;
}

.carousel-indicators .active {
    background-color: #162056;
}

.carousel-indicators li {
    border-color: #162056 !important;
}

#go-to-top {
    display: none;
}

.nav-minimized .header-top>nav>ul>li>a {
    line-height: 30px;
}

.field--name-field-page-link .field__items{
	display: none;
}

@media screen and (min-width:780px) {
    .homeBannerText {
        width: max-content;
    }
}

@media screen and (max-width: 700px) {
    .homeBannerText {
        font-size: 28px;
        line-height: 20px !important;
        text-align: center !important;
    }

    .homeBannerTextS {
        font-size: 18px;
        line-height: 1.3 !important;
        text-align: center !important;
    }
}

@media screen and (max-width: 500px) {
    .homeBannerText {
        font-size: 20px;
        line-height: 20px !important;
        text-align: center !important;
    }
}