*, html, body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Open Sans",sans-serif;
    font-weight: 500
}

h1, h2, h3, h4, h5, p, div {
    font-family: "Open Sans",sans-serif !important
}

body {
    -webkit-font-smoothing: subpixel-antialiased;
    color: #000;
    background-color: #fafafa;
    overflow-x: hidden
}

@media (min-width: 1440px) and (max-width: 2560px) {
    body html {
        width: 100% !important;
        margin: 0 auto !important;
        display: block !important;
        height: 100% !important;
        overflow-x: hidden !important;
        position: relative
    }
}

@media (min-width: 2561px) and (max-width: 80000000px) {
    #landscape-canvas {
        width: 100% !important;
        height: 900px !important
    }

    body, html {
        position: relative;
        width: 1920px !important;
        margin: 0 auto !important;
        overflow-x: hidden !important;
        -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.24) !important;
        -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.24) !important;
        box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.24) !important
    }

    header {
        width: 1920px !important
    }

    .header {
        width: 1920px !important
    }
}

a {
    outline: none;
    text-decoration: none
}

    a:hover {
        color: #097BB4
    }

.bg-theme {
    background-color: #172049;
    color: #fff;
    font-weight: bold
}

.cursor-not-allowed {
    cursor: not-allowed
}

.chk-add-to-cart {
    position: absolute
}

@media only screen and (max-width: 568px) {
    .chk-add-to-cart {
        left: 51%
    }
}

.switch input {
    display: none
}

.switch {
    display: inline-block;
    width: 60px;
    height: 30px;
    margin: 8px;
    transform: translateY(50%);
    position: relative;
    bottom: 12px;
    background: #f8f8f8;
    border: 1px solid #f0f0f0;
    border-radius: 2em;
    padding: 0.5em 1em 0.5em 4em;
    box-shadow: 0 1px 2px rgba(100,100,100,0.5) inset,0 0 10px rgba(100,100,100,0.1) inset
}

.slider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 30px;
    box-shadow: 0 0 0 2px #777, 0 0 4px #777;
    cursor: pointer;
    border: 4px solid transparent;
    overflow: hidden;
    transition: .4s
}

    .slider:before {
        position: absolute;
        content: "";
        width: 35%;
        height: 100%;
        background: #777;
        border-radius: 30px;
        transform: translateX(0px);
        transition: .4s
    }

input:checked + .slider:before {
    transform: translateX(40px);
    background: limeGreen
}

input:checked + .slider {
    box-shadow: 0 0 0 2px limeGreen,0 0 2px limeGreen
}

.switch.flat .slider {
    box-shadow: none
}

    .switch.flat .slider:before {
        background: #fff
    }

.switch.flat input:checked + .slider:before {
    background: #fff
}

.switch.flat input:checked + .slider {
    background: limeGreen
}

.add-to-cart {
    position: relative;
    display: block;
    background: #f8f8f8;
    border: 1px solid #f0f0f0;
    border-radius: 2em;
    padding: 0.5rem 1rem 0.5rem 4rem;
    box-shadow: 0 1px 2px rgba(100,100,100,0.5) inset,0 0 10px rgba(100,100,100,0.1) inset;
    cursor: pointer;
    text-shadow: 0 2px 2px #fff;
    z-index: 1;
    width: 75%
}

@media only screen and (max-width: 568px) {
    .add-to-cart {
        padding: 0.5rem 1rem 0.5rem 5rem
    }
}

.add-to-cart input + label:before {
    font-family: "FontAwesome";
    content: "\f00d";
    width: 16px;
    height: 16px;
    font-size: 16px;
    padding-right: 10px
}

.add-to-cart input:checked + label:before {
    font-family: "FontAwesome";
    content: "\f00c";
    width: 16px;
    height: 16px;
    font-size: 16px;
    padding-right: 10px;
    color: green
}

.add-to-cart i.fa.fa-shopping-cart {
    font-size: 14px
}

@media (max-width: 1920px) and (min-width: 1366px) {
    .add-to-cart i.fa.fa-shopping-cart {
        left: 5px;
        font-size: 14px
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .add-to-cart i.fa.fa-shopping-cart {
        left: 40px;
        bottom: 5px
    }
}

.add-to-cart::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0.7em;
    width: 3em;
    height: 1.2em;
    border-radius: 0.6em;
    background: #eee;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    box-shadow: 0 1px 3px rgba(100,100,100,0.5) inset,0 0 10px rgba(100,100,100,0.2) inset
}

.add-to-cart::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0.5em;
    width: 1.4em;
    height: 1.4em;
    border: 0.25em solid #fafafa;
    border-radius: 50%;
    box-sizing: border-box;
    background-color: #ddd;
    background-image: linear-gradient(to top, #fff 0%, #fff 40%, transparent 100%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    box-shadow: 0 3px 3px rgba(0,0,0,0.5)
}

.container-fluid {
    padding: 0 20px
}

.text-primary {
    color: #172049 !important
}

.text-secoundary {
    color: #091D7A !important
}

.cursor-pointer {
    cursor: pointer
}

.only_mobile a {
    color: #fff;
    border-radius: 5px;
    border: 2px solid #fff;
    background-color: #172049;
    width: 100%;
    display: block;
    padding: 7px 10px;
    text-align: center;
    font-size: 14px;
    white-space: nowrap
}

@media only screen and (min-width: 0px) and (max-width: 576px) {
    .only_mobile {
        display: block !important;
        color: #fff;
        font-size: 12px
    }
}

select option {
    background-color: #172049;
    border: none;
    color: #fff;
    padding: 5px !important;
    display: block !important
}

section {
    position: relative
}

.section-title {
    font-size: 28px;
    font-weight: bold;
    color: #000;
    line-height: initial
}

@media only screen and (max-width: 576px) {
    .section-title {
        font-size: 20px
    }
}

@media only screen and (min-width: 991px) and (max-width: 1179px) {
    .section-title {
        font-size: 26px
    }
}

.section-title .section-sub-heading {
    font-size: 18px;
    color: #097BB4;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1.8px
}

@media only screen and (max-width: 768px) {
    .section-title .section-sub-heading {
        font-size: 14px
    }
}

.section-title span {
    color: #000;
    font-weight: bold
}

    .section-title span:hover::after {
        width: 100%
    }

@media only screen and (min-width: 1025px) and (max-width: 1440px) {
    .section-title {
        line-height: 40px
    }

        .section-title span::after {
            bottom: 0px
        }
}

@media only screen and (max-width: 575px) {
    .section-title {
        text-align: center;
        line-height: 34px
    }
}

.custom_btn {
    background-color: #172049;
    color: #fff;
    font-size: 14px;
    display: inline-flex;
    padding: 7px 20px;
    -o-object-fit: cover;
    object-fit: cover;
    transition: 0.3s;
    border-radius: 5px;
    margin-left: 0px;
    white-space: nowrap
}

    .custom_btn:hover, .custom_btn:active, .custom_btn:focus-visible {
        background-color: #097BB4 !important;
        color: #fff
    }

    .custom_btn .fa {
        margin-top: auto;
        margin-bottom: auto;
        margin-left: 8px
    }

.custom_btn_secondary {
    background-color: #097BB4;
    color: #fff;
    font-size: 16px;
    display: inline-flex;
    padding: 7px 15px;
    -o-object-fit: cover;
    object-fit: cover;
    transition: 0.3s;
    border-radius: 5px
}

    .custom_btn_secondary:hover, .custom_btn_secondary:active, .custom_btn_secondary:focus-visible {
        background-color: #172049;
        color: #fff
    }

    .custom_btn_secondary .fa {
        margin-top: auto;
        margin-bottom: auto;
        margin-right: 5px
    }

.custom_btn_sm {
    background-color: #097BB4;
    color: #fff;
    font-size: 14px;
    display: inline-flex;
    padding: 5px 20px;
    -o-object-fit: cover;
    object-fit: cover;
    transition: 0.3s;
    border-radius: 5px;
    width: 100px;
    align-items: center;
    justify-content: center
}

    .custom_btn_sm:hover, .custom_btn_sm:active, .custom_btn_sm:focus-visible {
        background-color: #172049 !important;
        color: #fff
    }

    .custom_btn_sm .fa {
        margin-top: auto;
        margin-bottom: auto;
        margin-right: 5px
    }

.custom_link_btn {
    background-color: transparent;
    color: #172049;
    outline: none;
    border: none;
    font-size: 14px;
    padding: 6px 12px
}

    .custom_link_btn:hover, .custom_link_btn:active, .custom_link_btn:focus-visible {
        color: #097BB4 !important
    }

.quote_form .custom_btn:hover, .quote_form .custom_btn:active, .quote_form .custom_btn:focus-visible {
    background-color: #172049 !important;
    color: #fff !important
}

.btt {
    position: fixed;
    display: none;
    color: #fff !important;
    font-size: 1.2em;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    z-index: 100000;
    bottom: 30px;
    right: 30px;
    transition: 0.2s
}

@media only screen and (max-width: 1279px) {
    .btt {
        bottom: 5px;
        right: 0px;
        padding: 0px 11px;
        font-size: 1em
    }
}

.cookies_design .btn-success {
    background-color: #097BB4 !important;
    border: 1px solid #097BB4 !important
}

    .cookies_design .btn-success:hover, .cookies_design .btn-success:active, .cookies_design .btn-success:focus {
        border: 1px solid #172049 !important;
        background-color: #172049 !important
    }

.red_text {
    color: #cc0003
}

.bgLightorange {
    background-color: #f9f9f9 !important;
    width: 30%;
    font-weight: 500
}

.font-14 {
    font-size: 14px !important
}

.font-18 {
    font-size: 18px !important
}

.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
    color: #fff !important;
    background-color: #172049;
    border-color: unset
}

div#labSuccessErrorMsg {
    text-align: left;
    display: none;
    background-color: #00005a;
    padding: 0.1em 1em;
    font-size: 14px;
    opacity: 50;
    color: #fff !important
}

.dropdown {
    position: relative;
    display: inline-block
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f6f6f6;
    min-width: 230px;
    overflow: auto;
   /* border: 1px solid #ddd;*/
    z-index: 1
}

    .dropdown-content li {
        color: #fff !important;
        padding: 12px 16px;
        text-decoration: none;
        display: block
    }

        .dropdown-content li:hover {
            background-color: #ddd
        }

    .dropdown-content.show {
        display: block;
        top: 29px;
        left: 0px
    }

@media (max-width: 1279px) {
    .dropdown-content.show {
        position: static;
        margin-bottom: 10px
    }
}

.dropdown-content.show li {
    background: #172049;
    font-size: 14px;
    padding: 5px 20px
}

    .dropdown-content.show li:hover {
        background-color: #091D7A;
        color: #fff !important
    }

a {
    color: #0077c8
}

.Mounting_Electrical {
    padding: 0;
    margin: 20px auto
}

    .Mounting_Electrical .text-heading {
        padding: 10px;
        background: #172049;
        width: 100%;
        color: #fff;
        margin: auto;
        font-size: 16px;
        font-weight: bold;
        border-radius: 5px 5px 0 0
    }

    .Mounting_Electrical .red_btn {
        width: 70px;
        padding: 4px;
        font-weight: bold;
        margin: auto;
        margin-right: 10px;
        color: #fff;
        background: #172049;
        display: flex;
        letter-spacing: 2px;
        justify-content: center;
        align-content: center
    }

    .Mounting_Electrical .box > .row > div {
        display: flex;
        align-content: center;
        align-items: center
    }

    .Mounting_Electrical .box {
        border: 1px solid #80808014;
        padding: 7px 0
    }

        .Mounting_Electrical .box h2 {
            text-align: left;
            padding: 0 0 2px 5px;
            background: none;
            color: #000;
            font-weight: 600;
            font-size: 14px;
            width: 100%;
            margin: auto
        }

        .Mounting_Electrical .box div ul {
            margin-bottom: 4px;
            padding-left: 0;
            width: 100%
        }

            .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-4.col-lg-12.mb-2.side_space {
    padding: 0
}

@media (min-width: 992px) and (max-width: 1199px) {
    .Mounting_Electrical > .col-lg-12 {
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%
    }
}

@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: 62px;
    padding: 4px;
    border: none;
    font-size: 16px;
    font-weight: bold;
    margin: auto;
    margin-right: 2px;
    color: #fff;
    background: #172049;
    display: flex;
    letter-spacing: 2px;
    justify-content: center;
    align-content: center;
    border-radius: 0
}

.viewed_parts .clearfix {
    font-size: 12px;
    margin-top: 5px
}

.viewed_parts {
    padding: 0 8px;
    border: 1px solid #80808014;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between
}

.margin-20 {
    margin-bottom: 20px
}

.View-parts-heading {
    text-align: left;
    padding: 0 0 0 0;
    background: none;
    color: #000;
    font-weight: 600;
    font-size: 14px;
    width: 100%;
    margin: auto
}

.aside-title {
    background-color: #172049;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 10px;
    margin-top: 10px;
    border-radius: 5px 5px 0 0
}

.txt_no.row {
    width: 100%
}

.manufacture_parts_data ul li {
    width: 48%;
    display: inline-flex
}

.viewed_parts .clearfix.col-md-6 {
    width: 48%
}

@media (max-width: 575px) {
    .viewed_parts .clearfix.col-md-6 {
        width: 100% !important
    }
}

.margin10 {
    margin-right: 10px
}

header {
    -webkit-transition: all 0.5s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 0.5s ease
}

    header .header {
        background-size: 100% 100%;
        padding-bottom: 0;
        position: relative;
        width: 100%;
        z-index: 10000;
        background: #fafafa;
        box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075) !important
    }

        header .header a {
            color: #000;
            text-decoration: none
        }

            header .header a:hover {
                color: #091D7A;
                text-decoration: none
            }

        header .header .menu_bar, header .header .search_bar {
            display: none
        }

        header .header .top_links {
            clear: both;
            color: #fff;
            background-color: #172049;
            border-radius: 0px;
            padding: 5px 20px
        }

            header .header .top_links span {
                text-align: left;
                color: #fff;
                display: block;
                font-size: 14px;
                font-weight: 500;
                margin-top: auto;
                margin-bottom: auto;
                font-family: "Open Sans",sans-serif
            }

            header .header .top_links .fix-navbar ul {
                list-style: none;
                display: flex;
                margin-bottom: 0;
                align-items: center
            }

                header .header .top_links .fix-navbar ul li a {
                    font-size: 12px;
                    color: #fff;
                    font-weight: 500;
                    border-right: 0px solid gray;
                    padding: 0 5px;
                    white-space: nowrap
                }

                    header .header .top_links .fix-navbar ul li a:hover {
                        color: #fff;
                        text-decoration: underline
                    }

                header .header .top_links .fix-navbar ul li:last-child a {
                    border-right: 0px;
                    padding-right: 0px
                }

            header .header .top_links .fix-navbar .cta {
                font-size: 14px;
                margin-top: 0px;
                padding: 0 5px
            }

                header .header .top_links .fix-navbar .cta:after {
                    content: "";
                    border-right: 1px solid #097BB4;
                    padding: 0 5px
                }

@media (max-width: 1279px) {
    header .header .top_links .fix-navbar .cta:after {
        border-right: none
    }
}

header .header .top_links .fix-navbar .cta a {
    color: #fff;
    width: auto !important;
    font-size: 14px;
    margin-right: 5px;
    margin-left: 10px;
    text-decoration: none !important;
    position: relative;
    display: inline-block;
    font-family: "Open Sans",sans-serif
}

    header .header .top_links .fix-navbar .cta a:first-child i {
        font-size: 14px;
        padding-top: 3px
    }

    header .header .top_links .fix-navbar .cta a i {
        padding: 0px 5px 0px 0px;
        color: #097BB4
    }

    header .header .top_links .fix-navbar .cta a:hover span, header .header .top_links .fix-navbar .cta a:hover i {
        color: #fff
    }

header .header .head_label {
    align-items: center
}

    header .header .head_label span {
        text-align: left;
        color: #000;
        display: block;
        font-size: 14px;
        font-weight: 500;
        margin-top: auto;
        margin-bottom: auto;
        font-family: "Open Sans",sans-serif;
        padding: 0 5px;
        margin-left: 5px
    }

    header .header .head_label h4.modal-title {
        font-size: 18px
    }

.email-wrapper {
    position: relative;
    display: inline-block;
}

.hover-trigger {
    text-decoration: none;
    color: inherit;
}

.tooltip-main {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 100;
    width: max-content;
    background-color: #097BB4;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 10px;
    white-space: nowrap;
    transition: opacity 0.3s ease;
}

.tooltip-email {
    display: flex !important;
    align-items: center;
    gap: 10px;
}

.email-wrapper:hover .tooltip-main {
    display: block;
}

.copy-button {
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
}

    .copy-button:hover {
        color: #172049;
    }

.email-link-to {
    color: #fff;
    text-decoration: none;
    text-align: left;
}

    .email-link-to:hover {
        color: #fff;
    }



@media only screen and (max-width: 576px) {
    header .header .head_label h4.modal-title {
        font-size: 16px !important
    }
}

header .header .head_label .modal-dialog {
    max-width: 60%;
    top: 25%
}

@media (max-width: 1440px) {
    header .header .head_label .modal-dialog {
        top: 25%
    }
}

@media (max-width: 1440px) {
    header .header .head_label .modal-dialog {
        top: 25%
    }
}

@media (max-width: 1024px) {
    header .header .head_label .modal-dialog {
        top: 10%
    }
}

@media (max-width: 991px) {
    header .header .head_label .modal-dialog {
        top: 25%
    }
}

@media (max-width: 768px) {
    header .header .head_label .modal-dialog {
        top: 4%
    }
}

@media (max-width: 576px) {
    header .header .head_label .modal-dialog {
        top: 11%;
        max-width: 100%
    }
}

header .header .head_label .modal-dialog textarea {
    font-size: 14px
}

@media (max-width: 768px) {
    header .header .head_label .modal-dialog textarea {
        height: 80px
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    header .header .head_label .modal-dialog h4.modal-title {
        font-size: 16px
    }
}

header .header .head_label .modal-dialog .selectpicker {
    border: 0;
    border-bottom: 1px #e8e8e8 solid;
    border-radius: 0
}

header .header .head_label .modal-dialog .multiparts-modal-header {
    background-color: #172049;
    color: #fff;
    border-radius: 5px 5px 0 0
}

    header .header .head_label .modal-dialog .multiparts-modal-header button.btn-close {
        background-image: url(../assets/images/cancle-circle.png);
        opacity: 1
    }

header .header .head_label .searchBoxD {
    background-color: #d9dbdc;
    margin-right: 20px;
    border-radius: 5px
}

    header .header .head_label .searchBoxD .show {
        border: transparent
    }

header .header .head_label .myaccount {
    font-weight: bold;
    margin-top: 1px
}

    header .header .head_label .myaccount > ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        align-items: center
    }

        header .header .head_label .myaccount > ul > li {
            font-size: 11px;
            display: -webkit-box;
            padding: 0 3px;
            white-space: nowrap
        }

            header .header .head_label .myaccount > ul > li:first-child {
                position: relative;
                display: flex !important;
                align-items: center
            }

@media (min-width: 1279px) and (max-width: 1248px) {
    header .header .head_label .myaccount > ul > li:first-child {
        padding: 0 !important
    }
}

header .header .head_label .myaccount > ul > li .usercon {
    background-color: #0b7ab4;
    color: #fff;
    width: 40px;
    height: 40px;
    padding: 5px 0px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2em;
    text-align: center;
    float: left;
    margin: 0 10px
}

    header .header .head_label .myaccount > ul > li .usercon .fa-user-circle {
        font-size: 20px;
        width: 20px;
        height: 20px
    }

header .header .head_label .myaccount > ul > li span.user-name-text {
    max-width: 15ch;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0
}

header .header .head_label .myaccount > ul > li .myaccount-drop {
    font-size: 12px
}

header .header .head_label .myaccount .user-icon {
    padding: 10px
}

    header .header .head_label .myaccount .user-icon img {
        margin-right: 5px
    }

    header .header .head_label .myaccount .user-icon .nav_icon {
        background: #097BB4;
        color: #fff;
        font-size: 22px;
        border-radius: 50%;
        padding: 9px 10px;
        display: flex;
        align-items: center
    }

    header .header .head_label .myaccount .user-icon:hover span {
        color: #097BB4
    }

header .header .head_label .myaccount .cart-icon {
    padding: 10px;
    align-items: center;
    font-size: 16px
}

    header .header .head_label .myaccount .cart-icon img {
        margin-right: 5px
    }

    header .header .head_label .myaccount .cart-icon span#count-checked-checkboxes {
        padding: 0 5px
    }

    header .header .head_label .myaccount .cart-icon .nav_icon {
        background: #097BB4;
        color: #fff;
        font-size: 22px;
        border-radius: 50%;
        padding: 9px 10px;
        display: flex;
        align-items: center
    }

@media (min-width: 0px) and (max-width: 1279px) {
    header .header .head_label .myaccount {
        float: right;
        position: fixed;
        background-color: #f0f2f3;
        width: 100%;
        left: 0px;
        right: 0px;
        bottom: 48px;
        text-align: center;
        transition: 0.5s;
        justify-content: center
    }

        header .header .head_label .myaccount span {
            color: #000
        }
}

header .header .head_label .myaccount .submenu2 {
    display: none;
    position: absolute;
    margin: 0px;
    background-color: #172049;
    z-index: 100;
    width: 220px;
    text-align: left;
    padding: 5px 0px !important
}

@media (max-width: 1279px) {
    header .header .head_label .myaccount .submenu2 {
        bottom: 45px !important;
        top: unset !important;
        left: 0
    }
}

header .header .head_label .myaccount .submenu2 li {
    display: block;
    width: 100%;
    vertical-align: top;
    margin: 0px !important;
    padding: 0px 5px !important
}

    header .header .head_label .myaccount .submenu2 li a {
        color: #fff !important;
        display: block;
        padding: 10px 10px;
        border-bottom: 1px #747477 solid
    }

        header .header .head_label .myaccount .submenu2 li a:hover {
            background-color: #091D7A
        }

header .header .head_label .dflexSm {
    display: none !important
}

@media (max-width: 1279px) {
    header .header .head_label .dflexSm {
        display: block !important
    }
}

header .header .head_label .inrfq {
    background-color: #172049;
    position: relative;
    font-size: 14px;
    color: #fff !important;
    z-index: 1;
    transition: 0.3s;
    padding: 5px 10px;
    height: 40px;
    border-radius: 0px;
    display: inline-flex;
    align-items: center;
    border-radius: 5px;
    white-space: nowrap
}

@media (min-width: 0px) and (max-width: 1279px) {
    header .header .head_label .inrfq {
        box-shadow: none !important;
        display: none;
        padding: 10px;
        line-height: 12px;
        height: 32px;
        bottom: 8px;
        position: fixed;
        z-index: 100;
        right: 65px;
        background-color: #0d79b2
    }
}

header .header .head_label .inrfq img {
    position: absolute;
    top: 50%;
    right: 6px;
    margin: auto;
    font-size: 2.5rem;
    width: 25px;
    transform: translateY(-50%)
}

header .header .head_label .inrfq:hover {
    background-color: #097BB4
}

header .header .head_label .inrfq-search {
    background-color: #172049;
    position: relative;
    font-size: 14px;
    color: #fff !important;
    z-index: 1;
    transition: 0.3s;
    padding: 5px;
    font-weight: 700;
    border-radius: 0px;
    display: inline-flex;
    align-items: center;
    border-radius: 0 5px 5px 0px;
    white-space: nowrap
}

@media (min-width: 0px) and (max-width: 1279px) {
    header .header .head_label .inrfq-search {
        box-shadow: none !important;
        display: none;
        padding: 10px;
        line-height: 12px;
        height: 32px;
        bottom: 8px;
        position: fixed;
        z-index: 100;
        right: 65px
    }
}

header .header .head_label .inrfq-search img {
    position: absolute;
    top: 50%;
    right: 6px;
    margin: auto;
    font-size: 2.5rem;
    width: 25px;
    transform: translateY(-50%)
}

header .header .head_label .search_form {
    margin-top: auto;
    margin-bottom: auto;
    text-align: left;
    border-radius: 0;
    overflow: visible;
    display: inline-block
}

    header .header .head_label .search_form .fixf {
        display: flex;
        align-items: center;
        height: 40px
    }

    header .header .head_label .search_form .input_effect {
        border: none;
        background-color: transparent;
        color: #000;
        outline: none;
        padding-left: 12px;
        font-size: 11px;
        width: 300px
    }

@media (min-width: 1679px) {
    header .header .head_label .search_form .input_effect {
        width: 480px
    }
}

header .header .head_label .search_form .input_effect::placeholder {
    color: #000;
    font-weight: 500
}

header .header .head_label .search_form .multipart {
    margin-right: 10px;
    font-size: 12px;
    text-decoration: underline;
    white-space: nowrap;
    border-left: 1px solid #808080;
    padding: 0 0 0 15px
}

@media (max-width: 1279px) {
    header .header .head_label .search_form .multipart {
        border-left: none
    }
}

header .header .head_label .search_form .modal-dialog {
    max-width: 60%;
    top: 25%
}

@media (max-width: 1440px) {
    header .header .head_label .search_form .modal-dialog {
        top: 25%
    }
}

@media (max-width: 1440px) {
    header .header .head_label .search_form .modal-dialog {
        top: 25%
    }
}

@media (max-width: 1024px) {
    header .header .head_label .search_form .modal-dialog {
        top: 10%
    }
}

@media (max-width: 991px) {
    header .header .head_label .search_form .modal-dialog {
        top: 25%
    }
}

@media (max-width: 768px) {
    header .header .head_label .search_form .modal-dialog {
        top: 4%
    }
}

@media (max-width: 576px) {
    header .header .head_label .search_form .modal-dialog {
        top: 15%;
        max-width: 100%
    }
}

@media (max-width: 768px) {
    header .header .head_label .search_form .modal-dialog textarea {
        height: 20px
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    header .header .head_label .search_form .modal-dialog h4.modal-title {
        font-size: 16px
    }
}

header .header .head_label .search_form .select_holder {
    color: #fff;
    border-left: 1px solid gray;
    display: inline-block;
    padding: 0px 0px 0px 15px
}

    header .header .head_label .search_form .select_holder select {
        border: none;
        background-color: transparent;
        height: 23px;
        margin-right: 10px;
        color: #000;
        outline: none;
        font-weight: 500;
        font-size: 12px
    }

header .header .head_label .search_form .submit_btn {
    color: #fff;
    background-color: #172049;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: none;
    padding: 7px 10px;
    font-size: 14px;
    transition: 0.3s;
    height: 40px;
    border-radius: 0 5px 5px 0
}

@media only screen and (min-width: 1280px) and (max-width: 1290px) {
    header .header .head_label .search_form .submit_btn {
        padding: 7px
    }
}

header .header .head_label .search_form .submit_btn:hover {
    background-color: #097BB4
}

header .header .head_label .openform {
    position: relative;
    transition: 0.5s
}

    header .header .head_label .search_form::after, header .header .head_label .openform::after {
        z-index: 10000;
        content: "";
        transition: 0.9s;
        padding: 0px;
        position: absolute;
        right: 0px;
        top: 0px;
        background-position: 27px 7px;
        background-repeat: no-repeat
    }

header .header .head_label .multi_part {
    display: none;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.49);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.49);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.49);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 15px;
    margin: 0 auto;
    top: -1000px;
    left: 0px;
    right: 0px;
    position: fixed;
    width: 60% !important;
    height: auto !important;
    transition: 0.3s;
    height: 275px;
    z-index: 100000
}

    header .header .head_label .multi_part .closeing {
        display: block;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        width: 40px;
        height: 40px;
        position: absolute;
        top: 0px;
        right: 10px;
        padding: 10px 25px;
        font-size: 1.3em
    }

        header .header .head_label .multi_part .closeing:hover {
            color: #00005a
        }

    header .header .head_label .multi_part .selectpicker {
        background-image: url(../images/arrow_select.png) !important;
        background-repeat: no-repeat !important;
        background-position: right -3px !important;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        padding: 5px 5px 6px 8px;
        background-color: rgba(255,255,255,0.8);
        border: 1px #bcc0c9 solid;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 5px
    }

    header .header .head_label .multi_part select {
        background-image: url(../images/down-arrow.png);
        background-repeat: no-repeat;
        background-position: right center;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none
    }

header .header .head_label .pop {
    display: block;
    top: 83px;
    transition: 0.3s;
    background-color: #f7f7f7
}

header .header .head_label h4.text-left {
    text-align: left
}

header .header .head_label #placeholderDiv {
    position: absolute;
    top: 100px;
    padding: 0 15px;
    color: #a5a5a5;
    text-align: left
}

header .header .head_label .spansearch .clear-list-search-btn {
    background-color: #097BB4;
    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: 0.3s;
    border: none !important;
    margin: 10px 10px 10px 0px !important
}

    header .header .head_label .spansearch .clear-list-search-btn:hover {
        background-color: #172049
    }

@media (max-width: 768px) {
    header .header .head_label .spansearch .clear-list-search-btn {
        margin: 7px 5px 8px 0px !important;
        font-size: 1em
    }
}

header .header .head_label .spansearch .more_btn {
    background-color: #172049;
    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: 0.3s;
    border: none !important;
    margin: 10px 10px 10px 0px !important
}

    header .header .head_label .spansearch .more_btn:hover {
        background-color: #097BB4
    }

@media (max-width: 768px) {
    header .header .head_label .spansearch .more_btn {
        margin: 7px 5px 8px 0px !important;
        font-size: 1em
    }
}

header .header .head_label span.spansearch {
    text-align: right !important
}

header .header.fixed {
    background: #fafafa;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15) !important;
    position: fixed;
    -webkit-transition: all 0.5s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 0.5s ease;
    animation: smoothScroll 1s backwards
}

@media (max-width: 1279px) {
    header .header.fixed {
        animation: none
    }
}

header .logo {
    display: inline-block
}

    header .logo img {
        width: 100%;
        height: auto
    }

header .nav_holder {
    display: block;
    overflow: visible;
    clear: both
}

header .main_nav {
    margin: 0px;
    padding: 0px;
    display: block;
    clear: both;
    font-family: "Open Sans",sans-serif;
    margin-top: 0px;
    list-style: none
}

    header .main_nav li:nth-of-type(3) > ul > li:nth-of-type(11) > ul {
        column-count: 1;
        width: 100% !important;
        top: unset;
        bottom: 0
    }

    header .main_nav li:nth-of-type(3) > ul > li:nth-of-type(12) > ul {
        column-count: 1;
        width: 410px !important
    }

    header .main_nav li {
        display: inline-block;
        position: relative
    }

        header .main_nav li.actmenu a {
            color: #097BB4 !important;
            font-size: 16px
        }

        header .main_nav li span {
            position: absolute;
            bottom: 0;
            height: 3px;
            display: block;
            left: 0px;
            width: 0%;
            right: 0px;
            transition: 1s
        }

        header .main_nav li a i {
            padding-left: 2px;
            color: #000
        }

        header .main_nav li.fix-mob-navbar {
            display: none
        }

@media only screen and (min-width: 1280px) {
    header .main_nav li:hover:nth-of-type(7) ul {
        right: 0
    }
}

header .main_nav li ul li {
    display: block
}

    header .main_nav li ul li a {
        display: block;
        padding: 4px 10px;
        border-bottom: 1px #172049 dashed;
        color: #fff !important;
        text-align: left;
        width: 100%;
        font-family: "Open Sans",sans-serif;
        position: relative;
        font-size: 12px
    }

        header .main_nav li ul li a:hover {
            background-color: #097BB4
        }

        header .main_nav li ul li a i {
            position: absolute;
            right: 0px;
            top: 0px;
            padding: 12px 15px;
            color: #fff
        }

header .main_nav > li:nth-child(n+5) > ul > li > ul {
    left: -250px
}

header .main_nav > li > a {
    color: #000;
    text-decoration: none !important;
    font-size: 10px;
    font-family: "Open Sans",sans-serif;
    padding: 10px 2px;
    position: relative;
    display: inline-block;
    font-weight: 600
}

@media (min-width: 1679px) {
    header .main_nav > li > a {
        font-size: 13px
    }
}

header .main_nav > li > a small {
    text-transform: lowercase !important
}

header .main_nav > li > ul {
    position: absolute;
    margin: 0px;
    padding: 0px;
    width: 250px;
    z-index: 10000;
    display: none;
    background-color: #172049;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15) !important
}

    header .main_nav > li > ul > li > .fa-angle-down {
        position: absolute;
        color: #fff;
        top: 7px;
        right: 0px;
        z-index: 1;
        padding: 9px 15px !important;
        line-height: 0px;
        float: right;
        font-size: 12px
    }

@media only screen and (max-width: 1279px) {
    header .main_nav > li > ul > li > .fa-angle-down {
        display: inline-block;
        position: absolute !important;
        top: 6px
    }
}

@media only screen and (max-width: 1279px) {
    header .main_nav > li > ul > li .secondLevel {
        position: relative !important;
        width: 100%
    }
}

header .main_nav > li > ul > li > a {
    display: block;
    padding: 4px 10px !important;
    color: #fff !important;
    text-align: left;
    width: 100%;
    font-family: "Open Sans",sans-serif;
    font-size: 12px !important;
    position: relative;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px
}

header .main_nav > li > ul > li:hover ul {
    display: block;
    width: 100% !important
}

    header .main_nav > li > ul > li:hover ul li:hover ul {
        display: block
    }

header .main_nav > li > ul > li:hover a {
    color: #fff !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px
}

header .main_nav > li > ul > li > ul {
    position: absolute;
    margin: 0px;
    padding: 0px;
    left: 248px;
    width: 280px;
    top: 0px;
    background-color: #172049;
    z-index: 10000;
    display: none
}

@media only screen and (min-width: 1280px) {
    header .main_nav > li:hover > ul {
        display: block
    }
}

header .main_nav > li:hover span, header .main_nav > li:focus span {
    width: 100%;
    animation: overspan 1s forwards;
    transition: 1s
}

@-webkit-keyframes overspan {
    0% {
        width: 0%;
        left: 0px;
        right: 0px;
        background-color: #091D7A
    }

    50% {
        left: 0px;
        right: 0px;
        background-color: #091D7A
    }

    100% {
        width: 100%;
        left: 0px;
        right: 0px;
        background-color: #091D7A
    }
}

@keyframes overspan {
    0% {
        width: 0%;
        left: 0px;
        right: 0px;
        background-color: #091D7A
    }

    70% {
        left: 0px;
        right: 0px;
        background-color: #091D7A
    }

    100% {
        width: 100%;
        left: 0px;
        right: 0px;
        background-color: #091D7A
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(122,122,124,0.4);
        -moz-box-shadow: 0 0 0 0 rgba(122,122,124,0.4);
        box-shadow: 0 0 0 0 rgba(122,122,124,0.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 pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(122,122,124,0.4);
        -moz-box-shadow: 0 0 0 0 rgba(122,122,124,0.4);
        box-shadow: 0 0 0 0 rgba(122,122,124,0.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)
    }
}

@media only screen and (max-width: 380px) {
    .custom_header header .top_links {
        padding: 5px
    }
}

@media (min-width: 0px) and (max-width: 1279px) {
    .custom_header header .header.fixed {
        height: 83px
    }

    .custom_header header .menu_bar, .custom_header header .search_bar {
        display: block;
        color: #000 !important;
        border: none;
        padding: 15px 15px;
        font-size: 1.8em;
        transition: 0.3s;
        position: absolute;
        top: 10px;
        z-index: 10000
    }

        .custom_header header .menu_bar i, .custom_header header .search_bar i {
            -webkit-transition: all 1s;
            -moz-transition: all 1s;
            -o-transition: all 1s;
            transition: all 1s
        }

            .custom_header header .menu_bar i.fa-close::before, .custom_header header .search_bar i.fa-close::before {
                content: "\f00d" !important
            }

    .custom_header header .menu_bar {
        right: 10px
    }

    .custom_header header .search_bar {
        right: 55px
    }

    .custom_header header .head_label {
        margin: 0 auto;
        left: 0px;
        right: 0px;
        border: none;
        position: absolute
    }

        .custom_header header .head_label span {
            font-size: 12px;
            padding: 0
        }

        .custom_header header .head_label .cta {
            position: fixed;
            z-index: 1;
            bottom: 0px;
            display: block;
            left: 0px;
            right: 0px;
            height: 50px;
            background-color: #172049;
            text-align: left;
            transition: 0.3s;
            padding-left: 15px;
            width: 100%;
            border-top: 1px solid white
        }

            .custom_header header .head_label .cta a {
                padding: 5px !important
            }

                .custom_header header .head_label .cta a i {
                    font-size: 20px !important;
                    color: #fff
                }

                .custom_header header .head_label .cta a span {
                    display: none !important
                }

    .custom_header header .top_links {
        margin: 0 auto;
        left: 0px;
        right: 0px;
        border: none
    }

        .custom_header header .top_links span {
            font-size: 12px
        }

    .custom_header header .fix-navbar ul li:nth-of-type(n+2) {
        display: none
    }

    .custom_header header .fix-navbar .cta {
        position: fixed;
        z-index: 1;
        bottom: 0px;
        display: block;
        left: 0px;
        right: 0px;
        height: 50px;
        background-color: #172049;
        text-align: left;
        transition: 0.3s;
        padding-left: 15px;
        width: 100%;
        border-top: 1px solid white
    }

        .custom_header header .fix-navbar .cta a {
            padding: 5px !important
        }

            .custom_header header .fix-navbar .cta a i {
                font-size: 20px !important;
                color: #fff;
                padding: 10px 5px !important
            }

            .custom_header header .fix-navbar .cta a span {
                display: none !important
            }

    .custom_header header .search_form {
        display: none !important;
        background-color: #fff;
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.49);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.49);
        box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.49);
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        padding: 10px 20px;
        margin: 0 auto;
        left: 0px;
        right: 0px;
        position: fixed !important;
        width: 90% !important;
        height: 170px !important;
        overflow-y: scroll !important;
        text-align: center
    }

        .custom_header header .search_form .fixf {
            width: 100%;
            display: block !important;
            margin: 10px 0 !important
        }

        .custom_header header .search_form input {
            width: 100% !important;
            border-bottom: 1px gray solid !important;
            margin-bottom: 10px;
            padding: 7px 13px;
            padding-left: 0 !important;
            padding-right: 0 !important;
            margin-top: 0px;
            -webkit-border-radius: 0px;
            -moz-border-radius: 0px;
            border-radius: 0px;
            color: #000 !important
        }

            .custom_header header .search_form input::placeholder {
                color: #000 !important
            }

        .custom_header header .search_form .select_holder {
            border-left: 0px solid gray !important;
            -webkit-border-radius: 0px;
            -moz-border-radius: 0px;
            border-radius: 0px;
            width: 100%;
            margin-bottom: 10px;
            border-bottom: 1px gray solid;
            padding: 8px !important;
            padding-top: 0px !important;
            padding-left: 0px !important
        }

            .custom_header header .search_form .select_holder select {
                width: 100%;
                color: #000 !important
            }

        .custom_header header .search_form .submit_btn {
            height: auto !important;
            width: auto;
            color: #fff !important;
            background-color: #172049 !important;
            border-radius: 5px !important;
            padding: 8px 15px !important;
            font-size: 14px !important
        }

            .custom_header header .search_form .submit_btn:after {
                padding-left: 5px
            }

    .custom_header header .paddingScroll {
        padding: 0 !important
    }

    .custom_header header .logo {
        padding-bottom: 0px;
        position: static;
        top: 20px;
        left: 0;
        z-index: 1
    }

        .custom_header header .logo img {
            width: 155px !important;
            max-width: 155px;
            margin-bottom: 2px
        }
}

@media only screen and (min-width: 0px) and (max-width: 1279px) and (min-width: 0px) and (max-width: 576px) {
    .custom_header header .logo img {
        width: 155px !important;
        max-width: 155px
    }
}

@media (min-width: 0px) and (max-width: 1279px) {
    .custom_header header .nav_holder {
        background-color: #172049;
        display: block;
        position: fixed;
        left: 100%;
        right: -50%;
        bottom: 100%;
        top: 70px;
        padding-top: 0px;
        text-align: left;
        height: 0%;
        width: 0%;
        opacity: 1;
        transition: 0.5s ease-out;
        -webkit-border-bottom-left-radius: 300%;
        -moz-border-radius-bottomleft: 300%;
        border-bottom-left-radius: 300%
    }

        .custom_header header .nav_holder.md-menu-view {
            width: 100%;
            display: block;
            transition: 0.5s ease-in;
            background-color: #172049 !important;
            border-radius: 0%;
            opacity: 1;
            left: 0;
            right: 0;
            bottom: 40px;
            top: 80px;
            height: auto
        }

            .custom_header header .nav_holder.md-menu-view ul {
                opacity: 1;
                left: 0%;
                padding-bottom: 20px
            }

        .custom_header header .nav_holder ul {
            height: 100%;
            overflow-y: auto;
            padding: 0;
            opacity: 0;
            transition: 0s ease-in;
            left: 100%
        }

            .custom_header header .nav_holder ul li {
                display: block;
                position: relative
            }

                .custom_header header .nav_holder ul li a {
                    color: #fff !important;
                    font-family: "Open Sans",sans-serif !important;
                    padding: 9px 15px;
                    width: 100%;
                    position: relative;
                    font-size: 10px
                }

                    .custom_header header .nav_holder ul li a:hover {
                        background: #172049;
                        color: #fff !important
                    }

                .custom_header header .nav_holder ul li.actmenu a {
                    color: #091D7A !important
                }

                .custom_header header .nav_holder ul li span {
                    display: none !important
                }

        .custom_header header .nav_holder .main_nav > li.fix-mob-navbar {
            display: block
        }

        .custom_header header .nav_holder .main_nav > li > ul {
            width: 100% !important;
            position: relative !important;
            left: 0px !important;
            right: 0px !important;
            padding: 5px 0px;
            background-color: #097BB4
        }

            .custom_header header .nav_holder .main_nav > li > ul > li > a {
                display: block;
                width: 100%;
                left: 0px;
                right: 0px;
                font-size: 10px !important;
                padding: 6px 15px !important
            }

            .custom_header header .nav_holder .main_nav > li > ul > li > i {
                top: 5px !important
            }

        .custom_header header .nav_holder .main_nav > li i {
            color: #fff;
            position: absolute;
            top: 8px;
            right: 10px;
            z-index: 1;
            padding: 9px 15px !important;
            line-height: 0px;
            float: right;
            font-size: 12px
        }

        .custom_header header .nav_holder .main_nav > li .fa-angle-right {
            display: none
        }

        .custom_header header .nav_holder .main_nav > li .fa-angle-down ~ ul {
            transition: 0.5s ease-out;
            display: none
        }

        .custom_header header .nav_holder .main_nav > li .fa-angle-down.fa-angle-up ~ ul {
            transition: 0.5s ease-in;
            display: block
        }

    .custom_header header .pop {
        display: block !important;
        top: 85px;
        transition: 0.3s !important
    }

    .custom_header .modal-footer {
        justify-content: center
    }
}

@media only screen and (min-width: 1280px) and (max-width: 1440px) {
    header .header .logo img {
        width: 100%
    }

    header .header .top_links span, header .header .head_label span {
        font-size: 12px;
        white-space: nowrap
    }

    header .header .fix-navbar ul li a {
        font-size: 12px !important
    }

    header .header .main_nav > li > a {
        font-size: 0.58em
    }
}

li.mega_menu {
    position: static !important
}

ul.mega-submenu {
    width: 100% !important;
    height: 85vh;
    left: 0;
    right: 0;
    padding: 20px 20px !important
}

@media (max-width: 1279px) {
    ul.submenu-item li {
        padding: 5px 0
    }
}

ul.submenu-item li a {
    font-size: 14px !important;
    font-weight: 700;
    border-bottom: none !important;
    padding: 0 !important
}

ul.submenu-item.featured-part-menu-list > li > ul {
    padding-bottom: 20px
}

.submenu-item li ul li a {
    font-size: 13px !important;
    font-weight: 400;
    white-space: nowrap
}

ul.submenu-item li ul {
    padding: 0
}

ul.submenu-item-inner li a:before {
    content: "-";
    color: #077db7;
    margin: 0 5px;
    font-size: 20px
}

ul.mega-submenu h2 {
    color: #fff;
    text-align: left;
    font-size: 20px;
    padding: 15px 35px
}

@media (max-width: 1024px) {
    ul.mega-submenu h2 {
        padding: 0
    }
}

hr.vr-line {
    margin: 10px auto;
    color: #fff;
    width: 96%
}

ul.feat-part {
    column-count: 3
}

@media (min-width: 768px) {
    ul.submenu-item i {
        display: none
    }
}

ul.feat-part li a {
    font-size: 16px !important;
    font-weight: 700
}

ul.feat-part li ul li a {
    font-size: 14px !important;
    font-weight: 400
}

ul.mega-submenu > li > div {
    width: calc(100% - 96px);
    margin-left: 48px;
    margin-right: 48px
}

@media (max-width: 768px) {
    ul.mega-submenu > li > div {
        width: 100%
    }
}

ul.submenu-item-inner-inner {
    padding: 0 0 0 10px !important
}

ul.mega-submenu {
    overflow-y: scroll
}

ul.submenu-item.featured-part-menu-list {
    padding-bottom: 50px
}

@media (max-width: 1278px) {
    ul.mega-submenu > div {
        margin-left: 0 !important;
        display: block;
        width: 100%
    }

    .mega-submenu {
        background-color: #172049 !important;
        display: block !important
    }

    hr {
        display: none
    }
}

@media (min-width: 1279px) {
    ul.sub-menu {
        display: block !important
    }
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px)
    }

    100% {
        transform: translateY(0px)
    }
}

@media (max-width: 1279px) {
    .multisearch-button {
        margin-bottom: 10px
    }
}

.certix {
    padding: 5px 0px 0px 0;
    margin-bottom: 5px;
    border-radius: 10px
}

@media only screen and (max-width: 767px) {
    .certix {
        padding: 10px 0px 0px 0
    }
}

@media only screen and (max-width: 576px) {
    .certix {
        margin-bottom: 20px
    }

        .certix .container-fluid {
            padding: 0 15px
        }
}

.certix .content_section .sub_title_style {
    font-size: 22px;
    font-family: "Open Sans",sans-serif;
    line-height: 1.2em;
    color: #000
}

    .certix .content_section .sub_title_style i {
        vertical-align: middle
    }

    .certix .content_section .sub_title_style span {
        font-weight: 400;
        color: #000;
        font-size: 28px
    }

@media (max-width: 769px) {
    .certix .content_section .sub_title_style span {
        font-size: 20px
    }
}

.certix .content_section .certificate {
    width: 100%
}

.bg-bluex {
    z-index: 11;
    margin-bottom: 50px
}

@media (max-width: 1199px) {
    .bg-bluex {
        margin-bottom: 10px
    }
}

@media only screen and (min-width: 1600px) {
    .bg-bluex .container {
        max-width: 90%;
        margin: 0 auto;
        width: 100%
    }
}

@media screen and (min-width: 0) and (max-width: 1440px) {
    .bg-bluex .container {
        max-width: 90%;
        width: 100%
    }
}

.bg-bluex .nchanddown {
    position: relative;
    margin-top: 0rem
}

    .bg-bluex .nchanddown .nochina-white {
        background-color: #f7f7f7;
        box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15);
        border-radius: 5px;
        height: 135px
    }

@media only screen and (max-width: 1660px) {
    .bg-bluex .nchanddown .nochina-white {
        min-height: 150px
    }
}

@media only screen and (max-width: 1440px) {
    .bg-bluex .nchanddown .nochina-white {
        min-height: 190px
    }
}

@media only screen and (max-width: 1200px) {
    .bg-bluex .nchanddown .nochina-white {
        min-height: auto
    }
}

.bg-bluex .nchanddown .nochina-white span {
    font-size: 16px;
    color: #cc0003;
    text-align: left;
    margin-left: 10px
}

@media only screen and (max-width: 767px) {
    .bg-bluex .nchanddown {
        padding-top: 50px 0
    }
}

.bg-bluex .nchanddown > div > div {
    padding: 15px 20px;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

@media only screen and (max-width: 1440px) {
    .bg-bluex .nchanddown > div > div {
        padding: 15px 10px
    }
}

.bg-bluex .nchanddown > div > div .nochainax {
    float: left;
    margin-right: 21px
}

@media only screen and (max-width: 575px) {
    .bg-bluex .nchanddown > div > div .nochainax {
        width: 132px
    }
}

.bg-bluex .nchanddown ul {
    list-style: none;
    margin: 0px;
    padding: 0px
}

    .bg-bluex .nchanddown ul li {
        margin-bottom: 3px;
        margin-left: 0px;
        padding-left: 10px;
        position: relative;
        font-size: 16px;
        font-weight: normal;
        display: flex
    }

@media only screen and (max-width: 1880px) {
    .bg-bluex .nchanddown ul li {
        font-size: 14px
    }
}

.bg-bluex .nchanddown ul li span {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-right: 5px
}

    .bg-bluex .nchanddown ul li span i {
        border-radius: 50%;
        width: 20px;
        height: 20px;
        font-size: 16px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #172049;
        line-height: 1.6
    }

@media only screen and (max-width: 575px) {
    .bg-bluex .nchanddown ul li {
        font-size: 14px
    }
}

.bg-bluex .nchanddown .img_data_sec .table-responsive {
    border: none !important
}

.bg-bluex .nchanddown .img_data_sec .img_data_disc {
    width: 100%;
    text-align: left;
    font-size: 12px;
    padding-left: 5px;
    margin-bottom: 0
}

footer {
    position: relative;
    font-size: 14px;
    z-index: 10;
    background: #172049;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right
}

@media only screen and (max-width: 1199px) {
    footer {
        margin-top: 0 !important;
        padding: 0px 0 35px 0
    }
}

footer p {
    padding: 20px 0 0;
    margin-bottom: 0
}

footer a {
    font-size: 14px;
    color: #fff;
    text-decoration: none
}

    footer a:hover {
        color: #099ee9
    }

@media only screen and (min-width: 1400px) {
    footer .container {
        max-width: 90%;
        margin: 0 auto;
        width: 100%
    }
}

@media screen and (min-width: 0) and (max-width: 1440px) {
    footer .container {
        max-width: 90%;
        width: 100%
    }
}

footer .map_over {
    position: relative;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 30px 10px 0;
    overflow: hidden;
    z-index: 900
}

    footer .map_over .payment-app-row .payment-row {
        padding: 5px;
        text-align: left
    }

        footer .map_over .payment-app-row .payment-row img {
            border-radius: 5px;
            width: 100%;
            height: auto;
            max-width: 100px
        }

    footer .map_over .payment-app-row .app-row {
        text-align: right;
        padding: 8px !important
    }

@media only screen and (max-width: 991px) {
    footer .map_over .payment-app-row .payment-row, footer .map_over .payment-app-row .app-row {
        text-align: center
    }
}

footer .footer_nav {
    margin: 0px;
    padding: 0px;
    text-align: left;
    list-style: none;
    overflow: hidden;
    margin-bottom: 15px;
    z-index: 1000;
    position: relative
}

    footer .footer_nav li {
        width: 100%;
        display: block;
        float: left;
        padding-bottom: 5px;
        padding-top: 5px;
        font-weight: 500;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        font-size: 14px
    }

@media only screen and (max-width: 575px) {
    footer .footer_nav {
        text-align: center
    }
}

footer address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

    footer address p {
        color: #fff;
        padding: 0;
        font-size: 14px;
        display: flex;
        align-items: center;
        margin-bottom: 10px;
        text-align: left
    }

        footer address p i {
            font-size: 20px !important;
            padding-right: 5px;
            width: 30px;
            color: #fff;
        }

        footer address p a {
            text-decoration: none;
            color: #fff;
            padding: 0;
            font-size: 14px;
            display: flex;
            align-items: center;
            text-align: left
        }

@media only screen and (max-width: 1284px) {
    footer address p a {
        font-size: 14px
    }
}

@media only screen and (max-width: 576px) {
    footer address p a {
        font-size: 14px
    }
}

@media only screen and (max-width: 1199px) {
    footer address p {
        justify-content: left;
    }
}

footer address p.bigcall a {
    font-weight: bold;
    font-size: 16px
}

@media only screen and (max-width: 576px) {
    footer address p.bigcall a {
        font-size: 18px
    }
}

footer .download-exe {
    color: #000;
    display: block;
    text-align: left;
    font-weight: normal;
    font-size: 18px
}

footer .downloadBrowExt {
    padding: 10px;
    color: #000;
    line-height: 10px;
    /*margin: 0 auto;*/
    text-align: left;
    font-size: 12px;
    background-color: #fff;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 80%;
}

@media only screen and (min-width: 767px) and (max-width: 1179px) {
    footer .downloadBrowExt {
        display: flex !important;
        align-items: center;
        justify-content: center
    }
}

footer .downloadBrowExt .extention-text {
    padding: 0 10px;
    width: 100%;
    font-size: 12px;
    line-height: normal
}

@media only screen and (min-width: 767px) and (max-width: 1179px) {
    footer .downloadBrowExt .extention-text {
        width: 50%
    }
}

footer .downloadBrowExt img {
    object-fit: contain
}

@media only screen and (max-width: 1199px) {
    footer .downloadBrowExt .extention-text span {
        margin: 20px 0;
        display: block
    }
}

@media only screen and (max-width: 1199px) {
    footer .downloadBrowExt {
        text-align: center;
        display: block; width:100%;
    }
}

@media (max-width: 768px) {
    footer .play-store-img {
        justify-content: center
    }
}

footer .footer_line {
    text-align: center;
    color: #000;
    padding: 10px 30px 0px 30px;
    font-size: 14px
}

@media (min-width: 0px) and (max-width: 1279px) {
    footer .footer_line {
        padding: 10px 30px 67px 30px
    }
}

@media (max-width: 532px) {
    footer .footer_line p.mb-md-4.copyrighttxt {
        padding-bottom: 45px
    }
}

@media (max-width: 767px) {
    footer .footer_line p.mb-md-4.copyrighttxt {
        padding-bottom: 45px
    }
}

footer .footer_line p {
    color: #fff;
    padding-bottom: 0px;
    display: block;
    margin: 0 auto;
    font-size: 12px;
    font-weight: 400
}

    footer .footer_line p:last-child {
        font-size: 14px
    }

@media (max-width: 567px) {
    footer .footer_line p {
        padding-bottom: 17px
    }
}

footer .footer_line p a {
    color: #fff
}

footer .footer-title {
    color: #fff;
    font-size: 16px;
    margin-bottom: 18px;
    display: block;
    font-weight: 600;
    height: 25px;
    position: relative;
}

    footer .footer-title:after {
        position: absolute;
        left: 0;
        bottom: -10px;
        width: 40px;
        height: 2px;
        background: #fff;
        content: "";
    }


footer .footer-title2 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 30px;
    display: block;
    font-weight: 600;
    height: 25px;
    position: relative;
}
  
@media only screen and (max-width: 991px) {
    footer .footer-title {
        margin-top: 15px;
        text-align: left;
    }

        footer .footer-title:after {
            display:none;
        }
}

@media only screen and (min-width: 1280px) and (max-width: 1440px) {
    footer .footer-title {
        font-size: 15px
    }

    footer address p {
        font-size: 14px
    }

    footer .footer_nav li {
        font-size: 16px;
        padding-top: 0
    }
}

@media only screen and (min-width: 1280px) and (max-width: 1440px) and (max-width: 1284px) {
    footer .footer_nav li a {
        font-size: 14px
    }
}

@media only screen and (min-width: 1280px) and (max-width: 1440px) {
    footer .download-exe {
        text-align: left
    }

    footer .downloadBrowExt img {
        object-fit: contain
    }
}

@media only screen and (max-width: 767px) {
    footer .footer-title {
        font-size: 20px
    }

    footer address p {
        font-size: 14px
    }

    footer .footer_nav li {
        font-size: 14px;
        padding-top: 0; text-align:left;
    }

    footer .footer_line {
        padding: 10px 0px 30px 0px;
        font-size: 14px
    }
}

.sprite {
    background-image: url("../assets/images/spritesheet1.png");
    background-repeat: no-repeat;
    display: inline-block
}

.sprite-amex {
    width: 69px;
    height: 37px;
    background-position: -5px -5px
}

.sprite-apple-store {
    width: 113px;
    height: 40px;
    background-position: -88px -5px
}

.sprite-asap-small {
    width: 103px;
    height: 27px;
    background-position: -210px -5px
}

.sprite-asap-smallx {
    width: 96px;
    height: 27px;
    background-position: -728px -304px
}

.sprite-blog {
    width: 37px;
    height: 37px;
    background-position: -317px -5px
}

.sprite-discover {
    width: 73px;
    height: 37px;
    background-position: -364px -5px
}

.sprite-facebook {
    width: 34px;
    height: 37px;
    background-position: -503px -5px
}

.sprite-find-it-fast {
    width: 100px;
    height: 100px;
    background-position: -550px -5px
}

.sprite-get-it-fast {
    width: 100px;
    height: 100px;
    background-position: -660px -5px
}

.sprite-github {
    width: 30px;
    height: 30px;
    background-position: -770px -5px
}

.sprite-gmail {
    width: 30px;
    height: 30px;
    background-position: -211px -45px
}

.sprite-google-play {
    width: 135px;
    height: 40px;
    background-position: -5px -115px
}

.sprite-google-plus {
    width: 50px;
    height: 37px;
    background-position: -251px -45px
}

.sprite-linkedin {
    width: 30px;
    height: 30px;
    background-position: -770px -45px
}

.sprite-low-price {
    width: 100px;
    height: 100px;
    background-position: -150px -115px
}

.sprite-mastercard {
    width: 73px;
    height: 37px;
    background-position: -260px -115px
}

.sprite-no-chaina {
    width: 823px;
    height: 67px;
    background-position: -5px -225px
}

.sprite-pintrest {
    width: 37px;
    height: 37px;
    background-position: -343px -85px
}

.sprite-pwo01 {
    width: 90px;
    height: 90px;
    background-position: -390px -121px
}

.sprite-pwo02 {
    width: 90px;
    height: 90px;
    background-position: -490px -121px
}

.sprite-pwo03 {
    width: 90px;
    height: 90px;
    background-position: -590px -121px
}

.sprite-pwo04 {
    width: 90px;
    height: 90px;
    background-position: -690px -121px
}

.sprite-pwo05 {
    width: 90px;
    height: 90px;
    background-position: -10px -302px
}

.sprite-pwo06 {
    width: 90px;
    height: 90px;
    background-position: -109px -302px
}

.sprite-quality-guaranteed {
    width: 100px;
    height: 100px;
    background-position: -205px -302px
}

.sprite-stackoverflow {
    width: 30px;
    height: 30px;
    background-position: -790px -85px
}

.sprite-tumblr {
    width: 30px;
    height: 30px;
    background-position: -790px -125px
}

.sprite-twitter {
    width: 30px;
    height: 30px;
    background-position: -5px -165px
}

.sprite-twitter {
    width: 37px;
    height: 37px;
    background-position: -45px -165px
}

.sprite-visa {
    width: 69px;
    height: 37px;
    background-position: -315px -302px
}

.sprite-xml {
    width: 36px;
    height: 14px;
    background-position: -5px -85px
}

.sprite-youtube {
    width: 37px;
    height: 37px;
    background-position: -92px -165px
}

.sprite-no {
    width: 101px;
    height: 101px;
    background-position: -510px -300px
}

.sprite-yes {
    width: 101px;
    height: 101px;
    background-position: -402px -300px
}

.sprite-no-china {
    width: 110px;
    height: 110px;
    background-position: -615px -300px;
    display: inline-block
}

@media only screen and (min-width: 361px) and (max-width: 400px) {
    .sprite-no-china {
        width: 125px;
        height: 105px
    }
}

@media only screen and (min-width: 320px) and (max-width: 360px) {
    .sprite-no-china {
        width: 140px;
        height: 105px;
        margin-right: 15px !important
    }
}

@media (min-width: 1260px) and (max-width: 1355px) {
    .sprite-no-china {
        width: 113px;
        height: 105px;
        background-position: -615px -300px;
        display: inline-block
    }

    .bg-blue {
        font-size: 0.8em
    }
}

.spritecerti {
    background-image: url("../images/certifications/certifications-sprite.png");
    background-repeat: no-repeat;
    display: inline-block
}

.sprite-nbaa {
    width: 191px;
    height: 47px;
    background-position: -251px -351px
}

.sprite-ASA-Member-logo {
    width: 189px;
    height: 130px;
    background-position: -5px -5px
}

.sprite-FAA-0056-B-accredited-logo {
    width: 130px;
    height: 130px;
    background-position: -204px -5px
}

.sprite-Inc5000_medallion {
    width: 130px;
    height: 130px;
    background-position: -5px -145px
}

.sprite-cagecode {
    width: 96px;
    height: 130px;
    background-position: -145px -145px
}

.sprite-checkbca {
    width: 99px;
    height: 55px;
    background-position: -251px -145px
}

.sprite-duns {
    width: 144px;
    height: 130px;
    background-position: -344px -5px
}

.sprite-iso_9001 {
    width: 99px;
    height: 50px;
    background-position: -360px -145px
}

.sprite-visual-com {
    width: 196px;
    height: 130px;
    background-position: -251px -210px
}

.sprite-topd {
    width: 196px;
    height: 130px;
    background-position: -50px -283px
}

.sprite-right-arrow {
    width: 48px;
    height: 48px;
    background-position: -764px -331px
}

#dvMsgbox {
    position: fixed;
    bottom: 2px;
    left: 2px;
    right: 2px;
    margin-bottom: 0px !important;
    text-align: center !important;
    z-index: 9999999
}

.bg-light2 {
    background-color: rgba(0,0,0,0.3);
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 1000;
    width: 100% !important;
    height: 100%;
    display: block;
    position: fixed;
    display: none
}

.breadcrumb {
    background-color: #EBEBEB;
    padding: 7px 0px;
    color: #000;
    font-size: 12px
}

@media (min-width: 1920px) {
    .breadcrumb {
        margin: 0 0 20px
    }
}

@media (max-width: 1284px) {
    .breadcrumb {
        padding: 12px 5px
    }
}

@media (max-width: 576px) {
    .breadcrumb {
        font-size: 12px;
        padding: 10px 5px
    }

        .breadcrumb .breadcrumb_links {
            display: contents !important
        }
}

.breadcrumb a {
    color: #000
}

    .breadcrumb a:hover {
        color: #091D7A
    }

.breadcrumb span {
    font-weight: 500
}

.thank-you-section {
    text-align: center;
    padding: 40px 0
}

    .thank-you-section .container {
        max-width: 90%
    }

    .thank-you-section .message .w-20 {
        width: 15%
    }

    .thank-you-section .message .thanks-form .custom_btn {
        height: 39px
    }

    .thank-you-section .message .thankTitle {
        margin-bottom: 0px;
        padding-bottom: 0px;
        font-size: 500;
        color: #172049;
        margin-bottom: 10px;
        font-size: 32px
    }

@media (max-width: 576px) {
    .thank-you-section .message .thankTitle {
        font-size: 16px
    }
}

.thank-you-section .message .thanks-img {
    width: 150px
}

.thank-you-section .message .Err404-img {
    width: 40%;
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
    -webkit-animation: float 1.8s ease-in-out infinite;
    animation: float 1.8s ease-in-out infinite;
    margin-bottom: -30px
}

@keyframes float {
    0% {
        -webkit-transform: translatey(0px);
        transform: translatey(0px)
    }

    50% {
        -webkit-transform: translatey(-20px);
        transform: translatey(-10px)
    }

    100% {
        -webkit-transform: translatey(0px);
        transform: translatey(0px)
    }
}

.thank-you-section .message p {
    color: #000;
    font-size: 14px;
    text-align: center
}

    .thank-you-section .message p a {
        white-space: nowrap
    }

.thank-you-section .message .search-part {
    margin: 30px 0;
    font-size: 18px;
    font-weight: bold
}

@media (max-width: 576px) {
    .thank-you-section .message .search-part {
        font-size: 14px;
        font-weight: 400
    }
}

.thank-you-section .message h2 {
    font-weight: 400
}

.bg-cloud {
    background-image: url(../assets/images/cloud_bg.webp);
    background-size: cover;
    background-repeat: no-repeat
}

.sitemap-section {
    padding: 40px 0
}

    .sitemap-section .site_map_list a {
        color: #091D7A;
        margin-top: 10px;
        border: 1px solid #172049;
        padding: 5px 15px;
        border-radius: 5px;
        margin-bottom: 10px;
        display: inline-block;
        font-size: 12px
    }

        .sitemap-section .site_map_list a:hover {
            background: #172049;
            color: #fff
        }

    .sitemap-section .site_map_list ul {
        border-left: 1px solid #172049
    }

        .sitemap-section .site_map_list ul li {
            font-size: 14px;
            font-weight: bold;
            position: relative;
            list-style: none
        }

            .sitemap-section .site_map_list ul li::before {
                content: '';
                position: absolute;
                top: 25px;
                left: -33px;
                width: 2rem;
                height: 1px;
                background: #172049
            }

            .sitemap-section .site_map_list ul li ul {
                margin-top: -10px;
                border-left: 1px solid #172049;
                margin-left: 10px;
                padding-top: 10px
            }

                .sitemap-section .site_map_list ul li ul li {
                    list-style: none;
                    margin-bottom: 0px;
                    font-weight: normal
                }

                    .sitemap-section .site_map_list ul li ul li::before {
                        content: '';
                        position: absolute;
                        top: 25px;
                        left: -33px;
                        width: 2rem;
                        height: 1px;
                        background: #172049
                    }

.part-types-section {
    padding-bottom: 20px
}

    .part-types-section li.page-item {
        padding: 0 3px
    }

        .part-types-section li.page-item a.page-link {
            background-color: #fff;
            color: #000
        }

@media (max-width: 768px) {
    .part-types-section li.page-item a.page-link {
        padding: 7px 7px;
        font-size: 10px
    }
}

@media (max-width: 380px) {
    .part-types-section li.page-item a.page-link {
        padding: 5px 7px;
        font-size: 11px
    }
}

.part-types-section li.page-item a.page-link:active, .part-types-section li.page-item a.page-link.act {
    color: #fff;
    background: #097BB4;
    border: 0px solid
}

.part-types-section li.page-item.active .page-link {
    color: #fff;
    background: #097BB4;
    border: 0px solid
}

.part-types-section .para p strong, .part-types-section .terms-condition p strong {
    font-size: 16px
}

.part-types-section .para ul li, .part-types-section .terms-condition ul li {
    font-size: 14px
}

.part-types-section .page-inner-txt {
    font-size: 14px
}

.part-types-section p {
    font-size: 14px;
    text-align: justify
}

    .part-types-section p a img {
        width: 100%;
        height: auto;
        max-width: 624px
    }

.part-types-section .pageTitle-inner {
    font-size: 20px;
    color: #172049
}

@media (min-width: 1440px) {
    .part-types-section .pageTitle-inner {
        font-size: 22px
    }
}

@media (max-width: 1366px) {
    .part-types-section .pageTitle-inner {
        font-size: 20px
    }
}

.part-types-section .innerpage-sub-title {
    font-size: 16px
}

.part-types-section .innerpage-list {
    font-size: 14px
}

.part-types-section .pageTitle-inner-inner {
    font-size: 18px;
    color: #172049
}

@media (max-width: 1366px) {
    .part-types-section .pageTitle-inner-inner {
        font-size: 20px
    }
}

@media (max-width: 1284px) {
    .part-types-section .pageTitle-inner-inner {
        font-size: 20px
    }
}

.part-types-section .pageTitle-sub-inner {
    font-size: 17px
}

.part-types-section .pageTitle-innert {
    font-size: 1.2em;
    margin-bottom: 20px;
    color: #fff !important;
    background-color: #182747 !important;
    padding: 12px;
    margin-top: 17px;
    border-top-right-radius: 10px !important;
    border-top-left-radius: 10px !important;
    margin: 0
}

.part-types-section .main_paging {
    text-align: right;
    padding: 5px 0
}

@media (max-width: 1199px) {
    .part-types-section .main_paging {
        text-align: center
    }
}

.part-types-section .main_paging .open > .dropdown-menu {
    background: #f9f9f9;
    color: #000;
    top: 26px;
    border-radius: 5px;
    display: inline-flex;
    justify-content: space-evenly;
    left: 0
}

.part-types-section .main_paging .open.actl {
    background: #172049
}

    .part-types-section .main_paging .open.actl > .dropdown-menu {
        padding-top: 0;
        padding-bottom: 0
    }

    .part-types-section .main_paging .open.actl > a {
        background: #172049;
        color: #fff !important
    }

    .part-types-section .main_paging .open.actl > .dropdown-menu li a:hover {
        color: #091D7A;
        font-weight: 500
    }

.part-types-section .main_paging .pager {
    display: inline-block;
    padding-left: 0
}

    .part-types-section .main_paging .pager > li {
        display: inline-block;
        position: relative;
        font-size: 16px;
        border: 1px solid #172049;
        border-radius: 5px
    }

@media (max-width: 342px) {
    .part-types-section .main_paging .pager > li {
        margin-bottom: 5px
    }
}

.part-types-section .main_paging .pager > li a {
    background: #f9f9f9;
    color: #000;
    border-radius: 5px;
    padding: 0 5px;
    font-size: 13px
}

.part-types-section .main_paging .pager > li:last-child .dropdown-menu, .part-types-section .main_paging .pager > li:nth-last-of-type(2) .dropdown-menu, .part-types-section .main_paging .pager > li:nth-last-of-type(3) .dropdown-menu {
    left: unset;
    right: 0
}

.part-types-section .content-section-innner .aircraft-wing-parts table tbody tr td span {
    font-weight: bold;
    font-size: 14px
}

.part-types-section .content-section-innner .cartlist {
    box-shadow: 0 0 0.255rem rgba(0,0,0,0.15) !important
}

    .part-types-section .content-section-innner .cartlist .table tr th {
        background-color: #172049;
        color: #fff;
        font-size: 14px
    }

    .part-types-section .content-section-innner .cartlist .action-rfq {
        padding: 10px 10px !important
    }

        .part-types-section .content-section-innner .cartlist .action-rfq .btn {
            font-size: 0.8em !important;
            font-weight: 500;
            background-color: #097BB4
        }

@media (max-width: 768px) {
    .part-types-section .content-section-innner .cartlist .action-rfq .btn {
        margin: 15px 3px
    }
}

.part-types-section .content-section-innner .cartlist .action-rfq .btn i {
    padding: 3px
}

.part-types-section .content-section-innner .cartlist .action-rfq .btn:hover {
    background-color: #172049
}

.part-types-section .content-section-innner .cartlist .redbg {
    background-color: #c60311;
    color: #fff !important;
    border: none;
    border-radius: 5px
}

    .part-types-section .content-section-innner .cartlist .redbg .fa {
        color: #fff
    }

.part-types-section .content-section-innner .cartlist .more_btn {
    padding: 12px !important;
    font-size: 0.8em !important;
    margin: 5px !important
}

.part-types-section .content-section-innner .cartlist .dark_blue {
    background-color: #172049;
    color: #fff !important;
    border: none;
    border-radius: 5px
}

    .part-types-section .content-section-innner .cartlist .dark_blue:hover {
        background-color: #097BB4
    }

.part-types-section .content-section-innner .cartlist .light_blue {
    background-color: #3636a6;
    color: #fff;
    border: none;
    border-radius: 5px
}

.part-types-section .content-section-innner .custom-pagination {
    font-weight: 500
}

@media (max-width: 667px) {
    .part-types-section .content-section-innner .custom-pagination nav .custom_btn {
        margin-bottom: 20px
    }
}

@media (max-width: 667px) {
    .part-types-section .content-section-innner .custom-pagination {
        text-align: center
    }

        .part-types-section .content-section-innner .custom-pagination .pagination {
            display: inline-flex;
            margin: 10px 0 30px;
            position: static
        }

            .part-types-section .content-section-innner .custom-pagination .pagination .page-link {
                padding: 8px 4px
            }

            .part-types-section .content-section-innner .custom-pagination .pagination .custom_btn {
                margin-top: 10%;
                position: absolute;
                left: 37%
            }
}

@media (min-width: 0px) and (max-width: 480px) {
    .part-types-section .content-section-innner .custom-pagination {
        text-align: center
    }

        .part-types-section .content-section-innner .custom-pagination .pagination {
            display: inline-flex;
            margin: 10px 0 20px;
            position: static
        }

            .part-types-section .content-section-innner .custom-pagination .pagination .page-link {
                padding: 5px 3px;
                font-size: 12px
            }

            .part-types-section .content-section-innner .custom-pagination .pagination .custom_btn {
                margin-top: 14%;
                position: absolute;
                left: 37%
            }

        .part-types-section .content-section-innner .custom-pagination .custom-page-ul {
            margin-bottom: 20px !important
        }
}

.part-types-section .content-section-innner .custom_card {
    border-radius: 5px;
    border: 1px solid #f5f5f5;
    background-color: #fafafa
}

@media (min-width: 0px) and (max-width: 480px) {
    .part-types-section .content-section-innner .custom_card .table-responsive .table td {
        width: 100% !important;
        display: block
    }
}

@media (min-width: 0px) and (max-width: 480px) {
    .part-types-section .content-section-innner .custom_card .airambulance-table tbody tr td {
        display: block;
        width: 100% !important
    }
}

.part-types-section .content-section-innner .custom_card .slidehead2 {
    padding: 10px 10px;
    background-color: #182747;
    color: #fff;
    font-size: 16px;
    margin-top: auto;
    margin-bottom: auto;
    font-weight: bold
}

.part-types-section .content-section-innner .custom_card table.table_form {
    border-color: #efefef;
    caption-side: bottom;
    border-collapse: collapse;
    width: 100%
}

.part-types-section .content-section-innner .custom_card .table_form tr th {
    padding: 5px;
    font-weight: bold;
    border: 1px solid #efefef
}

.part-types-section .content-section-innner .custom_card .table_form td {
    border: 1px solid #efefef;
    vertical-align: middle;
    font-size: 14px;
    padding: 6px
}

.part-types-section .content-section-innner .custom_card .table-title {
    font-size: 16px;
    margin-top: auto;
    margin-bottom: auto;
    font-weight: 600;
    overflow: hidden
}

@media (max-width: 576px) {
    .part-types-section .content-section-innner .custom_card .table-title {
        text-align: left
    }
}

.part-types-section .content-section-innner .custom_card .table-title .mdy-field {
    position: absolute;
    right: 10px;
    top: 10px
}

.part-types-section .content-section-innner .custom_card .table-responsive {
    overflow: hidden
}

.part-types-section .content-section-innner .custom_card .btn-link {
    text-decoration: none;
    font-size: 12px;
    color: #000;
    padding: 3px
}

.part-types-section .content-section-innner .custom_card .part-listing-cart {
    min-height: 0 !important
}

.part-types-section .content-section-innner .custom_card .card-header {
    padding: 10px;
    background-color: #172049;
    color: #fff;
    border-radius: 5px 5px 0 0;
    display: flex;
    align-items: center
}

@media (max-width: 576px) {
    .part-types-section .content-section-innner .custom_card .card-header {
        text-align: center
    }
}

.part-types-section .content-section-innner .custom_card .card-header a {
    color: #fff;
    background: #097BB4
}

    .part-types-section .content-section-innner .custom_card .card-header a:hover {
        border: 1px solid #097BB4;
        background: transparent
    }

@media (max-width: 575px) {
    .part-types-section .content-section-innner .custom_card .card-header a {
        text-align: center;
        padding: 0 10px;
        margin-left: 7px;
        display: flex;
        align-items: center;
        text-wrap: wrap;
        width: 80px
    }

        .part-types-section .content-section-innner .custom_card .card-header a.btn-link {
            width: 100px;
            padding: 5px 10px;
            margin-top: 7px;
            margin-bottom: 7px
        }
}

.part-types-section .content-section-innner .custom_card .card-headerfsg {
    padding: 10px;
    background-color: #172049;
    color: #fff;
    border-radius: 5px 5px 0 0;
    display: flex;
    align-items: center
}

@media (max-width: 576px) {
    .part-types-section .content-section-innner .custom_card .card-headerfsg {
        text-align: center
    }
}

.part-types-section .content-section-innner .custom_card .card-headerfsg a {
    color: #fff !important;
    width: 100% !important;
    text-align: left !important
}

    .part-types-section .content-section-innner .custom_card .card-headerfsg a:hover {
        color: #097BB4 !important
    }

@media (max-width: 576px) {
    .part-types-section .content-section-innner .custom_card .card-headerfsg a {
        text-align: center;
        padding: 0 10px;
        margin-left: 7px;
        display: flex;
        align-items: center;
        text-wrap: wrap;
        width: 80px
    }
}

.part-types-section .content-section-innner .custom_card .no-padding-form-content {
    margin-top: 30px
}

.part-types-section .content-section-innner .custom_card .recently-view {
    margin-bottom: 0 !important
}

    .part-types-section .content-section-innner .custom_card .recently-view ul li {
        font-size: 14px
    }

.part-types-section .content-section-innner .custom_card .viewed_parts {
    padding: 10px;
    border: 1px solid #80808014;
    display: flex;
    align-content: center;
    align-items: center
}

    .part-types-section .content-section-innner .custom_card .viewed_parts .part_rfq {
        position: relative;
        left: 15%;
        right: 0
    }

.part-types-section .content-section-innner .custom_card .card-body {
    padding: 15px;
    margin-bottom: 15px;
    background-color: #f8f8f8;
    border: 1px solid #e8e8e8
}

@media only screen and (min-width: 0px) and (max-width: 576px) {
    .part-types-section .content-section-innner .custom_card .card-body {
        margin-bottom: 0px !important
    }
}

.part-types-section .content-section-innner .custom_card .card-body .arp {
    overflow-y: hidden
}

.part-types-section .content-section-innner .custom_card .card-body .fsc-table-inner {
    margin-bottom: 20px
}

@media (min-width: 0px) and (max-width: 567px) {
    .part-types-section .content-section-innner .custom_card .card-body .cagecode td {
        width: 50% !important;
        float: left;
        text-align: center !important;
        display: block !important
    }

    footer .footer-title:after {
        display: none;
    }
}

.part-types-section .content-section-innner .custom_card .card-body .split {
    padding: 5px 0px
}

    .part-types-section .content-section-innner .custom_card .card-body .split li {
        display: inline-block;
        width: 49%;
        background-color: #fff;
        padding: 10px;
        border: 1px solid #eee;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        margin-bottom: 0
    }



.part-types-section .content-section-innner .custom_card .card-body table {
    border-color: #e8e8e8
}

    .part-types-section .content-section-innner .custom_card .card-body table thead th {
        font-weight: 500;
        padding: 5px 10px;
        text-wrap: nowrap
    }

    .part-types-section .content-section-innner .custom_card .card-body table tr td {
        border: 1px solid #e8e8e8;
        vertical-align: middle;
        font-size: 13px
    }

@media (max-width: 576px) {
    .part-types-section .content-section-innner .custom_card .card-body table {
        font-size: 14px
    }
}

.part-types-section .content-section-innner .custom_card .card-body a {
    color: #097BB4;
    font-size: 14px;
    white-space: normal;
    text-transform: capitalize;
    font-weight: 500
}

    .part-types-section .content-section-innner .custom_card .card-body a:hover {
        color: #097BB4
    }

@media (max-width: 667px) {
    .part-types-section .content-section-innner .custom_card .card-body a {
        font-size: 12px
    }
}

@media (max-width: 568px) {
    .part-types-section .content-section-innner .custom_card .card-body a {
        font-size: 14px
    }
}

.part-types-section .content-section-innner .custom_card .card-body a.btn {
    font-size: 14px;
    white-space: nowrap
}

@media (max-width: 568px) {
    .part-types-section .content-section-innner .custom_card .card-body a.custom_link_btn {
        display: inline-block;
        padding-left: 0
    }
}

.part-types-section .content-section-innner .custom_card .card-body form {
    padding: 10px
}

.part-types-section .content-section-innner .custom_card .card-body #formFile {
    font-size: 14px
}

.part-types-section .content-section-innner .custom_card .card-body ul {
    margin-bottom: 0;
    padding-left: 0px
}

    .part-types-section .content-section-innner .custom_card .card-body ul li {
        list-style-type: none;
        margin-bottom: 5px
    }

.part-types-section .content-section-innner .custom_card .card-body .customList_data .outer_cust_data {
    padding: 0
}

.part-types-section .content-section-innner .custom_card .card-body .customList_data ul li {
    padding: 5px 10px
}

    .part-types-section .content-section-innner .custom_card .card-body .customList_data ul li a:hover {
        color: #091D7A
    }

.part-types-section .content-section-innner .custom_card .card-body.search-part-no-list table thead tr th:first-child {
    border-left: 1px solid #172049
}

@media (max-width: 576px) {
    .part-types-section .content-section-innner .custom_card .card-body.search-part-no-list table tbody tr td {
        flex-wrap: wrap
    }
}

.part-types-section .content-section-innner .custom_card .related_components a {
    text-align: center;
    font-size: 16px;
    font-weight: 500
}

@media (max-width: 576px) {
    .part-types-section .content-section-innner .custom_card .related_components a {
        font-size: 14px
    }
}

.part-types-section .content-section-innner .custom_card .related_components ul {
    padding: 10px 0px;
    margin-bottom: 0
}

    .part-types-section .content-section-innner .custom_card .related_components ul li {
        list-style: none;
        line-height: normal
    }

@media (max-width: 1199px) {
    .part-types-section .content-section-innner .custom_card .related_components ul li {
        font-size: 14px
    }
}

@media only screen and (max-width: 1179px) {
    .part-types-section .content-section-innner .custom_card .card-body.part-cart table thead {
        display: none
    }

    .part-types-section .content-section-innner .custom_card .card-body.part-cart table tbody tr {
        display: block;
        border-bottom: 3px solid #172049;
        margin-bottom: 10px
    }

        .part-types-section .content-section-innner .custom_card .card-body.part-cart table tbody tr td {
            width: 100%;
            display: flex;
            text-align: left !important;
            align-items: center
        }

            .part-types-section .content-section-innner .custom_card .card-body.part-cart table tbody tr td .materialinput {
                display: none
            }

            .part-types-section .content-section-innner .custom_card .card-body.part-cart table tbody tr td:first-child::before {
                content: "#"
            }

            .part-types-section .content-section-innner .custom_card .card-body.part-cart table tbody tr td:nth-of-type(2)::before {
                content: "Part No:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.part-cart table tbody tr td:nth-child(3)::before {
                content: "Manufacturer :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.part-cart table tbody tr td:nth-child(4)::before {
                content: "NSN :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.part-cart table tbody tr td:nth-child(5)::before {
                content: "Availability :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.part-cart table tbody tr td:nth-child(6)::before {
                content: "Target Price :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.part-cart table tbody tr td:nth-child(7)::before {
                content: "Need Parts By :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.part-cart table tbody tr td:last-child::before {
                content: "Action";
                text-align: left
            }

            .part-types-section .content-section-innner .custom_card .card-body.part-cart table tbody tr td::before {
                font-weight: 500;
                margin-right: 5px;
                min-width: 105px;
                display: block;
                float: left
            }
}

@media only screen and (max-width: 990px) {
    .part-types-section .content-section-innner .custom_card .card-body table tbody tr td {
        word-break: normal
    }

        .part-types-section .content-section-innner .custom_card .card-body table tbody tr td::before {
            display: flex !important;
            align-items: center;
            font-weight: bold !important
        }

    .part-types-section .content-section-innner .custom_card .card-body.user-quotes-table table thead {
        display: none
    }

    .part-types-section .content-section-innner .custom_card .card-body.user-quotes-table table tbody tr {
        display: block;
        border-bottom: 3px solid #172049;
        margin-bottom: 10px
    }

        .part-types-section .content-section-innner .custom_card .card-body.user-quotes-table table tbody tr td {
            width: 100%;
            display: flex;
            text-align: left !important
        }

            .part-types-section .content-section-innner .custom_card .card-body.user-quotes-table table tbody tr td:first-child::before {
                content: "#"
            }

            .part-types-section .content-section-innner .custom_card .card-body.user-quotes-table table tbody tr td:nth-of-type(2)::before {
                content: "Part Number::"
            }

            .part-types-section .content-section-innner .custom_card .card-body.user-quotes-table table tbody tr td:nth-child(3)::before {
                content: "Manufacturer:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.user-quotes-table table tbody tr td:nth-child(4)::before {
                content: "NSN:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.user-quotes-table table tbody tr td:nth-child(4)::before {
                content: "Availability:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.user-quotes-table table tbody tr td:nth-child(4)::before {
                content: "Target Price:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.user-quotes-table table tbody tr td:last-child::before {
                content: "Need Parts By:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.user-quotes-table table tbody tr td::before {
                font-weight: 500;
                margin-right: 5px;
                min-width: 130px;
                display: block;
                float: left
            }

    .part-types-section .content-section-innner .custom_card .card-body.gse-parts-table table thead {
        display: none
    }

    .part-types-section .content-section-innner .custom_card .card-body.gse-parts-table table tbody tr {
        display: block;
        border-bottom: 3px solid #172049;
        margin-bottom: 10px
    }

        .part-types-section .content-section-innner .custom_card .card-body.gse-parts-table table tbody tr td {
            width: 100%;
            display: flex;
            text-align: left !important
        }

            .part-types-section .content-section-innner .custom_card .card-body.gse-parts-table table tbody tr td:first-child::before {
                content: "Part Number:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.gse-parts-table table tbody tr td:nth-of-type(2)::before {
                content: "Description:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.gse-parts-table table tbody tr td:nth-child(3)::before {
                content: "Description:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.gse-parts-table table tbody tr td:nth-child(4)::before {
                content: "Category:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.gse-parts-table table tbody tr td:last-child::before {
                content: ""
            }

            .part-types-section .content-section-innner .custom_card .card-body.gse-parts-table table tbody tr td::before {
                font-weight: 500;
                margin-right: 5px;
                min-width: 130px;
                display: block;
                float: left
            }

    .part-types-section .content-section-innner .custom_card .card-body.aircraft-landing-gear-parts-table table thead {
        display: none
    }

    .part-types-section .content-section-innner .custom_card .card-body.aircraft-landing-gear-parts-table table tbody tr {
        display: block;
        border-bottom: 3px solid #172049;
        margin-bottom: 10px
    }

        .part-types-section .content-section-innner .custom_card .card-body.aircraft-landing-gear-parts-table table tbody tr td {
            width: 100%;
            display: flex;
            text-align: left !important
        }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-landing-gear-parts-table table tbody tr td:first-child::before {
                content: "Part Number:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-landing-gear-parts-table table tbody tr td:nth-of-type(2)::before {
                content: "Manufacturer:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-landing-gear-parts-table table tbody tr td:nth-child(3)::before {
                content: "Description:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-landing-gear-parts-table table tbody tr td:last-child::before {
                content: ""
            }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-landing-gear-parts-table table tbody tr td::before {
                font-weight: 500;
                margin-right: 5px;
                min-width: 130px;
                display: block;
                float: left
            }

    .part-types-section .content-section-innner .custom_card .card-body.apu-table table thead {
        display: none
    }

    .part-types-section .content-section-innner .custom_card .card-body.apu-table table tbody tr {
        display: block;
        border-bottom: 3px solid #172049;
        margin-bottom: 10px
    }

        .part-types-section .content-section-innner .custom_card .card-body.apu-table table tbody tr td {
            width: 100%;
            display: flex;
            text-align: left !important
        }

            .part-types-section .content-section-innner .custom_card .card-body.apu-table table tbody tr td:first-child::before {
                content: "Part Number:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.apu-table table tbody tr td:nth-of-type(2)::before {
                content: "Description:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.apu-table table tbody tr td:nth-child(3)::before {
                content: "Manufacturer:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.apu-table table tbody tr td:nth-child(4)::before {
                content: "APU Model:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.apu-table table tbody tr td:nth-child(5)::before {
                content: "Aircraft Model:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.apu-table table tbody tr td:last-child::before {
                content: ""
            }

            .part-types-section .content-section-innner .custom_card .card-body.apu-table table tbody tr td::before {
                font-weight: 500;
                margin-right: 5px;
                min-width: 130px;
                display: block;
                float: left
            }

    .part-types-section .content-section-innner .custom_card .card-body.aircraft-engine-mount-table table thead {
        display: none
    }

    .part-types-section .content-section-innner .custom_card .card-body.aircraft-engine-mount-table table tbody tr {
        display: block;
        border-bottom: 3px solid #172049;
        margin-bottom: 10px
    }

        .part-types-section .content-section-innner .custom_card .card-body.aircraft-engine-mount-table table tbody tr td {
            width: 100%;
            display: flex;
            text-align: left !important
        }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-engine-mount-table table tbody tr td:first-child::before {
                content: "Part Number:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-engine-mount-table table tbody tr td:nth-of-type(2)::before {
                content: "Manufacturer:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-engine-mount-table table tbody tr td:nth-child(3)::before {
                content: "Popular Name:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-engine-mount-table table tbody tr td:nth-child(4)::before {
                content: "Aircraft Model:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-engine-mount-table table tbody tr td:nth-child(5)::before {
                content: "Per Engine:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-engine-mount-table table tbody tr td:last-child::before {
                content: ""
            }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-engine-mount-table table tbody tr td::before {
                font-weight: 500;
                margin-right: 5px;
                min-width: 130px;
                display: block;
                float: left
            }

    .part-types-section .content-section-innner .custom_card .card-body.part-type-table-listing table thead {
        display: none
    }

    .part-types-section .content-section-innner .custom_card .card-body.part-type-table-listing table tbody tr {
        display: block;
        border-bottom: 3px solid #172049;
        margin-bottom: 10px
    }

        .part-types-section .content-section-innner .custom_card .card-body.part-type-table-listing table tbody tr td {
            width: 100%;
            display: flex;
            text-align: left !important
        }

            .part-types-section .content-section-innner .custom_card .card-body.part-type-table-listing table tbody tr td:first-child::before {
                content: "Part Number:";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.part-type-table-listing table tbody tr td:nth-of-type(2)::before {
                content: "NSN:";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.part-type-table-listing table tbody tr td:nth-of-type(3)::before {
                content: "Manufacturer:";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.part-type-table-listing table tbody tr td:nth-of-type(4)::before {
                content: "Item Name:";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.part-type-table-listing table tbody tr td:last-child::before {
                content: ""
            }

            .part-types-section .content-section-innner .custom_card .card-body.part-type-table-listing table tbody tr td::before {
                font-weight: 500;
                margin-right: 5px;
                min-width: 130px;
                display: block;
                float: left
            }

    .part-types-section .content-section-innner .custom_card .card-body.rfq-cart-list table thead tr > th {
        display: none
    }

    .part-types-section .content-section-innner .custom_card .card-body.rfq-cart-list table tbody tr {
        display: block;
        border-bottom: 3px solid #172049;
        margin-bottom: 10px
    }

        .part-types-section .content-section-innner .custom_card .card-body.rfq-cart-list table tbody tr td {
            width: 100%;
            display: flex;
            text-align: left !important
        }

            .part-types-section .content-section-innner .custom_card .card-body.rfq-cart-list table tbody tr td:first-child::before {
                content: "Cart";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.rfq-cart-list table tbody tr td:nth-of-type(2)::before {
                content: " "
            }

            .part-types-section .content-section-innner .custom_card .card-body.rfq-cart-list table tbody tr td:nth-child(3)::before {
                content: " "
            }

            .part-types-section .content-section-innner .custom_card .card-body.rfq-cart-list table tbody tr td:nth-child(4)::before {
                content: "NSN:";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.rfq-cart-list table tbody tr td:nth-child(5)::before {
                content: " Action:";
                font-weight: bold;
                text-align: left
            }

            .part-types-section .content-section-innner .custom_card .card-body.rfq-cart-list table tbody tr td:last-child a {
                text-align: center;
                margin: 0 auto
            }

            .part-types-section .content-section-innner .custom_card .card-body.rfq-cart-list table tbody tr td::before {
                font-weight: 500;
                margin-right: 5px;
                min-width: 130px;
                display: block;
                float: left
            }

    .part-types-section .content-section-innner .custom_card .card-body.manufacturer-table-part-listing table thead {
        display: none
    }

    .part-types-section .content-section-innner .custom_card .card-body.manufacturer-table-part-listing table tbody tr {
        display: block;
        border-bottom: 3px solid #172049;
        margin-bottom: 10px
    }

        .part-types-section .content-section-innner .custom_card .card-body.manufacturer-table-part-listing table tbody tr td {
            width: 100%;
            display: flex;
            text-align: left !important
        }

            .part-types-section .content-section-innner .custom_card .card-body.manufacturer-table-part-listing table tbody tr td:last-child::before {
                content: "Cart:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.manufacturer-table-part-listing table tbody tr td:nth-of-type(1)::before {
                content: "Part No.:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.manufacturer-table-part-listing table tbody tr td:nth-child(2)::before {
                content: "Description:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.manufacturer-table-part-listing table tbody tr td:nth-child(3)::before {
                content: "Specification:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.manufacturer-table-part-listing table tbody tr td:nth-child(4)::before {
                content: "CAGE Code :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.manufacturer-table-part-listing table tbody tr td:nth-child(5)::before {
                content: "Availability :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.manufacturer-table-part-listing table tbody tr td:nth-last-child(2)::before {
                content: ""
            }

            .part-types-section .content-section-innner .custom_card .card-body.manufacturer-table-part-listing table tbody tr td::before {
                font-weight: 500;
                margin-right: 5px;
                min-width: 130px;
                display: block;
                float: left
            }

    .part-types-section .content-section-innner .custom_card .card-body.nsn-part-listing table thead {
        display: none
    }

    .part-types-section .content-section-innner .custom_card .card-body.nsn-part-listing table tbody tr {
        display: block;
        border-bottom: 3px solid #172049;
        margin-bottom: 10px
    }

        .part-types-section .content-section-innner .custom_card .card-body.nsn-part-listing table tbody tr td {
            width: 100%;
            display: flex;
            text-align: left !important
        }

            .part-types-section .content-section-innner .custom_card .card-body.nsn-part-listing table tbody tr td:last-child::before {
                content: "Cart :";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.nsn-part-listing table tbody tr td:nth-of-type(1)::before {
                content: "Part Number:";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.nsn-part-listing table tbody tr td:nth-of-type(2)::before {
                content: "Manufacturer:";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.nsn-part-listing table tbody tr td:nth-child(3)::before {
                content: "Item Name:";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.nsn-part-listing table tbody tr td:nth-child(4)::before {
                content: "CAGE Code:";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.nsn-part-listing table tbody tr td:nth-child(5)::before {
                content: "Type:";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.nsn-part-listing table tbody tr td:nth-child(6)::before {
                content: "Status:";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.nsn-part-listing table tbody tr td:nth-child(7)::before {
                content: "Availability";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.nsn-part-listing table tbody tr td:nth-last-child(2)::before {
                content: ""
            }

            .part-types-section .content-section-innner .custom_card .card-body.nsn-part-listing table tbody tr td:last-child a {
                text-align: center
            }

            .part-types-section .content-section-innner .custom_card .card-body.nsn-part-listing table tbody tr td::before {
                font-weight: 500;
                margin-right: 5px;
                min-width: 130px;
                display: block;
                float: left
            }

    .part-types-section .content-section-innner .custom_card .card-body.nsn-parts-listing table thead {
        display: none
    }

    .part-types-section .content-section-innner .custom_card .card-body.nsn-parts-listing table tbody tr {
        display: block;
        border-bottom: 3px solid #172049;
        margin-bottom: 10px
    }

        .part-types-section .content-section-innner .custom_card .card-body.nsn-parts-listing table tbody tr td {
            width: 100%;
            display: flex;
            text-align: left !important
        }

            .part-types-section .content-section-innner .custom_card .card-body.nsn-parts-listing table tbody tr td:last-child::before {
                content: "Cart :";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.nsn-parts-listing table tbody tr td:nth-of-type(1)::before {
                content: "Part Number:";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.nsn-parts-listing table tbody tr td:nth-child(2)::before {
                content: "NSN:";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.nsn-parts-listing table tbody tr td:nth-child(3)::before {
                content: "Item Name:";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.nsn-parts-listing table tbody tr td:nth-of-type(4)::before {
                content: "Manufacturer:";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.nsn-parts-listing table tbody tr td:nth-child(5)::before {
                content: "CAGE Code:";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.nsn-parts-listing table tbody tr td:nth-child(6)::before {
                content: "FSC :";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.nsn-parts-listing table tbody tr td:nth-child(7)::before {
                content: "Availability";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.nsn-parts-listing table tbody tr td:nth-last-child(2)::before {
                content: ""
            }

            .part-types-section .content-section-innner .custom_card .card-body.nsn-parts-listing table tbody tr td:last-child a {
                text-align: center
            }

            .part-types-section .content-section-innner .custom_card .card-body.nsn-parts-listing table tbody tr td::before {
                font-weight: 500;
                margin-right: 5px;
                min-width: 130px;
                display: block;
                float: left
            }

    .part-types-section .content-section-innner .custom_card .card-body.nsn-mfg-parts-listing table thead {
        display: none
    }

    .part-types-section .content-section-innner .custom_card .card-body.nsn-mfg-parts-listing table tbody tr {
        display: block;
        border-bottom: 3px solid #172049;
        margin-bottom: 10px
    }

        .part-types-section .content-section-innner .custom_card .card-body.nsn-mfg-parts-listing table tbody tr td {
            width: 100%;
            display: flex;
            text-align: left !important
        }

            .part-types-section .content-section-innner .custom_card .card-body.nsn-mfg-parts-listing table tbody tr td:last-child::before {
                content: "Cart :";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.nsn-mfg-parts-listing table tbody tr td:nth-of-type(1)::before {
                content: "Part Number:";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.nsn-mfg-parts-listing table tbody tr td:nth-child(2)::before {
                content: "NSN:";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.nsn-mfg-parts-listing table tbody tr td:nth-child(3)::before {
                content: "Item Name:";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.nsn-mfg-parts-listing table tbody tr td:nth-child(4)::before {
                content: "FSC :";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.nsn-mfg-parts-listing table tbody tr td:nth-child(5)::before {
                content: "Availability";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.nsn-mfg-parts-listing table tbody tr td:nth-last-child(2)::before {
                content: ""
            }

            .part-types-section .content-section-innner .custom_card .card-body.nsn-mfg-parts-listing table tbody tr td:last-child a {
                text-align: center
            }

            .part-types-section .content-section-innner .custom_card .card-body.nsn-mfg-parts-listing table tbody tr td::before {
                font-weight: 500;
                margin-right: 5px;
                min-width: 130px;
                display: block;
                float: left
            }

    .part-types-section .content-section-innner .custom_card .card-body.partno-search-listing table thead {
        display: none
    }

    .part-types-section .content-section-innner .custom_card .card-body.partno-search-listing table tbody tr {
        display: block;
        border-bottom: 3px solid #172049;
        margin-bottom: 10px
    }

        .part-types-section .content-section-innner .custom_card .card-body.partno-search-listing table tbody tr td {
            width: 100%;
            display: flex;
            text-align: left !important
        }

            .part-types-section .content-section-innner .custom_card .card-body.partno-search-listing table tbody tr td:first-child::before {
                content: "Part Number:";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.partno-search-listing table tbody tr td:nth-of-type(2)::before {
                content: "Manufacturer:";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.partno-search-listing table tbody tr td:nth-child(3)::before {
                content: "Details:";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.partno-search-listing table tbody tr td:nth-child(4)::before {
                content: "Component Type:";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.partno-search-listing table tbody tr td:last-child::before {
                content: ""
            }

            .part-types-section .content-section-innner .custom_card .card-body.partno-search-listing table tbody tr td:last-child a {
                text-align: center;
                margin: 0 auto
            }

            .part-types-section .content-section-innner .custom_card .card-body.partno-search-listing table tbody tr td::before {
                font-weight: 500;
                margin-right: 5px;
                min-width: 130px;
                display: block;
                float: left
            }

    .part-types-section .content-section-innner .custom_card .card-body.fsc-part-listing table thead {
        display: none
    }

    .part-types-section .content-section-innner .custom_card .card-body.fsc-part-listing table tbody tr {
        display: block;
        border-bottom: 3px solid #172049;
        margin-bottom: 10px
    }

        .part-types-section .content-section-innner .custom_card .card-body.fsc-part-listing table tbody tr td {
            width: 100%;
            display: flex;
            text-align: left !important
        }

            .part-types-section .content-section-innner .custom_card .card-body.fsc-part-listing table tbody tr td:last-child::before {
                content: "Cart";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.fsc-part-listing table tbody tr td:nth-of-type(1)::before {
                content: " Part Number :";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.fsc-part-listing table tbody tr td:nth-child(2)::before {
                content: " Manufacturer :";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.fsc-part-listing table tbody tr td:nth-child(3)::before {
                content: "Description:";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.fsc-part-listing table tbody tr td:nth-child(4)::before {
                content: "Availability:";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.fsc-part-listing table tbody tr td:nth-last-child(2)::before {
                content: ""
            }

            .part-types-section .content-section-innner .custom_card .card-body.fsc-part-listing table tbody tr td:last-child a {
                text-align: center
            }

            .part-types-section .content-section-innner .custom_card .card-body.fsc-part-listing table tbody tr td::before {
                font-weight: 500;
                margin-right: 5px;
                min-width: 130px;
                display: block;
                float: left
            }

    .part-types-section .content-section-innner .custom_card .card-body.mititry-vehicle-part-listing table thead {
        display: none
    }

    .part-types-section .content-section-innner .custom_card .card-body.mititry-vehicle-part-listing table tbody tr {
        display: block;
        border-bottom: 3px solid #172049;
        margin-bottom: 10px
    }

        .part-types-section .content-section-innner .custom_card .card-body.mititry-vehicle-part-listing table tbody tr td {
            width: 100%;
            display: flex;
            text-align: left !important
        }

            .part-types-section .content-section-innner .custom_card .card-body.mititry-vehicle-part-listing table tbody tr td:last-child::before {
                content: "Cart";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.mititry-vehicle-part-listing table tbody tr td:nth-of-type(1)::before {
                content: " Part No :";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.mititry-vehicle-part-listing table tbody tr td:nth-child(2)::before {
                content: " Description :";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.mititry-vehicle-part-listing table tbody tr td:nth-child(3)::before {
                content: "Main Category:";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.mititry-vehicle-part-listing table tbody tr td:nth-child(4)::before {
                content: "Sub Category:";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.mititry-vehicle-part-listing table tbody tr td:nth-last-child(2)::before {
                content: ""
            }

            .part-types-section .content-section-innner .custom_card .card-body.mititry-vehicle-part-listing table tbody tr td:last-child a {
                text-align: center
            }

            .part-types-section .content-section-innner .custom_card .card-body.mititry-vehicle-part-listing table tbody tr td::before {
                font-weight: 500;
                margin-right: 5px;
                min-width: 130px;
                display: block;
                float: left
            }

    .part-types-section .content-section-innner .custom_card .card-body.aircraft-avionics-parts table thead {
        display: none
    }

    .part-types-section .content-section-innner .custom_card .card-body.aircraft-avionics-parts table tbody tr {
        display: block;
        border-bottom: 3px solid #172049;
        margin-bottom: 10px
    }

        .part-types-section .content-section-innner .custom_card .card-body.aircraft-avionics-parts table tbody tr td {
            width: 100%;
            display: flex;
            text-align: left !important
        }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-avionics-parts table tbody tr td:last-child::before {
                content: "Cart";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-avionics-parts table tbody tr td:nth-of-type(1)::before {
                content: " Part Number :";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-avionics-parts table tbody tr td:nth-child(2)::before {
                content: " Manufacturer :";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-avionics-parts table tbody tr td:nth-child(3)::before {
                content: "Description:";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-avionics-parts table tbody tr td:nth-child(4)::before {
                content: "Series:";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-avionics-parts table tbody tr td:nth-child(5)::before {
                content: "Condition:";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-avionics-parts table tbody tr td:nth-last-child(2)::before {
                content: ""
            }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-avionics-parts table tbody tr td:last-child a {
                text-align: center
            }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-avionics-parts table tbody tr td::before {
                font-weight: 500;
                margin-right: 5px;
                min-width: 130px;
                display: block;
                float: left
            }

    .part-types-section .content-section-innner .custom_card .card-body.aircraft-engine-mounts table thead {
        display: none
    }

    .part-types-section .content-section-innner .custom_card .card-body.aircraft-engine-mounts table tbody tr {
        display: block;
        border-bottom: 3px solid #172049;
        margin-bottom: 10px
    }

        .part-types-section .content-section-innner .custom_card .card-body.aircraft-engine-mounts table tbody tr td {
            width: 100%;
            display: flex;
            text-align: left !important
        }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-engine-mounts table tbody tr td:last-child::before {
                content: "Cart";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-engine-mounts table tbody tr td:nth-of-type(1)::before {
                content: " Part Number :";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-engine-mounts table tbody tr td:nth-child(2)::before {
                content: " Manufacturer :";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-engine-mounts table tbody tr td:nth-child(3)::before {
                content: "Popular Name:";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-engine-mounts table tbody tr td:nth-child(4)::before {
                content: "Model Number:";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-engine-mounts table tbody tr td:nth-child(5)::before {
                content: "Per Engine:";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-engine-mounts table tbody tr td:nth-last-child(2)::before {
                content: ""
            }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-engine-mounts table tbody tr td:last-child a {
                text-align: center
            }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-engine-mounts table tbody tr td::before {
                font-weight: 500;
                margin-right: 5px;
                min-width: 130px;
                display: block;
                float: left
            }

    .part-types-section .content-section-innner .custom_card .card-body.aircraft-data-plates table thead {
        display: none
    }

    .part-types-section .content-section-innner .custom_card .card-body.aircraft-data-plates table tbody tr {
        display: block;
        border-bottom: 3px solid #172049;
        margin-bottom: 10px
    }

        .part-types-section .content-section-innner .custom_card .card-body.aircraft-data-plates table tbody tr td {
            width: 100%;
            display: flex;
            text-align: left !important
        }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-data-plates table tbody tr td:last-child::before {
                content: "Cart";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-data-plates table tbody tr td:nth-of-type(1)::before {
                content: " Part Number :";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-data-plates table tbody tr td:nth-child(2)::before {
                content: " Manufacturer :";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-data-plates table tbody tr td:nth-child(3)::before {
                content: "Description:";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-data-plates table tbody tr td:nth-child(4)::before {
                content: "Aircraft Application:";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-data-plates table tbody tr td:nth-child(5)::before {
                content: "NSN Number:";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-data-plates table tbody tr td:nth-last-child(2)::before {
                content: ""
            }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-data-plates table tbody tr td:last-child a {
                text-align: center
            }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-data-plates table tbody tr td::before {
                font-weight: 500;
                margin-right: 5px;
                min-width: 130px;
                display: block;
                float: left
            }

    .part-types-section .content-section-innner .custom_card .card-body.aircraft-hydraulic-fittings table thead {
        display: none
    }

    .part-types-section .content-section-innner .custom_card .card-body.aircraft-hydraulic-fittings table tbody tr {
        display: block;
        border-bottom: 3px solid #172049;
        margin-bottom: 10px
    }

        .part-types-section .content-section-innner .custom_card .card-body.aircraft-hydraulic-fittings table tbody tr td {
            width: 100%;
            display: flex;
            text-align: left !important
        }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-hydraulic-fittings table tbody tr td:last-child::before {
                content: "Cart";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-hydraulic-fittings table tbody tr td:nth-of-type(1)::before {
                content: " Part Number :";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-hydraulic-fittings table tbody tr td:nth-child(2)::before {
                content: " Description :";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-hydraulic-fittings table tbody tr td:nth-child(3)::before {
                content: "Category:";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-hydraulic-fittings table tbody tr td:nth-last-child(2)::before {
                content: ""
            }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-hydraulic-fittings table tbody tr td:last-child a {
                text-align: center
            }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-hydraulic-fittings table tbody tr td::before {
                font-weight: 500;
                margin-right: 5px;
                min-width: 130px;
                display: block;
                float: left
            }

    .part-types-section .content-section-innner .custom_card .card-body.aircraft-tooling table thead {
        display: none
    }

    .part-types-section .content-section-innner .custom_card .card-body.aircraft-tooling table tbody tr {
        display: block;
        border-bottom: 3px solid #172049;
        margin-bottom: 10px
    }

        .part-types-section .content-section-innner .custom_card .card-body.aircraft-tooling table tbody tr td {
            width: 100%;
            display: flex;
            text-align: left !important
        }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-tooling table tbody tr td:last-child::before {
                content: "Cart";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-tooling table tbody tr td:nth-of-type(1)::before {
                content: " Part Number :";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-tooling table tbody tr td:nth-child(2)::before {
                content: " Manufacturer :";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-tooling table tbody tr td:nth-child(3)::before {
                content: "Description:";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-tooling table tbody tr td:nth-last-child(2)::before {
                content: ""
            }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-tooling table tbody tr td:last-child a {
                text-align: center
            }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-tooling table tbody tr td::before {
                font-weight: 500;
                margin-right: 5px;
                min-width: 130px;
                display: block;
                float: left
            }

    .part-types-section .content-section-innner .custom_card .card-body.aircraft-brake-parts table thead {
        display: none
    }

    .part-types-section .content-section-innner .custom_card .card-body.aircraft-brake-parts table tbody tr {
        display: block;
        border-bottom: 3px solid #172049;
        margin-bottom: 10px
    }

        .part-types-section .content-section-innner .custom_card .card-body.aircraft-brake-parts table tbody tr td {
            width: 100%;
            display: flex;
            text-align: left !important
        }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-brake-parts table tbody tr td:last-child::before {
                content: "Cart";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-brake-parts table tbody tr td:nth-of-type(1)::before {
                content: " Part Number :";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-brake-parts table tbody tr td:nth-child(2)::before {
                content: " Manufacturer :";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-brake-parts table tbody tr td:nth-child(3)::before {
                content: "Alternate Part Number:";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-brake-parts table tbody tr td:nth-child(4)::before {
                content: "Model Number:";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-brake-parts table tbody tr td:nth-child(5)::before {
                content: "Brake Type:";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-brake-parts table tbody tr td:nth-child(6)::before {
                content: "Description:";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-brake-parts table tbody tr td:nth-last-child(2)::before {
                content: ""
            }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-brake-parts table tbody tr td:last-child a {
                text-align: center
            }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-brake-parts table tbody tr td::before {
                font-weight: 500;
                margin-right: 5px;
                min-width: 130px;
                display: block;
                float: left
            }

    .part-types-section .content-section-innner .custom_card .card-body.aircraft-turbine-tool-parts table thead {
        display: none
    }

    .part-types-section .content-section-innner .custom_card .card-body.aircraft-turbine-tool-parts table tbody tr {
        display: block;
        border-bottom: 3px solid #172049;
        margin-bottom: 10px
    }

        .part-types-section .content-section-innner .custom_card .card-body.aircraft-turbine-tool-parts table tbody tr td {
            width: 100%;
            display: flex;
            text-align: left !important
        }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-turbine-tool-parts table tbody tr td:last-child::before {
                content: "Cart";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-turbine-tool-parts table tbody tr td:nth-of-type(1)::before {
                content: " Part Number :";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-turbine-tool-parts table tbody tr td:nth-child(2)::before {
                content: " Manufacturer :";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-turbine-tool-parts table tbody tr td:nth-child(3)::before {
                content: "Description: ";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-turbine-tool-parts table tbody tr td:nth-child(4)::before {
                content: "Condition:";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-turbine-tool-parts table tbody tr td:nth-last-child(2)::before {
                content: ""
            }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-turbine-tool-parts table tbody tr td:last-child a {
                text-align: center
            }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-turbine-tool-parts table tbody tr td::before {
                font-weight: 500;
                margin-right: 5px;
                min-width: 130px;
                display: block;
                float: left
            }

    .part-types-section .content-section-innner .custom_card .card-body.aircraft-engine-parts table thead {
        display: none
    }

    .part-types-section .content-section-innner .custom_card .card-body.aircraft-engine-parts table tbody tr {
        display: block;
        border-bottom: 3px solid #172049;
        margin-bottom: 10px
    }

        .part-types-section .content-section-innner .custom_card .card-body.aircraft-engine-parts table tbody tr td {
            width: 100%;
            display: flex;
            text-align: left !important
        }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-engine-parts table tbody tr td:last-child::before {
                content: "Cart";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-engine-parts table tbody tr td:nth-of-type(1)::before {
                content: " Part Number :";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-engine-parts table tbody tr td:nth-child(2)::before {
                content: "Engine No:";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-engine-parts table tbody tr td:nth-child(3)::before {
                content: "Description: ";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-engine-parts table tbody tr td:nth-last-child(2)::before {
                content: ""
            }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-engine-parts table tbody tr td:last-child a {
                text-align: center
            }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-engine-parts table tbody tr td::before {
                font-weight: 500;
                margin-right: 5px;
                min-width: 130px;
                display: block;
                float: left
            }

    .part-types-section .content-section-innner .custom_card .card-body.aircraft-mro-capabilities table thead {
        display: none
    }

    .part-types-section .content-section-innner .custom_card .card-body.aircraft-mro-capabilities table tbody tr {
        display: block;
        border-bottom: 3px solid #172049;
        margin-bottom: 10px
    }

        .part-types-section .content-section-innner .custom_card .card-body.aircraft-mro-capabilities table tbody tr td {
            width: 100%;
            display: flex;
            text-align: left !important
        }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-mro-capabilities table tbody tr td:last-child::before {
                content: "Cart";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-mro-capabilities table tbody tr td:nth-of-type(1)::before {
                content: " Part Number :";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-mro-capabilities table tbody tr td:nth-child(2)::before {
                content: "Manufacturer :";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-mro-capabilities table tbody tr td:nth-child(3)::before {
                content: "Description: ";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-mro-capabilities table tbody tr td:nth-child(4)::before {
                content: "Model: ";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-mro-capabilities table tbody tr td:nth-child(5)::before {
                content: "ATA Code : ";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-mro-capabilities table tbody tr td:nth-last-child(2)::before {
                content: ""
            }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-mro-capabilities table tbody tr td:last-child a {
                text-align: center;
                margin: 0 auto
            }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-mro-capabilities table tbody tr td::before {
                font-weight: 500;
                margin-right: 5px;
                min-width: 130px;
                display: block;
                float: left
            }

    .part-types-section .content-section-innner .custom_card .card-body.gse-tooling table thead {
        display: none
    }

    .part-types-section .content-section-innner .custom_card .card-body.gse-tooling table tbody tr {
        display: block;
        border-bottom: 3px solid #172049;
        margin-bottom: 10px
    }

        .part-types-section .content-section-innner .custom_card .card-body.gse-tooling table tbody tr td {
            width: 100%;
            display: flex;
            text-align: left !important
        }

            .part-types-section .content-section-innner .custom_card .card-body.gse-tooling table tbody tr td:last-child::before {
                content: "Cart";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.gse-tooling table tbody tr td:nth-of-type(1)::before {
                content: " Part Number :";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.gse-tooling table tbody tr td:nth-child(2)::before {
                content: "	Description :";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.gse-tooling table tbody tr td:nth-child(3)::before {
                content: "Aircraft Application: ";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.gse-tooling table tbody tr td:nth-last-child(2)::before {
                content: ""
            }

            .part-types-section .content-section-innner .custom_card .card-body.gse-tooling table tbody tr td:last-child a {
                text-align: center;
                margin: 0 auto
            }

            .part-types-section .content-section-innner .custom_card .card-body.gse-tooling table tbody tr td::before {
                font-weight: 500;
                margin-right: 5px;
                min-width: 130px;
                display: block;
                float: left
            }

    .part-types-section .content-section-innner .custom_card .card-body.fbo-parts-list table thead {
        display: none
    }

    .part-types-section .content-section-innner .custom_card .card-body.fbo-parts-list table tbody tr {
        display: block;
        border-bottom: 3px solid #172049;
        margin-bottom: 10px
    }

        .part-types-section .content-section-innner .custom_card .card-body.fbo-parts-list table tbody tr td {
            width: 100%;
            display: flex;
            text-align: left !important
        }

            .part-types-section .content-section-innner .custom_card .card-body.fbo-parts-list table tbody tr td:last-child::before {
                content: "Cart";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.fbo-parts-list table tbody tr td:nth-of-type(1)::before {
                content: " Part Number :";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.fbo-parts-list table tbody tr td:nth-child(2)::before {
                content: "Manufacturer :";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.fbo-parts-list table tbody tr td:nth-child(3)::before {
                content: "Category: ";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.fbo-parts-list table tbody tr td:nth-child(4)::before {
                content: "Description: ";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.fbo-parts-list table tbody tr td:nth-last-child(2)::before {
                content: ""
            }

            .part-types-section .content-section-innner .custom_card .card-body.fbo-parts-list table tbody tr td:last-child a {
                text-align: center;
                margin: 0 auto
            }

            .part-types-section .content-section-innner .custom_card .card-body.fbo-parts-list table tbody tr td::before {
                font-weight: 500;
                margin-right: 5px;
                min-width: 130px;
                display: block;
                float: left
            }

    .part-types-section .content-section-innner .custom_card .card-body.helicopter-parts-types table thead {
        display: none
    }

    .part-types-section .content-section-innner .custom_card .card-body.helicopter-parts-types table tbody tr {
        display: block;
        border-bottom: 3px solid #172049;
        margin-bottom: 10px
    }

        .part-types-section .content-section-innner .custom_card .card-body.helicopter-parts-types table tbody tr td {
            width: 100%;
            display: flex;
            text-align: left !important
        }

            .part-types-section .content-section-innner .custom_card .card-body.helicopter-parts-types table tbody tr td:last-child::before {
                content: "Cart";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.helicopter-parts-types table tbody tr td:nth-of-type(1)::before {
                content: " Part Number :";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.helicopter-parts-types table tbody tr td:nth-child(2)::before {
                content: "Manufacturer :";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.helicopter-parts-types table tbody tr td:nth-child(3)::before {
                content: "Specification: ";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.helicopter-parts-types table tbody tr td:nth-child(4)::before {
                content: "Cage Code: ";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.helicopter-parts-types table tbody tr td:nth-child(5)::before {
                content: "Availability: ";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.helicopter-parts-types table tbody tr td:nth-last-child(2)::before {
                content: ""
            }

            .part-types-section .content-section-innner .custom_card .card-body.helicopter-parts-types table tbody tr td:last-child a {
                text-align: center;
                margin: 0 auto
            }

            .part-types-section .content-section-innner .custom_card .card-body.helicopter-parts-types table tbody tr td::before {
                font-weight: 500;
                margin-right: 5px;
                min-width: 130px;
                display: block;
                float: left
            }

    .part-types-section .content-section-innner .custom_card .card-body.aircraft-repair-parts table thead {
        display: none
    }

    .part-types-section .content-section-innner .custom_card .card-body.aircraft-repair-parts table tbody tr {
        display: block;
        border-bottom: 3px solid #172049;
        margin-bottom: 10px
    }

        .part-types-section .content-section-innner .custom_card .card-body.aircraft-repair-parts table tbody tr td {
            width: 100%;
            display: flex;
            text-align: left !important
        }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-repair-parts table tbody tr td:last-child::before {
                content: "Cart";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-repair-parts table tbody tr td:nth-of-type(1)::before {
                content: " Part Number :";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-repair-parts table tbody tr td:nth-child(2)::before {
                content: "Manufacturer :";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-repair-parts table tbody tr td:nth-child(3)::before {
                content: "Description: ";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-repair-parts table tbody tr td:nth-child(4)::before {
                content: "Cage Code: ";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-repair-parts table tbody tr td:nth-child(5)::before {
                content: "CMM: ";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-repair-parts table tbody tr td:nth-last-child(2)::before {
                content: ""
            }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-repair-parts table tbody tr td:last-child a {
                text-align: center
            }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-repair-parts table tbody tr td::before {
                font-weight: 500;
                margin-right: 5px;
                min-width: 130px;
                display: block;
                float: left
            }

    .part-types-section .content-section-innner .custom_card .card-body.nsn-parts-inner table thead {
        display: none
    }

    .part-types-section .content-section-innner .custom_card .card-body.nsn-parts-inner table tbody tr {
        display: block;
        border-bottom: 3px solid #172049;
        margin-bottom: 10px
    }

        .part-types-section .content-section-innner .custom_card .card-body.nsn-parts-inner table tbody tr td {
            width: 100%;
            display: flex;
            text-align: left !important
        }

            .part-types-section .content-section-innner .custom_card .card-body.nsn-parts-inner table tbody tr td:first-child::before {
                content: "Part Number:";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.nsn-parts-inner table tbody tr td:nth-of-type(2)::before {
                content: "Description:";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.nsn-parts-inner table tbody tr td:nth-child(3)::before {
                content: "Item Name:";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.nsn-parts-inner table tbody tr td:nth-child(4)::before {
                content: "Availability:";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.nsn-parts-inner table tbody tr td:last-child::before {
                content: ""
            }

            .part-types-section .content-section-innner .custom_card .card-body.nsn-parts-inner table tbody tr td:last-child a {
                text-align: center
            }

            .part-types-section .content-section-innner .custom_card .card-body.nsn-parts-inner table tbody tr td::before {
                font-weight: 500;
                margin-right: 5px;
                min-width: 130px;
                display: block;
                float: left
            }

    .part-types-section .content-section-innner .custom_card .card-body.manufacturer-table table thead {
        display: none
    }

    .part-types-section .content-section-innner .custom_card .card-body.manufacturer-table table tbody tr {
        display: block;
        border-bottom: 3px solid #172049;
        margin-bottom: 10px
    }

        .part-types-section .content-section-innner .custom_card .card-body.manufacturer-table table tbody tr td {
            width: 100%;
            display: flex;
            text-align: left !important
        }

            .part-types-section .content-section-innner .custom_card .card-body.manufacturer-table table tbody tr td:last-child::before {
                content: "Cart";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.manufacturer-table table tbody tr td:nth-of-type(1)::before {
                content: "Part No:";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.manufacturer-table table tbody tr td:nth-child(2)::before {
                content: "Description:";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.manufacturer-table table tbody tr td:nth-child(3)::before {
                content: "Manufacturer:";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.manufacturer-table table tbody tr td:nth-child(4)::before {
                content: "Availability:";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.manufacturer-table table tbody tr td:nth-last-child(2)::before {
                content: ""
            }

            .part-types-section .content-section-innner .custom_card .card-body.manufacturer-table table tbody tr td:last-child a {
                text-align: center
            }

            .part-types-section .content-section-innner .custom_card .card-body.manufacturer-table table tbody tr td::before {
                font-weight: 500;
                margin-right: 5px;
                min-width: 130px;
                display: block;
                float: left
            }

    .part-types-section .content-section-innner .custom_card .card-body.user-quotes-table table thead {
        display: none
    }

    .part-types-section .content-section-innner .custom_card .card-body.user-quotes-table table tbody tr {
        display: block;
        border-bottom: 3px solid #172049;
        margin-bottom: 10px
    }

        .part-types-section .content-section-innner .custom_card .card-body.user-quotes-table table tbody tr td {
            width: 100%;
            display: flex;
            text-align: left !important
        }

            .part-types-section .content-section-innner .custom_card .card-body.user-quotes-table table tbody tr td:first-child::before {
                content: "#"
            }

            .part-types-section .content-section-innner .custom_card .card-body.user-quotes-table table tbody tr td:nth-of-type(2)::before {
                content: "Part Number::"
            }

            .part-types-section .content-section-innner .custom_card .card-body.user-quotes-table table tbody tr td:nth-child(3)::before {
                content: "Manufacturer:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.user-quotes-table table tbody tr td:nth-child(4)::before {
                content: "NSN:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.user-quotes-table table tbody tr td:nth-child(4)::before {
                content: "Availability:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.user-quotes-table table tbody tr td:nth-child(4)::before {
                content: "Target Price:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.user-quotes-table table tbody tr td:last-child::before {
                content: "Need Parts By:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.user-quotes-table table tbody tr td::before {
                font-weight: 500;
                margin-right: 5px;
                min-width: 130px;
                display: block;
                float: left
            }

    .part-types-section .content-section-innner .custom_card .card-body.aircraft-table table tbody tr td:nth-of-type(3)::before {
        content: "Aircraft Model:"
    }

    .part-types-section .content-section-innner .custom_card .card-body.pma-table table thead {
        display: none
    }

    .part-types-section .content-section-innner .custom_card .card-body.pma-table table tbody tr {
        display: block;
        border-bottom: 3px solid #172049;
        margin-bottom: 10px
    }

        .part-types-section .content-section-innner .custom_card .card-body.pma-table table tbody tr td {
            width: 100%;
            display: flex;
            text-align: left !important
        }

            .part-types-section .content-section-innner .custom_card .card-body.pma-table table tbody tr td:last-child::before {
                content: "Cart:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.pma-table table tbody tr td:nth-of-type(1)::before {
                content: "Part No.:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.pma-table table tbody tr td:nth-child(2)::before {
                content: "Description:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.pma-table table tbody tr td:nth-child(3)::before {
                content: "Model:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.pma-table table tbody tr td:nth-child(4)::before {
                content: "PMA Holder:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.pma-table table tbody tr td:nth-last-child(2)::before {
                content: ""
            }

            .part-types-section .content-section-innner .custom_card .card-body.pma-table table tbody tr td::before {
                font-weight: 500;
                margin-right: 5px;
                min-width: 130px;
                display: block;
                float: left
            }

    .part-types-section .content-section-innner .custom_card .card-body.ata-chapters-table table thead {
        display: none
    }

    .part-types-section .content-section-innner .custom_card .card-body.ata-chapters-table table tbody tr {
        display: block;
        border-bottom: 3px solid #172049;
        margin-bottom: 10px
    }

        .part-types-section .content-section-innner .custom_card .card-body.ata-chapters-table table tbody tr td {
            width: 100%;
            display: flex;
            text-align: left !important
        }

            .part-types-section .content-section-innner .custom_card .card-body.ata-chapters-table table tbody tr td:last-child::before {
                content: "Cart";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.ata-chapters-table table tbody tr td:nth-of-type(1)::before {
                content: "Part No. :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.ata-chapters-table table tbody tr td:nth-of-type(2)::before {
                content: "Description :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.ata-chapters-table table tbody tr td:nth-child(3)::before {
                content: "ATA Groups :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.ata-chapters-table table tbody tr td:nth-child(4)::before {
                content: "ATA Chapters :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.ata-chapters-table table tbody tr td:nth-last-child(2)::before {
                content: ""
            }

            .part-types-section .content-section-innner .custom_card .card-body.ata-chapters-table table tbody tr td::before {
                font-weight: 500;
                margin-right: 5px;
                min-width: 130px;
                display: block;
                float: left
            }

    .part-types-section .content-section-innner .custom_card .card-body.aircraft-parts-table table thead {
        display: none
    }

    .part-types-section .content-section-innner .custom_card .card-body.aircraft-parts-table table tbody tr {
        display: block;
        border-bottom: 3px solid #172049;
        margin-bottom: 10px
    }

        .part-types-section .content-section-innner .custom_card .card-body.aircraft-parts-table table tbody tr td {
            width: 100%;
            display: flex;
            text-align: left !important
        }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-parts-table table tbody tr td:last-child::before {
                content: "Cart";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-parts-table table tbody tr td:nth-of-type(1)::before {
                content: "Part No. :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-parts-table table tbody tr td:nth-of-type(2)::before {
                content: "Manufacturer :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-parts-table table tbody tr td:nth-child(3)::before {
                content: "Availability :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-parts-table table tbody tr td:nth-last-child(2)::before {
                content: ""
            }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-parts-table table tbody tr td::before {
                font-weight: 500;
                margin-right: 5px;
                min-width: 130px;
                display: block;
                float: left
            }

    .part-types-section .content-section-innner .custom_card .card-body.civil-aviation-search-table table thead {
        display: none
    }

    .part-types-section .content-section-innner .custom_card .card-body.civil-aviation-search-table table tbody tr {
        display: block;
        border-bottom: 3px solid #172049;
        margin-bottom: 10px
    }

        .part-types-section .content-section-innner .custom_card .card-body.civil-aviation-search-table table tbody tr td {
            width: 100%;
            display: flex;
            text-align: left !important
        }

            .part-types-section .content-section-innner .custom_card .card-body.civil-aviation-search-table table tbody tr td:first-child::before {
                content: "Part Number:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.civil-aviation-search-table table tbody tr td:nth-of-type(2)::before {
                content: "Manufacturer :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.civil-aviation-search-table table tbody tr td:nth-child(4)::before {
                content: "Aircraft Model :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.civil-aviation-search-table table tbody tr td:nth-child(5)::before {
                content: "Type :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.civil-aviation-search-table table tbody tr td:last-child::before {
                content: ""
            }

            .part-types-section .content-section-innner .custom_card .card-body.civil-aviation-search-table table tbody tr td::before {
                font-weight: 500;
                margin-right: 5px;
                min-width: 130px;
                display: block;
                float: left
            }

            .part-types-section .content-section-innner .custom_card .card-body.civil-aviation-search-table table tbody tr td:nth-of-type(3)::before {
                content: "Part Type :"
            }

    .part-types-section .content-section-innner .custom_card .card-body.PMA-search-table table thead {
        display: none
    }

    .part-types-section .content-section-innner .custom_card .card-body.PMA-search-table table tbody tr {
        display: block;
        border-bottom: 3px solid #172049;
        margin-bottom: 10px
    }

        .part-types-section .content-section-innner .custom_card .card-body.PMA-search-table table tbody tr td {
            width: 100%;
            display: flex;
            text-align: left !important
        }

            .part-types-section .content-section-innner .custom_card .card-body.PMA-search-table table tbody tr td:first-child::before {
                content: "Part Number:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.PMA-search-table table tbody tr td:nth-of-type(2)::before {
                content: "Manufacturer:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.PMA-search-table table tbody tr td:nth-child(4)::before {
                content: "Model:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.PMA-search-table table tbody tr td:nth-child(5)::before {
                content: "Type:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.PMA-search-table table tbody tr td:last-child::before {
                content: ""
            }

            .part-types-section .content-section-innner .custom_card .card-body.PMA-search-table table tbody tr td::before {
                font-weight: 500;
                margin-right: 5px;
                min-width: 130px;
                display: block;
                float: left
            }

            .part-types-section .content-section-innner .custom_card .card-body.PMA-search-table table tbody tr td:nth-of-type(3)::before {
                content: "Description:"
            }

    .part-types-section .content-section-innner .custom_card .card-body.ATA-Chapters-Search-table table thead {
        display: none
    }

    .part-types-section .content-section-innner .custom_card .card-body.ATA-Chapters-Search-table table tbody tr {
        display: block;
        border-bottom: 3px solid #172049;
        margin-bottom: 10px
    }

        .part-types-section .content-section-innner .custom_card .card-body.ATA-Chapters-Search-table table tbody tr td {
            width: 100%;
            display: flex;
            text-align: left !important
        }

            .part-types-section .content-section-innner .custom_card .card-body.ATA-Chapters-Search-table table tbody tr td:first-child::before {
                content: "Part Number:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.ATA-Chapters-Search-table table tbody tr td:nth-of-type(2)::before {
                content: "ATA Groups:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.ATA-Chapters-Search-table table tbody tr td:nth-child(4)::before {
                content: "Description:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.ATA-Chapters-Search-table table tbody tr td:nth-child(5)::before {
                content: "Type:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.ATA-Chapters-Search-table table tbody tr td:last-child::before {
                content: ""
            }

            .part-types-section .content-section-innner .custom_card .card-body.ATA-Chapters-Search-table table tbody tr td::before {
                font-weight: 500;
                margin-right: 5px;
                min-width: 130px;
                display: block;
                float: left
            }

            .part-types-section .content-section-innner .custom_card .card-body.ATA-Chapters-Search-table table tbody tr td:nth-of-type(3)::before {
                content: "Boeing Applicability:"
            }

    .part-types-section .content-section-innner .custom_card .card-body.cagecode-part-list table thead {
        display: none
    }

    .part-types-section .content-section-innner .custom_card .card-body.cagecode-part-list table tbody tr {
        display: block;
        border-bottom: 3px solid #172049;
        margin-bottom: 10px
    }

        .part-types-section .content-section-innner .custom_card .card-body.cagecode-part-list table tbody tr td {
            width: 100%;
            display: flex;
            text-align: left !important
        }

            .part-types-section .content-section-innner .custom_card .card-body.cagecode-part-list table tbody tr td:last-child::before {
                content: "Cart"
            }

            .part-types-section .content-section-innner .custom_card .card-body.cagecode-part-list table tbody tr td:nth-of-type(1)::before {
                content: "	Part No.:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.cagecode-part-list table tbody tr td:nth-child(2)::before {
                content: "Item Name:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.cagecode-part-list table tbody tr td:nth-child(3)::before {
                content: "NSN :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.cagecode-part-list table tbody tr td:nth-child(4)::before {
                content: "FSC :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.cagecode-part-list table tbody tr td:nth-child(5)::before {
                content: "Availability :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.cagecode-part-list table tbody tr td:nth-last-child(2)::before {
                content: ""
            }

            .part-types-section .content-section-innner .custom_card .card-body.cagecode-part-list table tbody tr td::before {
                font-weight: 500;
                margin-right: 5px;
                min-width: 130px;
                display: block;
                float: left
            }

    .part-types-section .content-section-innner .custom_card .card-body.search-part-no-list table thead {
        display: none
    }

    .part-types-section .content-section-innner .custom_card .card-body.search-part-no-list table tbody tr {
        display: block;
        border-bottom: 3px solid #172049;
        margin-bottom: 10px
    }

        .part-types-section .content-section-innner .custom_card .card-body.search-part-no-list table tbody tr td {
            width: 100%;
            display: flex;
            text-align: left !important
        }

            .part-types-section .content-section-innner .custom_card .card-body.search-part-no-list table tbody tr td:last-child::before {
                content: "Cart"
            }

            .part-types-section .content-section-innner .custom_card .card-body.search-part-no-list table tbody tr td:nth-of-type(1)::before {
                content: "Part No:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.search-part-no-list table tbody tr td:nth-child(2)::before {
                content: "Manufacturer :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.search-part-no-list table tbody tr td:nth-child(3)::before {
                content: "Details :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.search-part-no-list table tbody tr td:nth-child(4)::before {
                content: "Component Type :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.search-part-no-list table tbody tr td:nth-last-child(2)::before {
                content: ""
            }

            .part-types-section .content-section-innner .custom_card .card-body.search-part-no-list table tbody tr td::before {
                font-weight: 500;
                margin-right: 5px;
                min-width: 130px;
                display: block;
                float: left
            }

    .part-types-section .content-section-innner .custom_card .card-body.electronic-part-no-list table thead {
        display: none
    }

    .part-types-section .content-section-innner .custom_card .card-body.electronic-part-no-list table tbody tr {
        display: block;
        border-bottom: 3px solid #172049;
        margin-bottom: 10px
    }

        .part-types-section .content-section-innner .custom_card .card-body.electronic-part-no-list table tbody tr td {
            width: 100%;
            display: flex;
            text-align: left !important
        }

            .part-types-section .content-section-innner .custom_card .card-body.electronic-part-no-list table tbody tr td:last-child::before {
                content: "Cart"
            }

            .part-types-section .content-section-innner .custom_card .card-body.electronic-part-no-list table tbody tr td:nth-of-type(1)::before {
                content: "Part No:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.electronic-part-no-list table tbody tr td:nth-child(2)::before {
                content: "Manufacturer :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.electronic-part-no-list table tbody tr td:nth-child(3)::before {
                content: "Part Type :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.electronic-part-no-list table tbody tr td:nth-child(4)::before {
                content: "Description :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.electronic-part-no-list table tbody tr td:nth-child(5)::before {
                content: "Availability :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.electronic-part-no-list table tbody tr td:nth-last-child(2)::before {
                content: ""
            }

            .part-types-section .content-section-innner .custom_card .card-body.electronic-part-no-list table tbody tr td::before {
                font-weight: 500;
                margin-right: 5px;
                min-width: 130px;
                display: block;
                float: left
            }

    .part-types-section .content-section-innner .custom_card .card-body.military-vh-part-listing table thead {
        display: none
    }

    .part-types-section .content-section-innner .custom_card .card-body.military-vh-part-listing table tbody tr {
        display: block;
        border-bottom: 3px solid #172049;
        margin-bottom: 10px
    }

        .part-types-section .content-section-innner .custom_card .card-body.military-vh-part-listing table tbody tr td {
            width: 100%;
            display: flex;
            text-align: left !important
        }

            .part-types-section .content-section-innner .custom_card .card-body.military-vh-part-listing table tbody tr td:last-child::before {
                content: "Cart"
            }

            .part-types-section .content-section-innner .custom_card .card-body.military-vh-part-listing table tbody tr td:nth-of-type(1)::before {
                content: "Part No:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.military-vh-part-listing table tbody tr td:nth-child(2)::before {
                content: "Description :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.military-vh-part-listing table tbody tr td:nth-child(3)::before {
                content: "Main Category :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.military-vh-part-listing table tbody tr td:nth-child(4)::before {
                content: " Sub Category :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.military-vh-part-listing table tbody tr td:nth-child(5)::before {
                content: "Availability :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.military-vh-part-listing table tbody tr td:nth-last-child(2)::before {
                content: ""
            }

            .part-types-section .content-section-innner .custom_card .card-body.military-vh-part-listing table tbody tr td::before {
                font-weight: 500;
                margin-right: 5px;
                min-width: 130px;
                display: block;
                float: left
            }

    .part-types-section .content-section-innner .custom_card .card-body.part-listing-table table thead {
        display: none
    }

    .part-types-section .content-section-innner .custom_card .card-body.part-listing-table table tbody tr {
        display: block;
        border-bottom: 3px solid #172049;
        margin-bottom: 10px
    }

        .part-types-section .content-section-innner .custom_card .card-body.part-listing-table table tbody tr td {
            width: 100%;
            display: flex;
            text-align: left !important
        }

            .part-types-section .content-section-innner .custom_card .card-body.part-listing-table table tbody tr td:last-child::before {
                content: "Cart"
            }

            .part-types-section .content-section-innner .custom_card .card-body.part-listing-table table tbody tr td:nth-of-type(1)::before {
                content: "Part No:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.part-listing-table table tbody tr td:nth-child(2)::before {
                content: "Description :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.part-listing-table table tbody tr td:nth-child(3)::before {
                content: "Category :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.part-listing-table table tbody tr td:nth-child(4)::before {
                content: " Sub Category :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.part-listing-table table tbody tr td:nth-child(5)::before {
                content: "Availability :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.part-listing-table table tbody tr td:nth-last-child(2)::before {
                content: ""
            }

            .part-types-section .content-section-innner .custom_card .card-body.part-listing-table table tbody tr td::before {
                font-weight: 500;
                margin-right: 5px;
                min-width: 130px;
                display: block;
                float: left
            }

    .part-types-section .content-section-innner .custom_card .card-body.cv-manufacturer-table-part-listing table thead {
        display: none
    }

    .part-types-section .content-section-innner .custom_card .card-body.cv-manufacturer-table-part-listing table tbody tr {
        display: block;
        border-bottom: 3px solid #172049;
        margin-bottom: 10px
    }

        .part-types-section .content-section-innner .custom_card .card-body.cv-manufacturer-table-part-listing table tbody tr td {
            width: 100%;
            display: flex;
            text-align: left !important
        }

            .part-types-section .content-section-innner .custom_card .card-body.cv-manufacturer-table-part-listing table tbody tr td:last-child::before {
                content: "Cart";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.cv-manufacturer-table-part-listing table tbody tr td:nth-of-type(1)::before {
                content: " Part Number :";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.cv-manufacturer-table-part-listing table tbody tr td:nth-child(2)::before {
                content: " Description :";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.cv-manufacturer-table-part-listing table tbody tr td:nth-child(3)::before {
                content: "Availability:";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.cv-manufacturer-table-part-listing table tbody tr td:nth-last-child(2)::before {
                content: ""
            }

            .part-types-section .content-section-innner .custom_card .card-body.cv-manufacturer-table-part-listing table tbody tr td:last-child a {
                text-align: center
            }

            .part-types-section .content-section-innner .custom_card .card-body.cv-manufacturer-table-part-listing table tbody tr td::before {
                font-weight: 500;
                margin-right: 5px;
                min-width: 130px;
                display: block;
                float: left
            }

    .part-types-section .content-section-innner .custom_card .card-body.electromechanical-category-table table thead {
        display: none
    }

    .part-types-section .content-section-innner .custom_card .card-body.electromechanical-category-table table tbody tr {
        display: block;
        border-bottom: 3px solid #172049;
        margin-bottom: 10px
    }

        .part-types-section .content-section-innner .custom_card .card-body.electromechanical-category-table table tbody tr td {
            width: 100%;
            display: flex;
            text-align: left !important
        }

            .part-types-section .content-section-innner .custom_card .card-body.electromechanical-category-table table tbody tr td:last-child::before {
                content: "Cart"
            }

            .part-types-section .content-section-innner .custom_card .card-body.electromechanical-category-table table tbody tr td:nth-of-type(1)::before {
                content: "Part No:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.electromechanical-category-table table tbody tr td:nth-child(2)::before {
                content: "Description :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.electromechanical-category-table table tbody tr td:nth-child(3)::before {
                content: "Manufacturer :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.electromechanical-category-table table tbody tr td:nth-child(4)::before {
                content: " Category :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.electromechanical-category-table table tbody tr td:nth-child(5)::before {
                content: " Sub Category :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.electromechanical-category-table table tbody tr td:nth-last-child(2)::before {
                content: ""
            }

            .part-types-section .content-section-innner .custom_card .card-body.electromechanical-category-table table tbody tr td::before {
                font-weight: 500;
                margin-right: 5px;
                min-width: 130px;
                display: block;
                float: left
            }

    .part-types-section .content-section-innner .custom_card .card-body.part-no-list table thead {
        display: none
    }

    .part-types-section .content-section-innner .custom_card .card-body.part-no-list table tbody tr {
        display: block;
        border-bottom: 3px solid #172049;
        margin-bottom: 10px
    }

        .part-types-section .content-section-innner .custom_card .card-body.part-no-list table tbody tr td {
            width: 100%;
            display: flex;
            text-align: left !important
        }

            .part-types-section .content-section-innner .custom_card .card-body.part-no-list table tbody tr td:last-child::before {
                content: "Cart"
            }

            .part-types-section .content-section-innner .custom_card .card-body.part-no-list table tbody tr td:nth-of-type(1)::before {
                content: "Part No:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.part-no-list table tbody tr td:nth-child(2)::before {
                content: "NSN:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.part-no-list table tbody tr td:nth-child(3)::before {
                content: "Item Name :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.part-no-list table tbody tr td:nth-child(4)::before {
                content: "Availability :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.part-no-list table tbody tr td:nth-last-child(2)::before {
                content: ""
            }

            .part-types-section .content-section-innner .custom_card .card-body.part-no-list table tbody tr td::before {
                font-weight: 500;
                margin-right: 5px;
                min-width: 130px;
                display: block;
                float: left
            }

    .part-types-section .content-section-innner .custom_card .card-body.part-no-list-fsc table thead {
        display: none
    }

    .part-types-section .content-section-innner .custom_card .card-body.part-no-list-fsc table tbody tr {
        display: block;
        border-bottom: 3px solid #172049;
        margin-bottom: 10px
    }

        .part-types-section .content-section-innner .custom_card .card-body.part-no-list-fsc table tbody tr td {
            width: 100%;
            display: flex;
            text-align: left !important
        }

            .part-types-section .content-section-innner .custom_card .card-body.part-no-list-fsc table tbody tr td:last-child::before {
                content: "Cart"
            }

            .part-types-section .content-section-innner .custom_card .card-body.part-no-list-fsc table tbody tr td:nth-of-type(1)::before {
                content: "Part No :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.part-no-list-fsc table tbody tr td:nth-child(2)::before {
                content: "NSN :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.part-no-list-fsc table tbody tr td:nth-child(3)::before {
                content: "Item Name :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.part-no-list-fsc table tbody tr td:nth-child(4)::before {
                content: "Manufacturer :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.part-no-list-fsc table tbody tr td:nth-child(5)::before {
                content: "CAGE Code :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.part-no-list-fsc table tbody tr td:nth-child(6)::before {
                content: "Availability :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.part-no-list-fsc table tbody tr td:nth-last-child(2)::before {
                content: ""
            }

            .part-types-section .content-section-innner .custom_card .card-body.part-no-list-fsc table tbody tr td::before {
                font-weight: 500;
                margin-right: 5px;
                min-width: 130px;
                display: block;
                float: left
            }

    .part-types-section .content-section-innner .custom_card .card-body.partype-no-list table thead {
        display: none
    }

    .part-types-section .content-section-innner .custom_card .card-body.partype-no-list table tbody tr {
        display: block;
        border-bottom: 3px solid #172049;
        margin-bottom: 10px
    }

        .part-types-section .content-section-innner .custom_card .card-body.partype-no-list table tbody tr td {
            width: 100%;
            display: flex;
            text-align: left !important
        }

            .part-types-section .content-section-innner .custom_card .card-body.partype-no-list table tbody tr td:last-child::before {
                content: "Cart"
            }

            .part-types-section .content-section-innner .custom_card .card-body.partype-no-list table tbody tr td:nth-of-type(1)::before {
                content: "Part No:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.partype-no-list table tbody tr td:nth-child(2)::before {
                content: "Manufacturer :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.partype-no-list table tbody tr td:nth-child(3)::before {
                content: "Part Type :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.partype-no-list table tbody tr td:nth-child(4)::before {
                content: "Description :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.partype-no-list table tbody tr td:nth-child(5)::before {
                content: "Availability :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.partype-no-list table tbody tr td:nth-last-child(2)::before {
                content: ""
            }

            .part-types-section .content-section-innner .custom_card .card-body.partype-no-list table tbody tr td::before {
                font-weight: 500;
                margin-right: 5px;
                min-width: 130px;
                display: block;
                float: left
            }

    .part-types-section .content-section-innner .custom_card .card-body.aviation-parttype-no-list table thead {
        display: none
    }

    .part-types-section .content-section-innner .custom_card .card-body.aviation-parttype-no-list table tbody tr {
        display: block;
        border-bottom: 3px solid #172049;
        margin-bottom: 10px
    }

        .part-types-section .content-section-innner .custom_card .card-body.aviation-parttype-no-list table tbody tr td {
            width: 100%;
            display: flex;
            text-align: left !important
        }

            .part-types-section .content-section-innner .custom_card .card-body.aviation-parttype-no-list table tbody tr td:last-child::before {
                content: "Cart"
            }

            .part-types-section .content-section-innner .custom_card .card-body.aviation-parttype-no-list table tbody tr td:nth-of-type(1)::before {
                content: "Part No:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.aviation-parttype-no-list table tbody tr td:nth-child(2)::before {
                content: "NSN  :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.aviation-parttype-no-list table tbody tr td:nth-child(3)::before {
                content: "Manufacturer :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.aviation-parttype-no-list table tbody tr td:nth-child(4)::before {
                content: "Availability :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.aviation-parttype-no-list table tbody tr td:nth-last-child(2)::before {
                content: ""
            }

            .part-types-section .content-section-innner .custom_card .card-body.aviation-parttype-no-list table tbody tr td::before {
                font-weight: 500;
                margin-right: 5px;
                min-width: 130px;
                display: block;
                float: left
            }

    .part-types-section .content-section-innner .custom_card .card-body.aviation-std-list table thead {
        display: none
    }

    .part-types-section .content-section-innner .custom_card .card-body.aviation-std-list table tbody tr {
        display: block;
        border-bottom: 3px solid #172049;
        margin-bottom: 10px
    }

        .part-types-section .content-section-innner .custom_card .card-body.aviation-std-list table tbody tr td {
            width: 100%;
            display: flex;
            text-align: left !important
        }

            .part-types-section .content-section-innner .custom_card .card-body.aviation-std-list table tbody tr td:last-child::before {
                content: "Cart"
            }

            .part-types-section .content-section-innner .custom_card .card-body.aviation-std-list table tbody tr td:nth-of-type(1)::before {
                content: "Part No:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.aviation-std-list table tbody tr td:nth-child(2)::before {
                content: "Manufacturer  :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.aviation-std-list table tbody tr td:nth-child(3)::before {
                content: "Description :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.aviation-std-list table tbody tr td:nth-child(4)::before {
                content: "Availability :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.aviation-std-list table tbody tr td:nth-last-child(2)::before {
                content: ""
            }

            .part-types-section .content-section-innner .custom_card .card-body.aviation-std-list table tbody tr td::before {
                font-weight: 500;
                margin-right: 5px;
                min-width: 130px;
                display: block;
                float: left
            }

    .part-types-section .content-section-innner .custom_card .card-body.it-hardware-unspsc-parts table thead {
        display: none
    }

    .part-types-section .content-section-innner .custom_card .card-body.it-hardware-unspsc-parts table tbody tr {
        display: block;
        border-bottom: 3px solid #172049;
        margin-bottom: 10px
    }

        .part-types-section .content-section-innner .custom_card .card-body.it-hardware-unspsc-parts table tbody tr td {
            width: 100%;
            display: flex;
            text-align: left !important
        }

            .part-types-section .content-section-innner .custom_card .card-body.it-hardware-unspsc-parts table tbody tr td:last-child::before {
                content: "Cart"
            }

            .part-types-section .content-section-innner .custom_card .card-body.it-hardware-unspsc-parts table tbody tr td:nth-of-type(1)::before {
                content: "Part No:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.it-hardware-unspsc-parts table tbody tr td:nth-child(2)::before {
                content: "UPC :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.it-hardware-unspsc-parts table tbody tr td:nth-child(3)::before {
                content: "Description :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.it-hardware-unspsc-parts table tbody tr td:nth-child(4)::before {
                content: "Availability :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.it-hardware-unspsc-parts table tbody tr td:nth-last-child(2)::before {
                content: ""
            }

            .part-types-section .content-section-innner .custom_card .card-body.it-hardware-unspsc-parts table tbody tr td::before {
                font-weight: 500;
                margin-right: 5px;
                min-width: 130px;
                display: block;
                float: left
            }

    .part-types-section .content-section-innner .custom_card .card-body.it-hardware-upc-parts table thead {
        display: none
    }

    .part-types-section .content-section-innner .custom_card .card-body.it-hardware-upc-parts table tbody tr {
        display: block;
        border-bottom: 3px solid #172049;
        margin-bottom: 10px
    }

        .part-types-section .content-section-innner .custom_card .card-body.it-hardware-upc-parts table tbody tr td {
            width: 100%;
            display: flex;
            text-align: left !important
        }

            .part-types-section .content-section-innner .custom_card .card-body.it-hardware-upc-parts table tbody tr td:last-child::before {
                content: "Cart"
            }

            .part-types-section .content-section-innner .custom_card .card-body.it-hardware-upc-parts table tbody tr td:nth-of-type(1)::before {
                content: "Part No:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.it-hardware-upc-parts table tbody tr td:nth-child(2)::before {
                content: "UNSPSC :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.it-hardware-upc-parts table tbody tr td:nth-child(3)::before {
                content: "Description :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.it-hardware-upc-parts table tbody tr td:nth-child(4)::before {
                content: "Availability :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.it-hardware-upc-parts table tbody tr td:nth-last-child(2)::before {
                content: ""
            }

            .part-types-section .content-section-innner .custom_card .card-body.it-hardware-upc-parts table tbody tr td::before {
                font-weight: 500;
                margin-right: 5px;
                min-width: 130px;
                display: block;
                float: left
            }

    .part-types-section .content-section-innner .custom_card .card-body.it-hardware-part-no-list table thead {
        display: none
    }

    .part-types-section .content-section-innner .custom_card .card-body.it-hardware-part-no-list table tbody tr {
        display: block;
        border-bottom: 3px solid #172049;
        margin-bottom: 10px
    }

        .part-types-section .content-section-innner .custom_card .card-body.it-hardware-part-no-list table tbody tr td {
            width: 100%;
            display: flex;
            text-align: left !important
        }

            .part-types-section .content-section-innner .custom_card .card-body.it-hardware-part-no-list table tbody tr td:last-child::before {
                content: "Cart"
            }

            .part-types-section .content-section-innner .custom_card .card-body.it-hardware-part-no-list table tbody tr td:nth-of-type(1)::before {
                content: "Part No:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.it-hardware-part-no-list table tbody tr td:nth-child(2)::before {
                content: "Description :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.it-hardware-part-no-list table tbody tr td:nth-child(3)::before {
                content: "Availability :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.it-hardware-part-no-list table tbody tr td:nth-last-child(2)::before {
                content: ""
            }

            .part-types-section .content-section-innner .custom_card .card-body.it-hardware-part-no-list table tbody tr td::before {
                font-weight: 500;
                margin-right: 5px;
                min-width: 130px;
                display: block;
                float: left
            }

    .part-types-section .content-section-innner .custom_card .card-body.it-hardware-part-no-list table thead {
        display: none
    }

    .part-types-section .content-section-innner .custom_card .card-body.it-hardware-part-no-list table tbody tr {
        display: block;
        border-bottom: 3px solid #172049;
        margin-bottom: 10px
    }

        .part-types-section .content-section-innner .custom_card .card-body.it-hardware-part-no-list table tbody tr td {
            width: 100%;
            display: flex;
            text-align: left !important
        }

            .part-types-section .content-section-innner .custom_card .card-body.it-hardware-part-no-list table tbody tr td:last-child::before {
                content: "Cart"
            }

            .part-types-section .content-section-innner .custom_card .card-body.it-hardware-part-no-list table tbody tr td:nth-of-type(1)::before {
                content: "Part No:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.it-hardware-part-no-list table tbody tr td:nth-child(2)::before {
                content: "Description :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.it-hardware-part-no-list table tbody tr td:nth-child(3)::before {
                content: "Availability :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.it-hardware-part-no-list table tbody tr td:nth-last-child(2)::before {
                content: ""
            }

            .part-types-section .content-section-innner .custom_card .card-body.it-hardware-part-no-list table tbody tr td::before {
                font-weight: 500;
                margin-right: 5px;
                min-width: 130px;
                display: block;
                float: left
            }

    .part-types-section .content-section-innner .custom_card .card-body.hardware-and-fasteners-products table thead {
        display: none
    }

    .part-types-section .content-section-innner .custom_card .card-body.hardware-and-fasteners-products table tbody tr {
        display: block;
        border-bottom: 3px solid #172049;
        margin-bottom: 10px
    }

        .part-types-section .content-section-innner .custom_card .card-body.hardware-and-fasteners-products table tbody tr td {
            width: 100%;
            display: flex;
            text-align: left !important
        }

            .part-types-section .content-section-innner .custom_card .card-body.hardware-and-fasteners-products table tbody tr td:last-child::before {
                content: "Cart"
            }

            .part-types-section .content-section-innner .custom_card .card-body.hardware-and-fasteners-products table tbody tr td:nth-of-type(1)::before {
                content: "Part No:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.hardware-and-fasteners-products table tbody tr td:nth-child(2)::before {
                content: "Description :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.hardware-and-fasteners-products table tbody tr td:nth-child(3)::before {
                content: "Manufacturer :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.hardware-and-fasteners-products table tbody tr td:nth-child(4)::before {
                content: "Category :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.hardware-and-fasteners-products table tbody tr td:nth-child(5)::before {
                content: "Sub Category :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.hardware-and-fasteners-products table tbody tr td:nth-last-child(2)::before {
                content: ""
            }

            .part-types-section .content-section-innner .custom_card .card-body.hardware-and-fasteners-products table tbody tr td::before {
                font-weight: 500;
                margin-right: 5px;
                min-width: 130px;
                display: block;
                float: left
            }

    .part-types-section .content-section-innner .custom_card .card-body.tso-parts table thead tr > th {
        display: none
    }

    .part-types-section .content-section-innner .custom_card .card-body.tso-parts table tbody tr {
        display: block;
        border-bottom: 3px solid #172049;
        margin-bottom: 10px
    }

        .part-types-section .content-section-innner .custom_card .card-body.tso-parts table tbody tr td {
            width: 100%;
            display: flex;
            text-align: left !important
        }

            .part-types-section .content-section-innner .custom_card .card-body.tso-parts table tbody tr td:first-child::before {
                content: "TSO Number";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.tso-parts table tbody tr td:nth-of-type(2)::before {
                content: "TSO Holder Name :";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.tso-parts table tbody tr td:nth-child(3)::before {
                content: " TSO Title :";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.tso-parts table tbody tr td:nth-child(4)::before {
                content: "Latest Update:";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.tso-parts table tbody tr td:nth-child(5)::before {
                content: " Part Model Number/Name:";
                font-weight: bold;
                text-align: left;
                width: 20%
            }

            .part-types-section .content-section-innner .custom_card .card-body.tso-parts table tbody tr td::before {
                font-weight: 500;
                margin-right: 5px;
                min-width: 100px;
                display: block;
                float: left
            }

    .part-types-section .content-section-innner .custom_card .card-body.cartlist table thead tr > th {
        display: none
    }

    .part-types-section .content-section-innner .custom_card .card-body.cartlist table tbody tr {
        display: block;
        border-bottom: 3px solid #172049;
        margin-bottom: 10px
    }

        .part-types-section .content-section-innner .custom_card .card-body.cartlist table tbody tr td {
            width: 100%;
            display: flex;
            text-align: left !important
        }

            .part-types-section .content-section-innner .custom_card .card-body.cartlist table tbody tr td:last-child::before {
                content: "Action :";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.cartlist table tbody tr td:nth-of-type(1)::before {
                content: "#";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.cartlist table tbody tr td:nth-child(2)::before {
                content: "Part Number :";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.cartlist table tbody tr td:nth-child(3)::before {
                content: "Manufacturer :";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.cartlist table tbody tr td:nth-child(4)::before {
                content: "NSN :";
                font-weight: bold;
                text-align: left
            }

            .part-types-section .content-section-innner .custom_card .card-body.cartlist table tbody tr td:nth-last-child(2) a {
                text-align: center;
                margin: 0 auto
            }

            .part-types-section .content-section-innner .custom_card .card-body.cartlist table tbody tr td::before {
                font-weight: 500;
                margin-right: 5px;
                min-width: 100px;
                display: block;
                float: left
            }

    .part-types-section .content-section-innner .custom_card .card-body.part-listing-table table thead {
        display: none
    }

    .part-types-section .content-section-innner .custom_card .card-body.part-listing-table table tbody tr {
        display: block;
        border-bottom: 3px solid #172049;
        margin-bottom: 10px
    }

        .part-types-section .content-section-innner .custom_card .card-body.part-listing-table table tbody tr td {
            width: 100%;
            display: flex;
            text-align: left !important
        }

            .part-types-section .content-section-innner .custom_card .card-body.part-listing-table table tbody tr td:last-child::before {
                content: "Cart"
            }

            .part-types-section .content-section-innner .custom_card .card-body.part-listing-table table tbody tr td:nth-of-type(1)::before {
                content: "Part No:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.part-listing-table table tbody tr td:nth-child(2)::before {
                content: "Description :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.part-listing-table table tbody tr td:nth-child(3)::before {
                content: "Category :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.part-listing-table table tbody tr td:nth-child(4)::before {
                content: "Sub Category :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.part-listing-table table tbody tr td:nth-child(5)::before {
                content: "Availability :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.part-listing-table table tbody tr td:nth-last-child(2)::before {
                content: ""
            }

            .part-types-section .content-section-innner .custom_card .card-body.part-listing-table table tbody tr td::before {
                font-weight: 500;
                margin-right: 5px;
                min-width: 130px;
                display: block;
                float: left
            }

    .part-types-section .content-section-innner .custom_card .card-body.category-table table thead {
        display: none
    }

    .part-types-section .content-section-innner .custom_card .card-body.category-table table tbody tr {
        display: block;
        border-bottom: 3px solid #172049;
        margin-bottom: 10px
    }

        .part-types-section .content-section-innner .custom_card .card-body.category-table table tbody tr td {
            width: 100%;
            display: flex;
            text-align: left !important
        }

            .part-types-section .content-section-innner .custom_card .card-body.category-table table tbody tr td:last-child::before {
                content: "Cart"
            }

            .part-types-section .content-section-innner .custom_card .card-body.category-table table tbody tr td:nth-of-type(1)::before {
                content: "Part No:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.category-table table tbody tr td:nth-child(2)::before {
                content: "Description :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.category-table table tbody tr td:nth-child(3)::before {
                content: "Manufacturer :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.category-table table tbody tr td:nth-child(4)::before {
                content: "Sub Category :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.category-table table tbody tr td:nth-last-child(2)::before {
                content: ""
            }

            .part-types-section .content-section-innner .custom_card .card-body.category-table table tbody tr td::before {
                font-weight: 500;
                margin-right: 5px;
                min-width: 130px;
                display: block;
                float: left
            }

    .part-types-section .content-section-innner .custom_card .card-body.sub-category-table table thead {
        display: none
    }

    .part-types-section .content-section-innner .custom_card .card-body.sub-category-table table tbody tr {
        display: block;
        border-bottom: 3px solid #172049;
        margin-bottom: 10px
    }

        .part-types-section .content-section-innner .custom_card .card-body.sub-category-table table tbody tr td {
            width: 100%;
            display: flex;
            text-align: left !important
        }

            .part-types-section .content-section-innner .custom_card .card-body.sub-category-table table tbody tr td:last-child::before {
                content: "Cart"
            }

            .part-types-section .content-section-innner .custom_card .card-body.sub-category-table table tbody tr td:nth-of-type(1)::before {
                content: "Part No:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.sub-category-table table tbody tr td:nth-child(2)::before {
                content: "Description :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.sub-category-table table tbody tr td:nth-child(3)::before {
                content: "Manufacturer :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.sub-category-table table tbody tr td:nth-child(4)::before {
                content: "Sub Category :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.sub-category-table table tbody tr td:nth-child(5)::before {
                content: "Aviability :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.sub-category-table table tbody tr td:nth-last-child(2)::before {
                content: ""
            }

            .part-types-section .content-section-innner .custom_card .card-body.sub-category-table table tbody tr td::before {
                font-weight: 500;
                margin-right: 5px;
                min-width: 130px;
                display: block;
                float: left
            }

    .part-types-section .content-section-innner .custom_card .card-body.marine-manufacturer table thead {
        display: none
    }

    .part-types-section .content-section-innner .custom_card .card-body.marine-manufacturer table tbody tr {
        display: block;
        border-bottom: 3px solid #172049;
        margin-bottom: 10px
    }

        .part-types-section .content-section-innner .custom_card .card-body.marine-manufacturer table tbody tr td {
            width: 100%;
            display: flex;
            text-align: left !important
        }

            .part-types-section .content-section-innner .custom_card .card-body.marine-manufacturer table tbody tr td:last-child::before {
                content: "Cart"
            }

            .part-types-section .content-section-innner .custom_card .card-body.marine-manufacturer table tbody tr td:nth-of-type(1)::before {
                content: "Part No:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.marine-manufacturer table tbody tr td:nth-child(2)::before {
                content: "Description :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.marine-manufacturer table tbody tr td:nth-child(3)::before {
                content: "Category :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.marine-manufacturer table tbody tr td:nth-child(4)::before {
                content: "Availability :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.marine-manufacturer table tbody tr td:nth-last-child(2)::before {
                content: ""
            }

            .part-types-section .content-section-innner .custom_card .card-body.marine-manufacturer table tbody tr td::before {
                font-weight: 500;
                margin-right: 5px;
                min-width: 130px;
                display: block;
                float: left
            }

    .part-types-section .content-section-innner .custom_card .card-body.marine-ventilation table thead {
        display: none
    }

    .part-types-section .content-section-innner .custom_card .card-body.marine-ventilation table tbody tr {
        display: block;
        border-bottom: 3px solid #172049;
        margin-bottom: 10px
    }

        .part-types-section .content-section-innner .custom_card .card-body.marine-ventilation table tbody tr td {
            width: 100%;
            display: flex;
            text-align: left !important
        }

            .part-types-section .content-section-innner .custom_card .card-body.marine-ventilation table tbody tr td:last-child::before {
                content: "Cart"
            }

            .part-types-section .content-section-innner .custom_card .card-body.marine-ventilation table tbody tr td:nth-of-type(1)::before {
                content: "Part No:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.marine-ventilation table tbody tr td:nth-child(2)::before {
                content: "Manufacturer :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.marine-ventilation table tbody tr td:nth-child(3)::before {
                content: "Description :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.marine-ventilation table tbody tr td:nth-child(4)::before {
                content: "Category :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.marine-ventilation table tbody tr td:nth-child(5)::before {
                content: "Sub Category :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.marine-ventilation table tbody tr td:nth-last-child(2)::before {
                content: ""
            }

            .part-types-section .content-section-innner .custom_card .card-body.marine-ventilation table tbody tr td::before {
                font-weight: 500;
                margin-right: 5px;
                min-width: 130px;
                display: block;
                float: left
            }

    .part-types-section .content-section-innner .custom_card .card-body.sub-marine-parts table thead {
        display: none
    }

    .part-types-section .content-section-innner .custom_card .card-body.sub-marine-parts table tbody tr {
        display: block;
        border-bottom: 3px solid #172049;
        margin-bottom: 10px
    }

        .part-types-section .content-section-innner .custom_card .card-body.sub-marine-parts table tbody tr td {
            width: 100%;
            display: flex;
            text-align: left !important
        }

            .part-types-section .content-section-innner .custom_card .card-body.sub-marine-parts table tbody tr td:last-child::before {
                content: "Cart"
            }

            .part-types-section .content-section-innner .custom_card .card-body.sub-marine-parts table tbody tr td:nth-of-type(1)::before {
                content: "Part No:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.sub-marine-parts table tbody tr td:nth-child(2)::before {
                content: "Manufacturer :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.sub-marine-parts table tbody tr td:nth-child(3)::before {
                content: "Description :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.sub-marine-parts table tbody tr td:nth-child(4)::before {
                content: "Main Category :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.sub-marine-parts table tbody tr td:nth-child(5)::before {
                content: "Sub Category :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.sub-marine-parts table tbody tr td:nth-last-child(2)::before {
                content: ""
            }

            .part-types-section .content-section-innner .custom_card .card-body.sub-marine-parts table tbody tr td::before {
                font-weight: 500;
                margin-right: 5px;
                min-width: 130px;
                display: block;
                float: left
            }

    .part-types-section .content-section-innner .custom_card .card-body.cartlist table thead tr > th {
        display: none
    }

    .part-types-section .content-section-innner .custom_card .card-body.cartlist table tbody tr {
        display: block;
        border-bottom: 3px solid #172049;
        margin-bottom: 10px
    }

        .part-types-section .content-section-innner .custom_card .card-body.cartlist table tbody tr td {
            width: 100%;
            display: flex;
            text-align: left !important
        }

            .part-types-section .content-section-innner .custom_card .card-body.cartlist table tbody tr td:last-child::before {
                content: "Action";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.cartlist table tbody tr td:nth-of-type(1)::before {
                content: "  #";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.cartlist table tbody tr td:nth-child(2)::before {
                content: "  Part Number:";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.cartlist table tbody tr td:nth-child(3)::before {
                content: "Manufacturer:";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.cartlist table tbody tr td:nth-child(4)::before {
                content: " NSN:";
                font-weight: bold;
                text-align: left
            }

            .part-types-section .content-section-innner .custom_card .card-body.cartlist table tbody tr td:nth-last-child(2) a {
                text-align: center;
                margin: 0 auto
            }

            .part-types-section .content-section-innner .custom_card .card-body.cartlist table tbody tr td::before {
                font-weight: 500;
                margin-right: 5px;
                min-width: 100px;
                display: block;
                float: left
            }

    .part-types-section .content-section-innner .custom_card .card-body.electronic-manufacturer table thead {
        display: none
    }

    .part-types-section .content-section-innner .custom_card .card-body.electronic-manufacturer table tbody tr {
        display: block;
        border-bottom: 3px solid #172049;
        margin-bottom: 10px
    }

        .part-types-section .content-section-innner .custom_card .card-body.electronic-manufacturer table tbody tr td {
            width: 100%;
            display: flex;
            text-align: left !important;
            padding: 5px
        }

            .part-types-section .content-section-innner .custom_card .card-body.electronic-manufacturer table tbody tr td:last-child::before {
                content: "Cart"
            }

            .part-types-section .content-section-innner .custom_card .card-body.electronic-manufacturer table tbody tr td:nth-of-type(1)::before {
                content: "Part No:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.electronic-manufacturer table tbody tr td:nth-child(2)::before {
                content: "Part Type :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.electronic-manufacturer table tbody tr td:nth-child(3)::before {
                content: "Description :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.electronic-manufacturer table tbody tr td:nth-child(4)::before {
                content: "Availability :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.electronic-manufacturer table tbody tr td:nth-last-child(2)::before {
                content: ""
            }

            .part-types-section .content-section-innner .custom_card .card-body.electronic-manufacturer table tbody tr td::before {
                font-weight: 500;
                margin-right: 5px;
                min-width: 130px;
                display: block;
                float: left
            }

    .part-types-section .content-section-innner .custom_card .card-body.computer-memory-manufacturer table thead {
        display: none
    }

    .part-types-section .content-section-innner .custom_card .card-body.computer-memory-manufacturer table tbody tr {
        display: block;
        border-bottom: 3px solid #172049;
        margin-bottom: 10px
    }

        .part-types-section .content-section-innner .custom_card .card-body.computer-memory-manufacturer table tbody tr td {
            width: 100%;
            display: flex;
            text-align: left !important
        }

            .part-types-section .content-section-innner .custom_card .card-body.computer-memory-manufacturer table tbody tr td:last-child::before {
                content: "Cart"
            }

            .part-types-section .content-section-innner .custom_card .card-body.computer-memory-manufacturer table tbody tr td:nth-of-type(1)::before {
                content: "Part No:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.computer-memory-manufacturer table tbody tr td:nth-child(2)::before {
                content: "Part Type :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.computer-memory-manufacturer table tbody tr td:nth-child(3)::before {
                content: "Description :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.computer-memory-manufacturer table tbody tr td:nth-child(4)::before {
                content: "Availability :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.computer-memory-manufacturer table tbody tr td:nth-last-child(2)::before {
                content: ""
            }

            .part-types-section .content-section-innner .custom_card .card-body.computer-memory-manufacturer table tbody tr td::before {
                font-weight: 500;
                margin-right: 5px;
                min-width: 130px;
                display: block;
                float: left
            }

    .part-types-section .content-section-innner .custom_card .card-body.computer-memory-types table thead {
        display: none
    }

    .part-types-section .content-section-innner .custom_card .card-body.computer-memory-types table tbody tr {
        display: block;
        border-bottom: 3px solid #172049;
        margin-bottom: 10px
    }

        .part-types-section .content-section-innner .custom_card .card-body.computer-memory-types table tbody tr td {
            width: 100%;
            display: flex;
            text-align: left !important
        }

            .part-types-section .content-section-innner .custom_card .card-body.computer-memory-types table tbody tr td:last-child::before {
                content: "Cart"
            }

            .part-types-section .content-section-innner .custom_card .card-body.computer-memory-types table tbody tr td:nth-of-type(1)::before {
                content: "Part No:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.computer-memory-types table tbody tr td:nth-child(2)::before {
                content: "Manufacturer :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.computer-memory-types table tbody tr td:nth-child(3)::before {
                content: "Part Type :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.computer-memory-types table tbody tr td:nth-child(4)::before {
                content: "Description :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.computer-memory-types table tbody tr td:nth-child(5)::before {
                content: "Availability :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.computer-memory-types table tbody tr td:nth-last-child(2)::before {
                content: ""
            }

            .part-types-section .content-section-innner .custom_card .card-body.computer-memory-types table tbody tr td::before {
                font-weight: 500;
                margin-right: 5px;
                min-width: 130px;
                display: block;
                float: left
            }
}

@media only screen and (max-width: 480px) {
    .part-types-section .content-section-innner .custom_card .card-body.part-no-list table tbody tr td {
        word-break: break-all
    }
}

@media (max-width: 767px) {
    .part-types-section .content-section-innner .custom_card.relevant_card .card-body table tbody tr td {
        width: 50% !important;
        display: block;
        float: left
    }
}

.part-types-section .content-section-innner .table_title {
    display: flex;
    padding: 10px 8px;
    background-color: #172049 !important;
    text-align: left !important;
    border-radius: 5px 10px 0 0;
    justify-content: space-between;
    align-items: center
}

    .part-types-section .content-section-innner .table_title strong {
        color: #fff
    }

@media (min-width: 1279px) {
    .part-types-section .content-section-innner .pagination {
        justify-content: flex-end;
        margin-right: 5px
    }
}

@media (min-width: 768px) {
    .part-types-section .content-section-innner .pagination {
        margin-right: 5px
    }
}

.part-types-section .form_holder {
    background-color: #091D7A;
    padding: 20px 10px;
    border-radius: 5px;
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075) !important;
    text-align: center;
    color: #fff
}

    .part-types-section .form_holder input::placeholder {
        color: #fff
    }

    .part-types-section .form_holder .custom-form-inner .form-heading-inner {
        font-size: 18px;
        font-weight: 500;
        width: 80%;
        margin: 0 auto;
        margin-bottom: 15px
    }

    .part-types-section .form_holder p {
        font-size: 12px;
        color: #fff;
        margin-bottom: 0
    }

@media (max-width: 1023px) {
    .part-types-section .form_holder {
        margin-top: 10px
    }
}

.part-types-section .pagination6 {
    display: block !important
}

    .part-types-section .pagination6 a {
        border: 1px solid #DDD;
        padding: 8px 14px;
        margin: 0 4px;
        color: #000
    }

        .part-types-section .pagination6 a.btn.custom_btn_sm.pulse.btn-view {
            color: #fff
        }

.custom_form_effect .upload_rfq {
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15);
    border-radius: 5px
}

    .custom_form_effect .upload_rfq .card-body {
        background-image: url("../assets/images/upload-rfq-1.webp");
        background-repeat: no-repeat;
        background-size: cover;
        padding: 40px !important;
        background-position: center;
        margin-bottom: 0 !important
    }

@media (max-width: 991px) {
    .custom_form_effect .upload_rfq .card-body {
        text-align: center;
        padding: 20px !important
    }
}

.custom_form_effect .upload_rfq .card-body::after {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.65)
}

.custom_form_effect .upload_rfq .card-body .formuploadLable {
    color: #fff;
    font-size: 24px;
    position: relative;
    z-index: 1
}

@media (max-width: 991px) {
    .custom_form_effect .upload_rfq .card-body .formuploadLable {
        font-size: 14px
    }
}

.custom_form_effect .upload_rfq .card-body .custom_btn_secondary {
    position: relative;
    z-index: 1;
    font-weight: 600;
    background-color: #097BB4
}

    .custom_form_effect .upload_rfq .card-body .custom_btn_secondary:hover {
        border: 1px solid #fff !important;
        background: transparent !important;
        color: #fff !important
    }

.custom_form_effect .upload_rfq .card-body svg {
    position: relative;
    z-index: 1
}

@media (max-width: 991px) {
    .custom_form_effect .upload_rfq .card-body svg {
        width: 70px;
        height: 70px;
        padding: 10px 0;
        position: relative;
        z-index: 1
    }
}

@media (max-width: 1100px) {
    .custom_form_effect .upload_rfq .card-body {
        padding: 25px !important
    }
}

.listed-parts {
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075) !important;
    margin-top: 10px;
    border-radius: 5px;
    border: 1px solid #e8e8e8;
    overflow: hidden
}

    .listed-parts.certificate-block {
        margin-top: 0;
        margin-bottom: 20px
    }

@media only screen and (max-width: 991px) {
    .listed-parts.certificate-block {
        margin-top: 20px
    }
}

.listed-parts.certificate-block .list-group {
    padding: 0 30px
}

    .listed-parts.certificate-block .list-group .list-group-item {
        display: list-item;
        padding: 7px 0;
        list-style: square;
        color: #000;
        font-weight: 500
    }

        .listed-parts.certificate-block .list-group .list-group-item::marker {
            color: #091D7A
        }

.listed-parts.certificate-block .list-head {
    background-color: #172049;
    color: #fff
}

.listed-parts .list-head {
    font-size: 18px;
    background-color: #172049;
    margin-bottom: 0;
    padding: 10px;
    color: #fff
}

    .listed-parts .list-head .search_btn {
        position: absolute;
        right: 10px
    }

@media only screen and (max-width: 1366px) {
    .listed-parts .list-head {
        font-size: 14px
    }
}

.listed-parts ul.list-group.border-radius-0 i {
    font-size: 8px;
    color: #172049;
    position: relative;
    bottom: 2px;
    padding: 0 5px
}

.listed-parts .list-group .border-radius-0 {
    border-radius: 0;
    background-color: #fafafa
}

.listed-parts .list-group li {
    font-size: 14px;
    font-weight: 500;
    border: 0
}

    .listed-parts .list-group li a {
        color: #097BB4
    }

    .listed-parts .list-group li .btn {
        color: #fff
    }

.listed-parts .list-group .list-group-item.text-center {
    background-color: #f9f9f9;
    border-top: 1px solid #e8e8e8
}

.listed-parts.blog-list-parts .list-group {
    column-count: 2;
    display: block;
    padding: 10px 0
}

    .listed-parts.blog-list-parts .list-group .list-group-item a {
        text-transform: capitalize
    }

.aviation-rfq-section .topsec {
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 5px
}

    .aviation-rfq-section .topsec h1 {
        font-size: 22px
    }

    .aviation-rfq-section .topsec table.gray_table.table-bordered td {
        padding: 3px;
        font-size: 14px;
        background-color: #f8f8f8;
        border: 1px solid #f3f3f7
    }

@media (max-width: 767px) {
    .aviation-rfq-section .topsec table.gray_table.table-bordered td {
        width: 100%;
        display: block
    }
}

.aviation-rfq-section .topsec table.gray_table.table-bordered td strong {
    font-weight: 700 !important
}

.aviation-rfq-section .innerintroTable {
    background-color: #ddd
}

.aviation-rfq-section .upl-img img {
    width: 100%;
    height: auto;
    padding: 20px 0
}

.aviation-rfq-section .left-table {
    height: auto;
    position: relative;
    overflow-y: hidden;
    overflow-x: hidden !important;
    margin-bottom: -35px
}

.aviation-rfq-section .rfq-form-section {
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 5px
}

@media (min-width: 0px) and (max-width: 769px) {
    .aviation-rfq-section .rfq-form-section .action-btn-class .number-class {
        display: none !important
    }
}

@media (min-width: 0px) and (max-width: 769px) {
    .aviation-rfq-section .rfq-form-section .action-btn-class td::before {
        display: none !important
    }
}

.aviation-rfq-section .rfq-form-section h1 {
    font-size: 16px
}

.aviation-rfq-section .rfq-form-section .show-cat-search table tbody tr td {
    width: 50%
}

    .aviation-rfq-section .rfq-form-section .show-cat-search table tbody tr td p {
        font-size: 14px;
        white-space: nowrap
    }

@media only screen and (max-width: 768px) {
    .aviation-rfq-section .rfq-form-section .show-cat-search table tbody tr td {
        display: block;
        width: 100%;
        vertical-align: middle;
        text-align: center
    }
}

.aviation-rfq-section .outer_cust_data {
    padding: 10px 10px;
    width: 100%;
    border: 1px solid #e8e8e8;
    font-weight: 500
}

    .aviation-rfq-section .outer_cust_data a {
        color: #000;
        font-weight: 500;
        font-size: 12px
    }

@media (max-width: 576px) {
    .aviation-rfq-section .outer_cust_data a {
        white-space: pre-wrap
    }
}

@media (max-width: 576px) {
    .aviation-rfq-section .outer_cust_data {
        font-size: 14px;
        padding: 10px 5px
    }
}

.aviation-rfq-section .outer_cust_data ul {
    padding-left: 0
}

    .aviation-rfq-section .outer_cust_data ul li {
        list-style: none;
        font-weight: 500;
        margin-bottom: 10px;
        font-size: 14px
    }

.aviation-rfq-section .outer_cust_data.applicable-section {
    padding: 10px 0 !important;
    border: none;
    font-weight: 500;
    font-size: 14px
}

    .aviation-rfq-section .outer_cust_data.applicable-section ul {
        padding-left: 20px !important
    }

        .aviation-rfq-section .outer_cust_data.applicable-section ul li {
            list-style-type: disc !important
        }

.aviation-rfq-section .discriptions-section {
    margin-top: 5px
}

.gray_table {
    width: 100%;
    border: transparent
}

.tso-parts-section .more_btn {
    background-color: #172049;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 1em;
    display: inline-block;
    padding: 8px 18px;
    text-decoration: none !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    transition: 0.3s;
    border: none !important;
    margin: 10px 10px 10px 0px !important
}

.tso-parts-section .topsec {
    border: 1px solid #ddd;
    padding: 10px 10px 0px;
    border-radius: 5px
}

    .tso-parts-section .topsec h1 {
        font-size: 16px
    }

    .tso-parts-section .topsec .gray_table {
        width: 100%;
        border: transparent
    }

    .tso-parts-section .topsec table.gray_table.table-bordered td {
        padding: 10px;
        font-size: 14px;
        background-color: #fffdfd;
        border: 1px solid #f3f3f7
    }

.tso-parts-section .innerintroTable {
    background-color: #ddd
}

.tso-parts-section .upl-img img {
    width: 100%;
    padding: 20px 0
}

.tso-parts-section .left-table {
    height: auto;
    margin-bottom: 20px;
    position: relative;
    overflow-y: scroll;
    overflow-x: hidden !important
}

.tso-parts-section .rfq-form-section {
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 5px
}

    .tso-parts-section .rfq-form-section h1 {
        font-size: 16px
    }

.tso-parts-section .outer_cust_data {
    padding: 10px 10px;
    width: 100%;
    border: 1px solid #e8e8e8;
    font-weight: 500
}

    .tso-parts-section .outer_cust_data a {
        color: #000;
        font-weight: 500;
        font-size: 12px
    }

@media (max-width: 576px) {
    .tso-parts-section .outer_cust_data a {
        white-space: pre-wrap
    }
}

@media (max-width: 576px) {
    .tso-parts-section .outer_cust_data {
        font-size: 14px;
        padding: 10px 5px
    }
}

.tso-parts-section .outer_cust_data ul {
    padding-left: 0
}

    .tso-parts-section .outer_cust_data ul li {
        list-style: none;
        font-weight: 500;
        margin-bottom: 10px;
        font-size: 14px
    }

.tso-parts-section .outer_cust_data.applicable-section {
    padding: 10px 0 !important;
    border: none;
    font-weight: 500;
    font-size: 14px
}

    .tso-parts-section .outer_cust_data.applicable-section ul {
        padding-left: 20px !important
    }

        .tso-parts-section .outer_cust_data.applicable-section ul li {
            list-style-type: disc !important
        }

.tso-parts-section .discriptions-section {
    margin-top: 5px
}

.common-inner .we-proud-wrap {
    color: #fff;
    line-height: 1.35;
    margin: 0 auto;
    text-align: center;
    font-size: 16px !important;
    background-image: url("../assets/img/we-proud-bkg.webp");
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden !important;
    padding: 40px 20px !important;
    border-radius: 5px
}

@media (max-width: 1199px) {
    .common-inner .we-proud-wrap {
        margin-top: 20px
    }
}

.custom-form-effect input[type="email"], .custom-form-effect input[type="password"], .custom-form-effect input[type="tel"], .custom-form-effect input[type="text"], .custom-form-effect textarea {
    height: 40px;
    width: 100%;
    border: none;
    border-bottom: 1px #e8e8e8 solid;
    background-color: transparent !important;
    margin-top: 15px;
    margin-bottom: 15px;
    outline: none;
    font-size: 14px
}

.custom-form-effect .materialinput {
    position: absolute;
    text-align: left;
    font-size: 12px;
    font-weight: bold;
    margin-top: 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: -1;
    background-color: transparent;
    z-index: 1;
    z-index: 1024;
    color: #000
}

.custom-form-effect .thanks-form .move_up {
    top: -25px;
    position: absolute;
    display: none
}

.custom-form-effect .thanks-form .custom-bg-white {
    background-color: #fff !important
}

.custom-form-effect .thanks-form .custom-bg-gray {
    background-color: #f9f9f9 !important
}

.custom-form-effect .move_up {
    z-index: 100;
    position: absolute;
    margin-top: 0px;
    opacity: 1;
    padding-left: 5px
}

.custom-form-effect .tpage {
    position: relative
}

    .custom-form-effect .tpage .move_up {
        position: absolute
    }

    .custom-form-effect .tpage input {
        margin: 0;
        border: 1px solid #dddddd;
        font-size: 14px;
        border-radius: 5px;
        margin-bottom: 10px;
        padding: 0 10px
    }

@media only screen and (min-width: 577px) and (max-width: 990px) {
    .custom-form-effect .tpage input {
        width: 100%
    }
}

.custom-form-effect .quote_form .custom_btn_secondary {
    background-color: #172049;
    color: #fff
}

    .custom-form-effect .quote_form .custom_btn_secondary:hover {
        background-color: #fff;
        color: #000
    }

.custom-form-effect .quote_form input {
    background-color: #fff !important;
    color: #000
}

    .custom-form-effect .quote_form input::placeholder {
        color: #000
    }

.custom-form-effect .rfq_form .part-cart table tbody tr select input {
    margin-top: 10px
}

@media only screen and (max-width: 769px) {
    .custom-form-effect .rfq_form .part-cart table tbody tr select input {
        margin-top: 0px !important
    }
}

.custom-form-effect .rfq_form .part-cart table tbody tr td > span {
    position: relative
}

.custom-form-effect .rfq_form .part-cart .input_line, .custom-form-effect .rfq_form .part-cart .field-validation-valid {
    position: relative
}

@media (max-width: 768px) {
    .custom-form-effect .rfq_form .part-cart abbr {
        top: 15px;
        bottom: 0px;
        left: 30%
    }
}

.custom-form-effect .rfq_form .part-cart .qty-group {
    padding: 0 25px 0px 10px;
    position: relative
}

    .custom-form-effect .rfq_form .part-cart .qty-group span {
        position: absolute !important;
        top: 27px;
        right: 18px
    }

@media (max-width: 768px) {
    .custom-form-effect .rfq_form .part-cart .qty-group {
        padding: 0 25px 5px 10px
    }

        .custom-form-effect .rfq_form .part-cart .qty-group span {
            top: 10px
        }

            .custom-form-effect .rfq_form .part-cart .qty-group span abbr {
                top: 0 !important
            }
}

.custom-form-effect .rfq_form .part-cart .needparts-group {
    position: relative
}

    .custom-form-effect .rfq_form .part-cart .needparts-group label {
        display: none
    }

    .custom-form-effect .rfq_form .part-cart .needparts-group select {
        margin-bottom: 15px
    }

    .custom-form-effect .rfq_form .part-cart .needparts-group span {
        position: relative !important
    }

@media (max-width: 768px) {
    .custom-form-effect .rfq_form .part-cart .needparts-group span abbr {
        top: 0 !important
    }
}

.custom-form-effect .rfq_form input[type="text"], .custom-form-effect .rfq_form input[type="password"], .custom-form-effect .rfq_form input[type="email"], .custom-form-effect .rfq_form input[type="tel"], .custom-form-effect .rfq_form select, .custom-form-effect .rfq_form textarea {
    height: 40px;
    width: 100%;
    padding: 5px 20px 5px 5px;
    border: none;
    border-bottom: 1px #e8e8e8 solid;
    background-color: transparent;
    margin-top: 10px;
    outline: none
}

.custom-form-effect .rfq_form select {
    background-image: url("../assets/images/arrow_select.png");
    background-repeat: no-repeat;
    background-position: 97% 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 14px;
    width: 100%;
    padding-right: 20px
}

.custom-form-effect .rfq_form .select2-container--default .select2-selection--single {
    background-color: #f7f7f7 !important
}

.custom-form-effect .rfq_form .input_line, .custom-form-effect .rfq_form .field-validation-valid {
    position: relative
}

.custom-form-effect .rfq_form abbr {
    position: absolute;
    right: 0;
    bottom: 0px !important
}

    .custom-form-effect .rfq_form abbr .fa-check, .custom-form-effect .rfq_form abbr .fa-thumbs-up {
        color: green
    }

    .custom-form-effect .rfq_form abbr .fa-close, .custom-form-effect .rfq_form abbr .fa-thumbs-down {
        color: #cc0003
    }

.custom-form-effect .rfq_form .text-sm-center {
    text-align: center
}

.custom-form-effect .rfq_form .custom_card .card-header a {
    margin-top: auto
}

.custom-form-effect .rfq_form .login .frt-pwd {
    font-size: 14px
}

.custom-form-effect .rfq_form .login .inh {
    margin-top: 20px
}

.custom-form-effect .rfq_form .login .input_line, .custom-form-effect .rfq_form .login .field-validation-valid {
    position: relative
}

.custom-form-effect .rfq_form .login abbr {
    position: absolute;
    right: 0;
    bottom: 0px
}

    .custom-form-effect .rfq_form .login abbr .fa-check, .custom-form-effect .rfq_form .login abbr .fa-thumbs-up {
        color: green
    }

    .custom-form-effect .rfq_form .login abbr .fa-close, .custom-form-effect .rfq_form .login abbr .fa-thumbs-down {
        color: #cc0003
    }

.custom-form-effect .rfq_form .login a.forgot-psd {
    font-size: 13px !important
}

@media (max-width: 360px) {
    .custom-form-effect .rfq_form .login a.forgot-psd {
        display: block;
        margin-top: 5px
    }
}

.custom-form-effect .rfq_form .register .register_country label.materialinput.move_up {
    margin-top: 0px !important;
    top: -20px
}

.custom-form-effect .rfq_form .register .redtext {
    color: #c60311;
    font-size: 12px
}

.custom-form-effect .rfq_form .register .g-recaptcha {
    margin: 15px 0
}

.custom-form-effect .rfq_form .register .quotes-sales {
    font-size: 12px
}

    .custom-form-effect .rfq_form .register .quotes-sales span a {
        font-size: inherit;
        font-weight: bold
    }

@media (max-width: 768px) {
    .custom-form-effect .rfq_form .register .quotes-sales {
        margin: 15px 0
    }
}

.custom-form-effect .rfq_form .register input:not([type=checkbox]):not([type=submit]):not([type=hidden]) {
    line-height: normal;
    height: 40px;
    width: 92%;
    border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-bottom: 1px #c5c7c7 solid;
    background-color: transparent !important;
    margin-bottom: 0px;
    outline: none;
    padding-right: 20px
}

.custom-form-effect .rfq_form .register .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #7d7d7d;
    line-height: 28px;
    font-size: 14px
}

.custom-form-effect .rfq_form .register .inh {
    position: relative;
    margin-top: 5px
}

.custom-form-effect .rfq_form .register .input_line, .custom-form-effect .rfq_form .register .field-validation-valid {
    position: relative
}

.custom-form-effect .rfq_form .register abbr {
    position: absolute;
    right: 0;
    bottom: 0px
}

    .custom-form-effect .rfq_form .register abbr .fa-check, .custom-form-effect .rfq_form .register abbr .fa-thumbs-up {
        color: green
    }

    .custom-form-effect .rfq_form .register abbr .fa-close, .custom-form-effect .rfq_form .register abbr .fa-thumbs-down {
        color: #cc0003
    }

.custom-form-effect .rfq_form .forgot-terms-and-conditions {
    font-size: 12px
}

    .custom-form-effect .rfq_form .forgot-terms-and-conditions a {
        font-size: inherit;
        font-weight: bold
    }

.custom-form-effect .rfq_form a.prepage.mt-2 {
    background: transparent !important;
    font-size: 14px
}

.custom-form-effect .rfq_form .upl-text {
    color: red;
    font-size: 14px
}

.custom-form-effect .rfq_form label {
    font-weight: 600
}

.custom-form-effect .rfq_form input:not([type=checkbox]):not([type=submit]):not([type=hidden]) {
    line-height: normal;
    height: 40px;
    width: 100%;
    padding: 5px 20px 5px 5px;
    border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-bottom: 1px #c5c7c7 solid;
    background-color: transparent !important;
    outline: none
}

.custom-form-effect .rfq-bottom-text p {
    font-size: 14px
}

.custom-form-effect section.gray_box {
    background-color: #ddd;
    border-radius: 5px;
    padding: 10px;
    margin: 20px 0 20px 0
}

.custom-form-effect .table_form th {
    background-color: #e0e2e3;
    color: #172049;
    padding: 12px
}

.custom-form-effect section.thanku-note {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px
}

.custom-form-effect .formuploadLable {
    text-align: left;
    margin-right: 20px;
    font-weight: 500;
    color: #091D7A;
    font-size: 18px
}

.custom-form-effect .cnt-right-text {
    font-size: 12px
}

.inh {
    position: relative
}

.why-choose-section {
    padding: 20px 0
}

@media only screen and (max-width: 768px) {
    .why-choose-section {
        padding: 20px 0
    }
}

.why-choose-section .why-choose-block img {
    text-align: center;
    display: block;
    margin: 10px auto
}

.why-choose-section .why-choose-block svg {
    display: block;
    margin: auto
}

    .why-choose-section .why-choose-block svg #primary {
        fill: #172049 !important
    }

    .why-choose-section .why-choose-block svg #secondary {
        fill: #091D7A !important
    }

.why-choose-section .why-choose-block .why-choose-title {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    display: block;
    padding: 10px 0 5px 0
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .why-choose-section .why-choose-block .why-choose-title {
        font-size: 20px
    }
}

@media only screen and (max-width: 767px) {
    .why-choose-section .why-choose-block .why-choose-title {
        font-size: 18px
    }
}

.why-choose-section .why-choose-block .why-choose-txt {
    text-align: center;
    margin-bottom: 0
}

.captchabox {
    font-size: 12px
}

    .captchabox ul {
        margin-top: 15px;
        padding-left: 20px !important;
        font-size: 12px
    }

        .captchabox ul li {
            list-style: disc !important
        }

    .captchabox .font-12 {
        font-size: 12px !important
    }

    .captchabox .disclaimer {
        margin-top: 15px
    }

        .captchabox .disclaimer p {
            font-size: 12px;
            text-align: justify
        }

            .captchabox .disclaimer p.red-text {
                color: #cc0003;
                font-size: 14px;
                text-align: right
            }

.form_holder.blog-form_holder {
    background-color: #EBEBEB;
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075) !important
}

    .form_holder.blog-form_holder .custom-form-inner .form-heading, .form_holder.blog-form_holder .custom-form-inner .form-heading-inner, .form_holder.blog-form_holder .custom-form-inner p {
        color: #000
    }

    .form_holder.blog-form_holder .custom-form-inner .quote_form .custom_btn:hover, .form_holder.blog-form_holder .custom-form-inner .quote_form .custom_btn:active {
        background-color: #091D7A !important;
        color: #fff !important
    }

@media only screen and (min-width: 991px) and (max-width: 1280px) {
    .form_holder.blog-form_holder .custom-form-inner .quote_form .btn_width {
        width: 100%
    }
}

.blog-search {
    box-shadow: none
}

    .blog-search .list-head {
        background-color: #e8e8e8;
        color: #000
    }

        .blog-search .list-head input {
            width: 100%;
            outline: none;
            border: 0;
            background: transparent;
            padding-right: 30px;
            color: #000
        }

            .blog-search .list-head input::placeholder {
                color: #000
            }

        .blog-search .list-head .fa-search {
            position: absolute;
            right: 5px;
            top: 3px;
            height: 20px;
            width: 20px;
            color: #000;
            font-size: 20px
        }

.blog-card {
    border: 1px solid #e8e8e8
}

    .blog-card .card-body {
        padding: 15px
    }

        .blog-card .card-body p {
            color: #000;
            font-size: 14px
        }

    .blog-card.blog-default .card-header .table-title a:hover {
        border: 0px solid #097BB4 !important
    }

    .blog-card.blog-default .card-body .mb-2 > img {
        width: 200px !important;
        height: auto !important;
        float: none;
        margin-bottom: 15px
    }

@media (min-width: 768px) {
    .blog-card.blog-default .card-body {
        display: flex;
        flex-direction: column
    }

        .blog-card.blog-default .card-body .mb-2 > img {
            width: 160px !important;
            height: auto !important;
            float: left;
            margin-right: 15px
        }
}

.filter-row span {
    background: #097BB4;
    color: #fff;
    padding: 5px 10px;
    margin-right: 7px;
    border-radius: 5px;
    font-size: 12px;
    margin-bottom: 10px;
    display: inline-block
}

    .filter-row span a {
        color: #fff !important;
        font-size: 12px !important
    }

@media only screen and (max-width: 425px) {
    .filter-row span {
        display: inline-block
    }
}

.filter-row img {
    margin-bottom: 10px;
    margin-bottom: 10px;
    width: 100% !important;
    height: auto;
    max-width: 25px !important
}

@media (max-width: 576px) {
    .contact-us-page p {
        font-size: 14px
    }
}

.contact-us-page .bg-white {
    background-color: #f8f8f8 !important;
    border-radius: 5px
}

.contact-us-page .contact-info {
    background-color: #172049;
    padding: 0px;
    color: #fff
}

    .contact-us-page .contact-info img {
        width: 100%
    }

    .contact-us-page .contact-info .content-contact {
        padding: 25px
    }

@media (max-width: 576px) {
    .contact-us-page .contact-info .content-contact {
        padding: 35px 15px
    }
}

.contact-us-page .contact-info .content-contact h3 {
    font-size: 20px
}

@media (max-width: 576px) {
    .contact-us-page .contact-info .content-contact h3 {
        font-size: 16px
    }
}

.contact-us-page .contact-info .content-contact hr {
    display: block !important
}

.contact-us-page .contact-info .content-contact p {
    font-size: 14px
}

.contact-us-page .contact-info .content-contact ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0
}

    .contact-us-page .contact-info .content-contact ul li {
        display: flex;
        margin-bottom: 30px
    }

@media (max-width: 1199px) {
    .contact-us-page .contact-info .content-contact ul li {
        font-size: 14px
    }
}

.contact-us-page .contact-info .content-contact ul li a {
    color: #fff
}

.contact-us-page .contact-info .content-contact ul li i {
    width: 15px;
    color: #fff;
    margin-right: 20px;
    font-size: 20px
}

.contact-us-page .contact-info .content-contact ul:last-child {
    margin-bottom: 0
}

@media only screen and (min-width: 991px) and (max-width: 1179px) {
    .address .col-lg-12 .emailaddr {
        font-size: 13px !important
    }

        .address .col-lg-12 .emailaddr strong {
            font-size: 14px !important
        }

    .custom-form-effect .rfq_form select, .custom-form-effect input[type="email"], .custom-form-effect input[type="password"], .custom-form-effect input[type="tel"], .custom-form-effect input[type="text"], .custom-form-effect textarea {
        font-size: 10px
    }

    label {
        font-size: 12px
    }
}

.banner-img {
    text-align: center
}

    .banner-img > img {
        max-width: 100%;
        height: auto
    }

.fsc_table .row1 .first {
    width: 100px
}

input[type="search"]::-webkit-search-cancel-button {
    display: none
}

.search_long .deleteicon {
    position: relative;
    display: inline-flex;
    align-items: center;
    width: 100%
}

    .search_long .deleteicon .deletable {
        padding-right: 25px
    }

    .search_long .deleteicon span {
        position: absolute;
        display: block;
        right: 5px;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        color: #000;
        background-color: lightgray;
        font: 13px monospace;
        text-align: center;
        line-height: 1em;
        cursor: pointer
    }

    .search_long .deleteicon.input {
        padding-right: 18px;
        box-sizing: border-box
    }

.search_long .btn {
    background-color: #ff4450;
    color: white;
    margin-left: 5px
}

.why-choose-section {
    padding: 20px 0
}

    .why-choose-section p {
        color: #000;
        font-weight: 500
    }

@media only screen and (max-width: 768px) {
    .why-choose-section {
        padding: 20px 0
    }
}

.why-choose-section .why-choose-block .whychoos-box {
    background-color: #f9f9f9;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center
}

@media only screen and (max-width: 1199px) {
    .why-choose-section .why-choose-block .whychoos-box {
        height: 120px;
        width: 120px
    }
}

.why-choose-section .why-choose-block img {
    text-align: center;
    display: block;
    margin: 10px auto;
    height: 70px
}

.why-choose-section .why-choose-block svg {
    display: block;
    margin: auto
}

@media (max-width: 1366px) {
    .why-choose-section .why-choose-block svg {
        height: 50px
    }
}

.why-choose-section .why-choose-block svg #primary {
    fill: #172049 !important
}

.why-choose-section .why-choose-block svg #secondary {
    fill: #091D7A !important
}

.why-choose-section .why-choose-block .why-choose-title {
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    display: block;
    border-bottom: 1px solid #efefef;
    padding: 10px 0;
    margin-bottom: 10px
}

.why-choose-section .why-choose-block .why-choose-txt {
    text-align: center;
    margin-bottom: 0;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4
}

@media (max-width: 1366px) {
    .why-choose-section .why-choose-block .why-choose-txt {
        font-size: 16px
    }
}

.capitalize {
    text-transform: capitalize
}

@media (min-width: 0px) and (max-width: 480px) {
    .manuf-table .card .card-body table tbody tr td {
        width: 100% !important;
        display: block !important
    }
}

@media (min-width: 0px) and (max-width: 480px) {
    .nsnparts tbody tr td {
        width: 100% !important;
        display: block !important
    }
}

.login-rfq-section .rfq_form .card .card-body {
    border: 1px solid #b1b1b1 !important
}

.content-section-innner {
    display: block;
    width: 100%
}

    .content-section-innner .table_form {
        width: 99.99%
    }

    .content-section-innner .tale_form tbody tr td {
        border: 1px solid #efefef;
        vertical-align: middle;
        font-size: 14px;
        border: 3px solid #efefef;
        padding: 8px
    }

    .content-section-innner .rfq-cart-list .ancDeleteItem {
        margin: 0 !important;
        color: #cc0003 !important
    }

    .content-section-innner .rfq-cart-list .guest-modal {
        margin-top: 10%
    }

@media only screen and (min-width: 577px) and (max-width: 845px) {
    .content-section-innner .rfq-cart-list .guest-modal {
        margin: auto;
        top: 10px
    }
}

@media (max-width: 1279px) {
    .content-section-innner .rfq-cart-list .guest-modal {
        margin-top: 35px
    }

        .content-section-innner .rfq-cart-list .guest-modal .modal-dialog {
            margin: 0 auto !important
        }
}

.content-section-innner .rfq-cart-list .guest-modal .modal-content {
    top: 10px
}

@media only screen and (min-width: 577px) and (max-width: 845px) {
    .content-section-innner .rfq-cart-list .guest-modal .modal-content {
        top: 45px;
        width: 100%
    }
}

@media (max-width: 768px) {
    .content-section-innner .rfq-cart-list .guest-modal .modal-content {
        top: 0px
    }
}

@media (max-width: 526px) {
    .content-section-innner .rfq-cart-list .guest-modal .modal-content {
        top: 0px
    }
}

.content-section-innner .rfq-cart-list .guest-modal .modal-title {
    font-size: 18px
}

@media only screen and (min-width: 577px) and (max-width: 845px) {
    .content-section-innner .rfq-cart-list .guest-modal .modal-title {
        font-size: 16px !important
    }
}

.content-section-innner .rfq-cart-list .guest-modal .modal-body {
    padding: 5px
}

@media only screen and (min-width: 577px) and (max-width: 845px) {
    .content-section-innner .rfq-cart-list .guest-modal .modal-body {
        padding: 2px 6px
    }
}

.content-section-innner .rfq-cart-list .guest-modal .modal-body .col-form-label {
    padding-top: calc(0.1rem + 1px);
    padding-bottom: calc(0.1rem + 1px);
    font-size: 14px
}

.content-section-innner .rfq-cart-list .guest-modal .modal-body .form-control {
    font-size: 12px;
    padding: 0px 5px
}

.content-section-innner .rfq-cart-list .guest-modal .modal-body .form-group {
    text-align: left
}

.content-section-innner .rfq-cart-list .guest-modal .modal-body form {
    padding: 0 !important
}

@media only screen and (min-width: 577px) and (max-width: 845px) {
    .content-section-innner .rfq-cart-list .guest-modal .modal-body .modal-footer {
        padding: 0px !important
    }
}

.content-section-innner .rfq-cart-list .guest-modal .modal-body .modal-footer .btn {
    background-color: #172049;
    font-size: 14px !important
}

@media only screen and (min-width: 577px) and (max-width: 845px) {
    .content-section-innner .rfq-cart-list .guest-modal .modal-body .modal-footer .btn {
        padding: 5px !important;
        margin: 4px
    }
}

.content-section-innner .rfq-cart-list .guest-modal .modal-body .modal-footer .btn-default {
    border-color: #adadad;
    color: #333;
    background-color: #fff
}

    .content-section-innner .rfq-cart-list .guest-modal .modal-body .modal-footer .btn-default:hover {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad
    }

.content-section-innner .rfq-cart-list .cartbtn-section {
    background-color: #fff;
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075) !important;
    padding: 10px
}

    .content-section-innner .rfq-cart-list .cartbtn-section .rfq-cart-btn {
        text-align: end
    }

@media (max-width: 768px) {
    .content-section-innner .rfq-cart-list .cartbtn-section .rfq-cart-btn {
        text-align: left
    }
}

.content-section-innner .rfq-cart-list .cartbtn-section .guest-modal-heade {
    background-color: #172049;
    color: #fff;
    border-radius: 5px 5px 0 0
}

@media only screen and (min-width: 577px) and (max-width: 767px) {
    .content-section-innner .rfq-cart-list .cartbtn-section .guest-modal-heade .modal-header {
        padding: 6px 10px
    }
}

.content-section-innner .rfq-cart-list .cartbtn-section .guest-modal-heade button.btn-close {
    background-image: url(../assets/images/cancle-circle.png);
    opacity: 1
}

.content-section-innner .rfq-cart-list .cartbtn-section input:not([type=checkbox]):not([type=submit]):not([type=hidden]) {
    line-height: normal;
    height: 40px;
    width: 95%;
    border-radius: 0;
    border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-bottom: 1px #c5c7c7 solid;
    background-color: transparent !important;
    margin-bottom: 0px;
    outline: none
}

.btn.btn-sm.btn-additional {
    color: #fff;
    background: #43415B
}

.pageTitle-innert.myCustome_Margin {
    margin-top: 10px
}

@media (min-width: 0px) and (max-width: 480px) {
    .partstypesresp_ table tbody tr td {
        display: block !important;
        width: 100% !important;
        border: 1px solid #efefef
    }
}

@media (min-width: 0px) and (max-width: 480px) {
    .page2respniinlookup tbody tr td {
        width: 50%;
        display: inline-block;
        border: 1px solid #efefef
    }

    .mnfInnerSeach tbody tr td {
        width: 100%;
        display: block;
        border: 1px solid #efefef
    }
}

.w-20 {
    width: 20%
}

.margintop-10-bottom-10 {
    margin-top: 10px;
    margin-bottom: 10px
}

span.field-validation-error {
    color: red;
    font-size: 16px;
    position: relative;
    bottom: 0px
}

.rfqBtnCenter {
    text-align: center !important
}

.less_more {
    height: 53px;
    overflow: hidden
}

.less_moreNSN {
    height: 124px;
    overflow: hidden
}

.auto_height {
    height: auto !important
}

.minusplus {
    width: 50px;
    float: right;
    height: 50px;
    background: #097BB4;
    border-radius: 25px;
    padding: 4px 5px 8px 5px;
    border: 1px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    font-size: 30px
}

.btn + _ {
    margin: 15px !important;
    position: absolute;
    right: 26%;
    bottom: 48%
}

.border_table table tbody tr td {
    border: 1px solid #efefef;
    padding: .5rem .5rem
}

.border_table table tbody tr th {
    font-weight: bold !important;
    padding: 5px
}

.main-login {
    width: 50%;
    height: 650px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 5px 20px 50px rgba(0,0,0,0.231)
}

    .main-login #chk {
        display: none
    }

    .main-login .signup {
        position: relative;
        width: 100%;
        height: 100%
    }

    .main-login label {
        color: #000;
        font-size: 2.3em;
        justify-content: center;
        display: flex;
        margin: 60px;
        font-weight: bold;
        cursor: pointer;
        transition: .5s ease-in-out
    }

    .main-login p.graytext {
        position: relative;
        top: -50px;
        text-align: center
    }

    .main-login input {
        width: 60%;
        height: 51px;
        background: #fff;
        justify-content: center;
        display: flex;
        margin: 20px auto;
        padding: 10px;
        border: none;
        outline: none;
        border-radius: 5px;
        box-shadow: 0 19px 19px 0 rgba(0,0,0,0.15)
    }

    .main-login button {
        width: 60%;
        height: 40px;
        margin: 10px auto;
        justify-content: center;
        display: block;
        color: #fff;
        background: #172049;
        font-size: 1em;
        font-weight: bold;
        margin-top: 20px;
        outline: none;
        border: none;
        border-radius: 5px;
        transition: .2s ease-in;
        cursor: pointer
    }

        .main-login button:hover {
            background: #091D7A
        }

    .main-login .login {
        height: 100%;
        background: #eee;
        border-radius: 60% / 10%;
        transform: translateY(-180px);
        transition: .8s ease-in-out
    }

        .main-login .login label {
            color: #172049;
            transform: scale(0.6)
        }

    .main-login #chk:checked ~ .login {
        transform: translateY(-650px)
    }

        .main-login #chk:checked ~ .login label {
            transform: scale(1)
        }

    .main-login #chk:checked ~ .signup label {
        transform: scale(0.6)
    }

    .main-login input#remb {
        width: 20px;
        height: 20px;
        display: inline;
        position: relative;
        left: 21%
    }

    .main-login .checkbox label {
        font-size: 15px;
        position: absolute;
        top: 40%;
        bottom: 0;
        color: #535252;
        font-weight: 400;
        left: 18%
    }

.content_section2 {
    min-height: 25em;
    padding: 10px;
    margin: 10px 0px 10px 0px;
    border-radius: 10px
}

    .content_section2.user-quote-content {
        padding: 0;
        margin: 0
    }

@media (max-width: 576px) {
    .content_section2 {
        padding: 10px 0 !important
    }
}

.content_section2.no-pending-approvals {
    min-height: auto
}

.content_section2 .gray_title {
    background-color: #d5d9e1;
    padding: 12px 18px !important;
    overflow: hidden;
    vertical-align: middle;
    position: relative;
    font-size: 18px;
    font-weight: 700
}

.content_section2 table tbody tr td {
    font-size: 12px
}

.content_section2 table .mobifix {
    display: none
}

@media (min-width: 0px) and (max-width: 767px) {
    .content_section2 table .mobifix {
        line-height: 25px
    }
}

.content_section2 table .panel-default {
    background-color: #fff
}

    .content_section2 table .panel-default .panel-body {
        padding: 15px
    }

    .content_section2 table .panel-default .panel-heading {
        color: #333;
        background-color: #fff;
        border-color: #ddd;
        padding: 5px
    }

    .content_section2 table .panel-default .panel-title {
        font-size: 16px
    }

        .content_section2 table .panel-default .panel-title a {
            color: #000
        }

.content_section2 button.btn.btn-default.btn-status {
    background-color: #172049;
    color: #fff;
    padding: 5px;
    margin-left: 10px
}

.content_section2 .select-btn {
    margin: 0 10px 0 0;
    position: initial !important
}

    .content_section2 .select-btn ul.dropdown-menu.ddl-status.show {
        padding: 0;
        border-radius: 5px !important;
        margin-top: 5px !important
    }

    .content_section2 .select-btn a.dropdown-item:hover {
        background-color: #172049 !important
    }

.content_section2 select {
    border: none
}

    .content_section2 select:focus-visible {
        border: transparent
    }

.content_section2 .rfq_form div {
    position: relative;
    font-size: 14px
}

.content_section2 .rfq_form input:not([type=checkbox]):not([type=submit]):not([type=hidden]) {
    line-height: normal;
    height: 40px;
    width: 100%;
    border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-bottom: 1px #efefef solid;
    background-color: transparent !important;
    margin-top: 5px;
    outline: none
}

.content_section2 .rfq_form input[type="text"] {
    height: 40px;
    width: 100%;
    padding: 8px 8px 8px 0px;
    border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-bottom: 2px #c5c7c7 solid;
    background-color: transparent !important;
    margin-top: 15px;
    outline: none
}

.content_section2 .rfq_form input[type="Password"] {
    height: 40px;
    width: 100%;
    padding: 8px 8px 8px 0px;
    border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-bottom: 2px #c5c7c7 solid;
    background-color: transparent !important;
    margin-top: 15px;
    outline: none
}

.content_section2 .rfq_form .text-danger {
    color: #a94442;
    font-size: 10px !important
}

.content_section2 .rfq_form .dropdown-menu {
    display: none;
    position: absolute;
    margin: 0px;
    background-color: #172049;
    z-index: 100;
    width: 220px;
    text-align: left;
    list-style: none;
    padding: 5px 0px !important
}

@media (max-width: 1279px) {
    .content_section2 .rfq_form .dropdown-menu {
        bottom: 0
    }
}

.content_section2 .rfq_form .dropdown-menu li {
    display: block;
    width: 100%;
    vertical-align: top;
    margin: 0px !important;
    padding: 0px 5px !important
}

    .content_section2 .rfq_form .dropdown-menu li a {
        color: #fff !important;
        display: block;
        padding: 10px 10px;
        border-bottom: 1px #747477 solid
    }

        .content_section2 .rfq_form .dropdown-menu li a:hover {
            background-color: #091D7A
        }

.content_section2 .more_btn {
    padding: 10px !important;
    font-size: 1em !important;
    margin: 5px !important
}

.content_section2 .dark_blue {
    background-color: #172049;
    color: #fff !important;
    border: none;
    border-radius: 5px
}

.content_section2 .cart-title {
    background-color: #172049;
    display: block;
    color: #fff !important;
    font-size: 18px;
    padding: 10px !important
}

@media (min-width: 0px) and (max-width: 576px) {
    .content_section2 .cart-title {
        padding: 10px 10px 30px !important;
        font-size: 15px
    }
}

@media (min-width: 0px) and (max-width: 576px) {
    .content_section2 .cart-title sub.pull-right {
        padding: 10px
    }
}

@media (min-width: 0px) and (max-width: 576px) {
    .content_section2 .cart-title.rfq-quote-title {
        padding: 10px 10px 10px !important;
        font-size: 15px
    }
}

.content_section2 .cart-text {
    font-family: 400;
    font-size: 14px
}

.content_section2 .part_list.cartlist table th:nth-child(2n+1), .content_section2 .part_list.cartlist table th:nth-child(2n) {
    background-color: #172049;
    color: #fff
}

.content_section2 .part_list table tr:nth-child(odd) {
    background-color: #efefef
}

.content_section2 .part_list table th:first-child {
    border: none !important;
    border-top-left-radius: 10px !important;
    overflow: hidden
}

.content_section2 .part_list table th:last-child {
    border: none !important;
    border-top-right-radius: 10px !important;
    overflow: hidden
}

.content_section2 .career-title .h4-title {
    color: #091D7A;
    text-align: center
}

.content_section2 .careers-list {
    margin: 1rem 0 0
}

.content_section2 .accordion-button {
    background-color: #f5f5f5;
    border-color: #ddd
}

.content_section2 .accordion-body {
    background-color: #f8f8f8
}

.content_section2 .panel-body ol {
    list-style-type: circle;
    padding-left: 25px;
    text-align: justify
}

.content_section2 div#dvMsgbox {
    position: fixed;
    bottom: 2px;
    left: 2px;
    right: 2px;
    margin-bottom: 0px !important;
    text-align: center !important;
    z-index: 9999999
}

.content_section2 .alert-success {
    color: #fff !important;
    background-color: #646da2 !important;
    border-color: #00005a !important
}

.content_section2 .alert {
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 0px !important
}

.content_section2 .alert-dismissible {
    padding-right: 35px
}

.content_section2 .alert-info {
    color: #fff !important;
    background-color: #00005a8a !important;
    border-color: #00005a8a !important
}

.content_section2 .alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.content_section2 .alert-dismissable .close, .content_section2 .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.content_section2 .alert-dismissable, .content_section2 .alert-dismissible {
    padding-right: 35px
}

.content_section2 .close {
    opacity: 1 !important
}

.content_section2 .close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2
}

.content_section2 .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

@media only screen and (max-width: 990px) {
    .content_section2 .user-quotes table thead {
        display: none
    }

    .content_section2 .user-quotes table tbody tr {
        border-bottom: 3px solid #172049;
        margin-bottom: 10px
    }

        .content_section2 .user-quotes table tbody tr td {
            width: 100%;
            display: flex;
            text-align: left !important
        }

            .content_section2 .user-quotes table tbody tr td:first-child::before {
                content: "Order No:"
            }

            .content_section2 .user-quotes table tbody tr td:nth-of-type(2)::before {
                content: "Name:"
            }

            .content_section2 .user-quotes table tbody tr td:nth-child(3)::before {
                content: "Email:"
            }

            .content_section2 .user-quotes table tbody tr td:nth-child(4)::before {
                content: "Phone:"
            }

            .content_section2 .user-quotes table tbody tr td:nth-child(5)::before {
                content: "Date:"
            }

            .content_section2 .user-quotes table tbody tr td:nth-child(6)::before {
                content: "Company:"
            }

            .content_section2 .user-quotes table tbody tr td:nth-child(7)::before {
                content: "CompanyType:"
            }

            .content_section2 .user-quotes table tbody tr td:last-child::before {
                content: ""
            }

            .content_section2 .user-quotes table tbody tr td::before {
                font-weight: 600;
                margin-right: 5px;
                min-width: 130px;
                display: block;
                float: left
            }
}

@media only screen and (max-width: 990px) and (max-width: 767px) {
    .orderlist-rfq table thead {
        display: none
    }

    .orderlist-rfq table tbody tr {
        border-bottom: 3px solid #172049;
        margin-bottom: 10px
    }

        .orderlist-rfq table tbody tr td {
            width: 100%;
            display: flex;
            text-align: left !important
        }

            .orderlist-rfq table tbody tr td:first-child::before {
                content: "Part No:"
            }

            .orderlist-rfq table tbody tr td:nth-of-type(2)::before {
                content: "Manufacturer:"
            }

            .orderlist-rfq table tbody tr td:nth-child(3)::before {
                content: "NSN Number:"
            }

            .orderlist-rfq table tbody tr td:nth-child(4)::before {
                content: "Quantity:"
            }

            .orderlist-rfq table tbody tr td:nth-child(5)::before {
                content: "Target Price:"
            }

            .orderlist-rfq table tbody tr td:nth-child(6)::before {
                content: "Parts By:"
            }

            .orderlist-rfq table tbody tr td::before {
                font-weight: 500;
                margin-right: 5px;
                min-width: 130px;
                display: block;
                float: left
            }

    .pending-approval table thead {
        display: none
    }

    .pending-approval table tbody tr {
        display: block;
        border-bottom: 3px solid #172049;
        margin-bottom: 10px
    }

        .pending-approval table tbody tr td {
            width: 100%;
            display: flex;
            text-align: left !important
        }

            .pending-approval table tbody tr td:first-child::before {
                content: "#:"
            }

            .pending-approval table tbody tr td:nth-of-type(2)::before {
                content: "Name:"
            }

            .pending-approval table tbody tr td:nth-child(3)::before {
                content: "Email:"
            }

            .pending-approval table tbody tr td:nth-child(4)::before {
                content: "Phone:"
            }

            .pending-approval table tbody tr td:nth-child(5)::before {
                content: "Country:"
            }

            .pending-approval table tbody tr td:nth-child(6)::before {
                content: "Company:"
            }
            .pending-approval table tbody tr td:nth-child(7)::before {
                content: "Date:"
            }

            .pending-approval table tbody tr td:nth-child(8)::before {
                content: "Status:"
            }

            .pending-approval table tbody tr td::before {
                font-weight: 500;
                margin-right: 5px;
                min-width: 80px;
                display: block;
                float: left
            }

    .pending-approval .input-group {
        flex-direction: column;
        padding-bottom: 5px
    }

        .pending-approval .input-group .form-control {
            width: 100% !important;
            padding-bottom: 10px;
            margin-bottom: 10px
        }
}

@media (max-width: 532px) {
    .loginpage .changepass .input_line abbr {
        position: absolute;
        top: 2.3rem
    }
}

.loginpage h4 {
    border-bottom: 2px #505050 solid;
    padding: 0px 0px 10px 0px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 1.5em
}

.loginpage .rfq_form {
    padding: 15px 5px;
    width: 85%;
    margin: auto auto !important;
    overflow: visible !important
}

.login_content_section2 {
    min-height: 20em;
    padding: 10px 30px !important;
    overflow: auto;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
    margin: 10px 0px 30px 0px;
    border-radius: 10px
}

    .login_content_section2 .text-danger {
        color: #a94442;
        font-size: 10px !important
    }

    .login_content_section2 .loginpage .rfq_form {
        width: 85%;
        margin: 0 auto !important;
        overflow: visible !important
    }

        .login_content_section2 .loginpage .rfq_form label.materialinput {
            display: none
        }

        .login_content_section2 .loginpage .rfq_form input[type="text"] {
            height: 40px;
            width: 100%;
            padding: 8px 8px 8px 0px;
            border: none;
            border-bottom-color: currentcolor;
            border-bottom-style: none;
            border-bottom-width: medium;
            border-bottom: 2px #c5c7c7 solid;
            background-color: transparent !important;
            margin-top: 15px;
            outline: none
        }

        .login_content_section2 .loginpage .rfq_form input[type="Password"] {
            height: 40px;
            width: 100%;
            padding: 8px 8px 8px 0px;
            border: none;
            border-bottom-color: currentcolor;
            border-bottom-style: none;
            border-bottom-width: medium;
            border-bottom: 2px #c5c7c7 solid;
            background-color: transparent !important;
            margin-top: 15px;
            outline: none
        }

.active label.add-to-cart::before {
    background: #097BB4
}

.active label.add-to-cart::after {
    -webkit-transform: translateX(2em) translateY(-50%);
    transform: translateX(2em) translateY(-50%)
}

.chk-add-to-cart {
    visibility: hidden
}

.floating-cart-type2 {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 15px 20px;
    background-color: rgba(23,32,73,0.8);
    width: 100%;
    z-index: 1025;
    color: #fff;
    display: none;
    text-align: left
}

    .floating-cart-type2 p span {
        display: inline-block;
        margin-right: 10px
    }

.btn_go2cart {
    display: block;
    float: right;
    background-color: #097BB4 !important;
    color: #fff !important;
    padding: 10px 30px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-transform: uppercase;
    text-decoration: none !important;
    margin-top: 8px
}

.btn_go2cart {
    float: left
}

.floating-cart-type2 strong {
    font-size: 1.3em;
    display: block;
    margin-bottom: 5px;
    font-family: "Open Sans",sans-serif
}

.close_btncart {
    z-index: 1000;
    position: absolute;
    display: block;
    text-align: center;
    top: 10px;
    right: 10px;
    background-color: #097BB4;
    color: #fff !important;
    border-radius: 5px;
    padding: 5px;
    height: 34px;
    width: 34px
}

.floating-cart-type2 p {
    font-size: 0.85em;
    font-family: 'robotothin';
    margin-bottom: 4px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.btn_go2cart i {
    margin-left: 10px;
    padding: 10px 12px;
    background-color: #172049;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-right: -27px;
    margin-top: -18px;
    margin-bottom: -11px
}

.floating-cart-Save {
    position: fixed;
    bottom: 2px;
    left: 2px;
    right: 2px;
    padding: 15px 20px;
    background-color: rgba(23,32,73,0.541);
    width: 100%;
    z-index: 1000;
    color: #fff;
    display: none;
    text-align: left
}

.policy-content {
    min-height: 20em;
    padding: 10px 30px !important;
    overflow: auto;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
    margin: 10px 0px 30px 0px;
    border-radius: 10px
}

    .policy-content .message h1 {
        font-size: 18px;
        font-weight: 700
    }

    .policy-content .message ul {
        list-style: none
    }

        .policy-content .message ul li {
            font-weight: 400;
            font-size: 14px
        }

    .policy-content .message p {
        font-weight: 400;
        font-size: 14px
    }

        .policy-content .message p span {
            font-weight: 700;
            font-size: 14px
        }

.quality-content {
    min-height: 20em;
    padding: 10px 30px !important;
    overflow: auto;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
    margin: 10px 0px 30px 0px;
    border-radius: 10px
}

    .quality-content .pageTitle-inner {
        font-size: 16px;
        font-weight: 700
    }

    .quality-content ul {
        list-style: none
    }

        .quality-content ul li {
            padding: 5px
        }

            .quality-content ul li span {
                font-size: 14px;
                font-weight: 400
            }

    .quality-content p {
        font-size: 14px;
        font-weight: 400
    }

    .quality-content .quality-protocol p span {
        font-size: 16px;
        font-weight: 700
    }

.saved {
    display: block
}

@media (max-width: 1278px) {
    .saved hr {
        display: block !important
    }
}

.editing {
    display: none
}

.change {
    display: block
}

.update {
    display: none
}

a.close {
    position: absolute;
    top: 1px;
    right: 30px;
    color: inherit;
    font-size: 25px
}

.web-tools {
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 5px
}

@media (max-width: 1279px) {
    .web-tools {
        margin: 20px 0
    }
}

.web-tools .h4-title {
    font-size: 22px
}

.web-tools P {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4em
}

.web-tools .web-img {
    width: 100%;
    height: auto
}

.web-tools .web-browser {
    margin-top: 30px;
    justify-content: space-between
}

    .web-tools .web-browser .text-center p {
        text-align: center !important
    }

b.test_report_link {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    height: 100%
}

@media only screen and (min-width: 991px) {
    img.gd4-test-services {
        width: 250px
    }
}

@media only screen and (max-width: 990px) {
    img.gd4-test-services {
        width: 100%
    }
}

.dropdown {
    position: relative;
    display: inline-block
}

    .dropdown li:hover {
        background-color: #ddd
    }

.careers-list .careers-show-panel li {
    font-size: 14px;
    padding: 5px 5px;
    background-color: unset
}

    .careers-list .careers-show-panel li:hover {
        background-color: unset;
        color: unset !important
    }

a {
    color: #0468BE
}

.dropdown-item:focus, .dropdown-item:hover {
    background: #091D7A !important
}

ul.dropdown-menu.ddl-status.show {
    padding: 0 !important;
    margin-top: 4px !important
}

.card.custom_card.rfq-nsn-info h3 {
    background-color: #172049;
    color: #fff;
    font-size: 16px;
    margin-top: auto;
    margin-bottom: auto;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 5px 5px 0 0
}

.card.custom_card.rfq-nsn-info .table-responsive {
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch
}

.table-rfq-space tbody tr td {
    width: 25% !important
}

@media (max-width: 767px) {
    .table-rfq-space tbody tr td {
        width: 50% !important;
        display: block;
        float: left
    }
}

@media (max-width: 576px) {
    .table-rfq-space tbody tr td {
        width: 100% !important;
        display: block;
        float: left
    }
}

body.waiting * {
    cursor: wait
}

@media only screen and (max-width: 576px) {
    #productTable tr td {
        font-size: 14px
    }
}

#productTable tr td:last-child {
    word-break: break-word
}

@media only screen and (max-width: 576px) {
    #productTable tr td:last-child {
        font-size: 12px
    }
}

.reset-password-form .field-validation-error {
    display: block
}

@media only screen and (max-width: 1279px) {
    .card-body table tbody tr td {
        word-break: normal
    }

        .card-body table tbody tr td::before {
            display: flex !important;
            align-items: center;
            font-weight: bold !important
        }

    .user-quotes-table table thead {
        display: none
    }

    .user-quotes-table table tbody tr {
        display: block;
        border-bottom: 3px solid #172049;
        margin-bottom: 10px
    }

        .user-quotes-table table tbody tr td {
            width: 100%;
            display: flex;
            text-align: left !important
        }

            .user-quotes-table table tbody tr td:first-child::before {
                content: "#"
            }

            .user-quotes-table table tbody tr td:nth-of-type(2)::before {
                content: "Part Number::"
            }

            .user-quotes-table table tbody tr td:nth-child(3)::before {
                content: "Manufacturer:"
            }

            .user-quotes-table table tbody tr td:nth-child(4)::before {
                content: "NSN:"
            }

            .user-quotes-table table tbody tr td:nth-child(5)::before {
                content: "Availability:"
            }

            .user-quotes-table table tbody tr td:nth-child(6)::before {
                content: "Target Price:"
            }

            .user-quotes-table table tbody tr td:last-child::before {
                content: "Need Parts By:"
            }

            .user-quotes-table table tbody tr td::before {
                font-weight: bold;
                margin-right: 5px;
                min-width: 130px;
                display: block;
                float: left
            }
}

div#captcha_block {
    margin-bottom: -25px
}

@media only screen and (max-width: 576px) {
    div#captcha_block {
        margin-bottom: auto
    }
}

a.btn.custom_btn_sm.text-white.pulse {
    text-wrap: nowrap
}

#register_country_id {
    display: flex;
    justify-content: flex-end
}

    #register_country_id abbr {
        margin: 8px
    }

.page-item .page-link {
    padding: 6px
}

.cartcustemail {
    position: absolute;
    top: 45px;
    right: 0
}

@media (max-width: 768px) {
    .rfqcarttbl tbody tr td abbr {
        top: 0 !important
    }
    .aog-title {
        min-height: 80px;
    }
    .rgq-mobil {
        position: absolute;
        right: 107px;
        top: 35px;
        font-size: 10px;
        background: #0468BE;
        color: #fff !important;
        padding: 5px;
        border-radius: 5px;
        display: block !important;
    }
    ul.certifications-point li {
        display: inline-table;
        margin-right: 6px;
        width: 60px !important;
        margin-bottom: 8px;
    }

}

@media (max-width: 1179px) {
    .rfqcarttbl tbody td input:not([type=checkbox]):not([type=submit]):not([type=hidden]) {
        width: 90% !important
    }
}

@media (max-width: 576px) {
    .tbl-electronic-featured-products tr td {
        display: inline
    }
}

.register-captcha {
    margin-bottom: 0px !important
}

.reg_form_icon div .inh input {
    width: 98% !important
}

.char-data-table div .table_form tr th {
    text-wrap: nowrap
}

@media (max-width: 576px) {
    .char-data-table div .table_form tr th {
        font-size: 14px !important
    }
}

@media (max-width: 1440px) {
    .char-data-table div .table_form tr th {
        font-size: 14px !important
    }
}

@media (max-width: 576px) {
    .char-data-table div .table_form tr td {
        font-size: 10px !important
    }

   
}

@media (max-width: 1440px) {
    .char-data-table div .table_form tr td {
        font-size: 12px !important
    }
}

.file-upload-page {
    width: 100% !important
}

@media (max-width: 576px) {
    a.blog-heading {
        width: 100% !important
    }

    strong.forgot-terms-and-conditions {
        font-size: 14px !important
    }

    .login_form_spacing .inh {
        margin-top: 4px !important
    }

        .login_form_spacing .inh input {
            margin-top: 4px !important
        }

    .rgq-mobil {
        position: absolute;
        right: 107px;
        top: 35px;
        font-size: 10px;
        background: #0468BE;
        color: #fff !important;
        padding: 5px;
        border-radius: 5px;
        display: block !important;
    }


}

.fa fa-thumbs-down::before {
    content: "\f165";
    color: #cc0003
}

.forgot_captcha_block {
    margin-bottom: 0 !important
}

#ReadmoreId {
    text-wrap: nowrap;
    padding: 6px 0 !important
}

.user-request li .dropdown-item {
    color: #000
}

    .user-request li .dropdown-item:hover {
        color: #fff;
        background: #172049 !important
    }

.part-type-list {
    background-color: #F5F5F5;
    border: 1px solid #DDD
}

.part-title {
    font-size: 14px;
    margin: 0;
    padding: 10px 5px;
    background: #E3E3E3;
    padding-top: 10px
}

.fix_fsc {
    background-color: transparent;
    border: none
}

.list-unstyled {
    padding-top: 10px;
    font-size: 14px
}

.fa-trash-o {
    color: #cc0003
}

.quality-certificate-block {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px
}




.dropbtn {
    background-color: #172049;
    color: white;
    padding: 5px 6px 0;
    font-size: 12px;
    border: none;
}

.dropdown11 {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #172049;
    min-width: 160px;
    z-index: 9;
}

    .dropdown-content a {
        color: black;
        padding: 4px 16px !important;
        text-decoration: none;
        display: block;
    }

/*.dropdown-content a:hover {
            background-color: #ddd;
        }
*/
.dropdown11:hover .dropdown-content {
    display: block;
}

/*.dropdown11:hover .dropbtn {
    background-color: #3e8e41;
}
*/


.ml-20 {
    margin-left: 20px;
}


.aog-title {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    display: block;
    border-bottom: 1px solid #efefef;
    padding: 10px 0;
    margin-bottom: 10px;
}

    .aog-title img {
        text-align: center;
        display: block;
        margin: auto;
        height: 86px;
        width: 90px;
        position: relative;
        top: 0;
        z-index: 999;
        margin-bottom: 0;
    }


.padding-right-40{ padding-right:40px;
}

.learn-more {
    background-color: #172049;
    position: relative;
    font-size: 14px;
    color: #fff !important;
    z-index: 1;
    transition: 0.3s;
    padding: 5px 10px;
    /*height: 40px;*/
    border-radius: 0px;
    display: inline-flex;
    align-items: center;
    border-radius: 5px;
    white-space: nowrap; top:4px;
}

    .learn-more:hover {
        background-color: #097BB4;
    }

.rgq-mobil {
    position: absolute;
    right: 107px;
    top: 35px;
    font-size: 10px;
    background: #0468BE;
    color: #fff !important;
    padding: 5px;
    border-radius: 5px; display:none;
}

.form-group {
    width: 100%
}

    .form-group input {
        border: 0;
        padding: 10px;
        width: 100%;
        outline: none;
        background: #fff;
        font-size: 12px;
        font-weight: 400;
        border: 1px solid gainsboro
    }

@media (max-width: 1024px) {
 .form-group input {
        font-size: 10px
    }
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
    .form-group {
        width: 100%;
        padding: 0px;
        margin-bottom: 10px;
    }
}

.form-group .arrow_btn {
    background-color: #172049;
    position: relative;
    font-size: 14px;
    color: #fff !important;
    z-index: 1;
    transition: 0.3s;
    padding: 5px 10px;
    height: 40px;
    border-radius: 0px;
    display: inline-flex;
    align-items: center;
    border-radius: 5px;
    white-space: nowrap;

}


ul.certifications-point {
    text-align: center;
    display: block;
    overflow: hidden;
    list-style: none;
    padding: 0;
}

    ul.certifications-point li {
        display: inline-table;
        margin-right: 6px;
        width: 5.5%;
    }

        ul.certifications-point li:last-child {
            margin-right: 0;
        }

        ul.certifications-point li img {
            width: 100%;
        }