/* hero start */
#hero {
    padding: 50px 0;
    background: #f7f7f7;
}
.hero-slider {
    position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
}
.hero-content {
    padding: 30px;
}
.mesurement {
    margin: 20px 0;
}
.mesurement p {
    margin-bottom: 0;
}
.price-box {
    margin: 30px 0;
}
ul li {
    font-size: 18px;
}
#header .btn-cs {
    margin-left: 30px;
}
.btn-cs {
    background: #3AD7FB !important;
    color: #fff;
    padding: 12px 24px;
    border-radius: 14px;
    border: none;
}
p.strong {
    color: #200C00;
    margin-bottom: 0;
}
.btn-cs:hover {
    color: #fff;
}
.carousel-control-next,
.carousel-control-prev {
    background: none;
    border: none;
}
