/******************** Manufacturers Page ***************************/
.breadcrumb-wrap{
	background-color: #cecece;
	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 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-left {
    background-color: #f5f6fa;
    padding: 20px 0px 0 60px;
}

.inner-page-right {
    background-color: #fff;
    padding: 20px 60px 20px 30px;
}

@media(max-width: 1600px) {
    .inner-page-left {
        background-color: #f5f6fa;
        padding: 20px 0px 0 15px;
    }

    .inner-page-right {
        background-color: #fff;
        padding: 20px 15px 20px 15px;
    }
}

@media(max-width: 480px) {
    .inner-page-left {
        background-color: #f5f6fa;
        padding: 20px 15px 0 15px;
    }

    .inner-page-right {
        background-color: #fff;
        padding: 20px 15px 20px 15px;
    }
}
/*Desk Left Side*/

/*-------- Instant RFQ form ---------------*/

.inner-rfq-form-wrap {
    position: relative;
    right: 0;
    border:2px solid #1d1b54;
    border-radius: 0;
}
.inner-rfq-form{
    background-color: #f5f6fa;
    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.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){
    .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 .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: 30px;
    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-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 15px;
    font-family: 'robotomedium';
    transition: all .3s ease-in-out;
    cursor: pointer;
}

.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: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: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;
  }
  .inner-main-pagination .main-page-list li:nth-child(4).open >.dropdown-menu{
      top: 100%;
      max-width: 45%;
      right: 13%;
      left: auto;
  }
}

@media(max-width:991px){}

@media(max-width:480px){
    .main-page-list {
      margin: 10px 0;
      max-width: 100%;
      float: none;
  }
  .main-page-list li a{
    padding: 5px 12px;
  }
  .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 {
        top: 80%;
    }
    .inner-main-pagination .main-page-list li:first-child.open > .dropdown-menu {
        right: 40%;
    }
}

@media(max-width:380px){
  .main-page-list li a {
      padding: 5px 9px;
  }
}


/*--------------search by manu facture name-------------------------------*/

.search_long{ position:relative}
.search_long input {
    border: none;
    width: 100%;
    padding: 10px 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.5em;
    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: 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;
}

/*---------- 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;
}
.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: #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;
}

.manuf-table-pagination ul{
	margin:0;
}


@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: #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;
}

.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: #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;
  }
  .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;
}
.rfq-detail-wrap {
    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);
}
.rfq-detail-content{
  background: #f5f6fa;
  padding: 10px !important;
}

form.oldschool-rfq-form input, form.oldschool-rfq-form select, form.oldschool-rfq-form textarea {
    width: 100%;
    border: 2px solid #ccc;
    padding: 3px 10px;
    border-radius: 0;
    height:30px;
}
.rfq-contact-title{
  color:#233e99;
  margin-top: 20px;
  margin-bottom: 0px;
  font-family: 'robotomedium';
  font-weight: 500;
  text-transform: uppercase;
}

.rfq-contact-compulsary {
    color: red;
    text-align: right;
    font-size: 0.90em;
    margin-bottom: 5px;
}

.contact-detail-wrap label {
    color: #233e99;
    font-size: 1em;
    font-weight: 400;
    vertical-align: text-top;
}
.contact-detail-wrap .form-group {
    margin-bottom: 10px;
}

.contact-detail-wrap input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(0,0,0,0.36);
  font-family: 'robotomedium';
  font-weight: 500;
  font-size: 1.125em;
}
.contact-detail-wrap input::-moz-placeholder { /* Firefox 19+ */
  color: rgba(0,0,0,0.36);
  font-family: 'robotomedium';
  font-weight: 500;
  font-size: 1.125em;
}
.contact-detail-wrap input:-ms-input-placeholder { /* IE 10+ */
  color: rgba(0,0,0,0.36);
  font-family: 'robotomedium';
  font-weight: 500;
  font-size: 1.125em;
}
.contact-detail-wrap input:-moz-placeholder { /* Firefox 18- */
  color: rgba(0,0,0,0.36);
  font-family: 'robotomedium';
  font-weight: 500;
  font-size: 1.125em;
}

.rfq-contact-note {
    color: red;
    text-align: left;
    font-family: 'robotomedium';
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 0.90em;
}

h4.captcha-title{
    color:#233e99;
    font-family: 'robotomedium';
    font-weight: 500;
    margin-bottom: 0;
    margin-top:0;
    font-size:1em;
}

.form-group.captcha-submit{
  margin-bottom: 0;
}


.contact-detail-wrap .more_btn {
    background-color: #ec4a4e;
    color: #ffffff !important;
    text-transform: uppercase;
    font-size: 0.90em;
    display: inline-block;
    padding: 5px 16px;
    text-decoration: none !important;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    transition: 0.3s;
    border: none !important;
    margin: 0 10px 0px 0px !important;
}

.contact-detail-wrap .more_btn:hover, .contact-detail-wrap .more_btn:focus {
     background-color: #1d1b54;
}

form.oldschool-rfq-form input[type="checkbox"]{
  width:auto;
  vertical-align: middle;
}

.checkbox-wrap label {
    font-family: 'robotomedium';
    font-weight: 500;
    font-size: 0.90em;
    color: #233e99;
    margin-left: 0px;
    width: 100%;
    position: relative;
    top: 5px;
}
.checkbox-wrap label a {
    color: #f04c4d;
    text-decoration: none;
}

.checkbox-wrap label a:hover,.checkbox-wrap label a:focus {
    color: #233e99;
    text-decoration: none;
}

.checkbox-wrap input[type=checkbox] {
    margin: 4px 0 0 5px;
    margin-top: 1px \9;
    line-height: normal;
}


/*--------------------------------------------------------------*/

.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: #f5f6fa;
}

.rfq-general-text{
  margin: 20px 0;
}

    .rfq-general-text p {
        font-size: 0.90em;
        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: #f04c4d; text-decoration: none;
}


@media(max-width:1280px){
    .mfg-details {
      margin-top: 35px;
  }
}

/* CSS added to hide text in mobile in RFQ page*/
@media(max-width:991px) {
    .mfg-details {
        display: none;
    }
}

@media(max-width:360px) {
        .table-responsive.rfq-mfg-table-wrap .rfq-mfg-table tr td {
            display: block;
            width: 100%;
        }
    }
    /*---------------------------------------------------------------*/
    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: -12px !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;
    }


    /*-------------------------------------------------------------------------------------------------*/

    /*--------------------|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: -20px;
        top: 0%;
        z-index: 99;
    }

    .upper-part-niin-next {
        position: absolute;
        right: 13px;
        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: 0px;
        }

        .upper-part-niin-next {
            right: 0px;
        }
    }

    .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: 50%;
        }

    .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: 40%;
        }
    }

    @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%;
        }
    }

    @media(max-width: 480px) {
        .view-more-wrap a {
            position: absolute;
            left: 0%;
        }

        .part-niin-pagination-upper .slick-slide {
            max-width: 55px;
        }
    }

    @media(max-width: 360px) {
        .view-more-wrap a {
            background: #f04c4d;
            color: #fff;
            padding: 5px 5px;
        }
    }
    /*-------------------------------------------------------------*/
    /*--------------------|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: 1.6em;
    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;
    }

    .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;
    }
}