﻿.container-fluid {
    padding-right: 40px;
    padding-left: 40px;
    margin-right: auto;
    margin-left: auto;
}

@media(max-width: 1600px) {
    .container-fluid {
        padding-right: 20px;
        padding-left: 20px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media(max-width: 1024px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
}

.navbar-right {
    float: right !important;
    margin-right: 0;
}

body {
    font-size: 15px;
    line-height: normal;
    color: #000;
    font-family: 'Open Sans', sans-serif;
}

p, a, span, label, li, li a {
    font-size: 1.000em;
}

h1 {
    font-size: 1.5em; font-weight: 700;
}

h2 {
    font-size: 1.4em;
}

h3 {
    font-size: 1.3em;
}

h4 {
    font-size: 1.0em;
}

h5 {
    font-size: 1.067em;
}

ul.asap-terms-info li::marker {
    content: ' \25CF';
    font-size: 20px;
    vertical-align: text-bottom;
    line-height: 15px;
    padding-right: 5px;
}

ul.asap-terms-info li {
    padding-left: 5px
}

@media(max-width:1600px) {
    body {
        font-size: 14px;
    }
}

@media(max-width:1366px) {
    body {
        font-size: 13px;
    }
}

.row-0 {
    margin-right: 0;
    margin-left: 0;
}

.padLR0 {
    padding-left: 0;
    padding-right: 0; padding-top: 10px;
}

.padLR10 {
    padding-left: 10px;
    padding-right: 10px;
}

.padL0 {
    padding-left: 0;
}

.padR0 {
    padding-right: 0;
}

.padL10 {
    padding-left: 10px;
}

.padL20 {
    padding-left: 20px;
}

.padL25 {
    padding-left: 25px;
}

.padLR90 {
    padding-left: 90px;
    padding-right: 90px;
}

.padL20 {
    padding-left: 20px;
}

.marR10 {
    margin-right: 10px;
}

.marB10 {
    margin-bottom: 10px;
}

.marB20 {
    margin-bottom: 20px;
}

.marB40 {
    margin-bottom: 40px;
}

.marT10 {
    margin-top: 10px;
}

.marT15 {
    margin-top: 15px;
}

.marT20 {
    margin-top: 20px;
}

.marT40 {
    margin-top: 40px;
}

.marBT10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.marBT20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.marBT40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.marT-50 {
    margin-top: -50px;
}

.marnL10 {
    margin-left: -15px;
}

.marLn15 {
    margin-left: -15px;
}

.marLRn17 {
    margin-left: -17px;
    margin-right: -17px;
}

span.red {
    color: red;
    font-weight: 700;
    cursor: pointer;
}

img.width100 {
    width: 100%;
    max-width: 100%;
}

span.font-light {
    font-family: "robotolight";
    display: block;
    font-weight: 300;
}

span.font-regular {
    font-family: "robotoregular";
    display: block;
    font-weight: 400;
}

span.font-medium {
    font-family: "robotomedium";
    display: block;
    font-weight: 500;
}

span.font-bold {
    font-family: "robotobold";
    display: block;
    font-weight: 600;
}

.white {
    color: #fff;
}

.black {
    color: #000;
}

.pos-rel {
    position: relative;
}

@media(max-width:991px) {
    .padL0, .padR0 {
        padding-right: 0;
        padding-left: 0;
    }
}

.home-banner {
    position: relative;
    background: #fd4761;
    background: -moz-linear-gradient(left, #fd4761 70%, #fb7a41 99%);
    background: -webkit-linear-gradient(left, #fd4761 70%,#fb7a41 99%);
    background: linear-gradient(to right, #fd4761 70%,#fb7a41 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd4761', endColorstr='#fb7a41',GradientType=1 );
}

    .home-banner .banner-text {
        position: absolute;
        top: 10%;
        right: 0px;
        left: 0px;
        width: 100%;
    }

.banner-text-item {
    padding: 6% 0; position: absolute;
    right: 0;
    bottom: -90px;
    /*background: #fd4761;
    background: -moz-linear-gradient(left,rgba(253,71,97,0.85) 70%, rgba(251,122,65,0.85) 99%);
    background: -webkit-linear-gradient(left,rgba(253,71,97,0.85) 70%,rgba(251,122,65,0.85) 99%);
    background: linear-gradient(to right,rgba(253,71,97,0.85) 70%,rgba(251,122,65,0.85) 99%);*/
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd4761', endColorstr='#fb7a41',GradientType=1 );
}

    .banner-text-item h4 {
        text-transform: uppercase;
        font-family: 'robotomedium';
        font-weight: 500;
        color: #fff;
        line-height: 1.2;
        text-align: right;
        margin: 0% auto;
        max-width: 60%;
    }

@media(max-width:2560px) {
    .home-banner .marLRn17 {
        margin-left: -23px;
        margin-right: -20px;
    }
}

@media(max-width:1920px) {
    .home-banner .marLRn17 {
        margin-left: -17px;
        margin-right: -15px;
    }
}

@media(max-width:1600px) {
    .banner-text-item h4 {
        margin: 0% auto;
        max-width: 65%;
    }

    .home-banner .marLRn17 {
        margin-left: -15px;
        margin-right: -13px;
    }
}

@media(max-width:1440px) {
    .banner-text-item h4 {
        margin: 0% auto;
        max-width: 70%;
    }

    .home-banner .marLRn17 {
        margin-left: -13px;
        margin-right: -12px;
    }
}

@media(max-width:1366px) {
    .banner-text-item h4 {
        margin: 0% auto;
        max-width: 75%;
    }

    .home-banner .marLRn17 {
        margin-left: -12px;
        margin-right: -11px;
    }
}

@media(max-width:1199px) {
    .home-banner .marLRn17 {
        margin-left: -9px;
        margin-right: -8px;
    }

    .banner-text-item h4 {
        margin: 0% auto;
        max-width: 88%;
    }

    .banner-text-item {
        float: right;
    }
}

@media(max-width:991px) {
    .banner-text-item h4 {
        font-size: 1.6em;
    }

    .home-banner .marLRn17 {
        margin-left: -7px;
        margin-right: -7px;
    }
}

@media(max-width:767px) {
    .banner-text-item {
        float: right;
        max-width: 100%; display: none;
    }

    .home-banner .marLRn17 {
        margin-left: -5px;
        margin-right: -5px;
    }
}

@media (max-width: 480px) {
    .home-banner .marLRn17 {
        margin-left: -4px;
        margin-right: -4px;
    }

    .banner-text-item {
        float: none;
        max-width: 100%;
        padding: 3% 0;
       /* margin-top:35px;*/
    }

        .banner-text-item h4 {
            font-size: 1em;
            max-width: 100%;
            text-align: center;
        }
}

@media (max-width: 380px) {
    .home-banner .marLRn17 {
        margin-left: -3px;
        margin-right: -3px;
        margin-top:55px;
    }
}

.intro-text {
    margin-bottom: 30px;
    font-family: 'robotoregular';
    font-weight: 400;
}

@media (max-width: 1199px) {
    .intro-text {
        margin-bottom: 20px;
    }
}

.desk-rfq-wrap {
    padding-left: 40px;
}

.rfq-title {
    text-transform: uppercase;
    font-family: 'robotomedium';
    font-weight: 500;
    color: #fb4746;
    margin-bottom: 20px;
}

.formbox {
    max-width: 350px;
    margin: 18% 8% 10%;
}

    .formbox input {
        border: 2px solid #d1d0d3;
        border-radius: 20px;
        padding: 20px 46px 20px 20px;
        max-width: 100%;
        width: 100%;
        background: transparent;
        margin: 10px 0;
    }

    .formbox .form-control:focus {
        border-color: #fd4761;
        border-radius: 20px;
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .formbox .input-group-addon.focused i {
        background: -webkit-linear-gradient(left, #fd4761, #fb7a41);
        background: -o-linear-gradient(right, #fd4761, #fb7a41);
        background: -moz-linear-gradient(right, #fd4761, #fb7a41);
        background: linear-gradient(to right, #fd4761, #fb7a41);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .formbox .form-group {
        position: relative;
        margin-bottom: 20px;
    }

    .formbox .input-group-addon {
        position: absolute;
        right: 30px;
        top: 5px;
        padding: 7px 10px;
        border: none;
        background: transparent;
        font-size: 1.35em;
    }

.rfq-btn {
    background: #fd4761;
    background: -moz-linear-gradient(left,rgba(251,71,70,0.85) 30%, rgba(251,122,65,0.85) 99%);
    background: -webkit-linear-gradient(left,rgba(251,71,70,0.85) 30%,rgba(251,122,65,0.85) 99%);
    background: linear-gradient(to right,rgba(251,71,70,0.85) 30%,rgba(251,122,65,0.85) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd4761', endColorstr='#fb7a41',GradientType=1 );
    padding: 10px 40px;
    border-radius: 40px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'robotomedium';
    font-size: 1em;
    -webkit-box-shadow: 0px 16px 30px 0px rgba(244, 29, 28, 0.34);
    -moz-box-shadow: 0px 16px 30px 0px rgba(244, 29, 28, 0.34);
    box-shadow: 0px 16px 30px 0px rgba(244, 29, 28, 0.34);
}

    .rfq-btn:hover, .rfq-btn:focus, .rfq-btn:active {
        color: #fff;
        outline: 0 !important;
         background: #fd4761;
        background: -moz-linear-gradient(left,rgba(251,71,70,0.85) 30%, rgba(251,122,65,0.85) 99%);
        background: -webkit-linear-gradient(left,rgba(251,71,70,0.85) 30%,rgba(251,122,65,0.85) 99%);
        background: linear-gradient(to right,rgba(251,71,70,0.85) 30%,rgba(251,122,65,0.85) 99%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd4761', endColorstr='#fb7a41',GradientType=1 );
    }

@media(max-width: 1199px) {
    .mobile-rfq-wrap .desk-rfq-wrap {
        padding-left: 0;
        width: 100%;
        padding-bottom: 20px;
    }

    .mobile-rfq-wrap .formbox {
        max-width: 70%;
        margin: 0 auto;
    }

    .mob-instant-rfq .modal-content {
        position: absolute;
        top: 100px;
        width: 100%;
        border-radius: 0;
        text-align: center;
        background: #fd4761;
        background: -moz-linear-gradient(left,rgba(251,71,70,0.85) 30%, rgba(251,122,65,0.85) 99%);
        background: -webkit-linear-gradient(left,rgba(251,71,70,0.85) 30%,rgba(251,122,65,0.85) 99%);
        background: linear-gradient(to right,rgba(251,71,70,0.85) 30%,rgba(251,122,65,0.85) 99%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd4761', endColorstr='#fb7a41',GradientType=1 );
    }

    .mob-instant-rfq .close {
        float: right;
        margin-right: 20px;
        background: #fff !important;
        color: rgb(251,71,70);
        font-size: 21px;
        padding: 10px;
        font-weight: 700;
        line-height: 1;
        color: rgba(251,71,70,1);
        text-shadow: 0 1px 0 #fff;
        filter: alpha(opacity=20);
        opacity: 1;
        margin-top:20px;
    }

    .mobile-rfq-wrap .formbox .rfq-title {
        margin: 0;
        color: #fff;
    }

    .mobile-rfq-wrap .formbox input::-webkit-input-placeholder {
        color: #000;
        font-weight: 400;
    }

    .mobile-rfq-wrap .formbox input::-moz-placeholder {
        color: #000;
        font-weight: 400;
    }

    .mobile-rfq-wrap .formbox input:-ms-input-placeholder {
        color: #000;
        font-weight: 400;
    }

    .mobile-rfq-wrap .formbox input:-moz-placeholder {
        color: #000;
        font-weight: 400;
    }

    .mobile-rfq-wrap .formbox input {
        border: 2px solid #fff;
        background: rgba(255,255,255,0.3);
    }

    .mobile-rfq-wrap .formbox .rfq-btn {
        background: #fff;
        color: #fd4761 !important;
        -webkit-box-shadow: 0px 16px 30px 0px rgba(244, 29, 28, 0.34);
        -moz-box-shadow: 0px 16px 30px 0px rgba(244, 29, 28, 0.34);
        box-shadow: 0px 16px 30px 0px rgba(244, 29, 28, 0.34);
        transition: .3s ease;
    }

        .mobile-rfq-wrap .formbox .rfq-btn:hover, .mobile-rfq-wrap .formbox .rfq-btn:focus, .mobile-rfq-wrap .formbox .rfq-btn:active {
            color: #fff !important;
            background: #fd4761;
            background: -moz-linear-gradient(left,rgba(251,71,70,0.85) 30%, rgba(251,122,65,0.85) 99%);
            background: -webkit-linear-gradient(left,rgba(251,71,70,0.85) 30%,rgba(251,122,65,0.85) 99%);
            background: linear-gradient(to right,rgba(251,71,70,0.85) 30%,rgba(251,122,65,0.85) 99%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd4761', endColorstr='#fb7a41',GradientType=1 );
        }
}

@media(max-width: 767px) {
    .mob-instant-rfq .modal-content {
        position: absolute;
        top: 47px;
        width: 100%
    }

    .rfq-btn {
        padding: 10px 20px;
    }
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
}

.home-usp {
    background-color: #f4f1fb;
}

.usp-content-slider {
    background-color: #fff;
    padding: 40px 0 100px;
}

    .usp-content-slider .usp-item {
        text-align: center;
        padding: 10px 0;
        margin: 20px 0;
    }

    .usp-content-slider .slick-slide {
        margin: 10px 80px;
    }

    .usp-content-slider .usp-item:hover {
        -webkit-box-shadow: 0px 11px 30px 0px rgba(248, 66, 95, 0.09);
        -moz-box-shadow: 0px 11px 30px 0px rgba(248, 66, 95, 0.09);
        box-shadow: 0px 11px 30px 0px rgba(248, 66, 95, 0.09);
    }

    .usp-content-slider .usp-item p {
        max-width: 80%;
        margin: 0 auto;
    }

@media(max-width: 1600px) {
    .usp-content-slider .usp-item p {
        max-width: 100%;
        margin: 0 auto;
    }

    .usp-content-slider .slick-slide {
        margin: 10px 60px;
    }
}

@media(max-width: 1440px) {
    .usp-content-slider .slick-slide {
        margin: 10px 50px;
    }
}

@media(max-width: 1366px) {
    .usp-content-slider .slick-slide {
        margin: 10px 40px;
    }
}

@media(max-width: 1280px) {
    .usp-content-slider {
        background-color: #fff;
        padding: 40px 0 80px;
        margin-bottom: 0 !important;
    }

        .usp-content-slider .slick-slide {
            margin: 10px 20px;
        }

        .usp-content-slider .slick-dots {
            bottom: 10px;
        }
}

@media(max-width: 1199px) {
    .usp-content-slider {
        background-color: #fff;
        padding: 40px 0 0;
        margin-bottom: 0 !important;
    }
}

@media(max-width: 991px) {
    .usp-content-slider .slick-slide {
        margin: 10px;
    }
}

@media(max-width: 480px) {
    .usp-content-slider {
        background-color: #fff;
        padding: 0;
        margin-bottom: 0 !important;
    }
}

.parts-we-offer {
    background-color: #f4f1fb;
}

.parts-we-offer-content {
    background-color: #f2efef;
    padding: 40px 80px;
}

.fitting-item {
    position: relative;
   /* top: -130px;
    margin-bottom: -130px;*/
}

    .fitting-item .fitting-title span.font-medium {
        color: #fff;
    }

    .fitting-item .fitting-title {
        position: absolute;
        top: 0;
        left: -20px;
        width: 100%;
    }

        .fitting-item .fitting-title h1 {
            font-size: 2.8em;
            line-height: 1.3;
            padding: 0px 35%;
        }

        .fitting-item .fitting-title h2 {
            font-size: 2.8em;
            line-height: 1.3;
            padding: 0px 35%;
        }

        .fitting-item .fitting-title span.bottom-border {
            height: 3px;
            width: 120px;
            background-color: #fff;
            position: absolute;
            left: -9%;
            right: 0;
            margin: 0 auto;
        }

.part-offer-item:first-child {
    margin-top: 0;
}

.part-offer-item {
    margin-top: 30px;
}

.parts-sub-product {
    background-color: #fff;
}

    .parts-sub-product:hover, .parts-sub-product:focus {
        cursor: pointer;
        -webkit-box-shadow: 0px 11px 30px 0px rgba(248, 66, 95, 0.1);
        -moz-box-shadow: 0px 11px 30px 0px rgba(248, 66, 95, 0.1);
        box-shadow: 0px 11px 30px 0px rgba(248, 66, 95, 0.1);
    }

    .parts-sub-product ul li {
        list-style-type: none;
        line-height: 1.4;
    }

        .parts-sub-product ul li:first-child {
            padding-top: 15px;
        }

        .parts-sub-product ul li a {
            color: #000;
            font-weight: 500;
            text-decoration: none;
            font-size: 1em;
        }

            .parts-sub-product ul li a:hover, .parts-sub-product ul li a:focus, .parts-sub-product ul li a:active {
                color: #fd4761;
            }

.overlay {
    position: relative;
    display: inline-block;
    background: cyan;
    display: inline-block;
}

    .overlay > img {
        vertical-align: middle;
    }

   /* .overlay::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #fd4761;
        background: -moz-linear-gradient(-45deg, #fd4761 0%, #fb7a41 100%);
        background: -webkit-linear-gradient(-45deg, #fd4761 0%,#fb7a41 100%);
        background: linear-gradient(135deg, #fd4761 0%,#fb7a41 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd4761', endColorstr='#fb7a41',GradientType=1 );
        opacity: 0.73;
        transition: .5s ease;
    }*/

.parts-sub-product:hover .overlay::before, .parts-sub-product:focus .overlay::before {
    opacity: 0;
}

@media(max-width: 1600px) {
    .parts-we-offer-content {
        padding: 40px 50px;
    }

    .fitting-item .fitting-title h1 {
        padding: 0px 32%;
    }

    .fitting-item .fitting-title h2 {
        padding: 0px 32%;
    }

    .fitting-item {
        margin-bottom: -60px;
    }
}

@media(max-width: 1440px) {
    .parts-we-offer-content {
        padding: 0 40px 40px;
    }

    .fitting-item .fitting-title {
        left: -30px;
    }

   /* .fitting-item {
        top: -80px;
        margin-bottom: -40px;
    }*/

    .parts-sub-product ul {
        padding-left: 20px;
        padding-right: 20px;
    }

        .parts-sub-product ul li:first-child {
            padding-top: 5px;
        }

    .fitting-item .fitting-title span.bottom-border {
        left: -6%;
    }
}

@media(max-width: 1366px) {
    .parts-we-offer-content {
        padding: 0 20px 40px;
    }
}

@media(max-width: 1280px) {
    .fitting-item {
        top: -80px;
        margin-bottom: 0;
    }
}

@media(max-width: 1279px) {
    .fitting-item .fitting-title h2, .fitting-item .fitting-title h1 {
        padding: 0px 30%;
    }

    .fitting-item .fitting-title h2, .fitting-item .fitting-title h1 {
        font-size: 2em;
    }

    .parts-sub-product ul {
        padding-left: 10px;
        padding-right: 10px;
    }

    .fitting-item {
        top: -80px;
        margin-bottom: 30px;
    }
}

@media(max-width: 1199px) {
    .fitting-item {
        top: -20px;
        margin-bottom: 80px;
    }

        .fitting-item .fitting-title {
            left: 0;
            padding: 0;
        }

            .fitting-item .fitting-title h2, .fitting-item .fitting-title h1 {
                padding: 0 15px 15px 15px;
                background: #fd4761;
                background: -moz-linear-gradient(-45deg, #fd4761 0%, #fb7a41 100%);
                background: -webkit-linear-gradient(-45deg, #fd4761 0%,#fb7a41 100%);
                background: linear-gradient(135deg, #fd4761 0%,#fb7a41 100%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd4761', endColorstr='#fb7a41',GradientType=1 );
            }

            .fitting-item .fitting-title span.bottom-border {
                left: 15px;
                right: auto;
                bottom: 15px;
            }

    .parts-we-offer-content {
        padding: 0 0 40px;
    }

    .fitting-item .mob-plane-1 {
        max-width: 32%;
        position: absolute;
        right: 0;
    }

    .parts-sub-product ul {
        margin-bottom: 0;
    }
}

@media(max-width: 480px) {
    .part-offer-item {
        margin-top: 0;
    }
}

@media(max-width: 320px) {
    .fitting-item {
        top: -20px;
        margin-bottom: 100px;
    }
}

.top-selling {
    background-color: #f4f1fb;
}

.top-selling-content {
    background-color: #fff;
}

.selling-item {
    position: relative;
   /* top: -60px;
    margin-bottom: -60px;*/
}

    .selling-item .selling-title span.font-medium {
        color: #fff;
    }

    .selling-item .selling-title {
        position: absolute;
        top: 0;
        left: 11em;
        width: 70%;
    }

        .selling-item .selling-title h2 {
            font-size: 2.8em;
            line-height: 1.3;
            padding: 0;
        }

        .selling-item .selling-title span.bottom-border {
            height: 3px;
            width: 120px;
            background-color: #fff;
            position: absolute;
            left: -64%;
            right: 0;
            margin: 0 auto;
        }

.hot-stock-mfg-title-wrap {
    position: relative;
    padding: 0 10px;
}

.hot-stock-mfg-title {
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    font-family: 'robotomedium';
}

    .hot-stock-mfg-title h3 {
        color: #fff;
        font-family: 'robotomedium';
        font-size: 1.6em !important;
    }

    .hot-stock-mfg-title span.bottom-border {
        width: 90px;
        margin: 0 auto;
        height: 3px;
        background-color: #fff;
        display: block;
    }

.table-wrap {
    width: 100% !important;
    padding: 0 10px;
}

    .table-wrap .table tr td {
        vertical-align: middle;
        text-align: center;
        border-bottom: 1px solid #ffcd82;
        border-right: 1px solid #ffcd82;
        color: black; width: 50%;
    }

.home-mfg-list ul {
    padding-left: 10px;
    margin-bottom: 20px;
}

    .home-mfg-list ul li {
        vertical-align: middle;
        text-align: center;
        border-bottom: 1px solid #ffcd82;
        text-align: left;
        list-style: none;
        padding: 8px 8px 5px;
        max-width: 98%;
    }

        .home-mfg-list ul li a {
            color: black;
            line-height: normal;
        }

.table-wrap .table tr td:last-child {
    border-right: none;
}

.table-wrap .table tr td a {
    color: #000;
    text-decoration: none;
}

    .table-wrap .table tr td a:hover, .table-wrap .table tr td a:focus, .table-wrap .table tr td a:active, .home-mfg-list ul li a:hover, .home-mfg-list ul li a:focus, .home-mfg-list ul li a:active {
        color: #000099;
    }

.table-view-more {
    text-align: center;
}

    .table-view-more button {
        border: none;
        border-radius: 5px;
        color: #fff;
        padding: 9px 18px;
        background: #fd4761;
        background: -moz-linear-gradient(-45deg, #fd4761 30%, #fb7a41 100%);
        background: -webkit-linear-gradient(-45deg, #fd4761 30%,#fb7a41 100%);
        background: linear-gradient(135deg, #fd4761 30%,#fb7a41 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd4761', endColorstr='#fb7a41',GradientType=1 );
    }

        .table-view-more button:hover, .table-view-more button:focus {
            cursor: pointer;
            -webkit-box-shadow: 0px 11px 30px 0px rgba(248, 66, 95, 0.1);
            -moz-box-shadow: 0px 11px 30px 0px rgba(248, 66, 95, 0.1);
            box-shadow: 0px 11px 30px 0px rgba(248, 66, 95, 0.1);
            outline: 0;
        }

.top-brands {
    position: relative;
  /*  top: -80px;*/
}

.top-brand-title span {
    display: inline-block;
}

h2.top-brand-title {
    font-size: 2.3em;
    padding-left: 20px;
}

.top-brand-item ul {
    margin: 20px 0;
    padding-left: 0;
    list-style-type: none;
}

    .top-brand-item ul li {
        margin: 30px 0;
    }

.top-brand-slider-nav .top-brand-prev, .top-brand-slider-nav .top-brand-next {
    border: none;
    background-color: transparent;
    padding: 0;
    margin: 0;
}

    .top-brand-slider-nav .top-brand-prev:hover, .top-brand-slider-nav .top-brand-next:hover, .top-brand-slider-nav .top-brand-prev:focus, .top-brand-slider-nav .top-brand-next:focus {
        cursor: pointer;
        -webkit-box-shadow: 0px 11px 30px 0px rgba(248, 66, 95, 0.1);
        -moz-box-shadow: 0px 11px 30px 0px rgba(248, 66, 95, 0.1);
        box-shadow: 0px 11px 30px 0px rgba(248, 66, 95, 0.1);
        outline: none;
    }

.top-brand-slider-nav {
    text-align: center; display: none;
}

    .top-brand-slider-nav .top-brand-prev, .top-brand-slider-nav .top-brand-next {
        margin: 0 10px;
    }

@media(max-width:2560px) {
    .selling-item .selling-title {
        left: 15em;
        width: 50%;
    }
}

@media (max-width: 1920px) {
    .selling-item .selling-title {
        left: 8em;
        width: 70%;
    }
}

@media (max-width: 1600px) {
    .selling-item {
        position: relative;
       /* top: -60px;
        margin-bottom: 0;*/
    }
}

@media (max-width: 1440px) {
    .home-mfg-list ul li {
        padding: 8px 8px 4px;
    }

    .selling-item .selling-title {
        left: 8em;
    }

  /*  .selling-item {
        margin-bottom: 40px;
    }*/

    .table-view-more button {
        padding: 6px 18px;
    }
}

@media(max-width: 1366px) {
    .selling-item .selling-title span.bottom-border {
        left: -44%;
    }
}

@media(max-width: 1280px) {
    .top-selling-content {
        padding-bottom: 20px;
    }
}

@media(max-width: 1279px) {
    .selling-item .selling-title h2 {
        font-size: 2.00em;
    }

    .selling-item .selling-title {
        width: 65%;
    }

    h2.top-brand-title {
        font-size: 22px;
    }
}

@media(max-width: 1199px) {
    .home-mfg-list .table tr td {
        padding-left: 20px;
    }

   /* .selling-item {
        top: -20px;
        margin-bottom: 100px;
    }*/

        .selling-item .selling-title {
            left: 0;
            padding: 0;
            width: 100%;
        }

            .selling-item .selling-title h2 {
                padding: 0 15px 15px 15px;
                background: #fd4761;
                background: -moz-linear-gradient(-45deg, #fd4761 0%, #fb7a41 100%);
                background: -webkit-linear-gradient(-45deg, #fd4761 0%,#fb7a41 100%);
                background: linear-gradient(135deg, #fd4761 0%,#fb7a41 100%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd4761', endColorstr='#fb7a41',GradientType=1 );
            }

            .selling-item .selling-title span.bottom-border {
                left: 15px;
                right: auto;
                bottom: 20px;
            }

        .selling-item .mob-plane-2 {
            max-width: 32%;
            position: absolute;
            right: 33px;
            top: -8em;
        }

    .hot-stock-mfg {
        -webkit-box-shadow: 0px 11px 30px 0px rgba(248, 66, 95, 0.1);
        -moz-box-shadow: 0px 11px 30px 0px rgba(248, 66, 95, 0.1);
        box-shadow: 0px 11px 30px 0px rgba(248, 66, 95, 0.1);
        padding-bottom: 20px;
    }

    .top-brands {
        position: relative;
        top: 0;
    }

    .top-brand-slider {
        position: relative;
        top: -40px;
        margin-bottom: -80px;
    }

    .top-brand-slider-nav {
        text-align: right;
        position: absolute;
        top: 0px;
    }

    .top-brand-item ul {
        margin: 20px 0;
        padding-left: 0;
        list-style-type: none;
        display: flex;
    }
}
@media(max-width:476px) {
    .top-brand-slider-nav {
    
    top: 35px;
    }

}



@media(max-width:991px) {
    .selling-item .mob-plane-2 {
        top: -4em;
    }

    .top-brand-item ul {
        margin: 70px 0;
        display: block;
    }
}

@media(max-width:767px) {
    .table-wrap {
        margin-bottom: 20px;
    }
}

@media(max-width:480px) {
    .selling-item .mob-plane-2 {
        top: 0em;
        right: 0px;
    }
}

@media(max-width:320px) {
    .selling-item {
        top: -20px;
        margin-bottom: 125px;
    }
}

.featured-parts {
    background-color: #f4f1fb;
}

.featured-content {
    background-color: #f2efef;
    padding: 0 40px;
}

.featured-title-wrap {
    position: relative;
    top: 20px;
  /*  margin-bottom: -80px;*/
}

.featured-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-left: 11em;
}

    .featured-title h2 {
        font-size: 2.8em;
        line-height: 1.3;
        padding: 0;
    }

        .featured-title h2 span.font-medium {
            color: #fff;
        }

    .featured-title span.bottom-border {
        width: 90px;
        margin: 0;
        height: 3px;
        background-color: #fff;
        display: block;
    }

.top-featured-slider {
    padding: 40px 0;
}

.top-featured-item {
    position: relative;
    transition: all .3s ease-in-out;
    cursor: pointer;
}

.top-featured-slider .slick-slide {
    margin: 0 10px;
}

.top-featured-item img {
    width: 100%;
}

.top-featured-item .overlay-text h3 {
    margin-top: 30px;
}

.top-featured-item .overlay-text span.bottom-border {
    position: absolute;
    top: 70px;
    height: 3px;
    background: #fff;
    width: 100px;
    margin: 0 auto;
    left: 0;
    right: 0;
    display: none;
}

.top-featured-item .overlay-text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    font-family: 'robotomedium';
    font-weight: 500;
    padding: 0 15px;
}

.top-featured-item:hover .overlay-text {
    background: #fd4761;
    background: -moz-linear-gradient(-45deg, rgba(253,71,97,0.73) 30%, rgba(251,122,65,0.73) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(253,71,97,0.73) 30%,rgba(251,122,65,0.73) 100%);
    background: linear-gradient(135deg, rgba(253,71,97,0.73) 30%,rgba(251,122,65,0.73) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd4761', endColorstr='#fb7a41',GradientType=1 );
}

.top-featured-item .overlay-text .featured-view-details {
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
    border: none;
    background: transparent;
    display: none;
}

.top-featured-item:hover .overlay-text .featured-view-details, .top-featured-item:hover .overlay-text span.bottom-border {
    display: block;
}

.top-featured-item .overlay-text .featured-view-details button {
    background: transparent;
    border: 2px solid #fff;
    border-radius: 3px;
    padding: 10px 15px;
}

.top-featured-item .overlay-text .featured-view-details a {
    background: transparent;
    border: 2px solid #fff;
    border-radius: 3px;
    padding: 10px 15px;
    color: #fff;
    text-decoration: none;
}

.top-featured-slider-nav .top-featured-prev, .top-featured-slider-nav .top-featured-next {
    border: none;
    background-color: transparent;
    padding: 0;
    margin: 0 10px;
}

    .top-featured-slider-nav .top-featured-prev:hover, .top-featured-slider-nav .top-featured-next:hover, .top-featured-slider-nav .top-featured-prev:focus, .top-featured-slider-nav .top-featured-next:focus {
        cursor: pointer;
        -webkit-box-shadow: 0px 11px 30px 0px rgba(248, 66, 95, 0.1);
        -moz-box-shadow: 0px 11px 30px 0px rgba(248, 66, 95, 0.1);
        box-shadow: 0px 11px 30px 0px rgba(248, 66, 95, 0.1);
        outline: 0;
    }

.top-featured-slider-nav {
    text-align: center;
}

@media(max-width:2560px) {
    .featured-title {
        padding-left: 18em;
    }

    .featured-content {
        padding: 0 40px 40px;
    }
}

@media(max-width:1920px) {
    .featured-title {
        padding-left: 11em;
    }

    .featured-content {
        padding: 0 40px;
    }
}

@media(max-width:1440px) {
    .featured-title {
        padding-left: 8em;
    }

    .top-featured-slider-nav .top-featured-prev img, .top-featured-slider-nav .top-featured-next img {
        max-width: 40px;
    }

    .featured-title-wrap {
        margin-bottom: -50px;
    }
}

@media(max-width:1280px) {
    .featured-title {
        padding-left: 7em;
    }
}

@media(max-width:1279px) {
    .featured-title h2 {
        font-size: 2em;
    }

    .top-featured-item .overlay-text h3 {
        font-size: 1.4em;
    }
}

@media(max-width:1199px) {
    .featured-content {
        padding: 0;
    }

    .featured-title-wrap {
        top: -20px;
        margin-bottom: 60px;
        width: 100%;
    }

        .featured-title-wrap .featured-title {
            left: 0;
            padding: 0;
            width: 100%;
        }

            .featured-title-wrap .featured-title h2 {
                padding: 0 15px 15px 15px;
                background: #fd4761;
                background: -moz-linear-gradient(-45deg, #fd4761 0%, #fb7a41 100%);
                background: -webkit-linear-gradient(-45deg, #fd4761 0%,#fb7a41 100%);
                background: linear-gradient(135deg, #fd4761 0%,#fb7a41 100%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd4761', endColorstr='#fb7a41',GradientType=1 );
            }

            .featured-title-wrap .featured-title span.bottom-border {
                left: 15px;
                right: auto;
                bottom: 20px;
                position: absolute;
            }

        .featured-title-wrap .mob-plane-3 {
            max-width: 11%;
            position: absolute;
            right: 25px;
            top: 0;
        }

    .top-featured-slider {
        margin-bottom: 0 !important;
    }

        .top-featured-slider .slick-dots {
            bottom: 15px;
        }

    .top-featured-slider-nav {
        text-align: right;
        position: absolute;
        top: 40%;
        width: 100%;
    }

        .top-featured-slider-nav .top-featured-prev {
            float: left;
        }
}

@media(max-width:991px) {
    .featured-title-wrap .mob-plane-3 {
        max-width: 15%;
    }
}

@media(max-width:480px) {
    .featured-title-wrap .mob-plane-3 {
        max-width: 25%;
        top:-20px;
    }

 
}

.certifications {
    position: relative;
    background-color: #f4f1fb;
}

    .certifications .white-bg {
        padding-top: 20px;
        background-color: #fff;
    }

h2.certifications-title {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0px;
}

.certifications-title i {
    display: inline-block;
    vertical-align: middle;
}

@media(max-width: 991px) {
    h2.certifications-title {
        font-size: 1.600em;
    }
}

@media(min-width:1920px) and (max-width:800000px) {
    .certifix {
        text-align: center;
        overflow: hidden;
    }

        .certifix div {
            display: inline-block;
            padding: 10px 9px;
        }
}

@media(min-width:1680px) and (max-width:1919px) {
    .certifix {
        text-align: center;
        overflow: hidden;
        margin: 0 auto
    }

        .certifix div {
            display: inline-block;
            padding: 9px;
            width: 10%
        }

            .certifix div img {
                text-align: center;
                width: 100%;
                height: auto !important
            }
}

@media(min-width:1440px) and (max-width:1679px) {
    .certifix {
        text-align: center;
        overflow: hidden;
        margin: 0 auto
    }

        .certifix div {
            display: inline-block;
            padding: 10px;
            width: 10%
        }

            .certifix div img {
                text-align: center;
                width: 100%;
                height: auto !important
            }
}

@media(min-width:1366px) and (max-width:1439px) {
    .certifix {
        text-align: center;
        overflow: hidden;
        margin: 0 auto
    }

        .certifix div {
            display: inline-block;
            padding: 10px;
            width: 9%
        }

            .certifix div img {
                text-align: center;
                width: 100%;
                height: auto !important
            }
}

@media(min-width:1280px) and (max-width:1365px) {
    .certifix {
        text-align: center;
        overflow: hidden;
        margin: 0 auto
    }

        .certifix div {
            display: inline-block;
            padding: 10px;
            width: 10%
        }

            .certifix div img {
                text-align: center;
                width: 100%;
                height: auto !important
            }
}

@media(min-width:1024px) and (max-width:1279px) {
    .certifix {
        text-align: center;
        overflow: hidden;
        margin: 0 auto
    }

        .certifix div {
            display: inline-block;
            padding: 10px;
            width: 18%
        }

            .certifix div img {
                text-align: center;
                width: 80%;
                height: auto !important
            }
}

@media(min-width:980px) and (max-width:1023px) {
    .certifix {
        text-align: center;
        overflow: hidden;
        margin: 0 auto
    }

        .certifix div {
            display: inline-block;
            padding: 10px;
            width: 18%
        }

            .certifix div img {
                text-align: center;
                width: 80%;
                height: auto !important
            }
}

@media(min-width:800px) and (max-width:979px) {
    .certifix {
        text-align: center;
        overflow: hidden;
        margin: 0 auto
    }

        .certifix div {
            display: inline-block;
            padding: 10px;
            width: 19%
        }

            .certifix div img {
                text-align: center;
                width: 80%;
                height: auto !important
            }
}

@media(min-width:768px) and (max-width:799px) {
    .certifix {
        text-align: center;
        overflow: hidden;
        margin: 0 auto
    }

        .certifix div {
            display: inline-block;
            padding: 10px;
            width: 25%;
        }

            .certifix div img {
                text-align: center;
                width: 90%;
                height: auto !important
            }
}

@media(min-width:600px) and (max-width:767px) {
    .certifix {
        text-align: center;
        overflow: hidden;
        margin: 0 auto
    }

        .certifix div {
            display: inline-block;
            padding: 10px;
            width: 20%
        }

            .certifix div img {
                text-align: center;
                width: 90%;
                height: auto !important
            }
}

@media(min-width:480px) and (max-width:599px) {
    .certifix {
        text-align: center;
        overflow: hidden;
        margin: 0 auto
    }

        .certifix div {
            display: inline-block;
            padding: 10px;
            width: 25%
        }

            .certifix div img {
                text-align: center;
                width: 90%;
                height: auto !important
            }
}

@media(min-width:0px) and (max-width:479px) {
    .certifix {
        text-align: center;
        overflow: hidden;
        margin: 0 auto
    }

        .certifix div {
            display: inline-block;
            padding: 10px;
            width: 25%
        }

            .certifix div img {
                text-align: center;
                width: 90%;
                height: auto !important
            }
}

@media(min-width:1280px) and (max-width:80000px) {
    .certifix div {
        display: inline-block !important;
        padding: 0px !important;
        width: 9% !important;
        transform: scale(0.8) !important;
    }

        .certifix div img {
            max-width: 100% !important;
            height: auto;
        }
}

.pre-footer {
    background-color: #f4f1fb;
}

    .pre-footer .white-bg {
        background-color: #fff;
    }

    .pre-footer .download-extension {
        position: relative;
        padding-top: 1%;
        padding-right: 10%;
    }

        .pre-footer .download-extension a {
            text-decoration: none;
            color: #DF1112;
            font-size: 1.600em;
        }

    .pre-footer .foot-top {
        background: #f2efef;
        padding: 15px 0;
    }

        .pre-footer .foot-top ul.store-list {
            list-style-type: none;
            margin: 0 auto;
            text-align: center;
        }

            .pre-footer .foot-top ul.store-list li {
                display: inline-block;
                margin: 0 10px;
            }

        .pre-footer .foot-top ul.social-list {
            text-align: center;
            list-style-type: none;
            max-height: 32px;
        }

            .pre-footer .foot-top ul.social-list li {
                display: inline-block;
                margin: 0 4px;
            }

                .pre-footer .foot-top ul.social-list li:first-child {
                    margin-left: 0;
                }

                .pre-footer .foot-top ul.social-list li a:hover img, .pre-footer .foot-top ul.social-list li a:focus img, .pre-footer .foot-top ul.social-list li a:active img {
                    cursor: pointer;
                    -webkit-box-shadow: 0px 11px 30px 0px rgba(248, 66, 95, 0.1);
                    -moz-box-shadow: 0px 11px 30px 0px rgba(248, 66, 95, 0.1);
                    box-shadow: 0px 11px 30px 0px rgba(248, 66, 95, 0.1);
                    outline: 0;
                }

footer {
    padding: 0;
    position: relative;
    background: #fd4761;
    background: -moz-linear-gradient(left, #fd4761 70%, #fb7a41 99%);
    background: -webkit-linear-gradient(left, #fd4761 70%,#fb7a41 99%);
    background: linear-gradient(to right, #fd4761 70%,#fb7a41 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd4761', endColorstr='#fb7a41',GradientType=1 );
    color: #fff;
}

.foot-mid {
    padding: 20px 0;
    background: #f2efef;
    color: #000;
}

ul.foot-quick-links {
    list-style: none;
    -moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    column-count: 3;
    column-gap: 20px;
}

    ul.foot-quick-links li {
        list-style: none;
        line-height: 2;
    }

        ul.foot-quick-links li a {
            text-decoration: none;
            color: #000000;
            transition: all .3s ease-in-out;
            font-family: 'robotoregular';
            font-weight: 400;
        }

            ul.foot-quick-links li a:hover, ul.foot-quick-links li a:focus, ul.foot-quick-links li a:active {
                color: #000;
            }

            ul.foot-quick-links li a img {
                padding-top: 10px;
            }

ul.contact-details li {
    list-style-type: none;
    line-height: 1.5;
    margin-bottom: 20px;
}

    ul.contact-details li:before {
        font-family: 'FontAwesome';
        float: left;
        background: -webkit-linear-gradient(left, #fd4761, #fb7a41);
        background: -o-linear-gradient(right, #fd4761, #fb7a41);
        background: -moz-linear-gradient(right, #fd4761, #fb7a41);
        background: linear-gradient(to right, #fd4761, #fb7a41);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-right: 10px;
    }

    ul.contact-details li:nth-child(1):before {
        content: '\f041';
        vertical-align: middle;
        font-size: 1.25em;
    }

    ul.contact-details li:nth-child(2):before {
        content: '\f0e0';
        vertical-align: middle;
        font-size: 1.25em;
    }

    ul.contact-details li:nth-child(3):before {
        content: '\f095';
        vertical-align: middle;
        font-size: 1.8em;
    }

    ul.contact-details li:nth-child(4):before {
        content: '\f1ac';
        vertical-align: middle;
        font-size: 1.5em;
    }

    ul.contact-details li a {
        text-decoration: none;
        color: #000;
        transition: all .3s ease-in-out;
    }

        ul.contact-details li a:hover, ul.contact-details li a:active, ul.contact-details li a:focus {
            color: #fd4761;
        }

    ul.contact-details li.quick-call a {
        font-size: 1.5em;
        font-weight: 500;
        font-family: 'robotomedium';
        background: -webkit-linear-gradient(left, #fd4761, #fb7a41);
        background: -o-linear-gradient(right, #fd4761, #fb7a41);
        background: -moz-linear-gradient(right, #fd4761, #fb7a41);
        background: linear-gradient(to right, #fd4761, #fb7a41);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

.foot-mid .download-extension {
    text-align: center;
}

.download-extension a {
    color: #db001e;
    font-size: 1.35em;
    font-family: 'robotomedium';
    text-decoration: none;
}

.post-footer {
    background: #fff;
}

.foot-survey {
    margin-top: 40px;
}

.foot-survey-wrap {
    color: #000;
    line-height: 10px;
    margin: 0 auto;
    text-align: left;
    font-size: 12px !important;
    max-width: 360px !important;
    background-color: #ffffff !important;
    border: 1px #ccc solid !important;
    overflow: hidden !important;
    padding: 8px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
}

    .foot-survey-wrap img {
        float: left;
        width: 65px;
        margin-right: 15px;
    }

    .foot-survey-wrap span {
        font-size: 11px;
        font-family: arial;
        color: #000
    }

.post-footer p {
    color: #333;
    max-width: 90%;
    margin: 15px auto;
}

.copyright p {
    margin-bottom: 15px;
}

@media(max-width:1440px) {
    ul.social-list li {
        margin: 0 10px;
    }

    ul.store-list li {
        margin: 0 5px;
    }
}

@media(max-width:1280px) {
    .pre-footer .foot-top ul.social-list li {
        display: inline-block;
        margin: 0 5px;
    }

    ul.contact-details {
        padding-left: 0;
    }
}

@media(max-width:1200px) {
    ul.store-list li img {
        max-width: 120px;
    }
}

@media(max-width:1024px) {
    footer {
        background-position: 70%;
    }

    .contact-details {
        margin-top: 20px;
        padding-left: 25px !important;
    }

    .pre-footer .download-extension a {
        font-size: 1.00em;
    }

        .pre-footer .download-extension a img {
            margin-top: -12px;
            margin-left: 10px;
        }

    .border-right {
        border-right: none;
    }

    .mob-text-center {
        text-align: center;
    }

    ul.contact-details li::before {
        float: none;
        margin-right: 15px;
    }

    ul.store-list li {
        display: inline-block;
        margin-right: 0;
    }

    ul.contact-details li:nth-child(2) {
        margin-bottom: 20px;
    }

    ul.social-list li {
        margin: 0px 5px;
    }

        ul.social-list li img {
            max-width: 35px;
        }

    ul.store-list li img {
        max-width: 100px;
    }

    .pre-footer .foot-top ul.social-list {
        margin: 20px 20px 0;
    }

    .foot-mid .download-extension {
        text-align: center;
    }
}

@media(max-width:991px) {
    .pre-footer .foot-top ul.store-list li {
        display: inline-block;
        margin: 0px;
    }

    .pre-footer .foot-top ul.social-list li a img {
        max-width: 25px;
    }

    .pre-footer .foot-top ul.social-list {
        padding-left: 0;
    }

    .pre-footer .foot-top ul.store-list li a img {
        max-width: 85px;
    }

    ul.foot-quick-links {
        padding-left: 20px;
        text-align: left;
    }

    .foot-survey {
        margin-top: 10px;
    }

    .contact-details {
        margin-top: 20px;
        padding-left: 5px !important;
    }
}

@media(max-width:767px) {
    .pre-footer .foot-top ul.social-list li {
        display: inline-block;
        margin: 0 2px;
    }

    .foot-top .mob-marB20 {
        margin-bottom: 20px;
        padding: 0;
    }

    .pre-footer .foot-top ul.store-list li a img {
        max-width: 100%;
    }

    .pre-footer .foot-top ul.social-list {
        padding-left: 0;
        margin-bottom: 0;
        margin-top: 0;
    }

        .pre-footer .foot-top ul.social-list li a img {
            max-width: 40px;
        }

    .contact-details {
        margin-top: 20px;
        padding-left: 0 !important;
    }

    .pre-footer .foot-top ul.social-list {
        margin: 0;
    }

    .foot-mid {
        padding: 10px 0;
    }

    footer {
        text-align: left;
    }

    .we-accpet, .follow-us {
        max-width: 34%;
        margin: 0 auto;
    }

    ul.social-list li {
        margin: 0;
    }

    ul.foot-quick-links li a img {
        padding-top: 10px;
        margin: 0 auto;
    }
}

@media(max-width:667px) {
    .we-accpet, .follow-us {
        max-width: 40%;
        margin: 0 auto;
    }
}

@media(max-width:480px) {
    .we-accpet, .follow-us {
        max-width: 100%;
        text-align: center;
    }

    ul.contact-details li:nth-child(3) a {
        left: 0px;
    }

    ul.foot-quick-links {
        padding-left: 20px;
        text-align: left;
    }
}

@media(max-width:380px) {
    .pre-footer .foot-top ul.store-list {
        padding-left: 0;
    }

        .pre-footer .foot-top ul.store-list li a img {
            max-width: 125px;
        }

    .pre-footer .foot-top ul.social-list {
        padding-left: 0;
    }

    .download-extension a {
        font-size: 1.00em;
    }
}

@media(max-width:320px) {
    ul.store-list li a img {
        max-width: 100px;
    }

    ul.social-list li {
        margin: 10px 8px;
    }

    .pre-footer .foot-top ul.social-list li a img {
        max-width: 40px;
    }

    .pre-footer .foot-top ul.social-list li {
        display: inline-block;
        margin: 0 -3px;
    }
}

@media(min-width:1440px) and (max-width:2560px) {
    body html {
        width: 100% !important;
        margin: 0 auto !important;
        display: block !important;
        height: 100% !important;
        overflow-x: hidden !important;
        position: relative;
    }
}

@media(min-width:2561px) and (max-width:80000000px) {
    body, html {
        position: relative;
        width: 1920px !important;
        margin: 0 auto !important;
        overflow-x: hidden !important;
        -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.24) !important;
        -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.24) !important;
        box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.24) !important;
    }

    header, .navbar {
        width: 1920px !important;
        margin: 0 auto;
    }

    .header, .navbar {
        width: 1920px !important;
        margin: 0 auto;
    }
}

.ellip {
    display: block;
    height: 100%;
}

.ellip-line {
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}

.ellip, .ellip-line {
    position: relative;
    overflow: hidden;
    max-width: 100%;
}

@-moz-document url-prefix() {
    .main_nav li:hover > a, .main_nav li:focus > a, .main_nav li.actmenu > a {
        background: transparent !important;
        -webkit-text-fill-color: #fd4761 !important;
        text-decoration: none;
        color: #fd4761;
    }

    .main_nav li:hover a i.fa-caret-down::before, .main_nav li:focus a i.fa-caret-down::before, .main_nav li.actmenu a i.fa-caret-down::before {
        -webkit-background-clip: text;
        outline: none;
        text-decoration: none;
        background: transparent !important;
        -webkit-text-fill-color: #fd4761 !important;
        text-decoration: none;
        color: #fd4761;
    }

    .formbox input::-webkit-input-placeholder, .mobile-rfq-wrap .formbox input::-webkit-input-placeholder {
        color: #000;
        font-weight: 400;
    }

    .formbox input::-moz-placeholder, .mobile-rfq-wrap .formbox input::-moz-placeholder {
        color: #000;
        font-weight: 400;
    }

    .formbox input:-ms-input-placeholder, .mobile-rfq-wrap .formbox input:-ms-input-placeholder {
        color: #000;
        font-weight: 400;
    }

    .formbox input:-moz-placeholder, .mobile-rfq-wrap .formbox input:-moz-placeholder {
        color: #000;
        font-weight: 400;
    }

    ul.contact-details li::before, ul.contact-details li.quick-call a {
        background: transparent !important;
        color: #fd4761;
    }

    .table-wrap .table tr td a:hover, .table-wrap .table tr td a:focus, .table-wrap .table tr td a:active {
        background: transparent !important;
        color: #fd4761;
    }

    .parts-sub-product ul li a:hover, .parts-sub-product ul li a:focus, .parts-sub-product ul li a:active {
        background: transparent !important;
        color: #fd4761;
    }

    .manuf-table .table > tbody > tr td a:hover, .manuf-table .table > tbody > tr td a:focus, .manuf-table .table > tbody > tr td a:active {
        background: transparent !important;
        color: #fd4761;
    }

    .top-manuf-inner table tr td a:hover, .top-manuf-inner table tr td a:focus, .top-manuf-inner table tr td a:active {
        background: transparent !important;
        color: #fd4761;
    }

    .part-table td a:hover, .part-table td a:active, .part-table td a:focus {
        background: transparent !important;
        color: #fd4761;
    }

    .part-table .table > tbody > tr td.table-rfq-btn a:hover, .part-table .table > tbody > tr td.table-rfq-btn a:focus, .part-table .table > tbody > tr td.table-rfq-btn a:active {
        background: #fd4761 !important;
    }

    .materialinput {
        background: transparent !important;
        color: #fd4761;
    }

    .formbox .form-control:focus {
        padding-right: 40px;
    }

    .formbox input {
        padding: 0px 20px;
    }

    .formbox .input-group-addon.focused i {
        background: transparent !important;
        color: #fd4761;
    }

    .formbox .input-group-addon {
        top: 0px;
    }

    .upload-rfq-btn, .upload-rfq-btn:hover, .upload-rfq-btn:focus, .upload-rfq-btn:active {
        background-color: #fff;
    }

    ul.contact-details li::before, ul.contact-details li.quick-call a {
        color: #fd4761;
        -webkit-text-fill-color: #fd4761 !important;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    input:required:invalid {
        outline: none;
    }

    .main_nav li:hover a, .main_nav li:focus a, .main_nav li.actmenu a {
        background: transparent !important;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-decoration: none;
        color: #fd4761;
    }

        .main_nav li:hover a i.fa-caret-down::before, .main_nav li:focus a i.fa-caret-down::before, .main_nav li.actmenu a i.fa-caret-down::before {
            -webkit-background-clip: text;
            outline: none;
            text-decoration: none;
            background: transparent !important;
            -webkit-text-fill-color: #fd4761 !important;
            text-decoration: none;
            color: #fd4761;
        }

        .main_nav li:hover a i.fa-caret-down, .main_nav li:focus a i.fa-caret-down, .main_nav li.actmenu a i.fa-caret-down {
            -webkit-background-clip: text;
            outline: none;
            text-decoration: none;
            background: transparent !important;
            -webkit-text-fill-color: #fd4761 !important;
            text-decoration: none;
            color: #fd4761;
        }

    ul.contact-details li::before, ul.contact-details li.quick-call a {
        background: transparent !important;
        color: #fd4761;
    }

    .table-wrap .table tr td a:hover, .table-wrap .table tr td a:focus, .table-wrap .table tr td a:active {
        background: transparent !important;
        color: #fd4761;
    }

    .parts-sub-product ul li a:hover, .parts-sub-product ul li a:focus, .parts-sub-product ul li a:active {
        background: transparent !important;
        color: #fd4761;
    }

    .manuf-table .table > tbody > tr td a:hover, .manuf-table .table > tbody > tr td a:focus, .manuf-table .table > tbody > tr td a:active {
        background: transparent !important;
        color: #fd4761;
    }

    .top-manuf-inner table tr td a:hover, .top-manuf-inner table tr td a:focus, .top-manuf-inner table tr td a:active {
        background: transparent !important;
        color: #fd4761;
    }

    .part-table td a:hover, .part-table td a:active, .part-table td a:focus {
        background: transparent !important;
        color: #fd4761;
    }

    .part-table .table > tbody > tr td.table-rfq-btn a:hover, .part-table .table > tbody > tr td.table-rfq-btn a:focus, .part-table .table > tbody > tr td.table-rfq-btn a:active {
        background: #fd4761 !important;
    }

    .materialinput {
        background: transparent !important;
        color: #fd4761;
    }

    .formbox .form-control:focus {
        padding-right: 40px;
    }

    .formbox input {
        padding: 0px 20px;
    }

    .formbox .input-group-addon.focused i {
        background: transparent !important;
        color: #fd4761;
    }

    .formbox .input-group-addon {
        top: 0px;
    }

    .upload-rfq-btn, .upload-rfq-btn:hover, .upload-rfq-btn:focus, .upload-rfq-btn:active {
        background-color: #fff;
    }
}

@media screen and (min-width: 640px), screen\9 {
    selector {
        property: value;
    }
}

@media screen\9 {
    selector {
        property: value;
    }
}

@media \0screen {
    selector {
        property: value;
    }
}

@media \0screen\,screen\9 {
    selector {
        property: value;
    }
}

@media screen and (min-width:0\0) {
    selector {
        property: value;
    }
}

.capitalize {
    text-transform: capitalize !important;
}

.panel-default > .panel-heading {
    background-image: -webkit-linear-gradient(top,rgb(246, 71, 97) 0,#f64761 100%);
}

.home-mfg-list.table-wrap .table tr td {
    text-align: left;
    padding-left: 20px;
}

@media(min-width:1920px) and (max-width:800000px) {
    .certificate {
        width: 100%;
        background-color: #fff;
        height: 130px
    }
}

@media(min-width:1680px) and (max-width:1919px) {
    .certificate {
        width: 100%;
        background-color: #fff;
        height: 140px
    }
}

@media(min-width:1440px) and (max-width:1679px) {
    .certificate {
        width: 100%;
        background-color: #fff;
        height: 140px
    }
}

@media(min-width:1366px) and (max-width:1439px) {
    .certificate {
        width: 100%;
        background-color: #fff;
        height: 145px
    }
}

@media(min-width:1280px) and (max-width:1365px) {
    .certificate {
        width: 100%;
        background-color: #fff;
        height: 140px
    }
}

@media(min-width:1024px) and (max-width:1279px) {
    .certificate {
        width: 100%;
        background-color: #fff;
        height: 240px
    }
}

@media(min-width:980px) and (max-width:1023px) {
    .certificate {
        width: 100%;
        background-color: #fff;
        height: 240px
    }
}

@media(min-width:800px) and (max-width:979px) {
    .certificate {
        width: 100%;
        background-color: #fff;
        height: 245px
    }
}

@media(min-width:768px) and (max-width:799px) {
    .certificate {
        width: 100%;
        background-color: #fff;
        height: 345px
    }
}

@media(min-width:600px) and (max-width:767px) {
    .certificate {
        width: 100%;
        background-color: #fff;
        height: 340px
    }
}

@media(min-width:480px) and (max-width:599px) {
    .certificate {
        width: 100%;
        background-color: #fff;
        height: 445px
    }
}

@media(min-width:400px) and (max-width:479px) {
    .certificate {
        width: 100%;
        background-color: #fff;
        height: 441px
    }
}

@media(min-width:1280px) and (max-width:1440px) {
    .h4 {
        
        margin: 9% auto 0;
    }
}

@media(min-width:0px) and (max-width:399px) {
    .certificate {
        width: 100%;
        background-color: #fff;
        height: 544px
    }
}

.h4 {
    margin: 0% auto;
    max-width: 70%;
    text-transform: uppercase;
    font-family: 'robotomedium';
    font-weight: 500;
    color: #000;
    line-height: 1.2;
    text-align: center;
      margin: 9% auto 0; background: #fff;
    padding: 20px;
}

@media only screen and (max-width: 1279px) {
    .footer_nav li a {
        padding: 7px 0;
        display: inline-block
    }
}

@media only screen and (min-width: 0px) and (max-width: 576px) {
    .pagination > li > a, .pagination > li > span {
        font-size: 8px;
        padding: 6px 8px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .banner-text-item .h4 {
        text-align: center;
    }
}

@media screen and (max-width: 1024px) {
    .custom-tab-content .subscribe-panel form {
        margin: 0 15px;
    }
}

.slidehead2 {
    font-size: 1.2em;
    margin-bottom: 20px;
    color: #fff !important;
    background-color: #fd4761 !important;
    padding: 12px;
    margin-top: 17px;
}

@media (min-width:1660px) {
    .blogheader {
        top: 130px !important;
    }
}

@media (max-width:1536px) and (min-width:1440px) {
    .blogheader {
        top: 122px !important;
    }
}
.nav-search-wrap {
    text-align: right;
    display: flex;
    align-items: center;
    padding: 10px 0;
    justify-content:end;
}
 
@media(min-width:1280px) and (max-width:1439px) {
    .fixf {
        display: block;
        top: 0;
        right: 155px
    }
}
.search_form input {
    border: none;
    padding: 8px 10px;
    background-color: transparent;
    color: #333;
}
.search_form {
    /*background-color: #ede9e9;*/
    display: inline-block;
    overflow: hidden;
}
.search_form input {
    border: none;
    padding: 8px 10px;
    background-color: transparent;
    color: #333;
}
 
.fixf {
    display: flex;
    align-items: center;
}
@media(min-width:0) and (max-width:1279px) {
    .search_form {
        background-color: #fd4761;
        -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.49);
        -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.49);
        box-shadow: 0 0 10px 0 rgba(0,0,0,.49);
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0 !important;
        padding: 15px;
        margin: 0 auto;
        top: -1000px;
        left: 0;
        right: 0;
        position: fixed;
        width: 82% !important;
        height: 200px !important;
        transition: .3s;
        overflow-y: scroll;
        text-align: left;
        z-index:11111;
    }

      .search_form input {
        width: 100% !important;
        border-bottom: 1px #ccc solid !important;
        margin-bottom: 10px;
        margin-top: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
          .search_form .submit_btn {
        padding: 0 18px !important;
        height: 35px;
        width: auto;
         background: #fd4761;
        background: -moz-linear-gradient(-45deg, #fd4761 30%, #fb7a41 100%);
        background: -webkit-linear-gradient(-45deg, #fd4761 30%,#fb7a41 100%);
        background: linear-gradient(135deg, #fd4761 30%,#fb7a41 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd4761', endColorstr='#fb7a41',GradientType=1 );
        color: #fff !important;
    }
          .fixf {
    display: block;
    padding:10px
}
              .select_holder {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        width: 100%;
        margin-bottom: 10px;
        border-bottom: 1px #ccc solid;
        padding: 8px !important;
        padding-top: 0 !important;
        padding-left: 5px !important;
    }
              form.search_form input, form.search_form select, form.search_form button {
    background-color: transparent;
    border: none;
    color: #000;
}
}
 @media (min-width:360px) and (max-width:1199px) {

    .framecopyrights {
        height: 180px !important;
    }
}
    @media (min-width:375px) {

        .framecopyrights {
            height: 230px !important;
        }
    }

    .footer_line {
    text-align: center;
    padding: 0 15px;
     background: #fff;
    color: #000;
        margin-bottom: 30px;
}
    .footer_line p {
    padding: 0 50px;
}

    @media (max-width:991px){
        .home-banner .banner-text {
    position: relative;
    top: 10%;
    right: 0px;
    left: 0px;
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
}
        .desk-rfq-wrap {
    padding-left: 40px;
    background: #fff;
}
        .desk-rfq-wrap {
     padding-left: 0px; 
    padding: 10px;
}

        .formbox {
     max-width: 100%; 
     margin: auto; 
}
        .banner-text-item{
            background:transparent;
        }

        .banner-text-item .h4 {
            text-align:center !important;
        }
    }