/*---------------------------------------------------------------------
File Name: style.css
---------------------------------------------------------------------*/


/*---------------------------------------------------------------------
Fonts
---------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*---------------------------------------------------------------------
import Files
 ---------------------------------------------------------------------*/


/*---------------------------------------------------------------------
basic
---------------------------------------------------------------------*/

.all-unset {
    all: unset;
}

body {
     color: #000;
     font-size:1.4rem;
     font-family: "Poppins", sans-serif;
     font-weight: normal;
     margin: 0;
     padding: 0;
}

a {
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     position: relative;
     font-weight: normal;
     line-height: normal;
     margin: 0
}



*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     text-decoration: none!important;
}

button:focus {
     outline: none;
}

ul,
li,
ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
}

p {
     margin: 0px;
     padding: 0;
     font-weight: normal;
     font-size: 18px;
     line-height: 26px;
}
a {
text-decoration: none;
     outline: none !important;
}
.container {
    width: 1170px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}
.top-bar {
    display:inline-block;
    width: 100%;
    background: #000;
    padding: 12px 0 8px;
}
.top-bar__text {
    font-size: 15px;
    line-height: 23px;
    letter-spacing: .5px;
    color: #fff;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top-bar__text img {
    display: inline-block;
    margin: 0 8px 0 0;
    flex: 0 0 16px;
   max-width: 16px;
}
.top-fixed-bar {
    width: 100%;
    margin-bottom: 70px;
}

.logo {
   width: 88px;
}
.nav_section-side {
    background: #fff;
    width: 100%;
    padding: 8px 0;
    position: relative;

}
.header_timer_top {
    font-size: 17px;
    line-height: 21px;
    color: #000;
    font-weight: 500;
    letter-spacing: .5px;
    position: absolute;
    padding-left: 18px;
    right: 0;
    margin: 0 auto;
    width: 50%;
    left: 0;
    text-align: center;
    top: 22px;
}
.header_timer_top:before {
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #29d312;
    transform: translateY(-50%);
    animation: blinker 2s infinite ease-in-out;
    position: relative;
    display: inline-block;
    top: 3px;
    margin-right: 10px;
}
@-webkit-keyframes blinker {
	from {opacity: 1.0;}
	to {opacity: 0.0;}
	}
.header_timer_top span {
    font-weight: 600;
}
a.nav_btn_order {
    float: right;
    background: #fb9927;
    color: #fff;
    font-size: 15px;
    text-align: center;
    width: 190px;
    height: 45px;
    line-height: 45px;
    border-radius: 8px;
    font-weight: 600;
    margin: 4px 0 0 20px;
    letter-spacing: .5px;
}
.header_timer_top {
    font-size: 17px;
    line-height: 21px;
    color: #000;
    font-weight: 500;
    letter-spacing: .5px;
    position: absolute;
    padding-left: 18px;
    right: 0;
    margin: 0 auto;
    width: 50%;
    left: 0;
    text-align: center;
}
.banner__left_side {
    width: 48%;
    position: relative;
    margin-top: 80px;
}
.banner__right_side {
    width: 52%;
    text-align: left;
}
.banner__seal_sec img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: 87px;
}
.d-flex {
    display: flex;
}
.banner__seal_box {
    width: 95px;
    margin-top: -15px;
}
.show-mob, .show-tab {
    display: none;
}
.banner__test_seal {
    position: absolute;
    top: 20px;
    right: 65px;
    filter: drop-shadow(0 5px 3px rgba(0,0,0,.3));
    background: url("images/banner-seal.png") no-repeat;
    width: 140px;
    height: 140px;
    background-size: 140px;
    text-align: center;
    padding-top: 38px;
}
.banner__product {
    position: absolute;
    top: 0;
    left: 80px;
    max-width: 463px;
}
.banner__seal_sec {
    width: 100%;
    margin-top: 24px;
}
.banner__seal_sec img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: 87px;
}
.cut_price span:before {
    content: "";
    position: absolute;
    left: -3px;
    top: 44%;
    border-bottom: 2px solid #de1c0f;
    right: -8px;
    transform: rotate(-17deg);
}
.list_price {
    font-size: 40px;
    line-height: 40px;
    color: #139248;
    font-weight: 700;
    margin-top: 6px;
}
.cut_price {
    font-size: 30px;
    line-height: 25px;
    color: #706a6a;
}
.cut_price span {
    position: relative;
}
.banner_section{
    float: left;
    width: 100%;
    padding: 40px 0 60px;
    background: url("images/banner-back.png")#f0fff6 no-repeat center top;
    background-size: cover;
}
.banner__rating img {
    display: inline-block;
    vertical-align: middle;
    margin: -5px 7px 0 0;
    width: 86px;
}
.banner__rating {
    font-size: 15px;
    line-height: 28px;
    font-weight: 500;
    color: #000;
    letter-spacing: .5px;
}
.banner__points li {
    float: left;
    width: 100%;
    margin-top: 10px;
    padding-left: 35px;
    background: url("images/banner-check.png") no-repeat 0 2px;
    color: #000;
    font-size: 19px;
    line-height: 27px;
    font-weight: 600;
    letter-spacing: .5px;
}
.banner__heading {
    color: #000;
    font-size: 47px;
    line-height: 55px;
    font-weight: 700;
    margin-top: 12px;
}
.banner__heading span {
    color: #139248;
}
.banner__text {
    font-size: 18px;
    line-height: 28px;
    color: #000;
    letter-spacing: .5px;
    margin-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #ccc;
}
.banner__point_head {
    color: #000;
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: .5px;
    margin-top: 25px;
    position: relative;
    padding-left: 55px;
}
.banner__point_head img {
    position: absolute;
    top: 50%;
    left: 0;
    width: 45px;
    margin-top: -20px;
}
.banner__points {
    width: 100%;
    margin-top: 20px;
    display: inline-block;
}
.deal-text {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
    letter-spacing: .5px;
    text-align: center;
}
.deal-text img {
    display: inline-block;
    vertical-align: middle;
    margin: -3px 6px 0 0;
    width: 18px;
}
.pulse {
    animation-name: pulse;
    -webkit-animation-name: pulse;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
.parimary__button {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 65px;
    background: #fb9927;
    border-radius: 6px;
    color: #fff;
    font-size: 24px;
    line-height: 65px;
    font-weight: 600;
    letter-spacing: .5px;
    text-align: center;
}
ul.button-box__list {
    margin: 15px auto 0;
    width: 100%;
    padding: 0 10px;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}
ul.button-box__list li {
    font-size: 12px;
    line-height: 15px;
    letter-spacing: .2px;
    text-align: left;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
ul.button-box__list li img {
    margin-right: 5px;
    width: 18px;
}
@keyframes pulse {
    0% {
    transform: scale(0.9);
   }
    50% {
    transform: scale(1);
   }
    100% {
    transform: scale(0.9);
   }
   }
   @-webkit-keyframes pulse {
    0% {
    -webkit-transform: scale(0.95);
   }
    50% {
    -webkit-transform: scale(1);
   }
    100% {
    -webkit-transform: scale(0.95);
   }
   }
   .button__box {
    width: 100%;
    margin-top: 35px;
    display: inline-block;
}
.button__width {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 400px;
    text-align: center;
}
.logos_section_top{
    display: inline-block;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #f1f1f1;
    padding: 30px 0 20px;
}
.logos__title{
    font-size: 18px;
    line-height: 20px;
    color: #444;
    letter-spacing: .5px;
}
.logos__list_all {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}
.logos__list_all li {
    display: inline-block;
    vertical-align: bottom;
    padding: 0 15px;
}
.text-center{
    text-align: center;
}
.hide-desktop{
    display: none;
}
.primary_heading {
    font-size: 45px;
    line-height: 55px;
    color: #000;
    font-weight: 700;
}
.primary_text {
    font-size: 17px;
    line-height: 28px;
    color: #000;
    letter-spacing: .5px;
    margin-top: 25px;
}
.red_color {
    color: red;
}
.sectionone__left {
    flex: 0 0 56%;
    text-align: left;
}
.padd{
    padding: 60px 0 70px;
}
.faq-ai-input input[type="text"] {
    height: 47px;
    width: 100%;
    padding: 12px;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 16px;
}
.faq-ai-input {
    position: relative;
    margin-top: 30px;
    margin-bottom: 12px;
}
button.btn-input:hover {
    background: #161515;
}
button.btn-input {
    background: #FB9927;
    border: none;
    color: #fff;
    height: 47px;
    padding: 8px 16px;
    border-radius: 5px;
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.accordion {
    background-color: rgba(0, 0, 0, 0.05);
    color: rgb(107, 114, 128);
    cursor: pointer;
    padding: 9px;
    width: auto;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    display: flex;
    margin-bottom: 12px;
    border-radius: 5px;
    align-items: center;
}
button.accordion:hover {
    background: #E5E5E5;
}
  .active, .accordion:hover {
    background-color: #ccc;
  }

  .panel {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
    margin-bottom: 15px;
    font-size: 16px;
}
.panel p {
    font-size: 16px;
}
.primary_sub_heading {
    font-size: 28px;
    line-height: 34px;
    color: #139248;
    font-weight: 600;
    margin-bottom: 10px;
}
.section_second_block {
    display: flex;
    width: 100%;
    margin: 60px 0 15px;
}
.left-img-second {
    flex: 0 0 56%;
}
.section_second_grey {
    width: 100%;
    margin: 0 0 0 -52px;
    max-width: 655px;
}
ul.section_second_listing {

    width: 47%;
    text-align: left;
}
ul.section_second_listing li {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: left;
    margin-top: 30px;
}
ul.section_second_listing li:last-child .second__list-inner  {
    border: none;
    padding-bottom: 0;
}
.second__list-inner {
    float: right;
    width: calc(100% - 90px);
    border-bottom: 1px solid #dee0df;
    padding-bottom: 30px;
}
ul.section_second_listing li h3 {
    font-size: 22px;
    line-height: 28px;
    color: #000;
    font-weight: 700;
}
ul.section_second_listing li p {
    margin-top: 10px;
}
ul.section_second_listing li img {
    width: 75px;
}
.section-second {
    background: url("images/section2-back.png")#f0f8f3 no-repeat center top;
    width: 100%;
    position: relative;
}
.section_second-text {
    font-size: 22px;
    line-height: 32px;
    color: #000;
    font-weight: 700;
    margin-top: 40px;
}
.section-third_benefit_col img {
    display: block;
    margin: 0 auto 20px;
    width: 165px;
}
.section-third_benefit_col h3 {
    font-size: 22px;
    line-height: 28px;
    color: #000;
    font-weight: 700;
}
.section-third_benefit_col .primary_text {
    margin-top: 10px;
}

.section-third_benefit_col {
    flex: 0 0 31%;
    margin-top: 50px;
    text-align: left;
    padding: 0 10px;
}
.section-third_benefits_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
}
.compare_box-sec {
    display: flex;
    width: 100%;
    max-width: 970px;
    margin: 120px auto 20px;
}
ul.comp_col_listing li {
    width: 100%;
    height: 65px;
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 26px;
    color: #000;
    padding: 0 20px;
    text-align: left;
    letter-spacing: .5px;
}
ul.comp_col_listing li:nth-child(2n) {
    background: #e2efe6;
}
.comp_col-2 {
    width: 24%;
    background: #139248;
    border-radius: 20px;
}
.comp_col-2 ul.comp_col_listing li:nth-child(2n) {
    background: none;
}
.comp_icon {
    display: block;
    margin: 0 auto;
    width: 35px;
}
.comp_col-1 {
    width: 31%;
}
.comp_box_right-side {
    width: 45%;
    position: relative;
}
.comp_right_text {
    position: absolute;
    left: 50%;
    top: -15px;
    transform: translate(-50%);
    font-size: 18px;
    line-height: 26px;
    color: #141414;
    font-weight: 600;
    width: 100%;
}
.comp_col {
    width: 33.33%;
}
.comp_box_right-side {
    width: 45%;
    position: relative;
    display: flex;
}
.comp_col_top-bar, div.comp_col_top-bar:empty {
    display: block;
    width: 100%;
    height: 130px;
    text-align: center;
}
.comp_prod-1 {
    display: inline-block;
    vertical-align: middle;
    margin: -80px auto 10px;
    width: 90px;
}
.comp_col-2_text {
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    font-weight: 700;
}
.comp_brand {
    display: inline-block;
    vertical-align: middle;
    margin: 30px 0 8px;
    width: 75px;
}
.section-four-compare-sec {
    background: #f6fcf8;
    float: left;
    width: 100%;
    padding: 60px 0 70px;
}

.guarantee_box-bar {
    display: block;
    width: 100%;
    max-width: 820px;
    margin: 50px auto 20px;
    border-radius: 10px;
    padding: 50px 20px 50px 240px;
    text-align: left;
    position: relative;
    border: 1px dashed #565656;
    box-shadow: 0 0 10px 5px #0003;
    background: #fff;
}
.mbg-badge {
    position: absolute;
    left: 35px;
    top: 50%;
    width: 180px;
    margin: -90px auto 0;
}
.money_back_head {
    font-size: 34px;
    line-height: 36px;
    color: #000;
    font-weight: 700;
}
.money_back_text {
    font-size: 18px;
    line-height: 28px;
    color: #000;
    letter-spacing: .5px;
    margin-top: 20px;
}
section.section-five.padd {
    display: inline-block;
    width: 100%;
}
.section-five__box {
    display: flex;
    justify-content: space-between;
}
.section-five__left {
    width: 49%;
    text-align: left;
}
.section-five__right {
    width: 48%;
    margin-top: 30px;
}
.section-five-rgt-box-col {
    float: left;
    width: 50%;
    background: #dcfdea;
    padding: 15px 15px 24px 16px;
    text-align: left;
}
.section-five-col-top {
    width: 100%;
    padding: 15px 115px 20px 0;
    position: relative;
    border-radius: 10px 10px 0 0;
}
.section-five-col-top p {
    font-size: 20px;
    line-height: 26px;
    color: #050505;
    font-weight: 700;
}
.section-five-col-top img.s5-col-prod {
    position: absolute;
    right: 5px;
    top: 10px;
    width: 49px;
}
.section-five-rgt-box-col.col2 {
    background: #f6ebeb;
}
ul.section-five-box-col-listing {
    float: left;
    width: 100%;
    padding: 10px 0 0;
    border-top: 1px solid #bfd7c9;
}
ul.section-five-box-col-listing li {
    float: left;
    width: 100%;
    text-align: left;
    background: url("images/s5-chk.png") no-repeat left 24px;
    padding: 20px 0 0 30px;
    font-size: 17px;
    line-height: 26px;
    font-weight: 600;
    color: #050505;
    background-size: 17px;
}
.section-five-rgt-box-col.co-l2 ul.section-five-box-col-listing li {
    background: url("images/s5-cross.png") no-repeat left 24px;
    background-size: 19px;
}
.section-five-rgt-box-col.co-l2 {
    float: right;
    background: #f6ebeb;
}
.section-six__row {
    width: 100%;
    margin: -150px auto 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.section-six__col {
    width: 31.5%;
    background: #fff;
    border: 1px solid #d8d7d7;
    border-radius: 12px;
    -webkit-box-shadow: 0 0 10px 1px rgba(0,0,0,.1);
    box-shadow: 0 0 10px 1px #0000001a;
}
.section-six-col-top {
    float: left;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #d8d7d7;
    padding: 30px 10px 20px 85px;
    position: relative;
}
.section-six-col-btm {
    width: 100%;
    text-align: left;
    padding: 15px 17px 25px;
    display: inline-block;
}
.section-six-col-img {
    position: absolute;
    top: 24px;
    left: 10px;
    width: 58px;
}
.section-six-col-title {
    font-size: 17px;
    line-height: 17px;
    color: #000;
    font-weight: 600;
}
.section-six-col-hdg {
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    color: #000;
    margin-top: 6px;
}
.section-six-col-para {
    font-size: 16px;
    line-height: 28px;
    color: #000;
    letter-spacing: .3px;
}
ul.section-six-col-listing1 {
    float: left;
    width: 100%;
    margin-top: 15px;
}
ul.section-six-col-listing1 li {
    display: inline-block;
    vertical-align: middle;
    color: #000;
    font-size: 11px;
    line-height: 11px;
    font-weight: 500;
    border-radius: 50px;
    border: 1px solid #d8d7d7;
    padding: 7px 8px 5px;
    margin-right: 2px;
}
ul.section-six-col-listing1 li img {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    margin-right: 4px;
}
ul.section-six-col-listing2 li {
    background: url("images/s1-list-bullet.png")no-repeat left 5px;
    width: 100%;
    color: #000;
    font-size: 17px;
    line-height: 23px;
    padding-left: 18px;
    font-weight: 600;
    margin-top: 8px;
    display: inline-block;
}
ul.section-six-col-listing2 {
    float: left;
    width: 50%;
    padding-left: 10px;
    margin-top: 12px;
}
.section-six-col-top img.s6-col-img {
    position: absolute;
    top: 24px;
    left: 10px;
    width: 58px;
}
p.section-six_logoshead {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    position: relative;
    margin-top: 50px;
    text-align: center;
}
.section-six_logoshead:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    width: 900px;
    margin-top: -3px;
    height: 1px;
    background: #fff;
    background: linear-gradient(90deg,#fff0,#969696,#fff0);
}
.section-six_logoshead span {
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: #fff;
    padding: 0 20px;
    color: #000;
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
}
ul.section-six__icon_listing {
    float: left;
    width: 100%;
    margin: 30px auto 20px;
    padding: 0 50px;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
ul.section-six__icon_listing li img {
    display: block;
    margin: 0 auto;
    width: 77px;
}
.section-six___backg{
    background: url("images/section6-back.png") no-repeat center top;
    display: inline-block;
    width: 100%;
    padding: 60px 0 200px;
    background-size: cover;
}
.white__text {
    color: #fff;
}
.section-seven__comments_row{
    margin: 50px auto 0;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.section-seven__comments_col {
    background: #fff;
    width: 31.6%;
    box-shadow: 0 1px 8px 2px #0000001a;
    padding: 8px;
    border-radius: 5px;
}
.section-seven__comment_content {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 10px 15px;
    text-align: center;
}
.mt-0 {
    margin-top: 0!important;
}
.comment-name {
    font-size: 18px;
    line-height: 20px;
    color: #000;
    letter-spacing: .5px;
    font-weight: 600;
    margin-top: 20px;
}
.comment-name span {
    font-size: 13px;
    line-height: 13px;
    color: #171717;
    font-weight: 400;
}
.comment-name span img {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 6px 0 4px;
}
.section-seven .review__heading {
    font-size: 33px;
    line-height: 38px;
    color: #000;
    font-weight: 600;
    text-align: left;
    margin-top: 65px;
}
.section-seven__top_col1 {
    width: 36%;
}
.section-seven__rating_list {
   display: inline-block;
    width: 100%;
}
.section-seven__rating_list li {
    display: inline-block;
    width: 100%;
    color: #000;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: .5px;
    font-weight: 400;
    padding: 10px 0;
    text-align: left;
    border-bottom: 1px solid #e1e1e1;
}
.section-seven__rating_list li span {
    float: right;
}
.section-seven__top_row{
    float: left;
    width: 100%;
    margin-top: 25px;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
}
.section-seven__rating_list li span img {
    display: inline-block;
    vertical-align: middle;
    margin: -5px 10px 0 0;
    width: 88px;
}
.section-seven__top_col2 {
    width: 36%;
    text-align: center;
}
.section-seven__top_col2 p {
    float: left;
    width: 100%;
    color: #139248;
    font-size: 80px;
    line-height: 70px;
    font-weight: 500;
}
.section-seven__top_col2 img {
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
    width: 132px;
}
.section-seven__top_col2 span {
    float: left;
    width: 100%;
    color: #000;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: .5px;
    margin-top: 20px;
}
.section-seven__top_col3 {
    width: 28%;
}
.section-seven-review_img-col {
    width: 24%;
    border: 1px solid #dddddd;
}
.section-seven-review_img-row{
    width: 100%;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 5px;
}
.section-seven-reviews_box {
    float: left;
    width: 100%;
    margin: 20px 0 15px;
}
.section-seven-reviews_box {
   display: inline-block;
    width: 100%;
    margin: 20px 0 15px;
}
.section-seven-reviews_box-row-left {
    width: 290px;
    padding: 0 20px 0 0;
    text-align: left;
    border-right: 1px solid #d7d7d7;
}
.section-seven-reviews_box-row-right {
    width: calc(100% - 290px);
    padding: 15px 10px 15px 35px;
    text-align: left;
}
.t-star {
    display: block;
    width: 123px;
    margin-bottom: 15px;
    max-width: 100%;
}
.testi-paragraph {
    font-size: 17px;
    line-height: 28px;
    color: #000;
    letter-spacing: .5px;
    margin-top: 15px;
}
.section-seven-reviews_name {
   display: inline-block;
    width: 100%;
    padding: 10px 0 10px 85px;
    position: relative;
}
.section-seven-reviews_box-row {
    width: 100%;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 30px 0 0;
    padding: 20px;
    border: 1px solid #d7d7d7;
}
.section-seven-reviews_name .testi-pics {
    position: absolute;
    left: 10px;
    top: 5px;
    width: 58px;
    height: 58px;
    border-radius: 50%;
}
.section-seven-test-prod-txt {
    float: left;
    width: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #565656;
    letter-spacing: .5px;
}
.section-seven-test-prod-txt span {
    font-size: 13px;
    font-weight: 500;
    color: #000;
}
.t-name {
    font-size: 16px;
    line-height: 22px;
    color: #000;
    font-weight: 500;
}
p.section-seven-t-vryfd {
    font-size: 13px;
    line-height: 15px;
    letter-spacing: .5px;
    color: #6db607;
    margin-top: 8px;
}
.section-seven-t-vryfd img {
    display: inline-block;
    vertical-align: middle;
    margin: -1px 3px 0 0;
    width: 14px;
}
.section-seven-t-prod-dv {
    position: absolute;
    left: 10px;
    top: 20px;
    border-radius: 4px;
    border: 1px solid #e1e1e1;
    background: #f9f9f9;
    width: 60px;
    height: 60px;
    line-height: 35px;
    padding: 1px;
    text-align: center;
    display: grid;
    place-items: center;
}
.section-seven-reviewing_prod {
    float: left;
    width: 100%;
    position: relative;
    text-align: left;
    margin-top: 10px;
    padding: 30px 0 12px 85px;
    border-top: 1px solid #cccccc;
}
.section-seven-reviewing_prod  img {
    display: inline-block;
    vertical-align: middle;
    width: 28px;
}
.section-eight__left {
    display: inline-block;
    width: 53%;
    text-align: left;
}
.section-eight__prod {
    position: absolute;
    top: 30px;
    right: 0;
    width: 543px;
}
.section-eight {
    background: #edf7f1;
   display: inline-block;
    width: 100%;
    padding: 60px 0 70px;
    position: relative;
}

ul.section-nine-steps-listings {
    display:flex;
    vertical-align: top;
    width: 100%;
    max-width: 980px;
    position: relative;
    margin: 35px auto 0;
}
ul.section-nine-steps-listings:before {
    content: "";
    position: absolute;
    top: 38px;
    left: 150px;
    right: 150px;
    background: #139248;
    height: 6px;
}
ul.section-nine-steps-listings li {
    display: inline-block;
    width: 33.33%;
    padding: 0 15px;
    text-align: center;
    position: relative;
}
.step-no.active, p.step-no.active, p.step-no.active:empty {
    background: #139248;
    color: #fff;
    position: relative;
}
.step-hdg {
    font-size: 22px;
    line-height: 22px;
    color: #000;
    font-weight: 700;
    margin-top: 25px;
}
.step-txt {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    margin-top: 12px;
    letter-spacing: .5px;
}
.step-no, p.step-no, p.step-no:empty {
    display: inline-block;
    vertical-align: top;
    background: #bebebe;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 20px;
    color: #000;
    font-weight: 500;
    line-height: 45px;
    margin-top: 20px;
}
.section-nine-package-block {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    max-width: 1100px;
    margin: 60px auto 0;
}
.section-nine-packageBox {
    width: 31.5%;
    border-radius: 15px;
    overflow: hidden;
    text-align: center;
    border: 2px solid #b7b7b7;
    position: relative;
    box-shadow: 0 4px 8px 2px #0000001a;
    -webkit-box-shadow: 0 4px 8px 2px rgba(0,0,0,.1);
}
.pkg-header {
    display: inline-block;
    width: 100%;
    padding: 30px 20px 20px;
}
.pkg-header h3 {
    font-size: 38px;
    line-height: 38px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
}
.pkg-header p {
    font-size: 25px;
    line-height: 25px;
    color: #000;
    margin-top: 10px;
    font-weight: 600;
    text-transform: uppercase;
}
.section-nine-pkg-prod-details {
    display: inline-block;
    width: 100%;
    padding: 10px 20px 25px;
}
.prod-imgbox__otr {
    display: inline-block;
    width: 100%;
}
.prod-imgbox {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 318px;
    position: relative;
}
.pkg_img {
    margin: 0 auto;
    display: block;
    max-width: 300px;
}
.section-nine-pakage-each-price {
    font-size: 60px;
    line-height: 60px;
    color: #000;
    font-weight: 700;
    margin-top: 10px;
}
.section-nine-pakage-each-price span {
    font-size: 24px;
    line-height: 24px;
    font-weight: 500;
}
p.section-nine-pakage-save-price:before {
    border-top: 35px solid transparent;
    border-right: 10px solid #f1e656;
    left: -9px;
    bottom: 0;
}
p.section-nine-pakage-save-price:after {
    border-bottom: 35px solid transparent;
    border-left: 10px solid #f1e656;
    right: -9px;
    top: 0;
}
p.section-nine-pakage-save-price:after, p.section-nine-pakage-save-price:before {
    content: "";
    position: absolute;
}
.section-nine-pakage-save-price {
    display: inline-block;
    vertical-align: top;
    padding: 8px 13px 6px;
    background: #f1e656;
    font-size: 20px;
    line-height: 20px;
    color: #000;
    font-weight: 600;
    letter-spacing: .5px;
    text-transform: capitalize;
    margin-top: 10px;
    position: relative;
}

.section-nine-pkg-btn-box {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 300px;
    text-align: center;
    margin-top: 30px;
}
a.buy-btn {
    display: inline-block;
    vertical-align: top;
    background: #fb9927;
    width: 100%;
    height: 55px;
    font-size: 22px;
    line-height: 57px;
    color: #fff;
    font-weight: 700;
    letter-spacing: .5px;
    border: 2px solid #111111;
    border-radius: 6px;
    text-transform: uppercase;
}
a.buy-btn img {
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    margin: -4px 10px 0 0;
}
.pay-logo {
    display: block;
    margin: 18px auto 25px;
    width: 221px;
}
.pkg-usual-price {
    font-size: 30px;
    line-height: 30px;
    color: #000;
    letter-spacing: .5px;
    font-weight: 700;
}
.section-nine-pakage-save-price span {
    font-weight: 400;
    position: relative;
    margin-right: 10px;
}
.pkg-save-price:before {
    border-top: 35px solid transparent;
    border-right: 10px solid #f1e656;
    left: -10px;
    bottom: 0;
}
.package-3 .pkg-seal {
    top: 8px;
    left: 8px;
}
.pkg_img {
    margin: 0 auto;
    display: block;
}
.package-2 .pkg-seal {
    top: 8px;
    left: 8px;
}
.package-3 .pkg-seal {
    top: 0;
    left: 59px;
}
.pkg-seal {
    position: absolute;
    width: 79px;
}
.section-nine-packageBox.package-2 {
    border: none;
    background: #21be62;
}
.section-nine-packageBox.package-2 .pkg-header h3 {
    color: #fff;
}
.section-nine-packageBox.package-2 .pkg-header p {
    color: #fff;
}
.section-nine-packageBox.package-2 .section-nine-pakage-each-price, .section-nine-packageBox.package-2 .pkg-usual-price {
    color: #fff;
}
.section-ten .faq-ai {
    max-width: 800px;
    margin: 0 auto;
}
.section-ten  button.accordion {
    width: 100%;
    display: inline-block;
}
.section-ten button.accordion p {
    float: right;
    font-size: 30px;
}
.section-ten button.accordion p .minus {
   display: none;
}
.section-ten button.accordion.active p .minus {
    display: block;
 }
 .section-ten button.accordion.active p .plus {
    display: none;
 }
 .section-ten  .faq-ai-input {
    margin-bottom: 40px;
}
.foot-logo {
    display: block;
    margin: 0 auto 5px;
    width: 88px;
}
.footer_text-one {
    font-size: 17px;
    line-height: 18px;
    color: #313131;
    letter-spacing: .5px;
    margin-top: 25px;
}
p.footer_text-second {
    font-size: 13px;
    line-height: 19px;
    color: #767676;
    letter-spacing: .5px;
    margin-top: 25px;
}
.foot_txt1 {
    font-size: 17px;
    line-height: 18px;
    color: #313131;
    letter-spacing: .5px;
    margin-top: 25px;
}
.footer {
    background: #fff;
   display: inline-block;
    width: 100%;
    padding: 50px 0;
    border-top: 2px solid #ececec;
    text-align: center;
}
header .top-fixed-bar{
    top: 75px;
    margin-top: -70px;
    position: relative;
}

header .top-fixed-bar.nav-fixed {
    position: fixed;
    z-index: 10;
    -webkit-transition: margin .3s ease-out;
    transition: margin .3s ease-out;
    background: #fff;
    margin-top: 0;
    top: 0;
    border-bottom: 1px solid #d3d8dc;
}
header#main-header {
    display: inline-block;
    width: 100%;
}
.section1-vs-img {
    right: 0;
    width: 440px;
}
.red_underline {
    text-decoration: 2px #d90001 underline;
}
.pkg-usual-price span{
    position: relative;
}

.pkg-usual-price span:after {
    content: "";
    position: absolute;
    left: -1px;
    top: 47%;
    border-bottom: 1.5px solid #de1c0f;
    right: -8px;
    transform: rotate(-17deg);
}
@media only screen and (max-width: 1200px) {
    .section1-vs-img {
        right: 0;
        width: 440px;
    }
    .container {
        max-width: 1004px;
        width:100%;
        padding: 20px;
}
.banner__left_side {
    width: 38%;
}

.banner_section .d-flex {
    display: flex;
    width: 100%;
}
.banner_section .d-flex {
    justify-content: space-between;
}
.banner__product {
    width: 100%;
}
.banner__seal_sec {
    margin-top: 12px;
}
.sectionone__lright.mobile-hide img {
    right: 0;
    width: 440px;
}
ul.section-five-box-col-listing li {
    font-size: 15px;
    line-height: 25px;
}
.section-five__right {
    width: 50%;
}
.banner__heading, .primary_heading {
    font-size: 40px;
    line-height: 50px;
}
.section-six-col-hdg {
    font-size: 21px;
    line-height: 27px;
}
ul.section-six-col-listing1 li {
    font-size: 9px;
}
.pkg-header h3 {
    font-size: 36px;
    line-height: 36px;
}
}
@media only screen and (max-width: 1024px) {
    .sectionone__lright.mobile-hide {
        display: none;
    }
    img.section1-vs-img.hide-desktop {
        display: block;
        width: 100%;
        margin: 20px 0;
    }
    .sectionone__left {
        flex: 0 0 100%;
        text-align: left;
    }
    .section-one .button__box {
        text-align: center;
    }
    ul.logos__list_all.text-center li {
        width: 12%;
        padding: 0 8px;
    }
    .section-seven__comments_col img.sec7-comment-imgs {
        width: 100%;
    }
    .section-seven-review_img-col img {
        width: 100%;
    }
    ul.section-six-col-listing2 li {
        font-size: 13px;
        line-height: 19px;
        padding-left: 15px;
        margin-top: 8px;
    }
    .section-five__box {
        flex-wrap: wrap;
    }
    .section-five__left {
        width: 100%;
    }
    .section-five__right {
        width: 100%;
    }
    .show-desk {
        display: none;
    }
    .show-mob, .show-tab {
        display: block;
    }
    .show-tab .button__box.text-center {
        width: 100%;
    }
    .show-tab {
        width: 100%;
    }
    .header_timer_top {
        right: 16%;
    }
    .section-third_benefit_col {
        flex: 0 0 48%;
    }
    ul.section-six__icon_listing li p {
        font-size: 16px;
        line-height: 20px;
    }
    .banner__left.show-mob {
        display: none;
    }
    .banner__test_seal {
        right: 0;
    }
    .banner__heading {
        font-size: 30px;
        line-height: 40px;
    }
    .pay-logo {
        width: 100%;
    }
    .pkg_img {
        width: 100%;
    }
    .section-eight__prod {
        position: static;
        margin: 20px 0;
        width: 100%;
    }
    .section-eight__left {
        display: inline-block;
        width: 100%;
        text-align: left;
    }
    .section-nine-packageBox {
        width: 100%;
        margin-bottom: 20px;
    }
    .pay-logo {
        margin: 12px 0 0 8px;
        width: 170px;
        float: left;
    }
    .pkg-usual-price {
        font-size: 16px;
        line-height: 20px;
        float: right;
        margin: 16px 20px 0 0;
    }
    ul.section-nine-steps-listings {
        display: none;
    }
    .section-eight__left .button__box {
        text-align: center;
    }
    .banner__seal_sec img {
        width: 50px;
    }
    .left-img-second {
        flex: 0 0 100%;
        text-align: center;
    }
    ul.section_second_listing {
        width: 100%;
        text-align: left;
    }
    .section_second_block {
        flex-wrap: wrap;
    }
    .banner__left_side.show-mob {
        display: none;
    }
    section.ssection-six.padd {
        overflow: hidden;
    }
    .header_timer_top {
        font-size: 14px;
    }
    .nav_section-side .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .header_timer_top {
        right: 16%;
        top: 40%;
    }
    ul.logos__list_all.text-center li img {
        width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    ul.comp_col_listing li {
        font-size: 13px;
        line-height: 19px;
        padding: 0 16px;
        letter-spacing: 0;
        font-weight: 500;
    }
    .comp_col-2_text{
        font-size: 12px;
        line-height: 14px;
    }
    .comp_prod-1{
        width: 65px;
        margin: -80px auto 9px;
    }
    .comp_right_text {
        font-size: 14px;
        line-height: 18px;
        top: -2px;
    }
    .comp_col_top-bar, div.comp_col_top-bar:empty {
        height: 90px;
    }
    .comp_brand {
        width: 35px;
        margin: 45px 0 8px;
    }
    .comp_col .comp_icon {
        width: 22px;
    }
    .comp_icon {
        width: 26px;
    }
    .mbg-badge {
        position: static;
        display: block;
        margin: 0 auto 15px;
        width: 120px;
    }
    .guarantee_box-bar {
        max-width: 100%;
        padding: 20px 15px 22px;
        text-align: center;
        margin: 40px 0 5px;
    }
    .money_back_head {
        font-size: 20px;
        line-height: 28px;
    }
    .section-five-rgt-box-col {
        width: 100%;
    }
    .section-six__col {
        width: 100%;
        margin-bottom: 20px;
    }
    ul.section-six__icon_listing {
        padding: 0 10px;
    }
    ul.section-six__icon_listing li {
        width: 50%;
        text-align: center;
        margin-bottom: 20px;
    }
    .section-seven__comments_col {
        margin-bottom: 20px;
        width: 100%;
    }
    .section-seven__top_row {
        flex-wrap: wrap;
    }
    .section-seven__top_col1 {
        width: 100%;
        margin: 20px 0;
        order: 2;
    }
    .section-seven__top_col2 {
        width: 100%;
        text-align: center;
        order: 1;
    }
    .section-seven__top_col3 {
        width: 100%;
        order: 3;
    }
    .section-seven-reviews_box-row-left {
        width: 100%;
        padding: 0 20px 0 0;
        text-align: left;
        border-right: none;
    }
    .section-seven-reviews_box-row-right {
        width: 100%;
    }
    .money_back_txt {
        font-size: 15px;
        line-height: 24px;
        margin-top: 10px;
    }
    .primary_heading {
        font-size: 20px;
        text-align: center;
        line-height: 24px;
    }
    .section-third_benefit_col {
        flex: 0 0 100%;
        text-align: center;
    }
    .primary_text {
        font-size: 15px;
        line-height: 24px;
        margin-top: 20px;
        letter-spacing: normal;
    }
    p.header_timer_top {
        display: none;
    }
    .container {
        padding: 0 10px;
    }
    .top-bar__text {
        font-size: 11px;
        line-height: 11px;
    }
    a.nav_btn_order {
        width: 152px;
        height: 40px;
        font-size: 14px;
        line-height: 42px;
        margin: 2px 0 0;
        letter-spacing: .3px;
    }
    .nav_section-side {
        padding: 5px 0;
}
.logo {
    width: 70px;
}
.banner__left_side.hide-on-mob {
    display: none;
}
.banner__left_side {
    width: 100%;
}
.banner__right_side {
    width: 100%;
    text-align: left;
}

.banner__rating {
    font-size: 12px;
    line-height: 16px;
    text-align: center;
}
.banner__heading {
    font-size: 26px;
    line-height: 34px;
    text-align: center;
}
.banner__left_side.show-mob {
    display: flex;
    width: 100%;
    margin-top: 20px;
}
.banner__text {
    font-size: 15px;
    line-height: 24px;
    text-align: center;
}
.banner__point_head {
    font-size: 18px;
    line-height: 24px;
    text-align: left;
    margin-top: 16px;
    padding-right: 12px;
}
.banner__points li {
    font-size: 15px;
    line-height: 21px;
    text-align: left;
    padding-left: 30px;
    background-size: 18px;
    margin-top: 12px;
    letter-spacing: normal;
}

.banner__seal_box {
    flex: 0 0 95px;
    margin-top: -15px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -20px;
}
.banner__product_box {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 50px);
    max-width: 260px;
    position: relative;
}
.banner__seal_list {
    margin-top: 12px;
}
.banner__seal {
    width: 110px;
    height: 110px;
    background-size: 110px;
    padding-top: 27px;
}
.banner__product {
    position: static;
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: auto;
}
.banner__seal {
    width: 110px;
    height: 110px;
    background-size: 110px;
    padding-top: 27px;
}
.primary_sub_heading {
    text-align: center;
}
.list_price {
    font-size: 34px;
    line-height: 34px;
    margin-top: 2px;
}
.cut_price {
    font-size: 27px;
}
.header_timer {
    width: calc(100% + 30px);
    font-size: 14px;
    margin: 8px 0 0 -15px;
    background: #e22f08;
    padding: 8px 0 5px;
    color: #fff;
}
}

.sectionone-vs-img {
    max-width: 572px;
}

img.product-circle {
    border-radius: 100%;
    border: 8px solid #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
    overflow: hidden;
    object-fit: contain;
}

.reviews-image {
    width: 100%;
}
