#rs-slider {
    /*background: #0000ff !important;*/
}
.lab-map iframe {
	width: 100%;
    height: 350px;
    border: 1px solid #ccc;
}
.custom-pages li {
    list-style: inherit !important;
	margin-bottom: 10px;
}

.custom-pages li ul li{
    list-style: inherit !important;
	margin-bottom: 10px;
	margin-left: 20px;
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-content table {
  background: #fff none repeat scroll 0 0;
  border-color: #e5e5e5;
  border-radius: 0;
  border-style: solid;
  border-width: 1px 0 0 1px;
  margin: 0 0 50px;
  text-align: center;
  width: 100%;
  border: none;
}
thead {
  background-color: #f6f6f6;
}
.table-content table {
  text-align: center;
}
.table-content table th {
  border-top: medium none;
  color: #555;
  font-size: 16px;
  font-weight: normal;
  padding: 15px 10px 12px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
}
.table-content table td {
  border-top: medium none;
  padding: 20px 10px;
    padding-top: 20px;
  vertical-align: middle;
  font-size: 13px;
}
.cart-page-total {
  padding-top: 50px;
}
.cart-page-total > ul {
  border: 1px solid #ddd;
}
.cart-page-total li {
  border-bottom: 1px solid #ddd;
  color: #555;
  font-size: 15px;
  font-weight: bold;
  padding: 10px 30px;
}
.cart-page-total span {
  float: right;
}
.cart-page-total > a, .cart-page-total .btn2 {
  margin-top: 30px;
  transition: all 0.3s ease 0s;
}
#toast {
  visibility: hidden;
  min-width: 250px;
  background-color: #FC980E;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 999999;
  right: 2%;
  top: 7px;
  font-size: 17px;
}
#toast.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
.cart-page-total > a, .cart-page-total .btn2 {
  color: #fff !important;
}
.cart-page-total > a, .cart-page-total .btn2 {
  background-color: #FC980E;
  border: 1px solid #333;
  color: #fff;
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 9px 20px;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
}
.cart-page-total .btn3 {
  background-color: #333;
  border: 1px solid #333;
  color: #fff;
  float: right;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
}
@media (min-width:769px){
    .searchbarmenu {display:none !important;} 
}
@media (max-width:768px){
    .searchbarmenu {display:block !important;} 
    .searchbarmenu .flaticon-search {
        display: block !important;
        float: right;
    }
}
@media only screen and (max-width: 991px) {
    .single-slide .img-part.hidden-md {
         display: block !important;
    }
}
