* {
  /* border: 1px solid red; */
  /* font-family: "Muli"; */
}

.text-grayish {
  color: #f5f5f5;
}
b,
strong {
  font-weight: 500 !important;
}
.text-blueish {
  color: #116497;
}
.heading-sec {
  background-color: #101010;
  color: #2f98ce;
  padding: 60px 0px;
  margin-bottom: 20px;
}
.form-box {
  background-color: #ffffff;
  border-radius: 5px;
  padding: 20px 0;
  border: 1px solid #999999;
  max-width: 452px;
  height: auto;
  margin: 0 auto 50px;
  color: #000;
}

.form-box .row {
  width: 100%;
  float: left;
  margin-left: 0px;
  margin-right: 0px;
}

.hop-title {
  text-transform: uppercase;
  color: #000;
  font-weight: 400;
  font-size: 28px;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 10px;
}
.row {
  margin-right: 0px !important;
  margin-left: 0px !important;
}
/*
.form-box #lid {
    width: 100%;
	height:30px;
}*/

.form-box .btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  color: #fff;
  background-color: #999999;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px 20px;
  border: 1px solid #999999;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.form-box .btn:hover {
  background-color: #666666;
}
.form-box #generated-section {
  display: none;
}

.AddToCartBtn {
  width: 95%;
  box-shadow: 0px 1px 0px 0px #fff6af;
  background: linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
  background-color: #ffec64;
  border-radius: 6px;
  border: 1px solid #ffaa22;
  display: inline-block;
  cursor: pointer;
  color: #333333 !important;
  font-family: Arial;
  font-size: 28px;
  font-weight: bold;
  padding: 14px 40px;
  text-decoration: none !important;
  text-align: center;
  text-shadow: 0px 1px 0px #ffee66;
  margin-top: 20px;
}

body {
  background: #f9f9f9;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 21px;
}

a {
  text-decoration: none;
  color: black;
}

a,
p {
  /* font-size: 1.125rem; */
}

ul {
  list-style: none;
}

/* typography mobile */

/* colors & bg_colors */
.btn-group-lg > .btn,
.btn-lg {
  margin: 15px 0px;
}
.color-green {
  color: #27ae60;
}

.color-dark-green {
  color: #0f4b4f;
}

.color-blue {
  color: #42c0c8;
}

.color-blue-b {
  color: #36bcc5;
}

.color-grey {
  color: #cccccc;
}

.color-yellow {
  color: #fec04f;
}

.color-brownred {
  color: #c45600;
}

.header-bg {
  border-radius: 10px;
  background: url(../img/Header-Bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -20%;
}

.bg-grey {
  background: #efefef;
}

.bg-blue {
  background: #42c0c8;
  background: linear-gradient(180deg, #98f3e8), #42c0c8;
  border-radius: 10px;
}

.bg-blue-b {
  border-radius: 10px;
  background: url(../img/Bg-modal1.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-blue-c {
  border-radius: 10px;
  background: url(../img/Bg-modal2.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.short-tsl-bg {
  border-radius: 10px;
  background: url(../img/bg-1-short-tsl-page.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.short-tsl-bg-b {
  border-radius: 10px;
  background: url(../img/bg-2-short-tsl-page.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-blue-2 {
  background: #42c0c8;
  background: linear-gradient(180deg, #98f3e8), #42c0c8;
}

.bg-yellow {
  background: #f2c94c;
  border-radius: 10px;
}

.headline {
  font-size: 28px;
}

/* colors $ bg_colors end */

/* Video Page  */

#player-wrapper {
  width: auto;
  position: relative;
}

#glass {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0%;
  right: 0%;
  top: 0%;
  bottom: 0%;
  margin: auto;
  background-position: center;
  z-index: 4;
}

#playpause {
  background: rgba(0, 0, 0, 0.4);
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0%;
  right: 0%;
  top: 0%;
  bottom: 0%;
  margin: auto;
  background-position: center;
  z-index: 4;
}

a.soundButton {
  position: absolute;
  color: #fff !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  background: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  z-index: 6;
}

.soundButton > img {
  max-width: 85%;
  transform: translateY(60%);
}

#playpause {
  visibility: hidden;
}

#playpause > img {
  max-width: 85%;
  transform: translateY(60%);
}

.price-box {
  transition: transform 0.2s;
}

.price-box:hover {
  transform: scale(1.1);
}

.main-cta {
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
}

/* Video Page End  */

/* Components */

.card {
  background: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 4px 4px 15px 0px rgba(46, 44, 165, 0.25);
  -moz-box-shadow: 4px 4px 15px 0px rgba(46, 44, 165, 0.25);
  box-shadow: 4px 4px 15px 0px rgba(46, 44, 165, 0.25);
}

.card-b {
  background: #f5f5f5;
  border-radius: 20px;
  -webkit-box-shadow: 4px 4px 15px 0px rgba(46, 44, 165, 0.25);
  -moz-box-shadow: 4px 4px 15px 0px rgba(46, 44, 165, 0.25);
  box-shadow: 4px 4px 15px 0px rgba(46, 44, 165, 0.25);
}

.cta-up {
  padding-left: 51px;
}

.price-box {
  transition: transform 0.2s;
}

.price-box:hover {
  transform: scale(1.1);
}

.line::after {
  border-radius: 25px;
  background: #b954a0;
  content: "";
  display: block;
  height: 5px;
  margin: 30px auto;
  width: 80px;
}

.shipping-text::before {
  border-radius: 25px;
  background: url("../img/Shoppingcart-1.png");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 25px;
  width: 38px;
}

.like::before {
  border-radius: 25px;
  background: url("../img/like.png");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 25px;
  width: 38px;
  position: relative;
  top: 5px;
  left: -5px;
}

.providing-text::before {
  border-radius: 25px;
  background: url(../img/Shoppingcart-2.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 29px;
  width: 37px;
  margin-left: -25px;
}

.custom-btn-a {
  background: #fff000;
  border-radius: 35px;
  -webkit-box-shadow: 4px 4px 15px 0px rgba(46, 44, 165, 0.25);
  -moz-box-shadow: 4px 4px 15px 0px rgba(46, 44, 165, 0.25);
  box-shadow: 4px 4px 15px 0px rgba(46, 44, 165, 0.25);
}

.custom-btn-b {
  background: #fff000;
  border-radius: 35px;
  -webkit-box-shadow: 4px 4px 15px 0px rgba(46, 44, 165, 0.25);
  -moz-box-shadow: 4px 4px 15px 0px rgba(46, 44, 165, 0.25);
  box-shadow: 4px 4px 15px 0px rgba(46, 44, 165, 0.25);
  width: 60%;
}

.vip-badge {
  top: -21px;
  right: 65px;
}

.check-mark {
  position: relative;
}

.check-mark::before {
  content: "";
  display: inline-block;
  background: url(../img/check.png);
  width: 33px;
  height: 36px;
  position: absolute;
  left: -19%;
  top: -2%;
}

.btn-no {
  background-color: #e7e7e7;
  color: #757575;
  max-width: 370px;
  border-radius: 10px;
  padding: 12px 24px;
}

.btn-no:hover {
  text-decoration: none;
  color: #757575;
}

/* Components End */

/* Footer Section  */

.footer-wrapper {
  background: #c7c3c3;
}

.footer-menu ul {
  padding-left: 0;
}

.footer-menu .footer-menu-links {
  text-align: center;
}

.footer-logo {
  left: -20%;
}

.footer-menu .footer-menu-links a {
  color: black;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  line-height: 32px;
  font-weight: bold;
}

.footer-menu .footer-menu-links a:hover {
  color: #61d6d6;
}

.footer-main-section p {
  font-size: 12px;
  color: #1b1b1b;
  letter-spacing: -0.1px;
}

a.footer-link {
  color: #eee;
}

.copyright {
  background: #e8e8e8;
}

.copyright h3 {
  font-size: 14px;
  color: #1b1b1b;
}

.bg-text-disclaimer {
  color: #1b1b1b !important;
}

footer #disclaimer .main.container > div {
  background-color: transparent !important;
  box-shadow: none !important;
}

footer p {
  font-size: 0.875rem;
}

.downsell-bg-1 {
  background-image: url(../img/upsell-a2-bg-1-mid.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.downsell-bg-1::before {
  content: "";
  background-image: url(../img/upsell-a2-bg-1-top.png);
  background-size: 100% 100%;
  background-position: top;
  position: absolute;
  width: 100%;
  right: 0;
  top: 0;
  z-index: 0;
  transform: translateY(-109px);
  height: 110px;
}

.downsell-bg-1::after {
  content: "";
  background-image: url(../img/upsell-a2-bg-1-bottom.png);
  background-size: 100% 100%;
  /* background-position: top; */
  position: absolute;
  width: 100%;
  right: 0;
  top: 0;
  z-index: 0;
  transform: translateY(360px);
  height: 100px;
}

.upsell-a2-b2-bg {
  background-image: url(../img/upsell-a2-b2.png);
  background-size: 100% 100%;
}

.upsell-a2-b2-bg::before {
  content: "";
  background-image: url(../img/upsell-a2-b2-top.png);
  background-size: 100% 100%;
  background-position: top;
  position: absolute;
  width: 100%;
  right: 0;
  top: 0;
  z-index: 0;
  transform: translateY(-109px);
  height: 110px;
}

.upsell-a2-main {
  z-index: 99;
  top: 55%;
}

.upsell-a2-second-img {
  left: 50%;
  transform: translate(-50%, -50%);
  top: -10%;
}

.upsell-hero-section {
  background-image: url(../img/upsell-a1-bg1-mid.svg);
  background-size: cover;
  background-repeat: no-repeat;
}

.upsell-hero-section::after {
  content: "";
  background-image: url(../img/upsell-a1-bg1-bottom.svg);
  background-size: cover;
  background-position: bottom;
  position: absolute;
  width: 100vw;
  right: 0;
  bottom: 0;
  z-index: -1;
  transform: translateY(100%);
  min-height: 150px;
}

.upsell-a2-b6-bg {
  background-image: url(../img/upsell-a1-bg6-mid.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}

.upsell-a2-b6-bg::before {
  content: "";
  background-image: url(../img/upsell-a1-bg6-top.svg);
  background-size: cover;
  background-position: top;
  position: absolute;
  width: 100%;
  right: 0;
  top: 0;
  z-index: 0;
  transform: translateY(-96%);
  height: 5vh;
}

.upsell-a1-bg6-img-product {
  left: 50%;
  transform: translate(-50%, -50%);
  top: 0;
}

.upsell-a1-free-vip {
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: -66%;
  z-index: 99;
  max-width: 350px;
  width: 100%;
}

.card-text-tsl {
  border-radius: 20px;
  border: 5px solid #8ee8e2;
}

.card-text-tsl .absolute-heading {
  background-color: #f9f9f9;
  width: 50%;
  /*padding: 0 60px;*/
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}

.card-text-tsl-b {
  border-radius: 0px;
  background-image: url(../img/card-tsl-b.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  object-fit: contain;
  min-height: 378px;
  margin-left: 2px;
  margin-right: 2px;
}

.card-text-tsl-b .absolute-heading-b {
  width: 22%;
  left: 34%;
  transform: translate(57%, -50%);
  top: -4%;
}

.avatar-headline {
  left: 54%;
  transform: translate(-50%, -50%);
  top: 50%;
  right: 0;
}

.upsell-a1-bg-2 {
  background-image: url(../img/upsell-a1-bg2-mid.svg);
  background-size: cover;
  background-repeat: no-repeat;
}

.upsell-a1-bg-2::before {
  content: "";
  background-image: url(../img/upsell-a1-bg2-top.svg);
  background-size: cover;
  background-position: top;
  position: absolute;
  width: 100%;
  right: 0;
  top: 0;
  z-index: 0;
  transform: translateY(-85%);
  height: 29vh;
}

.upsell-a1-bg-2::after {
  content: "";
  background-image: url(../img/upsell-a1-bg2-bottom.svg);
  background-size: cover;
  position: absolute;
  width: 100%;
  background-position: bottom;
  right: 0;
  bottom: 0;
  z-index: 0;
  transform: translateY(98%);
  height: 13vh;
}

.upsell-a1-main {
  left: 50%;
  transform: translate(-50%, 50%);
  bottom: -13%;
  z-index: 99;
}

.ear {
  left: 50%;
  transform: translate(-50%, -50%);
  top: -5%;
}

.modal-box {
  background-image: url(../img/modal-box.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.upsell-a1-bg-3 {
  background-image: url(../img/upsell-a1-bg3.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.upsell-a1-bg-4 {
  background-image: url(../img/upsell-a1-bg4-mid.svg);
  background-size: cover;
  background-repeat: no-repeat;
}

/* .upsell-a1-bg-4::before {
    content: '';
    background-image: url(../img/upsell-a1-bg4-top.svg);
    background-size: cover;
    background-position: top;
    position: absolute;
    width: 100%;
    right: 0;
    top: 0;
    z-index: 0;
    transform: translateY(-99%);
    height: 7vh;
}  */

.upsell-a1-bg-4-img {
  position: relative;
}

.upsell-a1-card {
  background-image: url(../img/upsell-a1-card.png);
  background-size: 100% 100%;
}

.upsell-a1-card-b {
  background: #f3f3f3;
  border: 1px solid #f3f3f3;
  border-radius: 20px;
  object-fit: contain;
}

.upsell-a2-b7-bg {
  background-image: url(../img/upsell-a1-bg7.svg);
  background-size: cover;
  background-repeat: no-repeat;
}

.upsell-a2-b7-bg-pr {
  position: relative;
}

.upsell-a1-bg-5 {
  background-image: url(../img/upsell-a1-bg5-mid.svg);
  background-size: cover;
  background-repeat: no-repeat;
}

.upsell-a2-b8-bg {
  background-image: url(../img/upsell-a1-bg8-mid.svg);
  background-size: cover;
  background-repeat: no-repeat;
}

.upsell-a2-b8-bg::before {
  content: "";
  background-image: url(../img/upsell-a1-bg8-top.svg);
  background-size: cover;
  background-position: top;
  position: absolute;
  width: 100%;
  right: 0;
  top: 0;
  z-index: 0;
  transform: translateY(-89%);
  height: 7vh;
}

.upsell-a1-bg8-img-product {
  left: 50%;
  transform: translate(-50%, -100%);
  top: 0%;
}

.brains {
  width: 100%;
  max-width: 150px;
  height: 150px;
}

.upsell-a1-bg-4-img {
  left: 50%;
  transform: translate(-50%, -50%);
  top: -5%;
  z-index: 99;
}

.email-address {
    color: blue;
    text-decoration: underline;
}

@media (min-width: 600px) {
  .alanImage {
    max-width: 20%;
  }
  .downsell-bg-1::after {
    content: "";
    background-image: url(../img/upsell-a2-bg-1-bottom.png);
    background-size: 100% 100%;
    /* background-position: top; */
    position: absolute;
    width: 100%;
    right: 0;
    top: 0;
    z-index: 0;
    transform: translateY(185px);
    height: 100px;
  }
  .upsell-a2-b8-bg::before {
    transform: translateY(-89%);
    height: 23vh;
  }
  .upsell-a2-main {
    z-index: 99;
    top: -40%;
    right: 0;
    width: 100%;
    max-width: 370px;
  }
  .upsell-a2-second-img {
    left: 50%;
    transform: translate(-50%, -50%);
    top: -16%;
  }
  .ear {
    left: 50%;
    transform: translate(-50%, -50%);
    top: -20%;
  }
  .upsell-a1-main {
    left: 50%;
    transform: translate(-50%, 50%);
    bottom: -45%;
    z-index: 99;
  }
  .effects {
    margin-left: 7%;
  }
  /* .upsell-hero-section::after {
        transform: translateY(268px);
        height: 135px;
    } */
  .upsell-a1-free-vip {
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: -65%;
    z-index: 99;
  }
  .upsell-a1-bg-2::before {
    transform: translateY(-200px);
    height: 201px;
  }
  .upsell-a1-bottle {
    margin-left: 16%;
  }
  .card-text-tsl-b {
    border-radius: 0px;
    background-image: url(../img/card-tsl-b.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    min-height: 278px;
    margin-left: 0;
  }
  .card-text-tsl-b .absolute-heading-b {
    width: 22%;
    left: 32%;
    transform: translate(57%, -50%);
    top: -8%;
  }
  .barins {
    width: 100%;
    max-width: 200px;
    height: 200px;
  }
  /* .upsell-a1-bg-4::before {
        transform: translateY(-169px);
        height: 170px;
    } */
  .upsell-a1-bg-4-img {
    left: 50%;
    transform: translate(-50%, -55%);
    /* top: -19%; */
    z-index: 99;
    bottom: 56%;
  }
  /*.upsell-a1-bg-4::after {
        transform: translateY(590px);
        height: 85px;
        }*/
  .brains {
    width: 100%;
    max-width: 200px;
    height: 200px;
  }
  .upsell-a2-b7-bg-pr {
    right: 0;
    width: 100%;
    max-width: 40%;
  }
}

/* Footer Section  End*/

@media (min-width: 993px) {
  .alanImage {
    max-width: 20%;
  }
  h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.75rem;
  }
  h4 {
    font-size: 1.25rem;
  }
  p,
  li {
    font-size: 1.25rem;
  }
  /* typography  desktop*/
  .bonus {
    max-width: 650px;
  }
  .guarant-product-img {
    top: 20%;
  }
  .product-img {
    max-height: 227px;
    width: 200;
  }
  .saveproduct-img {
    top: 43%;
    left: 15%;
  }
  .header-img {
    bottom: -28%;
    left: 20%;
  }
  .downsellprice {
    width: 40%;
  }
  .short-tsl-bg-b {
    padding-bottom: 160px;
  }
  .footer-menu ul {
    display: flex;
    justify-content: space-around;
  }
  .header-bg {
    /* background: #42c0c8;
        background: linear-gradient(180deg, #98f3e8) , #42c0c8; */
    border-radius: 10px;
    background: url(../img/Header-Bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 0%;
  }
  .providing-text::before {
    border-radius: 25px;
    background: url(../img/Shoppingcart-2.png);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 50px;
    width: 100px;
  }
  .downsell-bg-1 {
    height: 200px;
  }
  .downsell-bg-1::before {
    transform: translateY(-230px);
    height: 230px;
  }
  .downsell-bg-1::after {
    transform: translateY(200px);
    height: 190px;
  }
  .upsell-a2-main {
    right: 0;
    z-index: 99;
    top: -65%;
    width: 100%;
    max-width: 435px;
  }
  .downsell-free-box {
    background-image: url(../img/upsell-a2-fee-box.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 40%;
    padding: 10px;
    padding-bottom: 2px;
  }
  .upsell-a2-dotts-bg {
    background-image: url(../img/upsell-a2-dottsbg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 20px;
    margin-left: 7%;
    margin-right: 14%;
  }
  .upsell-a2-dotts-bg .absolute-heading {
    width: 43%;
    left: 33%;
    transform: translate(-50%, -50%);
    top: -25%;
    right: 0;
  }
  .upsell-a2-dotts-bg .inside {
    margin-left: 29%;
  }
  .upsell-a2-second-img {
    left: 50%;
    transform: translate(-50%, -50%);
    top: -10%;
  }
  .upsell-hero-section h1 {
    font-size: 50px;
  }
  /*.upsell-hero-section::after {
        transform: translateY(35vh);
        height: 61%;
        
      }
      */

  .upsell-a1-free-vip {
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: -80%;
    z-index: 99;
  }

  .upsell-a1-bg-2::before {
    transform: translateY(-250px);
    height: 250px;
  }

  .ear {
    left: 50%;
    transform: translate(-50%, -50%);
    top: -20%;
  }

  .upsell-a1-main {
    left: 50%;
    transform: translate(-50%, 50%);
    bottom: -45%;
    z-index: 99;
  }

  .effects {
    margin-left: 23%;
  }

  /* .upsell-a1-bg-5 {
        background-image: url(../img/upsell-a1-bg-5.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    } */

  .upsell-a1-bg-4::before {
    content: "";
    background-image: url(../img/upsell-a1-bg4-top.svg);
    background-size: cover;
    background-position: top;
    position: absolute;
    width: 100vw;
    right: 0;
    top: 0;
    z-index: -1;
    transform: translateY(-100%);
    min-height: 220px;
  }

  .upsell-a1-bg-4::after {
    content: "";
    background-image: url(../img/upsell-a1-bg4-bottom.svg);
    background-size: cover;
    background-position: bottom;
    position: absolute;
    width: 100vw;
    right: 0;
    bottom: 0;
    z-index: 0;
    transform: translateY(100%);
    height: 20vh;
  }

  .upsell-a1-bg-4-img {
    left: 50%;
    transform: translate(-50%, -50%);
    top: -33%;
    z-index: 99;
  }

  .upsell-a2-b6-bg {
    background-image: url(../img/upsell-a1-bg6-mid.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
  }

  .upsell-a2-b6-bg::before {
    content: "";
    background-image: url(../img/upsell-a1-bg6-top.svg);
    background-size: cover;
    background-position: top;
    position: absolute;
    width: 100%;
    right: 0;
    top: 0;
    z-index: 0;
    transform: translateY(-100%);
    height: 20vh;
  }

  .upsell-a1-bg6-img-product {
    left: 50%;
    transform: translate(-50%, -50%);
    top: 0;
  }

  .upsell-a2-b7-bg-pr {
    right: 0;
    width: 100%;
    max-width: 600px;
  }

  .upsell-a1-bg8-img-product {
    left: 50%;
    transform: translate(-50%, -100%);
    top: 0%;
  }

  .upsell-a1-bg-2::after {
    transform: translateY(100%);
    height: 31vh;
  }

  .upsell-a2-b8-bg::before {
    content: "";
    background-image: url(../img/upsell-a1-bg8-top.svg);
    background-size: cover;
    background-position: top;
    position: absolute;
    width: 100%;
    right: 0;
    top: 0;
    z-index: 0;
    transform: translateY(-99%);
    height: 23vh;
  }
}
@media (max-width: 500px) {
  h1 {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 0rem !important;
    padding-top: 0rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 0rem !important;
  }
  .pb-5,
  .py-5 {
    padding-bottom: 0rem !important;
  }
}
