/*start navbar*/

body {
    color: #696969;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: #000;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    transition: background-color 5000s ease-in-out 0s;
}

.padMarg {
    margin: 0px !important;
    margin-left: 13% !important;
}


.modal-header .close {
    padding: 1rem;
    margin: unset !important;
}
#confLogin {
    color: #27894d;
}
#plussave {
    color: #28a745;
}
.term-sty {
    margin-right: -20px !important;
    margin-bottom: -16px !important;
    margin-left: 17% !important;
}
.dropdown-item:hover {
    color: #27894d;
}
body > div.agen-ban > div.electronic > div > div.e-wayss > div.waysss > div.bank-way.padMarg > p {
    width: 100% !important;
}

body > div.agen-ban > div.cash > div > div.c-wayss > div.cash-wayss > div.ag-way > p {
    margin-left: 12%;
    width: 77%;
}
.teamimage {
    margin-top: -156px;
}
.wherep{
    font-size:11px;
}

input:-internal-autofill-selected {
    background-color: #fff !important;
    background-image: none !important;
    color: rgb(0, 0, 0) !important;
}

@font-face {
    font-family: 'Roboto Bk';
    src: url('../fonts/roboto/black/Roboto-Black.woff2') format('woff2'), url('../fonts/roboto/black/Roboto-Black.woff2') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue Light';
    font-weight: 300;
    font-style: normal;
    src: local('Helvetica Neue Light'), url('../fonts/HelveticaNeue/HelveticaNeue-Light.woff2') format('woff2');
}

@font-face {
    font-family: 'Roboto Bk Reg';
    src: url('../fonts/roboto/regular/Roboto-Regular.woff2') format('woff2'), url('../fonts/roboto/regular/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

select {
    font-family: 'Roboto Bk Reg';
    font-weight: lighter;
}

#show-less {
    text-align: right;
    color: #3bbf6d;
    font-weight: 500;
    cursor: pointer;
    text-decoration: underline;
    position: relative;
    bottom: 2px;
}

body {
    font-family: 'Roboto Bk Reg';
    font-weight: lighter;
}

/*start navbar*/

.bg-light {
    padding: 92px;
    position: fixed;
    right: 0;
    padding-bottom: 16px;
    padding-top: 10px;
    left: 0;
    z-index: 1030;
}

.nav-logo {
    width: 7%;
}
#OTP {
    box-shadow: 0px 0px 7px rgb(59, 173, 104);
}

nav .nav-signin {
    background: none;
    border: 1px solid #000;
    border-radius: 3px;
    padding: 4px 14px;
    margin-left: 8px;
    font-size: 14px;
    font-weight: 700;
    color: black !important;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    outline: none;
}

.nav-signup {
    border: none;
    background: #26b962;
    color: #fff !important;
    padding: 5px 14px;
    border-radius: 3px;
    margin-left: 8px;
    font-size: 14px;
    font-weight: 700;
    color: #fff !important;
    cursor: pointer;
    outline: none;
}

nav .nav-signin:hover {
    border: 1px solid #26b962;
    background: #26b962;
    color: #fff !important;
    border-radius: 3px;
    padding: 4px 14px;
    margin-left: 8px;
    font-size: 14px;
    font-weight: 700;
    color: #fff !important;
    cursor: pointer;
}
.billerImage img {
    width: 100%;
    height: 550px;
}

.nav-link {
    font-size: 13px;
    font-weight: lighter;
    color: black;
    font-family: 'Roboto Bk Reg';
}

.nav-link2 {
    font-size: 16px;
    font-family: 'Roboto Bk Reg';
}

.fonts-zemenue {
    font-size: 16px;
}

.borderwhere {
    width: 75%;
    border: 1px solid #ddd;
    border-radius: 7px;
    margin: 0 auto;
    height: 54px;
    margin-bottom: 54px;
}
/*start new */
.bank-im {
    width: 50px;
}

.pos-bt {
    position: relative;
    top: 7px;
    margin: 0 5px;
}

.ser-bt {
    width: 100%;
    height: 80%;
    background: none;
    color: #a3a4a3;
    font-weight: 600;
    border: none;
    font-size: 14px;
    padding: 10px;
    position: relative;
    top: 5px;
    line-height: 16px;
    outline: none;
    cursor: pointer;
}

.med-u {
    padding: 0 10px;
    height: 22px;
    line-height: 9px;
}

.cent-po {
    /*border-left: 1px solid;
    border-right: 1px solid;*/
}

.disp-no {
    display: none;
}

.menuu {
    font-size: 20px;
    margin-right: 20px;
    cursor: pointer;
}

/* start side bar */

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: #fff;
    opacity: 0.98;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 91px;
}

    .sidenav a {
        padding: 15px 8px 15px 50px;
        text-decoration: none;
        font-size: 16px;
        color: #000;
        display: block;
        transition: 0.3s;
        text-transform: uppercase;
        border-bottom: 1px solid #ddd;
        font-family: 'Roboto Bk Reg'
    }

        .sidenav a:hover {
            background: #3bad68;
            color: #fff;
        }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 99;
        background: #0562a5;
        color: #Fff;
        padding: 27px 33px;
        font-size: 30px;
        cursor: pointer;
    }

/*end side bar */

@media(max-width:991px) {
    .cent-po {
        border: none;
    }

    .bank-im {
        width: 75px;
    }

    .pos-bt {
        margin-bottom: 10px;
    }

    .med-u {
        margin-bottom: 11px;
    }
}

/*end new*/

@media(max-width:1200px) {
    .nav-logo {
        width: 8%;
    }

    nav .nav-signin {
        font-size: 12px;
        position: relative;
        top: 4px;
    }

    .nav-signup {
        font-size: 12px;
        position: relative;
        top: 4px;
    }

    .nav-link {
        font-size: 13px;
    }
}

@media(max-width:991px) {
    .nav-logo {
        width: 11%;
    }


    .terms-resp {
        display: grid;
    }


    .term-sty {
        margin-right: -20px !important;
        margin-bottom: -16px !important;
        margin-left: -1% !important;
    }

    .nav-link {
        font-size: 17px;
    }


    .ml-auto {
        margin-left: auto !important;
        margin-top: 33px;
    }

    .nav-signin, .nav-signup {
        margin-left: 0 !important;
        margin-bottom: 10px;
        width: 50%;
        font-size: 17px;
    }

    nav .nav-signin {
        font-size: 17px;
    }

        nav .nav-signin:hover {
            margin-left: 0;
            margin-bottom: 10px;
            width: 50%;
        }

    .bg-light {
        text-align: center;
    }
}

@media(max-width:767px) {
    .nav-logo {
        width: 14%;
    }
}

@media(max-width:550px) {
    .nav-logo {
        width: 16%;
    }
}

@media(max-width:445px) {
    .nav-logo {
        width: 18%;
    }
}

@media(max-width:400px) {
    .nav-logo {
        width: 21%;
    }
}

@media(max-width:350px) {
    .nav-logo {
        width: 24%;
    }
}

/*end navbar*/

/*start caruesl*/

.carousel-indicators {
    right: 0;
}

.capacity {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.gcenter {
    margin: 0 auto;
    font-family: 'Roboto Bk Reg';
    font-size: 18px;
    text-align: left;
    font-weight: lighter;
}

.leftquick {
    font-size: 12px;
    text-align: right;
}

.row2 {
    margin-right: 20px;
    margin-left: 20px;
}

.quickmaintitle {
    text-align: left;
    margin-top: 13px;
    font-size: 19px;
    font-weight: bold;
}



.quickor {
    text-align: left;
    margin-top: -37px;
    font-weight: bold;
    width: 100%;
}

.quiktitle {
    text-align: left;
    font-size: 19px;
}

.ourfactback {
    background-color: #f4f4f4;
    color: red;
    margin-right: 0;
    margin-left: 0;
    margin-top: 25px;
}

.general {
    text-align: center;
}

.homefactbottom {
    margin-bottom: 50px;
}

.aboutback {
    /*background-image: url(../images/Aboutus/team.jpg);*/
    /*min-height: 380px;*/
    background-position: 59% -54%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 518px;
}


.aboutfact h2 {
    font-size: 40px;
    color: #3bad68;
    font-family: 'Roboto Bk Reg';
}

.headin {
    background-image: url(../images/line.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    text-align: center;
}

.aboutfact span {
    font-size: 18px;
    line-height: 10px;
    font-family: 'Roboto Bk Reg';
}

    .aboutfact span.blockspan {
        line-height: 23px;
        display: block;
        color: #000;
        font-family: 'Roboto Bk Reg';
    }

.margin90 {
    margin-top: 90px;
}

.aboutfact p {
    color: #3b3331;
}

.do .conte p.center {
    width: 77%;
}

.billerImage {
    width: 100%;
}

.billerText1 {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 12px;
}

#mySidenav a:hover {
    left: 0;
}

#about {
    top: 24px;
    background-color: #2aa262;
}

#blog {
    top: 80px;
    background-color: #167d48;
}

#projects {
    top: 140px;
    background-color: #f44336;
}

#contact {
    top: 200px;
    background-color: #555
}


.icon-bar {
    position: fixed;
    top: 31%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#menu2 {
    position: fixed;
    right: 0;
    top: 23%;
    width: 8em;
    margin-top: -2.5em;
    z-index: 1000;
}

    #menu2 a {
        position: absolute;
        right: -184px;
        transition: 0.3s;
        padding: 2px;
        width: 224px;
        text-decoration: none;
        font-size: 20px;
        color: white;
        border-radius: 5px 0px 0px 5px;
        padding-bottom: 18px;
    }


        #menu2 a:hover {
            right: -100px;
        }

.teamimage {
    margin-top: -724px;
}

.icon-bar a {
    display: block;
    text-align: center;
    padding: 5px;
    transition: all 0.3s ease;
    color: white !important;
    font-size: 20px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

    .icon-bar a:hover {
        /* background-color: #000;*/
    }

.facebook {
    background: #3B5998;
    color: white;
    width: 33px;
    height: 37px;
}

    .facebook:hover {
        width: 40px;
    }

.twitter {
    background: #55ACEE;
    color: white;
    width: 50px;
    width: 33px;
    height: 37px;
}

    .twitter:hover {
        width: 40px;
    }

.google {
    background: #dd4b39;
    color: white;
}

.linkedin {
    background: #007bb5;
    color: white;
    width: 33px;
    height: 37px;
}

    .linkedin:hover {
        width: 40px;
    }

.youtube {
    background: #bb0000;
    color: white;
}

.content {
    margin-left: 36px;
    font-size: 30px;
}

.quikpayment {
    background-color: #dfdfdf;
}

nav .nav-signin {
    background: none;
    border: 1px solid #000;
    border-radius: 3px;
    padding: 8px 14px;
    margin-left: 8px;
    font-size: 16px;
    color: black !important;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    outline: none;
    font-weight: lighter;
}

.nav-signup {
    border: none;
    background: #26b962;
    color: #fff !important;
    padding: 9px 14px;
    border-radius: 5px;
    margin-left: 8px;
    font-size: 16px;
    font-weight: 700;
    color: #fff !important;
    cursor: pointer;
    outline: none;
}

nav .nav-signin:hover {
    background: #26b962;
    border: 1px solid #000;
    border-radius: 3px;
    padding: 8px 14px;
    margin-left: 8px;
    font-size: 16px;
    color: white !important;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    outline: none;
    font-weight: lighter;
}

.nav-link {
    font-size: 13px;
    font-weight: lighter;
    color: black;
}

@media(max-width:1200px) {
    .nav-logo {
        width: 50%;
    }
}

@media(max-width:991px) {
    .nav-logo {
        width: 50%;
    }

    .ml-auto {
        margin-left: auto !important;
        margin-top: 23px;
    }

    .nav-signin, .nav-signup {
        margin-left: 0 !important;
        margin-bottom: 10px;
        width: 50%;
    }

    nav .nav-signin:hover {
        margin-left: 0;
        margin-bottom: 10px;
        width: 50%;
    }
}

@media(max-width:767px) {
    .nav-logo {
        width: 50%;
    }
}

@media(max-width:550px) {
    .nav-logo {
        width: 50%;
    }
}

@media(max-width:445px) {
    .nav-logo {
        width: 50%;
    }
}

@media(max-width:400px) {
    .nav-logo {
        width: 50%;
    }
}

@media(max-width:350px) {
    .nav-logo {
        width: 50%;
    }
}

/*end navbar*/

/*start caruesl*/

.slider .carousel-item {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.carousel-one {
    background: url(../images/01.jpg);
}

.carousel-two {
    background: url(../images/02.jpg);
}

.carousel-three {
    background: url(../images/03.jpg);
}

.carousel-four {
    background: url(../images/04.jpg);
}

.carousel-indicators li {
    height: 15px;
    cursor: pointer;
    width: 15px;
    border-radius: 50%;
}

.carousel-indicators .active {
    background-color: #3bad68;
    width: 19px;
    height: 19px;
    margin-top: -2px;
}

.carousel-indicators .active2 {
    background-color: #3bad68;
    width: 62px;
    height: 19px;
    margin-top: -2px;
}


.carousel-indicators li {
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.28);
}
.carousel-inner .content {
    position: absolute;
    color: #000;
    z-index: 3;
    top: 40%;
    left: 13%;
}

    .carousel-inner .content h1 {
        font-size: 38pt;
        font-weight: 700;
        line-height: 1.3;
        font-family: 'Roboto Bk';
    }

    .carousel-inner .content p {
        font-weight: lighter;
        font-size: 22px;
        font-family: 'Roboto Bk Reg';
    }

.carousel-control-next, .carousel-control-prev {
    z-index: 5;
}

.carousel-inner .content button {
    /*background: #3bad68;
    color: #fff;
    border: none;
    padding: 8px 9px;
    font-weight: 700;
    font-size: 16pt;
    margin-top: 27px;
   
    outline: none;
    font-family: 'Helvetica Neue Light';
    width: 238.55px;
    height: 49.397px;*/
    margin-top: 78px;
}

    .carousel-inner .content button:hover {
        background: #3bad68;
        cursor: pointer;
    }

@media(max-width:800px) {
    .carousel-inner .content {
        left: 9%;
    }

        .carousel-inner .content p {
            font-weight: 600;
            font-size: 16px;
        }

        .carousel-inner .content h1 {
            font-size: 44px;
        }
}

@media(max-width:767px) {
    .carousel-inner .content {
        left: 5%;
        top: 30%
    }
}


@media(max-width:562px) {
    .carousel-inner .content {
        text-align: center;
        left: 0;
        top: 25%;
    }

        .carousel-inner .content h1 {
            font-size: 31px;
        }
}

@media(max-width:450px) {

    .carousel-inner .content button {
    }
}

@media(max-width:410px) {
    .carousel-inner .content h1 {
    }
}

@media(max-width:406px) {

    .carousel-inner .content button {
    }
}

@media(max-width:386px) {
    .carousel-inner .content {
        text-align: center;
        top: 21%;
    }
}

/*end carousel*/

/*start methods*/

.methods {
    margin-top: 64px;
}

    .methods .meth {
        margin: auto;
    }

    .methods img {
        width: 75%;
        filter: gray;
        filter: grayscale(1);
        -webkit-filter: grayscale(1);
    }

    .methods .meth:hover {
        cursor: pointer;
    }

        .methods .meth:hover img {
            filter: none;
            -webkit-filter: grayscale(0);
        }

        .methods .meth:hover h5 {
            color: black;
        }


    .methods .meth-img {
        text-align: center;
    }

    .methods h5 {
        font-size: 15px;
        text-align: center;
        margin-top: 14px;
        color: gray;
    }

@media(max-width:991px) {
    .methods img {
        width: 78%;
    }

    .methods .meth {
        margin-bottom: 30px;
    }
}

@media(max-width:576px) {
    .methods img {
        width: 42%;
    }
}

/*end methods*/

/*end works*/

/*start team*/

.team {
    padding: 100px 0 0;
}

    .team .mem-cont {
        margin: 50px 0;
        padding: 50px;
        background: #f4f4f4;
    }

        .team .mem-cont img {
            width: 100%;
            height: 285px;
            border: 2px solid #000;
        }

        .team .mem-cont .mem-nam {
            margin-bottom: 0;
            line-height: 1;
            font-family: 'Roboto Bk';
            font-size: 20pt;
            margin-top: 18px;
        }

        .team .mem-cont .mem-pro {
            font-size: 18pt;
            color: grey;
            font-weight: 100;
            line-height: 1.2;
            font-family: 'Roboto Bk Reg';
        }

        .team .mem-cont .p-pro {
            margin-top: 30px;
            color: gray;
            font-family: 'Roboto Bk Reg';
            font-size: 15pt;
            font-weight: lighter;
        }

    .team .carousel-item img {
        width: 100%;
        min-height: 233px;
    }

.team-row {
    text-align: center;
    padding-left: 93px;
}

.team .carousel-control-prev-icon {
    background: url(../images/FAQ/keyboard_arrow_left_grey_192x192.png);
}

.faqtext {
    width: 100%;
    text-align: center;
    margin-top: 64px;
    font-size: 20px;
    font-family: 'Roboto Bk Reg';
}

.carousel-control-next, .carousel-control-prev {
    width: 4%;
}

.faqsubmitbutton {
    background-color: #3bad68;
    color: #fff;
    border: 1px solid #3bad68;
    padding: 4px 31px;
    font-size: 19px;
    cursor: pointer;
}

.billerNumber1 {
    font-size: 61px;
    color: #389b49;
    float: right;
    font-family: 'Roboto Bk Reg';
}

.Categotylist {
    color: #4a4a4a;
    font-size: 19px;
    margin-top: 8px;
    font-family: 'Roboto Bk Reg';
    text-align: left;
}

.billerTextNumber {
    float: right;
    width: 131px;
    line-height: 24px;
    margin-top: 11px;
    font-family: 'Roboto Bk Reg';
    font-weight: lighter;
    font-size: 21px;
    margin-left: 12px;
    color: #696969;
}

.billerNumber2 {
    font-size: 63px;
    color: #389b49;
    float: left;
    font-family: 'Roboto Bk Reg';
    font-weight: lighter;
}

.billerTextNumber2 {
    float: left;
    width: 146px;
    line-height: 23px;
    margin-top: 16px;
    font-family: 'Roboto Bk Reg';
    font-weight: lighter;
    font-size: 24px;
    margin-left: 12px;
}

.team .carousel-control-next-icon {
    background: url(../images/FAQ/chevron_right_grey_192x192.png);
}

.team .carousel-control-next-icon, .team .carousel-control-prev-icon {
    background-size: cover;
    width: 50px;
    height: 50px;
}

.team .md-sc {
    display: none;
}

.team .sm-sc {
    display: none;
}

.team .in-mem {
    position: relative;
}

.team .inshow .in-mem {
    cursor: pointer;
}

.team .inshow {
    margin: 0 10px 0 10px;
}


.team .mem-inf {
    position: absolute;
    bottom: 2px;
    left: 3px;
    color: #fff;
    width: 98%;
    margin: auto;
    text-align: center;
    background: #4a4a4c;
    opacity: 0.9;
    padding: 5px;
    border-radius: 4px;
}

    .team .mem-inf h3 {
        font-size: 1rem;
        margin-bottom: 0;
    }

    .team .mem-inf p {
        font-size: 0.9rem;
        margin-bottom: 0;
        font-family: 'Roboto Bk Reg';
        font-weight: lighter;
        font-size: 14px;
    }

.team .disp-no {
    display: none;
}

.team .active-m {
    display: flex;
}

@media(max-width:991px) {
    .team-row {
        padding: 0 100px;
    }
}

@media(max-width:767px) {
    .team .bg-sc {
        display: none;
    }

    .team .md-sc {
        display: block;
    }

    .team-row {
        padding: 0;
    }
}

@media(max-width:567px) {
    .team .md-sc {
        display: none;
    }

    .team .sm-sc {
        display: block;
    }
}


/*end team*/

/*start questions*/

.questions {
    padding: 64px 0px;
    padding-bottom: 0px;
}

.catmargin {
    margin-top: 0;
    margin-bottom: 35px;
    padding: 64px 0px;
}

.BillerServiceHeader {
}

    .BillerServiceHeader img {
        margin-top: -88px;
    }

    .BillerServiceHeader h1 {
        float: right;
        margin-top: 28px;
        margin-right: -50px;
        color: #696969;
    }

.formbillermargin {
    margin-top: 64px;
}

.formcontrollnotfull {
    width: 80%;
}



.service-biller-hints {
    width: 79%;
    float: left;
    text-align: right;
    color: #828387;
    margin-top: 9px;
    font-family: 'Roboto Bk Reg';
    font-weight: lighter;
}

.helpimage {
    margin-top: 0px;
}


.questions .headin {
    text-align: center;
}

.questions .fir, .questions .sec {
    width: 13% !important;
}

.questions .freq-qu {
    margin-top: 64px;
}

.questions .qu-type {
    padding: 17px 30px;
    border: 2px solid #ddd;
    cursor: pointer;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

    .questions .qu-type:hover {
        background: #f7f7f7;
        border-left: 6px solid #3bad68;
    }

    .questions .qu-type h3 {
        font-weight: 400;
        color: #6f6f6f;
        font-size: 18px;
        font-family: 'Roboto Bk Reg';
        padding: 0;
        margin: 0px;
    }

.questions .q-active {
    background: #f7f7f7;
    border-left: 6px solid #3bad68;
}

.questions .catte {
    padding: 0 30px;
}

.questions .cat-cont {
    padding: 0 30px;
}

.questions .head-ser {
    margin-bottom: 30px;
}

.questions .g-qu {
    font-weight: 400;
    color: #6f6f6f;
    font-family: 'Roboto Bk Reg';
    font-size: 20px;
}

.questions .g-qu {
    font-weight: 400;
    color: #6f6f6f;
}

.questions .in-qu {
    position: relative;
}

    .questions .in-qu input {
        border: 1px solid #ddd;
        padding: 8px 14px;
        border-radius: 2px;
        width: 100%;
        outline: none;
        font-family: 'Roboto Bk Reg';
    }

    .questions .in-qu button {
        position: absolute;
        bottom: 2px;
        height: 90%;
        background: #c7c6c6;
        border: none;
        color: #fff;
        right: 3px;
        padding: 0 13px;
        cursor: pointer;
        -webkit-transition: all .1s ease-in-out;
        -moz-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out;
    }

        .questions .in-qu button:hover {
            background: #3bad68;
        }

.questions .qu-an {
    background: #fff;
    background: #f1f1f1;
    border-left: 6px solid #c7c6c6;
    margin-bottom: 10px;
}

.questions .active {
    background: #fff;
    border: 1px solid #3bad68;
    border-left: 6px solid #3bad68;
}

.questions .ques {
    padding: 20px;
    margin-bottom: 0;
    position: relative;
    cursor: pointer;
}

    .questions .ques .head-qu {
        font-size: 17px;
        margin-bottom: 0;
        font-family: 'Roboto Bk Reg';
    }

    .questions .ques i {
        position: absolute;
        top: 40%;
        right: 5%;
    }

.questions .answer {
    padding: 17px 0;
    border-top: 1px solid #ddd;
    width: 94%;
    /*text-align: center;*/
    margin: auto;
    font-family: 'Roboto Bk Reg';
}

    .questions .answer p {
        color: gray;
        font-size: 12px;
        text-align: left;
    }

.questions .disp-no {
    display: none;
}

@media(max-width:767px) {
    .questions .head-ser {
        margin-top: 30px;
    }
}

/*end questions*/






/*start do*/

.do {
    /* padding: 0px 0 20px;*/
    margin-top: 64px;
}

.headin h1 {
    display: inline-block;
    color: #4b4b4b;
    font-family: 'Helvetica Neue Light';
    font-size: 30pt;
    padding-left: 40px;
    padding-right: 40px;
    background-color: #fff;
}

.card-title-main {
    font-size: 13px;
    text-align: center;
    color: #696969;
    font-family: 'Roboto Bk Reg';
    font-weight: lighter;
}

.card-img-top {
    width: 60%;
    margin-top: 7px;
}

.headin .fir {
    display: inline-block;
    margin: 0 73px 0 0;
    width: 32%;
}

.headin .sec {
    display: inline-block;
    margin: 0 0 0 73px;
    width: 34%;
}

.works .headin .sec {
    display: inline-block;
    margin: 0 0 0 73px;
    width: 33%;
}

@media(max-width:1200px) {
    .headin .fir {
        width: 28%;
    }

    .headin .sec {
        width: 28%;
    }

    .works .headin .sec {
        width: 28%;
    }
}

@media(max-width:991px) {
    .headin .fir {
        width: 20%;
    }

    .headin .sec {
        width: 21%;
    }

    .works .headin .sec {
        width: 21%;
    }
}

@media(max-width:767px) {
    .headin .fir {
        width: 15%;
        margin: 0 49px 0 0;
    }

    .headin .sec {
        width: 15%;
        margin: 0 0 0 49px;
    }

    .works .headin .sec {
        width: 13%;
    }

    .works .headin .fir {
        width: 13%;
    }
}

@media(max-width:530px) {
    .headin .fir {
        width: 9%;
        margin: 0 49px 0 20px;
    }

    .headin .sec {
        width: 9%;
        margin: 0 0 0 49px;
    }

    .works .headin .sec {
        width: 10%;
    }

    .works .headin .fir {
        width: 10%;
    }
}

@media(max-width:560px) {

    .works .headin .sec {
        width: 10%;
    }

    .works .headin .fir {
        width: 10%;
    }
}

@media(max-width:530px) {
    .headin .fir {
        width: 9%;
        margin: 0 20px 0 47px;
    }

    .headin .sec {
        width: 9%;
        margin: 0 0 0 20px;
    }

    .works .headin .sec {
        width: 5%;
        margin: 0 0 0 38px;
    }

    .works .headin .fir {
        width: 5%;
        margin: 0 38px 0 47px;
    }
}

@media(max-width:462px) {

    .works .headin .fir {
        width: 5%;
        margin: 0 38px 0 10px;
    }
}

@media(max-width:445px) {
    .headin .fir {
        width: 9%;
        margin: 0 20px 0 21px;
    }

    .headin .sec {
        width: 9%;
        margin: 0 0 0 20px;
    }
}

@media(max-width:430px) {
    .headin .fir {
        width: 9%;
        margin: 0 20px 0 21px;
    }

    .headin .sec {
        width: 9%;
        margin: 0 0 0 20px;
    }
}

@media(max-width:407px) {
    .works .headin .fir {
        width: 5%;
        margin: 0 21px 0 21px;
    }

    .works .headin .sec {
        width: 5%;
        margin: 0 0 0 21px;
    }
}

@media(max-width:400px) {
    .works .headin .fir {
        width: 5%;
        margin: 0 13px 0 21px;
    }

    .works .headin .sec {
        width: 5%;
        margin: 0 0 0 13px;
    }
}

@media(max-width:390px) {
    .headin .fir {
        width: 9%;
        margin: 0 14px 0 4px;
    }

    .headin .sec {
        width: 9%;
        margin: 0 0 0 14px;
    }

    .works .headin .fir {
        width: 5%;
        margin: 0 8px 0 13px;
    }

    .works .headin .sec {
        width: 5%;
        margin: 0 0 0 8px;
    }
}

@media(max-width:380px) {
    .headin.fir {
        width: 9%;
        margin: 0 5px 0 15px;
    }

    .headin .sec {
        width: 9%;
        margin: 0 0 0 5px;
    }
}

@media(max-width:370px) {
    .headin .fir {
        width: 9%;
        margin: 0 5px 0 7px;
    }
}

@media(max-width:357px) {

    .works .headin .fir {
        width: 5%;
        margin: 0 8px 0 0px;
    }
}

@media(max-width:360px) {
    .headin .fir {
        width: 9%;
        margin: 0 5px 0 0;
    }
}

@media(max-width:352px) {
    .headin .fir {
        width: 5%;
        margin: 0 5px 0 15px;
    }

    .headin .sec {
        width: 5%;
        margin: 0 0 0 5px;
    }

    .works .headin .fir {
        width: 5%;
        margin: 0 8px 0 0px;
    }
}

@media(max-width:345px) {
    .headin .fir {
        width: 2%;
        margin: 0 5px 0 15px;
    }

    .headin .sec {
        width: 2%;
        margin: 0 0 0 5px;
    }

    .works .headin .fir {
        width: 2%;
        margin: 0 5px 0 0px;
    }

    .works .headin .sec {
        width: 2%;
        margin: 0 0 0 2px;
    }
}

@media(max-width:320px) {
    .headin .fir {
        width: 2%;
        margin: 0 5px 0 2px;
    }
}

.do .conte {
    padding: 64px 0;
    padding-bottom: 0px;
}

    .do .conte img {
        width: 100%;
    }

    .do .conte p {
        font-size: 18px;
        font-family: 'Roboto Bk Reg';
    }

    .do .conte .sec-p {
        font-family: 'Roboto Bk Reg';
        text-align: justify;
    }

.all-size {
    font-family: 'Roboto Bk Reg';
    text-align: center;
    font-size: 18px;
}

.do .conte p span {
    font-weight: 500;
}

.bod {
    margin: 64px 0;
    margin-bottom: 0px;
}


/*end do*/
/*start works*/
.ved {
    padding: 64px 0 0;
}

    .ved .col-md-5 {
        padding: 0;
    }

        .ved .col-md-5 vedio {
            border: 1px solid #ddd;
        }

.plyr--video {
    border: 1px solid #ddd;
}

.ved .tex {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 30px;
    font-family: 'Roboto Bk Reg';
}

    .ved .tex:before {
        font-family: 'Roboto Bk';
        position: absolute;
        top: -27px;
        right: 50%;
        color: black;
        font-weight: 600;
        font-size: 8px;
        border-radius: 96%;
        background-color: #000;
    }

@media(min-width:767px) {
    .fir-ved {
        border-left: 1px solid #ddd;
    }
}

@media(max-width:767px) {
    .plyr--video {
        margin-bottom: 75px;
    }
}

.map .headin .sec {
    width: 24%;
}

.map .headin .fir {
    width: 21%;
}

@media(max-width:1200px) {
    .map .headin .sec {
        width: 17%;
    }

    .map .headin .fir {
        width: 17%;
    }
}

@media(max-width:991px) {
    .map .headin .sec {
        width: 10%;
        margin: 0 0 0 47px;
    }

    .map .headin .fir {
        width: 10%;
        margin: 0 47px 0 0;
    }
}

@media(max-width:767px) {
    .map .headin .sec {
        width: 3%;
        margin: 0 0 0 15px;
    }

    .map .headin .fir {
        width: 3%;
        margin: 0 15px 0 0;
    }
}

@media(max-width:567px) {

    .headin {
        text-align: center;
    }

        .headin h1 {
            display: inline-block;
            border-bottom: 1px solid #ddd;
            padding-bottom: 12px;
            width: 100%;
            font-size: 25px;
        }

        .headin .sec {
            display: none !important;
        }

        .headin .fir {
            display: none !important;
        }
}



/*end works*/
/*start map*/

.map input {
    width: 100%;
    padding: 7px 20px;
    border-radius: 4px;
    border: 1px solid #b7b2b2;
    font-family: 'Roboto Bk Reg';
}

.map .map-v {
    background-color: #3bad68;
    color: #fff;
    border: 1px solid #3bad68;
    padding: 4px 31px;
    font-size: 19px;
    cursor: pointer;
    font-family: 'Roboto Bk Reg';
}

.map .list {
    color: #3bad68;
    border: 1px solid #ddd;
    padding: 4px 31px;
    font-size: 19px;
    background: none;
    margin-left: 20px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    font-family: 'Roboto Bk Reg';
}

    .map .list:hover {
        background-color: #3bad68;
        color: #fff;
        border: 1px solid #3bad68;
        padding: 4px 31px;
        font-size: 19px;
        cursor: pointer;
    }

.map .col-md-6 {
    text-align: right;
}

.map .headin {
    /*padding: 50px 0;*/
}

.map {
    margin-top: 64px;
}

    .map .g-map {
        text-align: center;
        margin-top: 70px;
    }

        .map .g-map iframe {
            width: 100%;
        }

@media(max-width:767px) {

    .map .col-md-6 {
        text-align: center;
        margin-top: 20px;
    }
}

@media(max-width:350px) {

    .map .list {
        margin-top: 19px;
        margin-left: 0;
    }
}

/*end map*/

/*start cust*/

.cust {
    margin-top: 0px;
    margin-bottom: 23px;
}

.use-serv {
    margin-top: 64px;
}

.headin .fir {
    display: inline-block;
    margin: 0 73px 0 0;
}

.cust .headin .sec {
    width: 14%;
    height: 1px;
}

.cust .headin .fir {
    width: 26%;
    height: 1px;
}

.cus-ved {
    padding: 64px 0px;
}

@media(max-width:1200px) {
    .cust .headin .sec {
        width: 17%;
    }

    .cust .headin .fir {
        width: 17%;
    }
}

@media(max-width:991px) {
    .cust .headin .sec {
        width: 10%;
        margin: 0 0 0 39px;
    }

    .cust .headin .fir {
        width: 10%;
        margin: 0 39px 0 0;
    }
}

@media(max-width:767px) {
    .cust .headin {
        text-align: center;
    }

        .cust .headin h1 {
            display: inline-block;
            border-bottom: 1px solid #ddd;
            padding-bottom: 12px;
        }

        .cust .headin .sec {
            display: none !important;
        }

        .cust .headin .fir {
            display: none !important;
        }
}

.cust .but {
    text-align: center;
}

    .cust .but button {
        background-color: #3bad68;
        color: #fff;
        border: 1px solid #3bad68;
        padding: 7px 40px;
        font-size: 20px;
        cursor: pointer;
        font-weight: bold;
        border-radius: 4px;
    }

        .cust .but button:hover {
            background-color: #49b272;
        }

/*end cust*/

/*start footer*/

.footer {
    background: #58585a;
    padding: 37px 0 0;
}

    .footer li {
        color: #fff;
        margin-bottom: 19px;
    }

    .footer a {
        color: #fff;
        font-family: 'Roboto Bk Reg';
        font-size: 14px;
        font-weight: lighter;
        font-size: 14px;
    }

    .footer .ios, .footer .gog {
        width: 67%;
    }

    .footer .log {
        width: 76%;
        margin-top: 25%;
    }

    .footer .logs li {
        display: inline-block;
        width: 17%;
    }

        .footer .logs li i {
            font-size: 25px;
            color: #3a3a3c;
        }

    .footer .fa-facebook-square:hover {
        color: #3b5998;
    }

    .footer .fa-instagram:hover {
        color: #833ab4;
    }

    .footer .fa-google-plus:hover {
        color: #dd4b39
    }

    .footer .fa-twitter-square:hover {
        color: #1da1f2
    }

    .footer .fa-linkedin:hover {
        color: #0077b5
    }

@media(max-width:991px) {
    .footer .log {
        width: 25%;
        margin-top: 0;
    }

    .footer .ios, .footer .gog {
        width: 85%;
    }

    .div-lo {
        text-align: center;
        margin-bottom: 38px;
    }

    .footer {
        background: #838486;
        padding: 63px 0 0;
    }
}

@media(max-width:767px) {

    .footer .ios, .footer .gog {
        width: 56%;
    }

    .footer .contac, .footer .down {
        margin-top: 32px;
    }
}

@media(max-width:500px) {
    .footer .log {
        width: 30%;
    }

    .footer .ios, .footer .gog {
        width: 73%;
    }
}

@media(max-width:380px) {
    .footer .ios, .footer .gog {
        width: 88%;
    }

    .footer .log {
        width: 37%;
    }
}

@media(max-width:325px) {
    .footer .ios, .footer .gog {
        width: 100%;
    }
}

.und {
    text-align: center;
    border-top: 2px solid #fff;
    padding: 25px 0;
    margin-top: 4px;
}

    .und p {
        color: #fff;
        font-size: 14px;
        font-family: 'Roboto Bk Reg';
        font-weight: lighter;
    }


/*end footer*/

.row-sli {
    margin-right: 0 !important;
}

.wrapper {
    position: relative;
    transition: transform 1s ease;
    overflow: hidden;
}

.sli {
    position: relative;
    overflow: hidden;
    height: 100vh;
}

.dots {
    position: absolute;
    width: 20px;
    height: 160px;
    margin-top: -80px;
    top: 50%;
    right: 166px;
    z-index: 1000;
}

.dot {
    cursor: pointer;
    width: 15px;
    height: 15px;
    margin-top: 8px;
    border-radius: 18px;
    border: 1px solid #fff;
}

.sli-one {
    background-image: url(../images/Need-Help-EN.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 79%;
}

.sli-two {
    background-color: #c1d82f;
    display: none;
    width: 79%;
}

.sli-three {
    background-color: #caccd1;
    display: none;
    width: 79%;
}

.dots .active {
    width: 20px !important;
    height: 20px !important;
}

.sli i {
    position: absolute;
    top: 5%;
    left: 11%;
    font-size: 32px;
    color: #fff;
    cursor: pointer;
}

.sli .conten {
    text-align: center;
    margin-top: 13%;
}

.sli .un-p {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3;
}

.sli .deux-p {
    font-size: 20px;
    font-weight: 600;
    margin-top: 24px;
    line-height: 1.3;
    width: 90%;
    margin: 0 auto;
}

.sli .un-h1 {
    font-weight: 700;
    margin-top: 48px;
}

.sli .mo-img {
    width: 45%;
}

.sli .in-logo {
    position: relative;
    text-align: center;
}

.sli .logo-deux {
    width: 22%;
}

@media(min-width:1600px) {
    .sli .mo-img {
        width: 37%;
    }
}

@media(max-width:1300px) {
    .sli .mo-img {
        width: 54%;
    }

    .sli .un-p {
        font-size: 26px;
    }

    .sli .deux-p {
        font-size: 24px;
        margin-top: 34px;
    }

    .sli .logo-deux {
        width: 30%;
    }
}

@media(max-width:1200px) {
    .sli .mo-img {
        width: 59%;
    }

    .sli .un-p {
        font-size: 25px;
    }

    .sli .deux-p {
        font-size: 23px;
        margin-top: 32px;
    }

    .sli .logo-deux {
        width: 33%;
    }

    .sli i {
        top: 5%;
        left: 8%;
        font-size: 30px;
    }
}

@media(max-width:1150px) {
    .sli .mo-img {
        width: 63%;
    }

    .sli .un-p {
        font-size: 23px;
    }

    .sli .deux-p {
        font-size: 21px;
        margin-top: 32px;
    }

    .sli .logo-deux {
        width: 35%;
    }

    .dots {
        right: 24px;
    }

    .sli .un-h1 {
        font-size: 35px
    }
}

@media(max-width:1060px) {
    .sli .mo-img {
        width: 64%;
    }

    .sli .un-p {
        font-size: 22px;
    }

    .sli .deux-p {
        font-size: 20px;
    }

    .sli .logo-deux {
        width: 37%;
    }

    .sli .un-h1 {
        font-size: 35px
    }

    .sli i {
        top: 5%;
        left: 8%;
        font-size: 28px;
    }
}

@media(max-width:1024px) {
    .sli .mo-img {
        width: 67%;
    }
}

@media(max-width:991px) {
    .hi-co {
        display: none;
    }
}



/*end slider*/

/*start inputs*/

.inputs-s .start {
    text-align: right;
    margin-top: 72px;
    font-style: italic;
    text-decoration: underline;
    color: #3bad68;
}

    .inputs-s .start span {
        font-size: 14px;
    }

    .inputs-s .start a {
        background: none;
        color: #000;
        border: 1px solid #ddd;
        padding: 9px 27px;
        font-weight: 600;
        font-size: 13px;
        border-radius: 5px;
        margin-left: 30px;
        -webkit-transition: all .1s ease-in-out;
        -moz-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out;
        outline: none;
    }

    .inputs-s .start button:hover {
        background-color: #3bad68;
        color: #fff;
        border: 1px solid #3bad68;
        cursor: pointer;
    }

.inputs-s .e-sign {
    width: 66%;
    margin-left: auto;
    margin-right: auto;
    /*padding: 50px 0;*/
    margin-top: 45px;
}

    .inputs-s .e-sign h1 {
        font-size: 27px;
        font-weight: 400;
        color: #696969;
    }

    .inputs-s .e-sign .enter {
        font-weight: bold;
        font-size: 12px;
        color: #454d5e;
    }

    .inputs-s .e-sign .inp-s {
        margin-top: 38px;
    }

    .inputs-s .e-sign .em-in {
        margin-bottom: 18px;
    }

        .inputs-s .e-sign .em-in span {
            font-size: 12px;
        }

        .inputs-s .e-sign .em-in input,
        .inputs-s .e-sign .ps-in input {
            display: block;
            width: 75%;
            padding: 10px 18px;
            border: 1px solid #ddd;
            margin-top: 6px;
        }

            .inputs-s .e-sign .em-in input:focus,
            .inputs-s .e-sign .ps-in input:focus {
                border: none;
            }

    .inputs-s .e-sign .ps-in span {
        /*font-size: 12px;*/
    }

.validation-error {
    border: 1px solid #d32027;
    color: #d32027;
}

.inputs-s .e-sign .ps-in .forgot {
    float: right;
    margin-top: 10px;
    width: 40%;
}

.inputs-s .e-sign .agree {
    text-align: center;
    margin-top: 18px;
}

    .inputs-s .e-sign .agree label {
        font-size: 15px;
    }

    .inputs-s .e-sign .agree a {
        font-size: 15px;
        text-decoration: underline;
        color: #3bad68;
    }

    .inputs-s .e-sign .agree input[type="checkbox"] {
        -webkit-appearance: none;
        appearance: none;
    }

    .inputs-s .e-sign .agree label {
        position: relative;
    }

        .inputs-s .e-sign .agree label:before {
            content: "";
            width: 23px;
            height: 23px;
            display: inline-block;
            border: 1px solid #ddd;
            position: relative;
            left: -8px;
            top: 7px;
        }

    .inputs-s .e-sign .agree input[type="checkbox"]:checked + label:after {
        font-family: 'Roboto Bk';
        content: "\f00c";
        font-weight: 700;
        position: absolute;
        left: -4px;
        top: 8px;
        color: #3bad68;
    }

.inputs-s .e-sign .bt {
    text-align: center;
    width: 75%;
}

body > div.row.row-sli > div.col-lg-8.inputs-s > div {
    padding-top: 100px;
}

    body > div.row.row-sli > div.col-lg-8.inputs-s > div > div.start {
        margin-top: 0px;
    }

    body > div.row.row-sli > div.col-lg-8.inputs-s > div > div.e-sign > h1 {
        color: #585858;
    }

/*body > div.row.row-sli > div.col-lg-4.hi-co {
    padding-top: 70px
}*/

.fa-linkedin-in:before {
    content: "\f0e1";
    color: white;
}

.fa-twitter:before {
    content: "\f099";
    color: white;
}

.fa-facebook-f:before {
    content: "\f39e";
    color: white;
}


#facebook:before {
    color: white !important;
}

.inputs-s .e-sign .bt button {
    background: #3bad68;
    border: 1px solid #3bad68;
    padding: 11px 53px;
    width: 175px;
    height: 45px;
    font-size: 16px;
    margin-left: 30px;
    color: #fff;
    cursor: pointer;
}

    .inputs-s .e-sign .bt button:hover {
        background: #33a360;
        border: 1px solid #33a360;
    }

@media(max-width:1200px) {
    .inputs-s .e-sign {
        width: 68%;
    }
}

@media(max-width:1050px) {
    .inputs-s .e-sign {
        width: 77%;
    }
}

@media(max-width:767px) {
    .inputs-s .e-sign {
        width: 100%;
    }
}

/*end inputs*/

/*end sign-in*/
/***********************************************************************************/

/*start sign-up*/

/*start submit*/

.sub {
    height: 100vh;
    background-image: url(../images/Need-Help-EN.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

    .sub i {
        position: absolute;
        top: 5%;
        left: 11%;
        font-size: 32px;
        color: #fff;
        cursor: pointer;
    }

    .sub .help-r {
        text-align: center;
    }

    .sub h1 {
        color: #fff;
        font-size: 35px;
    }

    .sub hr {
        width: 65%;
        border: 0.5px solid #fff;
    }

    .sub p {
        color: #fff;
        font-size: 17px;
        margin-top: 41px;
        margin: 0 auto;
        width: 69%;
    }

    .sub .ent-da {
        margin-top: 50px;
    }

    .sub .in-nam {
        width: 63%;
        padding: 12px;
        /*text-align: center;*/
        border: 1px solid #ddd;
    }

.iti-flag {
    background-image: url("../flags/flags.png");
}

.intl-tel-input {
    width: 63%;
    border-radius: 5px;
    margin-top: 18px;
}

    .intl-tel-input .selected-flag {
        border-right: 1px solid #ddd;
    }

        .intl-tel-input .selected-flag .iti-arrow {
            right: 2px;
        }

#tel, #tel3 {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 12px 6px 12px 52px;
    text-align: center;
}

#step3 > div > div > div > div > div.row.LapmSaved > div.col.col1 > a {
    color: black;
    text-decoration: underline;
}

.bt-su button {
    background: #000;
    border: 1px solid #000;
    font-weight: 600;
    font-size: 17px;
    color: #fff;
    cursor: pointer;
    margin-top: 70px;
}

.help-r .logo-deux {
    width: 28%;
    position: absolute;
    bottom: 3%;
    right: 37%;
}

.left-info {
    color: #fff;
    font-size: 23px;
}

.logo-in {
    position: relative;
    text-align: center;
    top: 6%;
    margin-bottom: 20px;
}

    .logo-in img {
        width: 16%;
    }

/*end submit*/
/*start register*/

.dat-reg .al-sign {
    text-align: right;
    margin-top: 10px;
}

    .dat-reg .al-sign span {
        font-size: 13px;
        font-weight: 500;
    }

    .dat-reg .al-sign a {
        background: none;
        color: #000;
        border: 1px solid #ddd;
        padding: 9px 27px;
        font-weight: 600;
        font-size: 13px;
        border-radius: 5px;
        margin-left: 30px;
        -webkit-transition: all .1s ease-in-out;
        -moz-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out;
        outline: none;
    }

    .dat-reg .al-sign button:hover {
        background-color: #3bad68;
        color: #fff;
        border: 1px solid #3bad68;
        cursor: pointer;
    }

.regcont {
    width: 69%;
    margin-right: auto;
    margin-left: auto;
}

    .regcont .detreg {
        margin-top: 20px;
    }

        .regcont .detreg p {
            font-weight: 600;
            font-size: 14px;
            margin-bottom: 6px;
        }

.country-select {
    width: 100%;
}

#country, #country2 {
    padding: 11px 6px 11px 52px;
    border: 1px solid #ddd;
    border-radius: 5px;
    width: 100%;
}

.iddiv {
    margin-top: 20px;
    z-index: 1000;
    
}
.forget{
    width:75%;
}
.idnum {
    padding: 11px 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    width: 100%;
}

.iddiv input {
    padding: 11.0px 20px;
    border: 1px solid #ddd;
    width: 100%;
}

    .iddiv input.noborder {
        border-left: 0;
    }

.iddiv .intl-tel-input {
    border-radius: 5px;
    width: 100%;
    margin-top: 0;
}

.regcont .agree {
    text-align: center;
    margin-top: 25px;
}

    .regcont .agree label {
        font-size: 15px;
    }

    .regcont .agree a {
        font-size: 15px;
        text-decoration: underline;
        color: #3bad68;
    }

    .regcont .agree input[type="checkbox"] {
        /*-webkit-appearance: none;
        appearance: none;*/
    }

    .regcont .agree label {
        position: relative;
    }

/*.regcont .agree label:before {
            content: "";
            width: 23px;
            height: 23px;
            display: inline-block;
            border: 1px solid #ddd;
            position: relative;
            left: -8px;
            top: 7px;
        }*/

/*.regcont .agree input[type="checkbox"]:checked + label:after {
        font-family: 'Roboto Bk';
        content: "\f00c";
        font-weight: 700;
        position: absolute;
        left: -4px;
        top: 8px;
        color: #3bad68;
    }*/



.regcont .bt {
    text-align: center;
    margin-top: 11px;
}

    .regcont .bt button {
        background: #3bad68;
        border: 1px solid #3bad68;
        padding: 11px 53px;
        font-weight: 600;
        font-size: 14px;
        border-radius: 5px;
        margin-left: 30px;
        color: #fff;
        cursor: pointer;
        margin-bottom: 25px;
    }

        .regcont .bt button.disabled {
            background: #e9ecef;
            border: 1px solid #dee2e6;
        }

        .regcont .bt button:hover {
            background: #33a360;
            border: 1px solid #33a360;
        }

        .regcont .bt button.disabled:hover {
            background: #e9ecef;
            border: 1px solid #dee2e6;
        }

@media(max-width:1200px) {
    .regcont {
        width: 80%;
    }
}

@media(max-width:1050px) {
    .regcont {
        width: 90%;
    }
}

@media(max-width:991px) {
    .hid1 {
        display: none;
    }

    .bt-su button {
        padding: 13px 53px;
        font-weight: 600;
        font-size: 17px;
        width: 25%;
    }
}

@media(min-width:991px) {
    .hid2 {
        display: none;
    }
}

@media(max-width:767px) {
    .regcont {
        width: 100%;
    }
}

@media(max-width:670px) {
    .bt-su button {
        width: 40%;
    }

    .logo-in img {
        width: 21%;
    }
}

@media(max-width:576px) {
    .regcont .detreg p {
        margin-top: 20px;
    }

    .iddiv {
        margin-top: 0;
    }
}

@media(max-width:470px) {

    .bt-su button {
        width: 50%;
    }

    .sub .in-nam, .intl-tel-input {
        width: 80%;
    }

    .logo-in img {
        width: 27%;
    }
}

@media(max-width:350px) {

    h1 {
        font-size: 35px
    }

    .bt-su button {
        width: 57%;
    }
}

.hid1 .logo-in {
    top: 0;
}

    .hid1 .logo-in img {
        width: 27%
    }

.show-up {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(187,187,187,0.5);
    z-index: 99999;
    display: none;
}

#FormLogin > div > div.col-lg-8.inputs-s > div > div.e-sign > div.nobull.validation-summary-errors > ul > li {
    list-style-type: none;
}

#forgetPasswordFrom > div.validation-summary-errors > ul > li {
    list-style-type: none;
}

#pointer_hand {
    cursor: pointer;
}

.show-up .inner {
    background: #fff;
    width: 25%;
    margin: auto;
    margin-top: 9%;
    text-align: center;
    padding: 10px;
}

.btn-circle.btn-xl {
    width: 51px;
    height: 51px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.btn-circle {
    width: 51px;
    height: 51px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}

.contactitle {
    width: 100%;
    text-align: center;
    font-size: 28px;
    color: #6b6b6b;
}

.contactitlephone {
    width: 100%;
    text-align: center;
    margin-top: -1px;
    color: #c6c6c8;
    margin-bottom: 21px;
}

.contactrow {
}

    .contactrow h2 {
        color: #4b4b4d;
    }

    .contactrow p {
        font-family: 'Roboto Bk Reg';
        color: #acacae;
    }

.demos {
}


.glyphicon {
    position: absolute;
    padding: 10px;
    pointer-events: none;
}

.glyphicon {
    left: 326px;
}

.glyphicon {
    right: 0px;
}

.promotable {
    color: #808185;
    font-size: 11px;
    text-align: left;
    width: 100%;
    padding: 0;
    margin: 0;
}

.show-up .inner-n {
    padding: 15px;
    /*border: 1px solid #bfb9b9;
    border-radius: 15px;*/
}

.show-up h1 {
    font-size: 29px;
    font-weight: 700;
    margin-bottom: 20px;
}

.show-up p {
    font-weight: 700;
    font-size: 12px;
    line-height: 1.3;
}

.show-up hr {
    border: 1px solid #ddd;
    width: 90%;
}

.show-up .intl-tel-input {
    width: 45%;
    border-radius: 5px;
    margin-top: 18px;
    margin-left: 9px;
}

#tel4 {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 9px 6px 9px 52px;
    text-align: center;
}

.show-up .num {
    margin-bottom: 19px;
    margin-top: 16px;
}

    .show-up .num input {
        width: 45%;
        border-radius: 5px;
        border: 1px solid #ddd;
        padding: 9px 6px 9px 52px;
        text-align: center;
        margin-top: 9px;
    }

.show-up span {
    font-weight: 700;
    font-size: 13px;
}

.show-up .req {
    font-weight: 700;
    font-size: 13px;
}

.show-up a {
    color: #3bad68;
    margin-top: 6px;
}

.edtmarg {
    margin-left: -32%;
}

.show-up i {
    color: #3bad68;
}

.show-up .row {
    margin-top: 25px;
    margin-bottom: 20px;
}

.show-up a
.show-up .skip {
    background: none;
    width: 175px;
    height: 45px;
    padding: 8px 46px;
    font-weight: 600;
    font-size: 14px;
    margin-left: 30px;
    cursor: pointer;
}

.show-up .skip:hover {
    background: #3bad68;
    border: 1px solid #3bad68;
    padding: 8px 46px;
    font-weight: 600;
    font-size: 14px;
    border-radius: 5px;
    margin-left: 30px;
    color: #fff;
    cursor: pointer;
}

.show-up .done {
    background: #3bad68;
    border: 1px solid #3bad68;
    padding: 8px 46px;
    font-weight: 600;
    font-size: 14px;
    width: 175px;
    height: 45px;
    margin-left: 30px;
    color: #fff;
    cursor: pointer;
}

@media(max-width:1200px) {
    .show-up .inner {
        width: 62%;
    }
}

@media(max-width:850px) {
    .show-up .inner {
        width: 78%;
    }
}

@media(max-width:620px) {
    .show-up .inner {
        width: 90%;
    }

    .show-up .num input, .show-up .intl-tel-input {
        width: 80%;
    }
}

@media(max-width:576px) {
    .show-up .skip, .show-up .done {
        margin-bottom: 18px;
        width: 60%;
        margin-left: 0;
    }

        .show-up .skip:hover {
            margin-left: 0;
        }
}

@media(max-width:400px) {
    .show-up .skip, .show-up .done {
        width: 86%;
    }
}


/**************** start banks and agents******************************/

.agen-ban .headin {
    text-align: center;
}

.agen-ban .fir, .agen-ban .sec {
    width: 16%;
}

/*start multiple*/

.multiple {
    margin-top: 64px;
}

    .multiple p {
        font-size: 18px;
        line-height: 1.7;
        font-family: "Roboto Bk Reg";
        padding: 64px 0px;
        padding-bottom: 0px;
    }

@media(max-width:1200px) {

    .multiple .fir, .multiple .sec {
        width: 6%;
    }
}

@media(max-width:991px) {

    .multiple .headin h1 {
        display: inline-block;
        border-bottom: 1px solid #ddd;
        padding-bottom: 12px;
        font-size: 25px;
    }

    .multiple .headin .sec {
        display: none !important;
    }

    .multiple .headin .fir {
        display: none !important;
    }
}

/*end multiple*/

/*start electronic*/

.electronic {
    margin-top: 64px;
}

    .electronic .e-wayss {
        padding: 64px 0px;
        padding-bottom: 0px;
    }

        .electronic .e-wayss ul {
            padding: 0;
            list-style: none;
            text-align: center;
            margin-bottom: 14px;
        }

.cash-wayss {
    width: 75%;
    margin: 0 auto;
}

.electronic .e-wayss .catte li {
    display: inline-block;
    color: #868686;
    padding: 10px 30px;
    margin-bottom: 10px;
    font-weight: 500;
    cursor: pointer;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    width: 215px;
    padding: 13px 0 15px 0;
    font-family: "Roboto Bk Reg";
    font-weight: lighter;
}

    .electronic .e-wayss .catte li:hover {
        border-bottom: 1px solid #3bad68;
        background: #fff;
        box-shadow: 2px 2px 12px #e8e8e8;
        border-radius: 3px;
    }

.electronic .e-wayss .catte .active {
    border-bottom: 1px solid #3bad68;
    background: #fff;
    box-shadow: 2px 2px 12px #e8e8e8;
    border-radius: 3px;
}


.electronic .e-wayss .b-inf {
    margin-bottom: 0;
    line-height: 1.7;
    width: 75%;
    margin: 0 auto;
    font-family: 'Roboto Bk Reg';
    /*margin-top: 28px;*/
    font-weight: lighter;
    font-size: 18px;
}

.electronic .e-wayss .p-note {
    margin-bottom: 0;
    line-height: 1.7;
    font-weight: 500;
}

.electronic .bankss {
    padding-top: 50px;
    width: 100%;
    margin: 0 auto;
}

    .electronic .bankss li {
        padding: 0;
    }

    .electronic .bankss img {
        width: 78%;
    }

.SelectBank {
    width: 208px;
    margin-bottom: 24px;
    height: 186px;
    border: 1px solid #ddd;
}

.electronic .disp-no {
    display: none;
}

.wherep {
}

.electronic .bankss .other {
    text-align: right;
    color: #3bbf6d;
    font-weight: 500;
    cursor: pointer;
    text-decoration: underline;
    position: relative;
    bottom: 2px;
}

.electronic .r-over {
    position: absolute;
    width: 91%;
    bottom: 0;
    text-align: center;
    margin: auto;
    z-index: 55;
    color: #fff;
    height: 100%;
    display: none;
}

    .electronic .r-over img {
        width: 50%;
        min-height: 1px;
        border: none;
        margin-top: 20px;
    }

    .electronic .r-over .col-6 {
        height: 51%;
    }

    .electronic .r-over .bord-lb {
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
        padding-bottom: 31%;
    }

    .electronic .r-over .bord-b {
        border-bottom: 1px solid #fff;
        padding-bottom: 31%;
    }

    .electronic .r-over .bord-l {
        border-left: 1px solid #fff;
        padding-top: 7%
    }

    .electronic .r-over .bord {
        padding-top: 7%
    }

.electronic .over-i {
    position: absolute;
    width: 91%;
    bottom: 0;
    text-align: center;
    margin: auto;
    background: black;
    opacity: 0.9;
    z-index: 5;
    height: 100%;
    display: none;
}

.wherebank {
    width: 75%;
    margin: 0 auto;
}

.electronic .bankss li:hover .over-i {
    display: block;
}

.electronic .bankss li:hover .r-over {
    display: flex;
}

@media(max-width:1200px) {

    .electronic .over-i {
        left: 10px;
    }
}

@media(max-width:991px) {

    .electronic .r-over img {
        width: 89%;
    }

    .electronic .over-i {
        left: 8px;
    }
}


@media(max-width:767px) {

    .electronic .bankss li {
        margin-bottom: 20px;
    }

    .electronic .bankss img {
        width: 91%;
       /*border: 1px solid #484848;*/ 
       
    }

    .electronic .r-over img {
        width: 70%;
        max-height: 43px;
        border: none;
    }

    .electronic .over-i {
        left: 11px;
    }
}

@media(max-width:485px) {
    .electronic .over-i {
        left: 9px;
    }

    .electronic .r-over {
       
    }
}

@media(max-width:400px) {
    .electronic .r-over img {
        width: 100%;
    }
}

.electronic .mo-way ul {
    margin-top: 50px;
}

.electronic .mo-way li {
    padding: 0;
    margin-bottom: 20px;
}

.electronic .mo-way img {
    width: 91%;
    border: 1px solid #ddd;
}

.electronic .ap-way ul {
    margin-top: 50px;
}

.electronic .ap-way li {
    padding: 0;
    margin-bottom: 20px;
}

.electronic .ap-way img {
    width: 44%;
}

@media(max-width:991px) {
    .electronic .ap-way img {
        width: 78%;
    }
}

/*end electronic*/

/*start cash*/
.cash {
    margin-top: 64px;
}


    .cash .c-wayss {
        padding: 64px 0px;
        padding-bottom: 64px;
    }

        .cash .c-wayss ul {
            padding: 0;
            list-style: none;
            text-align: center;
            margin-bottom: 57px;
        }

        .cash .c-wayss .catte li {
            display: inline-block;
            color: #868686;
            padding: 10px 30px;
            margin-bottom: 10px;
            font-weight: 500;
            cursor: pointer;
            -webkit-transition: all .1s ease-in-out;
            -moz-transition: all .1s ease-in-out;
            transition: all .1s ease-in-out;
            width: 215px;
            padding: 13px 0 15px 0;
            font-family: "Roboto Bk Reg";
            font-weight: lighter;
        }

            .cash .c-wayss .catte li:hover {
                border-bottom: 1px solid #3bad68;
                background: #fff;
                box-shadow: 2px 2px 12px #e8e8e8;
                border-radius: 3px;
            }

        .cash .c-wayss .catte .active {
            border-bottom: 1px solid #3bad68;
            background: #fff;
            box-shadow: 2px 2px 12px #e8e8e8;
            border-radius: 3px;
        }

        .cash .c-wayss .b-inf {
            margin-bottom: 0;
            line-height: 1.7;
            font-family: 'Roboto Bk Reg';
            margin-top: 27px;
            font-size: 18px;
        }

        .cash .c-wayss .p-note {
            margin-bottom: 0;
            line-height: 1.7;
            font-weight: 500;
        }

@media(max-width:991px) {

    .cash .headin h1 {
        display: inline-block;
        border-bottom: 1px solid #ddd;
        padding-bottom: 12px;
    }

    .cash .headin .sec {
        display: none !important;
    }

    .cash .headin .fir {
        display: none !important;
    }
}

.p-note a {
    color: #3bbf6d;
    text-decoration: underline;
}

.cash .ag-row {
    margin: 50px 0;
}

    .cash .ag-row h2 {
        font-size: 19px;
        margin-top: 10px;
        color: #4c4c4c;
    }

    .cash .ag-row input {
        width: 100%;
        border: 1px solid #ddd;
        padding: 8px 20px;
        border-radius: 5px;
        outline: none;
    }

    .cash .ag-row button {
        width: 45%;
        background: none;
        color: #3bbf6c;
        border: 1px solid #ddd;
        padding: 8px 20px;
        cursor: pointer;
        border-radius: 4px;
        -webkit-transition: all .1s ease-in-out;
        -moz-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out;
        outline: none;
    }

        .cash .ag-row button:hover {
            background: #3bbf6d;
            color: #fff;
            border: 1px solid #3bbf6d;
        }

    .cash .ag-row .active {
        background: #3bbf6d;
        color: #fff;
        border: 1px solid #3bbf6d;
    }

.cash iframe {
    width: 100%;
    max-height: 546px;
}

.cash .am .plac {
    color: #6f6f6f
}

.cash .am .each-loc {
    position: relative;
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
}

    .cash .am .each-loc:hover {
        background: rgba(59, 191, 108, 0.5);
        color: #fff;
    }

.cash .am i {
    position: absolute;
    font-size: 30px;
    color: #3bbf6c;
    top: 24%;
    left: 8px;
}

.cash .am hr {
    margin-bottom: 0;
}

.cash .am .loc-inf {
    padding-left: 50px;
}

.cash .am h5 {
    margin-bottom: 0;
    font-size: 1rem;
}

.cash .am p {
    margin-bottom: 0;
    line-height: 1.2;
}

.cash .g-map .locs {
    max-height: 450px;
    overflow: auto;
}

.cash .am {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.cash .disp-no {
    display: none;
}

@media(max-width:991px) {

    .cash .ag-row button {
        width: 100%;
        margin-bottom: 15px;
    }
}

@media(max-width:767px) {

    .cash .ag-row {
        text-align: center;
    }

        .cash .ag-row button {
            width: 65%;
            margin-bottom: 15px;
        }

        .cash .ag-row input {
            width: 65%;
            margin-bottom: 15px;
        }

        .cash .ag-row .col-md-4 {
            margin-bottom: 15px;
        }

    .cash .g-map .locs {
        margin-bottom: 20px;
    }
}

.cash .bankss {
    padding-top: 50px;
}

    .cash .bankss li {
        padding: 0;
    }

    .cash .bankss img {
        width: 91%;
        border: 1px solid #484848;
        min-height: 178px;
    }

.cash .disp-no {
    display: none;
}

.cash .bankss .other {
    text-align: right;
    color: #3bbf6d;
    font-weight: 500;
    cursor: pointer;
    text-decoration: underline;
    position: relative;
    bottom: 20px;
}

.cash .r-over {
    position: absolute;
    width: 91%;
    bottom: 0;
    text-align: center;
    margin: auto;
    left: 14px;
    z-index: 55;
    color: #fff;
    height: 100%;
    padding: 19px;
    display: none;
}

    .cash .r-over img {
        width: 34%;
        min-height: 1px;
        border: none;
    }

    .cash .r-over .col-6 {
        height: 51%;
    }

    .cash .r-over .bord-lb {
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff;
        padding-bottom: 31%;
    }

    .cash .r-over .bord-b {
        border-bottom: 1px solid #fff;
        padding-bottom: 31%;
    }

    .cash .r-over .bord-l {
        border-left: 1px solid #fff;
        padding-top: 7%
    }

    .cash .r-over .bord {
        padding-top: 7%
    }

.cash .over-i {
    position: absolute;
    width: 91%;
    bottom: 0;
    text-align: center;
    margin: auto;
    left: 13px;
    background: black;
    opacity: 0.5;
    z-index: 5;
    height: 100%;
    display: none;
}

.cash .bankss li:hover .over-i {
    display: block;
}

.cash .bankss li:hover .r-over {
    display: flex;
}

@media(max-width:1200px) {

    .cash .over-i {
        left: 10px;
    }
}

@media(max-width:991px) {

    .cash .r-over img {
        width: 89%;
    }

    .cash .over-i {
        left: 8px;
    }
}


@media(max-width:767px) {

    .cash .bankss li {
        margin-bottom: 20px;
    }

    .cash .bankss img {
        width: 91%;
        border: 1px solid #484848;
        height: 125px;
    }

    .cash .r-over img {
        width: 70%;
        max-height: 43px;
        border: none;
    }

    .electronic .over-i {
        left: 5px;
    }
}

@media(max-width:485px) {
    .cash .over-i {
        left: 5px;
    }

    .cash .r-over {
        left: 10px;
    }
}

@media(max-width:400px) {
    .cash .r-over img {
        width: 100%;
    }
}

.cash .poi ul {
    margin-top: 50px;
}

.cash .poi img {
    width: 70%;
    border: 1px solid #484848;
}




/*start bene*/

.benefite {
    /* margin-top: 50px;*/
}


.benefite {
    margin-top: 64px;
}

.works {
    margin-top: 64px;
}

#carouselExampleIndicators4 {
    text-align: center;
    color: #fff;
}

.demo a {
    cursor: pointer;
}

.allitem {
    bottom: 18px;
    margin-top: 83PX;
    PADDING-BOTTOM: 38PX;
}

    .allitem a img {
        cursor: pointer;
        width: 40px;
        margin-right: 22px;
        padding-top: 17px;
    }

.cot-benco {
    font-family: 'Helvetica Neue Light';
    font-size: 22px;
    width: 50%;
    margin: 0 auto;
    height: 114px;
}

.carousel-indicators i {
    font-size: 23px;
    padding: 5px;
    margin: 5px;
    cursor: pointer;
}



.carousel-indicators .fa-dollar-sign {
    border: 2px solid #fff;
    border-radius: 50%;
}

.titleInquire {
    font-size: 24px;
    font-weight: lighter;
    font-family: 'Roboto Bk Reg';
    margin-bottom: 16px;
    color: #696969;
}


.cart-block:hover cart-block:after {
    background-color: red;
}

.cart-block:hover {
    cursor: pointer;
    border: 1px solid #389b49;
}

    .cart-block:hover .card-block h4 {
    }

    .cart-block:hover .image1 {
    }

.benefite .cot-ic {
    padding-bottom: 50px;
}

    .benefite .cot-ic i {
        padding: 7px;
        font-size: 30px;
    }

    .benefite .cot-ic .fa-dollar-sign {
        border: 2px solid #fff;
        border-radius: 50%;
    }

    .benefite .cot-ic .cot-benco {
        margin: 50px 0;
    }

.benefite .cot-benco p {
    font-size: 22px;
}

.benefite .con-ben {
    padding: 64px 0;
    padding-bottom: 0px;
}

.homwormargin {
    margin-left: 180px;
}

/*end bene*/
/*end cash*/
/*LAPM*/
.forLapm {
    border: 1px solid #d9d9d9;
    height: auto;
    -moz-box-shadow: 2px 2px 12px #e8e8e8;
    -webkit-box-shadow: 2px 2px 12px #e8e8e8;
    border: 1px solid #d9d9d9;
    box-shadow: 0px 0px 8px #8884;
}

.LapmTitle {
    font-size: 26px;
    color: #3bad68;
    float: left;
    width: 100%;
    text-align: left;
    margin-top: 4px;
    margin-bottom: 35px;
}

.txtPromoCode label {
    color: #919191;
    font-size: 11px;
}

.LapmRow1 {
    width: 100%;
}

.LapmRow2 {
    margin-top: 23px;
}

.LapmRow1 h4 {
    width: 100%;
    text-align: left;
    font-size: 22px;
}

.LapmRow1 h5 {
    font-size: 12px;
    width: 100%;
    text-align: left;
    color: #7e7e7e;
    margin-top: -6px;
}

.LapmRow2 h3 {
    text-align: left;
    font-size: 23px;
}

.lapmBillerServideCode input {
    width: 100%;
    border: 1px solid #a8a8a8;
    border-radius: 5px;
    height: 31px;
    padding-left: 17px;
}

.LapmOr .col-12 {
    text-align: left;
    color: #088f47;
    font-weight: bold;
    margin: 7px 0 7px 0;
    font-size: 19px;
}

.LapmBillerCode {
    line-height: 12px;
    font-size: 14px;
}

.LapmServiceCode {
    font-size: 14px;
}

.lapmSelectBiller h3 {
    width: 100%;
    text-align: left;
    font-size: 22px;
}

.LapmRow3 .col {
    text-align: left;
}

    .LapmRow3 .col select {
        border: 1px solid #a8a8a8;
        border-radius: 5px;
        padding: 6px;
        width: 100%;
        color: #6e6f71;
    }

.LapmRow4 .col input {
    width: 100%;
    border: 1px solid #a8a8a8;
    border-radius: 5px;
    padding: 4px;
    padding-left: 14px;
}

.LapmRow4 {
    margin-bottom: 84px;
}

.Lapmhr3 {
    border-width: 2px;
}

.LapmButton {
    background-color: #3bad68;
    color: #fff;
    border: 1px solid #3bad68;
    padding: 4px 31px;
    font-size: 19px;
    cursor: pointer;
    border-radius: 5px;
    width: 59%;
}

.LapmFloatLeft {
    float: right;
}

.LapmAnchor {
    float: left;
    color: #b6b7ba;
    margin-top: 7px;
    text-decoration: underline;
}

.LapmRow5 {
}

.Lapmprohints {
    margin-top: -16px;
}

.LapmBill {
    margin-top: 13px;
}

.LapmhelpImg1 {
    position: absolute;
    top: 5px;
    right: 18px;
}

.LapmhelpImg2 {
    position: absolute;
    top: 34px;
    right: 18px;
}

.Lapmheadbiller {
    width: 100%;
    text-align: right;
    padding-right: 18px;
    font-size: 13px;
}

.bank-way {
    width: 100%;
    margin: 0 auto;
}

#other-banks {
    width: 75%;
    margin: 0 auto;
}

.LapmHead2 {
    margin-top: 18px;
}

    .LapmHead2 .col1 {
        text-align: left;
        font-family: 'Roboto Bk Reg';
        font-weight: lighter;
    }

    .LapmHead2 .col2 {
        text-align: right;
        font-family: 'Roboto Bk Reg';
        font-weight: lighter;
    }

.LapmBillingInfo {
}

    .LapmBillingInfo .col1 {
        text-align: left;
        color: #6e6f71;
        font-weight: bold;
    }

    .LapmBillingInfo .col2 {
        text-align: right;
        color: #6e6f71;
        font-weight: bold;
    }

    .LapmBillingInfo .col .date {
        font-size: 15px;
        font-family: 'Roboto Bk Reg';
        font-weight: lighter;
        margin-top: 4px;
    }

.Lapmtotal {
    background-color: #f1f1f1;
    padding: 10px 0 10px 0;
}

    .Lapmtotal .col1 {
        text-align: left;
        font-weight: bold;
    }

    .Lapmtotal .col2 {
        text-align: right;
        font-weight: bold;
    }

.Lapmcorrect {
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 15px;
}

.LapmSaved .col1 {
    text-align: right;
    margin-top: 10px;
}

.LapmSaved .col2 {
    text-align: left;
    margin-top: 10px;
}

.dotedText {
    border: 0;
    border-bottom: 2px dotted;
}

.do .conte img {
    width: 48%;
}

.LapmMethodName {
    margin-top: 19px;
    font-size: 14px;
    color: #838486;
    padding: 0 2px 0 2px;
}

.LapmCardMethod {
    height: 110px;
    border: 1px solid #d9d9d9;
    cursor: pointer;
    background-color: #dedee0;
}

.LapmBankCard {
    border-radius: 0;
    justify-content: center;
}

.LapmBankCardmain {
    padding: 5px;
    margin-bottom: 3px !important;
}

.col12scoll {
    overflow: hidden;
    height: 383px;
    overflow-y: scroll;
}

.LapmCardMethod:hover {
    background-color: #fff;
}

.do .conte img.LapmBankHight {
    height: 99px;
}

.do .conte p.LapmBankName {
    font-size: 16px;
    margin-top: 34px;
    text-align: left;
}

.do .conte img.LapmBankName2 {
    width: 100%;
    height: 98px;
}

.LapmIdentifier {
    text-align: left;
    width: 100%;
    font-weight: bold;
}

.LapmOTP1 {
    color: #424242;
    font-size: 12px;
    font-style: italic;
}

.LapmOTP2 {
    margin-top: 19px;
    font-weight: bold;
}

.LapmOTP3 {
    font-weight: bold;
    margin-top: 19px;
}

.greenText {
    border: 0;
    color: #5ebc8a;
    border-bottom: 2px solid #5ebc8a;
}

.LapmOTP3 span {
    color: #5ebc8a;
    font-weight: bold;
}

.LapmOTP4 {
    margin-top: 27px;
    font-style: italic;
}

.LapmSucess {
    text-align: center;
}

.LapmSucessText1 {
    font-weight: bold;
    font-size: 22px;
    margin-top: 10px;
}

.LapmSucessText2 {
    color: #424242;
    font-size: 16px;
    font-style: italic;
    margin-top: 18px;
}

.LapmSucessText5 {
    font-size: 15px;
    margin-top: 10px;
    font-style: italic;
    text-align: right;
}

.do .conte img.download {
    width: 71px;
}

.downloadtext {
    text-align: left;
}
/*end LAPM*/
/**************** end banks and agents******************************/



.elec .in-qu button {
    position: absolute;
    bottom: 2px;
    top: 4px;
    height: 56%;
    background: #c7c6c6;
    border: none;
    color: #fff;
    right: 19px;
    padding: 0 13px;
    cursor: pointer;
    border-radius: 2px;
    outline: none;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

    .elec .in-qu button:hover {
        background: #3bad68;
    }

.elec .in-qu input {
    border: 1px solid #ddd;
    padding: 8px 14px;
    border-radius: 3px;
    width: 100%;
    outline: none;
    font-family: 'Roboto Bk Reg';
}

.elec .sel {
    background: none;
    border: 1px solid #ddd;
    padding: 8px 5px;
    border-radius: 3px;
    width: 100%;
    color: #565656;
    outline: none;
    margin-bottom: 20px;
    cursor: pointer;
    font-family: 'Roboto Bk Reg';
}

.elec .selecs {
    padding: 50px 0;
}

.elec {
    padding: 100px 0 0;
}

    .elec .servs {
        width: 70%;
        margin: auto;
        background: #f8f8f8;
    }

        .elec .servs .jord {
            background: #eeeeee;
            margin: 0;
            padding-left: 7px;
            padding-right: 7px;
        }

            .elec .servs .jord .jo-p {
                color: #575757;
                margin-bottom: 0;
                font-size: 19px;
                font-weight: 500;
                margin: 10px 0;
                font-family: 'Roboto Bk Reg';
            }

    .elec .ser-typ {
        color: #575757;
        margin-bottom: 0;
        font-size: 19px;
        font-weight: 500;
        margin: 10px 0;
        max-height: 250px;
        overflow: auto;
    }

        .elec .ser-typ .ser {
            padding: 15px 0;
            font-size: 18px;
            border-bottom: 2px solid #ddd;
            margin: auto;
            width: 94%;
            font-family: 'Roboto Bk Reg';
        }

@media(max-width:567px) {

    .elec .servs {
        width: 90%;
    }
}
/*Accout Setting*/
.accountImage {
    margin-top: 45px;
    height: 112px;
    border: 5px solid #fff;
    width: 104px;
}

.accountName {
    font-size: 17px;
    margin-top: 12px;
    color: #fff;
    margin-bottom: 28px;
}

.accountRightMenue {
    text-align: center;
}

.accountRightButton {
    width: 80%;
    margin-bottom: 5px;
    height: 49px;
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 5px;
}

.accountRightButton2 {
    width: 98px;
    height: 52px;
    border: 2px solid #fff;
    background-color: #6ec283;
    color: #fff;
    border-radius: 5px;
}

.accountRightButton3 {
    margin-bottom: 61px;
}

.accountright {
    float: right;
}

.accountleft {
    float: left;
}

.accountRightButton:hover {
    background-color: #3da976;
    cursor: pointer;
}

.new-70 {
    width: 75%;
}

.account-set .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
    width: 57px;
    outline: none;
}

.account-set .iti-flag {
    width: 17px;
}

.account-set .intl-tel-input.separate-dial-code .selected-dial-code {
    padding-left: 19px;
    font-size: 12px;
}

.account-set .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
    max-width: 76px !important;
}

.account-set .intl-tel-input {
    width: 100%;
    margin-top: 9px;
}

.account-set .inp-tel {
    padding-left: 80px;
}

.account-set .eac-form {
    width: 30%;
    display: inline-block;
    margin: 0 1%;
    position: relative;
    margin-bottom: 20px;
}

    .account-set .eac-form .inp-form {
        width: 100%;
        padding: 15px;
        background: none;
        border: 1px solid #eeeeee;
        margin-top: 10px;
        outline: none;
        font-size: 13px;
    }

.account-set .hold-plac {
    position: absolute;
    top: 25px;
    font-size: 16px;
    left: 10px;
    color: #8e8f9d;
    background: #ffffff;
    z-index: 0;
}

.account-set .chec {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    cursor: pointer;
    left: 0;
    top: 0;
}

.account-set .checOTP {
    width: 50%;
    height: 100%;
    opacity: 0;
    position: absolute;
    cursor: pointer;
    left: 0;
    top: 0;
    z-index: 1000;
}

.account-set .chec-lab {
    padding-left: 40px;
    position: relative;
    font-size: 17px;
    margin-bottom: 30px;
    cursor: pointer;
    color: #585757;
}

    .account-set .chec-lab:before {
        content: "";
        width: 17px;
        height: 17px;
        border: 1px solid #ddd;
        position: absolute;
        left: 0;
        top: 3px;
    }

.account-set input[type="checkbox"]:checked + label:after {
    content: "";
    width: 11.17px;
    height: 11.1px;
    /*position: absolute;*/
    left: 2.4px;
    top: 6.5px;
    background: #2ea25b;
    font-weight: 600;
    color: #fff;
    line-height: 18px;
    font-size: 12px;
    text-align: center;
}

.termsLink {
    color: #3bad68;
    text-decoration: underline;
    position: absolute;
    margin-top: -16px;
}

.account-set .checkss .sav {
    width: 100%;
    background: #efefef;
    border: none;
    padding: 10px;
    color: #a2a2a2;
    cursor: pointer;
    margin: 30px 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

    .account-set .checkss .sav:hover {
        background: #2ea25b;
        color: #fff;
    }

.account-set .checkss .canc {
    width: 100%;
    background: none;
    border: 1px solid #ddd;
    padding: 10px;
    color: #c5c5c5;
    cursor: pointer;
    margin: 30px 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

    .account-set .checkss .canc:hover {
        border: 1px solid #2ea25b;
        color: #2ea25b;
    }

.account-set .checkss {
    border-bottom: 2px solid #ececec;
}

.account-set .chan, .account-set .deac {
    width: 100%;
    background: #efefef;
    border: none;
    padding: 10px;
    cursor: pointer;
    margin: 30px 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

    .account-set .chan:hover {
        background: #2ea25b;
        color: #fff;
    }

    .account-set .deac:hover {
        background: #f00;
        color: #fff;
    }

@media(max-width:1200px) {

    .account-set .chan, .account-set .deac, .account-set .checkss .sav, .account-set .checkss .canc {
        font-size: 13px;
    }
}

@media(max-width:1100px) {
    .account-set .chec-lab {
        font-size: 14px;
    }
}

@media(max-width:991px) {
    .account-set .chec-lab {
        font-size: 14px;
    }

        .account-set .chec-lab:before, .account-set input[type="checkbox"]:checked + label:after {
            /*width: 14px;
            height: 14px;
            top: 1px;
            font-size: 10px;
            line-height: 15px;*/
        }

    .account-set .chan, .account-set .deac, .account-set .checkss .sav, .account-set .checkss .canc {
        font-size: 14px;
    }

    .pag-titl {
        font-size: 27px;
    }

    .person-inf {
        font-size: 16px;
    }
}

@media(max-width:767px) {
    .account-set .eac-form {
        width: 47%;
    }

    .th-forms {
        text-align: left !important;
    }

    .inner-bod {
        padding-left: 12%;
        padding-right: 4px;
    }

    .account-set .intl-tel-input.separate-dial-code .selected-dial-code {
        padding-left: 18px;
        font-size: 10px;
    }

    .account-set .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
        max-width: 60px !important;
    }

    .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel] {
        padding-left: 67px;
    }

    .account-set .eac-form .inp-form {
        font-size: 14px;
    }

    .person-inf {
        font-size: 14px;
    }

    .pag-titl {
        font-size: 22px;
    }
}

.errorMsg {
    text-align: left;
}

/*End*/

.finalModel {
    background-image: url(../images/arabScreen.png);
    /*min-height: 380px;*/
    background-repeat: no-repeat;
    background-size: cover;
    height: 700px;
}
.finalModelAr {
    background-image: url(../images/englishScreen.png);
    /*min-height: 380px;*/
    background-repeat: no-repeat;
    background-size: cover;
    height: 661px;
}

.final-model-first {
    color: #3bad68;
    font-size: 24px;
}
.final-model-second {
    color: #000;
    font-size: 27px;
}
.final-model-thread {
    color: #3bad68;
    text-decoration: underline;
    font-size: 17px;
}
.final-model-mobile {
    color: #3bad68;
    width: 64%;
    margin: 20px 0 52px 0;
    width: 84%;
}
.final-model-logo {
    margin-top: 0px;
    margin-bottom: 23px;
}
.langfinal {
    color: #fff;
    padding: 7px;
    margin: 5px;
    margin-top: 2px;
}
.donationmain {
    color: #4b4b4b;
    font-size: 22pt;
    height: auto;
    width: 75%;
    margin-top: 63px;
    text-align: center;
    font-family: Roboto Bk Reg
}
.donationh3 {
    font-size: 40pt;
    color: #2ea25b;
    margin-top: 29px;
}
.donationButton {
    font-size: 17px;
}
.blueSign {
    display:none;
}

