img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
  }
  .container {
    max-width: 1100px;
  }
  .hAdv p {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    background-color: #444444;
    padding: 4px 0;
  }
  .site-header {
    background: #ffa800;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  }
  .ltdhold p {
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    color: #1E1E1E;
    line-height: 1;
    font-size: 16px;
    gap: 8px;
}
  .page-cont {
    margin-bottom: 20px;
  }
  .page-titel h2 {
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    color: #000;
    line-height: 59px;
    font-size: 52px;
    display: block;
  }
  .page-titel .update {
    background-color: #464646;
    border-radius: 18px;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    font-size: 14px;
    display: inline-block;
    padding: 9px 15px 10px 15px;
  }
  .pageEditor {
    border-top: 1px solid #c9c9c9;
    padding: 18px 0;
  }
  .pageEditor p span {
    margin: 0 10px;
    margin-left: 0;
}
  .page-left-cont .tick-prt {
    padding: 0;
  }
  .page-left-cont .tick-prt li {
    color: #000;
    font-size: 18px;
    font-style: normal;
    line-height: 160%;
    list-style-type: none;
    margin-bottom: 16px;
    display: flex;
    font-weight: 400;
  }
  .page-left-cont .tick-prt li svg {
    min-width: 30px;
    margin-top: 7px;
}
  .pageEditor p .pageEditorTxt {
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    color: #000;
    line-height: 1;
    font-size: 14px;
  }
  .page-right-cont {
    text-align: center;
    position: -webkit-sticky;
    position: sticky;
    top: 10px;
    display: flex;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .page-left-cont img {
    margin: 0 0 15px 0;
  }
  .page-left-cont h3 {
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    color: #000;
    line-height: 1;
    line-height: 114.7%;
    font-size: 40px;
  }
  .page-left-cont p {
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    color: #000;
    line-height: 28.8px;
    font-size: 18px;
    margin: 0 0 30px 0;
  }
  .imgcover {
    width: 100%;
    height: 420px;
    object-fit: cover;
    object-position: center;
  }
  .page-left-cont ul {
    padding-left: 0;
  }
  .page-left-cont ul li {
    list-style-type: decimal;
    font-weight: bold;
    font-family: "Barlow", sans-serif;
  }
  .red-color {
    color: #ec0000;
  }
  .green-color {
    color: #3cad13;
    font-weight: 700;
  }
  .blue-color {
    color: #0773b1;
  }
  .proBox {
    border: 1px dashed #000;
    /* background: #FFF;
      */
    text-align: center;
  }
  .procont {
    background-color: #ffa800;
    padding-bottom: 0 !important;
    padding-top: 25px !important;
  }
  .procont p {
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    font-size: 18px;
    margin: 0 0 10px 0;
  }
  .procont h4 {
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    font-size: 55px;
    margin: 0 0 20px 0;
  }
  .procont .orangeBtn {
    border-radius: 150px;
    background: #fff;
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    color: #000;
    font-size: 18px;
    padding: 12px 90px;
    display: inline-block;
    text-align: center;
    text-decoration: underline;
    margin-bottom: 32px;
  }
  .procont .orangeBtn:hover {
    box-shadow: 0 0 10px #000;
  }
  .proBox img {
    margin: 0 auto;
    width: 30%;
  }
  img.main-product-img {
    width: 45%;
  }
  .reviwul {
    padding: 0;
    margin: 0;
  }
  .reviwul li .review_cntnt {
    padding-left: 0;
    border-left: 0;
  }
  .reviwul li .review_cntnt .review {
    padding: 0 30px 0 70px;
    max-width: 100%;
    position: relative;
  }
  .reviwul li .review_cntnt .review::before {
    content: " ";
    position: absolute;
    top: -5px;
    left: 20px;
    background-image: url(../images/review_cntnt_quote.png);
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
  }
  .reviwul li .review_cntnt .review::after {
    content: " ";
    position: absolute;
    bottom: 0px;
    right: 0px;
    background-image: url(../images/review_cntnt_quote2.png);
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
  }
  .rev_star {
    margin-left: 50px;
  }
  .reviwul li .review_cntnt .reviewer_name {
    padding-left: 70px;
    color: #454545;
    margin: 0;
  }
  .reviwul li .review_title {
    background-color: #393939;
    width: 80%;
    color: #fff;
    padding: 10px 20px;
    border-bottom-right-radius: 70px;
    margin-left: 0px;
    margin-top: -10px;
    font-size: 16px;
  }
  .reviwul li.reviewul_2 > img {
    border-color: #f8b304;
  }
  .reviwul li.reviewul_2 .review_autor_nd_star {
    padding-top: 20px;
  }
  /* ---------- */
  .reviwul li.reviewul_3 .review_title {
    background-color: #393939;
  }
  .reviwul li.reviewul_3 .review_cntnt {
    background: rgba(255, 153, 0, 0.14);
  }
  .reviwul li.reviewul_3 > img {
    border-color: #f8b304;
  }
  .reviwul li.reviewul_3 .review_autor_nd_star {
    padding-top: 20px;
  }
  .reviwul li p {
    font-size: 18px;
  }
  .reviwul li p + p {
    margin: 5px 0;
  }
  .add-box-1 a,
  .add-box-2 a {
    text-decoration: none;
  }
  .add-box-1 {
    position: relative;
    margin-bottom: 5px;
    padding: 0;
    border-radius: 20px;
    /* border: 0.5px solid #004346; */
  }
  .add-box-1 p {
    font-family: Barlow, sans-serif;
    font-weight: 700;
    color: #fff;
    line-height: 27px;
    font-size: 24px;
    padding: 15px 20px;
    width: 100%;
    margin: 50px auto 0;
    position: relative;
    bottom: 0;
    border-radius: 14px;
    background-color: #072c7c;
  }
  .add-box-1 p:hover {
    background: #0c3da6;
  }
  .add-box-1 img {
    margin-bottom: 5px;
    width: 100%;
  }
  hr.add-box-divider {
    margin: 35px 0;
    border-color: #c9c9c9;
  }
  .add-box-2 {
    border: 0.5px solid #004346;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    padding: 10px;
  }
  .add-box-2 h6 {
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    color: #000;
    line-height: 1;
    font-size: 18px;
    padding: 10px 0;
    padding-top: 15px;
    margin: 0;
  }
  .add-box-2 img {
    border-radius: 25px;
  }
  .add-box-2 p {
    margin: 0 0 10px 0;
    padding: 0 15px;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    color: #000;
    line-height: 1.5;
    font-size: 16px;
    text-align: left;
    font-style: normal;
}
  .stickyTop {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99999;
    background: #fff;
    -webkit-box-shadow: 0px 3px 5px rgb(119 119 119 / 28%);
    box-shadow: 0px 3px 5px rgb(119 119 119 / 28%);
    padding: 10px 0;
  }
  .stickybtn {
    gap: 10px;
  }
  .stickyArrow {
    max-width: 60px;
  }
  .stickybtn a {
    width: 320px;
    height: auto;
    background: linear-gradient(to bottom, #4bce0e, #246705);
    border-radius: 40px;
    color: #fff;
    text-align: center;
    /* border-bottom: solid 4px #29640D;
      */
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 700;
    padding: 18px 12px;
    transition: all 0.5s;
    text-decoration: none;
  }
  .stickybtn a:hover {
    opacity: 0.8;
  }
  .stickyLogo {
    max-width: 200px;
  }
  .highFlyReview {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .page-left-cont .revCont {
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    color: #fff;
    line-height: 1;
    font-size: 16px;
    margin: 0;
  }
  .page-left-cont .revstars {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin: 10px 0;
  }
  .page-left-cont .revOff {
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    font-size: 20px;
    margin: 0;
  }
  .highFlyReview {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .rev2 {
    width: 65% !important;
    flex-shrink: 2;
  }
  .highFlyReview img {
    margin-bottom: 0;
  }
  .revstars img {
    width: 12px;
  }
  /* New Css */
  .sitelogo {
    padding: 8px 0;
  }
  .banner_gif_container,
  .banner_gif_container video {
    max-height: 446px;
    object-fit: cover;
    object-position: top;
  }
  .banner_gif_container p {
    font-size: 15px;
    font-weight: 700;
    font-style: italic;
    font-weight: 700;
    color: #fff;
    position: absolute;
    bottom: 0;
    transform: translateX(-50%);
    left: 50%;
    text-align: center;
    width: 90%;
    margin-bottom: 10px;
    z-index: 4;
    line-height: 131.7%;
  }
  .banner_gif_container::after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 60%;
    background: linear-gradient(0deg, black, transparent);
    left: 0;
    bottom: -2px;
    z-index: 2;
  }
  .banner_gif_container {
    position: relative;
  }
  .page-left-cont .revstars img {
    margin-bottom: 0;
  }
  .pg_ftr {
    padding: 80px 0;
    background-color: #fafafa;
    margin-top: 20px;
  }
  .pg_ftr p {
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #4a4a4a;
    line-height: 27px;
    margin-bottom: 20px;
  }
  .pg_ftr p:last-child {
    margin-bottom: 0;
  }
  .reviwul p:last-child strong {
    color: #454545;
  }
  .reviwul li {
    list-style-type: none;
    display: flex;
    margin-top: 10px;
  }
  .reviwul li img {
    margin: 0;
  }
  .reviwul li .review_cntnt {
    width: 100%;
    padding: 10px 20px;
    background: rgba(255, 153, 0, 0.14);
    margin-left: 10px;
    padding-left: 0;
    border-radius: 30px;
  }
  .reviwul li > img {
    border-left: 8px solid;
    border-color: #f8b304;
    /* width: 30%;
    height: 100%; */
  }
  .rev_star img {
    margin-right: 1px !important;
  }
  .reviwul li p + p {
    margin: 5px 0;
  }
  .reviwul li .review_cntnt p img:nth-child(2) {
    margin-left: 10px;
  }
  .reviwul li .review_cntnt p img {
    margin: 0 1.5px;
  }
  .cta_btn_cntnr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: column;
  }
  .cta_btn_cntnr p {
    /* font-size: 22px !important;
    font-weight: 700;
    text-align: center;
    margin: 10px 0;
    color: #fff;
    line-height: 24px; */
    margin: 4px 0;
  }
  .cta_btn_cntnr a {
    border-radius: 14px;
    background-color: #ffa800;
    color: #fff;
    font-weight: 600;
    border: solid;
    padding: 10px 40px;
    max-width: 170px;
    width: 100%;
    text-align: center;
    line-height: 17.5px;
    font-size: 16px;
    display: inline-block;
    text-decoration: none;
    font-family: "Barlow", sans-serif;
    margin-bottom: 10px;
    margin-right: 0;
  }
  .page-right-cont hr.add-box-divider {
    border-color: #074e05;
  }
  .review_1 {
    margin-bottom: 37px !important;
  }
  .product_pc {
    position: relative;
    background: linear-gradient(180deg, #000 0%, rgba(255, 255, 255, 0) 100%);
  }
  .product_pc-logo {
    position: absolute;
    padding: 20px;
    left: 0;
  }
  .stickyTop {
    padding: 0;
  }
  .ltdholdImg img {
    filter: brightness(0.1);
  }
  @media (max-width: 1024px) {
    .sitelogo {
      max-width: 180px;
    }
    .ltdhold p {
      font-size: 14px;
      gap: 5px;
    }
    .ltdholdImg img {
      width: 18px;
    }
    .page-titel h2 {
      font-size: 40px;
      line-height: 40px;
    }
    .page-left-cont h3 {
      font-size: 29px;
    }
    .page-left-cont p {
      font-size: 20px;
      margin-top: 0;
    }
    .procont h4 {
      font-size: 50px;
    }
    .procont .orangeBtn {
      font-size: 16px;
    }
    .add-box-1 p {
      line-height: 1.3;
      padding: 12px 15px;
    }
    .page-left-cont .revCont {
      font-size: 14px;
    }
    .reviwul li .review_title {
      width: 80%;
      color: #fff;
      padding: 4px 20px;
      border-bottom-right-radius: 70px;
      margin-left: 0px;
      margin-top: -10px;
      font-size: 14px;
      line-height: 18px;
    }
    .reviwul li > img {
      width: 30%;
      height: 100%;
    }
    .reviwul li .review_cntnt .review {
      position: relative;
      font-size: 14px;
      line-height: 20px;
    }
    .reviwul li.reviewul_3 .review_autor_nd_star {
      padding-top: 0px;
    }
    .reviwul li .review_cntnt .reviewer_name {
      font-size: 14px;
      color: #454545;
    }
  }
  @media (max-width: 992px) {
    .stickyLogo {
      max-width: 100px;
    }
    .stickyArrow {
      max-width: 30px;
    }
    .stickybtn a {
      font-size: 11px;
      padding: 10px 3px;
      max-width: 140px;
    }
    .highFlyReview {
      gap: 8px;
    }
  }
  @media (max-width: 767px) {
    .page-titel .update {
      padding: 15px 18px;
    }
    .page-left-cont .tick-prt li p{
        padding: 0;
    }
    .page-left-cont .tick-prt {
      padding: 0 12px;
    }
    .procont .orangeBtn {
        padding: 8px 15px;
    }
    .pg_ftr {
      padding: 50px 0 110px;
    }
    header .container {
      flex-direction: column;
      padding: 0 !important;
      justify-content: center !important;
      align-items: center !important;
    }
    .sitelogo {
      padding: 5px 0;
    }
    .ltdhold p {
      font-size: 11px;
    }
    .ltdhold {
      width: 100%;
      padding: 8px 9px;
    }
    .ltdhold p {
      justify-content: center !important;
      align-items: center !important;
    }
    .ltdholdText {
      width: calc(100% - 25px);
      line-height: 1.3;
    }
    .page-right-cont {
      flex-direction: row;
      justify-content: center;
    }
    .add-box-1 {
      width: 48%;
      display: none;
    }
    .add-box-2 {
      width: 48%;
    }
    .add-box-divider {
      display: none;
    }
    .reviwul li .review_title {
      width: 92%;
      color: #fff;
      padding: 10px 20px;
      border-bottom-right-radius: 70px;
      margin-left: 0px;
      margin-top: -10px;
      font-size: 15px;
      line-height: 18px;
    }
    .mobileFixed.d-sm-none {
      display: flex !important;
      justify-content: space-evenly !important;
    }
    .mobileFixed {
      bottom: 0;
      z-index: 999;
      width: 100%;
      background: url('../images/mb-banner.png');
      box-shadow: 0px -3px 4px 0px rgba(0, 0, 0, 0.25);
      background-size: cover;
      background-position: center;
    }
    .mobileFixed img {
      margin-right: 20px;
      margin-bottom: 10px;
      margin: inherit;
    }
  }
  @media (max-width: 600px) {
    .add-box-divider {
      display: block;
      width: 300px;
      max-width: 100%;
      margin: 20px auto !important;
    }
    .page-right-cont hr.add-box-divider {
      margin-top: 0px !important;
    }
    .page-right-cont {
      flex-direction: column;
      justify-content: space-between;
    }
    .add-box-1 {
      width: 300px;
      max-width: 100%;
      margin: 0 auto;
    }
    .add-box-2 {
      width: 300px;
      max-width: 100%;
      border-radius: 8px;
      margin: 0 auto;
    }
    .pageEditor {
      margin-top: 8px !important;
    }
    .page-titel h2 {
      font-size: 30px;
      line-height: 33px;
    }
    .page-titel .update {
      font-size: 12px;
      padding: 12px 18px;
    }
    .pageEditor p .pageEditorTxt {
      font-size: 14px;
    }
    .imgcover {
      height: 258px;
    }
    .page-cont .container .row div[class*="col-"] {
      padding: 0;
    }
    .page-left-cont h3,
    .page-left-cont p,
    .reviwul,
    .page-right-cont {
      padding-right: calc(var(--bs-gutter-x) * 0.5);
      padding-left: calc(var(--bs-gutter-x) * 0.5);
    }
    .proBox {
      margin-right: calc(var(--bs-gutter-x) * 0.5);
      margin-left: calc(var(--bs-gutter-x) * 0.5);
    }
    .banner_gif_container p {
      width: 100%;
    }
    .banner_gif_container::after {
      height: 40%;
    }
  }
  @media (max-width: 575px) {
    .highFlyReview .rev1,
    .highFlyReview .rev2,
    .highFlyReview .rev1 img,
    .highFlyReview .rev2 img {
      width: 100% !important;
      padding: 0;
    }
    .reviwul li .review_cntnt .reviewer_name {
      width: 100%;
      font-size: 18px !important;
      padding-left: 50px;
    }
    .reviwul li.reviewul_2 .review_cntnt .review::after {
      bottom: -10px;
      right: 0px;
    }
    .rev_star {
      margin-left: -60px;
    }
    .reviwul li .review_cntnt .review::after {
      right: 0px;
    }
    .reviwul li + li {
      margin: 26px 0;
    }
    .page-right-cont .add-box-1 img {
      width: 100%;
      border-radius: 40px;
    }
    .reviwul li {
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }
    .reviwul li .review_cntnt .review {
      font-size: 16px;
      line-height: inherit;
    }
    .reviwul li > img {
      width: 100%;
    }
    .reviwul li .review_cntnt {
      margin-top: 20px;
      width: 100vw;
      position: relative;
      margin-left: -50vw;
      margin-right: -50vw;
    }
    .add-box-1,
    .add-box-2,
    .add-box-divider {
      width: 100%;
    }
    .stickybtn {
      gap: 5px;
    }
    .mobileFixed {
      bottom: 0;
      z-index: 999;
      width: 100%;
      box-shadow: 0px -3px 4px 0px rgba(0, 0, 0, 0.25);
    }
  
    .page-cont {
      padding-bottom: 0px;
    }
    .rimg {
      display: flex;
      flex-direction: column;
      gap: 10px;
    }
    div[class^="rev"] {
      width: 100%;
      padding: 0 5px;
    }
    .revTxt {
      padding: 15px 0px !important;
    }
    .review_1 {
      padding: 0 15px;
      margin-bottom: 0;
    }
  }
  footer {
    margin-top: 30px;
    padding: 50px 0 0 0;
    background-color: #fafafa;
  }
  footer p {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: #000;
    line-height: 24px;
    font-size: 13px;
    margin: 0 0 25px 0;
  }
  footer p a {
    color: #000;
    text-decoration: none;
  }
  