﻿@charset "utf-8";

.owl-carousel .owl-item img {
    -webkit-transform-style: flat;
    -moz-transform-style: flat;
    -ms-transform-style: flat;
    -o-transform-style: flat;
    transform-style: flat
}

.top-brands-manufacturer .owl-carousel .owl-item img {
    height: 46px
}

body {
    font-family: 'robotoregular';
    position: relative
}

a {
    color: #C22E00
}

.header a:focus {
    outline: 1px dotted !important
}

.body-padding {
    padding-top: 5.5%
}

input::-webkit-input-placeholder {
    color: #848894;
    opacity: 1
}

input::-moz-placeholder {
    color: #848894;
    opacity: 1
}

input:-ms-input-placeholder {
    color: #848894;
    opacity: 1
}

input:-moz-placeholder {
    color: #848894;
    opacity: 1
}

input:focus::-webkit-input-placeholder {
    color: #848894;
    opacity: 1
}

input:focus::-moz-placeholder {
    color: #848894;
    opacity: 1
}

input:focus:-ms-input-placeholder {
    color: #848894;
    opacity: 1
}

input:focus:-moz-placeholder {
    color: #848894;
    opacity: 1
}

@media (max-width:640px) and (min-width:0) {
    .uploadrfq h1 {
        margin-bottom: 5px !important
    }

        .uploadrfq h1 a {
            float: right !important
        }

    .uploadrfq .red_text {
        text-align: left !important;
        margin-bottom: 5px !important
    }

    .uploadrfq .slidehead2 {
        margin-top: 10px !important
    }

    .uploadrfq .rfq_form > form > div > div {
        margin-bottom: 10px !important
    }
}

.text-white {
    color: #fff;
    background: transparent
}

.padding0px {
    padding-left: 5px !important;
    padding-right: 0
}

.viewallbtn {
    text-align: right !important
}

.padding15px {
    padding-left: 0;
    padding-right: 0
}

.logo {
    display: inline-block;
    padding: 10px 0
}

header {
    height: 88px;
    background-color: transparent
}

.header {
    padding-bottom: 10px;
    width: 100%;
    background-color: transparent;
    z-index: 10000
}

.header-fixed {
    position: fixed;
    -webkit-box-shadow: 0 5px 5px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 5px 0 rgba(0,0,0,.2);
    box-shadow: 0 5px 5px 0 rgba(0,0,0,.2)
}

header .cta a {
    color: #fff;
    width: auto !important;
    font-size: 1em;
    margin-right: 10px;
    text-decoration: none !important;
    position: relative;
    display: inline-block;
    font-family: 'robotomedium'
}

    header .cta a i {
        color: #f90;
        padding: 4px 5px 0 0;
        float: left
    }

    header .cta a:first-child i {
        color: #f90;
        font-size: 1.6em;
        padding-top: 0
    }

    header .cta a:hover {
        color: #fff
    }

.header a {
    color: #fff;
    text-decoration: none
}

    .header a:hover {
        color: #C60311
    }

.cta {
    display: inline-block;
    float: right;
    margin-top: 8px;
    font-size: 1.17em
}

    .cta a {
        display: inline-block;
        padding: 5px 10px
    }

.search_form {
    margin-top: 5px;
    float: right;
    display: inline-flex;
    padding: 0;
    height: 40px;
    align-items: center
}

    .search_form input {
        width: 220px;
        border: none;
        padding: 8px 10px;
        height: 39px;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px
    }

    .search_form a {
        display: inline-block;
        padding: 8px 0 0;
        margin: 0 10px 5px;
        color: #00005a;
        border-bottom: 2px #00005a solid;
        text-decoration: none !important
    }

    .search_form select {
        border: none;
        background-color: transparent;
        height: 23px
    }

.select_holder {
    color: #282828;
    display: inline-block;
    padding: 8px 10px 8px 15px;
    margin-left: -4px;
    background: #fff
}

.search_form .submit_btn {
    color: #000;
    border: none;
    padding: 10px 12px 9px;
    font-size: .9em;
    transition: .3s;
    background: #fb9704;
    height: 39px;
    margin-left: -4px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px
}

.search_form .instant-btn {
    color: #fff;
    border: none;
    padding: 11px 12px 9px;
    font-size: .8em;
    transition: .3s;
    background: #f56f4b;
    height: 39px;
    margin-left: -4px;
    border-radius: 20px;
    margin-left: 10px
}

.search_form .submit_btn:hover, .search_form .submit_btn:focus {
    background-color: #f3f3f3
}

.input_effect {
    font-size: 15px;
    -webkit-box-shadow: -80px -20px 80px 10px rgba(0,0,0,0);
    -moz-box-shadow: -80px -20px 80px 10px rgba(0,0,0,0);
    box-shadow: -80px -20px 80px 10px rgba(0,0,0,0);
    transition: .3s
}

    .input_effect:focus {
        -webkit-box-shadow: -80px -20px 80px 10px rgba(0,0,0,.4);
        -moz-box-shadow: -80px -20px 80px 10px rgba(0,0,0,.57);
        box-shadow: -80px -20px 80px 10px rgba(0,0,0,.4);
        transition: .3s
    }

.input_effect2 {
    -webkit-box-shadow: 0 -20px 80px 10px rgba(0,0,0,0);
    -moz-box-shadow: 0 -20px 80px 10px rgba(0,0,0,0);
    box-shadow: 0 -20px 80px 10px rgba(0,0,0,0);
    transition: .3s
}

    .input_effect2:focus {
        -webkit-box-shadow: 0 0 8px 1px rgba(0,0,0,.2);
        -moz-box-shadow: 0 0 8px 1px rgba(0,0,0,.2);
        box-shadow: 0 0 8px 1px rgba(0,0,0,.2);
        transition: .3s
    }

.line {
    font-family: 'robotomedium';
    color: #666464;
    font-size: .9em
}

.pulse:focus {
    box-shadow: 0 0 0 rgba(204,169,44,.4);
    animation: pulse 1s ease-in-out
}

.main_nav li > i {
    display: none
}

input.empty {
    font-family: robotoregular;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(122,122,124,.4);
        -moz-box-shadow: 0 0 0 0 rgba(122,122,124,.4);
        box-shadow: 0 0 0 0 rgba(122,122,124,.4)
    }

    70% {
        -webkit-box-shadow: 0 0 0 50px rgba(122,122,124,0);
        -moz-box-shadow: 0 0 0 10px rgba(122,122,124,0);
        box-shadow: 0 0 0 50px rgba(122,122,124,0)
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(122,122,124,0);
        -moz-box-shadow: 0 0 0 0 rgba(122,122,124,0);
        box-shadow: 0 0 0 0 rgba(122,122,124,0)
    }
}

@keyframes mymove {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(122,122,124,.4);
        -moz-box-shadow: 0 0 0 0 rgba(122,122,124,.4);
        box-shadow: 0 0 0 0 rgba(122,122,124,.4)
    }

    70% {
        -webkit-box-shadow: 0 0 0 50px rgba(122,122,124,0);
        -moz-box-shadow: 0 0 0 10px rgba(122,122,124,0);
        box-shadow: 0 0 0 50px rgba(122,122,124,0)
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(122,122,124,0);
        -moz-box-shadow: 0 0 0 0 rgba(122,122,124,0);
        box-shadow: 0 0 0 0 rgba(122,122,124,0)
    }
}

input:focus {
    outline: none
}

select {
    outline: none !important;
    -webkit-appearance: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none !important;
    padding-right: 30px;
    width: 120px
}

    select option {
        background-color: #fff;
        border: none;
        color: #333;
        padding: 5px !important;
        display: block !important
    }

select {
    background-image: url(../images/arrow_select.png);
    background-repeat: no-repeat;
    background-position: right center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

    select::-ms-expand {
        display: none
    }

.top_links {
    display: block;
    clear: both;
    margin-bottom: 0
}

.nav_holder {
    display: block;
    overflow: hidden;
    clear: both
}

.main_nav {
    margin: 0;
    padding: 0;
    display: block;
    clear: both;
    font-family: 'robotobold';
    font-size: 1.17em;
    margin-top: 9px
}

    .main_nav li {
        display: inline-block;
        position: relative
    }

    .main_nav > li > a {
        color: #fff;
        text-decoration: none !important;
        font-size: 12px;
        padding: 10px 15px;
        position: relative;
        display: inline-block;
        text-transform: uppercase !important
    }

    .main_nav li::after {
        content: "";
        height: 11px;
        width: 1px;
        background: #fff;
        display: inline-block
    }

    .main_nav li li::after {
        display: none
    }

    .main_nav li:last-child::after {
        display: none
    }

    .main_nav > li > a i {
        padding-left: 5px
    }

    .main_nav li a:hover, .main_nav li a:focus {
        color: #fb9803
    }

    .main_nav li span {
        position: absolute;
        bottom: 0;
        height: 3px;
        display: block;
        left: 0;
        width: 0;
        right: 0;
        transition: 1s
    }

    .main_nav li:hover span, .main_nav li:focus span {
        width: 100%;
        animation: overspan 1s forwards;
        transition: 1s
    }

@-webkit-keyframes overspan {
    0% {
        width: 0;
        left: 0;
        right: 0;
        background-color: #c60311
    }

    50% {
        left: 0;
        right: 0;
        background-color: #c60311
    }

    100% {
        width: 100%;
        left: 0;
        right: 0;
        background-color: #00005a
    }
}

@keyframes overspan {
    0% {
        width: 0;
        left: 0;
        right: 0;
        background-color: #c60311
    }

    70% {
        left: 0;
        right: 0;
        background-color: #c60311
    }

    100% {
        width: 100%;
        left: 0;
        right: 0;
        background-color: #00005a
    }
}

.banner .owl-item {
    background-color: transparent
}

.banner img {
    opacity: 1
}

.banner {
    position: relative;
    overflow: hidden
}

.banner-service-icons {
    position: absolute;
    bottom: 0;
    z-index: 1;
    color: #fff
}

.floatingtext {
    position: absolute;
    top: 70px;
    font-size: 4.5em;
    color: #fff;
    font-family: 'robotolight';
    line-height: 1.2em;
    width: 100%
}

.floating-form-bg {
    background: #f90;
    height: 150px;
    width: 150px;
    position: absolute;
    top: 14%;
    right: 17%;
    z-index: 9;
    border-radius: 3px
}

.floatingform {
    position: relative;
    top: 5px;
    z-index: 1000;
    width: 270px;
    left: 12%
}

    .floatingform .container {
        margin: 0 auto;
        left: 0;
        right: 0
    }

.form_holder {
    background-color: #fff;
    padding: 0;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 5px;
    float: right
}

.form_title {
    font-family: 'robotolight';
    color: #000;
    font-size: 2.5em;
    line-height: 1em;
    margin-bottom: 8px;
    display: block;
    padding: 13px 15px 10px;
    text-align: center
}

    .form_title strong {
        font-family: 'robotobold';
        font-weight: 400
    }

.form_holder input {
    width: 100%;
    padding: 12.5px;
    margin: 0 0 10px;
    background-color: rgba(255,255,255,.8);
    border: 0;
    border-bottom: 1px solid #ccc;
    border-radius: 0
}

.form_holder .btn {
    display: flex;
    background-color: #f56f4b;
    color: #000;
    border: none;
    display: flex;
    -moz-border-radius: 4px;
    padding: 9px 20px;
    font-size: 1.2em;
    float: inherit;
    border-radius: 0;
    width: 69%;
    text-align: center !important;
    transition: .3s;
    margin-bottom: 10px;
    position: relative;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    z-index: 0
}

    .form_holder .btn i {
        float: left;
        padding-left: 10px;
        top: 5px;
        position: relative;
        font-size: 20px
    }

    .form_holder .btn:hover, .form_holder .btn:focus {
        background-color: #f90
    }

.floatingtext > div {
    margin: 0 auto;
    left: 0;
    right: 0
}

    .floatingtext > div > div {
        float: left;
        margin-right: -30px
    }

.floatingtext strong {
    font-family: 'robotoblack';
    display: block;
    font-size: 1.4em;
    line-height: 1em
}

.form_holder .closer {
    display: none
}

.floating-form-bg .form_holder {
    padding: 0
}

.owl-item {
    -webkit-backface-visibility: hidden !important;
    -webkit-transform: translateZ(0) scale(1,1) !important;
    text-transform: capitalize
}

.owl-carousel01 .owl-dots {
    text-align: left;
    position: absolute;
    bottom: 25px;
    width: 100%
}

.owl-theme .owl-dots .owl-dot {
    margin: 5px;
    display: inline-block;
    border: 1px #fff solid;
    vertical-align: middle
}

    .owl-theme .owl-dots .owl-dot span {
        width: 4px;
        height: 4px;
        padding: 4px;
        display: block
    }

    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
        opacity: 1;
        filter: alpha(opacity=100);
        background-color: #fff !important;
        border: 2px transparent;
        padding: 5px
    }

.content_section h3 {
    font-family: 'robotoblack';
    font-size: 1.9em;
    margin-bottom: 15px
}

.content_section {
    padding: 0
}

    .content_section h1 {
        color: #32353b;
        font-family: 'robotomedium';
        font-size: 2em
    }

        .content_section h1 span {
            font-family: 'robotolight'
        }

    .content_section .title_style {
        font-weight: 400;
        margin-bottom: 20px;
        margin-top: 20px;
        font-size: 2em;
        color: #32353b
    }

        .content_section .title_style span {
            font-family: 'robotolight';
            display: inline-block;
            padding-bottom: 8px
        }

        .content_section .title_style strong {
            font-size: 1.2em !important;
            text-transform: capitalize
        }

        .content_section .title_style i, .content_section .sub_title_style i {
            vertical-align: middle
        }

    .content_section .sub_title_style {
        font-size: 1.6em;
        font-family: 'robotomedium';
        line-height: 1.4em;
        margin-bottom: 0
    }

    .content_section p {
        color: #666464;
        font-size: 1.1em;
        margin-bottom: 0px
    }

.grey-bg {
    background: #efeeec
}

.featured-product {
    position: relative;
    margin-bottom: 3%
}

    .featured-product .bg-white {
        background: #fff;
        position: absolute;
        bottom: -10px;
        left: 8.3%;
        height: 200px
    }

.more_btn {
    background-color: #fb9803;
    color: #000 !important;
    text-transform: uppercase;
    font-size: 1em;
    display: inline-block;
    padding: 10px 18px;
    text-decoration: none !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    transition: .3s;
    border: none !important;
    margin: 10px 10px 10px 0 !important
}

    .more_btn:hover, .more_btn:focus {
        background-color: #0a1e5f;
        color: #fff !important
    }

    .more_btn:focus {
        animation: pulse 1s ease-in-out
    }

.content_section h3 {
    font-family: 'robotoblack';
    font-size: 1.9em;
    margin-bottom: 15px
}

.sub_text {
    color: #363636
}

.store_links img {
    vertical-align: middle
}

.store_links a {
    display: inline-block;
    padding: 5px;
    vertical-align: middle
}

.points {
    margin: 0;
    padding: 0;
    list-style: none
}

    .points li {
        padding: 8px 0;
        position: relative;
        padding-left: 100px
    }

        .points li .icons {
            position: absolute;
            left: 0;
            top: 0;
            width: 70px;
            padding-top: 14px
        }

            .points li .icons i {
                float: right
            }

    .points strong {
        font-size: 1.7em;
        color: #32353b
    }

.hang_number {
    font-size: 8em;
    color: #dddcde;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    font-family: 'robotoblack';
    margin-top: -30px;
    margin-left: -5px
}

.floating_numberbg > div > div {
    padding: 40px 15px
}

.testimon {
    padding: 40px !important
}

    .testimon p b {
        color: #333
    }

.iconic {
    margin-top: 30px;
    margin-bottom: 20px;
    display: block
}

    .iconic i {
        vertical-align: middle;
        margin-right: 20px
    }

    .iconic strong {
        font-size: 1.5em
    }

.welcome-bg {
    background: url(../images/welcome-bg.webp) no-repeat;
    background-size: cover;
    z-index: -1
}

    .welcome-bg h3 {
        background: transparent
    }

.text-orange {
    color: #f90
}

.text-blue {
    color: #263d7f
}

.text-white {
    color: #fff
}

.text-grey {
    color: #a9a9aa
}

.content_section .stats h2 {
    font-size: 3.5em;
    font-family: "robotomedium";
    line-height: 1em
}

    .content_section .stats h2 span, .content_section .stats div.text-orange span {
        display: block;
        font-size: 13px;
        padding-left: 10px;
        line-height: 26px;
        text-transform: uppercase;
        font-family: "robotomedium"
    }

        .content_section .stats h2 span.bold, .content_section .stats div.text-orange span.bold {
            font-size: 14px;
            text-transform: capitalize;
            font-weight: 700;
            line-height: 17px
        }

.owl-carousel0x {
    border-radius: 8px;
    padding: 15px 100px 0 !important;
    margin-top: 0
}

    .owl-carousel0x .owl-dots {
        display: none !important
    }

    .owl-carousel0x .owl-prev {
        position: absolute;
        top: 20%;
        padding: 5px 15px;
        left: 10px;
        color: #666;
        font-size: 2.5em;
        opacity: .8;
        z-index: 999
    }

    .owl-carousel0x .owl-next {
        position: absolute;
        top: 20%;
        right: 10px;
        padding: 5px 15px;
        color: #666;
        font-size: 2.5em;
        opacity: .8;
        filter: alpha(opacity=80)
    }

    .owl-carousel0x .owl-prev:hover, .owl-carousel02 .owl-next:hover {
        opacity: 1;
        filter: alpha(opacity=100)
    }

.owl-carousel0x {
    text-align: center;
    padding: 0 60px 60px
}

    .owl-carousel0x img {
        width: auto !important
    }

@media(min-width:0) and (max-width:1024px) {
    .owl-carousel0x .owl-prev {
        font-size: 1.5em;
        padding: 5px 10px;
        display: block !important
    }

    .owl-carousel0x .owl-next {
        font-size: 1.5em;
        padding: 5px 10px;
        display: block !important
    }
}

@media(min-width:0) and (max-width:767px) {
    .owl-carousel0x img {
        width: 100% !important
    }
}

.crtimg {
    display: none
}

@media (min-width:0) and (max-width:640px) {
    .owl-carousel0x {
        display: none !important
    }

    .crtimg {
        display: block;
        width: 100%;
        padding: 20px
    }

    .fixSpaceH4 .slidehead2 {
        margin-top: 0
    }

    .fixSpaceH4 .red_text {
        text-align: left !important;
        margin-bottom: 5px
    }

    .col-lg-9 h1.slidehead2 {
        margin-top: 0
    }

    .numberpagination .col-lg-7 {
        padding-left: 0;
        padding-right: 0
    }

        .numberpagination .col-lg-7 ul {
            margin-right: 0 !important;
            width: 100% !important
        }

    .numberpagination .col-lg-5 {
        padding-left: 0;
        padding-right: 0;
        text-align: right !important
    }

        .numberpagination .col-lg-5 a {
            margin-right: 0 !important
        }
}

.owl-carousel10 {
    border-radius: 8px;
    margin-top: 20px
}

    .owl-carousel10 .owl-stage-outer {
        width: 90%;
        margin: 0 auto
    }

    .owl-carousel10 .owl-dots {
        display: none !important
    }

    .owl-carousel10 .owl-prev {
        position: absolute;
        top: 50%;
        transform: translateY(-60%);
        padding: 5px 15px;
        left: 10px;
        color: #666;
        font-size: 2.5em;
        opacity: .8;
        z-index: 999
    }

    .owl-carousel10 .owl-next {
        position: absolute;
        top: 50%;
        transform: translateY(-60%);
        right: 10px;
        padding: 5px 15px;
        color: #666;
        font-size: 2.5em;
        opacity: .8;
        filter: alpha(opacity=80)
    }

    .owl-carousel10 .owl-prev:hover, .owl-carousel02 .owl-next:hover {
        opacity: 1;
        filter: alpha(opacity=100)
    }

.owl-carousel10 {
    text-align: center
}

    .owl-carousel10 img {
        width: auto !important;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%)
    }

        .owl-carousel10 img:hover {
            width: auto !important;
            -webkit-filter: grayscale(0%);
            filter: grayscale(0%)
        }

@media(min-width:0) and (max-width:1024px) {
    .owl-carousel10 .owl-stage-outer {
        width: 70%;
        margin: 0 auto;
        text-align: center !important
    }

    .owl-carousel10 .owl-prev {
        font-size: 1.5em;
        padding: 5px;
        display: block !important
    }

    .owl-carousel10 .owl-next {
        font-size: 1.5em;
        padding: 5px;
        display: block !important
    }
}

@media(min-width:768px) and (max-width:1279px) {
    .owl-carousel10 .owl-stage-outer {
        width: 90%;
        margin: 0 auto;
        text-align: center !important
    }
}

.socialicon a {
    display: block;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%
}

    .socialicon a span {
        position: relative;
        top: -6px;
        left: 10px;
        font-size: 13px;
        line-height: 10px
    }

    .socialicon a i {
        -moz-transform: scale(.8);
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }

    .socialicon a:hover {
        opacity: .9
    }

    .socialicon a:focus {
        animation: pulse 1s ease-in-out
    }

footer {
    position: relative;
    color: #fff
}

    footer p {
        padding-top: 8px;
        padding-bottom: 5px
    }

        footer p i {
            display: inline-block
        }

    footer a {
        color: #fff;
        text-decoration: none !important;
        font-size: 12px;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease
    }

        footer a:hover {
            color: #f90
        }

    footer h4 {
        color: #fff;
        text-align: center;
        font-size: 1.7em
    }

    footer strong {
        color: #fff;
        font-size: 1em;
        padding-bottom: 5px;
        display: inline-block
    }

    footer h4 span {
        background-color: #54dbd0;
        display: block;
        width: 50px;
        margin: 0 auto;
        height: 3px;
        margin-top: 15px
    }

    footer iframe {
        position: absolute;
        top: 0;
        left: 0
    }

.map_over {
    background-color: #3d6092;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px 10px;
    overflow: hidden;
    z-index: 1
}

    .map_over .container {
        padding: 0
    }

.footer_nav {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    margin-bottom: 15px
}

    .footer_nav li {
        width: 100%;
        display: block;
        float: left;
        padding-bottom: 8px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden
    }

.gaq {
    position: fixed;
    bottom: 0;
    right: 80px;
    background-color: #d9e973;
    padding: 10px 20px;
    z-index: 1000;
    color: #525c10;
    font-weight: 700;
    text-decoration: none !important;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

    .gaq:hover, .gaq:focus {
        background-color: #616167;
        color: #fff
    }

.footer_line {
    text-align: center;
    background-color: #263d7f;
    color: #cacad1;
    padding: 30px;
    padding-bottom: 10px;
    font-size: 1em;
    z-index: 1;
    position: relative
}

    .footer_line a {
        color: #cacad1
    }

    .footer_line p {
        color: #568fdb;
        font-size: 13px
    }

        .footer_line p span {
            color: #fff;
            font-size: 12px
        }

footer i {
    color: #fff !important
}

.map_over {
    padding-bottom: 60px;
    padding-top: 0
}

    .map_over > div > div {
        display: flex;
        width: 100%;
        overflow: hidden;
        position: relative;
        top: 0;
        display: -webkit-flex;
        display: -webkit-box;
        display: -moz-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: row
    }

        .map_over > div > div div {
            border-right: 1px #5878a9 solid;
            margin: 25px 0 30px
        }

            .map_over > div > div div:last-child {
                border: none
            }

.footer-img {
    position: absolute;
    right: 0;
    top: 0
}

    .footer-img img {
        width: 380px
    }

footer::after {
    content: "";
    -webkit-transform: skew(7deg);
    -moz-transform: skew(7deg);
    -ms-transform: skew(7deg);
    -o-transform: skew(7deg);
    transform: skew(7deg);
    transform-origin: bottom left;
    overflow: hidden;
    background: #263d7f;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -95px;
    height: 119px;
    z-index: 1
}

footer .contact p {
    font-size: 12px;
    text-indent: -8px;
    padding-left: 6px;
    padding-top: 0;
    padding-bottom: 0
}

.nav_holder {
    overflow: visible
}

.main_nav li {
    position: relative
}

    .main_nav li > .fa-angle-down {
        display: none
    }

.main_nav > li > ul {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 280px;
    background-color: #32353b;
    z-index: 10000;
    display: none
}

    .main_nav > li > ul > li > ul {
        position: absolute;
        margin: 0;
        padding: 0;
        left: 280px;
        width: 280px;
        top: 0;
        background-color: #1C1C34;
        z-index: 10000;
        display: none;
        background-color: #101025 !important
    }

@media(min-width:1366px) {
    .main_nav > li:hover > ul, .main_nav > li > ul > li:hover ul {
        display: block
    }
}

.main_nav > li:nth-child(n+5) > ul > li > ul {
    left: -280px
}

.main_nav li ul li {
    display: block
}

    .main_nav li ul li a {
        display: block;
        padding: 13px 15px !important;
        border-bottom: 1px #2c2c4b dashed;
        color: #fff !important;
        text-align: left;
        width: 100%;
        font-family: 'robotolight';
        font-size: .85em !important;
        position: relative
    }

        .main_nav li ul li a i {
            position: absolute;
            right: 0;
            top: 0;
            padding: 16px 15px
        }

        .main_nav li ul li a:hover {
            background-color: #fb9803 !important
        }

.main_nav > li > ul > li:hover > a {
    background-color: #fb9803 !important
}

.search_form h4 {
    display: none
}

.menu_bar {
    display: none
}

.search_bar {
    display: none
}

.plus_btn {
    display: none
}

.bg-light {
    background-color: rgba(0,0,0,.3);
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    width: 100% !important;
    height: 100%;
    display: block;
    position: fixed;
    display: none
}

.bg-light2 {
    background-color: rgba(0,0,0,.3);
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    width: 100% !important;
    height: 100%;
    display: block;
    position: fixed;
    display: none
}

.multi_part {
    display: none;
    background-color: #fff;
    -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: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 15px;
    margin: 0 auto;
    top: -1000px;
    left: 0;
    right: 0;
    position: fixed;
    width: 60% !important;
    height: auto !important;
    transition: .3s;
    overflow-y: scroll;
    height: 250px !important;
    z-index: 100000
}

.pop {
    display: block;
    top: 120px;
    transition: .3s
}

.content_section2 {
    padding: 20px !important;
    overflow: hidden;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.13);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.13);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.13);
    margin: 10px 0 30px;
    overflow: visible
}

    .content_section2 h1 {
        font-size: 1.8em;
        color: #61646d;
        margin: 0;
        margin-bottom: 20px;
        font-weight: 700
    }

.inside_content {
    padding-top: 40px;
    padding-bottom: 10px !important;
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0);
    -moz-box-shadow: 0 0 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 0 0 rgba(0,0,0,0)
}

.table_view {
    margin-bottom: 20px;
    position: relative
}

    .table_view table {
        border: none
    }

    .table_view td a {
        color: #000 !important
    }

    .table_view td {
        display: inline-block;
        width: 33%;
        border-left: none !important;
        border-right: none !important;
        border: none !important;
        padding: 10px !important
    }

.table_view_niin td {
    width: 12%
}

.table-view tr {
    width: 100%;
    display: inline-block
}

.table_view tr:nth-child(even) {
    background-color: #f4f6fa;
    border: 1px #e1e7f1 solid
}

.table_title {
    display: block;
    background-color: #d7dadf;
    padding: 8px
}

    .table_title strong {
        display: inline-block;
        padding: 5px 15px;
        background-color: #fb9803;
        color: #000
    }

.content_section2 .more_btn {
    margin: 0 !important
}

.cage-code tr td {
    width: 12% !important
}

.six-row-table td {
    width: 16%
}

.four-row-table td {
    width: 24%
}

.view_all {
    display: inline-block;
    padding: 6px 12px;
    background-color: #091d60;
    text-transform: uppercase;
    color: #fff !important;
    margin-bottom: 5px;
    text-decoration: none !important;
    transition: .3s
}

    .view_all:hover {
        background-color: #00005a
    }

.second_paging div strong {
    display: inline-block;
    padding: 10px 0;
    color: #61646d
}

.pagination_top {
    background-color: #fff !important;
    text-align: right;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    overflow: hidden
}

.pager {
    margin: 0;
    margin-right: 8px !important;
    width: 85% !important;
    float: right
}

    .pager li > a {
        border-radius: 0;
        color: #61646d !important;
        font-weight: 700;
        text-align: center !important;
        width: 38px
    }

    .pager li > a, .pager li > span {
        padding: 5px !important
    }

    .pager li .act {
        background-color: #c0cae3 !important;
        color: #000 !important
    }

.pagination li .act {
    background-color: #c0cae3 !important;
    color: #000 !important
}

.pager li > a:focus, .pager li > span:focus {
    background-color: #848b93 !important;
    color: #fff !important
}

.pager .owl-prev {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 0 !important;
    font-size: 1.2em !important;
    padding: 4px 15px !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
    background-color: #c0cae3;
    color: #fff;
    cursor: pointer
}

.pager .owl-next {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 !important;
    font-size: 1.2em !important;
    padding: 4px 15px !important;
    margin-top: 0 !important;
    margin-right: 0 !important;
    background-color: #c0cae3;
    color: #fff;
    cursor: pointer
}

    .pager .owl-prev:hover, .pager .owl-next:hover {
        opacity: 1 !important;
        background: #f56d4b
    }

.pager .owl-controls {
    display: block !important
}

.pager .owl-wrapper-outer {
    width: 90% !important;
    overflow: hidden;
    height: 35px;
    margin: 0 auto auto
}

@media(min-width:0) and (max-width:480px) {
    .pager .owl-wrapper-outer {
        width: 67% !important
    }
}

@media(min-width:481px) and (max-width:980px) {
    .pager .owl-wrapper-outer {
        width: 85% !important
    }
}

.pagination_top {
    margin-bottom: 10px !important
}

@media(min-width:1024px) and (max-width:1365px) {
    .pager .owl-wrapper-outer {
        width: 85.5% !important
    }
}

@media(min-width:1280px) and (max-width:8000px) {
    .header a.logo {
        position: absolute !important;
        z-index: 1000000 !important;
        display: inline-block !important
    }
}

.breadcrumb {
    font-size: 1.1em;
    color: #000;
    font-weight: 700;
    vertical-align: middle;
    background-color: #d7dadf;
    margin-top: -16px;
    padding: 15px 15px 0;
    border-radius: 0
}

    .breadcrumb a {
        color: #030558;
        vertical-align: middle
    }

    .breadcrumb .more_btn {
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        float: right;
        font-size: 1em;
        vertical-align: middle;
        display: flex;
        padding: 8px 15px 2px 20px !important;
        position: absolute;
        right: 28px;
        display: none
    }

        .breadcrumb .more_btn i {
            margin-left: 10px;
            padding: 10px 12px;
            background-color: #3636a6;
            -webkit-border-radius: 15px;
            -moz-border-radius: 15px;
            border-radius: 15px;
            margin-right: -15px;
            margin-top: -6px
        }

        .breadcrumb .more_btn:hover {
            background-color: #333 !important
        }

.breadcrumb_links {
    float: left;
    margin-top: 18px;
    margin-bottom: 8px;
    font-weight: lighter
}

    .breadcrumb_links a {
        max-width: 290px;
        display: inline-block;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        line-height: none
    }

        .breadcrumb_links a:hover {
            max-width: 180px;
            display: inline-block;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            color: #fe9a05;
            text-decoration: none
        }

    .breadcrumb_links i {
        padding: 0 10px;
        color: #030558
    }

.notavalableonhome {
    background-color: transparent;
    padding: 0 !important;
    margin: 0 !important;
    display: none
}

.btt {
    position: fixed;
    display: none;
    background-color: #f56f4b;
    color: #fff !important;
    font-size: 1.2em;
    padding: 10px 10px 11px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    z-index: 20000;
    bottom: 30px;
    right: 30px
}

    .btt:hover {
        background-color: #0a135d
    }

    .btt img {
        width: 25px
    }

.part_list a {
    color: #337ab7;
    float: none;
    font-weight: 600
}

.part_list table {
    border: none !important
}

    .part_list table td, .part_list table th {
        border: none !important;
        border-right: 1px #d6d7d9 solid !important
    }

    .part_list table th {
        color: #000;
        background-color: #d7dadf;
        border: none !important
    }

    .part_list table tr:nth-child(odd) {
        background-color: #f4f6fa;
        border: 1px #e1e7f1 solid
    }

    .part_list table tr {
        transition: .3s
    }

        .part_list table tr:hover {
            -webkit-box-shadow: 0 4px 5px -1px rgba(0,0,0,.22);
            -moz-box-shadow: 0 4px 5px -1px rgba(0,0,0,.22);
            box-shadow: 0 4px 5px -1px rgba(0,0,0,.22)
        }

    .part_list table td, .part_list table th {
        padding: 5px 12px !important;
        vertical-align: middle !important
    }

    .part_list table th {
        padding: 10px 12px !important
    }

        .part_list table td:last-child, .part_list table th:last-child {
            text-align: center !important;
            width: 150px;
            border: none !important
        }

    .part_list table td .more_btn {
        padding: 5px 20px !important;
        background-color: #fb9803;
        border-radius: 0
    }

        .part_list table td .more_btn:hover, .part_list table td .more_btn:focus {
            background-color: #3636a6
        }

.actmenu a {
    color: #f90 !important
}

.content_section3 {
    margin: 0;
    padding: 0
}

    .content_section3 h1 {
        font-family: 'robotoblack';
        font-size: 1.5em;
        margin: 0;
        padding: 0;
        padding-bottom: 15px
    }

    .content_section3 h2 {
        font-family: 'robotoblack';
        font-size: 1.5em;
        margin: 0;
        padding: 0;
        padding-bottom: 15px
    }

    .content_section3 h3 {
        background-color: #00005a;
        color: #fff;
        font-size: 1.3em;
        padding: 12px 15px;
        margin-bottom: 0;
        overflow: hidden;
        display: block;
        width: 100%;
        margin-top: 0
    }

    .content_section3 h4 {
        background-color: #e8e9e9;
        border-top: 2px #c5c7c7 solid;
        padding: 12px;
        text-align: center
    }

    .content_section3 h3 span {
        font-size: .8em;
        color: #bfb5fb;
        float: right
    }

@media(min-width:0) and (max-width:479px) {
    .content_section3 h3 {
        text-align: center !important
    }

        .content_section3 h3 span {
            float: none !important;
            display: block !important;
            margin-top: 5px
        }
}

.gray_table {
    background-color: #fff;
    width: 100%;
    margin-bottom: 15px;
    border-collapse: collapse
}

gray_table {
    background-color: #dbdcdc;
    width: 100%;
    margin-bottom: 15px;
    border-collapse: collapse
}

.gray_table td {
    padding: 10px 15px;
    border: 1px #d7dadf solid
}

@media(min-width:0) and (max-width:479px) {
    .content_section3 h3 {
        text-align: center !important
    }

        .content_section3 h3 span {
            float: none !important;
            display: block !important;
            margin-top: 5px
        }
}

@media(min-width:0) and (max-width:768px) {
    .gray_table td {
        width: 100%;
        float: left
    }
}

.rfq_page section {
    border: 1px #dbdcdc solid;
    padding: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    padding-bottom: 5px !important
}

    .rfq_page section p {
        font-size: 1.1em
    }

    .rfq_page section a {
        color: #00005a;
        font-weight: 700
    }

    .rfq_page section .table_view {
        margin-bottom: 20px;
        border-bottom: 1px #eee solid
    }

.rfq_form {
    padding: 15px 0;
    overflow: visible
}

    .rfq_form > form > div > div {
        position: relative !important;
        margin-bottom: 20px !important
    }

        .rfq_form > form > div > div > div {
            position: relative !important;
            padding-top: 5px
        }

    .rfq_form input[type="email"], .rfq_form input[type="tel"], .rfq_form input[type="text"], .rfq_form select, .rfq_form textarea {
        height: 40px;
        width: 100%;
        padding: 8px;
        border: none;
        border: 1px #c5c7c7 solid;
        background-color: transparent !important;
        margin-top: 15px;
        margin-bottom: 0;
        outline: none
    }

    .rfq_form textarea {
        display: block
    }

    .rfq_form select {
        outline: none !important;
        -webkit-appearance: none;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        box-shadow: none !important;
        background-color: #fff;
        background-image: url(../images/arrow_select.png) !important;
        background-repeat: no-repeat !important;
        background-position: right 0 !important;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none
    }

        .rfq_form select::-ms-expand {
            display: none
        }

.input_line {
    background-color: #c60311;
    display: block;
    height: 2px;
    position: absolute;
    bottom: 0;
    width: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: #666
}

.mdline {
    width: 100%;
    background-color: #fb9700
}

.rfq_form select, .rfq_form select option {
    color: #666
}

.rfq_form .more_btn {
    margin: 0 !important
}

.materialinput {
    position: absolute;
    font-size: 1em;
    font-weight: 700;
    color: #333;
    margin-top: 10px;
    margin-left: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 0;
    z-index: -1
}

.move_up {
    z-index: 2;
    position: absolute;
    top: 0;
    margin-top: -4px;
    opacity: 1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.bottom_line_frame {
    border: none;
    width: 100%
}

.gray_box {
    background-color: #efefef;
    padding: 20px !important;
    overflow: hidden;
    display: block !important
}

.table_form {
    width: 100%;
    border: 1px #ccc solid
}

    .table_form tr {
        background-color: #fff !important
    }

    .table_form th {
        background-color: #e0e2e3;
        color: #00005a;
        padding: 12px
    }

    .table_form tr:nth-child(odd) {
        background-color: #f0f1f2 !important
    }

    .table_form td, .table_form th {
        padding: 12px;
        width: 33.3%
    }

.alterneter {
    border: 1px #ddd solid
}

    .alterneter tr:nth-child(even) {
        background-color: #fff
    }

    .alterneter td {
        padding: 12px !important;
        border: 1px #ddd solid;
        border-collapse: collapse
    }

.site_map {
    color: #666 !important
}

    .site_map a {
        color: #00005a
    }

        .site_map a:hover {
            color: #fb9803;
            text-decoration: none
        }

    .site_map ul {
        margin: 0;
        padding: 0;
        list-style: none
    }

    .site_map .row > div > ul > li > a {
        font-weight: 700
    }

    .site_map ul li {
        padding: 5px
    }

    .site_map .row > div > ul > li > ul {
        margin-left: 20px
    }

        .site_map .row > div > ul > li > ul > li {
            margin-left: 20px
        }

            .site_map .row > div > ul > li > ul > li > ul > li {
                margin-left: 20px;
                list-style: circle
            }

    .site_map ul li ul li {
        list-style: disc
    }

.message {
    padding: 0
}

    .message h1 {
        margin-bottom: 0;
        padding-bottom: 0;
        display: inline-block
    }

    .message .move_up {
        margin-top: -18px !important
    }

    .message h3 {
        font-size: 1.3em
    }

.red_btn, .view {
    background-color: #fb9803;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 1.2em;
    display: inline-block;
    padding: 8px 18px;
    text-decoration: none !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    transition: .3s;
    border: none !important;
    margin: 12px 10px 10px 0 !important
}

    .red_btn:hover, .view:hover, .red_btn:focus, .view:focus {
        background-color: #0a1e5f
    }

.view {
    background-color: #0a1e5f
}

.upload_btn {
    display: block;
    position: relative;
    overflow: hidden
}

    .upload_btn:hover .glass_slide {
        background-color: rgba(255,255,255,.2);
        display: block;
        height: 100%;
        width: 200px;
        position: absolute;
        -ms-transform: skew(20deg,0deg);
        -webkit-transform: skew(20deg,0deg);
        transform: skew(20deg,0deg);
        animation: glass 2.5s ease-out infinite;
        cursor: pointer
    }

@keyframes glass {
    0% {
        left: -150px
    }

    100% {
        left: 180%
    }
}

.more_less {
    display: none
}

.pager .owl-wrapper-outer img {
    position: absolute;
    right: 0;
    top: 0
}

.closeing {
    display: block;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 10px;
    padding: 10px 25px;
    font-size: 1.3em
}

.bgcons {
    position: absolute;
    bottom: 0;
    z-index: 1;
    color: #fff
}

    .bgcons > div > div > div {
        padding: 0 10px;
        border-left: 1px #cacfd7 dotted
    }

        .bgcons > div > div > div:first-child {
            border: none
        }

    .bgcons strong {
        font-size: 1.2em;
        display: block
    }

    .bgcons span {
        font-size: 13px;
        line-height: 15px;
        display: block
    }

    .bgcons i {
        float: left;
        margin-right: 10px;
        margin-bottom: 0 !important
    }

.product_slider {
    padding: 15px 0
}

    .product_slider a {
        text-decoration: none !important
    }

    .product_slider .owl_text {
        text-align: center;
        font-size: 1.3em;
        font-family: 'robotoregular'
    }

.owl-carousel02 .owl-item img {
    width: 100% !important;
    height: auto;
    max-width: 100%
}

.owl-carousel02 .owl_text {
    border-right: 1px solid #ccc;
    background: #fff;
    padding: 15px;
    color: #000;
    font-size: 1em;
    font-family: 'robotomedium';
    overflow: hidden;
    white-space: normal;
    word-wrap: break-word;
    text-overflow: ellipsis
}

    .owl-carousel02 .owl_text a {
        clear: both;
        display: block;
        color: #000;
        text-transform: uppercase;
        font-size: .9em
    }

.owl-carousel02 .owl-prev, .owl-carousel03 .owl-prev {
    border: 0;
    width: auto !important;
    position: absolute !important;
    display: inline-block;
    top: -49px;
    right: 40px;
    padding: 2px 11px 3px 10px;
    color: #a7a7a7;
    font-size: 1.1em;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    font-weight: 700
}

.owl-carousel02 .owl-next, .owl-carousel03 .owl-next {
    border: 0;
    width: auto !important;
    position: absolute !important;
    display: inline-block;
    top: -49px;
    right: 0;
    padding: 2px 10px 3px 11px;
    color: #a7a7a7;
    font-size: 1.1em;
    font-weight: 700;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%
}

    .owl-carousel02 .owl-prev:hover, .owl-carousel02 .owl-next:hover, .owl-carousel03 .owl-prev:hover, .owl-carousel03 .owl-next:hover {
        border: 0;
        color: #353a49
    }

    .owl-carousel02 .owl-prev i, .owl-carousel02 .owl-next i {
        font-size: 30px
    }

.owl-carousel02 .owl-item {
    transition: .3s
}

    .owl-carousel02 .owl-item:hover {
        -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,.32);
        -moz-box-shadow: 0 0 3px 0 rgba(0,0,0,.32);
        box-shadow: 0 0 3px 0 rgba(0,0,0,.32)
    }

.owl-carousel02 .owl-stage-outer {
    -webkit-box-shadow: 0 7px 5px 0 rgba(204,204,204,1);
    -moz-box-shadow: 0 7px 5px 0 rgba(204,204,204,1);
    box-shadow: 0 7px 5px 0 rgba(204,204,204,1)
}

.owl-carousel03 a {
    text-decoration: none !important
}

.owl-carousel03 .owl-item {
    background-color: #fff
}

    .owl-carousel03 .owl-item img {
        width: 100% !important;
        height: auto
    }

.owl-carousel03 .owl_text {
    padding: 15px;
    color: #151454;
    font-size: 1.1em;
    font-family: 'robotomedium';
    text-align: right
}

    .owl-carousel03 .owl_text a {
        color: #86939f;
        text-align: center;
        text-transform: uppercase;
        font-size: 1.3rem
    }

.owl-carousel03 .owl-prev, .owl-carousel03 .owl-prev {
    width: auto !important;
    position: absolute !important;
    display: inline-block;
    top: -49px;
    right: 79px;
    padding: 2px 11px 3px 10px;
    color: #a7a7a7;
    font-size: 1.1em;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    font-weight: 700
}

.owl-carousel03 .owl-next, .owl-carousel03 .owl-next {
    width: auto !important;
    position: absolute !important;
    display: inline-block;
    top: -49px;
    right: 40px;
    padding: 2px 10px 3px 11px;
    color: #a7a7a7;
    font-size: 1.1em;
    font-weight: 700;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%
}

    .owl-carousel03 .owl-prev:hover, .owl-carousel03 .owl-next:hover, .owl-carousel04 .owl-prev:hover, .owl-carousel04 .owl-next:hover {
        color: #353a49
    }

.owl-carousel03 .owl-item {
    transition: .3s
}

.owl-carousel03 .owl-stage-outer {
    padding: 3px 0;
    margin: 0 -3px;
    padding-left: 3px
}

.owl-carousel03 .owl-prev i, .owl-carousel03 .owl-next i {
    font-size: 35px
}

.listingx {
    list-style: none;
    margin: 0;
    padding: 0
}

    .listingx li a {
        display: block;
        padding: 6px 10px;
        color: #061b5f;
        font-size: .9em;
        text-decoration: none !important;
        transition: all .3s ease;
        border-bottom: 1px #ececec solid
    }

        .listingx li a:hover {
            color: #000
        }

.fildsetholder > div {
    padding: 0 10px;
    padding-top: 15px
}

.fildset_linke {
    margin-bottom: 15px;
    position: relative;
    background: #fff;
    border-radius: 10px
}

    .fildset_linke .more_btn {
        font-size: .9em;
        background: transparent;
        color: #00005a !important;
        padding: 6px 18px;
        border: 1px solid #00005a !important;
        border-radius: 20px
    }

    .fildset_linke .fset {
        display: inline-block;
        padding: 10px;
        font-size: 1.3em;
        width: 100%;
        text-align: center;
        color: #061b5f;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px
    }

    .fildset_linke .more_btn:hover {
        background: #00005a;
        color: #fff !important
    }

    .fildset_linke.top-fsc {
        position: absolute;
        right: -30px;
        width: 100%;
        top: 25px
    }

    .fildset_linke.hot-stock {
        position: absolute;
        left: -30px;
        width: 100%;
        top: 25px
    }

.hot-stock .listingx {
    padding-left: 6%
}

.shadow {
    -webkit-box-shadow: 1px 0 20px 0 rgba(154,154,154,.77);
    -moz-box-shadow: 1px 0 20px 0 rgba(154,154,154,.77);
    box-shadow: 1px 0 20px 0 rgba(154,154,154,.77);
    z-index: 1
}

.bg-light-blue {
    background: #d9f1fc
}

.bg-light-yellow {
    background: #fda
}

.bg-light-orange {
    background: #febcaa
}

.fildset_linke:hover {
    z-index: 2;
    -webkit-box-shadow: 1px 0 20px 0 rgba(154,154,154,.77);
    -moz-box-shadow: 1px 0 20px 0 rgba(154,154,154,.77);
    box-shadow: 1px 0 20px 0 rgba(154,154,154,.77);
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    transform: scale(1.1)
}

.upload-box .quote-form-bg {
    left: -15px;
    top: -15px
}

.service-mail-box, .upload-box {
    margin-bottom: 20px;
    margin-top: 20px
}

    .upload-box img {
        border-radius: 3px
    }

.top-selling-components {
    background: url(../images/selling-bg.webp) no-repeat;
    background-size: cover;
    padding-bottom: 13%
}

    .top-selling-components::after {
        content: "";
        -webkit-transform: skew(0deg,-4deg);
        -moz-transform: skew(0deg,-4deg);
        -ms-transform: skew(0deg,-4deg);
        -o-transform: skew(0deg,-4deg);
        transform: skew(0deg,-4deg);
        transform-origin: bottom left;
        overflow: hidden;
        background: #fff;
        position: absolute;
        width: 100%;
        left: 0;
        height: 98px;
        z-index: 1;
        margin-top: 13%
    }

    .top-selling-components .fildset_linke {
        padding-bottom: 10px
    }

        .top-selling-components .fildset_linke.shadow {
            padding-bottom: 30px
        }

.slide03 {
    background-color: #fff;
    padding-bottom: 0 !important;
    box-shadow: none;
    z-index: 1000;
    overflow: hidden
}

.slidehead {
    font-size: 2.2em;
    margin-bottom: 20px;
    color: #030558;
    margin-top: -5px
}

.slidehead2 {
    font-size: 1.3em;
    margin-bottom: 20px;
    color: #000 !important;
    margin-top: 0
}

.slidehead span {
    font-family: 'robotolight'
}

.slidehead2 strong {
    color: #000
}

.top-brands {
    z-index: 1;
    position: relative;
    webkit-box-shadow: 0 7px 5px 0 rgba(204,204,204,1);
    -moz-box-shadow: 0 7px 5px 0 rgba(204,204,204,1);
    box-shadow: 0 7px 5px 0 rgba(204,204,204,1)
}

    .top-brands .slidehead {
        text-align: center;
        color: #32353b;
        font-size: 2em !important
    }

    .top-brands .owl-carousel03 .owl-item::after {
        content: "";
        -webkit-transform: skew(0deg,-4deg);
        -moz-transform: skew(0deg,-4deg);
        -ms-transform: skew(0deg,-4deg);
        -o-transform: skew(0deg,-4deg);
        transform: skew(0deg,-4deg);
        transform-origin: bottom left;
        overflow: hidden;
        background: #fff;
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 26px;
        height: 27px;
        z-index: 1
    }

.order-process ul {
    list-style: none;
    padding-top: 20px
}

    .order-process ul li {
        display: block;
        height: 56px
    }

        .order-process ul li::before {
            content: "";
            background: url(../images/icons/arrow.png) no-repeat;
            height: 60px;
            width: 50px;
            display: inline-block;
            background-size: 51%;
            position: relative;
            left: 22px;
            top: -6px
        }

        .order-process ul li::after {
            font: normal normal normal 14px/1 FontAwesome;
            content: "\f0fb";
            font-size: 20px;
            display: inline-block;
            color: #fff;
            top: 21px;
            position: relative;
            left: 8px;
            font-size: 24px
        }

        .order-process ul li:first-child::before {
            visibility: hidden
        }

        .order-process ul li a {
            color: #fff;
            padding-bottom: 10px;
            display: inline-block;
            -webkit-transition: all .5s ease;
            -moz-transition: all .5s ease;
            -o-transition: all .5s ease;
            transition: all .5s ease
        }

            .order-process ul li a i {
                position: relative;
                top: 20px;
                display: inline-block;
                margin-right: 12px
            }

            .order-process ul li a:hover {
                color: #f90
            }

                .order-process ul li a:hover span {
                    border-bottom: 1px solid #f90
                }

        .order-process ul li:hover::after {
            color: #f90;
            -webkit-transition: all .5s ease;
            -moz-transition: all .5s ease;
            -o-transition: all .5s ease;
            transition: all .5s ease;
            left: 12px
        }

        .order-process ul li a span {
            border-bottom: 1px solid #fff;
            padding-bottom: 10px;
            width: 95px;
            display: inline-block;
            line-height: 16px;
            font-size: 14px
        }

        .order-process ul li a img {
            width: 43px;
            margin-right: 10px
        }

.brands {
    border-left: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
    margin-bottom: 20px;
    display: block;
    overflow: hidden;
    position: relative;
    top: -32px
}

    .brands div {
        padding: 8px;
        border-right: 1px #ccc solid;
        border-left: 0;
        border-bottom: 1px #ccc solid;
        border: 0
    }

.form_holder {
    padding: 0;
    position: relative;
    overflow: visible;
    display: block;
    float: none
}

.rfq-form .form_holder .btn {
    margin-left: -20px
}

.line {
    display: block;
    clear: both;
    padding-top: 10px
}

.bgcons {
    background-size: auto 100%
}

.bgcons {
    margin-top: 20px
}

    .bgcons > div > div {
        border-right: none;
        border-bottom: 1px dotted #cacfd7;
        padding: 15px 0
    }

    .bgcons > div:nth-child(3) > div i {
        background-position: -235px -170px;
        height: 45px;
        margin-left: -6px;
        width: 66px
    }

    .bgcons > div:last-child > div {
        border: none !important
    }

.owl-carousel03 .owl-item {
    background-color: transparent !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    border: 1px #eee solid
}

.owl-carousel03 .owl-next, .owl-carousel03 .owl-next {
    right: 15px
}

.owl-carousel03 .owl-prev, .owl-carousel03 .owl-prev {
    right: 50px
}

.owl-carousel03 .owl-next {
    right: 0
}

.owl-carousel03 .owl-prev {
    right: 36px
}

.owl-carousel03 .owl_text {
    text-align: left
}

.listed {
    margin-bottom: 15px
}

    .listed ul {
        margin: 0;
        padding: 0;
        list-style: none;
        margin-top: -15px
    }

        .listed ul li {
            display: block
        }

            .listed ul li a {
                display: block;
                width: 100%;
                padding: 10px 0;
                border-bottom: 1px #dee2e6 solid;
                color: #000;
                text-decoration: none !important;
                -webkit-transition: all .5s ease;
                -moz-transition: all .5s ease;
                -o-transition: all .5s ease;
                transition: all .5s ease
            }

.capitalize {
    text-transform: capitalize
}

.listed ul li a:hover {
    color: #f56e4b
}

.red_text {
    color: #ce0202 !important;
    float: right
}

.content_section.content_section2 {
    position: relative;
    border-radius: 3px
}

.topsec p strong {
    color: #000
}

h3 {
    background-color: #fb9803;
    color: #fff;
    display: block;
    font-size: 1.3em;
    margin-bottom: 0;
    margin-top: 0;
    overflow: hidden;
    padding: 12px 15px;
    width: 100%
}

.form_holder, .listed {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px #eee solid;
    padding: 20px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.13);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.13);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.13)
}

    .listed ul li:last-child a {
        border: none
    }

@media(min-width:1920px) and (max-width:800000px) {
    .certifix {
        text-align: center;
        overflow: hidden
    }

        .certifix div {
            display: inline-block;
            padding: 10px;
            width: 9.7%;
            transform: scale(1) !important
        }

            .certifix div img {
                max-width: 100% !important;
                height: auto
            }
}

@media(min-width:1680px) and (max-width:1919px) {
    .certifix {
        text-align: center;
        overflow: hidden;
        margin: 0 auto
    }

        .certifix div {
            display: inline-block;
            padding: 10px;
            width: 9.7%;
            transform: scale(1) !important
        }

            .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: 9.7%;
            transform: scale(1) !important
        }

            .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: 9.7%;
            transform: scale(1) !important
        }

            .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: 20%
        }

            .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:0) 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(max-width:1024px) {
    .footer-img {
        right: -25%;
        top: 29px
    }
}

.header-blue {
    background: #091d60
}

.select_holder .voice-icon {
    margin: 0;
    padding: 0;
    padding: 3px 5px 0;
    font-size: 18px;
    color: #939191;
    border: 0;
    margin-right: 8px
}

    .select_holder .voice-icon:hover, .select_holder .voice-icon:focus {
        color: #f90;
        background: transparent;
        border-radius: 50%;
        animation: pulse 1s ease-in-out
    }

.quote-form-bg {
    height: 150px;
    width: 150px;
    top: 0;
    left: 0;
    z-index: 0;
    position: absolute;
    border-radius: 3px
}

.yellow-bg {
    background: #f90
}

.orange-bg {
    background: #f36e4a
}

.grey-bg {
    background: #d4d7dc
}

.blue-bg {
    background: #091d60
}

.form_holder {
    margin-top: 0;
    border-radius: 3px
}

.service-icons {
    position: relative;
    margin-top: 20px
}

    .service-icons .quote-form-bg {
        left: -15px;
        top: 5px
    }

.pos-rel {
    position: relative
}

    .pos-rel.bgcons {
        color: #000;
        background: #fff;
        -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.13);
        -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.13);
        box-shadow: 0 0 10px 0 rgba(0,0,0,.13);
        padding: 20px 10px 40px;
        display: inline-block;
        border-radius: 3px
    }

        .pos-rel.bgcons i {
            margin-right: 15px
        }

        .pos-rel.bgcons strong {
            font-size: 1.1em
        }

        .pos-rel.bgcons > div:nth-child(3) > div i.sprite-quality-orange {
            width: 52px;
            height: 52px;
            background-position: -476px -171px;
            margin-left: 0
        }

        .pos-rel.bgcons > div > div {
            padding: 10px 0
        }

.top-categories, .featured-parts {
    position: relative;
    background: #fff;
    border-radius: 3px
}

    .top-categories .listed {
        border-radius: 3px
    }

    .top-categories .quote-form-bg {
        top: -15px;
        left: -15px;
        z-index: -1
    }

    .top-categories .slidehead {
        background: transparent;
        text-align: center;
        color: #000;
        margin-bottom: 10px
    }

    .top-categories .listed {
        padding: 0 20px 20px
    }

.slidehead span {
    color: #757575
}

.featured-parts {
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.13);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.13);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.13);
    border-radius: 3px
}

    .featured-parts h3 {
        background: #fff
    }

    .featured-parts .grey-bg {
        top: -15px;
        left: -15px
    }

    .featured-parts .slide03 {
        background: #fff;
        position: relative;
        z-index: 1;
        border-radius: 3px
    }

    .featured-parts .owl-carousel03 .owl-prev {
        left: 0;
        top: 25%
    }

    .featured-parts .owl-carousel03 .owl-next {
        right: 0;
        top: 25%
    }

        .featured-parts .owl-carousel03 .owl-prev i, .featured-parts .owl-carousel03 .owl-next i {
            padding: 5px 10px;
            line-height: 24px
        }

            .featured-parts .owl-carousel03 .owl-prev i:hover, .featured-parts .owl-carousel03 .owl-next i:hover {
                background-color: rgba(255,255,255,.9)
            }

    .featured-parts .slidehead, .rfq-form .slidehead, .top-brands-manufacturer .slidehead {
        margin-bottom: 0;
        margin-top: 0 !important;
        color: #000;
        text-align: center
    }

    .featured-parts .owl-carousel03 .owl_text {
        font-family: "robotoregular";
        color: #000
    }

        .featured-parts .owl-carousel03 .owl_text a {
            padding: 10px 15px
        }

    .featured-parts .owl-carousel03 .owl-item {
        border: 0
    }

.main_paging .pager .owl-wrapper-outer, .pagination_top.main_paging {
    overflow: visible
}

.main_paging .owl-carousel .owl-item .view_all {
    width: 86px !important
}

.main_paging .pager li > a {
    width: 60px;
    background: #c0cae3;
    border: 0;
    border-right: 1px solid #fff;
    color: #0a1e5f !important
}

.main_paging .owl-buttons {
    display: none
}

.main_paging .pager {
    width: auto !important;
    background: #c0cae4;
    margin-right: 0 !important;
    padding: 1px 0
}

    .main_paging .pager li {
        position: relative
    }

        .main_paging .pager li > a:focus, .main_paging .pager li > a:hover {
            background: #0a1e5f !important;
            color: #f56e4b !important
        }

.main_paging .open > .dropdown-menu {
    background: #0a1e5f;
    top: 26px;
    border-radius: 0;
    z-index: 1;
    padding: 0;
    margin: 0;
    left: -112%;
    font-size: 12px;
    min-width: auto;
    display: inline-flex
}

    .main_paging .open > .dropdown-menu a {
        width: 23px;
        background: #0a1e5f;
        border-right: 0;
        color: #fff !important;
        font-size: 14px
    }

.main_paging .browse-btn {
    background: #c0cae4;
    color: #0a1e5f !important;
    font-weight: 700;
    border-right: 1px solid #fff
}

.search-field {
    position: relative;
    margin: 15px 0
}

    .search-field .form-control {
        background: #f4f6fa;
        border: 0;
        box-shadow: none
    }

    .search-field::after {
        content: "\f002";
        font: normal normal normal 14px/1 FontAwesome;
        color: #fd9b07;
        font-size: 20px;
        position: absolute;
        right: 10px;
        top: 7px
    }

.top-brands-manufacturer {
    z-index: 1;
    position: relative;
    padding: 20px;
    webkit-box-shadow: 0 7px 5px 0 rgba(204,204,204,1);
    -moz-box-shadow: 0 7px 5px 0 rgba(204,204,204,1);
    box-shadow: 0 7px 5px 0 rgba(204,204,204,1);
    background: #fff;
    margin-top: 15px;
    height: 196px;
    margin-bottom: 20px;
    border-radius: 3px
}

    .top-brands-manufacturer .brands {
        border: 0;
        width: 100%;
        top: 0;
        height: 159px
    }

    .top-brands-manufacturer .slidehead {
        position: relative;
        width: auto;
        display: inline-block
    }

    .top-brands-manufacturer .border-bottom {
        background: #f90;
        height: 2px;
        width: 100%;
        display: inline-block;
        position: absolute;
        left: 0;
        bottom: -10px
    }

.content_section2 h1 {
    position: relative;
    width: auto;
    display: inline-block;
    margin-bottom: 20px
}

.content_section2 .border-bottom {
    background: #f90;
    height: 2px;
    width: 100%;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -10px
}

    .top-brands-manufacturer .border-bottom::after, .content_section2 .border-bottom::after {
        content: "";
        background: url(../images/icons/plane-border.png);
        background-size: 100%;
        background-position: center;
        height: 15px;
        width: 25px;
        display: inline-block;
        position: absolute;
        top: -7px;
        right: -2px
    }

#owl-carousel-brands a {
    display: inline-block;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

#owl-carousel-brands .owl-item a:hover {
    webkit-box-shadow: 0 7px 5px 0 rgba(204,204,204,1);
    -moz-box-shadow: 0 7px 5px 0 rgba(204,204,204,1);
    box-shadow: 0 7px 5px 0 rgba(204,204,204,1)
}

#owl-carousel-brands .owl-prev, #owl-carousel-brands .owl-next {
    position: absolute;
    font-size: 30px;
    top: -15px
}

#owl-carousel-brands .owl-prev {
    right: 30px
}

#owl-carousel-brands .owl-next {
    right: 0
}

#owl-carousel-brands .owl-item a {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px
}

    #owl-carousel-brands .owl-item a:last-child {
        border-bottom: 0
    }

#owl-carousel-brands .owl-item {
    line-height: 0;
    padding: 0
}

#owl-carousel-brands .owl-wrapper-outer {
    width: 100%;
    display: inline-block
}

.content_section2 h1, .content_section2 h4, .content_section2 h2.slidehead2 {
    font-size: 1.4em;
    font-weight: 500;
    color: #61646d !important;
    position: relative;
    width: auto;
    display: inline-block
}

#owl-demo05.owl-carousel .owl-item {
    width: 46px !important
}

.content_section2 .message h1::after {
    display: none
}

.no-shadow {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

.message h1 {
    margin-bottom: 0
}

.sitemap .content_section2 {
    padding: 0 20px !important
}

.our-service-box h4 {
    font-size: 15px
}

    .our-service-box h4 a {
        color: #fb9803
    }

.main_paging ul.pager li:last-child .dropdown-menu {
    left: -133%
}

.owl-controls i {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.banner .owl-controls i {
    margin: 6px 9%;
    bottom: 7%
}

.icon-arrow-left {
    background: url(../images/icons/home-left.png) no-repeat;
    height: 100px;
    width: 70px;
    display: inline-block;
    background-size: 71%;
    background-position: center
}

.icon-arrow-right {
    background: url(../images/icons/home-right.png) no-repeat;
    height: 100px;
    width: 70px;
    display: inline-block;
    background-size: 71%;
    background-position: center
}

.banner .owl-controls i.icon-arrow-left:hover {
    background: #f1f1f1 url(../images/icons/home-hover-left.png) no-repeat;
    height: 100px;
    width: 70px;
    display: inline-block;
    background-size: 71%;
    background-position: center
}

.banner .owl-controls i.icon-arrow-right:hover {
    background: #f1f1f1 url(../images/icons/home-hover-right.png) no-repeat;
    height: 100px;
    width: 70px;
    display: inline-block;
    background-size: 71%;
    background-position: center
}

#owl-demo05 .owl-controls i, #owl-demo-pager .owl-controls i {
    height: 12px;
    width: 15px;
    display: inline-block;
    background-position: center
}

#owl-demo05 .owl-controls .owl-prev i, #owl-demo-pager .owl-controls .owl-prev i {
    background: url(../images/icons/arrow-left-white.png) no-repeat
}

#owl-demo05 .owl-controls .owl-next i, #owl-demo-pager .owl-controls .owl-next i {
    background: url(../images/icons/arrow-right-white.png) no-repeat
}

#owl-demo05.pager .owl-prev, #owl-demo05.pager .owl-next, #owl-demo-pager .owl-controls .owl-prev, #owl-demo-pager .owl-controls .owl-next {
    padding: 4px 10px !important
}

.second_paging .view_all {
    margin-right: 10px
}

.fscs h3.text-blue::after {
    display: none
}

.fscs h3.text-blue {
    color: #000 !important;
    background: #bbb;
    padding: 7px 10px;
    width: 100%;
    font-size: 17px;
    margin-top: 16px;
    font-family: inherit;
    margin-bottom: 10px
}

.quote-note {
    color: #757575;
    font-size: 12px;
    padding: 0 10px 5px
}

.topsec {
    margin-top: 40px
}

.table_view.graybgx1 {
    background-color: #fff;
    width: 100%;
    padding: 5px;
    border-radius: 0;
    margin-bottom: 4px
}

.graybgx1 table {
    background-color: transparent;
    width: 100% !important
}

    .graybgx1 table td {
        padding: 5px 0;
        width: 100% !important
    }

        .graybgx1 table td a {
            color: #ee7727
        }

.table_view.graybgx1.planebox table tr {
    border: none !important;
    background-color: transparent !important
}

    .table_view.graybgx1.planebox table tr td {
        padding: 5px 0 !important;
        border: none !important
    }

.divnsninfo table.tblnsninfo tr td, .divnsninfo table.tblnsninfo tr th {
    padding: 5px !important;
    text-align: left !important
}

.table_view1.graybgx2 {
    background-color: #fff;
    width: 100% !important;
    padding: 5px;
    border-radius: 0;
    margin-bottom: 15px
}

.graybgx2 table {
    background-color: transparent;
    width: 100% !important
}

    .graybgx2 table td {
        padding: 5px;
        border: 1px solid;
        border-color: #e3e3e3
    }

        .graybgx2 table td a {
            color: #ee7727
        }

.table_view1.graybgx2.planebox table tr {
    border: none !important;
    background-color: transparent !important
}

    .table_view1.graybgx2.planebox table tr td {
        padding: 5px 0 !important;
        border: none !important
    }

@media(max-width:480px) {
    .graybgx2 table td {
        width: 100% !important;
        float: left;
        display: inline-block
    }
}

@media(max-width:800px) {
    .graybgx2 table td {
        width: 50% !important;
        float: left;
        display: inline-block
    }
}

.content_section2 h2.cage-details {
    font-size: 1.4em;
    font-weight: 500;
    color: #32353b !important;
    position: relative;
    width: auto;
    display: inline-block
}

.cta .acceredited {
    color: #fb9704;
    width: auto !important;
    font-size: 1em;
    margin-right: 10px;
    text-decoration: none !important;
    position: relative;
    display: inline-block;
    font-family: 'robotomedium'
}

.part-list-title.margin-top-20 {
    margin-top: -20px
}

.foot-disc p, .no-china p, .fallenheroes p {
    line-height: 1.2;
    font-size: 1em
}

.no-china img, .no-china p, .fallenheroes p {
    vertical-align: middle
}

.pre-footer {
    padding: 0;
    margin: 0
}

.foot-disc, .no-china, .fallenheroes {
    position: relative;
    background-color: #fff;
    color: #6a7582;
    padding: 4px 20px 0 40px;
    border-top: 2px #d4333c solid;
    border-bottom: 3px solid #ccc;
    overflow: hidden;
    min-height: 150px;
    margin-bottom: 30px;
    border-radius: 10px
}

.no-china-content, .fallenheroes-content {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    padding-top: 2em
}

.foot-disc ul li {
    width: 100%;
    float: none;
    text-align: left;
    margin: 0;
    padding: 0
}

.foot-disc p {
    margin-bottom: 0;
    padding: 5px 0;
    color: #000
}

.no-china p, .fallenheroes p {
    padding-left: 14px;
    padding-top: 1.2em;
    margin-left: 18%
}

.no-china img, .fallenheroes img {
    width: 80px;
    float: left
}

@media(min-width:768px) and (max-width:980px) {
    .foot-disc, .no-china, .fallenheroes {
        min-height: 138px
    }
}

@media(min-width:1024px) and (max-width:1280px) {
    .no-china-content, .fallenheroes-content {
        position: absolute;
        width: 100%;
        height: 100%;
        padding-left: 10px;
        padding-right: 10px
    }

    .no-china p, .fallenheroes p {
        margin-left: 29%;
        padding-left: 2px
    }

    .mobipfix {
        margin-top: -10% !important
    }

    .foot-disc, .no-china, .fallenheroes {
        min-height: 187px
    }

        .foot-disc ul {
            margin-top: 11%
        }
}

@media(min-width:768px)and (max-width:991px) {
    .no-china-content, .fallenheroes-content {
        padding-left: 30px;
        padding-right: 30px
    }

    .mobipfix {
        margin-top: 0 !important
    }

    .no-china p, .fallenheroes p {
        margin-left: 14%
    }

    .foot-disc ul {
        margin-top: 3%
    }
}

@media(max-width:767px) {
    .no-china p, .fallenheroes p {
        line-height: 1.2;
        font-size: 1em;
        display: block;
        vertical-align: middle;
        margin-left: 95px;
        padding-top: 1.2em
    }
}

@media(max-width:480px) {
    .no-china-content, .fallenheroes-content {
        position: absolute;
        width: 100%;
        height: 100%;
        padding-left: 15px;
        padding-right: 10px;
        padding-top: 20px
    }

    .no-china p, .fallenheroes p {
        margin-left: 79px;
        padding-top: .4em;
        margin-top: 12px
    }

    .fallenheroes {
        min-height: 165px
    }

    .foot-disc, .no-china {
        min-height: 120px
    }

    .mobipfix {
        margin-top: -4% !important
    }

    .foot-disc ul {
        margin-top: 3%
    }

    .mobiimg-fix {
        margin-top: 2%
    }
}

.mobipfix {
    margin-top: -6%
}

@media(min-width:1367px) and (max-width:1920px) {
    .mobipfix {
        margin-top: -1%
    }

    .foot-disc, .no-china, .fallenheroes {
        min-height: 167px
    }

        .no-china p, .fallenheroes p {
            margin-left: 17%
        }

    .no-china-content {
        left: 21%
    }

    .foot-disc ul {
        margin-top: 6%
    }

    .fallenheroes p {
        padding-right: 29px
    }
}

@media(min-width:1025px) and (max-width:1366px) {
    .no-china-content {
        left: 12%
    }

    .foot-disc ul {
        margin-top: 6%
    }

    .fallenheroes p {
        padding-right: 29px
    }
}

@media(max-width:360px) {
    .fallenheroes {
        min-height: 170px
    }
}

@media(max-width:330px) {
    .fallenheroes {
        min-height: 220px
    }

    .foot-disc, .no-china {
        min-height: 120px
    }

    .mobiimg-fix {
        margin-top: 10%
    }
}

@media (max-width:1279px) and (min-width:0) {
    .main_nav li > a > .fa-angle-down, .main_nav li > ul > li a > .fa-angle-right {
        display: none
    }
}

@media (max-width:1279px) and (min-width:0) {
    .main_nav li > .fa-angle-down, .main_nav li > ul > li .fa-angle-down {
        display: block;
        position: absolute;
        right: 10px;
        top: 0;
        color: #fff;
        padding: 15px;
        cursor: pointer
    }
}

.welcome-bg .content_section h1.title_style {
    font-family: inherit !important
}

.content_section .stats div.text-orange {
    font-size: 3.5em;
    font-family: "robotomedium";
    line-height: 1em;
    margin-bottom: 15px;
    background: transparent;
    padding: 12px 15px
}

.content_section .featured-product h2 {
    color: #32353b;
    font-family: 'robotomedium';
    font-size: 2em
}

.top-brands h3.slidehead {
    font-family: inherit;
    margin-bottom: 18px
}

@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:0) and (max-width:399px) {
    .certificate {
        width: 100%;
        background-color: #fff;
        height: 544px
    }
}

@media only screen and (max-width:760px),(min-device-width:768px) and (max-device-width:1024px) {
    table.resp-table, .resp-table > thead, .resp-table > tbody, .resp-table th, .resp-table td, .resp-table tr {
        display: block
    }

        .resp-table > thead tr, .resp-table > tbody tr th {
            position: absolute;
            top: -9999px;
            left: -9999px
        }

        .resp-table > tbody > tr {
            border: 1px solid #ccc
        }

            .resp-table > tbody > tr:nth-child(odd) {
                background: #ccc !important
            }

            .resp-table > tbody > tr > td {
                border: none;
                border-bottom: 1px solid #eee;
                position: relative;
                width: 100% !important;
                text-align: left
            }

                .resp-table > tbody > tr > td:before {
                    top: 6px;
                    left: 6px;
                    width: 45%;
                    padding-right: 10px;
                    white-space: nowrap;
                    font-weight: 700
                }

    .resp-table-nsn > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-nsn > tbody > tr > td:nth-of-type(2):before {
        content: "Manufacturer : "
    }

    .resp-table-nsn > tbody > tr > td:nth-of-type(3):before {
        content: "Item Name : "
    }

    .resp-table-nsn > tbody > tr > td:nth-of-type(4):before {
        content: "QTY : "
    }

    .resp-table-nsn-PartTypes > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-nsn-PartTypes > tbody > tr > td:nth-of-type(2):before {
        content: "NSN : "
    }

    .resp-table-nsn-PartTypes > tbody > tr > td:nth-of-type(3):before {
        content: "Manufacturer : "
    }

    .resp-table-nsn-PartTypes > tbody > tr > td:nth-of-type(4):before {
        content: "QTY : "
    }

    .resp-table-commercial > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-commercial > tbody > tr > td:nth-of-type(2):before {
        content: "Manufacturer : "
    }

    .resp-table-commercial > tbody > tr > td:nth-of-type(3):before {
        content: "Item Name : "
    }

    .resp-table-nsn-mfg > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-nsn-mfg > tbody > tr > td:nth-of-type(2):before {
        content: "NSN : "
    }

    .resp-table-nsn-mfg > tbody > tr > td:nth-of-type(3):before {
        content: "Item Name : "
    }

    .resp-table-nsn-mfg > tbody > tr > td:nth-of-type(4):before {
        content: "QTY : "
    }

    .resp-table-ItHardware-mfg > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-ItHardware-mfg > tbody > tr > td:nth-of-type(2):before {
        content: "Description : "
    }

    .resp-table-ItHardware-mfg > tbody > tr > td:nth-of-type(3):before {
        content: "Part Type : "
    }

    .resp-table-ItHardware-mfg > tbody > tr > td:nth-of-type(4):before {
        content: "QTY : "
    }

    .resp-table-aviation-mfg > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-aviation-mfg > tbody > tr > td:nth-of-type(2):before {
        content: "NSN : "
    }

    .resp-table-aviation-mfg > tbody > tr > td:nth-of-type(3):before {
        content: "Item Name : "
    }

    .resp-table-aviation-mfg > tbody > tr > td:nth-of-type(4):before {
        content: "Qty : "
    }

    .resp-table-avionics > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-avionics > tbody > tr > td:nth-of-type(2):before {
        content: "Manufacturer : "
    }

    .resp-table-avionics > tbody > tr > td:nth-of-type(3):before {
        content: "Description : "
    }

    .resp-table-avionics > tbody > tr > td:nth-of-type(4):before {
        content: "Series : "
    }

    .resp-table-avionics > tbody > tr > td:nth-of-type(5):before {
        content: "Condition : "
    }

    .resp-table-turbonormalizing > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-turbonormalizing > tbody > tr > td:nth-of-type(2):before {
        content: "Manufacturer : "
    }

    .resp-table-turbonormalizing > tbody > tr > td:nth-of-type(3):before {
        content: "Description : "
    }

    .resp-table-turbonormalizing > tbody > tr > td:nth-of-type(4):before {
        content: "Aircraft Type : "
    }

    .resp-table-computer-mfg > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-computer-mfg > tbody > tr > td:nth-of-type(2):before {
        content: "Item Name "
    }

    .resp-table-computer-mfg > tbody > tr > td:nth-of-type(3):before {
        content: "QTY : "
    }

    .resp-table-connector-mfg > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-connector-mfg > tbody > tr > td:nth-of-type(2):before {
        content: "Part Type : "
    }

    .resp-table-connector-mfg > tbody > tr > td:nth-of-type(3):before {
        content: "Description : "
    }

    .resp-table-connector-mfg > tbody > tr > td:nth-of-type(4):before {
        content: "QTY : "
    }

    .resp-table-ele > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-ele > tbody > tr > td:nth-of-type(2):before {
        content: "Description : "
    }

    .resp-table-ele > tbody > tr > td:nth-of-type(3):before {
        content: "QTY : "
    }

    .resp-table-aircraft-tail > tbody > tr > td:nth-of-type(1):before {
        content: "AB Part No : "
    }

    .resp-table-aircraft-tail > tbody > tr > td:nth-of-type(2):before {
        content: "Part No : "
    }

    .resp-table-aircraft-tail > tbody > tr > td:nth-of-type(3):before {
        content: "Description : "
    }

    .resp-table-aircraft-tail > tbody > tr > td:nth-of-type(4):before {
        content: "Category : "
    }

    .resp-table-aviation-battery > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-aviation-battery > tbody > tr > td:nth-of-type(2):before {
        content: "Manufacturer : "
    }

    .resp-table-aviation-battery > tbody > tr > td:nth-of-type(3):before {
        content: "Type : "
    }

    .resp-table-helicopter-floatation > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-helicopter-floatation > tbody > tr > td:nth-of-type(2):before {
        content: "Description : "
    }

    .resp-table-aircraft-wing > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-aircraft-wing > tbody > tr > td:nth-of-type(2):before {
        content: "Manufacturer : "
    }

    .resp-table-aircraft-wing > tbody > tr > td:nth-of-type(3):before {
        content: "Model : "
    }

    .resp-table-aircraft-jack > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-aircraft-jack > tbody > tr > td:nth-of-type(2):before {
        content: "Manufacturer : "
    }

    .resp-table-aircraft-jack > tbody > tr > td:nth-of-type(3):before {
        content: "Category : "
    }

    .resp-table-aircraft-jack > tbody > tr > td:nth-of-type(4):before {
        content: "SubCategory : "
    }

    .resp-table-aircraft-jack > tbody > tr > td:nth-of-type(5):before {
        content: "Description : "
    }

    .resp-table-ele-parttypes > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-ele-parttypes > tbody > tr > td:nth-of-type(2):before {
        content: "Manufacturer : "
    }

    .resp-table-ele-parttypes > tbody > tr > td:nth-of-type(3):before {
        content: "Description : "
    }

    .resp-table-ele-parttypes > tbody > tr > td:nth-of-type(4):before {
        content: "Qty : "
    }

    .resp-table-parttype > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-parttype > tbody > tr > td:nth-of-type(2):before {
        content: "NSN : "
    }

    .resp-table-parttype > tbody > tr > td:nth-of-type(3):before {
        content: "Item Name : "
    }

    .resp-table-parttype > tbody > tr > td:nth-of-type(4):before {
        content: "QTY : "
    }

    .resp-table-aviation-parttype > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-aviation-parttype > tbody > tr > td:nth-of-type(2):before {
        content: "NSN : "
    }

    .resp-table-aviation-parttype > tbody > tr > td:nth-of-type(3):before {
        content: "Manufacturer : "
    }

    .resp-table-aviation-parttype > tbody > tr > td:nth-of-type(4):before {
        content: "QTY : "
    }

    .resp-table-ItHardware-parttype > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-ItHardware-parttype > tbody > tr > td:nth-of-type(2):before {
        content: "Description : "
    }

    .resp-table-ItHardware-parttype > tbody > tr > td:nth-of-type(3):before {
        content: "Manufacturer : "
    }

    .resp-table-ItHardware-parttype > tbody > tr > td:nth-of-type(4):before {
        content: "QTY : "
    }

    .resp-table-aircraft-pilot > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-aircraft-pilot > tbody > tr > td:nth-of-type(2):before {
        content: "Description : "
    }

    .resp-table-aircraft-propeller > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-aircraft-propeller > tbody > tr > td:nth-of-type(2):before {
        content: "Manufacturer : "
    }

    .resp-table-aircraft-propeller > tbody > tr > td:nth-of-type(3):before {
        content: "Description : "
    }

    .resp-table-aircraft-model > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-aircraft-model > tbody > tr > td:nth-of-type(2):before {
        content: "Aircraft Type : "
    }

    .resp-table-aircraft-model > tbody > tr > td:nth-of-type(3):before {
        content: "Part Type : "
    }

    .resp-table-aircraft-model > tbody > tr > td:nth-of-type(4):before {
        content: "Description : "
    }

    .resp-table-aircraft-model > tbody > tr > td:nth-of-type(5):before {
        content: "Condition : "
    }

    .resp-table-connector-parttype > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-connector-parttype > tbody > tr > td:nth-of-type(2):before {
        content: "Manufacturer : "
    }

    .resp-table-connector-parttype > tbody > tr > td:nth-of-type(3):before {
        content: "Description : "
    }

    .resp-table-connector-parttype > tbody > tr > td:nth-of-type(4):before {
        content: "QTY : "
    }

    .resp-table-aircraft-hydraulics > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-aircraft-hydraulics > tbody > tr > td:nth-of-type(2):before {
        content: "Description : "
    }

    .resp-table-aircraft-hydraulics > tbody > tr > td:nth-of-type(3):before {
        content: "Category : "
    }

    .resp-table-aircraft-radio > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-aircraft-radio > tbody > tr > td:nth-of-type(2):before {
        content: "Manufacturer : "
    }

    .resp-table-aircraft-radio > tbody > tr > td:nth-of-type(3):before {
        content: "Description : "
    }

    .resp-table-aircraft-radio > tbody > tr > td:nth-of-type(4):before {
        content: "QTY : "
    }

    .resp-table-automatic-test > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-automatic-test > tbody > tr > td:nth-of-type(2):before {
        content: "Test Adapter : "
    }

    .resp-table-automatic-test > tbody > tr > td:nth-of-type(3):before {
        content: "Description : "
    }

    .resp-table-automatic-test > tbody > tr > td:nth-of-type(4):before {
        content: "QTY : "
    }

    .resp-table-aircraft-adhesive > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-aircraft-adhesive > tbody > tr > td:nth-of-type(2):before {
        content: "Description : "
    }

    .resp-table-aircraft-adhesive > tbody > tr > td:nth-of-type(3):before {
        content: "QTY : "
    }

    .resp-table-pressurization > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-pressurization > tbody > tr > td:nth-of-type(2):before {
        content: "Manufacturer : "
    }

    .resp-table-pressurization > tbody > tr > td:nth-of-type(3):before {
        content: "Category : "
    }

    .resp-table-pressurization > tbody > tr > td:nth-of-type(4):before {
        content: "Description : "
    }

    .resp-table-air-conditioning > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-air-conditioning > tbody > tr > td:nth-of-type(2):before {
        content: "Manufacturer : "
    }

    .resp-table-air-conditioning > tbody > tr > td:nth-of-type(3):before {
        content: "Description : "
    }

    .resp-table-gse > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-gse > tbody > tr > td:nth-of-type(2):before {
        content: "AC Type : "
    }

    .resp-table-gse > tbody > tr > td:nth-of-type(3):before {
        content: "Description : "
    }

    .resp-table-gse-tooling > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-gse-tooling > tbody > tr > td:nth-of-type(2):before {
        content: "Manufacturer : "
    }

    .resp-table-gse-tooling > tbody > tr > td:nth-of-type(3):before {
        content: "Description : "
    }

    .resp-table-hydraulicgse-tooling > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-hydraulicgse-tooling > tbody > tr > td:nth-of-type(2):before {
        content: "Manufacturer : "
    }

    .resp-table-hydraulicgse-tooling > tbody > tr > td:nth-of-type(3):before {
        content: "Category : "
    }

    .resp-table-hydraulicgse-tooling > tbody > tr > td:nth-of-type(4):before {
        content: "Description : "
    }

    .resp-table-computer-parttype > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-computer-parttype > tbody > tr > td:nth-of-type(2):before {
        content: "Description : "
    }

    .resp-table-computer-parttype > tbody > tr > td:nth-of-type(3):before {
        content: "Manufacturer : "
    }

    .resp-table-computer-parttype > tbody > tr > td:nth-of-type(4):before {
        content: "QTY : "
    }

    .resp-table-aircraft-towbar > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-aircraft-towbar > tbody > tr > td:nth-of-type(2):before {
        content: "Manufacturer : "
    }

    .resp-table-aircraft-towbar > tbody > tr > td:nth-of-type(3):before {
        content: "Description : "
    }

    .resp-table-aircraft-towbar > tbody > tr > td:nth-of-type(4):before {
        content: "QTY : "
    }

    .resp-table-aviation > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-aviation > tbody > tr > td:nth-of-type(2):before {
        content: "NSN : "
    }

    .resp-table-aviation > tbody > tr > td:nth-of-type(3):before {
        content: "Manufacturer : "
    }

    .resp-table-aviation > tbody > tr > td:nth-of-type(4):before {
        content: "QTY : "
    }

    .resp-table-upc > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-upc > tbody > tr > td:nth-of-type(2):before {
        content: "UNSPSC : "
    }

    .resp-table-upc > tbody > tr > td:nth-of-type(3):before {
        content: "Description : "
    }

    .resp-table-upc > tbody > tr > td:nth-of-type(4):before {
        content: "QTY : "
    }

    .resp-table-UNSPSC > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-UNSPSC > tbody > tr > td:nth-of-type(2):before {
        content: "UPC : "
    }

    .resp-table-UNSPSC > tbody > tr > td:nth-of-type(3):before {
        content: "Description : "
    }

    .resp-table-UNSPSC > tbody > tr > td:nth-of-type(4):before {
        content: "QTY : "
    }

    .resp-table-civilian-truck > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-civilian-truck > tbody > tr > td:nth-of-type(2):before {
        content: "Part Specification : "
    }

    .resp-table-civilian-truck > tbody > tr > td:nth-of-type(3):before {
        content: "Category : "
    }

    .resp-table-civilian-truck > tbody > tr > td:nth-of-type(4):before {
        content: "Description : "
    }

    .resp-table-military-truck > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-military-truck > tbody > tr > td:nth-of-type(2):before {
        content: "Category : "
    }

    .resp-table-military-truck > tbody > tr > td:nth-of-type(3):before {
        content: "Description : "
    }

    .resp-table-military-tractor > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-military-tractor > tbody > tr > td:nth-of-type(2):before {
        content: "Category : "
    }

    .resp-table-military-tractor > tbody > tr > td:nth-of-type(3):before {
        content: "Description : "
    }

    .resp-table-military-tractor > tbody > tr > td:nth-of-type(4):before {
        content: "Part Specification : "
    }

    .resp-table-military-truckparts > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-military-truckparts > tbody > tr > td:nth-of-type(2):before {
        content: "Alternate Part No : "
    }

    .resp-table-military-truckparts > tbody > tr > td:nth-of-type(3):before {
        content: "Manufacturer : "
    }

    .resp-table-military-truckparts > tbody > tr > td:nth-of-type(4):before {
        content: "Category : "
    }

    .resp-table-military-truckparts > tbody > tr > td:nth-of-type(5):before {
        content: "Description : "
    }

    .resp-table-military-generation > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-military-generation > tbody > tr > td:nth-of-type(2):before {
        content: "Part Specification : "
    }

    .resp-table-military-generation > tbody > tr > td:nth-of-type(3):before {
        content: "Sub Category : "
    }

    .resp-table-military-generation > tbody > tr > td:nth-of-type(4):before {
        content: "Description : "
    }

    .resp-table-commercial-truck > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-commercial-truck > tbody > tr > td:nth-of-type(2):before {
        content: "Manufacturer : "
    }

    .resp-table-commercial-truck > tbody > tr > td:nth-of-type(3):before {
        content: "Description : "
    }

    .resp-table-fsc > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-fsc > tbody > tr > td:nth-of-type(2):before {
        content: "NSN : "
    }

    .resp-table-fsc > tbody > tr > td:nth-of-type(3):before {
        content: "Item Name : "
    }

    .resp-table-fsc > tbody > tr > td:nth-of-type(4):before {
        content: "Manufacturer : "
    }

    .resp-table-fsc > tbody > tr > td:nth-of-type(5):before {
        content: "Qty : "
    }

    .resp-table-cage > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-cage > tbody > tr > td:nth-of-type(2):before {
        content: "Item Name : "
    }

    .resp-table-cage > tbody > tr > td:nth-of-type(3):before {
        content: "Manufacturer : "
    }

    .resp-table-cage > tbody > tr > td:nth-of-type(4):before {
        content: "NSN : "
    }

    .resp-table-cage > tbody > tr > td:nth-of-type(5):before {
        content: "QTY : "
    }

    .resp-table-aircraft-windows-part > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-aircraft-windows-part > tbody > tr > td:nth-of-type(2):before {
        content: "Manufacturer : "
    }

    .resp-table-aircraft-windows-part > tbody > tr > td:nth-of-type(3):before {
        content: "Aircraft-Model : "
    }

    .resp-table-aircraft-windows-part > tbody > tr > td:nth-of-type(4):before {
        content: "Description : "
    }

    .resp-table-stdpart > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-stdpart > tbody > tr > td:nth-of-type(2):before {
        content: "Manufacturer : "
    }

    .resp-table-stdpart > tbody > tr > td:nth-of-type(3):before {
        content: "Part Desc : "
    }

    .resp-table-stdpart > tbody > tr > td:nth-of-type(4):before {
        content: "QTY : "
    }

    .resp-table-aircraft-deicing > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-aircraft-deicing > tbody > tr > td:nth-of-type(2):before {
        content: "Description : "
    }

    .resp-table-aircraft-deicing > tbody > tr > td:nth-of-type(3):before {
        content: "Qty : "
    }

    .resp-table-skurka > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-skurkag > tbody > tr > td:nth-of-type(2):before {
        content: "Aircraft Type : "
    }

    .resp-table-skurka > tbody > tr > td:nth-of-type(3):before {
        content: "Category : "
    }

    .resp-table-skurka > tbody > tr > td:nth-of-type(4):before {
        content: "Description : "
    }

    .resp-table-skurka > tbody > tr > td:nth-of-type(5):before {
        content: "Condition : "
    }

    .resp-table-aircraft-pallet > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-aircraft-pallet > tbody > tr > td:nth-of-type(2):before {
        content: "Pallet Type : "
    }

    .resp-table-aircraft-pallet > tbody > tr > td:nth-of-type(3):before {
        content: "Description : "
    }

    .resp-table-aircraft-aileron > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-aircraft-aileron > tbody > tr > td:nth-of-type(2):before {
        content: "Description : "
    }

    .resp-table-aircraft-aileron > tbody > tr > td:nth-of-type(3):before {
        content: "Qty : "
    }

    .resp-table-aircraft-aileron > tbody > tr > td:nth-of-type(2):before {
        content: "Description : "
    }

    .resp-table-aircraft-tooling > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-aircraft-tooling > tbody > tr > td:nth-of-type(2):before {
        content: "Manufacturer : "
    }

    .resp-table-aircraft-tooling > tbody > tr > td:nth-of-type(3):before {
        content: "Description : "
    }

    .resp-table-aircraft-tooling > tbody > tr > td:nth-of-type(4):before {
        content: "Model : "
    }

    .resp-table-aircraft-disc > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-aircraft-disc > tbody > tr > td:nth-of-type(2):before {
        content: "Manufacturer : "
    }

    .resp-table-aircraft-disc > tbody > tr > td:nth-of-type(3):before {
        content: "Model : "
    }

    .resp-table-aircraft-disc > tbody > tr > td:nth-of-type(4):before {
        content: "Wheel Assy : "
    }

    .resp-table-aircraft-disc > tbody > tr > td:nth-of-type(5):before {
        content: "Brake Assy : "
    }

    .resp-table-aircraft-landing-gear > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-aircraft-landing-gear > tbody > tr > td:nth-of-type(2):before {
        content: "Manufacturer : "
    }

    .resp-table-aircraft-landing-gear > tbody > tr > td:nth-of-type(3):before {
        content: "Description : "
    }

    .resp-table-aircraft-maintenance > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-aircraft-maintenance > tbody > tr > td:nth-of-type(2):before {
        content: "Manufacturer : "
    }

    .resp-table-aircraft-maintenance > tbody > tr > td:nth-of-type(3):before {
        content: "Description : "
    }

    .resp-table-aircraft-maintenance > tbody > tr > td:nth-of-type(4):before {
        content: "Model : "
    }

    .resp-table-helicopter-door > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-helicopter-door > tbody > tr > td:nth-of-type(2):before {
        content: "Description : "
    }

    .resp-table-helicopter-door > tbody > tr > td:nth-of-type(3):before {
        content: "Model Number: "
    }

    .resp-table-helicopter-landing > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-helicopter-landing > tbody > tr > td:nth-of-type(2):before {
        content: "Description : "
    }

    .resp-table-aircraft-composite > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-aircraft-composite > tbody > tr > td:nth-of-type(2):before {
        content: "Manufacturer : "
    }

    .resp-table-aircraft-composite > tbody > tr > td:nth-of-type(3):before {
        content: "Model : "
    }

    .resp-table-aircraft-composite > tbody > tr > td:nth-of-type(4):before {
        content: "Description : "
    }

    .resp-table-aircraft-turbine > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-aircraft-turbine > tbody > tr > td:nth-of-type(2):before {
        content: "Manufacturer : "
    }

    .resp-table-aircraft-turbine > tbody > tr > td:nth-of-type(3):before {
        content: "Description : "
    }

    .resp-table-aircraft-turbine > tbody > tr > td:nth-of-type(4):before {
        content: "Condition : "
    }

    .resp-table-aircraft-turbine-engine > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-aircraft-turbine-engine > tbody > tr > td:nth-of-type(2):before {
        content: "Manufacturer : "
    }

    .resp-table-aircraft-turbine-engine > tbody > tr > td:nth-of-type(3):before {
        content: "Condition : "
    }

    .resp-table-aircraft-turbine-engine > tbody > tr > td:nth-of-type(4):before {
        content: "Description : "
    }

    .resp-table-aircraft-turbine-engine > tbody > tr > td:nth-of-type(5):before {
        content: "Qty : "
    }

    .resp-table-aircraft-engine-baffles > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-aircraft-engine-baffles > tbody > tr > td:nth-of-type(2):before {
        content: "Manufacturer : "
    }

    .resp-table-aircraft-engine-baffles > tbody > tr > td:nth-of-type(3):before {
        content: "Description : "
    }

    .resp-table-aircraft-engine-baffles > tbody > tr > td:nth-of-type(4):before {
        content: "Qty : "
    }

    .resp-table-aircraft-engine-turbocharger > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-aircraft-engine-turbocharger > tbody > tr > td:nth-of-type(2):before {
        content: "Manufacturer : "
    }

    .resp-table-aircraft-engine-turbocharger > tbody > tr > td:nth-of-type(3):before {
        content: "Aircraft Application : "
    }

    .resp-table-aircraft-engine-turbocharger > tbody > tr > td:nth-of-type(4):before {
        content: "Engine Model : "
    }

    .resp-table-aircraft-engine-control-parts > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-aircraft-engine-control-parts > tbody > tr > td:nth-of-type(2):before {
        content: "Description : "
    }

    .resp-table-aircraft-engine-control-parts > tbody > tr > td:nth-of-type(3):before {
        content: "Aircraft Model : "
    }

    .resp-table-aircraft-engine-control-parts > tbody > tr > td:nth-of-type(4):before {
        content: "Certificate : "
    }

    .resp-table-aircraft-engine-valvetrain-parts > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-aircraft-engine-valvetrain-parts > tbody > tr > td:nth-of-type(2):before {
        content: "Manufacturer : "
    }

    .resp-table-aircraft-engine-valvetrain-parts > tbody > tr > td:nth-of-type(3):before {
        content: "Description : "
    }

    .resp-table-aircraft-engine-valvetrain-parts > tbody > tr > td:nth-of-type(4):before {
        content: "Qty : "
    }

    .resp-table-aircraft-engine > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-aircraft-engine > tbody > tr > td:nth-of-type(2):before {
        content: "Description : "
    }

    .resp-table-aircraft-engine > tbody > tr > td:nth-of-type(3):before {
        content: "Aircraft Model : "
    }

    .resp-table-aircraft-engine > tbody > tr > td:nth-of-type(4):before {
        content: "Certificate : "
    }

    .resp-table-aircraft-shroud > tbody > tr > td:nth-of-type(2):before {
        content: "Description : "
    }

    .resp-table-helicopter-lighting > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-helicopter-lighting > tbody > tr > td:nth-of-type(2):before {
        content: "Model Number : "
    }

    .resp-table-helicopter-lighting > tbody > tr > td:nth-of-type(3):before {
        content: "Description : "
    }

    .resp-table-avionics-ife > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-avionics-ife > tbody > tr > td:nth-of-type(2):before {
        content: "Condition : "
    }

    .resp-table-avionics-ife > tbody > tr > td:nth-of-type(3):before {
        content: "Description : "
    }

    .resp-table-avionics-ife > tbody > tr > td:nth-of-type(4):before {
        content: "Qty : "
    }

    .resp-table-helicopter-interior > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-helicopter-interior > tbody > tr > td:nth-of-type(2):before {
        content: "Manufacturer : "
    }

    .resp-table-helicopter-interior > tbody > tr > td:nth-of-type(3):before {
        content: "Aircraft Model : "
    }

    .resp-table-helicopter-interior > tbody > tr > td:nth-of-type(4):before {
        content: "Description : "
    }

    .resp-table-aircraft-lighting > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-aircraft-lighting > tbody > tr > td:nth-of-type(2):before {
        content: "Description : "
    }

    .resp-table-aircraft-alternators > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-aircraft-alternators > tbody > tr > td:nth-of-type(2):before {
        content: "Manufacturer : "
    }

    .resp-table-aircraft-alternators > tbody > tr > td:nth-of-type(3):before {
        content: "Description : "
    }

    .resp-table-drone > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-drone > tbody > tr > td:nth-of-type(2):before {
        content: "Description : "
    }

    .resp-table-drone-frame > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-drone-frame > tbody > tr > td:nth-of-type(2):before {
        content: "Manufacturer : "
    }

    .resp-table-drone-frame > tbody > tr > td:nth-of-type(3):before {
        content: "Description : "
    }

    .resp-table-search-partno > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : "
    }

    .resp-table-search-partno > tbody > tr > td:nth-of-type(2):before {
        content: "Manufacturer : "
    }

    .resp-table-search-partno > tbody > tr > td:nth-of-type(3):before {
        content: "Details : "
    }

    .resp-table-search-partno > tbody > tr > td:nth-of-type(4):before {
        content: "Component Type : "
    }

    .resp-table-search-partno > tbody > tr > td:nth-of-type(5):before {
        content: ""
    }

    .resp-table-search-partno td .more_btn {
        padding: 5px 20px !important;
        background-color: #fb9803;
        border-radius: 0
    }

    .resp-table-search-partno > tbody > tr > td:last-child {
        text-align: center
    }
}

.note {
    font-size: .85em
}

ul.asap-terms-info {
    list-style: none
}

    ul.asap-terms-info li::before {
        content: ' \25CF';
        font-size: 15px;
        vertical-align: text-bottom;
        line-height: 15px;
        padding-right: 5px
    }

.logo img {
    width: 100%;
    height: auto;
    max-width: 85%
}

.pager {
    width: 100% !important
}

.dropdown {
    position: relative;
    display: inline-block
}

.dropdown-content {
    display: none;
    position: fixed;
    background-color: #fff;
    min-width: 200px;
    overflow: auto;
    border: 1px solid #ddd;
    z-index: 1
}

    .dropdown-content a {
        color: #000;
        padding: 12px 16px;
        text-decoration: none;
        display: block
    }

.dropdown a:hover {
    background-color: #ddd
}

.show {
    display: block;
    top: 4.3rem;
    margin-left: 15px
}

    .show a {
        background: #f99c3d;
        border-bottom: 1px dashed #ffffff73;
        color: #fff;
        font-size: 14px;
        padding: 5px 20px;
        text-align: left
    }

        .show a:hover {
            background-color: #3636a6;
            color: #fff !important
        }

        .show a li {
            list-style-type: none
        }

a {
    color: #337ab7
}

.Mounting_Electrical {
    padding: 0;
    margin-left: 0;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%
}

    .Mounting_Electrical .text-heading {
        text-align: center;
        padding: 8px 14px;
        background: #fa9a2b;
        width: 100%;
        color: #fff;
        margin: auto;
        font-size: 15px;
        margin-bottom: 10px
    }

    .Mounting_Electrical .red_btn {
        width: 70px;
        padding: 4px;
        font-weight: 700;
        margin: auto;
        margin-right: 10px;
        color: #fff;
        background: #fb9803;
        display: flex;
        border-radius: 0;
        letter-spacing: .3px;
        justify-content: center;
        align-content: center
    }

    .Mounting_Electrical .box > .row > div {
        display: flex;
        align-items: center
    }

    .Mounting_Electrical .box {
        border: 1px solid #80808014;
        padding: 7px 0 0
    }

        .Mounting_Electrical .box h2 {
            text-align: left;
            padding: 0 0 2px 5px;
            background: 0;
            color: #000;
            font-weight: 600;
            font-size: 14px;
            width: 100%;
            margin: auto
        }

        .Mounting_Electrical .box div ul {
            margin-bottom: 4px;
            padding-left: 0;
            width: calc(100% - 70px)
        }

            .Mounting_Electrical .box div ul li {
                margin-top: 4px;
                margin-left: 6px;
                text-indent: 0;
                font-size: 12px;
                list-style-type: none
            }

.col-sm-6.col-xs-6.col-md-12.col-lg-12.mb-2.side_space {
    padding: 0
}

@media(min-width:0) and (max-width:1279px) {
    .show {
        margin-left: 0;
        margin-top: -10px;
        margin-bottom: 10px;
        position: static
    }
}

@media(min-width:768px) and (max-width:1199px) {
    .Mounting_Electrical > .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .Mounting_Electrical .box div ul li {
        font-size: 10px !important;
        line-height: 14px
    }
}

.viewed_parts a.btn.btn-sm.btn-warning {
    width: 70px;
    padding: 4px;
    border: 0;
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    right: 5%;
    margin: auto;
    margin-right: 10px;
    color: #fff;
    background: #23215b;
    display: flex;
    letter-spacing: 2px;
    justify-content: center;
    align-content: center
}

.viewed_parts .clearfix {
    font-size: 12px;
    margin-top: 5px;
    width: 80%
}

.viewed_parts {
    padding: 0 8px 5px;
    border: 1px solid #80808014;
    display: flex;
    align-content: center;
    align-items: center
}

.margin-20 {
    margin-bottom: 20px
}

.View-parts-heading {
    text-align: left;
    padding: 0;
    background: 0;
    color: #000;
    font-weight: 600;
    font-size: 14px;
    width: 100%;
    margin: auto
}

.aside-title {
    background-color: #6b6f81;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 5px 10px;
    margin-top: 20px;
    border-radius: 0;
    text-align: center
}

.margin_b {
    margin-bottom: 0 !important
}

.viewed_parts .part_rfq a {
    width: 70px;
    padding: 5px 20px;
    border: 0;
    font-size: 1em;
    font-weight: 700;
    position: absolute;
    right: 0;
    margin: auto;
    margin-right: 25px;
    color: #fff;
    background: #4ce0a9;
    display: flex;
    letter-spacing: .3px;
    justify-content: center;
    align-content: center;
    border-radius: 0
}

    .viewed_parts .part_rfq a:hover, .viewed_parts .part_rfq a:focus, .Mounting_Electrical .red_btn:hover, .Mounting_Electrical .red_btn:focus {
        background-color: #3636a6;
        color: #fff !important
    }

.txt_no {
    width: 100%
}

.rfq-form {
    position: relative;
    display: inline-block
}

@media (max-width:425px) {
    footer .contact p {
        padding-bottom: 8px !important
    }
}

.btn-success {
    color: #fff;
    background-color: #165F24;
    border-color: #165F24
}

.note a {
    font-weight: 600
}

table.gray_table a {
    font-weight: 600
}

.map_over {
    background-color: #3d6092;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px 10px 0px !important;
    overflow: hidden;
    z-index: 1
}

h3.headColor {
    color: #000
}

.close {
    position: absolute;
    right: 65px;
    height: 20px;
    width: 20px;
    font-size: 20px;
    top: 10px;
        opacity: 1;
}

.custom_btn_sm {
    background-color: #fb9800;
    color: #000;
    font-size: 12px;
    display: inline-flex;
    padding: 8px 14px;
    -o-object-fit: cover;
    object-fit: cover;
    transition: 0.3s;
    margin-left: 10px;
    border-radius: 5px;
}

.close:focus, .close:hover {

    opacity: 1;
}
.search_long .deletable {
    padding-right: 35px;
    font-size: 14px;
}
.search_long {
    position: relative;
    display: flex;
    margin: 20px 0 0;
    margin-bottom: 10px;
}

h2.headColor {
    background-color: #fb9803;
    display: block;
    font-size: 1.3em;
    margin-bottom: 0;
    margin-top: 0;
    overflow: hidden;
    padding: 12px 15px;
    color: #000;
    width: 100%;
    font-family: 'robotoblack';
}

.content_section h2 {
    font-family: 'robotoblack';
    margin-bottom: 15px !important;
    color: #fff;
    background-color: #fb9803;
    display: block;
    font-size: 1.3em;
    margin-bottom: 0;
    margin-top: 0;
    overflow: hidden;
    padding: 12px 15px;
}