:root {
  --ent-pry-color: #1C3D80;
}
.text-ent-pry {
  color: var(--ent-pry-color);
}
.btn-pry {
  background-color: var(--ent-pry-color);
  border:1px solid var(--ent-pry-color);
  color: #fff;
    padding: 12px 40px;
  /* border-radius: 8px; */
}
.btn-pry:hover, .btn-pry:active {
  background-color: var(--pry-dark-color) !important;
  border-color: var(--ent-pry-color) !important;
  color: var(--ent-pry-color) !important;
}
.user-review {
  position: relative;
  height:20px;
}
.user-review span {
  position: absolute;
  display: block;
  padding-right: 5px;
  top:0px;
  font-size: 12px;
  color: #1E1E1E;
  opacity: .4;
}
.hero {
	background-image: url('/img/entero/hero.jpg');
  background-position: bottom left;
  overflow: hidden;
}
.hero-img {
  margin-bottom: -10px;
}
.health-terms {
  background: #EBF5F6;
}
.health-terms p{
  font-size: 16px;
}
.custom-nav {
  display: flex;
  align-items: center;
  gap:10px;
}
.custom-nav a {
  height: 35px;
  width: 35px;
  border-radius: 100%;
  background-color: #ffffff;
  color: var(--ent-pry-color);
  display: grid;
  place-items:center;
  border:1px solid var(--ent-pry-color);
}
.custom-works-dots {
  display: flex;
  gap:10px;
}
.custom-works-dots .dot {
  font-size: 13px;
  color: red;
  height: 15px;
  width: 15px;
}
.custom-works-dots .dot.active {
  background-color: var(--ent-pry-color);
}

.arms {
  position: relative;
  margin-block: 80px;
}
.arms img {
  user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.arms .blue {
  position: absolute;
  left: 0;
  top: 0px;
}
.arms .product {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width:500px;
}
.acid {
  position: absolute;
  left: 20px;
  top: -10px;
}
.target {
  position: absolute;
  right:140px;
  top: -10px;
}
.strains {
  position: absolute;
  left: 20px;
  bottom:5px;
}
.action {
  position: absolute;
  right: 140px;
  bottom:5px;
}
.science-backed {
  background-image: url('/img/entero/backed.jpg');
  background-size: cover;
  padding-block: 80px;
}
.science-backed .bg-white {
  border-radius: 30px
}
.people-carousel .item > div {
  min-height: 230px;
}
.hiw-carousel .owl-stage {
  display: flex;
}

@media screen and (max-width:1399px) {
  .arms .product {
    width: 400px;
  }
  .acid {
    left: 0px;
    top: -25px;
  }
  .target {
    right: 60px;
    top: -25px;
  }
  .strains {
    left: 0px;
    bottom: -5px;
  }
  .action {
    right: 60px;
    bottom: -5px;
  }
}
@media screen and (max-width:1199px) {
  .border-lg-bottom {
    border-bottom: 1px solid #ddd;
  }
  .people-carousel .item > div {
    min-height: 240px;
  }
  .target, .action {
    right: 40px;
  }
  .arms h5 {
    font-size: 18px;
    margin-bottom: 7px;
  }
  .arms p {
    font-size: 14px;
  }
  .arms .product {
    width: 350px;
  }
  .arms {
    margin-block: 50px;
  }
}
@media screen and (max-width:1024px) {
.acid, .target {
  top: -28px
}
.strains, .action {
  bottom: -10px;
}
.target, .action {
  right: 20px;
}

}
@media screen and (max-width:991px) {
  .acid, .target, .strains, .action {
    position: relative;
    left: 0;
    top:0;
    bottom: 0;
    right:0;
    color: #fff;
    border-radius: 15px;
  }
  .acid, .action  {
    background-image: url('/img/entero/blue-arm.jpg');
    background-size: cover;
    background-position: center;
  }
  .target, .strains {
    background-image: url('/img/entero/green-arm.jpg');
    background-size: cover;
    background-position: center;
  }
  .health-terms {
    border-radius: 30px !important;
  }
  .health-terms.trusted {
    background: none;
  }
  .health-terms .cont:not(:last-child) {
    border-bottom: 1px solid #ddd;
  }
  .health-terms.trusted .cont {
    border-bottom: none;
    background-color: #EBF5F6;
    border-radius: 30px;
  }
  .hero {
    background-position: center;
    padding-top: 0;
  }
  .hero .title {
    font-size: 60px;
    display: inline;
  }
  .hero-img {
    position: relative;
  }
  .hero img {
    position: absolute;
    bottom: 0;
    right:-15%;
    width:60%;
  }
  .advantage-container {
    background-color: #EBF5F6;
    overflow: hidden;
  }
  .adv-img {
    position: relative;
  }
  .adv-img img {
    position: absolute;
    width: 90%;
    bottom: -30px;
    right:-35%;
  }

}
@media screen and (max-width:767px) {
  .hero {
    background-size: cover;
  }
  .hero .title {
    font-size: 50px;
  }
  .science-backed {
    padding-block:40px;
  }
  .science-backed img {
    min-width: 30px;
    min-height: 30px;
  }
  .health .subtitle {
    font-size: 20px;
  }

}
@media screen and (max-width:575px) {
  .hero img {
    width: 90%;
    right:-25%;
  }
  .hero {
    min-height: 400px;
  }
  .hero .title {
    font-size: 45px;
  }
  .advantage-container h5 {
    font-size: 16px;
  }
  .advantage-container img {
    width: 40px !important;
  }
  .adv-img img {
    position: absolute;
    width: 100% !important;
    right:-35%;
  }
  .science-backed {
    padding-block:20px;
  }
}
@media screen and (max-width:415px) {
  .hero img {
    width: 100%;
    right:-30%;
  }
  .hero .title {
    font-size: 40px;
  }
}
