.product_bar.tryout {
  background-image: url(../try-img/product-bar-t.jpg?v=1);
}
.section-gutter-t {
  padding-top: 5rem;
}
.section-gutter-b {
  padding-bottom: 5rem;
}
.share-label {
  border-radius: 50rem;
  background-color: #001689;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0.5rem;
  width: 13rem;
}
.share-label.orange {
  background-color: #ff8e00;
}
.package-bd {
  border-right: 1px solid #d1d1d1;
}
.share.owl-carousel .owl-nav button.owl-next,
.share.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 25%;
  width: 2rem;
}
.share.owl-carousel .owl-nav button.owl-next img,
.share.owl-carousel .owl-nav button.owl-prev img {
  max-width: 100%;
  height: auto;
}
.share.owl-carousel .owl-nav button.owl-next {
  right: -5%;
}

.share.owl-carousel .owl-nav button.owl-prev {
  left: -5%;
}
.shareModle-background {
  background-image: url(../try-img/share-try-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.shareModle{
  padding: 2rem;
  margin: 0.5rem;
  background-color: #fff;
}
@media (max-width: 768px) {
  .product_bar.tryout {
    background-image: url(../try-img/product-bar-m-t.jpg);
  }
  .section-gutter-t {
    padding-top: 2rem;
  }
  .section-gutter-b {
    padding-bottom: 2rem;
  }
  .share-label {
    margin-left: auto;
    margin-right: auto;
  }
  .package-bd {
    border-right: none;
    padding-bottom: 1rem;
  }
  .share.owl-carousel .owl-nav button.owl-next {
    right: -2%;
  }

  .share.owl-carousel .owl-nav button.owl-prev {
    left: -2%;
  }
}
