﻿::selection {
    color: #fff;
    background: #002242;
}

::-moz-selection {
    color: #fff;
    background: #002242;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #555555;
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    color: #333;
    padding: 0;
    margin: 0;
}

.btn {
    border: 0;
    border-radius: 0;
}

a {
    text-decoration: none;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

    a:focus,
    a:hover {
        text-decoration: none;
        outline: none;
    }

p {
    font-size: 17px;
    line-height: 20px;
    color: #424242;
    font-weight: 400;
}

button:focus {
    outline: none !important;
}

.form-control:focus {
    box-shadow: none;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

/* Header */
.main-wrapper {
    background-image: url(../images/products/waves.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
    min-height: 100vh;
    position: relative;
}
/* Header */
.topbar {
    background: #fff;
}

    .topbar .container {
        justify-content: flex-start;
    }

.navbar-brand {
    min-width: 45%;
    margin-right: 5%;
}

.navbar-nav li {
    margin-right: 40px;
}

    .navbar-nav li a {
        font-size: 21px;
        font-weight: 500;
        line-height: 1.2;
        color: #000;
        position: relative;
    }

        .navbar-nav li a:before {
            position: absolute;
            content: '';
            left: 0;
            bottom: -5px;
            width: 0;
            background: #1c76b9;
            height: 3px;
        }

        .navbar-nav li a:hover, .navbar-nav li a.active {
            color: #000;
            text-decoration: none;
        }

        .navbar-nav li a.active {
            font-weight: 700;
        }

            .navbar-nav li a.active::before {
                width: 100%;
            }

    .navbar-nav li:last-child {
        margin-right: 0;
    }

.navbar-brand img {
    width: 100%;
}

/* Body Content */
.body-content {
    position: relative;
}

.body-row {
    display: flex;
    justify-content: space-between;
}

.login-col {
    width: 45%;
    margin-top: 8%;
}

.login-content h2 {
    font-size: 2vw;
    display: inline-block;
    border-bottom: 4px solid #1c76b9;
    margin-bottom: 25px;
}

.login-navitem a {
    font-size: 18px;
    line-height: 1.2;
    color: #fff;
    display: block;
    background: #4e94c8;
    border: 2px solid #1d527a;
    border-radius: 8px;
    padding: 18px 15px 18px 60px;
    margin-bottom: 15px;
    position: relative;
}

    .login-navitem a img {
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
        width: 28px;
    }

    .login-navitem a:hover {
        background: #1c76b9;
        border-color: #0052ab;
    }

.login-content h3 {
    font-size: 1.25vw;
    font-weight: 600;
}

    .login-content h3 a {
        font-weight: 600;
        color: #4169e1;
    }

        .login-content h3 a:hover {
            text-decoration: underline;
        }

.body-side-img {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    max-width: 950px;
}

.body-side-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.body-left-side, .body-right-side {
    width: 30%;
}

    .body-left-side .circle-wrap:first-child, .body-right-side .circle-wrap:first-child {
        margin-top: 120px;
    }

    .body-left-side .circle-wrap:last-child, .body-right-side .circle-wrap:last-child {
        margin-bottom: 0;
    }

    .body-left-side .circle-wrap, .body-right-side .circle-wrap {
        margin-bottom: 60px;
    }

.body-middle-side {
    width: 40%;
    text-align: center;
}

    .body-middle-side img {
        max-width: 100%;
        display: inline-block;
    }

.circle-wrap {
    text-align: center;
    margin-bottom: 25px;
}

.circle-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
    width: 150px;
    height: 150px;
    background: #2378b7;
    box-shadow: 0 5px 10px rgba(0,0,0,.75);
    border-radius: 100%;
}

    .circle-box img {
        max-width: 50%;
    }

.circle-wrap h4 {
    font-size: 19px;
    color: #000;
    font-weight: 500;
}

    .circle-wrap h4 span {
        display: block;
    }

    .circle-wrap h4 a {
        color: #000;
    }

        .circle-wrap h4 a:hover {
            text-decoration: underline;
        }
/* Help Line */
.help-line {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 15px;
    z-index: 1;
    text-align: center;
}

    .help-line h3 {
        font-size: 1.5vw;
        font-weight: 500;
        color: #fff;
        margin: 0 0 15px;
    }

    .help-line h4 {
        font-size: 1vw;
        font-weight: 500;
        color: #fff;
    }

        .help-line h4 a {
            color: #fff;
        }

            .help-line h4 a:hover {
                text-decoration: underline;
            }

/* App Info */
.app-info {
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 2;
}

    .app-info a {
        display: block;
        margin-top: 5px;
    }

    .app-info img {
        width: 10vw;
    }

/* Product Page */
.btn {
    border: 1px solid #1d96fc;
    min-width: 190px;
    border-radius: 15px;
    font-size: 20px;
    font-weight: 500;
    padding: 12px 15px;
}

.btn-primary {
    background: #1d96fc;
    color: #fff;
}

.btn-secondary {
    background: #fff;
    border: 2px solid #1d96fc;
    color: #1d96fc;
}

    .btn-secondary:hover {
        background: #1d96fc;
        border: 2px solid #1d96fc;
        color: #fff;
    }

.product-banner-section {
    padding: 60px 0 0;
}

.product-banner-content h1 {
    font-size: 3.2rem;
    font-weight: 700;
    color: #222b45;
}

    .product-banner-content h1 span {
        color: #1a76b9;
    }

.mgo-block-section {
    text-align: center;
}

    .mgo-block-section img {
        max-width: 100%;
        margin-bottom: 25px;
    }

.product-row-list {
    border-top: 2px solid #cccccc;
    margin-top: 60px;
}

    .product-row-list h2, .contact-row h2 {
        font-size: 2.5rem;
        font-weight: 700;
        color: #666;
        text-align: center;
        padding: 25px 0;
    }

.product-col {
    position: relative;
    height: 100%;
    padding-bottom: 150px;
    margin-bottom: 20px;
}

.product-box {
    border: 1px solid #cccccc;
    border-radius: 8px;
    height: 100%;
    padding: 15px;
    text-align: center;
}

    .product-box img {
        display: inline-block;
        border-radius: 25px;
        width: 150px;
        margin: 15px 0 25px;
    }

    .product-box h4 {
        font-size: 1.4rem;
        font-weight: 700;
        line-height: 1.2;
        color: #000;
        margin-bottom: 15px;
    }

    .product-box p {
        line-height: 26px;
        color: #666;
    }

.product-action {
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 130px;
}

    .product-action button + button {
        margin-top: 15px;
    }

.contact-row {
    border-top: 2px solid #cccccc;
}

    .contact-row .form-control {
        background: #ededed;
        border: none;
        padding: 25px 15px;
    }

    .contact-row p {
        font-size: 18px;
        line-height: 26px;
        font-weight: 500;
    }

.label-field {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.bottom-inner-height {
    height: 450px;
}

.community-row {
    margin-top: -80px;
}

.assets-row {
    margin-top: 0px;
}

.modal-dialog.video-modal {
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
}

.video-content {
    position: relative;
    background: #000;
    border-radius: 0;
    height: 80vh;
}

    .video-content video {
        width: 100%;
        height: 100%;
    }

.close.modal-close {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #f00;
    border: none;
    padding: 0;
    position: absolute;
    right: -20px;
    top: -20px;
    z-index: 8;
    text-shadow: none;
    color: #fff;
    opacity: 1 !important;
    font-size: 2.2rem;
    font-weight: 400;
}

.modal-dialog.pdf-modal {
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
}

.pdf-content {
    position: relative;
    background: #000;
    border-radius: 0;
    height: 80vh;
}

    .pdf-content iframe {
        width: 100%;
        height: 100%;
    }

@media screen and (max-width: 1400px) {
    .circle-box {
        width: 90px;
        height: 90px;
    }

    .mobile-silde-img img {
        max-width: 80%;
    }

    .login-col {
        margin-top: 3%;
    }

    .body-left-side .circle-wrap:first-child, .body-right-side .circle-wrap:first-child {
        margin-top: 25px;
    }

    .body-left-side .circle-wrap, .body-right-side .circle-wrap {
        margin-bottom: 30px;
    }

    .body-side-img {
        top: -15px;
    }

    .circle-wrap h4 {
        font-size: 15px;
    }

    .circle-box {
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 767px) {
    .login-col {
        width: 100%;
    }

    .login-content h3 {
        font-size: 20px;
    }

    .body-side-img {
        width: 100%;
        max-width: 540px;
        margin: 0 auto;
        padding: 0 15px;
        top: 0;
        position: relative;
    }

    .body-left-side, .body-right-side, .body-middle-side {
        width: 100%;
    }

    .circle-wrap {
        text-align: left;
    }

    .circle-box {
        margin: 0;
    }

    .circle-box {
        width: 50px;
        height: 50px;
    }

    .circle-wrap {
        margin: 0 0 20px !important;
        display: flex;
        align-items: center;
    }

        .circle-wrap h4 {
            margin-left: 20px;
        }

    .body-side-row {
        padding-top: 30px;
    }

    .mobile-silde-img {
        display: none;
    }

    .circle-wrap h4 span {
        display: inline-block;
    }

    .login-content h2 {
        font-size: 24px;
    }

    .app-info {
        position: relative;
        right: 0;
        bottom: 0;
        display: flex;
        justify-content: center;
        padding-bottom: 10px;
    }

        .app-info img {
            width: 100px;
            margin: 0 10px;
        }

    .help-line {
        position: relative;
        left: 0;
        transform: translateX(-0%);
        bottom: 2px;
        text-align: center;
        padding-bottom: 10px;
    }

        .help-line h3 {
            font-size: 15px;
            margin-bottom: 5px;
        }

        .help-line h4 {
            font-size: 12px;
        }

    .navbar-toggler {
        position: absolute;
        right: 15px;
        top: 12px;
        padding: 0;
    }

        .navbar-toggler span {
            display: block;
            width: 32px;
            height: 3px;
            background: #000;
            margin-bottom: 5px;
        }

    .navbar-brand img {
        width: 260px;
    }

    .product-box img {
        width: 80px;
        border-radius: 15px;
    }

    .product-row-list h2, .contact-row h2 {
        font-size: 1.5rem;
        padding: 15px 0;
    }

    .contact-row p {
        font-size: 15px;
    }

    .bottom-inner-height {
        height: 100px;
    }

    .product-box h4 {
        font-size: 1.2rem;
    }

    .btn {
        min-width: 160px;
        font-size: 15px;
        padding: 8px 15px;
    }

    .product-banner-section {
        padding: 30px 0 0;
    }

    .product-banner-content h1 {
        font-size: 2rem;
        margin-bottom: 15px;
    }

    .product-row-list {
        margin-top: 30px;
    }

    .product-action button {
        display: block;
        margin: 0 auto;
    }

    .product-col {
        height: auto;
        padding-bottom: 0;
    }

    .product-action {
        position: relative;
        min-height: auto;
        padding-top: 15px;
    }

    .navbar-collapse {
        background: #fff;
        width: 100%;
        position: absolute;
        z-index: 2;
        left: 0;
        top: 50px;
        box-shadow: 0 4px 2px -2px #ccc;
    }

    .header-menu {
        width: 100%;
    }

    .navbar-nav {
        margin-top: 10px;
    }

        .navbar-nav li {
            text-align: center;
            margin-right: 0;
            margin-bottom: 10px;
        }
}
.error {
    display: none;
    margin-left: 10px;
}

.error_show {
    color: red;
    margin-left: 10px;
}
