html {
    overflow-y: scroll;
    font-display: swap
}

a {
    color: #092a6e
}

.text-right {
    text-align: right !important
}

@media only screen and (min-width: 1199px) {
    .text-md-right {
        text-align: right !important
    }
}

.border-title {
    position: relative
}

    .border-title::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: -10px;
        height: 5px;
        width: 55px;
        background-color: #111;
        z-index: 1
    }

    .border-title::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -10px;
        height: 5px;
        width: 95%;
        max-width: 100px;
        background-color: #DBDADA
    }

.border-title-light {
    position: relative
}

    .border-title-light::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: -10px;
        height: 5px;
        width: 55px;
        background-color: #fff;
        z-index: 1
    }

    .border-title-light::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -10px;
        height: 5px;
        width: 95%;
        max-width: 100px;
        background-color: #DBDADA
    }

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none
    }

table {
    border-collapse: collapse;
    border-spacing: 0
}

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

body {
    -webkit-font-smoothing: subpixel-antialiased;
    color: #2B2B2B;
    background-color: #fff;
    font-size: 14px
}

a {
    outline: none;
    text-decoration: none;
    color: #1D479D
}

    a:hover {
        color: #95090E
    }

.bg-theme {
    background-color: #011E5A;
    color: #fff
}

.grey-bg {
    background-color: #F6F6F6 !important
}

.primary-bg {
    background-color: #011E5A
}

.font-weight-600 {
    font-weight: 600
}

.text-primary {
    color: #011E5A !important
}

.text-secoundary {
    color: #95090E !important
}

.cursor-pointer {
    cursor: pointer
}

.btn {
    text-transform: uppercase
}

.custom_btn {
    white-space: nowrap
}

.only_mobile {
    display: none
}

@media only screen and (min-width: 0px) and (max-width: 576px) {
    .only_mobile {
        display: block !important
    }
}

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

section {
    position: relative
}

.heading-section .section-title {
    font-size: 35px;
    color: #000;
    line-height: 45px;
    letter-spacing: 1px;
    display: flex
}

    .heading-section .section-title.left-border-0 {
        text-align: left
    }

        .heading-section .section-title.left-border-0::before {
            margin-right: 0;
            margin-left: 0;
            border: none !important;
            width: 0;
            height: 0
        }

        .heading-section .section-title.left-border-0::after {
            height: 25px
        }

    .heading-section .section-title::before {
        content: " ";
        display: block;
        border-bottom: 2px solid #ccc;
        height: 8px;
        width: 50px;
        margin-right: 10px
    }

    .heading-section .section-title::after {
        height: 8px;
        content: " ";
        display: block;
        border-bottom: 2px solid #ccc;
        margin-left: 10px;
        width: 50px
    }

    .heading-section .section-title span {
        color: #000;
        display: inline-block;
        font-weight: 600
    }

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

@media only screen and (min-width: 576px) and (max-width: 1024px) {
    .heading-section .section-title {
        font-size: 20px;
        line-height: 35px
    }
}

@media only screen and (max-width: 575px) {
    .heading-section .section-title {
        text-align: center;
        font-size: 20px;
        line-height: initial !important
    }
}

.heading-section p {
    color: #000;
    font-weight: 400;
    line-height: 1.6;
    margin-top: 10px
}

.custom_btn {
    background-color: #011E5A;
    color: #fff;
    font-size: 14px;
    display: inline-flex;
    justify-content: center;
    padding: 10px 20px;
    -o-object-fit: cover;
    object-fit: cover;
    transition: 0.3s;
    border-radius: 0px;
    align-items: center;
    text-transform: capitalize;
    border-radius: 8px
}

@media (max-width: 576px) {
    .custom_btn {
        padding: 5px 5px
    }
}

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

.custom_btn svg {
    width: 30px;
    margin-left: 10px
}

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

.custom_btn_secondary {
    background-color: #95090E;
    color: #fff;
    font-size: 14px;
    display: inline-flex;
    -o-object-fit: cover;
    object-fit: cover;
    transition: 0.3s;
    border-radius: 0px;
    padding: 12px 30px;
    font-size: 16px;
    align-items: center;
    border-radius: 8px
}

    .custom_btn_secondary svg {
        transform: rotate(-50deg)
    }

        .custom_btn_secondary svg #primary {
            fill: #fff
        }

@media (max-width: 1024px) {
    .custom_btn_secondary {
        padding: 10px 10px
    }
}

@media (max-width: 576px) {
    .custom_btn_secondary {
        padding: 5px 5px
    }
}

.custom_btn_secondary:hover, .custom_btn_secondary:active, .custom_btn_secondary:focus-visible {
    background-color: #011E5A !important;
    color: #fff !important
}

    .custom_btn_secondary:hover #primary, .custom_btn_secondary:active #primary, .custom_btn_secondary:focus-visible #primary {
        fill: #fff !important
    }

    .custom_btn_secondary:hover svg, .custom_btn_secondary:active svg, .custom_btn_secondary:focus-visible svg {
        transform: rotate(0deg)
    }

.custom_btn_secondary svg {
    width: 30px;
    margin-left: 10px
}

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

.custom_btn_secondary_rfq {
    background-color: #95090E;
    color: #fff;
    font-size: 14px;
    display: inline-flex;
    -o-object-fit: cover;
    object-fit: cover;
    transition: 0.3s;
    border-radius: 0px;
    padding: 5px 5px;
    font-size: 14px;
    align-items: center;
    border-radius: 8px
}

    .custom_btn_secondary_rfq svg {
        transform: rotate(-50deg)
    }

        .custom_btn_secondary_rfq svg #primary {
            fill: #fff
        }

@media (max-width: 1024px) {
    .custom_btn_secondary_rfq {
        padding: 10px 10px
    }
}

@media (max-width: 576px) {
    .custom_btn_secondary_rfq {
        padding: 5px 5px
    }
}

.custom_btn_secondary_rfq:hover, .custom_btn_secondary_rfq:active, .custom_btn_secondary_rfq:focus-visible {
    background-color: #011E5A !important;
    color: #fff !important
}

    .custom_btn_secondary_rfq:hover #primary, .custom_btn_secondary_rfq:active #primary, .custom_btn_secondary_rfq:focus-visible #primary {
        fill: #fff !important
    }

    .custom_btn_secondary_rfq:hover svg, .custom_btn_secondary_rfq:active svg, .custom_btn_secondary_rfq:focus-visible svg {
        transform: rotate(0deg)
    }

.custom_btn_secondary_rfq svg {
    width: 30px;
    margin-left: 10px
}

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

.custom_btn_primary {
    background-color: #011E5A;
    color: #fff;
    font-size: 14px;
    display: inline-flex;
    text-transform: capitalize;
    -o-object-fit: cover;
    object-fit: cover;
    transition: 0.3s;
    border-radius: 0px;
    padding: 12px 20px;
    font-size: 16px;
    white-space: nowrap;
    border-radius: 8px;
    font-weight: 600
}

    .custom_btn_primary svg {
        transform: rotate(-50deg)
    }

        .custom_btn_primary svg #primary {
            fill: #fff
        }

@media (max-width: 1199px) {
    .custom_btn_primary {
        padding: 10px 10px
    }
}

@media (max-width: 576px) {
    .custom_btn_primary {
        padding: 5px 5px
    }
}

.custom_btn_primary:hover, .custom_btn_primary:active, .custom_btn_primary:focus-visible {
    background-color: #95090E !important;
    color: #fff !important
}

    .custom_btn_primary:hover #primary, .custom_btn_primary:active #primary, .custom_btn_primary:focus-visible #primary {
        fill: #fff !important
    }

    .custom_btn_primary:hover svg, .custom_btn_primary:active svg, .custom_btn_primary:focus-visible svg {
        transform: rotate(0deg)
    }

.custom_btn_primary svg {
    width: 30px;
    margin-left: 10px;
    margin-top: 4px
}

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

.custom_btn_primary_link {
    background-color: transparent;
    color: #011E5A;
    font-size: 14px;
    display: inline-flex;
    text-transform: capitalize;
    -o-object-fit: cover;
    object-fit: cover;
    transition: 0.3s;
    border-radius: 0px;
    padding: 12px 20px;
    font-size: 16px;
    white-space: nowrap;
    border-radius: 8px;
    font-weight: 600
}

    .custom_btn_primary_link svg {
        transform: rotate(-50deg)
    }

        .custom_btn_primary_link svg #link {
            fill: #000
        }

@media (max-width: 1199px) {
    .custom_btn_primary_link {
        padding: 10px 10px
    }
}

@media (max-width: 576px) {
    .custom_btn_primary_link {
        padding: 5px 5px
    }
}

.custom_btn_primary_link:hover, .custom_btn_primary_link:active, .custom_btn_primary_link:focus-visible {
    background-color: #95090E !important;
    color: #fff !important
}

    .custom_btn_primary_link:hover #link, .custom_btn_primary_link:active #link, .custom_btn_primary_link:focus-visible #link {
        fill: #fff !important
    }

    .custom_btn_primary_link:hover svg, .custom_btn_primary_link:active svg, .custom_btn_primary_link:focus-visible svg {
        transform: rotate(0deg)
    }

.custom_btn_primary_link svg {
    width: 30px;
    margin-left: 10px;
    margin-top: -4px
}

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

.custom_btn_Secoundary_link {
    background-color: transparent;
    color: #95090E;
    font-size: 16px;
    font-weight: 600;
    text-decoration: underline;
    font-size: 600
}

    .custom_btn_Secoundary_link svg {
        transform: rotate(-50deg)
    }

        .custom_btn_Secoundary_link svg #primary {
            fill: #fff
        }

@media (max-width: 1199px) {
    .custom_btn_Secoundary_link {
        padding: 10px 10px
    }
}

@media (max-width: 576px) {
    .custom_btn_Secoundary_link {
        padding: 5px 5px
    }
}

.custom_btn_Secoundary_link:hover, .custom_btn_Secoundary_link:active, .custom_btn_Secoundary_link:focus-visible {
    color: #011E5A
}

    .custom_btn_Secoundary_link:hover #primary, .custom_btn_Secoundary_link:active #primary, .custom_btn_Secoundary_link:focus-visible #primary {
        fill: #fff !important
    }

    .custom_btn_Secoundary_link:hover svg, .custom_btn_Secoundary_link:active svg, .custom_btn_Secoundary_link:focus-visible svg {
        transform: rotate(0deg)
    }

.custom_btn_Secoundary_link svg {
    width: 30px;
    margin-left: 10px;
    margin-top: 4px
}

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

.custom_btn_white {
    background-color: #fff;
    color: #95090E;
    font-size: 14px;
    display: inline-flex;
    text-transform: capitalize;
    -o-object-fit: cover;
    object-fit: cover;
    transition: 0.3s;
    border-radius: 0px;
    padding: 12px 20px;
    font-size: 16px;
    white-space: nowrap;
    border-radius: 8px;
    font-weight: 600
}

    .custom_btn_white svg {
        transform: rotate(-50deg)
    }

@media (max-width: 1199px) {
    .custom_btn_white {
        padding: 10px 10px
    }
}

@media (max-width: 576px) {
    .custom_btn_white {
        padding: 5px 5px
    }
}

.custom_btn_white:hover, .custom_btn_white:active, .custom_btn_white:focus-visible {
    background-color: #95090E !important;
    color: #fff !important
}

    .custom_btn_white:hover #primary, .custom_btn_white:active #primary, .custom_btn_white:focus-visible #primary {
        fill: #fff !important
    }

    .custom_btn_white:hover svg, .custom_btn_white:active svg, .custom_btn_white:focus-visible svg {
        transform: rotate(0deg)
    }

.custom_btn_white svg {
    width: 30px;
    margin-left: 10px;
    margin-top: 4px
}

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

.custom_btn_secondary_sm {
    background-color: #95090E;
    color: #fff;
    font-size: 14px;
    display: inline-flex;
    border-radius: 8px;
    -o-object-fit: cover;
    object-fit: cover;
    transition: 0.3s;
    border-radius: 0px;
    padding: 5px 10px;
    font-size: 16px
}

@media (max-width: 1024px) {
    .custom_btn_secondary_sm {
        padding: 10px 10px
    }
}

@media (max-width: 576px) {
    .custom_btn_secondary_sm {
        padding: 8px 20px
    }
}

.custom_btn_secondary_sm:hover, .custom_btn_secondary_sm:active, .custom_btn_secondary_sm:focus-visible {
    background-color: #011E5A !important;
    color: #fff !important
}

.custom_btn_secondary_sm svg {
    width: 30px;
    margin-left: 10px
}

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

.custom_btn_secondary_border {
    background-color: #fff;
    color: #95090E;
    border-radius: 8px;
    font-size: 14px;
    display: inline-flex;
    -o-object-fit: cover;
    object-fit: cover;
    transition: 0.3s;
    border-radius: 0px;
    padding: 12px 30px;
    font-size: 16px
}

@media (max-width: 576px) {
    .custom_btn_secondary_border {
        padding: 5px 5px
    }
}

.custom_btn_secondary_border:hover, .custom_btn_secondary_border:active, .custom_btn_secondary_border:focus-visible {
    background-color: #95090E !important;
    color: #fff !important
}

.custom_btn_secondary_border svg {
    width: 30px;
    margin-left: 10px
}

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

.custom_btn_secondary_white {
    background-color: #fff;
    color: #011E5A;
    font-size: 14px;
    display: inline-flex;
    object-fit: cover;
    object-fit: cover;
    transition: 0.3s;
    border-radius: 0px;
    padding: 12px 30px;
    font-size: 16px;
    border: 1px solid #000;
    position: relative;
    z-index: 1
}

@media (max-width: 1576px) {
    .custom_btn_secondary_white {
        padding: 5px 15px
    }
}

@media (max-width: 576px) {
    .custom_btn_secondary_white {
        padding: 5px 5px
    }
}

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

.custom_btn_secondary_white svg {
    width: 30px;
    margin-left: 10px
}

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

.custom_btn_sm {
    background-color: #95090E;
    color: #fff;
    font-size: 14px;
    display: inline-flex;
    padding: 5px 15px;
    -o-object-fit: cover;
    object-fit: cover;
    transition: 0.3s;
    border-radius: 0px
}

@media (max-width: 576px) {
    .custom_btn_sm {
        padding: 5px 15px
    }
}

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

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

.custom_btn_sm_secoundary {
    background-color: #95090E;
    color: #fff;
    font-size: 14px;
    display: inline-flex;
    padding: 5px 15px;
    -o-object-fit: cover;
    object-fit: cover;
    transition: 0.3s;
    border-radius: 0px
}

@media (max-width: 576px) {
    .custom_btn_sm_secoundary {
        padding: 5px 15px;
        margin-top: 10px
    }
}

.custom_btn_sm_secoundary:hover, .custom_btn_sm_secoundary:active, .custom_btn_sm_secoundary:focus-visible {
    background-color: #011E5A !important;
    color: #fff !important;
    border: 1px solid #000
}

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

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

    .custom_link_btn:hover, .custom_link_btn:active, .custom_link_btn:focus-visible {
        color: #95090E !important
    }

.quote_form .custom_btn:hover, .quote_form .custom_btn:active, .quote_form .custom_btn:focus-visible {
    background-color: #011E5A !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: 20000;
    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
    }
}

.red_text {
    color: red
}

.text-secondarys {
    color: #95090E
}

@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
    }
}

.text-sm-right {
    text-align: right
}

@media (max-width: 991px) {
    .text-sm-right {
        text-align: center
    }
}

.heading-section p {
    line-height: 1.5;
    margin-bottom: 8px
}

@media (max-width: 991px) {
    .textsmright, .download-exe {
        text-align: center !important;
        margin-bottom: 5px
    }
}

@media (max-width: 991px) {
    .cd-dropdown-content, .cd-dropdown-content ul {
        padding-top: 60px
    }
}

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

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #011E5A;
    min-width: 250px;
    overflow: auto;
    z-index: 1
}

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

        .dropdown-content a:hover {
            background-color: #95090E
        }

.dropdown a:hover {
    background-color: #ddd
}

.w-20 {
    width: 10%
}

.section-title {
    display: inline-block
}

    .section-title.title-center {
        text-align: center
    }

    .section-title p.short-title {
        display: inline-block;
        margin-bottom: 0;
        font-size: 18px;
        color: #95090E
    }

@media (max-width: 991px) {
    .section-title p.short-title {
        font-size: 14px
    }
}

.section-title h2, .section-title h1 {
    font-size: 34px;
    color: #000;
    font-weight: bold
}

@media (max-width: 1440px) {
    .section-title h2, .section-title h1 {
        font-size: 26px
    }
}

@media (max-width: 991px) {
    .section-title h2, .section-title h1 {
        font-size: 24px
    }
}

@media (max-width: 667px) {
    .section-title h2, .section-title h1 {
        font-size: 18px
    }
}

.section-title .center-title {
    display: inline-flex
}

    .section-title .center-title .left-bdr {
        position: relative
    }

        .section-title .center-title .left-bdr::before {
            content: " ";
            position: absolute;
            left: -70px;
            bottom: 13px;
            height: 3px;
            width: 30px;
            background-color: #c9c9c9;
            z-index: 1
        }

@media (max-width: 991px) {
    .section-title .center-title .left-bdr::before {
        bottom: 8px
    }
}

@media (max-width: 576px) {
    .section-title .center-title .left-bdr::before {
        width: 10px;
        left: -20px
    }
}

.section-title .center-title .left-bdr::after {
    content: "";
    position: absolute;
    left: -40px;
    bottom: 13px;
    height: 3px;
    width: 30px;
    background-color: #95090E;
    z-index: 1
}

@media (max-width: 991px) {
    .section-title .center-title .left-bdr::after {
        bottom: 8px
    }
}

@media (max-width: 576px) {
    .section-title .center-title .left-bdr::after {
        width: 8px;
        left: -15px
    }
}

.section-title .center-title .right-bdr {
    position: relative
}

    .section-title .center-title .right-bdr::before {
        content: " ";
        position: absolute;
        left: 40px;
        bottom: 13px;
        height: 3px;
        width: 30px;
        background-color: #c9c9c9;
        z-index: 1
    }

@media (max-width: 991px) {
    .section-title .center-title .right-bdr::before {
        bottom: 8px
    }
}

@media (max-width: 576px) {
    .section-title .center-title .right-bdr::before {
        width: 8px;
        left: 15px
    }
}

.section-title .center-title .right-bdr::after {
    content: "";
    position: absolute;
    left: 10px;
    bottom: 13px;
    height: 3px;
    width: 30px;
    background-color: #95090E;
    z-index: 1
}

@media (max-width: 991px) {
    .section-title .center-title .right-bdr::after {
        bottom: 8px
    }
}

@media (max-width: 576px) {
    .section-title .center-title .right-bdr::after {
        width: 10px;
        left: 5px
    }
}

@media (max-width: 1284px) {
    .section-title {
        font-size: 20px
    }
}

@media (max-width: 768px) {
    .section-title {
        font-size: 16px
    }
}

.mt-70 {
    margin-top: 70px
}

@media (max-width: 667px) {
    .mt-70 {
        margin-top: 30px
    }
}

.w-98 {
    width: 98%
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #95090E !important
}

@media only screen and (min-width: 576px) and (max-width: 80000px) {
    .w-15 {
        width: 15%
    }
}

.h-45 {
    min-height: 45px
}

.nato-btn-group .nato-btn {
    margin: 10px;
    background: transparent;
    border: 1px solid #000;
    border-radius: 5px !important;
    width: 100%
}

.theme-light-gray {
    background-color: #c9c9c9
}

.capitalize {
    text-transform: capitalize
}

.btn-link-plane:hover {
    color: #95090E !important
}

.btn {
    text-transform: uppercase !important;
    border-radius: 8px
}

.uploadrfq-bg .section-title h2 {
    font-size: 20px;
    font-weight: 400
}

header .header {
    background-size: 100% 100%;
    background-size: 100% 100%;
    padding-bottom: 0;
    position: relative;
    z-index: 10
}

    header .header .container {
        max-width: 95%
    }

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

        header .header a:hover {
            color: #011E5A;
            text-decoration: none
        }

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

    header .header .top_links {
        clear: both;
        border-radius: 0px;
        padding: 10px 15px;
        padding-bottom: 0px
    }

@media only screen and (max-width: 1284px) {
    header .header .top_links {
        backdrop-filter: none !important
    }
}

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

header .header .top_links span {
    text-align: left;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: normal;
    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
}

    header .header .top_links .fix-navbar ul li a {
        text-transform: uppercase;
        font-size: 14px;
        color: #fff;
        font-weight: 500;
        border-right: 0px solid #F6F6F6;
        padding: 0 15px
    }

        header .header .top_links .fix-navbar ul li a:hover {
            color: #95090E
        }

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

header .header .head_label span {
    text-align: left;
    display: block;
    font-size: 20px;
    margin-left: 10px;
    margin-top: auto;
    margin-bottom: auto;
    font-family: "Open Sans",sans-serif;
    color: #000
}

    header .header .head_label span.text-bold {
        font-weight: bold
    }

header .header .head_label .cta {
    font-size: 14px;
    padding-bottom: 10px;
    margin-top: 0px
}

    header .header .head_label .cta a {
        color: #000;
        width: auto !important;
        font-size: 16px;
        margin-right: 10px;
        margin-left: 10px;
        text-decoration: none !important;
        position: relative;
        display: inline-block;
        font-family: "Open Sans",sans-serif;
        margin-top: auto;
        margin-bottom: auto
    }

        header .header .head_label .cta a:first-child {
            font-weight: bold
        }

            header .header .head_label .cta a:first-child i {
                font-size: 16px
            }

@media only screen and (max-width: 1279px) {
    header .header .head_label .cta a:first-child {
        border-right: none
    }
}

header .header .head_label .cta a i {
    padding: 0px 5px 0px 0px;
    color: #95090E;
    border-radius: 50%;
    padding: 10px;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
    color: #95090E
}

@media only screen and (min-width: 1279px) {
    header .header .head_label .cta a i {
        border: 1px solid #95090E
    }
}

@media only screen and (max-width: 1550px) {
    header .header .head_label .cta a i {
        height: 20px;
        width: 20px;
        font-size: 12px !important
    }
}

header .header .head_label .cta a:hover span, header .header .head_label .cta a:hover i {
    color: #95090E
}

header .header .head_label .searchBoxD {
    background-color: #ffffff;
    margin-right: 10px
}

@media (min-width: 1279px) {
    header .header .head_label .searchBoxD {
        border: 1px solid lightgray
    }
}

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

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

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: 100%;
        margin: 0px 2px 0px 15px
    }

    header .header .head_label .search_form .input_effect {
        border: none;
        background-color: transparent;
        color: #000;
        outline: none;
        min-width: 400px;
        min-height: 45px;
        padding-right: 10px;
        border-right: 1px solid #dfdfdf
    }

@media (max-width: 1440px) {
    header .header .head_label .search_form .input_effect {
        min-width: 200px
    }
}

@media (max-width: 1284px) {
    header .header .head_label .search_form .input_effect {
        min-width: 200px
    }
}

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

header .header .head_label .search_form .input_effect::placeholder {
    color: #000
}

header .header .head_label .search_form .select_holder {
    color: #000;
    display: inline-block;
    padding: 0px 10px
}

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

header .header .head_label .search_form .submit_btn {
    color: #fff;
    background-color: #011E5A;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: none;
    padding: 0px 10px;
    text-transform: uppercase;
    transition: 0.3s
}

    header .header .head_label .search_form .submit_btn:hover {
        background-color: #95090E;
        color: #fff
    }

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

    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.fixed, header .header.inner-header {
    background: rgba(255,255,255,0.71);
    box-shadow: 0 4px 30px rgba(0,0,0,0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    position: fixed !important;
    width: 100%;
    -webkit-animation-name: Animation;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
    z-index: 10;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15) !important
}

@media (max-width: 1279px) {
    header .header.fixed, header .header.inner-header {
        background: #fff
    }
}

@media (min-width: 1279px) {
    header .header.fixed, header .header.inner-header {
        top: 0
    }

    @-webkit-keyframes Animation {
        from {
            transform: translate(0, -50px)
        }

        to {
            transform: translate(0, 0vh)
        }
    }
}

header .logo {
    display: inline-block
}

@media only screen and (max-width: 1024px) {
    header .logo {
        padding: 0 10px
    }
}

header .logo img {
    margin-top: 0px
}

@media only screen and (max-width: 576px) {
    header .logo img {
        width: 280px !important;
        max-width: 280px
    }
}

header .nav_holder {
    display: block;
    overflow: visible;
    clear: both;
    background: rgba(239,239,239,0.2);
    box-shadow: 0 4px 30px rgba(0,0,0,0.1);
    backdrop-filter: blur(8.2px);
    -webkit-backdrop-filter: blur(8.2px);
    padding-right: 0
}

@media only screen and (max-width: 1279px) {
    header .nav_holder {
        padding: initial
    }
}

header .inrfq {
    background-color: #95090E;
    position: relative;
    height: auto;
    font-size: 14px;
    color: #fff !important;
    z-index: 1;
    transition: 0.3s;
    padding: 14px;
    font-weight: 500;
    border-radius: 0px;
    display: inline-flex;
    align-items: center;
    border-radius: 8px
}

    header .inrfq.rfq-secoundary {
        background-color: #011E5A
    }

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

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

header .inrfq:hover, header .inrfq:active, header .inrfq:focus-visible {
    background-color: black !important;
    color: #fff !important
}

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

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

        header .main_nav li:hover {
            background-color: #95090E !important;
            color: #fff !important
        }

            header .main_nav li:hover a {
                color: #fff !important
            }

        header .main_nav li.actmenu > a {
            background-color: #95090E !important;
            color: #fff
        }

        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: 5px;
            color: #fff
        }

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

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

@media only screen and (max-width: 1366px) {
    header .main_nav > li > a {
        font-size: 13px;
        padding: 10px 5px
    }
}

header .main_nav > li > i {
    padding-right: 6px
}

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

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

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

@media only screen and (max-width: 1366px) {
    header .main_nav > li > ul > li > a {
        font-size: 13px !important
    }
}

@media only screen and (min-width: 1366px) {
    header .main_nav > li > ul > li > a {
        font-size: 13px !important
    }
}

header .main_nav > li > ul > li > .submenu {
    position: absolute;
    left: 100%;
    top: 0;
    margin: 0px;
    padding: 0px;
    width: 300px;
    z-index: 10000;
    display: none;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15) !important
}

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

        header .main_nav > li > ul > li > .submenu > li:hover > a {
            background-color: #95090E !important
        }

        header .main_nav > li > ul > li > .submenu > li > a {
            background-color: #011E5A !important;
            display: block;
            padding: 8px 10px !important;
            color: #fff !important;
            text-align: left;
            width: 100%;
            font-family: "Open Sans",sans-serif;
            font-size: 16px !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 a {
    background-color: #95090E !important;
    color: #fff !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px
}

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

        header .main_nav > li:hover > ul > .submenu {
            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: #95090E
    }

    50% {
        left: 0px;
        right: 0px;
        background-color: #95090E
    }

    100% {
        width: 100%;
        left: 0px;
        right: 0px;
        background-color: #95090E
    }
}

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

    70% {
        left: 0px;
        right: 0px;
        background-color: #95090E
    }

    100% {
        width: 100%;
        left: 0px;
        right: 0px;
        background-color: #95090E
    }
}

@-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: 575px) {
    .custom_header header .top_links {
        padding: 5px
    }

    .custom_header header .logo {
        padding: 0 5px
    }

        .custom_header header .logo img {
            width: 230px !important
        }
}

@media (min-width: 0px) and (max-width: 1279px) {
    .custom_header header {
        margin-top: -7px
    }

        .custom_header header .header {
            padding: 0px
        }

            .custom_header header .header.fixed {
                backdrop-filter: unset;
                -webkit-backdrop-filter: unset
            }

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

@media (min-width: 0px) and (max-width: 1279px) and (max-width: 576px) {
    .custom_header header .menu_bar, .custom_header header .search_bar {
        top: 8px
    }
}

@media (min-width: 0px) and (max-width: 1279px) {
    .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;
        padding: 0
    }

        .custom_header header .head_label span {
            font-size: 14px;
            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: #fff;
            text-align: left;
            transition: 0.3s;
            padding-left: 15px;
            width: 100%;
            border-top: 1px solid #fff;
            padding-bottom: 0
        }

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

            .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 {
        display: none
    }

    .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: 20px;
        margin: 0 auto;
        left: 0px;
        right: 0px;
        position: fixed !important;
        width: 90% !important;
        height: 200px !important;
        overflow-y: scroll !important;
        text-align: center
    }

        .custom_header header .search_form .fixf {
            width: 100%;
            display: block !important;
            margin: 10px 0 !important;
            overflow-y: scroll;
            overflow-x: hidden;
            height: auto !important
        }

        .custom_header header .search_form input {
            width: 100%;
            border-bottom: 1px #F6F6F6 solid !important;
            margin-bottom: 10px;
            padding: 7px 10px;
            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;
                font-size: 15px;
                opacity: 1
            }

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

@media only screen and (min-width: 0px) and (max-width: 1279px) and (max-width: 1024px) {
    .custom_header header .search_form input {
        padding: 7px
    }
}

@media (min-width: 0px) and (max-width: 1279px) {
    .custom_header header .search_form .select_holder {
        border-left: 0px solid gray !important;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        width: 100%;
        margin-bottom: 10px;
        border-bottom: 1px #F6F6F6 solid;
        padding: 8px !important;
        padding-top: 0px !important;
        padding-left: 5px !important
    }

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

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

    .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: 350px;
            max-width: 350px;
            margin-bottom: 0px;
            margin-top: 15px
        }

    .custom_header header .nav_holder {
        background-color: #011E5A;
        display: block;
        position: fixed;
        left: 100%;
        right: -50%;
        bottom: 100%;
        top: 70px;
        padding-top: 0px;
        text-align: left;
        height: 0%;
        width: 0%;
        opacity: 1
    }

        .custom_header header .nav_holder.md-menu-view {
            width: 100%;
            display: block;
            background-color: #011E5A !important;
            border-radius: 0%;
            opacity: 1;
            left: 0;
            right: 0;
            bottom: 40px;
            top: 68px;
            height: auto
        }
}

@media only screen and (min-width: 0px) and (max-width: 1279px) and (max-width: 576px) {
    .custom_header header .nav_holder.md-menu-view {
        top: 47px
    }
}

@media (min-width: 0px) and (max-width: 1279px) {
    .custom_header header .nav_holder.md-menu-view ul {
        opacity: 1;
        left: 0%
    }

    .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 !important;
                width: 100%;
                position: relative;
                font-size: 12px
            }

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

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

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

    .custom_header header .nav_holder .main_nav {
        padding-bottom: 50px
    }

        .custom_header header .nav_holder .main_nav > li {
            margin: 5px 0
        }

            .custom_header header .nav_holder .main_nav > li:first-child {
                margin-top: 0
            }

            .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: #95090E;
                opacity: 1
            }

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

                .custom_header header .nav_holder .main_nav > li > ul > li.d-flex {
                    display: block !important
                }

                .custom_header header .nav_holder .main_nav > li > ul > li > .submenu {
                    width: 100% !important;
                    position: relative !important;
                    left: 0px !important;
                    right: 0px !important;
                    padding: 5px 0px;
                    opacity: 1
                }

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

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

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

            .custom_header header .nav_holder .main_nav > li i {
                color: #fff;
                position: absolute;
                top: 0;
                right: 10px;
                z-index: 1;
                line-height: 42px
            }

            .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: 78px
    }
}

@media only screen and (min-width: 1280px) and (max-width: 1600px) {
    header .header .logo {
        margin-top: 8px
    }

        header .header .logo img {
            width: 100%
        }

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

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

.show {
    display: block !important;
    top: 46px;
    left: 0
}

@media only screen and (min-width: 0px) and (max-width: 1279px) {
    .show {
        top: 65px;
        left: 20px;
        bottom: 5px;
        position: static;
        margin-top: -10px;
        overflow-y: scroll;
        max-height: 250px
    }
}

.categories-product .show a {
    border-bottom: 1px dashed #ffffff73;
    color: #fff;
    font-size: 14px;
    padding: 8px !important;
    text-align: left
}

    .categories-product .show a li {
        list-style-type: none
    }

.certix {
    padding: 30px 0
}

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

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

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

@media only screen and (max-width: 769px) {
    .certix .content_section .sub_title_style {
        font-size: 16px
    }
}

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

.bg-bluex {
    z-index: 11
}

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

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

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

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

.bg-bluex .nchanddown > div > div {
    background: #fff;
    box-shadow: 0 0 10px rgba(43,43,43,0.15);
    border-radius: 8px;
    border-radius: 8px;
    height: 100%;
    display: flex;
    flex-direction: column;
    margin-top: auto
}

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

    .bg-bluex .nchanddown > div > div > img {
        width: 100%;
        object-fit: cover;
        height: 100%
    }

@media only screen and (min-width: 1025px) and (max-width: 1366px) {
    .bg-bluex .nchanddown > div > div > img {
        min-height: 200px
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .bg-bluex .nchanddown > div > div > img {
        height: 200px
    }
}

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

@media (max-width: 1284px) {
    .bg-bluex .nchanddown > div > div > div {
        flex-direction: column
    }
}

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

@media only screen and (max-width: 767px) {
    .bg-bluex .nchanddown > div > div > div {
        flex-direction: column
    }
}

.bg-bluex .nchanddown > div > div .bg-bluex-txt img {
    margin-right: 10px
}

@media (max-width: 1284px) {
    .bg-bluex .nchanddown > div > div .bg-bluex-txt img {
        margin-bottom: 10px
    }
}

.bg-bluex .nchanddown > div > div .bg-bluex-txt p, .bg-bluex .nchanddown > div > div .bg-bluex-txt span, .bg-bluex .nchanddown > div > div .bg-bluex-txt li {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600
}

.bg-bluex .nchanddown > div > div .bg-bluex-txt li {
    padding-left: 0;
    list-style-type: none;
    margin-left: 25px
}

    .bg-bluex .nchanddown > div > div .bg-bluex-txt li::before {
        content: "\f111";
        font-family: FontAwesome;
        left: -20px;
        position: absolute;
        top: 0;
        color: #95090E
    }

.bg-bluex .nchanddown .nochina span {
    font-size: 18px !important;
    color: #000;
    text-align: left
}

.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
    }

@media only screen and (min-width: 1025px) and (max-width: 1366px) {
    .bg-bluex .nchanddown ul li {
        padding-left: 0;
        font-size: 14px
    }
}

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

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

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

    .bg-bluex .nchanddown .img_data_disc p {
        font-size: 13px;
        line-height: 1
    }

.home-rfq-section {
    margin-top: auto;
    margin-bottom: -30px;
    z-index: 11;
    height: 100%
}

    .home-rfq-section .home-rfq-bg {
        background-color: #95090E;
        padding: 20px;
        border-radius: 5px;
        box-shadow: 0 19px 19px 0 rgba(0,0,0,0.15)
    }

@media (max-width: 1199px) {
    .home-rfq-section {
        padding: 30px 0
    }
}

.home-rfq-section h3 {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    line-height: 3
}

@media (max-width: 1199px) {
    .home-rfq-section h3 {
        font-size: 20px;
        margin-bottom: 20px;
        text-align: center;
        line-height: 1.2
    }
}

@media (max-width: 991px) {
    .home-rfq-section h3 {
        font-size: 18px
    }
}

.home-rfq-section h4 {
    font-size: 18px;
    color: #fff;
    font-weight: bold
}

@media (max-width: 1199px) {
    .home-rfq-section h4 {
        font-size: 20px;
        margin-bottom: 20px;
        text-align: center;
        line-height: 1.2
    }
}

@media (max-width: 991px) {
    .home-rfq-section h4 {
        font-size: 18px
    }
}

.home-rfq-section input {
    min-height: 50px
}

@media (max-width: 991px) {
    .home-rfq-section input {
        margin-bottom: 10px;
        font-size: 1em
    }
}

.home-rfq-section .btn {
    background-color: #011E5A;
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    width: 100%
}

    .home-rfq-section .btn:hover {
        background-color: #011E5A !important
    }

@media (max-width: 991px) {
    .home-rfq-section .btn {
        margin: 0 auto
    }
}

.home-rfq-section .btn svg {
    width: 100%;
    height: auto;
    max-width: 60%;
    stroke: #fff
}

.full_footer {
    padding-top: 30px;
    margin-top: 10px
}

footer {
    position: relative;
    font-size: 14px;
    background-image: url(../assets/images/footer-bg.webp);
    background-position: center
}

@media only screen and (max-width: 1199px) {
    footer {
        padding: 0px 0 35px 0
    }
}

footer p {
    margin-bottom: 0
}

footer a {
    color: #000;
    font-weight: 600;
    text-decoration: none
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
    footer a {
        white-space: normal
    }
}

footer a:hover {
    color: #95090E
}

@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: 95%;
        width: 100%
    }
}

footer .map_over .address-row {
    padding: 15px
}

@media only screen and (max-width: 768px) {
    footer .map_over .address-row {
        margin-top: 10px
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    footer .map_over .download-center i {
        transform: scale(0.7)
    }
}

@media only screen and (max-width: 768px) {
    footer .map_over .download-center {
        text-align: center;
        margin-bottom: 20px
    }
}

@media only screen and (max-width: 991px) {
    footer .map_over .img_data_sec {
        margin: 10px 0
    }
}

@media only screen and (max-width: 1024px) {
    footer .map_over .img_data_sec img {
        width: 60px;
        height: auto
    }
}

footer .map_over .img_data_sec p {
    font-size: 12px;
    line-height: 2
}

@media only screen and (max-width: 1024px) {
    footer .map_over .img_data_sec p {
        font-size: 10px
    }
}

@media (max-width: 667px) {
    footer .map_over .shippment {
        padding-top: 0;
        margin-top: 35px;
        text-align: center
    }
}

footer .map_over .shippment p {
    font-size: 22px;
    margin-left: 20px;
    font-weight: 600;
    margin-top: auto;
    margin-bottom: auto
}

@media only screen and (max-width: 1366px) {
    footer .map_over .shippment p {
        font-size: 16px
    }
}

footer .map_over .payment-app-row, footer .map_over .img_data_sec, footer .map_over .nchanddown, footer .map_over .extention-text {
    min-height: 167px;
    align-items: center;
    z-index: 1;
    position: relative
}

@media (max-width: 991px) {
    footer .map_over .payment-app-row, footer .map_over .img_data_sec, footer .map_over .nchanddown, footer .map_over .extention-text {
        min-height: auto;
        margin-top: 15px;
        text-align: center
    }
}

@media (max-width: 576px) {
    footer .map_over .payment-app-row, footer .map_over .img_data_sec, footer .map_over .nchanddown, footer .map_over .extention-text {
        text-align: center
    }
}

@media (max-width: 1024px) {
    footer .map_over .nchanddown img {
        width: 80px;
        height: auto
    }
}

footer .map_over .nchanddown p {
    font-size: 18px
}

@media (max-width: 1024px) {
    footer .map_over .nchanddown p {
        font-size: 14px
    }
}

footer .map_over .nchanddown p span {
    color: #95090E;
    font-weight: 600
}

footer .map_over .payment-options {
    display: flex
}

@media (max-width: 1440px) {
    footer .map_over .payment-options {
        justify-content: center;
        align-items: center
    }
}

footer .map_over .payment-options img {
    margin: 5px;
    width: 100px
}

@media (max-width: 1440px) {
    footer .map_over .payment-options img {
        width: 50px;
        margin-bottom: 30px;
        justify-content: center;
        align-items: center
    }
}

footer .map_over .payment-app-row .payment-row {
    text-align: center;
    padding: 15px;
    font-size: 20px;
    border: 1px solid #c9c9c9;
    border-radius: 8px
}

    footer .map_over .payment-app-row .payment-row img {
        width: auto;
        height: 40px
    }

footer .map_over .payment-app-row .app-row {
    text-align: right
}

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

footer .nchanddown li {
    width: 100%;
    display: block;
    float: left;
    padding-bottom: 5px;
    padding-top: 5px;
    line-height: 1.5;
    font-size: 18px;
    display: flex;
    align-items: center
}

    footer .nchanddown li .bg-bluex-txt {
        font-size: 14px;
        padding: 0 10px
    }

        footer .nchanddown li .bg-bluex-txt p {
            font-size: 12px;
            line-height: 1
        }

        footer .nchanddown li .bg-bluex-txt span:first-child {
            color: red
        }

        footer .nchanddown li .bg-bluex-txt .bg-bluex-ul {
            padding: 15px;
            display: flex;
            flex-wrap: wrap
        }

            footer .nchanddown li .bg-bluex-txt .bg-bluex-ul li {
                padding-left: 0;
                list-style-type: none;
                font-size: 14px;
                align-items: start
            }

                footer .nchanddown li .bg-bluex-txt .bg-bluex-ul li::before {
                    content: "\f0da";
                    font-family: FontAwesome;
                    color: #011E5A;
                    position: relative;
                    right: 10px
                }

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

@media (max-width: 767px) {
    footer .footer_nav {
        text-align: left
    }
}

footer .footer_nav li {
    width: 100%;
    display: flex;
    padding-bottom: 5px;
    padding-top: 5px;
    line-height: 1.7;
    font-size: 14px
}

    footer .footer_nav li::before {
        content: '\f054';
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal
    }

    footer .footer_nav li a {
        margin-left: 10px;
        color: #333333
    }

        footer .footer_nav li a:hover {
            color: #95090E
        }

footer address {
    font-style: normal;
    line-height: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    border-radius: 5px
}

@media only screen and (max-width: 1199px) {
    footer address {
        justify-content: space-between
    }
}

@media (max-width: 991px) {
    footer address {
        flex-direction: column
    }
}

@media only screen and (max-width: 667px) {
    footer address {
        margin-bottom: 0px;
        padding: 5px 0
    }
}

footer address p {
    color: #000;
    padding: 0;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    width: 100%
}

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

    footer address p a {
        color: #fff;
        text-decoration: none;
        font-weight: 600;
        font-size: 22px
    }

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

@media only screen and (max-width: 991px) {
    footer address p {
        justify-content: center
    }
}

footer address p.bigcall a {
    font-weight: 600
}

footer address .footer-detail {
    color: #000;
    padding: 0;
    font-size: 18px;
    font-weight: 600;
    display: flex
}

@media (max-width: 991px) {
    footer address .footer-detail {
        margin-bottom: 16px
    }
}

footer address .footer-detail p {
    font-weight: bold;
    margin-bottom: 0;
    font-size: 32px;
    line-height: 25px
}

@media only screen and (max-width: 1440px) {
    footer address .footer-detail p {
        font-size: 22px
    }
}

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

footer address .footer-detail a, footer address .footer-detail span, footer address .footer-detail p {
    font-size: 16px;
    margin-top: auto;
    margin-bottom: auto
}

@media only screen and (max-width: 1440px) {
    footer address .footer-detail a, footer address .footer-detail span, footer address .footer-detail p {
        font-size: 18px
    }
}

@media only screen and (max-width: 1366px) {
    footer address .footer-detail a, footer address .footer-detail span, footer address .footer-detail p {
        font-size: 14px;
        margin-top: auto;
        margin-bottom: auto
    }
}

footer address .footer-detail a:hover {
    color: #000
}

footer address .bg-footer-contact {
    min-height: 300px;
    background-image: url(../assets/images/footer-contact-bg.webp);
    background-position: bottom;
    background-repeat: no-repeat;
    padding: 30px;
    border-radius: 8px
}

@media only screen and (max-width: 1199px) {
    footer address .bg-footer-contact {
        min-height: auto;
        background-size: cover;
        background-position: center
    }
}

@media only screen and (max-width: 1024px) {
    footer address .bg-footer-contact {
        margin-top: 10px
    }
}

footer address .bg-footer-contact .footer-detail {
    margin-top: 20px;
    font-size: 20px;
    margin-bottom: 20px;
    color: #fff
}

    footer address .bg-footer-contact .footer-detail span {
        color: #fff
    }

    footer address .bg-footer-contact .footer-detail i {
        font-size: 16px;
        color: #fff;
        margin-right: 13px;
        margin-top: 5px
    }

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

footer .downloadBrowExt .extention-text {
    width: 100%;
    font-size: 14px;
    line-height: normal;
    border: 1px solid #c9c9c9;
    padding: 25px 20px;
    border-radius: 7px
}

@media only screen and (max-width: 667px) {
    footer .downloadBrowExt .extention-text {
        text-align: center
    }
}

footer .downloadBrowExt .extention-text h4 {
    border-radius: 7px;
    font-size: 18px;
    color: #000 !important;
    color: #fff
}

footer .downloadBrowExt .extention-text p {
    font-size: 14px;
    text-align: justify;
    margin-bottom: 13px;
    padding-top: 0;
    font-weight: 500
}

@media (max-width: 767px) {
    footer .downloadBrowExt .extention-text p {
        text-align: center;
        width: 100%
    }
}

footer .downloadBrowExt img {
    object-fit: contain;
    padding: 5px
}

footer .downloadBrowExt .custom_btn_secondary {
    font-weight: 600
}

@media only screen and (min-width: 991px) and (max-width: 1279px) {
    footer .downloadBrowExt {
        flex-direction: column
    }

        footer .downloadBrowExt img {
            width: fit-content;
            margin: 0 auto
        }
}

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

    footer .footer_line p {
        color: #000;
        padding-bottom: 0px;
        display: block;
        margin: 0 auto;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.8
    }

        footer .footer_line p a {
            color: #000;
            font-size: 12px
        }

footer .footer-title {
    color: #000;
    font-size: 18px;
    margin-bottom: 10px;
    display: block;
    font-weight: 600
}

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

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

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

    footer address p {
        font-size: 18px
    }

    footer .footer_nav li {
        font-size: 16px
    }

    footer .download-exe {
        text-align: left
    }

    footer .downloadBrowExt img {
        object-fit: contain;
        width: 100%;
        height: auto;
        max-width: 35px
    }
}

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

    footer address p {
        font-size: 14px
    }

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

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

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

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

.sprite-apple-store {
    width: 138px;
    height: 40px;
    background-position: -59px -61px
}

.sprite-asap-small {
    width: 96px;
    height: 27px;
    background-position: -211px -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 -115px
}

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

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

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

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

.sprite-pwo06 {
    width: 90px;
    height: 90px;
    background-position: -105px -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
}

.inner-header .header {
    background-color: #fff
}

.header {
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075) !important
}

.container {
    max-width: 98% !important
}

.container-fluid {
    padding: 0 25px
}

.breadcrumb {
    border-bottom: 1px solid #ddd;
    width: 100%;
    padding: 5px 0px;
    color: #2B2B2B;
    font-size: 14px;
    font-weight: 400
}

@media (max-width: 576px) {
    .breadcrumb {
        font-size: 14px;
        margin-top: 0;
        margin-bottom: 0
    }

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

.breadcrumb a {
    color: #2B2B2B
}

    .breadcrumb a:hover {
        color: #95090E
    }

.about-us h2 {
    font-size: 18px
}

.about-us ul li {
    list-style-type: disc
}

.about-us p {
    text-align: justify
}

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

@media (max-width: 1199px) {
    .thank-you-section {
        padding: 40px 0 0
    }
}

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

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

.thank-you-section .message .thanks-images {
    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 {
    font-size: 16px
}

    .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
    }
}

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

.sitemap-section .site_map_list a {
    color: #011E5A;
    margin-top: 10px;
    border: 1px solid #011E5A;
    padding: 5px 15px;
    border-radius: 5px;
    margin-bottom: 10px;
    display: inline-block
}

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

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

    .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: -29px;
            width: 2rem;
            height: 1px;
            background: #011E5A
        }

        .sitemap-section .site_map_list ul li ul {
            margin-top: -10px;
            border-left: 1px solid #011E5A;
            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: -29px;
                    width: 2rem;
                    height: 1px;
                    background: #011E5A
                }

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

    .part-types-section .partstypesresp_ a {
        text-transform: capitalize
    }

@media (max-width: 991px) {
    .part-types-section .page-inner-txt {
        font-size: 14px
    }
}

.part-types-section .pageTitle-inner {
    font-size: 20px;
    color: #011E5A;
    font-weight: 600
}

@media (max-width: 1366px) {
    .part-types-section .pageTitle-inner {
        font-size: 18px;
        margin-top: 10px
    }
}

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

.part-types-section .pageTitle-inner-inner {
    font-size: 22px;
    color: #000;
    font-weight: 600
}

@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-innert {
    font-size: 1.2em;
    margin-bottom: 20px;
    color: #fff !important;
    background-color: #011E5A !important;
    padding: 12px;
    margin-top: 17px;
    border-top-right-radius: 10px !important;
    border-top-left-radius: 10px !important;
    margin: 0;
    font-weight: 600
}

.part-types-section .main_paging {
    text-align: right
}

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

@media (max-width: 667px) {
    .part-types-section .main_paging {
        margin-top: 10px
    }
}

.part-types-section .main_paging .open > .dropdown-menu {
    background: #CECECE;
    color: #2B2B2B;
    top: 26px;
    border-radius: 8px;
    display: inline-flex;
    justify-content: space-between;
    left: 0;
    padding: 2px;
    font-size: 14px
}

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

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

    .part-types-section .main_paging .open.actl > .dropdown-menu li a:hover {
        color: #95090E;
        font-weight: 600
    }

.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: 13px;
        border: 1px solid #011E5A;
        border-radius: 8px
    }

@media (max-width: 576px) {
    .part-types-section .main_paging .pager > li:last-child {
        margin-top: 10px
    }
}

.part-types-section .main_paging .pager > li a {
    color: #2B2B2B;
    border-radius: 8px;
    padding: 0 5px
}

.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 .tech-chr-table .card-header {
    background-color: #011E5A;
    padding: 0px 5px
}

    .part-types-section .content-section-innner .tech-chr-table .card-header .table-title {
        padding: 10px 10px;
        color: #fff;
        font-size: 16px;
        margin-top: auto;
        margin-bottom: auto
    }

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

.part-types-section .content-section-innner .custom-grid {
    column-count: 2;
    column-width: 50%
}

.part-types-section .content-section-innner .blog-pagination, .part-types-section .content-section-innner .custom-pagination {
    font-weight: 500;
    padding-top: 14px
}

    .part-types-section .content-section-innner .blog-pagination .active .page-link, .part-types-section .content-section-innner .custom-pagination .active .page-link {
        background-color: #95090E;
        color: #fff;
        border-color: #95090E
    }

    .part-types-section .content-section-innner .blog-pagination .page-link, .part-types-section .content-section-innner .custom-pagination .page-link {
        margin: 0 3px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center
    }

        .part-types-section .content-section-innner .blog-pagination .page-link.active, .part-types-section .content-section-innner .custom-pagination .page-link.active {
            background-color: #95090E;
            color: #fff;
            border-color: #95090E
        }

@media (max-width: 767px) {
    .part-types-section .content-section-innner .blog-pagination .pagination, .part-types-section .content-section-innner .custom-pagination .pagination {
        display: flex;
        align-items: center;
        justify-content: center
    }
}

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

        .part-types-section .content-section-innner .blog-pagination .pagination, .part-types-section .content-section-innner .custom-pagination .pagination {
            margin: 10px 0
        }

            .part-types-section .content-section-innner .blog-pagination .pagination .page-link, .part-types-section .content-section-innner .custom-pagination .pagination .page-link {
                padding: 4px !important
            }
}

@media (max-width: 1370px) {
    .part-types-section .content-section-innner .blog-pagination .page-link, .part-types-section .content-section-innner .custom-pagination .page-link {
        font-size: 14px;
        padding: 7px 8px
    }

    .part-types-section .content-section-innner .blog-pagination .custom_btn, .part-types-section .content-section-innner .custom-pagination .custom_btn {
        padding: 7px 20px
    }
}

.part-types-section .content-section-innner .custom_card {
    border-radius: 8px;
    overflow: hidden
}

    .part-types-section .content-section-innner .custom_card .table-title {
        margin-bottom: 0;
        font-size: 18px;
        margin-top: auto;
        margin-bottom: auto;
        font-weight: 500
    }

@media (max-width: 1284px) {
    .part-types-section .content-section-innner .custom_card .table-title {
        font-size: 16px !important
    }
}

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

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

.part-types-section .content-section-innner .custom_card .card-header {
    padding: 3px 10px;
    background-color: #011E5A;
    color: #fff;
    min-height: 40px;
    border: none
}

@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: #95090E
}

    .part-types-section .content-section-innner .custom_card .card-header a:hover {
        background: #95090E
    }

@media (max-width: 576px) {
    .part-types-section .content-section-innner .custom_card .card-header a {
        text-align: center;
        padding: 0;
        margin-top: 10px
    }

        .part-types-section .content-section-innner .custom_card .card-header a.btn-link {
            padding: 6px 12px;
            margin-top: 0
        }
}

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

@media (max-width: 768px) {
    .part-types-section .content-section-innner .custom_card .card-body a.custom_btn_sm {
        margin: 0 auto
    }
}

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

    .part-types-section .content-section-innner .custom_card .card-body table thead th {
        font-weight: 500;
        border-left: 1px solid #efefef
    }

    .part-types-section .content-section-innner .custom_card .card-body table tr td {
        border: 1px solid #efefef;
        vertical-align: middle;
        text-transform: capitalize
    }

@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: #1D479D;
    font-size: 14px;
    white-space: normal
}

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

.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 ul li {
    padding: 5px 10px
}

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

.part-types-section .content-section-innner .custom_card .card-body .niin-list-table table td {
    width: 50% !important;
    float: left
}

.part-types-section .content-section-innner .custom_card .card-body .manufacturer-details .outer_cust_data {
    width: 100%;
    margin-right: 0
}

    .part-types-section .content-section-innner .custom_card .card-body .manufacturer-details .outer_cust_data span:first-child {
        min-width: 130px
    }

.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.table_form tr th, .part-types-section .content-section-innner .custom_card table.table_form tr td {
        border: 1px solid #efefef;
        padding: 5px
    }

    .part-types-section .content-section-innner .custom_card table.table_form tr th {
        font-weight: bold
    }

    .part-types-section .content-section-innner .custom_card table.table_form tr td {
        vertical-align: middle;
        font-size: 14px
    }

@media only screen and (max-width: 767px) {
    .part-types-section .content-section-innner .custom_card .card-body table tbody tr {
        display: block
    }

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

    .part-types-section .content-section-innner .custom_card .card-body .niin-list-table table tbody tr {
        border: 0px
    }

        .part-types-section .content-section-innner .custom_card .card-body .niin-list-table table tbody tr td {
            width: 50% !important;
            float: left
        }

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

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

        .part-types-section .content-section-innner .custom_card .card-body.manufacturer-table table tbody tr td, .part-types-section .content-section-innner .custom_card .card-body.aircraft-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:first-child::before, .part-types-section .content-section-innner .custom_card .card-body.aircraft-table table tbody tr td:first-child::before {
                content: "Part No.:"
            }

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

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

            .part-types-section .content-section-innner .custom_card .card-body.manufacturer-table table tbody tr td:last-child::before, .part-types-section .content-section-innner .custom_card .card-body.aircraft-table table tbody tr td:last-child::before {
                content: none
            }

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

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

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

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

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

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

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

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

            .part-types-section .content-section-innner .custom_card .card-body.aviation-standards table tbody tr td:nth-child(3)::before {
                content: "QTY:";
                font-weight: bold;
                text-align: left
            }

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

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

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

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

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

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

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

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

            .part-types-section .content-section-innner .custom_card .card-body.aviation-part-type-inner-table table tbody tr td:nth-child(4)::before {
                content: "QTY:";
                font-weight: bold;
                text-align: left
            }

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

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

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

    .part-types-section .content-section-innner .custom_card .card-body.connector-manufacturers-inner-table table tbody tr {
        display: block;
        border-bottom: 3px solid #011E5A;
        margin-bottom: 10px
    }

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

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

            .part-types-section .content-section-innner .custom_card .card-body.connector-manufacturers-inner-table table tbody tr td:nth-child(2)::before {
                content: "Part Type:";
                font-weight: bold
            }

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

            .part-types-section .content-section-innner .custom_card .card-body.connector-manufacturers-inner-table table tbody tr td:nth-child(4)::before {
                content: "QTY:";
                font-weight: bold;
                text-align: left
            }

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

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

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

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

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

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

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

            .part-types-section .content-section-innner .custom_card .card-body.connector-part-type-inner-table table tbody tr td:nth-child(3)::before {
                content: "QTY:";
                font-weight: bold;
                text-align: left
            }

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

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

    .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 #011E5A;
        margin-bottom: 10px
    }

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

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-engine-parts table tbody tr td:first-child::before {
                content: "Part No.:";
                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: "Manufacturer:";
                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-child(4)::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(5)::before {
                content: "QTY:";
                font-weight: bold;
                text-align: left
            }

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

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

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

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

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

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-windows-parts table tbody tr td:first-child::before {
                content: "Part No.:";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-windows-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-windows-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-windows-parts table tbody tr td:nth-child(4)::before {
                content: "Aircraft Model:";
                font-weight: bold
            }

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

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

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

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

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

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

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-instruments-and-avionics-parts table tbody tr td:first-child::before {
                content: "Part No.:";
                font-weight: bold
            }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-instruments-and-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-instruments-and-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-instruments-and-avionics-parts table tbody tr td:nth-child(4)::before {
                content: "QTY:";
                font-weight: bold;
                text-align: left
            }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

            .part-types-section .content-section-innner .custom_card .card-body.nsn-part-type-inner-table table tbody tr td:first-child::before {
                content: "Part No.:"
            }

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

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

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

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

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

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

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

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

            .part-types-section .content-section-innner .custom_card .card-body.fsc-inner-part-listing-table table tbody tr td:first-child::before {
                content: "Part No.:"
            }

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

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

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

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

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

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

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

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

        .part-types-section .content-section-innner .custom_card .card-body.nsn-manufacturers-inner-table table tbody tr td {
            width: 100%;
            display: flex
        }

            .part-types-section .content-section-innner .custom_card .card-body.nsn-manufacturers-inner-table table tbody tr td:first-child::before {
                content: "Part No.:"
            }

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

            .part-types-section .content-section-innner .custom_card .card-body.nsn-manufacturers-inner-table table tbody tr td:nth-child(3)::before {
                content: "Item Name:"
            }

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

            .part-types-section .content-section-innner .custom_card .card-body.nsn-manufacturers-inner-table table tbody tr td:last-child::before {
                content: none
            }

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

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

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

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

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

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

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

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

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

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

    .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 #011E5A;
        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 No.:"
            }

            .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(3)::before {
                content: "Part Description :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.civil-aviation-search-table table tbody tr td:nth-child(4)::before {
                content: "Component Type:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.civil-aviation-search-table table tbody tr td:last-child::before {
                content: none
            }

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

    .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 #011E5A;
        margin-bottom: 10px
    }

        .part-types-section .content-section-innner .custom_card .card-body.nsn-parts-inner table tbody tr td {
            width: 100%;
            display: flex
        }

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

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

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

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

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

            .part-types-section .content-section-innner .custom_card .card-body.nsn-parts-inner table tbody tr td::before {
                font-weight: 700;
                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 #011E5A;
        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:first-child::before {
                content: "Part No.:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.category-table table tbody tr td:nth-of-type(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:last-child::before {
                content: none
            }

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

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

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

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

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

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

            .part-types-section .content-section-innner .custom_card .card-body.pma-list-table table tbody tr td:nth-of-type(3)::before {
                content: "Holder Name :"
            }

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

            .part-types-section .content-section-innner .custom_card .card-body.pma-list-table table tbody tr td:last-child::before {
                content: "Make/Model"
            }

            .part-types-section .content-section-innner .custom_card .card-body.pma-list-table table tbody tr td::before {
                font-weight: 700;
                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 #011E5A;
        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:first-child::before {
                content: "Part No.:"
            }

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

            .part-types-section .content-section-innner .custom_card .card-body.fsc-part-listing table tbody tr td:nth-of-type(3)::before {
                content: "Item Name :"
            }

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

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

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

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

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

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

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

            .part-types-section .content-section-innner .custom_card .card-body.fsc-inner-part-listing-table table tbody tr td:first-child::before {
                content: "Part No.:"
            }

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

            .part-types-section .content-section-innner .custom_card .card-body.fsc-inner-part-listing-table table tbody tr td:nth-of-type(3)::before {
                content: "Item Name :"
            }

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

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

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

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

            .part-types-section .content-section-innner .custom_card .card-body.fsc-inner-part-listing-table table tbody tr td::before {
                font-weight: 700;
                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 #011E5A;
        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:first-child::before {
                content: "Part No.:"
            }

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

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

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

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

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

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

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

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

        .part-types-section .content-section-innner .custom_card .card-body.part-listing-inner-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-inner-table table tbody tr td:first-child::before {
                content: "Part No.:"
            }

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

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

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

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

            .part-types-section .content-section-innner .custom_card .card-body.part-listing-inner-table table tbody tr td:last-child {
                justify-content: center
            }

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

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

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

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

        .part-types-section .content-section-innner .custom_card .card-body.tso-parts-table 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 table tbody tr td:first-child::before {
                content: "TSO No. :"
            }

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

            .part-types-section .content-section-innner .custom_card .card-body.tso-parts-table table tbody tr td:nth-of-type(3)::before {
                content: "TSO Title :"
            }

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

            .part-types-section .content-section-innner .custom_card .card-body.tso-parts-table table tbody tr td:last-child::before {
                content: "Part Model No./Name :"
            }

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

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

    .part-types-section .content-section-innner .custom_card .card-body.cage-code-inner table tbody tr {
        display: block;
        border-bottom: 3px solid #011E5A;
        margin-bottom: 10px
    }

        .part-types-section .content-section-innner .custom_card .card-body.cage-code-inner table tbody tr td {
            width: 100%;
            display: flex
        }

            .part-types-section .content-section-innner .custom_card .card-body.cage-code-inner table tbody tr td:first-child::before {
                content: "Part No.:"
            }

            .part-types-section .content-section-innner .custom_card .card-body.cage-code-inner table tbody tr td:nth-of-type(2)::before {
                content: "Item Name :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.cage-code-inner table tbody tr td:nth-of-type(3)::before {
                content: "NSN :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.cage-code-inner table tbody tr td:last-child {
                justify-content: center
            }

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

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

    .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 #011E5A;
        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:first-child::before {
                content: "Part No.:"
            }

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

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-hydraulic-fittings table tbody tr td:nth-of-type(3)::before {
                content: "Category :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-hydraulic-fittings table tbody tr td:last-child {
                justify-content: center
            }

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

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

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

    .part-types-section .content-section-innner .custom_card .card-body.fixed-base-operators table tbody tr {
        display: block;
        border-bottom: 3px solid #011E5A;
        margin-bottom: 10px
    }

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

            .part-types-section .content-section-innner .custom_card .card-body.fixed-base-operators table tbody tr td:first-child::before {
                content: "FBO Name :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.fixed-base-operators table tbody tr td:nth-of-type(2)::before {
                content: "IATA ICAO :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.fixed-base-operators table tbody tr td:nth-of-type(3)::before {
                content: "Airport/City :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.fixed-base-operators table tbody tr td:nth-of-type(4)::before {
                content: "AVCARD Accepted :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.fixed-base-operators table tbody tr td:nth-of-type(5)::before {
                content: "Contract Fuel :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.fixed-base-operators table tbody tr td:nth-of-type(6)::before {
                content: "Alliance Card Accepted :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.fixed-base-operators table tbody tr td:last-child::before {
                content: "WFS In Network :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.fixed-base-operators table tbody tr td::before {
                font-weight: 700;
                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 #011E5A;
        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:first-child::before {
                content: "Part No.:"
            }

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

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

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

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

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

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

            .part-types-section .content-section-innner .custom_card .card-body.aircraft-engine-mounts table tbody tr td::before {
                font-weight: 700;
                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 #011E5A;
        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:first-child::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: "Manufacturer :"
            }

            .part-types-section .content-section-innner .custom_card .card-body.ata-chapters-table table tbody tr td:nth-of-type(3)::before {
                content: "ATA Chapters :"
            }

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

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

            .part-types-section .content-section-innner .custom_card .card-body.ata-chapters-table table tbody tr td:nth-child(6)::before {
                content: "Date Approved :"
            }

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

            .part-types-section .content-section-innner .custom_card .card-body.ata-chapters-table table tbody tr td::before {
                font-weight: 700;
                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 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 #011E5A;
        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 No.:"
            }

            .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-of-type(3)::before {
                content: "Boeing Applicability:"
            }

            .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: none
            }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (max-width: 390px) {
    .part-types-section .content-section-innner .custom_card .card-body table tbody tr td {
        display: flex
    }
}

@media (min-width: 1279px) {
    .part-types-section .content-section-innner .pagination {
        justify-content: flex-end
    }
}

@media only screen and (max-width: 767px) {
    .part-types-section .content-section-innner .table-responsive.air-charter-inner table thead {
        display: none
    }

    .part-types-section .content-section-innner .table-responsive.air-charter-inner table tbody tr {
        display: block;
        border-bottom: 3px solid #011E5A;
        margin-bottom: 10px
    }

        .part-types-section .content-section-innner .table-responsive.air-charter-inner table tbody tr td {
            width: 100%;
            display: flex;
            text-align: left !important
        }

            .part-types-section .content-section-innner .table-responsive.air-charter-inner table tbody tr td:first-child::before {
                content: "Operator Name :"
            }

            .part-types-section .content-section-innner .table-responsive.air-charter-inner table tbody tr td:nth-of-type(2)::before {
                content: "Address:"
            }

            .part-types-section .content-section-innner .table-responsive.air-charter-inner table tbody tr td:last-child::before {
                content: "Max Runway:"
            }

            .part-types-section .content-section-innner .table-responsive.air-charter-inner table tbody tr td::before {
                font-weight: 600;
                margin-right: 5px;
                min-width: 130px;
                display: block;
                float: left
            }
}

.part-types-section .related_components-card .card-header {
    background-color: #fff
}

.part-types-section .related_components-card .related_components-section {
    background-color: #f6f6f6;
    border-radius: 5px
}

    .part-types-section .related_components-card .related_components-section .related_components a {
        text-align: center;
        font-size: 16px;
        font-weight: 600
    }

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

.part-types-section .related_components-card .related_components-section .related_components ul {
    padding: 10px 0px;
    margin-bottom: 0;
    border-bottom: 1px dashed #dadada;
    width: 100%;
    height: 100%
}

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

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

@media (max-width: 768px) {
    .part-types-section .partstypesresp_ table tbody tr td {
        display: block;
        border-bottom: 1px solid #ddd
    }
}

.part-types-section .form_holder {
    background-color: #95090E;
    padding: 20px 10px;
    border-radius: 8px;
    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: 16px;
        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
    }
}

.listed-parts {
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075) !important;
    margin-top: 20px;
    border-radius: 8px;
    border: 1px solid #efefef;
    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: 10px 0;
        list-style: square;
        color: #011E5A
    }

        .listed-parts.certificate-block .list-group .list-group-item::marker {
            color: #95090E
        }

        .listed-parts.certificate-block .list-group .list-group-item i {
            padding: 5px
        }

.listed-parts.certificate-block .list-head {
    background-color: #011E5A;
    color: #fff
}

.listed-parts .list-head {
    font-size: 16px;
    background-color: #011E5A;
    margin-bottom: 0;
    padding: 10px;
    color: #fff
}

@media only screen and (max-width: 1366px) {
    .listed-parts .list-head {
        font-size: 14px
    }
}

.listed-parts .list-group .border-radius-0 {
    border-radius: 0
}

.listed-parts .list-group li {
    font-size: 14px;
    border: 0
}

    .listed-parts .list-group li a {
        color: #1D479D
    }

    .listed-parts .list-group li .btn {
        color: #fff
    }

.listed-parts .list-group .list-group-main {
    color: #95090E !important;
    padding: 10px 0;
    display: list-item;
    border-bottom: 1px dashed #ddd
}

    .listed-parts .list-group .list-group-main i {
        padding: 5px
    }

.listed-parts .list-group .list-group-item.text-center {
    background-color: #CECECE;
    border-top: 1px solid #efefef
}

.aviation-rfq-section p {
    font-size: 14px;
    text-align: justify
}

@media only screen and (max-width: 667px) {
    .aviation-rfq-section .cagecodeinner td, .aviation-rfq-section .cagecodeinner th {
        display: block
    }
}

.aviation-rfq-section .manufacturer-details .outer_cust_data {
    padding: 3px 0px 3px;
    width: 100%;
    border-bottom: 1px solid #efefef;
    font-weight: 600;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 95%
}

@media (max-width: 768px) {
    .aviation-rfq-section .manufacturer-details .outer_cust_data {
        flex-direction: row;
        width: 100%
    }
}

.aviation-rfq-section .manufacturer-details .outer_cust_data span {
    padding-bottom: 5px
}

.aviation-rfq-section .manufacturer-details .outer_cust_data a {
    color: #1D479D
}

@media (max-width: 576px) {
    .aviation-rfq-section .manufacturer-details .outer_cust_data a {
        white-space: pre-wrap
    }
}

@media (max-width: 576px) {
    .aviation-rfq-section .manufacturer-details .outer_cust_data {
        font-size: 14px;
        padding: 10px 5px;
        display: block
    }
}

.aviation-rfq-section .manufacturer-details .outer_cust_data ul {
    padding-left: 0
}

    .aviation-rfq-section .manufacturer-details .outer_cust_data ul li {
        list-style: none;
        font-weight: 500;
        margin-bottom: 10px;
        font-size: 14px
    }

.aviation-rfq-section .manufacturer-details .outer_cust_data.applicable-section {
    padding: 10px 0 !important;
    border: none;
    font-weight: 500
}

    .aviation-rfq-section .manufacturer-details .outer_cust_data.applicable-section ul {
        padding-left: 20px !important
    }

        .aviation-rfq-section .manufacturer-details .outer_cust_data.applicable-section ul li {
            list-style-type: disc !important
        }

.aviation-rfq-section .manufacturer-details .discriptions-section {
    margin-top: 10px;
    border-top: 1px solid #efefef;
    padding-top: 10px
}

    .aviation-rfq-section .manufacturer-details .discriptions-section p {
        margin-bottom: 0;
        text-align: justify
    }

        .aviation-rfq-section .manufacturer-details .discriptions-section p span {
            color: green;
            font-weight: 600
        }

.aviation-rfq-section .manufacturer-details.upload-rfq-block {
    display: block
}

    .aviation-rfq-section .manufacturer-details.upload-rfq-block .file-drop-area {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        max-width: 100%;
        padding: 25px;
        border: 1px dashed rgba(1,30,90,0.4);
        border-radius: 3px;
        transition: 0.2s
    }

        .aviation-rfq-section .manufacturer-details.upload-rfq-block .file-drop-area .fake-btn {
            flex-shrink: 0;
            background-color: #95090E;
            border: 1px solid #fff;
            color: #fff;
            border-radius: 3px;
            padding: 8px 15px;
            margin-right: 10px;
            font-size: 12px;
            text-transform: uppercase
        }

        .aviation-rfq-section .manufacturer-details.upload-rfq-block .file-drop-area .file-msg {
            font-size: small;
            font-weight: 400;
            line-height: 1.4;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis
        }

        .aviation-rfq-section .manufacturer-details.upload-rfq-block .file-drop-area .file-input {
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 100%;
            cursor: pointer;
            opacity: 0
        }

    .aviation-rfq-section .manufacturer-details.upload-rfq-block .fw-bold {
        text-align: center !important
    }

.custom-form-effect input[type="email"], .custom-form-effect input[type="tel"], .custom-form-effect input[type="text"], .custom-form-effect textarea {
    height: 35px;
    width: 100%;
    border: none;
    border-bottom: 1px #efefef 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: 14px;
    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;
    color: #2B2B2B
}

.custom-form-effect .thanks-form input {
    min-height: 50px;
    background-color: #fff
}

.custom-form-effect .thanks-form .move_up {
    top: -25px
}

.custom-form-effect .thanks-form .custom-bg-white {
    background-color: #efefef !important
}

.custom-form-effect .thanks-form .custom-bg-gray {
    background-color: #F6F6F6 !important
}

.custom-form-effect .move_up {
    position: absolute;
    margin-top: 0px;
    opacity: 1;
    padding-left: 5px
}

.custom-form-effect .tpage {
    position: relative
}

    .custom-form-effect .tpage input {
        margin: 0;
        border-bottom: 1px dotted #efefef;
        font-size: 14px;
        border-radius: 8px;
        margin-bottom: 10px;
        padding: 0 10px
    }

    .custom-form-effect .tpage .materialinput {
        display: none
    }

.custom-form-effect .quote_form input {
    background-color: #fff !important;
    color: #2B2B2B
}

    .custom-form-effect .quote_form input::placeholder {
        color: #2B2B2B
    }

.custom-form-effect .rfq_form .card-header {
    padding: 3px 10px;
    min-height: 40px;
    border: none
}

    .custom-form-effect .rfq_form .card-header .table-title {
        font-weight: 600
    }

@media (max-width: 1199px) {
    .custom-form-effect .rfq_form .card-header .table-title {
        font-size: 16px
    }
}

.custom-form-effect .rfq_form input[type="email"], .custom-form-effect .rfq_form input[type="tel"], .custom-form-effect .rfq_form input[type="text"], .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 #efefef solid;
    background-color: transparent;
    margin-bottom: 15px;
    margin-top: 15px;
    outline: none
}

.custom-form-effect .rfq_form select {
    background-image: url("../assets/images/arrow_select.webp");
    background-repeat: no-repeat;
    background-position: 98% 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 14px
}

.custom-form-effect .rfq_form .field-validation-valid {
    position: unset
}

.custom-form-effect .rfq_form abbr {
    position: absolute;
    right: 0;
    bottom: 26px
}

    .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: red
    }

.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 .custom_btn_secondary {
    margin-top: 0 !important
}

.custom-form-effect .formuploadLable {
    text-align: center;
    width: 100%;
    font-weight: 600;
    color: #95090E;
    font-size: 20px
}

.custom-form-effect span.field-validation-error {
    color: red
}

.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;
    width: 100%;
    height: 80px
}

    .why-choose-section .why-choose-block svg #primary {
        fill: #011E5A !important
    }

    .why-choose-section .why-choose-block svg #secondary {
        fill: #95090E !important
    }

.why-choose-section .why-choose-block .why-choose-title {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    display: block;
    padding: 10px 0 5px 0
}

@media only screen and (min-width: 1025px) and (max-width: 1440px) {
    .why-choose-section .why-choose-block .why-choose-title {
        font-size: 14px
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .why-choose-section .why-choose-block .why-choose-title {
        font-size: 16px
    }
}

@media only screen and (max-width: 767px) {
    .why-choose-section .why-choose-block .why-choose-title {
        font-size: 16px
    }
}

.why-choose-section .why-choose-block .why-choose-txt {
    text-align: center;
    margin-bottom: 0
}

.captchabox {
    font-size: 14px;
    text-align: justify
}

    .captchabox ul {
        margin-top: 2px;
        padding-left: 20px !important;
        font-size: 14px
    }

        .captchabox ul li {
            list-style: disc !important
        }

    .captchabox .disclaimer {
        margin-top: 15px
    }

        .captchabox .disclaimer p {
            font-size: 14px;
            text-align: justify
        }

            .captchabox .disclaimer p.red-text {
                color: red;
                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: #2B2B2B
    }

    .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: #95090E !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.blog-desktop {
    display: block
}

@media (max-width: 991px) {
    .blog-search.blog-desktop {
        display: none
    }
}

.blog-search.blog-mobile {
    display: none
}

@media (max-width: 991px) {
    .blog-search.blog-mobile {
        display: block
    }
}

.blog-search .list-head {
    background: #CECECE;
    color: #000
}

.blog-search input {
    width: 98%;
    outline: none;
    border: 0;
    background: transparent;
    padding-right: 30px
}

.blog-search .search_btn {
    position: absolute;
    right: 15px;
    padding: 0;
    outline: none;
    border: none
}

    .blog-search .search_btn:active {
        background: transparent;
        color: #000 !important
    }

.blog-search .fa-search {
    position: absolute;
    right: 15px;
    height: 20px;
    width: 20px;
    font-size: 22px
}

.blog-card {
    border: 1px solid #efefef
}

    .blog-card .card-body {
        padding: 15px
    }

        .blog-card .card-body p {
            color: #2B2B2B;
            font-size: 14px;
            text-align: justify
        }

    .blog-card .card-header .table-title a {
        background: transparent !important
    }

@media (max-width: 576px) {
    .contact-us-page p {
        font-size: 14px
    }
}

.contact-us-page .contact-info {
    background-color: #011E5A;
    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 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 a span {
        word-break: break-all
    }

@media (max-width: 361px) {
    .contact-us-page .contact-info .content-contact ul li a span {
        font-size: 12px
    }
}

.contact-us-page .contact-info .content-contact ul li i {
    width: 15px;
    color: #95090E;
    margin-right: 15px;
    font-size: 20px
}

@media (max-width: 361px) {
    .contact-us-page .contact-info .content-contact ul li i {
        font-size: 18px;
        margin-right: 10px
    }
}

.contact-us-page .contact-info .content-contact ul:last-child {
    margin-bottom: 0
}

.Inner-rfq {
    border: 1px solid #ebebeb
}

    .Inner-rfq .accordion-button::after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
        transition: all 0.5s;
        background-color: #fff
    }

    .Inner-rfq .accordion-button:not(.collapsed)::after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E")
    }

    .Inner-rfq .accordion-button::after {
        transition: all 0.5s
    }

@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .Inner-rfq .accordion-button::after {
        margin-left: 5px
    }
}

.Inner-rfq .list-head {
    font-size: 18px;
    background-color: #011E5A;
    color: #fff;
    padding: 10px
}

@media (max-width: 991px) {
    .Inner-rfq .list-head {
        font-size: 14px
    }
}

.Inner-rfq .form-group input[type=text] {
    border-radius: 0
}

.categories-listing .categories-listing-inner .accordion-item {
    margin-top: 5px
}

@media (max-width: 768px) {
    .categories-listing .categories-listing-inner .accordion-header .accordion-button {
        font-size: 14px
    }
}

.categories-listing .categories-listing-inner .accordion-header .accordion-button {
    color: #fff;
    background-color: #95090E
}

    .categories-listing .categories-listing-inner .accordion-header .accordion-button:not(.collapsed) {
        color: #fff;
        background-color: #95090E
    }

.categories-listing .categories-listing-inner .accordion-body {
    padding: 20px 9px
}

@media (max-width: 768px) {
    .categories-listing .categories-listing-inner .accordion-body {
        padding: 15px 5px
    }
}

.categories-listing .categories-listing-inner .accordion-body ul {
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    column-gap: 10px;
    flex-wrap: wrap
}

@media (max-width: 768px) {
    .categories-listing .categories-listing-inner .accordion-body ul {
        flex-direction: column
    }
}

.categories-listing .categories-listing-inner .accordion-body ul li {
    list-style-type: none;
    line-height: 1.9;
    padding: 2px 10px;
    border: 1px solid;
    margin-bottom: 5px;
    color: #f2f2f2
}

@media (max-width: 768px) {
    .categories-listing .categories-listing-inner .accordion-body ul li {
        font-size: 12px
    }
}

.categories-listing .categories-listing-inner .accordion-body ul li a {
    background: none;
    color: #011E5A
}

    .categories-listing .categories-listing-inner .accordion-body ul li a:hover {
        color: #011E5A
    }

.certified_cust_ic {
    background-color: #f9f9f9;
    color: #fff;
    font-size: 14px;
    border-radius: 8px;
    margin-top: 5px
}

@media (max-width: 991px) {
    .certified_cust_ic {
        margin-top: 15px
    }
}

.certified_cust_ic .list-head {
    text-align: center;
    width: 100%;
    color: #000;
    padding: 10px 0;
    margin: auto;
    font-size: 18px;
    font-weight: 600
}

.certified_cust_ic .tb_pro {
    width: 100%;
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075) !important
}

    .certified_cust_ic .tb_pro tr {
        border-bottom: 1px dashed #cccccc
    }

        .certified_cust_ic .tb_pro tr:last-child {
            border-bottom: none
        }

        .certified_cust_ic .tb_pro tr td {
            padding: 10px 0px;
            width: calc(100% - 100px);
            text-align: left
        }

            .certified_cust_ic .tb_pro tr td:first-child {
                width: 100px;
                text-align: center
            }

                .certified_cust_ic .tb_pro tr td:first-child svg {
                    height: 55px
                }

                    .certified_cust_ic .tb_pro tr td:first-child svg #white {
                        fill: #011E5A
                    }

                    .certified_cust_ic .tb_pro tr td:first-child svg#primary path {
                        fill: #95090E
                    }

            .certified_cust_ic .tb_pro tr td p {
                font-weight: 400;
                color: #000;
                margin: 0 auto;
                text-align: left
            }

.product_cust_ic {
    background-color: #f9f9f9;
    color: #fff;
    font-size: 16px;
    border-radius: 8px;
    margin-top: 20px;
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075) !important
}

    .product_cust_ic .tb_pro {
        width: 100%
    }

        .product_cust_ic .tb_pro tr td {
            padding: 14px;
            width: calc(100% - 100px);
            text-align: left
        }

            .product_cust_ic .tb_pro tr td:first-child {
                width: 100px;
                text-align: center
            }

                .product_cust_ic .tb_pro tr td:first-child svg {
                    width: 50px;
                    height: 50px
                }

                    .product_cust_ic .tb_pro tr td:first-child svg #white {
                        fill: #011E5A
                    }

                    .product_cust_ic .tb_pro tr td:first-child svg #primary {
                        fill: #011E5A
                    }

            .product_cust_ic .tb_pro tr td p {
                color: #000;
                margin: 0 auto
            }

.whatyouget_cust_ic {
    background-color: #f9f9f9;
    color: #fff;
    font-size: 14px;
    border-radius: 8px;
    margin-top: 20px;
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075) !important
}

    .whatyouget_cust_ic .list-head {
        text-align: center;
        width: 100%;
        color: #95090E;
        padding: 10px;
        margin: auto;
        font-size: 18px;
        font-weight: 600
    }

    .whatyouget_cust_ic .tb_pro {
        width: 100%
    }

        .whatyouget_cust_ic .tb_pro tr td {
            padding: 14px;
            width: calc(100% - 100px);
            text-align: left
        }

            .whatyouget_cust_ic .tb_pro tr td:first-child {
                width: 100px;
                text-align: center
            }

                .whatyouget_cust_ic .tb_pro tr td:first-child svg {
                    width: 60px;
                    height: 60px
                }

                    .whatyouget_cust_ic .tb_pro tr td:first-child svg #white {
                        fill: #011E5A
                    }

                    .whatyouget_cust_ic .tb_pro tr td:first-child svg #primary {
                        fill: #011E5A
                    }

            .whatyouget_cust_ic .tb_pro tr td p {
                font-weight: 400;
                color: #000;
                margin: 0 auto
            }

@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="tel"], .custom-form-effect input[type="text"], .custom-form-effect textarea {
        font-size: 10px
    }

    label {
        font-size: 12px
    }
}

.banner-img > img {
    display: block;
    max-width: 100%;
    height: auto
}

.manufacturer-table-search td {
    display: block;
    width: 100% !important
}

.rfq1 {
    font-weight: 400
}

.close {
    position: absolute;
    right: 65px;
    height: 20px;
    width: 20px;
    font-size: 20px;
    top: 6px
}

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

    .dropdown a:hover {
        background-color: #ddd
    }

.viewed_parts a.btn.btn-sm.btn-warning {
    width: 70px;
    padding: 4px;
    border: none;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    right: 5%;
    margin: auto;
    margin-right: 10px;
    color: #fff;
    background: #23215b;
    display: flex;
    letter-spacing: 2px;
    justify-content: center;
    align-content: center
}

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

.viewed_parts {
    padding: 0 8px 5px;
    border-bottom: 1px solid #80808014;
    display: flex;
    align-content: center;
    align-items: center;
    margin-bottom: 10px;
    width: 100%
}

@media (min-width: 992px) and (max-width: 1024px) {
    .viewed_parts {
        flex-direction: column;
        align-items: self-start
    }
}

.viewed_parts .txt_no {
    width: calc(100% - 85px)
}

@media (min-width: 992px) and (max-width: 1024px) {
    .viewed_parts .txt_no {
        position: relative;
        align-items: center;
        flex-direction: column;
        left: 0;
        width: 100%
    }
}

.viewed_parts ul li {
    list-style-type: none
}

.viewed_parts:last-child {
    border-bottom: none;
    padding-bottom: 0
}

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

.part_rfq {
    margin-bottom: 23px
}

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

.aside-title {
    background-color: #011E5A;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 10px;
    border-radius: 0;
    text-align: center
}

@media (max-width: 991px) {
    .aside-title {
        margin-top: 5px
    }
}

.margin_b {
    margin-bottom: 0 !important
}

.viewed_parts .part_rfq a {
    width: 70px;
    padding: 5px 20px;
    border: none;
    font-size: 16px;
    font-weight: 500;
    position: absolute;
    margin: auto;
    margin-right: 10px;
    color: #fff;
    background: #95090E;
    display: flex;
    letter-spacing: 2px;
    justify-content: center;
    align-content: center;
    border-radius: 8px
}

    .viewed_parts .part_rfq a:hover {
        background-color: #011E5A !important
    }

@media (max-width: 768px) {
    .viewed_parts .part_rfq a {
        right: 5%
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .viewed_parts .part_rfq a {
        width: 50px;
        margin-right: 7px;
        font-size: 0.9em
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .viewed_parts .part_rfq a {
        position: relative;
        align-items: center;
        flex-direction: column;
        margin-top: 10px;
        margin-bottom: 0
    }
}

.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
    }

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

@media (max-width: 991px) {
    .Mounting_Electrical {
        margin: 20px auto
    }
}

.Mounting_Electrical .text-heading {
    text-align: center;
    padding: 8px 14px;
    background: #95090E;
    width: 100%;
    color: #fff;
    margin: auto;
    font-size: 16px
}

.Mounting_Electrical .red_btn {
    width: 70px;
    padding: 4px;
    font-weight: 500;
    margin: auto 10px;
    color: #fff;
    background: #95090E;
    display: flex;
    border-radius: 0;
    letter-spacing: 2px;
    justify-content: center;
    align-content: center
}

    .Mounting_Electrical .red_btn:hover {
        background: #011E5A !important
    }

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

    .Mounting_Electrical .box .manufacturers-part-space {
        display: flex
    }

    .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
    }

        .Mounting_Electrical .box div ul li {
            margin-top: 4px;
            margin-left: 6px;
            text-indent: 0;
            font-size: 12px;
            list-style-type: none
        }

    .Mounting_Electrical .box > .row > div {
        display: flex
    }

.col-sm-6.col-xs-6.col-md-12.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
    }
}

.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 .form-control {
    margin-right: 5px;
    border: 1px solid #857F7F !important
}

h4.media-heading {
    font-size: 14px
}

.media-body {
    line-height: 1.5;
    padding: 5px 0
}

.blog-default .card .card-body p {
    text-align: justify
}

.upload_rfq {
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15);
    border-radius: 8px
}

    .upload_rfq .card-body {
        background-image: url(../assets/images/upload-rfq.webp);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        padding: 40px 60px !important
    }

@media (max-width: 991px) {
    .upload_rfq .card-body {
        text-align: center;
        padding: 20px !important
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .upload_rfq .card-body {
        padding: 20px 30px !important
    }
}

.upload_rfq .card-body .formuploadLable {
    color: #fff;
    font-size: 24px;
    text-align: center;
    width: 100%;
    font-weight: 600
}

@media (max-width: 1199px) {
    .upload_rfq .card-body .formuploadLable {
        font-size: 20px
    }
}

@media (max-width: 991px) {
    .upload_rfq .card-body .formuploadLable {
        font-size: 14px
    }
}

.upload_rfq .card-body .custom_btn_secondary {
    font-size: 20px !important;
    align-items: center;
    color: #fff;
    background-color: #95090E !important
}

@media (max-width: 991px) {
    .upload_rfq .card-body svg {
        width: 70px;
        height: 70px;
        padding: 10px 0
    }
}

.w-15 {
    width: 15%
}

@media only screen and (max-width: 576px) {
    .w-15 {
        width: 25%
    }
}

@media only screen and (max-width: 767px) {
    .manuf-table #myTable tr td {
        width: 100% !important;
        display: block
    }

    .w-25 {
        width: 100% !important;
        display: block
    }
}

.we-proud-wrap {
    color: #fff;
    line-height: 1.35;
    margin: 20px auto;
    text-align: center;
    font-size: 1em !important;
    background-image: url("../assets/images/footer-contact-bg.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden !important;
    padding: 35px 20px !important;
    position: relative
}

    .we-proud-wrap .overlay {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: rgba(1,30,90,0.35);
        z-index: 0
    }

    .we-proud-wrap img {
        display: block;
        margin-right: auto;
        margin-left: auto;
        z-index: 1;
        position: relative
    }

    .we-proud-wrap h4 {
        position: relative;
        line-height: 1.5;
        margin-top: 10px;
        color: #fff;
        z-index: 1
    }

[data-pagination] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-kerning: auto;
    font-size: 8pt;
    font-weight: 400;
    font-family: "Open Sans",sans-serif;
    -webkit-text-size-adjust: 100%;
    text-align: center;
    transition: font-size .2s ease-in-out
}

    [data-pagination] ul {
        list-style-type: none;
        display: inline-block;
        font-size: 16px;
        margin: 0;
        padding: 0px
    }

@media (max-width: 576px) {
    [data-pagination] ul {
        font-size: 14px
    }
}

[data-pagination] ul li {
    display: inline-block;
    font-size: 100%;
    width: auto;
    border-radius: 3px;
    margin: 2px
}

@media (max-width: 576px) {
    [data-pagination] ul li {
        margin: 0px
    }
}

[data-pagination] > a {
    font-size: 140%
}

[data-pagination] a {
    color: #000;
    font-size: 100%;
    padding: .5em;
    border: 1px solid #efefef;
    display: inline-flex
}

[data-pagination] li.current {
    color: #fff !important
}

    [data-pagination] li.current a {
        color: #fff !important;
        background: #95090E
    }

[data-pagination] .disabled {
    opacity: .5;
    pointer-events: none
}

[data-pagination] [hidden] {
    opacity: .5;
    pointer-events: none
}

[data-pagination] [disabled] {
    opacity: .5;
    pointer-events: none
}

@media (min-width: 350px) {
    [data-pagination] {
        font-size: 12px
    }
}

@media (min-width: 500px) {
    [data-pagination] {
        font-size: 12px
    }
}

@media (min-width: 700px) {
    [data-pagination] {
        font-size: 14px
    }
}

@media (min-width: 900px) {
    [data-pagination] {
        font-size: 16px;
        white-space: nowrap
    }
}

.blog-card {
    border: 1px solid #efefef
}

    .blog-card .card-body {
        padding: 20px;
        position: relative
    }

@media (max-width: 1199px) {
    .blog-card .card-body {
        padding: 10px
    }
}

.blog-card .card-body .card-categories {
    padding: 5px 18px;
    display: inline-block;
    color: #95090E;
    margin-left: -20px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical
}

.blog-card .card-body .card-title a {
    font-size: 18px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #000;
    min-height: 65px;
    font-weight: bold
}

@media (max-width: 1366px) {
    .blog-card .card-body .card-title a {
        font-size: 16px;
        min-height: 50px
    }
}

@media (max-width: 1024px) {
    .blog-card .card-body .card-title a {
        font-size: 16px;
        min-height: auto
    }
}

.blog-card .card-body .custom_btn_secondary_sm {
    padding: 5px 10px !important
}

.blog-card .card-body p {
    color: #2B2B2B;
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical
}

@media (max-width: 1024px) {
    .filter-row span {
        display: block
    }
}

@media (max-width: 991px) {
    .filter-row span {
        display: inline-block
    }
}

.filter-row span a {
    color: #fff !important
}

.filter-row span i {
    color: #95090E
}

.filter-row img {
    margin-bottom: 10px
}

.blogCategories .list-group {
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    column-gap: 10px;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 10px
}

    .blogCategories .list-group li {
        list-style-type: none;
        line-height: 1.9;
        padding: 2px 10px;
        border: 1px solid;
        margin-bottom: 5px;
        color: #f2f2f2
    }

        .blogCategories .list-group li a {
            font-size: 13px
        }

.blogRecent .card-body {
    padding: 10px !important;
    border-bottom: 1px solid #efefef
}

    .blogRecent .card-body p {
        margin-bottom: 0;
        color: #95090E !important
    }

    .blogRecent .card-body h2 {
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 0
    }

@media only screen and (max-width: 1366px) {
    .blogRecent .card-body h2 {
        font-size: 14px
    }
}

.text_white {
    color: #fff
}

.discriptions-section ul li {
    list-style-type: disc;
}

ul.from-point-div {
    text-align: center;
    list-style: none;
    display: block;
    margin: 20px;
    padding: 0;
}

    ul.from-point-div li {
        text-align: center;
        list-style: none;
        display: inline-table;
        width: 20%;
        position: relative;
    }

        ul.from-point-div li:last-child {
            width: 18%;
        }
@media (min-width: 0) and (max-width: 768px) {
    ul.from-point-div li {
        width: 100%;
        position: relative;
    }
        ul.from-point-div li .custom_btn {
            width: 100% !important;
        }
}