﻿
* {
    cursor: default;
    box-sizing: border-box;
    -ms-overflow-style: none;
    scrollbar-width: none;
    scrollbar-width: 0;
}

    *::-webkit-scrollbar {
        display: none;
    }

a,
a > *,
a:visited {
    text-decoration: none;
    cursor: pointer;
    color: inherit;
}

    a.link,
    a.link > *,
    a.link:visited {
        color: #FF5733;
    }

    a.btn-more,
    a.btn-more > *,
    a.btn-more:visited {
        color: #FF5733;
    }

html,
body {
    margin: 0;
    padding: 0;
    background-color: #fff;
    height: 100%;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #677289;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0;
    min-width: 320px;
    min-height: 100%;
    position: relative;
    top: 0;
    left: 0;
    box-sizing: border-box;
    text-align: center;
    transition: all ease-in-out .3s;
    overflow-x:hidden;
    overflow-y:scroll;
}

h3,
h4 {
    font-family: 'Open Sans', sans-serif;
    box-sizing: border-box;
    color: #5e6fb5;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0;
    margin: 0;
}

h1,
h2 {
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    color: #212529;
    padding: 0;
    margin: 0;
}

h1 {
    font-size: 30px;
    line-height: normal;
}

h2 {
    font-size: 20px;
    line-height: normal;
}

h3 {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 2.24px;
}

h4 {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 2px;
}

.grecaptcha-badge {
    display: none;
}

.imgbg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.panel {
    width: 100%;
    border-bottom: solid 1px #5e6fb533;
    display: inline-block;
    box-sizing: border-box;
    z-index: 5;
    position: relative;
    text-align: left;
}

    .panel .shortcuts {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-end;
        align-items: center;
    }

        .panel .shortcuts > * {
            margin-left: 20px;
        }

        .panel .shortcuts .langbtn {
            display: flex;
            flex-direction: column;
            flex-wrap: nowrap;
            justify-content: flex-start;
            align-items: stretch;
        }

            .panel .shortcuts .langbtn.open > * {
                margin-top: 5px;
                margin-bottom: 5px;
            }

    .panel .info {
        width: 100%;
        height: 38px;
        box-sizing: border-box;
        background-color: #1f243d;
        color: #cbd0e3;
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        font-weight: 400;
        padding: 0 30px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: space-between;
        align-items: center;
    }

        .panel .info a,
        .panel .info a:visited {
            color: #cbd0e3;
        }

        .panel .info > div {
            box-sizing: border-box;
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            align-content: center;
            justify-content: space-between;
            align-items: center;
        }

        .panel .info .link:hover {
            color: #ee6196 !important;
        }

a:hover {
    color: #ee6196 !important;
}

a {
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
}

.panel .menu {
    width: 100%;
    height: 107px;
    box-sizing: border-box;
    color: #212529;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

    .panel .menu .logo img {
        height: 40px;
    }

    .panel .menu .mspartner img {
        max-height: 40px;
    }

    .panel .menu .logo-b {
        display: none;
    }

.menubg {
    display: none;
}

.panel .menu .options {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

    .panel .menu .options > * {
        display: block;
        padding: 43.2px 0;
        margin: 0 10px;
        border-bottom: solid 3px transparent;
        cursor: pointer;
    }

        .panel .menu .options > *.active,
        .panel .menu .options > *:hover {
            border-bottom-color: #5e6fb5;
            color: #5e6fb5;
        }

.link {
    cursor: pointer;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

i {
    top: 1px;
    position: relative;
    font-size: 15px;
}

.icon i {
    margin-left: 10px;
    margin-right: 10px;
}

.icon-text i {
    margin-right: 10px;
}

.text-icon i {
    margin-left: 10px;
}

.icon-text-icon i {
    margin-left: 10px;
    margin-right: 10px;
}

.separator {
    margin: 0 20px 0 20px;
    padding: 0;
    background-color: #FFFFFF40;
    width: 1px;
    display: inline-block;
    height: 20px;
}

.btn {
    background-color: #5e6fb5;
    border-color: #5e6fb5;
    color: #fff !important;
    font-weight: bold;
    padding: 10px 12px;
    font-size: .75rem;
    line-height: 1.5;
    border-radius: 10px;
    border: 1px solid transparent;
    text-transform: uppercase;
    letter-spacing: 0;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    transition: color .4s ease, background-color .4s ease, border-color .4s ease, box-shadow .4s ease;
    box-shadow: none;
    text-decoration: none;
    display: inline-block;
    fill: #fff;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
}

    .btn > * {
        cursor: pointer;
    }

    .btn:hover {
        color: #fff !important;
        background-color: #8e9fe5;
    }

.linkpost {
    font-size: 12px;
    position: relative;
    display: inline-block;
    padding: 3px 6px;
    border: solid 1px #ccc;
    margin: 0 6px;
}

.footer {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #1e243d;
    background-image: url(/public/images/h1-footer-bg.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    color: #cbd0e3;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    z-index: 8;
    text-align: left;
}

    .footer .center {
        overflow: hidden;
        max-width: 1300px;
        padding:0;
    }

    .footer a,
    .footer a:hover,
    .footer a:visited,
    .footer a:active {
        color: #cbd0e3aa;
    }

    .footer .footer-top {
        position: relative;
        bottom: 0;
        left: 0;
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        line-height: 22px;
        font-weight: 300;
        padding: 32px 0 32px 0;
    }

    .footer .footer-bottom {
        position: relative;
        bottom: 0;
        left: 0;
        text-align: center;
        font-size: 13px;
        color: #cbd0e3;
        font-family: 'Open Sans', sans-serif;
        line-height: 24px;
        font-weight: 300;
        border-top: solid 2px #FFFFFF10;
        padding: 30px 20px;
    }

    .footer .footer-top h5 {
        font-size: 16px;
        padding: 0;
        margin: 0;
        color: #fff;
        font-weight: 400;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .footer .logo {
        position: relative;
        bottom: 0;
        left: 0;
        height: auto;
        width: 300px;
        padding-top: 16px;
        padding-bottom:10px;
    }

    .footer .social-logo {
        width: 27px;
        height: 27px;
        margin: 3px;
    }

    .footer .logo i {
        padding: 0 15px;
        font-size: 20px;
    }

    .footer .logo img {
        width: 140px;
    }

    .footer .fb-like {
        padding-top: 20px;
        display: inline-block;
        zoom: 1.1;
    }

.center {
    position: relative;
    top: 0;
    left: 50%;
    width: 100%;
    max-width: 1760px;
    transform: translateX(-50%);
    box-sizing: border-box;
    padding: 0 40px;
}

.centerAlign {
    text-align: center;
    margin: auto;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding: 0 26px;
    width: -moz-fit-content;
    width: fit-content;
}

    .centerAlign > * {
        text-align: left;
    }

.display {
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    position: relative;
    color: #475269;
    z-index: 2;
    margin: auto;
    text-align: left;
    background-color: #EFF6FF;
}

.slim-banner .display {
    top: 90px;
}

    .slim-banner .display .title h3 {
        font-size: 30px;
        font-weight: 500;
        color: #fff;
        text-shadow: rgb(255, 246, 230) -0.03em 0.03em, rgb(231, 220, 215) -0.08em 0.08em;
    }

.list-h {
    box-sizing: border-box;
}

    .list-h .separator {
        position: relative;
        top: 4px;
    }

.center {
    text-align: center;
}

.lang-opt {
    display: none;
}

    .lang-opt img {
        position: relative;
        top: 1px;
        height: 12px;
    }

.open .lang-opt {
    display: block;
}

.lang-opt.selected {
    display: block;
}

.logo-b i {
    color: #f2f5f6;
    font-size: 20px;
    top: -10px;
    margin-left: 15px;
    margin-right: 16px;
}

.imgbanner {
    position: absolute;
    z-index: 2;
    box-shadow: 0 4px 2px -2px rgba(0,0,0,.5);
    top: 108px;
}

.customers-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: stretch;
}

    .customers-list > img {
        width: 100%;
        max-width: 160px;
        max-width: 160px;
    }

.service-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: stretch;
}

.service {
    width: calc(100% - 40px);
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    padding: 20px;
    box-shadow: #0000003d 0px 3px 8px;
    border-radius: 5px;
    background-color: #fff;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}

    .service img {
        position: relative;
        box-sizing: border-box;
        width: 256px;
        max-width: 256px;
    }

    .service > div {
        max-width: calc(100% - 256px);
    }

    .service h3 {
        position: relative;
        box-sizing: border-box;
        padding: 0 40px;
    }


    .service p {
        position: relative;
        box-sizing: border-box;
        width: 100%;
        padding: 0 40px;
    }

    .service.mini {
        width: calc(320px);
        text-align: center;
        margin: 10px;
    }

    .service .btn-more {
        position: absolute;
        bottom: 10px;
        right: 20px;
    }

.servicehome {
    width: calc(100% - 40px);
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    padding: 20px;
    box-shadow: #0000003d 0px 3px 8px;
    border-radius: 5px;
    background-color: #fff;
    margin-bottom: 20px;
    display: inline-block;
}

    .servicehome img {
        position: relative;
        box-sizing: border-box;
        width: 256px;
        max-width: 256px;
    }

    .servicehome > div {
        max-width: calc(100% - 256px);
    }

    .servicehome h3 {
        position: relative;
        box-sizing: border-box;
        padding: 0 10px;
        margin: 0;
    }

    .servicehome h5 {
        margin: 10px 0 20px 0;
    }


    .servicehome p {
        position: relative;
        box-sizing: border-box;
        width: 100%;
        padding: 0 40px;
    }

    .servicehome.mini {
        width: calc(320px);
        text-align: center;
        margin: 10px;
    }

    .servicehome .btn-more {
        position: absolute;
        bottom: 10px;
        right: 20px;
    }

.banners {
    position: relative;
    display: grid;
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
    margin-top: 0;
    grid-template-columns: 1fr;
    align-content: center;
    justify-content: center;
    align-items: start;
    justify-items: stretch;
    text-align: center;
}

.banner {
    position: relative;
    display: flex;
    box-sizing: border-box;
    z-index: 3;
    opacity: 0;
    transition: all ease-in-out .3s;
    width: 100%;
    max-width: 1300px;
    margin: auto;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: stretch;
    justify-content: center;
    align-items: center;
    grid-row-start: 1;
    grid-column-start: 1;
}

    .banner.active {
        opacity: 1;
        z-index: 4;
    }

    .banner > * {
        position: relative;
        display: block;
        box-sizing: border-box;
        width: 50%;
        float: left;
        padding: 20px;
    }

    .banner .image img {
        max-width: 100%;
        max-height: 100%;
    }

    .banner .image {
        text-align: center;
    }

    .banner h3 {
        margin-top: 16%;
        margin-bottom: 5%;
        font-size: 20px;
        font-weight: 300;
    }

    .banner p {
        margin-top: 5%;
        font-size: 18px;
        line-height: 26px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        color: #677289;
        letter-spacing: 0;
        text-align: left;
    }

    .banner .desc {
        text-align: right;
    }

    .banner p {
        text-align: right;
    }

i {
    position: relative;
    top: 5px;
}

.green {
    color: #00af50;
}

.banner-channel {
    position: absolute;
    top: 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    z-index: 5;
    left: 50%;
    transform: translateX(-50%);
}

    .banner-channel > * {
        position: relative;
        top: 0;
        left: 0;
        box-sizing: border-box;
        border-radius: 10px;
        background-color: #fff;
        border: solid 2px #5e6fb5aa;
        width: 20px;
        height: 20px;
        margin: 4px;
        cursor: pointer;
    }

        .banner-channel > *.selected {
            background-color: #5e6fb5;
        }

.worldbanner {
    background-image: url(/public/images/h2-map.png);
    text-align: center;
    background-color: #f2f5f6;
    width: 100%;
    box-sizing: border-box;
    padding: 30px 0;
}

    .worldbanner p {
        padding: 10px 50px;
    }

.contact-wha {
    display: block;
    margin: 0 10px;
    position: fixed;
    width: 320px;
}

.btn-contact-wha {
    position: relative;
    text-align: center;
    background-color: #00943B;
    color: #fff;
    font-weight: bold;
    padding: 6px 10px;
    display: block;
}

.img-contact-wha {
    position: relative;
    text-align: center;
    margin-bottom: 0 !important;
    display: block;
    width: 100%;
}

.title {
    position: relative;
    box-sizing: border-box;
    padding: 50px 40px 0 40px;
    max-width: 1300px;
    margin: auto;
}

    .title h3 {
        font-size: 20px;
        font-weight: 300;
    }

.content {
    position: relative;
    box-sizing: border-box;
    padding: 40px;
    max-width: 1300px;
    margin: auto;
}

.desc .btn {
    margin-bottom: 30px;
}

.roadmap {
    display: block;
    list-style: none;
    padding-bottom: 30px;
    overflow: hidden;
}

    .roadmap li {
        padding-bottom: 30px;
    }

        .roadmap li span:first-child {
            font-weight: 600;
            width: 60px;
            display: block;
            float: left;
            font-family: 'Courier New', Courier, monospace;
        }

        .roadmap li span:last-child {
            display: block;
            float: left;
            width: calc(100% - 60px);
        }

.bt {
    border-top: solid 1px #5e6fb533;
}
.gray {
    background-color: #F1F5F9;
}
.white {
    background-color: #FFFFFF;
}

p {
    display: inline-block;
}

.galeria-post {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: stretch;
}

    .galeria-post > * {
        width: 320px;
        height: 210px;
        border: solid 1px #ccc;
        text-align: center;
        padding-top: 10px;
        overflow: hidden;
        margin: 10px;
    }

    .galeria-post img {
        max-width: 320px;
        max-height: 160px;
        text-align: center;
    }

.join {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: stretch;
    justify-content: flex-start;
    align-items: stretch;
}

.invoice form {
    width: 100%;
    max-width: 520px;
    margin: auto;
}

.note.note-danger {
    padding: 6px 10px;
    color: #ffdbdb;
    background-color: #cf0000;
    border: #510c0c;
}

form {
    display: block;
    margin: 0 auto;
    padding: 20px;
}

    form div {
        margin-bottom: 15px;
    }

    form label {
        display: block;
        margin-bottom: 5px;
        font-size: 1em;
        font-weight: bold;
        color: #333;
    }

    form input[type="text"],
    form input[type="tel"],
    form input[type="email"],
    form textarea {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 4px;
        font-size: 0.9em;
        color: #333;
    }

    form textarea {
        height: 150px;
        min-height: 150px;
        max-height: 150px;
    }

    form select {
        width: 100%;
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 4px;
        font-size: 0.9em;
        color: #333;
    }

    form input[type="submit"] {
        display: block;
        width: 100%;
        padding: 10px;
        border: none;
        border-radius: 4px;
        color: #fff;
        background-color: #007BFF;
        cursor: pointer;
        font-size: 1em;
        transition: background-color 0.3s ease;
    }

        form input[type="submit"]:hover {
            background-color: #0056b3;
        }

.join > * {
    width: auto !important;
    max-width: auto !important;
    min-width: auto !important;
}

.contact {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: stretch;
    text-align: justify;
}

    .contact > .form {
        padding: 20px;
        margin: 0;
    }

    .contact > p {
        padding: 0 40px 0 0;
        margin: 0;
    }

#btn_menu,
#btn_portal_menu {
    display: none;
}

.split {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: stretch;
}

.panel-left {
    max-width: calc(100% - 340px);
    overflow: hidden;
}

.panel-right {
    width: 380px;
}

.post-images > img {
    display: block;
    max-width: 340px;
    margin: 0 10px 10px 10px;
}

.list-posts {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

    .list-posts > div {
        position: relative;
        background-color: #cccccccc;
        margin: 10px;
        width: 380px;
        height: 280px;
        overflow: hidden;
    }

    .list-posts img {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }

    .list-posts span {
        display: block;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 1;
        z-index: 2;
        text-align: center;
        padding: 16px;
        background-color: #1f243d;
        color: #fff;
    }

.list-posts-mini {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

    .list-posts-mini > div {
        position: relative;
        background-color: #cccccccc;
        margin: 10px;
        width: 200px;
        height: 100px;
        overflow: hidden;
    }

    .list-posts-mini img {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }

    .list-posts-mini span {
        display: block;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 1;
        z-index: 2;
        text-align: center;
        padding: 4px 6px;
        background-color: #1f243d;
        color: #fff;
        text-overflow: ellipsis;
        text-wrap: nowrap;
        font-size:14px;
    }

#chatbox {
    background: url(/public/images/chat-bot-back.png) no-repeat top left;
    width: 460px;
    height: 818px;
    margin: 20px auto;
    border: solid 1px #ccc;
    display: inline-block;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    overflow-x: hidden;
    overflow-y: scroll;
}

#messages {
    padding: 10px;
    min-height: 740px;
    max-height: 740px;
    height: 740px;
    overflow: hidden;
    overflow-y: scroll;
    margin-bottom: 10px;
}

    #messages::-webkit-scrollbar {
        width: 10px;
        display: block;
        position: absolute;
    }

    #messages::-webkit-scrollbar-track {
        background-color: #F0F0F0;
        border-radius: 10px;
    }

    #messages::-webkit-scrollbar-thumb {
        background-color: #BEBEBE;
        border-radius: 10px;
    }

        #messages::-webkit-scrollbar-thumb:hover {
            background-color: #9E9E9E;
        }

.chat-me,
.chat-bot {
    margin: 10px;
    padding: 10px;
    padding-top: 20px;
    border-radius: 10px;
    clear: both;
    text-align: left;
    position: relative;
    top: 0;
}

.chat-me {
    background-color: #DCF8C6;
    align-self: flex-end;
    width: fit-content;
    max-width: 80%;
    margin-left: auto;
    margin-right: 10px;
}

.chat-bot {
    background-color: #F0F0F0;
    width: fit-content;
    max-width: 80%;
    margin-right: auto;
    margin-left: 10px;
}

.chat-me small {
    position: absolute;
    top: 4px;
    left: 10px;
    color: #00A9FF;
}

.chat-bot small {
    position: absolute;
    top: 4px;
    left: 10px;
    color: #00A9FF;
}

.chat-panel {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
}

#userInput {
    width: 80%;
    padding: 10px;
    border: none;
    border-radius: 5px;
    margin: 0;
}

    #userInput:focus {
        outline: none;
    }

button {
    background-color: #09D261;
    color: white;
    padding: 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

    button:hover {
        background-color: #06B04C;
    }



.pricing-table {
    background-color: #fff;
    width: 100%;
    margin: 20px auto;
    border-collapse: collapse;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

    .pricing-table td {
        padding: 12px 15px;
        border: 1px solid #ddd;
        text-align: center;
    }

    .pricing-table th {
        border: none;
        text-align: center;
        padding: 20px 0;
    }

    .pricing-table h3, .pricing-table p {
        margin: 0;
        padding: 0;
    }

    .pricing-table tr:nth-child(even) {
        background-color: #f3f3f3;
    }

    .pricing-table tr:hover {
        background-color: #f1f1f1;
    }

    .pricing-table td {
        color: #555;
    }

        .pricing-table td:first-child {
            text-align: left;
            font-weight: bold;
        }

    .pricing-table .plan {
        padding: 20px;
        background-color: #ffffff;
        border-radius: 8px;
        width: 90%;
        margin: 10px;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    }

        .pricing-table .plan h3 {
            margin-top: 0;
            color: #009879;
        }

        .pricing-table .plan .price {
            font-size: 24px;
            color: #333;
            margin: 10px 0;
        }

        .pricing-table .plan ul {
            list-style: none;
            padding: 0;
        }

            .pricing-table .plan ul li {
                padding: 10px 0;
                border-top: 1px solid #eee;
                color: #777;
            }

                .pricing-table .plan ul li:first-child {
                    border-top: none;
                }

    .pricing-table button {
        background-color: #009879;
        color: #ffffff;
        border: none;
        padding: 10px 20px;
        text-transform: uppercase;
        font-size: 14px;
        cursor: pointer;
        border-radius: 4px;
        transition: background-color 0.3s ease;
    }

        .pricing-table button:hover {
            background-color: #007d63;
        }



.hide-on-no-menu {
    display: none !important;
}

.hide-on-menu {
    display: block;
}


.pagination {
    display: flex;
    justify-content: center;
    list-style-type: none;
    padding: 0;
}

    .pagination li {
        margin: 0 5px;
    }

    .pagination a {
        text-decoration: none;
        color: #5e6fb5;
        padding: 5px 10px;
        border: 1px solid #5e6fb5;
        border-radius: 5px;
    }

        .pagination a:hover {
            background-color: #5e6fb5;
            color: #fff !important;
        }

    .pagination .active a {
        background-color: #5e6fb5;
        color: #fff !important;
        pointer-events: none;
    }








@media (max-width: 1000px) {


    .menu-open .hide-on-no-menu {
        display: block !important;
    }

    .menu-open .hide-on-menu {
        display: none;
    }


    #btn_menu,
    #btn_portal_menu {
        display: inline-block;
    }

    #btn_portal {
        display: none;
    }

    .panel .menu .options {
        display: none;
    }

    .menu-open .footer {
        z-index: 3;
    }

    .menu-open .menubg {
        display: block;
        background-color: #000000aa;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        z-index: 3;
    }

    .menu-open .panel .menu .options {
        top: 0;
        left: 0;
        position: fixed;
        background-color: #1f243dfa;
        color: #cbd0e3;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: flex-start;
        justify-content: flex-start;
        align-items: flex-start;
        z-index: 5;
        width: 50%;
        min-width: 420px;
        font-size: 20px;
        padding-left: 80px;
        padding-top: 20px;
        box-sizing: border-box;
        height: 100%;
        overflow-y: scroll;
    }

        .menu-open .panel .menu .options > * {
            display: block;
            padding: 10px 14px 10px 14px;
            margin-bottom: 10px;
            cursor: pointer;
            width: 92%;
        }

    .menu-open .panel .menu .logo-b {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 6;
        transform: rotateZ(270deg) translateX(-200px) translateY(-200px);
        border-bottom: solid 3px #5e6fb5;
        padding-right: 12px;
        padding-top: 25px;
        width: 460px;
        height: -moz-fit-content;
        height: fit-content;
        text-align: right;
    }

        .menu-open .panel .menu .logo-b img {
            height: 40px;
        }
}

@media (max-width: 860px) {

    .banner {
        flex-direction: column-reverse;
        flex-wrap: nowrap;
        align-content: stretch;
        justify-content: center;
        align-items: center;
    }

        .banner > * {
            width: 80%;
            float: none;
        }

        .banner h3 {
            margin-top: 0;
        }

        .banner .image {
            width: 50%;
            margin-top: 30px;
        }
}

@media (max-width: 780px) {
    .contact-wha {
        position:relative;
        display:inline-block;
    }
    .split {
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: nowrap;
    }
    .panel-left {
        max-width: 100%;
    }
}

@media (max-width: 720px) {

    .panel .minw720 {
        display: none;
    }

    .service {
        flex-direction: column;
        align-content: center;
        align-items: center;
        flex-wrap: nowrap;
    }

        .service > div {
            max-width: 100%;
        }

        .service h3 {
            margin-top: 20px;
            text-align: center;
        }

        .service p {
            text-align: justify;
        }


    .contact {
        display: block;
    }

    form {
        max-width: 100%;
        width: 100%;
    }

    .join > * {
        width: 100% !important;
    }
}

@media (max-width: 460px) {

    html {
        zoom: .9;
    }

    .panel .minw460 {
        display: none;
    }

    .service p {
        padding: 0;
    }

    .footer .fb-like {
        zoom: 1.3;
    }
}


@media (max-width: 420px) {

    html {
        zoom: .8;
    }

    .menu-open .panel .menu .options {
        width: 100%;
    }


}

@media (max-width: 370px) {

    html {
        zoom: .7;
    }

    .panel {
        padding: 20px 0;
    }

        .panel .menu {
            display: flex;
            flex-direction: column;
        }

    .footer .fb-like {
        zoom: 1.5;
    }
}

@media (max-width: 280px) {
    .centerAlign > * {
        text-align: center;
    }
}
