/******************** Manufacturers Page ***************************/
.breadcrumb-wrap {
    background-color: #ffffff;
    padding: 10px 0;
    border-top: 1px solid #80808026;
}
ul.breadcrumb-list{
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0;
}
ul.breadcrumb-list li{
	display: inline-block;
	margin:0 2px;
	color:#1d1a54;
} 
ul.breadcrumb-list li:first-child{
	margin-left:0;
}

ul.breadcrumb-list li a{
	color:#1d1a54;
	font-family:'robotomedium';
	font-weight: 500;
	font-size: 1.125em;
	text-decoration: none;
}

ul.breadcrumb-list li.activee a{
	color:#cd2027;
}

@media(max-width:480px){
  
  ul.breadcrumb-list li{
    margin:0;
  }
    ul.breadcrumb-list li a {
      font-size: 1em;
  }
}

/**********************Inner page Wrap*********************************************/
.inner-page-right {
    padding: 20px 60px 0 0px;
}

.inner-page-left {
    background-color: #fff;
    padding: 20px 60px 20px 30px;
}

@media(max-width: 1600px) {
    .inner-page-right {
        padding: 20px 15px 0 0px;
    }

    .inner-page-left {
        background-color: #fff;
        padding: 20px 15px 20px 15px;
    }
}

@media(max-width: 480px) {
    .inner-page-right {
        background-color: #f5f6fa;
        padding: 20px 15px 0 15px;
    }

    .inner-page-left {
        background-color: #fff;
        padding: 20px 15px 20px 15px;
    }
	
}
/*Desk Left Side*/

/*-------- Instant RFQ form ---------------*/

.inner-rfq-form-wrap {
    position: relative;
    right: 0;
    border-radius: 0;
    padding:0px !important;
}
.inner-rfq-form {
    background-color: #f5f6fa;
    padding: 10px 20px;
    border-radius: 0;
    position: relative;
    border: 1px solid #80808026;
}
.inner-rfq-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
  font-family: 'robotomedium';
  font-weight: 500;
}
.inner-rfq-form input::-moz-placeholder { /* Firefox 19+ */
  color: #000;
  font-family: 'robotomedium';
  font-weight: 500;
}
.inner-rfq-form input:-ms-input-placeholder { /* IE 10+ */
  color: #000;
  font-family: 'robotomedium';
  font-weight: 500;
}
.inner-rfq-form input:-moz-placeholder { /* Firefox 18- */
  color: #000;
  font-family: 'robotomedium';
  font-weight: 500;
}

.inner-rfq-form .rfq-title {
    font-size: 1.6em;
    margin-top: 0;
}
.inner-rfq-form .rfq-title span.light-red{
    font-weight: 300;
    font-family: 'robotolight';
    color:#f04c4d;
}
.inner-rfq-form .rfq-title span.bold-blue{
    font-weight: 500;
    font-family: 'robotobold';
    color:#00b9ec;
}

.inner-rfq-form input {
    background-color: #fff;
    padding: 10px;
    width: 100%;
    border: 1px solid #bdc0c9;
    margin-bottom: 15px;
    border-radius: 3px;
}

.inner-rfq-form button {
    background-color: #f04c4d;
    padding: 10px;
    font-size: 1.25em;
    font-family: 'robotomedium';
    font-weight: 500;
    color: #fff;
    transition: all .3s ease-in-out;
}
 .inner-rfq-form button:hover,.inner-rfq-form button:focus,.inner-rfq-form button:active{
    background-color:#00b9ec;
    color:#fff;
 }
.inner-rfq-form button img{
    margin-right: 20px;
}

@media(max-width:1024px){
    .inner-rfq-form {
      max-width: 50%;
      margin: 0 auto;
  }
}

@media(max-width:480px){
    .inner-rfq-form {
      max-width: 100%;
      margin: 0 auto;
  }
}

/*---------- USP -------------------*/
.inner-usp-wrap{
	background-color:#f04c4d; 
	margin:20px 0;
	padding:10px;
}
.inner-usp-item {
    color: #fff;
    padding-right: 0px;
    padding-left: 0px;
    margin-bottom: 10px;
}
.inner-usp-item .inner-usp-text h4{
    margin-top:0;
    font-family: 'robotomedium';
    font-weight: 500;
}

@media(max-width:991px){
    .we-proud-wrap{
        margin-bottom:20px;
    }
    .inner-usp-wrap {
        margin: 0 0 20px;
    }
}
@media(max-width:480px){
  .inner-usp-item .inner-usp-text {
      text-align: center;
  }
}
/*-------------------------------*/
.part-types{
	margin-bottom: 20px;
	padding:10px 30px;
	border:2px solid #f04c4d;
}
.part-types h3.part-type-title{
	margin-top: 0;
}
    .part-types h2.part-type-title {
        margin-top: 0;
    }
.part-types .part-type-title span.light-red{
    font-weight: 300;
    font-family: 'robotolight';
    color:#f04c4d;
}
.part-types .part-type-title span.bold-blue{
    font-weight: 500;
    font-family: 'robotobold';
    color:#00b9ec;
}
.part-types ul{
	list-style-type: none;
	padding-left: 0;
}

.part-types ul li {
    border-top: 1px solid #dfe2e6;
    line-height: 2.5;
}

.part-types ul li a{
	color:#1d1a54;
	text-decoration: none;
	transition: all .3s ease-in-out;
	font-size: 1.125;
}
.part-types ul li a:hover,.part-types ul li a:focus,.part-types ul li a:active{
	color: #f04c4d;
}
@media(max-width: 1024px){
 .part-types {
      max-width: 48%;
      margin: 0 1%;
  }
}

@media(max-width: 991px){
  
}
@media(max-width: 480px){
  .part-types {
      max-width: 100%;
      margin: 0px 0 20px;
  }
}

/*-----------Featured slider------------------------*/

.inner-featured-products{
	margin-bottom: 20px;
	padding:10px 0px;
	position: relative;
	background: #fff;
}
.inner-featured-products .inner-featured-title {
    margin-top: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
}
.inner-featured-products .inner-featured-title span.light-red{
    font-weight: 300;
    font-family: 'robotolight';
    color:#f04c4d;
}
.inner-featured-products .inner-featured-title span.bold-blue{
    font-weight: 500;
    font-family: 'robotobold';
    color:#00b9ec;
}
.inner-featured-nav {
    position: absolute;
    right: 3%;
    top: 4%;
}
.inner-featured-nav .inner-featured-prev:before {
    content: "\f104";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 1.2em;
    color: #ffffff;
}
.inner-featured-nav .inner-featured-next:before {
   content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 1.2em;
    color: #ffffff;
}
.inner-featured-prev, .inner-featured-next {
    border: none;
    background: #dbdad9;
    color: #919090;
    padding: 5px 10px;
    border-radius: 3px;
    transition:all .3s ease-in-out;
}
.inner-featured-prev:hover, .inner-featured-next:hover,
.inner-featured-prev:focus, .inner-featured-next:focus,
.inner-featured-prev:active, .inner-featured-next:active{
    background: #f04c4d;
    color:#fff;
    outline:none;
}
    .inner-featured-prev.slick-arrow {
        position: relative;
        left: -5px;
    }

.inner-featured-slider{
	background-color: #fff;
}
.inner-featured-slider .inner-featured-item{
	cursor: pointer;
}

p.inner-featured-part-title {
	color:#1d1a54;
	font-family:'robotomedium';
	font-weight: 500;
	font-size: 1.125em;
	margin-top: 10px;
}
.inner-featured-view-more{
	margin-top: 20px;
}
.inner-featured-view-more a{
	background: #1d1a54;
    color: #fff;
    font-family: 'robotomedium';
    padding: 10px;
    border-radius: 3px;
    transition: all .3s ease-in-out;
    text-decoration:none;
}
.inner-featured-view-more a:hover,
.inner-featured-view-more a:active,
.inner-featured-view-more a:focus{
	outline: none;
	background-color: #f04c4d;
}

/*Desk right Side*/


.inner-top-brand .inner-top-brand-title span.light-darkblue{
    font-weight: 300;
    font-family: 'robotolight';
    color:#1d1a54;
}
.inner-top-brand .inner-top-brand-title span.bold-darkblue{
    font-weight: 500;
    font-family: 'robotobold';
    color:#1d1a54;
}

.brand-border {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 5px 0;
}
.brand-border:nth-child(6),.brand-border:nth-child(12) {
    border-right: none;
}

.brand-border:nth-child(7),
.brand-border:nth-child(8),
.brand-border:nth-child(9),
.brand-border:nth-child(10),
.brand-border:nth-child(11),
.brand-border:nth-child(12){
	border-bottom: none;
}
.inner-brand-logo-box{
	margin-top: 20px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.20);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.20);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.20);
}


@media(max-width:991px){
  .brand-border:nth-child(7), .brand-border:nth-child(8), .brand-border:nth-child(9) {
    border-bottom: 1px solid #ddd;
  }
  .brand-border:nth-child(6), .brand-border:nth-child(12) {
      border-right: 1px solid #ddd;
  }
  .inner-top-brand-title{
    margin-top: 0;
  }
}
@media(max-width:480px){
  .brand-border:nth-child(10), .brand-border:nth-child(11), .brand-border:nth-child(12) {
      border-bottom: 1px solid #ddd;
  }

}
/*---------------Inner main pagination-------------------------*/

.inner-main-pagination{
	margin:20px 0;
}

.pagination_top a {
    color: #1d1b54;
    background: #e2e1e1;
    font-size: 1em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 6px 10px;
    font-family: 'robotomedium';
    transition: all .3s ease-in-out;
    cursor: pointer;
}

.view_all.active {
    background: #f04c4d;
    color: #fff;
    transition: all .3s ease-in-out;
    cursor: pointer;
}
    .view_all.active:hover, .view_all.active:focus {
        background: #1e1b53;
        color: #fff;
    }

.pagination_top a:hover, .pagination_top a:focus {
        background: #f04c4d;
        color: #fff;
    }
.main-page-list {
    list-style: none;
    padding: 6px 0;
    margin: -6px 2px;
    background: #e2e1e1;
    overflow: auto;
    max-width: 100%;
    float: right;
}

.main-page-list li {
  display: inline-block;
  border-right:1px solid #fff;
}
.main-page-list li ul li {
    display: inline-block;
    border-right: none;
}

        .main-page-list li a {
    color: #1d1b54;
    font-size: 1em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 5px 15px;
    font-family: 'robotomedium';
}

.main-page-list li ul li a{
  padding: 5px;
}

.main-page-list li a:hover{
  background:#f04c4d;
  color:#fff;
}

.main-page-list li a.active,.main-page-list li.open a{
  background:#f04c4d;
  color:#fff;
}

.inner-main-pagination .main-page-list li.open>.dropdown-menu {
      top: 100%;
      max-width: 45%;
      right: 21.5%;
      left: auto;
      padding: 0;
    background: #f04c4d;
    border-radius: 0;
    text-align: center;
  }
.inner-main-pagination .main-page-list li.open > .dropdown-menu, 
.inner-main-pagination .main-page-list li:nth-child(1).open > .dropdown-menu {
    right:auto;
    left: auto;
}
  .inner-main-pagination .main-page-list li:nth-child(5).open >.dropdown-menu,
  .inner-main-pagination .main-page-list li:nth-child(6).open >.dropdown-menu{
     right:0;
     left:auto;
  }

.inner-main-pagination .apple-play {
    padding:0;
}
    .inner-main-pagination .apple-play ul {
        padding-left: 0;
        margin-bottom: 0;
        margin-top: -10px;
    }

    .inner-main-pagination .apple-play ul.store-list li {
        margin-top: 0px;
    }

/*css for hover open submenu*/

.main-page-list li:hover ul.dropdown-menu {
    display: block;
}

.main-page-list li:hover a {
    background: #f04c4d;
    color: #fff;
}

.inner-main-pagination .main-page-list li:hover > .dropdown-menu {
    top: 100%;
    max-width: 45%;
    right: auto;
    left: auto;
    padding: 0;
    background: #f04c4d;
    border-radius: 0;
    text-align: center;
}

.inner-main-pagination .main-page-list li:hover:nth-child(4) > .dropdown-menu {
    top: 100%;
    max-width: 45%;
    right: 10%;
    left: auto;
}

.inner-main-pagination .main-page-list li:hover:nth-child(5) > .dropdown-menu,
.inner-main-pagination .main-page-list li:hover:nth-child(6) > .dropdown-menu {
    right: 0;
    left: auto;
}

@media(max-width:1199px) {
    .inner-main-pagination.scroll-fixed {
     /* position: fixed;*/
      top: 45px;
      padding: 20px 10px!important;
      width: 100%;
      background-color: #ffffff !important;
      display: block;
      left: 0px !important;
      right: 0px !important;
      z-index: 99;
      border-bottom: 1px #cccccc solid;
  }
    .part-list-pagination.scroll-fixed {
        position: fixed;
        top: 60px;
        padding: 10px !important;
        width: 100%;
        background-color: #ffffff !important;
        display: block;
        left: 0px !important;
        right: 0px !important;
        z-index: 99;
        border-bottom: 1px #cccccc solid;
    }

        .part-list-pagination.scroll-fixed.mob-marT10 {
            padding-top: 20px !important;
        }
    .inner-main-pagination .main-page-list li:nth-child(4).open > .dropdown-menu,
    .inner-main-pagination .main-page-list li:nth-child(4):hover > .dropdown-menu {
        top: 100%;
        max-width: 45%;
        right: 13%;
        left: auto;
    }
}

@media(max-width:991px) {
    ul.main-page-list {
        float: none;
       /* margin-top:10px;*/
    }
  }
@media(max-width:480px){
    ul.main-page-list {
      margin: 10px 0;
      max-width: 100%;
      float: none;
  }
  .main-page-list li a{
    padding: 5px 9px;
  }
  .inner-main-pagination.scroll-fixed{
    padding-bottom: 0!important;
  }
    .inner-main-pagination .main-page-list li.open > .dropdown-menu,
    .inner-main-pagination .main-page-list li:nth-child(4).open > .dropdown-menu,
    .inner-main-pagination .main-page-list li:nth-child(4):hover > .dropdown-menu {
        top: 80%;
    }
    .inner-main-pagination .main-page-list li:first-child.open > .dropdown-menu,
    .inner-main-pagination .main-page-list li:first-child:hover > .dropdown-menu {
        right: 40%;
    }
}

@media(max-width:380px){
  .main-page-list li a {
      padding: 5px 5px;
  }
}


/*--------------search by manu facture name-------------------------------*/

.search_long{ position:relative}
.search_long input {
    border: none;
    width: 100%;
    padding: 8px 15px;
    /*-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 5px;*/
    padding-right: 45px;
    background: #efeeee;
}

    .search_long button {
        position: absolute;
        right: 0px;
        top: 0px;
        z-index: 9;
        color: #f04c4d;
        font-size: 1.250em;
        background-color: transparent;
        border: none;
        padding: 5px 15px;
    }


    .search_long input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: rgba(0,0,0,0.36);
        font-family: 'robotomedium';
        font-weight: 500;
        font-size: 1em;
    }
    .search_long input::-moz-placeholder { /* Firefox 19+ */
        color: rgba(0,0,0,0.36);
        font-family: 'robotomedium';
        font-weight: 500;
        font-size: 1em;
    }
.search_long input:-ms-input-placeholder { /* IE 10+ */
  color: rgba(0,0,0,0.36);
  font-family: 'robotomedium';
  font-weight: 500;
 font-size: 1em;
}
.search_long input:-moz-placeholder { /* Firefox 18- */
  color: rgba(0,0,0,0.36);
  font-family: 'robotomedium';
  font-weight: 500;
  font-size: 1em;
}

.mob-manuf-search {
    padding-left:0;
}

@media(max-width:1279px) {
    .mob-manuf-search {
        padding-left: 0;
        position: relative;
    }

        .mob-manuf-search .search-by-manuf {
           /* position: absolute;*/
            z-index: 9;
            width: 65%;
            max-width: 100%;
            margin-bottom:8px;
        }

        .mob-manuf-search #iconClose {
            display: none;
        }

    .pagination_top {
      /*  margin:0px 15px 15px;*/
        display:flex;
        align-items:center;
    }

    .search_long input {
        padding: 8px 10px;
        margin-top: 5px;
        font-size: 0.85em;
    }

        .search_long input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
            font-size: 1em;
        }

        .search_long input::-moz-placeholder { /* Firefox 19+ */
            font-size: 1em;
        }

        .search_long input:-ms-input-placeholder { /* IE 10+ */
            font-size: 1em;
        }

        .search_long input:-moz-placeholder { /* Firefox 18- */
            font-size: 1em;
        }

    .part-list-pagination .search-by-manuf {
        margin-bottom:10px;
    }
     .part-list-pagination .search-by-manuf .search_long button {
        display:none;   
     }
}

@media(max-width:1025px) {
    .mob-manuf-search {
        max-width: 70%;
    }
}
@media(max-width:991px) {
    .mob-manuf-search {
        max-width: 50%;
    }
}
@media(max-width:767px) {
    .mob-manuf-search {
        max-width: 100%;
    }
}
@media (width:720px) and  (height:1280px) {
    .mob-manuf-search .search-by-manuf {
        width: 33%;
        max-width: 100%;
    }
}
/*---------- manuf table wrap -------------------*/

.manufacturer-table-wrap{
	/*margin-top: 20px;*/
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.20);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.20);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.20);
    padding: 20px 0;
}
.manuf-table-wrap-title h1 {
    color: #61646d;
    margin-top: 0;
    margin-bottom: 30px;
}
.manuf-table-pagination{
	text-align: right;
    padding-left:0px;
}
.manuf-table thead {
    background: #d7d9df;
}
.manuf-table thead tr th button{
	padding: 8px 20px;
    border: none;
    background: #f04c4d;
    color: #fff;
}
.manuf-table .table-striped > tbody > tr:nth-child(even) {
    background-color: #fff;
   
}

.manuf-table .table-striped > tbody > tr td {
    border-top: 1px solid #e1e6f0;
    padding: 10px;
    border-bottom: 1px solid #e1e6f0;
}

.manuf-table .table-striped>tbody>tr td a{
	color:#61646e;
	transition: all .3s ease-in-out;
}
.manuf-table .table-striped>tbody>tr td a:hover,
.manuf-table .table-striped>tbody>tr td a:focus,
.manuf-table .table-striped>tbody>tr td a:active{
	color:#1d1a54;
	text-decoration: none;
}

.manuf-table .table-striped > tbody > tr:nth-child(odd) {
    background-color: #ffffff;
    border-left: 1px solid #e1e6f0;
    border-right: 1px solid #e1e6f0;
}

.manuf-table-wrap-paginate {
    padding-top: 0;
    color: #61646d;
    font-size: 1em;
}

.manuf-table-pagination ul{
	margin:0;
    margin-bottom:5px;
}


@media(max-width:1024px){
  .manuf-table-wrap-title h3 {
    margin-bottom: 10px;
    text-align: center;
}
  .manuf-table-pagination ul {
      margin: 0px 0 5px;
  }
  .manuf-table-pagination {
      text-align: center;
  }
    .manuf-table-wrap-paginate {
      text-align: center;
  }
}


@media(max-width: 480px){
 
    .manuf-table .table-striped>tbody>tr td {
      border-top: 1px solid #e1e6f0;
      padding: 10px;
      display: block;
      width: 100%;
  }

}
@media(max-width: 380px){

  .manuf-table-pagination ul.pagination > li > a{
    padding: 6px 9px;
  }
}
/***************************************************************************************/

/*------------- Part Listing Page -------------------------------*/

.part-list-title h3{
	color:#000;
	font-family: 'robotomedium';
	font-weight: 500;
	margin:0;
}
.part-list-title h1 {
    color: #000;
    font-family: 'robotomedium';
    font-weight: 500;
    margin: 0;
}

.content_section h2 {
    color: #000;
    font-family: 'robotomedium';
    font-weight: normal !important;
    margin: 0;
    font-size: 16px;
    margin-bottom:5px;
}
.part-table .darkblue-bkg{
	background-color: #1d1b54;
}

/*-------*/
.part-table thead {
    background: #d7d9df;
}
.part-table thead tr th button{
  padding: 8px 20px;
    border: none;
    background: #f04c4d;
    color: #fff;
}
.part-table .table-striped > tbody > tr:nth-child(even) {
    background-color: #fff;
}

.part-table .table-striped>tbody>tr td{
  border-top: 1px solid #e1e6f0;
  padding: 10px;
  margin-top:0px;
}

    .part-table .table-striped > tbody > tr td a {
        color: #337ab7;
        transition: all .3s ease-in-out;
    }
.part-table .table-striped>tbody>tr td a:hover,
.part-table .table-striped>tbody>tr td a:focus,
.part-table .table-striped>tbody>tr td a:active{
  color:#1d1a54;
  text-decoration: none;
}

.part-table .table-striped > tbody > tr:nth-child(odd) {
  
    background-color: #f3f6fb;
    border-left: 1px solid #e1e6f0;
    border-right: 1px solid #e1e6f0;
}

/*------*/

.part-table thead.darkblue-bkg th{
  color:#fff;
  font-family:'robotomedium';
  font-weight: 500;
  font-size: 1em;
}

.part-table thead.darkblue-bkg th:last-child{
  text-align: center;
}
.part-table  td.table-rfq-btn{
  text-align: center;
}
.part-table  .table-striped>tbody>tr td.table-rfq-btn a{
    background: #f04c4d;
    color: #fff;
    padding: 5px 25px;
    border-radius: 20px;
    font-family:'robotomedium';
    transition: all .3s ease-in-out;
}

.part-table  .table-striped>tbody>tr td.table-rfq-btn a:hover,
.part-table  .table-striped>tbody>tr td.table-rfq-btn a:focus,
.part-table  .table-striped>tbody>tr td.table-rfq-btn a:active{
  outline:0;
  text-decoration: none;
  background-color: #1d1b54;
}

@media(max-width: 480px){
  /*.part-table  .table-striped > tbody > tr td:nth-child(2),
  .part-table  .table-striped > tbody > tr td:nth-child(3){
    display: none;
  }
  .part-table  .table-striped > thead > tr th:nth-child(2),
  .part-table  .table-striped > thead > tr th:nth-child(3){
    display: none;
  }*/
  .part-table  .table-striped > thead > tr th,
  .part-table  .table-striped > tbody > tr td{
    font-size: 1em;
    white-space: normal;
  }
    .part-table .table-striped > tbody > tr td.table-rfq-btn a {
        padding: 5px 12px;
        display: block;
        margin-left: 0%;
    }
  .part-table.table-responsive{
    padding-left: 0;
    padding-right: 0;
  }

}

/*---------------------- Part Listing Cage code--------------------------------------------------*/ 
.cage-code-wrapper {
    margin-top: 10px;
    float: left;
    width: 100%;
    color: #152396;
    font-family: 'robotomedium';
    font-weight: 500;
}

.cage-code-wrapper p {
    margin-bottom: 0;
    line-height: 1.5;
}

/*.more_btn {
    background-color: #00005a;
    color: #fff !important;
    font-size: 1em;
    display: inline-block;
    padding: 5px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    transition: all .3s ease-in-out;
    border: none !important;
    margin: 10px 10px 10px 0 !important;
    text-decoration: none;
}*/

a.more_btn.less_morectrl:hover, a.more_btn.less_morectrl:focus {
    text-decoration: none;
}

.less_morectrl_rfq.red_btn,
.less_morectrl.red_btn {
    display: inline-block;
    padding: 5px 15px;
    font-weight: 700;
    text-decoration: none !important;
    margin-bottom: 15px;
    font-size: .9em
}

.less_more {
    height: 40px;
    overflow: hidden;
}

.auto_height {
    height: auto !important
}

.less_morectrl.red_btn {
    background-color: #fff;
    border: 2px solid #f6740d;
    color: #e35a10;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-decoration: none;
}

.less_morectrl:hover, .less_morectrl:focus {
    background-color: #f6740d;
    color: #fff !important;
    text-decoration: none;
}

.less_more_rfq {
    height: 91px;
    overflow: hidden;
    text-decoration: none;
}

.less_morectrl_rfq.red_btn {
    border: 2px solid #f6740d;
    color: #e35a10;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-decoration: none;
}

.less_morectrl_rfq:hover, .less_morectrl_rfq:focus {
    background-color: #f6740d;
    color: #fff !important;
    text-decoration: none;
}

/*--------------------------------------|RFQ|----------------------------------------- */

.rfq-title{
  color:#233e99;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: 'robotomedium';
  font-weight: 500;
}
.oldschool-rfq-form-details{
    padding: 10px !important;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.20);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.20);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.20);
}

.mfg-details{
  margin-top: 0px;
}
.mfg-details h4{
  margin: 20px 0;
}
.rfq-mfg-table-wrap{
  border:1px solid #ddd;
}

.rfq-mfg-table-wrap .table{
  margin-bottom: 0;
}
.table-responsive.rfq-mfg-table-wrap .rfq-mfg-table tr:first-child td{
  border-top: none;
}
.table-responsive.rfq-mfg-table-wrap .rfq-mfg-table tr td:first-child {
    background: #ffffff;
}

.rfq-general-text{
  margin: 20px 0;
}
.rfq-general-text p{
  font-size: 1.05em;
  font-family:'robotoregular';
  font-weight: 500;
  color:#000;
}
.rfq-general-text-bottom{
  margin: 20px 0;
  color:#7d7e7e;
  font-size: 0.90em
}
.rfq-general-text-bottom p a {
    color: #ff7200;
    text-decoration: none;
}


@media(max-width:1280px){
    .mfg-details {
      margin-top: 35px;
  }
}
@media(max-width:1024px){
  .mfg-details {
      margin-top: 0px;
  }
  
}
@media(max-width:991px){
  .oldschool-rfq-form-details {
      margin-top: 20px;
  }
  .mfg-details {
      padding-left: 0;
      padding-right: 0;
  }
  .mfg-details .table-responsive>.table>tbody>tr>td{
    white-space: normal;
  }
}
@media(max-width:360px){
  .table-responsive.rfq-mfg-table-wrap .rfq-mfg-table tr td {
      display: block;
      width: 100%;
  }
}
/*-----------------|NEW RFQ form|----------------*/

.rfq_form {
  padding: 0px 0px 10px 0px;
  overflow: visible;
}

.rfq_form h4.slidehead2.dark {
    background: #1d1b54;
    color: #fff;
    overflow: hidden;
    display: block;
    padding: 8px 15px;
    font-weight: bold;
    width: 100%;
    margin-bottom: 0px;
    margin-top: 0
}
    .rfq_form h2.slidehead2.dark {
        background: #1d1b54;
        color: #fff;
        overflow: hidden;
        display: block;
        padding: 8px 15px;
        font-weight: bold;
        width: 100%;
        margin-bottom: 0px;
        margin-top: 0;
        font-size: 1.200em !important;
    }
.rfq_form h4.slidehead2.light{
   background: #f04c4d;
    color: #fff;
    overflow: hidden;
    display: block;
    padding: 8px 15px;
    font-weight: bold;
    width: 100%;
    margin-bottom: 0px;
    margin-top: 0
}
    .rfq_form h2.slidehead2.light {
        background: #f04c4d;
        color: #fff;
        overflow: hidden;
        display: block;
        padding: 8px 15px;
        font-weight: bold;
        width: 100%;
        margin-bottom: 0px;
        margin-top: 0;
        font-size: 1.200em !important;
    }
.rfq_form .red_text{
  color:red;
}

.rfq_form > form > div > div {
  position: relative !important;
  margin-bottom: 20px !important;
}

.rfq_form > form > div > div > div {
  position: relative !important;
  padding-top: 5px;
}

.rfq_form input[type="email"],
.rfq_form input[type="tel"],
.rfq_form input[type="text"],
.rfq_form select,
.rfq_form textarea {
  height: 40px;
  width: 100%;
  padding: 8px 8px 8px 8px;
  border: none;
  border-bottom: 1px #c5c7c7 solid;
  background-color: transparent !important;
  margin-top: 15px;
  margin-bottom: 0px;
  outline: none;
}

.rfq_form textarea {
  display: block;
}

.rfq_form select {
  outline: none !important;
  -webkit-appearance: none;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  box-shadow: none !important;
  background-color: #ffffff;
}

.rfq_form select {
  background-image: url("../img/arrow_select.png") !important;
  background-repeat: no-repeat !important;
  background-position: right 0px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.rfq_form select::-ms-expand {
  display: none;
}



.input_line {
  background-color: #c60311;
  display: block;
  height: 2px;
  position: absolute;
  bottom: 0px;
  width: 0%; /*Main nav Animation*/
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;/*Main nav Animation close*/
  color: 666666;
}

.mdline {
  width: 100%;
  background-color: #5043a2;
  margin-left: 0px;
  margin-right: 30px;
}

.rfq_form select,
.rfq_form select option {
  color: #666666;
}

.rfq_form .more_btn {
    margin: 0px !important;
    border-radius: 0;
    background: #f04c4d;
    padding: 10px 15px;
    transition: all .3s ease-in-out;
}

.rfq_form .more_btn:hover,.rfq_form .more_btn:hover {
        background-color: #1d1b54;
}


.materialinput {
  position: absolute;
  font-size: 1em;
  font-weight: bold;
  color: #333333;
  margin-top: 10px;
  margin-left: 8px; /*Main nav Animation*/
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;/*Main nav Animation close*/
  opacity: 0;
  z-index: -1;
}

.move_up {
  z-index: 100;
  position: absolute;
  top: 0px;
  margin-top: 7px;
  margin-left: 8px;
  opacity: 1; /*Main nav Animation*/
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;/*Main nav Animation close*/
}

.bottom_line { /*test line*/ }

.rfq_form abbr {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-10%)
}

.rfq_form abbr .fa-check {
  color: #03b65b;
}

.rfq_form abbr .fa-close {
  color: #d30105;
}

.rfq_form .inh {
  overflow: hidden;
  position: relative
}

.contact_box {
  background-color: #37b1fe;
}

.contact_box img {
  width: 100%;
}

@media(max-width:767px) {
    .rfq_form {
    margin-bottom:0 !important;    
    }
    .oldschool-rfq-form-details {
        padding-bottom:0!important;
    } 
    .rfq_form .more_btn {
        margin: 20px 0 0 0 !important;
    }
    .rfq_form .padR0, .rfq_form .padL0 {
        padding-left:0;
        padding-right:0;
        z-index:1;
    }
}
/****************************************************************/
    hr.inner-sep {
        margin: 10px 0;
        border-top: 3px solid #ccc;
    }

    /*-----------------------------------------------------------------*/
    .related-components h4 {
        color: #233e99;
        font-family: 'robotomedium';
        font-weight: 500;
        margin-bottom: 20px;
    }

    .related-components .table {
        background: #f0f1f1;
        padding: 20px 0;
    }

        .related-components .table tbody tr td a {
            color: #000;
            transition: all .3s ease-in-out;
            text-decoration: none;
        }

            .related-components .table tbody tr td a:hover,
            .related-components .table tbody tr td a:focus {
                color: #f04c4d;
            }

        .related-components .table tbody tr td {
            padding-left: 20px;
            border-bottom: 1px solid #ddd;
            border-top: none;
        }

        .related-components .table tbody tr:last-child td {
            border-bottom: none;
        }

        .related-components .table tbody tr td:nth-child(1),
        .related-components .table tbody tr td:nth-child(2),
        .related-components .table tbody tr td:nth-child(3) {
            border-right: 1px solid #ddd;
        }

    @media(max-width: 767px) {
        .related-components .table tbody tr td {
            display: block;
            max-width: 100%;
        }

        .checkbox-wrap label {
            width: 85%;
        }
    }

    /*---------|upload RFQ|------------*/

    @media(max-width: 991px) {
        .upload-rfq {
            margin-bottom: 20px;
        }
    }

    /*----------------------|NSN RFQ|------------------ */
    .nsn-rfq-tables .nsn-rfq-table-title {
        background-color: #ec4b4f;
        color: #fff;
        padding: 7px 10px;
        margin: 0;
    }

    .nsn-rfq-tables .table-striped {
        margin-top: -1px;
    }

        .nsn-rfq-tables .table-striped > tbody > tr:nth-child(odd) {
            color: #fff;
        }

        .nsn-rfq-tables .table-striped > tbody > tr:nth-child(even) {
            background: #eceef4;
        }

    .nsn-rfq-tables .characteristic-table tbody > tr:nth-child(even),
    .nsn-rfq-tables .characteristic-table tbody > tr:nth-child(odd) {
        font-family: 'robotomedium';
        color: #000;
        font-weight: 500;
    }

    .nsn-rfq-tables .characteristic-table th:nth-child(even),
    .nsn-rfq-tables .characteristic-table th:nth-child(odd) {
        font-family: 'robotomedium';
        color: #fff;
        font-weight: 500;
    }
    /*================================Supplementary Pages============================================================*/

    /* Thank You, Sitemap, 404 */


    .white_content {
        background-color: #fff;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .container {
        margin: 0 auto;
    }

    .content_section2 {
        padding: 20px !important;
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.20);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.20);
        box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.20);
        margin: 0px 0px 30px 0px;
        overflow: visible;
    }

    .content_section.content_section2 {
        position: relative;
        overflow: hidden;
    }

        .content_section.content_section2 section {
            position: relative;
        }

    .content_section2 h1 {
        font-size: 1.8em;
        color: green;
        margin-top: 20px;
        font-weight: bold;
    }

    .content_section2 .message h1 {
        margin-bottom: 0px;
        padding-bottom: 0px;
        display: inline-block;
    }


    .content_section2 .rfq_form {
        padding: 15px 0px;
        overflow: visible;
        padding-bottom: 0px;
    }

    .content_section2 .tpage {
        position: relative;
        padding-top: 5px;
        margin-top: 15px;
    }

    .content_section2 .materialinput {
        position: absolute;
        font-size: 1em;
        font-weight: bold;
        color: #333333;
        margin-top: 10px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        opacity: 0;
        z-index: -1;
        margin-left: 15px !important;
    }

    .content_section2 .move_up {
        z-index: 100;
        position: absolute;
        top: 0px;
        margin-top: -3px;
        opacity: 1;
        /*Main nav Animation*/
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        /*Main nav Animation close*/
        margin-left: 15px !important;
    }

    .content_section2 .rfq_form input[type="email"],
    .content_section2 .rfq_form input[type="tel"],
    .content_section2 .rfq_form input[type="text"],
    .content_section2 .rfq_form select,
    .content_section2 .rfq_form textarea {
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        height: 40px;
        width: 100%;
        padding: 8px 15px 8px 15px;
        border: none;
        border: 1px #c5c7c7 solid;
        background-color: transparent !important;
        margin-top: 15px;
        margin-bottom: 0px;
        outline: none;
    }

    /*.content_section2 .more_btn {
        margin: 0px !important;
    }

    .content_section2 .more_btn {
        background-color: #1d1b54;
        color: #ffffff !important;
        text-transform: uppercase;
        font-size: 1em;
        display: inline-block;
        padding: 10px 18px;
        text-decoration: none !important;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        transition: 0.3s;
        border: none !important;
        margin: 10px 10px 10px 0px !important;
    }*/


    .content_section2 h2 {
        font-weight: bold;
    }

    /***********************************|message|***********************************/
    .content_section2 .message {
        padding: 0px;
    }

        .content_section2 .message h1 {
            margin-bottom: 0px;
            padding-bottom: 0px;
            display: inline-block;
        }

        .content_section2 .message .move_up {
            margin-top: -20px !important;
        }

        .content_section2 .message h3 {
            font-size: 1.3em;
        }

    .content_section2 .red_btn, .content_section2 .view {
        background-color: #00005a;
        color: #ffffff !important;
        text-transform: uppercase;
        font-size: 1.2em;
        display: inline-block;
        padding: 8px 18px;
        text-decoration: none !important;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        transition: 0.3s;
        border: none !important;
        margin: 12px 10px 10px 0px !important;
    }

    .content_section2 .view {
        background-color: #c60311;
    }

        .content_section2 .red_btn:hover, .content_section2 .view:hover, .content_section2 .red_btn:focus, .content_section2 .view:focus {
            background-color: #3636a6;
        }

    /***********************************|message close|***********************************/
    @media (max-width:991px) {
        .content_section2 .tpage {
            width: 308px;
            margin: 0 auto;
            margin-top: 15px !important;
            left: auto !important;
            right: auto !important;
        }
    }

    /*******************************|site_map|**********************/
    .site_map {
        color: #666666 !important
    }

        .site_map a {
            color: #00005a;
        }

        .site_map ul {
            margin: 0px;
            padding: 0px;
            list-style: none;
        }

        .site_map .row > div > ul > li > a {
            font-weight: bold
        }

        .site_map ul li {
            padding-bottom: 6px;
            padding: 5px;
        }

        .site_map .row > div > ul > li > ul {
            margin-left: 20px;
        }

            .site_map .row > div > ul > li > ul > li {
                margin-left: 20px;
            }

                .site_map .row > div > ul > li > ul > li > ul > li {
                    margin-left: 20px;
                }

                .site_map .row > div > ul > li > ul > li > ul > li {
                    list-style: circle;
                }

        .site_map ul li ul li {
            list-style: disc;
        }

    .slidehead {
        font-size: 2em;
        margin-bottom: 20px;
        color: #030558 !important;
        margin-top: -5px;
    }


    /********************************|Contact Us|********************************************************/


    .content_section p {
        color: #666464;
        font-size: 1.1em;
        margin-bottom: 20px;
    }

    .content_section h2 {
        font-weight: bold;
    }

    .content_section .slidehead {
        font-size: 2em;
        margin-bottom: 20px;
        color: #030558 !important;
        margin-top: -5px;
    }

    .content_section .rfq_form {
        padding: 15px 0px;
        overflow: visible;
        padding-bottom: 0px;
    }

        .content_section .rfq_form > form > div > div {
            position: relative !important;
            margin-bottom: 20px !important;
            overflow: visible !important;
        }

            .content_section .rfq_form > form > div > div > div {
                position: relative !important;
                padding-top: 5px;
                overflow: visible !important;
            }

    .content_section .materialinput {
        position: absolute;
        font-size: 1em;
        font-weight: bold;
        color: #333333;
        margin-top: 10px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        opacity: 0;
        z-index: -1;
        margin-left: 15px !important;
    }

    .content_section .move_up {
        z-index: 100;
        position: absolute;
        top: 0px;
        margin-top: -3px;
        opacity: 1;
        /*Main nav Animation*/
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        /*Main nav Animation close*/
        margin-left: 15px !important;
    }

    .content_section .rfq_form input[type="email"],
    .content_section .rfq_form input[type="tel"],
    .content_section .rfq_form input[type="text"],
    .content_section .rfq_form select,
    .content_section .rfq_form textarea {
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        height: 40px;
        width: 100%;
        padding: 8px 15px 8px 15px;
        border: none;
        border: 1px #c5c7c7 solid;
        background-color: transparent !important;
        margin-top: 15px;
        margin-bottom: 0px;
        outline: none;
    }

    .content_section .input_line {
        display: none !important;
        background-color: #c60311;
        height: 2px;
        position: absolute;
        bottom: 0px;
        width: 0%;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        color: 666666;
    }


    .content_section .more_btn:hover, .content_section .more_btn:focus {
        background-color: #ec4a4e;
    }


    .content_section .red_text {
        color: #ce0202 !important;
        float: right;
    }

@media(max-width: 991px) {
    .mob-rfq-spec {
        padding-left: 0;
        padding-right: 0;
    }

    .content_section {
        padding: 10px 0;
    }

        .content_section h2 {
            padding: 0 10px;
        }

    .table.table-striped {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .content_section2 {
        padding: 0px !important;
    }
}
    /*-------------------------------------------------------------------------------------------------*/

    /*--------------------|Part NIIN Pagination UPPER|---------------------*/
    .part-niin-pagination-upper {
        position: relative;
        left: -20px;
        max-width: 95%;
        margin: 0 auto;
        text-align: center !important;
    }

        .part-niin-pagination-upper .slick-slide {
            max-width: 50px;
        }

    .part-niin-pagination-upper-nav .upper-part-niin-prev:before {
        content: "\f104";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        font-size: 1.2em;
        color: #ffffff;
    }

    .part-niin-pagination-upper-nav .upper-part-niin-next:before {
        content: "\f105";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        font-size: 1.2em;
        color: #ffffff;
    }

    .upper-part-niin-prev, .upper-part-niin-next {
        border: none;
        background: #f04c4d;
        color: #919090;
        padding: 5px 10px;
        border-radius: 0;
        transition: all .3s ease-in-out;
    }


    .upper-part-niin-prev {
        position: absolute;
        left: -35px;
        top: 0%;
        z-index: 99;
    }

    .upper-part-niin-next {
        position: absolute;
        right: 0px;
        top: 0%;
        z-index: 99;
    }

        .upper-part-niin-prev:hover, .upper-part-niin-next:hover,
        .upper-part-niin-prev:focus, .upper-part-niin-next:focus,
        .upper-part-niin-prev:active, .upper-part-niin-next:active {
            background: #1e1b53;
            color: #fff;
            outline: none;
        }

    .part-niin hr {
        margin-top: 50px;
        margin-bottom: 20px;
        border: 0;
        border-top: 1px solid #eee;
    }

    .part-page-item {
        border: 1px solid #ddd;
        text-align: center;
        max-width: 30px;
        height: 30px;
        vertical-align: middle;
        padding: 5px;
        cursor:pointer;
    }

        .part-page-item a {
            text-decoration: none;
            color: #333;
            cursor: pointer;
        }

        .part-page-item:hover a, .part-page-item:focus a, .part-page-item:active a {
            color: #fff !important;
            outline: none;
        }

        .part-page-item:hover, .part-page-item:focus, .part-page-item:active {
            background: #f04c4d;
            color: #fff !important;
            outline: none;
        }

    @media(max-width:1366px) {
        .part-niin-pagination-upper .slick-slide {
            max-width: 48px;
        }
    }

    @media(max-width:1280px) {
        .part-niin-pagination-upper .slick-slide {
            max-width: 50px;
        }
    }

    @media(max-width:991px) {
        .part-niin-pagination-upper, .part-niin-pagination-lower {
            position: relative;
            left: 0;
            max-width: 95%;
            margin: 0 auto;
            text-align: center !important;
        }

        .upper-part-niin-prev {
            left: -15px;
        }

        .upper-part-niin-next {
            right: -15px;
        }
    }

    .view-more-wrap {
        position: relative;
    }

        .view-more-wrap a:hover {
            background-color: #1d1b54;
        }

        .view-more-wrap a {
            background: #f04c4d;
            color: #fff;
            padding: 5px 10px;
            transition: all .2s ease-in-out;
            text-decoration: none;
            position: absolute;
            left: 40%;
        }

    .part-page-item.active {
        background: #f04c4d;
        color: #fff;
    }

        .part-page-item.active a {
            color: #fff;
            display:block;
            width:100%;
            height:100%;
            outline:0;
        }

    .part-page-item:hover {
        background: #f04c4d;
        color: #fff;
    }

    @media(max-width: 1600px) {
        .view-more-wrap a {
            position: absolute;
            left: 30%;
        }
    }

    @media(max-width: 1440px) {
    }

    @media(max-width: 1366px) {
    }

    @media(max-width: 1280px) {
        .view-more-wrap a {
            position: absolute;
            left: 36%;
        }
    }

    @media(max-width: 1199px) {
    }

    @media(max-width: 991px) {
        .view-more-wrap a {
            position: absolute;
            left: 60%;
        }
    }

    @media(max-width: 767px) {
        .view-more-wrap a {
            position: absolute;
            left: 40%;
        }
        .upper-part-niin-next {
            right: 0;
        }
    }

    @media(max-width: 480px) {

        .upper-part-niin-prev {
            left: -10px;
        }
        .part-niin-pagination-upper .slick-track {
            left: 3%;
        }
        .view-more-wrap a {
            position: absolute;
            left: 0%;
        }

        .part-niin-pagination-upper .slick-slide {
            max-width: 55px;
            margin:0 -5px;
        }
        .part-niin-pagination-upper, .part-niin-pagination-lower {
            max-width: 85%;
            margin: 0 auto;
        }
        

    }

@media(max-width: 380px) {
    .part-niin-pagination-upper, .part-niin-pagination-lower {
        max-width: 95%;
        margin: 0 auto;
    }
}

    @media(max-width: 360px) {
        .view-more-wrap a {
            background: #f04c4d;
            color: #fff;
            padding: 5px 3px;
        }
    }

    @media(max-width: 320px) {

        .part-niin-pagination-upper, .part-niin-pagination-lower {
            max-width: 85%;
            margin: 0 auto;
        }
    }
    /*-------------------------------------------------------------*/
    /*--------------------|Part NIIN Pagination LOWER|---------------------*/
    .part-niin-pagination-lower {
        position: relative;
        left: -20px;
        max-width: 95%;
        margin: 0 auto;
        text-align: center !important;
    }

        .part-niin-pagination-lower .slick-slide {
            max-width: 50px;
        }

    .part-niin-pagination-lower-nav .lower-part-niin-prev:before {
        content: "\f104";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        font-size: 1.2em;
        color: #ffffff;
    }

    .part-niin-pagination-lower-nav .lower-part-niin-next:before {
        content: "\f105";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        font-size: 1.2em;
        color: #ffffff;
    }

    .lower-part-niin-prev, .lower-part-niin-next {
        border: none;
        background: #dbdad9;
        color: #919090;
        padding: 5px 10px;
        border-radius: 3px;
        transition: all .3s ease-in-out;
    }

    .lower-part-niin-prev {
        position: absolute;
        left: -18px;
        top: 0%;
        z-index: 99;
    }

    .lower-part-niin-next {
        position: absolute;
        right: 15px;
        top: 0%;
        z-index: 99;
    }

        .lower-part-niin-prev:hover, .lower-part-niin-next:hover,
        .lower-part-niin-prev:focus, .lower-part-niin-next:focus,
        .lower-part-niin-prev:active, .lower-part-niin-next:active {
            background: #f04c4d;
            color: #fff;
            outline: none;
        }

    .part-niin hr {
        margin-top: 50px;
        margin-bottom: 20px;
        border: 0;
        border-top: 1px solid #eee;
    }

    .part-page-item {
        border: 1px solid #ddd;
        text-align: center;
        max-width: 30px;
        height: 30px;
        vertical-align: middle;
        padding: 5px;
    }

        .part-page-item a {
            text-decoration: none;
            color: #333;
            cursor: pointer;
        }

        .part-page-item:hover a, .part-page-item:focus a, .part-page-item:active a {
            color: #fff !important;
            outline: none;
        }

        .part-page-item:hover, .part-page-item:focus, .part-page-item:active {
            background: #f04c4d;
            color: #fff !important;
            outline: none;
            text-decoration: none;
        }

    @media(max-width:1366px) {
        .part-niin-pagination-lower .slick-slide {
            max-width: 48px;
        }
    }

    @media(max-width:1280px) {
        .part-niin-pagination-lower .slick-slide {
            max-width: 50px;
        }
    }

    @media(max-width:991px) {
        .part-niin-pagination-lower {
            position: relative;
            left: 0;
            max-width: 95%;
            margin: 0 auto;
            text-align: center !important;
        }

        .lower-part-niin-prev {
            left: 0px;
        }

        .lower-part-niin-next {
            right: 0px;
        }
    }


    /*------------|FSC table title|-------------------*/

    h4.fsc-table-title {
        background-color: #f04c4d;
        color: #fff;
        margin: 15px 0 0;
        padding: 10px;
    }

    table.table.table-bordered.fsc tr:nth-child(odd) {
        background: #f5f6fa;
    }

    table.table.table-bordered.fsc td a {
        color: #000;
        cursor: pointer;
        text-decoration: none;
        transition: all .3s ease-in-out;
    }

        table.table.table-bordered.fsc td a:hover,
        table.table.table-bordered.fsc td a:focus,
        table.table.table-bordered.fsc td a:active {
            color: #f04c4d;
        }

    .table_view td {
        width: 25%;
        padding: 10.3px !important;
    }

    .table-bordered.fsc {
        border: none;
    }

    h1.fsc-title {
        font-size: 18px;
        color: #1d1b54;
        margin: 0px;
        margin-bottom: 0;
        font-family: 'robotomedium';
        font-weight: 500;
    }

    .inner-main-pagination.fsc-pagination {
        margin: 0;
    }

        .inner-main-pagination.fsc-pagination.scroll-fixed {
            padding-bottom: 10px !important;
            top: 55px;
        }

        .inner-main-pagination.fsc-pagination .manuf-table-wrap-paginate {
            padding-left: 0;
            padding-right: 0;
        }

    .table-bordered.fsc > thead > tr > th,
    .table-bordered.fsc > tbody > tr > th,
    .table-bordered.fsc > tfoot > tr > th,
    .table-bordered.fsc > thead > tr > td,
    .table-bordered.fsc > tbody > tr > td,
    .table-bordered.fsc > tfoot > tr > td {
        border: none;
    }

    @media (max-width: 1279px) and (min-width: 0px) {
        h4.fsc-table-title {
            margin: 15px 0px 0;
        }

        table.table.table-bordered > tbody > tr td {
            padding: 10px;
            display: block;
            width: 100%;
            white-space: normal;
        }

        .mob-padLR0 {
            padding-left: 0;
            padding-right: 0;
        }

        h1.fsc-title {
            margin-bottom: 10px;
        }
    }

    h1 {
        color: #000 !important;
    }

    .less_morectrl {
        margin: -5px 10px 10px 0 !important;
    }

    .pagination > li > span {
        padding: 6px 4px !important;
    }

    .inner-top-brand-title {
        margin: 0px;
    }


    /*Universal td text wrap*/

    @media(max-width: 1279px) {
        .table-responsive > .table > tbody > tr > td {
            white-space: normal;
            font-size:12px;
        }
    }










@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
    table.resp-table, .resp-table > thead, .resp-table > tbody, .resp-table th, .resp-table td, .resp-table tr {
        display: block;
    }

        .resp-table > thead tr, .resp-table > tbody tr th {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

        .resp-table > tbody > tr {
            border: 1px solid #ccc;
        }

            .resp-table > tbody > tr:nth-child(odd) {
                background: #ccc !important;
            }

            .resp-table > tbody > tr > td {
                border: none;
                border-bottom: 1px solid #eee;
                position: relative;
                padding-left: 50%;
                width: 100% !important;
                text-align: left;
                top:0;
                left:0;
            }

                .resp-table > tbody > tr > td:before {
                    top: 6px;
                    left: 6px;
                    width: 45%;
                    padding-right: 10px;
                    white-space: nowrap;
                    font-weight: bold;
                }

    .resp-table-nsn > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : ";
    }

    .resp-table-nsn > tbody > tr > td:nth-of-type(2):before {
        content: "Manufacturer : ";
    }

    .resp-table-nsn > tbody > tr > td:nth-of-type(3):before {
        content: "Item Name : ";
    }

    .resp-table-nsn > tbody > tr > td:nth-of-type(4):before {
        content: "QTY : ";
    }
    /*.resp-table-nsn > tbody > tr > td:nth-of-type(5):before { content: "RFQ : "; }*/

    .resp-table-nsn-mfg > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : ";
    }

    .resp-table-nsn-mfg > tbody > tr > td:nth-of-type(2):before {
        content: "NSN : ";
    }

    .resp-table-nsn-mfg > tbody > tr > td:nth-of-type(3):before {
        content: "Item Name : ";
    }

    .resp-table-nsn-mfg > tbody > tr > td:nth-of-type(4):before {
        content: "QTY : ";
    }

    .resp-table-ItHardware-mfg > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : ";
    }

  
    .resp-table-ItHardware-mfg > tbody > tr > td:nth-of-type(2):before {
        content: "Description : ";
    }

    .resp-table-ItHardware-mfg > tbody > tr > td:nth-of-type(3):before {
        content: "QTY : ";
    }


     .resp-table-aviation-mfg > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : ";
    }

    .resp-table-aviation-mfg > tbody > tr > td:nth-of-type(2):before {
        content: "NSN : ";
    }

    .resp-table-aviation-mfg > tbody > tr > td:nth-of-type(3):before {
        content: "Item Name : ";
    }

    .resp-table-aviation-mfg > tbody > tr > td:nth-of-type(4):before {
        content: "QTY : ";
    }




    .resp-table-computer-mfg > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : ";
    }

    .resp-table-computer-mfg > tbody > tr > td:nth-of-type(2):before {
        content: "Part Type ";
    }

    .resp-table-computer-mfg > tbody > tr > td:nth-of-type(3):before {
        content: "Description : ";
    }

    .resp-table-computer-mfg > tbody > tr > td:nth-of-type(4):before {
        content: "QTY : ";
    }


    /*.resp-table-nsn-mfg > tbody > tr > td:nth-of-type(5):before { content: "RFQ : "; }*/

    .resp-table-ele > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : ";
    }

    .resp-table-ele > tbody > tr > td:nth-of-type(2):before {
        content: "Description : ";
    }

    .resp-table-ele > tbody > tr > td:nth-of-type(3):before {
        content: "QTY : ";
    }
    /*.resp-table-ele > tbody > tr > td:nth-of-type(4):before { content: "RFQ : "; }*/

    .resp-table-parttype > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : ";
    }

    .resp-table-parttype > tbody > tr > td:nth-of-type(2):before {
        content: "NSN : ";
    }

    .resp-table-parttype > tbody > tr > td:nth-of-type(3):before {
        content: "Manufacturer : ";
    }

    .resp-table-parttype > tbody > tr > td:nth-of-type(4):before {
        content: "QTY : ";
    }



    .resp-table-ItHardware-parttype > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : ";
    }

  

    .resp-table-ItHardware-parttype > tbody > tr > td:nth-of-type(2):before {
        content: "Manufacturer : ";
    }
    .resp-table-ItHardware-parttype > tbody > tr > td:nth-of-type(3):before {
        content: "Description : ";
    }

    .resp-table-ItHardware-parttype > tbody > tr > td:nth-of-type(4):before {
        content: "QTY : ";
    }
    /*.resp-table-parttype > tbody > tr > td:nth-of-type(5):before { content: "RFQ : "; }*/




    .resp-table-computer-parttype > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : ";
    }



    .resp-table-computer-parttype > tbody > tr > td:nth-of-type(2):before {
        content: "Manufacturer : ";
    }

    .resp-table-computer-parttype > tbody > tr > td:nth-of-type(3):before {
        content: "Item Name : ";
    }

    .resp-table-computer-parttype > tbody > tr > td:nth-of-type(4):before {
        content: "QTY : ";
    }




    .resp-table-aviation > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : ";
    }

    .resp-table-aviation > tbody > tr > td:nth-of-type(2):before {
        content: "NSN : ";
    }

    .resp-table-aviation > tbody > tr > td:nth-of-type(3):before {
        content: "Manufacturer : ";
    }

    .resp-table-aviation > tbody > tr > td:nth-of-type(4):before {
        content: "QTY : ";
    }
    /*.resp-table-aviation > tbody > tr > td:nth-of-type(5):before { content: "RFQ : "; }*/

    .resp-table-upc > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : ";
    }

    .resp-table-upc > tbody > tr > td:nth-of-type(2):before {
        content: "UNSPSC : ";
    }

    .resp-table-upc > tbody > tr > td:nth-of-type(3):before {
        content: "Description : ";
    }

    .resp-table-upc > tbody > tr > td:nth-of-type(4):before {
        content: "QTY : ";
    }
    /*.resp-table-upc > tbody > tr > td:nth-of-type(5):before { content: "RFQ : "; }*/

    .resp-table-UNSPSC > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : ";
    }

    .resp-table-UNSPSC > tbody > tr > td:nth-of-type(2):before {
        content: "UPC : ";
    }

    .resp-table-UNSPSC > tbody > tr > td:nth-of-type(3):before {
        content: "Description : ";
    }

    .resp-table-UNSPSC > tbody > tr > td:nth-of-type(4):before {
        content: "QTY : ";
    }
    /*.resp-table-UNSPSC > tbody > tr > td:nth-of-type(5):before { content: "RFQ : "; }*/

    .resp-table-fsc > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : ";
    }

    .resp-table-fsc > tbody > tr > td:nth-of-type(2):before {
        content: "NSN : ";
    }

    .resp-table-fsc > tbody > tr > td:nth-of-type(3):before {
        content: "Item Name : ";
    }

    .resp-table-fsc > tbody > tr > td:nth-of-type(4):before {
        content: "Manufacturer : ";
    }

    .resp-table-fsc > tbody > tr > td:nth-of-type(5):before {
        content: "QTY : ";
    }
    /*.resp-table-fsc > tbody > tr > td:nth-of-type(6):before { content: "RFQ : "; }*/

    .resp-table-cage > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : ";
    }

    .resp-table-cage > tbody > tr > td:nth-of-type(2):before {
        content: "Item Name : ";
    }


    .resp-table-cage > tbody > tr > td:nth-of-type(4):before {
        content: "NSN : ";
    }

    .resp-table-cage > tbody > tr > td:nth-of-type(5):before {
        content: "QTY : ";
    }
    /*.resp-table-cage > tbody > tr > td:nth-of-type(5):before { content: "RFQ : "; }*/

    .resp-table-stdpart > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : ";
    }


    .resp-table-stdpart > tbody > tr > td:nth-of-type(2):before {
        content: "Part Desc : ";
    }

    .resp-table-stdpart > tbody > tr > td:nth-of-type(3):before {
        content: "QTY : ";
    }
    /*.resp-table-stdpart > tbody > tr > td:nth-of-type(5):before { content: "RFQ : "; }*/

    .resp-table-norecords > tbody > tr > td:nth-of-type(1):before {
        content: none !important;
    }

    .resp-table-aircraft-deicing > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : ";
    }

    .resp-table-aircraft-deicing > tbody > tr > td:nth-of-type(2):before {
        content: "Manufacturer : ";
    }

    .resp-table-aircraft-deicing > tbody > tr > td:nth-of-type(3):before {
        content: "Description : ";
    }


    .resp-table-aircraft-pallet > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : ";
    }

    .resp-table-aircraft-pallet > tbody > tr > td:nth-of-type(2):before {
        content: "Pallet Type : ";
    }

    .resp-table-aircraft-pallet > tbody > tr > td:nth-of-type(3):before {
        content: "Description : ";
    }


    .resp-table-aircraft-aileron > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : ";
    }


    .resp-table-aircraft-aileron > tbody > tr > td:nth-of-type(3):before {
        content: "Description : ";
    }
    /*.resp-table-aircraft-deicing > tbody > tr > td:nth-of-type(4):before { content: "RFQ : "; }*/

    .resp-table-aircraft-disc > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : ";
    }

    .resp-table-aircraft-disc > tbody > tr > td:nth-of-type(2):before {
        content: "Manufacturer : ";
    }

    .resp-table-aircraft-disc > tbody > tr > td:nth-of-type(3):before {
        content: "Aircraft Model : ";
    }

    .resp-table-aircraft-disc > tbody > tr > td:nth-of-type(4):before {
        content: "Wheel Assy : ";
    }

    .resp-table-aircraft-disc > tbody > tr > td:nth-of-type(5):before {
        content: "Brake Assy : ";
    }
    /*.resp-table-aircraft-disc > tbody > tr > td:nth-of-type(6):before { content: "RFQ : "; }*/

    .resp-table-aircraft-landing-gear > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : ";
    }

    .resp-table-aircraft-landing-gear > tbody > tr > td:nth-of-type(2):before {
        content: "Manufacturer : ";
    }

    .resp-table-aircraft-landing-gear > tbody > tr > td:nth-of-type(3):before {
        content: "Description : ";
    }
    /*.resp-table-aircraft-landing-gear > tbody > tr > td:nth-of-type(4):before { content: "RFQ : "; }*/

    .resp-table-aircraft-maintenance > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : ";
    }

    .resp-table-aircraft-maintenance > tbody > tr > td:nth-of-type(2):before {
        content: "Manufacturer : ";
    }

    .resp-table-aircraft-maintenance > tbody > tr > td:nth-of-type(3):before {
        content: "Description : ";
    }

    .resp-table-aircraft-maintenance > tbody > tr > td:nth-of-type(4):before {
        content: "Model : ";
    }
    /*.resp-table-aircraft-maintenance > tbody > tr > td:nth-of-type(5):before { content: "RFQ : "; }*/

    .resp-table-aircraft-turbine > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : ";
    }

    .resp-table-aircraft-turbine > tbody > tr > td:nth-of-type(2):before {
        content: "Manufacturer : ";
    }

    .resp-table-aircraft-turbine > tbody > tr > td:nth-of-type(3):before {
        content: "Description : ";
    }

    .resp-table-aircraft-turbine > tbody > tr > td:nth-of-type(4):before {
        content: "Condition : ";
    }

    .resp-table-aircraft-engine > tbody > tr > td:nth-of-type(1):before {
        content: "Part No : ";
    }

    .resp-table-aircraft-engine > tbody > tr > td:nth-of-type(2):before {
        content: "Description : ";
    }

    .resp-table-aircraft-engine > tbody > tr > td:nth-of-type(3):before {
        content: "Aircraft Model : ";
    }

    .resp-table-aircraft-engine > tbody > tr > td:nth-of-type(4):before {
        content: "Certificate : ";
    }

  
    /*.resp-table-aircraft-turbine > tbody > tr > td:nth-of-type(5):before { content: "RFQ : "; }*/

    .resp-table-search-partno > tbody > tr > td:nth-of-type(1):before {
        content: "Part Number : ";
    }

    .resp-table-search-partno > tbody > tr > td:nth-of-type(2):before {
        content: "Manufacturer : ";
    }

    .resp-table-search-partno > tbody > tr > td:nth-of-type(3):before {
        content: "Details : ";
    }

    .resp-table-search-partno > tbody > tr > td:nth-of-type(4):before {
        content: "Component Type : ";
    }
}
.note{
    font-size:0.85em !important;
}
ul.asap-terms-info { /* text-align: center; */
    list-style: none; /* list-style-position: inside; */
}

    ul.asap-terms-info li::before {
        content: ' \25CF';
        font-size: 15px;
        vertical-align: text-bottom;
        line-height: 15px;
        padding-right: 5px;
    }
/*@media (min-width: 0px) and (max-width: 767px) {
    .rfq_form .g-recaptcha {
        margin: 0 auto;
        text-align: center;
        transform-origin: unset !important;
    }
    .more_btn {
        text-align: center;
        float: none !important;

    }
}*/
