/* CUSTOM CSS */

    body { font-family: 'Open Sans', Arial, sans-serif!important; }

    p  { font-family: 'Open Sans', sans-serif; font-weight: 400;  }
    h1 { font-family: 'Open Sans', sans-serif; font-weight: 400; }
    h2 { font-family: 'Open Sans', sans-serif; font-weight: 400;  }

    .title-section h1 { color: #333333; font-size: 40px; font-family: 'Open Sans', sans-serif; font-weight: 400; margin: 0 0 20px; }

    .features-section_b2g .title-section.white p { color: #fff; }

    @media (min-width: 768px) {
        .title-section h1 { font-size: 50px; }
    }

    #blazor-error-ui { background: lightyellow; bottom: 0; box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2); display: none; left: 0; padding: 0.6rem 1.25rem 0.7rem 1.25rem; position: fixed; width: 100%; z-index: 1000; }

    #blazor-error-ui .dismiss { cursor: pointer; position: absolute; right: 0.75rem; top: 0.5rem; }

    #container { opacity: 1; }



/*  LOGO */
    .navbar-brand { padding: 15px 0 0 0; }
    .navbar-brand svg { width: 200px; height: 26px; }

    @media (min-width: 768px) {
        .navbar-brand { padding: 25px 15px 0 25px; }
    }

    @media (min-width: 990px) {
    
            .navbar-brand svg { width: 251px; height: 33px; }
    }

    @media (min-width:1400px) {
        .navbar-brand svg { width: 320px; height: 42px; }
    }


    .title-section svg { width: 300px; }

    .navbar-default { background-color: rgba(255, 255, 255, 0.90); padding: 0; }

        .navbar-default .navbar-toggle:focus,
        .navbar-default .navbar-toggle:hover { background-color: #169d5a; }
        .navbar-default .navbar-toggle { border-color: #0fda75; background-color: #0fda75; float: left; margin-left: 15px; margin-right: 5px; }

    .nav-content { display: flex !important; justify-content: flex-end; align-items: flex-end; flex-direction: column-reverse; padding-top: 5px; }

    @media (max-width: 768px) {
        .navbar-collapse { width: 100%; top: 15px; }
    }
    /* ΜΑΙΝ NAVIGATION */

    .navbar-nav > li > a:before { background: #0ae879; }

    .navbar-nav > li > a.active:before { content: ''; position: absolute; bottom: -3px; left: 10px; right: 10px; height: 3px; background: #0fda75; opacity: 1; visibility: visible; transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; }
    header.fullwidth.white-header.active .navbar-nav > li > a:before { background: #0fda75; }

    header.white-header .navbar-nav > li > a.active,
    .navbar-nav > li > a.active { color: #0fda75 !important; }

    header.fullwidth.white-header.active .navbar-nav > li > a.active { color: #0fda75 !important; }

    .navbar-default .navbar-toggle .icon-bar { background-color: #fff; }

    header.white-header .navbar-nav > li > a { color: #a1a5a6 !important; font-size: 15px; font-family: 'Open Sans', sans-serif; font-weight: 400; transition: all 0.2s ease-in-out; padding: 18px 10px 17px; position: relative; cursor: pointer; }
    .navbar-nav { background: #f1f5f6; float: none !important; }
    .nav-tools { padding: 0; }

    .navbar-header { position: absolute; }

    ul.dropdown { background: #fff; }
    ul.dropdown li a { display: block; font-size: 14px; }
    ul.dropdown li a:hover { color: #313536; background: #f5fffa; }
    ul.dropdown li a.active { color: #0fda75!important; border-left: 3px solid #0fda75; }

    @media (min-width: 768px) {
        .navbar-nav { background: transparent; }
        header.white-header .navbar-nav > li > a { color: #666666 !important; }
        ul.dropdown li a { color: #666; font-size: 16px; }
    }

    @media (min-width: 990px) {
        .nav-content { flex-direction: row; flex-wrap: wrap-reverse; align-items: center; }
        .navbar-header { position: static; }
    }

    @media (min-width: 1200px) {
        .navbar-nav > li > a { font-size: 18px; }
    }

    @media (min-width: 1300px) {
        header.white-header .navbar-nav > li > a { font-size: 16px; padding: 28px 10px 27px; }
    }

    header a.button-two { border-color: #0fda75; color: #0fda75; background: #fff; }
        header a.button-two:hover { background-color: #0fda75; color: #fff; }

    @media (max-width: 1240px) {
        .navbar-default a.button-two { margin-left: 15px; padding: 10px 15px; font-size: 16px; margin: 0; font-size: 14px; padding: 5px 10px; border-radius: 5px; }
        header .container-fluid { padding-left: 5px; padding-right: 5px; }
    }

    @media (max-width: 1702px) {
        .nav-content {
            flex-wrap: nowrap;
            width: 100%;
            justify-content: space-between;
        }

        header.white-header .navbar-nav > li > a {
            padding: 28px 10px 27px;
        }
    }

    @media (max-width: 1240px) {
        .nav-content {
            display: flex !important;
            justify-content: flex-end;
            align-items: flex-end;
            flex-direction: column-reverse;
            padding-top: 5px;
        }

        .navbar-header {
            position: absolute;
        }

        .navbar-default .navbar-collapse, .navbar-default .navbar-form {
            width: 100%
        }

    }

    @media (max-width: 1062px) {
        header.white-header .navbar-nav > li > a {
            font-size: 13px;
        }
    }
    
    @media (min-width: 768px) and (max-width: 926px) {
        .navbar-nav > li > a {
            font-size: 16px;
            padding: 15px 5px 5px !important;
        }

    }
    
    @media (max-width: 330px) {
        .navbar-brand svg {
            width: 180px;
            height: auto;
        }

    }


    header.fullwidth.white-header.active a.button-two { border-color: #0fda75; color: #0fda75; background: #fff; }
        header.fullwidth.white-header.active a.button-two:hover { background-color: #0fda75; color: #fff; }

    .k-dropdown.laguages-dropdown { border: none; box-shadow: none; padding-left: 5px; border-radius: 4px; }
        .k-dropdown.laguages-dropdown:hover { background: #fff; }
        .k-dropdown.laguages-dropdown span.k-dropdown-wrap.k-state-default { border: none; box-shadow: none; }
    img.flag { margin-right: 5px; }

    .k-popup .k-item { margin: 0; padding: 0 5px !important; color: #555 !important; }
        .k-popup .k-item.k-state-selected { color: #222 !important; font-weight: bold; }

    .button-one,
    a.button-one { display: inline-block; text-decoration: none; transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; background: #0fda75; color: #fff; font-size: 18px; font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: 600; border: 1px solid #0fda75; border-radius: 25px; padding: 10px 27px; }

        .button-one:hover,
        a.button-one:hover { color: #fff; background-color: #1bbf6d; }

    section#contact-section #contact-form input[type="submit"] { background: #0fda75; border: 1px solid #0fda75; }
        section#contact-section #contact-form input[type="submit"]:hover { color: #fff; background-color: #1bbf6d; }

    .validate-form__loader { text-align: center; margin-top: 20px; }
        .validate-form__loader:after,
        .validate-form__loader:before { content: ""; width: 20px; height: 20px; border-radius: 50%; background-color: #fff; animation: kick .6s infinite alternate; display: inline-block; }
        .validate-form__loader:after { margin-left: -50px; animation: kick .6s infinite alternate }
        .validate-form__loader:before { animation-delay: .2s }


    .loader { color: #fff; position: fixed; box-sizing: border-box; left: -9999px; top: -9999px; width: 0; height: 0; overflow: hidden; z-index: 999999 }
        .loader:after,
        .loader:before { box-sizing: border-box; display: none }
        .loader.is-active { background-color: rgba(0,0,0,.85); width: 100%; height: 100%; left: 0; top: 0 }
            .loader.is-active:after, .loader.is-active:before { display: block }
    .loader-bouncing:after, .loader-bouncing:before { content: ""; width: 20px; height: 20px; position: absolute; top: calc(50% - 10px); left: calc(50% - 10px); border-radius: 50%; background-color: #fff; animation: kick .6s infinite alternate }
    .loader-bouncing:after { margin-left: -30px; animation: kick .6s infinite alternate }
    .loader-bouncing:before { animation-delay: .2s }

    @keyframes kick {
        0% { opacity: 1; transform: translateY(0) }
        to { opacity: .3; transform: translateY(-1rem) }
    }

    .turnstile-container { margin-block: 1rem; }


/* HOME SECTION */
.top-block-content h1 { font-size: 40px; }
    section#home-section div.top-block2 .image-rounded { display: none; }
    #home-section div.top-block2 .image-rounded:after { border: 1px solid #0fda75; }
    .top-block-image { display: none; }
    section#home-section div.top-block2 h2 { margin-bottom: 24px; color: #999999; line-height: 1.3; font-weight: 300; }

    p.award { margin-top: 5em; font-size: 1.3rem; font-weight: 400; }
    .award img { width: fit-content; max-width: 120px; margin-bottom: 1rem; }

    p.award-small { font-size: 1.5rem; display: flex; justify-content: flex-start; align-items: center; line-height: 1.2; }
    .award-small img { max-width: 180px; margin-right: 1rem; }
    .award-small strong { display: block; color: goldenrod; font-size: 1.2em; margin-bottom: .5rem; }

/*    p.bite-award {
        margin-top: 113px;
    }*/
    .bite-award img {
        width: 100px;
    }

    .award-img__container {
        height: 90px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    section#home-section div.top-block2 .container .row {
        display: flex;
    }

    .top-block2__content {
        display: flex;
        flex-direction: column;
        justify-content: end;
    }

    @media (max-width: 991px) {
        section#home-section div.top-block2 .container .row {
            display: block;
        }

        .top-block2__content {
            flex-direction: column-reverse;
        }

        .award-img__container {
            height: auto;
        }

        .award img {
            margin: 0;
        }

        p.award {
            margin-top: 1em;
        }
    }

    .feature-post { padding: 12px 16px; border: 1px dashed #dad5e3; border-radius: 4px; margin-bottom: 30px; }
        .feature-post h2 { position: relative; padding-left: 40px; line-height: 1.2; }
            .feature-post h2 i { position: absolute; left: 0; top: 5px; color: #0fda75; margin: 0; }

    section#features-section3 .about-box > a { color: #1bbf6d; font-size: 18px; font-family: 'Open Sans', sans-serif; font-weight: 600; }
    .target-link { display: inline-block; text-decoration: none; transition: all 0.2s ease-in-out; color: #1bbf6d; font-size: 18px; font-family: 'Open Sans', sans-serif; font-weight: 600; }

    .special-list { list-style: none; padding: 0; }
        .special-list li { color: #666; font-size: 20px; line-height: 1.3; margin: 0 0 15px 0; position: relative; padding-left: 70px; }
        .special-list .la { position: absolute; left: 0; top: 0; font-size: 25px; border: 1px dashed #aaa; color: #0fda75; width: 50px; height: 50px; display: flex; justify-content: center; align-items: center; line-height: 1; }

    .feature-list { list-style: none; padding: 0; display: flex; justify-content: flex-start; align-items: stretch; flex-wrap: wrap; }
    .feature-list__item { color: #666; font-size: 20px; line-height: 1.3; position: relative; padding: 0 15px 30px 70px; flex-basis: 100%; min-height: 95px; }
    .feature-list__item h2 { color: #333; line-height: 1.3; }
    .feature-list__item p { color: #888; }
    .feature-list__item .la { position: absolute; left: 0; top: 5px; font-size: 25px; border: 1px dashed #aaa; color: #0fda75; width: 60px; height: 60px; display: flex; justify-content: center; align-items: center; line-height: 1; }
    .characteristics-list .feature-list__item {
        flex-basis: 50%;
    }

    .step-count {
        font-size: 30px !important;
        font-family: sans-serif,'Open Sans'
    }

    section#home-section div.top-block2 .image-rounded { 
        position: absolute; width: 70%; height: 800px; right: -15%; top: -300px; background: url(../images/k1.jpg) right bottom; background-size: cover; border-top-left-radius: 400px; border-bottom-left-radius: 400px; transform: rotate(-25deg); z-index: -1;
    }

    section#features-section3 .image-rounded { position: absolute; width: 54%; height: 650px; left: -20%; bottom: -40px; background: url(../images/home2.webp) left top; background-size: cover; border-top-right-radius: 325px; border-bottom-right-radius: 325px; transform: rotate(-25deg); }

        section#features-section3 .image-rounded:after { content: ''; position: absolute; width: 150%; height: 100%; bottom: -70px; right: -100px; border: 1px solid #1bbf6d; border-top-right-radius: 325px; border-bottom-right-radius: 325px; }

    section#home-section div.top-block2 { padding: 120px 0 30px 0; position: relative; }
    div.about-app-section.third-style .image-holder { display: none; }

    section#features-section3 .image-holder { padding-top: 0; margin-left: -80px; margin-right: -1px; }

        section#features-section3 .image-holder img { width: auto; height: auto; max-width: 100%; }

    section#features-section3 .image-holder { padding-top: 0; margin-left: 0; margin-right: 0; }

    @media (max-width: 767px) {
        .characteristics-list .feature-list__item {
            flex-basis: 100%;
        }
    }

    @media (min-width: 768px) {
        .top-block-content h1 { font-size: 50px; }
        .characteristics-list .feature-list__item { flex-basis: 50%; }
        .feature-list .characteristics-list { flex-basis: 100%; }
        div.about-app-section.third-style .image-holder img { max-width: 380px; display: block; margin: 0 auto; }
        section#home-section div.top-block2 .image-rounded { display: block; }
        .top-block-image { display: block; }
        section#home-section div.top-block2 { padding: 150px 0 30px 0; position: relative; }
    }

    @media (min-width: 991px) {
        div.about-app-section.third-style .image-holder img.snd-img { position: absolute; top: 170px; left: 100px; }
        div.about-app-section.third-style .image-holder img.trd-img { position: absolute; top: 340px; left: 200px; }
        .feature-list__item { flex-basis: 33.33%; }

        section#home-section div.top-block2 .top-block-image { display: none; }
        section#features-section3 .image-rounded { background: url(../images/home2.webp) center top; }
    }

    @media (min-width: 1200px) {
        section#home-section div.top-block2 .top-block-image { margin-top: 0; display: block; }
            section#home-section div.top-block2 .top-block-image img { max-width: initial; height: auto; width: 600px; }
        div.about-app-section.third-style .image-holder { display: block; }
    }

    @media (min-width: 1400px) {
        section#home-section div.top-block2 .top-block-image { margin-top: -100px; }
            section#home-section div.top-block2 .top-block-image img { max-width: initial; height: auto; width: auto; }
    }

    @media (min-width: 1600px) {
        section#features-section3 .image-holder { padding-top: 100px; margin-left: -80px; margin-right: -1px; }
        section#features-section3 .image-rounded:after { content: ''; position: absolute; width: 100%; height: 100%; bottom: -120px; right: -100px; border: 1px solid #1bbf6d; border-top-right-radius: 325px; border-bottom-right-radius: 325px; }
    }


    /* PRICING SECTION */
    #pricing-section { z-index: 2; position: relative; }
        #pricing-section div.top-block2 { padding: 0; position: relative; }
            #pricing-section div.top-block2 .image-rounded { position: absolute; width: 50%; height: 500px; right: -15%; top: -200px; background: url(../images/k3.jpg) right top; background-size: cover; border-top-left-radius: 400px; border-bottom-left-radius: 400px; border-top-right-radius: 400px; transform: rotate(-20deg); z-index: -1; display: none; }
                #pricing-section div.top-block2 .image-rounded:after { content: ''; position: absolute; width: 100%; height: 100%; top: -30px; left: -50px; border: 1px solid #0fda75; border-top-left-radius: 400px; -webkit-border-bottom-left-radius: 400px; border-bottom-left-radius: 400px; }


    .pr-grid { display: flex; justify-content: center; align-items: stretch; flex-wrap: wrap; }
    .pr-grid__item { padding: 20px; flex-basis: 100%; display: flex; }
    .pr-grid__item-content { width: 100%; margin: 0; padding: 30px 20px; list-style: none; margin-bottom: 30px; background: #ffffff; text-align: center; -webkit-border-radius: 4px; border-radius: 4px; box-shadow: 0 15px 25px rgba(0, 0, 0, 0.06); transition: all 0.2s ease-in-out; }
        .pr-grid__item-content li { list-style: none; transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; position: relative; margin-bottom: 10px; }
            .pr-grid__item-content li.title { padding-bottom: 20px; margin-bottom: 25px; border-bottom: 1px solid #ebebeb; }
        .pr-grid__item-content p { margin: 0; color: #333333; }
        .pr-grid__item-content li.title p { color: #999999; }
            .pr-grid__item-content li.title p span { font-size: 60px; color: #333333; display: block; line-height: 60px; font-weight: 400; font-family: 'Open Sans', sans-serif; font-style: normal; transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; margin-bottom: 5px; }

        .pr-grid__item-content li.subscription { display: flex; flex-direction: column; }
        .pr-grid__item-content li.subscription p { height: 145px; }

        .pr-grid__item-content h2 { color: #333333; font-size: 24px; font-weight: 400; margin: 0 0 10px; line-height: 1.2; margin: 0; color: #0fda75; height: 60px; }
        .pr-grid__item-content li:last-child { padding-bottom: 0; padding-top: 30px; }

    @media (min-width: 768px) {
        .pr-grid__item { flex-basis: 50%; }
        #pricing-section div.top-block2 .image-rounded { display: block; }
        #pricing-section div.top-block2 { padding: 100px 0 0; }
    }

    @media (min-width: 990px) {
        .pr-grid__item { flex-basis: 33.33%; }
    }


    /* CONTACT SECTION */
    #contact-section { z-index: 2; position: relative; }
        #contact-section div.top-block2 { padding: 0; position: relative; }
            #contact-section div.top-block2 .image-rounded { position: absolute; width: 50%; height: 700px; right: -10%; top: -500px; background: url(../images/k4.jpg) left top; background-size: cover; border-top-left-radius: 400px; border-bottom-left-radius: 400px; transform: rotate(-25deg); z-index: -1; display: none; }
                #contact-section div.top-block2 .image-rounded:after { content: ''; position: absolute; width: 100%; height: 100%; top: -30px; left: -50px; border: 1px solid #0fda75; border-top-left-radius: 400px; -webkit-border-bottom-left-radius: 400px; border-bottom-left-radius: 400px; }
        #contact-section .contact-info-box span i { color: #0fda75; font-size: 30px; line-height: 58px; }

    .validation-message { color: red; margin-top: -25px; margin-bottom: 30px; }

    @media (min-width: 768px) {
        #contact-section div.top-block2 { padding: 100px 0 0; }
            #contact-section div.top-block2 .image-rounded { display: block; }
    }

    /* ILEKTRONIKI TIMOLOGISI SECTION */
    #ilektroniki-timologisi .top-block2 { padding: 120px 0 0 0; position: relative; }
    #ilektroniki-timologisi .image-rounded { position: absolute; width: 70%; height: 700px; right: -20%; top: -500px; background: url(../images/k2.jpg) right top; background-size: cover; border-top-left-radius: 400px; border-bottom-left-radius: 400px; transform: rotate(-25deg); z-index: -1; }
        #ilektroniki-timologisi .image-rounded:after { content: ''; position: absolute; width: 100%; height: 100%; top: -30px; left: -50px; border: 1px solid #0fda75; border-top-left-radius: 400px; -webkit-border-bottom-left-radius: 400px; border-bottom-left-radius: 400px; }

    #ilektroniki-timologisi .top-block-content h2 { margin-bottom: 24px; color: #999999; font-weight: 300; line-height: 1.3; }

    .feature-boxes { display: flex; justify-content: flex-start; align-items: stretch; flex-wrap: wrap; }
    .feature-box { padding: 0 15px; flex-basis: 100%; display: flex; }
    section#features-section4 .about-box .about-post i { color: #1bbf6d; }

    section.features-section_b2g,
    .about-app-section.b2g-style {
        background: url(../images/b2g-bg.webp) center center !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
    }

    .about-app-section.b2g-style .title-section h1,
    .about-app-section.b2g-style .title-section p,
    .about-app-section.b2g-style .title-section a:hover {
        color: #fff;
    }

    .about-app-section.b2g-style .title-section a {
        margin-top: 1rem;
    }

    @media (min-width: 768px) {
        #ilektroniki-timologisi .top-block2 { padding: 250px 0 0; }
        .feature-box { flex-basis: 50%; }
    }

    @media (min-width: 1400px) {
        .feature-box { flex-basis: 25%; }
    }



    /* VERIFY SECTION */
    #verify-section .top-block { min-height: 100vh; }
    #verify-section .top-block { text-align: center; padding: 120px 0 200px 0; background: #333333 url(../upload/slide3.jpg) center center fixed; background-size: cover; position: relative; }

    #verify-section .title-section h1 { color: #fff; font-family: 'Open Sans', sans-serif; font-size: 40px; margin-bottom: 15px; }
    #verify-section .title-section p { color: #fff; }
    
    .title-section .title-section_top:after {
        content: "";
        width: 165px;
        height: 3px;
        background: #0fda75;
        display: block;
        text-align: center;
        margin: 0 auto;
        margin-top: 10px;
    }

    .title-section .title-section_bottom {
        padding-top: 2rem;
    }

    #verify-section .top-block:after { content: ''; position: absolute; bottom: -80px; left: 0; width: 100%; height: 200px; background: #f3f4f8; -ms-transform: matrix(1, -0.05, 0, 1, 0, 0); -webkit-transform: matrix(1, -0.05, 0, 1, 0, 0); transform: matrix(1, -0.05, 0, 1, 0, 0); }

    /* VALIDATE FORM */
    .validate-form { display: flex; justify-content: center; align-items: center; margin-bottom: 30px; }
        .validate-form input[type="text"] { width: 500px; height: 50px; padding: 0 20px; background: #f5f6fa; color: #888888; font-size: 18px; font-weight: 400; outline: none; border: none; border-radius: 0; border-top-left-radius: 28px; border-bottom-left-radius: 28px; }

        .validate-form input[type="submit"] { background: #0fda75; color: #ffffff; font-size: 18px; font-weight: 600; outline: none; border-radius: 0px; border-top-right-radius: 28px; border-bottom-right-radius: 28px; padding: 0 20px; transition: all 0.2s ease-in-out; border: 1px solid transparent; height: 50px; line-height: 50px; }
            .validate-form input[type="submit"]:hover { opacity: 0.85; }

p.mark-form-label { width: 700px; margin: 10px auto; font-weight: 300; font-size: 14px; max-width: 100%; color: #fff; }
.mark-form { display: flex; justify-content: center; align-items: center; margin-block: 20px; }
    .mark-form input[type="text"] { width: 300px; height: 30px; padding: 0 10px; background: #f5f6fa; color: #888888; font-size: 14px; font-weight: 400; outline: none; border: none; border-radius: 0; border-top-left-radius: 28px; border-bottom-left-radius: 28px; }

    .mark-form input[type="submit"] { background: #0fda75; color: #fff; font-size: 14px; font-weight: 600; outline: none; border-radius: 0px; border-top-right-radius: 28px; border-bottom-right-radius: 28px; padding: 0 10px; transition: all 0.2s ease-in-out; border: 1px solid transparent; height: 30px; line-height: 30px; }
        .mark-form input[type="submit"]:hover { opacity: 0.85; }

    .validate-form__success { color: #fff; font-size: 2rem; }
        .validate-form__success svg { width: 50px; height: 50px; fill: #0fda75; vertical-align: middle; margin-right: 10px; }

    .validate-form__fail { color: #fff; font-size: 2rem; }
        .validate-form__fail svg { width: 50px; height: 50px; fill: #ff6b6b; vertical-align: middle; margin-right: 10px; }

    p.disclaimer { width: 700px; margin: 50px auto; font-weight: 300; font-size: 16px; max-width: 100%; color: #fff; }

    a.button-view { display: inline-block; text-decoration: none; transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; color: #0fda75; font-size: 18px; font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 400; -webkit-border-radius: 25px; -moz-border-radius: 25px; -o-border-radius: 25px; border-radius: 25px; padding: 10px 28px; margin: 0; background-color: #fff; border: 1px solid #fff; margin-top: 2rem; }
        a.button-view:hover { background: #0fda75; color: #fff; }

        a.button-view .la { margin-right: 10px; }

    @media (min-width: 768px) {
        #verify-section .top-block { padding: 165px 0 165px 0; }
        #verify-section .title-section h1 { font-size: 56px; }
        .validate-form__fail { font-size: 3rem; }
        .validate-form__success { font-size: 3rem; }
    }


/** Client counter */

.counter__container {
    background-color: #0fab5d;
    background-image: -webkit-gradient(linear, left top, right top, from(#19b065), to(#0fab5d));
    background-image: -webkit-linear-gradient(left, #19b065, #0fab5d);
    background-image: -o-linear-gradient(left, #19b065, #0fab5d);
    background-image: linear-gradient( 90deg, #19b065, #0fab5d);
}

.counter__content {
    display: block;
    padding: 40px 20px 40px 20px;
    text-align: center;
}

.counter__content.count-text {
    padding: 0;
    color: #909090;
    font-size: 14px;
    font-weight: 500;
}

.counter-title {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}

.counter,
.counter-text {
    color: #fff;
}

.counter,
.counter-text {
    font-size: 50px;
    font-weight: 600;
}

.counter-text {
    margin-left: 30px;
}

.count-subtitle {
    font-size: 28px;
    font-weight: 400;
    line-height: 1.2;
    padding-top: 10px;
    padding-bottom: 1.5rem;
    color: #fff;
}

.counter_business__container {
    border-right: 1px solid #fff;
}

@media (max-width: 1430px) {
    .counter,
    .counter-text {
        font-size: 40px;
    }
}


@media (max-width: 1199px) {
    .counter_business__container {
        border-right: none;
    }

    .counter_business {
        border-top: 1px solid #fff;
        padding-bottom: 1rem !important;
        margin-bottom: 0;
    }
}

@media (max-width: 1049px) {
    .counter-text {
        margin-left: 10px;
    }

    .count-subtitle {
        font-size: 30px;
    }

    .counter__content {
        padding: 20px 20px;
    }
}

@media (max-width: 991px) {
    .counter, .counter-text {
        font-size: 4vw;
    }
}

@media (max-width: 767px) {
    .count-subtitle {
        font-size: 3vw;
    }
}

@media (max-width: 650px) {
    .counter__content {
        padding: 20px;
    }

    .count-subtitle {
        padding-bottom: 0;
    }
}

/* Warning Status */

.warning-status__container {
    background-color: #F8D8D8;
    border: 1px solid #D83B01;
    padding: 3rem;
    display: flex;
}

.warning-status__container span {
    color: #444;
}

.warning-status__container i {
    font-size: 32px;
    padding-right: 1.5rem;
    color: #D83B01;
}

@media (max-width: 450px) {
    .warning-status__container {
        flex-direction: column;
    }

    .warning-status__container i {
        margin: 0 auto;
        font-size: 45px;
        padding-bottom: 1rem;
    }
}

.prdocut-contact__container {
    display: flex;
}

@media (min-width: 992px) and (max-width:  1199px) {
    .prdocut-contact__container a {
        font-size: 16px;
    }
}

@media (max-width: 518px) {
    .prdocut-contact__container {
        flex-direction: column;
    }

    .prdocut-contact__container a {
        margin: 0 1rem 2rem 1rem !important;
    }
}

/*Toast Notification */

.toast-notification { width: 500px; background: #3f51b5; position: fixed; bottom: 1rem; right: 1rem; z-index: 10000; border-radius: 10px; transition: .5s all ease-in-out; box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; display: none; justify-content: space-between; flex-direction: column; padding: 24px; }

.toast-notification button.close-notification { background: transparent; border: none; border-radius: 100px; width: 28px; height: 28px; display: flex; justify-content: center; align-items: center; line-height: 1; position: absolute; top: .5rem; right: .5rem; transition: .2s all ease-in-out; cursor: pointer; }
.toast-notification button.close-notification:hover { background: hsl(0deg 0% 100% / 20%); }
.toast-notification button.close-notification:focus { background: hsl(0deg 0% 100% / 50%); outline: none; }
.toast-notification button.close-notification svg { fill: #fff; width: 24px; height: 24px; }


.toast-notification.-voucher { background: url(../images/voucher/voucher-banner-bg.webp) no-repeat 0 50%; background-size: cover; border: 1px solid #fff; }

/*.toast-notification__content { height: 75px; overflow: hidden; } */
/*.toast-notification .extra-content { display: none; }*/    
.toast-notification:hover .extra-content { display: block; }

.toast-notification__content h2 { color: #fff; font-size: 1.5em; font-weight: 300; line-height: 1.4; }
.toast-notification__content p { color: #fff; font-size: 16px; display: block; margin-bottom: 20px; }

.toast-notification__footer .btn { font-size: 20px; }

.slide-in-bottom { -webkit-animation: slide-in-bottom .8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both; animation: slide-in-bottom .8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both; display: flex; animation-delay: 1s; }

.toast-notification[hidden] {
    display: none;
}

.btn-voucher {
    background: #1bbf6d;
    color: #fff;
    text-transform: none;
    font-size: 1em;
    border-radius: 8px;
    padding: 0.1em 2em 0.1em 2em;
}

.btn-voucher:hover {
    transition: all 0.1s ease-in-out;
    background: #169957;
    border-color: #169957;
    color: #fff;
}

strong.voucher {
    color: #1bbf6d;
    font-weight: 600;
}

@media (max-width: 990px) {
    .toast-notification { bottom: 4rem; }
}


@media (max-width: 800px) and (orientation: portrait) {
    .toast-notification { width: 100%; right: 0; bottom: 0; border-radius: 0; box-shadow: rgb(0 0 0 / 10%) 0px -5px 15px -3px; }
}

/**
 * ----------------------------------------
 * animation slide-in-bottom
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-bottom {
    0% { -webkit-transform: translateY(1000px); transform: translateY(1000px); opacity: 0; }
    100% { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; }
}

@keyframes slide-in-bottom {
    0% { -webkit-transform: translateY(1000px); transform: translateY(1000px); opacity: 0; }
    100% { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; }
}


.top-block-content__container {
   /* display: flex;
    height: 100%;*/
}

.bell-badge__container .top-block-content {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    margin-top: 10rem;
}

.bell-badge__container.bell-badge-home .top-block-content {
    margin-top: 0;
}

.bell-badge__icon svg {
    fill: #1bbf6d;
    width: 100px;
    height: auto;
    border: 3px dashed #1bbf6d;
    border-radius: 50%;
    margin-bottom: -7rem;
    z-index: 100;
    position: relative;
    background: white;
}

.bell-badge__text {
    width: 230px;
    height: 230px;
    text-align: center;
    font-size: 20px;
    /*background-color: #1bbf6d;*/
    line-height: 1.2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: -2rem;
    margin-top: 1.5rem;
    color: #fff;
    font-weight: 600;
    background-color: #fff;
    color: #1bbf6d;
    border: 3px solid #1bbf6d;
}

.bell-badge_homepage {
    position: absolute;
    bottom: 0;
    height: 100%;
    display: flex;
    width: 100%;
    justify-content: center;
}

.bell-badge_homepage .bell-badge__icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
}


@media (max-width: 1199px) {
    .bell-badge__container .top-block-content {
        margin-top: 0;
    }
}

@media (max-width: 991px) {
    .bell-badge__container.bell-badge-home .top-block-content {
        margin-top: 6rem;
    }
}

@media (max-width: 767px) {
    .bell-badge__container .top-block-content {
        margin-top: 3rem;
    }
}


/* Brand carousel */

.owl-brand-carousel__container {
    padding-bottom: 7rem;
}

.owl-brand-carousel__container .title-section {
    margin-bottom: 5rem;
}

#owl-brand-carousel:hover {
    cursor: grab;
}

#owl-brand-carousel .owl-wrapper {
    display: flex !important;
    align-items: center;
}

.owl-carousel:hover .owl-buttons {
    display: block;
}

.owl-item {
    text-align: center;
}

.owl-theme .owl-controls .owl-buttons div {
    background: transparent;
    color: #0fda75;
    font-size: 40px;
    margin: 0;
    padding: 0 60px;
    position: absolute;
    top: 0;
}

.owl-theme .owl-controls .owl-buttons div:hover {
    color: #0fda75b3;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: 0;
    padding-left: 20px;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
    right: 0;
    padding-right: 20px;
}

#owl-brand-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:after,
#owl-brand-carousel.owl-theme .owl-controls .owl-buttons .owl-next:after {
    content: none;
}

#owl-brand-carousel.owl-theme .owl-controls .owl-pagination .owl-page span {
    border-color: #0fda75;
}

#owl-brand-carousel.owl-theme .owl-controls.clickable .owl-page:hover span,
#owl-brand-carousel.owl-theme .owl-controls .owl-page.active span {
    background: #0fda75;
    border: 1px solid #0fda75;
}


.contact-mobile-button {
    display: none;
    color: #fff;
    align-items: center;
}

.contact-mobile-button button {
    margin-bottom: 1.5em;
    padding: 0.4em 2em 0.4em 2em;
}

.contact-mobile-button a {
    color: #fff;
    text-decoration: none;
}

@media only screen and (max-width: 990px) {
    .contact-mobile-button {
        display: flex;
        flex-direction: column;
    }

    .contact-desktop-button {
        display: none;
    }
}

.pda-main-banner {
    display: flex;
    justify-content: center;
}

@media only screen and (max-width: 990px) {
    .pda-main-banner img {
        width: 100%;
    }
}

#online-billing {
    margin: 3rem 0;
    padding: 0 3rem;
    border: 1px dashed #aaa;
    border-left: 2px solid rgb(15 218 117 / 75%);
}


@media only screen and (max-width: 1080px) {
    .owl-theme .owl-controls .owl-buttons div.owl-prev {
        margin-left: 0;
    }

    .owl-theme .owl-controls .owl-buttons div.owl-next {
        margin-right: 0;
    }
}


.usefulinfo-nav-pills__container li.active > a {
    background-color: #1bbf6d !important;
}

.usefulinfo-nav-pills__container li > a {
    color: #1bbf6d;
}

.image-main {
    justify-content: center;
    align-items: end;
}

.image-main .top-block-image {
    text-align: center;
}

.image-main .top-block-image .image-main-more {
    text-align: center;
}

.image-main .top-block-image .image-main-more a {
    margin-top: 15px;
    margin-right: 0 !important;
    padding: 6px 30px;
    font-size: 16px;
}

section#home-section div.top-block2 .image-main .top-block-image {
    display: block;
}

@media only screen and (max-width: 1399px) {
    .image-main .top-block-image {
        width: 100%;
    }
}

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

    .image-main {
        margin-top: 3rem;
    }

    .image-main .top-block-image {
        margin: 0 !important;
    }
}