﻿@import url('../fonts/stylesheet.css');


* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html, body, input, select, button {
    font-family: 'Microsoft JhengHei';
    font-weight: normal;
    color: #000;
    outline: none;
}


img {
    display: block;
}

html, body, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

header, footer, section {
    width: 100%;
    clear: both;
    height: auto;
}

body {
    background: #fff;
}

img {
    border: 0;
    max-width: 100%;
}

.container {
    max-width: 1440px;
    margin: 0 auto;
    clear: both;
}

.maindiv {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}

header {
    background-color: #fff;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

    header.fixed {
        position: fixed;
        z-index: 9;
        left: 0;
        top: 0;
        z-index: 100;
    }

.head_rows {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
}

    .head_rows .head_left_col {
        display: flex;
        flex-direction: column;
        margin-left: 2%;
        vertical-align: middle;
        margin-top: 0px;
        padding: 0px;
    }

    .head_rows .head_right_col {
        display: flex;
        color: #000;
        float: right;
        margin-right: 30px;
    }

.head_right_col a {
    color: #51A98F;
    text-decoration: none;
    cursor: pointer;
}

.head_left_col img {
    width: 200px;
}


.topbanner {
    position: relative;
    text-align: center;
    color: #000;
    margin-top: 49px;
    overflow: hidden;
}

    .topbanner img {
        width: 100%;
    }

.bannertext {
    position: absolute;
    top: 126px;
    left: 100px;
    text-align: left;
    font-size: 91px;
    line-height: 97px;
    color: #000000;
    font-family: "Microsoft JhengHei";
    font-weight: bold;
}

.product {
    padding-top: 50px;
    width: 90%;
    margin: 0 auto;
}

.productleft {
    display: inline-block;
    width: 49%;
}

    .productleft img {
        display: inline-block;
    }

.productright img {
    display: inline-block;
}

.productright {
    display: inline-block;
    width: 49%;
}

.productdetails {
    display: inline-block;
    vertical-align: top;
    margin-left: 30px;
}

    .productdetails h2 {
        padding: 0;
        margin: 0;
        margin-top: 30px;
        font-size: 29px;
        color: #00a88e;
        font-family: "Microsoft JhengHei";
        font-weight: bold;
    }

    .productdetails p {
        padding: 0;
        margin: 0;
        font-size: 14px;
        color: #444444;
        font-family: "Microsoft JhengHei";
        font-weight: 300;
    }

.producttype {
    margin-top: 15px;
}

.device {
    display: inline-block;
    width: 48%;
}

select {
    width: 100%;
    height: 30px;
}

.price {
    font-size: 16px;
    color: #fa2e32;
    font-family: "Montserrat";
    font-weight: 700;
    margin-top: 10px;
}

    .price span {
        color: #08ab91;
    }

.divbuy {
    margin-top: 15px;
}

.buynow {
    display:inline-block;
    text-decoration: none;
    background-color: #E62E2D;
    color: #fff;
    padding: 5px 8px 5px 8px;
    border-radius: 2px;
    text-align: center;
    min-width: 94px;
    cursor: pointer;
}

footer {
    background: #000;
    color: #fff;
    vertical-align: middle;
    padding: 20px;
    font-size: 12px;
}

.copyright {
    display: inline-block;
}

.dislogo {
    display: inline-block;
    float: right;
}

.gap {
    margin-top: 30px;
}


.bannertextproc {
    position: absolute;
    top: 126px;
    left: 100px;
    top: 10px;
}

    .bannertextproc h3 {
        font-size: 43px;
        line-height: 80px;
        color: #010101;
        font-family: "Microsoft JhengHei";
        font-weight: bold;
        margin: 0px;
        padding: 0px;
    }

    .bannertextproc p {
        width: 556px;
        text-align: left;
        font-size: 14px;
        color: #010101;
        font-family: "Microsoft JhengHei";
        font-weight: 300;
    }

.getstart {
    background-color: rgba(220,245, 248, .7);
    width: 621px;
    height: auto;
    border-radius: 5px;
    padding: 20px;
    text-align: left;
}

input {
    display: inline-block;
    width: 80%;
    height: 33px;
    padding-left: 10px;
    border: 1px solid #ccc;
}

.btnstart {
    display: inline-block;
    margin-left: 10px;
}

.alreadyuser {
    font-size: 19px;
    color: #00a88e;
    font-family: "Microsoft JhengHei";
    font-weight: bold;
    display: inline-block;
    margin-top: 5px;
}

.getstart p {
    float: right;
    display: inline-block;
    width: 311px;
    height: 60px;
    font-size: 11px;
    letter-spacing: 0px;
    color: #010101;
    font-family: "Microsoft JhengHei";
    font-weight: 300;
    text-align: right;
}

.process {
    position: absolute;
    bottom: 10px;
    left: 20px;
    right: 10px;
    width: 98%;
    display: inline-flex;
}

.processdetails {
    width: 24%;
}

    .processdetails img {
        display: inline-block;
        margin: 0 auto;
        width: 30%;
    }

    .processdetails p {
        font-size: 15px;
        padding-left: 2px;
        padding-right: 2px;
        font-family: "Microsoft JhengHei";
        font-weight: normal;
        text-align: center;
    }

.bannertextreg {
    position: absolute;
    left: 100px;
    top: 10px;
    width: 60%;
    text-align: left;
}


.regdetails {
    background-color: rgba(220,245, 248, .7);
    width: 100%;
    height: auto;
    border-radius: 5px;
    padding: 20px;
    text-align: left;
    padding-bottom: 35px;
   margin-top:30px;
}

.bannertextreg h3 {
    font-size: 43px;
    line-height: 50px;
    color: #010101;
    font-family: "Microsoft JhengHei";
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}

.row {
    width: 98%;
    margin: 0 auto;
    margin-top: 10px;
}

.rowleft {
    display: inline-block;
    width: 49%;
}

.rowright {
    display: inline-block;
    width: 49%;
    float: right;
}

.row input {
    width: 98%;
}

.btnreg {
    text-align: right;
    margin-right: 10px;
}

.bannertextthank {
    position: absolute;
    right: 0px;
    top: 50px;
    width: 55%;
    text-align: left;
}

    .bannertextthank h3 {
        padding: 0;
        margin: 0;
        font-size: 62px;
        line-height: 67px;
        color: #010101;
        font-family: "Microsoft JhengHei";
        font-weight: bold;
        margin-bottom:15px;
    }
    .bannertextthank p {
        padding:0;
        margin:0;
        margin-left:50px;
        font-size: 24px;
        color: #010101;
        font-family: "Microsoft JhengHei";
        font-weight: 300;
    }

.popmodal {
    display: none; 
    position: fixed;
    z-index: 1; 
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4); 
}

.modal-content {
    background-color: #fefefe;
    margin: 10% auto; 
    padding: 30px;
    border: 1px solid #888;
    width: 70%; 
    min-height:250px;
}
    .modal-content p {
        margin: 50px auto;
        font-size: 30px;
        line-height: 37px;
        color: #010101;
        font-family: "Microsoft JhengHei";
        font-weight: bold;
        width: 80%;
        margin-bottom: 15px;
    }

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

.OKbtn{
    text-align:center;

}
.bannertextlogin {
    position: absolute;
    left: 100px;
    top: 10px;
    width: 100%;
    text-align: left;
}
    .bannertextlogin h3 {
        padding: 0;
        margin: 0;
        font-size: 62px;
        line-height: 67px;
        color: #010101;
        font-family: "Microsoft JhengHei";
        font-weight: bold;
        margin-bottom: 15px;
    }

.logindetails {
    background-color: rgba(220,245, 248, .7);
    width: 30%;
    height: auto;
    border-radius: 5px;
    padding: 20px;
    text-align: left;
    padding-bottom: 35px;
    margin-top: 30px;
}
.logindetails input{
    height:40px;
}
.MOBILE{
    display:none;
}

.error-line{
    border: 1px solid red;
}


.fmenu {
    width: 90%;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 10px;
}
.cart {
    display: flex;
}
.fmenu div {
    color: #000;
    font-weight: 900;
    cursor: pointer;
}
.content-popup{
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.4);
}
.contactusdetails {
    border: 1px solid rgba(0, 0, 0, 0.7);
    min-height: 300px;
    display: flex;
}
.userimg {
    display: inline-block;
    display: inline-block;
    vertical-align: top;
    margin-top: 27px;
    margin-left: 49px;
}
.contactinfo {
    display: inline-block;
    margin-left: 20px;
    margin-top: 40px;
    margin-right: 20px;
    margin-bottom: 40px;
    width: calc(100% - 205px);
}
.contactinfo h4 {
    padding: 0;
    margin: 0px;
    margin-top: 40px;
}
.contactinfo a {
    color: #51A98F;
    text-decoration: none;
}
.contactinfo span {
    vertical-align: top;
    line-height: 28px;
}

.discountBox{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px 0;
}
.discountBox p{
    margin: 0;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 18px;
}
.discountBox p span{
    color: #f00;
}

.content-popup{
    justify-content: center;
    align-items: center;
}
.forgetPassword-popup{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0, .8);
    display: none;
}
.forgetPassword-popup .logindetails{
    margin: auto;
    position: absolute;
    top: calc((100% - 300px) / 2);
    right: 0;
    left: 0;
}
.forgetPassword-popup .logindetails p{
    text-align: center;
    font-weight: 500;
}
.resetPassword {
    display: none;
}
@media (max-width: 767px) { 
    .modal-content{
        width: 85%;
    }
    .contactusdetails{
        flex-direction: column;
    }
    .userimg{
        margin: 10px 0;
    }
    .userimg img{
        margin: auto;
    }
    .contactinfo{
        width: 100%;width: 100%;
        margin: 0 0 20px;

    }
 }