body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #435a8a;
  margin: 0;
  padding: 0;
  background: linear-gradient(170deg, #435a8a, #ccc) !important;
}
h1, h2 {
  font-size: 2rem;
  font-weight: bolder;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #fff;
  text-align: left;
  text-shadow: 1px 1px #006, 2px 2px #003;
  transition: all 0.12s ease-out;
  -webkit-transition: all 0.12s ease-out;
}
h3 {
  font-size: 1.2rem;
  font-weight: bolder;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #006;
  text-align: left;
  line-height: normal;
  text-transform: capitalize;
  text-decoration: none;
  font-style: normal;
  text-shadow: 1px 1px #999999, 1px 1px #cccccc !important;
  transition: all 0.12s ease-out;
  -webkit-transition: all 0.12s ease-out;
}
a {
  color: #435a8a;
}
.content {
  /* border-radius: 10px; */
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  background-image: url("antiseptic-bg-70.jpg");
  background-size: cover;
}
.logo-svg {
  padding-top: 10px;
  padding-left: 5px;
}
.info-svg {
  padding-top: 20px;
  margin-right: 10px;
}
.box {
  border: 3px solid #000;
  box-shadow: inset 0 0 7px 3px rgba(0, 0, 0, 0.5);
  margin: 40px 0px;
  text-align: left;
  padding: 20px;
}
.call-us {
  font-size: 20px;
  color: #004f7d;
  height: auto;
  width: auto;
  text-align: center;
}
.bg-black {
  background-color: #000;
}
.non-fix {
  top: 190px;
}
.offset-top {
  position: absolute;
  top: 54px;
  right: 0;
  left: 0;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 1);
}
.product-title {
  font-size: 1.2rem;
  text-decoration: underline;
  color: #036;
  font-weight: bolder;
}
.card {
  margin-bottom: 3rem;
  min-height: 343px;
  background-color: rgba(255, 255, 255, 0.6);
  border: 1px solid #ccc;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  text-align: left;
}
blockquote {
  padding: 0 30px;
  font-weight: 300;
  font-family: adobe-caslon-pro, serif;
  color: #101268;
  text-align: left;
}
blockquote p {
  font-style: italic;
  font-size: 1.25rem;
  text-shadow: 2px 2px #ccc;
}
.item {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  padding:1rem;
}
.dropdown-menu {
  margin-top: -1px !important;
}

#top-nav,
#top-navigation {
  background: #435A8A;
}
.toilet-history {
  background: #0F52BA;
  color: #fff;
}
.toilette-history {
  background: #1520A6;
  color: #fff;
}
.portable-toilet-history {
  background: #000080;
  color: #fff;
}
.head-history {
  background: #111E6C;
  color: #fff;
}
.toilet-facts {
  background: #4682B4;
  color: #fff;
}
.toilet-paper-history {
  background: #435A8A;
  color: #fff;
}
.shortage-history {
  background: #7285A5;
  color: #fff;
}
#shortage-history,
#toilette-history,
#head-history,
#shortage-history {
  background: #7285A5;
  color: #fff;
}
#toilet-history,
#portable-toilet-history,
#toilet-paper-history {
  background: linear-gradient(80deg, #000, #6b6a6a);
  background-size: cover;
  color: #fff;
}
#page-nav,
#why-callahead,
#toilet-facts {
  background-image: url(/images/banner/sunrise.jpg);
  background-size: cover;
}
a.btn:hover {
  color: #ccc
}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: .5s ease;
}
.product:hover .overlay {
  opacity: 1;
}
.owl-theme .owl-dots .owl-dot:focus {
  outline: none;
}
@media (max-width: 480px) {
  h1, h2 {
    font-size: 1.8rem;
  }
  blockquote p {
      font-size: 2rem;
      line-height: 2.6rem;
  }
  .card ul, .card ol {
      padding-left: 25px;
  }
}
@media (max-width: 360px) {
  .card ul, .card ol {
      padding-left: 15px;
  }
}
