/*--------------------login------------*/

.login-page {
    background: #E4F3FF url(../Images/common/log-bg.html) no-repeat fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1;
    color: #fff;
    margin-top: 60px;
}

    .login-page:before {
        content: "";
        background: #fff;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        opacity: 0.7;
    }

    .login-page label {
        font-weight: normal;
    }

    .login-page .log-bg {
        margin-top: 100px;
    }

        .login-page .log-bg > div {
            margin-bottom: 20px;
            background: #1c2b4a;
            -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
            box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
        }

    .login-page .form-control {
        border-radius: 0;
        height: 45px;
        background-color: #12192c;
        border: none;
        padding-left: 30px;
        color: #fff;
    }

    .login-page .form-icon {
        position: relative;
    }

        .login-page .form-icon > i {
            font-size: 18px;
            color: #a70f0e;
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            margin-top: 14px;
            width: 30px;
            height: 25px;
            text-align: center;
        }

    .login-page .head-strips {
        background: rgba(0, 0, 0, 0.37);
        overflow: hidden;
        text-align: center;
    }

        .login-page .head-strips h3 {
            margin: 15px 0;
        }

    .login-page .footer-strips {
        background: rgba(0, 0, 0, 0.37);
        overflow: hidden;
        padding: 10px 0;
    }

        .login-page .footer-strips .btn {
            border: none;
            border-radius: 4px;
            border-bottom: 4px solid #7d0b0a;
        }

.log-content {
}

    .log-content .box {
        text-align: center;
        margin-top: 30%;
    }

        .log-content .box h1 {
            font-family: 'Roboto', sans-serif;
            font-size: 50px;
            font-weight: 200;
            color: #a8100f;
            text-transform: uppercase;
        }

        .log-content .box h2 {
            font-family: 'Dancing Script', cursive;
            color: #12558b;
        }


@media (max-width: 767px) {
    .login-page {
        overflow-y: auto;
    }

        .login-page .log-bg {
            margin-top: 5px;
        }
}

/*===========================Loading=========================*/

.load-body {
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 3;
    padding-top: 50px;
}

.animation {
    width: 100px;
    height: 100px;
    margin-left: -158px;
    display: inline-block;
}

.load-text {
    width: 100%;
    font-size: 60px;
    display: inline-block;
    text-transform: uppercase;
    position: absolute;
    left: 0;
}

    .load-text span {
    }

    .load-text i {
        width: 105px;
        height: 10px;
        display: inline-block;
    }

.load-body h3 {
    color: #0875af;
    margin: 60px auto;
}

.load-body h4 {
    margin: 60px auto;
}


.page-loader {
    font-family: 'Open Sans', sans-serif;
    position: fixed;
    z-index: 1031;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #e8e8e8;
}

    .page-loader .overlay {
        width: 100%;
        height: 100%;
        position: absolute;
        background: url(../Images/common/loading-overlay.jpg) no-repeat center center;
        left: 0;
        background-size: cover;
        z-index: 1;
        opacity: 0.3;
    }

    .page-loader:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        height: 19px;
        width: 100%;
        background: #686868;
        z-index: 2;
    }

    .page-loader:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 2;
        height: 305px;
        width: 100%;
        border-bottom: 4px solid #686868;
        background: url(../Images/common/loading1.gif) no-repeat center bottom;
    }

/*====================================sign pages===============================*/
.sign-page .page-up {
    margin-top: -60px;
}

.sign-wrap {
    background: #e8e8e8;
}

.page-banner {
    height: 200px;
    background: url(../Images/common/sign-banner.jpg) no-repeat center top fixed;
}

.log-head {
    background: rgba(0, 0, 0, 0.62);
    position: relative;
    font-size: 20px;
    color: #fff;
    border-radius: 6px 6px 0 0;
    overflow: hidden;
}

    .log-head .fa {
        background-color: #0086cd;
        border-top: 4px solid #0fa0ec;
        width: 60px;
        height: 60px;
        text-align: center;
        line-height: 60px;
        margin-right: 20px;
    }

.log-body {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.34);
    padding: 15px;
    background: #fff;
    overflow: hidden;
    min-height: 300px;
    margin-bottom: 40px;
}

.sign-page label {
    font-weight: normal;
    font-size: 14px;
}

.sign-page .form-control {
    border-radius: 0;
    height: 45px;
    border-color: #ddd;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.18);
}

.sign-page .form-icon {
    position: relative;
}

    .sign-page .form-icon .form-control {
        padding-left: 30px;
    }

    .sign-page .form-icon > i {
        font-size: 18px;
        color: #0086cd;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin-top: 14px;
        width: 30px;
        height: 25px;
        text-align: center;
    }

/*=========================B2B Home=========================*/
.b2b-home .page-up {
    margin-top: -60px;
}

.content-box {
    padding: 35px 0;
    position: relative;
    height: 250px;
    color: #fff;
    background: url(../Images/common/sign-banner.jpg) no-repeat center top fixed;
    background-size: 100%;
}

.home-wrap {
    background: #e8e8e8;
}

.b2b-home h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 60px;
    font-weight: 300;
}

.b2b-home .text-head {
    background: rgba(0, 0, 0, 0.62);
    position: relative;
    font-size: 20px;
    color: #fff;
    border-radius: 6px 6px 0 0;
    overflow: hidden;
}

    .b2b-home .text-head h3 {
        margin-bottom: 17px;
        margin-top: 17px;
        color: #ff7d13;
    }

.b2b-home .text-body {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.34);
    padding: 15px;
    background: #fff;
    overflow: hidden;
    min-height: 300px;
}

.b2b-home .advantages {
    position: relative;
    padding: 40px 0;
}

    .b2b-home .advantages h4 {
        text-transform: uppercase;
    }

    .b2b-home .advantages h2 {
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .b2b-home .advantages i {
        color: #fff;
        font-size: 40px;
        width: 100px;
        height: 100px;
        line-height: 100px;
        display: inline-block;
        border-radius: 50%;
    }

        .b2b-home .advantages i.color-1 {
            background: #211a67;
        }

        .b2b-home .advantages i.color-2 {
            background: #f6c636;
        }

        .b2b-home .advantages i.color-3 {
            background: #0086cd;
        }

        .b2b-home .advantages i.color-4 {
            background: #e26f2a;
        }


    .b2b-home .advantages .container > div i:after {
        content: "";
        border: 1px solid #000;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        border-radius: 50%;
        opacity: 0;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    .b2b-home .advantages .container > div:hover i:after {
        opacity: 0.1;
        border: 10px solid #000;
    }

/* ---------- Affliate Login ----------------- */

.affliate-Login h4 {
    margin-bottom: 20px;
}

.affliate-Login h3 {
    text-align: center;
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 20px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 30px;
}

    .affliate-Login h3:after {
        content: "";
        width: 50px;
        height: 4px;
        background: #FFBB52;
        position: absolute;
        left: 50%;
        bottom: -2px;
    }

    .affliate-Login h3:before {
        content: "";
        width: 50px;
        height: 4px;
        background: #6E5AA1;
        position: absolute;
        right: 50%;
        bottom: -2px;
    }

.info-section {
    padding-right: 30px;
    padding-left: 30px;
}

.affliate-Login .login-section {
    padding-right: 40px;
    padding-left: 40px;
    border-right: 1px solid #E8E8E8;
}

    .affliate-Login .login-section label {
        font-weight: normal;
        font-size: 14px;
        margin-bottom: 10px;
    }

.affliate-Login .info-section ul li {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    border-bottom: 1px solid #F1F1F1;
}

    .affliate-Login .info-section ul li .fa {
        font-size: 25px;
        color: #ccc;
        margin-right: 15px;
    }

/*=======================visa==========================*/

.visa-result {
    margin-top: 20px;
}

    .visa-result .vertical-tab-content {
        border: 1px solid #ddd;
        margin-left: -1px;
        min-height: 361px;
        background: #fff;
    }

    .visa-result .list-group-item:first-child, .visa-result .list-group-item:last-child {
        border-radius: 0;
    }

    .visa-result .list-group-item {
        position: relative;
        display: block;
        font-size: 12px;
        text-transform: uppercase;
        padding: 20px 15px;
    }

        .visa-result .list-group-item:before {
            content: "";
            position: absolute;
            z-index: 1;
            width: 4px;
            height: 100%;
            top: 0;
            left: 0;
            background: #000;
            opacity: 0.1;
        }

        .visa-result .list-group-item .fa {
            font-size: 18px;
            margin-right: 10px;
        }

    .visa-result a.list-group-item.active,
    .visa-result a.list-group-item.active:hover,
    .visa-result a.list-group-item.active:focus {
        z-index: 2;
        color: #fff;
        background-color: #ff7d13;
        border-color: #ff7d13;
    }

    .visa-result div.vertical-tab div.vertical-tab-content:not(.active) {
        display: none;
    }

    .visa-result .nav-tabs.nav-justified {
        background: #e8e8e8;
        padding: 4px 4px 0px 4px;
        box-shadow: 0px -3px 7px rgba(0, 0, 0, 0.24) inset;
    }

        .visa-result .nav-tabs.nav-justified > li > a {
            border-bottom: none;
            border-radius: 0;
            color: #000;
            text-transform: uppercase;
        }

    .visa-result .nav > li > a {
        position: relative;
        display: block;
        padding: 20px 5px;
    }

    .visa-result .nav.nav-tabs.nav-justified.visa-detail-tab > li > a:hover {
        color: #333333;
    }

    .visa-result .nav-tabs.nav-justified.visa-detail-tab > .active > a,
    .visa-result .nav-tabs.nav-justified.visa-detail-tab > .active > a:hover,
    .visa-result .nav-tabs.nav-justified.visa-detail-tab > .active > a:focus {
        background: #ffffff;
        border: none;
        color: #333333;
    }


    .visa-result .tab-content {
        margin-top: -1px;
        background: #fff;
    }

    .visa-result .download {
        text-align: center;
        margin-top: 50px;
    }

        .visa-result .download .btn .fa {
            margin-left: 10px;
        }

    .visa-result .query {
    }

    .visa-result .form-control {
        border-radius: 0;
        height: 44px;
        border: 1px solid #e3e3e3;
        box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.13);
    }

/*===================dashboard======================*/

.dashboard .nav-tabs > li {
    margin-bottom: 0;
    border-right: 1px solid #130b06;
    position: relative;
}

    .dashboard .nav-tabs > li > a {
        position: relative;
        border-radius: 0;
        font-size: 14px;
        color: #fff;
        padding: 17px 30px;
        margin-left: 0px;
        margin-right: 0;
        border: none;
    }

        .dashboard .nav-tabs > li > a > i {
            color: #ffffff;
            font-size: 24px;
            margin-right: 10px;
        }

    .dashboard .nav-tabs > li.active > a,
    .dashboard .nav-tabs > li.active > a:hover,
    .dashboard .nav-tabs > li.active > a:focus {
        background-color: #0086cd;
        color: #ffffff;
        border: none;
    }

    .dashboard .nav-tabs > li > a:hover {
        background: rgba(0, 134, 205, 0.61);
        border: none;
    }

    .dashboard .nav-tabs > li.active > a:before {
        content: "";
        width: 100%;
        height: 4px;
        position: absolute;
        top: 0;
        left: 0;
        background: #119ce6;
    }

/*Profile*/
.profiles .pro-box {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    font-size: 26px;
    color: #ffffff;
}

    .profiles .pro-box.address {
        background: #3284C4;
    }

    .profiles .pro-box.contacts {
        background: #4395D4;
    }

    .profiles .pro-box.emails {
        background: #DE8640;
    }

    .profiles .pro-box:after {
        content: " ";
        display: block;
        width: 0;
        height: 0;
        border-top: 0px solid rgba(0, 0, 0, 0);
        border-bottom: 30px solid rgba(0, 0, 0, 0);
        position: absolute;
        top: 0%;
        margin-top: 15px;
        z-index: 2;
        margin-left: 100%;
        left: -1px;
    }

    .profiles .pro-box.address:after {
        border-left: 13px solid #3284C4;
    }

    .profiles .pro-box.contacts:after {
        border-left: 13px solid #4395D4;
    }

    .profiles .pro-box.emails:after {
        border-left: 13px solid #DE8640;
    }


.profile-box {
    padding: 25px 0px;
    text-align: center;
    position: relative;
}

    .profile-box .fa {
        font-size: 65px;
        color: #FF9D06;
        text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.44);
    }

    .profile-box:after {
        content: '';
        position: absolute;
        bottom: 0;
        border-top: 0;
        border-right: 20px solid transparent;
        border-left: 20px solid transparent;
        border-bottom: 22px solid #FFFFFF;
        left: 45%;
    }

.displayprofile .panel {
    min-height: 280px;
}

.myprofile .panel {
    box-shadow: 1px 6px 8px rgba(0, 0, 0, 0.21);
}

    .myprofile .panel li {
        padding: 5px 0;
    }

        .myprofile .panel li .fa {
            margin-top: 2px;
            font-size: 16px;
            color: #B3B3B3;
        }
/*===================recharge==============*/

.recharge-confirmation .confrm img {
    float: left;
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

.recharge-confirmation .form-control {
    border-radius: 0;
    height: 44px;
    border: 1px solid #e3e3e3;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.13);
}

/*======================================*/

.refund-policies ul {
    padding-left: 20px;
}

    .refund-policies ul li, .cancel-policies ul li {
        list-style-type: disc;
        color: #FF7800;
        padding: 8px 0 8px 0px;
        font-size: 18px;
    }

        .refund-policies ul li span, .cancel-policies ul li span {
            color: #333333;
            font-size: 14px;
        }

/*contact us*/


.contactus {
    margin-top: 20px;
}

.c-details {
    margin-top: 60px;
}

    .c-details > div {
        margin-bottom: 20px;
        float: left;
        width: 100%;
    }

    .c-details .fa {
        width: 100px;
        height: 115px;
        line-height: 100px;
        text-align: center;
        margin-right: 15px;
        border-right: 1px solid #cccccc;
        font-size: 60px;
        color: #ff7d13;
    }

.feedback {
    margin-bottom: 20px;
}

/*about Us*/

.about-us {
}

    .about-us .about-content {
        font-size: 14px;
        margin: 40px 0;
        line-height: 25px;
    }

        .about-us .about-content img {
            float: left;
            margin: 10px;
            width: 150px;
            height: 150px;
        }

    .about-us .our-service {
        position: relative;
        margin-top: 0px;
        padding: 25px 0;
        text-align: center;
        background: url(../Images/common/about-banner.jpg) no-repeat center;
        background-size: cover;
    }

        .about-us .our-service:before {
            content: "";
            background: #003e5f;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            opacity: 0.7;
        }

        .about-us .our-service .sr-box .icons {
            width: 100px;
            height: 100px;
            line-height: 80px;
            padding: 10px;
            margin-bottom: 30px;
            color: #fff;
            display: inline-block;
            font-size: 45px;
            border: 1px solid #fff;
            border-radius: 50%;
            webkit-transition: all .5s ease-in-out;
            -moz-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            -ms-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
        }


        .about-us .our-service .sr-box:hover .icons {
            background: #ff7d13;
            border: 1px solid #ff7d13;
            webkit-transition: all .5s ease-in-out;
            -moz-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            -ms-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
        }

            .about-us .our-service .sr-box:hover .icons i {
                webkit-transition: all .5s ease-in-out;
                -moz-transition: all .5s ease-in-out;
                -o-transition: all .5s ease-in-out;
                -ms-transition: all .5s ease-in-out;
                transition: all .5s ease-in-out;
            }

        .about-us .our-service p {
            margin-top: 20px;
            font-size: 14px;
            line-height: 21px;
            color: #fff;
        }

.c-details h5{
    line-height:25px;
}
