body, body p {
    font-size: 15px;
    color: #3b3b3b
}

.banner_quotebtn, .foot_title, .heading_primary, .heading_secondary, .pro_info .buy_now, .product_sec .sec_heading, .read_more, .top_bar, .top_nava ul li a, .why_best .sec_heading {
    text-transform: uppercase
}

.call_info, .top_bar {
    float: left
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

.pagination ul li {
    list-style-type: none
}

body {
    font-family: Roboto,sans-serif;
    font-weight: 400
}

    body p {
        font-weight: 300;
        line-height: 24px
    }

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    color: #000d1b
}

a {
    color: #df111b;
    text-decoration: none
}

.footcopy span.web_by a:hover, .getintouch ul li a:hover, .imp_links ul li a:hover {
    text-decoration: underline
}

li {
    list-style-position: inside
}

a img {
    border: none
}

img {
    max-width: 100%;
    vertical-align: middle
}

.wrapper {
    width: 98%;
    max-width: 1300px;
    margin: 0 auto
}

.top_bar {
    width: 100%;
    background: #1a1a1a;
    color: #aaa;
    font-size: 14px;
    padding: 15px 0
}

.call_info span {
    color: #fff
}

.top_social {
    float: right
}

    .top_social li {
        list-style: none;
        float: left
    }

        .top_social li a {
            color: #aaa;
            font-size: 16px;
            padding: 5px 10px
        }

            .top_social li a:hover {
                color: #df111b
            }

.log_reg {
    float: right;
    margin-left: 10px
}

    .log_reg li {
        float: left;
        font-size: 13px;
        list-style: none
    }

        .log_reg li a {
            color: #fff;
            margin: 5px 10px;
            position: relative
        }

            .log_reg li a:hover {
                color: #df111b
            }

        .log_reg li:first-child a::before {
            display: none
        }

.top_header {
    width: 100%;
    float: left;
    background: #537294;
    position: relative
}

.logo {
    float: left
}

.top_nava {
    float: right;
    margin: 20px 0
}

    .top_nava ul li {
        float: left;
        list-style: none;
        position: relative
    }

        .top_nava ul li a {
            color: #fff;
            font-size: 16px;
            font-weight: 400;
            padding: 15px 0
        }

.top_search {
    float: right;
    position: relative
}

    .top_search .top_search_btn {
        padding: 16px 10px;
        display: block
    }

.menu_icon {
    display: none
}

.top_banner {
    width: 100%;
    float: left;
    background-size: cover;
    padding: 80px 0;
    background: #e3e1e2;
    background: radial-gradient(circle,#e3e1e2 3%,rgba(173,189,207,.9556197478991597) 69%)
}

.banner_img {
    float: right
}

.banner_content {
    float: left;
    text-align: center;
    width: 590px;
    max-width: 100%
}

.about_sec, .product_sec, .title_contain {
    width: 100%;
    float: left
}

.heading_primary {
    font-size: 62px;
    color: #000d1b;
    font-weight: 700;
    line-height: 70px
}

    .heading_primary span {
        color: #df111b;
        display: block;
        font-size: 124px;
        line-height: 110px
    }

.heading_primary_red {
    color: #df111b;
    display: block;
    font-size: 124px;
    line-height: 110px
}

.heading_secondary {
    font-size: 27px;
    color: #020202;
    margin-top: 5px
}

.banner_quotebtn {
    font-size: 15px;
    font-weight: 700;
    color: #000d1b;
    border: 2px solid #000d1b;
    padding: 15px 36px;
    display: inline-block;
    border-radius: 30px;
    margin-top: 35px
}

    .banner_quotebtn:hover {
        background: #df111b;
        color: #fff;
        border-color: #df111b
    }

.about_sec {
    text-align: center;
    padding: 45px 0;
    background: #f2f2f2
}

.about_sec_title {
    font-size: 42px;
    text-transform: uppercase;
    color: #df111b;
    font-weight: 700;
    margin-bottom: 30px
}

    .about_sec_title span {
        font-size: 30px;
        color: #000d1b;
        display: block
    }

.product_sec {
    padding: 0 0 15px
}

    .product_sec .sec_heading {
        font-size: 30px
    }

.title_contain .sec_heading.bott_bottom {
    float: left;
    width: 99%;
    padding: 11px;
    background-color: #f6f6f6;
    font-family: sans-serif
}

.sec_heading.bott_bottom::after {
    position: absolute;
    bottom: -9px;
    right: -12px;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 1px solid #df111b;
    border-radius: 50%
}

.product_sec .pro_select_con {
    width: 100%
}

.pro_select_con {
    border: 1px solid #646b78;
    background: #fff;
    border-radius: 22px;
    position: relative;
    float: right;
    display: none;
    margin-top: 30px
}

    .pro_select_con::after {
        content: "\f107";
        position: absolute;
        top: 12px;
        right: 20px;
        font-family: FontAwesome;
        font-size: 20px;
        color: #2e3645;
        pointer-events: none
    }

    .pro_select_con select {
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        border: none;
        background: 0 0;
        width: 280px;
        padding: 5px 10px 5px 25px;
        height: 44px
    }

        .pro_select_con select:focus {
            outline: 0
        }

.products_wrap {
    margin-top: 40px;
    width: 100%;
    float: left
}

.product_sec .product_row {
    margin-left: -15px;
    margin-right: -15px
}

.product_con {
    width: 33%;
    float: left;
    padding: 0 15px;
    margin-bottom: 30px
}

.product_box {
    width: 100%;
    float: left;
    border: 1px solid #e5e5e5
}

    .product_box .img_wrapper {
        width: 100%;
        float: left;
        text-align: center;
        position: relative
    }

    .product_box .pro_info {
        width: 100%;
        float: left;
        padding: 6px
    }

.pro_info .pro-title {
    float: left;
    width: 100%;
    min-height: 40px;
    max-height: 66px
}

    .pro_info .pro-title a {
        float: left;
        color: #df111b;
        font-size: 14px;
        font-weight: 700;
        width: 100%;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

        .pro_info .pro-title a:hover {
            text-decoration: underline
        }

.pro_info h5 {
    font-size: 13px;
    color: #333
}

.pro_info h6 {
    font-size: 14px;
    color: #363636;
    height: 35px;
    overflow: hidden
}

.pro_info p {
    font-size: 13px;
    color: #555;
    line-height: 16px;
    margin-top: 3px;
    margin-bottom: 3px
}

.eng-desc {
    font-size: 14px;
    color: #333;
    height: 80px;
    overflow: hidden
}

.pro_social {
    float: left
}

    .pro_social li {
        float: left;
        list-style: none;
        margin-right: 10px
    }

        .pro_social li a {
            color: #c4c4c4;
            width: 34px;
            height: 34px;
            line-height: 34px;
            border: 1px solid #c4c4c4;
            border-radius: 50%;
            display: block;
            text-align: center;
            font-size: 16px
        }

            .pro_social li a:hover {
                background: #222;
                color: #fff;
                border-color: #222
            }

.pro_info .buy_now {
    font-size: 14px;
    float: right;
    border: 1px solid #df111b;
    padding: 8px 15px
}

    .pro_info .buy_now:hover {
        color: #fff;
        background: #df111b
    }

.buy_now {
    font-size: 14px;
    float: right;
    border: 1px solid #df111b;
    padding: 8px 15px
}

    .buy_now:hover {
        color: #fff;
        background: #df111b
    }

.why_import {
    width: 100%;
    float: left;
    padding: 50px 0;
    background: url(../img/why_importbg.jpg) center center no-repeat #101010;
    background-size: cover
}

.to_pay {
    float: right;
    margin-left: 100px
}

    .to_pay a {
        display: block
    }

.why_import .sec_heading {
    font-size: 32px;
    font-weight: 700;
    color: #fff
}

    .why_import .sec_heading span {
        color: #df111b;
        font-size: 39px
    }

.why_import p {
    font-size: 14px;
    color: #fff;
    margin-top: 20px;
    line-height: 35px
}

.why_best {
    width: 100%;
    float: left;
    padding: 45px 0
}

    .why_best .sec_heading {
        font-size: 33px;
        margin-bottom: 30px
    }

    .why_best .img_wrapper {
        float: right;
        width: 550px;
        max-width: 100%;
        text-align: center
    }

.read_more {
    color: #000d1b;
    font-size: 12px;
    width: 150px;
    height: 48px;
    text-align: center;
    font-weight: 700;
    border: 1px solid #000d1b;
    border-radius: 24px;
    display: inline-block;
    line-height: 48px;
    margin-top: 20px
}

.foot_title, .footcopy span {
    font-weight: 300
}

.read_more:hover {
    color: #fff;
    background: #df111b;
    border-color: #df111b
}

.site_footer {
    width: 100%;
    float: left;
    background: #537294;
    position: relative
}

.foot_loop {
    margin-bottom: 50px;
    position: relative
}

    .foot_loop img {
        width: 100%;
        max-width: inherit
    }

.backtotop {
    position: absolute;
    left: 50%;
    margin-left: -55px;
    width: 110px;
    height: 31px;
    bottom: 8px
}

    .backtotop img {
        max-width: 100%;
        width: auto
    }

.foot_info {
    width: 33%;
    float: left
}

.foot_logo {
    float: left;
    border-bottom: 1px solid #262626;
    padding-bottom: 25px
}

.foot_social {
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-left: 42px
}

    .foot_social li {
        float: left;
        list-style: none;
        margin-right: 12px
    }

        .foot_social li a {
            color: #e3e3e3;
            width: 40px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            border: 1px solid #e3e3e3;
            border-radius: 50%;
            display: block
        }

            .foot_social li a:hover {
                background: #df111b;
                color: #fff;
                border-color: #df111b
            }

.getintouch {
    width: 33%;
    float: left
}

.foot_title {
    color: #fff;
    position: relative;
    font-size: 20px;
    padding-bottom: 15px;
    margin-bottom: 20px
}

.footcopy span, .getintouch ul li {
    float: left;
    font-size: 14px;
    color: #fff
}

.foot_title::before {
    content: "";
    width: 22px;
    height: 2px;
    background: #df111b;
    position: absolute;
    bottom: 0;
    left: 0
}

.getintouch ul li {
    list-style: none;
    margin-bottom: 12px;
    line-height: 36px
}

    .getintouch ul li span {
        width: 36px;
        height: 36px;
        line-height: 33px;
        text-align: center;
        color: #fff;
        border: 2px solid #74797f;
        border-radius: 50%;
        display: block;
        float: left;
        margin-right: 10px
    }

    .getintouch ul li a {
        color: #fff
    }

.imp_links {
    width: 25%;
    float: left
}

    .imp_links ul li {
        width: 50%;
        float: left;
        font-weight: 300;
        list-style: none;
        margin-bottom: 20px
    }

        .imp_links ul li a {
            color: #fff
        }

.footcopy {
    width: 100%;
    float: left;
    background: #0d0d0d;
    padding: 25px 0;
    margin-top: 70px
}

    .footcopy span.web_by {
        float: right
    }

        .footcopy span.web_by a {
            color: #fff
        }

.mobile_contact {
    display: none
}

   
   /* .mobile_contact a {
        font-size: 14px;
        float: left;
        padding: 15px 15px;
        position: fixed !important;
        left: 0;
        transition: bottom 0.3s ease;
        width: 100%;
        background: #df111b;
        color: #fff;
        text-align: center
    }*/
.mobile_contact {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    display: block;
}

    .mobile_contact a {
        display: block;
        font-size: 14px;
        padding: 15px;
        background: #df111b;
        color: #fff;
        text-align: center;
        text-decoration: none;
        transition: opacity 0.3s ease-in-out;
        opacity: 1;
        pointer-events: auto;
    }

        .mobile_contact a.hide {
            opacity: 0;
            pointer-events: none;
        }
        .mobile_contact a:hover {
            background: #c71019
        }

@media (max-width:1300px) {
    .banner_content {
        width: 475px;
        margin-top: 40px
    }

    .heading_primary {
        font-size: 40px;
        line-height: 45px
    }

        .heading_primary span {
            font-size: 70px;
            line-height: 70px
        }

    .heading_secondary {
        font-size: 20px
    }

    .banner_img {
        width: 500px
    }

    .why_best .img_wrapper {
        width: 420px;
        padding: 20px
    }

    .why_import p br {
        display: none
    }

    .product_sec {
        padding: 45px 0 30px
    }

        .product_sec .product_row {
            margin-left: -7px;
            margin-right: -7px
        }

    .product_con {
        padding: 0 7px;
        margin-bottom: 14px
    }
}

@media (max-width:1170px) {
    .top_nava ul li {
        margin: 0 15px
    }

        .top_nava ul li a {
            font-size: 15px
        }
}

@media (max-width:1024px) {
    .top_search .top_search_btn {
        padding: 15px;
        margin-top: 3px
    }

    .menu_icon {
        display: block;
        float: right;
        margin: 10px;
        cursor: pointer
    }

    .top_nava {
        display: block;
        position: absolute;
        top: 100%;
        left: 0;
        background: #1a1a1a;
        width: 100%;
        margin: 0;
        padding: 10px;
        z-index: 100
    }

        .top_nava ul li {
            width: 100%;
            margin: 0;
            border-bottom: 1px solid #292929
        }

            .top_nava ul li:last-child {
                border-bottom: 0
            }

            .top_nava ul li a {
                display: block;
                padding: 10px 0
            }

    .backtotop, .foot_loop, .top_nav ul li:hover a::after {
        display: none
    }

    .top_nava ul li.active a::after {
        bottom: 0;
        left: 0;
        margin-left: 0
    }

    .banner_content {
        margin-top: 0
    }

    .banner_img {
        width: 380px
    }

    .foot_info {
        width: 100%;
        margin-bottom: 30px
    }

    .foot_social {
        float: right;
        width: 50%
    }

    .getintouch, .imp_links {
        width: 50%
    }

    .footcopy {
        margin-top: 40px
    }

    .product_con {
        width: 33.33%
    }

    .to_pay {
        margin: 0 0 20px 20px;
        width: 300px
    }

    .site_footer {
        padding-top: 50px
    }

    .top_nav ul li.active a::after {
        display: block
    }
}

@media (max-width:900px) {
    .top_banner {
        padding: 25px 0
    }

    .banner_img {
        width: 300px
    }

    .banner_content {
        width: 430px
    }

    .sec_heading.bott_bottom::after {
        right: 0
    }
}

@media (max-width:768px) {
    .mobile_contact {
        display: block
    }

    .menu_only_mobile, .mobile_contact, .only_mobile {
        display: block !important
    }

    .site_footer {
        margin-bottom: 46px
    }

    .banner_content, .call_info {
        width: 100%
    }

    .products_wrap, .top_bar {
        text-align: center
    }

    .top_bar {
        padding: 5px 0
    }

    .log_reg, .top_social {
        float: none;
        display: inline-block
    }

    .banner_img, .why_best .img_wrapper {
        display: none
    }

    .product_con {
        width: 40%;
        float: none;
        display: inline-block;
        text-align: left
    }

    .to_pay {
        width: 100%;
        margin-left: 0;
        text-align: center
    }

    .blog-comment, .h1HomePageTitle, div#title_engine, h1#heading, h1.search-header, h2#request-price {
        font-size: 24px !important
    }

    .products_box li {
        width: 100% !important;
        margin-left: 0 !important;
        max-width: 350px;
        float: none !important;
        display: inline-block;
        text-align: left
    }

    .pro_tabs ul {
        display: block !important
    }

    .blogs_bar .blog_block_left_section, .blogs_bar .blog_block_right_section {
        width: 100% !important
    }

    .blog-comment {
        margin-right: 0 !important
    }

    .responsive_tr {
        display: block;
        width: auto
    }
}

@media (max-width:600px) {
    .foot_social, .getintouch, .getintouch ul li, .imp_links {
        width: 100%
    }

    .responsive_tr {
        display: block;
        width: auto
    }

    .about_sec_title, .about_sec_title span, .heading_primary, .product_sec .sec_heading, .why_import .sec_heading, .why_import .sec_heading span {
        font-size: 24px
    }

    .imp_links {
        display: block;
    }


    .site_footer {
        padding-top: 20px
    }

    .why_best, .why_import {
        padding: 25px 0
    }

    .footcopy {
        margin-top: 20px
    }

    .product_con {
        width: 100%
    }

    .products_wrap .main_btn {
        display: none
    }

    .why_best .sec_heading {
        font-size: 24px;
        margin-bottom: 15px
    }

    .why_import p {
        margin-top: 10px;
        line-height: 24px
    }

    .product_sec {
        padding: 25px 0 15px
    }

    .pro_select_con select {
        width: 240px
    }

    .about_sec {
        padding: 25px 0
    }

    .about_sec_title {
        margin-bottom: 10px;
        color: #000d1b
    }

        .about_sec_title span {
            color: inherit;
            display: inline
        }

    .heading_primary {
        line-height: inherit
    }

        .heading_primary span {
            font-size: 34px;
            line-height: inherit
        }

    .banner_quotebtn {
        margin-top: 20px;
        padding: 10px 22px
    }

    .heading_secondary {
        font-size: 14px
    }

    .footcopy {
        padding: 10px 0
    }

        .footcopy span {
            width: 100%;
            text-align: center
        }

    .top_nav ul li a {
        font-size: 13px
    }

    .blog-comment, .h1HomePageTitle, div#title_engine, h1#heading, h1.search-header, h2#request-price {
        font-size: 24px !important
    }

    .products_box li {
        width: 100% !important;
        margin-left: 0 !important;
        max-width: 350px;
        float: none !important;
        display: inline-block;
        text-align: left
    }

    .pro_tabs ul {
        display: block !important
    }

    .blogs_bar .blog_block_left_section, .blogs_bar .blog_block_right_section {
        width: 100% !important
    }

    .blog-comment {
        margin-right: 0 !important
    }
}

@media (max-width:500px) {
    .product_con {
        width: 100%;
        max-width: 320px
    }

    .product_sec .product_row {
        margin-left: 0;
        margin-right: 0
    }

    .product_sec .pro_select_con {
        width: 100%;
        margin-top: 20px;
        position: unset
    }

    .call_info {
        font-size: 11px;
        margin-bottom: 5px
    }

    .getintouch ul li, .top_social li a {
        font-size: 13px
    }

    .top_header {
        padding: 10px 0
    }

    .logo {
        width: 20%;
    }

    .menu_icon {
        margin: 0 0 0 10px
    }

    .top_search .top_search_btn {
        margin: 0;
        padding: 8px
    }

    .header_search {
        top: 53px;
        right: -2px
    }

    .pro_select_con select {
        width: 100%
    }

    .footcopy span {
        font-size: 12px
    }
}

.product_filter {
    float: left;
    width: 250px
}

    .product_filter h3 {
        float: left;
        width: 100%;
        background: #df111b;
        color: #fff;
        padding: 10px
    }

.product_filter_cont {
    width: 100%;
    float: left;
    background: #f6f6f6;
    border: 1px solid #ccc;
    border-top: 0;
    margin-bottom: 12px
}

    .product_filter_cont ul {
        width: 100%;
        float: left;
        list-style: none
    }

        .product_filter_cont ul li {
            width: 100%;
            float: left
        }

            .product_filter_cont ul li h4 {
                color: #000d1b;
                font-size: 16px;
                background: #e8e8e8;
                padding: 8px 10px
            }

            .product_filter_cont ul li span {
                width: 100%;
                float: left;
                padding: 8px 10px;
                border-bottom: 1px #ccc solid
            }

                .product_filter_cont ul li span:last-child {
                    border-bottom: 0
                }

            .product_filter_cont ul li a {
                width: 100%;
                float: left;
                color: #393333;
                font-size: 14.5px;
                font-weight: 600
            }

                .product_filter_cont ul li a:hover {
                    color: #df111b
                }

                .product_filter_cont ul li a i {
                    margin-right: 5px
                }

.engine_description {
    float: left;
    width: 100%;
    padding: 30px 0
}

    .engine_description .left_side {
        width: 40%;
        float: left;
        border: 1px solid #f0f0f0;
        text-align: center;
        margin-bottom: 10px
    }

        .engine_description .left_side img {
            width: 100%;
            max-width: 80%
        }

    .engine_description .right_side {
        width: 60%;
        float: left;
        padding-left: 46px
    }

#EngineDetailsView_TitleH1 {
    padding: 15px;
    background-color: #f2f2f2;
    color: #2c2929;
    text-align: center;
}

.engine_description .right_side .title.engine_description .right_side .title {
    width: 100%;
    float: left
}

.engine_description .right_side .title span {
    background: #df111b;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    padding: 4px 8px
}

.engine_description .right_side .sub_title {
    width: 100%;
    float: left;
    border-bottom: 1px solid #e8e8e8;
    position: relative;
    padding-bottom: 10px
}

    .engine_description .right_side .sub_title h6 {
        font-size: 15px;
        color: #333;
        float: left;
        margin-top: 10px
    }

    .engine_description .right_side .sub_title::after {
        position: absolute;
        left: 29px;
        bottom: -8px;
        content: "";
        width: 15px;
        height: 8px;
        background: url(../img/fg.png) no-repeat
    }

.social span {
    float: left;
    margin-right: 7px;
    color: #c4c4c4;
    width: 34px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #c4c4c4;
    border-radius: 50%;
    display: block;
    text-align: center;
    font-size: 16px
}

    .social span:hover {
        cursor: pointer;
        background: #222;
        color: #fff;
        border-color: #222
    }

    .social span a {
        color: #c4c4c4
    }

    .social span:hover a {
        background: #222;
        color: #fff;
        border-color: #222
    }

.engine_description .right_side .sub_title .social {
    float: right;
    padding-top: 4px
}

.description_cont {
    width: 100%;
    float: left;
    margin-top: 22px
}

    .description_cont p {
        font-size: 18px;
        color: #555;
        line-height: 35px;
        font-weight: 400
    }

        .description_cont p span {
            width: 270px;
            color: #363636;
            display: inline-block
        }

    .description_cont h3 {
        font-size: 22px;
        color: #418000;
        font-weight: 400;
        text-transform: uppercase;
        padding-top: 5px
    }

    .description_cont h4 {
        font-size: 28px;
        color: #c78624;
        font-weight: 600;
        padding-top: 5px
    }

        .description_cont h4 span {
            font-size: 19px;
            font-weight: 400;
            padding-right: 10px;
            text-decoration: line-through
        }

    .description_cont .quantity {
        font-size: 14px;
        color: #363636;
        padding: 10px 0;
        width: 100%;
        float: left
    }

        .description_cont .quantity input {
            width: 44px;
            height: 40px;
            border: 1px solid #d5d5d5;
            margin-left: 14px;
            padding: 5px;
            text-align: center
        }

    .description_cont .buy_but {
        float: left
    }

.heart {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #df111b;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    color: #fff
}

.description_cont .heart {
    float: left;
    margin: 10px 0 0 10px
}

.heart:hover {
    background: #3c4253;
    cursor: pointer
}

.engine_description_cont {
    width: 100%;
    float: left;
    margin-top: 15px
}

    .engine_description_cont h3 {
        font-size: 30px;
        font-weight: 400;
        color: #333;
        font-family: 'Crimson Text',serif
    }

    .engine_description_cont p {
        color: #555;
        font-size: 15px;
        line-height: 24px
    }

.warrantydropdown {
    font-size: 17px;
    color: #555;
    line-height: 35px;
    font-weight: 400
}

.pro_info p {
    height: 50px;
    overflow: hidden
}

.g-recaptcha {
    float: left;
    width: 100%
}

.title_contain {
    margin-bottom: 10px
}

@media (max-width:600px) {
    .cum_prod td {
        display: block;
        width: 100%
    }

    .pagenations_block span {
        float: left
    }

    .office_map, .outermosttable.wrt, .sales_offices, .sales_offices li {
        width: 100% !important
    }

        .outermosttable.wrt td {
            display: block;
            width: 100%
        }

    .engine_description .right_side {
        width: 100%;
        padding: 4px
    }

    .engine_description .left_side {
        width: 100%;
        padding: 4px
    }

    .title_contain {
        margin-top: 0
    }

    .pagenations_block {
        width: 100%
    }

        .pagenations_block span {
            display: flex;
            flex-wrap: wrap;
            max-width: 100%
        }
}

.cloud-zoom-lens {
    border: 4px solid #888;
    margin: -4px;
    background-color: #fff;
    cursor: move
}

.cloud-zoom-title {
    font-family: Arial,Helvetica,sans-serif;
    position: absolute !important;
    background-color: #000;
    color: #fff;
    padding: 3px;
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 10px;
    top: 0
}

.cloud-zoom-big {
    border: 4px solid #ccc;
    overflow: hidden;
    left: calc(100% + 10px) !important;
    width: 400px !important
}

.mousetrap {
    left: 50% !important;
    transform: translateX(-50%)
}

.cloud-zoom-loading {
    color: #fff;
    background: #222;
    padding: 3px;
    border: 1px solid #000
}

.engine_description .left_side .cloud-zoom-gallery {
    padding: 0;
    border: 2px solid #ccc;
    width: 50px;
    height: 65px;
    margin: 3px;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    position: relative
}

.engine_description .left_side img.zoom-tiny-image {
    width: 50px;
    height: auto;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%)
}

.product_row .img_wrapper img {
    min-height: auto !important;
    max-height: inherit !important;
    height: 240px !important;
    width: 100%
}

@media (max-width:600px) {
    .wrapper {
        padding: 5px
    }

    .imp_links {
        display: block
    }

    .product_row {
        text-align: center
    }

    .acra_cl iframe {
        width: 100%
    }
}

.ImgFrame {
    max-width: 100%;
    min-width: 100%;
    min-height: 100%;
    max-height: 100%;
    vertical-align: middle;
    object-fit: contain
}

.img-wrap {
    border: 1px #a5a0a0 solid;
    font-size: 0;
    padding: 1px;
    height: 62px;
    width: calc(25% - 3px);
    display: inline-block;
    vertical-align: top
}

.cydinderHead_btns .main_btn {
    margin-top: 12px;
    margin-right: 18px
}

    .cydinderHead_btns .main_btn a {
        width: 100%;
        font-weight: 700;
        text-transform: uppercase;
        color: #fff;
        background: #5f5f5f;
        padding: 12px 34px;
        border-radius: 4px;
        text-align: center;
        display: inline-block
    }

.products_box li {
    width: calc(33.33% - 12px);
    float: left;
    background: #f2f2f2;
    padding: 9px 9px 44px;
    border: 4px solid #f2f2f2;
    border-radius: 6px;
    margin: 12px 0 0 12px;
    list-style-type: none;
    position: relative
}

.product_engine {
    width: 100%;
    height: 290px;
    position: relative;
    margin-top: -15px
}

    .product_engine img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        max-height: 90%;
        width: 100%
    }

.products_box li h2 {
    font-size: 18px !important;
    color: #323232 !important;
    margin-top: 10px;
    max-height: 20px;
    list-style-type: none;
    overflow: hidden
}

.products_box li h3 {
    font-size: 14px;
    color: #333;
    letter-spacing: 1px;
    margin-top: 6px;
    max-height: 16px;
    list-style-type: none;
    overflow: hidden
}

.social_product {
    text-align: center;
    float: left;
    width: calc(100% - 12px);
    min-height: 35px;
    position: absolute;
    left: 12px;
    bottom: 0
}

    .social_product a {
        font-size: 24px;
        color: #6d6d6d;
        width: 36px;
        text-align: center
    }

.engine_description .right_side .sub_title h1 {
    background: #df111b;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    padding: 4px 8px
}

.engine_description .right_side .sub_title h2 {
    font-size: 15px;
    color: #333;
    float: left;
    margin-top: 10px
}

p:empty {
    display: none
}

.tox.tox-tinymce {
    height: 400px !important
}

.cyl_head {
    background: #f1f1f1
}

.cyl_head_box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none
}

    .cyl_head_box li {
        width: 100%;
        height: 100%;
        padding: 0 9px
    }

        .cyl_head_box li .head_cont {
            width: 100%;
            background: #fff;
            padding: 24px 20px 24px 20px;
            border-bottom: 6px #e1e1e1 solid;
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            transition: all .5s
        }

            .cyl_head_box li .head_cont .cyl_hed_img {
                width: 38px
            }

            .cyl_head_box li .head_cont h3 {
                width: 100%;
                font-size: 26px;
                font-weight: 900;
                color: #e4ae41;
                background: -webkit-linear-gradient(#c58d1b,#e6ad44);
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent
            }

                .cyl_head_box li .head_cont h3 a {
                    color: #e4ae41;
                    background: -webkit-linear-gradient(#c58d1b,#e6ad44);
                    -webkit-background-clip: text;
                    -webkit-text-fill-color: transparent
                }

.head_btn {
    width: 100%;
    margin-top: 15px
}

    .head_btn a {
        transition: all .5s
    }

        .head_btn a:hover {
            opacity: .8
        }

.cyl_head_box li:hover .head_cont {
    border-color: #129de0
}

.cyl_head_box li:hover .head_btn a {
    -webkit-transform:: scale(1.2);
    transform: scale(1.2)
}

.pro_tabs {
    width: 100%;
    float: left
}

    .pro_tabs ul li {
        font-size: 14px;
        color: #333;
        font-weight: 500;
        text-transform: uppercase
    }

        .pro_tabs ul li a {
            color: #333;
            padding: 10px 35px;
            display: inline-block;
            transition: all .5s
        }

            .pro_tabs ul li a:hover {
                color: #fff;
                background: #e9b347
            }

            .pro_tabs ul li a.current {
                color: #fff;
                background: #e9b347
            }

    .pro_tabs .tab_cus_section {
        padding: 40px 40px 20px 40px;
        background: #f5f5f5;
        border: 1px silver solid;
        border-top: 0
    }

        .pro_tabs .tab_cus_section h2 {
            margin-bottom: 20px;
            text-transform: uppercase
        }

.products_box li h3.innerList {
    font-size: 14px;
    color: #333;
    letter-spacing: 1px;
    margin-top: 3px;
    max-height: 100px;
    list-style-type: none;
    overflow: hidden
}

.products_box li h3.innerListing {
    font-size: 14px;
    color: #333;
    letter-spacing: 1px;
    margin-top: 6px;
    max-height: 20px;
    list-style-type: none;
    overflow: hidden
}

h2.search-header {
    padding: 15px;
    background-color: #f2f2f2;
    font-family: sans-serif;
    color: #3b3b37;
    font-size: 20px;
    line-height: 1.6em;
    letter-spacing: 1px;
    margin: 10px 0 20px 0
}

.inr_boxes .wrapper {
    width: 100%
}

.inr_boxes #dlengModels {
    flex-wrap: wrap
}

    .inr_boxes #dlengModels span {
        flex: 1;
        display: block;
        max-width: 20%;
        min-width: 240px
    }

        .inr_boxes #dlengModels span li {
            width: 100%;
            height: 100%;
            padding: 0 9px
        }

.inr_boxes .cyl_head_box li .head_cont {
    height: 100%
}

.inr_boxes #dlengModels span li {
    max-height: 265px;
    margin-bottom: 25px
}

.inr_boxes #dlengModels {
    height: fit-content
}

    .inr_boxes #dlengModels span {
        margin: 0 auto
    }

.inr_boxes .head_btn {
    margin-top: auto
}

.youtube_video iframe {
    max-width: 100%
}

.products .left_side .main_btn {
    padding: 0 20px;
    margin-top: 15px
}

    .products .left_side .main_btn a {
        width: 100%;
        font-size: 15px;
        padding: 14px 10px;
        text-align: center
    }

.main_btn a {
    width: 100%;
    font-size: 15px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    padding: 11px 15px;
    display: inline-block;
    background: #fff;
    border-radius: 22px;
    text-shadow: 0 0 15px #fff,0 2px 4px hsla(0,0%,0%,.7);
    transition: transform .1s,box-shadow .1s;
    box-shadow: rgba(0,0,0,.4) 0 6px 13px inset,rgba(255,255,255,.4) 0 3px 20px inset,rgba(0,0,0,.15) -4px 6px 10px,rgba(0,0,0,.2) 5px 18px 10px;
    transition: transform .1s,box-shadow .1s
}

    .main_btn a:hover {
        background: #e60c0c;
        color: #fff;
        border-color: #df111b
    }

.products_wrap .main_btn {
    margin-top: 10px;
    margin-right: 9px
}

h1#heading {
    font-size: 35px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center
}

h1.h1HomePageTitle {
    padding: 10px;
    margin: 10px 0 0 10px;
    background-color: #f2f2f2;
    font-family: sans-serif
}

h1.search-header {
    padding: 15px;
    background-color: #f2f2f2;
    color: #2c2929;
    letter-spacing: 1px;
    text-align: center;
    margin: 0 25px 23px 25px;
    font-size: 35px;
    font-weight: 500;
    text-transform: uppercase
}

div h1.search-header {
    padding: 15px;
    background-color: #fff !important;
    color: #2c2929 !important;
    letter-spacing: 1px;
    text-align: center
}

div#title_engine {
    padding: 15px;
    color: #2c2929;
    letter-spacing: 1px;
    text-align: center;
    margin: 0 25px 23px 25px;
    font-size: 35px;
    font-weight: 500;
    text-transform: uppercase
}

.blog-comment {
    padding: 15px;
    color: #2c2929;
    letter-spacing: 1px;
    text-align: center;
    font-size: 35px;
    margin-right: 350px;
    font-weight: 500;
    text-transform: uppercase
}

h2#request-price {
    padding: 15px;
    color: #2c2929;
    letter-spacing: 1px;
    text-align: center;
    font-size: 35px;
    font-weight: 500;
    text-transform: uppercase
}

h2.search-header {
    padding: 15px;
    background-color: #f2f2f2;
    font-family: sans-serif;
    color: #3b3b37;
    font-size: 20px;
    line-height: 1.6em;
    letter-spacing: 1px;
    margin: 10px 0 20px 0
}

h2.search-SubHeading {
    padding: 15px;
    background-color: #f2f2f2;
    font-family: sans-serif;
    color: #3b3b37;
    font-size: 20px;
    line-height: 1.6em;
    text-transform: uppercase;
    margin: 10px 10px 20px 10px
}

h2#HeadingH2Formodel {
    padding: 15px;
    background-color: #f2f2f2;
    font-family: sans-serif;
    color: #3b3b37;
    font-size: 20px;
    line-height: 1.6em;
    letter-spacing: 1px;
    margin: 10px 0 20px 0;
    margin: 10px 10px 20px 10px
}

.inner_block {
    padding: 50px 0
}

.inner_banner, .inner_block, .request_price, .request_price h2 {
    float: left;
    width: 100%
}

.youtube_video iframe {
    max-width: 100%
}

iframe {
    max-width: 100%
}

.menu_only_mobile {
    display: none
}

.responsive_tr {
    display: flex
}

a.dmca-badge {
    position: absolute;
    bottom: 86px;
    left: 50%;
    transform: translateX(-50%)
}

.breadcrumbs, .inner_banner, .inner_pages {
    float: left;
    width: 100%
}

.inner_banner {
    background: url(../img/inner_banner.jpg) center top no-repeat;
    height: 160px
}

    .inner_banner h3 {
        font-size: 40px;
        color: #000d1b;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 165px
    }

    .inner_banner h1 {
        font-size: 40px;
        color: #000d1b;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 165px
    }

span#title_engine {
    font-size: 40px;
    color: #000d1b;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 165px
}

.breadcrumbs {
    padding: 10px 0
}

    .breadcrumbs ul li {
        display: inline-block;
        margin-right: 8px;
        font-size: 12px;
        color: #555
    }

.inner_pages {
    padding-top: 30px;
    margin-bottom: 30px
}

.sales_offices {
    float: right;
    width: 66.66%;
    padding-left: 20px
}

    .sales_offices ul li {
        width: 50%;
        padding: 0 15px 20px 0;
        list-style: none;
        float: left;
        font-weight: 500
    }

.sales_office_address .values_sec {
    width: 100%;
    clear: both;
    display: block
}

.sales_office_address span {
    margin-top: -13px;
    float: left;
    margin-left: -5px
}

.office_map {
    width: 33%;
    float: left;
    height: 480px;
    padding-right: 15px
}

    .office_map iframe {
        width: 100%;
        height: 480px
    }

.leftControl {
    width: 100%;
    float: left
}

ul.world_usa {
    margin-bottom: 35px
}

.sales_office_address {
    padding-left: 20px;
    position: relative
}

    .sales_office_address::before {
        content: "\f041";
        position: absolute;
        top: 0;
        left: 0;
        font-family: FontAwesome;
        font-size: 15px
    }

.testimonial {
    float: left;
    width: 100%;
    padding: 30px 0
}

    .testimonial h2 {
        font-weight: 400;
        color: #333;
        font-size: 24px;
        float: left;
        text-transform: inherit
    }

    .testimonial a.waw {
        float: right;
        background: #df111b;
        color: #fff;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 14px;
        padding: 12px 30px;
        margin-top: -50px
    }

        .testimonial a.waw:hover {
            background: #ef151f
        }

.monials {
    float: left;
    width: 100%;
    margin: 20px 0
}

.testi {
    float: left;
    width: calc(33.3% - 20px);
    margin: 0 10px 35px
}

    .testi p {
        padding: 20px 20px 10px 60px;
        position: relative;
        background: #f5f5f5;
        min-height: 220px;
        max-height: 220px
    }

        .testi p:before {
            position: absolute;
            left: 15px;
            top: 10px;
            color: #333;
            font-size: 100px;
            line-height: 100px;
            content: '"';
            font-family: 'Crimson Text',serif
        }

.test_client {
    float: left;
    width: 100%;
    text-align: right;
    padding: 10px;
    font-size: 14px;
    color: #fff;
    background: #262626;
    font-weight: 400
}

    .test_client span {
        float: left
    }

.star_pic, .star_pic img {
    float: left;
    width: 100%
}

.testi.five_star .frstar, .testi.four_star .fivstar {
    display: none
}

.just_copy, .original_feedback, .original_feedback_h, .positive_cont, .rate_star, .rate_star a, .th_review, .yelp {
    display: inline-block
}

.your_rating {
    width: 100%;
    float: left;
    margin-bottom: 30px
}

    .your_rating ul {
        width: 100%;
        max-width: 670px;
        margin: 0 -15px
    }

        .your_rating ul li {
            width: 50%;
            float: left;
            padding: 5px 15px;
            list-style: none
        }

            .your_rating ul li.rating_Comments {
                width: 100%
            }

                .your_rating ul li.rating_Comments .inputfield {
                    height: 115px
                }

            .your_rating ul li label {
                font-size: 15px;
                color: #333;
                margin-bottom: 6px;
                display: inline-block;
                padding-left: 5px
            }

            .your_rating ul li .inputfield {
                background: #dfe6eb;
                height: 40px;
                border-radius: 20px;
                width: 100%;
                padding: 10px;
                border: 1px solid #c2c7cc;
                font-size: 13px;
                font-weight: 400;
                color: #333
            }

                .your_rating ul li .inputfield:focus {
                    outline: 0
                }

    .your_rating h2 {
        width: 100%;
        float: left;
        margin-bottom: 15px
    }

    .your_rating .read_more {
        float: left;
        clear: both;
        background: #df111b;
        border-color: #df111b
    }

        .your_rating .read_more:hover {
            background: #ef151f
        }

        .your_rating .read_more a {
            padding: 12px 30px;
            margin-top: 15px;
            color: #fff
        }

.rate_star {
    vertical-align: middle;
    margin-left: 20px;
    text-align: center
}

    .rate_star a {
        width: 36px;
        height: 36px;
        background: #ccc;
        border: 1px solid #c2c7cc;
        border-radius: 3px;
        margin-right: 5px
    }

        .rate_star a.active, .rate_star a:hover {
            background: #df111b;
            border-color: #df111b
        }

        .rate_star a img {
            vertical-align: top;
            margin-top: 4px
        }

.rating_thanks {
    width: 100%;
    float: left;
    text-align: center;
    margin: 160px 0
}

.th_review {
    width: 100%;
    max-width: 670px;
    background: #df111b;
    font-size: 25px;
    color: #fff;
    font-weight: 400;
    padding: 8px 0;
    border-radius: 20px;
    margin-bottom: 15px;
    border: 1px solid #df111b
}

.positive {
    margin: 80px 0
}

.positive_cont {
    width: 100%;
    max-width: 830px;
    background: #dfe6eb;
    border: 1px solid #c2c7cc;
    padding: 25px
}

    .positive_cont .th_review {
        margin-bottom: 8px
    }

.just_copy {
    font-size: 30px;
    color: #4a4946;
    font-weight: 400;
    margin-bottom: 15px
}

.yelp {
    width: 100%;
    padding: 10px 0 20px
}

    .yelp a {
        margin: 0 5px
    }

.original_feedback {
    width: 100%;
    max-width: 670px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid #c2c7cc;
    text-align: left
}

.original_feedback_h {
    width: 100%;
    padding: 8px 20px 5px;
    background: #df111b;
    border-radius: 20px 20px 0 0;
    color: #fff;
    font-weight: 400;
    font-size: 18px
}

    .original_feedback_h a {
        font-size: 16px;
        color: #fff;
        border: 1px solid #fff;
        border-radius: 6px;
        padding: 2px 10px;
        float: right
    }

        .original_feedback_h a:hover {
            background: #fff;
            color: #df111b
        }

.original_feedback p {
    font-size: 15px;
    color: #3c4253;
    line-height: 18px;
    padding: 20px
}

@media (max-width:1300px) {
    .banner_content {
        width: 475px;
        margin-top: 40px
    }

    .heading_primary {
        font-size: 40px;
        line-height: 45px
    }

        .heading_primary span {
            font-size: 70px;
            line-height: 70px
        }

    .heading_secondary {
        font-size: 20px
    }

    .banner_img {
        width: 500px
    }

    .why_best .img_wrapper {
        width: 420px;
        padding: 20px
    }

    .why_import p br {
        display: none
    }

    .product_sec {
        padding: 45px 0 30px
    }

        .product_sec .product_row {
            margin-left: -7px;
            margin-right: -7px
        }

    .product_con {
        padding: 0 7px;
        margin-bottom: 14px
    }
}

@media (max-width:1170px) {
    .top_nav ul li {
        margin: 0 15px
    }

    .top_nava ul li a {
        font-size: 15px
    }
}

@media (max-width:1024px) {
    .top_search .top_search_btn {
        padding: 15px;
        margin-top: 3px
    }

    .menu_icon {
        display: block;
        float: right;
        margin: 10px;
        cursor: pointer
    }

    .top_nava {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        background: #1a1a1a;
        width: 100%;
        margin: 0;
        padding: 10px
    }

        .top_nava ul li {
            width: 100%;
            margin: 0;
            border-bottom: 1px solid #292929
        }

            .top_nava ul li:last-child {
                border-bottom: 0
            }

            .top_nava ul li a {
                display: block;
                padding: 10px 0
            }

            .backtotop, .foot_loop, .top_nava ul li:hover a::after {
                display: none
            }

            .top_nava ul li.active a::after {
                bottom: 0;
                left: 0;
                margin-left: 0
            }

    .banner_content {
        margin-top: 0
    }

    .banner_img {
        width: 380px
    }

    .foot_info {
        width: 100%;
        margin-bottom: 30px
    }

    .getintouch, .imp_links, .product_con {
        width: 50%
    }

    .foot_social {
        float: right;
        width: 50%
    }

    .footcopy {
        margin-top: 40px
    }

    .to_pay {
        margin: 0 0 20px 20px;
        width: 300px
    }

    .site_footer {
        padding-top: 50px
    }

    .top_nav ul li.active a::after {
        display: block
    }

    .product_sec .product_row_cont {
        width: calc(100% - 254px)
    }
}

@media (max-width:900px) {
    .top_banner {
        padding: 25px 0
    }

    .banner_img {
        width: 300px
    }

    .banner_content {
        width: 430px
    }

    .sec_heading.bott_bottom::after {
        right: 0
    }
}

@media (max-width:768px) {
    .to_pay, .top_bar {
        text-align: center
    }

    .banner_content, .call_info, .product_sec .product_row_cont, .to_pay {
        width: 100%
    }

    .top_bar {
        padding: 5px 0
    }

    .log_reg, .top_social {
        float: none;
        display: inline-block
    }

    .banner_img, .why_best .img_wrapper {
        display: none
    }

    .to_pay {
        margin-left: 0
    }

    .product_sec .pro_select_con {
        display: block;
    }

    .product_filter {
        display: none
    }
}

@media (max-width:600px) {
    .foot_social, .getintouch, .getintouch ul li, .imp_links {
        width: 100%
    }

    .about_sec_title, .about_sec_title span, .heading_primary, .product_sec .sec_heading, .why_import .sec_heading, .why_import .sec_heading span {
        font-size: 24px
    }

    .imp_links ul li {
        width: 100%;
        border-bottom: 1px solid #fff;
        margin-bottom: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }

        .imp_links ul li a {
            font-weight: 400;
        }

    .imp_links ul {
        padding-left: 0px;
    }

    .site_footer {
        padding-top: 20px
    }

    .why_best, .why_import {
        padding: 25px 0
    }

    .footcopy {
        margin-top: 20px
    }

    .why_best .sec_heading {
        font-size: 24px;
        margin-bottom: 15px
    }

    .why_import p {
        margin-top: 10px;
        line-height: 24px
    }

    .product_sec {
        padding: 25px 0 15px
    }

    .pro_select_con select {
        width: 240px
    }

    .about_sec {
        padding: 25px 0
    }

    .about_sec_title {
        margin-bottom: 10px;
        color: #000d1b
    }

        .about_sec_title span {
            color: inherit;
            display: inline
        }

    .heading_primary {
        line-height: inherit
    }

        .heading_primary span {
            font-size: 34px;
            line-height: inherit
        }

    .banner_quotebtn {
        margin-top: 20px;
        padding: 10px 22px
    }

    .heading_secondary {
        font-size: 14px
    }

    .footcopy {
        padding: 10px 0
    }

        .footcopy span {
            width: 100%;
            text-align: center
        }

    .top_nav ul li a {
        font-size: 13px
    }

    .product_sec .product_row {
        margin: 0
    }
}

@media (max-width:500px) {
    .product_con {
        width: 100%;
        max-width: 320px
    }

    .product_sec .product_row {
        margin-left: 0;
        margin-right: 0;
        text-align: center
    }

    .product_sec .pro_select_con {
        width: 100%;
        margin-top: 20px
    }

    .call_info {
        font-size: 11px;
        margin-bottom: 5px
    }

    .getintouch ul li, .top_social li a {
        font-size: 13px
    }

    .top_header {
        padding: 10px 0
    }

    .logo {
        width: 200px
    }

    .menu_icon {
        margin: 0 0 0 10px
    }

    .top_search .top_search_btn {
        margin: 0;
        padding: 8px
    }

    .header_search {
        top: 53px;
        right: -2px
    }

    .pro_select_con select {
        width: 100%
    }

    .footcopy span {
        font-size: 12px
    }

    .product_con {
        float: none;
        display: inline-block;
        padding: 0
    }
}

@media (max-width:600px) {
    .inner_banner {
        height: 50px
    }

        .inner_banner h3 {
            font-size: 20px;
            line-height: 50px;
            text-align: center
        }

        .inner_banner h1 {
            font-size: 20px;
            line-height: 50px;
            text-align: center
        }
}

.pagenations_block {
    font-size: 20px;
}

    .pagenations_block #lblpaging {
        display: block;
    }

        .pagenations_block #lblpaging span, .pagenations_block #lblpaging a {
            display: inline-block;
            font-size: 14px;
            font-weight: 500 !important;
            padding: 6px 10px !important;
            margin: 0px 5px 5px 0px;
            color: #333;
        }
