﻿.search-location-title {
    color: #272b8e;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    font-family: Lato, sans-serif;
    margin-bottom: 20px;
}

.search-location-form .form-control {
    text-transform: capitalize;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    font-size: 16px;
    border-color: #2b3893;
    width: 100%;
    height: 34px;
}

.search-location-form .col {
    max-width: 350px;
}

.search-location {
    padding: 126px 0 40px;
}

.list-group-location .list-group-item.active {
    background-color: #2b3893;
}

.list-group-location {
    font-family: 'Lato', sans-serif;
    height: 557px;
    overflow-y: scroll;
    border: 1px solid #ccc
}

.location-detail-title {
    font-size: 18px;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    line-height: 1
}

.location-detail-address {
    font-size: 14px;
    font-weight: 400;
    color: #000
}

.arrow-link {
    display: block;
    position: absolute;
    top: 10px;
    right: 12px;
}

.list-group-result {
    font-size: 18px;
    color: #2b3893;
    font-weight: 400
}

.phone-icon {
    background-image: url(/images/ph-icon.png);
    background-repeat: no-repeat;
    width: 19px;
    height: 17px;
    display: inline-block;
    margin-right: 7px;
    vertical-align: middle;
}

.share-icon {
    background-image: url(/images/share-icon.png);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 7px;
    vertical-align: middle;
}

.cng-tech-title {
    font-size: 30px;
    color: #272b8e;
    font-weight: 700
}

.cng-tech {
    margin-top: 60px;
    margin-bottom: 60px;
}

    .cng-tech p {
        font-family: 'Lato', sans-serif;
        font-size: 14px;
        color: #000;
        text-align: justify;
        margin: 0;
    }

.cng-car-top {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    position: relative;
}

.cng-car-middle {
    padding: 25px 0px 50px 0px;
    text-align: center;
}

.cng-car .btn, .card-recent-vieo .btn {
    text-transform: uppercase;
    font-size: 13px;
    padding: 10px;
    font-family: Lato,sans-serif;
}

.cng-car .btn-primary, .card-recent-vieo .btn-primary {
    background-color: #2d3494;
    border-color: #2d3494
}

.cng-car-list .cng-tech-title {
    margin-bottom: 35px;
}

.cng-car-list {
    display: none;
}

.card-text {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    text-transform: capitalize;
}

.owl-carousel .owl-stage {
    display: flex;
}

/*.owl-carousel.owl-drag .owl-item {
    display: flex;
    flex: 1 0 auto;
}*/

.btn-search {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0 !important;
    background-color: #272b8e !important;
    border-color: #272b8e !important;
    padding: 8px 19px !important;
    line-height: 1.42857;
}

.priceTxt {
    position: absolute;
    right: 0;
    color: #171c8f;
    font-size: 18px;
    font-weight: bolder;
    font-family: Lato,sans-serif;
    top: 0;
    right: 20px;
    opacity: 0;
    transition: .6s;
    line-height: 1
}

    .priceTxt label {
        color: #000;
        font-size: 12px;
        width: 100%;
        display: block;
        font-family: Lato,sans-serif;
        margin-bottom: 5px
    }

.cng-car:hover .priceTxt {
    opacity: 1;
    transition: .6s;
}

.cng-car:hover .btn-primary {
    color: #2d3494;
    background-color: #fff;
    border-color: #2d3494
}

/*.container {
    max-width: 1286px !important;
}*/

.mt35 {
    margin-top: 35px;
}

.card-body a.btn-primary {
    position: absolute;
    margin: 0 auto;
    width: 115px;
    bottom: 15px;
    left: 0;
    right: 0;
}

header nav.primaryNav .site-nav > ul .wrap .subnav .container.tabbed .tabLinks > li a {
    font-family: 'Lato', sans-serif !important;
    font-size: 14px;
    font-weight: bold;
}

.cng-tech .card .card-body a.btn-primary {
    bottom: -10px
}

.btn.btn-primary.rounded-0.new-cng-btn {
    bottom: -20px !important;
}

.cnp-pump-text {
    padding-bottom: 20px;
}

    .cnp-pump-text p {
        margin: 0;
        padding: 0;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
    }

.location-detail iframe {
    width: 98.5vw;
    height: 95vh;
}

.mileageFaqSection {
    background: #f0f0f1;
    padding: 40px 120px 50px;
    width: 100%;
    float: left;
}

    .mileageFaqSection h2 {
        text-align: center;
        padding-bottom: 40px;
        font-size: 40px;
        font-weight: 900;
        text-transform: uppercase;
        margin: 0;
    }

    .mileageFaqSection .leftSection {
        width: 40%;
        float: left;
        margin-top: 50px;
    }

        .mileageFaqSection .leftSection ul {
            width: 100%;
            float: left;
            padding: 0;
            margin: 0;
            list-style: none;
        }

        .mileageFaqSection .leftSection li.active {
            color: #000;
        }

        .mileageFaqSection .leftSection li {
            width: 100%;
            float: left;
            font-size: 24px;
            color: #ccc;
            padding-bottom: 20px;
            cursor: pointer;
        }

            .mileageFaqSection .leftSection li.active span {
                border-bottom: 5px solid #000;
                color: #000;
            }

            .mileageFaqSection .leftSection li span {
                width: 45%;
                display: inline-block;
                border-bottom: 5px solid #ccc;
                padding-bottom: 10px;
                margin-left: 15px;
            }

        .mileageFaqSection .leftSection li {
            width: 100%;
            float: left;
            font-size: 24px;
            color: #ccc;
            padding-bottom: 20px;
            cursor: pointer;
        }

    .mileageFaqSection .rightSection {
        width: 60%;
        float: left;
    }

.mobileaccheading {
    display: none;
}

.accordianSection {
    width: 100%;
    float: left;
    color: #171717;
    font-size: 18px;
    padding-bottom: 40px;
}

    .accordianSection h2 {
        width: 100%;
        float: left;
        text-align: left;
        padding: 20px 35px 15px 0 !important;
        font-size: 15px;
        color: #171717;
        font-weight: 900;
        border-bottom: 4px solid #000;
        cursor: pointer;
        background-image: url(../../../../images/RO/images/ro_icon/ro_arena_sprite1.png);
        background-repeat: no-repeat;
        background-position: 102% 76%;
        background-size: 70px;
        text-transform: uppercase;
    }
        .accordianSection h2.active {
            background-image: url(../../../../images/RO/images/ro_icon/ro_arena_sprite1.png);
            background-position: 102% 83%;
            background-size: 70px;
        }
    .accordianSection .accContent {
        width: 100%;
        float: left;
        display: none;
    }

    .accordianSection p {
        font-size: 18px;
        padding: 0;
        margin: 0;
    }

@media screen and (max-width: 1024px) {
    .mileageFaqSection .leftSection li span {
        width: 60%;
    }
}

@media(min-width:1920px) {
    .floating-component .floating-item.active .assistance .rows .rowitems {
        width: auto;
    }
}

@media(min-width:1200px) {
    .cng-car-list [class*=col-]:hover {
        background-color: #f2f5f8;
        transition: .6s;
    }

    .cng-car-list [class*=col-] {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .cng-car:hover {
        background-color: #f2f5f8;
        transition: .6s;
    }

    .floating-component .floating-item.active .assistance .rows .rowitems {
        width: auto;
    }
}

@media(width:768px) and (orientation:portrait) {
    .cng-tech img {
        max-width: 100%;
        height: auto;
    }

    .search-location-title, .cng-tech-title {
        font-size: 24px;
    }

    .location-detail-title {
        font-size: 16px;
    }

    .list-group-location .list-inline-item {
        font-size: 14px;
    }

    .list-group-result {
        font-size: 16px;
    }

    .list-group-location {
        height: 243px;
    }

    .search-location-title {
        margin-bottom: 20px;
    }
}

@media(min-width: 768px) and (max-width:1024px) and (orientation:landscape) {
    .list-group-location {
        height: 373px;
    }

    .search-location-title, .cng-tech-title, .recent-sec-title {
        font-size: 26px;
    }

    .cng-tech img {
        max-width: 100%;
        height: auto;
    }
}

@media(max-width:767px) {
    .cng-tech {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .search-location-title, .cng-tech-title, .recent-sec-title {
        font-size: 20px;
    }

    .search-location-form .btn {
        display: block;
        width: 100%;
        margin-top: 15px;
    }

    .search-location-form .form-control {
        height: calc(1.5em + .75rem + 9px)
    }

    .location-detail-title {
        font-size: 16px;
    }

    .list-group-location .list-inline-item {
        font-size: 14px;
    }

    .list-group-location {
        height: 332px;
    }

    .cng-tech img {
        max-width: 100%;
        height: auto;
    }

    .search-location {
        padding: 60px 0 30px;
    }

    .owl-carousel .owl-nav button.owl-prev {
        left: 0
    }

    .owl-carousel .owl-nav button.owl-next {
        right: 0
    }

    .cng-car-middle {
        height: auto;
        padding: 15px 0
    }

    .cng-car-list .row {
        margin-left: 0;
        margin-right: 0
    }

    .cng-car-list [class*=col-] {
        padding-left: 1px;
        padding-right: 1px;
        padding-bottom: 2px;
    }

    .cng-car-list .card {
        background-color: #f2f5f8;
        padding: 8px 8px 7px 5px
    }

    .cng-car-top {
        border-bottom: 0;
        padding-bottom: 0;
    }

    .cng-car-footer-left {
        line-height: 1.2
    }

    .cng-car-footer-left-sm {
        display: block;
        font-size: 11px;
    }

    .cng-car-footer-left-lg {
        font-weight: bold;
        font-size: 14px;
        color: #171c8f
    }

    .cng-car-footer-right a {
        font-size: 11px;
        text-transform: uppercase;
        color: #2d3494;
        text-decoration: underline;
    }

    /*.owl-stage {
        left: -30px;
    }*/
    .mt35 {
        margin-top: 0
    }

    .location-detail {
        padding: 0 25px;
        overflow: hidden;
    }

        .location-detail iframe {
            width: 100% !important;
            overflow: hidden;
        }

    .cng-car-list .card-body {
        min-height: 140px;
    }

    .mileageFaqSection {
        padding: 20px;
        margin-top: 20px;
    }

        .mileageFaqSection h2.heading {
            padding-bottom: 0;
        }

        .mileageFaqSection .leftSection {
            display: none;
        }

            .mileageFaqSection .leftSection li {
                font-size: 18px;
            }

        .mileageFaqSection .rightSection {
            width: 100%;
            margin-top: 20px;
        }

    .mobileaccordian {
        float: left;
        width: 100%;
    }

    .mobileaccheading.active {
        display: block;
        background: url(../../../../images/RO/images/ro_icon/ro_arena_sprite1.png) no-repeat;
        background-size: 76px;
        background-position: 109% 84%;
    }

    .mobileaccheading {
        display: block;
        float: left;
        width: 100%;
        color: #fff;
        background: url(../../../../images/RO/images/ro_icon/ro_arena_sprite1.png) no-repeat;
        background-size: 76px;
        background-position: 109% 76%;
        padding: 10px;
        margin-bottom: 10px;
    }
}

@media(max-width:480px) {
    .mileageFaqSection h2.heading {
        font-size: 18px !important;
    }
}
