@font-face {
    font-family: HelveticaComp;
    src: url(../fonts/Helvetica-Compressed.ttf);
}
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.embed-responsive::before {
    display: block;
    content: "";
}
.embed-responsive-16by9::before {
    padding-top: 56.25%;
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.popup-content{
    border-radius: 10px;
    background: white;
    padding: 25px;
    color: #222;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content{
    max-width: 900px;
}
.bold-font{
    font-weight: 700 !important;
}
.medium-font{
    font-weight: 500 !important;
}
.black-font{
    font-weight: 800 !important;
}
.semibold-font{
    font-weight: 600 !important;
}
.regular-font{
    font-weight: 400 !important;
}
.light-font{
    font-weight: 300 !important;
}
.white-color{
    color: white !important;
}
.light-blue-color{
    color: #aec883 !important;
}
.primary-color{
    color: #203451 !important;
}

.btn-primary{
    background: #141415;
    border-color: #141415;
}
.btn-primary:hover{
    background: #202021;
    border-color: #202021;
}
.black-color{
    color: black !important;
}
.red-color{
    color: #EC2D2F !important;
}
.HelveticaComp-Font{
    font-family: 'HelveticaComp', sans-serif !important;
}
body{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.4;
    background: white;
    color: #1b2b1f;
}
h1, h2, h3, h4, h5, h6{
    line-height: 1.25;
}
.header-top{
    background: #00773e;
    padding: 8px 0;
}
.header-top-inner{
    font-size: 14px;
    line-height: 1.22;
    font-weight: 600;
    padding-left: 300px;
}
.header-top-inner span{
    color: #afff00;
}
.header-main{
    padding: 15px 0;
    background: url("../images/top-bg.jpg") no-repeat center center;
    background-size: cover;
    color: #d8ffac;
}
.header-logo{
    bottom: -29px;
    position: absolute;
}
.header-right{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header-text{
    font-size: 18px;
    line-height: 1.2;
    padding-right: 15px;
    text-align: right;
}
.header-text span{
    display: block;
    font-size: 14px;
}
.header-right .btn{
    font-size: 14px;
    border-radius: 4px;
    padding: 8px 20px;
    font-weight: 600;
    background: #fff;
    color: #497355;
}
.section-top{
    background: url("../images/top-banner-bg.png") no-repeat center center;
    background-size: cover;
    /*overflow: hidden;*/
}
.top-seen{
    position: absolute;
    left: 62%;
    top: -7%;
}
.top-product{
    right: -40px;
    bottom: 0;
    position: absolute;
}
.left-top-wrap{
    padding-top: 30px;
    padding-bottom: 30px;
}
.left-top-wrap h2{
    font-size: 120px;
    line-height: 0.85;
}
.left-top-wrap h2 span{
    font-size: 0.6em;
}
.text-shadow{
    text-shadow: 0 1px 8px rgba(48, 102, 54, 0.5);
}
.left-top-wrap h3{
    font-size: 36px;
    line-height: 1.2;
    font-weight: bold;
}
.left-top-wrap h4{
    font-size: 32px;
    line-height: 1.2;
    font-weight: 600;
}
.check-list{
    list-style: none;
    padding: 0;
    margin: 0;
}
.check-list li{
    padding-left: 35px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.2;
    background: url("../images/list-bg.png") no-repeat left top;

    background-size: cover;
    position: relative;
    display: inline-block;
}
.check-list li:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("../images/check-icon.png") no-repeat left top;
    background-position-y: 2px;
    background-size: 25px;
    left: 0;
}
.top-logos{
    max-width: 100%;
    margin-left: -70px;
    margin-top: -30px;
}
.form-header{
    padding: 20px 0;
    line-height: 1.1;
    font-size: 18px;
    font-weight: 500;
}
.grey-color{
    color: #575757 !important;
}
.step-title{
    color: #575757;
    font-size: 50px;
    padding-right: 15px;
}
.coupon-box{
    border: 2px dashed currentColor;
    padding: 8px 10px;
    border-radius: 4px;
}
.discount-right{
    font-size: 14px;
    font-weight: 500;
    line-height: 1.1;
}
.discount-right span{
    font-size: 60px;
    line-height: 1;
    padding-left: 5px;
}
.discount-box{
    padding-bottom: 10px;
    color: #cfa52b;
}



.form-inner{
    padding: 30px 30px 15px;
    background: #2D251A url("../images/form-bg.jpg") no-repeat center bottom;
    background-size: 100% auto;
    border-radius: 15px;
    border: 3px solid white;
    box-shadow: 0 3px 10px -1px rgba(48, 102, 54, 0.2);
}
.field-item label{
    color: #D5D344;
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
}
.field-item .form-control, .field-item .form-select{
    font-size: 15px;
}
.top-partners{
    padding: 40px 0;
    background: url("../images/partners-bg.png") no-repeat center center;
    background-size: contain;
}
.why-section{
    padding: 30px 0;
    overflow: hidden;
    overflow: hidden;
}
.why-leaves{
    position: absolute;
    right: 0;
    top: 0;

}
.usa-badge{
    position: absolute;
    right: 0;
    top: -20px;
}
.main-title{
    font-size: 90px;
    line-height: 1;
    text-transform: uppercase;
}
.main-title-right{
    font-size: 30px;
    line-height: 1.1;
}
.section-grid{
    padding: 30px 0 200px;
    background: url("../images/section-2-bg.jpg") no-repeat center top;
    background-size: cover;
}
.sub-title{
    font-size: 36px;
    line-height: 1.15;
    margin-bottom: 25px;
}
.grid-item{
    padding: 15px 15px 0 15px;
    background: white;
    height: 100%;
    /*margin-bottom: 25px;*/
    box-shadow: 0 3px 10px -1px rgba(48, 102, 54, 0.2);
}
.usage-label{
    padding-left: 12px;
    padding-bottom: 15px;
    margin-top: 20px;
    line-height: 1.3;
    min-height: 60px;
}
.usage-item-wrap{
    padding-bottom: 20px;
}
.usage-label:before{
    content: '';
    position: absolute;
    height: 100%;
    width: 5px;
    left: 0;
    top: 0;
    background: #7eb238;
}
.rush-gradient{
    background: #030404;
    background: linear-gradient(0deg, #030404 0%, #6C6D6C 100%);
    color: white;
    border-radius: 10px;
    font-size: 42px;
    line-height: 1.1;
    text-decoration: none !important;
    padding: 14px 35px;
}
.section-grid .rush-gradient{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 50px;
    line-height: 1;
    padding-bottom: 40px;
}
.skew-submit{
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
    font-size: 54px;
}
.submit-wrap{
    margin-top: 70px;
}
.top-american-label{
    position: absolute;
    top: 0;
    left: -170px;
}
.why-img{
    width: 110%;
    margin-left: -20%;
}
.rush-btn{
    border-radius: 15px;
    font-size: 26px;
    padding: 6px 25px;
}
.main-title-bottom{
    font-size: 30px;
    margin-bottom: 25px;
    line-height: 1.3;
}
.section-science{
    padding: 180px 0 90px;
    margin-top: -6.5%;
    background: url("../images/science-bg.png") no-repeat center top;
    background-size: 100%;
}
.science-bottom h2{
    font-size: 66px;
    line-height: 1;
    margin-bottom: 5px;
    color: #203451;
}
.science-bottom{
    padding-top: 30px;
}
.science-bottom h4{
    font-size: 22px;
    margin-bottom: 20px;
    line-height: 1.2;
    color: #203451;
}
.small-list{
    list-style: none;
    margin: 0;
    padding: 0;
}
.small-list li{
    padding-left: 25px;
    font-weight: 600;
    color: #61931f;
    margin-bottom: 8px;
    background: url("../images/circle_light-green_checkmark.png") no-repeat left top;
    background-position-y: 3px;
    background-size: 15px;
}
.science-review-box{
    padding: 30px 25px 0;
    background: url("../images/doctor-with-crossed-arms.jpg") no-repeat left bottom;
    background-size: cover;
    border-radius: 10px;
    border: 2px solid white;
}
.science-review-content{
    padding-left: 45%;
    font-size: 13px;
    font-weight: 500;
}
.review-name{
    margin-top: 15px;
    color: #7eb238;
    position: relative;
    padding-left: 10px;
    padding-bottom: 15px;
    border-left: 5px solid currentColor;
}
.science-quote{
    position: absolute;
    left: 2px;
    top: -25px;
    width: 100px;
}
.section-video{
    padding: 0 0 350px;
    background: url("../images/section-video-bg.jpg") no-repeat center center;
    background-size: cover;
}
.video-icon-item h4{
    font-size: 22px;
    line-height: 1.2;
}
.video-icons{
    background: url("../images/partners-bg.png") no-repeat center center;
    background-size: contain;
    padding: 40px 0;
    transform: translateY(-30px);
}
.section-step{
    padding: 0 0 60px;
    background: url("../images/step-section-bg.png") no-repeat center top;
    background-size: 100%;
    margin-top: -8%;

}
.video-wrap{
    max-width: 800px;
    margin-bottom: -150px;
    transform: translateY(-200px);
}
.step-number{
    position: absolute;
    right: 15px;
    top: 0;
    font-size: 380px;
    line-height: 0.7;
    text-align: center;
    width: 60%;
    font-weight: 600;
}
.step-img{
    max-width: 100%;
}
.step-item h4{
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 20px;
    margin-top: 15px;
}
.step-wrap{
    padding-bottom: 30px;
}
.compare-section{
    padding-top: 40px;
}
.compare-section h3{
    font-size: 88px;
    line-height: 1;
    margin-bottom: 35px;
    color: #7fb238;
}
.compare-american{
    position: absolute;
    width: 100px;
    top: -5px;
    left: -50px;
}
.compare-table td{
    text-align: center;
    vertical-align: middle;
    padding: 10px 15px;
    line-height: 1.3;
    font-size: 18px;
    font-weight: 500;
    border-color: #6fb65b;
}
.compare-img{
    max-height: 100px;
}
.compare-table tr{
    background: black;
}
.compare-table tbody > tr:first-child, .compare-table tbody > tr:last-child{
    background: white;
}
.compare-table tbody tr > td:nth-child(2){
    background: rgba(0, 0, 0, 0.5);
    border-left: 4px solid white !important;
    border-right: 4px solid white !important;
}
.compare-table .primary-color{
    color: #fff !important;
}
.compare-table tbody > tr:first-child td, .compare-table tbody > tr:last-child td, .compare-table tbody > tr:nth-last-child(2) td {
    border: none;
}
.compare-table tbody > tr:first-child > td:nth-child(2){
    border-top: 4px solid white !important;
    border-radius: 10px 10px 0 0;
    box-shadow: 0 -5px 10px -1px rgba(0, 0, 0, 0.3);
}
.compare-table tbody > tr:nth-child(2) td{
    padding-top: 35px !important;
}
.compare-table tbody > tr:nth-last-child(2){
    border-radius: 0 0 10px 10px;
}
.compare-table tbody > tr:nth-last-child(2) td{
    padding-bottom: 35px !important;
}
.compare-table tbody > tr:last-child > td:nth-child(2){
    border-bottom: 4px solid white !important;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 5px 10px -1px rgba(0, 0, 0, 0.3);
}
.compare-table td.rush-cell{
    font-size: 26px;
}
.compare-table tbody > tr:nth-last-child(2) > td:first-child{
    border-radius: 0 0 0 10px;
}
.compare-table tbody > tr:nth-last-child(2) > td:last-child{
    border-radius: 0 0 10px 0;
}
.compare-table tbody > tr:nth-child(2){
    border-radius: 10px;
}
.compare-table tbody > tr:nth-child(2) >td:first-child{
    border-radius: 10px 0 0 0;
}
.compare-table tbody > tr:nth-child(2) >td:last-child{
    border-radius: 0 10px 0 0;
}
.compare-table tbody > tr > td:first-child{
    padding: 10px 35px;
}
.transfer-american{
    position: absolute;
    width: 200px;
    right: 30px;
    top: 0;
}
.section-transfer{
    padding: 120px 0 100px;
    background: url("../images/transfer-bg.png") no-repeat center top;
    background-size: cover;
}
.section-transfer h2{
    font-size: 80px;
    line-height: 1;
}
.section-transfer h3{
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 30px;
}
.section-transfer h3 span{
    font-size: 20px;
}
.btn-green{
    color: black;
    background: #b4ff00;
    border: none !important;
    font-size: 26px;
    padding: 5px 35px;
    border-radius: 0;
}
.section-bottom{
    padding: 0;
    background: url("../images/bottom-bg.jpg") no-repeat center center;
    background-size: cover;
}
.bottom-review-wrap{
    transform: translateY(-100px);
    margin-bottom: -70px;
    padding: 50px 0;
    background: url("../images/review-section-bg.png") no-repeat center center;
    background-size: contain;
}
.bottom-review-content{
    font-size: 20px;
    display: flex;
    align-items: center;
}
.bottom-review-content img{
    margin-left: 20px;
}
.bottom-reviews{
    padding: 0 150px;
    position: relative;
    margin-bottom: 50px;
}
.reviews-img{
    background: white;
    position: relative;
    padding: 15px;
    border-radius: 15px;
}
.bottom-reviews:after{
    position: absolute;
    content: 'TRANSFORMING THOUSANDS OF LIVES';
    text-transform: uppercase;
    font-family: 'HelveticaComp', sans-serif;
    color: #fff;
    font-size: 80px;
    transform: rotate(-90deg) translate(-42%, -200%);
    max-width: 680px;
    text-align: right;
    line-height: 0.8;
    left: 0;
    top: 0;
}
.bottom-reviews:before{
    content: '';
    position: absolute;
    width: 130px;
    height: 200px;
    background: url("../images/quote-1.png") no-repeat center top;
    background-size: contain;
    top: -50px;
    right: 40px;
}
.hurry-section h1{
    font-size: 90px;
    line-height: 1;
    margin-bottom: 20px;
    color: #163758;
}
.hurry-section h2{
    font-size: 120px;
    line-height: 0.85;
}
.hurry-section h2 span{
    font-size: 0.6em;
}
.hurry-section h3{
    font-size: 36px;
    line-height: 1.2;
    font-weight: bold;
}
.hurry-section h4{
    font-size: 32px;
    line-height: 1.2;
    font-weight: 600;
}
.bottom-cta{
    padding-top: 30px;
}
.bottom-cta .rush-gradient{
    border-radius: 10px 10px 0 0;
    display: inline-block;
}
.bottom-icons{
    position: absolute;
    left: -220px;
    top: 0;
}

footer{
    font-size: 14px;
    color: #6a6a6a;
    padding: 0 0 40px;
}
footer a{
    color: #7ca52a;
    text-decoration: none;
}
.footer-logo{
    width: 250px;
    margin-bottom: 30px;
}
.orange-color{
    color: #b7791d !important;
}
.checkout .section-top{
    background-image: url("../images/check-top-banner-bg.jpg");
}
.left-check-wrap h1{
    padding-top: 40px;
    font-size: 120px;
    line-height: 1;
    color: #203451;
}
.left-check-wrap h3{
    font-size: 24px;
}
.oswald-font{
    font-family: 'Oswald', sans-serif;
}
.pack-item{
    background: url("../images/pack.jpg") no-repeat center center;
    background-size: cover;
    cursor: pointer;
    border-radius: 10px;
    border: 3px solid #a6b07b;
    margin-bottom: 25px;
}
.pack-item.active{
    border-color: #fffe35;
    background-image: url("../images/pack-active.jpg");
}
.pack-top{
    padding: 10px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: url("../images/pack-top.png") no-repeat center center;
    background-size: cover;
    color: #e0e8bd;
}
.pack-item.active .pack-top{
    background-image: url("../images/pack-top-active.png");
    color: white;
}
.pack-top h3{
    font-size: 42px;
    line-height: 1;
}
.pack-item.active .pack-top h3{
    text-shadow: 0 1px 8px rgba(48, 102, 54, 0.5);
}
.pack-top h5 {
    font-size: 24px;
}
.pack-item.active .pack-top h5{
    color: #f6ff00;
}
.pack-top p{
    font-size: 18px;
    color: #9eae67;
}
.pack-item.active .pack-top p{
    color: #fff;
}
.pack-content{
    padding: 15px 0 15px 80px;
}
.pack-check{
    position: absolute;
    top: 5px;
    left: 20px;
}
.pack-check img{
    max-width: 60px;
}
.pack-check-icon{
    display: block;
}
.pack-check-active-icon{
    display: none;
}
.pack-item.active .pack-check-icon{
    display: none;
}
.pack-item.active .pack-check-active-icon{
    display: block;
}
.pack-item-inner{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.pack-images{
    width: 65%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pack-right{
    width: 35%;
    text-align: center;
}
.pack-save{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.pack-save span{
    position: absolute;
    width: 100%;
    line-height: 1.2;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.pack-save img{
    width: 80px;
}
.pack-right h3{
    padding: 0 25px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    color: #e0e8bd;
}
.pack-item.active .pack-right h3{
    color: #d8ffac;
}
.pack-right h2{
    color: #dada61;
    font-size: 36px;
    line-height: 1;
    margin-bottom: 20px;
}
.pack-item.active .pack-right h2{
    color: #baff00;
}
.pack-right h2 span{
    font-size: 20px;
}
.pack-btn{
    opacity: 0.5;
    background: url("../images/pack-select.png") no-repeat center center;
    background-size: 100% 100%;
    padding: 10px;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
}
.pack-item.active .pack-btn{
    opacity: 0.8;
    color: #296538;
}
.pack-images h2{
    color: #e0e8bd;
    font-size: 34px;
    line-height: 1.1;
    padding-right: 15px;
}
.bottom-icons-3, .bottom-icons-4{
    margin: 10px;
}
.ajax-popup-link.small{
    line-height: 1.2;
    text-align: right;
    display: block;
}
body.checkout .bottom-review-wrap{
    transform: none;
    margin-bottom: 0;
}
.bottom-icons-1{
    width: 350px;
}
.bottom-icons-2{
    height: 65px;
}
.bottom-icons-4{
    max-height: 50px;
}
.checkout .header-right{
    width: 100%;
    justify-content: center;
}
.checkout .header-text{
    text-align: center;
}
.credit-form h3{
    font-size: 26px;
    font-weight: bold;
}
.popModal .modal-dialog{
    max-width: 900px;
}
.popModal .modal-content{
    border: none;
    background: transparent;
}
.popmodal-content{
    background: #fff url("../images/modal-bg.jpg") no-repeat center bottom;
    background-size: 100%;
    border-radius: 10px;
    overflow: hidden;
    padding: 0 15px;
}
.modal-person{
    position: absolute;
    bottom: 0;
    left: -50px;
    width: 100%;
}
.pop-logo{
    max-width: 100%;
    width: 190px;
}
.popmodal-content h3{
    margin-top: 30px;
    font-size: 52px;
    line-height: 1;
    color: #2b2311;
}
.popmodal-content h3 span{
    display: block;
    color: #e70d5f;
}
.popmodal-content h4{
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 30px;
}
.popmodal-content h4 span{
    color: #dc8f1d;
}
.modal-submit{
    text-decoration: none;
    font-size: 58px;
    line-height: 1;
}
.modal-cta{
    margin: 20px 0 15px;
}
.modal-backdrop.show {
    opacity: 0.95;
}
.modal-backdrop{
    background-color: #1a2117;
}
.no-link{
    text-decoration: none;
}
.modal-leave-1{
    position: absolute;
    top: -40px;
    left: -200px;
}
.modal-leave-2{
    position: absolute;
    top: -100px;
    right: -125px;
}
.upsell .section-top{
    background-image: url(../images/check-top-banner-bg.jpg);
}
body.upsell .bottom-review-wrap {
    transform: none;
    margin-bottom: 0;
}
.upsell .header-top{
    padding: 10px 0;
}
.offer-badge{
    position: absolute;
    top: -60px;
    right: 0;
}
.upsell header{
    z-index: 9;
}
.upsell-top{
    font-size: 42px;
    line-height: 1.2;
}
.upsell-top span{
    color: #fffe35;
}
.upsell .header-logo {
    bottom: -37px;
}
.upsell-title{
    font-size: 36px;
    padding-top: 40px;
    margin-bottom: 30px;
    line-height: 1.1;
    color: #233f31;
}
.upsell-title span{
    color: #0f7c2a;
}
.upsell-content{
    max-width: 900px;
    border-radius: 10px;
    border: 2px solid white;
    box-shadow: 0 3px 10px -1px rgba(48, 102, 54, 0.2), inset 0 0 20px 2px #caf299;
    background: white url("../images/modal-bg.jpg") no-repeat center bottom;
    background-size: 100%;
    padding: 25px 15px 0;
}
.upsell-content h4{
    font-size: 32px;
    line-height: 1;
    margin: 0;
}
.upsell-content h3{
    font-size: 46px;
    line-height: 1;
    margin: 0;
}
.upsell-content h2{
    font-size: 54px;
    line-height: 1;
    margin-bottom: 20px;
    color: #e70d5f;
}
.upsell-regular{
    position: absolute;
    bottom: 10px;
    right: 50px;
}
.upsell-offer{
    padding: 20px 0;
    background: url("../images/grey-ribbon.png") no-repeat center top;
    background-size: auto 100%;
}
.upsell-offer p{
    font-size: 34px;
    line-height: 1;
    color: #5da1d7;
}
.sale-price{
    position: absolute;
    background: url("../images/green-ribbon.png") no-repeat;
    background-size: 100% 100%;
    height: 100%;
    right: -15px;
    padding: 10px 35px;
    font-size: 82px;
    line-height: 1;
    top: 0;
}
.sale-price sub{
    bottom: 0;
}
.grab-btn{
    font-size: 56px;
    line-height: 1;
    text-decoration: none;
}
.upsell-cta {
    padding: 30px 0 15px;
}
.no-thanks{
    font-size: 14px;
    text-decoration: none;
    color: black;
}
.upsell-reviews{
    padding-top: 50px;
    padding-bottom: 10px;
}
.review-top-title{
    font-size: 24px;
    margin-bottom: 30px;
}
.upsell-review-item-wrap{
    padding-bottom: 50px;
}
.review-person{
    margin-right: 20px;
}
.upsell-review-item p{
    font-size: 14px;
}
.review-quote{
    position: absolute;
    left: -20px;
    top: -20px;
    width: 66px;
}
.usps-text p{
    font-size: 20px;
    color: #3c3c3c;
    font-weight: 600;
}
.usps-text p span{
    font-size: 1.1em;
    color: #d00f6e;
    display: block;
}
.grab-btn.long-btn{
    font-size: 32px;
}
.upsell-offer.upsell-3{
    padding: 35px 0;
    margin-top: 30px;
}
.upsell-offer.upsell-3 p{
    padding-left: 40px;
    font-size: 18px;
    color: #5a7f36;
}
.upsell-cta.upsell-3 {
    padding: 60px 0 25px;
}
.upsell-4 .upsell-offer p{
    font-size: 32px;
    line-height: 1.1;
    color: #16873e;
}



.partners-wrap{
    width: 100%;
    overflow: hidden;
    display: none;
    /* height: 80px; */
}
.partners-inner{
    height: 80px;
    width: 2000px;
    background: url(../images/logo-ju.png) repeat-x left center;
    background-size: auto 60%;
    animation: logoSlider 30s linear infinite;
}

@keyframes logoSlider{
    0%{
        background-position-x: 0;
    }
    100%{
        background-position-x: 100%;
    }
}
.review-item{
    padding: 10px 0;
}
.review-item-top img{
    width: 32px;
    margin-right: 15px;
}
.review-5-stars{
    max-width: 100px;
    margin-right: 10px;
}
.review-item{
    margin-bottom: 6px;
}
.reviewd-date{
    margin: 4px 0 5px;
}


@media (max-width: 1399px) {
    .why-leaves{
        display: none;
    }
    .form-inner {
        padding: 30px 15px 15px;
    }
    .coupon-box{
        padding: 8px 5px;
    }
    .top-american-label {
        width: 150px;
        left: -120px;
    }
    .top-seen {
        width: 120px;
    }
    .science-bottom h2 {
        font-size: 54px;
    }
    .step-number {
        font-size: 320px;
        width: 45%;
    }
    .hurry-section h1 {
        font-size: 82px;
    }
    .left-check-wrap h1{
        font-size: 100px;
    }
}
@media (max-width: 1199px) {
    .header-logo {
        max-width: 230px;
        bottom: -15px;
    }
    .header-top-inner {
        font-size: 12px;
        padding-left: 250px;
    }
    .header-text {
        font-size: 16px;
    }
    .header-text span {
        font-size: 12px;
    }
    .header-main {
        padding: 10px 0;
    }
    .left-top-wrap h2 {
        font-size: 100px;
    }
    .left-top-wrap h3 {
        font-size: 28px;
    }
    .left-top-wrap h4 {
        font-size: 24px;
    }
    .top-seen {
        width: 100px;
        top: -3%;
    }
    .check-list li {
        padding-left: 30px;
        padding-top: 8px;
        padding-bottom: 8px;
        font-size: 18px;
    }
    .top-logos {
        width: 400px;
        margin-left: -55px;
        margin-top: -15px;
    }
    .top-product {
        max-width: 70%;
    }
    .step-title {
        font-size: 36px;
        padding-right: 10px;
    }

    .form-header {
        padding: 20px 0;
        font-size: 16px;
    }
    .top-american-label {
        width: 130px;
        left: -100px;
        top: 40px;
    }
    .coupon-box {
        font-size: 12px;
        font-weight: 600;
    }
    .discount-right {
        font-size: 11px;
    }
    .discount-right span {
        font-size: 45px;
        padding-left: 0;
    }
    .field-item label {
        font-size: 12px;
        font-weight: 600;
        margin-bottom: 2px;
    }
    .skew-submit{
        font-size: 38px;
    }
    .usa-badge {
        width: 100px;
    }
    .main-title {
        font-size: 70px;
    }
    .main-title-right {
        font-size: 22px;
    }
    .section-science {
        padding: 120px 0 90px;
    }
    .video-icon-item h4 {
        font-size: 16px;
    }
    .section-step{
        background-size: 150%;
    }
    .compare-section h3 {
        font-size: 70px;
    }
    .section-transfer {
        padding: 100px 0 80px;
        background-size: 150%;
    }
    .section-transfer h2 {
        font-size: 66px;
    }
    .transfer-american {
        width: 160px;
        right: 0;
    }
    .bottom-review-content {
        font-size: 16px;
        font-weight: 500;
    }
    .bottom-review-content img {
        width: 150px;
    }
    .hurry-section h1 {
        font-size: 70px;
    }
    .hurry-section h2 {
        font-size: 90px;
    }
    .hurry-section h3 {
        font-size: 24px;
    }
    .hurry-section h4 {
        font-size: 24px;
    }
    .bottom-drop{
        width: 26%;
    }
    .payments-icon{
        width: 70%;
    }
    .bottom-product{
        max-width: 80%;
    }
    .bottom-icons {
        width: 50%;
        left: -55px;
    }
    .left-check-wrap h1 {
        font-size: 80px;
    }
    .left-check-wrap h3 {
        font-size: 22px;
    }
    .pack-top h3 {
        font-size: 36px;
    }
    .pack-check img {
        max-width: 46px;
    }
    .pack-check {
        top: 5px;
        left: 5px;
    }
    .pack-content {
        padding: 10px 0 10px 40px;
    }
    .pack-2{
        max-width: 200px;
    }
    .plus-icon{
        width: 25px;
    }
    .pack-1{
        max-width: 120px;
    }
    .pack-top h5 {
        font-size: 22px;
    }
    .pack-right h3 {
        padding: 0 15px;
        font-size: 18px;
    }
    .pack-right h2 {
        font-size: 30px;
    }
    .pack-right h2 span, .pack-btn{
        font-size: 18px;
    }
    .pack-save span {
        line-height: 1;
        top: 60%;
    }
    .pack-images h2 {
        font-size: 24px;
        padding-right: 0;
    }
    .upsell .header-logo {
        bottom: -25px;
    }
    .upsell-top {
        font-size: 34px;
    }
    .review-stars{
        max-width: 100%;
        width: 150px;
    }
}
@media (max-width: 991px) {
    .top-seen {
        width: 100px;
        top: 3%;
        left: 80%;
    }
    .header-logo {
        max-width: 230px;
        bottom: 0px;
    }
    .top-american-label {
        width: 130px;
        left: -60px;
        top: 10px;
    }
    .step-title {
        font-size: 48px;
    }
    .form-header {
        font-size: 18px;
    }
    .coupon-box {
        font-size: 18px;
        text-align: center;
    }
    .discount-right {
        font-size: 13px;
    }
    .discount-right span {
        font-size: 58px;
    }
    .field-item label {
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 4px;
    }
    .skew-submit {
        font-size: 60px;
    }
    .why-img {
        width: 100%;
        margin-left: 0;
    }
    .sub-title {
        font-size: 28px;
    }
    .usage-label {
        font-size: 14px;
    }
    .main-title {
        font-size: 62px;
    }
    .main-title-bottom {
        font-size: 26px;
    }
    .science-review-box {
        margin-top: 50px;
    }
    .step-number {
        font-size: 290px;
        line-height: 0.9;
        width: 45%;
        text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    }
    .compare-section h3 {
        font-size: 54px;
    }
    .compare-img {
        max-height: 70px;
    }
    .compare-table td{
        font-size: 14px;
        font-weight: 500;
    }
    .compare-american {
        width: 70px;
    }
    .compare-icon{
        width: 30px;
    }
    .compare-table tbody > tr > td:first-child {
        padding: 10px 15px;
    }
    .compare-table td.rush-cell {
        font-size: 20px;
    }
    .section-transfer h2 {
        font-size: 48px;
    }
    .transfer-american {
        width: 100px;
    }
    .bottom-review-wrap {
        transform: translateY(-70px);
        margin-bottom: -10px;
        background-size: cover;
    }
    .bottom-reviews {
        padding: 0 100px;
    }
    .bottom-reviews:before{
        width: 90px;
        top: -50px;
        right: 0;
    }
    .bottom-reviews:after{
        max-width: 480px;
        font-size: 58px;
    }
    .hurry-section h1 {
        font-size: 52px;
    }
    .popmodal-content h3 {
        font-size: 40px;
    }
    .popmodal-content h4 {
        font-size: 34px;
    }
    .offer-badge {
        width: 125px;
        top: -50px;
        right: -20px;
    }
    .upsell-top {
        font-size: 28px;
    }
    .upsell .header-logo {
        bottom: -3px;
        width: 150px;
    }
    .upsell-title {
        font-size: 28px;
    }
    .upsell-content h4 {
        font-size: 28px;
    }
    .upsell-content h3 {
        font-size: 42px;
    }
    .upsell-content h2 {
        font-size: 46px;
    }
    .upsell-offer p {
        font-size: 28px;
    }
    .sale-price{
        font-size: 56px;
    }
    .grab-btn {
        font-size: 40px;
    }
    .review-person {
        width: 90px;
        margin-right: 15px;
    }
    .review-quote {
        left: -10px;
        top: -10px;
        width: 45px;
    }
    .upsell-4 .upsell-offer p {
        font-size: 20px;
    }

}
@media (max-width: 767px) {
    .header-logo {
        max-width: 200px;
        bottom: 25px;
    }
    .header-top-inner {
        font-size: 12px;
        padding-left: 215px;
    }
    .header-right .btn {
        font-size: 12px;
    }
    .left-top-wrap h2 {
        font-size: 80px;
    }
    .left-top-wrap h3 {
        font-size: 22px;
    }
    .left-top-wrap h4 {
        font-size: 22px;
    }
    body{
        font-size: 14px;
    }
    footer{
        font-size: 12px;
    }
    .sub-title {
        font-size: 24px;
    }
    .section-grid .rush-gradient{
        font-size: 40px;
    }
    .main-title {
        font-size: 56px;
    }
    .science-bottom h2 {
        font-size: 46px;
    }
    .science-review-box {
        padding: 20px 15px 0;
    }
    .science-quote {
        width: 70px;
    }
    .video-icons{
        background-size: cover;
    }
    .video-icon-item h4 {
        font-size: 18px;
        min-width: 200px;
    }
    .video-icon-item img{
        max-width: 60px;
    }
    .video-icon-item{
        margin-bottom: 15px;
    }
    .compare-section h3 {
        font-size: 42px;
    }
    .compare-img {
        max-height: 50px;
    }
    .compare-table tbody > tr:first-child td{
        font-size: 10px;
    }
    .section-transfer {
        padding: 60px 0 50px;
    }
    .section-transfer h2 {
        font-size: 42px;
    }
    .section-transfer h3 {
        font-size: 22px;
    }
    .bottom-reviews {
        padding: 0 75px;
    }
    .bottom-reviews:before {
        width: 75px;
        top: -30px;
        right: 0;
    }
    .bottom-reviews:after {
        max-width: 350px;
        font-size: 42px;
    }
    .hurry-section h1 {
        font-size: 40px;
    }
    .hurry-section h2 {
        font-size: 80px;
    }
    .hurry-section h3 {
        font-size: 22px;
    }
    .hurry-section h4 {
        font-size: 22px;
    }
    .left-check-wrap h1 {
        font-size: 60px;
        padding-top: 25px;
    }
    .pack-top {
        padding: 10px 15px;
    }
    .pack-top h3 {
        font-size: 30px;
    }
    .pack-top p {
        font-size: 16px;
    }
    .pack-top h5 {
        font-size: 18px;
    }
    .pack-check img {
        max-width: 30px;
    }
    .pack-content {
        padding: 10px 0 10px 20px;
    }
    .pack-right h3 {
        padding: 0 15px;
        font-size: 16px;
    }
    .pack-right h2 span, .pack-btn {
        font-size: 16px;
    }
    .pack-save img {
        width: 64px;
    }
    .bottom-icons-1 {
        width: 280px;
    }
    .bottom-icons-2 {
        height: 50px;
    }
    .bottom-icons-3, .bottom-icons-4 {
        margin: 8px;
    }
    .bottom-icons-4 {
        max-height: 40px;
    }
    .bottom-icons-3 {
        max-height: 35px;
    }
    .modal-person {
        display: none;
    }
    .modal-submit {
        font-size: 40px;
    }
    .upsell-img{
        max-height: 300px;
        margin-bottom: 20px;
    }
    .upsell-cta {
        padding: 30px 0 5px;
    }
    .grab-btn {
        font-size: 36px;
    }
    .usps-text p {
        font-size: 16px;
    }
    .upsell-offer.upsell-3 p {
        padding-left: 15px;
        font-size: 14px;
    }
    .upsell-3 .sale-price{
        font-size: 50px;
    }
    .upsell-offer.upsell-3 {
        padding: 24px 0;
    }
    .grab-btn.long-btn {
        font-size: 19px;
    }
    .upsell-cta.upsell-3{
        padding: 30px 0 10px;
    }


    .partners-wrap{
        display: block;
    }
    .logo-ju{
        display: none;
    }

}
@media (max-width: 575px) {
    .top-partners{
        background-size: 150%;
    }
    .header-top-inner {
        font-size: 10px;
        padding-left: 135px;
    }
    .header-right .btn {
        font-size: 12px;
        padding: 5px 10px;
    }
    .header-text {
        font-size: 14px;
    }
    .header-text span {
        font-size: 10px;
    }
    .header-logo {
        max-width: 130px;
        bottom: 35px;
    }
    .compare-table-wrap{
        overflow: auto;
    }
    .compare-table{
        min-width: 500px;
    }
    .top-product {
        max-width: 65%;
        right: 0;
    }
    .top-seen {
        width: 70px;
        top: 3%;
        left: auto;
        right: 0;
    }
    .left-top-wrap h2 {
        font-size: 60px;
    }
    .left-top-wrap h3, .left-top-wrap h4{
        font-size: 18px;
    }
    .check-list li{
        font-size: 16px;
    }
    .check-list li:before{
        background-position-y: 0;
        background-size: 16px;
    }
    .top-logos {
        width: 290px;
        margin-left: -40px;
        margin-top: 0;
    }
    .top-american-label {
        display: none;
    }
    .step-title {
        font-size: 40px;
    }
    .form-header {
        font-size: 16px;
    }
    .coupon-box {
        font-size: 14px;
    }
    .skew-submit {
        font-size: 40px;
    }
    .usa-badge {
        width: 80px;
    }
    .main-title {
        font-size: 48px;
    }
    .main-title-right {
        font-size: 17px;
    }
    .rush-btn {
        font-size: 22px;
    }
    .sub-title {
        font-size: 20px;
    }
    .section-grid .rush-gradient {
        font-size: 30px;
        width: 300px;
        text-align: center;
        padding-bottom: 30px;
    }
    .section-science {
        padding: 80px 0 50px;
        background-size: 120%;
    }
    .main-title-bottom {
        font-size: 22px;
    }
    .science-bottom h2 {
        font-size: 38px;
    }
    .science-bottom h4 {
        font-size: 18px;
    }
    .science-review-content {
        padding-left: 0;
    }
    .science-review-box {
        background: #e6e8e5;
    }
    .video-icon-item h4 {
        font-size: 15px;
        min-width: 160px;
    }
    .video-icon-item img {
        max-width: 50px;
    }
    .section-video {
        padding: 0 0 150px;
    }
    .video-wrap {
        margin-bottom: -100px;
        transform: translateY(-130px);
    }
    .step-img {
        width: 50%;
    }
    .step-number {
        font-size: 198px;
        line-height: 0.8;
    }
    .section-transfer h2 {
        font-size: 32px;
    }
    .transfer-american {
        width: 60px;
    }
    .section-transfer h3 {
        font-size: 18px;
    }
    .section-transfer h3 span {
        font-size: 15px;
    }
    .bottom-review-content img {
        width: 100px;
    }
    .bottom-review-content {
        font-size: 12px;
    }
    .bottom-reviews {
        padding: 0 0 0 50px;
    }
    .bottom-reviews:before {
        width: 45px;
        top: -40px;
    }
    .bottom-reviews:after {
        max-width: 208px;
        font-size: 24px;
    }
    .hurry-section h1 {
        font-size: 32px;
    }
    .hurry-section h2 {
        font-size: 60px;
    }
    .hurry-section h3 {
        font-size: 18px;
    }
    .hurry-section h4 {
        font-size: 18px;
    }
    .bottom-icons {
        width: 50%;
        left: 0;
    }
    .rush-gradient{
        font-size: 32px;
    }
    .footer-logo {
        width: 200px;
    }
    .check-bottom-icons .d-flex{
        flex-direction: column;
    }
    .left-check-wrap h1 {
        font-size: 46px;
    }
    .left-check-wrap h3 {
        font-size: 18px;
    }
    .pack-top {
        padding: 5px 10px;
    }
    .pack-top h3 {
        font-size: 22px;
    }
    .pack-top p {
        font-size: 12px;
    }
    .pack-top h5 {
        font-size: 16px;
    }
    .pack-2 {
        max-width: 115px;
    }
    .pack-1 {
        max-width: 80px;
    }
    .pack-save span {
        font-size: 12px;
    }
    .pack-save img {
        width: 54px;
    }
    .pack-right h3 {
        padding: 0 5px;
        font-size: 12px;
        margin-bottom: 0;
    }
    .pack-right h2 {
        font-size: 20px;
    }
    .pack-right h2 span, .pack-btn {
        font-size: 12px;
    }
    .pack-btn{
        padding: 5px;
    }
    .pack-images h2 {
        font-size: 16px;
    }
    .credit-form h3 {
        font-size: 20px;
    }
    .popmodal-content h3 {
        margin-top: 20px;
        font-size: 28px;
    }
    .pop-logo {
        width: 140px;
    }
    .popmodal-content h4 {
        font-size: 22px;
    }
    .modal-submit {
        font-size: 24px;
    }
    .modal-cta {
        margin: 20px 0 5px;
    }
    .upsell .header-logo {
        bottom: 16px;
        width: 150px;
    }
    .offer-badge {
        width: 100px;
        top: -64px;
        right: -10px;
    }
    .upsell-top {
        font-size: 18px;
        line-height: 1;
    }
    .upsell .header-main {
        padding: 30px 0 10px;
    }
    .upsell-title {
        font-size: 22px;
        padding-top: 20px;
        margin-bottom: 10px;
    }
    .upsell-content h4 {
        font-size: 20px;
    }
    .upsell-content h3 {
        font-size: 32px;
    }
    .upsell-content h2 {
        font-size: 34px;
    }
    .upsell-regular {
        bottom: 10px;
        right: 0;
        width: 90px;
    }
    .upsell-offer p {
        font-size: 20px;
    }
    .upsell-offer {
        padding: 15px 0;
    }
    .sale-price {
        font-size: 38px;
        padding: 15px 25px;
    }
    .grab-btn {
        font-size: 22px;
    }
    .grab-btn {
        font-size: 22px;
    }
    .review-top-title {
        font-size: 20px;
    }
    .upsell-review-item-wrap {
        padding-bottom: 20px;
    }
    .upsell-3 .sale-price {
        font-size: 26px;
    }
    .upsell-offer.upsell-3 {
        padding: 15px 0;
    }
    .upsell-offer.upsell-3 p {
        padding-left: 0;
        font-size: 11px;
    }
    .usps-text p {
        font-size: 14px;
    }
    .grab-btn.long-btn {
        font-size: 12px;
    }
    .upsell-cta.upsell-3 {
        padding: 10px 0 7px;
    }

}
