/**/
/**/
@font-face {
    font-family: 'SegoeUI';
    src: url('../fonts/SegoeUI.eot?#iefix') format('embedded-opentype'),  url('../fonts/SegoeUI.woff') format('woff'), url('../fonts/SegoeUI.ttf')  format('truetype'), url('../fonts/SegoeUI.svg#SegoeUI') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SegoeUIBlack';
    src: url('../fonts/SegoeUIBlack.eot?#iefix') format('embedded-opentype'),  url('../fonts/SegoeUIBlack.woff') format('woff'), url('../fonts/SegoeUIBlack.ttf')  format('truetype'), url('../fonts/SegoeUIBlack.svg#SegoeUIBlack') format('svg');
    font-weight: normal;
    font-style: normal;
}
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

html {
    scroll-behavior: smooth;
}
body {
    font-family: 'Montserrat', sans-serif !important;
    box-sizing: border-box;
}
.container-fluid {
    padding: 0 !important
}
.follower-container div {
    display: inline-block;
}
.help-block {
    margin: 0 !important;
}
#top-header {
    background-color: #eeeded;
    padding: 10px 0;
}
#top-header .container {
    text-align: center;
}
#top-header .details {
    margin: auto;
    max-width: 100%;
    border: 1px solid #d2d1d2;
    padding: 15px;
    height: 88px;
    display: inline-block;
}
#top-header .left {
    display: inline-block;
    vertical-align: top;
}
#top-header .left .column-1 {
    display: inline-block;
    vertical-align: top;
}
#top-header .left .column-2 {
    display: inline-block;
    vertical-align: top;
    margin: 5px 0 0 10px;
}
#top-header .left .column-2 h2 {
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    color: #616161;
    font-weight: 700;
    margin-bottom: 5px;
}
#top-header .left .column-2 .breadcrumb {
    font-size: 13px;
    padding: 0;
    margin: 0 0 0 25px;
    background-color: transparent;
    display: inline-block;
    vertical-align: top;
}
#top-header .left .column-2 .breadcrumb li {
    display: inline-block;
}
#top-header .left .column-2 .breadcrumb li + li:before {
    padding: 2px 2px 2px 4px;
    color: #616161;
    content: " » ";
}
#top-header .left .column-2 .breadcrumb li + li a:hover {
    color: black;
}
#top-header .left .column-2 .breadcrumb a {
    color: #616161;
    text-decoration: none;
}
#top-header .left .column-2 .description {
    padding: 0;
    margin: 0;
}
#top-header .left .column-2 .description .dot {
    color: #cdcdcd;
}
#top-header .left .column-2 .description .strong {
    color: #4c4c4d;
    font-weight: 600;
}
#top-header .left .column-2 .description li {
    display: inline-block;
    font-size: 12.5px;
    list-style: circle;
    margin-left: 5px;
}
#top-header .left .column-2 .description li:nth-of-type(1) {
    margin-left: 0;
}
#top-header .bor {
    width: 1px;
    height: 30px;
    background-color: #cccccc;
    display: inline-block;
    vertical-align: top;
    margin: 14px 14px 0 14px;
}
#top-header .right {
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
}
#top-header .right .return {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    margin: 8px 0 0;
    text-decoration: none;
    color: #0F75BC;
}
#top-header .right .submit {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    background-color: #0F75BC;
    padding: 8px 10px;
    text-decoration: none;
    color: white;
    margin-left: 10px;
}
#top-header .right .submit:hover {
    background-color: #0F75BC;
    transition: 0.6s;
}
#top-header .mobile-view {
    display: none;
}
header.site-header {
    position: relative;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.16);
    -moz-box-shadow: 0 3px 6px rgba(0,0,0,.16);
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
    -webkit-transition: all 0.5s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 0.5s ease;
    padding: 21px 0;
}
header.site-header .site-logo {
    display: inline-block;
    vertical-align: top;
}
header.site-header .site-logo a {
    display: inline-block;
}
header.site-header img {
    max-width: 300px;
    /*padding: 0 0 21.5px*/
}
header.site-header form {
    padding: 12px 20px
}
header.site-header form input {
    display: inline-block;
    width: 75%;
    height: 40px;
    font-size: 13px;
    outline: none;
    vertical-align: top;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    border: 1px solid #d3d3d3;
    padding-left: 5px;
}
header form::placeholder {
    font-size: 13px
}
header form button {
    display: inline-block;
    background-color: #9acb3e;
    vertical-align: top;
    margin-left: -4px;
    color: #fff;
    padding: 9.25px 22px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    border: none;
    outline: none;
}
header form button:hover {
    background: #8ab537;
}
header form button .svg-inline--fa {
    font-size: 20px;
}
header .desktop-nav {
    width: 100%;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 13px;
    font-weight: 600;
    text-align: right;
    padding: 0;
}
header .desktop-nav .svg-inline--fa {
    position: absolute;
    top: 8px;
    right: 0;
    height: 12px;
    width: 12px
}
header .desktop-nav ul {
    list-style: none;
    /*border-left: 1px solid #f4f4f4;
    border-right: 1px solid #f4f4f4;*/
    padding-left: 0;
    margin: 0;
}
header .desktop-nav li {
    color: #0F75BC;
    display: inline-block;
    position: relative;
    text-decoration: none;
    cursor: pointer;
    border-bottom: 3px solid transparent;
    padding: 0;
    margin: 0 20px;
}
header .desktop-nav li a {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    text-transform: capitalize;
    /*padding: 6px 4px*/
    padding: 0 4px;
}
header .desktop-nav li a.caret-down {
   /* padding: 6px 45px 6px 30px*/
    padding-right: 18px;
}
header .desktop-nav li ul {
    position: absolute;
    top: 27px;
    left: 0;
    visibility: hidden;
    opacity: 0;
    display: none;
    transition: none !important;
    margin-top: 0;
}
header .desktop-nav li ul:hover {
    visibility: visible;
    opacity: 1;
    display: block
}
header .desktop-nav li ul > li {
    margin: 0;
}
header .desktop-nav li li {
    width: 100%
}
header .desktop-nav li:hover > ul {
    visibility: visible;
    opacity: 1;
    display: block
}
header .desktop-nav li:first-child {
    margin-left: 0
}
header .desktop-nav li:last-child {
    margin-right: 0
}
header .desktop-nav a:hover {
    text-decoration: none;
    color: #0F75BC
}
header .desktop-nav .dropdown {
    background-color: #fff;
    width: 185px;
    border: 1px solid #d3d3d3;
    border-top: none;
    z-index: 200;
}
header .desktop-nav .dropdown .inner {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight: 400;
    text-align: left;
    padding: 0;
}
header .desktop-nav .dropdown .inner a {
    display: block;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 10px;
}
header .desktop-nav .dropdown .inner a:hover {
    color: #fff;
    transition: none;
    border: none
}
header .desktop-nav .dropdown .inner .active {
    background-color: #494c4f;
    border-bottom: none;
    color: #fff !important
}
header .desktop-nav .dropdown .inner:hover {
    background-color: #494c4f;
    color: #fff !important
}
header .desktop-nav .outer:hover {
    border-bottom: 3px solid #0F75BC
}
header .desktop-nav .outer a:hover {
    cursor: pointer;
    transition: none !important
}
header .desktop-nav .outer.active {
    border-bottom: 3px solid #0F75BC
}
header .desktop-nav .inner.active {
    background-color: #494c4f;
}
header .desktop-nav .inner.active a {
    color: #fff !important;
}
header .desktop-nav i {
    font-size: 15px;
    position: absolute;
    top: 8px;
    right: 25px
}
/*--------custom-dropdown------*/
header .desktop-nav .contact-dropdown {
    width: 171px;
}
header .desktop-nav .custom-dropdown {
    width: 632px;
    font-size: 0;
    padding: 15px 10px 20px;
    cursor: default;
    text-transform: uppercase;
}
header .desktop-nav .custom-dropdown .dropdown-content {
    width: 174.5px;
    display: inline-block;
    vertical-align: top;
}
header .desktop-nav .custom-dropdown .custom-dropdown-content {
    width: 85px;
}
header .desktop-nav .custom-dropdown .dropdown-content h1 {
    border-bottom: 1px solid #f0f0f0;
    font-size: 11.5px;
    font-weight: 600;
    padding: 0 25px 5px 0;
    text-align: left;
    color: #0F75BC;
    line-height: 18px;
}
header .desktop-nav .custom-dropdown .dropdown-content h1 span {
    opacity: 0;
    user-select: none;
}
header .desktop-nav .custom-dropdown .dropdown-content ul {
    position: relative;
    display: block;
    opacity: 1;
    visibility: visible;
    border: none;
    font-size: 11px;
    margin-top: 10px;
}
header .desktop-nav .custom-dropdown .dropdown-content ul li {
    text-align: left;
}
header .desktop-nav .custom-dropdown .dropdown-content ul li a {
    font-weight: 500;
    padding: 7px 10px 7px 5px !important;
    text-decoration: none;
    display: block;
}
header .desktop-nav .custom-dropdown .dropdown-content ul li:hover {
    background-color: #494c4f;
    color: white;
}
header .desktop-nav .custom-dropdown .dropdown-content ul li:hover a {
    color: white;
}
header .right-align {
    text-align: right;
}
header .mc1 {
    display: inline-block;
    margin: 22px 22px 0;
}
header .mc1:nth-of-type(1) img {
    vertical-align: bottom;
}
header .custom-border {
    height: 15px;
    vertical-align: super;
    width: 2px;
    display: inline-block;
    background-color: #f6f6f6;
}
header .mc1 svg {
    margin-left: 4px;
}
header .mobile-nav {
    display: none
}
header .cart {
    width: 20px;
    padding: 0;
}
header .badge-pill {
    padding: .6em;
    border-radius: 100%;
    font-size: 9.6px;
    color: white !important;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    margin-left: -1px;
    background-color: red !important;
    margin-top: 22px;
}
#cartModel .modal-header {
    padding: 16px !important;
}
#cartModel .modal-title {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 24px !important;
    font-weight: 500 !important;
}
#cartModel .modal-content .close {
    font-size: 24px !important;
}
#cartModel .modal-body {
    padding: 16px 16px 30px !important;
}
#cartModel .alert {
    font-size: 16px !important;
    font-weight: 500 !important;
    padding: 12px 20px !important;
}
header .cart-container {
    vertical-align: top !important;
}
#home .hero {
    background-image: url(../images/chip1-background.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 36px 0
}
#home .hero .left .box {
    margin: 110px 0 0
}
#home .hero .left .box p {
    font-family: 'Montserrat', sans-serif;
    font-size: 35px;
    font-weight: 500;
    line-height: 1.6em;
    letter-spacing: .2px;
    color: #fff;
    margin-bottom: 32px
}
#home .hero .left .box a {
    font-family: 'Montserrat', sans-serif;
    background-color: #0F75BC;
    font-size: 15px;
    padding: 12px 24px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    border-radius: 3px
}
#home .hero .right .box {
    background-color: rgba(0, 0, 0, .4);
    padding: 20px;
    width: 380px;
    float: right;
    border-radius: 3px;
    box-sizing: border-box
}
#home .hero .right .box h2 {
    color: #fff;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    margin: 10px 0 47px
}
#home .hero .right .box input {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    border-radius: 3px;
    height: 40px
}
#home .hero .right .box .form-group {
    padding: 9px 0;
    margin: 0
}
#home .hero .right .box button {
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1.2px;
    background-color: #9acb3e;
    width: 100%;
    padding: 10px 20px;
    margin: 10px 0 25px;
    border-radius: 3px;
}
#home .search-part {
    background-image: url(../images/pattern.png);
    background-position: center left;
    background-repeat: repeat-x;
    background-size: cover;
    padding: 50px 0 62px;
    text-align: center
}
#home .search-part h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 50px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.1em;
    color: #2b2b2b
}
#home .search-part .line {
    border: 1px solid #0F75BC;
    background-color: #0F75BC;
    width: 14%;
    margin: 35px auto 20px
}
#home .search-part form {
    padding: 12.5px 20px
}
#home .search-part form input {
    display: inline-block;
    width: 390px;
    vertical-align: top;
    height: 40px;
    border-radius: 0;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    border: 1px solid #d3d3d3;
    padding-left: 5px;
    font-size: 13px
}
#home .search-part form input:focus {
    outline: none;
}
#home .search-part form::placeholder {
    font-size: 13px
}
#home .search-part form button {
    display: inline-block;
    background-color: #0F75BC;
    vertical-align: top;
    margin-left: -4.5px;
    color: #fff;
    padding: 10.25px 22px 5.25px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    border: none
}
#home .search-part form button:focus {
    outline: none;
}
#home .search-part form .svg-inline--fa {
    font-size: 20px;
}
#home .search-part p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #2b2b2b;
    margin-bottom: 102px
}
#home .search-part a {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 500;
    padding: 12px 24px;
    background-color: #0F75BC;
    color: #fff;
    border-radius: 3px;
    text-decoration: none
}
#home .search-part a svg {
    margin-right: 15px
}
#home .search-part a:first-of-type {
    margin-right: 20px
}
#home .part-type .box {
    float: left;
    width: 20%
}
#home .part-type .box h3 {
    background-color: #2b2b2b;
    margin-bottom: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    line-height: 1.1em;
    padding: 10px;
    border-bottom: 1px solid #fff
}
#home .part-type .box img {
    width: 100%
}
#home .part-type .clear {
    clear: both
}
#home .feature {
    text-align: center;
    clear: both;
    padding: 55px 0 20px;
    background-color: #f9f9f9;
}
#home .feature h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 50px;
    font-weight: 600;
    line-height: 1.1em;
    color: #2b2b2b
}
#home .feature .line {
    border: 1px solid #0F75BC;
    width: 14%;
    background-color: #0F75BC;
    margin: 30px auto
}
#home .feature .box {
    position: relative;
    margin-bottom: 20px
}
#home .feature svg {
    font-size: 50px;
    color: #0F75BC;
    margin-bottom: 20px
}
#home .feature .heading {
    color: #2b2b2b;
    font-family: 'Montserrat', sans-serif;
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 9px
}
#home .feature p {
    color: #2b2b2b;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px
}
#home .feature a {
    /* font-family: "Roboto", sans-serif; */
    /* font-weight: 600; */
    /* font-size: 15px; */
    /* color: rgb(43, 43, 43); */
    /* position: absolute; */
    /* bottom: 10px; */
    /* left: 50%; */
    /* margin-right: -50%; */
    /* transform: translate(-50%, -50%); */
    /* text-decoration: none */
	font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: rgb(43, 43, 43);
   /* position: absolute;*/
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    text-decoration: none
}
#home .feature a:hover {
    color: #0F75BC;
    transition: 0.6s;
    text-decoration: underline;
}
#home .feature .bot-spacing {
    bottom: 70px;
}
#home .subscribe {
    background-image: url(../images/slider-1.png);
    text-align: center;
    padding: 50px 0
}
#home .subscribe h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    font-weight: 500;
    color: #fff
}
#home .subscribe .line {
    border: 1px solid #0F75BC;
    background-color: #0F75BC;
    width: 14%;
    margin: 30px auto 20px
}
#home .subscribe .form-group {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px
}
#home .subscribe .form-group input {
    width: 300px;
    box-sizing: border-box;
    padding: 19px 12px !important;
    font-size: 15px;
    margin-right: 6px;
    border-radius: 3px
}
#home .subscribe button {
    display: inline-block;
    vertical-align: top;
    background-color: #eb843f;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1.5px;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    padding: 8px 24px
}
#home .supplier {
    text-align: center;
    /*padding: 30px 0*/
}
#home .supplier h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 50px;
    font-weight: 600;
    line-height: 1.1em;
    color: #2b2b2b
}
#home .supplier .line {
    border: 1px solid #0F75BC;
    background-color: #0F75BC;
    width: 14%;
    margin: 30px auto;
}
#home .supplier p {
    margin-bottom: 20px;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px
}
#home .supplier img {
    width: 100%
}




#home .glb {
   background-color:#fff;
    padding-bottom: 0px;
}
#home .glb .glbbox {
    position: relative;
    height: auto;
    /*padding-bottom: 100px;*/
    margin-bottom: 20px;
	/*border:3px solid black;*/
	
}
#home .btmr .box {
    padding-bottom: 24px;
    margin-bottom: 0px;
}

#home .glb .description {
	padding-top:4% !important;
}
#home .glb .bottompg {
	padding-bottom:2% !important;
}
#home .glb .heading {
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 16px;
	margin-top: 16px;
}
#home .glb .likesubmit {
	font-size: 14px;
	background-color: #0F75BC;
	color: #fff;
	font-weight: 600;
	padding: 14px 20px;
	border: 0;
	border-radius: 2px;
	cursor: pointer;
	text-align: center;
	letter-spacing: 1.5px;
	line-height: 1;
	width: 50%;
margin-left: auto;
margin-right: auto;
}
#home .glb .likesubmit:hover {
	font-size: 14px;
	background-color: #0F75BC;
	color: #fff;
	font-weight: 600;
	padding: 14px 20px;
	border: 0;
	border-radius: 2px;
	cursor: pointer;
	text-align: center;
	letter-spacing: 1.5px;
	line-height: 1;
	width: 50%;
   margin-left: auto;
   margin-right: auto;
}
#home .manufacturers {
    padding: 50px 0;
    text-align: center
}
#home .manufacturers h2 {

    font-size: 50px;
    font-weight: 600;
    line-height: 1.1em;
    color: #2b2b2b
}
#home .manufacturers p {

	color: #2b2b2b;
	font-weight: 400;
	font-size: 14px;
}
#home .manufacturers .carousel-wrap {
    margin: 90px auto !important;
    padding: 0 5% !important;
    width: 80% !important;
    position: relative !important
}
#home .manufacturers .owl-carousel {
    display: block !important
}
#home .manufacturers .owl-carousel .item {
    position: relative !important;
    z-index: 100 !important;
    -webkit-backface-visibility: hidden !important
}
#home .manufacturers .owl-nav > div {
    margin-top: -26px !important;
    position: absolute !important;
    top: 50% !important;
    color: #cdcbcd !important
}
#home .manufacturers .owl-nav i {
    font-size: 52px !important
}
#home .manufacturers .owl-nav .owl-prev {
    position: absolute !important;
    left: -30px !important;
    top: 15% !important;
    color: grey
}
#home .manufacturers .owl-nav .owl-next {
    position: absolute !important;
    right: 10px !important;
    top: 20% !important;
    color: grey
}
#home .manufacturers .owl-carousel .owl-item img {
    display: block !important;
    width: 100px !important;
    max-height: 35px !important
}
#home .manufacturers .no-js .owl-carousel,
#home .manufacturers .owl-carousel.owl-loaded {
    height: 35px !important
}
#home .manufacturers .bottompg {
	padding-bottom:2% !important;
}
#home .hotpart  {
   background-color:#fff;
   padding-bottom: 0px;
}
#home .hotpart a {
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-size:14px;
    color: rgb(43, 43, 43);
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    text-decoration: none;
	position:relative !important;
}
#home .hotpart .likesubmit {

	background-color: #0F75BC;
	color: #fff;
	font-size:14px;
	font-weight: 600;
	padding: 14px 20px;
	border: 0;
	border-radius: 2px;
	cursor: pointer;
	text-align: center;
	letter-spacing: 1.5px;
	line-height: 1;
	width: 18%;
margin-left: auto;
margin-right: auto;
}
#home .hotpart .likesubmit:hover {
	background-color: #0F75BC;
	color: #fff;
	font-size:14px;
	font-weight: 600;
	padding: 14px 20px;
	border: 0;
	border-radius: 2px;
	cursor: pointer;
	text-align: center;
	letter-spacing: 1.5px;
	line-height: 1;
	width: 18%;
   margin-left: auto;
   margin-right: auto;
}
#home .hotpart .viewallrow {
	margin-top:5%;
}

#home .hotpart .listing {
    text-align: left;
    padding-left: 10%;
}

#excess-bom-upload .logo {
    width: 200px;
    padding: 20px 0
}
#excess-bom-upload .hero {
    background-image: url(../images/qualityimage.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 175px 0
}
#excess-bom-upload .hero .pad-none {
    padding: 0
}
#excess-bom-upload .hero h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 50px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.1em;
    color: #505050;
}
#excess-bom-upload .hero .line {
    border: 3px solid #0F75BC;
    background-color: #0F75BC;
    width: 9%;
    margin: 20px 0 10px
}
#excess-bom-upload .hero-bg {
    background-image: url(../images/lead-generation-banner.jpg);
    padding: 60px 0 290px
}
#excess-bom-upload .hero-bg h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.1em;
    color: #fff
}
#excess-bom-upload .hero-bg h1 span {
    font-family: 'Montserrat', sans-serif;
    font-size: 50px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.1em
}
#excess-bom-upload .hero-bg p {
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 1.5em;
    color: #fff;
    text-align: right
}
#excess-bom-upload .bom {
    background-image: url(../images/lead-generation-seamless.png);
    background-position: bottom center;
    background-repeat: repeat-x;
    padding: 40px 0
}
/*#excess-bom-upload .bom .upload {
    margin-top: -205px
}*/
#excess-bom-upload .bom .upload .left {
    padding: 50px;
    background-color: #f7f7f7
}
#excess-bom-upload .bom .upload .left p {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 25.2px;
    margin-bottom: 20px
}
#excess-bom-upload .bom .upload .left .form-group {
    margin-bottom: 20px
}
#excess-bom-upload .bom .upload .left input {
    border-radius: 2px;
    color: #333;
    font-family: "Roboto", sans-serif;
    display: block;
    font-size: 16px;
    border: 1px solid #ccc;
    padding: 6px 10px;
    height: 40px;
    width: 100%;
    line-height: 1.3
}
#excess-bom-upload .bom .upload .left select {
    border-radius: 2px;
    color: #333;
    font-family: "Roboto", sans-serif;
    display: block;
    font-size: 16px;
    border: 1px solid #ccc;
    padding: 6px 10px;
    height: 40px;
    width: 100%;
    line-height: 1.3
}
#excess-bom-upload .bom .upload .left .bor-none {
    border: none !important;
    padding-left: 0
}
#excess-bom-upload .bom .upload .left textarea {
    border-radius: 2px;
    color: #333;
    font-family: "Roboto", sans-serif;
    display: block;
    font-size: 16px;
    border: 1px solid #ccc;
    width: 100%;
    line-height: 1.3;
    padding: 6px 10px;
    min-height: 40px;
    max-height:200px;
}
#excess-bom-upload .bom .upload .left input#rfqs-state{
    
}
#excess-bom-upload .bom .upload .left button {
    background-color: #0F75BC;
    font-family: "Roboto", sans-serif;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 14px 20px;
    border: 0;
    border-radius: 2px;
    cursor: pointer;
    text-align: center;
    letter-spacing: .1em;
    line-height: 1;
    width: 100%
}
#excess-bom-upload .bom .upload .right {
    padding: 50px;
    background-color: #353a44
}
#excess-bom-upload .bom .upload .right p {

    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.1em;
    color: #fff
}
#excess-bom-upload .bom .upload .right ul {
    padding: 0
}
#excess-bom-upload .bom .upload .right ul li {
    list-style: none;
    color: #fff;

    font-weight: 400;
    font-size: 18px;
    line-height: 25.2px;
    margin-bottom: 20px
}
#excess-bom-upload .bom .upload .right ul li:nth-of-type(1) img {
    margin-right: 25px
}
#excess-bom-upload .bom .upload .right ul li:nth-of-type(2) img {
    margin-right: 26px
}
#excess-bom-upload .bom .upload .right ul li:nth-of-type(3) img {
    margin-right: 5px
}
#excess-bom-upload .bom .upload .right ul li:nth-of-type(4) img {
    margin-right: 26px
}
#excess-bom-upload .bom .services {
    text-align: center
}
#excess-bom-upload .bom .services h3 {

    font-size: 28px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.1em;
    color: #2b2b2b;
    margin: 20px 0 30px
}
#excess-bom-upload .bom .services img {
    width: 130px
}
#excess-bom-upload .bom .services h4 {
    color: #2b2b2b;

    font-weight: 600;
    font-size: 17px;
    margin-top: 30px
}
/*#excess-bom-upload .rfq .upload {
    margin-top: -305px
}*/
#excess-bom-upload .rfq .phone {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3
}
#excess-bom-upload .multi-rfq .table {
    max-height: 345px;
    overflow-y: auto;
    padding: 0 20px 0 0
}
#excess-bom-upload .multi-rfq .table::-webkit-scrollbar {
    width: 10px
}
#excess-bom-upload .multi-rfq .table::-webkit-scrollbar-track {
    background: #fff
}
#excess-bom-upload .multi-rfq .table::-webkit-scrollbar-thumb {
    background: #0F75BC
}
#excess-bom-upload .multi-rfq .table table {
    width: 100%
}
#excess-bom-upload .multi-rfq .table table th {
    padding: 10px 10px 10px 0;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid #e9e9e9;
    font-size: 15px;

    font-weight: 400;
    color: #fff
}
#excess-bom-upload .multi-rfq .table table td {
    padding: 10px 10px 10px 0;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid #e9e9e9;
    font-size: 15px;

    font-weight: 400;
    color: #fff
}
#excess-bom-upload .secondary-footer {
    background-color: #2f3339
}
#excess-bom-upload .secondary-footer p {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.1em;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
    padding: 20px 0
}
#excess-bom-upload .mar-top-custom {
    margin-top: 16px !important;
}
/*excess-bom-upload .part {
    padding-left: 0 !important;
}*/
#about-us .hero {
    background-image: url(../images/Screen-Shot-2018-08-06-at-8.10.35-AM.jpg);
    padding: 103px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}
#about-us .hero .left h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 50px;
    font-weight: 600;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 0;
    line-height: 65px;
}
#about-us .hero .right p:nth-of-type(1) {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.1em;
    color: #0F75BC;
    margin-bottom: 20px
}
#about-us .hero .right p:nth-of-type(2) {
    font-family: 'Montserrat', sans-serif;
    font-size: 31px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.1em;
    color: #fff;
    margin-bottom: 0
}
#about-us .who-we-are {
    padding: 50px 0
}
#about-us .who-we-are .container {
    background-color: #f9f9f9;
    border-radius: 3px;
}
#about-us .who-we-are .container .left {
    margin: 15px 0;
    text-align: center
}
#about-us .who-we-are .container .left img {
    width: 100%
}
#about-us .who-we-are .container .right {
    margin: 15px 0;
    text-align: center
}
#about-us .who-we-are .container .right h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 50px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.1em;
    color: #2b2b2b
}
#about-us .who-we-are .container .right .line {
    border: 2px solid #0F75BC;
    background-color: #0F75BC;
    width: 6%;
    margin: 25px auto 20px
}
#about-us .who-we-are .container .right p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 25.2px
}
#about-us .founder {
    padding: 50px 0;
    text-align: center
}
#about-us .founder h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 50px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.1em;
    color: #2b2b2b
}
#about-us .founder .line {
    border: 2px solid #0F75BC;
    background-color: #0F75BC;
    width: 7%;
    margin: 25px auto 35px
}
#about-us .founder .member img {
    width: 220px;
    margin-bottom: 8px
}
#about-us .founder .member .name {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 0
}
#about-us .founder .member .designation {
    color: #0F75BC;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.7em;
    letter-spacing: 10px;
    margin-top: -1px;
    margin-bottom: 0
}
#about-us .establishments {
    padding: 0 0 100px;
    text-align: center
}
#about-us .establishments svg {
    width: 100%;
    height: 40px
}
#about-us .establishments svg path {
    fill: #0F75BC
}
#about-us .establishments h5 {
    font-family: 'Montserrat', sans-serif;
    font-size: 50px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.1em;
    color: #2b2b2b;
    margin-top: 15px
}
#about-us .establishments .line {
    border: 2px solid #0F75BC;
    background-color: #0F75BC;
    width: 7%;
    margin: 55px auto 65px
}
#about-us .establishments .box {
    height: 500px;
    width: 320px;
    overflow: hidden;
    background-color: #2b2b2b;
    color: #fff;
    position: relative;
    text-align: center;
    display: inline-block;
    border-radius: 3px;
    margin: 0 8px
}
#about-us .establishments .box .hidden-content {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}
#about-us .establishments .box .hidden-content img {
    width: 125px;
    margin-bottom: 45px
}
#about-us .establishments .box .hidden-content .country {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 15px
}
#about-us .establishments .box .hidden-content .year {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    margin-bottom: 0
}
#about-us .establishments .box .hid-box {
    top: 100%;
    position: relative;
    transition: all .7s ease;
    background-color: #2b2b2b;
    color: #fff;
    height: 100%
}
#about-us .establishments .box .hid-box .content {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    padding: 0 15px;
}
#about-us .establishments .box .hid-box .content p {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0
}
#about-us .establishments .box:hover > .hid-box {
    top: 0
}
#about-us .establishments .box:hover .hide {
    display: none;
    transition: all .7s ease
}
#about-us .distribution {
    background-color: #f9f9f9;
    padding: 50px 0;
    text-align: center
}
#about-us .distribution h6 {
    font-family: 'Montserrat', sans-serif;
    font-size: 50px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.1em;
    color: #2b2b2b
}
#about-us .distribution img {
    width: 650px;
    margin: 50px 0;
}
#about-us .distribution p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 25.2px;
    margin-bottom: 0
}
#about-us .manufacturers {
    padding: 50px 0;
    text-align: center
}
#about-us .manufacturers h6 {
    font-family: 'Montserrat', sans-serif;
    font-size: 50px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.1em;
    color: #2b2b2b;
    margin-bottom: 50px
}
#about-us .manufacturers .carousel-wrap {
    margin: 90px auto !important;
    padding: 0 5% !important;
    width: 80% !important;
    position: relative !important
}
#about-us .manufacturers .owl-carousel {
    display: block !important
}
#about-us .manufacturers .owl-carousel .item {
    position: relative !important;
    z-index: 100 !important;
    -webkit-backface-visibility: hidden !important
}
#about-us .manufacturers .owl-nav > div {
    margin-top: -26px !important;
    position: absolute !important;
    top: 50% !important;
    color: #cdcbcd !important
}
#about-us .manufacturers .owl-nav i {
    font-size: 52px !important
}
#about-us .manufacturers .owl-nav .owl-prev {
    position: absolute !important;
    left: -30px !important;
    top: 15% !important;
    color: grey
}
#about-us .manufacturers .owl-nav .owl-next {
    position: absolute !important;
    right: 10px !important;
    top: 20% !important;
    color: grey
}
#about-us .manufacturers .owl-carousel .owl-item img {
    display: block !important;
    width: 100px !important;
    max-height: 35px !important
}
#about-us .manufacturers .no-js .owl-carousel,
#about-us .manufacturers .owl-carousel.owl-loaded {
    height: 35px !important
}
#certifications .hero {
    background-color: #2b2b2b;
    padding: 50px 0
}
#certifications .hero h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 50px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 65px;
    text-shadow: 5px 4px 11px rgba(0, 0, 0, .11);
    color: #fff;
    margin-bottom: 0
}
#certifications .certification .spacing {
    margin-top: 60px
}
#certifications .certification img {
    width: 200px
}
#certifications .certification h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1.1em;
    color: #000;
    margin-bottom: 20px
}
#certifications .certification p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 25.2px;
    color: #000;
}
#certifications .certification a {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 25.2px;
    color: #000;
    display: block;
    text-decoration: none;
}
#certifications .certification a:first-of-type {
    margin-bottom: 10px;
}
#certifications .certification a:hover {
    color: #0F75BC;
    transition: 0.6s;
}
#certifications .certification .line {
    border-top: 1px solid #0F75BC;
    background-color: #0F75BC;
    margin-top: 60px
}
#services .hero {
    background-image: url(../images/qualityimage.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 103px 0
}
#services .hero .pad {
    padding: 30px 0 0 170px
}
#services .hero h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 50px;
    font-weight: 600;
    text-transform: capitalize;
    color: #fff;
}
#services .hero .line {
    border: 2px solid #0F75BC;
    background-color: #0F75BC;
    width: 16%;
    margin: 20px 0 10px
}
#services .hero .button {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    background-color: #0F75BC;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    border-radius: 3px;
    padding: 18px 40px
}
#services .content {
    padding: 50px 0
}
#services .content .box {
    text-align: center;
    margin: 15px auto
}
#services .content .box .inner-content {
    background-color: #f9f9f9;
    border-radius: 3px;
    padding: 62px
}
#services .content .box .inner-content svg {
    font-size: 42px;
    color: #0F75BC;
    margin-bottom: 30px
}
#services .content .box .inner-content h1,
#services .content .box .inner-content h2 {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 25px
}
#services .content .box .inner-content p {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7em;
    margin-bottom: 45px
}
#services .content .box .inner-content a {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    background-color: #000;
    padding: 13px 45px;
    border-radius: 3px;
    text-decoration: none
}
#services .content .box .inner-content a:hover {
    background-color: #0F75BC;
    transition: .6s
}
#sub-services .hero {
    background-image: url(../images/qualityimage.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 103px 0
}
#sub-services .hero .pad {
    padding: 30px 0 0 170px
}
#sub-services .hero h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 50px;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
    line-height: 65px;
    text-align: left;
    margin-bottom: 0;
}
#sub-services .hero .line {
    border: 2px solid #0F75BC;
    background-color: #0F75BC;
    width: 16%;
    margin: 20px 0 0
}
#sub-services .hero .button {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    background-color: #0F75BC;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    font-size: 18px;
    padding: 18px 40px
}
#sub-services .hero-pad {
    padding: 95px 0
}
#sub-services .hero-pad .pad {
    padding: 50px 0 0 170px
}
#sub-services .content {
    padding: 50px 0
}
#sub-services .content p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 25.2px;
    color: #000;
    margin-bottom: 20px
}
#sub-services .content h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    font-weight: 600;
    margin: 0 0 20px;
    color: #333;
    line-height: 1.4
}
#sub-services .content h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 20px;
    color: #333;
    line-height: 1.4
}
#sub-services .content ul {
    padding-left: 20px
}
#sub-services .content ul li {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 25.2px;
    color: #000
}
#products .hero {
    background-image: url(../images/Screen-Shot-2018-08-06-at-8.10.35-AM.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 82.5px 0
}
#products .hero .pad {
    padding: 30px 0 0 170px
}
#products .hero h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 65px;
    color: #0F75BC;
    margin-bottom: 0;
    text-align: left;
}
#products .hero h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.1em;
    color: #fff;
    margin-bottom: 0;
    text-align: left;
}
#products .hero .button {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    background-color: #0F75BC;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    border-radius: 3px;
    padding: 18px 40px
}
#products .overview {
    text-align: center;
    padding: 60px 0
}
#products .overview h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 50px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.1em;
    color: #000000
}
#products .overview .line {
    border: 1px solid #0F75BC;
    background-color: #0F75BC;
    width: 14%;
    margin: 30px auto 40px
}
#products .overview .overview-inner {
    text-align: left
}
#products .overview .overview-inner img {
    width: 90%;
    filter: brightness(100%) contrast(100%) saturate(100%) blur(0) hue-rotate(243deg)
}
#products .overview .overview-inner p {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    line-height: 25.2px
}
#products .overview .overview-inner p:last-of-type {
    margin-bottom: 0
}
#products .type {
    overflow-x: hidden;
    text-align: center;
    padding-bottom: 50px
}
#products .type img {
    width: 100%;
    height: 135px
}
#products .type .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: -90px
}
#products .type .content .box {
    position: relative;
    display: inline-block;
    width: 310px;
    /*height: 265px;*/
    background-color: #f9f9f9;
    box-sizing: border-box;
    vertical-align: top;
    border: 1px solid lightgrey;
    padding: 50px 50px 120px;
}
#products .type .content .box .inner-content h5 {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 600;
    /*margin: 30px 0 45px;*/
    margin: 0;
}
#products .type .content .box .inner-content {
    display: inline-block;
    width: 100%;
}
#products .type .content .box .inner-content a {
    display: inline-block;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 208px;
    margin: auto;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    background-color: #000;
    padding: 13px 45px;
    border-radius: 3px;
    text-decoration: none
}
#products .type .content .box .inner-content a:hover {
    background-color: #0F75BC;
    transition: .6s
}
#products .type .content .box:nth-of-type(2) {
    background-color: #fff;
    margin-left: -4.5px
}
#products .type .content .box:nth-of-type(3) {
    margin-left: -3.5px
}
#products .type .content .box:nth-of-type(4) {
    margin-top: -1px;
}
#products .type .content .box:nth-of-type(5) {
    margin-left: -3.5px;
    margin-top: -1px;
}
#products .type .content .mar-top {
    margin-top: -1px;
}
#products .authorized-franchise-lines {
    padding: 45px 0;
    text-align: left;
    font-weight: 500;
}
#products .side-bar a {
    display: block;
    color: #000000;
    text-decoration: none;
    font-size: 13px;
    background-color: #f4f4f4;
    border-bottom: 1px solid #ffffff;
    border-left: 2px solid #a0d342;
    padding: 13px 8px;
}
#products .side-bar a:hover {
    background-color: #a0d342;
    color: white;
}
#products .side-bar a.active {
    background-color: #a0d342;
    color: white;
    position: relative;
}
#products .side-bar a.active .triangle {
    position: absolute;
    right: -9px;
    top: 3px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-left: 40px solid #a0d342;
    border-bottom: 20px solid transparent;
}
#products .authorized-franchise-lines .content h1 {
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 20px;
}
#products .authorized-franchise-lines .content a.download {
    font-size: 13px;
    color: #a0d342;
    text-decoration: none;
}
#products .authorized-franchise-lines .content a.download:hover {
    text-decoration: underline;
}
#products .authorized-franchise-lines .content a.download img {
    width: 20px;
    margin-right: 5px;
    vertical-align: bottom;
}
#products .authorized-franchise-lines .content h2 {
    font-size: 14px;
    margin: 45px 0 25px;
    color: #a0d342;
}
#products .authorized-franchise-lines .content ul li {
    font-size: 13px;
    color: #000000;
    text-decoration: none;
    line-height: 21px;
}
#products .authorized-franchise-lines .content ul li a {
    font-size: 13px;
    color: #000000;
    text-decoration: none;
}
#products .authorized-franchise-lines .content ul li a:hover {
    color: #a0d342;
    text-decoration: underline;
}
#products .authorized-franchise-lines-detail {
    padding: 45px 0;
    text-align: left;
    font-weight: 500;
}
#products .authorized-franchise-lines-detail .content .brand-logo {
    width: 160px;
}
#products .authorized-franchise-lines-detail .content .custom-brand-logo {
    padding: 0 40px 10px 0;
    box-sizing: content-box;
    width: 400px;
}
#products .authorized-franchise-lines-detail .content .custom-font-size {
    font-size: 13px;
    text-align: justify;
}
#products .authorized-franchise-lines-detail .content h1 {
    font-size: 13px;
    margin: 15px 0;
    line-height: 20px;
    color: #000000;
}
#products .authorized-franchise-lines-detail .content h2 {
    font-size: 13px;
    color: #000000;
    margin-bottom: 10px;
}
#products .authorized-franchise-lines-detail .content ul li {
    font-size: 13px;
    color: #000000;
    text-decoration: none;
    line-height: 21px;
}
#products .authorized-franchise-lines-detail .content ul li a {
    font-size: 13px;
    color: #000000;
    text-decoration: none;
}
#products .authorized-franchise-lines-detail .content ul li a:hover {
    color: #a0d342;
    text-decoration: underline;
}
#products .authorized-franchise-lines-detail .content .bor {
    border: 1px solid #e0dfdf;
    margin: 30px 0;
}
#products .authorized-franchise-lines-detail .content h3 {
    font-size: 14px;
    margin-bottom: 15px;
}
#products .authorized-franchise-lines-detail .content h3 a {
    color: #a0d342;
}
#products .francised-sources-by-manufacturers {
    padding: 45px 0;
    text-align: left;
    font-weight: 500;
}
#products .francised-sources-by-manufacturers .content .brand-logo {
    width: 160px;
}
#products .francised-sources-by-manufacturers .content ul {
    margin: 15px 0 30px;
}
#products .francised-sources-by-manufacturers .content ul li {
    font-size: 13px;
    color: #000000;
    text-decoration: none;
    line-height: 21px;
}
#products .francised-sources-by-manufacturers .content ul li a {
    font-size: 13px;
    color: #000000;
    text-decoration: none;
}
#products .francised-sources-by-manufacturers .content ul li a:hover {
    color: #a0d342;
    text-decoration: underline;
}
#products .strong-lines {
    padding: 45px 0;
    text-align: left;
    font-weight: 500;
}
#products .strong-lines .content p {
    font-size: 14px;
    color: #a0d342;
}
#products .strong-lines .content ul li {
    font-size: 13px;
    color: #000000;
    text-decoration: none;
    line-height: 21px;
}
#products .strong-lines .content ul li a {
    font-size: 13px;
    color: #000000;
    text-decoration: none;
}
#products .strong-lines .content ul li a:hover {
    color: #a0d342;
    text-decoration: underline;
}
#products .strong-lines .content .bor {
    border: 1px solid #e0dfdf;
    margin: 30px 0;
}
#products .custom-heading {
    color: #000000 !important;
    font-size: 27px !important;
    font-weight: 700 !important;
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 10px;
    margin-bottom: 35px;
}
#certifications .side-bar a {
    display: block;
    color: #000000;
    text-decoration: none;
    font-size: 13px;
    background-color: #f4f4f4;
    border-bottom: 1px solid #ffffff;
    border-left: 2px solid #a0d342;
    padding: 13px 8px;
}
#certifications .side-bar a:hover {
    background-color: #a0d342;
    color: white;
}
#certifications .side-bar a.active {
    background-color: #a0d342;
    color: white;
    position: relative;
}
#certifications .side-bar a.active .triangle {
    position: absolute;
    right: -9px;
    top: 3px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-left: 40px solid #a0d342;
    border-bottom: 20px solid transparent;
}
#certifications .cert {
    padding: 45px 0;
    text-align: left;
    font-weight: 500;
}
#certifications .cert .accordion {
    width: 100%;
    margin: 0 auto;
    border-radius: 5px;
}
#certifications .cert .accordion-header,
#certifications .cert .accordion-body {
    background: white;
}
#certifications .cert .accordion-header {
    padding: 7px 15px 5px;
    background: #a0d342;
    color: white;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 1px;
    transition: all .3s;
    text-transform: uppercase;
    margin-bottom: 0;
    border: 1px solid #dee2e6;
}
#certifications .cert .accordion__item {
    border-bottom: 1px solid #bfbfbf;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
#certifications .cert .accordion__item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
#certifications .cert .accordion__item .accordion__item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
#certifications .cert .accordion-header:hover {
    background: #a0d342;
    position: relative;
    z-index: 5;
}
#certifications .cert .accordion-body {
    color: #353535;
    display: none;
}
#certifications .cert .accordion-body__contents {
    padding: 0;
}
#certifications .cert .accordion-body__contents img {
    width: 100%;
}
#certifications .cert .accordion-body__contents p {
    font-size: 14px;
}
#certifications .cert .accordion__item.active:last-child .accordion-header {
    border-radius: 0;
}
#certifications .cert .accordion__item > .accordion-header:after {
    content: "\f3d0";
    font-family: "IonIcons", sans-serif;
    font-size: 20px;
    font-weight: bold;
    float: right;
    position: relative;
    top: -5px;
    transition: .3s all;
    transform: rotate(0deg);
}
#certifications .cert .accordion__item.active > .accordion-header:after {
    transform: rotate(-180deg);
}
#certifications .cert .accordion__item.active .accordion-header {
    background: #a0d342;
}
#certifications .cert .accordion__item .accordion__item .accordion-header {
    background: #f1f1f1;
    color: #353535;
}
#certifications .cert .custom-border {
    margin: 20px 0;
    height: 1px;
    background-color: black;
}
#certifications .cert .iframe-content {
    margin: auto;
    display: block;
    width: 800px;
}
#certifications .custom-heading {
    color: #000000 !important;
    font-size: 27px !important;
    font-weight: 700 !important;
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 10px;
    margin-bottom: 35px;
}
#certifications .cert .content p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 25.2px;
    color: #000;
}
#certifications .cert .content a {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 25.2px;
    color: #000;
    display: block;
    text-decoration: none;
}
#certifications .cert .content a:hover {
    color: #0F75BC;
    transition: 0.6s;
}
#certifications .cert .content a:first-of-type {
    margin-bottom: 10px;
}
#certifications .cert .content img {
    width: 100%;
}
#certifications .cert .content .bor {
    width: 100%;
    border-bottom: 1px solid #d5d5d5;
    margin: 45px 15px 55px;
}
#quality .hero {
    background-image: url(../images/qualityimage.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #2b2b2b;
    padding: 103px 0;
    text-align: center
}
#quality .hero h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 50px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 0;
    line-height: 65px;
    color: #fff
}
#quality .hero .line {
    border: 2px solid #0F75BC;
    background-color: #0F75BC;
    width: 16%;
    margin: 45px auto 0
}
#quality .youtube {
    text-align: center
}
#quality .youtube iframe {
    width: 800px;
    height: 450px;
    border: none;
    margin: 100px 0 60px
}
#quality .process .line {
    border-top: 1px solid #0F75BC;
    background-color: #0F75BC;
    width: 98%;
    margin: auto;
    margin-bottom: 30px
}
#quality .process .mar-bot {
    margin-bottom: 30px
}
#quality .process img {
    width: 100%
}
#quality .process .shape {
    height: 40px;
    margin-bottom: 30px;
}
#quality .process h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1.1em;
    color: #000;
    margin-bottom: 20px
}
#quality .process p {
    margin-bottom: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 25.2px;
    color: #000
}
#news .hero {
    background-image: url(../images/Screen-Shot-2018-08-06-at-8.10.35-AM.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 103px 0
}
#news .hero .pad {
    padding: 45px 0 0 170px
}
#news .hero h2 {

    font-size: 25px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 65px;
    color: #0F75BC;
    margin-bottom: 0;
}
#news .hero h3 {

    font-size: 36px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.1em;
    color: #fff;
    margin-bottom: 0
}
#news .hero .button {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    background-color: #0F75BC;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    border-radius: 3px;
    padding: 18px 40px
}
#news .news-post {
    padding: 50px 0 80px
}
#news .news-post .news-row .col-sm-6 {
    margin-bottom: 20px;
}
#news .news-post .box {
    position: relative;
    width: 100%;
    /*height: 590px;*/
    height: 100%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    /*margin-bottom: 20px*/
}
#news .news-post .box .news-image {
    //width: 350px !important;
    width: 100% !important;
    height: 230px !important;
}
#news .news-post .box .inner-box {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 0 30px 0;
    margin-top: -30px;
}
#news .news-post .box .inner-box .user {
    width: 60px !important;
    border-radius: 50% !important;
}
#news .news-post .box .inner-box .news-details-image {
    width: 400px;
}
#news .news-post .box .inner-box h2,
#news .news-post .box .inner-box h2 a span {
    color: #2b2b2b;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 20px;
    padding: 20px 0 25px;
    text-decoration:none;
}
#news .news-post .box .inner-box h2 a:hover{
    text-decoration:none;
}
#news .news-post .box .inner-box p {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    margin: 0;
    line-height: 1.5em;
    font-size: 14px;
    color: #777;
    margin-bottom: 25px
}
#news .news-post .box .inner-box a {
    color: #0F75BC;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 40px
}
#news .news-post .box .inner-box a img.img-fluid{
    margin-top:-6px;  
}
#news .news-post .box .mar-top {
    margin-top: 0
}
#news .news-post .box .bor {
    position: absolute;
    font-family: "Roboto", sans-serif;
    width: 100%;
    padding: 15px 30px;
    margin-bottom: 0;
    border-top: 1px solid #eaeaea;
    bottom: 0;
    color: #adadad;
    text-align: center;
    font-size: 12px
}
#news .bg-color-grey {
    background-color: #f9f9f9;
}
#news .social-heading {
    color: #2b2b2b;
    font-family: "Montserrat", sans-serif;
    font-size: 25px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.1em;
    margin: 30px 0;
    text-align: center;
}
#news .linked-in {
    text-align: center;
    padding-bottom: 30px;
}
#readmore {
    padding: 0  0 20px
}
#readmore img {
    margin: auto;
    display: block
}
#readmore .news-details-image {
    width: 400px !important;
}
#readmore h1 {
    font-size: 34px;
    padding: 20px 0 20px;
    margin: 0 0 15px;
    border-bottom: 1px solid #f1f1f1;
    letter-spacing: .6px;
    font-weight: 600;
    color: #333;
    line-height: 1.4
}
#readmore ul {
    /*text-align: center;*/
    margin: 0;
    padding: 0
}
#readmore ul li {
    display: inline-block;
    color: #929292;
    font-size: 12px
}
#readmore ul p {
    display: inline-block;
    font-size: 12px
}
#readmore ul a {
    color: #929292
}
#readmore p {
    font-size: 14px;
    color: #929292;
    margin-bottom: 30px
}
#readmore .bor-bottom {
    padding-bottom: 30px;
    border-bottom: 1px solid #f1f1f1
}
#readmore a {
    color: #000;
    text-decoration: none
}
#readmore a:hover {
    color: #0F75BC;
    transition: .6s
}
#readmore .know-more {
    text-align: center;
    border-top: 1px solid #f1f1f1;
    padding-top: 30px;
}
#readmore .know-more h3 {
    text-align: left;
    font-size: 16px;
    margin-bottom: 30px
}
#readmore .know-more h3 svg {
    color: #0F75BC
}
#readmore .know-more img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}
#readmore .know-more a {
    font-size: 16px;
    font-weight: 600
}
#readmore .know-more p {
    margin-top: 5px;
    font-size: 12px
}
#readmore .comment {
    border-top: 1px solid #f1f1f1;
    padding-top: 30px;
}
#readmore .comment form {
    text-align: right;
    margin-bottom: 30px;
}
#readmore .comment .field {
    display: inline-block;
    width: 31.18%;
    margin-left: 24px;
    vertical-align: top;
}
#readmore .comment .form-group {
    text-align: left;
}
#readmore .comment .form-group label {
    font-weight: 600;
    margin: 0 0 20px;
    color: #333;
    line-height: 1.4;
    font-size: 18px;
}
#readmore .comment .form-group input {
    border-radius: 0;
    font-size: 14px;
    padding: 8px 12px;
}
#readmore .comment .form-group textarea {
    border-radius: 0;
    font-size: 14px;
    padding: 8px 12px;
}
#readmore .comment button {
    display: inline-block;
    font-family: inherit;
    background-color: #0F75BC;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    margin: 0;
    border-radius: 0;
    padding: 14px 20px;
    border: 0;
    cursor: pointer;
    letter-spacing: 0.1em;
    line-height: 1;
}
#readmore .viewing {
    margin-bottom: 30px;
    border-top: 1px solid #f1f1f1;
    padding-top: 30px;
}
#readmore .viewing h3 {
    text-align: left;
    font-size: 16px;
    margin-bottom: 30px
}
#readmore .viewing h3 svg {
    color: #0F75BC
}
#readmore .viewing img {
    width: 95px;
    border-radius: 50%;
    margin: 0;
}
#readmore .viewing .heading {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
#readmore .viewing p {
    font-size: 14px;
    font-weight: 400;
}
#readmore .viewing .align-text {
    text-align: right;
}
#readmore .viewing h2 {
    font-size: 10px;
    font-weight: 400;
    color: #929292;
    padding: 0;
    border: none;
    display: inline-block;
    vertical-align: top;
    margin: 0;
}
#readmore .viewing a {
    font-size: 10px;
    font-weight: 600;
    color: #9acb3e;
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
    line-height: 14px;
}
#readmore .viewing a:hover {
    color: #000000;
}
.news-col-thumb {
    display: inline-block;
    width: 100%;
    height: 100px;
    margin-bottom: 10px;
    overflow: hidden;
}
#contact .hero {
    background-image: url(../images/mundo-proineco-export.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #2b2b2b;
    padding: 103px 0;
    text-align: center
}
#contact .hero h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 50px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 65px;
    margin-bottom: 0;
    color: #fff;
}
#contact .hero .line {
    border: 1px solid #0F75BC;
    background-color: #0F75BC;
    width: 14%;
    margin: 45px auto 20px
}
#contact .hero p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 17px
}
#contact .hero p:nth-of-type(2) {
    font-weight: 500;
    margin-bottom: 0
}
#contact .office {
    margin-top: -75px;
    padding: 0 0 90px
}
#contact .office h3 {
    color: #0F75BC;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    margin-bottom: 25px;
    font-size: 18px
}
#contact .office .inner-content {
    padding: 30px;
    text-align: center;
    border: 1px solid #d8d8d8;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1)
}
#contact .office .inner-content p {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 25.2px
}
#contact .office .inner-content .zero {
    margin-bottom: 0
}
#contact .office .inner-content .one {
    margin-bottom: 25px
}
#contact .office .inner-content .two {
    margin-bottom: 30px
}
#contact .office .inner-content .three {
    margin-bottom: 54px
}
#contact .office .inner-content .four {
    margin-bottom: 72px
}
#contact .office .inner-content a {
    display: block;
    color: #000;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none
}
#contact .office .inner-content a:hover {
    color: #0F75BC;
    transition: .3s
}
#contact .office .inner-content:hover {
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, .36);
    transition: .3s
}
#contact .contact-form .container {
    background-color: #f9f9f9;
    padding: 50px
}
#contact .contact-form h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    font-weight: 600;
    color: #2b2b2b;
    text-align: center
}
#contact .contact-form .line {
    border: 1px solid #0F75BC;
    background-color: #0F75BC;
    width: 14%;
    margin: 25px auto
}
#contact .contact-form form .form-group label {
    display: block;
    font-weight: 700;
    font-size: 16px;
    float: none;
    line-height: 1.3;
    margin: 0 0 4px 0;
    padding: 0;
    color: #000;
    font-family: "Roboto", sans-serif
}
#contact .contact-form form .form-group label span {
    color: red;
    font-size: 16px
}
#contact .contact-form form .form-group .first {
    display: inline-block;
    width: 48%;
    vertical-align: top;
    margin-right: 36px
}
#contact .contact-form form .form-group .last {
    display: inline-block;
    vertical-align: top;
    width: 48%
}
#contact .contact-form form .form-group input {
    border: 1px solid #ccc;
    color: #333;
    border-radius: 3px;
    height: 40px;
    font-size: 16px;
}
#contact .contact-form form .form-group textarea {
    border: 1px solid #ccc;
    color: #333;
    border-radius: 3px;
    font-size: 16px;
}
.help-block {
    font-size: 14px;
}
#contact .contact-form form .form-group .custom {
    display: block;
    font-size: 13px;
    float: none;
    font-weight: 400;
    line-height: 1.3;
    margin: 4px 0 0;
    padding: 0
}
#contact .contact-form form button {
    background-color: #0F75BC;
    font-family: "Roboto", sans-serif;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 14px 20px;
    border: 0;
    border-radius: 3px;
    cursor: pointer;
    text-align: center;
    letter-spacing: .1em;
    line-height: 1;
    width: 100%
}
#certifications .hero {
    background-image: linear-gradient(0deg, #0000000a, rgba(0, 0, 0, 0)), url('../img/certificate-banner-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.single-certificate {
    margin-top: -43px !important;
    margin-bottom: -43px !important;
}
.certificate-pdf {
    background-color: white;
    padding-left: 25%;
    padding-right: 25%;
    padding-top: 5%;
    padding-bottom: 5%;
}
.banner-p {
    color: #9acb3e;
    font-size: 20px;
    font-weight: bold;
    line-height: 15px;
    margin-left: 2px;
    margin-top: 35px;
}
.hero h2 {
    text-transform: uppercase !important;
}
.banner-logo {
    width: 40%;
    margin-left: 64%;
}
#career .hero {
    text-align: center;
    background-image: url(../images/careers.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 103px 0
}
#career .hero h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 50px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 65px;
    margin-bottom: 0;
    color: #fff
}
#career .hero .line {
    border: 3px solid #0F75BC;
    background-color: #0F75BC;
    width: 14%;
    margin: 25px auto 0
}
#career .job-application {
    padding: 110px 0
}
#career .job-application h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    font-weight: 600
}
#career .job-application .line {
    border: 1px solid #0F75BC;
    background-color: #0F75BC;
    width: 14%;
    margin: 20px 0
}
#career .job-application form .form-group {
    margin-bottom: 10px
}
#career .job-application form .form-group label {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #000;
    margin-bottom: 3px;
    display: block
}
#career .job-application form .form-group label span {
    color: red;
    font-size: 14px
}
#career .job-application form .form-group input {
    border: 1px solid #818a91;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    border-radius: 3px;
    height: 40px
}
#career .job-application form .form-group select {
    border: 1px solid #818a91;
    font-size: 15px;
    height: 40px;
    border-radius: 3px;
}
#career .job-application form .radio label {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 0
}
#career .job-application form .radio label input {
    margin-right: 5px
}
#career .job-application form .radio:nth-last-of-type(5) {
    margin-bottom: 10px
}
#career .job-application form button {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    background-color: #0F75BC;
    color: #fff;
    font-weight: 600;
    padding: 14px 20px;
    border: 0;
    border-radius: 2px;
    cursor: pointer;
    text-align: center;
    letter-spacing: 1.5px;
    line-height: 1;
    width: 100%
}
#career .job-application form .bor-none input {
    border: none !important
}
#thankyou .content {
    padding: 60px 0
}
#thankyou .content .inner-content {
    /* border: 1px solid #0F75BC; */
    text-align: center;
    max-width:1100px;
    margin:0 auto;
}
#thankyou .content .inner-content .top {
    /* background-color: #dafcc5; */
    display: inline-block;
    width: 50%;
    vertical-align: top;
    position: relative;
    height: 363px;
    text-align:right;
    position: relative;
}
#thankyou .content .inner-content .top:after{
    background-image: url('../images/glow-copy.png');
    background-repeat: no-repeat;
    width:5px;
    height:100%;
    content:'';
    position: absolute;
    right: 40px;
    top: 22px;
}
#thankyou .content .inner-content .top img {
    margin-bottom: 10px;
    /* width: 200px; */
    width:auto;
}

#thankyou .content .inner-content .bottom {
    display: inline-block;
    width: 49.7%;
    vertical-align: top;
    position: relative;
    height: 363px;
    text-align:left;
    /* padding-top:60px; */
    padding-top:37px;
}
#thankyou .content .inner-content .positioning {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}
#thankyou .content .inner-content .bottom h2 {

    font-size: 55px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    text-transform: capitalize;
    /* line-height: 1.1em; */
    color: #0F75BC;
    margin: 10px 0;
    margin-bottom:35px;
}
#thankyou .content .inner-content .bottom h2 span{
    font-size: 20px;
    font-weight: 700;
    color:#0F75BC;
    /* line-height: 1.1em; */
    /* color: #2b2b2b */
    display:block;
}
#thankyou .content .inner-content .bottom h3 {

    font-size: 22px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    /* text-transform: capitalize; */
    font-style: italic;
    line-height: 1.1em;
    color: #757575;;
    margin-bottom:50px;
}
#thankyou .content .inner-content .bottom h4 {

    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.1em;
    color: #000;
    margin-bottom: 35px;
    background-color:#ebebeb;
    padding:5px;
    width:100%;
    max-width:355px;
    text-align:right;
    padding-left:15px;
}
#thankyou .content .inner-content .bottom h4 span{
    text-align:left;
    display: inline-block;
    width:61%;
    color: #000;
    position: relative;
    top: 2px;
}
#thankyou .content .inner-content .bottom h4 a {
    text-decoration:none;
}
#thankyou .content .inner-content .bottom h4 a i {
    background-color: #eb843f;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    padding: 10px 25px;
    border-radius: 4px;
    display:inline-block;
    width:37%;
}
#aerospace .hero {
    background-image: url(../images/aerospace-and-military/military-page.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 61px 0;
}
#aerospace .hero .pad {
    padding: 50px 0 0 170px;
}
#aerospace .hero h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 50px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.1em;
    color: #ffffff;
    margin-bottom: 25px;
}
#aerospace .hero .line {
    border: 2px solid #0F75BC;
    width: 16%;
    margin: 20px 0 10px;
}
#aerospace .hero .button {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    background-color: #0F75BC;
    color: white;
    text-decoration: none;
    font-size: 18px;
    padding: 18px 40px;
}
#aerospace .banner {
    padding: 50px 0;
}
#aerospace .banner img {
    display: block;
    margin: 0 auto;
    width: 1024px;
}
#aerospace .certification-img {
    margin-right: 48px;
}
#aerospace .certification-img:nth-of-type(7) {
    margin: 0;
}
#aerospace .certification-img img {
    width: 85px;
}
#aerospace .quality {
    padding: 70px 0 10px;
    background-color: #f7f7f7;
    text-align: center;
}
#aerospace .quality h1 {
    font-size: 35px;
    color: #54595f;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    line-height: 35px;
    margin-bottom: 20px;
}
#aerospace .quality p {
    font-size: 16px;
    color: #54595f;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    margin-bottom: 40px;
    line-height: 28.8px;
}
#aerospace .quality .content h2 {
    font-size: 14px;
    color: #54595f;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 14px;
}
#aerospace .quality .content img {
    width: 100%;
    padding-bottom: 60px;
}
#aerospace .dmsms {
    padding: 80px 0;
}
#aerospace .dmsms h1 {
    text-align: center;
    font-size: 35px;
    color: #54595f;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    line-height: 35px;
}
#aerospace .dmsms ul {
    margin: 40px 0;
    padding-left: 20px;
}
#aerospace .dmsms ul li {
    font-size: 14px;
    color: #000000;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    line-height: 25.2px;
}
#aerospace .dmsms .content {
    padding-top: 40px;
}
#aerospace .dmsms .content h1 {
    text-align: left;
}
#aerospace .dmsms .content ul {
    margin: 40px 0;
}
#aerospace .dmsms .content p {
    font-size: 14px;
    color: #000000;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    line-height: 25.2px;
    margin: 20px 0 0;
}
#aerospace .dmsms .content img {
    width: 488px;
    display: block;
    margin-left: auto;
}
#aerospace .inventory-solutions {
    background-color: #7a7a7a;
    padding: 80px 0;
}
#aerospace .inventory-solutions img {
    width: 225px;
    margin-left: auto;
    display: block;
}
#aerospace .inventory-solutions h1 {
    font-size: 35px;
    color: #0F75BC;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    line-height: 35px;
    margin: 75px 0 40px 75px;
}
#aerospace .inventory-solutions ul {
    margin-left: 75px;
    padding: 0 0 0 10px;
}
#aerospace .inventory-solutions ul li {
    font-size: 14px;
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    line-height: 22.2px;
    margin-bottom: 0;
    list-style: none;
}
#aerospace .inventory-solutions ul li .bullet {
    margin-right: 5px;
    font-size: 6px;
    font-weight: 400;
}
#aerospace .military-application {
    padding: 80px 0;
}
#aerospace .military-application img {
    width: 225px;
}
#aerospace .military-application h1 {
    font-size: 35px;
    color: #54595f;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    line-height: 35px;
    margin: 55px 0 40px 50px;
}
#aerospace .military-application ul {
    padding-left: 20px;
    margin-left: 50px;
}
#aerospace .military-application ul li {
    font-size: 14px;
    color: #000000;
    line-height: 25.2px;
    margin-bottom: 0;
    font-weight: 600;
}
#aerospace .speciality {
    padding: 0 0 80px;
}
#aerospace .speciality h1 {
    color: #54595f;
    font-size: 25px;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    margin-bottom: 20px;
}
#aerospace .speciality p {
    font-size: 14px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    line-height: 25.2px;
    margin-bottom: 20px;
}
#aerospace .vetted-sources {
    background-color: #54595f;
    padding: 80px 0 110px;
}
#aerospace .vetted-sources img {
    width: 225px;
}
#aerospace .vetted-sources h1 {
    font-size: 35px;
    color: #0F75BC;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    line-height: 35px;
    margin: 30px 0 20px;
}
#aerospace .vetted-sources p {
    color: #ffffff;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    line-height: 28.8px;
    margin-bottom: 20px;
}
#aerospace .request {
    padding: 90px 0;
    text-align: center;
}
#aerospace .request a {
    background-color: #0F75BC;
    color: white;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    line-height: 15px;
    padding: 15px 35px;
}
/*----------------------------------------------
------------------------------------------------
---------------Manufacturer-Start---------------
------------------------------------------------
----------------------------------------------*/
#manufacturer .hero {
    background-image: url(../images/product-hero.png);
    text-align: left;
}
#manufacturer .hero {
    padding: 103px 0;
}
#manufacturer .hero h2, #products .hero h3 {
    color: #171717;
}
#manufacturer .hero h1 {
    font-family: 'Montserrat', sans-serif;
    text-transform: capitalize;
    margin-bottom: 0;
    text-align: left;
    font-size: 26px;
    color: #0F75BC;
    font-weight: 700;
}
#manufacturer .hero h2 {
    font-size: 35px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 0;
}
#manufacturer .hero .right {
    text-align: right;
    margin: auto;
}
#manufacturer .hero .right a {
    color: white;
    text-decoration: none;
    font-size: 11px;
    font-weight: 700;
    background-color: #0F75BC;
    padding: 17px 45px;
}
#manufacturer .content {
    padding: 60px 0;
}
#manufacturer .content h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 50px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.1em;
    color: #1d1d1d;
    margin-bottom: 25px;
}
#manufacturer .content .line {
    border: 2px solid #0F75BC;
    width: 16%;
    margin: 20px 0 10px;
}
#manufacturer .content .left img {
    width: 100%;
}
#manufacturer .content .inner-content {
    padding: 52px 0;
}
#manufacturer .content .right h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
    color: #1d1d1d;
    margin-bottom: 0;
}
#manufacturer .content .right .line {
    border: 2px solid #0F75BC;
    width: 105px;
    margin: 10px 0 25px;
}
#manufacturer .content p {
    font-size: 14px;
    font-weight: 500;
}
#manufacturer .pagination {
    padding: 60px 0;
    background-color: #f1f1f1;
    margin: 0;
}
#manufacturer .pagination ul {
    background-color: white;
    padding: 0;
    margin: 0;
    font-size: 0;
}
#manufacturer .pagination ul li {
    display: inline-block;
}
#manufacturer .pagination ul li a {
    color: #0F75BC;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    padding: 15px 0;
    width: 41.1px;
    font-size: 14px;
    text-align: center;
}
#manufacturer .pagination ul li a.active {
    background-color: #0F75BC;
    color: white;
}
#manufacturer .pagination ul li a:hover {
    background-color: #0F75BC;
    color: white;
}
#manufacturer .brands {
    background-color: #f1f1f1;
    padding: 0 0 50px;
}
#manufacturer .brands .content {
    position: relative;
    padding: 0;
    width: 175px;
    margin: auto;
}
#manufacturer .brands .content .box {
    width: 175px;
    height: 90px;
    background-color: white;
    position: relative;
    margin: auto auto 10px;
    -webkit-box-shadow: 0 0 5px 0 rgba(179, 179, 179, 1);
    -moz-box-shadow: 0 0 5px 0 rgba(179, 179, 179, 1);
    box-shadow: 0 0 5px 0 rgba(179, 179, 179, 1);
    z-index: 1;
}
#manufacturer .brands .content .box img {
    width: 75%;
    max-height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}
#manufacturer .brands .content .box-content {
    position: absolute;
    z-index: 2;
    top: 0;
    left: -70px;
    display: none;
    background-color: white;
    width: 300px;
    padding: 35px 30px 30px;
    text-align: center;
    -webkit-box-shadow: 0 0 5px 0 rgba(179, 179, 179, 1);
    -moz-box-shadow: 0 0 5px 0 rgba(179, 179, 179, 1);
    box-shadow: 0 0 5px 0 rgba(179, 179, 179, 1);
}
#manufacturer .brands .content .box-content img {
    width: 70%;
    max-height: 100px;
}
#manufacturer .brands .content .box-content .h1 {
    font-size: 17px;
    font-weight: 700;
    padding: 25px 0 20px;
}
#manufacturer .brands .content .box-content ul {
    padding-left: 0;
    text-align: left;
    margin-bottom: 35px;
}
#manufacturer .brands .content .box-content ul li {
    list-style: none;
    color: #0F75BC;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
}
#manufacturer .brands .content .box-content ul li span {
    color: #0F75BC;
    font-size: 10px;
    vertical-align: middle;
    margin-right: 7px;
}
#manufacturer .brands .content .box-content a {
    background-color: #0F75BC;
    color: white;
    display: block;
    font-size: 10px;
    font-weight: 700;
    padding: 11px 0;
    text-decoration: none;
}
#manufacturer .brands .content:hover .box {
    opacity: 0;
    transition: 0.5s;
}
#manufacturer .brands .content:hover .box-content {
    display: block;
    transition: 0.5s;
}
#products-2 .hero {
    background-image: url(../images/product-hero.png);
    text-align: left;
}
#products-2 .hero {
    padding: 103px 0;
}
#products-2 .hero h2, #products .hero h3 {
    color: #171717;
}
#products-2 .hero h1 {
    font-family: 'Montserrat', sans-serif;
    text-transform: capitalize;
    margin-bottom: 0;
    text-align: left;
    font-size: 26px;
    color: #0F75BC;
    font-weight: 700;
}
#products-2 .hero h2 {
    font-size: 35px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 0;
}
#products-2 .hero .right {
    text-align: right;
    margin: auto;
}
#products-2 .hero .right a {
    color: white;
    text-decoration: none;
    font-size: 11px;
    font-weight: 700;
    background-color: #0F75BC;
    padding: 17px 45px;
}
#products-2 .content {
    padding: 60px 0;
}
#products-2 .content img {
    width: 100%;
}
#products-2 .content h1 {
    font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.1em;
    letter-spacing: 1px;
    color: #000000;
    margin: 15px 0;
}
#products-2 .content .line {
    border-bottom: 6px solid #0F75BC;
    width: 145px;
    margin: 20px 0 15px;
}
#products-2 .content h2 {
    font-size: 17px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.1em;
    color: #0F75BC;
    margin-bottom: 20px;
}
#products-2 .content p {
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 28px;
}
#products-2 .content a {
    width: 240px;
    color: white;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    padding: 13px 0;
}
#products-2 .content .btn-1 {
    background-color: #636363;
}
#products-2 .content .btn-2 {
    background-color: #0F75BC;
    margin-left: 15px;
}
#products-2 .details {
    padding: 60px 0;
    background-color: #f1f1f1;
}
#products-2 .details .table {
    margin-bottom: 0;
    width: 100%;
    overflow-x: auto;
}
#products-2 .details .table table {
    width: 1110px;
}
#products-2 .details .table table tr {
    margin-bottom: 10px;
}
#products-2 .details .table table th {
    border: none;
    border-left: 1px solid white;
    background-color: #a5a5a5;
    font-size: 14px;
    color: white;
    padding: 10px 12px;
}
#products-2 .details .table table td {
    border: none;
    border-left: 1px solid #ececec;
    background-color: #ffffff;
    font-size: 14px;
    color: #757575;
    padding: 10px 12px;
    font-weight: 600;
    vertical-align: middle;
}
#products-2 .details .table table td .custom-checkbox {
    display: block;
    position: relative;
    padding-left: 10px;
    margin-bottom: 18px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#products-2 .details .table table td .custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
#products-2 .details .table table td .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
}
#products-2 .details .table table td .custom-checkbox:hover input ~ .checkmark {
    background-color: #e8e8e8;
}
#products-2 .details .table table td .custom-checkbox input:checked ~ .checkmark {
    background-color: #e8e8e8;
}
#products-2 .details .table table td .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
#products-2 .details .table table td .custom-checkbox input:checked ~ .checkmark:after {
    display: block;
}
#products-2 .details .table table td .custom-checkbox .checkmark:after {
    left: 7px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid #757575;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
#products-2 .details .table table td input {
    padding: 8px 10px;
    border: none;
    background-color: #f2f2f2;
    text-align: center;
}
#products-2 .details .table table td input::placeholder {
    text-align: center;
    font-weight: 600;
    color: #c1c1c1;
}
#products-2 .details .table table td a {
    background-color: #0F75BC;
    color: white;
    display: block;
    text-align: center;
    padding: 8px 0;
    text-decoration: none;
}
#products-2 .details .table .empty-row {
    height: 10px;
}
#products-2 .details .table table .bor-none {
    border: none;
}
footer {
    background-color: #2b2b2b;
    padding: 0 15px;
    padding-top: 25px;
    padding-bottom: 20px !important;
}
footer .footer-title {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px
}
footer .footer-title a {
    color: #fff;
    text-decoration: none;
}
footer .footer-title a:hover {
    color: #0F75BC;
}
footer p {
    font-size: 12px;
    font-weight: 400;
    color: rgba(255, 255, 255, .5);
    line-height: 1.5em
}
footer img {
    margin-bottom: 20px;
    max-width: 100%;
    width: 60%
}
footer ul {
    margin-left: 0;
    padding: 0
}
footer li {
    font-size: 12px;
    font-weight: 400;
    color: rgba(255, 255, 255, .5);
    line-height: 1.5em;
    list-style: none
}
footer .certifications img {
    width: 70px;
    margin: 10px 0 20px
}
footer .svg-inline--fa {
    color: #494c4f
}
footer .elementor-icon:hover .svg-inline--fa {
    color: #fff
}
footer .sub-footer {
    margin: 60px 0 0;
}
footer .sub-footer .bor-top {
    border-top: 1px dotted rgba(255, 255, 255, .59);
}
footer .sub-footer p {
    display: inline-block;
    color: rgba(255, 255, 255, .9);
    border-right: 1px dotted rgba(255, 255, 255, .59);
    margin-bottom: 0;
    padding: 10px 20px;
    vertical-align: top;
    font-size: 13px
}
footer .sub-footer a {
    display: inline-block;
    color: rgba(255, 255, 255, .9);
    border-right: 1px dotted rgba(255, 255, 255, .59);
    padding: 20px;
    vertical-align: top;
    font-size: 13px
}
footer .sub-footer a:last-child {
    border-right: 0 dotted rgba(255, 255, 255, .59)
}
footer .sub-footer a:hover {
    text-decoration: none;
    color: #fff
}
footer .sub-footer .social-icons {
    text-align: right;
    vertical-align: middle
}
footer .sub-footer .social-icons a:first-child {
    padding: 3.5px 10.5px 4.5px
}
footer .sub-footer .social-icons a {
    border: none;
    background-color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 37px;
    padding: 3.5px 9.5px 4.5px;
    border-radius: 50%;
    margin-top: 15px;
    margin-left: 5px
}
footer .sub-footer .social-icons a svg {
    font-size: 18px
}
footer .sub-footer .social-icons a:last-child {
    padding: 3.5px 8.5px 4.5px
}
footer .sub-footer .social-icons a:hover {
    background-color: #a2c53a;
    transition: .6s
}
footer .sub-footer .social-icons a:hover svg {
    color: #fff
}
section.overview .authorized-french-lines .lines-all .pad-none {
    padding: 0;
}
section.overview .authorized-french-lines .lines-all .box h3 {
    font-size: 18px;
    color: #000000;
    margin-bottom: 20px !important;
}
section.overview .authorized-french-lines .lines-all .box ul li {
    color: #000000;
}
section.overview .authorized-french-lines p {
    color: #000000;
}
#career .job-application form .file-caption,
#customise-css.for-customise-btns .file-caption {
    display: none !important;
}
#career .job-application form .btn-file,
#customise-css.for-customise-btns .btn-file {
    background-color: #0F75BC !important;
    border: 1px solid #0F75BC !important;
}
#career .job-application form .fileinput-remove-button,
#customise-css.for-customise-btns .upload .left button.fileinput-remove {
    background-color: red !important;
}

.page-banner {
    display: inline-block;
    background-image: url("../images/banner-home.jpg");
    width: 100%;
    height: 392px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*margin-bottom: 40px;*/
}
.page-banner.banner-home {
    background-image: url("../images/banner-home.jpg");
    height: 583px;
}
.page-banner.banner-aboutUs {
    background-image: url("../images/banner-aboutus.jpg");
}
.page-banner.banner-services {
    background-image: url("../images/banner-services.jpg");
}
.page-banner.banner-products {
    background-image: url("../images/banner-products.jpg");
}
.page-banner.banner-quality {
    background-image: url("../images/banner-quality.jpg");
}
.page-banner.banner-news {
    background-image: url("../images/banner-news.jpg");
}
.page-banner.banner-contactUs {
    background-image: url("../images/banner-contactUs.jpg");
}
.site-header .container, .page-banner .container , .search-section .container, .banner-search-main-wrap .banner-search-form-wrap, .site-footer .container {
    max-width: 1370px;
}
.banner-title {
    font-family: 'SegoeUIBlack', sans-serif;
    font-size: 43px;
    color: #fff;
    font-weight: normal;
    text-align: center;
    line-height: normal;
    text-shadow: 4px 4px 9px rgba(0,0,0,.49);
    margin-bottom: 0;
}
.banner-desc {
    font-family: 'SegoeUI', sans-serif;
    font-size: 28px;
    color: #fff;
    font-weight: normal;
    text-align: center;
    line-height: normal;
    text-shadow: 4px 4px 9px rgba(0,0,0,.49);
    margin-bottom: 28px;
}
.banner-desc p {
    margin-bottom: 0;
}

.page-banner.banner-home .banner-desc p {
    font-size: 44px;
}
.banner-desc p span {
    font-family: 'SegoeUIBlack', sans-serif;
}
.banner-search-form-wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}
.banner-search-form {
    position: relative;
    width: calc(100% - 233px);
}
.banner-search-form input[type="text"], .banner-search-form input[type="email"], .banner-search-form input[type="search"] {
    width: 100%;
    height: 53px;
    font-family: 'SegoeUI', sans-serif;
    font-size: 16px;
    line-height: 1.2;
    color: #8A8A8A;
    border: 0;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    outline: none;
    padding: 0 20px;
}
.banner-search-form input[type="submit"], .banner-search-form button[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    /* background-color: #fff; */
    background-color: #0F75BC;
    width: 60px;
    height: 53px;
    font-size: 22px;
    color: #505050;
    text-align: center;
    border: 0;
    /*border-left: 1px solid #eee;*/
    border-left: 1px solid #0F75BC;
    cursor: pointer;
    -webkit-border-radius: 0 7px 7px 0;
    -moz-border-radius: 0 7px 7px 0;
    border-radius: 0 7px 7px 0;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}
.banner-search-form input[type="submit"]:hover, .banner-search-form button[type="submit"]:hover, .banner-search-form input[type="submit"]:focus, .banner-search-form button[type="submit"]:focus {
    background-color: #505050;
    color: #fff;
}
.banner-search-or {
    width: 60px;
    font-family: 'SegoeUI', sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 53px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
}
.banner-bom-buttons {
    width: 173px;
}
.banner-bom-buttons .btn.btn-secondary.dropdown-toggle {
    background-color: #505050;
    width: 100%;
    height: 53px;
    font-family: 'SegoeUI', sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    color: #fff;
    border: 0;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    outline: none;
}
.banner-bom-buttons .btn.btn-secondary.dropdown-toggle:after {
    border-top: 10px solid;
    border-right: 6px solid transparent;
    border-bottom: 0;
    border-left: 6px solid transparent;
    vertical-align: inherit;
}
.banner-bom-buttons .dropdown-menu {
    max-width: 100%;
    border: 0;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    overflow: hidden;
    padding: 0;
}
.banner-bom-buttons .dropdown-menu a {
    float: left;
    width: 100%;
    font-family: 'SegoeUI', sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    color: #545454;
    text-align: center;
    text-decoration: none;
    border-bottom: 1px solid #ECECEC;
    padding: 13px 15px;
}
.banner-bom-buttons .dropdown-menu a:hover {
    background-color: #545454;
    color: #fff;
}
.banner-bom-buttons .dropdown-menu a:last-child {
    border-bottom: 0;
}
.secnd-nav header .desktop-nav {
    text-align: center;
}
section.secnd-nav header .desktop-nav li ul {
    margin-top: 0;
    top: 18px;
}
section.secnd-nav header .desktop-nav .svg-inline--fa {
    top: 4px;
}
.search-section {
    display: none;
    background-color: #EBEBEB;
    -webkit-transition: all 0.5s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 0.5s ease;
    padding: 22px 0;
}
.site-header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9999;
}
.search-section.fixed {
    position: fixed;
    top: 96px;
    left: 0;
    display: none;
    width: 100%;
    z-index: 9998;
}
.banner-search-form-wrap {
    margin: 0 auto;
}
.banner-search-main-wrap.fixed {
    position: fixed;
    top: 96px;
    left: 0;
    background-color: #EBEBEB;
    width: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 0.5s ease;
    padding: 22px 0;
    z-index: 9998;
}
#excess-bom-upload .page-banner .banner-search-main-wrap.fixed {
    position: static !important;
}
.ui-widget.ui-widget-content {
    z-index: 9999;
}


/*CR #13940*/
.contact-content {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.contact-content .container, .company-locations .container {
    max-width: 1360px;
}
.cc-left-col {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.company-info-txt {
    padding: 55px 85px 65px 0;
}
.company-info-txt.company-region {
    background-color: #F8F8F8;
    padding: 55px 90px 150px 0;
    overflow: hidden;
}
.company-info-txt.company-region:before {
    content: '';
    position: absolute;
    top: 0;
    left: -99984px;
    display: inline-block;
    background-color: #F8F8F8;
    width: 99999px;
    height: 100%;
}
.contact-content .br-1 {
    border-right: 1px solid #DEDEDE;
}
.contact-content .contact-heading {
    font-family: 'SegoeUI';
    font-size: 32px;
    font-weight: bold;
    color: #515151;
    line-height: normal;
    margin-bottom: 20px;
}
.company-info-txt .contact-desc p {
    font-family: 'SegoeUI';
    font-size: 16px;
    font-weight: normal;
    color: #515151;
    line-height: 40px;
    margin-bottom: 0;
}
.company-info-txt .contact-desc p a {
    color: #A2C73A;
}
.company-info-txt .contact-desc p a:hover {
    text-decoration: underline;
}
.contact-form-wrap {
    padding: 55px 0 65px 90px;
}
.contact-form-wrap .contact-heading {
    padding-left: 4px;
}
.contact-form-wrap .form-group {
    margin-bottom: 15px;
}
.contact-form-wrap .form-control {
    background-color: #F2F2F2;
    width: 100%;
    height: 40px;
    font-family: 'SegoeUI';
    font-size: 14px !important;
    font-weight: 500;
    color: #515151;
    -webkit-border-radius: 7px !important;
    -moz-border-radius: 7px !important;
    border-radius: 7px !important;
    border: 0 !important;
    -webkit-box-shadow: inherit !important;
    box-shadow: inherit !important;
    padding: 0 33px;
}
.contact-form-wrap textarea.form-control {
    height: 104px;
    resize: none;
    padding: 14px 33px 5px;
}
.contact-form-wrap .g-recaptcha {
    margin-bottom: 20px;
}
.contact-form-wrap button#cont-form-btn {
    display: inline-block;
    width: 100%;
    background-color: #A2C73A;
    font-family: 'SegoeUI';
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
    -webkit-border-radius: 7px !important;
    -moz-border-radius: 7px !important;
    border-radius: 7px !important;
    border: 0 !important;
    padding: 13px 7px;
}
.company-locations {
    display: inline-block;
    width: 100%;
    background: #EFEFEF url("../images/contact/bg-company-locations.png") no-repeat center 40px;
    vertical-align: top;
    padding: 115px 0 90px;
}
.company-locations .col-md-4 {
    margin-bottom: 28px;
}
.company-location-box {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    overflow: hidden;
}
.company-location-thumb {
    position: relative;
    -webkit-border-radius: 7px 7px 0 0;
    -moz-border-radius: 7px 7px 0 0;
    border-radius: 7px 7px 0 0;
}
.map-icon {
    position: absolute;
    top: 15px;
    right: 15px;
}
.map-icon a {
    display: flex;
}
.company-location-desc {
    display: inline-block;
    width: 100%;
    padding: 28px 32px 50px;
}
.company-location-desc .cl-heading {
    font-family: 'SegoeUI';
    font-size: 24px;
    font-weight: 700;
    color: #515151;
    margin-bottom: 24px;
}
.cl-desc {
    display: inline-block;
    width: 100%;
}
.cl-desc p {
    display: flex;
    flex-wrap: wrap;
    font-family: 'SegoeUI';
    font-size: 18px;
    font-weight: normal;
    color: #515151;
    margin-bottom: 30px;
}
.cl-desc p a {
    position: relative;
    top: 5px;
    display: flex;
    height: 100%;
    font-size: 15px;
    color: #a0c43b;
    margin-right: 8px;
}
.cl-desc p span {
    display: inline-block;
    width: 92%;
}
.cl-desc ul {
    display: inline-block;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}
.cl-desc ul li {
    font-family: 'SegoeUI';
    font-size: 18px;
    font-weight: normal;
    color: #515151;
    margin-bottom: 5px;
}
.cl-desc ul li a {
    color: #515151;
    text-decoration: none;
}
.cl-desc ul li a:hover {
    color: #A2C73A;
}
.cl-desc ul li strong {
    display: inline-block;
    width: 25px;
}
.tac-link {
    display: inline-block;
    width: 100%;
}
.tac-link a {
    position: relative;
    display: inline-block;
    width: 100%;
    font-family: 'SegoeUI';
    font-size: 14px;
    font-weight: normal;
    color: #515151;
    padding-left: 15px;
}
.tac-link a:before {
    content: "*";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 22px;
    color: #A2C73A;
    line-height: 1.2;
}
.tac-link a:hover {
    text-decoration: underline;
}
.mapLocationModal {
    z-index: 99999999;
}
.mapLocationModal .modal-dialog {
    max-width: 800px;
}
.mapLocationModal .modal-content {
    -webkit-border-radius: 7px !important;
    -moz-border-radius: 7px !important;
    border-radius: 7px !important;
}
.mapLocationModal .modal-body iframe {
    width: 100%;
    height: 450px;
}
.mapLocationModal .modal-content button.close {
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: #A2C73A;
    width: 30px;
    height: 30px;
    font-size: 22px;
    color: #fff;
    -webkit-border-radius: 30px !important;
    -moz-border-radius: 30px !important;
    border-radius: 30px !important;
    cursor: pointer;
    opacity: 1;
}
/*CR #13940*/
/*CR #14238*/
.rfq-section {
    display: inline-block;
    width: 100%;
    padding: 40px 0;
}
.rfq-section h1 {

    font-size: 40px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.2;
    color: #505050;
    padding: 0;
    margin: 0;
}
.rfq-section h1#page_title{
    text-transform:uppercase;
}
.rfq-section h1 span {

    font-size: 50px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.1em
}
/*CR #14238*/
/*CR #14281*/
.rfq-section p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin: 20px 0 0;
}
.rfq-section p#page_message{
    font-size:16px;
    font-family: "Montserrat", sans-serif;
    font-weight:400;
    color:#858585;
} 
/*CR #14281*/

section.rfq-search-result-sec table tbody tr td
{
    padding-left:10px;
    padding-right:10px;
}
section.rfq-search-result-sec table tbody tr td:last-child a{
    display: block;
    max-width: 70px;
    margin: 0 auto;
    padding-top: 3.5px;
    padding-bottom: 3.5px;
}
section.rfq-search-result-sec table thead tr th{
    padding-left:10px;
    padding-right:10px;
}
section.rfq-search-result-sec table tbody tr td:last-child a.add-to-cart-small{
    display:initial;
    padding-top:5px;
    padding-bottom:5px;
}
/*CR #15490*/
.likesubmit2{
        width: 18% !important;
        font-family: "Roboto", sans-serif !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    letter-spacing: 0.1em;
    background-color: #0F75BC;
    color: #fff !important;
    padding: 14px 20px;
    border: 0;
    border-radius: 2px;
    cursor: pointer;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

@media screen and (max-width: 1600px) {
    header .desktop-nav li {
        margin: 0 15px;
    }
    .site-header .container, .page-banner .container , .search-section .container, .banner-search-main-wrap .banner-search-form-wrap {
        max-width: 1200px;
    }
    .banner-title {
        font-size: 36px;
    }
    .banner-desc p {
        font-size: 36px !important;
    }
}
@media screen and (max-width: 1279px) {
    header .desktop-nav li {
        margin: 0 10px 0 0;
    }
    header .desktop-nav li a {
        font-size: 14px;
    }
    header .desktop-nav .svg-inline--fa {
        top: 6px;
    }
    .site-header .container, .page-banner .container , .search-section .container, .banner-search-main-wrap .banner-search-form-wrap {
        max-width: 1000px;
    }
    .banner-title, .banner-desc, .banner-desc p {
        font-size: 28px !important;
    }
}
@media screen and (max-width: 1199px) {
    /*.desktop-nav li {
        margin-right: 10px !important
    }
    .desktop-nav li a.caret-down {
        padding: 0 40px 0 25px !important
    }
    .desktop-nav li a {
        color: #0F75BC;
        padding: 0 23px !important;
        font-size: 12px
    }
    header .desktop-nav li {
        margin: 0 12px;
    }*/
    #home .hero .left .box p {
        font-size: 28px
    }
    #home .hero .right .box input {
        font-size: 14px
    }
    #home .search-part h2 {
        font-size: 40px
    }
    #home .part-type .box h3 {
        font-size: 20px
    }
    #home .feature h2 {
        font-size: 40px
    }
    #home .feature a {
        bottom: 25px
    }
    #home .feature .bot-spacing {
        bottom: 25px;
    }
    #home .supplier h2 {
        font-size: 40px
    }
    #excess-bom-upload .hero h2 {
        font-size: 40px
    }
    #excess-bom-upload .hero-bg {
        background-image: url(../images/lead-generation-banner.jpg);
        padding: 60px 0 290px
    }
    #excess-bom-upload .hero-bg h1 {
        font-size: 40px !important;
    }
    #excess-bom-upload .hero-bg h1 span {
        font-size: 40px
    }
    #excess-bom-upload .hero-bg p {
        font-size: 20px
    }
    #excess-bom-upload .bom .upload .left {
        padding: 40px
    }
    #excess-bom-upload .bom .upload .left p {
        font-size: 13px
    }
    #excess-bom-upload .bom .upload .left input {
        font-size: 14px
    }
    #excess-bom-upload .bom .upload .left select {
        font-size: 14px
    }
    #excess-bom-upload .bom .upload .left textarea {
        font-size: 14px
    }
    #excess-bom-upload .bom .upload .right {
        padding: 40px
    }
    #excess-bom-upload .bom .services {
        text-align: center
    }
    #excess-bom-upload .bom .services h4 {
        font-size: 18px
    }
    #about-us .hero .left h2 {
        font-size: 40px
    }
    #about-us .hero .right p:nth-of-type(2) {
        font-size: 25px
    }
    #about-us .who-we-are .container .right h3 {
        font-size: 40px
    }
    #about-us .who-we-are .container .right p {
        font-size: 13px;
        margin-bottom: 0;
        line-height: 1.5em
    }
    #about-us .founder h4 {
        font-size: 40px
    }
    #about-us .establishments h5 {
        font-size: 40px
    }
    #about-us .establishments .box {
        width: 290px
    }
    #about-us .establishments .box .hid-box .content p {
        font-size: 13px;
        line-height: 20px
    }
    #about-us .distribution h6 {
        font-size: 40px
    }
    #about-us .manufacturers h6 {
        font-size: 40px
    }
    #about-us .manufacturers .owl-nav .owl-next {
        right: -10px !important
    }
	 #home .manufacturers h2 {
        font-size: 40px
    }
    #home .manufacturers .owl-nav .owl-next {
        right: -10px !important
    }
    #certifications .hero h2 {
        font-size: 40px
    }
    #services .hero .pad {
        padding: 30px 0 0 150px
    }
    #services .hero h2 {
        font-size: 40px
    }
    #services .hero .button {
        font-size: 16px;
        padding: 15px 40px
    }
    #sub-services .hero .pad {
        padding: 30px 0 0 150px
    }
    #sub-services .hero h2 {
        font-size: 40px;
    }
    #sub-services .hero .button {
        font-size: 16px;
        padding: 15px 40px
    }
    #sub-services .hero-pad .pad {
        padding: 50px 0 0 150px
    }
    #products .hero h2 {
        font-size: 22px
    }
    #products .hero h3 {
        font-size: 34px
    }
    #products .overview h1 {
        font-size: 40px
    }
    #news .hero .pad {
        padding: 30px 0 0 170px
    }
    #news .hero h2 {
        font-size: 22px
    }
    #news .hero h3 {
        font-size: 59px
    }
    #contact .hero h2 {
        font-size: 40px
    }
    #contact .contact-form form .form-group .first {
        margin-right: 30px
    }
    #career .hero h2 {
        font-size: 40px
    }
    #career .job-application {
        padding: 60px 0
    }
    .sub-footer p {
        padding: 10px 14px;
        font-size: 12px
    }
    .sub-footer a {
        padding: 20px 14px;
        font-size: 12px
    }
    #aerospace .hero h2 {
        font-size: 40px;
    }
    #aerospace .hero .button {
        font-size: 16px;
    }
    #aerospace .banner img {
        width: 100%;
    }
    #aerospace .dmsms .content img {
        width: 100%;
    }
    #manufacturer .content .inner-content {
        padding: 28px 0;
    }
    #manufacturer .content h2 {
        font-size: 40px;
    }
    #products-2 .content img {
        width: 600px;
        margin-bottom: 25px;
    }
}
@media screen and (max-width: 1024px) {
    .desktop-nav {
        display: none
    }
    header.site-header img {
        max-width: 100%;
    }
    .search-section.fixed {
        top: 85px;
    }
    .site-header.fixed {
        min-height: 85px;
    }
    .banner-search-main-wrap .banner-search-form-wrap {
        padding: 0 15px;
    }
    .banner-search-main-wrap.fixed {
        top: 85px;
    }
    #menu-toggle {
        float: right;
        width: 35px;
        height: 35px;
        display: block;
        border-radius: 5px;
        background-color: rgba(0, 0, 0, .05);
        background-image: url(../images/menu.png);
        background-repeat: no-repeat;
        background-position: center;
        margin: 0 0 0 auto;
    }
    #menu-toggle.active {
        background-color: rgba(0, 0, 0, .05);
        background-image: url(../images/cross.png);
        background-repeat: no-repeat;
        background-position: center
    }
    .mobile-nav {
        width: 100%;
        display: none;
        font-weight: 600;
        font-family: 'Montserrat', sans-serif !important;
        font-size: 13px;
        border-top: 1px solid #d3d3d3;
        text-align: left;
        padding: 2px 0 0;
        margin-top: 20px;
    }
    .mobile-nav .svg-inline--fa {
        position: absolute;
        top: 10px;
        right: 21px;
        height: 16px;
        width: 16px
    }
    .mobile-nav ul {
        list-style: none;
        padding-left: 0;
        margin: 0;
    }
    .mobile-nav ul li ul {
        visibility: visible;
        opacity: 1;
        position: relative;
        margin-top: 7px;
        left: 0;
        display: block;
        transition: none !important
    }
    .mobile-nav ul li ul li {
        width: 100%
    }
    .mobile-nav ul li ul:hover {
        visibility: visible;
        opacity: 1;
        display: block
    }
    .mobile-nav ul li:hover > ul {
        visibility: visible;
        opacity: 1;
        display: block
    }
    .mobile-nav li {
        display: block;
        color: #0F75BC;
        position: relative;
        text-decoration: none;
        margin-right: 0;
        cursor: pointer;
        padding: 4px 0;
    }
    .mobile-nav li a {
        color: #0F75BC;
        padding: 0
    }
    .mobile-nav li a.caret-down {
        padding: 0
    }
    .mobile-nav li:last-child {
        margin-right: 0
    }
    .mobile-nav .dropdown {
        display: none;
        z-index: 200;
        background-color: #fff;
        width: auto;
        margin: 10px 0 0;
    }
    .mobile-nav .dropdown .inner {
        padding: 0;
        font-size: 13px;
        font-weight: 500;
        text-align: left;
        font-family: "Roboto", sans-serif
    }
    .mobile-nav .dropdown .inner a {
        width: 100%;
        padding: 8px 0 8px 30px;
        display: block
    }
    .mobile-nav .dropdown .inner a:hover {
        color: #fff;
        transition: none;
        border: none
    }
    .mobile-nav .dropdown .inner .active-list {
        background-color: #494c4f;
        border-bottom: none;
        color: #fff !important
    }
    .mobile-nav .dropdown .inner:hover {
        background-color: #494c4f;
        color: #fff !important
    }
    .mobile-nav .outer {
        display: block;
        border-bottom: 1px solid #efefef;
        padding: 8px 0;
        margin: 0;
    }
    .mobile-nav .outer a:hover {
        cursor: pointer;
        transition: none !important;
        border-bottom: none
    }
    .mobile-nav .outer.active a {
        color: #9acb40;
    }
    .mobile-nav .outer:hover {
        border-bottom: none
    }
    .mobile-nav .active-list {
        border-bottom: none;
        background-color: #494c4f;
        color: #fff !important
    }
    .mobile-nav .active-list a {
        color: #fff !important
    }
    .mobile-nav a:hover {
        color: #0F75BC
    }
    .mobile-nav i {
        font-size: 15px;
        position: absolute;
        top: 8px;
        right: 25px
    }
}
.part-search-new{
    font-family: 'Montserrat', sans-serif;
}
.part-search-section{
    position:relative;
    overflow:hidden;
}
.part-search-new .part-search-left{
    padding-top:30px;
    border-right:2px solid #eeeeee;
      padding-right:0;
    position:relative;
}
.part-search-new .part-search-right{
    padding-top:30px;
     position:relative;
    /*height:100%;*/
}
.part-search-new .part-search-right:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    box-shadow: -10px 0 8px rgba(0,0,0,0.04);
}
.product-technical-part{
    background-color:#f8f8f8;
    padding-top:40px;
    position:relative;
    padding-right:30px;
    padding-bottom:80px;
    margin-top:22px;
    
}
.product-technical-part :before{
    background-color: #f8f8f8;
    left: -99999px;
    position: absolute;
    width: 99999px;
    height: 100%;
    top: 0;
}
.product-technical-part > h3{
    margin-bottom:20px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    font-weight:600;
    font-size:16px;
    color:#515151;
}
.product-technical-section{
    background-color:#f2f2f2;
    padding:10px;
    margin-bottom:15px;
    border:1px solid #eeeeee;
}
.product-technical-section h3{
    font-size:14px;
    color:#515151;
    font-weight:600;
    margin-bottom:7px;
}
.product-technical-section p{
    font-size:14px;
    font-weight:400;
    color:#515151;
    margin-bottom:0;
}
.preduce-left{
    padding-left:7.5px;
}
.preduce-right{
    padding-right:7.5px;
}
.product-box{
    padding-right:15px;
}
.product-box h1{
    font-size:32px;
    color:#515151;  
    text-transform:uppercase;
    font-weight:700;
}
.product-box p{
    font-size:18px;
    color:#515151;
    font-family: 'Montserrat', sans-serif;
    margin-bottom:5px;
}
.product-box p strong{
    font-weight:700;
}
.part-search-right{
    font-family: 'Montserrat', sans-serif;
}
.part-search-right .part-stock,
.part-search-right .part-stock-details
{
    font-size:18px;
    padding-bottom:20px;
    position:relative;
}
.part-search-right .part-stock:before,
.part-search-right .part-stock-details:before{
    width: 99999px;
    height: 1px;
    position: absolute;
    content: '';
    right: -99633px;
    bottom: 0;
    border-bottom: 1px solid #dbdbdb;
}
.part-search-right .part-stock label input{
    font-size:18px;
    margin-right:15px;
    height:14px;
    position:relative;
    top:1px;
}
.part-search-right .part-stock a.datasheet-btn{
    color:#ffffff;
    background-color:#505050;
    display:block;
    padding:12px 20px;
    max-width:160px;
    font-weight:600;
    font-size:16px;
    border-radius:6px;
}
.part-search-right .part-stock a.datasheet-btn svg{
    margin-right:7px;
    /* display:inline-block; */
}
.part-search-right .part-stock-box{
    background-color:#2b2b2b;
    padding:20px;
    margin-top:15px;
    margin-bottom:15px;
}
.part-search-right .part-stock-box label,
.part-search-right .part-stock-box p
{
    text-align:right;
    font-size:18px;
    color:#ffffff;
    font-weight:400;
}
.part-search-right .part-stock-box .fast-shipping p{
    font-weight:700;
}
.part-search-right .part-stock-box input{
    font-size:16px;
    color:#515151;
}
.part-search-right .part-stock-box input::placeholder {
    /*font-size:16px;*/
    color:#515151;
}
.part-search-right .part-stock-box input::-webkit-input-placeholder { /* Edge */
    /*font-size:16px;*/
    color:#515151;
  }
  
  .part-search-right .part-stock-box input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    /*font-size:16px;*/
    color:#515151;
  }
  
  .part-search-right .part-stock-box input::placeholder {
    /*font-size:16px;*/
    color:#515151;
  }
  .part-search-right .part-stock-box .form-group{
      margin-bottom:5px;
  }
.part-search-right .part-stock-box .fast-shipping .btn{
    background-color:#a2c73a;
    width: 100%;
    color:#ffffff;
    display:block;
    padding:6px;
    font-weight:700;
    font-size:16px;
    text-transform:uppercase;
    line-height:16px;
    font-family: 'Montserrat', sans-serif;
}
.part-search-right .part-stock-box .divider{
    font-size:32px;
    color:#ffffff;
    font-weight:700;
    line-height:5px;
    text-align:right;
    margin-bottom:8px;
}
.part-search-right .part-stock-footer{
    font-size:16px;
    font-weight:700;
    color:#515151;
}
.part-search-right .part-stock-footer a{
    font-size:16px;
    font-weight:600;
    color:#515151;
    text-transform:none;
}
.part-search-right .part-stock-details{
    padding-top:25px;
}
.part-search-right .part-cross-reference{
    padding-top:25px;
    padding-bottom:25px;
}
.part-search-right .part-cross-reference h3{
    font-size:18px;
    font-weight:700;
    margin-bottom:15px;
}
.part-search-right .part-cross-image{
    background-color:#ebebeb;
}
.part-cross-reference h4{
    font-size:18px;
    color:#515151;
    text-transform:uppercase;
    font-weight:700;
}
.part-cross-reference p{
    font-size:18px;
    color:#515151;
}
.part-cross-section{
    margin-bottom:15px;
}
/*CR #14495*/
/*.part-search-section {
    position:relative;
    display: inline-block;
    width: 100%;
    padding: 40px 0;
    overflow:hidden;
}*/
/*.part-search-section .container {
    max-width: 1370px;
}*/
.part-search-section .page-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 34px;
    font-weight: 700;
    color: #2b2b2b;
    line-height: 1.1;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.part-search-new .pc-left-section {
    display: inline-block;
    background-color: #f8f8f8;
    width: 100%;
    height: 100%;
    padding: 20px 25px 25px;
}
.pc-left-section h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #2b2b2b;
    line-height: 1.1;
    text-transform: uppercase;
    margin-bottom: 18px;
}
.pc-left-detail {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.pc-left-img {
    display: inline-block;
    width: 100%;
    max-width: 200px;
    height: 200px;
    border: 1px solid #ebebeb;
    padding: 7px;
}
.pc-left-img img {
    width: 100%;
}
.pc-left-desc {
    position: relative;
    top: -3px;
    display: inline-block;
    width: 100%;
    max-width: calc(100% - 205px);
    vertical-align: top;
    padding-left: 25px;
}
.pc-left-desc p {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #2b2b2b;
    line-height: 1.3;
    margin-bottom: 8px;
}
.pc-left-desc p strong {
    font-weight: bold;
}
.part-search-new .pc-right-section {
    display: inline-block;
    background-color: #f8f8f8;
    width: 100%;
    height: 100%;
    padding: 25px;
}

.pc-right-section .part-stock-box{
    background-color:#505050;
    padding: 25px 20px;
    margin-bottom: 18px;
}
.pc-right-section .part-stock-box label, .pc-right-section .part-stock-box p {
    font-family: 'Montserrat', sans-serif;
    font-size:18px;
    color:#ffffff;
    font-weight:400;
    text-align: right;
}
.pc-right-section .part-stock-box .fast-shipping p {
    font-size: 16px;
    font-weight:700;
    text-transform: uppercase;
}
.pc-right-section .part-stock-box input {
    font-family: 'Montserrat', sans-serif;
    font-size:16px;
    color:#333333;
}
.pc-right-section .part-stock-box input::placeholder {
    color:#333333;
}
.pc-right-section .part-stock-box input::-webkit-input-placeholder { /* Edge */
    color:#333333;
}
.pc-right-section .part-stock-box input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:#333333;
}
.pc-right-section .part-stock-box input::placeholder {
    color:#333333;
}
.pc-right-section .part-stock-box .form-group{
    margin-bottom:5px;
}
.pc-right-section .part-stock-box .fast-shipping .btn{
    background-color:#a2c73a;
    color:#ffffff;
    display:block;
    padding:6px;
    font-weight:700;
    font-size:16px;
    text-transform:uppercase;
    line-height:16px;
    font-family: 'Montserrat', sans-serif;
    width:100%;
}
.pc-right-section .part-stock-box .divider {
    font-size:32px;
    color:#ffffff;
    font-weight:700;
    line-height:5px;
    text-align:right;
    margin-bottom:8px;
}
.pc-right-section .pc-right-stock {
    text-align: center;
    padding-top: 30px;
}
.pc-right-section .pc-right-stock p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #333;
    line-height: 1.2;
    font-weight: normal;
}
.pc-right-section .pc-right-stock p strong {
    font-weight: 700;
}
.pc-right-section .datasheet-btn {
    display: inline-block;
    background-color:#505050;
    max-width:160px;
    font-size:16px;
    color:#ffffff;
    font-weight:600;
    border-radius:6px;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    padding:12px 20px;
}
.pc-right-section .datasheet-btn svg {
    margin-right:7px;
}
.pc-right-section .datasheet-btn:hover {
    background-color: #a2c73a;
    text-decoration: none;
}
.pc-right-stock-available {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #333;
    line-height: 1.2;
    font-weight: normal;
    margin-bottom: 25px;
}
.pc-right-stock-available strong {
    font-weight: 700;
}
.pc-right-stock-available a {
    text-decoration: none;
    color: #333;
}
.pc-right-stock-available a:hover {
    color: #a2c73a;
}
.pc-stock-table {
    background-color: #fff;
    border-collapse: collapse;
    margin-bottom: 0;
}
.pc-stock-table th, .pc-stock-table td {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #333;
    text-align: center;
    border: 1px solid #dbdbdb;
}
.page-sub-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    color: #676768;
    font-weight: bold;
    line-height: 1.2;
    text-transform: uppercase;
    margin: 45px 0 13px;
}
.pc-equivalents-table {
    background-color: #fff;
    border-collapse: collapse;
    margin-bottom: 0;
}
.pc-equivalents-table table {
    width: 99.99%;
}
.pc-equivalents-table tr:nth-child(odd) {
    background-color: #efefef;
}
.pc-equivalents-table tr:nth-child(even) {
    background-color: #fcfcfc;
}
.pc-equivalents-table th {
    background-color: #cbcbcb;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    color: #000000;
    font-weight: 500;
    text-transform: uppercase;
    padding: 15px !important;
}
.pc-equivalents-table td {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #6e6e6e;
    font-weight: 500;
    border: 1px solid #c3c4c3;
    padding: 10px 15px 5px !important;
}
.pc-equivalents-table td:first-child a {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    color: #364859;
    font-weight: 400;
    text-decoration: underline;
    text-transform: uppercase;
}
/*.pc-equivalents-table td:last-child {
    width: 290px;
}*/
.pc-equivalents-table td:last-child a {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    color: #1f3246;
    font-weight: 400;
    text-decoration: underline;
    text-transform: uppercase;
}
.cross-reference {
    display: inline-block;
    background-color: #f8f8f8;
    width: 100%;
    padding: 20px 25px;
    margin: 50px 0 10px;
}
.cross-reference h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    color: #333333;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 18px;
}
.cr-row {
    display: inline-block;
    width: 100%;
}
.cr-left {
    display: inline-block;
    width: 70px;
    height: 70px;
    text-align: center;
    vertical-align: top;
    border: 5px solid #ebebeb;
}
.cr-left img {
    width: 100%;
    max-width: 60px;
}
.cr-right {
    display: inline-block;
    width: calc(100% - 73px);
    vertical-align: top;
    padding-left: 15px;
}
.cr-right h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #333333;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 7px;
}
.cr-right p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #333333;
}
/*.compare-modal .modal-content {
    max-width: 1006px;
    border-radius: 15px;
    border: 5px solid #0F75BC;
}
.compare-modal .modal-header {
    border: 0;
    padding: 15px;
}
.compare-modal .modal-header .close {
    position: absolute;
    top: 10px;
    right: 10px;
}
.compare-modal .modal-header .compareparts-head {
    display: inline-block;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    color: #333333;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 7px;
}
.compare-modal .modal-body {
    padding: 0 15px;
}
.compare-modal .modal-body .outer-container {
    padding: 0;
    margin: 0;
}
.compare-modal .modal-body .container {
    max-width: 100%;
    padding: 0;
}
.compare-modal .modal-body .content-heading {
    border: 0;
    padding: 0;
}
.compare-modal .content-heading h5 {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #8e8e8e;
    margin: 2px 0 10px;
}
.compare-modal .content-heading h5 span {
    color: #b4d603;
}
.compare-modal .content-heading h5 strong {
    color: #000;
}*/
.btn-group.btn-compare-group {
    display: inline-block;
    width: 100%;
    margin-bottom: 12px;
}
.btn-group.btn-compare-group button {
    float: left;
    min-width: 82px;
    background-color: #f6f6f6;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #000;
    text-align: center;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    padding: 8px;
    margin: 0 4px 0 0 !important;
}
.btn-group.btn-compare-group button:hover, .btn-group.btn-compare-group button.active {
    background-color: #9acb3c;
    color: #fff;
}
.compare-modal .table thead tr {
    background-color: transparent !important;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}
.compare-modal .table thead th, .compare-modal .table thead td {
    position: relative;
    background-color: transparent !important;
    text-align: left !important;
    border-bottom: none;
    padding: 8px 18px !important;
}
.compare-modal .table thead th:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1px;
    height: calc(100% - 16px);
    background-color: #eae9e9;
    margin: auto;
}
.compare-modal .table thead th:last-child:after {
    display: none;
}
.compare-modal .table thead th h5, .compare-modal .table thead td h5 {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #5b5b5b;
    margin: 0;
}
.compare-modal .table thead th small, .compare-modal .table thead td small {
    font-size: 12px;
    font-weight: normal;
    color: #8e8e8e;
    text-transform: capitalize;
}
.compare-modal .table tbody td, .compare-modal .table tbody td {
    font-size: 12px;
    font-weight: normal;
    border-bottom: 2px solid #fff;
    border-top: 0;
    vertical-align: top !important;
    padding: 0 17px !important;
}
.compare-modal .table tbody td, .compare-modal .table tbody td:last-child {
    padding-right: 0 !important;
}
.compare-modal .table tbody td:first-child {
    text-align: left;
    border-top: 1px solid #f6f6f6;
    border-right: 1px solid #f6f6f6;
    border-bottom: 1px solid #f6f6f6;
}
.compare-modal .table tbody td:first-child span {
    background-color: transparent;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    text-align: left;
    padding-left: 0;
}
.compare-modal .table tbody td span {
    display: inline-block;
    width: 100%;
    height: 100%;
    min-height: 31px;
    background-color: #f6f6f6;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: normal;
    color: #5b5b5b;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    border-radius: 2px !important;
    vertical-align: top;
    padding: 6px 10px;
}
/*.compare-modal .table tbody td span:empty {
    display: none;
}*/
.compare-modal .table tbody tr.same td:not(:first-child) span {
    background-color: #fff;
    color: #66950c;
    border: 1px solid #f6f6f6;
}
.compare-modal .table tbody tr.same td:first-child span {
    background-color: transparent;
}
.part-compare-content {
    padding: 20px 0;
}
.part-compare-content h5 {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #676768;
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 5px;
}
.part-compare-content .list-item a {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #1f3246;
    font-weight: 500;
    text-decoration: underline;
    text-transform: uppercase;
}
.part-compare-content .list-item a:hover {
    color: #9acb3c;
}
/*CR #14495*/



@media screen and (max-width: 991px) {
    #top-header .details {
        width: 750px;
        padding: 10px;
        height: auto;
    }
    #top-header .left {
        width: 100%;
        display: block;
    }
    #top-header .left .column-1 {
        display: block;
        text-align: center;
    }
    #top-header .left .column-2 {
        display: block;
        vertical-align: top;
        margin: 10px 0 0 0;
        text-align: center;
    }
    #top-header .left .column-2 h2 {
        display: block;
        text-align: center;
        margin-bottom: 10px;
    }
    #top-header .left .column-2 .breadcrumb {
        margin: 0 0 10px;
        display: block;
    }
    #top-header .left .column-2 .breadcrumb li {
        display: inline-block;
    }
    #top-header .left .column-2 .description {
        line-height: 15px;
    }
    #top-header .left .column-2 .description li {
        display: inline-block;
        margin-left: 0;
    }
    #top-header .bor {
        display: none;
    }
    #top-header .right {
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 0;
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #cccccc;
    }
    #top-header .desktop-view {
        display: none;
    }
    #top-header .mobile-view.fix_view {
        display: block;
        border-bottom: none !important;
        border-top: 1px solid #cccccc;
        padding-top: 8px;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    #home .hero {
        text-align: center
    }
    #home .hero .left .box {
        margin: 0 0 45px
    }
    #home .hero .right .box {
        float: none;
        margin: auto
    }
    #home .part-type .box h3 {
        font-size: 16px
    }
    #home .feature a {
        bottom: 15px
    }
    #home .feature .bot-spacing {
        bottom: 15px;
    }
	
    #excess-bom-upload .logo {
        width: 150px
    }
    #excess-bom-upload .bom .upload .left {
        padding: 25px
    }
    #excess-bom-upload .bom .upload .right {
        padding: 25px
    }
    #about-us .hero {
        padding: 80px 0
    }
    #about-us .hero .left {
        text-align: center
    }
    #about-us .hero .left h2 {
        margin-bottom: 30px
    }
    #about-us .hero .right {
        text-align: center
    }
    #about-us .who-we-are {
        padding: 25px 0
    }
    #about-us .who-we-are .container .right p {
        font-size: 14px
    }
    #about-us .founder {
        padding: 25px 0
    }
    #about-us .founder .member img {
        width: 160px;
        margin-bottom: 8px
    }
    #about-us .founder .member .name {
        font-size: 18px
    }
    #about-us .founder .member .designation {
        font-size: 14px;
        letter-spacing: 8px;
        margin-bottom: 16px
    }
    #about-us .establishments {
        padding: 0 0 25px
    }
    #about-us .establishments h5 {
        font-size: 40px
    }
    #about-us .establishments .line {
        margin: 25px auto 35px
    }
    #about-us .establishments .box {
        width: 243px;
        margin: 0 3px
    }
    #about-us .establishments .box .hid-box .content p {
        font-size: 11px;
        line-height: 20px
    }
    #about-us .distribution {
        padding: 25px 0
    }
    #about-us .distribution img {
        width: 450px
    }
    #about-us .manufacturers {
        padding: 25px 0
    }
    #about-us .manufacturers .owl-nav .owl-next {
        right: -20px !important
    }
    #certifications .certification .spacing {
        margin-top: 45px
    }
    #certifications .certification img {
        width: 200px;
        margin: auto;
        display: block;
        margin-bottom: 45px
    }
    #certifications .certification h2 {
        text-align: center
    }
    #certifications .certification p {
        font-family: 'Montserrat', sans-serif;
        font-size: 14px;
        font-weight: 500;
        line-height: 25.2px;
        color: #000
    }
    #certifications .certification .line {
        margin-top: 45px
    }
    #services .hero {
        padding: 70px 0 85px;
        text-align: center
    }
    #services .hero .pad {
        padding: 0
    }
    #services .hero .line {
        margin: auto;
        margin-bottom: 60px
    }
    #sub-services .hero {
        padding: 70px 0 85px;
        text-align: center
    }
    #sub-services .hero h2 {
        text-align: center;
    }
    #sub-services .hero .pad {
        padding: 0
    }
    #sub-services .hero .line {
        margin: auto;
        margin-bottom: 60px
    }
    #products {
        text-align: center
    }
    #products .hero h2 {
        text-align: center;
    }
    #products .hero h3 {
        margin-bottom: 60px;
        text-align: center;
    }
    #products .hero .pad {
        padding: 0
    }
    #products .overview {
        padding: 30px 0;
        color: #000000;
    }
    #products .overview .overview-inner img {
        width: 100%
    }
    #products .type {
        padding-bottom: 30px
    }
    #products .type img {
        height: 115px
    }
    #products .type .content {
        padding: 0 50px
    }
    #products .type .content .box:nth-of-type(2) {
        margin-left: 0;
        margin-top: -1px;
    }
    #products .type .content .box:nth-of-type(3) {
        margin-left: 0;
        margin-top: -1px;
    }
    #quality .hero h2 {
        font-size: 40px
    }
    #quality .youtube {
        text-align: center
    }
    #quality .youtube iframe {
        width: 500px;
        height: 281px;
        margin: 70px 0 60px
    }
    #quality .process h2 {
        font-size: 24px
    }
    #news .hero {
        text-align: center
    }
    #news .hero .pad {
        padding: 0
    }
    #news .hero h3 {
        padding: 0 0 40px
    }
    #news .news-post {
        padding: 50px 0 30px
    }
    #readmore img {
        width: 400px
    }
    #readmore h1 {
        font-size: 28px
    }
    #readmore .know-more a {
        font-size: 14px
    }
    #readmore .comment .field {
        margin-left: 17.5px;
    }
    #contact .hero {
        background-size: contain;
        padding: 120px 0
    }
    #contact .office {
        margin-top: -100px;
        padding: 0 0 60px
    }
    #contact .office .inner-content p {
        font-size: 13px
    }
    #contact .contact-form form .form-group label {
        font-size: 14px
    }
    #contact .contact-form form .form-group label span {
        font-size: 14px
    }
    #contact .contact-form form .form-group .first {
        margin-right: 20px
    }
    #contact .contact-form form .form-group .custom {
        font-size: 12px
    }
    #thankyou .content {
        padding: 60px 0
    }
    #thankyou .content .inner-content .top {
        width: 100%;
        height: 300px;
    }
    #thankyou .content .inner-content .top img {
        width: 160px;
    }
    #thankyou .content .inner-content .bottom {
        width: 100%;
        height: 300px;
    }
    #thankyou .content .inner-content .bottom a {
        font-size: 14px;
        padding: 15px 30px
    }
    footer {
        padding: 30px 0
    }
    .sub-footer {
        margin-top: 30px
    }
    .sub-footer .social-icons {
        text-align: center !important
    }
    .sub-footer .links p {
        display: block;
        border: none;
        text-align: center
    }
    .sub-footer .links p br {
        display: none
    }
    .sub-footer .links a {
        width: 32%;
        text-align: center;
        padding: 10px;
        margin-top: 10px
    }
    #aerospace .hero .pad {
        padding: 80px 0 0 0;
        text-align: center;
    }
    #aerospace .quality h1 {
        font-size: 30px;
    }
    #aerospace .quality p {
        font-size: 14px;
        line-height: 25px;
    }
    #aerospace .dmsms h1 {
        font-size: 30px;
    }
    #aerospace .inventory-solutions h1 {
        margin: 50px 0 40px;
        font-size: 30px;
    }
    #aerospace .military-application h1 {
        margin: 35px 0 40px;
        font-size: 30px;
    }
    #aerospace .speciality h1 {
        font-size: 20px;
    }
    #aerospace .speciality p {
        font-size: 12px;
        line-height: 20px;
    }
    #aerospace .vetted-sources {
        padding: 80px 0;
    }
    #aerospace .vetted-sources h1 {
        font-size: 30px;
    }
    #aerospace .vetted-sources p {
        font-size: 14px;
        line-height: 25px;
    }
    #aerospace .request a {
        font-size: 14px;
    }
    #manufacturer .content .left img {
        width: 65%;
    }
    .footer-main .footer-contact-us {
        padding-left: 0;
    }
    #thankyou .content .inner-content .top:after{
        right: 20px;
    }
}
@media screen and (max-width: 767px) {
	
	.likesubmit2 {
    width: inherit !important;
    margin-bottom: 10px !important;
	margin-top: 10px !important;
	}
    .site-header .col-md-2, .site-header .col-md-10 {
        width: 50%;
    }
    #thankyou .content .inner-content .top:after{
        display:none;
    }
    .banner-search-main-wrap.fixed {
        top: 96px;
    }
    .page-banner.banner-home {
        height: 400px;
    }
    .banner-title, .banner-desc {
        font-size: 22px;
    }
    #top-header .details {
        width: 300px;
    }
    #top-header .left .column-2 {
        text-align: left;
    }
    #top-header .left .column-2 .breadcrumb {
        text-align: center;
    }
    #top-header .left .column-2 .description {
        line-height: 24px;
    }
    #top-header .left .column-2 .description li {
        display: block;
    }
    /*header img {
        width: 35%;
        display: block;
        margin: auto
    }*/
    header form {
        text-align: center;
        margin-bottom: 15px
    }
    #home .search-part form input {
        width: 68%
    }
    #home .search-part form button {
        width: 31%;
        padding: 8.25px 0
    }
    #home .part-type .box h3 {
        font-size: 13px
    }
    #home .feature .box {
        height: auto
    }
    #home .feature a {
        position: static;
        bottom: 0;
        left: 0;
        margin-right: 0;
        transform: translate(0, 0)
    }
    #home .feature .bot-spacing {
        bottom: 0;
    }
	#home .hotpart .likesubmit {

		width: 25%;
	}
    #excess-bom-upload .hero-bg {
        text-align: center
    }
    #excess-bom-upload .hero-bg h1 {
        font-size: 20px !important;
        margin-bottom: 0
    }
    #excess-bom-upload .hero-bg p {
        text-align: center
    }
    #excess-bom-upload .bom .services h4 {
        font-size: 16px
    }
    #excess-bom-upload .bom .services .small {
        margin-bottom: 20px
    }
    #about-us .founder .member img {
        width: 250px;
        margin-bottom: 8px
    }
    #about-us .founder .member .name {
        font-size: 22px
    }
    #about-us .founder .member .designation {
        font-size: 15px;
        letter-spacing: 8px
    }
    #about-us .establishments {
        padding: 0
    }
    #about-us .establishments h5 {
        font-size: 40px
    }
    #about-us .establishments .box {
        width: 320px;
        display: block;
        margin: 0 auto 25px
    }
    #about-us .establishments .box .hid-box .content p {
        font-size: 14px;
        line-height: 24px
    }
    #contact .hero {
        padding: 60px 0 90px
    }
    #contact .office {
        margin-top: -70px;
        padding: 0 0 10px
    }
    #contact .office .inner-content p {
        font-size: 13px
    }
    #contact .office .inner-content:nth-of-type(1) {
        margin: 0 0 30px !important
    }
    #contact .contact-form form .form-group .first {
        width: 100%;
        margin-right: 0;
        margin-bottom: 16px
    }
    #contact .contact-form form .form-group .last {
        width: 100%
    }
    #products .overview .overview-inner {
        text-align: center
    }
    #products .overview .overview-inner img {
        width: 80%
    }
    #products .overview .overview-inner p:first-of-type {
        margin-top: 30px
    }
    #products .overview .overview-inner p {
        width: 80%;
        margin: auto
    }
    #quality .process {
        text-align: center
    }
    #quality .process img {
        width: 300px;
        margin-bottom: 30px
    }
    #news .news-post .box img {
        width: 100%
    }
    #news .news-post .box .inner-box {
        padding: 0 15px
    }
    #news .news-post .box .inner-box h2 {
        font-size: 16px
    }
    #readmore img {
        width: 300px
    }
    #readmore h1 {
        font-size: 24px
    }
    #readmore .comment .field {
        width: 100%;
        margin-left: 0;
    }
    #readmore .viewing .heading {
        margin-top: 10px;
    }
    #readmore .viewing .align-text {
        text-align: left;
    }
    #readmore .viewing p {
        margin-bottom: 10px;
    }
    #readmore .viewing h2 {
        font-size: 10px;
        font-weight: 400;
        color: #929292;
        padding: 0;
        border: none;
        display: inline-block;
        vertical-align: top;
    }
    #readmore .viewing a {
        font-size: 10px;
        font-weight: 600;
        color: #9acb3e;
        display: inline-block;
        vertical-align: top;
        margin-left: 15px;
        line-height: 14px;
    }
    #readmore .viewing a:hover {
        color: #000000;
    }
    #thankyou .content {
        padding: 30px 0
    }
    #thankyou .content .inner-content .top {
        padding: 40px 0
    }
    #thankyou .content .inner-content .top h2 {
        font-size: 25px
    }
    #thankyou .content .inner-content .top h3 {
        font-size: 20px
    }
    #thankyou .content .inner-content .bottom {
        padding: 40px 0
    }
    #thankyou .content .inner-content .bottom h4 {
        /* font-size: 25px;
        margin-bottom: 35px */
    }
    #thankyou .content .inner-content .bottom a {
         font-size: 12px;
        padding: 10px 0px 
    }
    footer .about-us {
        text-align: center;
        margin-bottom: 20px
    }
    footer .contact-us {
        text-align: center;
        margin-bottom: 20px
    }
    footer .certifications {
        text-align: center;
        margin-bottom: 20px
    }
    footer img {
        width: 35%
    }
    footer .sub-footer {
        margin-top: 0
    }
    section.overview .authorized-french-lines .lines-all .pad-none {
        padding: 0 15px;
    }
    #aerospace .hero h2 {
        font-size: 30px;
    }
    #aerospace .hero .button {
        font-size: 14px;
    }
    #aerospace .quality {
        padding: 50px 0 10px;
    }
    #aerospace .quality p br {
        display: none;
    }
    #aerospace .dmsms {
        padding: 50px 0;
    }
    #aerospace .dmsms .content img {
        margin-top: 40px;
    }
    #aerospace .inventory-solutions {
        padding: 50px 0;
    }
    #aerospace .inventory-solutions img {
        width: auto;
        display: block;
        margin: auto;
    }
    #aerospace .military-application {
        padding: 50px 0;
    }
    #aerospace .military-application img {
        width: auto;
        display: block;
        margin: auto;
    }
    #aerospace .speciality {
        padding: 0 0 50px;
    }
    #aerospace .vetted-sources {
        padding: 50px 0;
    }
    #aerospace .vetted-sources img {
        width: auto;
        display: block;
        margin: auto;
    }
    #aerospace .request {
        padding: 60px 0;
    }
    #manufacturer .content .left img {
        width: 100%;
    }
    #manufacturer .content .line {
        margin-bottom: 40px;
    }
    #products-2 .content img {
        width: 100%;
    }
    #products-2 .content h1 {
        font-size: 30px;
    }
.banner-title, .banner-desc, .banner-desc p {
        font-size: 24px !important;
    }
    .footer-links {
        padding-left: 0;
    }
    .cf-col {
        width: 100% !important;
        max-width: 100% !important;
    }
    .sub-footer .col-md-12 {
        display: inline-block;
        width: 100%;
        padding: 15px;
    }
    .footer-main .sub-footer p, .sub-footer ul {
        width: 100%;
    }
    .sub-footer ul li {
        margin-right: 15px;
    }
    .sub-footer ul li a {
        padding: 0;
    }
    .zopim {
        bottom: 70px !important;
    }
    .footer-social-icons {
        padding-bottom: 20px;
    }
    #thankyou .content .inner-content .top{
        width:100%;
    }
    #thankyou .content .inner-content .bottom{
        width:100%;
        text-align:center;
    }
    #thankyou .content .inner-content .bottom h4{
        margin:0 auto;
    }
}

@media screen and (max-width: 575px) {
	.likesubmit2 {
    width: inherit !important;
    margin-left: 50px !important;
	margin-top: 10px !important;
	}
    .banner-search-form-wrap, .banner-search-form, .banner-bom-buttons {
        display: inline-block;
        width: 100%;
    }
    .banner-search-or {
        width: 100%;
    }
    header img {
        width: 50%
    }
    header form input {
        height: 37.5px;
        font-size: 12px
    }
    header form button {
        padding: 8px 22px
    }
    #home .hero .left .box p {
        font-size: 23px
    }
    #home .hero .right .box {
        width: 100%
    }
    #home .hero .right .box h2 {
        font-size: 22px;
        margin: 10px 0 40px
    }
    #home .hero .right .box input {
        font-size: 12px
    }
    #home .hero .right .box button {
        margin: 10px 0 20px
    }
    #home .search-part h2 {
        font-size: 30px
    }
    #home .search-part p {
        font-size: 12px;
        margin-bottom: 72px
    }
    #home .search-part a {
        width: 70%;
        display: block;
        margin: auto
    }
    #home .search-part a:first-of-type {
        margin: auto;
        margin-bottom: 20px
    }
    #home .part-type .box {
        float: none;
        width: 100%
    }
    #home .part-type .box h3 {
        font-size: 18px
    }
    #home .feature h2 {
        font-size: 30px
    }
    #home .subscribe h3 {
        font-size: 28px
    }
    #home .subscribe .form-group {
        display: block
    }
    #home .subscribe .form-group input {
        width: 100%
    }
    #home .subscribe button {
        display: block;
        width: 100%
    }
    #home .supplier h2 {
        font-size: 30px
    }
    #excess-bom-upload .hero {
        padding: 100px 0
    }
    #excess-bom-upload .hero .pad-none {
        padding: 0 15px
    }
    #excess-bom-upload .hero h2 {
        font-size: 30px
    }
    #excess-bom-upload .hero-bg h1 {
        font-size: 20px
    }
    #excess-bom-upload .hero-bg h1 span {
        font-size: 40px
    }
    #excess-bom-upload .hero-bg p {
        font-size: 20px;
        margin-bottom: 0
    }
    /*#excess-bom-upload .bom .upload {
        margin-top: -40px
    }*/
    #excess-bom-upload .bom .upload .left {
        padding: 15px
    }
    #excess-bom-upload .bom .upload .right {
        padding: 15px
    }
    #excess-bom-upload .bom .upload .right p {
        text-align: center
    }
    #excess-bom-upload .bom .upload .right ul {
        text-align: center;
        margin-bottom: 0
    }
    #excess-bom-upload .bom .upload .right ul li {
        font-size: 16px
    }
    #excess-bom-upload .bom .upload .right ul li:nth-of-type(1) img {
        display: block;
        margin: auto auto 10px
    }
    #excess-bom-upload .bom .upload .right ul li:nth-of-type(2) img {
        display: block;
        margin: auto auto 10px
    }
    #excess-bom-upload .bom .upload .right ul li:nth-of-type(3) img {
        display: block;
        margin: auto auto 10px
    }
    #excess-bom-upload .bom .upload .right ul li:nth-of-type(4) {
        margin-bottom: 0
    }
    #excess-bom-upload .bom .upload .right ul li:nth-of-type(4) img {
        display: block;
        margin: auto auto 10px
    }
    #excess-bom-upload .bom .services h4 {
        font-size: 16px
    }
    #excess-bom-upload .bom .services .extra-small {
        margin-bottom: 20px
    }
    #about-us .hero .left h2 {
        font-size: 30px
    }
    #about-us .hero .right p:nth-of-type(2) {
        font-size: 18px
    }
    #about-us .who-we-are .container .right h3 {
        font-size: 30px
    }
    #about-us .founder h4 {
        font-size: 30px
    }
    #about-us .founder .member img {
        width: 200px;
        margin-bottom: 8px
    }
    #about-us .establishments h5 {
        font-size: 30px
    }
    #about-us .establishments .box {
        width: 290px
    }
    #about-us .establishments .box .hid-box .content p {
        font-size: 13px;
        line-height: 20px
    }
    #about-us .distribution h6 {
        font-size: 30px
    }
    #about-us .distribution img {
        width: 100%
    }
    #about-us .manufacturers h6 {
        font-size: 30px
    }
    #about-us .manufacturers .owl-nav .owl-prev {
        display: none
    }
    #about-us .manufacturers .owl-nav .owl-next {
        display: none
    }
    #about-us .manufacturers .owl-carousel .owl-item img {
        display: block !important;
        width: 80px !important;
        max-height: 30px !important
    }
    #certifications .hero h2 {
        font-size: 30px
    }
    #certifications .certification .spacing {
        margin-top: 30px
    }
    #certifications .certification img {
        width: 175px;
        margin-bottom: 30px
    }
    #certifications .certification p {
        text-align: center
    }
    #certifications .certification .line {
        margin-top: 30px
    }
    #services .hero {
        padding: 50px 0 65px
    }
    #services .hero h2 {
        font-size: 30px
    }
    #services .hero .button {
        font-size: 14px;
        padding: 15px 20px
    }
    #sub-services .hero {
        padding: 50px 0 65px
    }
    #sub-services .hero h2 {
        font-size: 30px
    }
    #sub-services .hero .button {
        font-size: 14px;
        padding: 15px 20px
    }
    #products .hero h2 {
        font-size: 14px
    }
    #products .hero h3 {
        font-size: 22px
    }
    #products .hero .button {
        font-size: 14px;
        padding: 15px 20px
    }
    #products .overview h1 {
        font-size: 30px
    }
    #products .overview .line {
        margin: 20px auto 30px
    }
    #products .overview .overview-inner {
        text-align: center
    }
    #products .overview .overview-inner img {
        width: 100%
    }
    #products .overview .overview-inner p {
        width: 100%;
        margin: auto
    }
    #products .type img {
        height: 70px
    }
    #products .type .content {
        padding: 0;
        margin-top: -40px
    }
    #products .type .content .box {
        width: 290px;
        height: 245px;
        padding: 40px
    }
    #products .type .content .box:nth-of-type(2) {
        margin-left: 0
    }
    #products .type .content .box:nth-of-type(3) {
        margin-left: 0
    }
    #quality .hero {
        padding: 50px 0
    }
    #quality .hero h2 {
        font-size: 30px
    }
    #quality .youtube {
        text-align: center
    }
    #quality .youtube iframe {
        width: 300px;
        height: 169px;
        margin: 70px 0 60px
    }
    #quality .process h2 {
        font-size: 24px
    }
    #quality .process p {
        width: 300px;
        margin: auto
    }
    #news .hero h2 {
        font-size: 14.5px
    }
    #news .hero h3 {
        font-size: 39px
    }
    #news .hero .button {
        font-size: 14px;
        padding: 15px 20px
    }
    #readmore img {
        width: 275px
    }
    #readmore h1 {
        font-size: 18px
    }
    #contact .hero h2 {
        font-size: 30px
    }
    #contact .hero p {
        font-size: 15px
    }
    #contact .office .inner-content {
        margin: 0 15px !important
    }
    #contact .office .inner-content:nth-of-type(1) {
        margin: 0 15px 30px !important
    }
    #contact .contact-form .container {
        padding: 50px 15px
    }
    #contact .contact-form h4 {
        font-size: 25px
    }
    #contact .contact-form form .form-group input {
        height: 38px
    }
    #contact .contact-form form .form-group .custom {
        font-size: 12px
    }
    #career .hero h2 {
        font-size: 30px
    }
    #career .job-application {
        padding: 40px 0
    }
    #career .job-application h3 {
        font-size: 24px
    }
    #thankyou .content {
        padding: 30px 0
    }
    #thankyou .content .inner-content .top {
        height: 250px;
        padding-bottom:10px;
    }
    #thankyou .content .inner-content .top img {
        width: 200px
    }
    #thankyou .content .inner-content .top h2 {
        font-size: 20px
    }
    #thankyou .content .inner-content .top h3 {
        font-size: 16px
    }
    #thankyou .content .inner-content .bottom {
        height: 250px;
        padding-top:0px;
    }
    #thankyou .content .inner-content .bottom h4 {
        font-size: 20px
    }
    #thankyou .content .inner-content .bottom a {
        /* font-size: 12px;
        padding: 10px 25px */
    }
    .sub-footer .links a {
        width: 100%;
        border: none;
        margin-top: 0;
        padding: 5px
    }
    #aerospace .hero .pad {
        padding: 60px 0 0 0;
    }
    #aerospace .hero .button {
        font-size: 12px;
        padding: 15px 35px;
    }
    #aerospace .quality h1 {
        font-size: 25px;
    }
    #aerospace .quality p {
        font-size: 12px;
        line-height: 20px;
    }
    #aerospace .dmsms h1 {
        font-size: 25px;
    }
    #aerospace .dmsms ul li {
        font-size: 12px;
        line-height: 20px;
    }
    #aerospace .dmsms .content {
        padding: 0;
    }
    #aerospace .dmsms .content p {
        font-size: 12px;
        line-height: 20px;
    }
    #aerospace .inventory-solutions img {
        width: 150px;
    }
    #aerospace .inventory-solutions h1 {
        font-size: 25px;
    }
    #aerospace .inventory-solutions ul {
        margin: 0;
        padding: 0;
    }
    #aerospace .inventory-solutions ul li {
        font-size: 12px;
    }
    #aerospace .military-application img {
        width: 150px;
    }
    #aerospace .military-application h1 {
        font-size: 25px;
    }
    #aerospace .military-application ul {
        margin: 0;
    }
    #aerospace .military-application ul li {
        font-size: 12px;
    }
    #aerospace .vetted-sources img {
        width: 150px;
    }
    #aerospace .vetted-sources h1 {
        font-size: 25px;
    }
    #aerospace .vetted-sources p {
        font-size: 12px;
        line-height: 20px;
    }
    #aerospace .request a {
        background-color: #0F75BC;
        color: white;
        text-decoration: none;
        font-size: 12px;
        padding: 15px 35px 15px 35px;
    }
    #products-2 .content a {
        display: block;
    }
    #products-2 .content .btn-2 {
        margin: 15px 0 0;
    }

    header.site-header {
        padding-bottom: 15px;
    }
    .site-header .col-md-2, .site-header .col-md-10 {
        width: 100%;
    }
    .site-header .col-md-2 .site-logo {
        width: 100%;text-align: center;
        margin-bottom: 10px;
    }
    .site-header .col-md-10 {
        padding-top: 10px;
    }
    .site-header .nav.topcart {
        top: 20px !important;
        left: 40px;
        right: inherit !important;
    }
    #thankyou .content .inner-content .bottom h2{
        font-size:35px;
    }
    #thankyou .content .inner-content .bottom h3{
        font-size:17px;
        margin-bottom:25px;
    }
    #thankyou .content .inner-content .bottom h2{
        margin-bottom:20px;
    }
    #thankyou .content .inner-content .bottom h4{
        font-size:16px;
        max-width:300px;
    }
    #thankyou .content .inner-content .bottom h4 a i{
        padding:10px;
    }
}
@media screen and (max-width: 320px) {
	.likesubmit2 {
    width: inherit !important;
	margin-left: 50px !important;
	margin-top: 10px !important;
	}
    #home .hero .left .box p {
        font-size: 20px
    }
    #home .hero .right .box h2 {
        font-size: 20px
    }
    #home .search-part a {
        width: 80%
    }
    #home .feature h2 {
        font-size: 26px
    }
    #home .supplier h2 {
        font-size: 26px
    }
}
#excess-bom-upload .logo {
    width: 200px;
    padding: 20px 0;
}
#excess-bom-upload .hero {
    background: none;
    /*background-image: url(../img/qualityimage.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;*/
    padding: 40px 0;
}
#excess-bom-upload .hero .pad-none {
    padding: 0;
}
#excess-bom-upload .hero h1 {
    font-family: "'Montserrat'", sans-serif;
    font-size: 50px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.1em;
    color: #505050;
}
#excess-bom-upload .hero .line {
    border: 3px solid #0F75BC;
    width: 9%;
    margin: 20px 0 10px;
    display: none;
}
#excess-bom-upload .hero-bg {
    /*background-image: url(../img/lead-generation-banner.jpg);
    padding: 31px 0 290px !important;*/
    background: none;
}
#excess-bom-upload .hero-bg h1 {
    font-family: "'Montserrat'", sans-serif;
    font-size: 21px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.1em;
    color: #505050;
}
#excess-bom-upload .hero-bg h1 span {
    font-family: "'Montserrat'", sans-serif;
    font-size: 42px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.1em;
}
#excess-bom-upload .hero-bg p {
    font-family: "'Montserrat'", sans-serif;
    font-size: 25px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 1.5em;
    color: #505050;
    text-align: right;
}
#excess-bom-upload .bom {
    background-image: url(../images/lead-generation-seamless.png);
    background-position: bottom center;
    background-repeat: repeat-x;
    padding: 0;
}
/*#excess-bom-upload .bom .upload {
    margin-top: -150px;
}*/
#excess-bom-upload .bom .upload .left {
    padding: 35px 40px;
    background-color: #f7f7f7;
}
#excess-bom-upload .bom .upload .left p {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 25.2px;
    margin-bottom: 20px;
}
#excess-bom-upload .bom .upload .left .form-group {
    margin-bottom: 20px;
}
#excess-bom-upload .bom .upload .left input {
    border-radius: 3px;
    color: #333;
    font-family: "Roboto", sans-serif;
    display: block;
    font-size: 16px;
    border: 1px solid #ccc;
    padding: 6px 10px;
    height: 40px;
    width: 100%;
    line-height: 1.3;
}
#excess-bom-upload .bom .upload .left select {
    border-radius: 3px;
    color: #333;
    font-family: "Roboto", sans-serif;
    display: block;
    font-size: 16px;
    border: 1px solid #ccc;
    padding: 6px 10px;
    height: 40px;
    width: 100%;
    line-height: 1.3;
}
#excess-bom-upload .bom .upload .left .bor-none {
    border: none !important;
    padding-left: 0;
}
#excess-bom-upload .bom .upload .left textarea {
    border-radius: 3px;
    color: #333;
    font-family: "Roboto", sans-serif;
    display: block;
    font-size: 16px;
    border: 1px solid #ccc;
    width: 100%;
    line-height: 1.3;
}
#excess-bom-upload .bom .upload .left button {
    background-color: #0F75BC;
    font-family: "Roboto", sans-serif;
    color: white;
    font-size: 12px;
    font-weight: 600;
    padding: 14px 20px;
    border: 0;
    border-radius: 3px;
    cursor: pointer;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 1;
    width: 100%;
    margin-bottom: 20px;
}
#excess-bom-upload .bom .upload .right {
    padding: 35px 40px;
    background-color: #353a44;
}
#excess-bom-upload .bom .upload .right p {
    font-family: "'Montserrat'", sans-serif;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.1em;
    color: #ffffff;
    padding: 0 15px 15px;
}
#excess-bom-upload .bom .upload .right ul {
    padding: 15px;
}
#excess-bom-upload .bom .upload .right ul li {
    list-style: none;
    color: #ffffff;
    font-family: "'Montserrat'", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 25.2px;
    margin-bottom: 20px;
}
#excess-bom-upload .bom .upload .right ul li:nth-of-type(1) img {
    margin-right: 25px;
}
#excess-bom-upload .bom .upload .right ul li:nth-of-type(2) img {
    margin-right: 26px;
}
#excess-bom-upload .bom .upload .right ul li:nth-of-type(3) img {
    margin-right: 5px;
}
#excess-bom-upload .bom .upload .right ul li:nth-of-type(4) img {
    margin-right: 26px;
}
#excess-bom-upload .bom .services {
    text-align: center;
}
#excess-bom-upload .bom .services h3 {
    font-family: "'Montserrat'", sans-serif;
    font-size: 28px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.1em;
    color: #2b2b2b;
    margin: 20px 0 30px;
}
#excess-bom-upload .bom .services img {
    width: 130px;
}
#excess-bom-upload .bom .services h4 {
    color: #2b2b2b;
    font-family: "'Montserrat'", sans-serif;
    font-weight: 600;
    font-size: 17px;
    margin-top: 30px;
}
#excess-bom-upload .bom .services h4 a {
    color: #2b2b2b;
    text-decoration: none;
}
#excess-bom-upload .bom .services h4 a:hover {
    text-decoration: none;
    color: #0F75BC;
}
/*#excess-bom-upload .rfq .upload {
    margin-top: -225px;
}*/
#excess-bom-upload .rfq .phone {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3;
}
#excess-bom-upload .secondary-footer {
    background-color: #2f3339;
}
#excess-bom-upload .secondary-footer p {
    font-family: "'Montserrat'", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.1em;
    color: #ffffff;
    text-align: center;
    margin-bottom: 0;
    padding: 20px 0;
}
#excess-bom-upload .part {
    padding-left: 0;
}
#excess-bom-upload .fetch .upload .part h2 {
    font-size: 16px;
    font-weight: 600;
    color: #0F75BC;
    margin: 20px 0;
}
#excess-bom-upload .fetch .upload .part img {
    width: 180px;
    height: 144px;
    border: 5px solid #0F75BC;
}
#excess-bom-upload .fetch .upload .details .bor-right {
    border-right: 1px solid #0F75BC;
    background-color: transparent !important;
}
#excess-bom-upload .fetch .upload .details h2 {
    font-size: 16px;
    font-weight: 600;
    color: #0F75BC;
    margin: 20px 0;
}
#excess-bom-upload .fetch .upload .details h3 {
    font-size: 10px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 10px;
    text-transform: uppercase;
}
#excess-bom-upload .fetch .upload .description {
    border: 1px solid #0F75BC;
    margin-top: 20px;
    padding: 20px 15px;
    height: 512px;
    overflow: hidden;
    overflow-y: auto !important;
}
#excess-bom-upload .fetch .upload .description p {
    margin: 20px 0;
    font-size: 11px;
    font-weight: 500;
    color: #ffffff;
}
#excess-bom-upload .fetch .upload .description .bor-right {
    border-right: 1px solid #0F75BC;
}
#excess-bom-upload .fetch .upload .description .mar-top-zero {
    margin-top: 0;
}
#excess-bom-upload .fetch .upload .description .mar-bot-zero {
    margin-bottom: 0;
}
#excess-bom-upload .main-image-rht {
    text-align: right;
    /*margin-right: 15px;*/
}
#excess-bom-upload .main-image-rht img {
    width: 48px !important;
    margin-left: 10px;
}
.col-md-4.contact-us {
    max-width: 190px;
    margin: 0 auto;
}
@media screen and (max-width: 575px) {
	.likesubmit2 {
    width: inherit !important;
    margin-left: 50px !important;
	margin-top: 10px !important;
	}
    #excess-bom-upload .fetch .upload .details h3 {
        font-size: 10px;
    }
    #excess-bom-upload .fetch .upload .description .pad-none {
        padding: 0;
    }
    #excess-bom-upload .fetch .upload .description p {
        font-size: 9px;
    }
}

}
@media screen and (min-width:768px){
    #bomexcess .modal-lg{
        max-width:1035px;
    }
}
@media screen and (max-width:767px){
	.likesubmit2 {
    width: inherit !important;
    margin-left: 50px !important;
	margin-top: 10px !important;
	}
    #bomexcess .modal-body{
        max-height:500px;
        overflow:scroll;
    }
}
#homeexcess .modal-header{
    border-radius: 12px;
}
#bomexcess .modal-header{
    text-align:left;
    position:relative;
    padding:17px;
}
#bomexcess .modal-header .close{
    position: absolute;
    right: 23px;
    font-size: 30px;
    border: 2px solid #b8b8b8;
    border-radius: 55%;
    width: 32px;
    height: 32px;
    line-height: 16px;
    padding: 0;
    top: 22px;
}
#bomexcess .modal-header .modal-title{
    text-align: left;
    display: block;
    width: 100%;
    font-family:roboto;
    font-weight:700;
    font-size:12.75pt;
    text-transform:uppercase;
}
#bomexcess #bom-form,
#bomexcess #excess-form{
    background-color:#f7f7f7;
    font-family:Roboto;
    padding-top: 20px;
    padding-left: 5px;
}
#bomexcess #bom-form p,
#bomexcess #excess-form p
{
    font-size:10pt;
    color:#131313;
    font-weight:500;
}
#bomexcess #bom-form p strong,
#bomexcess #excess-form p strong
{
    font-weight:700;
}
#bomexcess #bom-form .control-label,
#bomexcess #excess-form .control-label
{
    font-size:10pt;
    color:#131313;
    font-weight:700;
    display: block;
    text-align: left;
    margin-bottom: 5px;
}
#bomexcess #bom-form .form-control,
#bomexcess #excess-form .form-control {
    font-size: 10pt;
    height: auto;
    padding: 9px 10px;
}
#bomexcess .form-buttons
{
    padding-bottom:20px;
    margin-top: 15px;
}
#bomexcess .form-buttons .btn{
    background-color: #fdc12c;
    color: #ffffff;
    font-size: 10.5pt;
    padding: 8px 15px;
    text-transform: uppercase;
    min-width: 92px;
    margin-right: 10px;
    font-weight: 700;
    border-radius:5px;
}
#bomexcess .form-buttons .btn-cancel{
    background-color:#717173;
}
#bomexcess .different-box{
    padding: 40px 35px;
    background-color: #353a44;
    font-family: "Roboto", sans-serif;
    height:100%;
}
#bomexcess .different-box p{
    font-family: "Roboto", sans-serif;
    font-size: 13pt;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom:25px;
}
#bomexcess .different-box > ul{
    /* padding: 15px; */
    padding-left:0;
}
#bomexcess .different-box > ul li{
    list-style: none;
    color: #ffffff; 
    font-weight: 400;
    font-size: 11pt;
    margin-bottom: 23px;
    position:relative;
    padding-left:35px;
}
#bomexcess .different-box > ul li img{
    position:absolute;
    left:0;
    top: -4px
}
#bomexcess .bg-color{
    background-color:#f7f7f7;
}
@media screen and (max-width:767px){
	.likesubmit2 {
    width: inherit !important;
    margin-left: 50px !important;
	margin-top: 10px !important;
	}
    #bomexcess .bg-color{
        background-color:transparent;
    }
}
#bomexcess .different-box .different-box-seals{
    padding: 20px 10px 15px;
    background-color: #ececec;
    text-align: center;
    margin-left: -35px;
    margin-right: -35px;
    margin-top: -40px;
    margin-bottom: 40px;
}
#bomexcess .different-box .different-box-seals ul{
    margin-bottom:0;
    padding-left:0;
}
#bomexcess .different-box .different-box-seals ul li{
    display:inline-block;
    padding:0;
    margin:0;
    margin-right:4px;
}
#bomexcess .different-box .different-box-seals ul li img{
    height:40px;
    margin-bottom:5px;
}
@media screen and (max-width:991px){
	.likesubmit2 {
    width: inherit !important;
    margin-left: 50px !important;
	margin-top: 10px !important;
	}
    #bomexcess .different-box .different-box-seals ul li
    {
        margin-right:7px;
    }
    #bomexcess .different-box .different-box-seals ul li img{
        height:37px;
    }
}
#bomexcess .different-box .different-box-seals ul li:last-child{
    margin-right:0;
}
#bomexcess .field-bom-file .input-group {
    padding-left:99px;
    position:relative;
}
@media screen and (max-width:767px){
	.likesubmit2 {
    width: inherit !important;
    margin-left: 50px !important;
	margin-top: 10px !important;
	}
    #bomexcess .field-bom-file .input-group {
        padding-left:45px;
    }
}
#bomexcess .field-bom-file .input-group .form-control{
 
}
#bomexcess .field-bom-file .input-group .file-caption{
    /* float:left; */
    padding:6px 10px!important;
}
#bomexcess .field-bom-file .input-group .file-caption{
    /* float:right; */
}
#bomexcess .field-bom-file .input-group .input-group-btn{
    /* float:left; */
    position:absolute;
    left:0;
}
#bomexcess .field-bom-file .input-group .input-group-btn .btn{
    /* padding: 14px; */
    left: 0;
    padding: 9px 12px;
    background-color:#0F75BC;
    color:#ffffff;
    border:1px solid #0F75BC;
    font-size:10pt;
}
#bomexcess .field-bom-phone.form-group,
#bomexcess .field-excess-phone.form-group{
    margin-bottom:0;
}
#bomexcess .form-group{
    margin-bottom:5px;
}
.banner-news-detail{
    margin-bottom:50px;
}

.file-caption-name {
    margin-left: 85px;
}

/*color pallet*/
.custom-color-palette table th{
 font-size:20px;
    border-bottom:0px!important;
    padding-bottom:30px!important;
}
.custom-color-palette table{
    margin-bottom:0;
}
.custom-color-palette table td{
    border-bottom:0px!important;
    border-top:0!important;
}
.custom-color-palette table .main-color-display{
    height: 40px;
    width: 40px;
    border-radius: 50%;
}
.custom-color-palette table .main-color-display.green{
    background-color:#99c221;
}
.custom-color-palette table .main-color-display.grey{
    background-color:#7e7e7e;
}
.custom-color-palette table .main-color-display.white{
    background-color:#ffffff;
    border:1px solid #000000;
}
.custom-color-palette table .color-code{
    font-weight: 500;
    font-size: 15px;
    color: #000000;
    padding-left:10px;
    margin-bottom:0;
}
.custom-color-palette.our-logo-sec .main-content-tp .content-btm {
    padding-left:60px;
}
.custom-color-palette.our-logo-sec .main-content-tp .main-content-sec{
        padding: 33px 60px 30px;
}
section.our-logo-sec .main-content-tp.main-content-colors{
    padding-bottom:0;
}
section.our-logo-sec .main-content-tp h2.main-head {
    margin-bottom:16px;
}
.site-footer .col-md-4.contact-us {
    display: inline-block;
    /*width: 190px !important;*/
    width: 210px !important;
    /*max-width: 190px !important;*/
    max-width: 210px !important;
    margin: 0 auto;
}
.main-info-sec .main-text-right.mar-top {
    padding-left: 20px;
}
/*CR #13940*/
.contact-content {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.contact-content .container, .company-locations .container {
    max-width: 1360px;
}
.cc-left-col {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.company-info-txt {
    padding: 55px 85px 65px 0;
}
.company-info-txt.company-region {
    background-color: #F8F8F8;
    padding: 55px 90px 150px 0;
    overflow: hidden;
}
.company-info-txt.company-region:before {
    content: '';
    position: absolute;
    top: 0;
    left: -99984px;
    display: inline-block;
    background-color: #F8F8F8;
    width: 99999px;
    height: 100%;
}
.contact-content .br-1 {
    border-right: 1px solid #DEDEDE;
}
.contact-content .contact-heading {
    font-family: 'SegoeUI';
    font-size: 32px;
    font-weight: bold;
    color: #515151;
    line-height: normal;
    margin-bottom: 20px;
}
.company-info-txt .contact-desc p {
    font-family: 'SegoeUI';
    font-size: 16px;
    font-weight: normal;
    color: #515151;
    line-height: 40px;
    margin-bottom: 0;
}
.company-info-txt .contact-desc p a {
    color: #A2C73A;
}
.company-info-txt .contact-desc p a:hover {
    text-decoration: underline;
}
.contact-form-wrap {
    padding: 55px 0 65px 90px;
}
.contact-form-wrap .contact-heading {
    padding-left: 4px;
}
.contact-form-wrap .form-group {
    margin-bottom: 15px;
}
.contact-form-wrap .form-control {
    background-color: #F2F2F2;
    width: 100%;
    height: 40px;
    font-family: 'SegoeUI';
    font-size: 14px !important;
    font-weight: 500;
    color: #515151;
    -webkit-border-radius: 7px !important;
    -moz-border-radius: 7px !important;
    border-radius: 7px !important;
    border: 0 !important;
    -webkit-box-shadow: inherit !important;
    box-shadow: inherit !important;
    padding: 0 33px;
}
.contact-form-wrap textarea.form-control {
    height: 104px;
    resize: none;
    padding: 14px 33px 5px;
}
.contact-form-wrap .g-recaptcha {
    margin-bottom: 20px;
}
.contact-form-wrap button#cont-form-btn {
    display: inline-block;
    width: 100%;
    background-color: #A2C73A;
    font-family: 'SegoeUI';
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
    -webkit-border-radius: 7px !important;
    -moz-border-radius: 7px !important;
    border-radius: 7px !important;
    border: 0 !important;
    padding: 13px 7px;
}
.company-locations {
    display: inline-block;
    width: 100%;
    background: #EFEFEF url("../images/contact/bg-company-locations.png") no-repeat center 40px;
    vertical-align: top;
    padding: 115px 0 90px;
}
.company-locations .col-md-4 {
    margin-bottom: 28px;
}
.company-location-box {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    overflow: hidden;
}
.company-location-thumb {
    position: relative;
    -webkit-border-radius: 7px 7px 0 0;
    -moz-border-radius: 7px 7px 0 0;
    border-radius: 7px 7px 0 0;
}
.map-icon {
    position: absolute;
    top: 15px;
    right: 15px;
}
.map-icon a {
    display: flex;
}
.company-location-desc {
    display: inline-block;
    width: 100%;
    padding: 28px 32px 50px;
}
.company-location-desc .cl-heading {
    font-family: 'SegoeUI';
    font-size: 24px;
    font-weight: 700;
    color: #515151;
    margin-bottom: 24px;
}
.cl-desc {
    display: inline-block;
    width: 100%;
}
.cl-desc p {
    display: flex;
    flex-wrap: wrap;
    font-family: 'SegoeUI';
    font-size: 18px;
    font-weight: normal;
    color: #515151;
    margin-bottom: 30px;
}
.cl-desc p a {
    position: relative;
    top: 5px;
    display: flex;
    height: 100%;
    font-size: 15px;
    color: #a0c43b;
    margin-right: 8px;
}
.cl-desc p span {
    display: inline-block;
    width: 92%;
}
.cl-desc ul {
    display: inline-block;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}
.cl-desc ul li {
    font-family: 'SegoeUI';
    font-size: 18px;
    font-weight: normal;
    color: #515151;
    margin-bottom: 5px;
}
.cl-desc ul li a {
    color: #515151;
    text-decoration: none;
}
.cl-desc ul li a:hover {
    color: #A2C73A;
}
.cl-desc ul li strong {
    display: inline-block;
    width: 25px;
}
.tac-link {
    display: inline-block;
    width: 100%;
}
.tac-link a {
    position: relative;
    display: inline-block;
    width: 100%;
    font-family: 'SegoeUI';
    font-size: 14px;
    font-weight: normal;
    color: #515151;
    padding-left: 15px;
}
.tac-link a:before {
    content: "*";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 22px;
    color: #A2C73A;
    line-height: 1.2;
}
.tac-link a:hover {
    text-decoration: underline;
}
.mapLocationModal {
    z-index: 99999999;
}
.mapLocationModal .modal-dialog {
    max-width: 800px;
}
.mapLocationModal .modal-content {
    -webkit-border-radius: 7px !important;
    -moz-border-radius: 7px !important;
    border-radius: 7px !important;
}
.mapLocationModal .modal-body iframe {
    width: 100%;
    height: 450px;
}
.mapLocationModal .modal-content button.close {
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: #A2C73A;
    width: 30px;
    height: 30px;
    font-size: 22px;
    color: #fff;
    -webkit-border-radius: 30px !important;
    -moz-border-radius: 30px !important;
    border-radius: 30px !important;
    cursor: pointer;
    opacity: 1;
}
/*CR #13940*/
/*CR #14238*/
.rfq-section {
    display: inline-block;
    width: 100%;
    padding: 40px 0;
}
.rfq-section h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.2;
    color: #505050;
    padding: 0;
    margin: 0;
}
.rfq-section h1 span {
    font-family: 'Montserrat', sans-serif;
    font-size: 50px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.1em
}
/*CR #14238*/
/*CR #14281*/
.rfq-section p {
/*    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
*/
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 25.2px;
    color: #212529;
    margin: 20px 0 0;
    /*margin-bottom: 20px;*/
}
/*CR #14281*/
@media screen and (max-width: 1600px) {
    header .desktop-nav li {
        margin: 0 15px;
    }
    .site-header .container, .page-banner .container , .search-section .container, .banner-search-main-wrap .banner-search-form-wrap {
        max-width: 1200px;
    }
    .banner-title {
        font-size: 36px;
    }
}
/*CR #13940*/
@media screen and (max-width: 1600px) {
    header .desktop-nav li {
        margin: 0 15px;
    }
    .site-header .container, .page-banner .container , .search-section .container, .banner-search-main-wrap .banner-search-form-wrap {
        max-width: 1200px;
    }
    .banner-title {
        font-size: 36px;
    }
}
/*CR #13940*/
@media not all and (min-resolution:.001dpcm) {
    @media {
        .row:before, .row:after {display: none !important;}
        @media (min-width: 576px) {
            .col-sm-1 {
                width: 8% !important;
                max-width: 8% !important;
            }

            .col-sm-2 {
                width: 16% !important;
                max-width: 16% !important;
            }

            .col-sm-3 {
                width: 25% !important;
                max-width: 25% !important;
            }

            .col-sm-4 {
                width: 33% !important;
                max-width: 33% !important;
            }

            .col-sm-5 {
                width: 41% !important;
                max-width: 41% !important;
            }

            .col-sm-6 {
                width: 50% !important;
                max-width: 50% !important;
            }

            .col-sm-7 {
                width: 58% !important;
                max-width: 58% !important;
            }

            .col-sm-8 {
                width: 66% !important;
                max-width: 66% !important;
            }

            .col-sm-9 {
                width: 75% !important;
                max-width: 75% !important;
            }

            .col-sm-10 {
                width: 83% !important;
                max-width: 83% !important;
            }

            .col-sm-11 {
                width: 91% !important;
                max-width: 91% !important;
            }

            .col-sm-12 {
                width: 100% !important;
                max-width: 100% !important;
            }
        }
        @media (min-width: 768px) {
            .col-md-1 {
                width: 8% !important;
                max-width: 8% !important;
            }

            .col-md-2 {
                width: 16% !important;
                max-width: 16% !important;
            }

            .col-md-3 {
                width: 25% !important;
                max-width: 25% !important;
            }

            .col-md-4 {
                width: 33% !important;
                max-width: 33% !important;
            }

            .col-md-5 {
                width: 41% !important;
                max-width: 41% !important;
            }

            .col-md-6 {
                width: 50% !important;
                max-width: 50% !important;
            }

            .col-md-7 {
                width: 58% !important;
                max-width: 58% !important;
            }

            .col-md-8 {
                width: 66% !important;
                max-width: 66% !important;
            }

            .col-md-9 {
                width: 75% !important;
                max-width: 75% !important;
            }

            .col-md-10 {
                width: 83% !important;
                max-width: 83% !important;
            }

            .col-md-11 {
                width: 91% !important;
                max-width: 91% !important;
            }

            ::i-block-chrome,.col-md-12 {
                width: 100% !important;
                max-width: 100% !important;
            }
        }
        @media (min-width: 992px) {
            .col-lg-1 {
                width: 8% !important;
                max-width: 8% !important;
            }

            .col-lg-2 {
                width: 16% !important;
                max-width: 16% !important;
            }

            .col-lg-3 {
                width: 25% !important;
                max-width: 25% !important;
            }

            .col-lg-4 {
                width: 33% !important;
                max-width: 33% !important;
            }

            .col-lg-5 {
                width: 41% !important;
                max-width: 41% !important;
            }

            .col-lg-6 {
                width: 50% !important;
                max-width: 50% !important;
            }

            .col-lg-7 {
                width: 58% !important;
                max-width: 58% !important;
            }

            .col-lg-8 {
                width: 66% !important;
                max-width: 66% !important;
            }

            .col-lg-9 {
                width: 75% !important;
                max-width: 75% !important;
            }

            .col-lg-10 {
                width: 83% !important;
                max-width: 83% !important;
            }

            .col-lg-11 {
                width: 91% !important;
                max-width: 91% !important;
            }

            .col-lg-12 {
                width: 100% !important;
                max-width: 100% !important;
            }
        }
        @media (min-width: 1200px) {
            .col-xl-1 {
                width: 8% !important;
                max-width: 8% !important;
            }

            .col-xl-2 {
                width: 16% !important;
                max-width: 16% !important;
            }

            .col-xl-3 {
                width: 25% !important;
                max-width: 25% !important;
            }

            .col-xl-4 {
                width: 33% !important;
                max-width: 33% !important;
            }

            .col-xl-5 {
                width: 41% !important;
                max-width: 41% !important;
            }

            .col-xl-6 {
                width: 50% !important;
                max-width: 50% !important;
            }

            .col-xl-7 {
                width: 58% !important;
                max-width: 58% !important;
            }

            .col-xl-8 {
                width: 66% !important;
                max-width: 66% !important;
            }

            .col-xl-9 {
                width: 75% !important;
                max-width: 75% !important;
            }

            .col-xl-10 {
                width: 83% !important;
                max-width: 83% !important;
            }

            .col-xl-11 {
                width: 91% !important;
                max-width: 91% !important;
            }

            .col-xl-12 {
                width: 100% !important;
                max-width: 100% !important;
            }
        }

        .col-1 {
            width: 8% !important;
            max-width: 8% !important;
        }

        .col-2 {
            width: 16% !important;
            max-width: 16% !important;
        }

        .col-3 {
            width: 25% !important;
            max-width: 25% !important;
        }

        .col-4 {
            width: 33% !important;
            max-width: 33% !important;
        }

        .col-5 {
            width: 41% !important;
            max-width: 41% !important;
        }

        .col-6 {
            width: 50% !important;
            max-width: 50% !important;
        }

        .col-7 {
            width: 58% !important;
            max-width: 58% !important;
        }

        .col-8 {
            width: 66% !important;
            max-width: 66% !important;
        }

        .col-9 {
            width: 75% !important;
            max-width: 75% !important;
        }

        .col-10 {
            width: 83% !important;
            max-width: 83% !important;
        }

        .col-11 {
            width: 91% !important;
            max-width: 91% !important;
        }

        .col-12 {
            width: 100% !important;
            max-width: 100% !important;
        }
        ::i-block-chrome, .news-post .row .col-lg-8 .row {
            display: inline-block;
        }
        /* Safari only override */
        ::i-block-chrome,.row {
            display: inline-block !important;
            width: 100% !important;
        }
        ::i-block-chrome, div[class*="col-md-"] {
            display: inline-block !important;
        }
        ::i-block-chrome, .site-header .site-logo {
            height: 73px;
        }
        ::i-block-chrome, .site-header .desktop-nav {
            padding-top: 30px;
        }
        ::i-block-chrome, .banner-search-form-wrap {
            display: inline-block;
            margin: 0 auto;
        }
        ::i-block-chrome, .banner-search-form {
            display: inline-block;
            width: 85%;
        }
        ::i-block-chrome, .banner-search-or {
            display: inline-block;
            width: 4%;
        }
        ::i-block-chrome, .banner-bom-buttons {
            display: inline-block;
            width: 10%;
        }
        ::i-block-chrome, .page-banner.banner-home {
            padding-top: 160px;
        }
        ::i-block-chrome, .banner-search-main-wrap.fixed {
            top: 120px;
            text-align: center;
        }
        ::i-block-chrome, footer .sub-footer a {
            padding: 20px 18px;
        }
        ::i-block-chrome, .certifications .row .col-4 {
            display: inline-block;
            max-width: 32.8%;
        }
        ::i-block-chrome, #about-us .establishments .box .hidden-content {
            top: 25%;
            left: 0;
            width: 100%;
        }
        ::i-block-chrome, #about-us .establishments .box .hid-box .content {
            top: 0;
            left: 0;
            width: 100%;
        }
        ::i-block-chrome, #about-us .manufacturers .owl-carousel .item {
            display: inline-block;
        }
        ::i-block-chrome, #about-us .manufacturers .owl-carousel .item img {
            display: inline-block;
            width: 100px !important;
        }
        ::i-block-chrome, #manufacturer .brands .content .box img {
            left: 15%;
        }
    }
}
/*CR #13940*/
@media screen and (max-width: 1440px) {
    .contact-content .container, .company-locations .container {
        max-width: 1140px;
    }
    .contact-form-wrap {
        padding-left: 50px;
    }
}
/*CR #13940*/
@media screen and (max-width:1199px){
    .custom-color-palette.our-logo-sec .main-content-tp .content-btm{
        padding-left:40px;
    }
    .custom-color-palette.our-logo-sec .main-content-tp .main-content-sec{
        padding:40px;
    }
    #excess-bom-upload .hero {
        padding: 15px 0;
    }
    #excess-bom-upload .hero h1 {
        font-size: 32px;
        padding-top: 20px;
    }
}
@media screen and (max-width:991px){
	.likesubmit2 {
    width: inherit !important;
    margin-left: 50px !important;
	margin-top: 10px !important;
	}
    .custom-color-palette.our-logo-sec .main-content-tp .content-btm{
        padding-left:25px;
    }
    .custom-color-palette.our-logo-sec .main-content-tp .main-content-sec{
        padding:25px;
    }
    .custom-color-palette table th{
        font-size:14px;
    }
    .custom-color-palette table .main-color-display{
        width:25px;
        height:25px;
    }
    .custom-color-palette table .color-code{
        font-size:12px;
    }
    .rfq-section {
        padding: 30px 0;
    }
    .rfq-section h1 {
        font-size: 36px;
    }
    #excess-bom-upload .main-image-rht img {
        width: 40px !important;
    }

}

@media screen and (max-width:767px){
	.likesubmit2 {
    width: inherit !important;
    margin-left: 50px !important;
	margin-top: 10px !important;
	}
    .rfq-section h1 {
        font-size: 28px;
        margin-bottom: 15px;
    }
    #excess-bom-upload .main-image-rht {
        text-align: left;
    }
    #excess-bom-upload .main-image-rht img {
        margin: 0 10px 0 0;
    }
}
@media screen and (max-width:575px){
    #excess-bom-upload .hero .pad-none {
        padding: 0 15px;
    }
    #excess-bom-upload .bom .upload .right ul li {
        text-align: left;
    }
    #excess-bom-upload .bom .upload .right ul li img {
        display: inline-block !important;
        margin: 0 20px 0 0 !important;
    }
}
footer .about-us p{
    padding-right:30px;
}
footer li a{
    color: rgba(255, 255, 255, .5);
}
footer li a:hover{
    color: #9acb3e;
    text-decoration:underline;
}

/*CR #14495*/
.part-search-section{
    position:relative;
    overflow:hidden;
}
.partSearch-section {
    position:relative;
    display: inline-block;
    width: 100%;
    padding: 40px 0;
    overflow:hidden;
}
.partSearch-section .container {
    max-width: 1370px;
}
.partSearch-section .page-title {
    position: relative;
    display: inline-block;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-size: 34px;
    font-weight: 700;
    color: #2b2b2b;
    line-height: 1.1;
    text-transform: capitalize;
    text-align: center;
    padding-bottom: 33px;
    margin-bottom: 50px;
}
.partSearch-section .page-title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #a0c43a;
    width: 155px;
    height: 2px;
    margin: auto;
}
.part-search-new .pc-left-section {
    display: inline-block;
    background-color: #f8f8f8;
    width: 100%;
    height: 100%;
    padding: 33px 35px 35px
}
.pc-left-section h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #2b2b2b;
    line-height: 1.1;
    text-transform: uppercase;
    margin-bottom: 18px;
}
.pc-left-detail {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.pc-left-img {
    display: inline-block;
    width: 100%;
    max-width: 200px;
    height: 200px;
    border: 1px solid #d8d8d8;
    padding: 7px;
}
.pc-left-img img {
    width: 100%;
}
.pc-left-desc {
    position: relative;
    top: -3px;
    display: inline-block;
    width: 100%;
    max-width: calc(100% - 205px);
    vertical-align: top;
    padding-left: 25px;
}
.pc-left-desc p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #2b2b2b;
    line-height: 1.3;
    margin-bottom: 8px;
}
.pc-left-desc p strong {
    font-weight: bold;
}
.part-search-new .pc-right-section {
    display: inline-block;
    background-color: #f8f8f8;
    width: 100%;
    height: 100%;
    padding: 35px;
}

.pc-right-section .part-stock-box {
    background-color:#505050;
    padding: 25px 20px;
    margin-bottom: 18px;
}
.pc-right-section .part-stock-box .col-md-6:first-child {
    padding-right: 0;
}
.pc-right-section .part-stock-box .row.fast-shipping {
    margin-top: 15px;
}
.pc-right-section .part-stock-box label, .pc-right-section .part-stock-box p {
    font-family: 'Montserrat', sans-serif;
    font-size:18px;
    color:#ffffff;
    font-weight:400;
    text-align: right;
}
.pc-right-section .part-stock-box .fast-shipping p {
    font-size: 16px;
    font-weight:700;
    text-transform: uppercase;
    padding-top: 4px;
    margin-bottom: 0;
}
.pc-right-section .part-stock-box input {
    font-family: 'Montserrat', sans-serif;
    font-size:16px;
    color:#333333;
}
.pc-right-section .part-stock-box input::placeholder {
    color:#333333;
}
.pc-right-section .part-stock-box input::-webkit-input-placeholder { /* Edge */
    color:#333333;
}
.pc-right-section .part-stock-box input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:#333333;
}
.pc-right-section .part-stock-box input::placeholder {
    color:#333333;
}
.pc-right-section .part-stock-box .form-group{
    margin-bottom:5px;
}
.pc-right-section .part-stock-box .fast-shipping .btn {
    background-color:#a0c43a;
    width:100%;
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color:#ffffff;
    font-weight: 700;
    line-height: 16px;
    text-transform:uppercase;
    padding: 6px;
}
.pc-right-section .part-stock-box .divider {
    font-size:32px;
    color:#ffffff;
    font-weight:700;
    line-height:5px;
    text-align:right;
    margin-bottom:8px;
}
.pc-right-section .pc-right-stock {
    text-align: center;
    padding-top: 30px;
}
.pc-right-section .pc-right-stock p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #333;
    line-height: 1.2;
    font-weight: normal;
}
.pc-right-section .pc-right-stock p strong {
    font-weight: 700;
}
.pc-right-section .datasheet-btn {
    display: inline-block;
    background-color:#505050;
    width: 100%;
    font-size:16px;
    color:#ffffff;
    font-weight:600;
    border-radius:6px;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    padding:12px 10px;
}
.pc-right-section .datasheet-btn svg {
    margin-right:7px;
}
.pc-right-section .datasheet-btn:hover {
    background-color: #a0c43a;
    text-decoration: none;
}
.pc-right-stock-available {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #333;
    line-height: 1.2;
    font-weight: normal;
    margin-bottom: 25px;
}
.pc-right-stock-available strong {
    font-weight: 700;
}
.pc-right-stock-available a {
    text-decoration: none;
    color: #333;
}
.pc-right-stock-available a:hover {
    color: #a0c43a;
}
.pc-stock-table {
    background-color: #fff;
    border-collapse: collapse;
    margin-bottom: 0;
}
.pc-stock-table th, .pc-stock-table td {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #333;
    text-align: center;
    border: 1px solid #dbdbdb;
}
.page-sub-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #2b2b2b;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    margin: 45px 0 13px;
}
.pc-equivalents-table {
    background-color: #fff;
    border-collapse: collapse;
    margin-bottom: 0;
}
.pc-equivalents-table .table-responsive {
    padding-left: 1px;
}
.pc-equivalents-table table {
    width: 99.99%;
}
.pc-equivalents-table tr:nth-child(odd) {
    background-color: #fff;
}
.pc-equivalents-table tr:nth-child(even) {
    background-color: #fcfcfc;
}
.pc-equivalents-table th {
    background-color: #a0c43a;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #000000;
    font-weight: 600;
    text-transform: uppercase;
    vertical-align: top !important;
    border: 1px solid #c3c4c3 !important;
    padding: 15px !important;
}
.pc-equivalents-table td {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #6e6e6e;
    font-weight: 500;
    border: 1px solid #c3c4c3;
    padding: 20px 15px 14px !important;
}
.pc-equivalents-table td small {
    display: block;
    font-size: 13px;
}
.pc-equivalents-table td:first-child a {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #0f0f0f;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}
.pc-equivalents-table td:first-child a:hover, .pc-equivalents-table td:last-child a:hover {
    color: #a0c43a;
}
/*.pc-equivalents-table td:last-child {
    width: 290px;
}*/
.pc-equivalents-table td:last-child a {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #0f0f0f;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}
.main-compare-link {
    display: inline-block;
    max-width: 150px;
    text-decoration: underline !important;
}
.cross-reference {
    display: inline-block;
    background-color: #f8f8f8;
    width: 100%;
    padding: 20px 25px;
    margin: 50px 0 10px;
}
.cross-reference h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    color: #333333;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 18px;
}
.cr-row {
    display: inline-block;
    width: 100%;
}
.cr-left {
    display: inline-block;
    width: 70px;
    height: 70px;
    text-align: center;
    vertical-align: top;
    border: 5px solid #ebebeb;
}
.cr-left img {
    width: 100%;
    max-width: 60px;
}
.cr-right {
    display: inline-block;
    width: calc(100% - 73px);
    vertical-align: top;
    padding-left: 15px;
}
.cr-right h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #333333;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 7px;
}
.cr-right p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #333333;
}
.compare-modal .modal-dialog {
    max-width: 1000px;
}
.compare-modal .modal-content {
    /*max-height: 710px;*/
    border-radius: 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-top: 6px solid #a0c43a;
    overflow-y: auto;
}
.compare-modal .slimScrollBar {
    background-color: #a0c43a !important;
    opacity: 1 !important;
    right: 10px !important;
}
.compare-modal .modal-header {
    border-bottom: 1px solid #f0f0f0;
    padding: 19px 15px 11px;
}
.compare-modal .modal-header .close {
    position: absolute;
    top: 18px;
    right: 20px;
    opacity: 1;
    font-size: 26px;
    color: #cccccc;
    transition: all ease-in-out .3s;
}
.compare-modal .modal-header .close:hover, .compare-modal .modal-header .close:focus {
    outline: none;
    box-shadow: none;
    border: none;
    color: #333;
}
.compare-modal .modal-header .compareparts-head {
    display: inline-block;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #333333;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 7px;
}
.compare-modal .modal-body {
    padding: 15px 32px 15px 15px;
}
.compare-modal .modal-footer {
    background-color: #f4f4f4;
    border-top: 1px solid #f0f0f0;
    padding: 13px 15px 12px;
}
.compare-modal .modal-footer .btn-modal-footer-close {
    background-color: #e5e5e5;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 0;
    transition: all ease-in-out .3s;
    padding: 5px 15px;
}
.compare-modal .modal-footer .btn-modal-footer-close:hover, .compare-modal .modal-footer .btn-modal-footer-close:focus {
    background-color: #333;
    color: #fff;
}
.compare-modal .modal-body .outer-container {
    padding: 0;
    margin: 0;
}
.compare-modal .modal-body .container {
    max-width: 100%;
    padding: 0;
}
.compare-modal .modal-body .content-heading {
    border: 0;
    padding: 0;
}
.compare-modal .content-heading h5 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #8e8e8e;
    margin: 2px 0 25px;
}
.compare-modal .content-heading h5 span {
    color: #a0c43a;
}
.compare-modal .content-heading h5 strong {
    color: #000;
}
.btn-group.btn-compare-group {
    display: inline-block;
    width: 100%;
    margin-bottom: 12px;
}
.btn-group.btn-compare-group button {
    float: left;
    min-width: 82px;
    background-color: #f6f6f6;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #000;
    text-align: center;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    padding: 8px;
    margin: 0 4px 0 0 !important;
}
.btn-group.btn-compare-group button:hover, .btn-group.btn-compare-group button.active {
    background-color: #a0c43a;
    color: #fff;
}
.compare-modal .table {
    border-collapse: collapse;
}
.compare-modal .table thead tr {
    background-color: transparent !important;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}
.compare-modal .table thead th, .compare-modal .table thead td {
    position: relative;
    background-color: transparent !important;
    text-align: left !important;
    border-bottom: none;
    padding: 8px 18px !important;
}
.compare-modal .table thead th:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1px;
    height: calc(100% - 16px);
    background-color: #eae9e9;
    margin: auto;
}
.compare-modal .table thead th:last-child:after {
    display: none;
}
.compare-modal .table thead th h5, .compare-modal .table thead td h5 {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    margin: 0;
}
.compare-modal .table thead th small, .compare-modal .table thead td small {
    font-size: 12px;
    font-weight: normal;
    color: #8e8e8e;
    text-transform: capitalize;
}
.compare-modal .table tbody td, .compare-modal .table tbody td {
    font-size: 12px;
    font-weight: normal;
    border-bottom: 2px solid #fff;
    border-top: 0;
    vertical-align: top !important;
    padding: 0 17px !important;
}
.compare-modal .table tbody td, .compare-modal .table tbody td:last-child {
    padding-right: 0 !important;
}
.compare-modal .table tbody td:first-child {
    text-align: left;
    border: 1px solid #f6f6f6;
}
.compare-modal .table tbody td:first-child span {
    background-color: transparent;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    text-align: left;
    padding-left: 0;
}
.compare-modal .table tbody td span {
    display: inline-block;
    width: 100%;
    height: 100%;
    min-height: 31px;
    background-color: #f6f6f6;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #5b5b5b;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    border-radius: 2px !important;
    vertical-align: top;
    padding: 6px 10px;
}
/*.compare-modal .table tbody td span:empty {
    display: none;
}*/
.compare-modal .table tbody tr.same td:not(:first-child) span {
    background-color: #fff;
    color: #9acb3c;
    border: 1px solid #f6f6f6;
}
.compare-modal .table tbody tr.same td:first-child span {
    background-color: transparent;
}
.part-compare-content {
    padding: 20px 0;
}
.part-compare-content h5 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #676768;
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 5px;
}

.compare-modal .modal-body .list-item {
    display: inline-block;
    width: 100%;
    background: url("../images/bg-sitemap-li.png") no-repeat 0 4px;
    padding: 0 0 15px 15px !important;
}
.part-compare-content .list-item a {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #000;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
}
.part-compare-content .list-item a:hover {
    color: #0F75BC;
}
.nca-box {
    display: inline-block;
    width: 100%;
    border: 10px solid #ebebeb;
    border-radius: 2px;
    padding: 25px;
    margin: 50px 0;
}
.nca-box-img {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.nca-box-text {
    display: inline-block;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #000;
    font-weight: 500;
    text-align: center;
}
/*CR #14495*/
/*CR #14479*/
.section-sitemap {
    display: inline-block;
    width: 100%;
    padding: 40px 0;
}
.section-sitemap .container {
    max-width: 1370px;
}
.section-sitemap .page-title h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 50px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.1;
    color: #000000;
    text-align: center;
    margin-bottom: 30px;
}
.section-sitemap .line {
    border: 1px solid #0F75BC;
    background-color: #0F75BC;
    width: 155px;
    margin: 0 auto 40px;
}
.site-map-wrap .col-md-12 p {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #505050;
    line-height: normal;
    border-bottom: 2px solid #0F75BC;
    padding-bottom: 13px;
    margin-bottom: 13px;
}
.site-map-wrap .col-md-12 ul {
    list-style: none;
    padding: 0;
    margin: 0 0 45px;
}
.site-map-wrap .col-md-12 ul li {
    background: url("../images/bg-sitemap-li.png") no-repeat 0 4px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #010101;
    font-weight: 500;
    padding-left: 15px;
    margin-bottom: 6px;
}
.site-map-wrap .col-md-12 ul li a {
    color: #010101;
    text-decoration: none;
}
.site-map-wrap .col-md-12 ul li a:hover {
    color: #0F75BC;
}
/*CR #14479*/

/*pop up code*/
/*#datasheetspreview .modal-content{
    position:relative;
}
#datasheetspreview button{
    background: transparent;
    position: absolute;
    width: 35px;
    right: 0;
    top:2px;
    border:0px;
    cursor:pointer;
}
#datasheetspreview button img{
    max-width:100%;
}
#datasheetspreview .main-pdf-row p{
    cursor:pointer;
    / margin-bottom:3px; /
}
#datasheetspreview .datasheetrow{
    / padding:20px; /
}

#datasheetspreview .modal-content{
    padding:12px;
}
#datasheetspreview .modal-body{
    padding-top:15px;
}
#datasheetspreview .datasheetrow{
    /*height:400px;
    overflow-y:auto;
}
#datasheetspreview .datasheetrow::-webkit-scrollbar {
    width: 4px
}
#datasheetspreview .datasheetrow::-webkit-scrollbar-track {
    background: #fff
}
#datasheetspreview .datasheetrow::-webkit-scrollbar-thumb {
    background: #0F75BC
} */
/*CR #222222*/
div#rfqformspreview .modal-dialog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
}
.row.datasheetrow {
    margin: 0;
    padding-bottom: 20px;
}
.row.datasheetrow .col-lg-4.col-md-6.col-xs-12 {
    max-width: 25%;
    border: 1px solid #f0f0f0;
    border-bottom: 0;
    border-right: 0;
    padding: 12px 15px 5px;
}
.row.datasheetrow .col-lg-4.col-md-6.col-xs-12:nth-child(4n + 4), .row.datasheetrow .col-lg-4.col-md-6.col-xs-12:last-child {
    border-right: 1px solid #f0f0f0;
}
.row.datasheetrow .col-lg-4.col-md-6.col-xs-12:nth-last-child(-n+4) {
    border-bottom: 1px solid #f0f0f0;
}
.main-pdf-row {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.main-pdf-row .row {
    display: inline-block;
    width: 100%;
    margin: 0;
}
.main-pdf-row .row .col-md-4.pr-0 {
    display: inline-block;
    width: 25px;
    padding: 0 !important;
}
.main-pdf-row .row .col-md-8.pl-0 {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 32px);
    padding: 0 0 0 10px !important;
}
.main-pdf-row .row .col-md-8.pl-0 p:first-child {
    font-size: 12px;
    font-weight: 500;
    color: #0f0f0f;
    line-height: 1.1;
    cursor: pointer;
    margin: 0 0 4px;
}
.main-pdf-row .row .col-md-8.pl-0 p:first-child:hover {
    color: #0F75BC;
}
.main-pdf-row .row .col-md-8.pl-0 p:last-child {
    font-size: 11px;
    color: #7a7c7a;
    line-height: 1.2;
    margin: 0;
}

/**/
.loading-box {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    background-color: rgba(255,255,255,.4);
}
/**/
/**/
div#datasheetsAccordion {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}
div#datasheetsAccordion .card {
    border-color: #7d7d7e;
    margin-bottom: 5px;
}
div#datasheetsAccordion .card-header {
    display: inline-block;
    width: 100%;
    background-color: #6d6e71;
    border-color: #7d7d7e;
}
div#datasheetsAccordion .card-header h5 {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
}
div#datasheetsAccordion .card-header h5 button.btn-card-link {
    position: relative;
    display: inline-block;
    width: 100%;
    background: none;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    text-align: left;
    cursor: pointer;
    border: 0;
}
div#datasheetsAccordion .card-header h5 button.btn-card-link:hover {
    color: #a0c43a;
}
div#datasheetsAccordion .card-header h5 button.btn-card-link:focus {
    outline: none;
    border: 0;
}
div#datasheetsAccordion .card-header h5 button.btn-card-link:before {
    content: "";
    position: absolute;
    top: 2px;
    right: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 7px solid #fff;
}
div#datasheetsAccordion .card-header h5 button.btn-card-link[aria-expanded="true"]:before {
    transform: rotateZ(90deg);
}
/**/
/**/
.btn:focus, .btn:active {
    box-shadow: none !important;
    outline: none !important;;
}
/**/
/*CR #222222*/


/* Passive Products */
/*CR #14779 start*/

.passive-products-list{
    text-align:left;
}
.passive-products-list h3{
    font-weight:700;
    color:#505050;
    /* font-family: 'Montserrat', sans-serif; */
    font-family: 'Calibri', sans-serif!important;
    border-bottom:1px solid #0F75BC;
    width:auto;
    display:inline-block;
    text-align:left;
    border-bottom:2px solid #0F75BC;
    font-size:18px!important;
}
.passive-products-list h3 a{
    color:#505050;
    text-decoration:none;
}
.passive-products-list h3 svg{
    color:#0F75BC;
    font-size:13px;
    position: relative;
    margin-left: 2px;
    top:-1px;
}
.passive-products-list ul{
    padding-left:0;
}
.passive-products-list ul li{
    color:#010101;
    /* font-family: 'Montserrat', sans-serif; */
    font-family: 'Calibri', sans-serif!important;
    font-weight:400;
    list-style:none;
    position:relative;
    margin-bottom:10px!important;
    line-height:14px;
}
.passive-products-list ul li:before{
    content:'';
    display:inline-block;
    background-color:#0F75BC;
    width:6px;
    height:6px;
    border-radius:35px;
    left: -13px;
    top: 4px;
    position:absolute;
}

/*CR #14652 end*/
/* Passive Products End */
/*CR #15620*/
.rfq_form .select2-container--krajee .select2-selection--single,
.rfq-page-content .select2-container--krajee .select2-selection--single {
    height: 40px;
}
.rfq_form .select2-container--krajee .select2-selection--single .select2-selection__rendered,
.rfq-page-content .select2-container--krajee .select2-selection--single .select2-selection__rendered {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    color: #6f747c;
    padding: 4px 0;
}
.rfq_form .select2-container--krajee .select2-selection--single .select2-selection__arrow,
.rfq-page-content .select2-container--krajee .select2-selection--single .select2-selection__arrow{
    width: 25px;
    height: 38px;
}
.select2-results ul li, .select2-container--krajee .select2-search--dropdown .select2-search__field,
.rfq-page-content  .select2-results ul li, .rfq-page-content  .select2-container--krajee .select2-search--dropdown .select2-search__field
 {
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    color: #333;
}
/*CR #15620*/
.rfq-page-content{

}
.rfq-page-content .breadcrumbs-wrap{
    margin-left:-15px;
}
.rfq-page-content .breadcrumbs-wrap ul li:first-of-type{
    padding-left:0;
}
.form-control:focus,
.select2-container--krajee.select2-container--open .select2-selection, .select2-container--krajee .select2-selection:focus,
textarea:focus, 
input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus, 
.uneditable-input:focus{
    border-color: #dedfd3;
    /* box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%); */
    box-shadow: 0 0 0 0.2rem rgb(222 223 211 / 25%);
}
.has-success .form-control:focus,
.has-success .select2-container--open .select2-selection, .has-success .select2-container--krajee.select2-container--focus .select2-selection{
    /* box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 6px #67b168; */
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 6px #cedf7f;
    border-color: #cccccc;
    /* box-shadow: inset 0px 1px 3px #cedf7f; */
}
.has-success.select2-container--krajee .select2-dropdown, .has-success .select2-container--krajee .select2-selection{
    border-color: #cccccc;
}
.chippy-thank-image{
    /* padding-top:100px;
    padding-bottom:62px;
    text-align:center; */
    /* padding-top: 30px; */
    /* padding-bottom: 132px; */
    padding-bottom: 95px;
    /* text-align:center; */
    text-align:left;
    position:relative;
    float:left;
    width:15%;
}
.thankyou-title{
    font-family: "Montserrat", sans-serif!important;
    font-weight:700!important;
    font-size:40px!important;
    color:#0F75BC!important;
    text-transform:uppercase!important;
}
#page_message.thankyou-message{
    display:none;
}
#excess-bom-upload .bom .upload .left p.thankyou-message{
    font-family: "Roboto", sans-serif;
    font-weight:700!important;
    font-size:20px!important;
    line-height:30px;
    /* color:#768089; */
    color:#000000;
    text-align:left;
    /* float:left; */
    /* width:85%; */
}
.chippy-shadow{
    position: absolute;
    bottom: 44px;
    /* left: 44%; */
    left: 42%;
}
.chippy-thank-image img{
    max-width:70px;
    margin:0 auto;
}
@keyframes sway  {
    0% { transform: rotate(2deg); }
    50% { transform: rotate(-2deg); }
    100% { transform: rotate(2deg); }
}
.sway{
    animation: sway 2.4s infinite;
    animation-timing-function: ease-in-out;
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    transform-origin: top;
}
@media screen and (max-width:1367px){
    .rfq-page-content{

    }
    .rfq-page-content .breadcrumbs-wrap{
        margin-left:0px;
    }
    .rfq-page-content  .rfq-section{
        padding-left:15px;
        padding-right:15px;
    }
}

.bounceAnimate{
    animation: bounceAnimate 1s ease-in infinite;
}
.bounceIt{
    animation: bounce 10s; 
    animation-direction: alternate; 
    animation-timing-function: cubic-bezier(0.5, 0.05, 1, 1);
    animation-iteration-count: infinite; 
}
/* Animation */
@keyframes bounce { 
    from { 
        transform: translate3d(0, 0, 0); 
    } 
    to { 
        transform: translate3d(0, 45px, 0); 
    } 
} 
/* Prefix Support */ 
.bounceIt { 
    -webkit-animation-name: bounce; 
    -webkit-animation-duration: 1s; 
    -webkit-animation-direction: alternate; 
    -webkit-animation-timing-function: cubic-bezier( 
    0.5, 0.05, 1, 1); 
    -webkit-animation-iteration-count: infinite;
} 
  
@-webkit-keyframes bounce { 
    from { 
        -webkit-transform: translate3d(0, 0, 0); 
        transform: translate3d(0, 0, 0); 
    } 
    to { 
        -webkit-transform: translate3d(0, 45px, 0); 
        transform: translate3d(0, 45px, 0); 
    } 
} 
@keyframes bounceAnimate {
    50% {
      transform: translateY(-10px);
    }
  }

.bot-spacing.likesubmit1{
     font-family: "Roboto", sans-serif !important;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.1em;
    background-color: #0F75BC;
    color: #fff;
    padding: 14px 20px;
    border: 0;
    border-radius: 2px;
    cursor: pointer;
    text-align: center;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}
#home .glb .likesubmit1{
    font-family: "Roboto", sans-serif !important;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.1em;
    background-color: #0F75BC;
    color: #fff;
    padding: 14px 20px;
    border: 0;
    border-radius: 2px;
    cursor: pointer;
    text-align: center;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}
.likesubmit1:hover{
  color: #FFF;
    transition: none;
    text-decoration: underline;
}
#home .glb .likesubmit1:hover{
    color: #FFF !important;
    transition: none !important;
    text-decoration: underline !important;
}


.account-p{
    padding-bottom: 42px;
	}
.box.box-ed{
    padding-top: 35px;
}
#home .manufacturers .line{
    border: 1.5px solid #0F75BC;
    background-color: #0F75BC;
    width: 14%;
    margin: 30px auto;
}
.feature.hotpart .line{
    border: 1.5px solid #0F75BC !important;
    background-color: #0F75BC;
    width: 14%;
    margin: 30px auto;
}
.feature.hotpart{
    padding-top: 10px !important;
}
.hotLinks {
    padding-bottom: 4px;
}
.inventory-p
{
    padding-bottom: 20px;
}

#home .manufacturers .owl-nav .owl-next:focus {
    outline: none;
  box-shadow: none;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev:focus{
     outline: none;
  box-shadow: none;   
}




    footer li a:focus {
    color: rgba(255, 255, 255, .5); 
    text-decoration: none;
}

/* Bug #17215 */
#home .glb .glbbox .fa-icon-box img{
    max-width:100%;
}
/* Bug #17215 */
