@media screen and (min-width: 992px) {
    .banner-small-device {
        display: none;
    }
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
    section.hero-archive:not(.small-banner) .content .text-content .title {
        position: relative;
        background-color: #356635;
        margin-left: -30px;
        margin-right: -30px;
        padding-left: 30px;
        padding-right: 30px;
    }

    section.hero-archive:not(.small-banner) .content svg.bg-flair-2 {
        left: 0;
        right: 0;
        bottom: 5px;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    section.hero-archive:not(.small-banner) .content .text-content h1 {
        margin-top: 0;
        margin-bottom: 20vw;
        padding-top: 40px;
        padding-bottom: 10px;
        font-size: 44px;
        line-height: 55px;
    }

    section.hero-archive:not(.small-banner) .content .text-content p {
        margin-left: 0;
        margin-bottom: 50px;
        font-size: 18px;
        font-weight: 700;
    }

    section.hero-archive:not(.small-banner) .content .text-content {
        display: block;
        padding: 30px 0;
        padding-top: 0;
    }

    section.hero-archive:not(.small-banner) .mobile-only {
        display: block;
    }

    section.hero-archive:not(.small-banner) svg.flair-right {
        right: -200px;
    }
}

@media screen and (min-width: 769px) {
    .responsive-back-btn {
        display: none;
    }
}

@media screen and (max-width: 1260px) {
    .bredcrumb-nav .bredcrumb-nav-mix {
        padding: 0 30px;
    }
}

@media screen and (max-width: 1200px) {

    .banner-style-1 .left-section,
    .banner-style-2 .left-section {
        width: 70%;
    }

    .banner-style-1 .right-section,
    .banner-style-2 .right-section {
        width: 30%;
    }

    .banner-style-3 .left-section,
    .banner-style-4 .left-section {
        width: 40%;
    }

    .banner-style-3 .middle-section,
    .banner-style-3 .right-section,
    .banner-style-4 .middle-section,
    .banner-style-4 .right-section {
        width: 30%;
    }
}

@media screen and (max-width: 991px) {
    .banner-large-device {
        display: none;
    }

    .banner.slider {
        margin-top: -20px;
    }

    .banner.slider .slide-item {
        position: relative;
    }

    .banner.slider .slide-item img {
        width: 100%;
        display: block;
        object-fit: cover;
    }

    .banner.slider .slide-item img,
    .banner.slider .slide-item {
        height: 380px;
    }

    .banner.slider.slick-initialized .slide-item {
        margin: 0 2px;
    }

    .banner.slider .slide-item:nth-child(odd) {
        background: #042549;
    }

    .banner.slider .slide-item:nth-child(even) {
        background: #0280bf;
    }

    .banner.slider .slide-detail {
        position: absolute;
        left: 20px;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
    }

    .banner.slider .slide-img+.slide-detail {
        top: auto;
        transform: translate(0);
        bottom: 17px;
    }

    .banner.slider .type {
        font-size: 14px;
        line-height: 20px;
        color: #fff;
    }

    .banner.slider .sub-title,
    .banner.slider .sub-title a {
        font-size: 26px;
        line-height: 32px;
        font-weight: 700;
        color: #fff;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box !important;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: normal;
    }

    .banner.slider .slide-img {
        position: relative;
    }

    .banner.slider .slide-img:after {
        content: "";
        position: absolute;
        width: 100%;
        left: 0;
        height: 50%;
        bottom: 0;
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    }

    .banner-single,
    .banner-single img {
        height: 380px;
        min-height: auto;
    }
}

@media screen and (max-width: 768px) {
    .responsive-back-btn {
        position: absolute;
        right: 30px;
        bottom: 8px;
    }

    .responsive-back-btn a {
        color: #fff;
        font-size: 14px;
    }

    section.hero-archive .content .thin-banner {
        left: auto;
        top: 0;
        height: 118px;
        right: -30px;
        transform: translate(0);
        display: none;
    }

    .small-banner .flair-right-wrap {
        display: none;
    }

    section.hero-archive.small-banner .content {
        padding-top: 24px;
    }

    section.hero-archive.small-banner .text-content {
        display: flex !important;
        padding: 30px 0;
        padding-top: 0;
        flex-wrap: wrap;
    }

    section.hero-archive.small-banner .content .text-content p {
        order: 1;
        margin: 0 0 20px;
    }

    section.hero-archive.small-banner .image-country-wrapper {
        padding-top: 4px;
    }

    section.hero-archive.small-banner .content .text-content h1 {
        margin-bottom: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

    section.hero-archive.small-banner .title {
        display: flex;
        flex-wrap: wrap;
        order: 2;
        width: calc(100% + 60px);
    }

    body.single section.hero-archive.small-banner .content .text-content {
        min-height: 0;
        height: auto;
        padding: 0;
        margin: auto;
    }


    section.hero-archive.small-banner .content .text-content .flag-box+h1 {
        position: static;
    }

    .listing-back-btn {
        position: relative;
        top: auto;
    }

    section.hero-archive.small-banner {
        min-height: auto;
        background: #356635 !important;
    }

    section.hero-archive.small-banner .content .text-content .title+p {
        order: 1;
        margin-bottom: 20px;
        position: relative;
        top: auto;
        z-index: 11;
    }

    section.hero-archive.small-banner .content .text-content .title+p {
        right: auto;
    }

    section.hero-archive.small-banner .content .text-content .flag-box+h1 {
        min-height: auto;
        line-height: 32px;
        margin-bottom: 0;
        padding-bottom: 0;
        height: auto;
        width: calc(100% - 94px);
        margin-left: 15px;
    }

    section.hero-archive .content .text-content h1 {
        z-index: 1;
    }

    /*to fix ios device 318244*/
    section.hero-archive .content svg.bg-flair-2 {
        bottom: 2px !important;
        width: 100%;
    }

    section.hero-large .text-content>svg.bg-flair-2 {
        width: 100%;
        left: 0 !important;
    }

    /*to fix ios device 318244*/
}


@media screen and (max-width: 767px) {

    .bredcrumb-nav a,
    .bredcrumb-nav span {
        font-size: 14px;
    }

    .bredcrumb-nav-mix>span:not(:last-child):after {
        padding: 0 10px;
    }

    .responsive-back-btn {
        right: 20px;
    }

    .post-type-archive-fuel-types section.hero-archive.small-banner .content .text-content h1 {
        min-height: 105px;
    }
}
