@font-face {
    font-family: 'PT Serif';
    src: url('./fonts/PTSerif-Regular.eot');
    src: url('./fonts/PTSerif-Regular.eot?#iefix') format('embedded-opentype'),
        url('./fonts/PTSerif-Regular.woff2') format('woff2'),
        url('./fonts/PTSerif-Regular.woff') format('woff'),
        url('./fonts/PTSerif-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PT Serif';
    src: url('./fonts/PTSerif-Bold.eot');
    src: url('./fonts/PTSerif-Bold.eot?#iefix') format('embedded-opentype'),
        url('./fonts/PTSerif-Bold.woff2') format('woff2'),
        url('./fonts/PTSerif-Bold.woff') format('woff'),
        url('./fonts/PTSerif-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PT Serif';
    src: url('https://fonts.gstatic.com/s/ptserif/v11/JTUSjIg1_i6t8k4kQp8jMZu8Skc.woff2') format('woff2'),
        url('./fonts/PTSerif-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PT Serif';
    src: url('https://fonts.gstatic.com/s/ptserif/v11/JTUSjIg1_i6t8k4kQp8jMZu8Skc.woff2') format('woff2'),
        url('https://fonts.gstatic.com/s/ptserif/v11/JTUSjIg1_i6t8k4kQp8jMZu8Skc.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

/*@font-face {*/
/*    font-family: 'PT Serif';*/
/*    src: url('https://fonts.gstatic.com/s/ptserif/v11/JTUSjIg1_i6t8k4kQp8jMZu8Skc.woff2') format('woff2'),*/
/*        url('https://fonts.gstatic.com/s/ptserif/v11/JTUSjIg1_i6t8k4kQp8jMZu8Skc.woff') format('woff');*/
/*    font-weight: normal;*/
/*    font-style: italic;*/
/*}*/

/*@font-face {*/
/*    font-family: 'PT Serif';*/
/*    src: url('https://fonts.gstatic.com/s/ptserif/v11/JTUSjIg1_i6t8k4kQp8jMZu8Skc.woff2') format('woff2'),*/
/*        url('https://fonts.gstatic.com/s/ptserif/v11/JTUSjIg1_i6t8k4kQp8jMZu8Skc.woff') format('woff');*/
/*    font-weight: bold;*/
/*    font-style: italic;*/
/*}*/



@font-face {
    font-family: 'arial';
    src: url('Arial-BoldItalicMT.eot');
    src: url('Arial-BoldItalicMT.eot?#iefix') format('embedded-opentype'),
        url('Arial-BoldItalicMT.woff2') format('woff2'),
        url('Arial-BoldItalicMT.woff') format('woff'),
        url('Arial-BoldItalicMT.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'arial';
    src: url('ArialMT.eot');
    src: url('ArialMT.eot?#iefix') format('embedded-opentype'),
        url('ArialMT.woff2') format('woff2'),
        url('ArialMT.woff') format('woff'),
        url('ArialMT.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'arial';
    src: url('./fonts/Arial-BoldMT.eot');
    src: url('./fonts/Arial-BoldMT.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Arial-BoldMT.woff2') format('woff2'),
        url('./fonts/Arial-BoldMT.woff') format('woff'),
        url('./fonts/Arial-BoldMT.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'arial';
    src: url('Arial-Black.eot');
    src: url('Arial-Black.eot?#iefix') format('embedded-opentype'),
        url('Arial-Black.woff2') format('woff2'),
        url('Arial-Black.woff') format('woff'),
        url('Arial-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'arial-mdm';
    src: url('./fonts/Arial-Mdm.eot');
    src: url('./fonts/Arial-Mdm.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Arial-Mdm.woff2') format('woff2'),
        url('./fonts/Arial-Mdm.woff') format('woff'),
        url('./fonts/Arial-Mdm.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}



.modal-body h1,
.modal-body h3,
.modal-body p {
    color: #000
}

.close,
.left {
    float: left
}

#loading-indicator::before,
.difference-sec::before,
.footerlinks li a:before {
    content: ""
}

* {
    margin: 0;
    padding: 0;
    font-family: PT Serif;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, .4);
    padding-top: 60px
}

p {
    margin-bottom: 10px
}

.modal-body p {
    margin-bottom: 1rem;
    font-size: 16px
}

.header-font {
    font-size: 32px !important
}

.modal-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-height: 80%;
    overflow-y: auto
}

.close {
    color: #aaa;
    font-size: 28px;
    font-weight: 700
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer
}

.top-bar {
    padding: 10px 0;
    background: #ebeef4
}

.black-bar {
    background: #000;
    padding: 5px 0;
    text-align: center;
    font-weight: 600;
    color: #fff
}

.text-sec h2,
.video-sec h1 {
    color: #212529;
    font-weight: 700;
    line-height: 40px;
    font-size: 25px
}

.video-sec {
    padding: 15px 0
}

.video-sec video {
    margin: 15px 0
}

.text-sec h2 {
    margin-bottom: 38px
}

.text-sec p {
    font-family: Arial;
    font-weight: 400;
    color: #37465a;
    font-size: 20px
}

.seperate-sec.d-flex {
    margin: 40px 0
}

.seperate-sec .img-sec {
    width: 22%
}

.seperate-sec .sep-txt-sec {
    padding-left: 40px;
    width: 100%
}

.seperate-sec .sep-txt-sec h2 {
    font-family: Arial;
    font-weight: 700;
    font-size: 21px;
    line-height: 40px
}

.seperate-sec .sep-txt-sec p {
    font-family: Arial;
    font-weight: 400;
    color: #37465a;
    font-size: 17px
}

.para-sec h2 {
    color: #212529;
    font-size: 25px;
    font-weight: 700;
    margin: 15px 0;
    line-height: 40px
}

.para-sec p,
.text-sec2 p {
    font-weight: 400;
    font-family: Arial
}

.para-sec p {
    color: #37465a;
    font-size: 20px
}

.text-sec2 h2 {
    color: #212529;
    font-size: 25px;
    font-weight: 700;
    line-height: 44px;
    margin-bottom: 20px
}

.text-sec2 p {
    color: #37465a;
    font-size: 20px
}

.review-sec h2,
.review-sec h3 {
    color: #212529;
    font-weight: 700;
    line-height: 44px
}

.review-sec {
    border: .1875rem solid #FFDA5F;
    background: #fff7dc;
    padding: 20px
}

.review-sec h2 {
    text-align: center;
    font-size: 25px;
    margin-bottom: 20px
}

.review-sec h3 {
    font-size: 22px
}

.review-sec h3 span {
    text-decoration: underline
}

.review-sec p {
    font-family: Arial;
    font-weight: 400;
    color: #37465a;
    font-size: 17px
}

.difference-sec {
    padding: 20px 0;
    margin-bottom: 50px;
    position: relative
}

.difference-sec::before {
    width: 1px;
    height: calc(100% - 130px);
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #969393;
    position: absolute;
    margin-left: -2px
}

.difference-sec h2 {
    text-align: center;
    color: #212529;
    font-size: 26px;
    font-weight: 700;
    line-height: 44px;
    margin-bottom: 28px
}

.differ-bx {
    position: relative;
    border-bottom: 1px solid #A3BAC6;
    padding: 20px 0
}

.po,
.warning img {
    position: absolute
}

.differ-a,
.differ-b {
    width: 47%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Arial;
    font-weight: 400;
    color: #37465a;
    font-size: 17px
}

.differ-a .svg-img,
.differ-b .svg-img {
    width: 50px;
    margin-right: 10px
}

.differ-b h4 {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    padding: 20px 0
}

.po {
    width: 18px;
    left: 50%;
    margin-left: -9px;
    display: none
}

.toGet img {
    max-width: 40px
}

.toGet p {
    width: calc(100% - 45px);
    margin: 0;
    padding-left: 10px
}

.warning {
    border: .3125rem dashed #EEC600;
    background: #fff4bd;
    padding: 10px
}

.warning img {
    width: 84px;
    right: -10px;
    top: -53px
}

.CTA {
    border: 8px solid red
}

.ctaProd {
    max-height: 290px
}

.offerYellow {
    max-height: 70px
}

.offerTxt a {
    text-align: left;
    line-height: 2.1875rem;
    font-size: 1.3622rem;
    font-family: Arial;
    color: #333;
    display: block
}

.offerTxt .btn {
    background: #00C851;
    color: #FFF;
    font-size: 1rem;
    font-family: Arial;
    font-weight: 700;
    height: 5.0625rem;
    width: 36.125rem;
    border-radius: 10px;
    border: 0;
    display: table-cell;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    word-break: break-all
}

.faqList li h4 {
    text-align: left;
    line-height: 2.375rem
}

.paymemtImg li {
    list-style: none
}

.smallList li {
    width: 30%;
    padding: 0 10px
}

/* 
    {
    font-size: 1.4861rem
} */

.faqList li {
    list-style: none;
    margin-bottom: 20px
}

.faqList li h4 {
    position: relative;
    font-family: Arial;
    color: #00386a;
    font-size: 1.4rem
}

.faqList li h4 b {
    font-family: Arial
}

.lstBtn {
    background: #00C851;
    color: #fff !important;
    font-size: 23px !important;
    font-family: Roboto !important;
    font-weight: 700 !important;
    min-height: 3.0625rem !important;
    width: 31.25rem !important;
    border-radius: 3px !important;
    background-color: #00c851 !important;
    background-image: none !important;
    border: 0 !important;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12) !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12) !important;
    max-width: 100%
}

.footerlinks li a,
footer p,
footer p a,
footer small {
    font-size: 18px;
    color: #fff
}

.lstImg {
    max-width: 500px
}

footer {
    background: #000;
    padding: 50px 0;
    margin-top: 20px;
    font-family: Arial
}

footer p,
footer p a {
    font-family: Arial
}

footer small {
    font-family: Arial;
    margin-bottom: 1rem
}

.footerlinks {
    text-align: center;
    margin-bottom: 1rem
}

.footerlinks li {
    list-style: none;
    display: inline-block
}

.footerlinks li a {
    display: inline-block;
    font-family: Arial;
    padding: 0 10px 7px;
    line-height: normal;
    position: relative
}

.footerlinks li a:before {
    position: absolute;
    width: 2px;
    height: 13px;
    background: #fff;
    top: 4px;
    right: -2px
}

.footerlinks li:last-child a:before {
    width: 0
}

.footerPay {
    max-width: 300px
}

a:hover {
    text-decoration: none
}

.justify-space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer {
    margin-top: auto;
    color: #fff;
    /* background-color: #d4d0ca */
    background-color: rgb(212, 208, 202) !important;
}

.huge-txt {
    color: #000000;
    font-size: 60px;
    line-height: 35px;
    padding-top: 26px;
    padding-right: 5px;
    font-family: Times, serif, Georgia;
}

.footer .footer-column {
    padding-top: 10px;
    font-size: 14px;
    font-family: Arial, sans-serif;
    line-height: 20px;
    font-weight: 400
}

.footer .footer-column h3 {
    font-size: 14px;
    color: #fff;
    border-bottom: 1px solid #666;
    padding-bottom: 10px;
    margin-bottom: 5px;
    font-weight: 700;
    font-family: Arial, sans-serif
}

.footer .footer-column .footer-guarantee-content,
.footer .footer-copyright-wrapper {
    font-size: 12px;
    font-family: Arial, sans-serif
}

img.credit-cards-image {
    width: 150px
}

.footer .footer-copyright-wrapper {
    color: #fff;
    border-top: 2px solid #666
}

.footer .footer-copyright-wrapper span {
    font-family: Arial, sans-serif
}

.footer-image-logo img {
    height: 30px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    padding: 0
}

.footer-image-logo {
    margin-top: 15px
}

.difference-sec>h2+.differ-bx .differ-b {
    justify-content: center
}

.custom-width {
    width: 100%;
}

@media(max-width:991px) {
    .offerTxt {
        text-align: center
    }

    footer div,
    footer ul {
        margin: auto;
        text-align: center
    }
}

@media (max-width:767px) {
    .differ-a img {
        width: 120px;
        margin-top: 10px !important
    }

    .differ-a .svg-img,
    .differ-b .svg-img {
        width: 35px
    }

    .footer-image-logo img {
        width: 100px;
        height: auto
    }

    .offerTxt a {
        width: 100%;
        display: flex;
        justify-content: space-between
    }

    .offerTxt a span {
        width: 30%
    }
}

@media (max-width:480px) {
    .difference-sec::before {
        height: calc(100% - 210px)
    }

    .differ-a,
    .differ-b {
        width: 47%;
        font-size: 12px
    }

    .differ-a p,
    .differ-b p {
        font-size: 15px;
        padding-right: 15px
    }

    .offerTxt .btn {
        font-size: 12px;
        line-height: 25px
    }

    .faqList li h4 {
        font-size: 20px;
        line-height: 28px
    }

    .lstBtn {
        font-size: 18px !important
    }

    .offerTxt a span {
        width: 50%
    }
}

.clear,
.clearfix:after {
    clear: both
}

a img,
img {
    height: auto;
    max-width: 100%;
    border: 0
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Arial-mdm';
    font-size: 15px
}

li,
ul {
    list-style-type: none
}

ul {
    padding-left: 0
}

.right {
    float: right
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}

.alignRright {
    float: right;
    margin: 0 0 12px 15px
}

.alignLeft,
.float-left {
    float: left
}

.alignLeft {
    margin: 0 15px 12px 0
}

.alignCenter {
    float: none !important;
    margin: 0 auto;
    display: block
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.config-errors h3 {
    padding: 10px 0;
    margin: 5px
}

.config-errors ul {
    padding: 0;
    margin: 0
}

.config-errors li {
    padding: 10px;
    margin: 5px;
    background-color: #FCC;
    border: 1px solid #C00;
    color: #333;
    font: 15px/20px arial, sans-serif
}

.config-errors li strong {
    float: right
}

input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
select,
textarea {
    background: #FFF;
    border: 1px solid #a7abad;
    color: #222;
    height: 32px;
    line-height: 22px;
    width: 100%;
    font-size: 14px;
    padding: 3px 8px;
    outline: 0;
    font-family: Arial, sans-serif;
    font-weight: 400;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box
}

textarea {
    padding: 6px;
    height: 150px
}

select {
    line-height: 24px;
    padding: 4px;
    height: 32px
}

input[type=email]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
select:focus,
textarea:focus {
    background: #fff;
    box-shadow: 0 0 5px #51cbee;
    border: 1px solid #51cbee
}

input.has-error,
select.has-error {
    background: url(../images/error-input.png) 99.5% 50% no-repeat #fff !important;
    border: 1px solid orange !important
}

input.no-error,
select.no-error {
    background: url(../images/tick-input.png) 99.5% 50% no-repeat #fff !important;
    border: 1px solid green !important
}

input.loading,
select.loading {
    background: url(../images/ajax-loader.gif) 99.5% 50% no-repeat #fff;
    border: 1px solid #51cbee
}

.app-benchmark {
    position: fixed;
    width: 98%;
    left: 0;
    bottom: 0;
    padding: 5px 1%;
    background-color: #CCC;
    color: #333;
    text-align: right
}

#app_common_modal,
#error_handler_overlay {
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    z-index: 2147483647;
    background: #333;
    background: rgba(255, 255, 255, .8);
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll
}

#app_common_modal .app_modal_body,
#error_handler_overlay .error_handler_body {
    max-width: 600px;
    -webkit-background-clip: padding-box;
    font-family: Verdana, Geneva, sans-serif;
    box-sizing: border-box;
    outline: 0;
    background-clip: padding-box;
    border: 1px solid #999;
    font-size: 14px;
    -webkit-box-sizing: border-box
}

#error_handler_overlay .error_handler_body {
    margin: 100px auto;
    width: 95%;
    padding: 20px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    line-height: 1.42857143;
    color: #333;
    position: relative;
    -moz-box-sizing: border-box;
}

#app_common_modal_close,
#error_handler_overlay_close {
    position: absolute;
    right: -10px;
    top: -10px;
    color: #FFF;
    background-color: #333;
    border: 2px solid #FFF;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    font-weight: 700;
    line-height: 30px;
    padding: 0;
    margin: 0
}

#app_common_modal .app_modal_body {
    margin: 100px auto;
    min-width: inherit;
    width: 95%;
    min-height: 400px;
    padding: 2.5%;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    line-height: 1.42857143;
    color: #333;
    position: relative;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

#app_common_modal .app_modal_body iframe {
    min-height: 399px;
    width: 100%;
    border: 1px solid #d5d6ef;
    box-sizing: border-box
}

.exitpop-content {
    position: fixed;
    height: 400px;
    width: 708px;
    margin: -200px 0 0 -354px;
    top: 50%;
    left: 50%;
    text-align: left;
    padding: 0;
    border: none;
    z-index: 2147483647
}

.exitpopup-overlay {
    background: rgba(0, 0, 0, .6);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2147483647;
    display: none
}

.exitpop-content img {
    display: block;
    margin: 0 auto;
    position: relative;
    text-align: center;
    max-width: 100%;
    height: auto
}

.exitpop-discountbar {
    background-color: red;
    border-bottom: 4px dashed #fff;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 9999;
    display: none
}

.app-load-spinner {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100px;
    height: 100px;
    margin: auto;
    background-color: #333;
    border-radius: 100%
}

.clear {
    line-height: 0;
    height: 0
}

.button,
button,
input[type=button],
input[type=submit] {
    border: 0;
    width: 100%;
    display: block;
    cursor: pointer;
    position: relative;
    outline: 0;
    padding: 20px 15px;
    background: #2288D0;
    color: #fff;
    font-size: 20px
}

#loading-indicator::after,
#loading-indicator::before {
    box-sizing: border-box;
    left: 50%;
    position: absolute;
    top: 50%
}

.button:hover,
button:hover,
input[type=button]:hover,
input[type=submit]:hover {
    background: #2791E4
}

.defult {
    padding: 10px 15px
}

.defult form label {
    width: 175px;
    display: inline-block
}

.defult input[type=email],
.defult input[type=number],
.defult input[type=password],
.defult input[type=search],
.defult input[type=tel],
.defult input[type=text],
.defult select,
.defult textarea {
    max-width: 275px
}

.defult .button,
.defult button,
.defult input[type=button],
.defult input[type=submit] {
    max-width: 450px
}

.all-card-types li {
    float: left;
    margin-right: 20px
}

#loading-indicator {
    background-color: rgba(0, 0, 0, .5);
    bottom: 0;
    box-sizing: border-box;
    font-size: 1px;
    height: 100%;
    left: 0;
    margin: 0 !important;
    padding: 0 !important;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 2147483646
}

#loading-indicator::before {
    background: url(../images/loading.gif) center center no-repeat rgba(0, 0, 0, 0);
    height: 70px;
    margin-left: -35px;
    margin-top: -70px;
    width: 70px;
    z-index: 2
}

#loading-indicator::after {
    background: #fff;
    border-radius: 5px;
    color: #000;
    content: "Processing, one moment please... ";
    font-family: arial;
    font-size: 17px;
    height: 110px;
    line-height: 98px;
    margin-left: -150px;
    margin-top: -75px;
    padding-top: 35px;
    text-align: center;
    width: 300px;
    z-index: 1
}

@-webkit-keyframes scaleout {
    0% {
        -webkit-transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0
    }
}

@keyframes scaleout {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 0
    }
}

span.cb-inline-error {
    margin-top: 10px;
    font-weight: 100;
    color: #c00;
    display: block
}

form {
    padding: 10px
}

@media screen and (max-width:767px) {

    #app_common_modal .app_modal_body,
    #error_handler_overlay .error_handler_body {
        margin: 10px auto;
        min-height: auto
    }

    #app_common_modal .app_modal_body iframe {
        min-height: 300px
    }

    .white-popup {
        height: 300px
    }

    .error_handler_body ul li {
        font-size: 12px
    }
}

#app_common_modal {
    overflow-y: hidden
}

#stickyButton {
    width: 320px;
    height: auto;
    background: #8bdf2d;
    border-radius: 5px;
    border: 1px solid #8bd834;
    color: #fff;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    font-weight: 700;
    padding: 15px 12px;
    cursor: pointer;
    float: right;
    margin-top: 0;
    z-index: 99999999;
    position: relative
}

#stickyButton:hover {
    background: #5b9f0e;
    border: 1px solid #5b9f0e
}

#stickyImg {
    float: left;
    width: calc(100% - 380px)
}

.header_product {
    max-width: 70px;
    margin-right: 0
}

.sticvky_right {
    float: right;
    max-width: 380px;
    width: 100%;
    padding-top: 15px
}

#stickyArrow img {
    max-width: 60px;
    margin-left: -20px
}

#stickyArrow {
    position: relative;
    top: 5px
}

.header_logo {
    width: 120px;
    margin-left: 0
}

#stickyInner {
    padding: 0 15px;
    max-width: 1180px;
    margin: auto
}

#stickyTop {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99999;
    background: #fff;
    -webkit-box-shadow: 0 3px 5px rgb(119 119 119 / 28%);
    box-shadow: 0 3px 5px rgb(119 119 119 / 28%)
}

#stickyImg p {
    display: inline-block;
    padding: 10px;
    margin-bottom: 0;
    vertical-align: middle;
    font-family: arial;
    margin-top: -11px
}

.mobileBottomLine {
    display: none;
    font-family: arial
}

@media(max-width:991px) {
    .header_logo {
        width: 80px;
        margin-top: 10px
    }

    .mobileBottomLine {
        display: block;
        margin: 0;
        padding: 0 0 5px
    }

    #stickyImg p {
        padding: 0;
        font-size: 0;
        max-width: 90px
    }

    #stickyButton {
        width: 100%;
        font-size: 11px;
        padding: 10px 6px;
        max-width: 140px
    }

    #stickyArrow img {
        max-width: 30px;
        margin-left: 0
    }

    .sticvky_right {
        max-width: 180px;
        padding-top: 0;
        position: relative;
        top: 16px
    }

    #stickyImg {
        float: left;
        width: calc(100% - 180px)
    }

    .header_product {
        max-width: 32px;
        margin-right: 5px
    }

    #stickyInner {
        padding: 5px 8px
    }

    #stickyImg p br {
        display: none
    }
}

@media(max-width:575px) {
    .sticvky_right+div {
        display: none
    }

    .mobileBottomLine {
        font-size: 11px;
        display: inline-block
    }

    .sticvky_right {
        position: relative;
        top: 6px
    }

    #stickyImg {
        padding-bottom: 0
    }
}

.w-70 {
    width: 70%;
}

a#link-undefined {
    display: flex !important;
    justify-content: space-between;
    gap: 10px;
}

a#link-undefined b {
    width: calc(100% - 80px);
}

.offerTxt .btn {
    word-break: break-word !important;
}

@media (max-width:767px) {
    a#link-zj3qa9m0mkn span {

        display: table;
        margin: 0 auto;
        width: 100%;

    }
}