.wrapper {
  width: 100%;
  float: left;
}
#shipping {
  background: rgb(255, 182, 0);
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}
#shipping p {
  margin: 0;
  padding: 0;
  line-height: 40px;
}
#motivation {
  background: rgba(74, 144, 226, 0.16);
  text-align: center;
  padding: 40px 0px;
  color: #000000;
  margin-bottom: 60px;
}
#motivation h1 {
  margin: 0;
  padding: 0;
  line-height: 40px;
  font-size: 40px;
  font-weight: bold;
}
.thumbnail-img {
  width: 80px;
  height: auto;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.3s, border-color 0.3s;
  border: 2px solid transparent;
}
.thumbnail-img.active, .thumbnail-img:hover {
  opacity: 1;
  border-color: #007bff;
}
 .video-container {
      margin-bottom: 40px;
    }
    video {
      width: 100%;
      height: auto;
      border-radius: 8px;
    }
body {
  font-family: 'robotoregular' !important;
  letter-spacing: 1px;
	font-size: 22px;
}
body p
{
	font-size: 22px;
}
ul {
  margin: 0;
  padding: 0 !important;
  list-style: none;
}
li {
  margin: 0;
  padding: 0;
  list-style: none;
	font-size: 22px;
}
.bluecolorrr
{
	background: rgba(74, 144, 226, 0.16);
}
.btn-success {
  margin: 20px 0px !important;
  padding: 15px 100px !important;
  background-color: rgb(2, 196, 69) !important;
  transition: .15s all ease-in-out;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease-in-out;
  position: relative;
  box-shadow: RGB(37 42 50 / 32%) 0 1px 4px 1px !important;
  border-radius: 4px !important;
  font-weight: 700 !important;
  font-size: 24px !important;
  width: 100% !important
}
#darkblue {
  background: rgb(67, 82, 116);
  padding: 20px 0;
}
#darkblue .imgbox {
  max-width: 40%;
  float: left;
  text-align: center;
}
#darkblue .imgbox img {
  max-height: 60px;
}
#darkblue .imgtext {
  max-width: 55%;
  margin-left: 5%;
  float: left
}
#darkblue .imgtext h5 {
  font-size: 16px;
  font-weight: 700;
  color: #FFFFFF;
  margin-top: 10px;
}
#mouthtape {
  background: rgba(74, 144, 226, 0.16);
  padding: 50px 0;
}
.testimonial-box {
  border: 2px solid rgb(155, 155, 155);
  padding: 1rem;
  border-radius: 10px;
  background-color: #ffffff;
  height: 100%;
}
.testimonial-name {
  margin-top: 1rem;
  font-weight: bold;
  color: #343a40;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 700 !important;
  font-family: 'robotoregular' !important;
  ;
}
#benefits {
  padding: 40px 10px 50px;
  background-color: rgb(67, 82, 116);
  color: #FFFFFF;
}
#guarantee {
  padding: 40px 0;
  background-color: rgba(255, 182, 1, 0.41);
}
#guarantee .row {
  border-width: 3px;
  border-style: solid;
  border-color: rgb(0, 0, 0);
  color: rgb(48, 48, 48);
  font-size: 14px;
  text-align: initial;
  margin: 0px;
  padding: 0px;
  background-color: rgb(255, 255, 255);
  background-size: auto;
  background-repeat: no-repeat;
}
.pricing-box {
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  margin-bottom: 20px;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}
.pricing-box .yelow {
  background: rgb(255, 182, 0);
}
.pricing-box h4 {
  padding: 10px 0;
}
.product-image {
  max-width: 100%;
  height: 200px;
  object-fit: contain;
  margin: 20px 0;
}
.old-price {
  text-decoration: line-through;
  color: red;
  margin-left: 10px;
}
.accordion-item {
  border: none;
}
.accordion-button {
  background-color: transparent;
  box-shadow: none;
  border: none;
}
.accordion-button:not(.collapsed) {
  border-bottom: 2px solid #198754; /* Bootstrap success color */
}
.accordion-body {
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}
@font-face {
  font-family: 'robotoregular';
  src: url('fonts/roboto-regular-webfont.woff2') format('woff2'), url('fonts/roboto-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1120px;
    }
}