@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Open+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');
/*
    font-family: 'Barlow', sans-serif;
    font-family: 'Open Sans', sans-serif;
*/

html {
    scroll-behavior: smooth;
  }

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: #003459;
    padding: 4px 0;
}
.site-header{
    background: linear-gradient(270deg, #1D3D52 0.17%, #66D6EA 58.97%);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.ltdhold p{
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    font-size: 16px;
    gap: 8px;
}
.page-titel h2{
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    color: #000;
    line-height: 114.7%;
    font-size: 50px;
    display: block;
}
.page-titel .update{
    background-color: #2C6078;
    border-radius: 18px;
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    font-size: 14px;
    display: inline-block;
    padding: 10px 10px;
}
.pageEditor{
    border-top: 1px solid #C9C9C9;
    padding: 31px 0; 
}
.pageEditor p{
    gap: 10px;
}
.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: 17px;
    margin: 0 0 30px 0;
}
.imgcover{
    width: 100%;
    height: 420px;
    object-fit: cover;
    object-position: center;
}
.page-left-cont ul li p{
    /* margin: 0 0 0 0; */
}
.red-color{
    color: #B22B08;
}
.green-color{
    color: #3CAD13;
    font-weight: 700;
}
.blue-color{
    color: #0773B1;
}
.proBox{
    border: 1px dashed #000;
    /* background: #FFF; */
    text-align: center;
}
.procont{
    /* background-color: #fff; */
    padding-bottom: 0 !important;
    padding-top: 25px !important;
}
.procont p{
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    color: #000;
    line-height: 1;
    font-size: 18px;
    margin: 0 0 10px 0;
}
.procont h4{
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    color: #000;
    line-height: 1;
    font-size: 55px;
    margin: 0 0 20px 0;
}
.procont .orangeBtn{
    border-radius: 150px;
    background: linear-gradient(91deg, #09BC8A 10.92%, #007EA7 104.89%);
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    color: #fff;
    line-height: 1;
    font-size: 18px;
    padding: 12px 44px;
    display: inline-block;
    text-align: center;
    text-decoration: underline;
}
.procont .orangeBtn:hover{
    background: #000;
    color: #fff;
}
.proBox img {
    margin: 0 auto;
    padding: 7px;
}
.reviwul {
    padding: 0;
    margin: 0;
}
.reviwul li .review_cntnt{
    padding-left: 0;
    border-left: 0;
}
.reviwul li .review_cntnt .review {
    margin: 25px 0 20px;
    margin-left: 70px;
    max-width: 325px;
    position: relative;
}
.reviwul li .review_cntnt .review::before{
    content: ' ';
    position: absolute;
    top: -5px;
    left: -45px;
    background-image: url(./review_cntnt_quote.png);
    background-size: contain;
    width: 30px;
    height: 30px;
}
.reviwul li .review_cntnt .review::after {
    content: ' ';
    position: absolute;
    bottom: -36px;
    right: -10px;
    background-image: url(./review_cntnt_quote2.png);
    background-size: contain;
    width: 30px;
    height: 30px;
}
.rev_star {
    margin-left: 50px;
}
.reviwul li .review_cntnt .reviewer_name {
    padding-left: 70px;
    color: #454545;
}
.reviwul li .review_title {
    background-color: #1D3D52;
    width: 55%;
    color: #fff;
    padding: 10px 20px;
    border-bottom-right-radius: 70px;
    margin-left: 0px;
    margin-top: -10px;
    letter-spacing: 0.5px;
    text-align: center;
}
.reviwul li.reviewul_2 .review_autor_nd_star {
    padding-bottom: 20px;
}
/* ---------- */
.reviwul li.reviewul_3 .review_autor_nd_star {
    padding: 10px 0;
}

.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{
    border: 0.5px solid #004346;
    border-radius: 20px;
}
.add-box-1 p {
    font-family: Barlow, sans-serif;
    font-weight: 700;
    color: rgb(255, 255, 255);
    line-height: 27px;
    font-size: 25px;
    padding: 12px 20px;
    border-radius: 15px;
    width: 90%;
    margin: 0px auto 20px;
    position: relative;
    background: #1D3D52;
}
.add-box-1 p::after {
    content: ' ';
    position: absolute;
    top: -5px;
    bottom: -5px;
    left: -5px;
    right: -5px;
    border-radius: 15px;
    background: linear-gradient(180deg, #66D6EA 0%, #2C6078 100%);
    z-index: -10;
}
.add-box-1 img {
    margin-bottom: 5px;
    padding: 15px 0 10px;
}
hr.add-box-divider {
    margin: 35px 0;
    border-color: #c9c9c9;
}
.add-box-2 {
    border: 1px solid #004346;
    border-radius: 8px;
    overflow: hidden;
}
.add-box-2 h6{
    background: #fff;
    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{
    width: 100%;
    padding: 10px 15px;
    padding-top: 0;
    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: italic;
}
.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 */
.page-left-cont ul li{
    font-family: 'Barlow', sans-serif;
    font-size: 18px;
}
.banner_gif_container p {
    font-size: 18px;
    font-style: italic;
    font-weight: 700;
    color: #fff;
    position: absolute;
    bottom: 0;
    transform: translateX(-50%);
    left: 50%;
    text-align: center;
    width: 90%;
    margin-bottom: 20px;
    z-index: 4;
    line-height: 131.7%;
    -webkit-text-stroke-width: 0.8px;
    -webkit-text-stroke-color: black;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.banner_gif_container::after {
    content: " ";
    position: absolute;
    height: 88px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 2.6%, rgba(62, 132, 158, 0.90) 78.55%);
    left: 0;
    right: 0;
    bottom: 5px;
    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: #F0F6F9;
    margin-left: 10px;
    padding-left: 0;
    border-radius: 30px;
}
.reviwul li > img {
    border-left: 8px solid;
    border-color: #66D6EA;
    width: 30%;
}
.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 p {
    font-size: 22px !important;
    font-weight: 700;
    text-align: center;
    margin: 10px 0;
    color: #000;
    line-height: 24px;
}
.cta_btn_cntnr a {
    background-color: #1D3D52;
    color: #fff;
    font-weight: 600;
    padding: 10px 15px;
    border-radius: 20px;
    text-align: center;
    border-radius: 30px;
    line-height: 17.5px;
    font-size: 16px;
    display: block;
    text-decoration: none;
    font-family: 'Barlow', sans-serif;
    margin-bottom: 10px;
    margin-right: 10px;
}
.page-right-cont hr.add-box-divider{
    border-color: #003459;
}
.review_1 {
    margin-bottom: 37px !important;
    border-radius: 16px;
}
.product_pc{
    position: relative;
}
.stickyTop{
    padding: 0;
}
.page-cont{
    padding-bottom: 20px;
}
@media(max-width: 1024px) {
    .sitelogo {
      max-width: 180px;
    }
    .reviwul li{
        align-items: center;
    }
    .reviwul li > img{
        height: auto;
    }
    .reviwul li .review_title{
        width: 75%;
    }
    .reviwul li .review_cntnt .review{
        font-size: 16px !important;
        line-height: 20px;
    }
    .reviwul li .review_cntnt .reviewer_name{
        font-size: 18px !important;
    }
    .ltdhold p {
      font-size: 14px;
      gap: 5px;
    }
    .ltdholdImg img{
        width: 18px;
    }
    .page-titel h2{
        font-size: 40px;
    }
    .page-left-cont h3{
        font-size: 29px;
    }
    .page-left-cont p{
        font-size: 20px !important;
        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;
    }
}

@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) {
    .mobileFixed{
        bottom: 0;
        z-index: 999;
        width: 100%;
        background: #fff;
    }
    .reviwul li {
        align-items: normal;
    }
    .mobileFixed img {
        margin-bottom: 0;
        margin-left: 10px;
        margin-right: 20px;
        padding: 10px 0;
        width: 110px;
    }
    .cta_btn_cntnr a {
        font-size: 12px;
        font-weight: 700;
        padding: 3px 15px;
    }
    .page-titel .update{
        padding: 15px 18px;
    }
    .review_1{
        border-radius: 0;
    }
    .pg_ftr{
        padding: 50px 0 110px;
    }
    header .container {
        flex-direction: column;
        padding: 0 !important;
        justify-content: center !important;
        align-items: center !important;
    }
    .sitelogo {
      padding: 0px 15px 0px;
    }
    .ltdhold p{font-size: 11px;}
    .ltdhold {
        width: 100%;
        padding: 8px 9px;
        background: #214459;
    }
    .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: space-between;
    }
    .add-box-1 {
      display: none;
    }
    .add-box-2 {
        width: 300px;
        margin: auto;
    }
    .add-box-divider {
      display: none;
    }
}

@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: 15px !important;
        border: none;
    }
    .page-right-cont {
      flex-direction: column;
      justify-content: space-between;
    }
    .add-box-1 {
      width: 300px;
      max-width: 100%;
      margin: 0 auto;
      display: none;
    }
    .add-box-2 {
      width: 300px;
      max-width: 100%;
      border-radius: 8px;
      margin: 0 auto;
    }
    .page-titel h2 {
      font-size: 26px;
    }
    .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) * .5);
      padding-left: calc(var(--bs-gutter-x) * .5); */
    }
    .proBox {
      margin-right: calc(var(--bs-gutter-x) * .5);
      margin-left: calc(var(--bs-gutter-x) * .5);
    }
    .banner_gif_container p{
        width: 100%;
        font-size: 14px !important;
        -webkit-text-stroke-width: 0.5px;
        -webkit-text-stroke-color: black;
    }
    .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;
    }
    .procont .orangeBtn{
        padding: 12px 30px;
    }
    .reviwul li .review_title{
        width: 75%;
    }
    .reviwul li .review_cntnt .reviewer_name {
        width: 100%;
        font-size: 18px !important;
        padding-left: 50px;
    }
    .reviwul li.reviewul_2 .review_cntnt .review::after {
        bottom: -30px;
        right: -10px;
    }
    .rev_star{
        margin-left: -60px;
}
    .reviwul li .review_cntnt .review::after {
        right: 0px;
        bottom: -17px;
    }
    .reviwul li .review_cntnt .review::before{
        left: -35px;
    }
    .reviwul li .review_cntnt .review{
        font-size: 18px !important;
        margin-left: 45px;
    }
    .reviwul li.reviewul_3 .review_cntnt .review::after {
        bottom: -20px;
        right: 0px;
    }
    .reviwul li > img{
        border-left: none;
        border-top: 8px solid;
        border-color: #66D6EA;
    }
    .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 > 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-divider{
        width: 100%;
    }
    .stickybtn{
        gap: 5px;
    }
    .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
    }
}