* {
    outline: none !important;
    box-sizing: border-box;
}

body {
    font-family: 'AcuminPro-Regular';
    font-size: 16px;
}

h1 {
    text-transform: uppercase;
    color: #fff;
    font-family: 'AcuminPro-Bold';
}

h2 {
    font-family: 'AcuminPro-Bold';
}

h3 {
    font-family: 'AcuminPro-Bold';
}

h4 {
    font-family: 'AcuminPro-Bold';
}

h5 {
    font-family: 'AcuminPro-Bold';
}

h6 {
    color: #fff;
    font-family: 'AcuminPro-Bold';
}

a {
    color: initial;
    vertical-align: middle;
    transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    -webkit-transition: all .2s ease 0s;
    -ms-transition: all .2s ease 0s;
}

    a:hover {
        text-decoration: none;
        color: #B90F16;
    }

p {
    margin-bottom: 15px;
    line-height: initial;
    color: #333;
}

ul {
}

    ul li {
    }

label {
    font-size: 15px;
    margin-bottom: 3px;
}

img {
    vertical-align: middle;
    max-width: 100%
}

.btn-primary:focus, .btn-primary.focus {
    box-shadow: initial !important;
    border: 1px solid #B90F16
}

.btn-primary.full {
    width: 100%
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #B90F16 !important;
    outline: 0;
    box-shadow: initial !important
}

.btn-primary, .btn-border {
    vertical-align: top;
    display: inline-block;
    padding: 10px 15px 7px 15px;
    border: 1px solid #B90F16;
    border-radius: 5px;
    background-color: #B90F16;
    border-color: #B90F16;
    transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    -webkit-transition: all .2s ease 0s;
    -ms-transition: all .2s ease 0s;
    text-transform: uppercase;
    font-size: 15px;
}

    .btn-primary:hover {
        background-color: #333 !important;
        border-color: #333 !important;
    }

.btn-border {
    border: 1px solid #B90F16;
    color: #B90F16;
    background: #fff
}

    .btn-border:hover {
        background-color: #333 !important;
        border-color: #333 !important;
        color: #fff;
    }

input.form-control, textarea.form-control {
    font-size: 15px !important;
    border-radius: 5px;
    padding: 10px 10px 8px 10px;
    height: initial;
    border: 1px solid #d4d4d4;
    line-height: initial;
    color: black;
    font-family: 'AcuminPro-Regular';
}

    input.form-control::placeholder, textarea.form-control::placeholder {
        color: #d4d4d4;
        opacity: 1;
    }

    input.form-control:-ms-input-placeholder, textarea.form-control:-ms-input-placeholder {
        color: #d4d4d4;
    }

    input.form-control::-ms-input-placeholder, textarea.form-control::-ms-input-placeholder {
        color: #d4d4d4;
    }

input[type=radio], input[type=checkbox] {
    margin-right: 5px;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-left: 10px;
}

textarea.form-control {
    min-height: 120px;
}

header {
    transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    -webkit-transition: all .2s ease 0s;
    -ms-transition: all .2s ease 0s;
    border-bottom: 1px solid #dee2e6;
}

    header nav .fa-bars {
        display: none;
    }

    header nav {
        margin: 17px 0;
        display: flex;
    }

        header nav ul, header nav .header-btn, header nav .login-btn {
            padding: 0;
            margin: 0;
            display: inline-block;
            vertical-align: middle;
        }

        header nav > ul > li {
            list-style-type: none;
            display: inline-block;
            vertical-align: middle;
            position: relative;
        }

            header nav > ul > li.active a {
                color: #B90F16;
                border-bottom: 2px solid #B90F16;
            }

            header nav > ul > li a:hover {
                color: #B90F16;
            }

            header nav > ul > li > a {
                padding: 8px 5px;
                display: inline-block;
                text-transform: uppercase;
                margin-right: 10px;
                border-bottom: 2px solid #fff;
                font-size: 16px;
            }

                header nav > ul > li > a img {
                    border-radius: 50%
                }

        header nav .call a {
            padding-left: 20px !important;
        }

        header nav .call i {
            color: #B90F16;
            font-size: 35px;
            vertical-align: middle;
            position: absolute;
            left: 0;
            top: 1px;
        }

        header nav .header-btn a {
            margin-left: 10px;
            font-size: 14px;
        }

            header nav .header-btn a.btn-border {
                margin-left: 0
            }

        header nav .cart {
            position: relative;
            vertical-align: middle;
            top: 6px;
        }

            header nav .cart i {
                font-size: 26px;
            }

            header nav .cart span {
                position: absolute;
                background: red;
                color: #fff;
                font-size: 14px;
                padding: 0;
                width: 18px;
                height: 18px;
                text-align: center;
                border-radius: 50%;
                top: -20px;
                right: -10px;
                line-height: 18px;
            }

    header.sticky {
        position: fixed;
        top: 0;
        width: 100%;
        background: #fff;
        z-index: 99;
        border-bottom: 1px solid #dee2e6;
        padding: 5px 0px !important;
    }

    header nav .login-btn {
    }

        header nav .login-btn ul {
            position: relative;
        }

            header nav .login-btn ul li {
                list-style: none;
            }

                header nav .login-btn ul li a {
                    padding: 8px 5px;
                    display: inline-block;
                }

                header nav .login-btn ul li img {
                    width: 25px;
                    height: 25px;
                    border-radius: 50%;
                }

            header nav .login-btn ul ul {
                display: none;
            }

            header nav .login-btn ul li:hover ul {
                display: block;
                position: absolute;
                left: 0;
                width: 100%;
                background: #fff;
                text-align: left;
                box-shadow: 0px 0px 10px 0px #e2e2e2;
                z-index: 999;
            }

            header nav .login-btn ul ul:before {
                content: ''
            }

            header nav .login-btn ul ul li {
                border-bottom: 1px solid #ebebeb;
            }

                header nav .login-btn ul ul li:last-child {
                    border-bottom: 0
                }

                header nav .login-btn ul ul li a {
                    font-size: 13px;
                }

    header.sticky {
        padding: 0px;
    }

        header.sticky nav ul {
            margin: 0
        }

        header.sticky nav > ul > li > a {
            padding: 5px 5px;
        }

        header.sticky .logo img {
            width: 80px;
            height: auto !important;
        }

        header.sticky nav {
            margin: 5px 0;
        }

            header.sticky nav .call i {
                top: -1px
            }

    header nav ul {
        display: flex;
    }

.banner, .innerbanner {
    position: relative;
}

    .banner:after, .innerbanner:after {
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        top: 0;
        background: rgba(0, 0, 0, 0.6);
    }

    .innerbanner:after {
        background: rgba(255, 255, 255, .6);
    }

    .banner .table {
        height: 500px;
        display: table;
        position: relative;
        z-index: 9;
        margin: 0;
        text-align: center;
    }

    .banner .table-cell {
        display: table-cell;
        vertical-align: middle;
    }

    .banner > iframe, .innerbanner > iframe {
        width: 100%;
        position: absolute;
        left: 0;
        height: 100%;
    }

    .banner h1 {
        display: block;
        text-shadow: 1px 1px 1px black;
        font-size: 45px;
    }

.inner-banner {
    background-size: cover;
    background-position: center center;
    text-align: center;
    padding: 75px 0;
    position: relative;
}

    .inner-banner:after {
        content: '';
        background-color: rgba(0, 0, 0, .5);
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .inner-banner h1 {
        margin: 0;
        position: relative;
        z-index: 9;
    }

.check-avaiblity {
    background: #B90F16;
    color: #fff;
}

    .check-avaiblity h1 {
        margin: 0;
        line-height: 40px;
        font-style: italic;
        position: relative;
        top: 35px;
    }

    .check-avaiblity h4 {
    }

    .check-avaiblity p {
        color: #fff;
        margin: 0;
    }

    .check-avaiblity div {
    }

        .check-avaiblity div input[type=text] {
            padding: 13px 90px 10px 12px;
            min-height: 46px;
        }

        .check-avaiblity div input[type=button] {
            background: #333;
            position: absolute;
            right: 15px;
            top: 0;
            border-radius: 0;
            border: 0;
            min-height: 46px;
        }

.servicelist {
    text-align: center;
}

    .servicelist a {
        transition: all 1s ease 0s;
        -o-transition: all 1s ease 0s;
        -webkit-transition: all 1s ease 0s;
        -ms-transition: all 1s ease 0s;
        border-radius: 2px;
    }

        .servicelist a:hover img {
            filter: invert(100%);
        }

    .servicelist h4 {
        transition: all 1s ease 0s;
        -o-transition: all 1s ease 0s;
        -webkit-transition: all 1s ease 0s;
        -ms-transition: all 1s ease 0s;
        text-transform: uppercase;
        margin: 20px 0;
    }

    .servicelist img {
    }

    .servicelist .border {
        display: inline-block;
        width: 150px;
        height: 150px;
        border-radius: 50%;
        border-color: #B90F16 !important;
        line-height: 140px;
        transition: all 1s ease 0s;
        -o-transition: all 1s ease 0s;
        -webkit-transition: all 1s ease 0s;
        -ms-transition: all 1s ease 0s;
    }

    .servicelist p {
        margin: 0;
    }

    .servicelist a:hover h4 {
        color: #B90F16;
    }

    .servicelist a:hover .border {
        background: #B90F16
    }

.ourproducts h2 {
    display: block;
    width: 100%;
}

.ourproducts .steps {
    text-align: center;
    position: relative;
}

    .ourproducts .steps:after {
        z-index: -1;
        content: '';
        position: absolute;
        left: 0;
        width: 80%;
        border: 1px solid #dfe3e7;
        top: 60px;
        margin: 0 auto;
        right: 0;
    }

    .ourproducts .steps span {
        color: #a7a7a7;
        display: block;
        padding-top: 30px;
    }

    .ourproducts .steps .border {
        border-radius: 50%;
        width: 115px;
        height: 115px;
        margin: 0 auto 10px auto;
        transition: all 1s ease 0s;
        -o-transition: all 1s ease 0s;
        -webkit-transition: all 1s ease 0s;
        -ms-transition: all 1s ease 0s;
        background: #fff
    }

        .ourproducts .steps .border:hover {
            background: #B90F16
        }

            .ourproducts .steps .border:hover span {
                color: #fff !important
            }

.ourproducts .span {
}

.ourproducts .steps p {
    text-transform: uppercase;
    font-size: 16px;
    line-height: initial;
}

.ourproducts .list {
}

    .ourproducts .list .border {
        width: 220px;
        float: left;
        margin-right: 30px;
        text-align: center;
    }

    .ourproducts .list p {
        font-size: 14px;
        margin-bottom: 25px;
        line-height: 21px;
    }

    .ourproducts .list .border a {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 245px;
        overflow: hidden;
    }

    .ourproducts .list .border img {
        height: auto !important;
        object-fit: contain;
        max-height: 100%;
        max-width: 100% !important;
    }

.ourproducts h5 {
}

.ourproducts .red {
    color: #B90F16 !important;
    font-size: 35px;
    padding: 0 !important;
    line-height: 30px;
    font-family: 'AcuminPro-Bold';
}

.appstore {
    background: #B90F16;
}

    .appstore h2 {
        text-transform: uppercase;
    }

    .appstore h2, .appstore p {
        color: #fff;
        margin-bottom: 25px;
    }

    .appstore a {
        display: inline-block;
        background: #fff;
        padding: 14px 35px;
        border-radius: 25px;
        margin-right: 10px;
    }

        .appstore a:hover {
            background: #231f20;
            color: #fff;
        }

            .appstore a:hover img {
                filter: invert(100%);
            }

        .appstore a img {
            width: 25px;
        }

    .appstore .table {
        display: table;
        margin: 0;
        min-height: 400px;
    }

    .appstore .table-cell {
        display: table-cell;
        vertical-align: middle;
    }

/*footer {
    background: #231f20;
}*/

footer .text-center {
    text-align: center !important;
}

    footer .logo {
        margin-bottom: 20px;
        display: block;
    }

    footer h5 {
        color: #fff;
    }

    footer p {
        font-size: 14px;
        margin-bottom: 8px;
        color: rgba(255, 255, 255, .5);
    }

    footer i {
        margin-right: 5px;
        color: #c90447;
    }

    footer ul {
        padding-left: 25px;
        margin: 0;
        padding: 0;
    }

        footer ul li {
            margin-bottom: 5px;
            list-style-type: none;
        }

            footer ul li a {
                color: rgba(255, 255, 255, .5);
                font-size: 14px;
            }

                footer ul li a:hover {
                    color: #fff
                }

.modal {
}

    .modal .modal-header {
        border: 0;
        text-align: center;
        padding: 20px 0 30px 0;
    }

    .modal .modal-dialog {
        max-width: 400px;
    }

    .modal .modal-content {
        border-radius: 10px;
        padding :20px;
    }

    .modal .modal-body {
        padding: 0px 30px 30px 30px;
    }

    .modal .close {
        position: absolute;
        right: 15px;
        padding: 14px 10px;
        color: black;
        opacity: 1;
    }

        .modal .close img {
            width: 15px;
        }

    .modal h4 {
        width: 100%;
        font-weight: bold;
        color: #333;
        margin: 0;
    }

    .modal label {
    }

    .modal input[type=submit] {
        width: 100%;
    }

    .modal a {
        font-size: 14px;
        vertical-align: top;
        color: #B90F16;
    }

    .modal p {
        font-size: 14px;
        display: inline-block;
    }

    .modal img {
        margin: 0px 5px;
    }

    .modal .btn-primary {
        color: #fff !important
    }

#signin .modal-dialog {
    max-width: 700px !important;
}

.modal-dialog {
    max-width: 400px ;
    margin: 0 auto;
}

table {
    width: 100%;
    border: 1px solid #dee2e6;
    font-size: 15px;
}

    table td, table th {
        padding: 10px;
        font-weight: 500;
        border-bottom: 1px solid #dee2e6;
        vertical-align: middle;
    }

    table.firstcol tr td:first-child {
        background: #fbfbfb;
        border-right: 1px solid #dee2e6;
        width: 50%
    }

    table thead th {
        background: #fbfbfb;
    }

    table span {
        display: block
    }

    table strong {
        font-family: 'AcuminPro-Bold';
    }

    table .pro-img {
        border: 1px solid #dee2e6;
        width: 50px;
        text-align: center;
        padding: 2px;
        margin-right: 20px;
        display: inline-block;
        vertical-align: middle;
    }

    table .pro-title {
        display: inline-block;
        vertical-align: middle
    }

    table .delete {
        text-align: center;
    }

        table .delete a {
            color: red;
            border: 1px solid #dee2e6;
            width: 25px;
            height: 25px;
            display: inline-block;
            border-radius: 50px;
        }

            table .delete a:hover {
                background: red;
                color: #fff;
                border-color: red
            }

    table .qty input {
        width: 34px;
        background: #fbfbfb;
        border: 1px solid #000;
        padding: 0;
        font-size: 16px;
        text-align: center;
    }

    table .status {
        color: red
    }

.checkoutcss {
}

    .checkoutcss h5 {
        font-size: 20px;
    }

    .checkoutcss p {
        margin-bottom: 0
    }

    .checkoutcss tr td:first-child {
        width: 75px;
        text-align: center;
    }

        .checkoutcss tr td:first-child input {
            margin: 0 auto
        }

    .checkoutcss .top {
        padding: 20px 100px 20px 20px;
    }

        .checkoutcss .top .btn-border {
            position: absolute;
            right: 26px;
            top: 20px;
        }

.single-product .qty {
    margin-bottom: 25px;
    width: 100%;
    float: left;
}

    .single-product .qty h4 {
        font-size: 20px;
    }

    .single-product .qty ul {
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
    }

        .single-product .qty ul li {
            list-style-type: none;
            display: inline-block;
            min-width: 275px;
            vertical-align: top;
        }

            .single-product .qty ul li input {
                width: 50px;
            }

            .single-product .qty ul li select, .single-product .qty ul li .del-btn {
                font-size: 15px;
                width: 250px;
                padding: 12px 10px;
                height: initial;
            }

            .single-product .qty ul li .del-btn {
                line-height: initial;
                height: 43px;
                position: relative
            }

                .single-product .qty ul li .del-btn:after {
                    content: '>';
                    color: red;
                    font-size: 20px;
                    position: absolute;
                    right: 10px;
                    top: 9px;
                }

                .single-product .qty ul li .del-btn:hover {
                    background: #B90F16;
                    color: #fff
                }

                    .single-product .qty ul li .del-btn:hover:after {
                        color: #fff
                    }

            .single-product .qty ul li .btn-primary {
                width: 250px;
            }

                .single-product .qty ul li .btn-primary span {
                    float: right
                }

    .single-product .qty .deliverytable {
        width: 250px;
        font-size: 12px;
    }

        .single-product .qty .deliverytable strong {
            display: block
        }

        .single-product .qty .deliverytable a {
            color: #B90F16
        }

.about-content {
}

    .about-content img {
    }

    .about-content h4 {
    }

    .about-content p {
        line-height: 22px;
    }

    .about-content ul {
        padding: 0;
        width: 100%;
        float: left;
        margin: 20px 0;
    }

        .about-content ul li {
            list-style: none;
            width: 33%;
            float: left;
        }

            .about-content ul li img {
                float: left;
                margin-right: 5px;
            }

            .about-content ul li span {
                font-size: 22px;
                font-family: 'AcuminPro-Bold';
                line-height: initial;
            }

            .about-content ul li p {
                font-family: 'AcuminPro-Regular';
                margin: 0;
                font-size: 15px;
            }

.client {
    background: #ebf1f6;
}

    .client h2 {
        font-size: 50px;
        color: #B90F16;
        margin: 0;
    }

    .client h3 {
    }

    .client p {
        max-width: 700px;
        margin: 15px auto;
        line-height: 30px;
    }

    .client .name {
        font-family: 'AcuminPro-Bold';
        font-size: 16px;
    }

    .client .star {
        display: block;
    }

        .client .star i {
            color: gold
        }

    .client hr {
        width: 50px;
        border: 2px solid #333;
    }

.about-content-btm {
}

    .about-content-btm img {
        position: absolute;
        left: 0;
        top: 0;
    }

    .about-content-btm h4 {
    }

    .about-content-btm p {
        margin: 0;
    }

    .about-content-btm .left {
        padding-left: 70px;
        padding-right: 20px;
    }

.contactform {
}

    .contactform .form-control:hover {
    }

    .contactform .form-control::placeholder, .contactform .form-control::placeholder {
        color: #333;
        opacity: 1;
    }

    .contactform .form-control:-ms-input-placeholder, .contactform .form-control:-ms-input-placeholder {
        color: #333;
    }

    .contactform .form-control::-ms-input-placeholder, .contactform .form-control::-ms-input-placeholder {
        color: #333;
    }

.uploadpic {
}

    .uploadpic img {
        width: 125px;
        border-radius: 50%;
        height: 125px;
        margin-bottom: 25px;
        border: 1px solid whitesmoke;
        padding: 10px;
    }

}

.uploadbtn {
    position: relative;
}

    .uploadbtn input {
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        width: 100%;
    }

    .uploadbtn button, .password-btn {
        background: #fff;
        font-size: 14px;
        padding: 5px 15px;
        cursor: pointer;
    }

.password-change {
    display: none;
}

.faqsection {
}

    .faqsection ul {
        margin: 0;
        padding: 0;
    }

        .faqsection ul li.active {
            color: #B90F16;
            margin-bottom: 35px;
        }

        .faqsection ul li:hover h3 {
            color: #B90F16
        }

        .faqsection ul li.active .content {
            display: block
        }

        .faqsection ul li {
            list-style: none;
            margin-bottom: 20px;
            position: relative;
            padding-left: 25px;
        }

            .faqsection ul li h3 {
                font-size: 17px;
                font-family: 'AcuminPro-Regular';
                cursor: pointer;
            }

            .faqsection ul li .content {
                display: none
            }

                .faqsection ul li .content p {
                    color: #696969;
                    line-height: 24px;
                }

            .faqsection ul li:after {
                content: '\f178';
                position: absolute;
                left: 0;
                top: -6px;
                font-family: fontawesome;
            }

#select-delivery-day, #select-location {
}

    #select-delivery-day .deliverytable, #select-location .deliverytable {
        margin-bottom: 25px;
    }

    #select-delivery-day .modal-body, #select-location .modal-body {
        padding: 0 !important
    }

    #select-delivery-day table, #select-location table {
        border-left: 0;
        border-right: 0
    }

        #select-delivery-day table strong, #select-location table strong {
            display: block
        }

.address-list {
}

    .address-list h2 {
        font-size: 18px;
    }

    .address-list .edit {
        position: absolute;
        right: 15px;
        top: 0;
        text-transform: uppercase;
        color: #B90F16;
        font-size: 12px;
    }

    .address-list .delete {
        position: absolute;
        right: 60px;
        top: 0;
        text-transform: uppercase;
        color: #B90F16;
        font-size: 12px;
    }

    .address-list .edit-head {
        position: absolute;
        right: 15px;
        top: 0;
        text-transform: uppercase;
        color: #B90F16;
        font-size: 18px;
    }

    .address-list p {
        font-size: 16px;
    }

.profilecss {
}

    .profilecss img {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        border: 1px solid whitesmoke;
        padding: 5px;
    }

    .profilecss h3 {
        font-size: 18px;
    }

        .profilecss h3 strong {
            color: #B90F16;
        }

.addnewadd {
    padding: 6px 10px 3px 10px;
    float: right;
    line-height: initial;
    letter-spacing: -1px;
}

.number span {
    cursor: pointer;
}

.number {
    text-align: left;
    position: relative;
    min-width: 110px;
}

    .number .minus, .number .plus {
        width: 33px;
        height: 34px;
        border-radius: 0;
        padding: 0;
        border: 1px solid #000;
        float: left;
        text-align: center;
        font-size: 20px;
        color: #B90F16;
        line-height: 34px;
    }

    .number input {
        height: 34px;
        text-align: center;
        font-size: 18px;
        border: 1px solid #000;
        float: left;
    }

    .number .plus {
        border-left: 0;
        border-radius: 0 5px 5px 0;
    }

    .number .minus {
        border-right: 0;
        border-radius: 5px 0 0 5px;
    }

.shadow:not(button) {
    width: 500px;
    margin: 50px auto;
    padding: 50px;
}

.shadow i {
    font-size: 30px;
    color: #B90F16;
    border: 1px solid #ededed;
    border-radius: 50%;
    padding: 15px;
    margin-bottom: 10px;
}

.shadow h2 {
    text-transform: uppercase;
    font-size: 35px;
}

.shadow p {
}

.btn-out-of-stock {
    background: #f1b2b2;
    border: none;
    cursor: pointer;
}

.about-content {
    min-height: calc(100vh - 560px);
}

.spn-tank-home {
    font-size: 31px;
    font-style: italic;
    font-weight: bold;
    font-family: 'interceptoritalic';
    letter-spacing: 4px;
    line-height: 3.4;
    text-transform: uppercase;
}

.discount-text-strike {
    color: #f00;
    font-size: 14px;
    text-decoration: line-through;
}

.col-Quantities {
    width: 120px;
}


/*31-3-21*/
table strong {
    font-weight: normal;
}
/* input.form-control { border:0;} */
.spn-tank-home {
    font-weight: normal;
}

#select-location .modal-dialog {
    max-width: 500px !important;
}

.overflowX-auto {
    overflow-x: auto;
}

.works_content {
    padding: 40px 0;
}

    .works_content .heading {
        font-size: 34px;
        line-height: 45px;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 60px;
    }

    .works_content iframe {
        margin-bottom: 40px;
    }

    .works_content h4 {
        font-size: 30px;
        margin: 0;
        line-height: 40px;
    }

.mb_40 {
    margin-bottom: 40px;
}


/*13-4-21*/
.spn-tank-home {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    letter-spacing: 0;
    font-size: 34px;
    font-style: normal;
    line-height: 1.5;
}

.check-avaiblity div input[type="text"].form-control {
    max-width: 69.5%;
    margin: 0 2% 0 0 !important;
    border: 0;
    padding: 15px 10px 12px 10px;
    min-height: 0;
}

.check-avaiblity div input[type="button"].btn-primary {
    width: 120px;
    margin: 0 0;
    border-radius: 5px;
    font-weight: bold;
    font-size: 16px;
    min-height: 45px;
}

header .container, .check-avaiblity .container {
    width: 100%;
    max-width: 1200px;
}

header nav > ul > li > a {
    font-size: 14px;
    margin-right: 8px;
}

header nav {
    justify-content: right;
}

a.logo {
    display: inline-block;
}

.centered {
    justify-content: space-between;
    align-items: center;
}

.open_times {
    line-height: normal;
    font-size: 15px;
    left: 0px;
    position: relative;
}

    .open_times::before {
        content: "";
        display: inline-block;
        width: 7px;
        height: 7px;
        background: #B90F16;
        border-radius: 50%;
        position: absolute;
        margin: 5px 0 0 -11px;
    }

.search-sec {
    position: relative;
}

.pd-class {
    padding-left: 31px;
}


/* 16-apr-21 */

body.modal_show {
    overflow: hidden;
}

/*19-4-21*/

div#divCartCoupon {
    margin: -15px auto 30px;
}

/*#select-location table.options_table td.col-Quantities span.var-opt-header { display: none;}*/

td.col-Quantities {
    width: 48%;
    display: inline-block;
}

#select-location .deliverytable tr td:nth-child(2) {
    max-width: none;
    width: 60%;
    vertical-align: middle;
    display: inline-block;
}

#select-location table.options_table tr {
    display: inline-block;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}

#select-location .deliverytable tr td.total-price {
    position: absolute;
    right: 0;
    top: 0;
}

#select-location table.options_table td {
    display: inline-block;
    border: 0;
}

#select-location .deliverytable tr th, #select-location table.options_table th, #select-location table.options_table thead {
    display: none;
}

#select-location table.options_table td.col-Quantities span.var-opt-header {
    display: block;
    padding: 15px 5px 5px;
}

#select-location table.options_table td.col-Quantities select {
    width: calc(100% - 10px);
    margin: auto;
}

#select-location table.options_table td.col-Quantities {
    padding: 0;
    margin: 0;
    float: left;
    width: 50%;
}

.open_times {
    text-align: left;
    font-size: 15px;
    margin: 15px 0 0;
    width: 140px;
    text-align: center;
}

.col-lg-3.d-flex.centered {
    padding: 0;
}

#select-delivery-day .deliverytable, #select-location .deliverytable {
    margin-bottom: 0;
}

.modal-body .col-12.mb-2 {
    margin-bottom: 0 !important;
}

.modal .btn-primary {
    margin-top: 12px;
}

#demos figure {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.owl-carousel .owl-item img {
    object-fit: cover;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
    padding: 0 20px;
}

.owl-carousel .owl-nav button.owl-next {
    right: -40px !important;
}

.owl-carousel .owl-nav button.owl-prev {
    left: -40px !important;
}

.menus-sec {
    padding: 0;
}

header nav > ul > li > a {
    font-size: 13px;
    margin-right: 6px;
    line-height: normal;
    border-bottom: 0;
    padding: 0px 5px;
}

header nav > ul > li {
    display: flex;
    align-items: center;
}

header nav .cart span {
    font-size: 11px;
    line-height: 20px;
}

header nav ul li.dropdown ul {
    flex: 0 0 100%;
    display: none;
    position: absolute;
    width: 160px;
    height: auto;
    background: #fff;
    list-style: none;
    top: 40px;
    text-align: left;
    border-radius: 5px;
    border: 1px solid #ddd;
    z-index: 99;
}

li.dropdown ul li a {
    padding: 5px 10px;
    display: inline-block;
    width: 100%;
    font-size: 13px;
    text-transform: uppercase;
    border-bottom: 1px solid #ddd;
}

header nav ul li.dropdown:hover ul {
    display: inline-block;
}

header nav > ul > li.dropdown > a {
    padding-right: 20px;
    background: url(../images/arrow-down.png) no-repeat center right / 16px auto;
}

/* start responsive */
@media(max-width: 1500px) {
    /*.spn-tank-home {190px
			font-size: 26px;
			line-height:1;
			position:relative;
			top:20px;
		}*/

}

@media(max-width: 1200px) {

    header nav > ul > li.call a {
        margin-right: 0
    }

    .appstore .table {
        display: initial;
        min-height: initial;
    }

    .check-avaiblity h1 {
        font-size: 35px;
        top: 20px;
    }

    .spn-tank-home {
        font-size: 27px;
        /*line-height: normal;
			position: relative;
			top: 24px;*/
    }

    .check-avaiblity h4 {
        font-size: 21px;
    }

    .check-avaiblity div input[type="text"].form-control {
        max-width: 62%;
    }

    .menus-sec {
        padding: 0 15px;
    }

    header nav > ul > li {
        display: inline-block;
    }

        header nav > ul > li > a {
            padding: 8px 5px;
        }
}

@media(max-width: 1199px) {
    header nav {
        display: unset;
    }

        header nav ul {
            display: inline-block;
        }
}

@media(max-width:991px) {
    .single-product .delivery_sec ul {
        justify-content: space-between;
    }

    .single-product .delivery_sec li {
        min-width: unset !important;
        width: calc(50% - 10px)
    }

        .single-product .delivery_sec li a {
            width: 100% !important;
        }

    .works_content .heading {
        font-size: 30px;
        margin-bottom: 40px;
    }

    .works_content h4 {
        font-size: 26px;
    }

    header nav ul {
        display: flex; /*justify-content: flex-end;*/
        justify-content: space-between;
    }

    header nav > ul > li > a {
        margin-right: 5px;
        font-size: 15px;
    }

    .open_times {
        font-size: 13px;
    }

    header nav .header-btn {
        display: block;
        margin: auto;
        text-align: center;
    }

    .check-avaiblity .row {
        justify-content: center;
    }

    .col-md-3.align-self-center {
        flex: 0 0 35%;
        max-width: 35%;
    }

    .check-avaiblity div input[type="text"].form-control {
        max-width: 68%;
    }

    .check-avaiblity .col.align-self-center.search-bar {
        flex: 0 0 80%;
        margin: 10px auto;
    }

    .search-sec {
        display: flex;
        justify-content: center;
    }

    .check-avaiblity div input[type="button"].btn-primary {
        margin: 0 15px;
        position: relative;
    }
}

@media(max-width: 979px) {
    footer .logo, footer p {
        text-align: center;
    }

    .single-product .qty ul, .single-product .qty h4 {
        width: 100%;
        float: left;
    }

        .single-product .qty ul li {
            min-width: 50%;
            float: left;
        }

            .single-product .qty ul li select, .single-product .qty .deliverytable {
                width: 90%
            }

            .single-product .qty ul li .btn-primary {
                width: 90%
            }

    .check-avaiblity h1 {
        font-size: 25px;
        top: 20px;
        line-height: 27px;
        top: 40px;
    }

    .spn-tank-home {
        font-size: 27px;
    }
}

@media(max-width: 767px) {
    td.qty {
        flex: initial !important;
    }

    table .qty input {
        border: 2px solid #000 !important;
        height: 35px;
    }

    .row.steps.mb-5 {
        display: none;
    }

    header nav {
        margin-top: 0;
    }

        header nav ul.mainnav {
            display: none;
        }

        header nav .fa-bars {
            display: inline-block;
            font-size: 25px;
            padding-right: 10px;
            color: #333;
            vertical-align: middle;
            cursor: pointer;
            z-index: 99;
            position: relative;
            top: 30px;
        }

        header nav .header-btn a {
            padding: 7px 10px 2px 10px;
            margin-left: 5px;
        }

    footer .last {
        text-align: center;
    }

    header nav ul.mainnav {
        left: 0;
        top: 95px;
        width: 100%;
        background: #fff;
        z-index: 999;
        border-top: 1px solid #333;
        padding: 10px 0px;
    }

        header nav ul.mainnav li {
            width: 100%;
            text-align: left;
        }

            header nav ul.mainnav li a {
                display: block;
                margin-right: 0;
                border-bottom: 1px solid #f4f4f4 !important;
            }

    header.sticky {
        position: initial;
    }

    .banner h1 {
        font-size: 25px;
    }

        .banner h1 br {
            display: none
        }

    .banner .table {
        height: 300px;
    }

    .check-avaiblity {
        text-align: center;
    }

        .check-avaiblity .col-md-4 {
            margin-bottom: 25px
        }

            .check-avaiblity .col-md-4:last-child {
                margin-bottom: 0
            }

    .servicelist .border {
        width: 100px;
        height: 100px;
        line-height: 90px;
    }

    .servicelist h4 {
        font-size: 18px;
        margin-bottom: 0;
    }

    .servicelist img {
        width: 30px;
    }

    .ourproducts {
        border-top: 1px solid #333
    }

        .ourproducts .steps:after {
            display: none;
        }

    .appstore .table {
        text-align: center;
    }

    .appstore .table-cell {
        width: 100%;
        display: inherit;
        margin-bottom: 30px;
    }

    .appstore h2 br, .appstore p br {
        display: none
    }

    .appstore a {
        padding: 14px 15px;
    }

    .about-content ul li {
        text-align: center;
    }

        .about-content ul li img {
            display: block;
            float: none;
            margin: 0 auto 10px auto
        }

        .about-content ul li span {
            width: 100%;
            float: left;
        }

    .about-content-btm img {
        left: 10px;
    }

    .checkoutcss tr td:first-child {
        padding: 20px;
    }

        .checkoutcss tr td:first-child p {
            margin-bottom: 10px
        }

    .checkoutcss .top .btn-border {
        position: initial;
    }

    .modal h4 {
        font-size: 18px;
        letter-spacing: -1px
    }

    .modal .modal-body {
        padding: 0px 15px 30px 15px
    }

    #signin .border-right {
        border-right: 0 !important;
    }

    #signin .guest {
        text-align: center;
    }

    .check-avaiblity h1 {
        top: 0;
        margin-bottom: 25px;
    }

    .check-avaiblity p {
        margin-bottom: 20px;
    }

    .spn-tank-home {
        top: 0;
    }

    /*30-3-21*/
    #divResult thead {
        display: none;
    }

    #divResult tr {
        display: flex;
        width: 100%;
        border-bottom: 1px solid #dee2e6;
        flex-wrap: wrap;
        position: relative;
    }

        #divResult tr td {
            display: flex;
            width: 100%;
            border-bottom: 0;
            flex: 0 0 100%;
            align-items: center;
            justify-content: space-between;
            padding: 5px 10px;
            flex-wrap: wrap;
            text-transform: uppercase;
            margin: 0 auto 10px;
        }

            #divResult tr td:nth-child(1) {
                justify-content: start;
            }

                #divResult tr td:nth-child(1) .pro-title {
                    width: calc(100% - 100px);
                }

            #divResult tr td:before {
                content: "";
                display: flex;
                flex: 0 0 100%; /*background: #fbfbfb; padding: 5px 0px;*/
                font-family: 'AcuminPro-Bold';
                font-size: 14px;
            }

            #divResult tr td:nth-child(1):before {
                content: "Product";
                flex: 0 0 100%; /*background: #fbfbfb; padding: 5px 0px;*/
            }

            #divResult tr td:nth-child(2):before {
                content: "Delivery";
                flex: 0 0 100%; /*background: #fbfbfb; padding: 5px 0px;*/
            }

            #divResult tr td:nth-child(3):before {
                content: "Options";
                flex: 0 0 100%; /*background: #fbfbfb; padding: 5px 0px;*/
            }

            #divResult tr td:nth-child(4):before {
                content: "Price";
                flex: 0 0 100%; /*background: #fbfbfb; padding: 5px 0px;*/
            }

            #divResult tr td:nth-child(5):before {
                content: "Quantity";
                flex: 0 0 100%; /*background: #fbfbfb; padding: 5px 0px;*/
            }

            #divResult tr td:nth-child(6):before {
                content: "Discount";
                flex: 0 0 100%; /*background: #fbfbfb; padding: 5px 0px;*/
            }

            #divResult tr td:nth-child(7):before {
                content: "Total";
                flex: 0 0 100%; /*background: #fbfbfb; padding: 5px 0px;*/
            }

            #divResult tr td:nth-child(4), #divResult tr td:nth-child(5), #divResult tr td:nth-child(6), #divResult tr td:nth-child(7), #divResult tr td:nth-child(8) {
                flex: 1;
                align-items: flex-start;
            }

    table .delete a, table .delete a:hover {
        width: 22px;
        height: 22px;
        font-size: 0px;
        line-height: 20px;
        font-weight: bold;
        border: 0px solid red;
        color: #fff;
        background: url(../images/remove.png) no-repeat center center / cover;
    }

    table .delete {
        position: absolute;
        right: 0;
        top: 0;
    }

    #divResult tr td.delete {
        justify-content: right;
        width: auto;
        top: 35px;
    }

    .single-product .qty ul li {
        font-size: 14px;
    }

    .single-product .qty h4 {
        font-size: 15px;
    }

    .number .minus, .number .plus {
        height: 26px;
        font-size: 16px;
        height: 26px;
    }

    .number input {
        height: 26px;
        font-size: 15px;
    }

    .single-product .qty ul li select, .single-product .qty ul li .del-btn {
        font-size: 13px;
        padding: 15px 5px;
        width: auto;
    }

    .single-product .qty.delivery_sec ul {
        width: 100%;
    }

    table.options_table {
        display: flex;
        flex-direction: inherit;
    }

        table.options_table tbody {
            display: flex;
            max-width: 100%;
            overflow: auto;
        }

        table.options_table thead {
            display: flex;
        }

        table.options_table tr {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            align-content: center;
        }

        table.options_table td, table.options_table th {
            height: 80px;
            align-items: center;
            display: flex;
            flex: 0 0 100%;
            justify-content: center;
        }

        table.options_table .form-control {
            font-size: 13px;
            padding: 0;
        }

    /* 06-apr-21 */
    #select-location table.options_table {
        display: table;
        flex-direction: unset;
    }

        #select-location table.options_table thead {
            display: table-header-group;
        }

        #select-location table.options_table tr {
            display: table-row;
            flex-wrap: unset;
            align-items: unset;
        }

        #select-location table.options_table td,
        #select-location table.options_table th {
            height: auto;
            display: table-cell;
            flex: unset;
            justify-content: unset;
            align-items: unset;
        }

        #select-location table.options_table tbody {
            display: table-row-group;
            max-width: unset;
            overflow: unset;
        }

    .single-product .qty ul li:last-child {
        display: flex;
        justify-content: flex-end;
    }

    .single-product .qty ul li:first-child {
        padding-top: 4px;
    }

    .single-product .delivery_sec li:first-child {
        padding-top: 0;
    }

    .single-product .qty ul li input {
        padding-top: 4px;
    }

    .works_content {
        padding: 40px 0;
    }

        .works_content iframe {
            height: 300px;
        }

        .works_content .heading {
            font-size: 26px;
            margin-bottom: 40px;
            line-height: 34px;
            width: 100%;
        }

        .works_content h4 {
            font-size: 20px;
            line-height: 30px;
        }

        .works_content .image {
            text-align: center;
        }

    .order_sm_1 {
        order: 1;
    }

    .order_sm_2 {
        order: 2;
    }

    header nav {
        display: block;
    }

    .shadow:not(button) {
        max-width: 100%;
        height: auto;
    }

    div#notification.modal.show .modal-dialog {
        height: auto;
    }

    div#notification.modal.show .modal-content {
        background: rgba(0,0,0,0.8);
        color: #fff;
    }

    .number .plus {
        border: 2px solid #000;
        border-left: 0;
        border-radius: 0 5px 5px 0;
    }

    .number .minus {
        border: 2px solid #000;
        border-right: 0;
        border-radius: 5px 0 0 5px;
    }

    .number .minus, .number .plus, .single-product .qty ul li input {
        height: 35px;
        line-height: 35px;
    }

    .single-product .qty ul li input {
        border: 2px solid #000;
        border-bottom: 2px solid #000;
        box-shadow: none;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

    td.col-Quantities {
        width: 48%;
        display: inline-block;
    }

    #select-location .deliverytable tr td:nth-child(2) {
        max-width: none;
        width: 60%;
        vertical-align: middle;
        display: inline-block;
    }

    #select-location table.options_table tr {
        display: inline-block;
        width: 100%;
        position: relative;
        border-bottom: 1px solid #ccc;
        padding-bottom: 5px;
    }

    #select-location .deliverytable tr td.total-price {
        position: absolute;
        right: 0;
        top: 0;
    }

    #select-location table.options_table td {
        display: inline-block;
        border: 0;
    }

    #select-location .deliverytable tr th, #select-location table.options_table th, #select-location table.options_table thead {
        display: none;
    }
    /*td.col-Quantities:before { content: "Tank Exchange"; width: 100%; display: inline-block;}
td:nth-child(4).col-Quantities:before { content: "New Tank (Filled)"; width: 100%; display: inline-block;}*/
    #select-location table.options_table td.col-Quantities span.var-opt-header {
        display: block;
        padding: 15px 5px 5px;
    }

    #select-location table.options_table td.col-Quantities select {
        width: calc(100% - 10px);
        margin: auto;
    }

    #select-location table.options_table td.col-Quantities {
        padding: 0;
        margin: 0;
        float: left;
        width: 50%;
    }

    .single-product .qty ul li input {
        border-radius: 0;
        box-shadow: none !important;
        outline: 0 !important;
        padding: 0;
    }

    header nav ul li.dropdown ul {
        position: relative;
        top: 0;
        width: 100%;
        border: 0;
    }
}

@media(max-width: 576px) {
    .col-md-5.align-self-center.text-right {
        text-align: center !important;
    }

    header .text-right, header {
        text-align: center !important;
    }

        header nav ul.mainnav {
            top: 165px;
        }

        header nav .fa-bars {
            position: absolute;
            right: 0;
            top: -50px
        }

    .ourproducts .list .border {
        width: 100%;
        margin-bottom: 25px
    }

    .single-product .qty ul li {
        width: 100%;
        margin-bottom: 5px;
    }



        .single-product .qty ul li select, .single-product .qty .deliverytable {
            width: 100%
        }

        .single-product .qty ul li .btn-primary {
            width: 100%
        }

    .spn-tank-home {
        font-size: 30px;
        line-height: 1.5;
    }

    .single-product .qty.delivery_sec ul {
        flex-wrap: wrap;
    }

    .modal-dialog {
        max-width: 100% !important;
      /*  height: 100vh;
        align-items: start;*/
    }

        .modal-dialog .modal-content {
           /* height: 100%;*/
            border-radius: 0;
            border: none;
        }

    #select-location .modal-dialog {
        max-width: 100% !important;
    }

    #select-location .deliverytable tr th:nth-child(2),
    #select-location .deliverytable tr td:nth-child(2) {
        max-width: 150px;
    }

    #select-location .deliverytable th.col-Quantities {
        min-width: 130px;
    }

    .works_content .heading {
        font-size: 22px;
        line-height: 30px;
    }

    .works_content h4 {
        font-size: 18px;
        line-height: 28px;
    }

    .works_content iframe {
        height: 250px;
    }

    header .centered {
        justify-content: flex-start;
    }
    /*.open_times { margin: 15px 0 0 55px; text-align: left; font-size: 15px;}*/
    /*.open_times { text-align: left; font-size: 15px; position: absolute; left: 110px; right: 0; margin: 15px auto 0; width: 150px;}*/
    .open_times {
        font-size: 15px;
        position: absolute;
        left: 0;
        right: 0;
        margin: 15px auto 0;
        width: 100%;
        text-align: center;
        padding-left: 60px;
    }

    a.logo {
        padding-left: 10px;
    }

    header nav {
        margin-top: 15px;
    }

    .col-md-3.align-self-center {
        flex: 0 0 70%;
        max-width: 70%;
    }

    .check-avaiblity img {
        max-width: 200px;
    }

    .spn-tank-home {
        font-size: 23px;
    }

    .check-avaiblity h4 {
        font-size: 17px;
    }

    .check-avaiblity {
        padding: 10px 0 !important;
    }

        .check-avaiblity .col.align-self-center.search-bar {
            margin: 5px auto;
        }

        .check-avaiblity div input[type="button"].btn-primary {
            margin: 0 0 0 0px;
            font-size: 14px;
            border-radius: 0 5px 5px 0;
        }

        .check-avaiblity div input[type="text"].form-control {
            max-width: 100%;
            width: 100%;
            margin: 0 !important;
            border-radius: 5px 0 0 5px;
        }

        .check-avaiblity .col.align-self-center.search-bar {
            flex: 0 0 90%;
        }

    .ourproducts {
        border-top: 0;
    }
}

.input-variant-price {
    color: #212529 !important;
}


.owl-carousel .owl-item img {
    max-height: 250px;
    width: auto !important;
}

#demos .item {
    margin: 20px auto;
    height: 406px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

    #demos .item .wht-sec {
        background: #fff;
        display: inline-block;
        width: 100%;
        padding: 15px;
    }

    #demos .item:hover {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    }

#demos figure {
    margin: 0;
}

.owl-carousel .owl-stage-outer {
    padding: 0 0px;
}

.prdct-sec .container {
    border: 0;
    padding: 0;
}

#demos .owl-nav {
    position: absolute;
    top: 28%;
    width: 100%;
    z-index: 2;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    display: inline-block;
    position: absolute;
    right: -20px;
    width: 40px;
    height: 40px;
    background: url(../images/right-arrow.png) no-repeat center center / 18px #fff;
    border-radius: 50%;
    box-shadow: 0 0 5px rgb(0 0 0 / 30%);
}

.owl-carousel .owl-nav button.owl-prev {
    right: auto;
    left: -20px;
    background: url(../images/left-arrow.png) no-repeat center center/ 18px #fff;
    border-radius: 50%;
    box-shadow: 0 0 5px rgb(0 0 0 / 30%);
}

.owl-carousel .owl-nav button span {
    font-size: 33px;
    line-height: 1;
}

.owl-carousel button.owl-dot {
    background: none;
    border: 1px solid transparent;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin: 0 3px;
    line-height: 0;
}

    .owl-carousel button.owl-dot span {
        display: inline-block;
        width: 8px;
        height: 8px;
        background: #ccc;
        border-radius: 50%;
    }

.owl-dots {
    text-align: center;
}

button.owl-dot.active {
    border: 1px solid #ccc;
}

    button.owl-dot.active span {
        background: #000;
    }

.btnOrderNow {
    margin-top: auto;
    text-align: center;
}

.prev-additional-img, .next-additional-img {
    font-size: 40px !important;
    font-weight: bold !important;
    color: #000;
}

.inventory-error {
    display: block;
    font-size: 12px;
    line-height: 1.5;
    width: auto;
    max-width: 250px;
    padding: 5px 10px;
    background: #B90F16;
    color: #ffffff;
    position: absolute;
    z-index: 999;
    left: 21px;
    top: -26px;
    opacity: .9;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
}

    .inventory-error:after {
        content: "";
        position: absolute;
        border-style: solid;
        display: block;
        width: 0;
        left: 50%;
        bottom: -5px;
        border-width: 5px 5px 0px 5px;
        border-color: #B90F16 transparent;
        margin-left: -9px;
    }


/*loader CSS below*/
.single-product .carousel-item img {
    height: 252px !important;
    object-fit: contain;
}

body {
    margin: 0px;
    padding: 0px;
}

.bg-loaders {
    background: rgba(0, 0, 0, 0.45);
    width: 100%;
    height: 100vh;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    top: 0;
    z-index:2;
}

.custom-loader {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: conic-gradient(#0000 10%,#B90F16);
    -webkit-mask: radial-gradient(farthest-side,#0000 calc(100% - 8px),#000 0);
    animation: s3 1s infinite linear;
}

@keyframes s3 {
    to {
        transform: rotate(1turn)
    }
}

/*testst*/
.margin-120 {
/*    margin-left: 120px;
    margin-right: 120px;*/
}

.tank_navbar .margin-40 {
    margin-left: 40px;
}

    .tank_navbar .margin-40 li {
        margin-left: 30px;
    }

        .tank_navbar .margin-40 li a {
            letter-spacing: 2px;
            text-transform: uppercase;
            color: black !important;
            font-weight: 500;
        }

            .tank_navbar .margin-40 li a:hover {
                color: #B90F16 !important;
            }

.tank_navbar .nav-right {
    display: flex;
    align-items: center;
}

    .tank_navbar .nav-right li {
        margin-left: 30px;
    }

        .tank_navbar .nav-right li a {
            letter-spacing: 2px;
            color: black ;
            font-weight: 500;
        }

            .tank_navbar .nav-right li a:hover {
                color: #B90F16 !important;
            }

.tank_navbar .btn.btn-danger {
    background: #B90F16;
    color: white !important;
    font-weight: 600;
    padding: 10px 25px;
    border:10px solid;
}

    .tank_navbar .btn.btn-danger:hover {
/*        color: #B90F16 !important;
*/    }

.tank_navbar .nav-cart {
    position: relative;
}

    .tank_navbar .nav-cart .position-absolute {
        top: 10px !important;
        left: 25% !important;
        transform: translate(-50%,-50%) !important;
        background: #B90F16;
        color: white;
        border-radius: 50%;
        font-size: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        letter-spacing: 0px;
        width: 25px;
        height: 25px;
    }

.text-detail {
    color: black;
}

.text-item {
    color: black;
}

.text-des {
    color: #777777;
}

.text-price {
    font-weight: 800;
    color: #B90F16;
}

.input-qty {
    border: 1px solid #DDDDDD;
    color: #B90F16 !important;
    font-weight: 600;
    height: 58px;
    width: 55px;
    padding: 0px;
}

    .input-qty:focus {
        box-shadow: none;
        outline: none;
        border-color: #B90F16;
    }

.Delivery_Card .card-header {
    background: none;
    border: 0px;
    border-radius: 0px;
    padding: 0px;
}

.Delivery_Card .tank_box {
    height: 25px;
    width: 25px;
    text-align: center;
}

.delivery-time {
    font-weight: 700;
    color: black;
    font-size: 25px;
    margin-bottom: 0px;
}

.text-black {
    color: black !important;
}

.delivery-text {
    color: #777777;
}

.text-free {
    color: #B90F16;
}

.card-outline-selected {
    outline: 1px solid #B90F16;
}

.location-tank {
    font-size: 22px;
    color: black;
    font-weight: 700;
}

.btn-outline-dangers {
    font-weight: bold;
    color: #B90F16;
    background: white;
    border: 1px solid #B90F16;
    padding: 4px 8px 8px;
    line-height: 2;
}

    .btn-outline-dangers:hover {
        color: white;
        background: #B90F16;
    }

    .btn-outline-dangers:focus {
        box-shadow: none;
        outline: none;
    }

footer .list-unstyled li a {
    color: #556987;
    font-weight: 600;
}

    footer .list-unstyled li a:hover {
        color: #B90F16;
        font-weight: 600;
        text-decoration: none;
    }

.copy-text {
    font-weight: bold;
    color: #777777;
}

.tank_select {
    padding: 12px;
    height: auto;
}

    .tank_select:focus {
        box-shadow: none;
        outline: none;
        border-color: #B90F16;
    }

.text-grey {
    color: #494949 !important;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #B90F16;
    background-color: #B90F16;
}

.custom-control-input:focus ~ .custom-control-label::before {
    outline: none;
    box-shadow: none;
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #B90F16;
}

/*@media (max-width: 1300px){
.margin-120{
	margin-left: 0px;
	margin-right: 0px;
}}*/

/* Responsvie Media Devices  */
.registerbtn {
    background-color: #B90F17;
    color: white;
    padding: 14px;
}
.loginbtn {
    background-color: #ECECEC;
    color: black;
    padding: 14px;
}
@media (min-width: 1024px) and (max-width: 1200px) {
    .tank_navbar .margin-40 {
        margin-left: 0px;
    }

        .tank_navbar .margin-40 li {
            margin-left: 5px;
        }

            .tank_navbar .margin-40 li a {
                text-transform: capitalize !important;
            }

    .tank_navbar .nav-right li {
        margin-left: 10px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .tank_navbar .margin-40 {
        margin-left: 0px;
    }

        .tank_navbar .margin-40 li {
            margin-left: 0px;
        }

    .tank_hidden_2 {
        display: none !important;
    }

    .tank_hidden_4 {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .tank_navbar .btn.btn-danger {
        padding: 10px 15px;
    }

    .navbar-brand img {
        width: 70px !important;
    }

    .tank_navbar .nav-right li {
        margin-left: 15px;
    }

    .tank_hidden_3 {
        display: none !important;
    }

    .tank_hidden_2 {
        display: none !important;
    }

    .tank_navbar .margin-40 {
        margin-left: 0px;
    }

        .tank_navbar .margin-40 li {
            margin-left: 0px;
        }

    .tank_navbar .margin-120 {
        margin-left: 0px;
        margin-right: 0px;
    }

    .margin-120 {
        margin-left: -15px;
        margin-right: -15px;
    }

    .form-control.w-50 {
        width: 70% !important;
    }

    .form-inline.flex-nowrap {
        flex-wrap: wrap !important;
    }

    .remove-auto {
        display: block;
        margin: auto;
    }
}

@media (min-width: 1024px) {
    .tank_hidden_1 {
        display: none !important;
    }

    .tank_hidden_4 {
        display: none !important;
    }
}

@media (min-width: 767px) {
    .d-nones {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .d-hiden {
        display: none !important;
    }

    .remove-auto {
        margin-top: 20px;
    }

    .input-qty {
        height: 50px;
        width: 46px;
    }

    .m-text {
        word-wrap: break-word;
        font-size: 18px;
    }

    .m-30 {
        font-size: 22px;
    }
}

@media (min-width: 768px) and (max-width: 1400px) {
    .margin-120 {
        margin-left: 0px;
        margin-right: 0px;
    }

    .md-title-text {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
}

@media (max-width : 767px) {
    .Delivery_Card .tank_box {
        height: 20px;
        width: 20px;
        text-align: center;
    }

    .Delivery_Card .card-body {
        padding-left: 12px;
        padding-right: 12px;
    }

    .text-free {
        font-size: 18px;
    }

    .delivery-time {
        font-size: 20px;
    }

    .text-item {
        font-size: 24px;
    }

    .text-price {
        font-size: 25px;
    }

 /*   .section {
        display: none;
    }*/

        .section.visible {
            display: block;
        }

    .mobile-steps li .nav-link.active {
        color: #B90F16;
        font-weight: 600;
        font-size: 18px;
    }

    .text-detail {
        font-size: 25px;
    }

    .mobile-steps li .nav-link {
        color: #888888;
        font-size: 18px;
        font-weight: 600;
    }

    .btn-secondarys {
        color: #888888 !important;
        border: 1px solid #888888 !important;
        padding: 6px 24px !important;
    }

    .mobile-steps .nav-link.active {
        position: relative;
    }

    .mobile-steps .nav-link {
        position: relative;
    }

        .mobile-steps .nav-link::after {
            background: #888888;
            width: 15px;
            height: 3px;
            position: absolute;
            content: '';
            right: -33%;
            top: 50%;
            transform: translate(-50%, -50%);
        }

        .mobile-steps .nav-link.last-step:last-of-type::after {
            background: none;
            content: '';
        }

        .mobile-steps .nav-link.active::after {
            background: #B90F16;
            width: 15px;
            height: 3px;
            position: absolute;
            content: '';
            right: -30%;
            top: 50%;
            transform: translate(-50%, -50%);
        }

        .mobile-steps .nav-link:first-child:active::after {
            content: "";
            background: none;
        }

    .mobile-steps li {
        padding-left: 15px;
        padding-right: 15px;
    }
}
