﻿@font-face {
    font-family: 'Roboto_regular';
    src: url('../fonts/Roboto-Regular.woff2') format('woff2'), url('../fonts/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto_medium';
    src: url('../fonts/Roboto-Medium.woff2') format('woff2'), url('../fonts/Roboto-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto_bold';
    src: url('../fonts/Roboto-Bold.woff2') format('woff2'), url('../fonts/Roboto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

body {
    background-color: #fff;
    font-size: 14px;
    margin: 0;
    font-family: 'Roboto_regular';
    color: #000;
}

a {
    color: #4a90e2;
}

header {
    padding: 15px 0;
    background-color: #fbfbfb;
    overflow:hidden;
}
.VerColor{
    color: #fff;
}
.head_logo {
    width: 1023px;
    margin: 0 auto;
    position: relative;
}

.main_logo_left {
    width: 300px;
    float: left;
}
.cust_log{
    width:180px;
}


    .main_logo_left img {
        width: 100%;
        cursor:pointer;
    }

.main_logo_right {
    width: 500px;
    float: right;
}

#divFP {
    overflow: auto;
    clear: both;
}

#fp {
   padding-top: 32px;
}
.diviTele_cust {
    overflow: auto;
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 30px;
    padding-bottom: 22px;
}
.support {
    font-family: 'Roboto_medium';
    font-size: 18px;
    color: #000;
    text-align: right;
    padding: 20px 0;
    cursor: pointer;
    display: block;
    float: right;
}

    .support img {
        width: 15px;
        padding-left: 5px;
    }

.support_block {
    background-color: #f1f1f1;
    clear: both;
    overflow: auto;
    position: absolute;
    width: 100%;
    display: none;
    z-index: 11;
}

.support_main_block {
    width: 1023px;
    margin: 0 auto;
    padding: 20px 0;
    overflow: auto;
}

.call_block {
    float: left;
    width: 300px;
    border-right: 1px solid #cdcdcd;
}

.email_block {
    float: left;
    width: 278px;
    padding-left: 50px;
}

.call_hd {
    font-family: 'Roboto_bold';
    font-size: 20px;
    padding-bottom: 20px;
    color: #000;
    padding-top: 15px;
}

.call_cnt {
    font-size: 16px;
    padding-bottom: 5px;
    color: #000;
}

.call_phone {
    font-family: 'Roboto_medium';
    font-size: 19px;
    color: #000;
    padding-bottom: 20px;
}

.email_link {
    font-family: 'Roboto_medium';
    font-size: 18px;
}

    .email_link a {
        text-decoration: none;
        color: #4a90e2;
    }

.support_click {
    position: absolute;
    right: 0;
    background-color: #f1f1f1;
    padding-bottom: 32px;
    padding-left: 15px;
    padding-right: 16px;
    top: -15px;
    padding-top: 36px;
}

.block_right {
    float: right;
}

.login_block {
    width: 1023px;
    margin: 0 auto;
    padding: 50px 0 50px 0;
}

.login_head {
    font-family: 'Roboto_medium';
    font-size: 40px;
    color: #000;
    text-align: center;
    margin-bottom: 50px;
}

.login_box {
    width: 350px;
    background-color: #fbfbfb;
    border-radius: 5px;
    padding: 40px 50px 50px 50px;
    -webkit-box-shadow: -1px 5px 25px -2px rgba(0,0,0,0.44);
    -moz-box-shadow: -1px 5px 25px -2px rgba(0,0,0,0.44);
    box-shadow: -1px 5px 25px -2px rgba(0,0,0,0.44);
    margin: 0 auto;
}

.login_txt {
    font-size: 14px;
    color: #4a4a4a;
    margin-bottom: 5px;
    overflow: auto;
}

.login_type {
    width: 97%;
    padding: 5px;
    background-color: #fff;
    color: #000;
    border: 1px solid #cdcdcd;
    border-radius: 3px;
    height: 32px;
}

.login_email {
    margin-bottom: 20px;
}

.login_pass {
    margin-bottom: 15px;
}

.blue_evn {
    color: #4a90e2;
    float: right !important;
    cursor: pointer;
}

.login_txt span, .login_txt span {
    float: left;
}

.rem_me {
    margin-bottom: 10px;
}

.main_ch {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    float: left;
}
    /* Hide the browser's default checkbox */
    .main_ch input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        left: 0;
    }

/* Create a custom checkbox */
.main_ch_mr {
    position: absolute;
    top: 0;
    left: 5px;
    height: 19.2px;
    width: 19.2px;
    background-color: #fff;
    border: 1px solid #9d9d9f;
    box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.35);
    border-radius: 2px;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .main_ch_mr {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.main_ch input:checked ~ .main_ch_mr {
    background-color: #73B224;
    border: 0;
    width: 20px;
    height: 20px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.main_ch_mr:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.main_ch input:checked ~ .main_ch_mr:after {
    display: block;
}

/* Style the checkmark/indicator */
.main_ch .main_ch_mr:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

label.main_ch label {
    cursor: pointer;
    color: #4a4a4a;
    position: relative;
    top: 1px;
}

.login_sub {
    width: 100%;
    overflow: auto;
    clear: both;
}

.sub_btn {
    width: 100%;
    text-align: center;
    font-family: 'Roboto_medium';
    background-color: #73b224;
    color: #fff;
    padding: 12px;
    border: 0;
    border-radius: 5px;
    font-size: 20px;
    outline: none;
    cursor: pointer;
}

.ext_dnis {
    padding-top: 10px;
    text-align: center;
    position: relative;
    top: 16px;
}

    .ext_dnis span {
        color: #4a90e2;
        cursor: pointer;
        text-align: center;
    }

footer {
    text-align: center;
    color: #4a4a4a;
    margin: 50px auto;
}

.ac_main {
    width: 1023px;
    margin: 0 auto;
    padding: 20px 0 0px 0;
}

.ac_main_block {
    margin: 0 auto;
    width: 1023px;
    overflow: auto;
}

.ext_main_h {
    width: 100%;
    margin: 0 auto;
    margin-top: 13px;
    margin-bottom: 0;
    overflow: auto;
}

.ext_main_h_l {
    font-family: 'Roboto_bold';
    font-size: 20px;
    color: #000;
    margin-bottom: 25px;
}

.ext_main_tb > table {
    border: 1px solid #cdcdcd !important;
    border-bottom: 0 !important;
}

    .ext_main_tb > table > tbody > tr > th:first-child {
        width: 150px !important;
        text-align: left;
    }

    .ext_main_tb > table > tbody tr:first-child th {
        background-color: #e6e6e6 !important;
    }

    .ext_main_tb > table > tbody > tr > td:first-child {
        font-size: 18px;
        font-family: 'Roboto_bold';
        width: 150px !important;
        text-align: left;
    }

    .ext_main_tb > table > tbody > tr:nth-child(odd) {
        background-color: #f7f7f7;
    }

    .ext_main_tb > table > tbody > tr > td > div {
        padding-bottom: 10px;
    }

    .ext_main_tb > table > tbody > tr > th {
        text-align: center;
        background-color: #f4f5f3;
        padding: 10px 10px 10px 25px;
        font-family: 'Roboto_bold';
        font-size: 16px;
        color: #000;
        width: 120px !important;
        border-bottom: 1px solid #cdcdcd !important;
        border-top: 1px solid #cdcdcd !important;
    }

    .ext_main_tb > table > tbody > tr > td {
        vertical-align: top;
        padding: 10px 10px 10px 25px;
        text-align: left;
        width: 80px !important;
        font-family: 'Roboto_regular';
        font-size: 14px;
        color: #000;
        border-bottom: 1px solid #cdcdcd !important;
        border-top: 0 !important;
        text-align: center;
    }

.ext_main_tb {
    margin-bottom: 0px;
    margin-top: 20px;
    overflow: auto;
    clear: both;
}

    .ext_main_tb > table > tbody > tr > td > a {
        color: #4A90E2;
        font-family: 'Roboto_bold';
        text-decoration: none;
        font-size: 14px;
    }

.info_i {
    width: 20px;
    height: 20px;
    padding-left: 5px;
    position: relative;
    top: 3px;
    cursor: pointer;
}

.note_sec {
    color: #000;
    margin-top: 30px;
}

.note_inf {
    font-family: 'Roboto_bold';
    font-size: 16px;
}

.account_mg {
    float: right;
    color: #4a90e2;
    text-decoration: none;
    font-size: 18px;
}

.services_main_block {
    border: 1px solid #cdcdcd;
    padding: 20px;
    overflow: auto;
    clear: both;
}

.left_section div {
    margin: auto;
    display: block;
    margin-bottom: 10px;
}

    .left_section div a {
        color: #4a90e2;
        text-decoration: none;
        font-size: 18px;
    }

.left_section {
    float: left;
    width: 450px;
    text-align: center;
}

.right_section {
    float: left;
    width: 350px;
}

    .right_section div {
        margin: 0 auto;
        width: 400px;
        height: 85px;
        vertical-align: middle;
        display: table-cell;
    }

        .right_section div img {
            width: 200px;
            margin: 0 auto;
            display: block;
        }

.main_wlc {
    color: #000;
    background-color: #f1f1f1;
    padding: 10px;
    border: 1px solid #cdcdcd;
    border-bottom: 0;
    font-size: 16px;
}

.main_wlc1 {
    color: #000;
    background-color: #f1f1f1;
    padding: 10px;
    border: 1px solid #cdcdcd;
    margin-bottom: 10px;
}

.main_invalid_block {
    margin-top: 100px;
}

.main_invalid_hd {
    text-align: center;
    margin-bottom: 20px;
    font-family: 'Roboto_bold';
    font-size: 16px;
}

.main_invalid_cnt {
    border: 1px solid #cdcdcd;
    padding: 30px;
    width: 500px;
    margin: 0 auto;
    text-align: center;
}

.inner_infm {
    position: relative;
    top: 3px;
}

.main_invalid_block {
    margin-top: 100px;
}

.main_invalid_hd {
    text-align: center;
    margin-bottom: 20px;
    font-family: 'Roboto_bold';
    font-size: 14px;
}

.main_invalid_cnt {
    border: 1px solid #cdcdcd;
    padding: 30px;
    width: 500px;
    margin: 0 auto;
    text-align: center;
}

.errMsg {
    padding: 7px;
    background-color: #e9aab2;
    color: #9b4848;
    font-size: 14px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    max-width: 438px;
    margin: 0 auto 19px;
    text-align: center;
    display: none;
}

.overlayEffect {
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: rgba(255, 255, 255, 0);
    filter: alpha(opacity=40);
    -moz-opacity: 1;
    opacity: 1;
    right: 0;
    bottom: 0;
    z-index: 999999;
}


.main_info {
    position: fixed;
    top: 66px;
    width: 100%;
    padding: 20px;
    z-index: 99999;
    display: none;
    left: 0;
}

    .main_info > div {
        width: 80%;
        margin: 0 auto;
        display: table;
    }

        .main_info > div > div:first-child {
            width: 50px;
            background-size: 26px;
            background-repeat: no-repeat;
            float: left;
            height: 27px;
        }

        .main_info > div > div:nth-child(2n) {
            width: 89%;
            float: left;
            padding-top: 3px;
            font-size: 16px;
        }

        .main_info > div > div:last-child {
            width: 50px;
            background-size: 13px;
            background-repeat: no-repeat;
            float: right;
            height: 27px;
            background-position-y: 9px;
            cursor: pointer;
        }

    .main_info div h1 {
        font-size: 16px;
        margin-top: 0;
        margin-bottom: 10px;
    }

.information_alert {
    background-color: #b0d1f7;
    display: block;
}

    .information_alert > div > div:first-child {
        background-image: url(../images/information.png);
    }

    .information_alert > div > div:nth-child(2n) {
        color: #405b7b;
    }

    .information_alert > div > div:last-child {
        background-image: url('../images/close_info.png');
    }

.warning_alert {
    background-color: #f2e3ab;
    display: block;
}

    .warning_alert > div > div:first-child {
        background-image: url(../images/warning_icon.png);
    }

    .warning_alert > div > div:nth-child(2n) {
        color: #635934;
    }

    .warning_alert > div > div:last-child {
        background-image: url('../images/warning_cl.png');
    }

.sucess_alert {
    background-color: #d9f0be;
    display: block;
}

    .sucess_alert > div > div:first-child {
        background-image: url(../images/round_green_tick.png);
    }

    .sucess_alert > div > div:nth-child(2n) {
        color: #34520d;
    }

    .sucess_alert > div > div:last-child {
        background-image: url('../images/sucess_cl.png');
    }

.error_alert {
    background-color: #e9aab2;
    display: block;
}

    .error_alert > div > div:first-child {
        background-image: url(../images/error_icon.png);
    }

    .error_alert > div > div:nth-child(2n) {
        color: #9b4848;
    }

    .error_alert > div > div:last-child {
        background-image: url('../images/error_cl.png');
    }

#new_link {
    text-decoration: underline;
}

/*  Locked payment div css */

.box_Out {
    /*  border: 1px solid #ccc;
    border-radius: 8px;
    width: 32%;
    padding: 15px 20px 1px 25px;
    margin: 0 auto;
    margin-bottom:10%;
    background-color: #fff;
    box-shadow: -5px 6px 16px rgba(0,0,0,0.51);*/
    border: 1px solid #ccc;
    border-radius: 8px;
    width: 520px;
    padding: 45px 20px 1px 25px;
    margin: 0 auto;
    margin-bottom: 10%;
    background-color: #fff;
    box-shadow: -5px 6px 16px rgba(0,0,0,0.51);
    padding-bottom: 25px;
}

.Button_align {
    margin: 0 auto;
    display: table;
}

.Button_red {
    width: 80px;
    height: 35px;
    margin-bottom: 14px;
    border: 1px solid #ccc;
    font-size: 14px;
    border-radius: 3px;
    background-color: #f9d0d0;
    color: #b70606;
    font-family: Inter;
    cursor: pointer;
    outline: none;
    font-weight: 600;
}

.Content_text p {
    font-size: 14px;
    padding-bottom: 10px;
    font-family: Inter;
    color: var(--character-title-85, rgba(0, 0, 0, 0.85));
}
    .Content_text p a {
        color: #0575E6;
        font-family: Inter;
        font-size: 14px;
        font-weight: 500;
        line-height: 143%;
        letter-spacing: -0.1px;
    }

/*  Locked payment div css ends     */

@media (max-width:1620px) {
    .call_phone {
        font-family: 'Roboto_medium';
        font-size: 14px;
        color: #000;
        padding-bottom: 20px;
    }

    .call_cnt {
        font-size: 14px;
        padding-bottom: 5px;
        color: #000;
    }

    .call_hd {
        font-family: 'Roboto_bold';
        font-size: 16px;
        padding-bottom: 20px;
        color: #000;
        padding-top: 15px;
    }

    .email_link {
        font-family: 'Roboto_medium';
        font-size: 14px;
    }

    .ext_main_tb > table > tbody > tr > th {
        font-size: 14px;
    }

    .left_section div a {
        color: #4a90e2;
        text-decoration: none;
        font-size: 14px;
    }

    .main_wlc {
        font-size: 14px;
    }

    .note_inf {
        font-family: 'Roboto_bold';
        font-size: 14px;
    }

    .ext_main_h_l {
        font-family: 'Roboto_bold';
        font-size: 16px;
        color: #000;
        margin-bottom: 15px;
    }

    .account_mg {
        float: right;
        color: #4a90e2;
        text-decoration: none;
        font-size: 16px;
        margin-top: 2px;
    }

    .ac_main {
        width: 1023px;
        margin: 0 auto;
        padding: 0px 0 0px 0;
    }

    .support {
        font-family: 'Roboto_medium';
        font-size: 14px;
    }

    header {
        padding: 10px 0 2px 0;
    }

    .cust_log {
        width: 151px;
    }

    .support {
        padding: 10px 0;
    }

    .login_box {
        width: 330px;
        padding: 24px 50px 40px 50px;
    }

    .login_block {
        padding: 30px 0 30px 0;
    }

    .login_head {
        font-size: 34px;
        margin-bottom: 34px;
    }

    footer {
        text-align: center;
        color: #4a4a4a;
        margin: 40px auto;
    }

    .support_click {
        position: absolute;
        right: 0;
        background-color: #f1f1f1;
        top: -15px;
        padding: 32px 16px 16px 15px !important;
    }

    /* New CSS Starts */
    .main_invalid_block {
        margin-top: 100px;
    }

    .main_invalid_hd {
        text-align: center;
        margin-bottom: 20px;
        font-family: 'Roboto_bold';
        font-size: 14px;
    }

    .main_invalid_cnt {
        border: 1px solid #cdcdcd;
        padding: 30px;
        width: 500px;
        margin: 0 auto;
        text-align: center;
    }

    .errMsg {
        padding: 7px;
        background-color: #e9aab2;
        color: #9b4848;
        font-size: 14px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        border-radius: 2px;
        max-width: 415px;
        margin: 0 auto 19px;
        text-align: center;
        display: none;
    }

    .overlayEffect {
        position: fixed;
        top: 0px;
        left: 0px;
        background-color: rgba(255, 255, 255, 0);
        filter: alpha(opacity=40);
        -moz-opacity: 1;
        opacity: 1;
        right: 0;
        bottom: 0;
        z-index: 999999;
    }


    .main_info {
        position: fixed;
        top: 66px;
        width: 100%;
        padding: 20px;
        z-index: 99999;
        display: none;
        left: 0;
    }

        .main_info > div {
            width: 80%;
            margin: 0 auto;
            display: table;
        }

            .main_info > div > div:first-child {
                width: 50px;
                background-size: 26px;
                background-repeat: no-repeat;
                float: left;
                height: 27px;
            }

            .main_info > div > div:nth-child(2n) {
                width: 89%;
                float: left;
                padding-top: 3px;
                font-size: 16px;
            }

            .main_info > div > div:last-child {
                width: 50px;
                background-size: 13px;
                background-repeat: no-repeat;
                float: right;
                height: 27px;
                background-position-y: 9px;
                cursor: pointer;
            }

        .main_info div h1 {
            font-size: 16px;
            margin-top: 0;
            margin-bottom: 10px;
        }

    .information_alert {
        background-color: #b0d1f7;
        display: block;
    }

        .information_alert > div > div:first-child {
            background-image: url(../images/information.png);
        }

        .information_alert > div > div:nth-child(2n) {
            color: #405b7b;
        }

        .information_alert > div > div:last-child {
            background-image: url('../images/close_info.png');
        }

    .warning_alert {
        background-color: #f2e3ab;
        display: block;
    }

        .warning_alert > div > div:first-child {
            background-image: url(../images/warning_icon.png);
        }

        .warning_alert > div > div:nth-child(2n) {
            color: #635934;
        }

        .warning_alert > div > div:last-child {
            background-image: url('../images/warning_cl.png');
        }

    .sucess_alert {
        background-color: #d9f0be;
        display: block;
    }

        .sucess_alert > div > div:first-child {
            background-image: url(../images/round_green_tick.png);
        }

        .sucess_alert > div > div:nth-child(2n) {
            color: #34520d;
        }

        .sucess_alert > div > div:last-child {
            background-image: url('../images/sucess_cl.png');
        }

    .error_alert {
        background-color: #e9aab2;
        display: block;
    }

        .error_alert > div > div:first-child {
            background-image: url(../images/error_icon.png);
        }

        .error_alert > div > div:nth-child(2n) {
            color: #9b4848;
        }

        .error_alert > div > div:last-child {
            background-image: url('../images/error_cl.png');
        }

    .VerColor {
        color: #ffffff;
        font-family: 'Roboto_regular';
        font-size: 14px;
    }

    .diviTele_cust {
        overflow: auto;
        border-bottom: 1px solid #cdcdcd;
        margin-bottom: 30px;
        padding-bottom: 22px;
    }

    /* New CSS ENDS */
}

@media (max-width:1380px) {
    .ext_main_h_l {
        font-family: 'Roboto_bold';
        font-size: 16px;
        color: #000;
        margin-bottom: 8px;
    }

    footer {
        text-align: center;
        color: #4a4a4a;
        margin: 8px auto 0px auto;
    }

    .login_head {
        font-size: 30px;
        margin-bottom: 22px;
    }

    .ext_main_tb {
        margin-bottom: 0px;
        margin-top: 15px;
        overflow: auto;
        clear: both;
    }
}
