﻿/***************Payment******************/
.payment-wrp {
    margin: 30px auto;
    max-width: 450px;
    background: white;
    border-radius: 5px;
    box-shadow: 1px 1px 13px 0px #0000003d;
    overflow: hidden;
}

.payment-header {
    text-align: center;
    padding: 15px 15px;
    position: relative;
    height: 65px;
    margin-bottom: 60px;
}

    .payment-header.process {
        background: #ff6900;
    }

    .payment-header.success {
        background: green;
    }

    .payment-header.failed, .payment-header.cancel {
        background: red;
    }

    .payment-header img {
        width: 50px;
    }

.circle-payment {
    width: 100px;
    height: 100px;
    background: white;
    border-radius: 150px;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    position: absolute;
    bottom: -50px;
    box-shadow: 0 0 #000;
    left: 50%;
    transform: translateX(-50%);
}

    .circle-payment.process {
        border: 1px solid #ff6900;
    }

    .circle-payment.success {
        border: 1px solid green;
    }

    .circle-payment.cancel, .circle-payment.failed {
        border: 1px solid red;
    }

p.payment-result {
    text-align: center;
    font-weight: 600;
    font-size: 21px;
    margin-bottom: 0;
}

    p.payment-result.cancel, p.payment-result.failed {
        color: red;
    }

    p.payment-result.process {
        color: #ff6900;
    }

    p.payment-result .success {
        color: green;
    }

h5.payment-head {
    text-align: center;
    color: #000;
    font-size: 18px;
}

p.payment-result.process {
    color: #ff6900;
}

.payment-description {
    padding: 15px;
    padding-top: 0;
}

ul.list-payment {
    list-style: circle;
    margin-left: 15px;
    line-height: 30px;
}

/************************/
/* Slider */
.slick-slide {
    margin: 0px 5px;
}

    .slick-slide img {
        width: 100%;
    }

ul.terms-con {
    list-style: circle;
    padding-left: 30px;
}

    ul.terms-con li {
        line-height: 30px;
    }

.modal-backdrop {
    background: rgb(0 0 0 / 0.5) !important;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

    .slick-track:before, .slick-track:after {
        display: table;
        content: '';
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/***********************/
a {
    text-decoration: none !important;
}

* {
    outline: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.logined-new {
    padding-right: 30px;
}

header {
    background: #042c3a;
    background-size: cover;
    padding: 30px 0;
}

section.top-menu {
    position: relative;
    background: #042c3a;
}

.login_content {
    padding-bottom: 7px;
}

.to-link {
    display: flex;
    color: #fff;
    align-items: center;
    position: relative;
}

    .to-link a {
        color: #fff;
    }

.logined {
    padding-right: 30px;
}

.to-link-inner {
    display: flex;
    color: #fff;
    align-items: center;
}

form.mobile-recharge-bx {
    padding: 15px 30px;
    background: #fff;
    height: 100%;
    border-radius: 9px;
    padding-top: 50px;
    margin-top: -25px;
    padding-bottom: 30px;
}

a.view-plans-link {
    position: absolute;
    right: 15px;
    top: 16px;
    font-size: 12px;
    color: #0c2f55;
    display: none;
}

.view-plan-inner-wrp {
    padding: 15px;
    background: #fff;
}

.description-inner-wrp {
    padding: 15px;
    background: #fff;
}

section.view-plan {
    padding: 30px 0px;
    display: none;
}

section.description-box {
    padding-bottom: 30px;
    margin-top: 30px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background: none;
    color: #082b71;
    border-bottom: 3px solid #3fce88;
    border-radius: 0;
}

.nav-pills .nav-link {
    color: #7d7d7d;
}

ul.nav.nav-pills {
    border-bottom: 1px solid #d5dbe2;
    margin-bottom: 15px;
}

table.table-plan::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

table.table-plan::-webkit-scrollbar-thumb {
    background: #6ae0d4;
    border-radius: 10px;
}

    table.table-plan::-webkit-scrollbar-thumb:hover {
        background: #6ae0d4;
        border-radius: 10px;
    }

table.table-plan {
    height: 300px;
    overflow-x: auto;
    display: none;
    width: 100%;
}

    table.table-plan td {
        vertical-align: text-bottom;
        padding-top: 15px;
    }

    table.table-plan th {
        padding: 10px;
        -webkit-font-smoothing: subpixel-antialiased;
    }

    table.table-plan tbody {
        /* border: 1px solid #e8e8e8; */
    }

    table.table-plan th {
        border-top: 1px solid #e8e8e8;
        border-bottom: 1px solid #e8e8e8;
        color: #7d7d7d;
        padding-left: 0;
    }

span.plan-rate {
    color: #6ae0d4;
    border: 1px solid #6ae0d4;
    padding: 7px 10px;
    border-radius: 5px;
    font-weight: 500;
    margin-left: 15px;
}

body {
    color: #7d7d7d;
    background: #f3f3f3;
}

section.securepayment {
    padding: 30px 0;
    background: white;
}

.satisfaction-icon-box {
    font-size: 60px;
    color: #f8b217;
}

.satisfaction-bx {
    text-align: center;
    color: #232323;
}

    .satisfaction-bx h4 {
        color: #042c3a;
    }

.payment-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: end;
}

.payment-footer li {
    margin-left: 15px;
}

footer {
    padding: 30px 0;
    color: #fff;
}

.header-logo {
    width: 100%;
    padding: 0 15px;
    align-items: center;
}

a.navbar-brand img {
    width: 80%;
}

a.navbar-brand {
    width: 330px;
}

span.login-circle {
    width: 30px;
    height: 30px;
    background: #082b71;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    margin-left: 5px;
}

h5.heading-5 {
    margin-bottom: 15px;
    color: #082b71;
}

form.mobile-recharge-bx .form-group.input-group, form.mobile-recharge-bx .form-control, form.mobile-recharge-bx .custom-select {
    height: 44px;
}

section.recharge-box .row {
}

ul.bottom {
    display: flex;
    justify-content: center;
    margin: 15px 0;
    flex-flow: wrap;
}

section.footer-two {
    text-align: center;
    border-top: 1px solid #303b48;
    padding: 15px 0;
}

.Keep-in-touch ul {
    display: flex;
}

.Keep-in-touch {
    display: flex;
    flex-flow: column;
}

    .Keep-in-touch li a {
        width: 40px;
        height: 40px;
        background: white;
        border-radius: 50px;
        justify-content: center;
        align-items: center;
        display: flex;
        margin-right: 15px;
        box-shadow: 0 0 0px 1px rgb(255 255 255);
        color: #1d242c;
        transition: 0.5s;
    }

h6.heading-6 {
    margin-bottom: 15px;
    color: #ffffff;
    font-weight: 400;
    font-size: 22px;
}

.bottom li {
    color: red;
    border-right: 1px solid #303b48;
    padding: 0 10px;
}

    .bottom li a {
        color: #ffffff;
    }

    .bottom li:last-child {
        border: none;
    }

.Subscribe span.input-group-text {
    color: #fff;
    background: #30c1b2;
    cursor: pointer;
    border: none;
    border-radius: 0 4px 4px 0 !important;
}

.Subscribe {
}

    .Subscribe .form-group.input-group {
        border-radius: 4px;
    }

    .Subscribe span.input-group-text:hover {
        background: #199689;
    }

.Keep-in-touch li a:hover {
    box-shadow: 0 0 0px 2px rgba(126, 148, 220, 0.68);
    transform: scale(1.08);
}

p.copyright-text {
    color: #ffffff;
    text-align: left;
}

form.mobile-recharge-bx .btn-block {
    padding: 9px 10px;
    display: table;
    margin: 0 auto;
    width: auto;
    background: #082b71;
    border: none;
    font-size: 13px;
    color: #fff;
}

    form.mobile-recharge-bx .btn-block:hover {
        background: #033280;
        color: #fff;
    }

a.carousel-prev, a.carousel-next {
    position: absolute;
    top: calc(50% - 19px);
    background: #3f559e9c;
    padding: 7px;
    opacity: 0;
    transition: 0.5s;
    color: #fff;
}

a.carousel-next {
    right: 0;
}

.carousel-item img {
    width: 100%;
}

a#return-to-top {
    position: fixed;
    right: 30px;
    bottom: 15px;
    background: #f7af10;
    border-radius: 5px;
    width: 35px;
    height: 35px;
    text-align: center;
    color: #fff;
    line-height: 30px;
}

#demo:hover a.carousel-prev, #demo:hover a.carousel-next {
    opacity: 1;
    background: #082b71;
}

#demo .carousel-indicators li {
    transition: 0.5s;
    width: 10px;
    height: 10px;
    opacity: 0.5;
}

#demo .carousel-indicators .active {
    width: 10px;
    height: 10px;
    opacity: 1;
}

a.carousel-prev {
    border-radius: 0 4px 4px 0;
}

a.carousel-next {
    border-radius: 4px 0 0 4px;
}

.carousel-wrap {
    margin: 90px auto;
    padding: 0 5%;
    width: 80%;
    position: relative;
}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
    position: relative;
    z-index: 100;
    -webkit-backface-visibility: hidden;
}

/**********************owl*******/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}

    .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y;
        display: flex;
        touch-action: manipulation;
        -moz-backface-visibility: hidden;
    }

        .owl-carousel .owl-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0;
        }

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        -webkit-transform: translate3d(0,0,0);
    }

    .owl-carousel .owl-item, .owl-carousel .owl-wrapper {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
    }

    .owl-carousel .owl-item {
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-touch-callout: none;
    }

        .owl-carousel .owl-item img {
            display: block;
            width: 100%;
        }

    .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
        display: none;
    }

    .no-js .owl-carousel, .owl-carousel.owl-loaded {
        display: block;
    }

    .owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
        cursor: pointer;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
        background: 0 0;
        color: inherit;
        border: none;
        padding: 0 !important;
        font: inherit;
    }

    .owl-carousel.owl-loading {
        opacity: 0;
        display: block;
    }

    .owl-carousel.owl-hidden {
        opacity: 0;
    }

    .owl-carousel.owl-refresh .owl-item {
        visibility: hidden;
    }

    .owl-carousel.owl-drag .owl-item {
        -ms-touch-action: pan-y;
        touch-action: pan-y;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        display: flex;
        cursor: all-scroll;
        width: 100% !important;
        margin: 0 !important;
        justify-content: center;
    }

    .owl-carousel.owl-grab {
        cursor: move;
        cursor: grab;
    }

    .owl-carousel.owl-rtl {
        direction: rtl;
    }

        .owl-carousel.owl-rtl .owl-item {
            float: right;
        }

    .owl-carousel .animated {
        animation-duration: 1s;
        animation-fill-mode: both;
    }

    .owl-carousel .owl-animated-in {
        z-index: 0;
    }

    .owl-carousel .owl-animated-out {
        z-index: 1;
    }

    .owl-carousel .fadeOut {
        animation-name: fadeOut;
    }

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.owl-height {
    transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease;
}

    .owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
        max-height: 0;
    }

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease;
}

    .owl-carousel .owl-video-play-icon:hover {
        -ms-transform: scale(1.3,1.3);
        transform: scale(1.3,1.3);
    }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

/**********************owl*******/
.owl-slider a.nav-link {
    display: flex;
    flex-flow: column;
    text-align: center;
    color: #7a92c1;
    transition: 0.5s;
}

    .owl-slider a.nav-link > span {
        font-size: 14px;
    }

    .owl-slider a.nav-link i {
        font-size: 30px;
        color: #ffff;
        transition: 0.5s;
    }

.owl-nav {
    display: none;
}

.owl-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 2px;
    display: none;
}

button.owl-dot.active {
    background: #ffffff !important;
}

button.owl-dot {
    width: 10px;
    height: 10px;
    background: #31c1b2 !important;
    margin-right: 10px;
    border-radius: 100px;
}

.owl-slider a.nav-link:hover {
    color: #fff;
}

section.top-menu:before {
    /* position: absolute; */
    /* content: ''; */
    top: 0;
    width: 100%;
    height: 300px;
    opacity: 1;
}

.customer-logos a.nav-link img {
    width: 50px;
}

.customer-logos a.nav-link span {
    display: flex;
    font-weight: 600;
    color: #131313;
    margin-left: 10px;
}

section.footer-wrap {
    background: #042c3a;
    position: relative;
    overflow: hidden;
    padding: 30px 0 0 0;
}

    section.footer-wrap:before {
        background: url(../images/dotted-partten.svg);
        position: absolute;
        content: '';
        top: 0;
        width: 215%;
        height: 300px;
        opacity: 0.1;
        FONT-WEIGHT: 1;
        background-repeat: no-repeat;
    }

h2.Headingdata {
    font-size: 18px;
    color: #000;
    position: relative;
    /* border-bottom: 1px solid #bbb; */
    padding-bottom: 10px;
    /* margin-bottom: 24px; */
    /* margin-top: 15px; */
}

.login-sign-wp {
    padding: 15px;
    font-size: 14px;
}

h2.Headingdata:before {
    /* position: absolute; */
    /* content: ''; */
    bottom: -3px;
    left: 0;
    width: 50px;
    height: 5px;
    background: #f4b017;
}

.login-sign-wp input {
    /* border: none; */
    /* border-bottom: 1px solid #dcdcdc; */
    /* outline: none; */
    width: 100%;
    background: none;
}

.login_content.frm-number.loginformResponsive {
    margin: 15px 0;
}

div#vefication {
    margin: 15px 0;
}

div#myModal .modal-dialog.modal-sm {
    max-width: 420px;
}

input#chkMobile {
    background: #f7b117;
    border: 1px solid #e38606;
    padding: 7px 15px;
    border-radius: 5px;
    font-size: 18px;
    width: 100%;
    color: #fff;
    box-shadow: 0 0 20px #e09a007d;
}

div#DivForMobileVerification {
}

input#txtverificationcodeforgot {
    margin-top: 0;
}

input#txtemailid {
    margin: 10px 0;
}

input#txtrepassword {
    margin-bottom: 15px;
}

.btn-social-log {
    text-align: center;
}

a.btn_login-cls.facebook-cls {
    padding: 4px 10px;
    border: 1px solid #00549e;
    border-radius: 4px;
    color: #ffffff;
    font-size: 13px;
    background: #00549e;
    transition: 0.5s;
}

div#textofmobile h2 {
    font-size: 14px;
    font-weight: 300;
    color: orange;
}

input#txtEmailIDRecover {
}

input#BtnForgotRecover {
    background: #31c1b2;
    color: #fff;
    padding: 8px;
    border-radius: 4px;
    border: none;
}

#myModal button.close {
    top: 15px;
    position: absolute;
    right: 10px;
    z-index: 99;
    opacity: 1;
    background: #ff3636;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    opacity: 1;
    text-shadow: none;
    color: #fff;
}

div#defaultlogin {
    display: flex;
    margin-bottom: 15px;
    align-items: flex-end;
    margin-top: 20px;
}

.login_content.frm-number.loginformResponsive {
    display: flex;
    margin: 0;
    width: 100%;
    position: relative;
}

.changenumber_cls {
}

select#ddlISDCode {
    border: none;
    border-bottom: 1px solid #dcdcdc;
    width: 100%;
}

div#divResendotp {
    margin: 15px 0;
    color: orange;
}

div#divtxtpasword {
    /* margin-bottom: 10px; */
}

input#btnRegister {
    background: #e45e5d;
    color: #fff;
    border-radius: 4px;
    padding: 5px;
}

span.LoginValidation {
    position: absolute;
    top: -18px;
    color: #ef1010;
    font-size: 12px;
}

.login_content.frm-number.loginformResponsive.col-sm-12.col-xs-12 input#txtloginid {
    /* border: 1px solid #ef1010 !important; */
    padding: 5px;
    font-size: 13px;
}

.login_content.frm-number.loginformResponsive.col-sm-12.col-xs-12 {
    padding: 0;
}

.accout-bpx {
    color: #cc9406;
    display: inline-flex;
    margin: 15px auto;
    align-items: center;
}

    .accout-bpx dt {
        color: #4c4c4c;
        font-size: 13px;
    }

input#btnSignIn {
    background: #f4b017;
    border-radius: 4px;
    padding: 5px;
    color: #fff;
    margin-bottom: 15px;
    height: 44px;
    border: 0;
    background: #f7b117;
    border: 1px solid #e38606;
    padding: 7px 15px;
    border-radius: 5px;
    font-size: 18px;
    color: #fff;
    box-shadow: 0 0 20px #e09a007d;
}

.dl-or {
    margin: 0;
    display: inline-block;
    background: white;
    position: relative;
    padding: 0 15px;
}

.login_content.frm-number.loginformResponsive.col-sm-9.col-xs-9 {
    padding: 0;
}

div#ddlisd {
    padding-left: 0;
    margin-right: 0;
    margin-right: 15px;
    width: 90px;
}

span.LoginValidationPassword {
    color: orange;
}

input#btnautologin {
    background: #05c3ae;
    border-radius: 4px;
    padding: 5px;
    color: #fff;
    margin-bottom: 10px;
}

input#btnChangePass {
    background: #31c1b2;
    color: #fff;
    padding: 5px;
    border-radius: 4px;
}

.cssDivConfirm {
    background: #fff;
    left: 50%;
    position: fixed;
    text-align: center;
    bottom: 5px;
    width: 50%;
    transform: translateX(-50%);
    z-index: 999999999999999;
    border-radius: 0;
    box-shadow: 1px 1px 7px rgba(0,0,0,.6);
    -webkit-box-shadow: 1px 1px 7px rgba(0,0,0,.6);
    -moz-box-shadow: 1px 1px 7px rgba(0,0,0,.6);
    display: flex;
    align-items: center;
    padding: 0;
}

    .cssDivConfirm .success-icon {
    }

    .cssDivConfirm .success-icon {
        margin: 0 auto;
        border-radius: 50%;
        border-radius: 0;
        background: #1fcea6;
        padding-bottom: 30px;
        padding-top: 30px;
        width: 200px;
    }

        .cssDivConfirm .success-icon img {
        }

.success-icon img {
    border-radius: 50%;
    box-shadow: 2px 4px 50px -2px #0000007d;
    width: 60px;
}

.cssDivConfirm .divinner {
    padding: 0;
    text-align: center;
    width: 100%;
    height: auto;
    padding-left: 15px;
}

.cssDivConfirm .alert-icon img {
    border-radius: 50%;
    box-shadow: 2px 4px 50px -2px #0000007d;
    width: 60px;
}



.cssDivConfirm .divforcontent {
    line-height: 17px;
    font-size: 16px;
    color: #1fcea6;
    text-align: left;
}

cssDivConfirm .btn-absolute {
    position: relative;
    top: 10px;
    background: #00a65a;
    border: 1px solid #07894d;
    color: #fff;
    padding: 8px 41px;
    font-size: 14px;
    right: 0;
}

.registerconformation-popup h2 {
    margin: 0 0 20px;
    color: #fff;
    position: relative;
    background: #33b35b;
    padding: 20px 0;
    font-weight: 400;
    line-height: 28px;
    font-size: 20px !important;
}

    .registerconformation-popup h2 img {
        display: inline-block;
        padding-bottom: 12px;
        width: 54px;
    }

.registerconformation-popup .btn {
    border-radius: 40px;
    font-size: 15px;
    padding: 10px 50px;
    margin-top: 5px;
    text-decoration: none;
    display: inline-block;
    font-weight: 400;
    color: #fff;
    background-color: #33b35b;
}

.registerconformation-popup {
    height: auto;
    width: 300px;
    background: #fff;
    font-family: roboto;
    position: fixed;
    padding: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999999999;
    text-align: center;
    display: none;
    color: #383838;
    min-height: 275px;
    border-bottom: 8px solid #33b35b;
    box-shadow: 0 5px 15px rgba(0,0,0,.3);
    border-radius: 0 0 3px 3px;
}

.cssDivConfirm .divforcontent b {
    font-size: 14px;
    line-height: 17px !important;
    font-weight: 400;
    color: #333;
    font-family: roboto;
    display: block;
    padding-top: 5px;
}

.cssDivConfirm .btn-absolute {
    position: relative;
    color: #fff !important;
    font-size: 14px;
    right: 0;
    height: 30px;
}

.login-wrp {
    display: flex;
}

.log-out-wrp {
    margin-left: 15px;
}

    .log-out-wrp .fa {
        margin-right: 7px;
    }

.logined .fa {
    margin-right: 7px;
}

div#SocialLogin {
    text-align: center;
    margin-bottom: 15px;
}

span.separator-text {
    display: block;
    text-align: center;
}

.separator {
    position: relative;
    margin: 20px 0;
}

    .separator:before {
        background: linear-gradient(45deg, #31c1b200, #ababab, #31c1b200);
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        left: 0;
        bottom: 10px;
    }

.box-shadow-ps {
    box-shadow: 0 0 8px 0 rgba(0,0,0,.05);
}

div#myModal .modal-content {
    border: none;
}

/* Change the white to any color ;) */
.login-sign-wp input:-webkit-autofill, .login-sign-wp input:-webkit-autofill:hover, .login-sign-wp input:-webkit-autofill:focus, .login-sign-wp input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.login-sign-wp select:-webkit-autofill, .login-sign-wp select:-webkit-autofill:hover, .login-sign-wp select:-webkit-autofill:focus, .login-sign-wp select:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.vieww-plan-2 {
    overflow: hidden;
    background-image: url(../images/map.png);
    background-color: white;
    padding: 50px 0;
}

.table-plan {
    margin-top: 15px;
}

.owl-slider-2 {
    background: white;
    padding: 15px;
}

a.table-menu {
}

.tab-active-bg {
}

.owl-slider-2 .owl-stage-outer {
    border-bottom: 1px solid #d5dbe2;
}

.owl-slider-2 .item {
    width: 100%;
}

.top-active {
    background: white;
    border-radius: 5px 5px 0 0;
}

    .top-active i {
        color: #082b71 !important;
    }

    .top-active a {
        color: #082b71 !important;
    }

.header-logo a {
    cursor: pointer;
}

.vieww-plan-2 .item {
    text-align: center;
}

.cssDivConfirm .alert-icon {
    margin: 0 auto;
    border-radius: 50%;
    border-radius: 0;
    background: #f94949;
    padding-bottom: 30px;
    padding-top: 30px;
    width: 200px;
}

a#btnCloseConfirmButton {
    background: #ed3f46;
    border: 1px solid #ed3f46;
    border-radius: 50px;
    overflow: hidden;
    display: flex;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
}

p.alertname {
    margin: 0;
    color: #464646;
    margin-bottom: 7px;
    text-transform: capitalize;
}

p.ErrorMessage-br {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    text-transform: capitalize;
    color: #f94949;
}

.progressAdd {
    position: fixed;
    top: 0;
    left: 0;
    vertical-align: middle;
    height: 100%;
    width: 100%;
    background-color: rgba(33, 33,33,0.5);
    z-index: 9;
}

.divforclosethepopup {
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 15px;
}

div.successpopupmessages {
}

    div.successpopupmessages a#btnCloseConfirmButton {
    }

p.success-heading {
    margin: 0;
    color: #464646;
    margin-bottom: 7px;
    text-transform: capitalize;
}

p.success-massege-hd {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    text-transform: capitalize;
}

.customer-logos a.nav-link {
    display: flex;
    padding: 15px 0;
    align-items: center;
    justify-content: center;
}

input.form-control.cssOnlyNumeric.Nospace {
}

ul.reciept-value li {
    display: flex;
    flex-flow: wrap;
    margin-bottom: 7px;
}

    ul.reciept-value li span {
        flex: 1;
    }

    ul.reciept-value li label {
        width: 50%;
        font-weight: 600;
        color: #000;
    }

    ul.reciept-value li:last-child {
        margin-bottom: 0;
    }

.footer_payment-md {
    padding: 1rem 1rem;
    border-top: 1px solid #dee2e6;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
    text-align: center;
    background: #fafded;
}

    .footer_payment-md ul.reciept-value {
        margin-bottom: 15px;
    }

    .footer_payment-md input {
        border: 1px solid #cecece;
        outline: none;
        box-shadow: none;
        padding: 0 7px;
    }

@media (max-width: 1024px) {
    .to-link-inner {
        flex-flow: column;
        position: absolute;
        right: 0;
        top: 47px;
        z-index: 9;
        background: #ffffff;
        width: 250px;
        display: none;
    }

    .toogle-btn {
        display: block !important;
        font-size: 26px;
        cursor: pointer;
    }

    .logined {
        padding-right: 0;
        display: flex;
        width: 100%;
        padding: 15px 15px;
        border-bottom: 1px solid #dadada;
        align-items: center;
    }

    .login-wrp .fa {
        color: red;
    }

    .to-link-inner .fa {
        color: #616161;
        margin-right: 7px;
    }

    .logined > a {
        display: flex;
        color: #616161;
    }

    .login-wrp {
        width: 100%;
        flex-flow: column;
    }

    .logined-new {
        padding: 15px 15px;
        color: #616161;
        border-bottom: 1px solid #dadada;
    }

    .log-out-wrp-new {
        padding: 15px 15px;
    }

    .header-logo a {
        color: #616161;
    }

    a.user-tb {
        padding: 13px 15px;
        display: block;
    }

    span.login-circle {
        background: #3fce88;
        text-align: center;
        margin-left: 0;
    }

        span.login-circle .fa {
            margin-right: 0;
            color: white;
        }

    span.lg-s {
        color: #616161;
    }
}

@media (min-width: 1025px) {
    .to-link-inner {
        display: flex !important;
    }
}

@media (max-width: 767px) {
    .customer-logos a.nav-link {
        padding: 7px 0;
    }

        .customer-logos a.nav-link img {
            width: 45px;
        }

        .customer-logos a.nav-link span {
            font-size: 13px;
        }
}

section.customer-logos-new {
    display: flex;
    background: #ffffff;
    box-shadow: 0 1px 7px 0 rgb(0 0 0 / 40%);
    border-radius: 5px;
    justify-content: space-around;
    padding: 7px 15px;
    position: relative;
    z-index: 1;
}

.slide-new img {
    width: 35px;
}

a.nav-link-new {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

    a.nav-link-new span {
        font-size: 13px;
        color: #666d6f;
    }

section.recharge-box {
    background: #042c3a;
}

.pding-btn {
    padding: 9px 15px;
    color: #fff;
}


.input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.btn {
    color: #fff !important;
}

@font-face {
    font-family: 'Jost-Medium';
    src: url('../fonts/Jost-Medium.ttf') format('truetype');
}

body {
    font-family: 'Jost-Medium';
}



.funfacts-area {
    position: relative;
    z-index: 1;
    padding: 50px 0;
    background: #fff;
    background: url(/images/map.png);
    background-color: #dcf2f9;
}

    .funfacts-area .map-bg {
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        text-align: center;
        margin: 0 auto;
    }

    .funfacts-area .row {
        padding-left: 100px;
        padding-right: 100px
    }

.funfact {
    text-align: center
}

    .funfact h3 {
        color: #f8b217;
        margin-bottom: 2px;
        font-family: Roboto,sans-serif;
        font-size: 35px;
    }

        .funfact h3 .odometer {
            position: relative;
            top: -2px
        }

    .funfact p {
        line-height: normal;
        margin-bottom: 0;
        font-size: 15px
    }



.single-how-it-works {
    text-align: center;
    background-color: #fff;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 7px 20px rgba(0,0,0,.03);
    box-shadow: 0 7px 20px rgba(0,0,0,.03);
    padding: 35px 25px;
    border-radius: 5px;
    -webkit-transition: .5s;
    transition: .5s;
    border: 1px solid #efefef
}

    .single-how-it-works img {
        display: inline-block;
        margin-bottom: 30px
    }

    .single-how-it-works h3 {
        margin-bottom: 0;
        font-size: 20px;
        color: #f8b218;
    }

    .single-how-it-works p {
        margin-top: 12px;
        margin-bottom: 0
    }

    .single-how-it-works:hover {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
        -webkit-box-shadow: 0 15px 30px rgba(0,0,0,.1);
        box-shadow: 0 15px 30px rgba(0,0,0,.1)
    }

.single-team-member {
    -webkit-box-shadow: 0 5px 40px 0 rgba(0,0,0,.07);
    box-shadow: 0 5px 40px 0 rgba(0,0,0,.07);
    text-align: center;
    border-radius: 5px;
    margin-bottom: 30px
}

    .single-team-member .member-image {
        position: relative;
        overflow: hidden;
        border-radius: 5px
    }

        .single-team-member .member-image img {
            border-radius: 5px;
            -webkit-transition: .5s;
            transition: .5s
        }

        .single-team-member .member-image .social {
            position: absolute;
            left: 0;
            right: 0;
            text-align: center;
            bottom: 0;
            list-style-type: none;
            padding-left: 0;
            margin: 0 auto;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: .5s;
            transition: .5s
        }

            .single-team-member .member-image .social li {
                display: inline-block
            }

                .single-team-member .member-image .social li a {
                    margin: 0 2px;
                    display: inline-block
                }

                    .single-team-member .member-image .social li a i {
                        background-color: #ee0979;
                        display: inline-block;
                        width: 30px;
                        height: 30px;
                        line-height: 30px;
                        border-radius: 50%;
                        color: #fff;
                        font-size: 13px;
                        -webkit-transition: .5s;
                        transition: .5s
                    }

                        .single-team-member .member-image .social li a i:hover {
                            background: #fff;
                            color: #ee0979
                        }

    .single-team-member .member-content {
        padding: 25px
    }

        .single-team-member .member-content h3 {
            margin-bottom: 0;
            font-size: 23px
        }

        .single-team-member .member-content span {
            display: block;
            font-size: 14px;
            margin-top: 5px;
            color: #57647c
        }

        .single-team-member .member-content p {
            font-size: 15px;
            margin-bottom: 0;
            margin-top: 10px
        }

    .single-team-member:hover .member-image img {
        -webkit-transform: scale(1.2) rotate(4deg);
        transform: scale(1.2) rotate(4deg)
    }

    .single-team-member:hover .member-image .social {
        bottom: 20px;
        opacity: 1;
        visibility: visible
    }

.form-control {
    font-size: 14px;
}


section.funfacts-area h2 {
    color: #042c3a;
}

.section-title.text-center {
    margin-bottom: 50px;
}

section.how-it-works-area .section-title {
    text-align: center;
    margin-bottom: 50px;
}

section.how-it-works-area {
    padding: 50px 0;
    background: #fff;
}

    section.how-it-works-area .section-title h2 {
        color: #042c3a;
    }

.home-feature-box-3 {
    padding: 50px 0;
    text-align: center;
    background: #fff;
}

.section-title {
    margin-bottom: 50px;
    color: #042c3a;
}

.feature-carousel-details h3 {
    font-size: 22px;
    margin-top: 30px;
    color: #f8b217;
}

ul.service-ft li {
    width: 50%;
}

ul.service-ft {
    display: flex;
    flex-flow: wrap;
}

    ul.service-ft a {
        color: #fff;
    }

section.term-conditon-pg {
    background: #fff;
    padding: 50px 0;
    padding-bottom: 0;
}

header.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
    padding: 0 15px;
    z-index: 99999;
}


.modal-dialog.modal-md.width_full {
    max-width: 100%;
    margin: 0;
    left: 0;
    right: 0;
    height: 100%;
}

    .modal-dialog.modal-md.width_full .modal-content {
        background: #042c3a;
        height: 100%;
    }

.row.sign-row {
    height: 100%;
}

.col-md-6.left-sing {
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
}



.banner-img {
    animation: MoveUpDown 2s linear infinite;
}

@keyframes MoveUpDown {
    0% {
        position: relative;
        top: 0;
    }

    50% {
        position: relative;
        top: 10px;
    }

    100% {
        position: relative;
        top: 0;
    }
}



/*******************/



.contentWrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.tabsWrapper {
    width: 100%;
    height: 50px;
    overflow: hidden;
    position: relative;
}

.tabs {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    white-space: nowrap;
    overflow: auto;
    margin-bottom: 0;
    padding: 0;
}

    .tabs li {
        display: inline-block;
        cursor: pointer;
        width: 100px;
        height: 50px;
    }

        .tabs li.active {
            background-color: white;
        }

.next, .previous {
    width: 40px;
    background: #f3f7f8;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
}

.next {
    right: -25px;
}

.previous {
    left: -25px;
}

.tabContent {
    width: 100%;
    background-color: white;
    padding: 15px;
    position: relative;
    border: 1px solid #ebebeb;
    border-top: 0;
}


.tabs-row {
    display: flex;
    background: #ffff;
    border: 1px solid #ebebeb;
}

.tabs li.item.active {
    background: white;
    border-bottom: 5px solid #f7af10;
    color: #f7af10;
    font-weight: 500;
}

.tabs li.item a {
    height: 50px;
    display: block;
    line-height: 50px;
}


.contentWrapper th {
    background: #f3f7f8 !important;
    border: none;
    border-bottom: 1px solid #ebebeb !important;
    color: #354044 !important;
}

.contentWrapper table {
    font-size: 14px;
}

.contentWrapper td {
    color: #6b6b6b;
}





.table-hover tbody tr:hover {
    background: #f3f7f8;
}



.login-sign-wp .form-control {
    height: 44px;
}

span.changemobile {
    border-bottom: 1px solid #dcdcdc;
    height: 100%;
    background: #f4b017;
    padding: 6px;
    border-radius: 5px;
    margin-left: 15px;
    color: #fff;
    line-height: 31px;
}

 