.asap-chatbot-wrap a i {
    position: fixed;
    bottom: 160px;
    right: -15px;
    z-index: 99;
    padding: 5px;
    border-radius: 50%;
    transition: all .3s ease-in-out;
}

.asap-chatbot-wrap:hover {
    background-color: rgba(255,255,255,0.95);
}

@media(max-width: 480px) {
    .asap-chatbot-wrap a i {
        right: -15px;
    }
}

header .header {
    position: fixed;
    width: 100%;
    z-index: 10000;
    transition: 0.3s;
    padding: 0;
    background: #cac9cf;
}

.container-fluid.header-content-wrap {
    padding-top:10px;
    padding-right: 40px;
    padding-left: 40px;
    margin-right: auto;
    margin-left: auto;
}

nav.header.change-bg {
    background: #cac9cf;
}

    nav.header.change-bg.change-bg-inner {
        background: #cac9cf;
    }

.main_nav a, .header a {
    text-decoration: none;
}

a.logo {
    position: relative;
    top: 15px;
}

.nav_holder {
    display: block;
    overflow: hidden;
    clear: both;
    text-align: right;
}

.main_nav {
    margin: 0;
    padding: 0;
    display: block;
    clear: both;
    font-size: 1.125em;
}

    .main_nav li {
        display: inline-block;
        position: relative;
        margin: 0px 10px;
    }

        .main_nav li:last-child {
            margin-right: 0;
        }

    .main_nav > li > a {
        color: #000;
        text-decoration: none !important;
        padding: 10px 5px;
        position: relative;
        display: inline-block;
        font-size: 1em;
        font-family: 'robotomedium';
    }

.change-bg-inner .main_nav > li > a {
    color: #000000;
}

.main_nav li span {
    position: absolute;
    bottom: 0px;
    height: 3px;
    display: block;
    left: 0px;
    width: 0%;
    right: 0px;
    transition: 1s;
}

.main_nav li:hover span, .main_nav li:focus span {
    width: 100%;
    animation: overspan 1s forwards;
    transition: 1s;
}

.main_nav li:hover a, .main_nav li:focus a, .main_nav li.actmenu a {
    outline: none;
    text-decoration: none;
    color: #005EB3;
}

.nav_holder {
    overflow: visible;
}

.main_nav li {
    position: relative;
}

    .main_nav li > .fa-caret-down {
        display: none;
    }

.main_nav > li > ul {
    position: absolute;
    margin: 0px;
    padding: 0px;
    width: 280px;
    background: #005EB3;
    z-index: 10000;
    display: none;
}

    .main_nav > li > ul > li, .main_nav > li > ul > li > ul > li {
        margin: 0px;
    }

        .main_nav > li > ul > li > ul {
            position: absolute;
            margin: 0px;
            padding: 0px;
            left: 280px;
            width: 280px;
            top: 0px;
            background: #005EB3;
            z-index: 10000;
            display: none;
        }

        .main_nav > li > ul > li > ul {
            background: #005EB3;
        }

        .main_nav > li:hover > ul, .main_nav > li > ul > li:hover ul {
            display: block;
        }

.main_nav > li:nth-child(n+5) > ul > li > ul {
    left: -280px;
}

.main_nav li ul li {
    display: block;
}

    .main_nav li ul li a {
        display: block;
        padding: 13px 15px !important;
        border-bottom: 1px rgba(255,255,255,0.3) dashed;
        color: #ffffff !important;
        text-align: left;
        width: 100%;
        font-size: 0.90em !important;
        position: relative;
    }

        .main_nav li ul li a i {
            position: absolute;
            right: 0px;
            top: 4px;
            padding: 12px 15px;
        }

        .main_nav li ul li a:hover {
            background-color: #cac9cf;
            color: rgb(0, 0, 97) !important;
        }

.main_nav > li > ul > li:hover > a {
    background-color: #cac9cf;
    color: rgb(0, 0, 97) !important;
}

.menu_bar {
    display: none;
}

.plus_btn {
    display: none;
}

.nav-search-wrap {
    text-align: right;
    padding-top: 0;
}

.search_form form, a.inrfq {
    display: inline-block;
}

ul.cta {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

    ul.cta li {
        margin-right: 20px;
        display: inline-block;
    }

        ul.cta li a {
            font-size: 14px;
            font-family: 'robotoregular';
            font-weight: 300 !important;
            color: #363637;
            text-align: right;
            vertical-align: middle;
            transition: all .3s ease-in-out;
        }

            ul.cta li a span {
                display: inline-block !important;
            }

            ul.cta li a i {
                margin-right: 10px;
                vertical-align: middle;
                display: inline-block !important;
                color: #005EB3;
            }

            ul.cta li a:hover, ul.cta li a:focus, ul.cta li a:active {
                color: #005EB3;
            }

        ul.cta li button i.fa-mobile-alt {
            margin-right: 10px;
        }

.popover__title {
    color: rgb(255, 255, 255);
    text-align: center;
    text-shadow: 0px 3px 8px rgba(0, 0, 0, 0.35);
    font-family: 'robotomedium';
    font-weight: 400;
    font-size: 1.250em;
    position: relative;
    top: 5px;
    padding-bottom: 20px;
}

    .popover__title:hover {
        color: #005EB3;
    }

    .popover__title i {
        margin-right: 10px;
    }

        .popover__title i.fa-caret-down {
            color: #005EB3;
            margin-left: 3px;
        }

.popover__wrapper {
    position: relative;
    margin-top: 0rem;
    display: inline-block;
}

.popover__content {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 50px;
    left: -80px;
    transform: translate(0,10px);
    background: rgb(8, 134, 230);
    padding: 1.5rem;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    width: 306px;
    border-radius: 20px;
}

    .popover__content:before {
        position: absolute;
        z-index: -1;
        content: '';
        right: calc(50% - 10px);
        top: -8px;
        opacity: 0.75;
        border-style: solid;
        border-width: 0 10px 10px 10px;
        border-color: transparent transparent #005EB3 transparent;
        transition-duration: 0.3s;
        transition-property: transform;
    }

.popover__wrapper:hover .popover__content {
    z-index: 10;
    opacity: 1;
    visibility: visible;
    transform: translate(0,-20px);
    transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
}

.popover__message {
    text-align: center;
}

.popover__content ul.store-list {
    padding-left: 0;
}

    .popover__content ul.store-list li {
        list-style-type: none;
        display: inline-block;
        margin: 0;
    }

        .popover__content ul.store-list li a i {
            margin: 0px;
        }

.search_form {
    display: inline-block;
   
}

    .search_form form {
        padding: 0px 10px;
        border-radius: 0px;
        background: #fff;
    }

        .search_form form input, .search_form form select {
            background-color: transparent;
            border: none;
            color: #005EB3;
            padding: 10px 0;
        }

        .search_form form select {
            padding: 10px 20px 10px 10px;
        }

        .search_form form select {
            font-weight: 700;
            background-image: url(../images/arrow_select.png) !important;
            background-repeat: no-repeat !important;
            background-position: 98% center !important;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
        }

        .search_form form button {
            border: none;
            background: #005EB3;
            color: #fff;
            padding: 10px 15px;
            border-left: 0px solid #cac9cf;
        }

.change-bg-inner .search_form form input, .change-bg-inner .search_form form select {
    color: #005EB3;
}

.change-bg-inner .search_form form button {
    background-color: #005EB3;
    border: none;
    color: #fff;
}

.change-bg-inner .search_form form .mob-voice button {
    background-color: transparent;
    border: 1px solid #575cf9;
    color: #000061;
    padding: 6px 12px;
}

.search_form form input {
    width: 250px;
    max-width: 100%;
    border-right: 1px solid #e6e6e6;
    color: #005EB3;
}

.search_form form select option {
    color: #000;
}

.search_form form input:hover, .search_form form input:focus, .search_form form input:active {
    outline: 0;
    text-shadow: none;
    color: #005EB3;
}

.search_form form select:hover, .search_form form select:focus, .search_form form select:active {
    color: #005EB3;
}

.change-bg-inner .search_form form input:hover, .change-bg-inner .search_form form input:focus, .change-bg-inner .search_form form input:active {
    outline: 0;
    text-shadow: none;
    color: #005EB3;
}

.change-bg-inner .search_form form select:hover, .change-bg-inner .search_form form select:focus, .change-bg-inner .search_form form select:active {
    color: #005EB3;
}

.search_form form button:hover, .search_form form button:focus, .search_form form button:active {
    color: #cac9cf;
}

.search_form form button:focus, .search_form form button:active {
    animation: pulse 1s ease-in-out;
}

.search_form form input::-webkit-input-placeholder {
    color: rgb(202, 201, 207);
    font-weight: 700;
    font-size: 0.90em;
}

.search_form form input::-moz-placeholder {
    color: rgb(202, 201, 207);
    font-weight: 700;
    font-size: 0.90em;
}

.search_form form input:-ms-input-placeholder {
    color: rgb(202, 201, 207);
    font-weight: 700;
    font-size: 0.90em;
}

.search_form form input:-moz-placeholder {
    color: rgb(202, 201, 207);
    font-weight: 700;
    font-size: 0.90em;
}

.change-bg-inner .search_form form input::-webkit-input-placeholder {
    color: #005EB3;
    font-weight: 400;
    font-size: 0.90em;
}

.change-bg-inner .search_form form input::-moz-placeholder {
    color: #005EB3;
    font-weight: 400;
    font-size: 0.90em;
}

.change-bg-inner .search_form form input:-ms-input-placeholder {
    color: #005EB3;
    font-weight: 400;
    font-size: 0.90em;
}

.change-bg-inner .search_form form input:-moz-placeholder {
    color: #005EB3;
    font-weight: 400;
    font-size: 0.90em;
}

.search_form form button i {
    font-size: 1.25em;
    vertical-align: middle;
    position: relative;
    top: 0;
}

/*button.submit_btn {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    margin-right: -10px;
    margin-left: -3px;
}*/

.mob-search-form button.submit_btn {
    border-radius: 20px !important;
}

.inrfq {
    display: inline-block;
    background-color: #005EB3;
    color: #fff;
    line-height: 1.5;
    text-align: right;
    text-shadow: none;
    font-size: 1.125em;
    font-family: 'robotomedium';
    text-transform: uppercase;
    vertical-align: middle;
    padding: 8px 20px;
    transition: all .3s ease-in-out;
    border-radius: 27px;
    text-shadow: 0px 3px 8px rgba(0, 0, 0, 0.35);
}

    .inrfq:hover, .inrfq:active, .inrfq:focus {
        color: #cac9cf;
    }

    .inrfq:active, .inrfq:focus {
        animation: pulse 1s ease-in-out;
        outline: 0;
    }

.multipart {
    border-bottom: none !important;
    display: inline-block;
    color: #939191 !important;
}

    .multipart:hover, .multipart:focus {
        border-bottom: none !important;
        display: inline-block;
        color: #ef4b4c !important;
    }

.certix {
    background-color: #ffffff;
    padding: 30px 0px;
}

.big_cta {
    font-size: 2em;
}

a.btt {
    right: 5px;
    position: fixed;
    bottom: 50px;
    color: #000000;
    display: none;
}

    a.btt:hover, a.btt:active, a.btt:focus {
        -webkit-box-shadow: 0px 11px 30px 0px rgba(248, 66, 95, 0.09);
        -moz-box-shadow: 0px 11px 30px 0px rgba(248, 66, 95, 0.09);
        box-shadow: 0px 11px 30px 0px rgba(248, 66, 95, 0.09);
    }

.btt i {
    transform: rotate(-90deg);
    font-size: 2.5em;
    padding: 3px;
}

@media(max-width: 1600px) {
   /* .search_form {
        padding: 9px 0px 9px 22px;
    }*/

    .main_nav li {
        margin: 0px 4px;
    }

    .main_nav > li > a {
        font-size: 1em;
    }
}

@media(max-width:1440px) {
    .main_nav li {
        margin: 0px 4px;
    }

    .search_form {
       /* padding: 4px 0px 4px 20px;*/
       /* height: 40px;*/
    }

    .main_nav > li > a {
        font-size: 14px;
    }
}

@media(max-width:1366px) {
    ul.main_nav {
        padding-left: 0;
    }
}

@media(min-width:1280px) and (max-width:1365px) {
    .main_nav {
        font-size: 0.98em;
        font-family: 'Open Sans', sans-serif;
        margin-top: 0;
        padding-top: 0;
    }

    header .header {
        padding: 0 0px 0px;
    }
}

@media(max-width:1280px) {
    .nav-search-wrap {
        text-align: right;
        padding-top: 0;
    }

    .main_nav li {
        display: inline-block;
        position: relative;
        margin: 0px 2px;
    }

    ul.cta li {
        margin-right: 5px;
    }

    .inrfq {
        font-size: 1.0em;
    }

    .main_nav > li > a {
        font-size: 1em;
    }
}


@media(min-width:0px) and (max-width:1279px) {
    .search_form{
        display:none;
    }


    .search_form form input, .search_form form select {
        padding: 10px 0;
    }

    .nav-search-wrap .popover__wrapper {
        display: none;
    }

    header .header {
        max-height: 75px;
    }

    a.logo {
        position: relative;
        top: 5px;
    }

    ul.cta li a span {
        display: none !important;
    }

    ul.cta li:last-child img {
        position: relative;
        top: 3px;
    }

    nav.header.navbar-fixed-top {
        max-height: 50px !important;
        background: #cac9cf;
    }

    header .header a:hover {
        color: #f2692f;
    }

    .upload_file {
        display: block;
        text-align: center;
        background-color: #1d1b54;
        background-repeat: no-repeat;
        background-position: bottom;
        background-size: 100%
    }

        .upload_file img {
            margin: 0 auto;
        }

    .socialicon a {
        display: inline-block;
        margin: 0 auto;
        left: 0px;
        right: 0px;
        width: 110px;
        margin-bottom: 5px;
        text-align: left;
    }

    .big_cta {
        font-size: 1.6em;
    }

    .hideinmob {
        display: none !important;
    }

    .topsec {
        margin-top: 30px;
    }

    .banner .pop {
        top: 190px;
    }

    .banner .line {
        display: block;
        padding-top: 10px;
        clear: both;
    }

    .multipart {
        padding: 7px 18px !important;
        width: auto;
        background-color: #f6b549;
        color: #ffffff !important;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        margin-left: 0;
        margin-right: 0px;
        transition: all .3s ease-in-out;
        font-size: 1.3em;
    }

    .header a.multipart:hover, .header a.multipart:focus {
        color: #ffffff !important;
        background-color: #f2692f;
    }

    .multipart::after {
        content: ' Voice Search';
        font-family: 'Open Sans', sans-serif;
    }

    .instant_rfq .form_titlex {
        font-size: 2em;
    }

    .zoomowlbox {
        background-color: #ffffff;
    }

    .logo {
        padding-bottom: 0px;
    }

    .header {
        padding-bottom: 0px;
    }

    header .cta a i {
        padding-top: 1px;
    }

    input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], select:focus, textarea {
    }

    .content_section3 h1 {
        font-size: 1.2em;
    }

    .content_section3 h2 {
        font-size: 1.1em;
    }

    .more_less {
        display: inline-block;
        position: absolute;
        background-color: #c60311;
        color: #ffffff !important;
        padding: 8px 15px;
        top: 16px;
        right: 21px;
        cursor: pointer;
        text-decoration: none !important;
        width: auto !important;
        text-align: left;
    }

        .more_less:after {
            content: " View More";
        }

    .topsec section {
        transition: 0.3s;
        overflow: hidden;
    }

    .autoheight {
        height: auto !important
    }

        .autoheight .more_less:after {
            content: " View Less";
        }

    .more_less:hover {
        background-color: #555555
    }

    .upload_btn img {
        width: 100%;
    }

    .rfq_page .col-lg-5 .topsec {
        display: none;
    }

    .upload_btn {
        display: none;
    }

    body {
    }

    .header a:focus {
        outline: none !important;
    }

    .container {
        width: 100%;
    }

    .logo img {
        margin: 5px 0 0;
        width: 220px;
        padding-bottom: 10px;
    }

    .menu_bar {
        display: block;
        color: #005EB3 !important;
        border: none;
        padding: 7px 15px;
        font-size: 1.8em;
        transition: 0.3s;
        position: absolute;
        right: 10px;
        top: 0px;
        z-index: 10000;
    }

    .search_bar {
        display: block !important;
        color: #005EB3 !important;
        border: none;
        padding: 7px 15px;
        font-size: 1.8em;
        transition: 0.3s;
        position: absolute;
        right: 55px;
        top: 0px;
        z-index: 10000;
    }

        .search_bar i, .menu_bar i {
            -webkit-transition: all 1s;
            -moz-transition: all 1s;
            -o-transition: all 1s;
            transition: all 1s;
        }

    .top_links {
        display: none;
    }

    .nav_holder {
        display: none;
    }

    .owl-carousel01 .owl-dots {
        bottom: 0px;
    }

    .plus_btn {
        background: #005EB3;
        color: #ffffff !important;
        border: none;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        border-radius: 25px;
        padding: 15px 16px;
        font-size: 1.5em;
        transition: 0.3s;
        display: block;
        position: absolute;
        right: 25px;
        z-index: 1000;
        bottom: -20px;
        cursor: pointer;
        width: 50px;
        height: 50px;
    }

        .plus_btn:focus {
            outline: 0;
        }

    .content_section {
        padding: 30px 0px;
    }

        .content_section > div > div:nth-child(2) {
            margin-top: 20px;
        }

    .nav_holder {
        background-color: #00005a;
        display: block;
        position: fixed;
        left: 100%;
        right: -50%;
        bottom: 100%;
        top: 60px;
        padding-top: 0px;
        text-align: left;
        height: 0%;
        width: 0%;
        opacity: 1;
        transition: 0.5s ease-out;
        -webkit-border-bottom-left-radius: 300%;
        -moz-border-radius-bottomleft: 300%;
        border-bottom-left-radius: 300%;
    }

    nav.header.navbar-fixed-top.change-bg i.fa-caret-down {
        color: #fff !important;
    }

    nav.header.navbar-fixed-top.change-bg li:focus i.fa, nav.header.navbar-fixed-top.change-bg li:active i.fa, nav.header.navbar-fixed-top.change-bg li:hover i.fa {
        color: #fff !important;
    }

    .md-menu-view {
        height: auto;
        width: 100%;
        display: block;
        transition: 0.5s ease-in;
        background: #005EB3;
        -webkit-border-radius: 0%;
        -moz-border-radius: 0%;
        border-radius: 0%;
        opacity: 1;
        left: 0%;
        right: 0px;
        top: 48px;
        bottom: 45px;
    }

    .nav_holder ul {
        opacity: 0;
        transition: 0s ease-in;
        left: 100%;
        padding-bottom: 30px;
    }

    .md-menu-view ul {
        opacity: 1;
        transition: all 0.3s ease-in-out;
        left: 0%;
    }

    .nav_holder ul {
        height: 95%;
        overflow-y: auto;
    }

        .nav_holder ul li {
            display: block;
            position: relative;
        }

            .nav_holder ul li a {
                color: #fff !important;
                font-weight: normal;
                padding: 13px 15px !important;
                width: 100%;
                border-bottom: 1px #4adac2 solid;
                position: relative;
            }

                .nav_holder ul li a:focus {
                    background-color: transparent;
                    color: #fff;
                }

                .nav_holder ul li a:hover {
                    background-color: transparent;
                    color: #fff;
                }

            .nav_holder ul li span {
                display: none !important;
            }

    .main_nav li:hover ul, .main_nav > li > ul > li:hover ul {
        display: none;
        width: 100% !important;
    }

    .main_nav > li > ul, .main_nav > li > ul > li > ul {
        width: 100% !important;
        position: relative !important;
        left: 0px !important;
        right: 0px !important;
    }

    .main_nav li > .fa-caret-down, .main_nav li > ul > li .fa-caret-down {
        display: block;
        position: absolute;
        right: 10px;
        top: 0px;
        color: #ffffff;
        padding: 15px;
        cursor: pointer;
    }

    .main_nav li:hover > a {
        background-color: transparent;
        color: #fff;
        -webkit-text-fill-color: #fff;
    }

    .main_nav li > a > .fa-caret-down, .main_nav li > ul > li a > .fa-angle-right {
        display: none;
    }

    .main_nav li > a, .main_nav li > ul > li > a {
        display: block;
        width: 100%;
        left: 0px;
        right: 0px;
    }

    .top_links {
        display: block;
        width: 100%;
        margin: 0 auto;
        left: 0px;
        right: 0px;
    }

    .floatingform .form_holder {
        text-align: center;
    }

    .form_title {
        font-size: 1.8em;
    }

    .multi_part {
        width: 90% !important;
    }

    .floatingform .form_holder {
        margin: 0px !important;
        padding: 15px !important;
        width: 100%;
    }

        .floatingform .form_holder div div {
            margin: 0px;
            padding: 0px;
        }

    .form_holder .btn {
        width: auto !important;
        margin-bottom: 10px !important;
        margin: 0px !important;
    }

    .floatingform {
        display: none;
        background-color: #ffffff;
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.49);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.49);
        box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.49);
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        padding: 0px !important;
        margin: 0 auto !important;
        top: -1000px;
        left: 0px;
        right: 0px;
        position: absolute;
        width: 90% !important;
        height: auto !important;
        transition: 0.3s;
        overflow-y: scroll;
        z-index: 1000000000;
    }

    .form_holder .closer {
        display: inline-block;
        position: absolute;
        top: 0px;
        right: 0px;
        font-size: 1.5em;
        color: #333333;
        cursor: pointer;
        padding: 15px !important;
    }

    .cta-wrap .cta {
        position: fixed;
        bottom: 0px;
        display: block;
        left: 0px;
        right: 0px;
        height: 48px;
        text-align: left;
        transition: 0.3s;
        padding-left: 15px;
        width: 100%;
        background: rgb(202, 201, 207);
        z-index: 9999;
    }

        .cta-wrap .cta a i {
            font-size: 1.5em;
            color: #005EB3;
        }

        .cta-wrap .cta i.fa.fa-mobile-phone {
            font-size: 2.125em !important;
        }

        .cta-wrap .cta a {
            padding: 10px 5px !important;
            text-align: left !important;
            display: inline-block;
        }

    .inrfq {
        position: fixed;
        padding: 7px;
        height: 32px;
        bottom: 8px;
        z-index: 100;
        right: 50px;
        line-height: normal;
        font-size: 1.00em;
        background: #005EB3;
        color: #fff;
    }

    .top_links .cta li {
        border: none !important;
    }

    ul.cta li:nth-child(2) {
        margin-left: 10px;
        padding-left: 0;
        position: relative;
        top: -2px;
    }

    .search_form form {
        border: 2px solid #575cf9;
        display: block;
        border-radius: 0;
    }

    .popover__content {
        top: auto;
        bottom: 25px;
        left: -40px;
    }

        .popover__content:before {
            right: calc(82% - 10px);
            top: auto;
            bottom: -9px;
            border-width: 10px 10px 0px 10px;
            border-color: #04bbab transparent transparent transparent;
        }

        .popover__content ul.store-list li a {
            padding: 0 !important;
        }
}

.form_holder .btn {
    float: none;
    margin: 0 auto !important;
    width: 215px !important;
}

@media(min-width:0px) and (max-width:1023px) {
    .main_paging .open > .dropdown-menu a {
        width: 20px;
    }

    .main_paging .open > .dropdown-menu {
        left: -34px !important;
    }

    .main_paging ul.pager li:last-child .dropdown-menu {
        left: 15px !important;
    }
}

@media(min-height:0px) and (max-height:250px) {
    .banner .pop {
        top: 70px;
    }

    .multi_part, .floatingform {
        height: 200px !important;
        width: 100% !important;
        overflow-y: scroll !important;
        position: absolute !important;
        top: 0px;
        left: -15px !important;
        right: -15px !important;
        bottom: 0px !important;
    }

    .floatingform {
        margin: 15px 25px !important;
        width: auto !important;
    }

    .multi_part button, .search_form button {
        margin-bottom: 150px !important;
    }

    .top_links .cta {
        margin-bottom: -100px;
    }

    .breadcrumb .more_btn, .btt {
        bottom: -100px;
    }
}

@media(max-width:1279px) {
    header .cta a i {
        background-color: transparent;
        margin-right: 0px !important;
        font-size: 24px;
    }
}

@media(max-width:1200px) {
    .main_nav > li > a {
        font-size: 1em;
    }

    .main_nav li {
        margin: 0px 1px;
    }
}

@media (max-width:1279px){
       .mob-search-form .search_form {
            padding: 20px;
            width: 100%;
            margin: 0 auto;
            border-radius: 0;
            height: auto;
            background-image: none;
        }
}

@media(max-width:1024px) {
    .form-group.search-sep {
        display: none !important;
    }

    ul.cta {
        margin-bottom: 0;
    }

        ul.cta li:nth-child(2) a, ul.cta li:nth-child(1) a {
            border: none;
        }

        ul.cta li {
            margin: 0;
        }

        ul.cta a {
            border: none;
        }

    .pop {
        top: 0;
    }

    .logo-nav-wrap, .top_links {
        padding: 0;
    }

    .voice.pulse, .select_holder, .search_form input, .search_form {
        max-height: 100% !important;
    }

    .mob-search-form {
        padding: 0px;
        text-align: center;
        background: #fff;
        border-radius: 0;
        background: rgba(8,134,230,1);
        background: -moz-linear-gradient(-45deg, rgba(8,134,230,1) 0%, rgba(18,207,175,1) 100%);
        background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(8,134,230,1)), color-stop(100%, rgba(18,207,175,1)));
        background: -webkit-linear-gradient(-45deg, rgba(8,134,230,1) 0%, rgba(18,207,175,1) 100%);
        background: -o-linear-gradient(-45deg, rgba(8,134,230,1) 0%, rgba(18,207,175,1) 100%);
        background: -ms-linear-gradient(-45deg, rgba(8,134,230,1) 0%, rgba(18,207,175,1) 100%);
        background: linear-gradient(135deg, rgba(8,134,230,1) 0%, rgba(18,207,175,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005EB3', endColorstr='#12cfaf', GradientType=1 );
    }

     

            .mob-search-form .search_form form {
                padding: 10px;
                background: #fff;
            }

        .mob-search-form .form-inline .form-group {
            display: block;
            width: 100%;
            margin-bottom: 15px;
        }

    .form-group.search-sep {
        display: none !important;
    }

    .mob-search-form .form-inline .select_holder {
        border: none;
        padding: 0;
    }

    .mob-search-form .select_holder select {
        background-position: 100% 25%;
        padding-left: 0;
    }

    .mob-search-form .select_holder select, .mob-search-form .search_form input {
        background-color: transparent;
        width: 100%;
        border-bottom: 1px solid #575cf9;
        padding-bottom: 10px;
        vertical-align: middle;
    }

    .mob-voice button.voice {
        background: transparent;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        border: 1px solid #575cf9;
        color: #000061;
        padding: 6px 12px;
        margin-left: -20px;
    }

    .mob-search-form .search_form .submit_btn {
        background-color: transparent;
        border: 1px solid #575cf9;
        color: #000061;
        padding: 6px 12px;
        margin-top: 15px;
    }

    .search_form form button i {
        margin-left: 5px;
    }

    .mob-search-form .search_form .submit_btn:after {
        content: '';
        display: none;
    }

    .form-group.mob-sub, .mob-voice {
        display: inline-block !important;
        width: auto !important;
    }

    a.btt {
        right: 0px;
        position: fixed;
        bottom: 5px;
        color: #000000;
        z-index: 99999;
    }

    .search_form form input {
        border-right: none;
    }

        .search_form form input:hover, .search_form form input:focus, .search_form form input:active, .search_form form select:hover, .search_form form select:focus, .search_form form select:active, .search_form form button:hover, .search_form form button:focus, .search_form form button:active {
            outline: 0;
            text-shadow: none;
            color: #575cf9;
        }

    .mob-search-form .search_form .submit_btn:hover, .mob-search-form .search_form .submit_btn:focus, .mob-search-form .search_form .voice:hover, .mob-search-form .search_form .voice:focus {
        background-color: #575cf9;
        color: #fff;
    }

    .popover__content ul.store-list li a img {
        max-width: 130px;
    }

    .change-bg-inner .search_form form button {
        height: 35px;
    }

    .search_form form button {
        height: 35px;
    }
}

@media(max-width:991px) {
    #mySearchModal .modal-content {
        top: 40px;
    }

    .container-fluid.header-content-wrap {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

    a.logo {
        position: relative;
        top: 10px;
    }
}

@media(max-width:991px) {
    a.logo {
        position: relative;
        top: 5px;
    }
}

@media(max-width:480px) {
    .plus_btn {
        right: 25px;
        bottom: -15px;
    }

    a.logo {
        position: relative;
        left: -15px;
    }
}

@media(max-width:320px) {
    .logo img {
        width: 190px;
    }

    .menu_bar {
        right: 10px;
    }

    .search_bar {
        right: 50px;
    }
}

@media(min-width:1280px) {
    .nav-search-wrap {
        display: flex;
        align-items: center;
        justify-content: end;
    }
}

@media (min-width: 0) and (max-width: 1279px) {

    .search_form .submit_btn{
        margin-top:10px
    }

    .cta {
        position: fixed;
        z-index: 1;
        bottom: 0;
        display: flex;
        align-items: center;
        left: 0;
        right: 0;
        height: 50px;
        background-color: #005EB3;
        text-align: left;
        transition: .3s;
        padding-left: 15px;
        width: 100%;
    }

        .cta li {
            padding: 0 12px
        }

        .cta a {
            padding: 10px 6px !important;
            text-align: left !important;
        }

            .cta a i {
                color: #fff !important;
            }

            .cta a span {
                display: none;
            }
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f6f6f6;
    min-width: 230px;
    overflow: auto;
    border: 1px solid #ddd;
    z-index: 1;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

.dropdown a:hover {
    background-color: #ddd;
}

.show {
    display: block !important;
    top: 60px;
    left: 0 0 5px;
    background: #2eadd0;
    border: none;
    position: fixed;
}

    .show a {
        text-align: left;
        background: #005EB3;
        border-bottom: 1px dashed #333;
        color: #fff;
        font-size: 14px;
        padding: 7px 20px;
    }

        .show a:hover {
            background-color: #001973;
            margin: 0;
            color: #fff !important;
        }

        .show a li {
            list-style-type: none;
        }

a {
    color: #0468BE;
}

.Mounting_Electrical {
    padding: 0;
    margin: 20px auto;
}

    .Mounting_Electrical .text-heading {
        text-align: center;
        padding: 15px;
        background: #005EB3 !important;
        width: 100%;
        color: #fff;
        margin: auto;
        font-size: 18px;
    }

    .Mounting_Electrical .red_btn {
        width: 30%;
        margin: auto;
        margin-right: 0;
        color: #fff;
        background: #02A3E3;
        display: flex;
        letter-spacing: 2px;
        justify-content: center;
        align-content: center;
    }

    .Mounting_Electrical .box > .row > div {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .Mounting_Electrical .box {
        border: 1px solid #80808014;
        padding: 10px;
    }

        .Mounting_Electrical .box h2 {
            text-align: left;
            padding: 0;
            background: none;
            color: #000;
            font-weight: 600;
            font-size: 14px;
            width: 100%;
            margin: auto;
        }

        .Mounting_Electrical .box div ul {
            margin-bottom: 8px;
            padding-left: 0;
        }

            .Mounting_Electrical .box div ul li {
                margin-top: 8px;
                margin-left: 0px;
                text-indent: 0;
                font-size: 12px;
                list-style-type: none;
            }

@media (min-width: 992px) and (max-width: 1199px) {
    .Mounting_Electrical > .col-lg-12 {
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .Mounting_Electrical > .col-lg-12 {
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }

    .Mounting_Electrical .box div ul li {
        font-size: 10px !important;
        line-height: 14px;
    }
}

.col-sm-6.col-xs-6.col-md-4.col-lg-12.mb-2.side_space {
    width: 100%;
}

.viewed_parts a.btn.btn-sm.btn-warning {
    width: 70px;
    padding: 4px;
    border: none;
    font-size: 14px;
    font-weight: bold;
    margin: auto;
    margin-right: 10px;
    color: #fff;
    background: #172049;
    display: flex;
    letter-spacing: 2px;
    justify-content: center;
    align-content: center;
    border-radius: 0;
}

.viewed_parts .clearfix {
    font-size: 12px;
    margin-top: 5px;
}

.viewed_parts {
    padding: 0 8px;
    border: 1px solid #80808014;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
}

.margin-20 {
    margin-bottom: 20px;
}

.View-parts-heading {
    text-align: left;
    padding: 0 0 0 0;
    background: none;
    color: #000;
    font-weight: 600;
    font-size: 14px;
    width: 100%;
    margin: auto;
}

.aside-title {
    background-color: #005EB3 !important;
    color: #fff;
    font-size: 15px;
    text-align: center;
    padding: 0 2px;
    line-height: 35px
}

.margin10 {
    margin-right: 10px;
}

.part_rfq .more_btn {
    font-size: 1em;
    padding: 5px 22px !important;
}

@media (min-width: 0px) and (max-width: 1279px) {
    .show {
        top: -11px;
        position: relative;
    }
}

.box.txt-1 {
    float: none;
    max-height: none;
}

.searchBoxD {
    margin-right: 10px
}
 
@media(max-width: 1199px) {
   .searchBoxD .custom_btn_secondary {
        display:none !important
    }
}
 
.dflexSm {
    display: none !important
}
 
@media(max-width: 1279px) {
   .dflexSm {
        display:block !important
    }
}
 
.search_form {
    margin-top: auto;
    margin-bottom: auto;
    text-align: left;
    border-radius: 0px;
    overflow: visible;
    display: inline-block
}
 
.search_form .fixf {
    display: flex;
    align-items: center;
    height: 100%;
    margin: 0px 2px 0px 8px
}
 
.search_form .input_effect {
    border: none;
    background-color: rgba(0,0,0,0);
    color: #000;
    outline: none;
    min-width: 250px;
    min-height: 45px;
    padding-right: 10px;
    border-right: 1px solid #dfdfdf
}
 
@media(max-width: 1440px) {
  .search_form .input_effect {
        min-width:200px
    }
}
 
@media(max-width: 1284px) {
  .search_form .input_effect {
        min-width:200px
    }
}
 
@media(max-width: 1279px) {
.search_form .input_effect {
        border:none
    }
}
 
.search_form .input_effect::-moz-placeholder {
    color: #000
}
 
header .header .head_label .search_form .input_effect::placeholder {
    color: #000
}
 
.search_form .select_holder {
    color: #000;
    display: inline-block;
    padding: 0px 10px;
    margin-bottom:0 !important
}
 
.search_form .select_holder select {
    border: none;
    background-color: rgba(0,0,0,0);
   
    margin-right: 10px;
    color: #000;
    outline: none
}
 
.search_form .submit_btn {
    color: #fff;
    background-color: #005eb3;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height:40px;
    padding: 20px 10px;
}
 .form-group{
     margin-bottom:0 !important
 }
.search_form .submit_btn:hover {
    background-color: #04213a;
    color: #fff
}
 
.openform {
    position: relative;
    display: flex;
        align-items: center;
    background-color: #fff;
    border-radius: 5px 0 0 5px
}
 
.search_form::after,header .header .head_label .openform::after {
    z-index: 10000;
    content: "";
    transition: .9s;
    padding: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
    background-position: 27px 7px;
    background-repeat: no-repeat
}
@media only screen and (min-width: 0px)and (max-width: 1279px)and (max-width: 576px) {
    .custom_header header .nav_holder.md-menu-view {
        top:58px
    }
}
 
@media(min-width: 0px)and (max-width: 1279px) {
  .pop {
        display: block !important;
        top: 78px
    }
}
 
@media (min-width: 0px) and (max-width: 1279px) {
.search_form {
        display: none ;
        background-color: #fff;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .49);
        border-radius: 0px;
        padding: 20px;
        margin: 0 auto;
        left: 0px;
        right: 0px;
        position: fixed !important;
        width: 90% !important;
        height: auto !important;
        overflow-y: scroll !important;
        text-align: center;
    }
}
@media (min-width: 0px) and (max-width: 1279px) {
  .search_form .select_holder {
        border-left: 0px solid #c3c2c2 !important;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        width: 100%;
        margin-bottom: 10px;
        border-bottom: 1px gray solid;
        padding: 8px !important;
        padding-top: 0px !important;
        padding-left: 5px !important;
        text-align:left;
        margin: 0 0 0 15px;
    }
}

@media (min-width: 0px) and (max-width: 1279px) {
    .search_form input {
        width: 100%;
        border-bottom: 1px gray solid !important;
        margin-bottom: 10px;
        padding: 7px 13px;
        margin-top: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        color: #0d2300 !important;
    }
}

 .search_bar {
    display: none;
}