﻿@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500,700|Roboto:400,500,700');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700');

.off-clr {
    color: #0090FF !important;
}

.off-bgclr {
    background-color: #0090FF !important;
}

body {
    margin: 0;
    padding: 0;
}

.top-panel {
    width: 100%;
    min-width: 1200px;
    background-color: #ffffff;
    border-bottom: 1px solid #e4e5e6;
    font-size: 0;
}

.top-cntnr {
    width: 1200px;
    margin: auto;
    height: 120px;
}

.logo-cntr {
    display: inline-block;
}

.menu-cntnr {
    display: inline-block;
    vertical-align: top;
}

.menu {
    padding-top: 50px;
    display: inline-block;
    padding-left: 260px;
}

    .menu ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .menu ul li {
            font-family: Oswald;
            font-weight: 400;
            font-size: 20px;
            display: inline-block;
        }

            .menu ul li a {
                color: #3d3e3f;
                text-decoration: none !important;
                padding-left: 15px;
                padding-right: 15px;
            }

                .menu ul li a:hover {
                    transition: ease .5s;
                    color: #0090FF;
                }

.active-menu {
    color: #0090FF !important;
}

.signin-cntnr {
    display: inline-block;
    vertical-align: top;
    float: right;
    padding-top: 50px;
}

    .signin-cntnr a {
        font-family: Oswald;
        font-weight: 400;
        font-size: 20px;
        text-decoration: none !important;
        color: #3d3e3f;
    }

        .signin-cntnr a:hover {
            transition: ease .5s;
            color: #0090FF;
        }

.profile-cntnr {
    display: inline-block;
    height: 30px;
    vertical-align: top;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 5px;
}

    .profile-cntnr img {
        display: inline-block;
        height: 30px;
    }

.sign-func {
    vertical-align: top;
    display: inline-block;
    position: relative;
}

.splash-cntnr {
    background-color: #f0f0f0;
    width: 100%;
    height: 600px;
    font-size: 0;
}

.splash-box {
    width: 1200px;
    margin: auto;
}

.sp-content {
    display: inline-block;
    padding-left: 100px;
    padding-top: 200px;
}

.sp-soft-get {
    font-family: Oswald;
    font-weight: 400;
    font-size: 30px;
    text-align: center;
}

.sp-trial-bttn-cntnr {
}

.sp-trial-bttn {
    font-family: Oswald;
    font-weight: 400;
    font-size: 34px;
    display: block;
    padding-left: 15px;
    text-decoration: none !important;
    background-color: #0d96ff;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 15px;
    color: #ffffff;
    border-radius: 10px;
}

    .sp-trial-bttn:hover {
        transition: all .5s;
        background-color: #0d69b0;
        color: white;
    }

.sp-image {
    padding-left: 150px;
    display: inline-block;
}

.footer-panel {
    width: 100%;
    min-width: 1200px;
    background-color: #ffffff;
    border-top: 1px solid #e4e5e6;
    font-size: 0;
}

.footer-cntnr {
    width: 1200px;
    margin: auto;
    padding-top: 10px;
    height: 100px;
}

.copyright {
    font-family: Roboto;
    font-weight: 400;
    font-size: 13px;
    display: inline-block;
    color: #666363;
}

.footer-menu {
    display: inline-block;
    float: right;
}

    .footer-menu ul {
        margin: 0;
        padding: 0;
    }

        .footer-menu ul li {
            display: inline-block;
        }

            .footer-menu ul li a {
                display: block;
                padding-right: 10px;
                font-family: Roboto;
                font-weight: 400;
                font-size: 13px;
                text-decoration: none !important;
                color: #666363;
            }

.modal-win {
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: white;
    top: 0;
    opacity: .6;
    z-index: 9999;
    display: none;
}
/*Sign Box*/
.sign-box-panel {
    font-size: 0;
}

.sign-box-cntnr {
    width: 964px;
    height: 513px;
    border: 1px solid #e4e5e6;
    background-color: #ffffff;
    position: absolute;
    z-index: 99999;
    top: 160px;
    left: 50%;
    transform: translate(50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.03);
    display: none;
}

.create-sign-panel {
    padding-top: 180px;
    display: inline-block;
    width: 482px;
}

.login-sign-panel {
    display: inline-block;
    vertical-align: top;
    padding-right: 50px;
    width: 480px;
}

.google-sign {
    text-align: center;
    width: 100%;
    cursor: pointer;
}

.google-ico {
    display: inline-block;
    vertical-align: top;
    padding-right: 5px;
}

.google-sign-text {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    font-family: "Oswald";
    color: rgb(61, 62, 63);
    font-weight: 500;
}

.coco-bttn {
    background-color: rgb(13, 150, 255);
    font-size: 13px;
    font-family: "Roboto Condensed";
    font-weight: 500;
    color: #ffffff;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none !important;
    height: 30px;
    vertical-align: middle;
    text-align: center;
    border: none;
    cursor: pointer;
    border-radius: 0;
}

    .coco-bttn:hover {
        transition: ease .5s;
        opacity: .8;
    }

.create-bttn {
    width: 275px;
}

.create-bttn-panel {
    padding-top: 10px;
    text-align: center;
}

.login-head {
    padding-top: 90px;
    padding-bottom: 15px;
}

    .login-head h1 {
        font-size: 19px;
        font-family: "Oswald";
        font-weight: 500;
        color: rgb(5, 79, 135);
    }

.login-lbl {
    font-size: 13px;
    font-family: "Roboto Condensed";
    font-weight: 700;
    padding-bottom: 8px;
}

.login-textbox {
    padding-bottom: 8px;
}

.lbl-cntnr {
    font-size: 13px;
    font-family: "Roboto Condensed";
    font-weight: 700;
    padding-bottom: 8px;
}

.tbox-cntnr {
    padding-bottom: 8px;
}

.login-textbox input {
    border-width: 1px;
    border-color: rgb(228, 229, 230);
    border-style: solid;
    height: 43px;
    width: 100%;
    font-size: 13px;
    font-family: Roboto;
    font-weight: 500;
    padding-left: 5px;
    padding-right: 5px;
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
}

    .login-textbox input:hover {
        border-color: #7fc1d9;
        transition: ease .5s;
    }

    .login-textbox input:focus {
        border-color: #7fc1d9;
    }


.validation-div {
    padding-top: 5px;
    font-size: 11px;
    font-family: Roboto;
    font-weight: 500;
    color: red;
    text-align: right;
}

.login-bttn-panel {
    text-align: right;
}

    .login-bttn-panel input {
        width: 138px;
    }

.login-opt-panel {
    padding-bottom: 5px;
}

.login-remember {
    display: inline-block;
}

.rem-chkbox {
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px;
}

.rem-lbl {
    display: inline-block;
    font-size: 13px;
    font-family: Oswald;
    font-weight: 500;
    vertical-align: middle;
    color: #0090ff;
}

.login-frgot {
    display: inline-block;
    float: right;
}

    .login-frgot a {
        font-size: 13px;
        font-family: Oswald;
        font-weight: 500;
        color: #0090ff;
    }

.close-bttn {
    font-size: 13px;
    position: absolute;
    right: 0;
    padding: 5px 10px 5px 5px;
    cursor: pointer;
    color: #585656;
    top: 0;
}

.create-box-panel {
    font-size: 0;
}

.create-box-cntnr {
    width: 500px;
    height: auto;
    border: 1px solid #e4e5e6;
    background-color: #ffffff;
    position: absolute;
    z-index: 99999;
    top: 160px;
    left: 50%;
    transform: translate(50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.03);
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    display: none;
}

.create-head {
    padding-top: 50px;
    padding-bottom: 15px;
}

    .create-head h1 {
        font-size: 19px;
        font-family: "Oswald";
        font-weight: 500;
        color: rgb(5, 79, 135);
    }

.cretacc-bttn-panel {
    text-align: right;
}

    .cretacc-bttn-panel input {
        width: 138px;
    }

.otp-box-panel {
    font-size: 0;
}

.otp-box-cntnr {
    width: 500px;
    height: auto;
    border: 1px solid #e4e5e6;
    background-color: #ffffff;
    position: absolute;
    z-index: 99999;
    top: 160px;
    left: 50%;
    transform: translate(50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.03);
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    display: none;
}

.otp-head {
    padding-top: 50px;
    padding-bottom: 15px;
}

    .otp-head h1 {
        font-size: 19px;
        font-family: "Oswald";
        font-weight: 500;
        color: rgb(5, 79, 135);
    }

.otp-bttn-panel {
    text-align: right;
}

    .otp-bttn-panel input {
        width: 138px;
    }

.opt-resend-pnl {
}

    .opt-resend-pnl a {
        font-size: 13px;
        font-family: "Oswald";
        font-weight: 500;
        text-decoration: none !important;
    }

.plan-sel-panel {
    width: 100%;
    background-color: #F0F0F0;
    font-size: 0;
}

.plan-sel-cntnr {
    width: 1200px;
    margin: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}

.plan-item-panel {
    display: inline-block;
    position: relative;
    width: 300px;
    height: 513px;
    border: 1px solid #e4e5e6;
    background-color: #ffffff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.03);
    margin-right: 10px;
    text-align: left;
    margin-bottom: 10px;
}

.plan-head {
    font-size: 28px;
    font-family: "Oswald";
    font-weight: 500;
    text-align: center;
    padding-top: 20px;
}

.plan-icon {
    font-family: FontAwesome;
    font-size: 28px;
    text-align: center;
}

.plan-price {
    font-size: 18px;
    font-family: "Oswald";
    font-weight: 400;
    text-align: center;
}

.plan-details-cntnr {
    padding-top: 15px;
    padding-left: 30px;
    height: 280px;
    overflow-y: scroll;
}

.plan-details i {
    font-size: 18px;
    color: #0090FF;
}

.plan-details {
    font-size: 13px;
    font-family: "Oswald";
    font-weight: 500;
    color: #555555;
    padding-bottom: 10px;
}

.plan-button-panel {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    bottom: 0;
    width: 100%;
}
/*settings page*/

.settings-panel {
    background-color: #F0F0F0;
    font-size: 0;
}

.settings-cntnr {
    width: 1200px;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 20px;
}

.settings-box {
    width: 1200px;
    height: auto;
    border: 1px solid #e4e5e6;
    background-color: #ffffff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.03);
    padding-bottom: 30px;
}

.settings-head {
    padding-top: 20px;
    padding-left: 15px;
    padding-bottom: 15px;
    font-size: 18px;
    font-family: "Oswald";
    font-weight: 500;
    color: rgb(5, 79, 135);
}

.settings-page {
    width: 1100px;
    margin: auto;
}

.label-col {
    font-size: 13px;
    font-family: Roboto Condensed;
    font-weight: 700;
    padding-bottom: 8px;
    text-align: left;
}

.text-col {
    text-align: left;
    padding-bottom: 5px;
}

.select-box {
    border-width: 1px;
    border-color: rgb(228, 229, 230);
    border-style: solid;
    height: 35px;
    width: 100%;
    font-size: 13px;
    font-family: Roboto;
    font-weight: 500;
    padding-left: 5px;
    padding-right: 35px;
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
    box-sizing: border-box;
    overflow: hidden;
    background-color: white;
    -moz-appearance: none;
}

    .select-box:hover {
        border-color: #7fc1d9
    }

    .select-box:focus {
        border-color: #7fc1d9;
    }

select.minimal {
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
}

    select.minimal:focus {
        background-image: linear-gradient(45deg, green 50%, transparent 50%), linear-gradient(135deg, transparent 50%, green 50%), linear-gradient(to right, #ccc, #ccc);
        background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
        background-size: 5px 5px, 5px 5px, 1px 1.5em;
        background-repeat: no-repeat;
        outline: 0;
    }


.text-box {
    border-width: 1px;
    border-color: rgb(228, 229, 230);
    border-style: solid;
    height: 35px;
    width: 100%;
    font-size: 13px;
    font-family: Roboto;
    font-weight: 500;
    padding-left: 5px;
    padding-right: 5px;
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
    box-sizing: border-box;
}

    .text-box:hover {
        border-color: #7fc1d9;
        transition: ease .5s;
    }

    .text-box:focus {
        border-color: #7fc1d9;
    }

.setting-bttn-cntnr {
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: right;
}

.mandatory::after {
    content: "\f111  ";
    font-family: 'fontAwesome';
    color: red;
    font-size: 6px;
    padding-right: 2px;
}

.reciept-panel {
    width: 100%;
    width: 100%;
    background-color: #F0F0F0;
    font-size: 0;
}

.reciept-cntnr {
    width: 1200px;
    margin: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}

.reciept-box {
    display: inline-block;
    position: relative;
    width: 300px;
    height: 413px;
    border: 1px solid rgb(209, 219, 235);
    background-color: #ffffff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.03);
    margin-right: 10px;
    text-align: left;
}

.reciept-head {
    font-family: Oswald;
    font-size: 16px;
    padding: 15px;
    background: rgb(243, 246, 250);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(209, 219, 235);
}

.reciept-content {
    padding-left: 5px;
    padding-right: 5px;
}

.reciept-status-icon {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.reciept-status-text {
    text-align: center;
    color: #2fbe6d;
    font-family: Oswald;
    font-size: 31px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgb(209, 219, 235);
}

.reciept-item {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
}

.reciept-label {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
}

.reciept-text {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    float: right;
}

.reciept-bttn-panel {
    border-top: 1px solid rgb(209, 219, 235);
    margin-top: 5px;
    padding-top: 35px;
}

.reciept-fail {
    color: #FF4F4F;
}

/*Spinner*/
.spinner {
    margin: auto;
    width: 70px;
    text-align: center;
}

    .spinner > div {
        width: 18px;
        height: 18px;
        background-color: #333;
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
        animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    }

    .spinner .bounce1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .spinner .bounce2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}
/*End Spinner*/
.page-spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    margin: 0;
    display: none;
    z-index: 99999;
}

.activity-spinner {
    position: absolute;
    margin: 0;
    top: 5px;
    right: 0;
    display: none;
}

.create-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    margin: 0;
    display: none;
}

.create-modal {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    background-color: white;
    opacity: .6;
    display: none;
}

.otp-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    margin: 0;
    display: none;
}

.otp-modal {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    background-color: white;
    opacity: .6;
    display: none;
}

.login-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    margin: 0;
    display: none;
}

.login-modal {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    background-color: white;
    opacity: .6;
    display: none;
}

.forgot-box-panel {
    font-size: 0;
}

.forgot-box-cntnr {
    width: 500px;
    height: auto;
    border: 1px solid #e4e5e6;
    background-color: #ffffff;
    position: absolute;
    z-index: 99999;
    top: 160px;
    left: 50%;
    transform: translate(50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.03);
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    display: none;
}

.forgot-head {
    padding-top: 50px;
    padding-bottom: 15px;
}

    .forgot-head h1 {
        font-size: 19px;
        font-family: "Oswald";
        font-weight: 500;
        color: rgb(5, 79, 135);
    }

.forgot-bttn-panel {
    text-align: right;
}

    .forgot-bttn-panel input {
        width: 138px;
    }

.reckey-box-panel {
    font-size: 0;
}

.reckey-box-cntnr {
    width: 500px;
    height: auto;
    border: 1px solid #e4e5e6;
    background-color: #ffffff;
    position: absolute;
    z-index: 99999;
    top: 160px;
    left: 50%;
    transform: translate(50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.03);
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    display: none;
}

.reckey-head {
    padding-top: 50px;
    padding-bottom: 15px;
}

    .reckey-head h1 {
        font-size: 19px;
        font-family: "Oswald";
        font-weight: 500;
        color: rgb(5, 79, 135);
    }

.reckey-bttn-panel {
    text-align: right;
}

    .reckey-bttn-panel input {
        width: 138px;
    }

.newpass-box-panel {
    font-size: 0;
}

.newpass-box-cntnr {
    width: 500px;
    height: auto;
    border: 1px solid #e4e5e6;
    background-color: #ffffff;
    position: absolute;
    z-index: 99999;
    top: 160px;
    left: 50%;
    transform: translate(50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.03);
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    display: none;
}

.newpass-head {
    padding-top: 50px;
    padding-bottom: 15px;
}

    .newpass-head h1 {
        font-size: 19px;
        font-family: "Oswald";
        font-weight: 500;
        color: rgb(5, 79, 135);
    }

.newpass-bttn-panel {
    text-align: right;
}

    .newpass-bttn-panel input {
        width: 138px;
    }

.forgot-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    margin: 0;
    display: none;
}

.forgot-modal {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    background-color: white;
    opacity: .6;
    display: none;
}

.reckey-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    margin: 0;
    display: none;
}

.reckey-modal {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    background-color: white;
    opacity: .6;
    display: none;
}

.newpass-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    margin: 0;
    display: none;
}

.newpass-modal {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    background-color: white;
    opacity: .6;
    display: none;
}

.redcolor {
    background-color: #E4655F !important;
}

.greencolor {
    background-color: #1FBC99 !important;
}
.red-font{
    color:red;
    font-size:13px;
    font-weight:700;
}
.page-item {
    font-family: "Roboto Condensed";
    font-size: 13px;
}

.validation-display {
    border-color: red !important;
    outline: 0 !important;
    border-style: solid !important;
    border-width: 1px !important;
}

.more-opt-cntr {
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    position: absolute;
    right: 0;
    width: 220px;
    padding-top: 10px;
    z-index: 9999;
    top: 35px;
    padding-right: 10px;
    display: none;
}

    .more-opt-cntr ul {
    }

    .more-opt-cntr li {
        text-align: right;
    }

        .more-opt-cntr li a {
            font-family: Oswald;
            font-size: 15px;
            font-weight: 500;
            display: inline-block;
        }

.cont-cap {
    padding-top: 10px;
    font-family: "Roboto condensed";
    font-size: 15px;
    font-weight: 700;
    width: 100%;
    margin: auto;
}

.cont-content {
    font-family: "Roboto condensed";
    font-size: 15px;
    font-weight: 500;
    width: 100%;
    margin: auto;
    padding-left: 30px;
    padding-right: 30px;
}

    .cont-content p {
        text-indent: 30px;
        line-height: 30px;
        overflow-wrap: break-word;
        text-align: justify;
    }

.team-head {
    font-family: "Roboto condensed";
    font-size: 15px;
    font-weight: 500;
}

.team-item {
    display: inline-block;
    width: 200px;
    margin-bottom: 30px;
}

.team-cntr {
    padding-top: 20px;
    text-align: center;
}

.team-image {
    text-align: center;
}

    .team-image img {
        border-radius: 50%;
    }

.team-name {
    text-align: center;
}

.team-pos {
    font-family: "Roboto condensed";
    font-size: 12px;
    font-weight: 500;
    color: #b2b2b2;
    text-align: center;
}

.contact-box {
    padding-top: 20px;
    padding-left: 30px;
    display: inline-block;
    width: 400px;
}

.contact-info {
    display: inline-block;
    width: 400px;
    vertical-align: top;
    padding-left: 50px;
}

.contact-head {
    font-family: "Roboto condensed";
    font-size: 14px;
    font-weight: 700;
}

.contact-text {
    font-family: "Roboto condensed";
    font-size: 13px;
    font-weight: 500;
    padding-left: 10px;
}

.product-cntr {
    text-align:center;
}

.product-item {
    display: inline-block;
    width: 300px;
    border: 1px solid #dbdbdb;
    border-bottom: 3px solid #0090FF;
    box-sizing: content-box;
    margin-right: 5px;
    margin-bottom: 5px;
}
.prod-img {
    width: 300px;
    box-sizing: content-box;
}
.prod-img img{
    height:300px;
    width:300px;
}

.prod-desc {
    font-family: 'Segoe UI';
    font-size: 10px;
    font-weight: 500;
    color:#838383;
  
}

.prod-name {
    font-family: "Roboto condensed";
    font-size: 22px;
    font-weight: 700;
}
.prod-bttn
{
    padding-top:10px;
    padding-bottom:10px;
}
.support-box {
    text-align: center;
    padding-bottom: 30px;
}

.support-item {
    width:200px;
    display:inline-block;
    margin-bottom:20px;
}

.support-img {
    height:70px;
}
.support-img img {
    width:64px;
}
.support-text {
    font-family: "Roboto condensed";
    font-size: 13px;
    font-weight: 700;
}
.support-bttn
{

}

.support-head {
    font-family: "Roboto condensed";
    font-size: 18px;
    font-weight: 700;
    padding-top: 30px;
    padding-bottom: 30px;
}
.exp-text {
    font-family: Oswald;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    color: #e22b2b;
    padding-top: 10px;
    padding-bottom: 10px;
}
.exp-img {
    padding-top: 20px;
    text-align: center;
}
.exp-img img {
   width:128px;
}
.exp-bttn {
    padding-bottom: 20px;
}

/*@media only screen and (min-device-width : 320px) and (max-device-width : 768px) {*/
@media only screen and (max-width: 768px) {
    .top-panel {
        min-width: 100%;
        max-width: 100%;
    }

        .top-panel img {
            width: 200px;
        }

    .top-cntnr {
        width: 100%;
        margin: auto;
        height: 76px;
        padding-bottom: 5px;
        position: relative;
    }

    .logo-cntr {
        display: inline-block;
    }

    .menu-cntnr {
        display: none;
        vertical-align: top;
    }



    .signin-cntnr {
        display: none;
    }



    .splash-cntnr {
        background-color: #f0f0f0;
        width: 100%;
        height: auto;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
    }

    .splash-box {
        width: 100%;
        margin: auto;
        display: flex;
        flex-direction: column-reverse;
    }

    .sp-content {
        display: inline-block;
        padding-left: 0;
        padding-top: 10px;
        width: 100%;
    }

    .sp-soft-get {
        font-family: Oswald;
        font-weight: 400;
        font-size: 18px;
        text-align: center;
    }

    .sp-trial-bttn-cntnr {
        padding-bottom: 15px;
        text-align: center;
    }

    .sp-trial-bttn {
        width: 200px;
        font-family: Oswald;
        font-weight: 400;
        font-size: 20px;
        display: inline-block;
        padding-left: 15px;
        text-decoration: none !important;
        background-color: #0d96ff;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-right: 15px;
        color: #ffffff;
        border-radius: 10px;
        text-align: center;
    }

        .sp-trial-bttn:hover {
            transition: all .5s;
            background-color: #0d69b0;
            color: white;
        }

    .sp-image {
        padding-left: 0;
        display: inline-block;
        width: 100%;
        padding-top: 10px;
        text-align: center;
    }

        .sp-image img {
            width: 100%;
            max-width: 573px;
        }

    .footer-panel {
        width: 100%;
        min-width: 100%;
        background-color: #ffffff;
        border-top: 1px solid #e4e5e6;
    }

    .footer-cntnr {
        width: 100%;
        margin: auto;
        padding-top: 10px;
        padding-left: 15px;
        height: 100px;
    }

    .copyright {
        font-family: Roboto;
        font-weight: 400;
        font-size: 12px;
        display: inline-block;
        width: 100%;
    }

    .footer-menu {
        display: inline-block;
        float: none;
        padding-top: 0;
    }

        .footer-menu ul {
            margin: 0;
            padding: 0;
        }

            .footer-menu ul li {
                display: inline-block;
            }

                .footer-menu ul li a {
                    display: block;
                    padding-right: 10px;
                    font-family: Roboto;
                    font-weight: 400;
                    font-size: 12px;
                }

    .mob-menu-button {
        font-family: Oswald;
        font-size: 15px;
        font-weight: 500;
        display: inline-block;
        float: right;
    }

        .mob-menu-button a {
            text-decoration: none !important;
            padding-top: 23px;
            padding-right: 10px;
            display: block;
            height: 76px;
            color: #3d3e3f;
        }

            .mob-menu-button a:hover {
                transition: ease .5s;
                color: #0090FF;
            }

    .mob-menu {
        position: absolute;
        width: 80%;
        background-color: #ffffff;
        top: 78px;
        padding-right: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #e4e5e6;
        border-left: 1px solid #e4e5e6;
        right: 0;
        display: none;
        z-index: 99999;
    }

        .mob-menu ul {
        }

            .mob-menu ul li {
                width: 100%;
                text-align: right;
            }

                .mob-menu ul li a {
                    font-family: Oswald;
                    font-size: 15px;
                    font-weight: 500;
                    text-decoration: none !important;
                    color: #3d3e3f;
                    display: block;
                    padding-top: 5px;
                    padding-bottom: 10px;
                }

                    .mob-menu ul li a:hover {
                        transition: ease .5s;
                        color: #0090FF;
                    }
    /*Sign Box*/
    .sign-box-panel {
        display: flex;
        flex-direction: column-reverse;
    }

    .sign-box-cntnr {
        width: 90%;
        z-index: 99999;
        top: 10px;
        left: 50%;
        transform: translate(50%,0));
        -webkit-transform: translate(-50%,0);
        -moz-transform: translate(-50%,0);
        -ms-transform: translate(-50%,0);
        -o-transform: translate(-50%,0);
        justify-content: flex-end;
        height: auto;
        padding-bottom: 30px;
    }

    .create-sign-panel {
        padding-top: 30px;
        width: 100%;
    }

    .login-sign-panel {
        display: inline-block;
        vertical-align: top;
        padding-right: 15px;
        padding-left: 15px;
        width: 100%;
    }

    .google-sign {
        text-align: center;
        width: 100%;
    }

    .google-ico {
        display: inline-block;
        vertical-align: top;
        padding-right: 5px;
    }

    .google-sign-text {
        display: inline-block;
        vertical-align: top;
        font-size: 13px;
        font-family: "Oswald";
        color: rgb(61, 62, 63);
        font-weight: 500;
    }

    .coco-bttn {
        background-color: rgb(13, 150, 255);
        font-size: 13px;
        font-family: Roboto Condensed;
        font-weight: 500;
        color: #ffffff;
        padding-left: 15px;
        padding-right: 15px;
        text-decoration: none !important;
        height: 30px;
        vertical-align: middle;
        text-align: center;
        border: none;
        cursor: pointer;
    }

        .coco-bttn:hover {
            transition: cubic-bezier(0.4, 0, 0.2, 1) .5s;
            background-color: rgb(8, 115, 198);
        }

    .create-bttn {
        width: 90%;
        max-width: 275px;
    }

    .create-bttn-panel {
        padding-top: 10px;
        text-align: center;
    }

    .login-head {
        padding-top: 30px;
        padding-bottom: 15px;
    }

        .login-head h1 {
            font-size: 19px;
            font-family: "Oswald";
            font-weight: 500;
            color: rgb(5, 79, 135);
        }

    .login-lbl {
        font-size: 13px;
        font-family: "Roboto Condensed";
        font-weight: 700;
        padding-bottom: 8px;
    }

    .login-textbox {
        padding-bottom: 8px;
    }

        .login-textbox input {
            border-width: 1px;
            border-color: rgb(228, 229, 230);
            border-style: solid;
            height: 43px;
            width: 100%;
            font-size: 13px;
            font-family: Roboto;
            font-weight: 500;
            padding-left: 5px;
            padding-right: 5px;
            outline: none;
        }

            .login-textbox input:hover {
                border-color: #7fc1d9;
                transition: ease .5s;
            }

    .validation-div {
        padding-top: 5px;
        font-size: 11px;
        font-family: Roboto;
        font-weight: 500;
        color: red;
        text-align: right;
    }

    .login-bttn-panel {
        text-align: right;
    }

        .login-bttn-panel input {
            width: 138px;
        }

    .login-opt-panel {
        padding-bottom: 5px;
    }

    .login-remember {
        display: inline-block;
    }

    .rem-chkbox {
        display: inline-block;
        vertical-align: middle;
        padding-right: 5px;
    }

    .rem-lbl {
        display: inline-block;
        font-size: 13px;
        font-family: Oswald;
        font-weight: 500;
        vertical-align: middle;
        color: #0090ff;
    }

    .login-frgot {
        display: inline-block;
        float: right;
    }

        .login-frgot a {
            font-size: 13px;
            font-family: Oswald;
            font-weight: 500;
            color: #0090ff;
        }
    /*Create Account*/

    .create-box-panel {
    }

    .create-box-cntnr {
        width: 90%;
        height: auto;
        border: 1px solid #e4e5e6;
        background-color: #ffffff;
        position: absolute;
        z-index: 99999;
        top: 10px;
        left: 50%;
        transform: translate(50%,0);
        -webkit-transform: translate(-50%,0);
        -moz-transform: translate(-50%,0);
        -ms-transform: translate(-50%,0);
        -o-transform: translate(-50%,0);
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.03);
        padding-bottom: 30px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .create-head {
        padding-top: 50px;
        padding-bottom: 15px;
    }

        .create-head h1 {
            font-size: 19px;
            font-family: "Oswald";
            font-weight: 500;
            color: rgb(5, 79, 135);
        }

    .cretacc-bttn-panel {
        text-align: center;
    }

        .cretacc-bttn-panel input {
            width: 100%;
            max-width: 288px;
        }
    /*Otp Box*/
    .otp-box-panel {
    }

    .otp-box-cntnr {
        width: 90%;
        height: auto;
        border: 1px solid #e4e5e6;
        background-color: #ffffff;
        position: absolute;
        z-index: 99999;
        top: 10px;
        left: 50%;
        transform: translate(50%,0);
        -webkit-transform: translate(-50%,0);
        -moz-transform: translate(-50%,0);
        -ms-transform: translate(-50%,0);
        -o-transform: translate(-50%,0);
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.03);
        padding-bottom: 30px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .otp-head {
        padding-top: 50px;
        padding-bottom: 15px;
    }

        .otp-head h1 {
            font-size: 19px;
            font-family: "Oswald";
            font-weight: 500;
            color: rgb(5, 79, 135);
        }

    .otp-bttn-panel {
        text-align: center;
        padding-top: 10px;
    }

        .otp-bttn-panel input {
            width: 100%;
            max-width: 320px;
        }

    .opt-resend-pnl {
    }

        .opt-resend-pnl a {
            font-size: 13px;
            font-family: "Oswald";
            font-weight: 500;
            text-decoration: none !important;
        }
    /*Plan*/
    .plan-sel-panel {
        width: 100%;
        background-color: #F0F0F0;
    }

    .plan-sel-cntnr {
        width: 100%;
        margin: auto;
        padding-top: 30px;
        padding-bottom: 30px;
        text-align: center;
    }

    .plan-item-panel {
        display: inline-block;
        position: relative;
        width: 90%;
        height: 513px;
        border: 1px solid #e4e5e6;
        background-color: #ffffff;
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.03);
        margin-right: 0;
        margin-bottom: 10px;
        text-align: left;
    }

    .plan-head {
        font-size: 28px;
        font-family: "Oswald";
        font-weight: 500;
        text-align: center;
        padding-top: 20px;
    }

    .plan-icon {
        font-size: 28px;
        text-align: center;
    }

    .plan-price {
        font-size: 18px;
        font-family: "Oswald";
        font-weight: 400;
        text-align: center;
    }

    .plan-details-cntnr {
        padding-top: 15px;
        padding-left: 30px;
        height: 280px;
        overflow-y: scroll;
    }

    .plan-details i {
        font-size: 18px;
        color: #0090FF;
    }

    .plan-details {
        font-size: 13px;
        font-family: "Oswald";
        font-weight: 500;
        color: #555555;
        padding-bottom: 10px;
    }

    .plan-button-panel {
        padding-top: 30px;
        padding-bottom: 30px;
        text-align: center;
        bottom: 0;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

        .plan-button-panel input {
            width: 100%;
            max-width: 320px;
        }
    /*Settings Page*/
    .settings-panel {
        background-color: #F0F0F0;
    }

    .settings-cntnr {
        width: 100%;
        margin: auto;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .settings-box {
        width: 90%;
        height: auto;
        border: 1px solid #e4e5e6;
        background-color: #ffffff;
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.03);
        padding-bottom: 30px;
        margin: auto;
    }

    .settings-head {
        padding-top: 20px;
        padding-left: 15px;
        padding-bottom: 15px;
        font-size: 18px;
        font-family: "Oswald";
        font-weight: 500;
        color: rgb(5, 79, 135);
    }

    .settings-page {
        width: 100%;
        margin: auto;
    }

    .label-col {
        font-size: 13px;
        font-family: "Roboto Condensed";
        font-weight: 700;
        padding-bottom: 8px;
        text-align: left;
    }

    .text-col {
        text-align: left;
        padding-bottom: 5px;
    }



    .setting-bttn-cntnr {
        padding-top: 10px;
        padding-left: 15px;
        padding-right: 15px;
        text-align: right;
    }

        .setting-bttn-cntnr input {
            width: 100%;
        }



    .reciept-cntnr {
        width: 90%;
    }

    .reciept-box {
        width: 100%;
        height: 413px;
    }


    .forgot-box-cntnr {
        width: 90%;
        padding-left: 15px;
        padding-right: 15px;
        top: 10px;
    }

    .forgot-bttn-panel {
        text-align: center;
    }

        .forgot-bttn-panel input {
            width: 100%;
            max-width: 320px;
        }


    .reckey-box-cntnr {
        width: 90%;
        padding-left: 15px;
        padding-right: 15px;
        top: 10px;
    }


    .reckey-bttn-panel {
        text-align: center;
    }

        .reckey-bttn-panel input {
            width: 100%;
            max-width: 320px;
        }



    .newpass-box-cntnr {
        width: 90%;
        padding-left: 15px;
        padding-right: 15px;
        top: 10px;
    }


    .newpass-bttn-panel {
        text-align: center;
    }

        .newpass-bttn-panel input {
            width: 100%;
            max-width: 320px;
        }

    .cont-content {
        font-size: 13px;
        font-weight: 500;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .team-item {
        width: 100%;
    }

    .contact-box {
        padding-top: 20px;
        padding-left: 15px;
        padding-right: 15px;
        display: inline-block;
        width: 100%;
    }

    .contact-info {
        display: inline-block;
        width: 100%;
        vertical-align: top;
        padding-left: 0px;
    }

    .contact-head {
        font-family: "Roboto condensed";
        font-size: 14px;
        font-weight: 700;
    }

    .contact-text {
        font-family: "Roboto condensed";
        font-size: 13px;
        font-weight: 500;
        padding-left: 10px;
    }
    .product-cntr {
        text-align: center;
        margin-top:20px;
    }

    .product-item {
        width: 100%;
    }

    .prod-img {
        margin:auto;
        width: 100%;
        box-sizing: content-box;
    }
        .prod-img img {
            width: 100%;
        }
       
}
