.fds-awards-image {
    width: 100%;
}

h5.post-title a {
    color: black;
    font-weight: 600 !important;
}

    h5.post-title a:hover {
        color: blue;
        font-weight: 600 !important;
    }


.card-news-list {
    height: 30vh;
    max-height: 30vh;
    /*border: 1px solid red;*/
    overflow: auto;
}

.announcement-image {
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: center;
    background-position-y: center;
}


.post {
    background: #fff;
    box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.1);
    margin-bottom: 1rem;
    padding: 1rem;
    width: 100%;
}


/*.hero-image {
    background-image: url(https://imagedelivery.net/0PAwcuu-YAI080d1i7_6-A/de1ca192-b771-4cf9-7ae0-4905c8165d00/1920x692);
    background-size: cover;
    height:500px;
}
*/
.text-show {
    color: white;
    opacity: 1;
    transition: all 1s ease;
}

.text-fade {
    color: white;
    opacity: 0;
    transition: all 1s ease;
}

a.nav-link dropdown-toggle {
    color: white;
}

.yearendmodalheader {
    background-size: 650px;
}

.yearend-card {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    background-color: #fff0;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.75rem;
}

#menuid {
    display: none;
}

#telonmobileview {
    display: none;
}

.footer-mobile {
    position: fixed;
    display: block;
    width: 100%;
    left: 0;
    bottom: 0;
    background: white;
    height: 12vh;
    line-height: 20px;
    text-align: center;
    color: #fff;
    /*text-transform: uppercase;*/
}

.footer-mobile__links {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.footer-mobile__link a {
    padding: 0 5px;
    text-decoration: none;
}

    .footer-mobile__link a::before {
        content: "\f1a0";
        font-family: FontAwesome;
    }



/*.indicateUL a.nav-link:hover {
    border-bottom: 3px solid blue !important;*/
/*transition: border-width 0.9s linear;*/
/*transition: border-width linear 0.2s;
}*/

.open .nav-toggle {
    transform: rotate(45deg);
}

    .open .nav-toggle::before {
        opacity: 0;
    }

    .open .nav-toggle::after {
        transform: translateY(-3px) rotate(-90deg);
    }



section.mobile-nav__container .mobile-nav__menu div.mobile-nav__footer ul.mobile-nav__footer__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin: auto;
    padding: 0em;
}



.indicateUL a.nav-link:after {
    display: block;
    content: '';
    border-bottom: solid 3px #0004de;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
}

.indicateUL a.nav-link:hover:after {
    transform: scaleX(1);
}

.indicateUL a.nav-link.fromRight:after {
    transform-origin: 100% 50%;
}

.indicateUL a.nav-link.fromLeft:after {
    transform-origin: 0% 50%;
}


/*

#main-header a:after {
    display: block;
    content: '';
    border-bottom: solid 3px #0004de;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
}*/


#main-header a:hover:after {
    transform: scaleX(1);
}


#main-header a.fromRight:after {
    transform-origin: 100% 50%;
}


#main-header a.fromLeft:after {
    transform-origin: 0% 50%;
}


a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

/*---Parallax*/
/*.hero-image {
    background-image: url(https://imagedelivery.net/0PAwcuu-YAI080d1i7_6-A/de1ca192-b771-4cf9-7ae0-4905c8165d00/1349x386);
    min-height: 727px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;


}
*/

.list-group, .navbar-nav {
    /*    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    align-content: flex-end;
    justify-content: space-between;
    align-items: center;*/
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    align-content: flex-end;
    justify-content: space-between;
    /*align-items: center;*/
}

.uts-100 {
    width: 6vh !important;
}

.fds40 {
    width: 9vh !important;
}

.card-body .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
    display: none;
}


.banner-image {
    width: 16vh;
}
/*
  .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0px;
    height: 0px;
}
*/
.uts100 {
    width: 5vh;
}
/*#content-sliders{
    height:25vh !important;
}
*/

#promotionalbanner .product-listings .product-box {
    display: flex;
    align-items: center;
    padding: 0px;
    border: 1px solid #ccc;
    overflow: hidden;
    position: relative;
    margin: 0px 0;
}

#promotionalbanner .owl-dots {
    margin-top: 0px;
}

.item .product-listings .product-box .product-content {
    background: #fff0;
}

#promotionalbanner .product-listings {
    margin: 0px 0;
}

.promotion-imageclass {
    width: 14vh !important;
    height: 13vh;
    margin: auto;
}
/*
.PromotionalBannerH1 {
    font-size: 1.5rem;
    font-family: 'Times New Roman';
    font-weight: 600;
    text-align: center;
    color: darkblue;
    background-color: #5a534887;
    margin-bottom: 0;
    background-image: linear-gradient(rgb(152 148 141 / 0%), rgb(231 230 228 / 48%));
}*/

.PromotionalBannerH1 {
    font-size: 1.3rem;
    font-family: 'Times New Roman';
    font-weight: 600;
    text-align: center;
    color: darkblue;
    /*background-color: #5a534852;*/
    margin-bottom: 0;
    /*background-image: linear-gradient(rgb(152 148 141 / 0%), rgb(231 230 228 / 48%));*/
}



amp-sidebar {
    --story-page-vh: 1vh;
    position: fixed !important;
    top: 0;
    max-height: 100vh !important;
    height: 100vh;
    max-width: 80vw;
    background-color: #efefef;
    min-width: 45px !important;
    outline: none;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    z-index: 2147483647;
    -webkit-overflow-scrolling: touch;
    will-change: transform;
}

.slider-area h2 {
    text-align: center;
    font-family: impact;
    font-size: 60px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 100px 0 30px 0;
    color: #fff;
}

.wrapper {
    display: flex;
    /*width: 750px;*/
    margin: 0 auto;
    overflow: hidden;
    /*    border-radius: 180px;
    padding: 2.5rem;
    background: #ddd;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;*/
}

.item-slider {
    animation: animate 25s alternate linear infinite;
}

.container:hover .item {
    animation-play-state: paused;
}

@keyframes animate {
    0% {
        transform: translate3d(0, 0, 0);
    }

    100% {
        transform: translate3d(-1100px, 0, 0);
    }
}

@media (max-width:767px) {


    .slider-area h2 {
        font-size: 30px;
    }

    .wrapper {
        width: 95%;
        border-radius: 0;
        padding: 0;
    }
}


.item-slider img {
    /*    width: 20vh;
    padding: 2vh;
    height: 13vh;*/
    /*
    width: 21vh;
    padding: 5vh;
    height: 20vh;*/

    width: 31vh;
    padding: 4vh;
    height: 22vh;
}





.video {
    aspect-ratio: 16/9;
    width: 100%;
}

.memberclass {
    justify-content: space-evenly;
    padding: 30px;
    margin: 10px;
}

.MsoNormalTable {
    width: auto !important
}

.client-section-control {
    display: block;
}

.defaulth1 {
    font-size: 1.5rem !important;
    /*padding-bottom: 30px*/
}

.gridtable span {
    color: #007bff;
    font-weight: 700;
    font-size: 16pt
}

#MainContent_PartsUserControl_LabelH1tags {
    font-size: 1.25rem;
    font-weight: 600
}

.list-inline-item {
    height: 50px;
    width: 100px
}

body {
    font-family: Arial;
    font-size: 10pt
}

.modalBackground {
    background-color: #000;
    filter: alpha(opacity=60);
    opacity: .6
}

.modalPopup {
    background-color: #FFF;
    width: 300px;
    border: 3px solid #0DA9D0;
    border-radius: 12px;
    padding: 0
}

    .modalPopup .header {
        background-color: #2FBDF1;
        height: 30px;
        color: #fff;
        line-height: 30px;
        text-align: center;
        font-weight: 700;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px
    }

    .modalPopup .body {
        padding: 10px;
        min-height: 50px;
        text-align: center;
        font-weight: 700
    }

    .modalPopup .footer {
        padding: 6px
    }

    .modalPopup .yes, .modalPopup .no {
        height: 23px;
        color: #fff;
        line-height: 23px;
        text-align: center;
        font-weight: 700;
        cursor: pointer;
        border-radius: 4px
    }

    .modalPopup .yes {
        background-color: #2FBDF1;
        border: 1px solid #0DA9D0
    }

    .modalPopup .no {
        background-color: #9F9F9F;
        border: 1px solid #5C5C5C
    }

.hover_bkgr_fricc {
    background: rgba(0,0,0,.4);
    cursor: pointer;
    display: none;
    height: 100%;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 10000
}

    .hover_bkgr_fricc .helper {
        display: inline-block;
        height: 100%;
        vertical-align: middle
    }

    .hover_bkgr_fricc > div {
        background-color: #fff;
        box-shadow: 10px 10px 60px #555;
        display: inline-block;
        height: auto;
        max-width: 551px;
        min-height: 100px;
        vertical-align: middle;
        width: 60%;
        position: relative;
        border-radius: 8px;
        padding: 15px 5%
    }

.popupCloseButton {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: 700;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center
}

    .popupCloseButton:hover {
        background-color: #ccc
    }

.trigger_popup_fricc {
    cursor: pointer;
    font-size: 20px;
    margin: 20px;
    display: inline-block;
    font-weight: 700
}

.atelephoneclass {
    padding-left: 15px
}

.gtaggtm {
    display: none;
    visibility: hidden;
    width: auto;
    height: auto
}

.svgstyle {
    width: 205px;
    height: auto
}

.tlpcls {
    display: inline-flex
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    height: 37px
}

.avvsightULfeatures {
    list-style-type: square;
    font-size: 1rem;
    line-height: 30px
}

.avvsightp {
    font-size: 1rem
}

.avvsightdiamond {
    font-size: 1.5rem;
    font-weight: 900;
    color: #0a79aa
}

.adjtoppad {
    padding-top: 65px
}

.adjbotpad {
    padding-bottom: 25px
}

.containerfluid {
    width: 50%
}

.div-holder {
    padding-top: 0
}

#ULCategory {
    -moz-column-count: 4;
    -moz-column-gap: 20px;
    -webkit-column-count: 4;
    -webkit-column-gap: 20px;
    column-count: 4;
    column-gap: 20px;
    list-style: none
}

#ULCategoryManufacturer {
    -moz-column-count: 4;
    -moz-column-gap: 20px;
    -webkit-column-count: 4;
    -webkit-column-gap: 20px;
    column-count: 4;
    column-gap: 20px;
    list-style: none
}

.avionteq-menu ul.catnav li a {
    font-weight: 400 !important;
    font-size: 13px !important;
    padding: 5px .75rem
}

body {
    font-family: 'Poppins',sans-serif;
    font-size: 14px
}

.owl-prev {
    float: left
}

.BDC_CaptchaDiv a img {
    position: relative;
    width: 20px;
    left: 40px
}

.owl-next {
    float: right
}

video[poster] {
    height: 100%;
    width: 100%
}

html {
    scroll-behavior: smooth
}

.vpnh {
    padding-left: 4%
}

*:focus, .btn.focus, .btn:focus, input:focus, .form-control:focus, .custom-select:focus {
    outline: none;
    box-shadow: none
}

.dropdown-menu {
    font-size: 14px
}

.top-header {
    border-bottom: 1px solid #ccc;
    padding: 5px 0
}

    .top-header > div {
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .top-header .top-left-links ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
        display: block
    }

        .top-header .top-left-links ul li {
            display: inline-block;
            margin-right: 25px;
            font-size: 13px
        }

            .top-header .top-left-links ul li:last-child {
                margin-right: 0
            }

            .top-header .top-left-links ul li a {
                color: #505050
            }

            .top-header .top-left-links ul li.telephone a {
                display: flex;
                align-items: center;
                text-align: right
            }

            .top-header .top-left-links ul li i {
                margin-right: 5px;
                display: inline-block;
                height: 25px;
                width: 25px;
                line-height: 23px;
                border-radius: 50%;
                text-align: center;
                border: 1px solid #505050;
                font-size: 13px
            }

    .top-header .top-right-links > div {
        display: flex;
        align-items: center;
        justify-content: flex-end
    }

    .top-header .top-right-links .my-teq a {
        color: orange;
        /*font-weight: 600*/
    }

        .top-header .top-right-links .my-teq a span {
            color: #505050;
            font-weight: 400
        }

    .top-header .top-right-links .select-region button {
        background: none;
        border: none;
        padding: 0;
        color: #505050;
        font-size: 13px
    }

    .top-header .top-right-links .select-region .dropdown-menu {
        font-size: 13px
    }

        .top-header .top-right-links .select-region .dropdown-menu .dropdown-item {
            padding: .25rem .5rem
        }

    .top-header .top-right-links ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
        display: block;
        text-align: right;
        /*font-weight: bold;*/
    }

        .top-header .top-right-links ul li {
            display: inline-block;
            margin-right: 25px;
            position: relative
        }

            .top-header .top-right-links ul li a {
                color: #505050
            }

            .top-header .top-right-links ul li .highlight {
                color: #FE0100
            }

            .top-header .top-right-links ul li:after {
                content: '';
                height: 100%;
                /*background: #ccc;*/
                width: 1px;
                position: absolute;
                right: -15px
            }

            .top-header .top-right-links ul li:last-child {
                margin-right: 0
            }

                .top-header .top-right-links ul li:last-child:after {
                    content: none
                }

        .top-header .top-right-links ul.user-not-login li strong {
            font-weight: 600;
            margin-right: 5px
        }

        .top-header .top-right-links ul.user-not-login li a {
            margin-right: 5px
        }

            .top-header .top-right-links ul.user-not-login li a:last-child {
                margin: 0 0 0 5px
            }

            .top-header .top-right-links ul.user-not-login li a:hover {
                color: #0006ff
            }

.main-header {
    padding: 10px 0
}

    .main-header .logo {
        max-width: 205px;
        position: relative;
        z-index: 9
    }

    .main-header > div {
        align-items: center;
        justify-content: space-between;
        position: relative
    }

.avionteq-menu {
    background: none;
    padding: 0
}

    .avionteq-menu ul > li > a {
        color: #505050;
        /*color: white;*/
        text-transform: uppercase;
        /*font-size: 15px;*/
        font-weight: 600;
        /*padding: 1rem .75rem;*/
        /*margin: 5px 5px 0px 10px;*/
    }

    .avionteq-menu .dropdown {
        border-radius: 0;
        border: 0;
        position: initial
    }

    .avionteq-menu .dropdown-menu {
        background: #fff;
        border: 0;
        top: 90%;
        border-radius: 0 0 5px 5px;
        left: -200px
    }

        .avionteq-menu .dropdown-menu a {
            color: #505050
        }

            .avionteq-menu .dropdown-menu a:hover {
                color: #0006ff
            }

            .avionteq-menu .dropdown-menu a.text-red {
                color: #f80700
            }

    .avionteq-menu .navbar .nav-item .nav-link {
        color: #eee !important
    }

    .avionteq-menu .navbar-nav .nav-link {
        padding-right: .65rem;
        padding-left: .65rem
    }

/*.dropdown-toggle::after {
    font-family: "Font Awesome 5 Pro";
    content: "\f107";
    font-weight: 100;
    border: none;
    vertical-align: middle
}*/

.main-header .search-bar {
    margin-left: 15px
}

    .main-header .search-bar input {
        max-width: 500px
    }

.mega-menu {
    width: 1100px;
    overflow: hidden;
    padding: 10px
}

    .mega-menu ul {
        list-style-type: none;
        padding: 0;
        margin: 0
    }

        .mega-menu ul li a {
            text-transform: capitalize;
            font-weight: 400;
            font-size: 13px;
            padding: .25rem;
            display: block
        }

    .mega-menu a {
        text-decoration: none;
        color: cadetblue
    }

.avionteq-menu li.nav-item.dropdown:hover a.dropdown-toggle {
    color: #0101fc;
    /* color: white; */
}

.navbar-toggler:focus {
    outline: none
}

.avionteq-menu ul.nav.flex-column li a {
    font-weight: 400 !important;
    font-size: 13px !important;
    padding: 5px .75rem
}

.navbar .dropdown-menu div[class*="col"] {
    margin-bottom: 1rem
}

.navbar .dropdown-menu {
    border: none
}

@media screen and (min-width:992px) {

    .avionteq-menu .navbar-nav .nav-link {
        margin-top: 10px;
    }

    #telonmobileview {
        display: none !important;
    }

    .footer-mobile {
        display: none;
    }

    .mobile-render-top {
        display: none;
    }

    .navmobile {
        display: none;
    }

    #MobileNavSearch {
        display: none;
    }

    .navbar {
        padding-top: 0;
        padding-bottom: 0;
        position: static
    }

        .navbar .nav-item {
            padding: 0rem;
            margin: 0
        }

        .navbar .dropdown {
            position: static
        }

        .navbar .dropdown-menu {
            width: 100%;
            left: 0;
            right: 0;
            top: 45px;
            display: block;
            visibility: hidden;
            opacity: 0;
            transition: visibility 0s,opacity 0.3s linear
        }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        max-width: 1100px;
        left: 20px
    }

    .navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
        display: block;
        visibility: visible;
        opacity: 1;
        transition: visibility 0s,opacity 0.3s linear;
        overflow-x: scroll;
        max-height: 90vh;
    }

    .navbar .dropdown-menu {
        border: 1px solid rgba(0,0,0,.15);
        background-color: #fff
    }
}

.top-header .top-right-links .tel-mobileView {
    display: none
}

.hero-image {
    position: relative
}

/*    .hero-image img {
        width: 100%;
        height: auto;
    }*/


.hero-buttons {
    position: absolute;
    bottom: 120px;
    left: 0;
    width: 100%;
    z-index: 2;
    width: 100%;
    padding-top: 40px
}

    .hero-buttons .div-holder, .hero-buttons ul {
        display: flex;
        align-items: center;
        justify-content: center
    }

    .hero-buttons ul {
        list-style-type: none;
        padding: 0;
        margin: 0
    }

        .hero-buttons ul li {
            margin: 5px 10px
        }

            .hero-buttons ul li a {
                color: #fff;
                text-decoration: underline;
                font-size: 15px
            }

.hero-image span {
    display: block;
    bottom: 0;
    left: 0;
    content: '';
    position: absolute;
    width: 100%;
    background: -moz-linear-gradient(bottom,rgba(20,78,130,1) 0%,rgba(20,78,130,1) 33%,rgba(20,78,130,.8) 56%,rgba(20,78,130,.33) 82%,rgba(20,78,130,0) 100%);
    background: -webkit-linear-gradient(bottom,rgba(20,78,130,1) 0%,rgba(20,78,130,1) 33%,rgba(20,78,130,.8) 56%,rgba(20,78,130,.33) 82%,rgba(20,78,130,0) 100%);
    background: linear-gradient(to top,rgba(20,78,130,1) 0%,rgba(20,78,130,1) 33%,rgba(20,78,130,.8) 56%,rgba(20,78,130,.33) 82%,rgba(20,78,130,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004972',endColorstr='#00004972',GradientType=1)
}

.hero-buttons .btn {
    background: rgba(255,255,255,1);
    color: #505050;
    margin: 5px;
    transition: all 0.25s ease;
    font-weight: 500
}

    .hero-buttons .btn:hover {
        transform: translateY(-2px)
    }

.btn-blue {
    background: #0006ff;
    color: #fff
}

.btn-red {
    background: #f80700;
    color: #fff
}

.btn-blue:hover {
    background: #0207cc;
    color: #fff
}

.btn-red:hover {
    background: #d40802;
    color: #fff
}

.text-blue {
    color: #0006ff
}

.text-red {
    color: #f80700
}

.main-title {
    margin: 30px 0;
    text-align: center
}

    .main-title h1 {
        margin: 0;
        font-size: 2em;
        color: #0006ff;
        font-weight: 600
    }

        .main-title h1 span {
            color: #f80700
        }

.bg-grey {
    background: #f7f8fa;
    padding: 40px 0
}

.testimonials, .clients {
    background: #fff;
    padding: 20px 20px 10px;
    border-radius: 5px;
    box-shadow: 0 2px 30px rgba(0,0,0,.1)
}

.testimonials {
    background: #5155ff;
    position: relative;
    color: #fff
}

    .testimonials h4.subheading, .clients h4.subheading {
        font-weight: 700;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 1px;
        color: #fff
    }

    .testimonials h2, .clients h2 {
        font-weight: 300;
        font-size: 2rem;
        line-height: 2.5rem;
        color: #fff;
        position: relative
    }

        .testimonials h2 strong, .clients h2 strong {
            font-weight: 700
        }

        .testimonials h2 a, .clients h2 a {
            font-size: 12px;
            color: #fff;
            padding-left: 10px
        }

        .testimonials h2:after, .clients h2:after {
            width: 50px;
            height: 1px;
            background: #fff;
            content: '';
            position: absolute;
            bottom: -15px;
            left: 0
        }

    .testimonials:before, .clients:before {
        position: absolute;
        font-family: "Font Awesome 5 Pro";
        content: "\f10e";
        font-size: 50px;
        line-height: 50px;
        top: 0;
        right: 5px;
        text-align: center;
        color: #fff;
        opacity: .35;
        font-weight: 700
    }

    .testimonials .testimonials-slider, .clients .testimonials-slider {
        margin-top: 20px
    }

    .testimonials .client {
        font-weight: 600
    }

    .testimonials .client, .clients .org {
        margin: 0;
        font-style: italic
    }

    .testimonials .owl-theme .owl-nav.disabled + .owl-dots, .clients .owl-theme .owl-nav.disabled + .owl-dots {
        float: right
    }

    .testimonials .owl-theme .owl-dots .owl-dot span {
        background: none;
        border: 2px solid #cbcbcb
    }

    .testimonials .owl-theme .owl-dots .owl-dot.active span, .testimonials .owl-theme .owl-dots .owl-dot:hover span {
        background: none;
        border: 2px solid #fff
    }

.clients .owl-theme .owl-dots .owl-dot span {
    background: none;
    border: 2px solid #cbcbcb
}

.clients .owl-theme .owl-dots .owl-dot.active span, .clients .owl-theme .owl-dots .owl-dot:hover span {
    background: none;
    border: 2px solid #505050
}

.clients h4.subheading, .clients h2, .clients h2 a {
    color: #505050
}

    .clients h2:after {
        background: #505050
    }

.clients:before {
    color: #505050;
    content: "\f5a2"
}

.clients-slider {
    margin-top: 20px
}

    .clients-slider .testitem > div {
        max-width: 100%;
        border: 1px solid #505050;
        padding: 15px;
        margin: 5px 3px
    }


/*#manufacturer-sliders {
    margin-top: 20px
}*/

#manufacturer-sliders li .manufacturer-div img {
    max-width: 100%;
    border: 1px solid #505050;
    /* padding: 15px; */
    /* margin: 5px 3px; */
    text-align: center;
    margin: 0px !important;
    padding: 0px !important;
    width: 100%;
}


#manufacturer-sliders li .manufacturer-div .lSSlideOuter .lSPager.lSpg {
    display: none;
}

.manufacturer-div {
    margin-top: 20px
}

    .manufacturer-div .testitem > div {
        max-width: 100%;
        border: 1px solid #505050;
        padding: 15px;
        margin: 5px 3px
    }


.services {
    background: #f7f8fa
}

    .services h3 {
        font-size: 1.35em
    }

.service-box .title {
    font-size: 15px
}

    .service-box .title i {
        color: #0006ff
    }

.box-shadow-01 {
    box-shadow: 0 20px 25px -12px rgba(0,0,0,.09)
}

.servicebox {
    padding: 20px 15px;
    position: relative;
    height: 100%
}

    .servicebox:after {
        content: '';
        position: absolute;
        height: 100%;
        width: 1px;
        background: #ccc;
        top: 0;
        right: 0
    }

.col-md-3:last-child .servicebox:after {
    content: none
}

.servicebox {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

    .servicebox .servicebox-icon {
        margin-bottom: 15px
    }

        .servicebox .servicebox-icon i {
            font-size: 50px;
            line-height: 50px
        }

    .servicebox:hover {
        background: #0006ff;
        color: #fff
    }

        .servicebox:hover .servicebox-link a {
            color: #fff
        }

.servicebox-title h2 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    margin: 8px 0 20px 0
}

.servicebox .servicebox-desc p {
    margin-bottom: 0
}

.servicebox .servicebox-link {
    padding-top: 15px
}

.videos-section {
    padding: 30px 0
}

    .videos-section a {
        font-size: 1.2rem;
        color: #0006ff;
        display: block;
        margin-bottom: 15px
    }

        .videos-section a span {
            color: red
        }

.featured-products .title {
    text-align: center;
    margin-bottom: 25px
}

    .featured-products .title h3 {
        font-weight: 700;
        font-size: 25px
    }

.featured-products .product-box {
    margin: 10px 0;
    text-align: center;
    border-radius: 0;
    overflow: hidden
}

    .featured-products .product-box .card-body {
        height: 200px;
        background: #fff;
        margin-top: 10px;
        z-index: 1
    }

    .featured-products .product-box .product-media {
        margin: 10px;
        height: 120px;
        width: auto;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        transition: all 0.25s ease;
        z-index: 0
    }

    .featured-products .product-box:hover .product-media {
        transform: scale(1.1)
    }

    .featured-products .product-box .product-title {
        font-size: 16px;
        color: #333;
        font-weight: 600
    }

    .featured-products .product-box .product-type {
        font-size: 13px;
        margin-bottom: 10px;
        color: #f80700
    }

    .featured-products .product-box .product-description {
        font-size: 13px;
        color: #666;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        position: relative;
        padding-top: 10px
    }

        .featured-products .product-box .product-description:before {
            content: '';
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            height: 1px;
            width: 30%;
            background: #ccc;
            top: 0
        }

    .featured-products .product-box .product-link {
        font-size: 13px;
        margin: 10px 0 0
    }

.shipping-rates {
    text-align: center;
    padding: 30px 0 5px
}

    .shipping-rates h4 {
        font-size: 18px
    }

.subscribe {
    background: #0006ff;
    padding: 30px 15px 5px;
    color: #505050;
    font-size: 13px
}

.subscribe-bar {
    background: #0006ff;
    padding: 20px 15px 15px;
    color: #fff
}

.welcome-cta {
    background: #144e82;
    padding: 20px 15px 15px;
    color: #fff
}

.subscribe-title h2 {
    font-size: 2rem;
    font-weight: 700
}

.subscribe .title {
    font-size: 20px
}

.newsletter-wrapper {
    float: left
}

    .newsletter-wrapper .form-group {
        position: relative;
        margin: 0 auto
    }

        .newsletter-wrapper .form-group .news-content i {
            position: absolute;
            left: 23px;
            right: auto;
            top: 16px;
            bottom: auto;
            opacity: .9;
            color: #656c76;
            font-size: 14px;
            z-index: 1;
            display: block
        }

#txtemail {
    height: auto;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    padding: 11px 120px 11px 45px;
    background: #fff;
    text-align: left;
    width: 100%;
    border: 0;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    -moz-border-radius: 50px;
    line-height: 23px
}

.subscribe_button {
    text-align: center;
    position: absolute;
    top: 0;
    right: -2px;
    left: auto;
    bottom: auto
}

    .subscribe_button .btn {
        font-size: 13px;
        padding: 10px 25px;
        line-height: 23px;
        font-weight: 600;
        letter-spacing: .5px;
        text-transform: uppercase;
        transition-duration: 300ms;
        -webkit-transition-duration: 300ms;
        -moz-transition-duration: 300ms;
        -ms-transition-duration: 300ms;
        -o-transition-duration: 300ms;
        border-radius: 0 50px 50px 0;
        -webkit-border-radius: 0 50px 50px 0;
        -khtml-border-radius: 0 50px 50px 0;
        -moz-border-radius: 0 50px 50px 0
    }

.bg-blue {
    background: #0006ff;
    padding: 30px 0
}

.addresses h5, .news h5, .proud-memebers h5 {
    font-size: 18px;
    font-weight: 600
}

.addresses .div-holder {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: auto
}

    .addresses .div-holder > div {
        margin: 0 5px
    }

        .addresses .div-holder > div.media {
            width: 80px
        }

        .addresses .div-holder > div.address {
            width: calc(100% - 80px)
        }

.news ul {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.breadcrumb {
    padding: .5rem .5rem;
    font-size: 13px;
    border-radius: 0
}

table p {
    margin: 0
}

.filter_type {
    font-size: 14px;
    font-size: .875rem
}

    .filter_type h6 {
        border-top: 1px solid #ddd;
        margin: 15px 0;
        padding: 15px 0 0 0
    }

    .filter_type label {
        font-weight: 400
    }

        .filter_type label small {
            float: right;
            color: #777;
            padding-top: 3px
        }

    .filter_type #filter_1 label small.text-red, .filter_type #filter_2 label small.text-red, .filter_type #filter_3 label small.text-red, .filter_type #filter_4 label small.text-red {
        float: none;
        padding-top: 3px;
        font-weight: 600
    }

    .filter_type ul {
        list-style: none;
        padding: 5px 0 0 0;
        margin: 0 0 15px 0
    }

        .filter_type ul li {
            margin-bottom: 5px
        }

            .filter_type ul li:last-child {
                margin-bottom: 0
            }

    .filter_type.version_2 {
        border-bottom: 1px solid #ededed;
        margin: 0 -15px 15px -15px;
        padding: 0 8px
    }

        .filter_type.version_2 ul {
            list-style: none;
            padding: 5px 3px 0 0
        }

        .filter_type.version_2 h4 a {
            display: block;
            font-size: 15px;
            font-size: .9375rem;
            color: #444;
            padding: 8px 10px;
            margin: -5px -5px 0 -5px;
            line-height: 1;
            position: relative
        }

            .filter_type.version_2 h4 a:after {
                -moz-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                -webkit-transition: all 0.3s ease-in-out;
                -ms-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
                font-family: 'Font Awesome 5 Pro';
                font-size: 14px;
                font-size: .875rem;
                position: absolute;
                right: 10px;
                top: 8px
            }

            .filter_type.version_2 h4 a.opened {
                background-color: #f8f8f8
            }

                .filter_type.version_2 h4 a.opened:after {
                    content: "\f107";
                    transform: rotate(180deg)
                }

            .filter_type.version_2 h4 a.closed:after {
                content: "\f107";
                transform: rotate(0)
            }

        .filter_type.version_2:last-child {
            border-bottom: 0
        }

.filter_col {
    border: 1px solid #ededed;
    padding: 15px;
    margin-bottom: 25px
}

.container_check {
    display: block;
    position: relative;
    padding-left: 23px;
    line-height: 1.7;
    margin-bottom: 8px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .container_check input {
        position: absolute;
        opacity: 0;
        cursor: pointer
    }

        .container_check input:checked ~ .checkmark {
            background-color: #004dda;
            border: 1px solid transparent
        }

    .container_check .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 20px;
        width: 20px;
        border: 1px solid #ddd;
        background-color: #fff;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out
    }

        .container_check .checkmark:after {
            content: "";
            position: absolute;
            display: none;
            left: 7px;
            top: 3px;
            width: 5px;
            height: 10px;
            border: solid #fff;
            border-width: 0 2px 2px 0;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg)
        }

    .container_check input:checked ~ .checkmark:after {
        display: block
    }

.container_radio {
    display: block;
    position: relative;
    padding-left: 30px;
    line-height: 1.7;
    margin-bottom: 8px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .container_radio input {
        position: absolute;
        opacity: 0
    }

        .container_radio input:checked ~ .checkmark:after {
            opacity: 1
        }

    .container_radio .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 20px;
        width: 20px;
        border: 1px solid #ddd;
        background-color: #fff;
        border-radius: 50%
    }

        .container_radio .checkmark:after {
            display: block;
            content: "";
            position: absolute;
            opacity: 0;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            top: 3px;
            left: 3px;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: #004dda;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out
        }

.small-gutters {
    margin-right: -5px !important;
    margin-left: -5px !important
}

    .small-gutters > [class*="col-"] {
        padding-right: 5px !important;
        padding-left: 5px !important
    }

.page-item.active .page-link {
    background-color: #0006ff;
    background-color: #0006ff
}

.page-link {
    color: #0006ff
}

.sort-products-bar {
    border: 1px solid #ccc;
    padding: 5px
}

    .sort-products-bar label {
        margin: 0
    }

/*.product-listings {
    margin: 20px 0
}*/

.product-listings .product-box a img {
    /* max-height: max-content !important; */
    /* max-width: 120px; */
    max-height: 150px;
    max-width: 130px;
}

.product-listings1 .product-box1 a img {
    max-height: max-content !important;
    max-width: 100px;
}

.product-listings .product-box {
    display: flex;
    align-items: center;
    /*padding: 10px;*/
    border: 1px solid #ccc;
    overflow: hidden;
    position: relative;
    /*margin: 10px 0*/
}

.product-listings1 .product-box1 {
    display: flex;
    align-items: center;
    padding: 10px;
    /*border: 1px solid #ccc;*/
    overflow: hidden;
    position: relative;
    margin: 10px 0
}

.product-listings .product-box .product-media {
    width: 150px;
    height: auto;
    max-height: 150px;
    max-width: 150px;
    padding: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.25s ease;
    z-index: 0
}


.product-listings1 .product-box1 .product-media1 {
    width: 150px;
    height: auto;
    max-height: 150px;
    max-width: 150px;
    padding: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.25s ease;
    z-index: 0
}

.product-listings .product-box:hover .product-media {
    transform: scale(1.1)
}

.product-listings .product-box .product-content {
    width: calc(100% - 160px);
    background: #fff;
    z-index: 1
}

    .product-listings .product-box .product-content .p-title {
        font-weight: 500;
        font-size: 13px;
        text-align: left
    }

    .product-listings .product-box .product-content .p-price {
        color: #212529;
        font-weight: 600;
        font-size: 16px;
        margin: 0 20px 0 0
    }

        .product-listings .product-box .product-content .p-price a {
            font-size: 14px
        }

    .product-listings .product-box .product-content .p-action-content {
        display: flex;
        align-items: center;
        margin-top: 10px
    }




.product-listings1 .product-box1:hover .product-media1 {
    transform: scale(1.1)
}

.product-listings1 .product-box1 .product-content1 {
    width: calc(100% - 10px);
    background: #fff;
    z-index: 1
}

    .product-listings1 .product-box1 .product-content1 .p-title {
        font-weight: 500;
        font-size: 13px;
        text-align: left
    }

    .product-listings1 .product-box1 .product-content1 .p-price {
        color: #212529;
        font-weight: 600;
        font-size: 16px;
        margin: 0 20px 0 0
    }

        .product-listings1 .product-box1 .product-content1 .p-price a {
            font-size: 14px
        }

    .product-listings1 .product-box1 .product-content1 .p-action-content {
        display: flex;
        align-items: center;
        margin-top: 10px
    }



.sub-slider {
    float: left;
    width: 100%;
    margin: 0 auto 20px
}

    .sub-slider img {
        width: 100%;
        height: 100%;
        max-height: 300px
    }

.product-listings .product-box .product-content .p-title {
    font-weight: 500;
    font-size: 13px
}

.product-listings .product-box .product-content {
    width: calc(100% - 160px);
    background: #fff;
    z-index: 1
}

.product-listings .part-desc {
    display: flex;
    margin-top: 4px
}

.product-listings .part-title {
    font-size: 13px;
    margin-right: 10px
}

    .product-listings .part-title:last-child {
        margin-right: 0
    }

.product-listings .product-box .product-content .p-price {
    color: #0006ff;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    margin: 0 20px 0 0
}

.t-support ul {
    padding-left: 20px
}

    .t-support ul li {
        font-size: 14px;
        margin-top: 7px
    }

    .t-support ul.t-assistance {
        padding-left: 0
    }

        .t-support ul.t-assistance li {
            list-style: none;
            margin-top: 10px
        }

            .t-support ul.t-assistance li i {
                font-size: 18px;
                margin-right: 10px
            }

                .t-support ul.t-assistance li i.fa-phone {
                    transform: rotate(90deg)
                }

.support-video {
    font-size: 16px
}

.s-prduct-img {
    text-align: center;
    margin-bottom: 15px
}

.s-repair img {
    object-fit: contain
}

.s-repair ul {
    padding-left: 20px
}

    .s-repair ul li {
        font-size: 14px;
        margin-top: 7px
    }

.s-repair p span.text-red {
    font-size: 17px
}

.s-repair ul.pagination {
    padding-left: 0
}

ul.product-quality-desc {
    padding: 0 0 0 30px
}

    ul.product-quality-desc li {
        list-style: none
    }

        ul.product-quality-desc li i {
            color: #0006ff;
            margin-right: 5px
        }

.r-leasing .col-md-6 ul {
    padding: 0 0 0 20px;
    margin: 0
}

    .r-leasing .col-md-6 ul li {
        font-size: 14px;
        margin-top: 7px
    }

.t-about .col-md-12 ul {
    padding: 0 0 0 20px;
    margin: 0 0 20px 0;
    display: flex;
    flex-flow: wrap
}

    .t-about .col-md-12 ul li {
        margin-top: 7px;
        width: 50%
    }

.clients-img {
    width: 100%;
    margin-bottom: 25px;
    padding: 7px;
    border: 5px solid #fbfbfb;
    box-shadow: 0 0 7px rgba(0,0,0,.07);
    background: #fff;
    text-align: center
}

    .clients-img img {
        height: 60px;
        object-fit: contain;
        transition: all 0.5s ease
    }

        .clients-img img:hover {
            transform: scale(1.15)
        }

.t-career .col-md-12 ul {
    padding: 0 0 0 20px;
    margin: 0 0 20px 0;
    display: table
}

    .t-career .col-md-12 ul li {
        margin-top: 7px;
        width: 100%;
        float: left
    }

ul.t-myTest {
    padding: 0 0 0 20px;
    display: flex;
    flex-flow: wrap
}

    ul.t-myTest li {
        font-size: 14px;
        margin-top: 7px;
        width: 50%
    }

.myTest-video h6 {
    margin-top: 8px
}

    .myTest-video h6 a {
        font-size: 16px;
        font-weight: 400
    }

.t-myTest-heading {
    display: flex;
    flex-flow: wrap;
    align-items: flex-end
}

    .t-myTest-heading h1 {
        display: flex;
        flex-flow: wrap;
        font-size: 70px;
        color: #f80700
    }

.quality-img {
    text-align: center
}

    .quality-img img {
        max-width: 500px;
        margin-bottom: 20px
    }

.t-barfield {
    display: flex;
    align-items: center;
    margin-bottom: 10px
}

.t-bar-img {
    max-width: 270px;
    text-align: center;
    width: 100%;
    margin-right: 15px
}

.t-barfield img {
    width: 100%;
    max-height: 110px;
    object-fit: contain
}

.filter_type.version_2 .collapse {
    max-height: 350px;
    overflow: auto;
    overflow-x: hidden
}

.clr-filter {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
    align-items: center
}

ul.filterSubcategory {
    padding: 5px 5px 1px 10px !important;
    background: #f5f5f5;
    display: inline-block;
    width: 100%
}

.s-product-details p {
    margin-bottom: 5px
}

ul.p-quality {
    padding: 0;
    display: flex;
    flex-flow: wrap;
    width: 100%;
    max-width: 315px
}

    ul.p-quality li {
        width: 100%;
        margin-top: 10px;
        list-style: none
    }

        ul.p-quality li i {
            color: #0006ff;
            margin-right: 5px
        }

ul.p-quality100 li {
    width: 100%;
    margin-top: 10px;
    list-style: none
}

    ul.p-quality100 li i {
        color: #0006ff;
        margin-right: 5px
    }

ul.p-pdf-link {
    padding: 10px;
    display: flex;
    flex-flow: wrap;
    background-color: aliceblue
}

    ul.p-pdf-link li {
        width: 50%;
        margin-top: 10px;
        list-style: none
    }

        ul.p-pdf-link li a {
            font-size: 14px;
            color: #212529
        }

            ul.p-pdf-link li a i {
                margin-right: 5px
            }

.product-txt {
    display: flex;
    align-items: flex-end;
    padding-top: 5%
}

.availability-text p {
    font-size: 12px
}

.radio-custom-btn {
    position: relative;
    display: inline-block
}

[type="radio"]:checked, [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px
}

    [type="radio"]:checked + label, [type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 25px;
        cursor: pointer;
        line-height: 20px;
        font-weight: 500;
        display: inline-block;
        color: #666;
        margin-right: 4px;
        font-size: 13px
    }

        [type="radio"]:checked + label:before, [type="radio"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 2px;
            top: 2px;
            width: 18px;
            height: 18px;
            border: 1px solid #acacac;
            border-radius: 100%;
            background: #fff
        }

        [type="radio"]:checked + label:after, [type="radio"]:not(:checked) + label:after {
            content: '';
            width: 12px;
            height: 12px;
            background: #ff6767;
            position: absolute;
            top: 5px;
            left: 5px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease
        }

        [type="radio"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0)
        }

        [type="radio"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1)
        }

form.quick-req [type="radio"]:checked + label:after, form.quick-req [type="radio"]:not(:checked) + label:after {
    width: 9px;
    height: 9px
}

form.quick-req [type="radio"]:checked + label:before, form.quick-req [type="radio"]:not(:checked) + label:before {
    width: 15px;
    height: 15px
}

form.quick-req [type="radio"]:checked + label, form.quick-req [type="radio"]:not(:checked) + label {
    padding-left: 20px
}

form.quick-req {
    margin-bottom: 1rem;
    padding: 10px;
    background: #f5f5f5;
    border: 1px solid #e9e9e9;
    box-shadow: 0 0 10px rgba(0,0,0,.10)
}

    form.quick-req h6 {
        text-align: center;
        padding: 10px 0
    }

    form.quick-req .form-group {
        margin-bottom: .5rem
    }

.quick-req .custom-control-label::after, .quick-req .custom-control-label::before {
    top: 0
}

.quick-req .custom-control-label {
    font-size: 11px
}

.quick-req .custom-control {
    margin-top: 15px
}

.quick-req .form-group .btn {
    margin-bottom: 5px
}

.featured-products .related-slider .product-box .product-title {
    font-size: 16px
}

.related-slider .owl-nav {
    margin-top: 10px;
    position: absolute;
    top: 30%;
    width: -webkit-fill-available
}

    .related-slider .owl-nav button {
        display: inline-block !important;
        height: 30px;
        width: 30px;
        overflow: hidden;
        line-height: 25px !important;
        border: 1px solid #222 !important
    }

        .related-slider .owl-nav button span {
            font-size: 46px
        }

.fw-600 {
    font-weight: 600
}

.s-product-details p {
    margin-bottom: 5px
}

ul.e-specials {
    padding: 0;
    display: flex;
    flex-flow: wrap
}

    ul.e-specials li {
        font-size: 16px;
        margin-right: 20px;
        list-style: none
    }

        ul.e-specials li i {
            color: #0006ff;
            margin-right: 5px
        }

.product-price {
    ;
    margin-bottom: 10px
}

    .product-price a {
        color: #f80700;
        font-size: 13px
    }

.min-120 {
    min-width: 120px
}

.min-140 {
    min-width: 140px
}

.trade-shows {
    box-shadow: 1px 1px 20px rgba(0,0,0,.10);
    height: 100%;
    padding: 15px;
    display: flex;
    flex-flow: wrap;
    margin-top: 15px;
    transition: all 0.5s ease
}

    .trade-shows img {
        height: 120px;
        object-fit: contain;
        vertical-align: text-bottom;
        transition: all 0.5s ease
    }

    .trade-shows .trade-img {
        overflow: hidden;
        width: 100%;
        text-align: center
    }

    .trade-shows p {
        font-size: 16px;
        text-align: center;
        padding: 30px 10px 0;
        width: 100%
    }

    .trade-shows:hover img {
        transform: scale(1.1)
    }

    .trade-shows:hover {
        cursor: pointer
    }

.testi-text {
    box-shadow: 1px 1px 20px rgba(0,0,0,.10);
    padding: 15px;
    margin: 15px 0 0;
    height: 100%;
    transition: all 0.5s ease;
    text-align: center
}

    .testi-text p {
        text-align: center;
        padding: 40px 10px 0
    }

    .testi-text h5 {
        font-size: 16px
    }

    .testi-text h6 {
        font-size: 14px
    }

.testi-img {
    position: absolute;
    width: 70px;
    height: 70px;
    top: -10px;
    margin: 0 auto;
    left: 0;
    right: 0
}

    .testi-img img {
        width: 100%;
        border-radius: 50%;
        border: 1px solid #d4d4d4;
        outline: none
    }

.rfq-tbl {
    max-height: 500px
}

    .rfq-tbl table thead th {
        padding: .75rem .25rem;
        min-width: 60px;
        text-align: center;
        background-color: rgba(0,0,0,.05)
    }

    .rfq-tbl table tbody td {
        padding: .75rem .5rem
    }

        .rfq-tbl table tbody td input {
            width: 100%
        }

        .rfq-tbl table tbody td .form-control {
            padding: .375rem .5rem
        }

.mx-60 {
    max-width: 60px
}

.mx-80 {
    width: 60px
}

.mx-100 {
    max-width: 100px
}

.mx-120 {
    max-width: 120px
}

.mx-150 {
    width: 150px
}

.p-dlt {
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 5px
}

    .p-dlt img {
        width: 30px
    }

    .p-dlt i.fas.fa-times {
        font-size: 18px
    }

.table-search {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 10px
}

    .table-search label {
        margin: 0 10px 0
    }

.tbl-search-box {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center
}

    .tbl-search-box h5 {
        margin-bottom: 0
    }

.tbl-search-right {
    display: flex;
    max-width: 545px;
    width: 100%;
    align-items: center;
    justify-content: flex-end
}

.tbl-search {
    display: flex
}

    .tbl-search input, .tbl-search button {
        border-radius: 0px !important
    }

.rfq-form {
    background: #f5f5f5;
    padding: 15px
}

    .rfq-form .custom-control-label::after, .rfq-form .custom-control-label::before {
        top: .15em
    }

.t-blog h5 a {
    color: #000
}

.condition-wrap {
    position: relative
}

.condition-box {
    display: none;
    position: absolute;
    right: -200px;
    background: #fff;
    top: 0;
    padding: 10px;
    border: 1px solid #ccc;
    z-index: 9
}

.rfq-form .row:last-child {
    margin: 0
}

.rfq-select {
    position: relative;
    margin: 0
}

    .rfq-select dd, .rfq-select dt {
        margin: 0;
        padding: 0
    }

        .rfq-select dt p {
            margin-bottom: 0
        }

    .rfq-select ul {
        margin: -1px 0 0 0
    }

    .rfq-select dd {
        position: relative
    }

    .rfq-select a, .rfq-select a:visited {
        color: #495057;
        text-decoration: none;
        outline: none;
        font-size: 1rem;
        min-height: 38px;
        font-weight: 400
    }

    .rfq-select dt a {
        border: 1px solid #ced4da;
        display: block;
        padding: 5px 8px 5px 8px;
        border-radius: .25rem;
        min-height: 38px;
        line-height: 24px;
        overflow: hidden;
        width: 100%
    }

        .rfq-select dt a span, .multiSel span {
            cursor: pointer;
            display: inline-block;
            padding: 0 3px 2px 0
        }

    .rfq-select dd ul {
        background-color: #6c757d;
        border: 0;
        color: #fff;
        display: none;
        left: 0;
        padding: 2px 15px 2px 15px;
        position: absolute;
        top: 2px;
        width: 250px;
        list-style: none;
        height: auto;
        overflow: auto;
        z-index: 9
    }

    .rfq-select span.value {
        display: none
    }

    .rfq-select dd ul li a {
        padding: 5px;
        display: block
    }

    .rfq-select dd ul li input {
        width: auto;
        margin-right: 5px
    }

    .rfq-select dd ul li a:hover {
        background-color: #fff
    }

.captch-img {
    height: 100%;
    display: flex
}

    .captch-img img#captcha_image {
        max-width: 200px;
        object-fit: contain
    }

.c-survey [type="radio"]:checked + label, .c-survey [type="radio"]:not(:checked) + label {
    margin-bottom: 0
}

.c-survey table {
    min-width: 700px
}

    .c-survey table thead th {
        background: #007bff;
        color: #fff
    }

.mx-400 {
    max-width: 400px
}

.c-survey-btn {
    display: flex;
    flex-flow: wrap
}

    .c-survey-btn label {
        width: 100%
    }

    .c-survey-btn input.form-control {
        max-width: 500px;
        margin-right: 10px
    }

.c-survey [type="radio"]:checked + label:before, .c-survey [type="radio"]:not(:checked) + label:before {
    top: 0
}

.c-survey [type="radio"]:checked + label:after, .c-survey [type="radio"]:not(:checked) + label:after {
    top: 3px
}

.order-from h5 {
    background: #007bff;
    padding: 10px;
    color: #fff
}

.order-from .row .row {
    margin: 0 15px
}

.order-from h5 {
    background: #007bff;
    padding: 15px 10px;
    color: #fff;
    line-height: 20px;
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: flex-start
}

    .order-from h5 small {
        width: 100%;
        display: inline-block
    }

        .order-from h5 small a {
            color: #fff;
            width: 100%;
            display: inline-block;
            font-size: 12px;
            line-height: 10px
        }

.mxh-38 {
    min-height: 38px
}

.order-from [type="radio"]:checked + label:after, .order-from [type="radio"]:not(:checked) + label:after {
    width: 13px;
    height: 13px;
    top: 4px
}

.order-from [type="radio"]:checked + label:before, .order-from [type="radio"]:not(:checked) + label:before {
    top: 1px;
    width: 19px;
    height: 19px
}

.order-from [type="radio"]:checked + label, .order-from [type="radio"]:not(:checked) + label {
    padding-left: 27px
}

.shipping-order .col-md-12.mb-3, .billing-order .col-md-12.mb-3 {
    display: flex;
    ;
    align-items: center
}

    .shipping-order .col-md-12.mb-3 label, .billing-order .col-md-12.mb-3 label {
        min-width: 150px;
        margin: 0
    }

.order-tbl {
    margin-top: 15px
}

    .order-tbl thead th {
        background: #007bff;
        color: #fff;
        margin-top: 15px
    }

button.btn.btn-md.btn-copy {
    background: #b8b8b8;
    padding: 4px 15px;
    color: #fff
}

    button.btn.btn-md.btn-copy:hover {
        background: gray
    }

.order-tbl td .numbers-row {
    overflow: hidden;
    margin: 0 0 5px;
    display: flex;
    max-width: 150px
}

.order-tbl .numbers-row input[type=text] {
    float: left;
    width: 40px;
    padding: 0 0;
    text-align: center;
    margin-left: 5px;
    order: 2;
    border: 0
}

.order-tbl .numbers-row .button {
    margin: 0 0 0 5px;
    cursor: pointer;
    width: 29px;
    height: 29px;
    float: left;
    text-align: center;
    background: #fff;
    color: #333;
    font-size: 20px
}

.inc.button {
    order: 3
}

.dec.button {
    order: 1
}

.thankyou-page .top-left-links .logo img {
    max-width: 180px
}

.thankyou-page .top-header {
    padding: 10px 0;
    margin-bottom: 10px
}

    .thankyou-page .top-header > div {
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .thankyou-page .top-header .top-right-links ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
        display: block
    }

        .thankyou-page .top-header .top-right-links ul li {
            display: inline-block;
            margin-right: 25px;
            font-size: 13px
        }

            .thankyou-page .top-header .top-right-links ul li:last-child {
                margin-right: 0
            }

            .thankyou-page .top-header .top-right-links ul li a {
                color: #505050
            }

            .thankyou-page .top-header .top-right-links ul li.telephone a {
                display: flex;
                align-items: center;
                text-align: right
            }

            .thankyou-page .top-header .top-right-links ul li i {
                margin-right: 5px;
                display: inline-block;
                height: 25px;
                width: 25px;
                line-height: 23px;
                border-radius: 50%;
                text-align: center;
                border: 1px solid #505050;
                font-size: 13px
            }

.ty-text {
    display: flex;
    align-items: baseline;
    margin-bottom: 10px
}

    .ty-text label {
        margin: 0;
        min-width: 100px;
        font-weight: 600
    }

    .ty-text p {
        margin: 0
    }

.ty-content .col-md-6 h5 {
    background: #007bff;
    padding: 10px;
    color: #fff;
    line-height: 20px;
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: flex-start
}

.ty-info {
    display: flex;
    align-items: baseline;
    padding: 10px
}

    .ty-info label {
        margin: 0 10px 0 0;
        font-weight: 600
    }

    .ty-info p {
        margin: 0
    }

    .ty-info:nth-child(odd) {
        background: #f5f5f5
    }

.t-detail-form .nav-tabs {
    display: block;
    width: 100%
}

.t-detail-form ul.nav-tabs {
    padding: 5px;
    border: 1px solid #007bff;
    background: #007bff
}

    .t-detail-form ul.nav-tabs li {
        margin: 0 0 0;
        border: none
    }

        .t-detail-form ul.nav-tabs li:last-child {
            border: none
        }

        .t-detail-form ul.nav-tabs li a {
            color: #fff;
            border-right: 1px solid #fff;
            border-radius: 0
        }

            .t-detail-form ul.nav-tabs .nav-item.show .nav-link, .t-detail-form ul.nav-tabs li a.active {
                color: #007bff;
                border: 1px solid transparent;
                border-radius: 0
            }

            .t-detail-form ul.nav-tabs li a:hover {
                background-color: rgba(255,255,255,.9);
                color: #007bff;
                border: 1px solid transparent;
                border-radius: 0
            }

@media(min-width:768px) {


    .memberclass {
        justify-content: space-evenly;
        padding: 30px;
        margin: 10px;
    }

    .t-detail-form .nav-tabs {
        display: flex
    }

    .t-detail-form .card {
        border: none
    }

        .t-detail-form .card .card-header {
            display: none
        }

        .t-detail-form .card .collapse {
            display: block
        }
}

@media only screen and (max-width:767px) {
    .navbar {
        flex-flow: wrap;
        width: 100%;
        position: absolute;
        display: flex !important;
        justify-content: flex-end !important;
        left: 0;
        right: 0;
        padding: 0px !important
    }

    .avvsightandmyteq {
        display: block
    }

    .logomobile {
        display: block;
        width: 50%
    }
}

@media only screen and (min-width:768px) {


    .logomobile {
        display: none
    }
}

.eqp-list table th {
    font-size: 13px;
    font-weight: 600;
    padding: 15px 10px !important;
    background: #007bff;
    color: #fff
}

    .eqp-list table th a {
        color: #fff
    }

.eqp-list table td a {
    color: #333
}

    .eqp-list table td a:hover {
        color: #0006ff
    }

.eqp-list table.dataTable thead .sorting:before, .eqp-list table.dataTable thead .sorting:after, .eqp-list table.dataTable thead .sorting_asc:before, .eqp-list table.dataTable thead .sorting_asc:after, .eqp-list table.dataTable thead .sorting_desc:before, .eqp-list table.dataTable thead .sorting_desc:after, .eqp-list table.dataTable thead .sorting_asc_disabled:before, .eqp-list table.dataTable thead .sorting_asc_disabled:after, .eqp-list table.dataTable thead .sorting_desc_disabled:before, .eqp-list table.dataTable thead .sorting_desc_disabled:after {
    opacity: .9
}

.eqp-list-head {
    display: flex;
    justify-content: space-between
}

    .eqp-list-head h6 a {
        font-size: 14px
    }

.eqp-list .modal .modal-header {
    background: #007bff;
    color: #fff
}

    .eqp-list .modal .modal-header .close {
        color: #fff
    }

.eqp-list .modal ol {
    padding-left: 15px
}

    .eqp-list .modal ol li {
        padding-left: 10px
    }

        .eqp-list .modal ol li ol li {
            list-style-type: lower-roman;
            padding-left: 10px
        }

        .eqp-list .modal ol li p {
            margin-bottom: 10px
        }

    .eqp-list .modal ol.avion-Agent > li {
        list-style-type: upper-latin
    }

.term-title {
    font-weight: 600
}

.eqp-btn-group {
    display: block;
    align-items: center;
    margin-top: 15px
}

    .eqp-btn-group button {
        margin-right: 10px
    }

.upload-list button.btn {
    margin: 20px auto 0;
    display: block
}

.test-btns {
    display: flex;
    align-items: center;
    justify-content: center
}

    .test-btns .btn-secondary {
        margin-right: 10px
    }

.categories-list {
    line-height: 1.7;
    cursor: pointer
}

a.text-decoration-none.text-dark.categories-list:hover {
    color: #0101fc !important
}

.categories-product {
    font-size: 14px;
    font-size: .875rem
}

    .categories-product.cater-bod {
        border-bottom: 1px solid #ededed;
        margin: 0 -15px 15px -15px;
        padding: 0 15px
    }

        .categories-product.cater-bod h4 a {
            background-color: #f8f8f8
        }

        .categories-product.cater-bod .collapse {
            overflow: auto;
            overflow-x: hidden
        }

        .categories-product.cater-bod ul {
            list-style: none;
            padding: 5px 5px 0 5px
        }

    .categories-product ul li {
        margin-bottom: 5px
    }

    .categories-product.cater-bod h4 a {
        display: block;
        font-size: 15px;
        font-size: .9375rem;
        color: #444;
        padding: 8px 10px;
        margin: -5px -5px 0 -5px;
        line-height: 1;
        position: relative
    }

.other {
    line-height: 3.7
}

.list-bg {
    background-color: rgba(0,0,0,.05);
    border: 1px solid #dee2e6
}

a.text-decoration-none.text-dark:hover {
    color: #0101fc !important
}

.list-padding {
    padding: .75rem .6rem
}

label.note-size {
    font-size: 11px
}

.quick-req label.note-size {
    font-size: 13px
}

.heading-color {
    background-color: #1d58fc
}

p.header.text-white {
    font-weight: 600
}

.s-product-details p.header.text-white {
    text-align: center;
    font-size: 16px;
    margin: 0
}

.viaviimg {
    width: 80%
}

ul.test-set-pdf-link {
    padding: 0;
    display: flex;
    flex-flow: wrap
}

    ul.test-set-pdf-link li {
        margin: 0 0 10px;
        list-style: none;
        width: 100%
    }

        ul.test-set-pdf-link li a {
            font-size: 14px;
            transition: color .15s;
            color: #212529;
            width: 100%;
            padding: 12px;
            background: #f5f5f5;
            display: block
        }

            ul.test-set-pdf-link li a:hover {
                background: #6c757d;
                color: #fff
            }

            ul.test-set-pdf-link li a i {
                margin-right: 5px
            }

.f-w-600 {
    font-weight: 600
}

.nsn-width {
    width: 152px
}

.top-heading {
    max-width: 90%;
    width: 100%;
    margin: -1.25rem auto 0;
    background-color: #0001fc;
    padding: .8rem 1rem;
    color: #fff;
    text-align: center;
    border-radius: .25rem;
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15)
}

.cardsitemap {
    background: #f5f5f5;
    padding: 15px;
    border: 3px solid #fff
}

    .cardsitemap .card-body ul.list-group.list-group-flush {
        display: flex;
        flex-flow: wrap;
        flex-direction: wrap;
        justify-content: space-between
    }

        .cardsitemap .card-body ul.list-group.list-group-flush li {
            max-width: 32%;
            width: 100%;
            padding: .75rem .25rem
        }

footer {
    background: #f7f8fa
}

    footer .top-footer {
        font-size: 13px
    }

        footer .top-footer .title {
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 10px
        }

    footer ul.social-links {
        list-style-type: none;
        padding: 0;
        margin: 0
    }

        footer ul.social-links li {
            display: inline-block
        }

            footer ul.social-links li a {
                display: block;
                height: 35px;
                width: 35px;
                line-height: 35px;
                text-align: center;
                border-radius: 50%;
                border: 1px solid #505050;
                color: #505050;
                font-size: 16px;
                margin: 5px;
                padding-top: 0px
            }

    footer ul.contact-links {
        list-style-type: none;
        padding: 0;
        margin: 0;
        display: block
    }

        footer ul.contact-links li {
            margin-bottom: 10px
        }

            footer ul.contact-links li a {
                display: flex;
                align-items: start;
                font-size: 18px;
                color: #505050
            }

            footer ul.contact-links li i {
                margin-right: 5px;
                display: inline-block;
                height: 25px;
                width: 25px;
                line-height: 23px;
                border-radius: 50%;
                text-align: center;
                border: 1px solid #505050;
                font-size: 13px
            }

.footerlogo img {
    max-height: 55px
}

.footer-widget-title {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 22px;
    line-height: 32px;
    color: #313131;
    margin-bottom: 26px;
    position: relative
}

    .footer-widget-title:after {
        content: '';
        width: 50px;
        height: 1px;
        background-color: #0006ff;
        display: block;
        margin-top: 13px
    }

footer .footer-link-list {
    margin: 0
}

    footer .footer-link-list li {
        padding-bottom: 10px
    }

        footer .footer-link-list li a {
            font-size: 14px;
            color: #42464e;
            padding-left: 15px;
            position: relative;
            transition: all 0.25s ease
        }

            footer .footer-link-list li a:hover {
                text-decoration: none;
                padding-left: 18px
            }

            footer .footer-link-list li a:before {
                font-family: "Font Awesome 5 Pro";
                content: "\f105";
                position: absolute;
                top: 3px;
                left: 0;
                line-height: 1em;
                font-size: 14px
            }

.address-box i {
    font-size: 20px;
    margin-right: 10px
}

footer .bottom-footer {
    background: #00008b;
    padding: 1px 0 10px;
    text-align: center
}

    footer .bottom-footer ul {
        list-style-type: none;
        padding: 0;
        margin: 5px 0
    }

        footer .bottom-footer ul li {
            display: inline-block;
            position: relative;
            margin: 0 5px;
            padding: 0;
            line-height: 1
        }

            footer .bottom-footer ul li:first-child {
                margin-left: 0
            }

            footer .bottom-footer ul li:last-child {
                margin-right: 0
            }

            footer .bottom-footer ul li:after {
                content: '';
                position: absolute;
                right: -7px;
                top: 0;
                background: #505050;
                width: 1px;
                height: 100%
            }

            footer .bottom-footer ul li a {
                color: #505050;
                font-size: 13px
            }

    footer .bottom-footer .copyright {
        margin-top: 10px;
        font-size: 13px;
        color: #fff
    }

.chat-us {
    background: #0006ff;
    position: fixed;
    bottom: 10px;
    right: 10px;
    padding: 10px 15px;
    color: #fff;
    text-align: center;
    border-radius: 20px;
    z-index: 5
}

@keyframes slideInFromLeft {
    100% {
        transform: translateX(-50%);
        transform: rotate(-90deg);
    }

    0% {
        transform: translateX(0);
    }
}

@keyframes blueredtransition {
    0% {
        /*transform: rotate(-90deg) scale(1);*/
        background-color: blue;
    }

    25% {
        /*transform: rotate(-90deg) scale(1);*/
        background-color: blue;
    }

    30% {
        /*transform: rotate(-90deg) scale(1.4);*/
        background-color: blue;
    }

    50% {
        /*transform: rotate(-90deg) scale(1.2);*/
        background-color: red;
    }

    70% {
        /*transform: rotate(-90deg) scale(1.4);*/
        background-color: red;
    }

    100% {
        /*transform: rotate(-90deg) scale(1);*/
        background-color: red;
    }
}

.holiday-deals {
    /* animation: blueredtransition 1.4s linear infinite; */
    /*animation: 1s ease-out 0s 1 slideInFromLeft;*/
    background: #00008b;
    position: fixed;
    bottom: 53vh;
    right: -47px;
    padding: 0px 5px;
    color: #fff;
    text-align: center;
    border-radius: 0px;
    z-index: 5;
    transform: rotate(-90deg);
    font-size: 17px;
    border: 1px solid;
    border-color: white;
}

/*    .holiday-deals .btn-link:hover, a:hover {
        color: white;
    }
*/
.chat-us:hover, .chat-us:focus {
    color: #fff;
    text-decoration: none
}

.backtotop {
    position: fixed;
    bottom: 60px;
    right: 10px;
    background: #0006ff;
    color: #fff;
    height: 35px;
    line-height: 35px;
    width: 35px;
    border-radius: .25rem;
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    text-align: center;
    opacity: .5;
    filter: "alpha(opacity=50)";
    -ms-filter: "alpha(opacity=50)";
    cursor: pointer;
    transition: all 0.25s ease-in;
    z-index: 99;
}

    .backtotop:hover {
        opacity: 1;
        filter: "alpha(opacity=100)";
        -ms-filter: "alpha(opacity=100)"
    }

.m-head-icon {
    display: none
}

.avionteq-menu .navbar-nav .my-teq a {
    color: orange;
    font-weight: 600;
    padding: 1rem .65rem;
    width: 100%;
    text-align: left
}

.avionteq-menu .navbar-nav .my-teq {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

    .avionteq-menu .navbar-nav .my-teq a span {
        color: #505050;
        font-weight: 400
    }

    .avionteq-menu .navbar-nav .my-teq.myTeq-responsive-view {
        display: none
    }

@media screen and (max-width:1199px) and (min-width:992px) {

    /*    #telonmobileview {
        display: none !important;
    }*/
    /*   .d-flex {
        width: 100% !important;
    }*/

    .top-header .top-left-links {
        max-width: 40%
    }

    .avionteq-menu .navbar-nav .nav-link {
        padding-right: .45rem;
        padding-left: .45rem
    }

    .avionteq-menu ul > li > a {
        font-size: 14px
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        left: 0
    }

    .product-listings .product-box .product-content {
        width: 100%
    }
}

@media only screen and (max-width:991px) {
    /*    #navbarSupportedContent {
        overflow-y: scroll;height: 100vh;
    }
*/


    .holiday-deal-on-sale {
        text-align: left !important;
    }

    #main-header {
        background-color: white !important;
    }

    .avionteq-menu ul > li > a {
        color: #505050 !important;
    }

    .mobile-render-top {
        display: block;
    }


    .mainsearchproducts {
        display: none;
    }

    .indiateUL {
        display: none !important;
    }

    #ctl00_PanelSearch1 {
        display: block !important;
    }

    #divbutton-rfqsell {
        display: none !important;
    }

    #ctl00_A1 {
        display: none;
    }

    .main-header > div {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative
    }

    .d-head-icon {
        display: none
    }

    .m-head-icon {
        display: block
    }

    .top-left-links {
        width: 50%
    }

    .top-right-links {
        width: 50%;
        display: flex;
        flex-flow: wrap;
        justify-content: flex-end
    }

    .top-header .top-right-links ul li:after {
        top: 0
    }

    div#navbarTogglerDemo03 {
        min-height: 290px !important
    }


    .navbar-expand-sm .navbar-toggler {
        display: block !important
    }

    .navbar-collapse {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100% !important;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-align: center;
        align-items: center;
        position: absolute;
        right: 0;
        left: 0;
        box-shadow: 3px 3px 10px rgba(0,0,0,.10);
        width: 100%;
        max-height: 500px;
        /*max-height:max-content;*/
        overflow-x: auto;
        z-index: 99999;
        top: 321%;
        max-width: 100%;
        overflow-x: hidden;
        background: #fff
    }

    .avionteq-menu .dropdown-menu {
        background: #f5f5f5
    }

    .collapse:not(.show) {
        display: none !important
    }

    .navbar-expand-sm .navbar-nav {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .avionteq-menu li.nav-item.dropdown.show a.dropdown-toggle {
        color: #0101fc
    }

    .dropdown-menu.show .col-md-4:last-child .flex-column {
        border-bottom: none
    }

    .search-bar .input-group {
        width: 100%
    }

    .main-header .search-bar input {
        max-width: 100%
    }

    .main-header .search-bar {
        margin-left: 0;
        width: 100%;
        padding: 0 10px 10px
    }

    .main-header .search-bar {
        display: none
    }

    @media screen and (-webkit-min-device-pixel-ratio:0) {
        .footer {
            overflow: hidden
        }

        body {
            overflow-x: hidden
        }
    }

    .product-listings .product-box .product-content {
        width: 100%
    }

    .t-barfield {
        flex-flow: wrap
    }

    .t-bar-img {
        max-width: 100%;
        margin-right: 15px
    }

    .t-barfield img {
        max-height: inherit
    }

    .myTest-video iframe {
        height: 165px !important
    }

    header.thankyou-page .top-left-links {
        max-width: 200px
    }

    header.thankyou-page .top-right-links {
        width: 100%
    }

    .myTest-video.test-eqp-frame iframe {
        height: 400px !important
    }

    .rfq-tbl table {
        min-width: 900px
    }

    .order-tbl {
        min-width: 750px
    }

    .quality-banner {
        height: 160px
    }
}

@media only screen and (max-width:767px) {

    .announcement-image {
        height: 0px !important;
    }


    .notmobilehideimg {
        display: block !important;
    }

    .dropdown-menu.show .col-md-4 .flex-column {
        padding-bottom: 10px;
        border-bottom: 2px solid #ccc
    }

    .tel-mobileView .telephone {
        display: inline-flex;
        margin-right: 0;
        font-size: 13px
    }

        .tel-mobileView .telephone a {
            color: #505050;
            display: flex;
            align-items: center;
            text-align: right
        }

            .tel-mobileView .telephone a i {
                margin-right: 5px;
                display: inline-block;
                height: 25px;
                width: 25px;
                line-height: 23px;
                border-radius: 50%;
                text-align: center;
                border: 1px solid #505050;
                font-size: 13px
            }

    .top-header .top-right-links .myTeq-responsive-view .indicateUL {
        display: none;
        justify-content: end
    }

    .avionteq-menu .navbar-nav .my-teq.myTeq-responsive-view {
        display: block
    }

    .top-left-links {
        display: none
    }

    .top-right-links {
        width: 100%;
        align-items: center;
        display: flex;
        flex-flow: wrap
    }

    .top-header .top-right-links > .div-holder {
        order: 1;
        width: 100%;
        margin-bottom: 5px
    }

    .div-holder {
        padding-top: 0
    }

    .top-header .top-right-links .tel-mobileView {
        margin-top: 5px;
        display: block;
        width: 100%;
        justify-content: flex-start;
        text-align: right
    }

    .top-header .top-right-links .my-teq {
        width: 100%;
        order: 2;
        justify-content: end
    }

    .top-header .top-right-links ul {
        width: 100%;
        order: 3
    }

    .responsive-search-bar {
        order: 3;
        margin-top: 0 !important
    }

    .top-header .top-right-links ul li {
        display: inline-flex;
        margin-right: 23px;
        position: relative;
        min-height: 28px;
        align-items: center
    }

        .top-header .top-right-links ul li a i {
            font-size: 18px
        }

        .top-header .top-right-links ul li:nth-child(2) a i {
            font-size: 20px
        }

    section.featured-2.my-md-5 {
        margin-top: 30px
    }

    .card.news {
        margin-top: .5em
    }

    .servicebox:after {
        display: none
    }

    .servicebox-inner {
        text-align: center
    }

    .servicebox {
        border-bottom: 1px solid #ccc
    }

    .client-section .row .col-md-6:first-child {
        order: 2
    }

    .featured-img {
        min-height: auto;
        margin-bottom: 30px
    }

    .testimonials, .clients {
        margin-bottom: 15px;
        height: auto !important
    }

    .embed-responsive {
        margin-bottom: 20px
    }

    footer {
        padding-top: 20px
    }

    .footer-widget-title {
        margin-top: 25px
    }

    .featured-2 .col-md-5.featured-img {
        min-height: 350px;
        order: 1;
        margin: 0 15px 15px
    }

    .featured-2 .col-md-7 {
        order: 2
    }

    .t-about .col-md-12 ul li {
        margin-top: 7px;
        width: 46%;
        margin-right: 4%
    }

    .product-listings .product-box .product-content .p-action-content {
        flex-flow: wrap;
        margin-top: 5px
    }

    .product-listings .product-box .product-content .p-price {
        margin-bottom: 10px
    }

    .myTest-video iframe {
        height: 300px !important
    }

    header.thankyou-page .top-header .top-right-links ul li:nth-child(2) a i {
        font-size: 13px
    }

    header.thankyou-page .top-left-links {
        display: block
    }

    .thankyou-page .top-header .top-right-links ul li {
        display: inline-block;
        margin-right: 5px;
        font-size: 13px
    }

    .top-header .top-right-links ul li:after {
        content: '';
        height: 100%;
        background: #ccc;
        width: 1px;
        position: absolute;
        right: -13px
    }

    .c-survey-btn input.form-control {
        margin-bottom: 15px
    }

    .t-myTest-heading h1 {
        font-size: 50px
    }

    .table-search label {
        margin: 0 10px 0 0
    }

    .my-teq {
        display: block
    }
}

@media only screen and (max-width:220px) {
    .top-header .top-right-links > .div-holder {
        justify-content: center
    }

    .top-header .top-right-links ul {
        text-align: center;
        width: 100%
    }

    .top-header .top-right-links .my-teq {
        justify-content: center;
        width: 100%
    }

    .hero-buttons {
        bottom: 50px
    }

    .clients {
        margin-top: 0
    }

    .main-title {
        margin: 30px 0 20px
    }

    .top-header .top-right-links .tel-mobileView {
        width: 100%;
        justify-content: center;
        order: 2;
        margin: 0 0 5px
    }

    .top-header .top-right-links > .div-holder {
        width: 100%;
        justify-content: center;
        order: 1
    }

    .tel-mobileView .telephone a {
        justify-content: center
    }

    .tel-mobileView .telephone {
        margin-right: 0;
        width: 100%
    }

    .responsive-search-bar {
        order: 3;
        margin-top: 0 !important;
        margin: 0 auto
    }

    .hero-buttons .btn {
        font-size: 12px;
        margin: 0 5px;
        padding: 3px .75rem
    }

    .hero-buttons {
        bottom: 5px
    }

        .hero-buttons ul li {
            margin: 2px 5px 0
        }

            .hero-buttons ul li a {
                font-size: 13px
            }

    .t-about .col-md-12 ul li {
        width: 100%
    }

    h4 {
        font-size: 1.25rem
    }

    .p-action a.btn {
        padding: .25rem .3rem;
        font-size: .775rem
    }

    .p-action {
        width: 100%;
        text-align: left
    }

    .thankyou-page .top-header .top-right-links ul {
        text-align: right
    }

    .m-mb-3 {
        margin-bottom: 1rem
    }

    .quality-banner {
        height: 120px
    }
}

@media only screen and (max-width:480px) {

    .uts100 {
        width: 7vh;
    }

    /*    .PromotionalBannerH1 {
        font-size: 1.3rem;
    }*/
    /*    .product-listings .product-box a img {
        max-height: max-content !important;
        max-width: 120px;
    }*/

    .hero-buttons {
        position: absolute;
        bottom: 40px;
    }

    .testitem picture img.lazyload {
        height: 70px !important;
        width: 70px !important
    }

    .h3banner {
        font-size: 1rem
    }

    .hero-image img.img-fluid {
        height: 200px
    }

    .adjtoppad {
        padding-top: 0
    }

    .adjbotpad {
        padding-bottom: 0
    }

    .containerfluid {
        width: 100%
    }

    #ULCategory {
        -moz-column-count: 1;
        -moz-column-gap: 20px;
        -webkit-column-count: 1;
        -webkit-column-gap: 20px;
        column-count: 1;
        column-gap: 20px;
        list-style: none
    }

    #ULCategoryManufacturer {
        -moz-column-count: 1;
        -moz-column-gap: 20px;
        -webkit-column-count: 1;
        -webkit-column-gap: 20px;
        column-count: 1;
        column-gap: 20px;
        list-style: none
    }

    .hero-buttons .btn {
        font-size: 11px;
        padding: 2px .75rem
    }

    .top-header .top-right-links ul.user-not-login li {
        flex-flow: wrap;
        justify-content: center
    }

        .top-header .top-right-links ul.user-not-login li strong {
            width: 100%
        }

    .featured-2 .col-md-5.featured-img {
        min-height: 250px
    }

    @media not all and (min-resolution:.001dpcm) {
        @media {
            .subscribe_button .btn {
                min-height: 47px
            }
        }
    }

    .product-listings .product-box {
        flex-flow: wrap;
        width: 100%
    }

        .product-listings .product-box .product-media {
            width: 150px;
            height: auto;
            margin: 0 auto
        }

        .product-listings .product-box .product-content .p-title {
            text-align: center;
            width: 100%
        }

    .p-action a.btn {
        padding: .25rem .5rem;
        font-size: .875rem;
        margin: 0 0 5px 0
    }

    .p-action {
        text-align: center
    }

    .product-listings .product-box .product-content .p-price {
        width: 100%;
        text-align: center
    }

    .col-lg-9 .pagination, .featured-products .pagination {
        justify-content: center
    }

    .myTest-video iframe {
        height: 300px !important
    }

    .thankyou-page .top-header > div {
        justify-content: center;
        flex-flow: wrap
    }

    .thankyou-page .top-header .top-right-links ul {
        text-align: center
    }

    /*    header.thankyou-page .top-left-links {
        margin-bottom: 10px;
        max-width: 100%;
        width: 100%;
        text-align: center
    }
*/
    header.thankyou-page .top-right-links {
        width: 100%
    }

    .thankyou-page .top-header .top-right-links ul li {
        margin-top: 7px
    }

        .thankyou-page .top-header .top-right-links ul li:after {
            display: none
        }

    .myTest-video.test-eqp-frame iframe {
        height: 300px !important
    }

    .t-myTest-heading h1 {
        font-size: 40px
    }

    ul.t-myTest li {
        width: 100%
    }

    .tbl-search-right {
        flex-flow: wrap
    }

    .table-search label {
        margin: 0 10px 5px 0
    }

    .tbl-search {
        width: 100%
    }

    .shipping-order .col-md-12.mb-3, .billing-order .col-md-12.mb-3 {
        flex-flow: wrap
    }

    .quality-banner {
        background-position: right;
        background-size: cover !important
    }
}

.s-product-details p span {
    color: #0006ff;
    font-weight: 700
}

.s-product-details .form-group {
    margin-bottom: .5rem;
    text-align: center
}

.s-product-details .center {
    margin-top: .5rem;
    margin-bottom: .5rem;
    text-align: center
}

@media (max-width:1280px) {
    .testitem picture img.lazyload {
        height: 40px !important;
        width: 70px !important
    }

    .featured-products .product-box .product-media {
        height: 120px;
        width: auto;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        transition: all 0.25s ease;
        z-index: 0
    }

    section.featured-2.my-md-5 .col-md-5.featured-img {
        background-size: 100% !important
    }
}

@media(max-width:640px) {
    .memberclass {
        justify-content: space-evenly;
        padding: 0px;
        margin: 0px;
    }

    .sub-slider {
        height: 120px
    }

    .ty-text label {
        margin: 0;
        min-width: 92px;
        font-weight: 600
    }
}

@media (max-width:980px) {
    .testitem picture img.lazyload {
        height: 40px !important;
        width: 70px !important
    }

    .quality_div {
        width: 100%;
        float: left;
        display: block;
        clear: left
    }

    .availability {
        width: 100%;
        float: left;
        display: block;
        clear: left
    }

    .product-txt {
        display: block;
        align-items: flex-end
    }

    .trade-shows img {
        height: auto;
        width: 200px;
        object-fit: contain;
        vertical-align: text-bottom;
        transition: all 0.5s ease
    }

    .ty-info {
        display: block;
        align-items: baseline;
        padding: 10px
    }

    .col-md-9.equipment_div {
        width: 100%;
        max-width: 100%;
        flex: 100%
    }

    .col-md-9.offset-md-3.rental_page_div {
        margin: 0;
        width: 100% !important;
        flex: 100%;
        max-width: 100%
    }
}

.s-prduct-img img {
    max-width: 100%;
    object-fit: contain;
}

.col-md-5.featured-img.Homepage_img img.img-fluid {
    width: 100%
}

@media (max-width:1280px) {
    .featured-2 .col-md-5.featured-img {
        min-height: auto;
        order: 1;
        margin: 0 15px 15px
    }

    .featured-2 .col-md-7 {
        order: 2
    }

    .col-md-7.Homepage_content {
        width: 100%;
        max-width: 100%;
        flex: 100%
    }

    .col-md-5.featured-img.Homepage_img {
        width: 100%;
        max-width: 100%;
        flex: 100%
    }
}

.french_lg .navbar-nav .nav-link {
    padding: 0 4px;
    font-size: 12px
}

.russian_lg .navbar-nav .nav-link {
    font-size: 12px
}

.portugues_lg .navbar-nav .nav-link {
    font-size: 12px
}

@media(max-width:400px) {
    a.btn.btn-md.btn-secondary {
        margin-bottom: 20px
    }
}

img.img-fluid.featured-img.Homepage_img {
    clear: right;
    float: right;
    margin: 0 0 10px 10px
}

.hero-image img.img-fluid {
    width: 100%
}

/*@media screen and (max-width:320px) and (max-height:568px) {
    .holiday-deals {
        background: #00008b;
        position: fixed;
        bottom: 29vh;
        right: -42px;
        padding: 0px 5px;
        color: #fff;
        text-align: center;
        border-radius: 0px;
        z-index: 5;
        transform: rotate(-90deg);
        font-size: 12px;
    }
}
*/
@media screen and (min-device-width:320px) and (max-device-width:320px) {

    .holiday-deals {
        background: #00008b;
        position: fixed;
        bottom: 27vh;
        right: -46px;
        padding: 0px 5px;
        color: #fff;
        text-align: center;
        border-radius: 0px;
        z-index: 5;
        transform: rotate(-90deg);
        font-size: 14px;
    }

    .modal-title {
        font-size: 22px;
    }
}

@media screen and (min-width:320px) and (max-width:320px) {
    .holiday-deals {
        background: #00008b;
        position: fixed;
        bottom: 27vh;
        right: -46px;
        padding: 0px 5px;
        color: #fff;
        text-align: center;
        border-radius: 0px;
        z-index: 5;
        transform: rotate(-90deg);
        font-size: 14px;
    }

    .modal-title {
        font-size: 22px;
    }
}

@media screen and (min-width:360px) and (max-width:360px) {
    .PromotionalBannerH1 {
        font-size: 1.1rem;
    }

    .holiday-deals {
        background: #00008b;
        position: fixed;
        bottom: 45vh;
        right: -46px;
        padding: 0px 5px;
        color: #fff;
        text-align: center;
        border-radius: 0px;
        z-index: 5;
        transform: rotate(-90deg);
        font-size: 14px;
    }
}

@media screen and (min-device-width:360px) and (max-device-width:360px) {
    .PromotionalBannerH1 {
        font-size: 1.1rem;
    }

    .holiday-deals {
        background: #00008b;
        position: fixed;
        bottom: 45vh;
        right: -46px;
        padding: 0px 5px;
        color: #fff;
        text-align: center;
        border-radius: 0px;
        z-index: 5;
        transform: rotate(-90deg);
        font-size: 14px;
    }
}


@media screen and (min-width:375px) and (max-width:375px) {
    .holiday-deals {
        background: #00008b;
        position: fixed;
        bottom: 48vh;
        right: -46px;
        padding: 0px 5px;
        color: #fff;
        text-align: center;
        border-radius: 0px;
        z-index: 5;
        transform: rotate(-90deg);
        font-size: 14px;
    }

    .PromotionalBannerH1 {
        font-size: 1.1rem;
        font-family: 'Times New Roman';
        font-weight: 600;
        text-align: center;
        color: darkblue;
        background-color: #5a534852;
        margin-bottom: 0;
        background-image: linear-gradient(rgb(152 148 141 / 0%), rgb(231 230 228 / 48%));
    }
}

@media screen and (min-device-width:375px) and (max-device-width:375px) {
    .holiday-deals {
        background: #00008b;
        position: fixed;
        bottom: 48vh;
        right: -46px;
        padding: 0px 5px;
        color: #fff;
        text-align: center;
        border-radius: 0px;
        z-index: 5;
        transform: rotate(-90deg);
        font-size: 14px;
    }

    .PromotionalBannerH1 {
        font-size: 1.1rem;
        font-family: 'Times New Roman';
        font-weight: 600;
        text-align: center;
        color: darkblue;
        background-color: #5a534852;
        margin-bottom: 0;
        background-image: linear-gradient(rgb(152 148 141 / 0%), rgb(231 230 228 / 48%));
    }
}


@media screen and (min-width:390px) and (max-width:390px) {
    .holiday-deals {
        background: #00008b;
        position: fixed;
        bottom: 48vh;
        right: -46px;
        padding: 0px 5px;
        color: #fff;
        text-align: center;
        border-radius: 0px;
        z-index: 5;
        transform: rotate(-90deg);
        font-size: 14px;
    }

    .PromotionalBannerH1 {
        font-size: 1.1rem;
        font-family: 'Times New Roman';
        font-weight: 600;
        text-align: center;
        color: darkblue;
        background-color: #5a534852;
        margin-bottom: 0;
        background-image: linear-gradient(rgb(152 148 141 / 0%), rgb(231 230 228 / 48%));
    }
}

@media screen and (min-device-width:390px) and (max-device-width:390px) {
    .holiday-deals {
        background: #00008b;
        position: fixed;
        bottom: 48vh;
        right: -46px;
        padding: 0px 5px;
        color: #fff;
        text-align: center;
        border-radius: 0px;
        z-index: 5;
        transform: rotate(-90deg);
        font-size: 14px;
    }

    .PromotionalBannerH1 {
        font-size: 1.1rem;
        font-family: 'Times New Roman';
        font-weight: 600;
        text-align: center;
        color: darkblue;
        background-color: #5a534852;
        margin-bottom: 0;
        background-image: linear-gradient(rgb(152 148 141 / 0%), rgb(231 230 228 / 48%));
    }
}


/*@media screen and (max-width:390px) and (max-height:844px) {
    .holiday-deals {
        background: #00008b;
        position: fixed;
        bottom: 48vh;
        right: -46px;
        padding: 0px 5px;
        color: #fff;
        text-align: center;
        border-radius: 0px;
        z-index: 5;
        transform: rotate(-90deg);
        font-size: 14px;
    }

    .PromotionalBannerH1 {
        font-size: 1.1rem;
        font-family: 'Times New Roman';
        font-weight: 600;
        text-align: center;
        color: darkblue;*/
/* background-color: #5a534852; */
/*margin-bottom: 0;*/
/* background-image: linear-gradient(rgb(152 148 141 / 0%), rgb(231 230 228 / 48%)); */
/*}
}

@media screen and (max-device-width:390px) and (max-device-height:844px) {
    .holiday-deals {
        background: #00008b;
        position: fixed;
        bottom: 48vh;
        right: -46px;
        padding: 0px 5px;
        color: #fff;
        text-align: center;
        border-radius: 0px;
        z-index: 5;
        transform: rotate(-90deg);
        font-size: 14px;
    }

    .PromotionalBannerH1 {
        font-size: 1.1rem;
        font-family: 'Times New Roman';
        font-weight: 600;
        text-align: center;
        color: darkblue;*/
/* background-color: #5a534852; */
/*margin-bottom: 0;*/
/* background-image: linear-gradient(rgb(152 148 141 / 0%), rgb(231 230 228 / 48%)); */
/*}
}*/






@media screen and (min-device-width:250px) and (max-device-width:309px) {
    .hero-buttons .div-holder, .hero-buttons ul {
        display: inline-grid;
        align-items: center;
        justify-content: center
    }

    .hero-buttons .btn {
        margin: 3px 5px
    }
}

@media screen and (min-device-width:280px) and (max-device-width:360px) {
    .yearendmodalheader {
        background-size: 745px;
    }

    .uts100 {
        width: 7vh;
    }

    ul.e-specials {
        flex-direction: column
    }
}

@media screen and (max-device-width:820px) and (max-device-height:1180px) {
    .hero-buttons {
        position: absolute;
        bottom: 25px;
        left: 0;
        width: 100%;
        z-index: 2;
        width: 100%;
        padding-top: 40px;
    }
}

@media screen and (min-device-width:768px) and (max-device-height:1024px) {

    .uts100 {
        width: 4vh;
    }
}

@media screen and (max-device-width:414px) and (max-device-height:896px) {
    .uts100 {
        width: 6vh;
    }
}


@media screen and (max-device-width:390px) and (max-device-height:844px) {
    .uts100 {
        width: 6vh;
    }
}

@media screen and (max-device-width:412px) and (max-device-height:915px) {
    .uts100 {
        width: 5vh;
    }

    .product-listings .product-box a img {
        max-height: max-content !important;
        max-width: 105px;
    }
}


@media screen and (max-device-width:360px) and (max-device-height:740px) {
    .product-listings .product-box a img {
        max-height: max-content !important;
        max-width: 105px;
    }
}

@media screen and (max-device-width:540px) and (max-device-height:720px) {
    .product-listings .product-box a img {
        max-height: max-content !important;
        max-width: 110px;
    }
}



@media screen and (max-device-width:912px) and (max-device-height:1368px) {
    .hero-buttons {
        position: absolute;
        bottom: 30px;
        left: 0;
        width: 100%;
        z-index: 2;
        width: 100%;
        padding-top: 40px;
    }
}

@media screen and (max-device-width:1366px) and (max-device-height:768px) {
    .hero-buttons {
        position: absolute;
        bottom: 75px;
        left: 0;
        width: 100%;
        z-index: 2;
        width: 100%;
        padding-top: 40px;
    }
}


@media screen and (max-device-width:375px) and (max-device-height:667px) {
    .uts100 {
        width: 6vh;
    }

    .PromotionalBannerH1 {
        font-size: 1.3rem;
    }
}



@media screen and (max-device-width:280px) and (max-device-height:653px) {
    .uts100 {
        width: 5vh;
    }

    .PromotionalBannerH1 {
        font-size: 1.3rem;
    }
}



@media screen and (max-device-width:393px) and (max-device-height:851px) {
    .uts100 {
        width: 6vh;
    }

    .PromotionalBannerH1 {
        font-size: 5vw;
    }
}


@media screen and (max-device-width:1024px) and (max-device-height:600px) {
    .uts100 {
        width: 7vh;
    }

    .hero-buttons {
        position: absolute;
        bottom: 40px;
        left: 0;
        width: 100%;
        z-index: 2;
        width: 100%;
        padding-top: 40px;
    }
}

@media screen and (max-device-width:1280px) and (max-device-height:800px) {
    .uts100 {
        width: 7vh;
    }

    .hero-buttons {
        position: absolute;
        bottom: 40px;
        left: 0;
        width: 100%;
        z-index: 2;
        width: 100%;
        padding-top: 40px;
    }
}

/*.mobile-view {
    display: none
}
*/
@media screen and (min-device-width:481px) and (max-device-width:1180px) {
    .containerfluid {
        width: 100%
    }
}




@media screen and (min-width:768px) and (max-width:991px) {

    .navbar {
        flex-flow: wrap;
        width: 100%;
        position: initial;
        display: flex !important;
        justify-content: flex-end !important;
        left: 0;
        right: 0;
        padding: 0px !important
    }
}


@media screen and (min-device-width:280px) and (max-device-width:991px) {

    .avionteq-menu .navbar-nav .nav-link {
        padding-left: 1.65rem;
    }


    #navbarSupportedContent {
        /* box-shadow: rgb(16 24 40 / 27%) 0px 0px 15px 0px, rgb(16 24 40 / 0%) 0px 100px 5px 0px;*/
        box-shadow: rgb(16 24 40 / 24%) 0px 0px 4px 0px, rgb(16 24 40 / 0%) 0px 100px 5px 0px
    }

    /*        #MobileNavSearch {
            display: block;
        }
*/
    .mobile-render-top {
        display: block;
    }

    .mainsearchproducts {
        display: none;
    }

    .indiateUL {
        display: none !important;
    }

    #ctl00_PanelSearch1 {
        display: block !important;
    }

    #divbutton-rfqsell {
        display: none !important;
    }

    .d-flex {
        width: 100% !important;
    }

    #divbutton-rfqsell {
        display: none !important;
    }

    .BDC_CaptchaDiv a img {
        position: relative;
        width: 20px;
        left: 10px
    }

    .BDC_CaptchaImage {
        width: 260px !important
    }

    #MainContent_CaptchaCodeTextBox {
        width: 100% !important
    }

    .responsive-search-bar {
        display: block !important
    }

    .eqp-btn-group {
        margin-top: 15px;
        display: inline-flex;
        text-align: center;
        width: inherit;
        flex-direction: column;
        align-items: stretch
    }

    #MainContent_HLExcel {
        display: contents
    }

    .gridtable {
        inline-size: max-content
    }

    .mobile-view {
        display: block
    }

    .vpnh {
        margin: 4%
    }
}

@media screen and (max-width:280px) {
    .list-inline-item {
        height: 31px;
        width: 92px;
        margin: 1px;
        padding: 17px
    }

        .list-inline-item img {
            height: 50px;
            width: 80px;
            padding: 4px
        }

    .testitem picture img.lazyload {
        height: 40px !important;
        width: 40px !important
    }
}





/*---------------------------------------------------------------------------------------- Media  for text banner ----------------------------------------------------------*/


@media only screen and (min-width: 20em) {
    .text-show {
        font-size: 2vw;
        text-shadow: 1px 1px 2px black;
    }

    .text-fade {
        font-size: 2vw;
        text-shadow: 1px 1px 2px black;
    }

    .div-banner-text {
        position: absolute;
        top: 51.5%;
        left: 18.6%;
        color: white;
        font-family: 'Bahnschrift';
        line-height: 2.5rem;
        width: 65%;
    }

        .div-banner-text p {
            /* /* background-color: #0c57838a; */
            padding: 7px;
            width: 71%;
            border-radius: 9px;
            display: inline;
        }


    .text-show0 {
        font-size: 2.5vw;
        text-shadow: 1px 1px 2px black;
    }



    .div-banner-text0 {
        position: absolute;
        /* top: 34%;
        left: 14.6%;*/
        top: 37%;
        left: 13.6%;
        color: white;
        font-family: 'Bahnschrift';
        line-height: 2.5rem;
        width: 65%;
    }

        .div-banner-text0 p {
            /* background-color: #0c57838a; */
            padding: 7px;
            width: 71%;
            border-radius: 9px;
            display: inline;
            width: 65%;
        }

    .avionteq-web-banner {
        width: 100%;
        height: auto;
    }
}







@media only screen and (min-width: 30em) {
    .text-show {
        font-size: 2vw;
        text-shadow: 1px 1px 2px black;
    }

    .text-fade {
        font-size: 2vw;
        text-shadow: 1px 1px 2px black;
    }

    .div-banner-text {
        position: absolute;
        top: 58.5%;
        left: 21.6%;
        color: white;
        font-family: 'Bahnschrift';
        line-height: 2.5rem;
    }

        .div-banner-text p {
            /* /* background-color: #0c57838a; */ */ padding: 7px;
            width: 71%;
            border-radius: 9px;
            display: inline;
        }


    .text-show0 {
        font-size: 2.5vw;
        text-shadow: 1px 1px 2px black;
    }



    .div-banner-text0 {
        position: absolute;
        top: 39%;
        left: 16.6%;
        color: white;
        font-family: 'Bahnschrift';
        line-height: 2.5rem;
    }

        .div-banner-text0 p {
            /* background-color: #0c57838a; */
            padding: 7px;
            width: 71%;
            border-radius: 9px;
            display: inline;
        }

    .avionteq-web-banner {
        width: 100%;
        height: auto;
    }
}








/* Small devices such as large phones (640px and up) */
@media only screen and (min-width: 40em) {
    .text-show {
        font-size: 2vw;
        text-shadow: 1px 1px 2px black;
    }

    .text-fade {
        font-size: 2vw;
        text-shadow: 1px 1px 2px black;
    }

    .div-banner-text {
        position: absolute;
        top: 60.5%;
        left: 22%;
        color: white;
        font-family: 'Bahnschrift';
        line-height: 2.5rem;
    }

        .div-banner-text p {
            /* /* background-color: #0c57838a; */ */ padding: 7px;
            width: 71%;
            border-radius: 9px;
            display: inline;
        }


    .text-show0 {
        font-size: 2.5vw;
        text-shadow: 1px 1px 2px black;
    }



    .div-banner-text0 {
        position: absolute;
        top: 43%;
        left: 16.6%;
        color: white;
        font-family: 'Bahnschrift';
        line-height: 2.5rem;
    }

        .div-banner-text0 p {
            /* background-color: #0c57838a; */
            padding: 7px;
            width: 71%;
            border-radius: 9px;
            display: inline;
        }

    .avionteq-web-banner {
        width: 100%;
        height: auto;
    }
}

/* Medium devices such as tablets (768px and up) */
@media only screen and (min-width: 48em) {
    .text-show {
        font-size: 1.3vw;
        text-shadow: 1px 1px 2px black;
    }

    .text-fade {
        font-size: 1.3vw;
        text-shadow: 1px 1px 2px black;
    }

    .div-banner-text {
        position: absolute;
        top: 60.5%;
        left: 20%;
        color: white;
        font-family: 'Bahnschrift';
        line-height: 2.5rem;
    }

        .div-banner-text p {
            /* /* background-color: #0c57838a; */ */ padding: 7px;
            width: 71%;
            border-radius: 9px;
            display: inline;
        }

    .text-show0 {
        font-size: 1.5vw;
        text-shadow: 1px 1px 2px black;
    }



    .div-banner-text0 {
        position: absolute;
        top: 48%;
        left: 17.6%;
        color: white;
        font-family: 'Bahnschrift';
        line-height: 2.5rem;
    }

        .div-banner-text0 p {
            /* background-color: #0c57838a; */
            padding: 7px;
            width: 71%;
            border-radius: 9px;
            display: inline;
        }

    .avionteq-web-banner {
        width: 100%;
        height: auto;
    }
}


/* Large devices such as laptops (1024px and up) */
@media only screen and (min-width: 64em) {
    .text-show {
        font-size: 1.3vw;
        text-shadow: 1px 1px 2px black;
    }

    .text-fade {
        font-size: 1.3vw;
        text-shadow: 1px 1px 2px black;
    }

    .div-banner-text {
        position: absolute;
        top: 61.5%;
        left: 21%;
        color: white;
        font-family: 'Bahnschrift';
        line-height: 2.5rem;
    }

        .div-banner-text p {
            /* /* background-color: #0c57838a; */ */ padding: 7px;
            width: 71%;
            border-radius: 9px;
            display: inline;
        }

    .text-show0 {
        font-size: 1.5vw;
        text-shadow: 1px 1px 2px black;
    }



    .div-banner-text0 {
        position: absolute;
        top: 49%;
        left: 18%;
        color: white;
        font-family: 'Bahnschrift';
        line-height: 2.5rem;
    }

        .div-banner-text0 p {
            /* background-color: #0c57838a; */
            padding: 7px;
            width: 71%;
            border-radius: 9px;
            display: inline;
        }


    .avionteq-web-banner {
        width: 100%;
        height: 66vh;
    }
}


/* Largest devices such as desktops (1280px and up) */
@media only screen and (min-width: 80em) {
    .text-show {
        font-size: 1.3vw;
        text-shadow: 1px 1px 2px black;
    }

    .text-fade {
        font-size: 1.3vw;
        text-shadow: 1px 1px 2px black;
    }

    .div-banner-text {
        position: absolute;
        top: 61.5%;
        left: 21%;
        color: white;
        font-family: 'Bahnschrift';
        line-height: 2.5rem;
    }

        .div-banner-text p {
            /* /* background-color: #0c57838a; */ */ padding: 7px;
            width: 71%;
            border-radius: 9px;
            display: inline;
        }





    .text-show0 {
        font-size: 1.5vw;
        text-shadow: 1px 1px 2px black;
    }



    .div-banner-text0 {
        position: absolute;
        top: 51%;
        left: 18%;
        color: white;
        font-family: 'Bahnschrift';
        line-height: 2.5rem;
    }

        .div-banner-text0 p {
            /* background-color: #0c57838a; */
            padding: 7px;
            width: 71%;
            border-radius: 9px;
            display: inline;
        }

    .avionteq-web-banner {
        width: 100%;
        height: 60vh;
    }
}



/* Largest devices such as desktops (1280px and up) */
@media only screen and (min-width: 90em) {
    .text-show {
        font-size: 1.3vw;
        text-shadow: 1px 1px 2px black;
    }

    .text-fade {
        font-size: 1.3vw;
        text-shadow: 1px 1px 2px black;
    }

    .div-banner-text {
        position: absolute;
        top: 62.5%;
        left: 21%;
        color: white;
        font-family: 'Bahnschrift';
        line-height: 2.5rem;
    }

        .div-banner-text p {
            /* /* background-color: #0c57838a; */ */ padding: 7px;
            width: 71%;
            border-radius: 9px;
            display: inline;
        }





    .text-show0 {
        font-size: 1.5vw;
        text-shadow: 1px 1px 2px black;
    }



    .div-banner-text0 {
        position: absolute;
        top: 51%;
        left: 18.6%;
        color: white;
        font-family: 'Bahnschrift';
        line-height: 2.5rem;
    }

        .div-banner-text0 p {
            /* /* background-color: #0c57838a; */ */ padding: 7px;
            width: 71%;
            border-radius: 9px;
            display: inline;
        }


    .avionteq-web-banner {
        width: 100%;
        height: 66vh;
    }
}
