/******************** Manufacturers Page ***************************/
.breadcrumb-wrap {
  background: #fd4761;
  background: -moz-linear-gradient(left, #fd4761 70%, #fb7a41 99%);
  background: -webkit-linear-gradient(left, #fd4761 70%,#fb7a41 99%);
  background: linear-gradient(to right, #fd4761 70%,#fb7a41 99%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd4761', endColorstr='#fb7a41',GradientType=1 );
  padding: 5px 0;
  position: relative;
  z-index: 9;
}

ul.breadcrumb-list{
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0;
}
ul.breadcrumb-list li{
	display: inline-block;
	margin:0;
	
} 
ul.breadcrumb-list li:first-child{
	margin-left:0;
}
ul.breadcrumb-list li a {
    color:#000;
    font-size:1em;
    text-decoration: none;
    font-family:'robotoregular';
    font-weight: 400;
}

ul.breadcrumb-list li.active a{
	color:#fff;
  font-weight: 500;
}

ol.post-breadcrumb li:last-child {
    float: inline-end;
}
ol.post-breadcrumb li:last-child:before {
    content: "";
}

@media(max-width:1024px){
  .breadcrumb-wrap {
    padding: 15px 0 5px;
  }
}

@media(max-width:480px){
  
  ul.breadcrumb-list li{
    margin:0;
  }
    ul.breadcrumb-list li a {
      font-size: 1em;
  }
}











/**********************Inner page Wrap*********************************************/

section.clearfix.inner-page-wrap {
  background-color: #edf1fb;
}

/*-------------|Filler Empty Div|---------------*/

.filler-content{
  background: #fd4761;
  background: -moz-linear-gradient(left, #fd4761 70%, #fb7a41 99%);
  background: -webkit-linear-gradient(left, #fd4761 70%,#fb7a41 99%);
  background: linear-gradient(to right, #fd4761 70%,#fb7a41 99%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd4761', endColorstr='#fb7a41',GradientType=1 );
  padding: 40px 0;
  position: relative;
}
/*----------------------------------------------*/

.inner-page-content {
    background-color: #fff;
    margin-top: -61px;
    padding-bottom: 20px;
    position: relative;
    font-family: 'robotoregular';
    font-weight: 400;
}
.inner-page-right,.inner-page-left{background-color: transparent; padding-top: 20px;}
.inner-page-right{
    padding-right: 0;
}

@media(max-width:1024px){
  .inner-page-right,
  .inner-page-left {
      background-color: transparent;
      padding-top: 0px;
  }
  .inner-page-right{
    padding-right: 15px;
}

}
@media(max-width:991px){
  .inner-page-right, .inner-page-left {
      background-color: #fff;
      padding: 0 15px;
  }
}
@media(max-width:767px){
  .inner-page-right, .inner-page-left {
      background-color: #fff;
      padding: 0 5px;
  }
}
/*Desk Left Side*/

/*-------- Instant RFQ form ---------------*/

.inner-rfq-wrap .form-wrap{
  padding: 0 10px 20px;
}

.inner-rfq-wrap .formbox {
    max-width: 100%;
    margin: 0 auto;
}

.inner-rfq-wrap .formbox .rfq-title {
    margin: 0 0 20px;
    font-weight: 600;
    text-shadow: none;
    letter-spacing: 2px;
}

@media(max-width:1024px){
   .inner-rfq-wrap .formbox {
      margin: 20px auto 0;
    }
}

@media(max-width:480px){
   
}

/*---------- USP -------------------*/
.inner-usp-wrap {
    padding: 10px 0;
    margin: 20px 0;
    -webkit-box-shadow: 0px 3px 13px 0px rgba(50, 50, 50, 0.22);
    -moz-box-shadow: 0px 3px 13px 0px rgba(50, 50, 50, 0.22);
    box-shadow: 0px 3px 13px 0px rgba(50, 50, 50, 0.22);
}
.inner-usp-item {
    color: #000;
    padding-right: 0px;
    padding-left: 0px;
    margin-bottom: 10px;
}
.inner-usp-item .row-0{
  border-bottom: 1px solid #fff;
}
.inner-usp-item:last-child .row-0{
  border-bottom: none;
}
.inner-usp-item .inner-usp-text h4{
    margin-top:0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
}

@media(max-width:991px){
   
}

@media(max-width:767px){
 
}

/*-------------------------------*/
.top-manuf-inner {
    padding: 10px 0;
    margin-bottom: 10px;
}
.top-manuf-inner h3.top-manuf-inner-title {
  background: #fd4761;
  background: -moz-linear-gradient(left, #fd4761 40%, #fb7a41 100%);
  background: -webkit-linear-gradient(left, #fd4761 40%,#fb7a41 100%);
  background: linear-gradient(to right, #fd4761 40%,#fb7a41 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd4761', endColorstr='#fb7a41',GradientType=1 );
  padding: 10px 10px 10px 20px;
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
  /*text-transform: uppercase;*/
}

.top-manuf-inner .top-manuf-content{
    background-color: rgb(255, 255, 255);
   -webkit-box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow:    0px 7px 15px 0px rgba(0, 0, 0, 0.09);
    box-shadow:         0px 7px 15px 0px rgba(0, 0, 0, 0.09);
    padding-bottom: 20px;
}

.top-manuf-inner table tr {
    list-style-type: none;
    padding: 0 20px;
    margin-bottom: 0;
}

.top-manuf-inner table tr td{
    border-top: 1px solid #dadada;
    line-height: 1.8;
    padding-left: 10px;
}
.top-manuf-inner table tr td a {
    color:#000;
    font-weight: 500;
    text-decoration: none;
    transition: all .3s ease-in-out;
    text-transform: capitalize;
}
.top-manuf-inner table tr td a:hover, .top-manuf-inner table tr td a:focus, .top-manuf-inner table tr td a:active {
    background: -webkit-linear-gradient(left, #fd4761 , #fb7a41);
    background: -o-linear-gradient(right, #fd4761, #fb7a41);
    background: -moz-linear-gradient(right, #fd4761, #fb7a41);
    background: linear-gradient(to right, #fd4761 , #fb7a41);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    outline: none;
    text-decoration: none;
}

.top-manuf-inner .inner-view-more{
  text-align: center;
  padding:15px 20px;
}
.top-manuf-inner .inner-view-more a {
    background-color: #b69f72;
    color: #fff;
    border-radius: 0;
    padding: 8px 30px;
    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:#132b43;
  color: #fff;
}

.top-manuf-inner .table{
  margin-bottom: 0;
}

@media(max-width: 1024px){
    .top-manuf-inner table tr td {
      width: 50%;
      max-width: 50%;
  }
}

@media(max-width: 991px){
  .top-manuf-inner .top-manuf-content td{
    width:50%;
  }
}
@media(max-width: 767px){

}
@media(max-width: 480px){}

/*-------------------------------*/
/*-----------Inner Featured slider------------------------*/

.inner-featured-title {
    position: relative;
    background: #fd4761;
    width: 100%;
    padding: 3em 6em 1.5em;
}
.inner-featured-title h2{
  font-size: 2.8em;
  line-height: 1.3;
  margin: 0;
}
.inner-featured-title h2 span.font-medium{
   color:#fff;
}

.inner-bottom-border{
  height:3px;
  background-color: #fff;
  width:120px;
  display: block;
}

.inner-featured-item{
  position: relative;
  transition: all .3s ease-in-out;
  cursor: pointer;
}
.inner-featured-slider .slick-slide{
  margin:0;
}
.inner-featured-item img{
  width:100%;
}
.inner-featured-item .overlay-text h3 {
    margin-top: 30px;
    padding: 0 15px;
}
.inner-featured-item .overlay-text span.bottom-border {
    position: absolute;
    top: 70px;
    height: 3px;
    background: #fff;
    width: 100px;
    margin: 0 auto;
    left: 0;
    right: 0;
    display: none;
}

.inner-featured-item .overlay-text {
    position: absolute;
    top: 0;
    bottom: 0;
    left:0;
    right:0;
    text-align: center;
    color:#fff;
    font-family:'robotomedium';
    font-weight: 500;
}

.inner-featured-item:hover .overlay-text {
    background: #fd4761;
    background: -moz-linear-gradient(-45deg, rgba(253,71,97,0.3) 30%, rgba(251,122,65,0.3) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(253,71,97,0.3) 30%,rgba(251,122,65,0.3) 100%);
    background: linear-gradient(135deg, rgba(253,71,97,0.3) 30%,rgba(251,122,65,0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd4761', endColorstr='#fb7a41',GradientType=1 );
}
.inner-featured-item .overlay-text .featured-view-details{
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
    border: none;
    background: transparent;
    display: none;
}
.inner-featured-item:hover .overlay-text .featured-view-details,
.inner-featured-item:hover .overlay-text span.bottom-border{
    display: block;
}
.inner-featured-item .overlay-text .featured-view-details button {
    background: transparent;
    border: 2px solid #fff;
    border-radius: 3px;
    padding: 10px 15px;
}

.inner-featured-slider-nav .inner-featured-prev,
.inner-featured-slider-nav .inner-featured-next{
  border:none;
  background-color: transparent;
  padding:0;
  margin:0 10px;
}

.inner-featured-slider-nav .inner-featured-prev:hover,
.inner-featured-slider-nav .inner-featured-next:hover,
.inner-featured-slider-nav .inner-featured-prev:focus,
.inner-featured-slider-nav .inner-featured-next:focus{
  cursor: pointer;
  -webkit-box-shadow: 0px 11px 30px 0px rgba(248, 66, 95, 0.1);
  -moz-box-shadow:    0px 11px 30px 0px rgba(248, 66, 95, 0.1);
  box-shadow:         0px 11px 30px 0px rgba(248, 66, 95, 0.1);
  outline:0;
}

.inner-featured-slider-nav {
    text-align: center;
    padding: 20px 0 10px;
}

@media(max-width:1024px){
  .inner-featured-title {
      position: relative;
      background: #fd4761;
      width: 100%;
      padding: 1em 3em 1.5em;
  }
}

/*---------------------------------------------*/
/*Desk right Side*/
.inner-top-brand{
  position: relative;
  margin-bottom: 20px;
}
h4.inner-top-brand-title {
    font-size: 1.35em;
    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: #333;
}
.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: #333;
}
.inner-brand-prev, .inner-brand-next {
    border: none;
    background: #dbdad9;
    padding: 5px 10px;
    border-radius: 3px;
    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,
.inner-brand-prev:hover:before, .inner-brand-next:hover:before,
.inner-brand-prev:focus:before, .inner-brand-next:focus:before,
.inner-brand-prev:active:before, .inner-brand-next:active:before{
    background: #fd4761;
    background: -moz-linear-gradient(-45deg, #fd4761 30%, #fb7a41 100%);
    background: -webkit-linear-gradient(-45deg, #fd4761 30%,#fb7a41 100%);
    background: linear-gradient(135deg, #fd4761 30%,#fb7a41 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd4761', endColorstr='#fb7a41',GradientType=1 );
    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: 20px;
	-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);
}

.inner-brand-logo-box .slick-slide img {
    width:240px;
    height:55px;
    margin:0 auto;
    max-width:100%;
}

@media(max-width:1280px) {
    .inner-featured-slider .top-part-item .top-lower-part table tr td {
      padding-left: 20px;
  }
}
@media(max-width:1199px){
  .inner-top-brand {
      margin-top: 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{
  padding-top: 10px;
}
.pagination_top a {
    color: #22265c;
    background: #eaedf6;
    font-size: 1em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 5px 15px;
    font-family: 'Open Sans', sans-serif;
    cursor: pointer;
    font-weight: 500;
}
.pagination_top a.active {
    background: #fd4761;
    background: -moz-linear-gradient(-45deg, #fd4761 30%, #fb7a41 100%);
    background: -webkit-linear-gradient(-45deg, #fd4761 30%,#fb7a41 100%);
    background: linear-gradient(135deg, #fd4761 30%,#fb7a41 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd4761', endColorstr='#fb7a41',GradientType=1 );
    color: #fff;
    position: relative;
    right:10px;
}
.pagination_top a.active:hover, .pagination_top a.active:focus {
    background: #fd4761;
    background: -moz-linear-gradient(-45deg, #fd4761 30%, #fb7a41 100%);
    background: -webkit-linear-gradient(-45deg, #fd4761 30%,#fb7a41 100%);
    background: linear-gradient(135deg, #fd4761 30%,#fb7a41 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd4761', endColorstr='#fb7a41',GradientType=1 );
    color: #fff;
}

.main-page-list {
    list-style: none;
    padding: 6px 0;
    margin: -6px 2px;
   background: #eaedf6;
    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; 
    background: #eaedf6;
    font-size: 1em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 5px 15px;
    font-family: 'robotomedium';
}

.main-page-list li a.active{
    background: #fd4761;
    background: -moz-linear-gradient(-45deg, #fd4761 30%, #fb7a41 100%);
    background: -webkit-linear-gradient(-45deg, #fd4761 30%,#fb7a41 100%);
    background: linear-gradient(135deg, #fd4761 30%,#fb7a41 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd4761', endColorstr='#fb7a41',GradientType=1 );
    color: #fff;
}
.main-page-list li.active a{
    background: #fd4761;
    background: -moz-linear-gradient(-45deg, #fd4761 30%, #fb7a41 100%);
    background: -webkit-linear-gradient(-45deg, #fd4761 30%,#fb7a41 100%);
    background: linear-gradient(135deg, #fd4761 30%,#fb7a41 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd4761', endColorstr='#fb7a41',GradientType=1 );
    color: #fff;
}

.main-page-list li ul li a{
  padding: 5px;
  background-color: transparent;
  color:#fff;
}

.main-page-list li a:hover{
   background: #fd4761;
    background: -moz-linear-gradient(-45deg, #fd4761 30%, #fb7a41 100%);
    background: -webkit-linear-gradient(-45deg, #fd4761 30%,#fb7a41 100%);
    background: linear-gradient(135deg, #fd4761 30%,#fb7a41 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd4761', endColorstr='#fb7a41',GradientType=1 );
    color: #fff;
}

/*.main-page-list li a.active,
.main-page-list li.open a,
.main-page-list li:hover a{
  background:#f04c4d;
  color:#fff;
}*/

.inner-main-pagination .main-page-list li:hover > .dropdown-menu,
.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:hover:nth-child(4)>.dropdown-menu,
  .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:hover:nth-child(5)>.dropdown-menu,
  .inner-main-pagination .main-page-list li:hover:nth-child(6)>.dropdown-menu,
  .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;
  }

/*css for hover open submenu*/

.main-page-list li:hover ul.dropdown-menu{
    display: block;
}

.main-page-list li:hover a{
    background: #fd4761;
    background: -moz-linear-gradient(-45deg, #fd4761 30%, #fb7a41 100%);
    background: -webkit-linear-gradient(-45deg, #fd4761 30%,#fb7a41 100%);
    background: linear-gradient(135deg, #fd4761 30%,#fb7a41 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd4761', endColorstr='#fb7a41',GradientType=1 );
    color: #fff;
}

.main-page-list li:hover ul li a{
  background: transparent;
  color:#fff;
}

.main-page-list li:hover ul li:hover a{
  background: transparent;
  color: #1d1b54;
}

.inner-main-pagination .main-page-list li:hover > .dropdown-menu{
      top: 100%;
      max-width: 45%;
      right: auto;
      left: auto;
      padding: 0;
      background: #fd4761;
      background: -moz-linear-gradient(-45deg, #fd4761 30%, #fb7a41 100%);
      background: -webkit-linear-gradient(-45deg, #fd4761 30%,#fb7a41 100%);
      background: linear-gradient(135deg, #fd4761 30%,#fb7a41 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd4761', endColorstr='#fb7a41',GradientType=1 );
      color: #fff;
      border-radius: 0;
      text-align: center;
  }

  .inner-main-pagination .main-page-list li:hover:nth-child(4)>.dropdown-menu{
      top: 100%;
      max-width: 45%;
      right: 10%;
      left: auto;
  }
  .inner-main-pagination .main-page-list li:hover:nth-child(5)>.dropdown-menu,
  .inner-main-pagination .main-page-list li:hover:nth-child(6)>.dropdown-menu{
     right:0;
     left:auto;
  }


/*-----------------------------*/

@media(max-width:1440px){
   .main-page-list li a {
      padding: 5px 5px;
  }
}
@media(max-width:1280px){
  .main-page-list li a {
      padding: 5px 10px;
  }
 .pagination_top a {
      padding: 5px 8px;
  }
}
@media(max-width:1199px){
.inner-main-pagination.scroll-fixed {
    position: fixed;
    top: 45px;
    padding: 20px 10px 10px !important;
    width: 100%;
    background-color: #ffffff !important;
    display: block;
    left: 0px !important;
    right: 0px !important;
    z-index: 9999;
    border-bottom: 1px #cccccc solid;
    background: #fd4761;
    background: -moz-linear-gradient(left, #fd4761 70%, #fb7a41 99%);
    background: -webkit-linear-gradient(left, #fd4761 70%,#fb7a41 99%);
    background: linear-gradient(to right, #fd4761 70%,#fb7a41 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd4761', endColorstr='#fb7a41',GradientType=1 );
}
.inner-main-pagination.scroll-fixed .row-0{
    background: #fff;
    padding: 0 5px 3px 5px;
}
  .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){
    .manuf-table-wrap-title h1 {
      margin-bottom: 10px!important;
    }
    .main-page-list li a {
      padding: 5px 5px;
  }
  .pagination_top a {
      padding: 5px 6px;
  }
    .manuf-table {
        border:none;
    }
 
}

@media(max-width:767px){
   .inner-main-pagination.scroll-fixed {
      padding-bottom: 10px !important;
      z-index: 999;
  }
  .inner-main-pagination.scroll-fixed .row-0 {
      background: #fff;
      padding: 0 5px 7px 5px;
  }
}


@media(max-width:480px){
  
  .main-page-list li a {
    padding: 5px 6px!important;
}
  .pagination_top {
      text-align: left;
  }
  
  .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%;
  }

  .pagination_top a.active {
      position: relative;
      top: 0;
      right: 0;
  }
}

@media(max-width:380px){

  .scroll-fixed .main-page-list li a, .pagination_top a {
      font-size: 0.90em;
  }
}
@media(max-width:320px){
 .main-page-list li a {
      padding: 3px 3px !important;
  }
  .inner-main-pagination.scroll-fixed .main-page-list li a {
      padding: 3px 5px !important;
  }
  .pagination_top{
    padding-top: 0;
  }
  .pagination_top a {
      padding: 6px 2px;
  }
  .pagination_top a.active {
      position: relative;
      top: 8px;
  }
  .main-page-list {
     
      padding: 6px 0;
      margin: 3px 0px 0px 0;
     
  }
}
/*--------------search by manu facture name-------------------------------*/

.search_long{ position:relative}
.search_long input {
    border: none;
    border-radius: 3px;
    width: 100%;
    padding: 6px 15px;
    padding-right: 45px;
    margin-top: 5px;
    background: #f4f6fa;
}

.search_long button {
    position: absolute;
    right: 0px;
    top: 5px;
    bottom: 0;
    z-index: 9;
    background-color: transparent;
    border: none;
    padding: 0px 15px;
    color: #fb7941;
}

.search_long button .fa-search:before {
    content: "\f002";
    font-size: 1.25em;
}

.search_long input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:rgba(0,0,0,0.36);
  font-family:'robotoregular';
  font-weight: 400; 
  font-size: 1em;
}
.search_long input::-moz-placeholder { /* Firefox 19+ */
  color:rgba(0,0,0,0.36);
  font-family:'robotoregular';
  font-weight: 400; 
  font-size: 1em;
}
.search_long input:-ms-input-placeholder { /* IE 10+ */
  color:rgba(0,0,0,0.36);
   font-family:'robotoregular';
  font-weight: 400; 
  font-size: 1em;
}
.search_long input:-moz-placeholder { /* Firefox 18- */
  color:rgba(0,0,0,0.36);
  font-family:'robotoregular';
  font-weight: 400; 
  font-size: 1em;
}

@media(min-width: 1440px){
  
}
@media(max-width: 991px){
 
}
/*---------- manuf table wrap -------------------*/

.manufacturer-table-wrap {
    margin-top: 20px;
    padding: 20px 0;
    border: 1px solid #7d8d9c;
}
.manuf-table-wrap-title h1 {
    color: #61646d;
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 1.250em;
}

.manuf-table thead {
    background: #c0cae2;
}
.manuf-table thead tr th{
  border-bottom: none;
}
.manuf-table thead tr th button {
    padding: 8px 20px;
    border: none;
    color: #fff;
    background: #fd4761;
    background: -moz-linear-gradient(-45deg, #fd4761 30%, #fb7a41 100%);
    background: -webkit-linear-gradient(-45deg, #fd4761 30%,#fb7a41 100%);
    background: linear-gradient(135deg, #fd4761 30%,#fb7a41 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd4761', endColorstr='#fb7a41',GradientType=1 );
}

.manuf-table .table > tbody >tr td {
    border-bottom: 1px solid #dadada;
    padding: 10px;
}

.manuf-table .table > tbody >tr td a{
	color:#61646e;
  font-weight: 500;
	transition: all .3s ease-in-out;
}
.manuf-table .table > tbody >tr td a:hover,
.manuf-table .table > tbody >tr td a:focus,
.manuf-table .table > tbody >tr td a:active{
	 background: -webkit-linear-gradient(left, #fd4761 , #fb7a41);
    background: -o-linear-gradient(right, #fd4761, #fb7a41);
    background: -moz-linear-gradient(right, #fd4761, #fb7a41);
    background: linear-gradient(to right, #fd4761 , #fb7a41);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    outline: none;
    text-decoration: none;
}

.manuf-table .table-striped>tbody>tr:nth-child(even) {
    background-color: #f4f6fb;
}

.manuf-table .table-striped>tbody>tr:nth-child(odd) {
    background-color: #fff;
}

.manuf-table-wrap-paginate {
    padding-top: 0;
    color: #717171;
    font-size: 0.95em;
    font-weight: 400;
    font-family: 'robotoregular';
}


@media(max-width:1024px){
  .manuf-table-wrap-title h3 {
    margin-bottom: 10px;
    text-align: center;
}
 
 .manuf-table-pagination {
      text-align: center;
      margin: -5px 0 10px;
      left: -15px;
  }
 .inner-main-pagination.scroll-fixed .manuf-table-wrap-paginate{
    background-color: #fff;
  }
  .inner-main-pagination.scroll-fixed .part-table-pagination{
     background-color: #fff;
     padding-bottom: 5px;
  }
}

@media(max-width: 767px){

  .manuf-table .table > tbody > tr td {
      display: block;
      width: 100%;
  }
   .manuf-table-pagination {
      text-align: center;
      margin: 0px auto 10px;
      left: 30px;
      width: 90%;
  }
}
@media(max-width: 480px){

   .manuf-table-pagination {
        text-align: center;
        margin: 0px auto 10px;
        left: 20px;
        width: 90%;
    }
    .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){

}
@media(min-width:1024px) {
    .manuf-table .table > tbody > tr td {
        width: 25%;
        word-break: break-all;
    }
}

@media(max-width:991px) {
    .manuf-table .table > tbody > tr td {
        Display: inline-block;
        width: 50%;
        word-break: break-all;
    }
}

@media(max-width:480px) {
    .manuf-table .table > tbody > tr td {
        display: block;
        width: 100%;
        word-break: break-all;
    }
}

/*--------------------|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: #61646d;
  cursor: pointer;
}
.page-item:hover a,.page-item:focus a,.page-item:active a{
   color: #61646d;
    outline:none;
    text-decoration:none;
}
.page-item:hover,.page-item:focus,.page-item:active{
   background: #7d8d9c;
    color: #61646d;
    outline:none;
    text-decoration:none;
}
.page-item.active{
    background: #c0cae2;
    color: #61646d;
}
.page-item.active a{
  color: #61646d;
}
.page-item:hover{
  background: #c0cae2;
    color: #61646d;
}

.manuf-list-pagination-1{
    position: relative;
    left: -20px;
    max-width: 85%; 
    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: #c0cae2;
    color: #919090;
    padding: 6px 10px;
    border-radius: 3px;
}



.manuf-list-1-prev{
    position: absolute;
    left: -18px;
    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: #fd4761;
    background: -moz-linear-gradient(-45deg, #fd4761 30%, #fb7a41 100%);
    background: -webkit-linear-gradient(-45deg, #fd4761 30%,#fb7a41 100%);
    background: linear-gradient(135deg, #fd4761 30%,#fb7a41 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd4761', endColorstr='#fb7a41',GradientType=1 );
    color:#61646d;
    outline:none;
}

@media(max-width:991px){
  .manuf-list-pagination-1 {
    left: 0px;
    max-width: 100%;
  }
  .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: #c0cae2;
    color: #919090;
    padding: 6px 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: #fd4761;
    background: -moz-linear-gradient(-45deg, #fd4761 30%, #fb7a41 100%);
    background: -webkit-linear-gradient(-45deg, #fd4761 30%,#fb7a41 100%);
    background: linear-gradient(135deg, #fd4761 30%,#fb7a41 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd4761', endColorstr='#fb7a41',GradientType=1 );
    color: #61646d;
    outline:none;
}

@media(max-width:1440px){
    .manuf-list-2-prev {
      left: -25px;
    }
    .manuf-list-2-next {
      right: 10px;
    }
}


@media(max-width:991px){
  .manuf-list-pagination-2 {
    left: 0px;
    max-width: 100%;
  }
  .manuf-list-2-prev {
      position: absolute;
      left: 0;
      top: 0;
      z-index: 99;
  }
  .manuf-list-2-next {
      right: -5px;
  }
}
/***************************************************************************************/

/*------------- Part Listing Page -------------------------------*/

.part-list-table-wrap {
    margin: 0;
    padding: 20px;
    border: 1px solid #7d8d9c;
}

.part-list-title h1 {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    margin: 20px;
    font-size: 1.6000em;
}

.part-pagination{
  margin:-25px 0;
}

.part-table .darkblue-bkg {
    background: #fd4761;
    background: -moz-linear-gradient(left, #fd4761 30%, #fb7a41 99%);
    background: -webkit-linear-gradient(left, #fd4761 30%,#fb7a41 99%);
    background: linear-gradient(to right, #fd4761 30%,#fb7a41 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd4761', endColorstr='#fb7a41',GradientType=1 );
}

.part-list-table-wrap .search_long input {
    margin-top: 0;
}
.part-list-table-wrap .inner-main-pagination .search-by-manuf .search_long {
    max-width: 90%;
}
.part-list-table-wrap .search_long button {
    top: 0;
}

/*-------*/
.part-table table{
  border:none;
}

.part-table .table-striped>tbody>tr:nth-child(even) {
    background-color: #f4f6fb;
}
.part-table .table-striped>tbody>tr:nth-child(odd) {
    background-color: #fff;
}

.part-table thead {
    background: #d7d9df;
}

.part-table thead tr th button{
  padding: 8px 20px;
    border: none;
    background: #f6b549;
    color: #fff;
}

.part-table thead.darkblue-bkg th {
    color: #fff;
    font-family: 'robotomedium';
    font-weight: 500;
    font-size: 1.15em;
    line-height: 1.5;
}

.part-table thead.darkblue-bkg th:last-child{
  text-align: center;
}
.part-table  td.table-rfq-btn{
  text-align: center;
}

.part-table .table > tbody > tr td {
    padding: 15px;
}
.part-table .table > tbody > tr td.table-rfq-btn a {
    background: #fd4761;
    background: -moz-linear-gradient(left, #fd4761 30%, #fb7a41 99%);
    background: -webkit-linear-gradient(left, #fd4761 30%,#fb7a41 99%);
    background: linear-gradient(to right, #fd4761 30%,#fb7a41 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd4761', endColorstr='#fb7a41',GradientType=1 );
    color: #fff;
    padding: 6px 25px;
    border-radius: 20px;
    font-family: 'robotomedium';
}

.part-table  td a {
  color:#333;
  text-decoration:none;
  cursor: pointer;
}

.part-table  td a:hover,
.part-table  td a:active,
.part-table  td a:focus  {
  background: -webkit-linear-gradient(left, #fd4761 , #fb7a41);
    background: -o-linear-gradient(right, #fd4761, #fb7a41);
    background: -moz-linear-gradient(right, #fd4761, #fb7a41);
    background: linear-gradient(to right, #fd4761 , #fb7a41);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  text-decoration:none;
}

.part-table .table> tbody >tr td.table-rfq-btn a:hover, .part-table .table> tbody >tr td.table-rfq-btn a:focus, .part-table .table> tbody >tr td.table-rfq-btn a:active {
    outline: 0;
    text-decoration: none;
    -webkit-box-shadow: 0px 5px 30px 0px rgba(244, 29, 28, 0.34);
    -moz-box-shadow: 0px 5px 30px 0px rgba(244, 29, 28, 0.34);
    box-shadow: 0px 5px 30px 0px rgba(244, 29, 28, 0.34);
    -webkit-text-fill-color: #fff;
}

@media(max-width: 1199px){
  .part-table .table > tbody > tr td.table-rfq-btn a {
      padding: 6px 30px;
  }
   .part-list-title {
      margin-top: 20px;
      margin-bottom: 20px;
  }
}
@media(max-width: 768px){
  .part-pagination {
        margin: 0 0;
    }
    
}
@media(max-width: 480px){
    .part-pagination {
      margin: 0 0;
  }
  .part-table .table> tbody > tr td:nth-child(2),
  .part-table  .table > tbody > tr td:nth-child(3){
    display: none;
  }
  .part-table .table> thead > tr th:nth-child(2),
  .part-table .table> thead > tr th:nth-child(3){
    display: none;
  }
   .part-table .table> thead > tr th, .part-table .table> tbody > tr td {
      font-size: 1em;
      white-space: normal;
      padding: 8px;
  }
  .part-table .table>tbody>tr td.table-rfq-btn a {
      padding: 5px 12px;
  }
  .part-table.table-responsive{
    padding-left: 0;
    padding-right: 0;
  }
  .marLn15 {
      margin-left: 0;
  }
}

/*--------------------|Part list Pagination |---------------------*/

.part-table-pagination .manuf-list-pagination-1 {
    left: 0px;
}
.part-table-pagination .manuf-list-pagination-1-nav .manuf-list-1-prev {
    left: 0px;
}
.part-table-pagination .manuf-list-pagination-1-nav .manuf-list-1-next {
    right: 0px;
}
.part-table-pagination .manuf-list-pagination-2 {
    left: -22px;
}
.part-table-pagination .manuf-list-pagination-2-nav .manuf-list-2-prev {
    left: -20px;
}
.part-table-pagination .manuf-list-pagination-2-nav .manuf-list-2-next {
    right: 20px;
}
.part-table-pagination.inner-main-pagination {
      margin: 5px 0;
}
.inner-main-pagination {
    margin: 0px 0;
}


@media(max-width:1199px){
  .inner-main-pagination.scroll-fixed {
    top: 45px;
  }
  .inner-main-pagination.scroll-fixed{
    padding: 0;
  }

  .part-table-pagination .manuf-list-pagination-1 {
      left: 0px;
      max-width: 82%;
  }
}
@media(max-width:991px){
  .search-by-manuf{
    margin-bottom: 0px;
  }
  .part-table-pagination .manuf-list-pagination-2 {
      left: 0px;
      margin-bottom: 20px;
      max-width: 82%;
  }
  .part-table-pagination .manuf-list-pagination-2-nav .manuf-list-2-prev {
      left: 10px;
  }
  .part-table-pagination .manuf-list-pagination-2-nav .manuf-list-2-next {
      right: 10px;
  }

  .part-table-pagination .manuf-list-pagination-1 {
    left: 0px;
    max-width: 85%;
}

}
/*---------------------- Part Listing Cage code--------------------------------------------------*/


.cage-code-title h1{
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    margin: 0px;
    font-size: 1.6000em;
}
.cage-code-wrapper {
    margin-top: 10px;
    float: left;
    width: 100%;
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
}
.cage-code-wrapper p{
  margin-bottom: 0;
  line-height: 1.5;
}

.more_btn {
      background: #fd4761;
    background: -moz-linear-gradient(left, #fd4761 30%, #fb7a41 99%);
    background: -webkit-linear-gradient(left, #fd4761 30%,#fb7a41 99%);
    background: linear-gradient(to right, #fd4761 30%,#fb7a41 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd4761', endColorstr='#fb7a41',GradientType=1 );
    color: #fff;
    padding: 6px 25px;
    border-radius: 20px;
    font-family: 'robotomedium';
    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;
        -webkit-box-shadow: 0px 5px 30px 0px rgba(244, 29, 28, 0.34);
    -moz-box-shadow: 0px 5px 30px 0px rgba(244, 29, 28, 0.34);
    box-shadow: 0px 5px 30px 0px rgba(244, 29, 28, 0.34);
}

.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: 55px;
    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: #0f273f;
    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;
}
@media (max-width: 1199px){
    .cage-code-title h1 {
        margin-top: 20px;
    }
}
@media(max-width:767px){
  .more_btn {
      margin: 10px!important;
  }
    .cage-result tr td{
        width: 50% !important;
        float: left;
        text-align: center !important;
        display: block !important;
    }
}


/*------------|FSC table title|-------------------*/
.fsc-pagination{
  margin:-20px 0;
}
h4.fsc-table-title {
    color: #fff;
    margin: 0;
    padding: 10px 10px;
    background: #fd4761;
    background: -moz-linear-gradient(-45deg, #fd4761 30%, #fb7a41 100%);
    background: -webkit-linear-gradient(-45deg, #fd4761 30%,#fb7a41 100%);
    background: linear-gradient(135deg, #fd4761 30%,#fb7a41 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd4761', endColorstr='#fb7a41',GradientType=1 );
}

h1.fsc-title {
    font-size: 1.600em;
    color: #000;
    margin: 0px;
    margin-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
}
.fsc-table .table{
  margin-bottom: 0;
}

.fsc-table td {
      padding: 0;
      width: 50%;
      white-space: normal!important;
  }
.fsc-table .table>tbody>tr>td {
    border-top: none;
    border-bottom: 1px solid #ffffff;
    padding: 10px 8px;
    background-color: #f0f4fd;
}
.fsc-table .table>tbody>tr:last-child >td{
  border-bottom: none;
}
.fsc-table .table>tbody>tr>td a{
  color:#333;
  font-weight: 500;
  text-decoration: none;
  cursor:pointer;
}

.fsc-table .table>tbody>tr>td a:hover,
.fsc-table .table>tbody>tr>td a:focus,
.fsc-table .table>tbody>tr>td a:active{
 color:#c20462;
 text-decoration:underline;
}

.fsc-view-more a.pulse {
   background: #fd4761;
    background: -moz-linear-gradient(-45deg, #fd4761 30%, #fb7a41 100%);
    background: -webkit-linear-gradient(-45deg, #fd4761 30%,#fb7a41 100%);
    background: linear-gradient(135deg, #fd4761 30%,#fb7a41 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd4761', endColorstr='#fb7a41',GradientType=1 );
    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:#0f273f;
      -webkit-box-shadow: 0px 5px 30px 0px rgba(244, 29, 28, 0.34);
    -moz-box-shadow: 0px 5px 30px 0px rgba(244, 29, 28, 0.34);
    box-shadow: 0px 5px 30px 0px rgba(244, 29, 28, 0.34);
    -webkit-text-fill-color: #fff;
}

@media(max-width:1600px){
  .fsc-pagination {
      margin: -20px 0px -20px -20px;
  }
}

@media(max-width:1366px){
}

@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-top: 0px;
    margin-bottom: 0px;
  }
    .fsc-pagination-wrap {
        background-color: #FFF;
        padding-top: 20px;
        margin-bottom: 7px;
    }
  .fsc-view-more a.pulse {
      position: relative;
      top: 5px;
      right: 10px; 
  }
}
@media (max-width: 991px){
  .fsc-table td {
      padding: 0;
      width: 100%;
      display: block;
      white-space: normal!important;
  }
  h1.fsc-title {
      margin-bottom: 0px;
  }
  .fsc-table .table>tbody>tr:last-child >td {
      border-bottom:1px solid #fff;
  }
  .fsc-table .table>tbody>tr:last-child >td:last-child {
      border-bottom:none;
  }
  .fsc-view-more a.pulse {
      padding: 6px;
  }
  .fsc-pagination-wrap {
      background-color: #FFF;
      padding-top: 0px;
  }
  .inner-main-pagination.scroll-fixed .fsc-pagination-wrap {
      padding-top:10px;
  }
}

@media (max-width: 380px){
  .fsc-view-more a.pulse {
      right: -5px;
  }
.fsc-view-more{
  text-align: left!important;
}

}
@media (max-width: 320px){

}
/*Universal td text wrap*/

@media(max-width: 1279px){
 
}


/*--------------------------------------|RFQ|----------------------------------------- */

h1.rfq-title {
    color: #000;
    margin-top: 20px;
    margin-bottom: 0px;
    font-family: 'robotomedium';
    font-weight: 500;
    font-size: 1.600em;
    text-transform: initial;
    margin-bottom: 10px;
}

.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;
    text-transform: capitalize;
}
.rfq-mfg-table td span.orange{
  color:#f04c4d;
}



@media(max-width:1280px){
   .rfq-mfg-table-wrap {
      padding: 10px 5px;
  }
}
@media(max-width:1024px){
 h1.rfq-title {
    margin-bottom: 20px;
}
.mob-general-text {
    padding: 0 10px;
    margin-bottom: 20px;
}
  
}
@media(max-width:991px){
  .rfq-mfg-table-wrap {
      margin-bottom: 10px!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: #fd4761;
    background: -moz-linear-gradient(-45deg, #fd4761 30%, #fb7a41 100%);
    background: -webkit-linear-gradient(-45deg, #fd4761 30%,#fb7a41 100%);
    background: linear-gradient(135deg, #fd4761 30%,#fb7a41 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd4761', endColorstr='#fb7a41',GradientType=1 );
    color: #fff;
    font-family: 'robotomedium';
    font-weight: 500;
    text-transform: uppercase;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin: 0;
    padding: 15px 10px;
}

.req-sec, .contact-sec{
  position: relative;
}

.req-sec p.red_text{
    position: absolute;
    right: 30px;
    top: 10px;
    color:#ecf1fd;
    font-family:'robotomedium';
}
p.red_text{
    /*position: absolute;
    top: -30px;
    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 25px 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;
}

.high_up .move_up {
    margin-top: 0;
}

.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(../images/arrow_select2.png) !important;
    background-repeat: no-repeat !important;
    background-position: 90% center !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.rfq_form select::-ms-expand {
  display: none;
}

.input_line {
  background-color: #fd4761;
  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: #fd4761;
  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: #fd4761;
    background: -moz-linear-gradient(-45deg, #fd4761 30%, #fb7a41 100%);
    background: -webkit-linear-gradient(-45deg, #fd4761 30%,#fb7a41 100%);
    background: linear-gradient(135deg, #fd4761 30%,#fb7a41 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd4761', endColorstr='#fb7a41',GradientType=1 );
    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 {
    -webkit-box-shadow: 0px 5px 30px 0px rgba(244, 29, 28, 0.34);
    -moz-box-shadow: 0px 5px 30px 0px rgba(244, 29, 28, 0.34);
    box-shadow: 0px 5px 30px 0px rgba(244, 29, 28, 0.34);
    -webkit-text-fill-color: #fff;
}

.materialinput {
  position: absolute;
  font-size: 1em;
  font-weight: bold;
  background: -webkit-linear-gradient(left, #fd4761 , #fb7a41);
    background: -o-linear-gradient(right, #fd4761, #fb7a41);
    background: -moz-linear-gradient(right, #fd4761, #fb7a41);
    background: linear-gradient(to right, #fd4761 , #fb7a41);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  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: 0;
    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{
  font-weight: 500;
}
.rfq-general-text-bottom a{
  color:#f2692f;
  text-decoration: none;
}

.g-recaptcha{
    transform:scale(0.8);
    transform-origin:0;
    -webkit-transform:scale(0.8);
    transform:scale(0.8);
    -webkit-transform-origin:0 0;
    transform-origin:0 0; 
    /*float:right;*/
}
.terms-checkbox{
  text-align: center;
}

.terms-checkbox sup {
    top: -.2em;
    font-size: 100%
}
.inner-rfq-submit{
  text-align: left;
}

@media(max-width:1600px){
  p.red_text {
      /*top: -28px;*/
      font-size: 1.00em;
  }
}
@media(max-width:1366px){
  p.red_text {
      font-size: 1.00em;
  }
    
}
@media(max-width:1280px){
  .g-recaptcha {
      transform: scale(0.75);
      transform-origin: 0;
      -webkit-transform: scale(0.75);
      transform: scale(0.75);
      -webkit-transform-origin: 0 0;
      transform-origin: 0 0;
      float: none;
  }
}
@media(max-width:1024px){
  p.red_text {
      /*top: -20px;*/
      font-size: 1.00em;
  }

}
@media(max-width:991px){
  .req-sec,.contact-sec{
    padding-left: 15px;
    padding-right: 15px;
  }
  .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){
  p.red_text {
      /*top: -30px;*/
      font-size: 1.00em;
  }
  .req-sec,.contact-sec{
    padding-left: 0px;
    padding-right: 0px;
  }
  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;
}
  p.red_text {
      font-size: 0.80em;
  }
}
/*-------------------------------------------------------------------*/
.upload-rfq-wrap{
    padding: 20px 10px;
    margin-bottom: 20px;
    border-radius: 5px;
    background: #fd4761;
    background: -moz-linear-gradient(-45deg, #fd4761 30%, #fb7a41 100%);
    background: -webkit-linear-gradient(-45deg, #fd4761 30%,#fb7a41 100%);
    background: linear-gradient(135deg, #fd4761 30%,#fb7a41 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd4761', endColorstr='#fb7a41',GradientType=1 );
}
.uplod-rfq-title img, .uplod-rfq-title p{
  display: inline-block;
  vertical-align: middle;
  margin:0 20px;
}

.upload-rfq-wrap p span.font-light{
  display: inline-block;
  font-weight: 300;
  font-family:'robotolight';
  color:#fff;
  font-size: 2em;
}

.upload-rfq-wrap p span.font-medium{
  display: inline-block;
  font-weight: 500;
  font-family:'robotomedium';
  color:#fff;
  font-size: 2em;
}

p.upload-rfq-text {
    margin: 20px;
    line-height: 1.35;
    color: #fff;
    font-size: 1.125em;
}

.upload-rfq-btn {
  position: relative;
   background: none;
  display: block;
  border: none;
  padding: 15px 20px;
  text-transform: uppercase;
  color: #fb7a41;
  background: #ffff;
  font-size: 1.5em;
  border-radius: 5px;
   -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background:#fff;
}

.upload-rfq-btn:hover,.upload-rfq-btn:focus,.upload-rfq-btn:active{
  outline: none!important;
      -webkit-box-shadow: 0px 5px 30px 0px rgba(244, 29, 28, 0.73);
    -moz-box-shadow: 0px 5px 30px 0px rgba(244, 29, 28, 0.73);
    box-shadow: 0px 5px 30px 0px rgba(244, 29, 28, 0.73);
    color: #fd4761;
}
.upload-rfq-btn img,.upload-rfq-btn span{
  display: inline-block;
  vertical-align:middle;
}

@media(max-width:1600px){
  .upload-rfq-btn {
    padding: 15px 10px;
  }
   p.upload-rfq-text {
      margin: 20px 0;
  }
}
@media(max-width:1440px){
  .upload-rfq-btn {
      font-size: 1.125em;
  }
  p.upload-rfq-text{
    font-size: 1.00em;
  }
}

@media(max-width:1200px){
  .uplod-rfq-title img, .uplod-rfq-title p {
      margin: 0 10px;
  }
  .upload-rfq-btn {
      padding: 15px 5px;
  }
  p.upload-rfq-text {
      margin: 10px 0;
  }
}
@media(max-width:991px){
  .upload-rfq-wrap p span.font-light,.upload-rfq-wrap p span.font-medium{
      font-size: 1.5em;
  }
  .upload-rfq-btn {
      font-size: 0.95em;
      padding: 10px 3px;
  }

}
@media(max-width:480px){
  p.upload-rfq-text {
      text-align: center;
  }
}
@media(max-width:320px){
  .uplod-rfq-title img, .uplod-rfq-title p {
      margin: 0 0;
  }
}
/*-----------------------------------------------------------------*/
.related-components h4 {
    background: #fd4761;
    background: -moz-linear-gradient(-45deg, #fd4761 30%, #fb7a41 100%);
    background: -webkit-linear-gradient(-45deg, #fd4761 30%,#fb7a41 100%);
    background: linear-gradient(135deg, #fd4761 30%,#fb7a41 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd4761', endColorstr='#fb7a41',GradientType=1 );
    color: #fff;
    font-family: 'robotomedium';
    font-weight: 500;
    text-transform: uppercase;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin: 0;
    padding: 15px 20px;
}
.related-components h4 i{
  margin-right: 10px; 
}
.related-components .table{
  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;
    padding-left: 20px;
}
.related-components .table tbody tr td a{
  color:#000;
  font-weight: 500;
  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{
  background: -webkit-linear-gradient(left, #fd4761 , #fb7a41);
    background: -o-linear-gradient(right, #fd4761, #fb7a41);
    background: -moz-linear-gradient(right, #fd4761, #fb7a41);
    background: linear-gradient(to right, #fd4761 , #fb7a41);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@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: 'Open Sans', sans-serif;
    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 {
    background: #fd4761;
    background: -moz-linear-gradient(-45deg, #fd4761 30%, #fb7a41 100%);
    background: -webkit-linear-gradient(-45deg, #fd4761 30%,#fb7a41 100%);
    background: linear-gradient(135deg, #fd4761 30%,#fb7a41 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd4761', endColorstr='#fb7a41',GradientType=1 );
    color: #fff;
    font-family: 'robotomedium';
    font-weight: 500;
    text-transform: uppercase;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin: 0;
    padding: 15px 20px;
}

.rfq-part-type .table-striped>tbody>tr:nth-child(odd) {
    background-color: #f4f6fb;
}

.rfq-top-manuf, .rfq-part-type ,.rfq-top-nsn {
    border: 1px solid #7d8d9c;
    border-top: 0;
}

.rfq-part-type .table,
.rfq-top-manuf .table,
.rfq-top-nsn .table{
    margin-bottom: 20px;
}
.rfq-top-nsn .table tr td,
.rfq-part-type .table tr td{
  padding: 15px;
}


.rfq-top-nsn .table tr td a,
.rfq-part-type .table tr td a {
  color:#333;
  text-decoration: none;
}

.rfq-top-nsn .table tr td a:hover,.rfq-top-nsn .table tr td a:focus,.rfq-top-nsn .table tr td a:active,
.rfq-part-type .table tr td a:hover,.rfq-part-type .table tr td a:focus,.rfq-part-type .table tr td a:active{
   background: -webkit-linear-gradient(left, #fd4761 , #fb7a41);
    background: -o-linear-gradient(right, #fd4761, #fb7a41);
    background: -moz-linear-gradient(right, #fd4761, #fb7a41);
    background: linear-gradient(to right, #fd4761 , #fb7a41);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.rfq-top-nsn .table tr:nth-child(odd){
  background-color: #f4f6fb;
}

.rfq-top-nsn .table tr td, .rfq-part-type .table tr td {
    padding: 10px 20px;
}
.rfq-top-nsn .table tr td a, .rfq-part-type .table tr td a{
  color:#061b5f;
    font-weight: 500;
}

.rfq-view-more {
    margin-bottom: 20px;
}
.rfq-view-more a {
  background: #fd4761;
    background: -moz-linear-gradient(-45deg, #fd4761 30%, #fb7a41 100%);
    background: -webkit-linear-gradient(-45deg, #fd4761 30%,#fb7a41 100%);
    background: linear-gradient(135deg, #fd4761 30%,#fb7a41 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd4761', endColorstr='#fb7a41',GradientType=1 );
  color: #fff;
  padding: 6px 20px;
  text-decoration: none;
  transition: all .3s ease-in-out;
  border-radius: 5px;
}

.rfq-view-more a:hover,
.rfq-view-more a:focus,
.rfq-view-more a:active{
  -webkit-box-shadow: 0px 5px 30px 0px rgba(244, 29, 28, 0.73);
    -moz-box-shadow: 0px 5px 30px 0px rgba(244, 29, 28, 0.73);
    box-shadow: 0px 5px 30px 0px rgba(244, 29, 28, 0.73);
}
@media(max-width:1280px){
.rfq-top-nsn .table tr td, .rfq-part-type .table tr td {
    padding: 10px 8px;
}
}
@media(max-width:991px){
  h4.rfq-sec-title{
    margin-top: 20px;
  }
   .rfq-top-nsn .table tr td, .rfq-part-type .table tr td {
      padding: 10px 8px;
      width: 20%;
    }
}
@media(max-width:767px){
  .fsc-table.table > tbody > tr > td, .table > tfoot > tr > td {
      display: block;
      width: 100%;
  }

}
@media(max-width:480px){

   
}

/*-----------|USP|--------------*/
.usp{
  background-color: #edf1fb;
}
.inner-usp{
  background-color: #fff;
}
.usp .inner-usp-wrap {
    margin: 10px 0;
    padding-bottom: 0;
}

/*----------------------|NSN RFQ|------------------ */
.nsn-rfq-tables .nsn-rfq-table-title {
    background: #fd4761;
    background: -moz-linear-gradient(-45deg, #fd4761 30%, #fb7a41 100%);
    background: -webkit-linear-gradient(-45deg, #fd4761 30%,#fb7a41 100%);
    background: linear-gradient(135deg, #fd4761 30%,#fb7a41 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd4761', endColorstr='#fb7a41',GradientType=1 );
    color: #fff;
    font-family: 'robotomedium';
    font-weight: 500;
    text-transform: uppercase;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin: 0;
    padding: 15px 20px;
}
.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 td {
    border-top: none;
    color: #000;
    padding-left: 20px;
}
.nsn-rfq-tables .table-striped>tbody>tr td a{
  color:#000;
  text-decoration: none;
}
.nsn-rfq-tables .table-striped>tbody>tr td a:hover,
.nsn-rfq-tables .table-striped>tbody>tr td a:focus,
.nsn-rfq-tables .table-striped>tbody>tr td a:active{
  background: -webkit-linear-gradient(left, #fd4761 , #fb7a41);
    background: -o-linear-gradient(right, #fd4761, #fb7a41);
    background: -moz-linear-gradient(right, #fd4761, #fb7a41);
    background: linear-gradient(to right, #fd4761 , #fb7a41);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.nsn-rfq-tables .characteristic-table tbody>tr:nth-child(even),
.nsn-rfq-tables .characteristic-table tbody>tr:nth-child(odd){
  color:#000;
}
.nsn-rfq-tables .characteristic-table tbody>tr:nth-child(odd) {
    background-color: #ecf1fd;
}

.nsn-rfq-tables .characteristic-table th:nth-child(2n), .nsn-rfq-tables .characteristic-table th:nth-child(2n+1) {
    font-family: 'robotomedium';
    color: #fff;
    font-weight: 500;
    max-width: 33.33%;
    width: 33%;
    padding-left: 20px;
}

.characteristic-table tr th strong {
    font-weight: 500;
    color: #000;
    font-family: 'robotomedium';
}

@media(max-width:1440px){
  .nsn-rfq-tables .table-striped > tbody > tr td {
      color: #000;
      padding-left: 20px;
  }
}
/*================================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: 0;
    margin-top: 0;
}

.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: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    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 input[type="email"]:focus,
 .content_section .rfq_form input[type="tel"]:focus,
  .content_section .rfq_form input[type="text"]:focus,
   .content_section .rfq_form select:focus,
    .content_section .rfq_form textarea:focus{
      border-bottom:1px solid #f84761;
    }

.content_section2 .more_btn {
    margin: 0px !important;
}

.content_section2 .more_btn {
    background-color: #b69f72;
    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: 0;
    transition: 0.3s;
    border: none !important;
    margin: 10px 10px 10px 0px !important;
    transition: all .3s ease-in-out;
}

.content_section2 .more_btn:hover,
.content_section2 .more_btn:hover,
.content_section2 .more_btn:hover{
  background-color:#0f273f;
}

.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: -15px !important;
}
.content_section2 .message h3 { font-size: 1.3em; }
.content_section2 .red_btn,.content_section2  .view { background: #fd4761;
    background: -moz-linear-gradient(-45deg, #fd4761 30%, #fb7a41 100%);
    background: -webkit-linear-gradient(-45deg, #fd4761 30%,#fb7a41 100%);
    background: linear-gradient(135deg, #fd4761 30%,#fb7a41 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd4761', endColorstr='#fb7a41',GradientType=1 ); color: #ffffff !important; text-transform: uppercase; font-size: 1.2em; display: inline-block; padding: 8px 18px; text-decoration: none !important; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; transition: 0.3s; border: none !important; margin: 12px 10px 10px 0px !important; }
.content_section2 .view { background-color: #b69f72; }
.content_section2 .red_btn:hover, .content_section2 .view:hover, .content_section2 .red_btn:focus, .content_section2 .view:focus {
    -webkit-box-shadow: 0px 5px 30px 0px rgba(244, 29, 28, 0.34);
    -moz-box-shadow: 0px 5px 30px 0px rgba(244, 29, 28, 0.34);
    box-shadow: 0px 5px 30px 0px rgba(244, 29, 28, 0.34);
    -webkit-text-fill-color: #fff;
}

/***********************************|message close|***********************************/
@media (max-width:1440px) {
  .content_section2 .more_btn {
      padding: 10px 15px;
  }
    .g-recaptcha {
      transform: scale(0.65);
      transform-origin: 0;
      -webkit-transform: scale(0.65);
      transform: scale(0.65);
      -webkit-transform-origin: 0 0;
      transform-origin: 0 0;
      /*float: right;*/
  }
}
@media (max-width:1280px) {
  .content_section2 .more_btn {
      padding: 10px 10px;
  }
   .g-recaptcha {
      float: none;
  }
}
@media (max-width:1199px) {
    .g-recaptcha {
      transform: scale(0.75);
      transform-origin: 0;
      -webkit-transform: scale(0.75);
      transform: scale(0.75);
      -webkit-transform-origin: 0 0;
      transform-origin: 0 0;
      float: none;
  }
}

@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;
  }
  .g-recaptcha {
      transform: scale(0.7);
      transform-origin: 0;
      -webkit-transform: scale(0.7);
      transform: scale(0.7);
      -webkit-transform-origin: 0 0;
      transform-origin: 0 0;
      float: none;
  }

}

@media (max-width:767px) {
  .g-recaptcha {
      transform: scale(0.85);
      transform-origin: 0;
      -webkit-transform: scale(0.85);
      transform: scale(0.85);
      -webkit-transform-origin: 0 0;
      transform-origin: 0 0;
  }

}

/*******************************|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: -18px;
    opacity: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    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: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    height: 40px;
    width: 100%;
    padding: 8px 15px 8px 15px;
    border: none;
    border: 1px #c5c7c7 solid;
    background-color: transparent !important;
    margin-top: 0px;
    margin-bottom: 0px;
    outline: none;
}

.content_section .rfq_form textarea { resize: vertical; }

.content_section2 .rfq_form textarea {
    margin-top: 10px;
}
.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(max-width: 767px){
  .content_section .move_up {  
    margin-top: -15px;
  }
  .content_section .rfq_form {
    padding: 0;
    overflow: visible;
    padding-bottom: 0px;
  }
  .content_section2 {
    padding: 0 !important;
  }
  .content_section .slidehead {
      margin-top: 0;
  }
  .content_section .red_text {
      float: none;
      margin-bottom: 0;
  }
  .g-recaptcha {
      float: none;
  }
}

/*-------------------------------------------------------------------------------------------------*/
/*css foro default pagination*/

.def-pag .pagination > .active > a,
.def-pag .pagination > .active > span,
.def-pag .pagination > .active > a:hover,
.def-pag .pagination > .active > span:hover,
.def-pag .pagination > .active > a:focus,
.def-pag .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    border-color: transparent;
    background: #fd4761;
    background: -moz-linear-gradient(left, #fd4761 30%, #fb7a41 99%);
    background: -webkit-linear-gradient(left, #fd4761 30%,#fb7a41 99%);
    background: linear-gradient(to right, #fd4761 30%,#fb7a41 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd4761', endColorstr='#fb7a41',GradientType=1 );
}

.def-pag .pagination > li > a:hover, .def-pag .pagination > li > span:hover, .def-pag .pagination > li > a:focus,
.def-pag .pagination > li > span:focus {
    background: #fd4761;
    background: -moz-linear-gradient(left, #fd4761 30%, #fb7a41 99%);
    background: -webkit-linear-gradient(left, #fd4761 30%,#fb7a41 99%);
    background: linear-gradient(to right, #fd4761 30%,#fb7a41 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd4761', endColorstr='#fb7a41',GradientType=1 );
    border-color: transparent;
    color: #fff;
}

.def-pag .pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0 0;
    border-radius: 4px;
    cursor: pointer;
}

.def-pag {
    text-align: right;
    width: 100%;
    background-color: #fff;
}

@media(max-width: 1199px) {
    .inner-main-pagination.scroll-fixed .def-pag {
        text-align: center;
    }

        .inner-main-pagination.scroll-fixed .def-pag .pagination {
            padding: 5px;
            border-radius: 0;
            text-align: center;
        }
}
.search_long input {
    margin-bottom: 6px;
}

/*.pre-footer .foot-disc {
    position: relative;
}

.pre-footer .foot-disc p {
    margin-bottom: 0;
    padding: 0 15px;
    line-height: 1.2;
    color: #000000;
    font-size: 1.15em;
    font-family: 'robotoregular';
    display: inline-block;
}

.pre-footer .foot-disc ul li{
  list-style: none;
}

@media(max-width: 1600px){
.pre-footer .foot-disc {
      position: relative;
      top: 10px;
  }
}
@media(max-width: 1199px){
  .pre-footer .foot-disc {
      position: relative;
      top: 5px;
  }
  .pre-footer .foot-disc p {
    padding: 0 0px;
  }
}
@media(max-width: 991px){
  .pre-footer .foot-disc {
      position: relative;
      top: 0px;
      max-width: 75%;
      margin: 0 auto;
  }
}
@media(max-width: 480px){
  .pre-footer .foot-disc {
      position: relative;
      top: 0px;
      max-width: 100%;
      margin: 0 auto;
  }
  .pre-footer .foot-disc ul{
    padding-left: 10px;
  }
}
@media(min-width: 1920px){
.pre-footer .foot-disc {
      position: relative;
      top: 20px;
  }
}
.foot-disc > ul > li{
    list-style-type: disc !important;
    display: inherit;
}
.foot-disc > ul > li > p:before {  
    display: inline;
    font-family: 'FontAwesome';
    content: '\25CF';
    margin:0 5px 0 -15px;
    color: #724970;
}*/

.foot-disc p, .no-china p, .fallenheroes p { line-height: 1.2; font-size: 1em }

.no-china img, .no-china p, .fallenheroes p { vertical-align: middle }

.pre-footer { padding: 0; margin: 0 }

.foot-disc, .no-china, .fallenheroes { position: relative; background-color: #fff; color: #6a7582; padding: 4px 20px 0 40px; border-top: 2px #d4333c solid; border-bottom: 3px solid #ccc; overflow: hidden; min-height: 150px; margin-bottom: 30px; border-radius: 10px; }

.no-china-content, .fallenheroes-content { position: absolute; width: 100%; height: 100%; left: 0; right: 0; top: 0; margin: 0 auto; padding-top: 2em }

.foot-disc ul li { width: 100%; float: none; text-align: left; margin: 0; padding: 0; /*border-bottom: 1px dashed #ccc*/ }

.foot-disc p { margin-bottom: 0; padding: 5px 0; color: #000 }

.no-china p, .fallenheroes p { padding-left: 14px; padding-top: 1.2em; margin-left: 18% }

.no-china img, .fallenheroes img { width: 80px; float: left }

@media(min-width:768px) and (max-width:980px) {
	.foot-disc, .no-china, .fallenheroes { min-height: 138px }
}

@media(min-width:1024px) and (max-width:1280px) {
	.no-china-content, .fallenheroes-content { position: absolute; width: 100%; height: 100%; padding-left: 10px; padding-right: 10px }

	.no-china p, .fallenheroes p { margin-left: 29%; padding-left: 2px }

	.mobipfix { margin-top: -10% !important }

	.foot-disc, .no-china, .fallenheroes { min-height: 187px }
		.foot-disc ul { margin-top: 11%; }
}

@media(min-width:768px)and (max-width:991px) {
	.no-china-content, .fallenheroes-content { padding-left: 30px; padding-right: 30px }

	.mobipfix { margin-top: 0 !important }

	.no-china p, .fallenheroes p { margin-left: 14% }
	.foot-disc ul { margin-top: 3%; }
}

@media(max-width:767px) {
	.no-china p, .fallenheroes p { line-height: 1.2; font-size: 1em; display: block; vertical-align: middle; margin-left: 95px; padding-top: 1.2em }
}

@media(max-width:480px) {
	.no-china-content, .fallenheroes-content { position: absolute; width: 100%; height: 100%; padding-left: 15px; padding-right: 10px; padding-top: 20px }

	.no-china p, .fallenheroes p { margin-left: 79px; padding-top: .4em; margin-top: 12px; }

	.fallenheroes { min-height: 165px }
	.foot-disc, .no-china { min-height: 120px; }

	.mobipfix { margin-top: -4% !important }
	.foot-disc ul { margin-top: 3%; }
	.mobiimg-fix { margin-top: 2%; }
}

.mobipfix { margin-top: -6%; }

@media(min-width:1367px) and (max-width:1920px) {
	.mobipfix { margin-top: -1% }

	.foot-disc, .no-china, .fallenheroes { min-height: 167px }

		.no-china p, .fallenheroes p { margin-left: 17% }

	.no-china-content { left: 21%; }

	.foot-disc ul { margin-top: 6%; }
	.fallenheroes p { padding-right: 29px; }
}

@media(min-width:1025px) and (max-width:1366px) {
	.no-china-content { left: 12%; }

	.foot-disc ul { margin-top: 6%; }
	.fallenheroes p { padding-right: 29px; }
}


@media(max-width:360px) {
	.fallenheroes { min-height: 170px; }
}

@media(max-width:330px) {
	.fallenheroes { min-height: 220px }
	.foot-disc, .no-china { min-height: 120px; }
	.mobiimg-fix { margin-top: 10%; }
}


