/*Navbar*/

.form-control {
  box-shadow: none;
  -webkit-box-shadow:none;
  -moz-box-shadow:none;
}

#top-header {
	background-color: #F5F5F5;
	padding: 20px 0;
}

.navbar-brand {
  padding: 7px 3px;
  margin-top: -6px; 
  width: 120px!important;
}

.navbar-brand img {
  width: 100px;
}

.navbar-inverse {
  background-color: #FFF;
  border:none;
  border-radius: 0;
}

.navbar-inverse .navbar-nav>li>a {
  color: #777;
  margin-top: 10px;
  font-weight: 400;
  font-size: 14px;
}

.navbar-inverse .navbar-nav>li>a:hover {
  color: #DD4F05;
}

.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:active:focus {
  color: #DD4F05;
}

.menu-icon {
	padding-right: 8px;
}

.dropdown-icon {
	padding-left: 5px;
}

.user-icon {
	font-size: 2.5em!important;
}

.search-top {
	float: left;
}

.top-search {
  position: relative;
  display: table;
  border-collapse: separate;
  width: 56%;
  float: left;
  margin-top: 11px;
  font-family: 'Khula', sans-serif;
}

.top-search .input-group-btn select{
  width: 120px!important;
  border:2px solid #DD4F05 !important;
  border-right: none!important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.top-search .input-group-btn select:focus{
  box-shadow:none;
}

.top-search.input-group .form-control:not(:first-child):not(:last-child), .top-search.input-group-addon:not(:first-child):not(:last-child), .top-search.input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.top-search .form-control {
  height: 38px;
  padding: 0 15px;
  border:none;
  height: 38px;
}

.top-search input {
  border:2px solid #DD4F05 !important;
  border-left: none!important;
}

.top-search input:focus {
  box-shadow:none;
}

.select-btn1 {
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  background: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'><path fill='#444' d='M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'></path></svg>");
  background-position: 100% 50%;
  background-repeat: no-repeat;
  padding: 8px 15px;
  cursor: pointer;
  display: block;
}

.search-btn2 {
	border-radius: 0;
  padding: 8px 15px;
  background-color: #DD4F05;
  border: 1px solid #DD4F05;
  margin-left: 0px!important;
  color: #FFF;
}

.dropdown-text {
	position: absolute;
  top: 10px;
  margin-left: 47px;
}

.margin-left-5 {
  margin-left: 5px;
}

.main-category {
  /*position: relative;*/
  padding:0;
}

.main-category img{
  margin-right: 10px;
  float: left;
  width: 14px;
}

.menu-img {
  margin-right: 10px;
  float: left;
  width: 14px;
}

.main-category h2 {
  font-size: 14px!important;
  color: #797979!important;
  font-weight: 600;
  margin-bottom: 10px;
  padding: 0 20px;
}

.main-category h3 {
  font-size: 14px!important;
  color: #25477A!important;
  font-weight: 600;
  margin-bottom: 10px;
  padding: 0 10px;
}

.main-category li {
  list-style: none;
  padding: 10px 20px;
  position: unset!important;
}

.main-category li:hover {
  background-color: #f9f9f9;
  color: #797979;
}

.main-category li a {
  font-size: 14px;
  color: #797979;
}

.main-category li a:hover {
  color: #DD4F05;
}

.main-category li a:focus, .main-category:active:focus {
  color: #DD4F05;
}

.main-category .main-sub {
    position: absolute;
    height: 376.66px;
    float: left;
    width: 906px;
    top: 0;
    left: 249px;
    border: none;
    padding: 20px;
    box-shadow: none;
    background-color: #f9f9f9;
    border-right: 2px solid #DDD;
    overflow: hidden;
    z-index: 100;
  }

.main-category .main-sub {
  visibility: hidden;
  position: absolute;
}

.main-category li:hover .main-sub {
  visibility: visible;
}

.main-category:hover .main-sub {
  display: block;
}

.main-sub-menu {

}

.main-sub-menu li {
  padding: 7px 10px;
}

.main-sub-menu li a {
  font-size: 13px;
  color: #000;
}

/*.main-category .main-sub:before {
  border-bottom: 7px solid transparent;
  border-left: none;
  border-right: 7px solid rgba(0, 0, 0, 0.2);
  border-top: 7px solid transparent;
  left: -7px;
  top: 10px;
}

.main-category .main-sub:after {
  border-top: 6px solid transparent;
  border-left: none;
  border-right: 6px solid #fff;
  border-bottom: 6px solid transparent;
  left: 10px;
  top: 11px;
  left: -6px;
}
*/
.mc-icon {
  float: right;
}

.mc-list {
  padding-right: 5px;
}

.navbar {
	margin-bottom: 0;
}

.navbar-default{
	background-color: #FFF;
	border-color: transparent;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
  color: #555;
  background-color: #FFF;
}

#main-nav {
	background-color: #FFF;
  padding: 15px 0;
}

#slider {
	margin: 20px 0;
}

.carousel-indicators li {
	background-color: #fff;
  border: 1px solid #DD4F05;
}

.carousel-indicators .active {
	background-color: #DD4F05;
	border: 1px solid #DD4F05;
}

.t-wrap {
	width: 100%;
  height: 376.66px;
	background-color: #FFF;
	border: 1px solid #FFF;
	padding: 20px 0;
	margin-bottom: 10px;
  display: block;
}

/*.t-wrap h2 {
	color: #25477A;
	font-size: 2em;
}*/

.t-wrap h3 {
	color: #25477A;
}

.t-wrap p {
	font-size: 1.1em;
}

.learn-btn {
	border-radius: 0;
  background-color: #204d74;
  border: 2px solid #204d74;
  color: #FFF;
}

/*top-cats*/

#top-cats {
  margin-bottom: 20px;
  }

  #top-cats .top-title {
    text-transform: uppercase;
    font-weight: 600!important;
    text-align: center;
    padding: 15px 0;
}

#top-cats .top-title:before,
#top-cats .top-title:after {
    background-color: #ddd;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 20%;
}

#top-cats .top-title:before {
    right: 0.5em;
    margin-left: -50%;
}

#top-cats .top-title:after {
    left: 0.5em;
    margin-right: -50%;
}

.top-cats-menu p{
  font-size: 16px;
  margin-bottom: 0;
}

.top-cats-menu a{
  text-decoration: none;
  color: #797979;
}

.top-cats-menu {
  padding: 15px;
  background-color: #fff;
}

.top-cats-menu img {
  width: 30%;
  opacity: 0.6;
  padding-bottom: 15px;
}

.tc-wrap {
  border-right:1px solid #DDD;
}

/*Info Bar*/

#info-bar .inb {
	background-color: #FFF;
	padding: 10px 0;
	margin-bottom: 20px;
}

.inb p {
	margin:0;
	font-size: 1.2em;
}

.inb span {
	color: #DD4F05;
	font-weight: 600;
}

/*Featured Products*/

#featured-prdts {
  padding: 0 0 30px;
}

#featured-prdts .tab-content {
  padding: 20px;
}

#featured-prdts .top-title {
  text-transform: uppercase;
  font-weight: 600!important;
  text-align: center;
  padding: 15px 0;
}

#featured-prdts .top-title:before,
#featured-prdts .top-title:after {
    background-color: #ddd;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 20%;
}

#featured-prdts .top-title:before {
    right: 0.5em;
    margin-left: -50%;
}

#featured-prdts .top-title:after {
    left: 0.5em;
    margin-right: -50%;
}

.hr-bar {
  background-color: #ddd;
  width: 100%;
  height: 5px;
  margin: 8px 0 20px;
  clear: both;
}

.section-wrap {
  background-color: #FFF;
  height: 305px;
}

.section-wrap .nav-tabs {
  background-color: #FBFBFB;
  margin-bottom: 25px;
}

.nav-tabs li {
    
}

.section-wrap .nav-tabs>li>a {
  border-radius: 0;
  color: #000;
  margin-right: 0;
  text-align: left;
  font-weight: 600;
  padding: 20px 15px;
}

.section-wrap .nav-tabs>li>a:hover {
  background-color: #F5F5F5;
  color: #DD4F05;
}

.section-wrap .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  background-color: #F5F5F5;
  color: #DD4F05;
}

.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}


.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;

}

/*Request for quote*/

#rfqoute {
  padding: 0 0 30px;
}

#rfqoute h3 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
}

#rfqoute .top-title {
  text-transform: uppercase;
  font-weight: 600!important;
  text-align: center;
  padding: 0 0 15px;
}

#rfqoute .top-title:before,
#rfqoute .top-title:after {
    background-color: #ddd;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 20%;
}

#rfqoute .top-title:before {
    right: 0.5em;
    margin-left: -50%;
}

#rfqoute .top-title:after {
    left: 0.5em;
    margin-right: -50%;
}

.rfq-wrap {
  width: 100%;
  height: auto;
  padding: 28px 20px;
  background-color: #FFF;
  margin-bottom: 15px;
  border:1px solid #DDD;
}

.rfq-wrap h2 {
  font-size: 2.5em;
  font-weight: 600;
  color: #DD4F05;
}

.img-wrap {
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #ddd;
}

.rfq-form {

}

.rfq-form input{
  border-radius: 0;
}

.rfq-form select{
  border-radius: 0;
}

.rfq-form .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
  margin-top: -3px!important;
}

/*Top Suppliers*/

#testimonial {
  /*background-color: #007a9e;*/
  /*padding: 100px 0;*/
  margin-bottom: 30px;
}

#testimonial .item {
  color: #fff;
  text-align: center;
  padding: 50px 0;
}

#testimonial .item h3 {
  font-size: 1.2em;
  color: #19a4b7;
}

#testimonial .item h1 {
  font-size: 2.2em;
  color: #FFF;
  font-weight: 500;
  margin-bottom: 10px;
}

#testimonial .quote {
  font-size: 1.2em;
  font-style: italic;
  line-height: 20px;
  color: #FFF;
  font-weight: normal;
}

#testimonial .name {
  font-size: 1.5em;
  color: #FFF;
  margin-bottom: 0;
}

#testimonial .title {
  font-size: 1.2em;
  color: #DD4F05;
  font-style: italic;
}

#top-supplier {
  padding: 15px 0 30px;
}

#top-supplier h3 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
}

#top-supplier .inb {
  margin-bottom: 20px;
}

.prdt-wrap {
  height: auto;
  background-color: #FFF;
  margin-bottom: 20px;
  box-shadow: 0 3px 12px -2px rgba(0,0,0,0.08);
}

.prdt-wrap p {
  font-size: 12px;
}

.prdt-wrap h4 {
  font-size: 16px;
  text-align:left;
}

.prdt-wrap h5 {
  font-size: 24px;
  text-align:left;
  color: #444;
  margin-bottom: 0;
  padding-top: 10px;
}

.prdt-wrap h5 span {
  font-size: 14px !important;
  color: #444!important;
}

/*.prdt-wrap img {
  border-radius: 5px 5px 0 0;
}*/

.prdt-wrap a {
  text-decoration: none;
}

.prdt-wrap-image {
  height: 220px;
  border-bottom: 1px solid #eee;
}

.prdt-text {
  padding: 15px;
}

.badge {
  background: #b20c0c;
  color: #FFF;
  position: absolute;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  line-height: 31px;
  font-weight: 300;
  font-size: 14px;
  border: 2px solid #FFF;
  box-shadow: 0 0 0 1px #b20c0c;
  top: 5px;
  right: 7%;
}

.carousel-control {
  width: 100%;
  background-image: none;
}
.carousel-control.left {
  margin-left: 5px;
}
.carousel-control.right {
  margin-right: 5px;
}

/*Newsletter*/

#newsl {
  padding:60px 0 0;
  background-color: #002d42;
  /*border-bottom: 1px solid #DD4F05;*/
}

#newsl h3{
  text-align: center;
  font-size: 14px;
  color: #FFF;
  font-weight: 300;
}

#newsl p {
  text-align: center;
  font-size: 14px;
}

#newsl .input-group {
  margin: 20px auto;
  width: 100%;
  text-align: left!important;
  font-family: 'Khula', sans-serif;
}

#newsl input.newsl-inp {
  width: 65%!important;
  height: 45px!important;
  padding: 0 15px;
  border-radius: 0;
  text-align: left!important;
  font-family: 'Khula', sans-serif;
}

#newsl button.btn {
  width: 35%;
  height: 45px;
  border-radius: 0;
  font-family: 'Khula', sans-serif;
  background: #DD4F05;
  border: 1px solid #DD4F05;
}

/*My Account*/

.login-btn {
  border-radius: 0;
  /*padding: 5px 22px;*/
  background-color: #DD4F05;
  border: 2px solid #DD4F05;
  color: #FFF;
  font-weight: 600;
  font-size: 12px;
}

.join-btn {
  border-radius: 0;
  /*padding: 5px 15px;*/
  background-color: #FFF;
  border: 2px solid #DD4F05;
  color: #DD4F05;
  font-weight: 600;
  font-size: 12px;
  float: right;
}

.account-menu {
  margin-top: 20px;
  padding-left: 0;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
}

.account-menu li{
  list-style: none;
  padding: 10px 0;
}

.account-menu li a{
  color: #767676;
  text-decoration: none;
  font-weight: normal;
  font-size: 12px;
}

.account-menu li a:hover {
  color: #DD4F05;
}

.title-text {
  font-size: 1.5em;
  color: #000;
}

.fav {
  font-size: 14px;
}

.fav a {
  color: #DD4F05;
  font-weight: 600;
  text-decoration: none;
}

/*Login*/

#login {
  padding: 30px 0;
  /*background: url(../img/bg.jpg) center;*/
}

.login-wrap {
  background-color: #FFF;
  padding: 30px;
  min-height: 385px;
  box-shadow: 0 3px 12px -2px rgba(0,0,0,0.08);
}

.login-wrap h2 {
  font-size: 4em;
  font-weight: lighter;
  color: #797979;
  text-align: left;
}

.login-wrap h2 span{
  font-size: 1.43em;
  font-weight: 600;
  color: #DD4F05;
  text-align: left;
}

.login-box {
  width: 100%;
  height: auto;
  padding: 40px;
  border:1px solid #DDD;
}

.login-form {
  font-family: 'Khula', sans-serif;
}

.login-form label {
  width: 100%;
  font-weight: 600;
  font-size: 13px;
  padding-bottom: 5px;
}

.login-form label span{
  float: right;
}

.login-form input{
  border-radius: 0;
}

.login-form select{
  border-radius: 0;
}

.login-form button{
  width: 100%;
  margin-bottom: 10px;
}

.login-form .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
  margin-top: -2px;
  font-weight: 600;
}

/*Sign up*/

#signup {
  padding: 30px 0;
}

.signup-wrap {
  background-color: #FFF;
  padding: 50px 30px;
  min-height: 400px;
  box-shadow: 0 3px 12px -2px rgba(0,0,0,0.08);
}

.signup-wrap h2 {
  text-align: center;
  font-size: 2em;
  margin: 0 0 20px;
  /*color: #DD4F05!important;*/
}

.signup-form input{
  border-radius: 0;
}

.signup-form select{
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  background: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'><path fill='#444' d='M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'></path></svg>");
  background-position: 100% 50%;
  background-repeat: no-repeat;
}

.signup-form .form-group label{
  font-weight: 600;
  font-size: 13px;
}

.signup-form .checkbox label{
  font-weight: normal;
  line-height: 1.8em;
  font-size: 13px;
}

.signup-form button{
  width: 90%;
}

.signup-form .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
  /*margin-top: -3px;*/
}

.sup-rgt {
  box-shadow: 0 3px 12px -2px rgba(0,0,0,0.08);
  width: 100%;
  height: 631px;
  overflow: hidden;
}

.sup-rgt img{
  width: 100%;
  cursor: pointer;
}

/*Product display*/

.prdt-filter {
  background-color: #FFF;
  border:1px solid #DDD;
  padding: 5px 20px;
  margin-bottom: 30px;
}

#prdt-disp {
  padding: 30px 0;
}

.breadcrumb {
  margin-bottom: 5px;
}

#prdt-disp .breadcrumb li a {
  color: #DD4F05;
  font-size: 13px;
}

.search-filter {
  margin: 8px 0;
  font-family: 'Khula', sans-serif;
}

.search-filter label {
  font-weight: 400;
  font-size: 14px;
  padding-right: 15px;
  padding-top: 10px;
}

.search-filter .checkbox-inline {
  padding-right: 5px;
}

.search-filter select {
  border-radius: 0;
}

.search-filter .form-group {
  margin-right: 10px;
}

.prdt-wrapper {
  float: left;
  margin-bottom: 10px;
  overflow: hidden;
}

.prdt-wrapper a {
  text-decoration: none;
}

.thumbnail{
  width: 24%;
  padding: 0;
  margin-right: 1%;
  border-radius: 0;
  border:none;
  border-top:1px solid transparent;
  border-left:1px solid transparent;
}

.thumbnail:hover{
  border-top:1px solid #DDD;
  border-left:1px solid #DDD;
  box-shadow: 2px 2px 3px rgba(0,0,0,.13);
}

.prdt-pic {
  /*width: 202px;*/
  height: 230px;
  overflow: hidden;
  padding: 0!important;
  border-bottom: 1px solid #eee;
}

.prdt-pic img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}

.prdt-details {
  padding: 5px;
}

.prdt-details h2{
  font-size: 18px;
  margin-bottom: 5px;
}

.prdt-details p {
  font-size: 14px;
}

.prdt-details h3{
  font-size: 24px;
  font-weight: 400;
  color: #444;
  margin:8px 0;
}

.prdt-details h3 span{
  font-size: 14px !important;
  font-weight: normal!important;
}

.prdt-details h4{
  font-size: 16px;
}

.prdt-details h4 span{
  color: #000;
  font-weight: 600;
}

.line{
  margin-bottom: 5px;
}

.prdt-details button {
  padding: 5px 10px;
  background-color: #dd4f05;
  border: 2px solid #dd4f05;
  color: #FFF;
  font-weight: normal;
  font-size: 14px;
  border-radius: 0;
  width: 100%;
}

.prdt-details button:hover {
  background-color: #dd4f05;
  border: 2px solid #dd4f05;
  color: #FFF;
}

.prdt-details button i {
  padding-right: 5px;
  color: #FFF;
  font-size: 1em;
  margin-top: 0;
}

.prdt-details i {
  color: #797979;
  font-size: 1.5em;
  margin-top: 5px;
}

.side-option {
  background-color: #F5F5F5;
  width: 100%;
  min-height: 670px;
}

#side-wrap.affix{
  position: fixed;
  top: 100px;
}

#side-wrap1.affix{
  position: fixed;
  top: 100px;
}

.affix-top{
  position: static;
}

.affix-bottom{
  position:absolute;
  bottom:auto !important;
}

.pagination {
  float: left;
  margin: 10px 0;
}

.pagination>li:first-child>span {
  border-radius: 0px;
}

.pagination>li:last-child>a {
  border-radius: 0px;
  margin-right: 0;
}

.pagination>li>a, .pagination>li>span {
  color: #767676;
  margin-right: 10px;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
  background-color: #ccc;
  border-color: #ccc;
  color: #FFF;
}

.sub-head {
  border-bottom:1px solid #DDD;
  font-size: 14px;
  padding: 10px 0;
  margin: 0;
  font-weight: 700;
}

.cat-brand {
  padding: 5px 0;
}

.cat-brand .well {
  min-height: 20px;
  padding: 0; 
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: none;
  border-radius: 0;
  box-shadow: none; 
}

.checkbox+.checkbox, .radio+.radio {
  margin-top: 0;
}

.checkbox, .radio {
  margin-top: 8px;
  margin-bottom: 8px;
}

.sub-head span a {
  font-size: 18px;
  text-decoration: none;
  color: #767676;
}

.styled-checkbox {
  position: absolute;
  opacity: 0;
}
.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.styled-checkbox + label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: white;
  border:2px solid #DDD;
}
.styled-checkbox:hover + label:before {
  background: #f35429;
}
.styled-checkbox:focus + label:before {
  border:2px solid #DDD;
}
.styled-checkbox:checked + label:before {
  background: #FFF;
}
.styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.styled-checkbox:checked + label:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 9px;
  background: #f35429;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 #f35429, 4px 0 0 #f35429, 4px -2px 0 #f35429, 4px -4px 0 #f35429, 4px -6px 0 #f35429, 4px -8px 0 #f35429;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*Product details Page*/

.supplier-menu {
  background-color: #FFF;
  margin:15px 0;
  border:1px solid #DDD;
}

.supplier-menu ul{
  padding: 10px 0;
}

.supplier-menu ul li{
  list-style: none;
  padding: 0 12px;
  border-right: 1px solid #DDD;
  display: inline-block;
  font-size: 14px;
}

.supplier-menu ul li:last-child{
  border-right: none;
}

.supplier-menu ul li a{
  color: #797979;
  text-decoration: none;
}

.supplier-menu ul li a:hover{
  color: #DD4F05;
}

.prdt-view {
  padding: 15px;
  background-color: #FFF;
  min-height: 400px;
  margin:0 0 20px;
  border:1px solid #DDD;
}

.prdt-left {
  border-right: 1px solid #F5F7FA;
}

.prdt-right {
  padding: 0;
}

.prdt-view .tab-content {
  overflow: hidden;
  padding: 0px;
}
.prdt-view .tab-content img{
  max-width: 100%;
  height: 350px;
}

.prdtview-pic {
  width: 100%;
  height: 350px;
  overflow: hidden;
}

.thumb-wrap {
  padding: 15px;
}

.prdt-thumb .thumb {
  width: 50px;
  height: 50px;
  margin-right: 5px;
  margin-bottom: 5px;
  float: left;
  overflow: hidden;
  /*border:2px solid transparent;*/
}

.prdt-thumb .thumb img {
  min-height: 50px;
}

.prdt-thumb .thumb:hover {
  border:2px solid #DD4F05;
}

.prdt-view .nav-tabs {
  background-color: #FFF;
  border-bottom: none;
}

.prdt-view h2 {
  font-size: 16px;
  font-weight: 600;
  color: #25477A;
  margin-bottom: 5px;
  padding: 0 10px;
}

.prdt-view h3 {
  font-size: 16px;
  background-color: #F5F7FA;
  padding: 10px 10px;
  margin: 10px 0;
}

.prdt-view h3 span{
  color: #DD4F05;
  font-weight: 600;
}

.prdt-view h4 {
  font-size: 16px;
  padding: 10px 10px;
  margin: 10px 0;
}

.prdt-view h5 {
  padding: 0 10px;
}

.prdt-view button {
  padding: 5px 10px;
  background-color: #dd4f05;
  border: 2px solid #dd4f05;
  color: #FFF;
  font-weight: 600;
  font-size: 12px;
  border-radius: 0;
  margin: 10px 10px 20px;
}

.prdt-view button i {
  padding-right: 5px;
  color: #FFF;
  font-size: 1em;
  margin-top: 0;
}

.user-opt {
  min-height: 45px;
  border-top: 1px solid #F5F7FA;
  border-bottom: 1px solid #F5F7FA;
  padding: 10px 10px;
}

.user-opt p {
  font-size: 14px;
  float: left;
  margin-right: 20px;
}

.pay-opt {
  padding: 10px 10px;
}

.pay-opt p {
  font-size: 14px;
}

.pay-opt img {
  float: left;
  margin-right: 10px;
}

.prdt-dt-sidebar {
  width: 100%;
  height: 521px;
  margin:15px 0 20px;
  /*background-color: #FFF;*/
  border:1px solid #DDD;
  padding: 13px;
}

.prdt-dt-sidebar h2 {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 600;
}

.prdt-dt-sidebar p {
  font-size: 13px;
  margin-top: 10px;
  font-weight: 600;
}

.prdt-dt-sidebar p a {
  text-decoration: none;
  color: #797979;
}

.side-prdt {
  padding: 15px 0;
  border-bottom: 1px solid #DDD;
}

.side-prdt img {
  width: 80px;
  height: 80px;
}

.side-prdt h3 {
  font-size: 14px;
}

.side-prdt h4 {
  font-size: 14px;
}

.side-prdt h4 span{
  color: #DD4F05;
  font-weight: 600;
}

#prdt-info {
  padding: 0 0 30px;
}

.prdtinfo-tabs {
  background-color: #FFF;
}

.prdtinfo-tabs .nav-tabs {
  background-color: #f5f5f5;
  border-bottom: none;
}

.prdtinfo-tabs .nav-tabs li {
    
}

.prdtinfo-tabs .nav-tabs>li>a {
  border-radius: 0;
  color: #797979;
  margin-right: 5px;
  text-align: left;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-bottom: none;
}

.prdtinfo-tabs .nav-tabs>li>a:hover {
  background-color: #F5F5F5;
  color: #DD4F05;
}

.prdtinfo-tabs .nav-tabs>li.active>a, .prdtinfo-tabs .nav-tabs>li.active>a:focus, .prdtinfo-tabs .nav-tabs>li.active>a:hover {
  background-color: #FFF;
  color: #DD4F05;
}

.prdtinfo-tabs .tab-content {
  padding: 15px;
  min-height: 300px;
  border: 1px solid #DDD;
}

.prdtinfo-tabs h2 {
  font-size: 18px!important;
  color: #000;
  font-weight: 600;
}

.prdtinfo-tabs h3 {
  font-size: 12px!important;
  clear: both;
}

.prdtinfo-tabs h4 {
  font-size: 13px!important;
  color: #000;
  font-weight: 600;
}

.prdtinfo-tabs p {
  line-height: 1.9em;
}

.prdtinfo-tabs span{
  font-size: 12px!important;
  color: #797979;
  font-weight: 600;
}

.gap {
  padding: 10px 0;
}

.prdtinfo-tabs table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.prdtinfo-tabs td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

.prdtinfo-tabs tr:nth-child(even) {
    background-color: #dddddd;
}

.verisign {
  color: #1D9E74!important;
  padding-left: 5px;
  cursor: pointer;
}

.supp-prdt-img img{
  width: 200px;
  float: left;
  margin:0 10px 20px;
  cursor: pointer;
}

.send-msg {
  padding: 15px;
  min-height: 300px;
  background-color: #FFF;
  border:1px solid #DDD;
}

.send-msg h2 {
  font-size: 18px!important;
  color: #000;
  font-weight: 600;
}

.ctnspp-form p{
  font-size: 14px;
  padding-top: 3px;
}

.ctnspp-form input{
  border-radius: 0;
}

.ctnspp-form select{
  border-radius: 0;
}

.ctnspp-form textarea{
  border-radius: 0;
}

.ctnspp-form .form-group label{
  font-weight: 600;
  font-size: 13px;
}

.ctnspp-form .form-group label span{
  color: #DD4F05;
}

.ctnspp-form .checkbox label{
  font-weight: normal;
  line-height: 1.8em;
  font-size: 13px;
}

.ctnspp-formm button{
  
}

.ctnspp-form .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
  /*margin-top: -3px;*/
}

/*Contact Supplier Page*/

#cont-supp-pg {
  padding: 50px 0 50px;
}

.cont-supp-wrap {
  border:1px solid #DDD;
  /*background-color: #FFF;*/
  min-height: 400px;
  padding: 20px;
}

.cont-supp-wrap h1 {
  font-size: 15px;
  margin-bottom: 5px;
  margin-left: 0;
}

.cont-supp-wrap h2 {
  font-size: 14px;
}

.cont-supp-wrap h3 {
  font-size: 14px;
  color: #000;
}

.cont-supp-wrap img {
  width: 70px;
}

.impt {
  font-weight: 600;
  color: #000!important;
}

/*Dashboard*/

.sidebar {
  padding-left: 0;
}

.sidebar .navbar-default {
  background-color: #555;
  border-bottom: 2px solid #555;
}

.main-container { 
  /*background-color: #fff;*/
  /*border:1px solid #DDD;
  margin: 50px auto;*/
}

.footer {
  width: 100%;
}  

.side-menu {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 800px;
  background-color: #555;
  border-right: 1px solid #e7e7e7;
}

.side-menu .navbar {
  border: none;
}

.side-menu .navbar-header {
  width: 100%;
  border-bottom: 1px solid #e7e7e7;
}

.side-menu .navbar-nav .active a {
  background-color: transparent;
  margin-right: -1px;
}

.side-menu .navbar-nav li {
  display: block;
  width: 100%;
}

.side-menu .navbar-nav li a {
  padding: 15px 10px;
  color: #fff;
  font-size: 12px;
  border-right: 4px solid transparent;
}

.side-menu .navbar-nav li a:hover {
  color: #FFF;
  background-color: #797979;
  border-right: 4px solid #DD4F05;
}

.side-menu .navbar-nav li a:focus, .side-menu .navbar-nav li a:active:focus {
  color: #fff;
  /*background-color: #2a2a2a;
  border-right: 4px solid #DD4F05;*/
}

.side-menu .navbar-default .navbar-nav>.active>a, .side-menu .navbar-default .navbar-nav>.active>a:focus, .side-menu .navbar-default .navbar-nav>.active>a:hover {
  color: #FFF;
  background-color: #797979;
  border-right: 4px solid #DD4F05;
}

.side-menu .navbar-nav li a .glyphicon {
  padding-right: 10px;
}

.side-menu #dropdown {
  border: 0;
  margin-bottom: 0;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
}

.side-menu .icon-left {
  padding-right: 15px;
}

.side-menu .sidemenu-icon {
  float: right;
  padding-top: 3px;
}

.side-menu #dropdown .indicator {
  float: right;
}

.side-menu #dropdown li a {
  padding: 15px 50px;
}

.side-menu #dropdown .panel-body {
  padding: 0;
  background-color: #f3f3f3;
}

.side-menu #dropdown .panel-body .navbar-nav {
  width: 100%;
  background-color: #303030;
}

.side-menu #search-trigger {
  background-color: #f3f3f3;
  border: 0;
  border-radius: 0;
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px 18px;
}

.side-menu .brand-name-wrapper {
  min-height: 50px;
}

.side-menu .brand-name-wrapper .navbar-brand {
  display: block;
}

.side-menu #search {
  position: relative;
  z-index: 1000;
}

.side-menu #search .panel-body {
  padding: 0;
}

.side-menu #search .panel-body .navbar-form {
  padding: 0;
  padding-right: 50px;
  width: 100%;
  margin: 0;
  position: relative;
  border-top: 1px solid #e7e7e7;
}

.side-menu #search .panel-body .navbar-form .form-group {
  width: 100%;
  position: relative;
}

.side-menu #search .panel-body .navbar-form input {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  width: 100%;
  height: 50px;
}

.side-menu #search .panel-body .navbar-form .btn {
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  border-radius: 0;
  background-color: #f3f3f3;
  padding: 15px 18px;
}

.switch {
  height: 50px;
  background-color: #252525;
}

.dash-view {
  background-color: #F9FBFF;
  min-height: 300px;
  width: 100%;
  margin: 15px 0;
  border:1px solid #DDD;
}

.dash-view2 {
  background-color: #F9FBFF;
  min-height: 405px;
  width: 100%;
  margin: 15px 0;
}

.dash-view-data {
  padding: 15px 10px;
  background-color: #FFF;
  border-bottom: 1px solid #DDD;
}

.dash-view-data h2{
  font-size: 2.5em;
  margin-bottom: 0;
}

.dash-view-data h2 i{
  padding-left: 10px;
}

.dash-view-data p{
  font-size: 13px;
}

.dash-view-dtls {
  min-height: 70px;
  padding: 10px 15px;
  border-bottom: 1px solid #DDD;
}

.dash-view-dtls img {
  float: left;
}

.dash-view-dtls p {
  float: left;
  padding-left: 10px;
  padding-top: 5px;
}

.dash-view-dtls ul{
  margin-top: 15px;
}

.dash-view-dtls ul li {
  list-style: none;
  display: inline-block;
  padding: 10px 20px;
  border-right: 1px solid #DDD;
}

.dash-view-dtls ul li:last-child {
  border-right: none;
}

.dash-view-dtls ul li a{
  text-decoration: none;
  color: #DD4F05;
  font-size: 13px;
}

.dash-view-dtls ul li a span{
  padding: 3px 8px 0px 7px;
  border:1px solid #ddd;
  background-color: #ddd;
  border-radius: 50%;
  color: #797979!important;
}

.dash-view-info {
  padding: 10px 15px;
}

.dash-view-info h2 {
  font-size: 1.6em;
  font-weight: 600;
}

.dash-view-info h2 span{
  font-size: .6em!important;
  font-weight: normal!important;
  /*color: #DD4F05;*/
}

.dash-view-info p a{
  color: #DD4F05;
}

.dash-view-tabs {
  background-color: #FFF;
}

.dash-view-tabs .nav-tabs {
  background-color: #F5F5F5;
  border-bottom: none;
}

.dash-view-tabs .nav-tabs li {
    
}

.dash-view-tabs .nav-tabs>li>a {
  border-radius: 0;
  color: #797979;
  margin-right: 5px;
  text-align: left;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-bottom: none;
}

.dash-view-tabs .nav-tabs>li>a:hover {
  background-color: #F5F5F5;
  color: #DD4F05;
}

.dash-view-tabs .nav-tabs>li.active>a, .dash-view-tabs .nav-tabs>li.active>a:focus, .dash-view-tabs .nav-tabs>li.active>a:hover {
  background-color: #FFF;
  color: #DD4F05;
}

.dash-view-tabs .tab-content {
  padding: 15px;
  min-height: 405px;
  border: 1px solid #DDD;
}

.dash-view-tabs h2 {
  font-size: 18px!important;
  color: #000;
  font-weight: 600;
}

.dash-view-tabs h3 {
  font-size: 12px!important;
  clear: both;
}

.dash-view-tabs h4 {
  font-size: 13px!important;
  color: #000;
  font-weight: 600;
}

.dash-view-tabs p {
  line-height: 1.9em;
}

.prdtinfo-tabs span{
  font-size: 12px!important;
  color: #797979;
  font-weight: 600;
}

.dash-view-tabs table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.dash-view-tabs td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

.dash-view-tabs tr:nth-child(even) {
    background-color: #dddddd;
}

/*RFQ*/

.rfq-form a {
  text-decoration: none;
}

.rfq-wrapp {
  border:1px solid #DDD;
  min-height: 400px;
  padding: 20px;
}

.rfq-wrapp h1 {
  font-size: 20px;
  margin-bottom: 5px;
  margin-left: 0;
  font-weight: normal;
  padding-left: 68px;
  color: #DD4F05;
}

.rfq-wrapp h1 span{
  color: #DD4F05;
  font-size: 25px!important;
}

.rfq-wrapp h2 {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

.rfq-wrapp h3 {
  font-size: 14px;
  font-weight: 600;
  color: #DD4F05;
}

.rfq-form p{
  font-size: 14px;
  padding-top: 3px;
}

.rfq-form input{
  border-radius: 0;
}

.rfq-form select{
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  background: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'><path fill='#444' d='M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'></path></svg>");
  background-position: 100% 50%;
  background-repeat: no-repeat;
  padding: 8px 15px;
  cursor: pointer;
  background-color: #FFF;
}

.rfq-form textarea{
  border-radius: 0;
}

.rfq-form .form-group label{
  font-weight: 600;
  font-size: 13px;
}

.rfq-form .form-group label span{

}

.rfq-form .form-group .service-wrap span{
  
}

.rfq-form .checkbox label{
  font-weight: normal;
  line-height: 1.8em;
  font-size: 13px;
}

.rfq-form button{
  width: 100%;
}

.rfq-form .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
  margin-top: 3px;
}

.service-wrap {
  border:1px solid #f4bfa3;
  background-color: #FFF;
  color: #797979;
  padding: 10px 15px;
  margin-bottom: 15px;
  border-radius: 0;
  font-size: 13px;
  text-align: left;
}

.service-wrap:hover {
  border:1px solid #DD4F05;
  background-color: #FFF;
  color: #797979;
}

.service-wrap.btn-primary.active, .service-wrap.btn-primary:active, .open>.dropdown-toggle.service-wrap.btn-primary {
  border:1px solid #DD4F05;
  background-color: #FFF;
  color: #797979;
}


.fileUpload {
  position: relative;
  overflow: hidden;
  border-radius: 0;
}
.fileUpload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

/*Pricing Plans*/

#packages {
  padding: 100px 0;
}

#packages h2 {
  text-align: center;
  font-size: 1.8em;
  margin-top: 0;
}

#packages p {
  text-align: center;
}

.checked {
  color: #1D9E74;
  font-size: 1.5em!important;
  text-align: center;

}

.checked2 {
  color: #DD4F05;
  font-size: 1.5em!important;
  text-align: center;

}

#packages table { width: 100%; text-align: left; border-spacing: 0; border-collapse: collapse; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

#packages th, td { font-family: inherit; font-size: .875em; line-height: 1.45; color: #444; vertical-align: middle; padding: 1em; }
th { font-weight: 600; }

#packages colgroup:nth-child(1) { width: 25%; border: 0 none; }
#packages colgroup:nth-child(2) { width: 25%; border: 0 none; }
#packages colgroup:nth-child(3) { width: 25%; border: 0 none; }
#packages colgroup:nth-child(4) { width: 25%; border: 0 none; }


/* Tablehead */

#packages thead th {text-align: center; position: relative;  padding: 3em 0 2em; font-weight: 400; color: #999; border:none;}
#packages thead th:nth-child(1) { background: transparent; }
#packages thead th h2 { font-weight: 300; font-size: 2.4em; line-height: 1.2; color: #59c7fb; }
#packages thead th h2 + p { font-size: 1.25em; line-height: 1.4; }
/*#packages thead th:nth-child(3) h2 { font-size: 3.6em; }*/
#packages thead th:nth-child(3) h2 + p { font-size: 1.5em; }

#packages thead th p.promo { font-size: 1em; color: #fff; position: absolute; top: 9em; left: -17px; z-index: 1000; width: 100%; margin: 0; padding: .625em 17px .75em; background: #c00; box-shadow: 0 2px 4px rgba(0,0,0,.25); border-bottom: 1px solid #900; }

#packages thead th p.promo:before { content: ""; position: absolute; display: block; width: 0px; height: 0px; border-style: solid; border-width: 0 7px 7px 0; border-color: transparent #900 transparent transparent; bottom: -7px; left: 0; }
#packages thead th p.promo:after { content: ""; position: absolute; display: block; width: 0px; height: 0px; border-style: solid; border-width: 7px 7px 0 0; border-color: #900 transparent transparent transparent; bottom: -7px; right: 0; }


#packages tbody tr { font-size: 1.2em; }
#packages tbody th { background: #F5F5F5; border: none; border-bottom: 1px solid #ccc; }
#packages tbody th span { font-weight: normal; font-size: 87.5%; color: #999; display: block; }

#packages tbody td { background: #F5F5F5; text-align: center; }

#packages tbody tr:nth-child(even) th,
#packages tbody tr:nth-child(even) td { background: #F5F5F5; border-bottom: 1px solid #ccc; border-width: 1px 0 1px 1px; }
#packages tbody tr:nth-child(odd) td { background: #F5F5F5; border-bottom: 1px solid #ccc; border-width: 1px 0 1px 1px; }
#packages tbody tr:last-child td { border-bottom: 1px solid #ccc; }
#packages tfoot {text-align: center;}
#packages tfoot th{border:none;}

.head-wp {
  padding: 10px;
  border: 2px solid #797979;
  background-color: ;
  margin: 0 50px;
}

/*Favorite Page*/

#favorites {
  padding: 30px 0;
}

#favorites .top-title {
  text-transform: uppercase;
  font-weight: 600!important;
  text-align: left;
  padding: 15px 0;
  font-size: 1.5em;
}

.fav-prdt {
  padding: 15px 0;
  border-bottom: 1px solid #DDD;
}

.fav-prdt img {
  /*width: 80px;*/
}

.fav-prdt h3 {
  font-size: 14px;
}

.fav-prdt h4 {
  font-size: 14px;
}

.fav-prdt h4 span{
  color: #DD4F05;
  font-weight: 600;
}

.fav-prdt button {
  border-radius: 3;
  padding: 5px 10px;
  background-color: #00A0CE;
  border: 1px solid #00A0CE;
  color: #FFF;
  font-weight: 600;
  font-size: 12px;
  margin: 10px 0;
}

.fav-prdt button i {
  padding-right: 5px;
  color: #FFF;
  font-size: 1em;
  margin-top: 0;
}

/*Footer*/

footer {
  background:#303030;
  padding: 50px 0 0;
}

footer h2 {
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  margin-top: 0;
}

footer h4 {
  color: #FFF;
  margin-top: 15px;
  padding-bottom: 10px;
}

footer p{
  color: #FFF;
  font-size: 12px;
}

.ft-links {
  padding-left: 0;
  margin: 20px 0;
  text-align: left;
}

.ft-links li{
  list-style: none;
  padding-bottom: 18px;
}

.ft-links li a{
  color: #FFF;
  text-decoration: none;
  font-size: 14px;
}

.ft-links li a:hover {
  color: #ccc;
}

.ft-links h2 {
  color: #FFF;
  font-size: 15px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom:22px;
}

footer h2 a {
  text-decoration: none!important;
  color: #FFF!important;
}

.social-icon {
  color: #FFF;
  font-size: 1.5em!important;
  padding: 0 35px 20px 0;
}

.social-icon:hover {
  color: #ccc;
}

.social-wrap {
  text-align: right;
}

.copy {
  padding: 20px 0;
  margin-top: 15px;
  text-align: center;
  color: #FFF;
  font-size: 14px;
}

.top-bdr {
  border-top: 1px solid #ddd;
}

.sub-form {
  display: block;
  margin-bottom: 25px;
}

.sub-form input {
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.sub-form button {
  border-radius: 0;
}


/*Category Page*/

.caregory-menu {
  margin:15px 0;
  padding: 5px 20px 5px 0;
  border-bottom:1px solid #DDD;
}

.caregory-menu h2{
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
}

.side-prdt2 {
  padding: 15px 0;
}

.side-prdt2 img {
  width: 80px;
}

.side-prdt2 h3 {
  font-size: 14px;
}

.side-prdt2 h4 {
  font-size: 14px;
}

.side-prdt2 h4 span{
  color: #DD4F05;
  font-weight: 600;
}

.cat-wrap {
    min-height: 75px;
    margin-bottom: 15px;
}

.cat-wrap a{
  font-size: 13px!important;
  line-height: 20px;
}

.cat-wrap h2 {
  font-size: 13px;
}

.mobile-menu {
  display: none;
  text-align: center;
}

.mobile-menu li{
  list-style: none;
  display: inline-block;
  padding:10px 0 10px 20px;
}

.mobile-menu li a{
  text-decoration: none;
  color: #DD4F05;
  font-size:0.85em;
}

.sp-right {
    padding-left: 0;
  }

#error404 {
  padding: 150px 0;
}

#error404 img{
  width: 300px;
  margin-bottom: 40px;
}

#error404 h1{
  font-size: 10em;
  letter-spacing: 12px;
}

#error404 p{
  font-size: 3em;
  font-weight: 300;
}

#error404 button {
  background-color: #DD4F05;
  margin-top: 20px;
  border-radius: 0;
}

/*@media(min-width:768px) and (max-width:991px){
  .container {
    max-width: 100%;
  }

  .input-group {
    width: 45%;
  }

@media(max-width:900px) {
  .container {
    width: 100%;
  }

  }*/

.mobile-search {
  position: relative;
  display: table;
  border-collapse: separate;
  width: 60%;
  float: left;
  margin-top: 11px;
  font-family: 'Khula', sans-serif;
  display: none;
}

.mobile-search .input-group-btn select{
  width: 120px!important;
  border:1px solid #eeb597 !important;
  border-right: none!important;
}

.mobile-search .input-group-btn select:focus{
  box-shadow:none;
}

.mobile-search.input-group .form-control:not(:first-child):not(:last-child), .mobile-search.input-group-addon:not(:first-child):not(:last-child), .mobile-search.input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.mobile-search .form-control {
  height: 38px;
  padding: 0 15px;
  border:none;
  height: 38px;
  box-shadow: none;
  -webkit-box-shadow:none;
}

.mobile-search input {
  border:1px solid #eeb597 !important;
  border-left: none!important;
}

.mobile-search input:focus {
  box-shadow:none;
}

/*Supplier Page*/

#spp-bn {
  background: url(../img/seller.jpg) center;
  background-size: center;
  height: 350px;
}

#spp-main-prdt {
  padding: 30px 0;
}

#spp-main-prdt .top-title {
  text-transform: uppercase;
  font-weight: 600!important;
  text-align: center;
  padding: 15px 0;
}

#spp-main-prdt .top-title:before,
#spp-main-prdt .top-title:after {
    background-color: #ddd;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 20%;
}

#spp-main-prdt .top-title:before {
    right: 0.5em;
    margin-left: -50%;
}

#spp-main-prdt .top-title:after {
    left: 0.5em;
    margin-right: -50%;
}

.smp-wrap {
  
}

.smp-wrap h2 {
  font-size: 1.5em;
  text-transform: uppercase;
}

.spp-view-more {
  font-size: 14px;
  margin-top: 50px;
}
.spp-view-more a {
  text-decoration: none;
}

#spp-bn {
  padding: 50px 0;
}

.img-spp {
  width: 100px;
  height: 100px;
  border:1px solid #FFF;
  overflow: hidden;
  padding: 10px;
  background: rgba(0,0,0,0.2);
  margin-bottom: 25px;
}

.img-spp img {
  max-width: 100%;
}

#spp-bn h2 {
  font-size: 3.5em;
  color: #FFF;
}

#spp-bn h3 {
  color: #FFF;
  font-size: 1.6em;
  font-weight: lighter;
}

#spp-bn p {
  font-size: 1.1em;
  font-weight: lighter;
  color: #FFF;
}

#spp-bn p span{
  padding-right: 5px;
  color: #FFF;
}

#contact {
  background: url(../img/cnt.png) center;
  background-size: center;
  width: 100%;
  height: 300px;
}

#contact h1 {
  padding: 105px 0 0;
  font-size: 5em;
  color: #FFF;
}

#contact-fm {
  padding: 50px 0;
}

#contact-fm h2{
  text-align: center;
}

#contact-fm p{
  text-align: center;
  font-size: 14px;
  margin-bottom: 35px;
}

.cntc-fm textarea {
  height: 200px!important;
}

.cntc-fm input {
  height: 50px!important;
}

.cnt-btn {
  background-color: #DD4F05;
  border:1px solid #DD4F05;
  margin-top: 20px;
  padding: 11px 35px;
  font-weight: 600;
}

#about-page {
  padding: 50px 0;
}

#about-page h2{
  font-size: 1.8em;
}

#about-page p{
  font-size: 1.1em;
}

#privacy-page {
  padding: 50px 0;
}

#privacy-page h2{
  font-size: 1.8em;
}

#privacy-page p{
  font-size: 1.1em;
}

.imp-head {
  font-weight: 600;
  font-size: 1.3em;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    background-color: #FFF;
    border-right: 1px solid #ddd;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    display: none;
}

.mobile-nav {
  font-size:20px;
  cursor:pointer;
  float:right;
  padding-top: 20px;
  display: none;
  color: #DD4F05;
}

.sidenav a {
    padding: 20px 8px 8px 32px;
    text-decoration: none;
    font-size: 14px;
    color: #555;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #DD4F05;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

#main {
    transition: margin-left .1s;
    padding: 16px;
}

.mobile-acct {
  height: auto;
  padding: 10px 0;
  border-bottom: 1px solid #DDD;
}

.acct-icon {
  padding-right: 5px;
  font-size: 2em;
}

.well {
  border-top: 1px solid #ddd;
  margin: 12px 0;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  border-bottom: none;
  background-color:#FFF;
}

/*Find Supplier Page*/

.supplier-sidebar {
  width: 100%;
  min-height: 528px;
  margin: 15px 0 20px;
  background-color: #FFF;
  border: 1px solid #DDD;
}

.spp-disp {
  width: 100%;
  min-height: 163px;
  margin: 15px 0 20px;
  padding: 10px;
  /*background-color: #FFF;*/
  border-bottom: 1px solid #DDD;
}

.spp-wrap {
  width: 70%;
  float: left;
}

.spp-action {
  width: 28%;
  float: left;
  margin-left: 2%;
  height: 100px;
}

.spp-action button{
  border-radius: 0;
  float: right;
  margin-bottom: 15px;
}

.spp-action .spp-btn {
  background-color: #dd4f05;
  border: 1px solid #dd4f05;
  color: #FFF;
  border-radius: 0;
}

.spp-action a{
  text-decoration: none;
  color: #797979;
  font-size: 14px;
}

.spp-img {
  width: 35%;
  height: 98px;
  float: left;
  display: block;
  margin-right: 2%;
}

.spp-disp img {
  width: 100%;
  
}

.spp-disp h2 {
  margin-top:0;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
  color: #25477A;
}

.spp-disp h3 {
  margin-top:0;
  font-size: 14px;
}

.spp-disp .review {
  float: left;
  padding: 1px 0 0 4px;
  font-size: 14px;
}

#hearts { color: #ee8b2d}
#hearts-existing { color: #ee8b2d; float: left;}

.top-add {
  overflow: hidden;
  margin: 0 0 20px 0;
  border:1px solid #ddd;
}

.spp-desc {
  padding-top: 15px;
  width: 100%;
}

#rfq-help {
  background: url(../img/rfq-header.png);
  background-size: cover;
  padding: 150px 0;
  width: 100%;
  height: 90vh;
}

#rfq-help h1 {
  margin: 0 0 20px;
  font-size: 7em;
  color: #FFF;
}

#rfq-help p {
  margin: 0 0 20px;
  font-size: 2.5em;
  font-weight: 300;
  color: #FFF;
}

.rfq-box2 {
  width: 90%;
  height: 280px;
  display: block;
  float: right;
  background-color: #FFF;
  border-radius: 4px;
  padding: 50px 40px;
  box-shadow: 0 3px 12px -2px rgba(0,0,0,0.16);
}

.rfq-box {
  width: 90%;
  height: 280px;
  display: block;
  float: right;
  background-color: #FFF;
  border-radius: 4px;
  padding: 50px 40px;
  box-shadow: 0 3px 12px -2px rgba(0,0,0,0.16);
  -webkit-animation: nudge 5s linear infinite alternate;
  animation: nudge 5s linear infinite alternate;
}


@-webkit-keyframes nudge {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
  }
  100% {
    -webkit-transform: translate(-0, 0);
    transform: translate(-0, 0);
  }
}
@keyframes nudge {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
  }
  100% {
    -webkit-transform: translate(-0, 0);
    transform: translate(-0, 0);
  }
}

.rfq-help-form input {
  height: 55px;
  font-size: 16px;
  border-radius: 1px;
}

.rfq-button {
  height: 55px;
  width: 80%;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 600;
  color: #FFF;
  border-radius: 1px;
  background: #DD4F05;
  border:1px solid #DD4F05;
}

.rfq-button:hover {
  background: #DD4F05;
  color: #FFF;
  border:1px solid #DD4F05;
}

.rfq-button:focus, .rfq-button:active:focus  {
  background: #DD4F05;
  color: #FFF;
  border:1px solid #DD4F05;
}

#rfq-features {
  background: #F5F5F5;
  padding: 100px 0;
}

#rfq-features h2 {
  text-align: center;
  font-size: 3.5em;
  color: #303030;
  font-weight: 600;
  margin: 0;
  padding: 0 0 100px;
}

.features-box {
  position: relative;
  width: 100%;
  height:300px;
  background: #FFF;
  border-radius: 4px;
  padding: 100px 50px 60px;
  box-shadow: 0 3px 12px -2px rgba(0,0,0,0.08);
}

.features-box h3 {
  font-size: 2em;
  font-weight: 600;
  color: #303030;
}

.features-box p {
  font-size: 1.5em;
  color: #777777;
}

.features-icon {
  position: absolute;
  top: -47px;
}

#how-it-works {
  background: #FFF;
  padding: 100px 0;
}

#how-it-works h2 {
  text-align: center;
  font-size: 3.5em;
  color: #303030;
  font-weight: 600;
  margin: 0;
  padding: 0 0 100px;
}

#how-it-works h3 {
  font-size: 2em;
  font-weight: 700;
  color: #303030;
  margin-bottom: 5px;
}

#how-it-works p {
  font-size: 1.5em;
  color: #777777;
  margin-top: 15px;
}

.arrow-rgt {
  padding-top: 250px;
}

#try-rfq {
  background: #F5F5F5;
  padding: 100px 0;
}

#try-rfq h2 {
  font-size: 4em;
  color: #303030;
}

.action-btn {
  padding-top: 150px;
  width: 40px;
}

#escrow-page {
  padding: 100px 0;
  /*background: #FFF;*/
}

#escrow-page h2 {
  text-align: center;
  font-size: 4em;
  color: #303030;
}

#escrow-page p {
  text-align: center;
  font-size: 2.8em;
  margin-bottom: 50px;
  color: #00A3D3;
}

#escrow-page img {
  margin: 40px auto;
}

#escrow-desc {
  padding: 100px 0;
  background: #FFF;
}

#escrow-desc h2 {
  font-size: 3.5em;
  font-weight: 700;
  color: #303030;
  margin: 0;
  padding-top: 60px;
}

#escrow-desc p {
  font-size: 2em;
  color: #777777;
  margin: 0;
}

#escrow-desc-2 {
  padding: 100px 0;
  background: #F5F5F5;
}

#escrow-desc-2 h2 {
  font-size: 3.5em;
  font-weight: 700;
  color: #303030;
  margin: 0;
}

#escrow-desc-2 p {
  font-size: 2em;
  color: #777777;
  margin: 0;
}

#escrow-how {
  padding: 100px 0;
  background: #F4FDFF;
}

#escrow-how h2 {
  font-size: 3.5em;
  font-weight: 700;
  color: #303030;
  margin: 0;
  padding-bottom: 50px;
  text-align: center;
}

#escrow-how p {
  font-size: 1.5em;
  padding-top: 20px;
}

#rfq-list {
  padding: 20px 0;
  margin-bottom: 30px;
}

.top-title {
  text-transform: uppercase;
  font-weight: 600!important;
  text-align: center;
  padding: 15px 0;
}

.top-title:before,
.top-title:after {
    background-color: #ddd;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 20%;
}

.top-title:before {
    right: 0.5em;
    margin-left: -50%;
}

.top-title:after {
    left: 0.5em;
    margin-right: -50%;
}

#rfq-list h1 {
  font-size: 2em;
  font-weight: 500;
  margin: 0 0 20px;
}

.list-rfq {
  background: white;
  padding: 20px;
  height: 280px;
  overflow-y: scroll;
  border:1px solid #eee;
}

.list-rfq-open {
  margin-bottom: 25px;
  padding: 20px;
  background: #FFF;
  border:1px solid #eee;
  min-height: 400px;
}

.list-rfq-open h2 {
  font-size: 18px;
  font-weight: 700;
  color: #337ab7;
}

.list-rfq-open h3 {
  font-size: 14px;
  font-weight: normal;
}

.list-rfq-open p {
  font-size: 14px;
  margin-bottom: 20px;
}

.list-rfq-open button {
  background: #DD4F05;
  color: #FFF;
  border-radius: 3px;
  border:2px solid #DD4F05;
}

.list-rfq-open button:hover {
  background: transparent;
  border:2px solid #DD4F05;
}

.home-list-view {
  border: none!important;
  border-bottom: 1px solid #eee!important;
}

.list-rfq-wrap {
  margin-bottom: 25px;
  padding: 20px;
  background: #FFF;
  border:1px solid #eee;
}

.list-rfq-wrap h2 {
  font-size: 18px;
  font-weight: 700;
  color: #337ab7;
}

.list-rfq-wrap h3 {
  font-size: 14px;
  font-weight: normal;
}

.list-rfq-wrap p {
  font-size: 14px;
  margin-bottom: 20px;
}

.list-rfq-wrap a {
  font-size: 14px;
}

.list-rfq-wrap button {
  background: #DD4F05;
  color: #FFF;
  border-radius: 3px;
  border:2px solid #DD4F05;
}

.list-rfq-wrap button:hover {
  background: transparent;
  border:2px solid #DD4F05;
}

.list-rfq-date {
  margin-top: 10px;
  color: #bfbfbf;
}

.list-rfq-date span{
  color: #337ab7;
}

.list-rfq-info {
  padding: 0 30px;
  height: 150px;
  border-left: 1px solid #DDD;
}

.rfq-list-sidebar {
  background: #FFF;
  border:1px solid #eee;
  padding: 20px;
  min-height: 200px;
}

#faq-banner{
  /*background-color: #DDD;*/
  background-color: #047696;
background-image: linear-gradient(180deg, #047696 0%, #00a3d3 74%);

  padding: 70px 0;
}

#faq-banner h2 {
  text-align: center;
  font-weight: lighter;
  margin: 0;
  color: #FFF;
}

#faq-banner form {
  margin-top: 30px;
}

#faq-banner form input {
  height: 45px;
  font-size: 1.3em;
  border-radius: 50px;
  border:none;
  padding: 0 20px;
}

#faq-banner form input:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#faq-section {
  padding: 80px 0;
  background: #FFF;
}

#faq-section .container {
  padding: 0 100px;
}

#faq-section h2 {
  font-weight: lighter;
  margin: 0 0 40px;
  font-size: 1.9em;
}

#faq-section h3 a{
  font-weight: normal;
  margin: 0;
  color: #337ab7;
  font-size: 1.2em;
  text-decoration: none;
}

#faq-section p {
  font-size: 1.3em;
  padding-top:10px;
  margin-bottom: 10px;
  font-weight: normal;
  line-height: 25px;
}

.faq-class-list {
  margin-bottom: 60px;
}

.faq-class a {
  font-size: 1.3em;
  font-weight: normal;
}

#faq {
  padding: 80px 0;
  background-color: #f9f9f9;
}

#faq h2 {
  text-align: center;
  font-size: 1.8em;
  margin-top: 0;
  font-weight: lighter;
  margin-bottom: 40px;
}

#faq h3 {
  font-size: 1.9em;
  margin-top: 0;
  font-weight: normal;
}

#faq p {
  font-size: 1.3em;
  padding-top: 10px;
  margin-bottom: 10px;
  font-weight: normal;
  line-height: 30px;
}

#faq .faq-btn {
  text-decoration: none;
  color: #dd4f05;
  font-size: 1.5em;
  letter-spacing: 3px;
  padding-top:40px;
  border-top: 1px solid #ddd;
  display: block;
}

#faq .breadcrumb {
  background-color: transparent;
  font-size: 1.2em;
  padding: 0 0 20px;
  border-bottom: 1px solid #ddd;
  text-align: left;
  border-radius: 0;
}

#faq .breadcrumb li a {
  color: #797979;
  text-decoration: none;
}

#faq .breadcrumb .active {
  color: #dd4f05;
}

.faq-crumb span {
  color: #dd4f05;
}

.faq-qstn-wrap {
  display: block;
  margin: 30px 0;
}

.gtco-accordion {
  position: relative;
  background: #fff;
  margin-bottom: 20px;
}

.gtco-accordion .gtco-accordion-heading {
  padding: 20px;
  position: relative;
  cursor: pointer;
}

.gtco-accordion .gtco-accordion-heading h3 {
  margin: 0;
  padding: 0;
  font-size: 1.4em!important;
}

.gtco-accordion .gtco-accordion-heading .icon {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 18px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.gtco-accordion .gtco-accordion-content {
  border-top: 1px solid #e6e6e6;
  display: none;
}

.gtco-accordion .gtco-accordion-content .inner {
  padding: 20px;
  line-height: 26px;
}

.gtco-accordion .gtco-accordion-content .inner p{
  font-size: 1.2em;
}


.gtco-accordion.active .icon {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.gtco-accordion.active h3 {
  color: #dd4f05;
  font-size: 1.4em;
}

/*Media Queries */

@media(max-width:768px) {

  #faq-section .container {
    padding: 0 15px;
  }


  .list-rfq-info {
    padding: 0 15px;
    height: 150px;
    border:none;
  }

  .rfq-list-sidebar {
    display: none;
  }

  br {
        display: none;
    }

  #escrow-page {
    padding: 50px 0;
  }

  #escrow-page img {
    display: none;
  }

  #escrow-page p {
    margin-bottom: 0;
  }

  #escrow-desc {
    padding: 50px 0;
  }

  #escrow-desc h2 {
    text-align: center;
    padding-top: 0;
    margin-bottom: 15px;
    font-size: 2.5em;
  }

  #escrow-desc p {
    text-align: center;
    font-size: 1.5em;
    padding: 0 20px;
  }

  #escrow-desc-2 {
    padding: 50px 0;
  }

  #escrow-desc-2 h2 {
    text-align: center;
    margin-bottom: 15px;
    font-size: 2.5em;
  }

  #escrow-desc-2 p {
    text-align: center;
    font-size: 1.5em;
    padding: 0 20px;
  }

  .hw-wrap {
    margin-bottom: 40px;
  }

  #escrow-how {
    padding: 50px 0;
  }

  #escrow-how img {
    margin: 0 auto;
  }

  #escrow-how h2 {
    padding-bottom: 15px;
    font-size: 2.5em;
  }

  #escrow-how p {
    text-align: center;
    padding: 0 20px;
  }

  #rfq-help {
    padding: 50px 0;
  }

  #rfq-help h1 {
    font-size: 3em;
    text-align: center;
  }

  #rfq-help p {
    font-size: 1.5em;
    text-align: center;
  }

  #try-rfq h2 {
    text-align: center;
  }

  .rfq-box {
    width: 100%;
    height: 250px;
  }

  #rfq-features {
    padding: 50px 0 0;
  }

  .arrow-rgt {
    display: none;
  }

  .hiw-wrap {
    margin-bottom: 65px;
  }

  .features-icon {
    left: 33%;
  }

  .features-box {
    width: 90%;
    margin: 0 auto 70px;
    height: 300px;
    padding: 79px 35px 60px;
    text-align: center;
  }

  .hiw-wrap img {
    width: 297px;
  }

  #how-it-works {
    padding: 50px 0
  }

  #how-it-works h2 {
    padding: 0 0 50px;
  }

  #try-rfq {
    padding: 50px 0;
  }

  .side-option {
    display: none;
  }

  .supplier-sidebar {
    display: none;
  }

  .head-catgy {
    display: none;
  }

  .container>.navbar-header {
    float: left;
  }

  .prdt-details i {
    display: none;
  }

  .tc-wrap {
       border-right: none; 
  }

  .sidenav {
    display: block;
  }

  .mobile-nav {
    display: block;
  }

  .tc-wrap {
    margin-bottom: 25px;
  }

  .mobile-search {
    display: block;
  }

  #packages colgroup:nth-child(1) { width: 50%!important;}
  #packages colgroup:nth-child(2) { width: 50%!important;}
  #packages colgroup:nth-child(3) { width: 50%!important;}
  #packages colgroup:nth-child(4) { width: 50%!important;}

  /*#featured-prdts {
    display: none;
  }*/

  .pagination {
    float: left;
  }

  .mobile-menu {
    display: block;
  }

  .sp-right {
    padding-left: 15px;
  }

  .sp-left {
    display: none;
  }

  #signup {
    padding: 20px 0;
  }

  .lg-left {
    display: none;
  }

  #login {
    padding: 20px 0;
  }

  .login-box {
    padding: 20px;
  }

  .login-wrap {
    padding: 15px;
  }

  .header-top-row {
    display: none;
  }

  .signup-form .form-group label{
    display: none;
  }

  .signup-form .checkbox label{
    display: block!important;
  }

  .container {
    width: 100%;
  }

  .signup-form button{
    width: 100%;
  }

  .thumbnail{
    width: 49%;
  }

  .prdt-details button {
    padding: 5px 7px;
  }

  .prdtview-pic {
    height: 290px;
  }

  .prdt-view .nav-tabs {
    margin-bottom: 20px;
  }

  .ctnspp-form input{
    margin-bottom: 15px;
  }

  .side-menu {
    position: relative;
    width: 100%;
    height: 0;
    border-right: 0;
  }

  .side-menu .navbar {
    z-index: 999;
    position: relative;
    height: 0;
    min-height: 0;
    background-color:none !important;
    border-color: none !important;
  }

  .side-menu .brand-name-wrapper .navbar-brand {
    display: inline-block;
  }

  .navbar-inverse .navbar-toggle .icon-bar {
    background-color: #DD4F05;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background-color: #DD4F05;
  }

  .navbar-default .navbar-toggle {
    border-color: transparent;
  }

  .navbar-inverse .navbar-toggle {
    border-color: transparent;
  }

  .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
  }

   .navbar-inverse .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
  }
  
  /* Hamburger */
  .navbar-toggle-sidebar {
    border: 0;
    float: left;
    padding: 18px;
    margin: 0;
    border-radius: 0;
    background-color: #f3f3f3;
  }

  #search .panel-body .navbar-form {
    border-bottom: 0;
  }

  #search .panel-body .navbar-form .form-group {
    margin: 0;
  }

  .side-menu .navbar-header {
    position: fixed;
    z-index: 3;
    background-color: #f8f8f8;
  }

  #dropdown .panel-body .navbar-nav {
    margin: 0;
  }

  .top-search {
    width: 100%;
    display: none;
  }

  .social-wrap {
    text-align: center;
  }

  .header-central-row {
    display: none;
  }

  .navbar-brand img {
    width: 70px!important;
  }

  .navbar-brand {
    padding: 7px 15px;
  }

  .rfq-form .form-group .service-wrap span{
    display: none;
  }

  .select-btn1 {
    display: none!important;
  }

  .top-search input {
    border-left: 1px solid #eeb597!important;
  }

  .mobile-search {
    width: 100%;
    margin-bottom: 10px;
  }

  .mobile-search input {
    border-left: 1px solid #eeb597!important;
  }

  .mobile-search button {
    display: none;
  }

  .rfq-wrapp h1 {
    padding-left: 0px;
  }

  .rfq-form select {
    margin-top:15px!important;

  }

  #packages colgroup:nth-child(1) { width: 100%; border: 0 none; }
  #packages colgroup:nth-child(2) { width: 100%; border: 0 none; }
  #packages colgroup:nth-child(3) { width: 100%; border: 0 none; }
  #packages colgroup:nth-child(4) { width: 100%; border: 0 none; }

  .t-wrap {
    display: none;
  }
}

@media (max-width: 992px) {

.container {
    width: 100%;
}

}


ul{
	list-style: none;
	padding-left: 0;
}
.footer-wrap{
	padding: 50px 0;
	background-color: #1B1B1B;
	height: auto;
	
}
.bottom-wrap{
	background-color: #000;
	margin-top: 0px;
	padding: 20px 0;
}
.text{
	color: #fff;
	line-height: 2.7;
	font-weight: 200px;
	font-family: avenir;
	font-size: 1.3rem;
}
.text:hover{
	color:#f3f3f3;
	text-decoration: none;
}
.footer-headers{
	color: #f3f3f3;
	font-weight: lighter;
	letter-spacing: 0.92px;
	font-family: avenir next;
}
.length_{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.input_1{
	height: 40px !important;
	width: 60% !important;
	border-radius: 2px !important;
	border: none !important;
	margin-top: 5px !important;
}
.btns_{
	width: 70px;
	height: 40px;
	border-radius: 2px !important;
	background: #DD4F05;
	border: none !important;
	color:#FFF;
	font-weight:bold;
	/*margin-top:20px !important;*/
}

.field{
	margin-top: 12px;
}
.button-icon{
	color: #fff;
	width: 18px;
}

#pl{
	font-family: avenir;
	padding-left: 10px;
}
.icon-bar{
	 width: 40px;
     background-color: #DD4F05;
       position: fixed;
	  top: 50%;
	  -webkit-transform: translateY(-50%);
	  -ms-transform: translateY(-50%);
	  transform: translateY(-50%);  
}
.icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: #fff;
  font-size: 18px;
}
.icon-bar a:hover {
  background-color: #000;
  color: #fff;
}
.active {
  /*background-color: #4CAF50;*/
}

