.topbar__nav a {
    font-size: 14px;
    font-weight: 600;
    color: #bae6f6;
}
.topbar.style-2 a {
    color: #004264;
}

a.features__item-info {
    display: block;
}
.products-arrow {
    right: 35px;
    bottom: 8px;
}

#extended-footer .collapse:not(.show) {
    display: block;
}
#extended-footer {
    width: 100%;
    padding-left: 0;
    list-style: none;
}
#extended-footer > li {
    float: left;
}
#extended-footer .dropdown-toggle::after {
    display: none;
}
#extended-footer > li .nav-link {
    color: #9ac33c;
    font-weight: 600;
    line-height: 1.3;
}
#extended-footer > li ul {
    padding: 0;
}
#extended-footer > li ul a {
    color: #78c8e7;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
}
#extended-footer > li ul a:hover {
    color: #4db6df;
    background: none;
}
#extended-footer .nav-link,
#extended-footer .dropdown-item {
    padding-left: 0;
}

.off-canvas__body__menu-bottom li a.nav-link {
    color: #fff;
    font-size: calc(13px + 2 * ((100vw - 320px) / 580));
}
.sub_type {
    color: #000;
    font-weight: 700;
    margin-bottom: 5px;
}
.report {
    display: inline-block;
    vertical-align: top;
    padding: 5px;
}
.report p.sub_type {
    color: #9ac33c;
    margin-bottom: 0px;
    font-size: 22px;
}
.report ul {
    padding: 0;
    list-style: outside;
    padding-left: 15px;
}
.report li {
    padding: 5px;
}
.report li a {
    color: #0294ca;
}
.post-filters-filter,
.post-filters-btn {
    display: inline-block;
}
.post-filters-filter {
    margin-right: 10px;
    margin-left: 10px;
}
.btn.btn-color-light-grey {
    color: #b9b9b9;
}
.post-filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: -10px;
    margin-right: -10px;
}

@media (max-width: 991px) {
    .post-filters {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

@media (max-width: 767px) {
    .post-filters {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (min-width: 568px) {
    .post-filters.post-filters--events {
        margin-left: -25px;
        margin-right: -25px;
    }
    .post-filters.post-filters--events .post-filters-filter {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.post-filters.post-filters--events label {
    margin-right: 2.5rem;
}

.post-filters-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-left: 10px;
    padding-right: 10px;
}

@media (min-width: 768px) {
    .post-filters:not(.post-filters--events) .post-filters-filter {
        min-width: 33.3%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3%;
        flex: 0 0 33.3%;
    }
}

@media (max-width: 991px) {
    .post-filters-filter {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (min-width: 1200px) {
    .post-filters-filter {
        min-width: 30%;
    }
}

.post-filters-filter label {
    font-size: 16px;
    white-space: nowrap;
    margin-right: 1.5rem;
    color: #58595b;
}

@media (min-width: 0px) and (max-width: 900px) {
    .post-filters-filter label {
        font-size: calc(16px + 2 * ((100vw - 0px) / 900));
    }
}

@media (min-width: 900px) and (max-width: 1400px) {
    .post-filters-filter label {
        font-size: calc(18px + 2 * ((100vw - 900px) / 500));
    }
}

@media (min-width: 1400px) {
    .post-filters-filter label {
        font-size: 20px;
    }
}

@media (min-width: 1200px) {
    .post-filters-filter label {
        margin-right: 3rem;
    }
}

.post-filters-filter .form-control {
    font-size: 16px;
    font-weight: 600;
    padding: 8px 15px;
    padding-right: 25px;
    border-radius: 6px;
}

@media (min-width: 0px) and (max-width: 900px) {
    .post-filters-filter .form-control {
        font-size: calc(16px + 2 * ((100vw - 0px) / 900));
    }
}

@media (min-width: 900px) and (max-width: 1400px) {
    .post-filters-filter .form-control {
        font-size: calc(18px + 2 * ((100vw - 900px) / 500));
    }
}

@media (min-width: 1400px) {
    .post-filters-filter .form-control {
        font-size: 20px;
    }
}

.post-filters-filter .form-control.has-placeholder {
    color: #999999;
}

.post-filters-btn {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 1rem;
    min-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

@media (min-width: 768px) {
    .post-filters-btn {
        min-width: 33.3%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3%;
        flex: 0 0 33.3%;
        margin-top: 0;
    }
}

@media (min-width: 992px) {
    .post-filters-btn {
        min-width: 240px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 240px;
        flex: 0 0 240px;
    }
}

.post-filters.style-1 .select2-container .select2-selection {
    border: 0;
}

.post-filters.style-1 .post-filters-filter {
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width: 992px) {
    .post-filters.style-1 .post-filters-filter {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.post-filters.style-1 .post-filters-filter label {
    margin-right: 2rem;
    margin-bottom: 0;
}

.post-filters.style-1
    .select2-container
    .select2-selection
    .select2-selection__arrow
    b {
    border-width: 6px 5px 0 5px;
}

.post-filters.style-1
    .select2-container
    .select2-selection
    .select2-selection__placeholder,
.post-filters.style-1 .select2-selection__rendered {
    font-size: 16px;
    color: #333333;
    font-weight: 600;
}

@media (min-width: 0px) and (max-width: 900px) {
    .post-filters.style-1
        .select2-container
        .select2-selection
        .select2-selection__placeholder,
    .post-filters.style-1 .select2-selection__rendered {
        font-size: calc(16px + 2 * ((100vw - 0px) / 900));
    }
}

@media (min-width: 900px) and (max-width: 1400px) {
    .post-filters.style-1
        .select2-container
        .select2-selection
        .select2-selection__placeholder,
    .post-filters.style-1 .select2-selection__rendered {
        font-size: calc(18px + 2 * ((100vw - 900px) / 500));
    }
}

@media (min-width: 1400px) {
    .post-filters.style-1
        .select2-container
        .select2-selection
        .select2-selection__placeholder,
    .post-filters.style-1 .select2-selection__rendered {
        font-size: 20px;
    }
}

@media (min-width: 992px) {
    .post-filters.style-1 .select2-container {
        min-width: 142px;
    }
}

.post-filters.style-1 .select2-container .select2-selection {
    padding: 0;
    padding-right: 15px;
}
.no-text-transform {
    text-transform: none !important;
}
.btn.btn-color-hover-primary:hover {
    color: #8d3c65;
}
.post-filters-filter .select2-container {
    width: 100%;
}
.select2-container--open .select2-dropdown {
    border: none;
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.09);
}
input:focus,
textarea:focus,
select:focus {
    outline: none;
}

.reportsCont,
.reportsCont .btn {
    background: #0088c5;
    color: #fff;
}
.reportsCont label {
    color: #fff;
}

.post-filters.style-1
    .select2-container
    .select2-selection
    .select2-selection__placeholder,
.post-filters.style-1 .select2-selection__rendered {
    font-size: 14px;
    font-weight: 300;
}
.agency {
    color: #79919a;
}
.reports-title {
    background: #f9ede5;
}
.reports-title h5 {
    color: #ec6e0f;
}
@media (max-width: 576px) {
    .post-filters.style-1 .post-filters-filter {
        flex: 100%;
        margin-top: 10px;
    }
    .js-clear-all-filters {
        width: 100%;
        padding-top: 0;
    }
    .report {
        padding: 0px 15px;
    }
}

@media (min-width: 768px) {
    .margin-minus-top-lg-70 {
        margin-top: -70px !important;
    }
    .margin-minus-top-lg-50 {
        margin-top: -50px !important;
    }
    .margin-top-lg-70 {
        margin-top: 70px !important;
    }
}
@media (max-width: 1025px) {
    .scroll-to-top {
        bottom: 55px !important;
    }
}
.navbar-main #menubar li:last-child:not(.dropdown-submenu) a,
.off-canvas #offCanvasMenu li:last-child:not(.dropdown-submenu) a {
    color: #20c99f;
}
.response-div {
    min-height: 40px;
}
.alert {
    background-color: transparent;
    border: none;
}
.alert-danger {
    color: #b92727;
}
.alert-success {
    color: #a4d41f;
    font-weight: 600;
}
.form-control.error {
    border: 1px solid red;
}
@media (max-width: 1024px) {
    .alert-success {
        text-align: center;
    }
    .response-div {
        min-height: auto;
    }
}
.main-search {
    z-index: 11;
    display: none;
    position: absolute;
    left: 0;
    top: calc(100% + 10px);
    width: calc(100% + 2px);
    font-size: 16px;
    margin: 0 -1px;
    background-color: #fff;
}
.main-search .filter-search {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    -moz-border-radius-topleft: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 4px;
}
.main-search ul {
    overflow-y: auto;
    height: 270px;
    background-color: #f3f9ff;
}
.main-search ul li {
    display: block;
}
.main-search ul li a {
    display: block;
    padding: 10px 15px;
    color: #004264;
}
.main-search ul li a:hover,
.main-search ul li.active a {
    background-color: #004264;
    color: #f3f9ff;
}
.main-search ul {
    padding: 0;
    margin: 0;
}
.steps
    .step-block
    .search-lists
    .search-dropdown
    .search-dropdown-title-submit::after {
    display: none;
}
/* Fuel cards page css */
.ct-fancybox-layout8 {
    background-color: #fff;
    padding: 40px 20px 43px;
    -webkit-box-shadow: 0 1px 18px rgba(0, 0, 0, 0.11);
    -khtml-box-shadow: 0 1px 18px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0 1px 18px rgba(0, 0, 0, 0.11);
    -ms-box-shadow: 0 1px 18px rgba(0, 0, 0, 0.11);
    -o-box-shadow: 0 1px 18px rgba(0, 0, 0, 0.11);
    box-shadow: 0 1px 18px rgba(0, 0, 0, 0.11);
    text-align: center;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}
.ct-fancybox-layout8 .ct-fancybox-icon {
    line-height: 1;
    margin-bottom: 22px;
}
.ct-fancybox-layout8 .ct-fancybox-icon {
    font-size: 50px;
    color: #0089c3;
}
.ct-fancybox-layout8 .ct-fancybox-title {
    font-size: 20px;
    color: #004264;
    margin-bottom: 17px;
}
.ct-fancybox-layout8 .ct-fancybox-content {
    font-size: 15px;
    line-height: 26px;
    color: #333;
}
.ct-fancybox-layout8:hover {
    -webkit-transform: translateY(-10px);
    -khtml-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 0px 18px rgba(0, 0, 0, 0.19);
    -khtml-box-shadow: 0 0px 18px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 0px 18px rgba(0, 0, 0, 0.19);
    -ms-box-shadow: 0 0px 18px rgba(0, 0, 0, 0.19);
    -o-box-shadow: 0 0px 18px rgba(0, 0, 0, 0.19);
    box-shadow: 0 0px 18px rgba(0, 0, 0, 0.19);
}
.basma_plus_features .feature:nth-child(even) {
    padding-top: 40px;
}
@media screen and (max-width: 767px) {
    .ct-fancybox-layout3 {
        position: relative;
    }
}
.ct-fancybox-layout3 .ct-fancybox-title {
    font-size: 22px;
    margin-bottom: 11px;
    margin-top: -2px;
}
.ct-fancybox-layout3 .ct-fancybox-title a {
    color: inherit;
}
.ct-fancybox-layout3 .ct-fancybox-title a:hover {
    color: #00a0e8;
}
.ct-fancybox-layout3 .ct-fancybox-description {
    font-size: 15px;
    line-height: 26px;
}
.ct-fancybox-layout3 .ct-fancybox-icon {
    margin-right: 10px;
    line-height: 1;
}
.ct-fancybox-layout3 .ct-fancybox-icon {
    font-size: 35px;
    color: #00a0e8;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    display: inline-block;
}
.ct-fancybox-layout3 .ct-fancybox-content {
    background-color: #fff;
    padding: 34px 22px 26px;
    -webkit-box-shadow: 0 13px 18px rgba(31, 53, 158, 0.11);
    -khtml-box-shadow: 0 13px 18px rgba(31, 53, 158, 0.11);
    -moz-box-shadow: 0 13px 18px rgba(31, 53, 158, 0.11);
    -ms-box-shadow: 0 13px 18px rgba(31, 53, 158, 0.11);
    -o-box-shadow: 0 13px 18px rgba(31, 53, 158, 0.11);
    box-shadow: 0 13px 18px rgba(31, 53, 158, 0.11);
    display: flex;
    flex-wrap: nowrap;
    position: relative;
    z-index: 1;
}
.ct-fancybox-layout3 .ct-fancybox-content:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-image: url(../images/icon-dot.png);
    background-repeat: repeat;
    width: 93px;
    z-index: -1;
}
.ct-fancybox-layout3 .ct-fancybox-content:hover .ct-fancybox-icon i {
    -webkit-transform: rotateY(360deg);
    -khtml-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
}
.ct-fancybox-layout3 .ct-fancybox-number {
    font-size: 351px;
    line-height: 1;
    font-weight: 700;
    position: absolute;
    top: -39px;
    left: 0;
    text-shadow: 0 13px 18px rgba(31, 53, 158, 0.29);
    -webkit-text-shadow: 0 13px 18px rgba(31, 53, 158, 0.29);
    -ms-text-shadow: 0 13px 18px rgba(31, 53, 158, 0.29);
    -o-text-shadow: 0 13px 18px rgba(31, 53, 158, 0.29);
}

@media screen and (max-width: 767px) {
    .ct-fancybox-layout3 .ct-fancybox-number {
        font-size: 300px;
        top: -43px;
    }
    .basma_plus_features .feature:nth-child(even) {
        padding-top: 0;
    }
    .ct-fancybox-layout8 .ct-fancybox-icon {
        font-size: 35px;
    }
    #statsChart {
        height: auto !important;
        width: 100% !important;
    }
}
.ct-fancybox-layout3 .ct-fancybox-inner {
    padding-top: 85px;
    padding-left: 76px;
}
@media screen and (max-width: 1199px) {
    .ct-fancybox-layout3 .ct-fancybox-inner {
        padding-left: 56px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .ct-fancybox-layout3 .ct-fancybox-inner {
        padding-left: 30px;
    }
}
.text-gradient,
#header-wrap .site-menu-phone .menu-phone-icon .fac-phone,
.single-post .post-previous-next a span:nth-child(1),
.rev_slider cite,
.revslider-initialised cite,
.ct-heading .ct-heading-tag cite,
.ct-cta-wrapper .ct-cta-title cite,
.ct-counter-default .ct-counter-digit span {
    background-color: #fff;
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#0079a2),
        to(#0079a2)
    );
    background-image: -webkit-linear-gradient(left, #0079a2, #0079a2);
    background-image: -moz-linear-gradient(left, #0079a2, #0079a2);
    background-image: -ms-linear-gradient(left, #0079a2, #0079a2);
    background-image: -o-linear-gradient(left, #0079a2, #0079a2);
    background-image: linear-gradient(left, #0079a2, #0079a2);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#0079a2', endColorStr='#0079a2', gradientType='1');
    background-color: transparent;
    background-clip: text;
    -o-background-clip: text;
    -ms-background-clip: text;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    text-fill-color: transparent;
    -o-text-fill-color: transparent;
    -ms-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
}
.ct-fancybox-layout3 .ct-fancybox-content:hover .ct-fancybox-icon {
    -webkit-transform: rotateY(360deg);
    -khtml-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
}
.hse-table.table > tbody > tr > td:last-child,
.hse-table.table > thead > tr > td:last-child {
    border-right: 1px solid #dee2e6;
}
.hse-table.table > thead > tr > td:first-child {
    border-left: 1px solid #dee2e6;
}
.hse-table.table > tbody > tr:last-child,
.hse-table.table > tbody > tr > .heading.last {
    border-bottom: 1px solid #dee2e6;
}
.hse-table thead {
    color: #0188c5;
    font-weight: 700;
}
.hse-table .heading {
    color: #0188c5;
    background: #f4f9fc;
    vertical-align: middle;
    border-left: 1px solid #dee2e6;
}
.hse-table .sub-heading {
    color: #99ce1e;
    background: rgb(187 189 191 / 0.06);
}
.hse-table thead {
    background: rgb(32 139 198 / 0.05);
}
@media (min-width: 991px) {
    .hse-filters .select2-container {
        width: 70% !important;
        font-size: 14px;
        margin-left: 5px;
    }
}
.total-row {
    background: rgb(244 249 252);
    font-weight: 600;
}
.rolling-months {
    background: #f9ede5;
}

#tabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #f3f3f3;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 4px solid !important;
    font-size: 20px;
}
#tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    color: #e96310;
    font-size: 16px;
    font-weight: 500;
}
.navbar-main.is-scrolling .navbar-nav .nav-link:hover {
    color: #565b65;
}
.navbar-main .navbar-brand img {
    max-width: 120px;
    width: 120px;
}
.report-contact {
    position: relative;
    height: 100%;
    width: 100%;
}
.contact-bg {
    position: absolute;
    bottom: 75px;
    right: 50px;
    transform: rotate(-25deg);
}
.report-contact .title {
    font-size: 18px;
}
@media (max-width: 991px) {
    .contact-bg {
        right: 10px;
        bottom: 15px;
    }
    .contact-bg img {
        width: 80px;
    }
    .reportsCont .post-filters-filter .select2-container {
        width: 100%;
    }
}
.color-orange {
    color: #e96310;
}
#newsletterFormHolder .alert {
    background-color: transparent !important;
    border-color: transparent !important;
}
#newsletterFormHolder .alert-danger {
    color: #9a0808 !important;
}
#newsletterFormHolder .alert-success {
    color: #a4d41f !important;
}
.siteSearchMessage .alert,
.siteSearchMessage .alert ul {
    list-style: none;
    padding: 0;
}
.nav-tabs li.nav-item {
    width: 33.3%;
    text-align: center;
    position: relative;
}

.nav-tabs li.nav-item a {
    padding: 25px 0;
    background-color: #f5faeb;
    border-bottom: 4px solid #f5faeb !important;
    color: #555;
    font-weight: 600;
}

.nav-tabs li.nav-item:not(:last-child) {
    padding-right: 5px;
}

.nav-tabs li.nav-item .nav-link:active:after {
    content: '';
}

li.nav-item .nav-link.active:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #98ce17;
}

.tab-content {
    background: #fff;
    padding: 40px 50px;
}
#tabs #myTab.nav-tabs .nav-item.show .nav-link,
#myTab.nav-tabs .nav-link.active {
    color: #fff;
    background-color: #99cf16;
    border: none;
    font-weight: 600;
    border-bottom: 4px solid #98ce17 !important;
    font-size: 18px;
    border-radius: 5px;
}
#myTab.nav-tabs,
#myTab.nav-tabs li.nav-item a:hover {
    border: none;
}
.slide-55:before,
.slide-52:before,
.slide-62:before,
.slide-67:before {
    content: '' !important;
    position: absolute;
    display: block;
    width: 100%;
    height: 18vh;
    top: 0;
    left: 0;
    pointer-events: none;
    background: rgb(25 43 51 / 50%);
    z-index: 9;
}
.slide-52:before {
    background: rgb(25 43 51 / 20%);
}
.slide-62:before,.slide-67:before {
    background: rgb(0 0 0 / 20%);
}
.slide-64:before {
    content: '' !important;
    position: absolute;
    display: block;
    width: 100%;
    height: 18vh;
    top: 0;
    left: 0;
    pointer-events: none;
    background: rgb(25 43 51 / 10%);
    z-index: 9;
}
.home-section-1 .slide-64 .bg-img-overlay{top: -16%;}
@media (max-width: 576px) {
    .slide-55:before,
    .slide-52:before,
    .slide-62:before,
    .slide-64:before {
        height: 15vh;
    }
    .nav-tabs .nav-link {
        font-size: 14px !important;
        min-height: 110px;
        padding: 30px 5px !important;
    }
    .tab-content {
        padding: 40px 30px;
        font-size: 16px;
        line-height: 20px;
    }
}
@media (max-width: 1024px) {
    .navbar-canvas-toggle {
        color: #000 !important;
    }
    .navbar-main {
        position: relative;
    }
    .navbar-main.is-scrolling {
        position: fixed;
    }
    .navbar-main .navbar-brand .navbar-brand-black {
        position: relative;
        display: block !important;
        visibility: visible;
        opacity: 1;
    }
    .navbar-main .navbar-brand .navbar-brand-white {
        display: none;
        visibility: hidden;
        opacity: 0;
    }
    .min-h-screen {
        min-height: 45vh;
    }
}
@media (max-width: 767px) {
    .min-h-screen {
        min-height: 35vh;
    }
}
.footer-social svg {
    width: 18px !important;
    height: 18px !important;
    vertical-align: middle;
    font-size: 12px !important;
    line-height: 1em !important;
}

.footer-social .facebook svg {
    margin-top: -2px;
}
.topbar__nav-item .twitter svg {
    width: 14px;
}
.topbar.style-2 .twitter svg {
    stroke: #9ac43c;
}


@media (max-width: 767px){
	.slide-55:before,.slide-52:before,.slide-62:before,.slide-64:before{display:none;}
}
@media (max-width: 400px){
	 .min-h-screen {
        min-height: 25vh;
    }
}
.slide-55 .bg-img-overlay{height:110%;}
@media (max-width: 1200px){
    .off-canvas__body__menu-bottom {justify-content: center;}
    .off-canvas__body__menu-bottom li:last-child {border-top: 1px solid rgba(255,255,255,0.3);}
}
.topbar__nav .dropdown:not(.nav-item--search):hover>.dropdown-menu {
    display: block;
}
.topbar {
    z-index: 9999;
}
.topbar__nav .dropdown:not(.nav-item--search)>.dropdown-menu{margin:0;}
.topbar__nav a {
    color: #bae6f6 !important;
}
.topbar__nav .dropdown-menu a {
    color: #565b65 !important;
    font-weight: 400;
    font-size: 16px;
}
.topbar__nav .dropdown-menu a:hover {
    color: #e96310 !important;
}
.topbar__nav .dropdown-item.active, .topbar__nav .dropdown-item:active{background-color: #f8f9fa;}
.topbar.style-2 .topbar__nav a {
    color: #000 !important;
}
.topbar.style-2 .twitter svg {
    stroke: #000000;
}
@media (max-width: 992px) {
    .u-navbar-padding{padding-top:30px !important;}
}
.report-bg{background: rgb(242 249 252);}
.report-meta.fuel-card-meta{background-color: #78c8e7;}
.report-meta.fuel-card-meta a{color:#172c33 !important; }
#accordion a.collapsed .fa-plus { display: inline; }
#accordion a.collapsed .fa-minus { display: none; }
#accordion a:not(.collapsed) .fa-plus { display: none; }
#accordion a:not(.collapsed) .fa-minus { display: inline; }
.accordion-title{
    font-size: 16px;
    font-weight: bold;
} 
.accordion-title a{display: inline-block; width: 100%;}
#accordion .icons {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
#accordion .card-header{position: relative;}
#accordion .icons svg{color: #e96310;}
#accordion .card{margin-bottom:10px;}
.card-body ul,.card-body ol{margin-top: 10px;}
.card-body ul li:not(:last-child), .card-body ol li:not(:last-child) {margin-bottom:5px;}
.nss-steps .box.style-1 .icon {font-size:45px; margin-bottom: 10px;width: 50px;}
.nss-steps .box.style-1:hover .icon {
    -webkit-transform: rotateY(360deg); /* Safari, Chrome */
    -moz-transform: rotateY(360deg); /* Firefox */
    -ms-transform: rotateY(360deg); /* IE 9+ */
    -o-transform: rotateY(360deg); /* Old Opera */
    transform: rotateY(360deg);

    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;

    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;

    transition: transform 1s;
}
.nss-steps .box.style-1{padding-left: 50px 30px 30px 50px; height: 100%;}
.nss-steps .box {
    position: relative;
    overflow: hidden;
}
.nss-steps .step-num {
    position: absolute;
    top: -10px;
    left: -10px;
    font-size: 120px;
    font-weight: 800;
    color: white;
    opacity: 0.1;
    z-index: 0;
    pointer-events: none;
    line-height: 1;
}
.nss-steps .box h4 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
}
.ct-heading .nss.ct-heading-tag cite{
    background-image: -webkit-gradient(linear, left top, right top, from(#9bcf15), to(#9bcf15));
    background-image: -webkit-linear-gradient(left, #9bcf15, #9bcf15);
    background-image: -moz-linear-gradient(left, #9bcf15, #9bcf15);
    background-image: -ms-linear-gradient(left, #9bcf15, #9bcf15);
    background-image: -o-linear-gradient(left, #9bcf15, #9bcf15);
    background-image: linear-gradient(left, #9bcf15, #9bcf15);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#9bcf15', endColorStr='#9bcf15', gradientType='1');
}
.ct-heading .world.ct-heading-tag cite{
    background-image: -webkit-gradient(linear, left top, right top, from(#e96310), to(#e96310));
    background-image: -webkit-linear-gradient(left, #e96310, #e96310);
    background-image: -moz-linear-gradient(left, #e96310, #e96310);
    background-image: -ms-linear-gradient(left, #e96310, #e96310);
    background-image: -o-linear-gradient(left, #e96310, #e96310);
    background-image: linear-gradient(left, #e96310, #e96310);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#e96310', endColorStr='#e96310', gradientType='1');
}
.rec-desc{min-height:81px;}
.custom-table {width: 100%;}
.custom-table th {background: #0082aa; text-transform: uppercase; font-size: 14px; font-weight: 700 !important;}
.custom-table th{padding: 10px 30px;}
.custom-table td {padding: 20px 30px;}
.custom-table th {color: #fff; font-weight: 500;}
.custom-table tr:nth-child(odd) td{background: #fff;}
.custom-table tr:nth-child(even) td{background: #e9f3fa;}
.custom-table td:last-child a {
    padding: 5px 15px !important;
    font-size: 14px;
    text-transform: capitalize;
    letter-spacing: normal;
}   
.custom-table th:last-child, .custom-table td:last-child {
    text-align: right;
}     
@media (max-width: 767px){
    .custom-table th{padding: 5px 15px;}
    .custom-table td {padding: 10px 15px;}
}
@media(max-width:767px){
    .nss-section.py-14, .nss-section.py-18,.nss-section.py-12{padding:50px 0 !important;}
    .nss-steps .box.style-1 .icon{width:100%;}
    .nss-steps .box.style-1.box--free-text{padding:0;}
    .accordion-title a{width: 90%;}
    .rec-desc{min-height:unset;}
}
.nss-steps .box.style-1.bordered{
    border:1px solid #c4c6c9;
    color: #cfd3d7;
}
.nss-steps .box.style-1.bordered .icon{color: #004264;}
.nss-steps .step-num {
    color: #0189c4;
    opacity: .1;
}
@media (min-width: 768px) {
    .product {
        padding: 1.7rem;
    }
}
@media (min-width: 1280px) {
    .title-4 {
        font-size: 18px;
    }
}
