ul.breadcrumb-list li.active{
    word-break:break-all;
}
.rfq-title .border-text {
    /*word-break: break-all;*/
}
.inner-page-left .rfq-mfg-table-wrap .rfq-mfg-table tr td {
    word-break: break-all;
}

.second_paging .pagination li .act {
    color: #fff;
    background-color: #337ab7;
}
.bold {
    font-weight:bold;
}
.pagination_top .main-page-list li .act {
    color: #fff;
    background-color: #f2692f;
}
/******************** Manufacturers Page ***************************/
.breadcrumb-wrap {
    background-color: #ecf1fd;
    padding: 10px 0;
}
ul.breadcrumb-list{
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0;
}
ul.breadcrumb-list li{
	display: inline-block;
	margin:0 5px;
	color:#1d1a54;
} 
ul.breadcrumb-list li:first-child{
	margin-left:0;
}
ul.breadcrumb-list li a {
    color: #3a0e1b;
    font-family: 'robotoregular';
    font-weight: 500;
    font-size: 1.125em;
    text-decoration: none;
}

ul.breadcrumb-list li.active a{
	color:#ff7200;
}

@media(max-width:480px){
  
  ul.breadcrumb-list li{
    margin:0;
  }
    ul.breadcrumb-list li a {
      font-size: 1em;
  }
}

/**********************Inner page Wrap*********************************************/

.inner-page-right,.inner-page-left{background-color: #fff; padding-top: 20px;}

@media(max-width:480px){
  .inner-page-right, .inner-page-left {
      background-color: #fff;
      padding: 0;
  }
}

/*Desk Left Side*/

/*-------- Instant RFQ form ---------------*/
.inner-rfq-form-wrap {
    position: relative;
    right: 0;
    border-radius: 0;
}
.inner-rfq-form{
    background-color: #ecf1fd;
    padding: 10px 20px;
    border-radius: 0;
    position: relative;
}
.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.250em;
    margin-top: 0;
    color: #1300bc;
    font-weight: 500;
    font-family: 'robotomedium';
}

.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: #f2692f;
    padding: 4px 15px;
    font-size: 1.25em;
    font-family: 'robotomedium';
    font-weight: 500;
    color: #fff;
    transition: all .3s ease-in-out;
    border-radius: 0;
}

.inner-rfq-form button:hover,.inner-rfq-form button:focus,.inner-rfq-form button:active{
    background-color:#f6b549;
    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-image: url('../img/inner-usp-bg.png');
    background-position: center;
    background-size: cover;
    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){
    .inner-usp-wrap {
      margin: 0 0 20px;
  }
}

@media(max-width:767px){
  .inner-usp-item .inner-usp-text {
      text-align: center;
  }
}
/*-------------------------------*/
.top-manuf-inner {
    padding: 0;
}
.top-manuf-inner h3.top-manuf-inner-title {
    margin-top: 0;
    color: #fff;
    font-family: 'robotomedium';
    font-weight: 500;
    background: #f2692f;
    margin-bottom: 0;
    padding: 10px 20px;
    font-size: 1.250em;
}

.top-manuf-inner .top-manuf-content{
   border: 2px solid #d1d1d1;
   border-top:none;
}

.top-manuf-inner ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #dee2e6;
}

.top-manuf-inner ul li {
    border-top: 1px solid #dfe2e6;
    line-height: 2.5;
    padding-left: 20px;
}
.top-manuf-inner ul li:nth-child(odd) {
  background: #f4f6fb;
}
.top-manuf-inner ul li a {
     color:#061b5f;
    text-decoration: none;
    transition: all .3s ease-in-out;
    text-transform: capitalize;
}
.top-manuf-inner ul li a:hover, .top-manuf-inner ul li a:focus, .top-manuf-inner ul li a:active {
    color: #f2692f;
}

.top-manuf-inner .inner-view-more{
  text-align: center;
  padding:15px 20px;
}
.top-manuf-inner .inner-view-more a{
  background-color:#f6b549;
  color: #fff;
  border-radius: 3px;
  padding: 7px 15px;
  text-decoration: none;
  transition: all .3s ease-in-out;
}
.top-manuf-inner .inner-view-more a:hover,
.top-manuf-inner .inner-view-more a:focus,
.top-manuf-inner .inner-view-more a:active{
  background-color:#f2692f;
  color: #fff;
}

.top-manuf-inner .table{
  margin-bottom: 0;
}

@media(max-width: 1024px){

}

@media(max-width: 991px){
  
}
@media(max-width: 767px){

}
@media(max-width: 480px){}

/*-------------------------------*/
.part-types {
    padding: 0;
    margin:20px 0;
}
.part-types h3.part-type-title {
    margin-top: 0;
    color: #fff;
    font-family: 'robotomedium';
    font-weight: 500;
    background: #f6b549;
    margin-bottom: 0;
    padding: 10px 20px;
    font-size: 1.250em;
}
.part-type-content{
   border: 2px solid #d1d1d1;
   border-top:none;
}
.part-types .table{
border-bottom: 1px solid #dee2e6;}
.part-types .table.table-striped>tbody>tr:nth-child(odd) {
    background-color: #f3f6fb;
}
.part-types .table td {
    padding-left: 20px;
    white-space: normal !important;
}
.part-types .table td a{
  text-decoration: none;
  color:#061b5f;
  font-weight: 500;
  transition: all .3s ease-in-out;
}
.part-types .table td a:hover,
.part-types .table td a:focus,
.part-types .table td a:active{
  color:#f2692f;
}


.part-types .inner-view-more{
  text-align: center;
  padding:15px 20px;
}
.part-types .inner-view-more a{
  background-color:#f6b549;
  color: #fff;
  border-radius: 3px;
  padding: 7px 15px;
  text-decoration: none;
  transition: all .3s ease-in-out;
}
.part-types .inner-view-more a:hover,
.part-types .inner-view-more a:focus,
.part-types .inner-view-more a:active{
  background-color:#f2692f;
  color: #fff;
}

.part-types .table{
  margin-bottom: 0;
}

@media(max-width: 1024px){
 
}

@media(max-width: 991px){
  
}
@media(max-width: 767px){

}
@media(max-width: 480px){}


/*-----------Featured slider------------------------*/

.inner-featured-products {
    margin-bottom: 20px;
    padding: 0;
    position: relative;
    background: #fff;
    border: 2px solid #d1d1d1;
}
.inner-featured-products .inner-featured-title {
    margin-top: 10px;
    padding-left: 20px;
    margin-bottom: 10px;
    color: #000;
    font-family: 'robotomedium';
    font-weight: 500;
}

.inner-featured-nav {
    position: absolute;
    right: 3%;
    top: 1%;
}
.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: #f6b549;
    color:#fff;
    outline:none;
}

.inner-featured-slider{
	background-color: #fff;
}
.inner-featured-slider .inner-featured-item{
	cursor: pointer;
}
.inner-featured-slider .top-part-item .top-lower-part tr td a:hover{
  color:#f2692f;
}

p.inner-featured-part-title {
	color:#000;
	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:#fff;
    color: #f6b549;
    border: 1px solid #f6b549;
    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: #f6b549;
  color:#fff;
}

/*Desk right Side*/
.inner-top-brand{
  position: relative;
}
h3.inner-top-brand-title {
    font-size: 1.600em;
    margin-top: 0;
}

.inner-top-brand .inner-brand-logo-nav {
    position: absolute;
    right: 0;
    top: 0%;
}
.inner-brand-logo-nav .inner-brand-prev:before {
    content: "\f104";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 1.2em;
    color: #ffffff;
}
.inner-brand-logo-nav .inner-brand-next:before {
   content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 1.2em;
    color: #ffffff;
}
.inner-brand-prev, .inner-brand-next {
    border: none;
    background: #dbdad9;
    color: #919090;
    padding: 5px 10px;
    border-radius: 5px;
    transition: all .3s ease-in-out;
}
.inner-brand-prev:hover, .inner-brand-next:hover,
.inner-brand-prev:focus, .inner-brand-next:focus,
.inner-brand-prev:active, .inner-brand-next:active{
    background: #f6b549;
    color:#fff;
    outline:none;
}

.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: 10px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(211,211,211,1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(211,211,211,1);
    box-shadow: 0px 0px 10px 0px rgba(211,211,211,1);
}
@media(max-width:1280px){
  .inner-featured-slider .top-part-item .top-lower-part table tr td {
      padding-left: 20px;
  }
}

@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;
 } 
  .inner-featured-view-more a {
    padding: 4px 10px;
  }
  p.inner-featured-part-title{
    margin-top: 20px;
  }
}
@media(max-width:480px){
  .inner-top-brand .inner-brand-logo-nav {
      position: absolute;
      right: 0;
      top: 7%;
  }
  h3.inner-top-brand-title {
      font-size: 1.600em;
      margin-top: 10px;
  }
  .brand-border:nth-child(10), .brand-border:nth-child(11), .brand-border:nth-child(12) {
      border-bottom: 1px solid #ddd;
  }
  p.inner-featured-part-title {
      margin-top: 10px;
  }
}

@media(min-width: 2000px){
  p.inner-featured-part-title {
      font-size: 1.125em;
      margin-top: 20px;
  }
}
/*---------------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 15px;
    font-family: 'robotomedium';
    transition: all .3s ease-in-out;
    cursor: pointer;
}
.pagination_top a.active{
  background-color: #f2692f;
  color: #fff;
}
.pagination_top a:hover, .pagination_top a:focus {
    background: #f6b549;
    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 a.active{
  background:#f6b549;
  color:#22265c;
}
.main-page-list li.active a{
  background:#f6b549;
  color:#22265c;
}

.main-page-list li ul li a{
  padding: 5px;
}

.main-page-list li a:hover{
  background:#f6b549;
  color:#22265c;
}

.main-page-list li a.active,.main-page-list li.open a{
  background:#f6b549;
  color:#22265c;
}
.main-page-list li.open .dropdown-menu a:hover{
  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: #f6b549;
    border-radius: 0;
    text-align: center;
  }

  .inner-main-pagination .main-page-list li:nth-child(4).open >.dropdown-menu{
      top: 100%;
      max-width: 45%;
      right: 10%;
      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;
  }

@media(max-width:1440px){
  .main-page-list li a {
      color: #1d1b54;
      font-size: 1em;
      text-transform: uppercase;
      text-decoration: none;
      padding: 5px 10px;
      font-family: 'robotomedium';
  }
  .pagination_top a {
      padding: 6px 10px;
  }
}
@media(max-width:1280px){
  .pagination_top a {
      padding: 6px 3px;
  }
   .main-page-list li a {
    padding: 5px 7px!important;
  }
}
@media(max-width:1199px){
  .inner-main-pagination.scroll-fixed {
    position: fixed;
    top: 65px;
    padding: 20px 10px!important;
    width: 100%;
    background-color: #ffffff !important;
    display: block;
    left: 0px !important;
    right: 0px !important;
    z-index: 999;
    border-bottom: 1px #cccccc solid;
}
  .inner-main-pagination .main-page-list li:nth-child(4).open >.dropdown-menu{
      top: 100%;
      max-width: 45%;
      right: 13%;
      left: auto;
  }
  .inner-main-pagination {
      margin: 20px 0;
  }
   .inner-main-pagination.scroll-fixed {
      padding-bottom: 10px !important;
      z-index: 999;
      margin-top: 0;
  }
  .pagination_top{
    margin-top: 5px;
  }
 
}

@media(max-width:991px){
    .manuf-table-wrap-title h1 {
      margin-bottom: 10px!important;
      }
      .pagination_top a {
        padding: 7px 3px;
        font-size: 0.90em;
      }
}

@media(max-width:767px){
  
  .manufacturer-table-wrap .inner-main-pagination {
      margin: 10px 0;
  }
  .pagination_top {
    margin-top: 10px;
}
}


@media(max-width:480px){
  .main-page-list li a {
    padding: 5px !important;
}

    .pagination_top a {
        padding: 6px 5px;
        position: relative;
        left: -2px;
    }
  .main-page-list {
      margin: -4px 0;
      max-width: 100%;
      padding: 5px 0;
  }
  .inner-main-pagination .main-page-list li.open>.dropdown-menu {
    top: 83%;
    right:auto;
  }
  .inner-main-pagination .main-page-list li:nth-child(4).open >.dropdown-menu {
      top: auto;
      right: 13%;
  }
}

@media(max-width:380px){
  .main-page-list li a, .pagination_top a {
      font-size: 0.82em;
  }
}
@media(max-width:320px){
    .main-page-list li a, .pagination_top a {
      font-size: 0.80em;
  }
  .main-page-list li a {
      padding: 3px !important;
  }
  .pagination_top a {
      padding: 8px 1px;
  }
}
/*--------------search by manu facture name-------------------------------*/

.search_long{ position:relative}
.search_long input {
    border: none;
    width: 100%;
    padding: 7px 15px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 5px;
    padding-right: 45px;
    background: #efeeee;
    margin-top: -6px;
}

.search_long button {
    position: absolute;
    right: 0px;
    top: 3px;
    z-index: 9;
    color: #ff7200;
    font-size: 1.125em;
    background-color: transparent;
    border: none;
    padding: 0px 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: 1.125em;
}
.search_long input::-moz-placeholder { /* Firefox 19+ */
  color: rgba(0,0,0,0.36);
  font-family: 'robotomedium';
  font-weight: 500;
  font-size: 1.125em;
}
.search_long input:-ms-input-placeholder { /* IE 10+ */
  color: rgba(0,0,0,0.36);
  font-family: 'robotomedium';
  font-weight: 500;
  font-size: 1.125em;
}
.search_long input:-moz-placeholder { /* Firefox 18- */
  color: rgba(0,0,0,0.36);
  font-family: 'robotomedium';
  font-weight: 500;
  font-size: 1.125em;
}
@media(min-width: 1024px){
  .search_long{ position:relative;max-width:90%;}
  .search_long button {
    top: 0px;
}
}
@media(min-width: 1199px){
  .search_long{ position:relative;max-width:90%;}
  .search_long button {
    top: -3px;
}
}
/*---------- 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;
    border: 1px solid #d1d1d1;
}
.manuf-table-wrap-title h1 {
    color: #61646d;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 1.400em;
}

.manuf-table thead {
    background: #d7d9df;
}
.manuf-table thead tr th button {
    padding: 8px 20px;
    border: none;
    background: #0266fc;
    color: #fff;
}
.manuf-table .table-striped>tbody>tr:nth-child(even) {
    background-color: #f3f6fb;
    border-left:1px solid #e1e6f0;
    border-right: 1px solid #e1e6f0;
}

.manuf-table .table-striped>tbody>tr td{
	border-top: 1px solid #e1e6f0;
	padding: 10px;
}

.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: #fff;
}

.manuf-table-wrap-paginate {
    padding-top: 0;
    color: #61646d;
    font-size: 1em;
    text-align: center;
}


@media(max-width:1024px){
  .manuf-table-wrap-title h3 {
    margin-bottom: 10px;
    text-align: center;
}
.search_long input {
    margin-top: 0px;
}
 
 .manuf-table-pagination {
      text-align: center;
      margin: 10px 0;
  }
    .manuf-table-wrap-paginate {
      text-align: center;
  }
}
@media(max-width: 767px){
  .manufacturer-table-wrap {
    padding: 10px 0;
  }
}
@media(max-width: 480px){
    .manuf-table .table-striped>tbody>tr td {
      border-top: 1px solid #e1e6f0;
      padding: 10px;
      display: block;
      width: 100%;
      white-space: normal;
  }


}
@media(max-width: 380px){

}

/*--------------------|Manuf list Pagination |---------------------*/
.page-item {
    border: 1px solid #ddd;
    text-align: center;
    max-width: 30px;
    height: 30px;
    vertical-align: middle;
    padding: 5px;
}
.page-item a{
  text-decoration: none;
  color:#333;
  cursor: pointer;
}
.page-item:hover a,.page-item:focus a,.page-item:active a{
    color:#fff!important;
    outline:none;
    text-decoration:none;
}
.page-item:hover,.page-item:focus,.page-item:active{
    background: #c0cae2;
    color:#61646d;
    outline:none;
    text-decoration:none;
}
.page-item.active{
    background: #c0cae2;
    color:#61646d;
}
.page-item.active a{
  color: #fff;
}
.page-item:hover{
   background: #c0cae2;
    color: #61646d;
}

.manuf-list-pagination-1{
    position: relative;
    left: -20px;
    max-width: 95%; 
    margin: 0 auto;
    text-align: center!important;
}
.manuf-list-pagination-1-nav .manuf-list-1-prev:before {
    content: "\f104";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 1.2em;
    color: #ffffff;
}
.manuf-list-pagination-1-nav .manuf-list-1-next:before {
   content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 1.2em;
    color: #ffffff;
}
.manuf-list-1-prev, .manuf-list-1-next {
    border: none;
    background: #dbdad9;
    color: #919090;
    padding: 5px 10px;
    border-radius: 3px;
    transition:all .3s ease-in-out;
}


.manuf-list-1-prev{
    position: absolute;
    left: -25px;
    top: 0%;
    z-index: 99;
}

.manuf-list-1-next {
    position: absolute;
    right: 15px;
    top: 0%;
    z-index: 99;
}

.manuf-list-1-prev:hover, .manuf-list-1-next:hover,
.manuf-list-1-prev:focus, .manuf-list-1-next:focus,
.manuf-list-1-prev:active, .manuf-list-1-next:active{
    background: #c0cae2;
    color:#61646d;
    outline:none;
}

@media(max-width:991px){
  .manuf-list-pagination-1 {
    left: 0px;
    max-width: 85%;
  }
  .manuf-list-1-prev {
      position: absolute;
      left: 0;
      top: 0;
      z-index: 99;
  }
  .manuf-list-1-next {
      position: absolute;
      right: 0;
      top: 0;
      z-index: 99;
  }
}



/*--------------------|Manuf list Pagination LOWER|------------*/

.manuf-list-pagination-2{
    position: relative;
    left: -20px;
    max-width: 95%; 
    margin: 0 auto;
    text-align: center!important;
}
.manuf-list-pagination-2 .slick-slide {
    
}
.manuf-list-pagination-2-nav .manuf-list-2-prev:before {
    content: "\f104";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 1.2em;
    color: #ffffff;
}
.manuf-list-pagination-2-nav .manuf-list-2-next:before {
   content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 1.2em;
    color: #ffffff;
}
.manuf-list-2-prev, .manuf-list-2-next {
    border: none;
    background: #dbdad9;
    color: #919090;
    padding: 5px 10px;
    border-radius: 3px;
    transition:all .3s ease-in-out;
}
.manuf-list-2-prev{
    position: absolute;
    left: -18px;
    top: 0%;
    z-index: 99;
}
.manuf-list-2-next {
    position: absolute;
    right: 15px;
    top: 0%;
    z-index: 99;
}
.manuf-list-2-prev:hover, .manuf-list-2-next:hover,
.manuf-list-2-prev:focus, .manuf-list-2-next:focus,
.manuf-list-2-prev:active, .manuf-list-2-next:active{
    background: #c0cae2;
    color:#61646d;
    outline:none;
}
@media(max-width:991px){
  .manuf-list-pagination-2 {
    left: 0px;
    max-width: 85%;
  }
  .manuf-list-2-prev {
      position: absolute;
      left: 0;
      top: 0;
      z-index: 99;
  }
  .manuf-list-2-next {
      position: absolute;
      right: 0;
      top: 0;
      z-index: 99;
  }
}
/***************************************************************************************/

/*------------- Part Listing Page -------------------------------*/
.part-table-wrap {
    margin-top: 20px;
    padding: 0;
    border: 1px solid #d1d1d1;
}

.part-list-title h1{
	color:#000;
	font-family: 'robotomedium';
	font-weight: 500;
	margin:0;
  font-size: 1.4000em;
}
.part-list-title h2 {
    color: #000;
    font-family: 'robotomedium';
    font-weight: 500;
    margin: 0;
    font-size: 1.300em;
}

.part-pagination{
  margin:-25px 0;
}

.part-table .darkblue-bkg {
    background-color: #f2692f;
}


/*-------*/
.part-table thead {
    background: #d7d9df;
}
.part-table thead tr th button{
  padding: 8px 20px;
    border: none;
    background: #f6b549;
    color: #fff;
}
.part-table .table-striped>tbody>tr:nth-child(even) {
    background-color: #f3f6fb;
    border-left:1px solid #e1e6f0;
    border-right: 1px solid #e1e6f0;
}

.part-table .table-striped > tbody > tr td {
    border-top: 1px solid #e1e6f0;
    padding: 10px;
    vertical-align: middle;
}

.part-table .table-striped>tbody>tr td a{
  color:#61646e;
  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: #fff;
}

/*------*/

.part-table thead.darkblue-bkg th{
  color:#fff;
  font-family:'robotomedium';
  font-weight: 500;
  font-size: 1.15em;
}

.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: #f6b549;
    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: #db8b05;
}
@media(max-width: 1200px){   
 .manuf-table-pagination.part-table-pagination{
    margin: -5px 0;
 }
}

@media(max-width: 991px){ 
 .manuf-table-pagination.part-table-pagination {
    margin: -5px 0 ;
  }
  .part-pagination {
        margin: 0 0;
    }
}
@media(max-width: 767px){
  .part-list-title h1 {
      margin: 10px 0 0;
  }
    .part-list-title h2 {
        margin: 10px 0 0;
    }
  .part-table-pagination.lower{
    float: none;
  }
  .part-table-pagination.lower .manuf-list-pagination-2{
    left:0;
    max-width: 85%;
  }
  .manuf-list-2-prev{left:10px;}
  .manuf-list-2-next{right:10px;}
 
  .manuf-table-pagination.part-table-pagination {
    margin: 10px 0 ;
  }
  .part-table-pagination{
    float: right;
    position: relative;
    right:20px;
  }
  .part-table-pagination.lower .manuf-table-pagination{
    float: right;
    position: relative;
    right:0px;
  }

  .part-table-pagination .manuf-list-pagination-1 {
      left: 0;
      max-width: 85%;
  }
}
@media(max-width: 480px){
  .part-table-pagination{
    float: right;
    position: relative;
    right:0px;
  }
  .part-table-pagination.lower .manuf-table-pagination,
  .col-xs-6.part-table-pagination{
    width:100%;
  }

  .manuf-list-1-prev {
      left: 10px;
  }
  .manuf-list-1-next {
      right:10px;
  }


  .part-pagination {
      margin: 0 0;
  }
  .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;
  }
  .part-table.table-responsive{
    padding-left: 0;
    padding-right: 0;
  }
  .marLn15 {
      margin-left: 0;
  }

}

@media(max-width: 320px){
  .manuf-list-1-prev {
      left: 5px;
  }
  .manuf-list-1-next {
      right: 5px;
  }
}

/*--------------------|Part list Pagination |---------------------*/

.page-item {
    border: 1px solid #ddd;
    text-align: center;
    max-width: 30px;
    height: 30px;
    vertical-align: middle;
    padding: 5px;
}
.page-item a{
  text-decoration: none;
  color:#333;
  cursor: pointer;
}
.page-item:hover a,.page-item:focus a,.page-item:active a{
    color:#fff!important;
    outline:none;
    text-decoration:none;
}
.page-item:hover,.page-item:focus,.page-item:active{
    background: #c0cae2;
    color:#61646d;
    outline:none;
    text-decoration:none;
}
.page-item.active{
   background: #dbdad9;
    color: #61646d;
}
.page-item.active a{
  color: #fff;
}
.page-item:hover{
    background: #dbdad9;
    color: #61646d;
}

.part-list-pagination-1 {
    position: relative;
    left: -20px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center !important;
}
.part-list-pagination-1-nav .part-list-1-prev:before {
    content: "\f104";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 1.2em;
    color: #ffffff;
}
.part-list-pagination-1-nav .part-list-1-next:before {
   content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 1.2em;
    color: #ffffff;
}
.part-list-1-prev, .part-list-1-next {
    border: none;
    background: #dbdad9;
    color: #919090;
    padding: 5px 10px;
    border-radius: 3px;
    transition:all .3s ease-in-out;
}


.part-list-1-prev{
    position: absolute;
    left: -20px;
    top: 0%;
    z-index: 99;
}

.part-list-1-next {
    position: absolute;
    right: 0px;
    top: 0%;
    z-index: 99;
}

.part-list-1-prev:hover, .part-list-1-next:hover, 
.part-list-1-prev:focus, .part-list-1-next:focus,
 .part-list-1-prev:active, .part-list-1-next:active {
    background: #f6b549;
    color: #61646d;
    outline: none;
}

@media(max-width: 1199px){
  .scroll-fixed .part-pagination{
    margin:0;
  }
  .part-list-1-prev {
    left: 0;
  }
}
@media(max-width:991px){
  .part-list-pagination-1 {
    left: 0px;
    max-width: 100%;
  }
  .part-list-1-prev {
      position: absolute;
      left: 0;
      top: 0;
      z-index: 99;
  }
  .part-list-1-next {
      position: absolute;
      right: 0;
      top: 0;
      z-index: 99;
  }
}
@media(max-width:480px){
   .part-list-pagination-1 {
      left: -5px;
      max-width: 90%;
      margin: 0 auto;
  }
}
@media(max-width:320px){
   .part-list-pagination-1 {
      left: -10px;
      max-width: 75%;
      margin: 0 auto;
  }
}
/*--------------------|Manuf list Pagination LOWER|------------*/

.part-list-pagination-2{
    position: relative;
    left: -20px;
    max-width: 100%; 
    margin: 0 auto;
    text-align: center!important;
}
.part-list-pagination-2 .slick-slide {
    
}
.part-list-pagination-2-nav .part-list-2-prev:before {
    content: "\f104";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 1.2em;
    color: #ffffff;
}
.part-list-pagination-2-nav .part-list-2-next:before {
   content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 1.2em;
    color: #ffffff;
}
.part-list-2-prev, .part-list-2-next {
    border: none;
    background: #dbdad9;
    color: #919090;
    padding: 5px 10px;
    border-radius: 3px;
    transition:all .3s ease-in-out;
}
.part-list-2-prev{
    position: absolute;
    left: -20px;
    top: 0%;
    z-index: 99;
}
.part-list-2-next {
    position: absolute;
    right:0px;
    top: 0%;
    z-index: 99;
}
.part-list-2-prev:hover, .part-list-2-next:hover,
.part-list-2-prev:focus, .part-list-2-next:focus,
.part-list-2-prev:active, .part-list-2-next:active{
   background: #f6b549;
    color: #61646d;
    outline:none;
}
@media(max-width:991px){
  .part-list-pagination-2 {
    left: 0px;
    max-width: 100%;
  }
  .part-list-2-prev {
      position: absolute;
      left: 0;
      top: 0;
      z-index: 99;
  }
  .part-list-2-next {
      position: absolute;
      right: 0;
      top: 0;
      z-index: 99;
  }
}

/*---|part-list-view more|*/
.view-more-wrap{
  margin:5px 0;
}
.view-more-wrap a{
  padding: 6px 20px;
  background: #f2692f;
  color: #fff;
  margin: 0;
  text-decoration: none;
  transition:all .3s ease-in-out;
}

.view-more-wrap a:hover,
.view-more-wrap a:focus
.view-more-wrap a:active{
  background-color: #f5b449;
}

@media(max-width: 1280px){
  .view-more-wrap a {
      padding: 6px 15px;
  }
}
@media(max-width: 1024px){
  .view-more-wrap a {
      padding: 5px;
  }  
}
@media(max-width: 480px){
  .scroll-fixed .view-more-wrap {
      padding: 0;
  }
}
@media(max-width: 360px){
  .view-more-wrap a {
      padding: 5px 3px;
  }
}
@media(max-width: 320px){
  .view-more-wrap a {
      padding: 5px 3px;
      font-size: 0.83em;
  }
}
/*---------------------- Part Listing Cage code--------------------------------------------------*/

.cage-code-wrapper {
    margin-top: 10px;
    float: left;
    width: 100%;
    color: #333;
    font-family: 'robotomedium';
    font-weight: 500;
}
.cage-code-wrapper p{
  margin-bottom: 0;
  line-height: 1.5;
}
.cage-code-pagination{
  margin:0 0 20px;
}



.more_btn {
    background-color: #f6b549;
    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;
}

/*------------|FSC table title|-------------------*/
.fsc-pagination{
  margin:0px 0;
}

h4.fsc-table-title {
    background-color: #f2692f;
    color: #fff;
    margin: 0;
    padding: 10px;
}
.fsc-title-wrap{
  margin:-20px 0 0;
}

.fsc-title-wrap .manuf-list-pagination-1{
    left: 0px;
}
.fsc-title-wrap .manuf-list-1-next {
    right: 0;
}
.fsc-title-wrap .manuf-list-1-prev {
    left: 0;
}

table.table.table-bordered.fsc tr:nth-child(odd), table.table.table-bordered.fsc tr:nth-child(even) {
    background-color: #edf2f3;
    border-bottom: 1px solid #fff;
}

table.table.table-bordered.fsc td a {
    color: #000;
    cursor:pointer;
    text-decoration: none;
}
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: #c20462;
    text-decoration: underline;
}


h1.fsc-title {
    font-size: 1.400em;
    color: #000;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: 'robotomedium';
    font-weight: 500;
}

.fsc-view-more a.pulse {
    background: #f2692f;
    color: #fff;
    padding: 6px 20px;
    position: relative;
    top: 5px;
    text-decoration: none;
}

.fsc-view-more a.pulse:hover,
.fsc-view-more a.pulse:focus,
.fsc-view-more a.pulse:active {
    background-color: #f5b449;
    color: #fff;
    outline:0;
    text-decoration: none;
}

@media(max-width:1366px){
  .fsc-title-wrap .manuf-list-pagination-1{
    left: -5px;
  }
  .fsc-title-wrap .manuf-list-1-next {
      right: 0;
  }
  .fsc-title-wrap .manuf-list-1-prev {
      left: -10px;
  }

  
}



@media (max-width: 1279px) and (min-width: 0px){
  h4.fsc-table-title {
      margin: 15px 0px 0;
  }
  .mob-padLR0{
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1199px){
  .inner-main-pagination.scroll-fixed .fsc-pagination {
      margin: 0;
  }
   h1.fsc-title {
      margin-bottom: 0;
  }
  .fsc-pagination{
    text-align: right;
  }
  .fsc-title-wrap {
      margin: 0 0 0;
  }
  .fsc-view-more a.pulse { 
    padding: 6px 6px;
  }
}
@media (max-width: 991px){
  .fsc-view-more a.pulse { 
    float: left;
    top:0px;
  }
  .fsc-table td {
      padding: 0;
      width: 100%;
      display: block;
      white-space: normal!important;
  }
  .fsc-view-more.text-center{
    text-align: right;
  }
  .fsc-title-wrap .manuf-list-pagination-1 {
      left: 5px;
  }
  .fsc-title-wrap .manuf-list-1-next {
      right: 0;
  }
  .fsc-title-wrap .manuf-list-1-prev {
      left: 10px;
  }
}
@media (max-width: 767px){
  .fsc-title-wrap {
      margin: 0 0 0;
  }
  h1.fsc-title {
      margin-bottom: 10px;
  }
}
@media (max-width: 380px){
  .fsc-view-more a.pulse {
      padding: 6px 15px;
  }
}
@media (max-width: 320px){
  .fsc-view-more a.pulse {
      padding: 6px 5px;
  }
}
/*--------------------------------------|RFQ|----------------------------------------- */

h1.rfq-title{
  color:#000;
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: 'robotomedium';
  font-weight: 500;
  font-size: 1.400em;
}

.rfq-mfg-table-wrap {
    border: none;
    background-color: #ecf1fd;
    padding: 10px 20px;
    border-radius: 5px;
}

.rfq-mfg-table-wrap .table{
  margin-bottom: 0;
  border:none;
}
.rfq-mfg-table td{
  font-family: 'robotomedium';
  font-weight: 500;
  border:none;
}
.rfq-mfg-table td span.orange{
  color:#f2692f;
}



@media(max-width:1280px){
   .rfq-mfg-table-wrap {
      padding: 10px 5px;
  }
}
@media(max-width:1024px){
 h1.rfq-title {
    margin-bottom: 20px;
}
  
}
@media(max-width:991px){
  .rfq-mfg-table-wrap {
      margin-bottom: 0!important;
  }
}
@media(max-width:767px){
  .rfq-mfg-table-wrap {
      margin-bottom: 20px!important;
  }
}
@media(max-width:360px){
 
}
/*-----------------|NEW RFQ form|----------------*/
h4.rfq-form-title {
    background: #f2692f;
    color: #fff;
    font-family: 'robotomedium';
    font-weight: 500;
    text-transform: uppercase;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin:0;
    padding: 10px;
}

.req-sec, .contact-sec{
  position: relative;
}

.req-sec p.red_text{
    position: absolute;
    right: 30px;
    top: 10px;
    color:#ecf1fd;
    font-family:'robotomedium';
}
.contact-sec p.red_text{
    position: absolute;
    top: -20px;
    right: 0;
    color: #cd2027;
    font-size: 1.15em;
    font-family: 'robotomedium';
    font-weight: 500;
}

.rfq_form {
  padding: 0px 0px 10px 0px;
  overflow: visible;
}

.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 26px 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;
        resize: vertical;
        margin-top: 20px;
        padding: 0 8px;
        position: relative;
        top: -5px;
        margin-bottom: -5px;
    }

.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 center !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: #ff7200;
    padding: 10px 23px;
    transition: all .3s ease-in-out;
    border-radius: 5px;
    font-size: 1.250em;
}

.rfq_form .more_btn:hover,.rfq_form .more_btn:hover {
    background-color: #f6b549;
}

.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%;
}
.rfq-general-text{
  color:#474848;
}
.rfq-general-text-bottom a{
  color:#f2692f;
  text-decoration: none;
}

.g-recaptcha{
    transform:scale(1);
    transform-origin:0;
    -webkit-transform:scale(1);
    transform:scale(1);
    -webkit-transform-origin:0 0;
    transform-origin:0 0; 
    float:right;
}
.terms-checkbox{
  text-align: center;
}
.inner-rfq-submit{
  text-align: left;
}

.high_up .move_up {
    margin-top: 0;
}

@media(max-width:1366px){
  .contact-sec p.red_text {
      font-size: 0.85em;
  }
}

@media(max-width:1280px){
  .g-recaptcha {
      transform: scale(0.90);
      transform-origin: 0;
      -webkit-transform: scale(0.90);
      transform: scale(0.90);
      -webkit-transform-origin: 0 0;
      transform-origin: 0 0;
      float: none;
  }
}
@media(max-width:991px){
  .req-sec,.contact-sec{
    padding-left: 0;
    padding-right: 0;
  }
  .req-sec{
    margin-bottom: 40px;
  }
  .g-recaptcha {
      transform: scale(0.70);
      transform-origin: 0;
      -webkit-transform: scale(0.70);
      transform: scale(0.70);
      -webkit-transform-origin: 0 0;
      transform-origin: 0 0;
      float: none;
  }
}

@media(max-width:767px){
  .contact-sec p.red_text {
      font-size: 0.85em;
  }
  .terms-checkbox{
    text-align: left;
  }
  .inner-rfq-submit{
    text-align: left;
  }
}
@media(max-width:480px){

 .req-sec p.red_text {
    position: absolute;
    right: 6px;
    top: -20px;
    color: red;
    font-family: 'robotomedium';
    font-size: 0.80em;
}
  .contact-sec p.red_text {
      font-size: 0.80em;
  }
}

@media(max-width:360px) {
    .contact-sec p.red_text {
        top: -35px;
    }
 }
    /*-----------------------------------------------------------------*/
    .related-components h4 {
        color: #fff;
        font-family: 'robotomedium';
        font-weight: 500;
        margin-bottom: 0;
        background: #f6b549;
        padding: 10px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        /*text-transform: uppercase;*/
    }

        .related-components h4 i {
            margin-right: 10px;
        }

    .related-components .table {
        background: #f0f1f1;
        padding: 20px 0;
    }

    .related-components .table-striped > tbody > tr:nth-child(odd) {
        background-color: #ecf1fd;
    }

    .related-components .table-striped > tbody > tr:nth-child(even) {
        background-color: #fff;
    }

    .related-components .table tbody tr td {
        border: 1px solid #ddd;
    }

        .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: #f6b549;
            }

    @media(max-width: 991px) {
        .related-components .table {
            margin-bottom: 0;
        }
    }

    @media(max-width: 767px) {
        .related-components .table tbody tr td {
            display: block;
            max-width: 100%;
        }

        .checkbox-wrap label {
            width: 85%;
        }

        .rfq_form .more_btn {
            margin: 10px 0 !important;
        }
    }
    /*---------------------------------------------*/
    h4.rfq-sec-title {
        color: #fff;
        font-family: 'robotomedium';
        font-weight: 500;
        margin-bottom: 0;
        background: #f6b549;
        padding: 10px 10px 10px 20px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        /*text-transform: uppercase;*/
    }

    .rfq-top-manuf .table-striped > tbody > tr:nth-child(odd) {
        background-color: #f4f6fb;
    }

    h4.rfq-sec-title {
        color: #fff;
        font-family: 'robotomedium';
        font-weight: 500;
        margin-bottom: 0;
        background: #f6b549;
        padding: 10px 10px 10px 20px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        /*text-transform: uppercase;*/
    }

    .rfq-part-type .table-striped > tbody > tr:nth-child(odd) {
        background-color: #f4f6fb;
    }

    .rfq-top-manuf, .rfq-part-type {
        border: 2px solid #cccaca;
        border-top: 0;
    }

        .rfq-part-type .table-striped, .rfq-top-manuf .table-striped {
            margin-bottom: 0;
        }

    .rfq-view-more {
        padding: 15px;
    }

        .rfq-view-more a {
            background: #f6b549;
            color: #fff;
            padding: 6px 15px;
            text-decoration: none;
            transition: all .3s ease-in-out;
            border-radius: 5px;
        }

            .rfq-view-more a:focus,
            .rfq-view-more a:hover,
            .rfq-view-more a:active {
                background-color: #f2692f;
            }

    .rfq-top-manuf .table-striped tr td a,
    .rfq-part-type .table-striped tr td a {
        text-decoration: none;
        color: #061b5f;
        transition: all .3s ease-in-out;
    }

        .rfq-top-manuf .table-striped tr td a:hover,
        .rfq-top-manuf .table-striped tr td a:focus,
        .rfq-top-manuf .table-striped tr td a:active,
        .rfq-part-type .table-striped tr td a:hover,
        .rfq-part-type .table-striped tr td a:focus,
        .rfq-part-type .table-striped tr td a:active {
            color: #f2692f;
        }

    @media(max-width:767px) {
        .fsc-table.table > tbody > tr > td, .table > tfoot > tr > td {
            display: block;
            width: 100%;
        }
    }

    @media(max-width:480px) {
        .rfq-top-manuf tr td, .rfq-part-type tr td {
            width: 100%;
            display: block;
        }
    }
    /*---------|upload RFQ|------------*/

    @media(max-width: 991px) {
        .upload-rfq {
            margin-bottom: 20px;
        }
    }

    /*----------------------|NSN RFQ|------------------ */
    .nsn-rfq-tables .nsn-rfq-table-title {
        background-color: #f6b549;
        color: #fff;
        padding: 10px 10px;
        margin: 0;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    .nsn-rfq-tables .table-striped {
        margin-top: -1px;
    }

        .nsn-rfq-tables .table-striped > tbody > tr:nth-child(odd) {
            color: #fff;
        }

    .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 tbody > tr:nth-child(odd) {
        background-color: #ecf1fd;
    }

    .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;
    }

    .characteristic-table tr th strong {
        font-family: 'robotomedium';
        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 0px 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: #f6b549;
        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: -12px !important;
        }

        .content_section2 .message h3 {
            font-size: 1.3em;
        }

    .content_section2 .red_btn, .content_section2 .view {
        background-color: #ff7200;
        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: #f6b549;
    }

        .content_section2 .red_btn:hover, .content_section2 .view:hover, .content_section2 .red_btn:focus, .content_section2 .view:focus {
            background-color: #ff7200;
        }

    /***********************************|message close|***********************************/
    @media (max-width:991px) {
        .content_section2 .tpage {
            width: 100%;
            margin: 0 auto;
            margin-top: 15px !important;
            left: auto !important;
            right: auto !important;
            text-align: center;
        }

        .content_section2 .message .move_up {
            margin-top: -25px !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 .rfq_form textarea {
        resize: vertical;
    }

    .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: #ff7200;
    }

    .content_section .red_text {
        color: #ce0202 !important;
        float: right;
    }


    /*-------------------------------------------------------------------------------------------------*/

    @media screen and (max-width: 767px) {
        .table-responsive {
            border: none !important;
        }
    }

    @media (max-width: 1199px) {
        .manuf-table-pagination.inner-main-pagination {
            margin-top: 10px !important;
            padding: 10px 15px !important;
        }

            .manuf-table-pagination.inner-main-pagination .pagination {
                margin: 0px;
            }
    }

    .pagination > li > a, .pagination > li > span {
        padding: 6px 9px;
    }

    .manuf-table-pagination.inner-main-pagination {
        margin: 0px 0;
    }
@media screen and (max-width: 1024px) {
    .custom-tab-content .subscribe-panel form {
        margin: 0 15px;
    }
}
