/************ font ***************/


@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/Roboto-Regular.eot');
    src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Regular.woff2') format('woff2'),
        url('../fonts/Roboto-Regular.woff') format('woff'),
        url('../fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto-Bold';
    src: url('../fonts/Roboto-Bold.eot');
    src: url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Bold.woff2') format('woff2'),
        url('../fonts/Roboto-Bold.woff') format('woff'),
        url('../fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto-Medium';
    src: url('../fonts/Roboto-Medium.eot');
    src: url('../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Medium.woff2') format('woff2'),
        url('../fonts/Roboto-Medium.woff') format('woff'),
        url('../fonts/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

header {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 56px;
}

.heading-3 {
    margin-top: 38.4px;
    margin-bottom: 10px;
    color: #212529;
    font-family: 'Roboto-Bold';
}
.paragraph-2 {
    margin-bottom: 0px;
    color: #2876b1;
    font-size: 18px;
    line-height: 46px;
}
.paragraph-intro {
    font-size: 19px;
    line-height: 34px;
}
.ribbon-top {
    position: relative;
    height: 0em;
    font-size: 26px;
}
.w-embed:before, .w-embed:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2;
}
.w-embed:after {
    clear: both;
}

.product__ribbon-top-text:before {
    width: 7px;
    height: 100%;
    top: 0;
    left: -6.5px;
    padding: 0 0 7px;
    background: inherit;
    border-radius: 5px 0 0 5px;
}
.product__ribbon-top-text:after {
    width: 5px;
    height: 5px;
    bottom: -5px;
    left: -4.5px;
    background: lightblue;
    border-radius: 5px 0 0 5px;
}
.w-container .w-row {
    margin-left: -10px;
    margin-right: -10px;
}
.w-row:before, .w-row:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2;
}
.column {
    text-align: center;
}
.link-block {
    margin-top: 16px;
    margin-bottom: 16px;
    padding: 25px;
}
.w-inline-block {
    max-width: 100%;
    display: inline-block;
}
.image.product-img {
    padding: 0px;
}
.image {
    width: 238px;
}
.column {
    text-align: center;
}

.w-col {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}
.column-first {
    width: 25%;
}
h1 {
    font-size: 38px;
    line-height: 44px;
}

/**********************************/
body {
 font-family: 'Roboto', sans-serif;
}

a {
    text-decoration: none;
}

.navbar-brand {
    margin-right: 50px;
}

.section {
    margin-right: 0px;
    padding-bottom: 60px;
    border-top: 1px none #000;
    border-radius: 0px;
    background-color: #e2edf5;
    box-shadow: 1px 1px 3px 0 #000;
}

.product__ribbon-top-text {
    position: absolute;
    top: 11px;
    left: -3px;
    padding: 16px 20px;
    color: white;
    background: #00A74A;
    box-shadow: -1px 2px 3px rgba(0,0,0,.3);
    border: 2px solid lightgreen;
    z-index: 1000;
}
.product__ribbon-top-text {
    padding: 12px 35px 10px 29px;
    font-size: 24px;
    line-height: 1;
}
.product__ribbon-top-text:before {
    width: 7px;
    height: 53px;
    top: 0;
    left: -6.5px;
    padding: 0 0 7px;
    background: #00A74A;
    border-radius: 5px 0 0 5px;
}
.product__ribbon-top-text:after {
    width: 5px;
    height: 5px;
    bottom: -5px;
    left: -4.5px;
    background: lightblue;
    border-radius: 5px 0 0 5px;
}
.product__ribbon-top-text:before, .product__ribbon-top-text:after {
    content: "";
    position: absolute;
}
li.neg::marker {
    content: '❌';
}
.w-container .w-row {
    margin-left: -10px;
    margin-right: -10px;
}
.columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    box-shadow: 0 30px 28px -17px rgba(0, 56, 240, 0.28);
}
.column {
    text-align: center;
}
.w-col-3 {
    width: 25%;
}
.w-col {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}
.link-block {
    margin-top: 16px;
    margin-bottom: 16px;
    padding: 25px;
}
.w-inline-block {
    max-width: 100%;
    display: inline-block;
}
.image.product-img {
    padding: 0px;
    max-height: 220px;
    width: auto;
    max-width: 100%;
}
.image {
    width: 238px;
}


.w-row .w-row {
    margin-left: 0;
    margin-right: 0;
}

.columns-2 {
    height: auto;
}
.w-col .w-col {
    padding-left: 0;
    padding-right: 0;
}
.column-3 {
    margin-bottom: 16px;
    padding-bottom: 34px;
}
.w-col-6 {
    width: 50%;
    min-height: 250px;
}
.w-col {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}
.div-block-2 {
    height: 80px;
    padding-top: 16px;
    padding-bottom: 3px;
    border-bottom: 2px solid #e1e1e1;
    text-align: center;
}
.rating {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    padding-left: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #bababa;
    font-size: 19px;
    line-height: 28px;
    text-align: center;
}
.bold-text-4 {
    padding-left: 14px;
    color: silver;
    font-size: 24px;
}
.text-span {
    margin-left: 10px;
    padding-bottom: 0px;
    color: #faca12;
    font-size: 40px;
    line-height: 40px;
}
.bold-text-3 {
    color: #ffa41c;
    font-size: 36px;
    line-height: 40px;
}
.list {
    margin-top: 34px;
    margin-left: 0px;
    padding-right: 15px;
    padding-left: 35px;
}
li {
    margin-bottom: 12px;
    font-size: 17px;
    text-align: left;
}
li {
    padding-left: 5px;
}
.bold-text-2 {
    color: red;
}
li::marker {
    content: '✅';
}
.w-col .w-col {
    padding-left: 0;
    padding-right: 0;
}

.w-col {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}
.div-block-3 {
    height: 80px;
    padding-top: 10px;
    border-bottom: 2px solid #e1e1e1;
    border-left: 2px solid #e1e1e1;
}
.paragraph-3 {
    margin-bottom: 0px;
    border-left: 2px none #e1e1e1;
    color: #79ae38;
    font-size: 38px;
    line-height: 54px;
    text-align: center;
}
p {
    margin-top: 0;
    margin-bottom: 10px;
}
.list-2 {
    margin-top: 34px;
    margin-right: 17px;
    margin-bottom: 17px;
    padding-right: 15px;
    padding-left: 35px;
}
.list-item-8 {
    color: #ff0e0e;
}
.w-row:after {
    clear: both;
}
.column-2 {
    padding-top: 20px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    text-align: center;
}
.column-third {
    width: 25%;
    height: 100%;
}
.w-col {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}
.column-4 {
    padding-right: 0px;
    padding-left: 0px;
    border-right: 2px solid #e1e1e1;
    border-left: 2px solid #e1e1e1;
}
.w-col-6 {
    width: 50%;
    min-height: 250px;
}
.rating-heading {
    margin-top: 19px;
    color: #bababa;
    font-size: 19px;
    line-height: 28px;
}
.bold-text-5 {
    color: #868686;
    font-size: 20px;
}
.rate {
    margin-top: 10px;
    color: #000;
    font-size: 72px;
    line-height: 105px;
    font-weight: 400;
}
.button.nice-button__purchase--green {
    padding-right: 20px;
    padding-left: 20px;
    border-width: 2px;
    border-color: #008a3d;
    border-radius: 0.5em;
    background-color: #00a74a;
    font-size: 23px;
    line-height: 34px;
    font-weight: 700;
}
.button {
    border: 2px solid #8bc53e;
    border-radius: 0.2em;
}
.w-button {
    display: inline-block;
    padding: 9px 15px;
    background-color: #3898EC;
    color: white;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
}
.w-row:after {
    clear: both;
}
.div-block-6 {
    margin-top: 100px;
}
.faq-heading {
    margin-top: 28px;
    margin-bottom: 28px;
    color: #212529;
    font-size: 28px;
    line-height: 34px;
    font-family: 'Roboto-Bold';
}
.faq-ans {
    margin-bottom: 16px;
    color: #212529;
    font-size: 19px;
    line-height: 34px;
}
.div-block-7 {
    border-style: none none solid;
    border-width: 1px 1px 6px;
    border-color: #000 #000 #216f00;
    border-radius: 5px;
    line-height: 21px;
    text-align: center;
}
.w-button {
    display: inline-block;
    padding: 9px 15px;
    background-color: #3898EC;
    color: white;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
}
.button-2 {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 10px;
    border: 1px none #f47b6c;
    border-radius: 3px 3px 0px 0px;
    background-color: #0f8618;
    font-family: 'Open Sans', sans-serif;
    font-size: 32px;
    line-height: 34px;
    font-weight: 700;
    text-align: center;
}
a:active, a:hover {
    outline: 0;
}
.footer {
    margin-top: 0px;
    padding-top: 60px;
    padding-bottom: 40px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #bbd1da;
    text-align: center;
}
.footerlink {
    color: #363636;
    text-decoration: underline;
    
}
a:active, a:hover {
    outline: 0;
}
a:hover {
    color: #363636;
}
img {
    max-width: 100%;
}
.ac-page .product__ribbon-top-text {
    top: -33px;
    left: -27px;
}
.product__ribbon-top-text {
    font-family: 'Roboto-Bold';
}
/**************************************/
.column-second {
    width: 50%;
    min-height: 250px;
    padding-right: 0px;
    padding-left: 0px;
    border-right: 2px solid #e1e1e1;
    border-left: 2px solid #e1e1e1;
}
.column-second-inner {
    padding-left: 0;
    padding-right: 0;
}
a.w-button:hover {
    color: #fff;
}
.section2 {
    border-top: 4px solid #0B75D0;
}
.choice-row {
    margin-bottom: 78px;
}
.smile-img {
    width: 140px !important;
    padding: 8px !important;
}
.small-img {
    width: 180px;
}
.heading-4 {
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #00a74a;
    color: #fff;
    text-align: center;
}
.bold-text-7 {
    font-size: 25px;
    line-height: 40px;
}
.footerlink {
    color: #363636;
    text-decoration: underline;
    font-size: 14px;
    font-family: 'Roboto-Bold';
}

/***************************** responsive *********************************/

@media only screen and (min-width: 768px) {

}

@media only screen and (min-width: 992px) {


}



@media only screen and (max-width: 1199px) {

.rating>strong {
    padding-left: 0;
    font-size: 20px;
}
    .text-span .bold-text-3 {
    font-size: 30px;
}
.paragraph-3 {
    font-size: 30px;
}
.rate {
    font-size: 55px;
}
.button.nice-button__purchase--green {
    font-size: 18px;
}

}

@media only screen and (max-width: 1024px) {


}



@media only screen and (max-width: 991px) {

.columns {
    flex-direction: column;
}
.column-first, .column-second, .column-third {
    width: 100%;
}
.column-second {
    border-top: 2px solid #e1e1e1;
    border-bottom: 2px solid #e1e1e1;
    min-height: auto;
}
.column-third {
    padding-bottom: 20px;
}
.choice-row {
    margin-bottom: 40px;
}
.button-2 {
    font-size: 22px;
}


}


@media only screen and (max-width: 767px) {



}

@media only screen and (max-width: 575px) {

header {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 15px;
    padding-left: 10px;
}
.column-second .w-col-6 {
    width: 100%;
    min-height: auto;
    padding-bottom: 0;
}
.column-second .column-second-inner+.column-second-inner {
    border-top: 2px solid #e1e1e1;
}
.column-second .column-second-inner+.column-second-inner .div-block-3 {
    border-left: 0;
}
.paragraph-3 {
    font-size: 25px;
}
h1 {
    font-size: 25px;
    line-height: initial;
}
.paragraph-2 {
    font-size: 16px;
    line-height: 37px;
}
.paragraph-intro {
    font-size: 16px;
    line-height: 25px;
}
.bold-text-7 {
    font-size: 20px;
}
li {
    margin-bottom: 10px;
}

}


@media only screen and (max-width: 480px) {


}

@media only screen and (max-width: 360px){


}
@media only screen and (max-width: 320px) {
.heading-3 {
    font-size: 26px;
    margin: 0;
}
.section2 {
    width: 100%;
}
.paragraph-intro {
    line-height: normal;
    font-size: 17px;
}
.choice-row {
    margin-top: 20px;
}
.columns.w-row {
    display: block;
}
}



