html {
  overflow-x: hidden;
}

.twelveitems:hover {
  background-color: #efefef;
}

.hline {
  margin: 20px auto;
  margin-top: -40px;
  text-align: center;
  font-size: 40px;
  max-width: 800px;
  position: relative;
  color: #f36f21;
  font-size: 25px;
  font-weight: bold;
  z-index: 2;
}

.hline:before {
  content: "";
  display: block;
  width: 1400px;
  height: 2px;
  background: #99887e;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -2;
}

.hline:after {
  content: "";
  display: block;
  width: 1400px;
  height: 2px;
  background: #8b7264;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: -2;
}









.hlinenext {
  margin: 100px auto;
  margin-top: -40px;
  text-align: center;
  font-size: 40px;
  max-width: 800px;
  position: relative;
  color: #1e3e56;
  font-size: 25px;
  font-weight: bold;
  z-index: 2;
}

.hlinenext:before {
  content: "";
  display: block;
  width: 1400px;
  height: 2px;
  background: #1e3e56;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -2;
}

.hlinenext:after {
  content: "";
  display: block;
  width: 1400px;
  height: 2px;
  background: #1e3e56;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: -2;
}



span2 {
  background: #fff;
  padding: 4px;
  font-size: 1.3rem;
}

.ec-category-section {
  background-color: white !important;
}

.newestproducts {
  margin-top: -30px;
}

.ec_cat_slider .slick-arrow.slick-next {
  /* right: -5px; */
  left: auto;
  top: -150px;
}

.ec_cat_slider .slick-arrow.slick-prev {
  right: auto;
  /* left: -5px; */
  top: -150px;
}

.agentbanner:hover {
  background: linear-gradient(45deg,
      rgba(29, 236, 197, 0.5),
      rgba(91, 14, 214, 0.5) 100%);
}

.secagentbanner:hover {
  background: linear-gradient(45deg,
      rgba(29, 236, 197, 0.5),
      rgba(91, 14, 214, 0.5) 100%);
  z-index: 999;
}



/* .hline {
margin: 100px auto;
text-align: center;
font-size: 40px;
max-width: 800px;
position: relative;
color: #0c3b5d;
font-size: 25px;
font-weight: bold;
z-index: 2;
}

.hline:before {
content: "";
display: block;
width: 1400px;
height: 2px;
background: #0c3b5d;
position: absolute;
left: 0;
top: 50%;
z-index: -2;
}

.hline:after {
content: "";
display: block;
width: 1400px;
height: 2px;
background: #0c3b5d;
position: absolute;
right: 0;
top: 50%;
z-index: -2;
}
span1 {
background: #c7d6cb;
padding: 30px;
} */



.slick-arrow.slick-prev {
  left: 0;
  right: auto;
}

.slick-arrow.slick-next {
  right: 0;
  left: auto;
}

@media (max-width: 767px) {
  .accountandcard {
    margin-right: 50px;
  }


  .singlep {
    width: 40vw !important;
  }
}

.firsttitle {
  border: solid red !important;
}

.block {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  border: #a0a0a0 solid 1px;
  margin: 0;
}

.btn_helpful {
  background-color: #f36f21;
  border-radius: 10px;
  width: 50%;
  height: 40px;
  padding-top: 8px;
  color: white;
  align-self: center;
  margin-top: 10px;
}

.centered {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  padding: 10px 15px;
  color: #fff;
  border: none;
  background: transparent;
}

#close-btn {
  position: fixed;
  top: 1em;
  right: 1em;
}

#close-btn:hover {
  color: #777;
  cursor: pointer;
}